@owp/core 2.5.47 → 2.5.49

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 (340) hide show
  1. package/dist/_virtual/index15.js +2 -2
  2. package/dist/_virtual/index16.js +4 -4
  3. package/dist/_virtual/index17.js +5 -2
  4. package/dist/_virtual/index17.js.map +1 -1
  5. package/dist/_virtual/index18.js +3 -3
  6. package/dist/_virtual/index19.js +3 -3
  7. package/dist/_virtual/index20.js +2 -5
  8. package/dist/_virtual/index20.js.map +1 -1
  9. package/dist/_virtual/index5.js +2 -2
  10. package/dist/components/OwpBarcodeInput/OwpBarcodeInputField.js.map +1 -1
  11. package/dist/components/OwpCommonCode/OwpCommonCodeQuerySelector.js.map +1 -1
  12. package/dist/components/OwpCommonCode/OwpCommonCodeRadioGroup.js.map +1 -1
  13. package/dist/components/OwpCommonCode/OwpCommonCodeSelector.js.map +1 -1
  14. package/dist/components/OwpDialog/OwpAlertDialog.js.map +1 -1
  15. package/dist/components/OwpDialog/OwpDialog.js.map +1 -1
  16. package/dist/components/OwpDialogsProvider/OwpDialogsContext.js.map +1 -1
  17. package/dist/components/OwpErrorStatusPage/OwpErrorStatusPage.js.map +1 -1
  18. package/dist/components/OwpExportExcelButton/OwpExportExcelButton.js.map +1 -1
  19. package/dist/components/OwpFieldHelperText/OwpFieldHelperText.js.map +1 -1
  20. package/dist/components/OwpFilePickerButton/OwpFilePickerButton.js.map +1 -1
  21. package/dist/components/OwpHidden/OwpHidden.js.map +1 -1
  22. package/dist/components/OwpLanguageSwitcherSelect/OwpLanguageSwitcherSelect.js.map +1 -1
  23. package/dist/components/OwpLayout/OwpLayout.js +1 -1
  24. package/dist/components/OwpLayout/OwpLayout.js.map +1 -1
  25. package/dist/components/OwpLoading/OwpLoading.js.map +1 -1
  26. package/dist/components/OwpMoreActionsButton/OwpMoreActionsButton.js.map +1 -1
  27. package/dist/components/OwpNavLinkAdapter/OwpNavLinkAdapter.js.map +1 -1
  28. package/dist/components/OwpOptionSelector/OwpOptionSelector.js.map +1 -1
  29. package/dist/components/OwpPageBreadcrumb/OwpPageBreadcrumb.js.map +1 -1
  30. package/dist/components/OwpPageCarded/OwpPageCarded.js +21 -23
  31. package/dist/components/OwpPageCarded/OwpPageCarded.js.map +1 -1
  32. package/dist/components/OwpPageLockLoading/OwpPageLockLoading.js.map +1 -1
  33. package/dist/components/OwpPageTitle/OwpPageTitle.js.map +1 -1
  34. package/dist/components/OwpPicker/OwpDatePicker.js +141 -144
  35. package/dist/components/OwpPicker/OwpDatePicker.js.map +1 -1
  36. package/dist/components/OwpPicker/OwpDateRangePicker.js +114 -118
  37. package/dist/components/OwpPicker/OwpDateRangePicker.js.map +1 -1
  38. package/dist/components/OwpPicker/OwpTimePicker.js.map +1 -1
  39. package/dist/components/OwpPicker/OwpWeekDatePicker.js +152 -155
  40. package/dist/components/OwpPicker/OwpWeekDatePicker.js.map +1 -1
  41. package/dist/components/OwpPicker/constants/index.js.map +1 -1
  42. package/dist/components/OwpPicker/hooks/useOwpPickerPopperTransition.js.map +1 -1
  43. package/dist/components/OwpPicker/internal/OwpDatePickerCalendarHeader.js.map +1 -1
  44. package/dist/components/OwpPicker/utils/registerOwpDatePickerLocales.js +13 -0
  45. package/dist/components/OwpPicker/utils/registerOwpDatePickerLocales.js.map +1 -0
  46. package/dist/components/OwpQuerySelector/OwpQuerySelector.js +1 -1
  47. package/dist/components/OwpRequiredHelperText/OwpRequiredHelperText.js.map +1 -1
  48. package/dist/components/OwpSelectorBase/OwpSelectorSelect.js.map +1 -1
  49. package/dist/components/OwpSelectorBase/hooks/useOwpSelectorBase.js.map +1 -1
  50. package/dist/components/OwpSelectorBase/selectorBaseStyles.js.map +1 -1
  51. package/dist/components/OwpSnackbarContent/OwpSnackbarContent.js.map +1 -1
  52. package/dist/components/OwpStyleProvider/OwpStyleProvider.js.map +1 -1
  53. package/dist/components/OwpSuspense/OwpSuspense.js +1 -1
  54. package/dist/components/OwpTable/OwpDataTable.js +277 -270
  55. package/dist/components/OwpTable/OwpDataTable.js.map +1 -1
  56. package/dist/components/OwpTable/OwpFieldTable.js +42 -43
  57. package/dist/components/OwpTable/OwpFieldTable.js.map +1 -1
  58. package/dist/components/OwpTable/OwpTable.js +54 -55
  59. package/dist/components/OwpTable/OwpTable.js.map +1 -1
  60. package/dist/components/OwpTable/internal/OwpTableBase.js +34 -35
  61. package/dist/components/OwpTable/internal/OwpTableBase.js.map +1 -1
  62. package/dist/components/OwpTable/internal/defaultTableStyle.js +18 -14
  63. package/dist/components/OwpTable/internal/defaultTableStyle.js.map +1 -1
  64. package/dist/components/OwpTable/internal/treeGridTableStyle.js.map +1 -1
  65. package/dist/components/OwpTabs/OwpTab.js.map +1 -1
  66. package/dist/components/OwpTabs/OwpTabs.js.map +1 -1
  67. package/dist/components/OwpTextField/OwpTextMaskField.js.map +1 -1
  68. package/dist/components/OwpTreeGrid/OwpTreeGrid.js +271 -257
  69. package/dist/components/OwpTreeGrid/OwpTreeGrid.js.map +1 -1
  70. package/dist/components/OwpTreeGrid/OwpTreeGridToolbar.js +43 -37
  71. package/dist/components/OwpTreeGrid/OwpTreeGridToolbar.js.map +1 -1
  72. package/dist/components/OwpTreeGrid/TreeGrid.js.map +1 -1
  73. package/dist/components/OwpTreeGrid/internal/OwpTreeGridErrorTooltip.js.map +1 -1
  74. package/dist/components/OwpTreeGrid/internal/OwpTreeGridScrollLoadingOverlay.js +41 -0
  75. package/dist/components/OwpTreeGrid/internal/OwpTreeGridScrollLoadingOverlay.js.map +1 -0
  76. package/dist/components/OwpTreeGrid/internal/hooks/useOwpTreeGridAddedRowBoxOverlay.js.map +1 -1
  77. package/dist/components/OwpTreeGrid/internal/hooks/useOwpTreeGridDatePickerEditor.js +141 -144
  78. package/dist/components/OwpTreeGrid/internal/hooks/useOwpTreeGridDatePickerEditor.js.map +1 -1
  79. package/dist/components/OwpTreeGrid/internal/hooks/useOwpTreeGridErrorTooltip.js.map +1 -1
  80. package/dist/components/OwpTreeGrid/internal/hooks/useOwpTreeGridOverlayFrame.js.map +1 -1
  81. package/dist/components/OwpTreeGrid/internal/hooks/useOwpTreeGridScrollRenderLoading.js +161 -0
  82. package/dist/components/OwpTreeGrid/internal/hooks/useOwpTreeGridScrollRenderLoading.js.map +1 -0
  83. package/dist/components/OwpTreeGrid/internal/treeGridLayout.js.map +1 -1
  84. package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js +842 -617
  85. package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js.map +1 -1
  86. package/dist/components/OwpTreeGrid/internal/treeGridSelection.js.map +1 -1
  87. package/dist/components/OwpTreeGrid/internal/treeGridTheme.js +353 -321
  88. package/dist/components/OwpTreeGrid/internal/treeGridTheme.js.map +1 -1
  89. package/dist/components/OwpTreeGrid/internal/utils/perf.js.map +1 -1
  90. package/dist/components/OwpTreeGridExportExcelButton/OwpTreeGridExportExcelButton.js.map +1 -1
  91. package/dist/components/OwpTreeGridResetChangesButton/OwpTreeGridResetChangesButton.js +1 -1
  92. package/dist/components/OwpTreeGridResetChangesButton/OwpTreeGridResetChangesButton.js.map +1 -1
  93. package/dist/components/OwpYesNoSelector/OwpYesNoSelector.js.map +1 -1
  94. package/dist/configs/defaultConfig.js.map +1 -1
  95. package/dist/constants/excel.js.map +1 -1
  96. package/dist/constants/gridTheme.js.map +1 -1
  97. package/dist/constants/language.js.map +1 -1
  98. package/dist/constants/localStorageKeys.js.map +1 -1
  99. package/dist/constants/table.js.map +1 -1
  100. package/dist/constants/tableTheme.js.map +1 -1
  101. package/dist/constants/treeGrid.js.map +1 -1
  102. package/dist/contexts/OwpAppContext.js +14 -0
  103. package/dist/contexts/OwpAppContext.js.map +1 -0
  104. package/dist/contexts/OwpAppProvider.js +20 -23
  105. package/dist/contexts/OwpAppProvider.js.map +1 -1
  106. package/dist/contexts/OwpCoreProvider.js.map +1 -1
  107. package/dist/contexts/OwpStoreProvider.js.map +1 -1
  108. package/dist/contexts/OwpUiProvider.js +1 -1
  109. package/dist/contexts/OwpUiProvider.js.map +1 -1
  110. package/dist/contexts.js +8 -7
  111. package/dist/contexts.js.map +1 -1
  112. package/dist/features/themePreview/components/ThemePreviewCanvas.js.map +1 -1
  113. package/dist/features/themePreview/components/ThemePreviewCanvasSections.js.map +1 -1
  114. package/dist/features/themePreview/components/ThemePreviewColorField.js.map +1 -1
  115. package/dist/features/themePreview/components/ThemePreviewControls.js.map +1 -1
  116. package/dist/features/themePreview/components/themePreviewCanvas.icons.js.map +1 -1
  117. package/dist/features/themePreview/components/themePreviewCanvas.shared.js.map +1 -1
  118. package/dist/features/themePreview/configs/grid.js.map +1 -1
  119. package/dist/features/themePreview/configs/presets.js.map +1 -1
  120. package/dist/features/themePreview/configs/previewStorage.js.map +1 -1
  121. package/dist/features/themePreview/configs/settings.js.map +1 -1
  122. package/dist/features/themePreview/configs/snackbar.js.map +1 -1
  123. package/dist/features/themePreview/configs/surface.js.map +1 -1
  124. package/dist/features/themePreview/configs/table.js.map +1 -1
  125. package/dist/features/themePreview/dialogs/ThemePreviewDialog.js.map +1 -1
  126. package/dist/features/themePreview/hooks/useThemePreview.js.map +1 -1
  127. package/dist/features/themePreview/utils/color.js.map +1 -1
  128. package/dist/features/themePreview/utils/themePreviewDefinitions.js.map +1 -1
  129. package/dist/features/themePreview/utils/themePreviewExport.js.map +1 -1
  130. package/dist/features/themePreview/utils/themePreviewSettings.js.map +1 -1
  131. package/dist/hooks/internal/useAccessTokenGuard.js +1 -1
  132. package/dist/hooks/internal/useAccessTokenGuard.js.map +1 -1
  133. package/dist/hooks/internal/useCurrentLanguage.js.map +1 -1
  134. package/dist/hooks/internal/useInitCommonCodes.js +1 -1
  135. package/dist/hooks/internal/useNavigationActiveRouteRemount.js +1 -1
  136. package/dist/hooks/useCommonCodeList.js.map +1 -1
  137. package/dist/hooks/useConfirm.js.map +1 -1
  138. package/dist/hooks/useCurrentUser.js.map +1 -1
  139. package/dist/hooks/useCurrentUserSeq.js.map +1 -1
  140. package/dist/hooks/useFormDataUploadMutation.js.map +1 -1
  141. package/dist/hooks/useInitApp.js +1 -1
  142. package/dist/hooks/useInitApp.js.map +1 -1
  143. package/dist/hooks/useStorage.js.map +1 -1
  144. package/dist/hooks/useTreeGridExcelExport.js.map +1 -1
  145. package/dist/layout/components/logo/Logo.js +1 -1
  146. package/dist/layout/components/navbar/NavbarToggleButton.js.map +1 -1
  147. package/dist/layout/components/navigation/NavItem.js.map +1 -1
  148. package/dist/layout/components/navigation/NavigationMenu.js.map +1 -1
  149. package/dist/layout/components/toggles/NavigationSearchToggle.js +3 -3
  150. package/dist/layout/components/toggles/ThemePreviewToggle.js +1 -1
  151. package/dist/layout/components/toolbar/ToolbarLayout.js +1 -1
  152. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE128/constants.js +1 -1
  153. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/ITF/constants.js +1 -1
  154. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/renderers/index.js +1 -1
  155. package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.js +1 -1
  156. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/utils.js +1 -1
  157. package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/utils.js +1 -1
  158. package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.js +1 -1
  159. package/dist/node_modules/.pnpm/react-overlays@5.2.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-overlays/esm/Portal.js +1 -1
  160. package/dist/owp-app.css +1 -1
  161. package/dist/store/atoms/navbarAtoms.js.map +1 -1
  162. package/dist/store/atoms/owpSettingsAtoms.js.map +1 -1
  163. package/dist/store/atoms/owpStore.js.map +1 -1
  164. package/dist/types/components/OwpAutoLogoutDialog/OwpAutoLogoutDialog.d.ts +2 -2
  165. package/dist/types/components/OwpBarcodeInput/OwpBarcodeInputField.d.ts +3 -2
  166. package/dist/types/components/OwpCommonCode/OwpCommonCodeQuerySelector.d.ts +28 -2
  167. package/dist/types/components/OwpCommonCode/OwpCommonCodeRadioGroup.d.ts +14 -2
  168. package/dist/types/components/OwpCommonCode/OwpCommonCodeSelector.d.ts +20 -2
  169. package/dist/types/components/OwpDialog/OwpAlertDialog.d.ts +18 -4
  170. package/dist/types/components/OwpDialog/OwpDialog.d.ts +19 -10
  171. package/dist/types/components/OwpDialogsProvider/OwpDialogsContext.d.ts +1 -0
  172. package/dist/types/components/OwpErrorStatusPage/OwpErrorStatusPage.d.ts +8 -0
  173. package/dist/types/components/OwpExportExcelButton/OwpExportExcelButton.d.ts +24 -6
  174. package/dist/types/components/OwpFieldHelperText/OwpFieldHelperText.d.ts +5 -0
  175. package/dist/types/components/OwpFilePickerButton/OwpFilePickerButton.d.ts +13 -6
  176. package/dist/types/components/OwpHidden/OwpHidden.d.ts +12 -0
  177. package/dist/types/components/OwpLanguageSwitcherSelect/OwpLanguageSwitcherSelect.d.ts +2 -1
  178. package/dist/types/components/OwpLayout/OwpLayout.d.ts +10 -4
  179. package/dist/types/components/OwpLoading/OwpLoading.d.ts +7 -1
  180. package/dist/types/components/OwpMoreActionsButton/OwpMoreActionsButton.d.ts +34 -7
  181. package/dist/types/components/OwpNavLinkAdapter/OwpNavLinkAdapter.d.ts +10 -5
  182. package/dist/types/components/OwpNumberField/OwpNumberField.d.ts +4 -4
  183. package/dist/types/components/OwpOptionSelector/OwpOptionSelector.d.ts +19 -2
  184. package/dist/types/components/OwpPageBreadcrumb/OwpPageBreadcrumb.d.ts +8 -0
  185. package/dist/types/components/OwpPageCarded/OwpPageCarded.d.ts +2 -4
  186. package/dist/types/components/OwpPageCarded/internal/OwpPageCardedHeader.d.ts +3 -3
  187. package/dist/types/components/OwpPageCarded/internal/OwpPageCardedSidebar.d.ts +1 -1
  188. package/dist/types/components/OwpPageCarded/internal/OwpPageCardedSidebarContent.d.ts +1 -1
  189. package/dist/types/components/OwpPageContent/OwpPageContent.d.ts +7 -7
  190. package/dist/types/components/OwpPageLockLoading/OwpPageLockLoading.d.ts +7 -3
  191. package/dist/types/components/OwpPageSkeleton/OwpPageSkeleton.d.ts +1 -1
  192. package/dist/types/components/OwpPageTitle/OwpPageTitle.d.ts +10 -6
  193. package/dist/types/components/OwpPicker/OwpDatePicker.d.ts +18 -11
  194. package/dist/types/components/OwpPicker/OwpDateRangePicker.d.ts +15 -10
  195. package/dist/types/components/OwpPicker/OwpTimePicker.d.ts +17 -12
  196. package/dist/types/components/OwpPicker/OwpWeekDatePicker.d.ts +17 -12
  197. package/dist/types/components/OwpPicker/constants/index.d.ts +15 -0
  198. package/dist/types/components/OwpPicker/hooks/useOwpPickerPopperTransition.d.ts +5 -1
  199. package/dist/types/components/OwpPicker/internal/CalendarContainer.d.ts +3 -3
  200. package/dist/types/components/OwpPicker/internal/DatePickerInput.d.ts +11 -11
  201. package/dist/types/components/OwpPicker/internal/OwpDatePickerCalendarHeader.d.ts +1 -0
  202. package/dist/types/components/OwpPicker/utils/registerOwpDatePickerLocales.d.ts +4 -0
  203. package/dist/types/components/OwpQuerySelector/OwpQuerySelector.d.ts +2 -2
  204. package/dist/types/components/OwpQuerySelector/types/types.d.ts +31 -0
  205. package/dist/types/components/OwpRequiredHelperText/OwpRequiredHelperText.d.ts +10 -6
  206. package/dist/types/components/OwpScrollbars/OwpScrollbars.d.ts +2 -2
  207. package/dist/types/components/OwpSearchFilter/OwpSearchFilter.d.ts +7 -7
  208. package/dist/types/components/OwpSection/OwpSection.d.ts +13 -13
  209. package/dist/types/components/OwpSelectorBase/OwpSelectorAutocomplete.d.ts +2 -2
  210. package/dist/types/components/OwpSelectorBase/OwpSelectorBase.d.ts +2 -2
  211. package/dist/types/components/OwpSelectorBase/OwpSelectorSelect.d.ts +2 -2
  212. package/dist/types/components/OwpSelectorBase/hooks/useOwpSelectorBase.d.ts +2 -2
  213. package/dist/types/components/OwpSelectorBase/selectorBaseStyles.d.ts +2 -0
  214. package/dist/types/components/OwpSelectorBase/types/types.d.ts +54 -1
  215. package/dist/types/components/OwpSelectorBase/utils/querySelectorUtils.d.ts +2 -2
  216. package/dist/types/components/OwpSnackbarContent/OwpSnackbarContent.d.ts +1 -0
  217. package/dist/types/components/OwpStyleProvider/OwpStyleProvider.d.ts +10 -5
  218. package/dist/types/components/OwpSuspense/OwpSuspense.d.ts +1 -1
  219. package/dist/types/components/OwpTable/OwpDataTable.d.ts +11 -11
  220. package/dist/types/components/OwpTable/OwpFieldTable.d.ts +13 -13
  221. package/dist/types/components/OwpTable/OwpTable.d.ts +7 -7
  222. package/dist/types/components/OwpTable/internal/OwpTableBase.d.ts +15 -2
  223. package/dist/types/components/OwpTable/internal/defaultTableStyle.d.ts +8 -0
  224. package/dist/types/components/OwpTable/internal/treeGridTableStyle.d.ts +4 -1
  225. package/dist/types/components/OwpTabs/OwpTab.d.ts +1 -3
  226. package/dist/types/components/OwpTabs/OwpTabs.d.ts +1 -3
  227. package/dist/types/components/OwpTextField/OwpTextMaskField.d.ts +7 -4
  228. package/dist/types/components/OwpTreeGrid/OwpTreeGrid.d.ts +91 -15
  229. package/dist/types/components/OwpTreeGrid/OwpTreeGridToolbar.d.ts +10 -5
  230. package/dist/types/components/OwpTreeGrid/TreeGrid.d.ts +11 -7
  231. package/dist/types/components/OwpTreeGrid/internal/OwpTreeGridErrorTooltip.d.ts +6 -2
  232. package/dist/types/components/OwpTreeGrid/internal/OwpTreeGridScrollLoadingOverlay.d.ts +10 -0
  233. package/dist/types/components/OwpTreeGrid/internal/hooks/useOwpTreeGridAddedRowBoxOverlay.d.ts +6 -0
  234. package/dist/types/components/OwpTreeGrid/internal/hooks/useOwpTreeGridErrorTooltip.d.ts +8 -1
  235. package/dist/types/components/OwpTreeGrid/internal/hooks/useOwpTreeGridOverlayFrame.d.ts +7 -0
  236. package/dist/types/components/OwpTreeGrid/internal/hooks/useOwpTreeGridScrollRenderLoading.d.ts +14 -0
  237. package/dist/types/components/OwpTreeGrid/internal/treeGridLayout.d.ts +12 -0
  238. package/dist/types/components/OwpTreeGrid/internal/treeGridRuntime.d.ts +38 -3
  239. package/dist/types/components/OwpTreeGrid/internal/treeGridSelection.d.ts +10 -1
  240. package/dist/types/components/OwpTreeGrid/internal/treeGridTheme.d.ts +18 -2
  241. package/dist/types/components/OwpTreeGrid/internal/utils/perf.d.ts +4 -3
  242. package/dist/types/components/OwpTreeGridExportExcelButton/OwpTreeGridExportExcelButton.d.ts +7 -3
  243. package/dist/types/components/OwpTreeGridResetChangesButton/OwpTreeGridResetChangesButton.d.ts +7 -3
  244. package/dist/types/components/OwpYesNoSelector/OwpYesNoSelector.d.ts +7 -6
  245. package/dist/types/components/OwpZoomImageSlider/OwpZoomImageSlider.d.ts +8 -8
  246. package/dist/types/configs/defaultConfig.d.ts +13 -7
  247. package/dist/types/configs/layoutConfig.d.ts +1 -0
  248. package/dist/types/constants/excel.d.ts +18 -0
  249. package/dist/types/constants/gridTheme.d.ts +10 -1
  250. package/dist/types/constants/language.d.ts +3 -0
  251. package/dist/types/constants/localStorageKeys.d.ts +7 -1
  252. package/dist/types/constants/storageKeys.d.ts +1 -1
  253. package/dist/types/constants/table.d.ts +3 -0
  254. package/dist/types/constants/tableTheme.d.ts +6 -2
  255. package/dist/types/constants/treeGrid.d.ts +19 -3
  256. package/dist/types/contexts/OwpAppContext.d.ts +164 -0
  257. package/dist/types/contexts/OwpAppProvider.d.ts +4 -81
  258. package/dist/types/contexts/OwpCoreProvider.d.ts +11 -7
  259. package/dist/types/contexts/OwpStoreProvider.d.ts +8 -4
  260. package/dist/types/contexts/OwpUiProvider.d.ts +9 -4
  261. package/dist/types/contexts/index.d.ts +1 -0
  262. package/dist/types/dayjs.d.ts +2 -2
  263. package/dist/types/features/themePreview/components/ThemePreviewCanvas.d.ts +4 -0
  264. package/dist/types/features/themePreview/components/ThemePreviewCanvasSections.d.ts +7 -0
  265. package/dist/types/features/themePreview/components/ThemePreviewColorField.d.ts +4 -0
  266. package/dist/types/features/themePreview/components/ThemePreviewControls.d.ts +4 -0
  267. package/dist/types/features/themePreview/components/themePreviewCanvas.icons.d.ts +1 -0
  268. package/dist/types/features/themePreview/components/themePreviewCanvas.shared.d.ts +81 -0
  269. package/dist/types/features/themePreview/configs/grid.d.ts +3 -0
  270. package/dist/types/features/themePreview/configs/presets.d.ts +12 -0
  271. package/dist/types/features/themePreview/configs/previewStorage.d.ts +44 -0
  272. package/dist/types/features/themePreview/configs/settings.d.ts +3 -0
  273. package/dist/types/features/themePreview/configs/snackbar.d.ts +23 -0
  274. package/dist/types/features/themePreview/configs/surface.d.ts +3 -0
  275. package/dist/types/features/themePreview/configs/table.d.ts +24 -0
  276. package/dist/types/features/themePreview/dialogs/ThemePreviewDialog.d.ts +4 -0
  277. package/dist/types/features/themePreview/hooks/useThemePreview.d.ts +4 -0
  278. package/dist/types/features/themePreview/types/themePreview.d.ts +59 -0
  279. package/dist/types/features/themePreview/utils/color.d.ts +25 -0
  280. package/dist/types/features/themePreview/utils/themePreviewDefinitions.d.ts +6 -0
  281. package/dist/types/features/themePreview/utils/themePreviewExport.d.ts +19 -0
  282. package/dist/types/features/themePreview/utils/themePreviewSettings.d.ts +84 -0
  283. package/dist/types/hooks/internal/useAccessTokenGuard.d.ts +7 -3
  284. package/dist/types/hooks/internal/useCurrentLanguage.d.ts +4 -3
  285. package/dist/types/hooks/internal/useHeaderWrapState.d.ts +1 -1
  286. package/dist/types/hooks/internal/useInitCommonCodes.d.ts +1 -1
  287. package/dist/types/hooks/internal/useNavbar.d.ts +2 -2
  288. package/dist/types/hooks/internal/useShortcuts.d.ts +2 -2
  289. package/dist/types/hooks/useCommonCodeList.d.ts +12 -4
  290. package/dist/types/hooks/useConfirm.d.ts +5 -1
  291. package/dist/types/hooks/useCurrentUser.d.ts +5 -2
  292. package/dist/types/hooks/useCurrentUserId.d.ts +2 -2
  293. package/dist/types/hooks/useCurrentUserSeq.d.ts +11 -4
  294. package/dist/types/hooks/useFormDataUploadMutation.d.ts +18 -3
  295. package/dist/types/hooks/useInitApp.d.ts +7 -3
  296. package/dist/types/hooks/useLogoSrc.d.ts +2 -2
  297. package/dist/types/hooks/useNavigation.d.ts +2 -2
  298. package/dist/types/hooks/useOwpSettings.d.ts +13 -13
  299. package/dist/types/hooks/useOwpTranslation.d.ts +1 -1
  300. package/dist/types/hooks/usePageLockLoading.d.ts +2 -2
  301. package/dist/types/hooks/useStorage.d.ts +10 -4
  302. package/dist/types/hooks/useTreeGridCommonCodeEnums.d.ts +4 -4
  303. package/dist/types/hooks/useTreeGridEnums.d.ts +6 -6
  304. package/dist/types/hooks/useTreeGridExcelExport.d.ts +4 -1
  305. package/dist/types/layout/Layout.d.ts +1 -1
  306. package/dist/types/layout/components/navbar/NavbarToggleButton.d.ts +5 -4
  307. package/dist/types/layout/components/navigation/NavItem.d.ts +9 -3
  308. package/dist/types/layout/components/navigation/NavigationMenu.d.ts +13 -8
  309. package/dist/types/store/atoms/navbarAtoms.d.ts +5 -1
  310. package/dist/types/store/atoms/owpSettingsAtoms.d.ts +60 -8
  311. package/dist/types/store/atoms/owpStore.d.ts +9 -2
  312. package/dist/types/types/OwpDialogTypes.d.ts +75 -0
  313. package/dist/types/types/OwpGridThemeTypes.d.ts +59 -0
  314. package/dist/types/types/OwpNavigationTypes.d.ts +29 -0
  315. package/dist/types/types/OwpRouteTypes.d.ts +10 -3
  316. package/dist/types/types/OwpSettingsTypes.d.ts +30 -0
  317. package/dist/types/types/OwpTableThemeTypes.d.ts +30 -0
  318. package/dist/types/types/ThemeFormConfigTypes.d.ts +5 -6
  319. package/dist/types/utils/commonCodeUtils.d.ts +18 -0
  320. package/dist/types/utils/createFormDataBody.d.ts +18 -0
  321. package/dist/types/utils/excelUtil.d.ts +5 -5
  322. package/dist/types/utils/getStartPagePath.d.ts +10 -0
  323. package/dist/types/utils/internal/exceljsBrowser.d.ts +1 -1
  324. package/dist/types/utils/internal/jszipBrowser.d.ts +1 -1
  325. package/dist/types/utils/internal/treeGridBodyRowsEvent.d.ts +4 -1
  326. package/dist/types/utils/isEnterKeyEvent.d.ts +2 -2
  327. package/dist/types/utils/preloadOnIdle.d.ts +1 -1
  328. package/dist/types/utils/rebuildValue.d.ts +8 -1
  329. package/dist/types/utils/treeGridExportExcelUtil.d.ts +6 -0
  330. package/dist/types/utils/treeGridUtil.d.ts +38 -1
  331. package/dist/types/utils/zipUtil.d.ts +14 -2
  332. package/dist/utils/commonCodeUtils.js.map +1 -1
  333. package/dist/utils/createFormDataBody.js.map +1 -1
  334. package/dist/utils/getStartPagePath.js.map +1 -1
  335. package/dist/utils/internal/treeGridBodyRowsEvent.js.map +1 -1
  336. package/dist/utils/rebuildValue.js.map +1 -1
  337. package/dist/utils/treeGridExportExcelUtil.js.map +1 -1
  338. package/dist/utils/treeGridUtil.js.map +1 -1
  339. package/dist/utils/zipUtil.js.map +1 -1
  340. package/package.json +1 -1
@@ -1,9 +1,9 @@
1
- var Y = Object.defineProperty;
2
- var l = (e, o) => Y(e, "name", { value: o, configurable: !0 });
3
- import { TREEGRID_ADDED_ROW_BACKGROUND_COLOR as K, TREEGRID_CELL_HIGHLIGHT_FONT_WEIGHT as Q, TREEGRID_FONT_FAMILY_STACK as T, TREEGRID_ERROR_CELL_BORDER_COLOR as q, TREEGRID_CELL_CHANGED_CLASS as i } from "../../../constants/treeGrid.js";
4
- import { DEFAULT_TABLE_RADIUS as J } from "../../../constants/table.js";
5
- import { darken as Z } from "@mui/material/styles";
6
- const r = "owp-tree-grid-theme", k = "owp-tree-grid-table-radius", ee = "owp-tree-grid-panel-checkbox-select", oe = "owp-tree-grid-select-all-checked", re = "owp-tree-grid-select-all-indeterminate", te = "owp-tree-grid-select-all-unchecked", z = "owp-tree-grid-selected-changed-cell", W = "owp-tree-grid-error-cell", G = "owp-tree-grid-added-row-box-cell", le = "owp-tree-grid-added-row-box-start", ae = "owp-tree-grid-added-row-box-end", n = [
1
+ var Q = Object.defineProperty;
2
+ var t = (e, o) => Q(e, "name", { value: o, configurable: !0 });
3
+ import { TREEGRID_ADDED_ROW_BACKGROUND_COLOR as q, TREEGRID_CELL_HIGHLIGHT_FONT_WEIGHT as J, TREEGRID_FONT_FAMILY_STACK as O, TREEGRID_ERROR_CELL_BORDER_COLOR as Z, TREEGRID_CELL_CHANGED_CLASS as i } from "../../../constants/treeGrid.js";
4
+ import { DEFAULT_TABLE_RADIUS as ee } from "../../../constants/table.js";
5
+ import { darken as oe } from "@mui/material/styles";
6
+ const r = "owp-tree-grid-theme", _ = "owp-tree-grid-table-radius", re = "owp-tree-grid-panel-checkbox-select", te = "owp-tree-grid-select-all-checked", le = "owp-tree-grid-select-all-indeterminate", ae = "owp-tree-grid-select-all-unchecked", j = "owp-tree-grid-selected-changed-cell", U = "owp-tree-grid-error-cell", G = "owp-tree-grid-added-row-box-cell", ce = "owp-tree-grid-added-row-box-start", ne = "owp-tree-grid-added-row-box-end", c = [
7
7
  "TS",
8
8
  "TW",
9
9
  "TB",
@@ -20,7 +20,7 @@ const r = "owp-tree-grid-theme", k = "owp-tree-grid-table-radius", ee = "owp-tre
20
20
  "CR",
21
21
  "CP",
22
22
  "CC"
23
- ], b = "#CDD8E4", p = "1px", d = `var(--owp-tree-grid-table-border-radius, ${J})`, L = "#757575", ce = "2px", V = "2px", ne = `var(--owp-tree-grid-error-cell-border-color, ${q})`, f = "2px", D = "1px", j = Z(K, 0.42), F = `var(--owp-tree-grid-added-row-box-color, ${j})`, x = [
23
+ ], b = "#CDD8E4", u = "1px", d = `var(--owp-tree-grid-table-border-radius, ${ee})`, M = "#757575", de = "2px", A = "2px", se = `var(--owp-tree-grid-error-cell-border-color, ${Z})`, v = "2px", f = "1px", X = oe(q, 0.42), h = `var(--owp-tree-grid-added-row-box-color, ${X})`, ie = "OwpSoftChange", pe = "OwpSoftRevert", ue = "rgba(25, 118, 210, 0.36)", Ce = "rgba(25, 118, 210, 0.20)", Se = "rgba(25, 118, 210, 0.26)", be = "rgba(25, 118, 210, 0.13)", $e = "rgba(96, 125, 139, 0.35)", Re = "rgba(96, 125, 139, 0.20)", Ee = "rgba(96, 125, 139, 0.32)", we = "rgba(96, 125, 139, 0.16)", L = "rgba(25, 118, 210, 0)", V = "rgba(96, 125, 139, 0)", I = [
24
24
  "DefaultsLeft",
25
25
  "DefaultsRight",
26
26
  "DefaultsTop",
@@ -29,254 +29,285 @@ const r = "owp-tree-grid-theme", k = "owp-tree-grid-table-radius", ee = "owp-tre
29
29
  "EnumRight",
30
30
  "EnumTop",
31
31
  "EnumBottom"
32
- ], $ = /* @__PURE__ */ l((e) => `url("data:image/svg+xml,${encodeURIComponent(e)}")`, "createTreeGridSvgBackgroundImage"), de = $(
32
+ ], $ = /* @__PURE__ */ t((e) => `url("data:image/svg+xml,${encodeURIComponent(e)}")`, "createTreeGridSvgBackgroundImage"), ge = $(
33
33
  '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><rect x="2" y="2" width="14" height="14" rx="1.5" fill="none" stroke="#CDD8E4" stroke-width="1.6"/></svg>'
34
- ), se = $(
34
+ ), _e = $(
35
35
  '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><rect x="2" y="2" width="14" height="14" rx="1.5" fill="none" stroke="#CDD8E4" stroke-width="1.6"/><path d="M4.7 9 7.4 11.7 13.3 5.8" fill="none" stroke="#7A8899" stroke-width="2.3" stroke-linecap="round" stroke-linejoin="round"/></svg>'
36
- ), O = $(
36
+ ), N = $(
37
37
  '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><rect x="2" y="2" width="14" height="14" rx="1.5" fill="none" stroke="#FFFFFF" stroke-width="1.6"/></svg>'
38
- ), A = $(
38
+ ), P = $(
39
39
  '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><rect x="2" y="2" width="14" height="14" rx="1.5" fill="none" stroke="#FFFFFF" stroke-width="1.6"/><path d="M4.7 9 7.4 11.7 13.3 5.8" fill="none" stroke="#FFFFFF" stroke-width="2.3" stroke-linecap="round" stroke-linejoin="round"/></svg>'
40
- ), ie = $(
40
+ ), ke = $(
41
41
  '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><rect x="2" y="2" width="14" height="14" rx="1.5" fill="none" stroke="#FFFFFF" stroke-width="1.6"/><path d="M5.2 9h7.6" fill="none" stroke="#FFFFFF" stroke-width="2.3" stroke-linecap="round"/></svg>'
42
- ), P = $(
43
- '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M3 4h12l-4.8 5.4v4.1l-2.4 1.2V9.4z" fill="none" stroke="#000" stroke-width="1.7" stroke-linejoin="round"/></svg>'
44
42
  ), y = $(
43
+ '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M3 4h12l-4.8 5.4v4.1l-2.4 1.2V9.4z" fill="none" stroke="#000" stroke-width="1.7" stroke-linejoin="round"/></svg>'
44
+ ), z = $(
45
45
  '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M3 4h12l-4.8 5.4v4.1l-2.4 1.2V9.4z" fill="#000" stroke="#000" stroke-width="1.7" stroke-linejoin="round"/></svg>'
46
- ), ue = "var(--owp-tree-grid-header-background-color, #586980)", pe = "var(--owp-tree-grid-focused-cell-border-color, var(--owp-tree-grid-hover-cell-border-color, var(--owp-tree-grid-header-background-color, #586980)))", Ce = [
46
+ ), me = "var(--owp-tree-grid-header-background-color, #586980)", ve = "var(--owp-tree-grid-focused-cell-border-color, var(--owp-tree-grid-hover-cell-border-color, var(--owp-tree-grid-header-background-color, #586980)))", De = [
47
47
  {
48
48
  cssVariableName: "--owp-tree-grid-body-background-color",
49
- getValue: /* @__PURE__ */ l((e) => {
49
+ getValue: /* @__PURE__ */ t((e) => {
50
50
  var o;
51
51
  return (o = e == null ? void 0 : e.body) == null ? void 0 : o.backgroundColor;
52
52
  }, "getValue")
53
53
  },
54
54
  {
55
55
  cssVariableName: "--owp-tree-grid-body-color",
56
- getValue: /* @__PURE__ */ l((e) => {
56
+ getValue: /* @__PURE__ */ t((e) => {
57
57
  var o;
58
58
  return (o = e == null ? void 0 : e.body) == null ? void 0 : o.color;
59
59
  }, "getValue")
60
60
  },
61
61
  {
62
62
  cssVariableName: "--owp-tree-grid-body-fill-background-color",
63
- getValue: /* @__PURE__ */ l((e) => {
63
+ getValue: /* @__PURE__ */ t((e) => {
64
64
  var o;
65
65
  return (o = e == null ? void 0 : e.body) == null ? void 0 : o.fillBackgroundColor;
66
66
  }, "getValue")
67
67
  },
68
68
  {
69
69
  cssVariableName: "--owp-tree-grid-row-background-color",
70
- getValue: /* @__PURE__ */ l((e) => {
70
+ getValue: /* @__PURE__ */ t((e) => {
71
71
  var o;
72
72
  return (o = e == null ? void 0 : e.row) == null ? void 0 : o.backgroundColor;
73
73
  }, "getValue")
74
74
  },
75
75
  {
76
76
  cssVariableName: "--owp-tree-grid-row-solid-background-color",
77
- getValue: /* @__PURE__ */ l((e) => {
77
+ getValue: /* @__PURE__ */ t((e) => {
78
78
  var o;
79
79
  return (o = e == null ? void 0 : e.row) == null ? void 0 : o.solidBackgroundColor;
80
80
  }, "getValue")
81
81
  },
82
82
  {
83
83
  cssVariableName: "--owp-tree-grid-hover-row-background-color",
84
- getValue: /* @__PURE__ */ l((e) => {
84
+ getValue: /* @__PURE__ */ t((e) => {
85
85
  var o;
86
86
  return (o = e == null ? void 0 : e.state) == null ? void 0 : o.hoverRowBackgroundColor;
87
87
  }, "getValue")
88
88
  },
89
89
  {
90
90
  cssVariableName: "--owp-tree-grid-hover-row-border-color",
91
- getValue: /* @__PURE__ */ l((e) => {
91
+ getValue: /* @__PURE__ */ t((e) => {
92
92
  var o;
93
93
  return (o = e == null ? void 0 : e.state) == null ? void 0 : o.hoverRowBorderColor;
94
94
  }, "getValue")
95
95
  },
96
96
  {
97
97
  cssVariableName: "--owp-tree-grid-selected-row-background-color",
98
- getValue: /* @__PURE__ */ l((e) => {
98
+ getValue: /* @__PURE__ */ t((e) => {
99
99
  var o;
100
100
  return (o = e == null ? void 0 : e.state) == null ? void 0 : o.selectedRowBackgroundColor;
101
101
  }, "getValue")
102
102
  },
103
103
  {
104
104
  cssVariableName: "--owp-tree-grid-selected-cell-background-color",
105
- getValue: /* @__PURE__ */ l((e) => {
105
+ getValue: /* @__PURE__ */ t((e) => {
106
106
  var o;
107
107
  return (o = e == null ? void 0 : e.state) == null ? void 0 : o.selectedCellBackgroundColor;
108
108
  }, "getValue")
109
109
  },
110
110
  {
111
111
  cssVariableName: "--owp-tree-grid-focused-row-background-color",
112
- getValue: /* @__PURE__ */ l((e) => {
112
+ getValue: /* @__PURE__ */ t((e) => {
113
113
  var o;
114
114
  return (o = e == null ? void 0 : e.state) == null ? void 0 : o.focusedRowBackgroundColor;
115
115
  }, "getValue")
116
116
  },
117
117
  {
118
118
  cssVariableName: "--owp-tree-grid-focused-row-border-color",
119
- getValue: /* @__PURE__ */ l((e) => {
119
+ getValue: /* @__PURE__ */ t((e) => {
120
120
  var o;
121
121
  return (o = e == null ? void 0 : e.state) == null ? void 0 : o.focusedRowBorderColor;
122
122
  }, "getValue")
123
123
  },
124
124
  {
125
125
  cssVariableName: "--owp-tree-grid-hover-cell-background-color",
126
- getValue: /* @__PURE__ */ l((e) => {
126
+ getValue: /* @__PURE__ */ t((e) => {
127
127
  var o;
128
128
  return (o = e == null ? void 0 : e.state) == null ? void 0 : o.hoverCellBackgroundColor;
129
129
  }, "getValue")
130
130
  },
131
131
  {
132
132
  cssVariableName: "--owp-tree-grid-hover-cell-border-color",
133
- getValue: /* @__PURE__ */ l((e) => {
133
+ getValue: /* @__PURE__ */ t((e) => {
134
134
  var o;
135
135
  return (o = e == null ? void 0 : e.state) == null ? void 0 : o.hoverCellBorderColor;
136
136
  }, "getValue")
137
137
  },
138
138
  {
139
139
  cssVariableName: "--owp-tree-grid-focused-cell-background-color",
140
- getValue: /* @__PURE__ */ l((e) => {
140
+ getValue: /* @__PURE__ */ t((e) => {
141
141
  var o;
142
142
  return (o = e == null ? void 0 : e.state) == null ? void 0 : o.focusedCellBackgroundColor;
143
143
  }, "getValue")
144
144
  },
145
145
  {
146
146
  cssVariableName: "--owp-tree-grid-focused-cell-border-color",
147
- getValue: /* @__PURE__ */ l((e) => {
147
+ getValue: /* @__PURE__ */ t((e) => {
148
148
  var o;
149
149
  return (o = e == null ? void 0 : e.state) == null ? void 0 : o.focusedCellBorderColor;
150
150
  }, "getValue")
151
151
  },
152
152
  {
153
153
  cssVariableName: "--owp-tree-grid-editing-cell-border-color",
154
- getValue: /* @__PURE__ */ l((e) => {
154
+ getValue: /* @__PURE__ */ t((e) => {
155
155
  var o;
156
156
  return (o = e == null ? void 0 : e.state) == null ? void 0 : o.editingCellBorderColor;
157
157
  }, "getValue")
158
158
  },
159
159
  {
160
160
  cssVariableName: "--owp-tree-grid-error-cell-border-color",
161
- getValue: /* @__PURE__ */ l((e) => {
161
+ getValue: /* @__PURE__ */ t((e) => {
162
162
  var o;
163
163
  return (o = e == null ? void 0 : e.state) == null ? void 0 : o.errorCellBorderColor;
164
164
  }, "getValue")
165
165
  },
166
166
  {
167
167
  cssVariableName: "--owp-tree-grid-focused-cell-rect-background-color",
168
- getValue: /* @__PURE__ */ l((e) => {
168
+ getValue: /* @__PURE__ */ t((e) => {
169
169
  var o;
170
170
  return (o = e == null ? void 0 : e.state) == null ? void 0 : o.focusedCellRectBackgroundColor;
171
171
  }, "getValue")
172
172
  },
173
173
  {
174
174
  cssVariableName: "--owp-tree-grid-changed-background-color",
175
- getValue: /* @__PURE__ */ l((e) => {
175
+ getValue: /* @__PURE__ */ t((e) => {
176
176
  var o;
177
177
  return (o = e == null ? void 0 : e.changed) == null ? void 0 : o.backgroundColor;
178
178
  }, "getValue")
179
179
  },
180
180
  {
181
181
  cssVariableName: "--owp-tree-grid-changed-text-color",
182
- getValue: /* @__PURE__ */ l((e) => {
182
+ getValue: /* @__PURE__ */ t((e) => {
183
183
  var o;
184
184
  return (o = e == null ? void 0 : e.changed) == null ? void 0 : o.color;
185
185
  }, "getValue")
186
186
  },
187
187
  {
188
188
  cssVariableName: "--owp-tree-grid-changed-font-weight",
189
- getValue: /* @__PURE__ */ l((e) => {
189
+ getValue: /* @__PURE__ */ t((e) => {
190
190
  var o;
191
191
  return ((o = e == null ? void 0 : e.changed) == null ? void 0 : o.fontWeight) === void 0 ? void 0 : String(e.changed.fontWeight);
192
192
  }, "getValue")
193
193
  }
194
- ], Se = [
194
+ ], fe = [
195
195
  {
196
196
  cssVariableName: "--owp-tree-grid-header-background-color",
197
- getValue: /* @__PURE__ */ l((e) => e.header.backgroundColor, "getValue")
197
+ getValue: /* @__PURE__ */ t((e) => e.header.backgroundColor, "getValue")
198
198
  },
199
199
  {
200
200
  cssVariableName: "--owp-tree-grid-header-color",
201
- getValue: /* @__PURE__ */ l((e) => e.header.color, "getValue")
201
+ getValue: /* @__PURE__ */ t((e) => e.header.color, "getValue")
202
202
  },
203
203
  {
204
204
  cssVariableName: "--owp-tree-grid-header-font-size",
205
- getValue: /* @__PURE__ */ l((e) => _(e.header.fontSize), "getValue")
205
+ getValue: /* @__PURE__ */ t((e) => F(e.header.fontSize), "getValue")
206
206
  },
207
207
  {
208
208
  cssVariableName: "--owp-tree-grid-header-font-weight",
209
- getValue: /* @__PURE__ */ l((e) => String(e.header.fontWeight), "getValue")
209
+ getValue: /* @__PURE__ */ t((e) => String(e.header.fontWeight), "getValue")
210
210
  },
211
211
  {
212
212
  cssVariableName: "--owp-tree-grid-header-height",
213
- getValue: /* @__PURE__ */ l((e) => _(e.header.height), "getValue")
213
+ getValue: /* @__PURE__ */ t((e) => F(e.header.height), "getValue")
214
214
  },
215
215
  {
216
216
  cssVariableName: "--owp-tree-grid-cell-font-size",
217
- getValue: /* @__PURE__ */ l((e) => _(e.cell.fontSize), "getValue")
217
+ getValue: /* @__PURE__ */ t((e) => F(e.cell.fontSize), "getValue")
218
218
  }
219
- ], u = /* @__PURE__ */ l((e, o) => ({
219
+ ], p = /* @__PURE__ */ t((e, o) => ({
220
220
  backgroundColor: `var(${e}, ${o}) !important`
221
- }), "createTreeGridBackgroundColorStyle"), E = /* @__PURE__ */ l((e) => ({
221
+ }), "createTreeGridBackgroundColorStyle"), g = /* @__PURE__ */ t((e) => ({
222
222
  backgroundColor: `var(${e}) !important`
223
- }), "createTreeGridOptionalBackgroundColorStyle"), t = /* @__PURE__ */ l(({
223
+ }), "createTreeGridOptionalBackgroundColorStyle"), he = /* @__PURE__ */ t(() => Object.fromEntries(
224
+ c.flatMap((e) => [
225
+ [
226
+ `@keyframes ${e}${ie}`,
227
+ {
228
+ "0%": {
229
+ boxShadow: `inset 0 0 0 1px ${ue}, inset 0 0 0 9999px ${Ce}`
230
+ },
231
+ "40%": {
232
+ boxShadow: `inset 0 0 0 1px ${Se}, inset 0 0 0 9999px ${be}`
233
+ },
234
+ "100%": {
235
+ boxShadow: `inset 0 0 0 1px ${L}, inset 0 0 0 9999px ${L}`
236
+ }
237
+ }
238
+ ],
239
+ [
240
+ `@keyframes ${e}${pe}`,
241
+ {
242
+ "0%": {
243
+ boxShadow: `inset 0 0 0 1px ${$e}, inset 0 0 0 9999px ${Re}`
244
+ },
245
+ "35%": {
246
+ boxShadow: `inset 0 0 0 1px ${Ee}, inset 0 0 0 9999px ${we}`
247
+ },
248
+ "100%": {
249
+ boxShadow: `inset 0 0 0 1px ${V}, inset 0 0 0 9999px ${V}`
250
+ }
251
+ }
252
+ ]
253
+ ])
254
+ ), "createTreeGridSoftChangeKeyframeStyles"), l = /* @__PURE__ */ t(({
224
255
  wrapperSelector: e = `.${r}`,
225
256
  rowSuffix: o,
226
257
  suffixes: a,
227
- descendant: c = "",
258
+ descendant: n = "",
228
259
  withChildren: s = !1
229
- }) => n.flatMap((C) => a.flatMap((S) => {
230
- const m = o ? ` .${C}${o}` : "", g = `${e}${m} .${C}${S}${c}`;
231
- return s ? [g, `${g} *`] : [g];
232
- })).join(", "), "createTreeGridSelectors"), v = /* @__PURE__ */ l(({
260
+ }) => c.flatMap((C) => a.flatMap((S) => {
261
+ const m = o ? ` .${C}${o}` : "", E = `${e}${m} .${C}${S}${n}`;
262
+ return s ? [E, `${E} *`] : [E];
263
+ })).join(", "), "createTreeGridSelectors"), k = /* @__PURE__ */ t(({
233
264
  wrapperSelector: e = `.${r}`,
234
265
  ancestorSuffixes: o,
235
266
  suffixes: a,
236
- descendant: c = ""
237
- }) => n.flatMap((s) => o.flatMap((C) => a.map((S) => `${e} .${s}${C} .${s}${S}${c}`))).join(", "), "createTreeGridNestedSelectors"), R = `.${r}.${ee}`, be = `${R}.${oe}`, $e = `${R}.${re}`, we = `${R}.${te}`, ge = t({
238
- wrapperSelector: R,
267
+ descendant: n = ""
268
+ }) => c.flatMap((s) => o.flatMap((C) => a.map((S) => `${e} .${s}${C} .${s}${S}${n}`))).join(", "), "createTreeGridNestedSelectors"), w = `.${r}.${re}`, Fe = `${w}.${te}`, Ge = `${w}.${le}`, Ie = `${w}.${ae}`, xe = l({
269
+ wrapperSelector: w,
239
270
  suffixes: ["PanelSelect"]
240
- }), Re = t({
241
- wrapperSelector: R,
271
+ }), Te = l({
272
+ wrapperSelector: w,
242
273
  suffixes: ["PanelSelectOn"]
243
- }), Ee = v({
244
- wrapperSelector: R,
274
+ }), Be = k({
275
+ wrapperSelector: w,
245
276
  ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
246
277
  suffixes: ["PanelSelect"]
247
- }), ke = v({
248
- wrapperSelector: R,
278
+ }), He = k({
279
+ wrapperSelector: w,
249
280
  ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
250
281
  suffixes: ["PanelSelectOn"]
251
- }), ve = v({
252
- wrapperSelector: be,
282
+ }), Oe = k({
283
+ wrapperSelector: Fe,
253
284
  ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
254
285
  suffixes: ["PanelSelect", "PanelSelectOn"]
255
- }), me = v({
256
- wrapperSelector: $e,
286
+ }), Me = k({
287
+ wrapperSelector: Ge,
257
288
  ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
258
289
  suffixes: ["PanelSelect", "PanelSelectOn"]
259
- }), fe = v({
260
- wrapperSelector: we,
290
+ }), Ae = k({
291
+ wrapperSelector: Ie,
261
292
  ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
262
293
  suffixes: ["PanelSelect", "PanelSelectOn"]
263
- }), he = t({
294
+ }), Le = l({
264
295
  suffixes: ["Filter0"]
265
- }), De = t({
296
+ }), Ve = l({
266
297
  suffixes: ["Filter1"]
267
- }), Fe = t({
298
+ }), Ne = l({
268
299
  suffixes: ["Main"],
269
300
  withChildren: !0
270
- }), _e = t({
301
+ }), Pe = l({
271
302
  suffixes: ["Main"]
272
- }), Ge = t({
303
+ }), ye = l({
273
304
  suffixes: ["ClassReadOnly"],
274
305
  withChildren: !0
275
- }), xe = t({
306
+ }), ze = l({
276
307
  suffixes: ["MainTable"]
277
- }), Be = t({
308
+ }), We = l({
278
309
  suffixes: ["NoDataRow"]
279
- }), M = `.${r}.${k}`, Ie = n.map((e) => `.${r}.${k} .${e}MainTable`).join(", "), He = `${M}::before`, Me = `${M}::after`, Te = `calc(${d} - ${p})`, Le = `calc(var(--owp-tree-grid-header-height, 33px) - ${d} + ${p})`, Ve = n.map((e) => `.${r}:not(.${k}) .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow`).join(", "), Oe = t({
310
+ }), H = `.${r}.${_}`, je = c.map((e) => `.${r}.${_} .${e}MainTable`).join(", "), Ue = `${H}::before`, Xe = `${H}::after`, Ke = `calc(${d} - ${u})`, Ye = `calc(var(--owp-tree-grid-header-height, 33px) - ${d} + ${u})`, Qe = c.map((e) => `.${r}:not(.${_}) .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow`).join(", "), qe = l({
280
311
  suffixes: [
281
312
  "VScroll",
282
313
  "VScrollTop",
@@ -309,7 +340,7 @@ const r = "owp-tree-grid-theme", k = "owp-tree-grid-table-radius", ee = "owp-tre
309
340
  "CustScroll4Right",
310
341
  "CustScroll4RightHidden"
311
342
  ]
312
- }), Ae = n.flatMap(
343
+ }), Je = c.flatMap(
313
344
  (e) => [
314
345
  `.${r} .${e}CustScroll1Up > div`,
315
346
  `.${r} .${e}CustScroll1Up > div > div`,
@@ -320,19 +351,19 @@ const r = "owp-tree-grid-theme", k = "owp-tree-grid-table-radius", ee = "owp-tre
320
351
  `.${r} .${e}CustScroll2UpHover > div`,
321
352
  `.${r} .${e}CustScroll2UpHover > div > div`
322
353
  ]
323
- ).join(", "), Pe = n.map((e) => `.${r}.${k} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow`).join(", "), ye = n.map((e) => `.${r}.${k} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow::before`).join(", "), Ne = n.map((e) => `.${r}.${k} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow::after`).join(", "), ze = t({
354
+ ).join(", "), Ze = c.map((e) => `.${r}.${_} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow`).join(", "), eo = c.map((e) => `.${r}.${_} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow::before`).join(", "), oo = c.map((e) => `.${r}.${_} .${e}RowSpace4.${e}RowSpaceFirst .${e}SolidRow::after`).join(", "), ro = l({
324
355
  suffixes: ["FillRow"]
325
- }), We = t({
356
+ }), to = l({
326
357
  suffixes: ["SolidRow"]
327
- }), je = n.map((e) => `.${r} .${e}ToolbarRow.${e}SolidRow`).join(", "), Ue = t({
358
+ }), lo = c.map((e) => `.${r} .${e}ToolbarRow.${e}SolidRow`).join(", "), ao = l({
328
359
  suffixes: ["ColorDefault"]
329
- }), Xe = t({
360
+ }), co = l({
330
361
  suffixes: ["ColorDefaultRow"]
331
- }), Ye = t({
362
+ }), no = l({
332
363
  rowSuffix: "HeaderRow",
333
364
  suffixes: ["CellHeader", "CellIndex", "GanttHeaderBase", "LevelButton"],
334
365
  withChildren: !0
335
- }), Ke = t({
366
+ }), so = l({
336
367
  rowSuffix: "HeaderRow",
337
368
  suffixes: [
338
369
  "CellHeader",
@@ -345,38 +376,38 @@ const r = "owp-tree-grid-theme", k = "owp-tree-grid-table-radius", ee = "owp-tre
345
376
  "HeaderFocus",
346
377
  "HeaderDrag"
347
378
  ]
348
- }), Qe = t({
379
+ }), io = l({
349
380
  suffixes: ["ColorHovered"]
350
- }), qe = t({
381
+ }), po = l({
351
382
  suffixes: ["ColorHoveredRow"]
352
- }), Je = t({
383
+ }), uo = l({
353
384
  suffixes: ["HoverRowBorder"]
354
- }), Ze = t({
385
+ }), Co = l({
355
386
  suffixes: ["ColorSelected", "ColorSelectedCell"]
356
- }), eo = t({
387
+ }), So = l({
357
388
  suffixes: ["ColorSelected", "ColorSelectedCell"],
358
389
  descendant: " *"
359
- }), oo = t({
390
+ }), bo = l({
360
391
  suffixes: ["ColorSelectedRow"]
361
- }), ro = t({
392
+ }), $o = l({
362
393
  suffixes: ["ColorFocused"]
363
- }), to = t({
394
+ }), Ro = l({
364
395
  suffixes: ["ColorFocusedRow"]
365
- }), lo = t({
396
+ }), Eo = l({
366
397
  suffixes: ["FocusRowBorder"]
367
- }), ao = t({
398
+ }), wo = l({
368
399
  suffixes: ["ColorHoveredCell", "ColorHoveredCellIndex"]
369
- }), co = t({
400
+ }), go = l({
370
401
  suffixes: ["HoverCellBorder"]
371
- }), no = t({
402
+ }), _o = l({
372
403
  suffixes: ["ColorHoveredCellReadOnly", "ColorHoveredCellNoFocus"]
373
- }), so = t({
404
+ }), ko = l({
374
405
  suffixes: ["ColorHoveredCellReadOnly", "ColorHoveredCellNoFocus"],
375
406
  descendant: " *"
376
- }), io = v({
407
+ }), mo = k({
377
408
  ancestorSuffixes: ["HoverCellBorder"],
378
409
  suffixes: ["ColorPreview", "ColorPreviewDynamic", "ColorViewedCell"]
379
- }), uo = t({
410
+ }), vo = l({
380
411
  suffixes: [
381
412
  "ColorHoveredCellSpace",
382
413
  "ColorHoveredCellSpaceEdit",
@@ -390,18 +421,18 @@ const r = "owp-tree-grid-theme", k = "owp-tree-grid-table-radius", ee = "owp-tre
390
421
  "ColorHoveredCellTab",
391
422
  "ColorHoveredCellTab1"
392
423
  ]
393
- }), po = t({
424
+ }), Do = l({
394
425
  suffixes: ["ColorFocusedCell", "ColorFocusedCellRelative"]
395
- }), Co = t({
426
+ }), fo = l({
396
427
  suffixes: ["ColorFocusedCellRect"]
397
- }), So = t({
428
+ }), ho = l({
398
429
  suffixes: ["FocusCellBorder"]
399
- }), bo = t({
430
+ }), Fo = l({
400
431
  suffixes: ["FocusCellCorner"]
401
- }), $o = t({
432
+ }), Go = l({
402
433
  suffixes: ["ClassFocusedCellSpaceEdit", "ClassFocusedCellSpaceDefaults"],
403
434
  descendant: " > div"
404
- }), U = `.${r} .${W}`, wo = `${U}::after`, X = `.${r} .${G}`, go = `.${r} .${W}.${G}::after`, Ro = `${X}::before`, Eo = `.${r} .${G}.${le}::before`, ko = `.${r} .${G}.${ae}::before`, vo = t({
435
+ }), K = `.${r} .${U}`, Io = `${K}::after`, Y = `.${r} .${G}`, xo = `.${r} .${U}.${G}::after`, To = `${Y}::before`, Bo = `.${r} .${G}.${ce}::before`, Ho = `.${r} .${G}.${ne}::before`, Oo = l({
405
436
  suffixes: [
406
437
  "ColorFocusedCellSafari",
407
438
  "ColorFocusedCellSpace",
@@ -410,24 +441,24 @@ const r = "owp-tree-grid-theme", k = "owp-tree-grid-table-radius", ee = "owp-tre
410
441
  "ColorFocusedCellSpaceBool",
411
442
  "ColorFocusedCellButton"
412
443
  ]
413
- }), mo = t({
444
+ }), Mo = l({
414
445
  suffixes: ["ClassHoveredCellSpaceEdit", "ClassHoveredCellSpaceDefaults"],
415
446
  descendant: " > div"
416
- }), fo = t({
447
+ }), Ao = l({
417
448
  suffixes: ["ClassHoveredCellButtonButton", "ClassHoveredCellButtonButton1"],
418
449
  descendant: " u"
419
- }), ho = t({
450
+ }), Lo = l({
420
451
  suffixes: ["ClassHoveredCellTab", "ClassHoveredCellTab1"]
421
- }), Do = t({
452
+ }), Vo = l({
422
453
  suffixes: ["ColorChangedCell"]
423
- }), Fo = n.flatMap((e) => {
454
+ }), No = c.flatMap((e) => {
424
455
  const o = `${e}ClassFocusedCell`, a = `.${r} .${i}:not(.${o})`;
425
456
  return [
426
457
  a,
427
458
  `${a} *:not(.${o})`
428
459
  ];
429
- }).join(", "), _o = n.flatMap((e) => {
430
- const o = `.${r} .${i}`, a = `.${r} .${i}.${z}`;
460
+ }).join(", "), Po = c.flatMap((e) => {
461
+ const o = `.${r} .${i}`, a = `.${r} .${i}.${j}`;
431
462
  return [
432
463
  `${e}ColorSelected`,
433
464
  `${e}ColorSelectedCell`,
@@ -443,19 +474,19 @@ const r = "owp-tree-grid-theme", k = "owp-tree-grid-table-radius", ee = "owp-tre
443
474
  `.${r} .${s} ${o}`,
444
475
  `.${r} .${s} ${o} *`
445
476
  ]);
446
- }).join(", "), Go = n.flatMap((e) => {
477
+ }).join(", "), yo = c.flatMap((e) => {
447
478
  const o = `.${r} .${i}`;
448
479
  return [
449
480
  `${e}ClassFocusedCell`,
450
481
  `${e}ColorFocusedCell`,
451
482
  `${e}ColorFocusedCellRelative`
452
- ].flatMap((c) => [
453
- `${o}.${c}`,
454
- `${o}.${c} *`,
455
- `.${r} .${c} ${o}`,
456
- `.${r} .${c} ${o} *`
483
+ ].flatMap((n) => [
484
+ `${o}.${n}`,
485
+ `${o}.${n} *`,
486
+ `.${r} .${n} ${o}`,
487
+ `.${r} .${n} ${o} *`
457
488
  ]);
458
- }).join(", "), xo = n.flatMap((e) => {
489
+ }).join(", "), zo = c.flatMap((e) => {
459
490
  const o = `.${r} .${i}`, a = `${e}HiddenValue`;
460
491
  return [
461
492
  `${o}.${a}`,
@@ -463,11 +494,11 @@ const r = "owp-tree-grid-theme", k = "owp-tree-grid-table-radius", ee = "owp-tre
463
494
  `.${r} .${a} ${o}`,
464
495
  `.${r} .${a} ${o} *`
465
496
  ];
466
- }).join(", "), Bo = `var(--owp-tree-grid-changed-font-weight, ${Q}) !important`, Io = t({
497
+ }).join(", "), Wo = `var(--owp-tree-grid-changed-font-weight, ${J}) !important`, jo = l({
467
498
  suffixes: ["EditCellBorder"]
468
- }), Ho = t({
499
+ }), Uo = l({
469
500
  suffixes: ["EditCellCorner"]
470
- }), Mo = [
501
+ }), Xo = [
471
502
  `.${r} .TSMain .TSDateLeft`,
472
503
  `.${r} .TSMain .TSDatesLeft`,
473
504
  `.${r} .TSMain .TSDateRight`,
@@ -476,7 +507,7 @@ const r = "owp-tree-grid-theme", k = "owp-tree-grid-table-radius", ee = "owp-tre
476
507
  `.${r} .TSMain .TSDatesTop`,
477
508
  `.${r} .TSMain .TSDateBottom`,
478
509
  `.${r} .TSMain .TSDatesBottom`
479
- ].join(", "), To = [
510
+ ].join(", "), Ko = [
480
511
  `.${r} .TSMain .${i}.TSDateLeft`,
481
512
  `.${r} .TSMain .${i}.TSDatesLeft`,
482
513
  `.${r} .TSMain .${i}.TSDateRight`,
@@ -485,7 +516,7 @@ const r = "owp-tree-grid-theme", k = "owp-tree-grid-table-radius", ee = "owp-tre
485
516
  `.${r} .TSMain .${i}.TSDatesTop`,
486
517
  `.${r} .TSMain .${i}.TSDateBottom`,
487
518
  `.${r} .TSMain .${i}.TSDatesBottom`
488
- ].join(", "), Lo = [
519
+ ].join(", "), Yo = [
489
520
  "DateLeft",
490
521
  "DatesLeft",
491
522
  "DateRight",
@@ -494,7 +525,7 @@ const r = "owp-tree-grid-theme", k = "owp-tree-grid-table-radius", ee = "owp-tre
494
525
  "DatesTop",
495
526
  "DateBottom",
496
527
  "DatesBottom"
497
- ].flatMap((e) => n.flatMap((o) => {
528
+ ].flatMap((e) => c.flatMap((o) => {
498
529
  const a = `.${r} .${i}.${o}${e}`;
499
530
  return [
500
531
  `${o}ClassFocusedCell`,
@@ -504,13 +535,13 @@ const r = "owp-tree-grid-theme", k = "owp-tree-grid-table-radius", ee = "owp-tre
504
535
  `${a}.${s}`,
505
536
  `.${r} .${s} ${a}`
506
537
  ]);
507
- })).join(", "), H = 'url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%22-1%200%2018%2018%22%3E%0D%0A%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M15.427%2C14.857c0%2C0.625-0.517%2C1.143-1.142%2C1.143H1.715c-0.625%2C0-1.142-0.518-1.142-1.143V3.429%0D%0A%09c0-0.625%2C0.517-1.142%2C1.142-1.142H2.86V1.429C2.86%2C0.642%2C3.502%2C0%2C4.289%2C0H4.86c0.783%2C0%2C1.429%2C0.642%2C1.429%2C1.429v0.858h3.43V1.429%0D%0A%09C9.719%2C0.642%2C10.359%2C0%2C11.145%2C0h0.574c0.783%2C0%2C1.426%2C0.642%2C1.426%2C1.429v0.858h1.142c0.625%2C0%2C1.142%2C0.517%2C1.142%2C1.142L15.427%2C14.857%0D%0A%09L15.427%2C14.857z%20M4.289%2C8.287V5.713H1.715v2.574H4.289z%20M4.289%2C11.717V8.857H1.715v2.858L4.289%2C11.717L4.289%2C11.717z%20M4.289%2C14.857%0D%0A%09v-2.574H1.715v2.574H4.289z%20M5.144%2C1.429c0-0.154-0.134-0.288-0.283-0.288H4.289c-0.154%2C0-0.287%2C0.133-0.287%2C0.288V4%0D%0A%09c0%2C0.15%2C0.133%2C0.288%2C0.287%2C0.288H4.86C5.01%2C4.288%2C5.144%2C4.15%2C5.144%2C4V1.429z%20M7.715%2C8.287V5.713H4.86v2.574H7.715z%20M7.715%2C11.717%0D%0A%09V8.857H4.86v2.858L7.715%2C11.717L7.715%2C11.717z%20M7.715%2C14.857v-2.574H4.86v2.574H7.715z%20M11.145%2C8.287V5.713H8.289v2.574H11.145z%0D%0A%09M11.145%2C11.717V8.857H8.289v2.858L11.145%2C11.717L11.145%2C11.717z%20M11.145%2C14.857v-2.574H8.289v2.574H11.145z%20M12.002%2C1.429%0D%0A%09c0-0.154-0.139-0.288-0.283-0.288h-0.574c-0.154%2C0-0.283%2C0.133-0.283%2C0.288V4c0%2C0.15%2C0.129%2C0.288%2C0.283%2C0.288h0.574%0D%0A%09c0.146%2C0%2C0.283-0.138%2C0.283-0.288V1.429z%20M14.285%2C8.287V5.713h-2.566v2.574H14.285z%20M14.285%2C11.717V8.857h-2.566v2.858%0D%0A%09L14.285%2C11.717L14.285%2C11.717z%20M14.285%2C14.857v-2.574h-2.566v2.574H14.285z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A")', Vo = H.replace(
538
+ })).join(", "), B = 'url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%22-1%200%2018%2018%22%3E%0D%0A%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M15.427%2C14.857c0%2C0.625-0.517%2C1.143-1.142%2C1.143H1.715c-0.625%2C0-1.142-0.518-1.142-1.143V3.429%0D%0A%09c0-0.625%2C0.517-1.142%2C1.142-1.142H2.86V1.429C2.86%2C0.642%2C3.502%2C0%2C4.289%2C0H4.86c0.783%2C0%2C1.429%2C0.642%2C1.429%2C1.429v0.858h3.43V1.429%0D%0A%09C9.719%2C0.642%2C10.359%2C0%2C11.145%2C0h0.574c0.783%2C0%2C1.426%2C0.642%2C1.426%2C1.429v0.858h1.142c0.625%2C0%2C1.142%2C0.517%2C1.142%2C1.142L15.427%2C14.857%0D%0A%09L15.427%2C14.857z%20M4.289%2C8.287V5.713H1.715v2.574H4.289z%20M4.289%2C11.717V8.857H1.715v2.858L4.289%2C11.717L4.289%2C11.717z%20M4.289%2C14.857%0D%0A%09v-2.574H1.715v2.574H4.289z%20M5.144%2C1.429c0-0.154-0.134-0.288-0.283-0.288H4.289c-0.154%2C0-0.287%2C0.133-0.287%2C0.288V4%0D%0A%09c0%2C0.15%2C0.133%2C0.288%2C0.287%2C0.288H4.86C5.01%2C4.288%2C5.144%2C4.15%2C5.144%2C4V1.429z%20M7.715%2C8.287V5.713H4.86v2.574H7.715z%20M7.715%2C11.717%0D%0A%09V8.857H4.86v2.858L7.715%2C11.717L7.715%2C11.717z%20M7.715%2C14.857v-2.574H4.86v2.574H7.715z%20M11.145%2C8.287V5.713H8.289v2.574H11.145z%0D%0A%09M11.145%2C11.717V8.857H8.289v2.858L11.145%2C11.717L11.145%2C11.717z%20M11.145%2C14.857v-2.574H8.289v2.574H11.145z%20M12.002%2C1.429%0D%0A%09c0-0.154-0.139-0.288-0.283-0.288h-0.574c-0.154%2C0-0.283%2C0.133-0.283%2C0.288V4c0%2C0.15%2C0.129%2C0.288%2C0.283%2C0.288h0.574%0D%0A%09c0.146%2C0%2C0.283-0.138%2C0.283-0.288V1.429z%20M14.285%2C8.287V5.713h-2.566v2.574H14.285z%20M14.285%2C11.717V8.857h-2.566v2.858%0D%0A%09L14.285%2C11.717L14.285%2C11.717z%20M14.285%2C14.857v-2.574h-2.566v2.574H14.285z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A")', Qo = B.replace(
508
539
  "%23757575",
509
540
  "white"
510
- ), N = $(
541
+ ), W = $(
511
542
  '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="#000" d="M4.5 6.25h7L8 9.75z"/></svg>'
512
- ), w = /* @__PURE__ */ l((e, o) => n.flatMap((a) => e.flatMap((c) => o(a, c))).join(", "), "createTreeGridEnumButtonIconSelector"), B = /* @__PURE__ */ l((e, o) => `.${r} .${i}.${e}${o}`, "createTreeGridChangedEnumButtonCellSelector"), h = /* @__PURE__ */ l((e, o) => `${B(e, o)}::after`, "createTreeGridChangedEnumButtonPseudoSelector"), Oo = /* @__PURE__ */ l((e, o) => {
513
- const a = B(e, o), c = `.${r} .${i}.${z}.${e}${o}`, s = [
543
+ ), R = /* @__PURE__ */ t((e, o) => c.flatMap((a) => e.flatMap((n) => o(a, n))).join(", "), "createTreeGridEnumButtonIconSelector"), x = /* @__PURE__ */ t((e, o) => `.${r} .${i}.${e}${o}`, "createTreeGridChangedEnumButtonCellSelector"), D = /* @__PURE__ */ t((e, o) => `${x(e, o)}::after`, "createTreeGridChangedEnumButtonPseudoSelector"), qo = /* @__PURE__ */ t((e, o) => {
544
+ const a = x(e, o), n = `.${r} .${i}.${j}.${e}${o}`, s = [
514
545
  `${e}ColorSelected`,
515
546
  `${e}ColorSelectedCell`,
516
547
  `${e}ColorSelectedRow`,
@@ -519,14 +550,14 @@ const r = "owp-tree-grid-theme", k = "owp-tree-grid-table-radius", ee = "owp-tre
519
550
  `${e}ClassSelectedRow`
520
551
  ];
521
552
  return [
522
- c,
553
+ n,
523
554
  ...s.flatMap((C) => [
524
555
  `${a}.${C}`,
525
556
  `.${r} .${C} ${a}`
526
557
  ])
527
558
  ];
528
- }, "createTreeGridSelectedChangedEnumButtonCellSelectors"), Ao = /* @__PURE__ */ l((e, o) => {
529
- const a = B(e, o);
559
+ }, "createTreeGridSelectedChangedEnumButtonCellSelectors"), Jo = /* @__PURE__ */ t((e, o) => {
560
+ const a = x(e, o);
530
561
  return [
531
562
  `${e}ClassFocusedCell`,
532
563
  `${e}ColorFocusedCell`,
@@ -535,159 +566,160 @@ const r = "owp-tree-grid-theme", k = "owp-tree-grid-table-radius", ee = "owp-tre
535
566
  `${a}.${s}`,
536
567
  `.${r} .${s} ${a}`
537
568
  ]);
538
- }, "createTreeGridFocusedChangedEnumButtonCellSelectors"), Po = w(
539
- x,
540
- (e, o) => [B(e, o)]
541
- ), yo = w(
542
- x,
543
- (e, o) => [h(e, o)]
544
- ), No = w(
545
- x,
546
- (e, o) => Oo(e, o).map(
569
+ }, "createTreeGridFocusedChangedEnumButtonCellSelectors"), Zo = R(
570
+ I,
571
+ (e, o) => [x(e, o)]
572
+ ), er = R(
573
+ I,
574
+ (e, o) => [D(e, o)]
575
+ ), or = R(
576
+ I,
577
+ (e, o) => qo(e, o).map(
547
578
  (a) => `${a}::after`
548
579
  )
549
- ), zo = w(
550
- x,
551
- (e, o) => Ao(e, o).map(
580
+ ), rr = R(
581
+ I,
582
+ (e, o) => Jo(e, o).map(
552
583
  (a) => `${a}::after`
553
584
  )
554
- ), Wo = w(
585
+ ), tr = R(
555
586
  ["DefaultsLeft", "EnumLeft"],
556
- (e, o) => [h(e, o)]
557
- ), jo = w(
587
+ (e, o) => [D(e, o)]
588
+ ), lr = R(
558
589
  ["DefaultsRight", "EnumRight"],
559
- (e, o) => [h(e, o)]
560
- ), Uo = w(
590
+ (e, o) => [D(e, o)]
591
+ ), ar = R(
561
592
  ["DefaultsTop", "EnumTop"],
562
- (e, o) => [h(e, o)]
563
- ), Xo = w(
593
+ (e, o) => [D(e, o)]
594
+ ), cr = R(
564
595
  ["DefaultsBottom", "EnumBottom"],
565
- (e, o) => [h(e, o)]
566
- ), I = 'url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M11.99%202C6.47%202%202%206.48%202%2012s4.47%2010%209.99%2010C17.52%2022%2022%2017.52%2022%2012S17.52%202%2011.99%202M12%2020c-4.42%200-8-3.58-8-8s3.58-8%208-8%208%203.58%208%208-3.58%208-8%208%22%2F%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M12.5%207H11v6l5.25%203.15.75-1.23-4.5-2.67z%22%2F%3E%3C%2Fsvg%3E")', Yo = `.${r} .OwpTreeGridTimePickerEditorIcon`, Ko = [
596
+ (e, o) => [D(e, o)]
597
+ ), T = 'url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M11.99%202C6.47%202%202%206.48%202%2012s4.47%2010%209.99%2010C17.52%2022%2022%2017.52%2022%2012S17.52%202%2011.99%202M12%2020c-4.42%200-8-3.58-8-8s3.58-8%208-8%208%203.58%208%208-3.58%208-8%208%22%2F%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M12.5%207H11v6l5.25%203.15.75-1.23-4.5-2.67z%22%2F%3E%3C%2Fsvg%3E")', nr = `.${r} .OwpTreeGridTimePickerEditorIcon`, dr = [
567
598
  `.${r} .${i} .OwpTreeGridTimePickerEditorIcon`,
568
599
  `.${r} .${i}.OwpTreeGridTimePickerEditorIcon`
569
- ].join(", "), Qo = n.flatMap((e) => {
600
+ ].join(", "), sr = c.flatMap((e) => {
570
601
  const o = `.${r} .${i}`;
571
602
  return [
572
603
  `${e}ClassFocusedCell`,
573
604
  `${e}ColorFocusedCell`,
574
605
  `${e}ColorFocusedCellRelative`
575
- ].flatMap((c) => [
576
- `${o}.${c} .OwpTreeGridTimePickerEditorIcon`,
577
- `${o}.${c}.OwpTreeGridTimePickerEditorIcon`,
578
- `.${r} .${c} ${o} .OwpTreeGridTimePickerEditorIcon`,
579
- `.${r} .${c} ${o}.OwpTreeGridTimePickerEditorIcon`
606
+ ].flatMap((n) => [
607
+ `${o}.${n} .OwpTreeGridTimePickerEditorIcon`,
608
+ `${o}.${n}.OwpTreeGridTimePickerEditorIcon`,
609
+ `.${r} .${n} ${o} .OwpTreeGridTimePickerEditorIcon`,
610
+ `.${r} .${n} ${o}.OwpTreeGridTimePickerEditorIcon`
580
611
  ]);
581
- }).join(", "), qo = n.map(
612
+ }).join(", "), ir = c.map(
582
613
  (e) => `.${e}EnumMenuMain, .${e}EnumMenuMain *`
583
- ).join(", "), Jo = n.map(
614
+ ).join(", "), pr = c.map(
584
615
  (e) => `.${e}EnumMenuMain *::-webkit-scrollbar`
585
- ).join(", "), Zo = n.map(
616
+ ).join(", "), ur = c.map(
586
617
  (e) => `.${e}EnumMenuMain *::-webkit-scrollbar-thumb`
587
- ).join(", "), er = n.map(
618
+ ).join(", "), Cr = c.map(
588
619
  (e) => `.${e}EnumMenuMain *::-webkit-scrollbar-thumb:hover`
589
- ).join(", "), or = n.map(
620
+ ).join(", "), Sr = c.map(
590
621
  (e) => `.${e}EnumMenuMain *::-webkit-scrollbar-track`
591
- ).join(", "), rr = n.map(
622
+ ).join(", "), br = c.map(
592
623
  (e) => `.${e}EnumMenuMain *::-webkit-scrollbar-corner`
593
- ).join(", "), dr = {
594
- [Fe]: {
595
- fontFamily: `${T} !important`,
624
+ ).join(", "), _r = {
625
+ ...he(),
626
+ [Ne]: {
627
+ fontFamily: `${O} !important`,
596
628
  fontSize: "var(--owp-tree-grid-cell-font-size, 13px)",
597
629
  fontWeight: "normal",
598
630
  lineHeight: "16px"
599
631
  },
600
- [_e]: {
632
+ [Pe]: {
601
633
  color: "var(--owp-tree-grid-body-color, #111112) !important"
602
634
  },
603
- [Ge]: {
635
+ [ye]: {
604
636
  color: "var(--owp-tree-grid-body-color, #111112) !important"
605
637
  },
606
- [xe]: u(
638
+ [ze]: p(
607
639
  "--owp-tree-grid-body-background-color",
608
640
  "#FFFFFF"
609
641
  ),
610
- [Be]: {
642
+ [We]: {
611
643
  borderTopColor: `${b} !important`
612
644
  },
613
- [ge]: {
614
- backgroundImage: `${de} !important`,
645
+ [xe]: {
646
+ backgroundImage: `${ge} !important`,
615
647
  backgroundPosition: "center center !important",
616
648
  backgroundRepeat: "no-repeat !important",
617
649
  backgroundSize: "17px 17px !important"
618
650
  },
619
- [Re]: {
620
- backgroundImage: `${se} !important`,
651
+ [Te]: {
652
+ backgroundImage: `${_e} !important`,
621
653
  backgroundPosition: "center center !important",
622
654
  backgroundRepeat: "no-repeat !important",
623
655
  backgroundSize: "17px 17px !important"
624
656
  },
625
- [Ee]: {
626
- backgroundImage: `${O} !important`,
657
+ [Be]: {
658
+ backgroundImage: `${N} !important`,
627
659
  backgroundPosition: "center center !important",
628
660
  backgroundRepeat: "no-repeat !important",
629
661
  backgroundSize: "17px 17px !important"
630
662
  },
631
- [ke]: {
632
- backgroundImage: `${A} !important`,
663
+ [He]: {
664
+ backgroundImage: `${P} !important`,
633
665
  backgroundPosition: "center center !important",
634
666
  backgroundRepeat: "no-repeat !important",
635
667
  backgroundSize: "17px 17px !important"
636
668
  },
637
- [ve]: {
638
- backgroundImage: `${A} !important`
669
+ [Oe]: {
670
+ backgroundImage: `${P} !important`
639
671
  },
640
- [me]: {
641
- backgroundImage: `${ie} !important`
672
+ [Me]: {
673
+ backgroundImage: `${ke} !important`
642
674
  },
643
- [fe]: {
644
- backgroundImage: `${O} !important`
675
+ [Ae]: {
676
+ backgroundImage: `${N} !important`
645
677
  },
646
- [he]: {
647
- WebkitMaskImage: `${P} !important`,
678
+ [Le]: {
679
+ WebkitMaskImage: `${y} !important`,
648
680
  WebkitMaskPosition: "center center !important",
649
681
  WebkitMaskRepeat: "no-repeat !important",
650
682
  WebkitMaskSize: "17px 17px !important",
651
- backgroundColor: `${ue} !important`,
683
+ backgroundColor: `${me} !important`,
652
684
  backgroundImage: "none !important",
653
685
  height: "17px !important",
654
- maskImage: `${P} !important`,
686
+ maskImage: `${y} !important`,
655
687
  maskPosition: "center center !important",
656
688
  maskRepeat: "no-repeat !important",
657
689
  maskSize: "17px 17px !important",
658
690
  opacity: 0.72,
659
691
  width: "17px !important"
660
692
  },
661
- [De]: {
662
- WebkitMaskImage: `${y} !important`,
693
+ [Ve]: {
694
+ WebkitMaskImage: `${z} !important`,
663
695
  WebkitMaskPosition: "center center !important",
664
696
  WebkitMaskRepeat: "no-repeat !important",
665
697
  WebkitMaskSize: "17px 17px !important",
666
- backgroundColor: `${pe} !important`,
698
+ backgroundColor: `${ve} !important`,
667
699
  backgroundImage: "none !important",
668
700
  height: "17px !important",
669
- maskImage: `${y} !important`,
701
+ maskImage: `${z} !important`,
670
702
  maskPosition: "center center !important",
671
703
  maskRepeat: "no-repeat !important",
672
704
  maskSize: "17px 17px !important",
673
705
  opacity: 1,
674
706
  width: "17px !important"
675
707
  },
676
- [Mo]: {
677
- backgroundImage: `${H} !important`
708
+ [Xo]: {
709
+ backgroundImage: `${B} !important`
678
710
  },
679
- [To]: {
680
- backgroundImage: `${Vo} !important`
711
+ [Ko]: {
712
+ backgroundImage: `${Qo} !important`
681
713
  },
682
- [Lo]: {
683
- backgroundImage: `${H} !important`
714
+ [Yo]: {
715
+ backgroundImage: `${B} !important`
684
716
  },
685
- [Po]: {
717
+ [Zo]: {
686
718
  backgroundImage: "none !important",
687
719
  position: "relative"
688
720
  },
689
- [yo]: {
690
- WebkitMaskImage: `${N} !important`,
721
+ [er]: {
722
+ WebkitMaskImage: `${W} !important`,
691
723
  WebkitMaskPosition: "center center !important",
692
724
  WebkitMaskRepeat: "no-repeat !important",
693
725
  WebkitMaskSize: "16px 16px !important",
@@ -696,7 +728,7 @@ const r = "owp-tree-grid-theme", k = "owp-tree-grid-table-radius", ee = "owp-tre
696
728
  content: '""',
697
729
  display: "block",
698
730
  height: "16px",
699
- maskImage: `${N} !important`,
731
+ maskImage: `${W} !important`,
700
732
  maskPosition: "center center !important",
701
733
  maskRepeat: "no-repeat !important",
702
734
  maskSize: "16px 16px !important",
@@ -704,34 +736,34 @@ const r = "owp-tree-grid-theme", k = "owp-tree-grid-table-radius", ee = "owp-tre
704
736
  position: "absolute",
705
737
  width: "16px"
706
738
  },
707
- [No]: {
739
+ [or]: {
708
740
  backgroundColor: "var(--owp-tree-grid-body-color, #111112) !important"
709
741
  },
710
- [zo]: {
711
- backgroundColor: `${L} !important`
742
+ [rr]: {
743
+ backgroundColor: `${M} !important`
712
744
  },
713
- [Wo]: {
745
+ [tr]: {
714
746
  left: "4px",
715
747
  top: "50%",
716
748
  transform: "translateY(-50%)"
717
749
  },
718
- [jo]: {
750
+ [lr]: {
719
751
  right: "4px",
720
752
  top: "50%",
721
753
  transform: "translateY(-50%)"
722
754
  },
723
- [Uo]: {
755
+ [ar]: {
724
756
  left: "50%",
725
757
  top: "0",
726
758
  transform: "translateX(-50%)"
727
759
  },
728
- [Xo]: {
760
+ [cr]: {
729
761
  bottom: "0",
730
762
  left: "50%",
731
763
  transform: "translateX(-50%)"
732
764
  },
733
- [Yo]: {
734
- backgroundImage: I,
765
+ [nr]: {
766
+ backgroundImage: T,
735
767
  backgroundPosition: "center calc(50% - 1px)",
736
768
  backgroundRepeat: "no-repeat",
737
769
  backgroundSize: "16px 16px",
@@ -742,55 +774,55 @@ const r = "owp-tree-grid-theme", k = "owp-tree-grid-table-radius", ee = "owp-tre
742
774
  verticalAlign: "middle",
743
775
  width: "16px"
744
776
  },
745
- [Ko]: {
746
- WebkitMaskImage: I,
777
+ [dr]: {
778
+ WebkitMaskImage: T,
747
779
  WebkitMaskPosition: "center calc(50% - 1px)",
748
780
  WebkitMaskRepeat: "no-repeat",
749
781
  WebkitMaskSize: "16px 16px",
750
782
  backgroundColor: "var(--owp-tree-grid-changed-text-color, #ffffff) !important",
751
783
  backgroundImage: "none !important",
752
- maskImage: I,
784
+ maskImage: T,
753
785
  maskPosition: "center calc(50% - 1px)",
754
786
  maskRepeat: "no-repeat",
755
787
  maskSize: "16px 16px"
756
788
  },
757
- [Qo]: {
758
- backgroundColor: `${L} !important`
789
+ [sr]: {
790
+ backgroundColor: `${M} !important`
759
791
  },
760
- [qo]: {
792
+ [ir]: {
761
793
  scrollbarColor: "rgba(0, 0, 0, 0.32) transparent",
762
794
  scrollbarWidth: "thin"
763
795
  },
764
- [Jo]: {
796
+ [pr]: {
765
797
  height: "8px",
766
798
  width: "8px"
767
799
  },
768
- [Zo]: {
800
+ [ur]: {
769
801
  backgroundClip: "padding-box",
770
802
  backgroundColor: "rgba(0, 0, 0, 0.32)",
771
803
  border: "2px solid transparent",
772
804
  borderRadius: "8px"
773
805
  },
774
- [er]: {
806
+ [Cr]: {
775
807
  backgroundColor: "rgba(0, 0, 0, 0.44)"
776
808
  },
777
- [or]: {
809
+ [Sr]: {
778
810
  backgroundColor: "transparent"
779
811
  },
780
- [rr]: {
812
+ [br]: {
781
813
  backgroundColor: "transparent"
782
814
  },
783
- [M]: {
815
+ [H]: {
784
816
  position: "relative"
785
817
  },
786
- [Ie]: {
818
+ [je]: {
787
819
  borderBottom: "0 !important",
788
820
  borderRadius: `${d} ${d} 0 0`,
789
821
  clipPath: `inset(0 round ${d} ${d} 0 0)`,
790
822
  overflow: "hidden"
791
823
  },
792
- [He]: {
793
- border: `${p} solid ${b}`,
824
+ [Ue]: {
825
+ border: `${u} solid ${b}`,
794
826
  borderBottom: 0,
795
827
  borderRadius: `${d} ${d} 0 0`,
796
828
  boxSizing: "border-box",
@@ -804,36 +836,36 @@ const r = "owp-tree-grid-theme", k = "owp-tree-grid-table-radius", ee = "owp-tre
804
836
  top: 0,
805
837
  zIndex: 2
806
838
  },
807
- [Me]: {
808
- borderLeft: `${p} solid ${b}`,
809
- borderRight: `${p} solid ${b}`,
839
+ [Xe]: {
840
+ borderLeft: `${u} solid ${b}`,
841
+ borderRight: `${u} solid ${b}`,
810
842
  boxSizing: "border-box",
811
843
  content: '""',
812
844
  display: "block",
813
- height: Le,
845
+ height: Ye,
814
846
  left: 0,
815
847
  pointerEvents: "none",
816
848
  position: "absolute",
817
849
  right: 0,
818
- top: Te,
850
+ top: Ke,
819
851
  zIndex: 2
820
852
  },
821
- [Ve]: {
822
- borderTop: `${p} solid ${b} !important`
853
+ [Qe]: {
854
+ borderTop: `${u} solid ${b} !important`
823
855
  },
824
- [Oe]: {
825
- boxShadow: `inset -${p} 0 0 ${b}`
856
+ [qe]: {
857
+ boxShadow: `inset -${u} 0 0 ${b}`
826
858
  },
827
- [Ae]: {
828
- boxShadow: `inset -${p} 0 0 ${b}`
859
+ [Je]: {
860
+ boxShadow: `inset -${u} 0 0 ${b}`
829
861
  },
830
- [Pe]: {
862
+ [Ze]: {
831
863
  borderTopColor: "transparent !important",
832
864
  overflow: "visible",
833
865
  position: "relative"
834
866
  },
835
- [ye]: {
836
- border: `${p} solid ${b}`,
867
+ [eo]: {
868
+ border: `${u} solid ${b}`,
837
869
  borderBottomLeftRadius: d,
838
870
  borderBottomRightRadius: d,
839
871
  borderTop: 0,
@@ -846,10 +878,10 @@ const r = "owp-tree-grid-theme", k = "owp-tree-grid-table-radius", ee = "owp-tre
846
878
  position: "absolute",
847
879
  right: 0,
848
880
  top: 0,
849
- transform: `translateY(calc(-100% - ${p}))`,
881
+ transform: `translateY(calc(-100% - ${u}))`,
850
882
  zIndex: 2
851
883
  },
852
- [Ne]: {
884
+ [oo]: {
853
885
  backgroundImage: `radial-gradient(circle at right top, transparent calc(${d} - 1px), var(--owp-tree-grid-toolbar-row-background-color, #FFFFFF) ${d}), radial-gradient(circle at left top, transparent calc(${d} - 1px), var(--owp-tree-grid-toolbar-row-background-color, #FFFFFF) ${d})`,
854
886
  backgroundPosition: "left top, right top",
855
887
  backgroundRepeat: "no-repeat",
@@ -862,53 +894,53 @@ const r = "owp-tree-grid-theme", k = "owp-tree-grid-table-radius", ee = "owp-tre
862
894
  position: "absolute",
863
895
  right: 0,
864
896
  top: 0,
865
- transform: `translateY(calc(-100% - ${p}))`,
897
+ transform: `translateY(calc(-100% - ${u}))`,
866
898
  zIndex: 1
867
899
  },
868
- [ze]: E(
900
+ [ro]: g(
869
901
  "--owp-tree-grid-body-fill-background-color"
870
902
  ),
871
- [We]: E(
903
+ [to]: g(
872
904
  "--owp-tree-grid-row-solid-background-color"
873
905
  ),
874
- [je]: E(
906
+ [lo]: g(
875
907
  "--owp-tree-grid-toolbar-row-background-color"
876
908
  ),
877
- [Ue]: u(
909
+ [ao]: p(
878
910
  "--owp-tree-grid-row-background-color",
879
911
  "#FFFFFF"
880
912
  ),
881
- [Xe]: u(
913
+ [co]: p(
882
914
  "--owp-tree-grid-row-background-color",
883
915
  "#FFFFFE"
884
916
  ),
885
- [U]: {
917
+ [K]: {
886
918
  boxShadow: "none !important",
887
919
  outline: "none",
888
920
  position: "relative",
889
921
  zIndex: 3
890
922
  },
891
- [wo]: {
892
- border: `${ce} solid ${ne}`,
923
+ [Io]: {
924
+ border: `${de} solid ${se}`,
893
925
  boxSizing: "border-box",
894
926
  content: '""',
895
927
  display: "block",
896
- inset: V,
928
+ inset: A,
897
929
  pointerEvents: "none",
898
930
  position: "absolute",
899
931
  zIndex: 4
900
932
  },
901
- [go]: {
902
- inset: `calc(${V} + ${f})`
933
+ [xo]: {
934
+ inset: `calc(${A} + ${v})`
903
935
  },
904
- [X]: {
936
+ [Y]: {
905
937
  position: "relative"
906
938
  },
907
- [Ro]: {
939
+ [To]: {
908
940
  backgroundColor: "transparent",
909
- borderBottom: `${f} solid ${F}`,
910
- borderTop: `${f} solid ${F}`,
911
- bottom: D,
941
+ borderBottom: `${v} solid ${h}`,
942
+ borderTop: `${v} solid ${h}`,
943
+ bottom: f,
912
944
  boxSizing: "border-box",
913
945
  content: '""',
914
946
  display: "none",
@@ -919,182 +951,182 @@ const r = "owp-tree-grid-theme", k = "owp-tree-grid-table-radius", ee = "owp-tre
919
951
  pointerEvents: "none",
920
952
  position: "absolute",
921
953
  right: "-1px",
922
- top: D,
954
+ top: f,
923
955
  zIndex: 2
924
956
  },
925
- [Eo]: {
957
+ [Bo]: {
926
958
  borderBottomLeftRadius: "2px",
927
- borderLeft: `${f} solid ${F}`,
959
+ borderLeft: `${v} solid ${h}`,
928
960
  borderTopLeftRadius: "2px",
929
- left: D
961
+ left: f
930
962
  },
931
- [ko]: {
963
+ [Ho]: {
932
964
  borderBottomRightRadius: "2px",
933
- borderRight: `${f} solid ${F}`,
965
+ borderRight: `${v} solid ${h}`,
934
966
  borderTopRightRadius: "2px",
935
- right: D
967
+ right: f
936
968
  },
937
- [Ye]: {
969
+ [no]: {
938
970
  color: "var(--owp-tree-grid-header-color, #ffffff) !important",
939
- fontFamily: `${T} !important`,
971
+ fontFamily: `${O} !important`,
940
972
  fontSize: "var(--owp-tree-grid-header-font-size, 14px) !important",
941
973
  fontWeight: "var(--owp-tree-grid-header-font-weight, normal) !important",
942
974
  lineHeight: "16px"
943
975
  },
944
- [Ke]: {
976
+ [so]: {
945
977
  backgroundColor: "var(--owp-tree-grid-header-background-color, #586980) !important",
946
978
  color: "var(--owp-tree-grid-header-color, #ffffff) !important"
947
979
  },
948
- [Qe]: u(
980
+ [io]: p(
949
981
  "--owp-tree-grid-hover-row-background-color",
950
982
  "#F0F0FF"
951
983
  ),
952
- [qe]: u(
984
+ [po]: p(
953
985
  "--owp-tree-grid-hover-row-background-color",
954
986
  "#EEE"
955
987
  ),
956
- [Je]: {
988
+ [uo]: {
957
989
  borderTopColor: "var(--owp-tree-grid-hover-row-border-color) !important",
958
990
  borderBottomColor: "var(--owp-tree-grid-hover-row-border-color) !important"
959
991
  },
960
- [Ze]: u(
992
+ [Co]: p(
961
993
  "--owp-tree-grid-selected-cell-background-color",
962
994
  "#FFFFA6"
963
995
  ),
964
- [eo]: u(
996
+ [So]: p(
965
997
  "--owp-tree-grid-selected-cell-background-color",
966
998
  "#FFFFA6"
967
999
  ),
968
- [oo]: u(
1000
+ [bo]: p(
969
1001
  "--owp-tree-grid-selected-row-background-color",
970
1002
  "#EEE"
971
1003
  ),
972
- [ro]: u(
1004
+ [$o]: p(
973
1005
  "--owp-tree-grid-focused-row-background-color",
974
1006
  "#E6E6E6"
975
1007
  ),
976
- [to]: u(
1008
+ [Ro]: p(
977
1009
  "--owp-tree-grid-focused-row-background-color",
978
1010
  "#EEE"
979
1011
  ),
980
- [lo]: {
1012
+ [Eo]: {
981
1013
  borderColor: "var(--owp-tree-grid-focused-row-border-color) !important"
982
1014
  },
983
- [ao]: u(
1015
+ [wo]: p(
984
1016
  "--owp-tree-grid-hover-cell-background-color",
985
1017
  "#BFDDF2"
986
1018
  ),
987
- [co]: {
1019
+ [go]: {
988
1020
  backgroundColor: "var(--owp-tree-grid-hover-cell-background-color) !important",
989
1021
  borderColor: "var(--owp-tree-grid-hover-cell-border-color) !important"
990
1022
  },
991
- [no]: u(
1023
+ [_o]: p(
992
1024
  "--owp-tree-grid-hover-cell-background-color",
993
1025
  "#F0F0F0"
994
1026
  ),
995
- [so]: u(
1027
+ [ko]: p(
996
1028
  "--owp-tree-grid-hover-cell-background-color",
997
1029
  "#F0F0F0"
998
1030
  ),
999
- [io]: E(
1031
+ [mo]: g(
1000
1032
  "--owp-tree-grid-hover-cell-background-color"
1001
1033
  ),
1002
- [uo]: E(
1034
+ [vo]: g(
1003
1035
  "--owp-tree-grid-hover-cell-background-color"
1004
1036
  ),
1005
- [mo]: {
1037
+ [Mo]: {
1006
1038
  borderColor: "var(--owp-tree-grid-hover-cell-border-color) !important"
1007
1039
  },
1008
- [fo]: {
1040
+ [Ao]: {
1009
1041
  borderColor: "var(--owp-tree-grid-hover-cell-border-color) !important"
1010
1042
  },
1011
- [ho]: {
1043
+ [Lo]: {
1012
1044
  borderTopColor: "var(--owp-tree-grid-hover-cell-border-color) !important",
1013
1045
  borderBottomColor: "var(--owp-tree-grid-hover-cell-border-color) !important",
1014
1046
  outlineColor: "var(--owp-tree-grid-hover-cell-border-color) !important"
1015
1047
  },
1016
- [po]: u(
1048
+ [Do]: p(
1017
1049
  "--owp-tree-grid-focused-cell-background-color",
1018
1050
  "#FFFFFE"
1019
1051
  ),
1020
- [Co]: {
1052
+ [fo]: {
1021
1053
  backgroundColor: "var(--owp-tree-grid-focused-cell-rect-background-color) !important"
1022
1054
  },
1023
- [So]: {
1055
+ [ho]: {
1024
1056
  borderColor: "var(--owp-tree-grid-focused-cell-border-color) !important"
1025
1057
  },
1026
- [bo]: {
1058
+ [Fo]: {
1027
1059
  backgroundColor: "var(--owp-tree-grid-focused-cell-border-color) !important"
1028
1060
  },
1029
- [$o]: {
1061
+ [Go]: {
1030
1062
  borderColor: "var(--owp-tree-grid-focused-cell-border-color) !important"
1031
1063
  },
1032
- [vo]: E(
1064
+ [Oo]: g(
1033
1065
  "--owp-tree-grid-focused-cell-background-color"
1034
1066
  ),
1035
- [Do]: u(
1067
+ [Vo]: p(
1036
1068
  "--owp-tree-grid-changed-background-color",
1037
1069
  "#EEE"
1038
1070
  ),
1039
- [Fo]: {
1071
+ [No]: {
1040
1072
  color: "var(--owp-tree-grid-changed-text-color, #ffffff) !important",
1041
- fontWeight: Bo
1073
+ fontWeight: Wo
1042
1074
  },
1043
- [_o]: {
1075
+ [Po]: {
1044
1076
  color: "var(--owp-tree-grid-body-color, #111112) !important",
1045
1077
  fontWeight: "normal !important"
1046
1078
  },
1047
- [Go]: {
1079
+ [yo]: {
1048
1080
  color: "var(--owp-tree-grid-body-color, #111112) !important",
1049
1081
  fontWeight: "normal !important"
1050
1082
  },
1051
- [xo]: {
1083
+ [zo]: {
1052
1084
  color: "transparent !important"
1053
1085
  },
1054
- [Io]: {
1086
+ [jo]: {
1055
1087
  borderColor: "var(--owp-tree-grid-editing-cell-border-color) !important"
1056
1088
  },
1057
- [Ho]: {
1089
+ [Uo]: {
1058
1090
  backgroundColor: "var(--owp-tree-grid-editing-cell-border-color) !important"
1059
1091
  }
1060
- }, _ = /* @__PURE__ */ l((e) => typeof e == "number" ? `${e}px` : e, "toTreeGridCssValue"), tr = /* @__PURE__ */ l((e, o, a) => {
1092
+ }, F = /* @__PURE__ */ t((e) => typeof e == "number" ? `${e}px` : e, "toTreeGridCssValue"), $r = /* @__PURE__ */ t((e, o, a) => {
1061
1093
  a && (e[o] = a);
1062
- }, "setOptionalTreeGridCssVariable"), sr = /* @__PURE__ */ l(({
1094
+ }, "setOptionalTreeGridCssVariable"), kr = /* @__PURE__ */ t(({
1063
1095
  width: e,
1064
1096
  height: o,
1065
1097
  treeGridTheme: a,
1066
- gridThemeConfig: c,
1098
+ gridThemeConfig: n,
1067
1099
  containerStyle: s,
1068
1100
  tableBorderRadius: C
1069
1101
  }) => {
1070
1102
  const S = {
1071
1103
  height: o,
1072
- "--owp-tree-grid-added-row-box-color": j,
1104
+ "--owp-tree-grid-added-row-box-color": X,
1073
1105
  width: e
1074
1106
  };
1075
- for (const { cssVariableName: m, getValue: g } of Ce)
1076
- tr(S, m, g(c));
1077
- for (const { cssVariableName: m, getValue: g } of Se)
1078
- S[m] = g(a);
1079
- return C !== void 0 && (S["--owp-tree-grid-table-border-radius"] = _(C)), {
1107
+ for (const { cssVariableName: m, getValue: E } of De)
1108
+ $r(S, m, E(n));
1109
+ for (const { cssVariableName: m, getValue: E } of fe)
1110
+ S[m] = E(a);
1111
+ return C !== void 0 && (S["--owp-tree-grid-table-border-radius"] = F(C)), {
1080
1112
  ...S,
1081
1113
  ...s
1082
1114
  };
1083
1115
  }, "createTreeGridThemeContainerStyle");
1084
1116
  export {
1085
1117
  G as TREE_GRID_ADDED_ROW_BOX_CELL_CLASS,
1086
- ae as TREE_GRID_ADDED_ROW_BOX_END_CLASS,
1087
- le as TREE_GRID_ADDED_ROW_BOX_START_CLASS,
1088
- W as TREE_GRID_ERROR_CELL_CLASS,
1089
- ee as TREE_GRID_PANEL_CHECKBOX_SELECT_CLASS,
1090
- z as TREE_GRID_SELECTED_CHANGED_CELL_CLASS,
1091
- oe as TREE_GRID_SELECT_ALL_CHECKED_CLASS,
1092
- re as TREE_GRID_SELECT_ALL_INDETERMINATE_CLASS,
1093
- te as TREE_GRID_SELECT_ALL_UNCHECKED_CLASS,
1094
- n as TREE_GRID_STYLE_PREFIXES,
1095
- k as TREE_GRID_THEME_TABLE_RADIUS_CLASS,
1118
+ ne as TREE_GRID_ADDED_ROW_BOX_END_CLASS,
1119
+ ce as TREE_GRID_ADDED_ROW_BOX_START_CLASS,
1120
+ U as TREE_GRID_ERROR_CELL_CLASS,
1121
+ re as TREE_GRID_PANEL_CHECKBOX_SELECT_CLASS,
1122
+ j as TREE_GRID_SELECTED_CHANGED_CELL_CLASS,
1123
+ te as TREE_GRID_SELECT_ALL_CHECKED_CLASS,
1124
+ le as TREE_GRID_SELECT_ALL_INDETERMINATE_CLASS,
1125
+ ae as TREE_GRID_SELECT_ALL_UNCHECKED_CLASS,
1126
+ c as TREE_GRID_STYLE_PREFIXES,
1127
+ _ as TREE_GRID_THEME_TABLE_RADIUS_CLASS,
1096
1128
  r as TREE_GRID_THEME_WRAPPER_CLASS,
1097
- sr as createTreeGridThemeContainerStyle,
1098
- dr as treeGridThemeStyles
1129
+ kr as createTreeGridThemeContainerStyle,
1130
+ _r as treeGridThemeStyles
1099
1131
  };
1100
1132
  //# sourceMappingURL=treeGridTheme.js.map