@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.
- package/dist/_virtual/index15.js +2 -2
- package/dist/_virtual/index16.js +4 -4
- package/dist/_virtual/index17.js +5 -2
- package/dist/_virtual/index17.js.map +1 -1
- package/dist/_virtual/index18.js +3 -3
- package/dist/_virtual/index19.js +3 -3
- package/dist/_virtual/index20.js +2 -5
- package/dist/_virtual/index20.js.map +1 -1
- package/dist/_virtual/index5.js +2 -2
- package/dist/components/OwpBarcodeInput/OwpBarcodeInputField.js.map +1 -1
- package/dist/components/OwpCommonCode/OwpCommonCodeQuerySelector.js.map +1 -1
- package/dist/components/OwpCommonCode/OwpCommonCodeRadioGroup.js.map +1 -1
- package/dist/components/OwpCommonCode/OwpCommonCodeSelector.js.map +1 -1
- package/dist/components/OwpDialog/OwpAlertDialog.js.map +1 -1
- package/dist/components/OwpDialog/OwpDialog.js.map +1 -1
- package/dist/components/OwpDialogsProvider/OwpDialogsContext.js.map +1 -1
- package/dist/components/OwpErrorStatusPage/OwpErrorStatusPage.js.map +1 -1
- package/dist/components/OwpExportExcelButton/OwpExportExcelButton.js.map +1 -1
- package/dist/components/OwpFieldHelperText/OwpFieldHelperText.js.map +1 -1
- package/dist/components/OwpFilePickerButton/OwpFilePickerButton.js.map +1 -1
- package/dist/components/OwpHidden/OwpHidden.js.map +1 -1
- package/dist/components/OwpLanguageSwitcherSelect/OwpLanguageSwitcherSelect.js.map +1 -1
- package/dist/components/OwpLayout/OwpLayout.js +1 -1
- package/dist/components/OwpLayout/OwpLayout.js.map +1 -1
- package/dist/components/OwpLoading/OwpLoading.js.map +1 -1
- package/dist/components/OwpMoreActionsButton/OwpMoreActionsButton.js.map +1 -1
- package/dist/components/OwpNavLinkAdapter/OwpNavLinkAdapter.js.map +1 -1
- package/dist/components/OwpOptionSelector/OwpOptionSelector.js.map +1 -1
- package/dist/components/OwpPageBreadcrumb/OwpPageBreadcrumb.js.map +1 -1
- package/dist/components/OwpPageCarded/OwpPageCarded.js +21 -23
- package/dist/components/OwpPageCarded/OwpPageCarded.js.map +1 -1
- package/dist/components/OwpPageLockLoading/OwpPageLockLoading.js.map +1 -1
- package/dist/components/OwpPageTitle/OwpPageTitle.js.map +1 -1
- package/dist/components/OwpPicker/OwpDatePicker.js +141 -144
- package/dist/components/OwpPicker/OwpDatePicker.js.map +1 -1
- package/dist/components/OwpPicker/OwpDateRangePicker.js +114 -118
- package/dist/components/OwpPicker/OwpDateRangePicker.js.map +1 -1
- package/dist/components/OwpPicker/OwpTimePicker.js.map +1 -1
- package/dist/components/OwpPicker/OwpWeekDatePicker.js +152 -155
- package/dist/components/OwpPicker/OwpWeekDatePicker.js.map +1 -1
- package/dist/components/OwpPicker/constants/index.js.map +1 -1
- package/dist/components/OwpPicker/hooks/useOwpPickerPopperTransition.js.map +1 -1
- package/dist/components/OwpPicker/internal/OwpDatePickerCalendarHeader.js.map +1 -1
- package/dist/components/OwpPicker/utils/registerOwpDatePickerLocales.js +13 -0
- package/dist/components/OwpPicker/utils/registerOwpDatePickerLocales.js.map +1 -0
- package/dist/components/OwpQuerySelector/OwpQuerySelector.js +1 -1
- package/dist/components/OwpRequiredHelperText/OwpRequiredHelperText.js.map +1 -1
- package/dist/components/OwpSelectorBase/OwpSelectorSelect.js.map +1 -1
- package/dist/components/OwpSelectorBase/hooks/useOwpSelectorBase.js.map +1 -1
- package/dist/components/OwpSelectorBase/selectorBaseStyles.js.map +1 -1
- package/dist/components/OwpSnackbarContent/OwpSnackbarContent.js.map +1 -1
- package/dist/components/OwpStyleProvider/OwpStyleProvider.js.map +1 -1
- package/dist/components/OwpSuspense/OwpSuspense.js +1 -1
- package/dist/components/OwpTable/OwpDataTable.js +277 -270
- package/dist/components/OwpTable/OwpDataTable.js.map +1 -1
- package/dist/components/OwpTable/OwpFieldTable.js +42 -43
- package/dist/components/OwpTable/OwpFieldTable.js.map +1 -1
- package/dist/components/OwpTable/OwpTable.js +54 -55
- package/dist/components/OwpTable/OwpTable.js.map +1 -1
- package/dist/components/OwpTable/internal/OwpTableBase.js +34 -35
- package/dist/components/OwpTable/internal/OwpTableBase.js.map +1 -1
- package/dist/components/OwpTable/internal/defaultTableStyle.js +18 -14
- package/dist/components/OwpTable/internal/defaultTableStyle.js.map +1 -1
- package/dist/components/OwpTable/internal/treeGridTableStyle.js.map +1 -1
- package/dist/components/OwpTabs/OwpTab.js.map +1 -1
- package/dist/components/OwpTabs/OwpTabs.js.map +1 -1
- package/dist/components/OwpTextField/OwpTextMaskField.js.map +1 -1
- package/dist/components/OwpTreeGrid/OwpTreeGrid.js +271 -257
- package/dist/components/OwpTreeGrid/OwpTreeGrid.js.map +1 -1
- package/dist/components/OwpTreeGrid/OwpTreeGridToolbar.js +43 -37
- package/dist/components/OwpTreeGrid/OwpTreeGridToolbar.js.map +1 -1
- package/dist/components/OwpTreeGrid/TreeGrid.js.map +1 -1
- package/dist/components/OwpTreeGrid/internal/OwpTreeGridErrorTooltip.js.map +1 -1
- package/dist/components/OwpTreeGrid/internal/OwpTreeGridScrollLoadingOverlay.js +41 -0
- package/dist/components/OwpTreeGrid/internal/OwpTreeGridScrollLoadingOverlay.js.map +1 -0
- package/dist/components/OwpTreeGrid/internal/hooks/useOwpTreeGridAddedRowBoxOverlay.js.map +1 -1
- package/dist/components/OwpTreeGrid/internal/hooks/useOwpTreeGridDatePickerEditor.js +141 -144
- package/dist/components/OwpTreeGrid/internal/hooks/useOwpTreeGridDatePickerEditor.js.map +1 -1
- package/dist/components/OwpTreeGrid/internal/hooks/useOwpTreeGridErrorTooltip.js.map +1 -1
- package/dist/components/OwpTreeGrid/internal/hooks/useOwpTreeGridOverlayFrame.js.map +1 -1
- package/dist/components/OwpTreeGrid/internal/hooks/useOwpTreeGridScrollRenderLoading.js +161 -0
- package/dist/components/OwpTreeGrid/internal/hooks/useOwpTreeGridScrollRenderLoading.js.map +1 -0
- package/dist/components/OwpTreeGrid/internal/treeGridLayout.js.map +1 -1
- package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js +842 -617
- package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js.map +1 -1
- package/dist/components/OwpTreeGrid/internal/treeGridSelection.js.map +1 -1
- package/dist/components/OwpTreeGrid/internal/treeGridTheme.js +353 -321
- package/dist/components/OwpTreeGrid/internal/treeGridTheme.js.map +1 -1
- package/dist/components/OwpTreeGrid/internal/utils/perf.js.map +1 -1
- package/dist/components/OwpTreeGridExportExcelButton/OwpTreeGridExportExcelButton.js.map +1 -1
- package/dist/components/OwpTreeGridResetChangesButton/OwpTreeGridResetChangesButton.js +1 -1
- package/dist/components/OwpTreeGridResetChangesButton/OwpTreeGridResetChangesButton.js.map +1 -1
- package/dist/components/OwpYesNoSelector/OwpYesNoSelector.js.map +1 -1
- package/dist/configs/defaultConfig.js.map +1 -1
- package/dist/constants/excel.js.map +1 -1
- package/dist/constants/gridTheme.js.map +1 -1
- package/dist/constants/language.js.map +1 -1
- package/dist/constants/localStorageKeys.js.map +1 -1
- package/dist/constants/table.js.map +1 -1
- package/dist/constants/tableTheme.js.map +1 -1
- package/dist/constants/treeGrid.js.map +1 -1
- package/dist/contexts/OwpAppContext.js +14 -0
- package/dist/contexts/OwpAppContext.js.map +1 -0
- package/dist/contexts/OwpAppProvider.js +20 -23
- package/dist/contexts/OwpAppProvider.js.map +1 -1
- package/dist/contexts/OwpCoreProvider.js.map +1 -1
- package/dist/contexts/OwpStoreProvider.js.map +1 -1
- package/dist/contexts/OwpUiProvider.js +1 -1
- package/dist/contexts/OwpUiProvider.js.map +1 -1
- package/dist/contexts.js +8 -7
- package/dist/contexts.js.map +1 -1
- package/dist/features/themePreview/components/ThemePreviewCanvas.js.map +1 -1
- package/dist/features/themePreview/components/ThemePreviewCanvasSections.js.map +1 -1
- package/dist/features/themePreview/components/ThemePreviewColorField.js.map +1 -1
- package/dist/features/themePreview/components/ThemePreviewControls.js.map +1 -1
- package/dist/features/themePreview/components/themePreviewCanvas.icons.js.map +1 -1
- package/dist/features/themePreview/components/themePreviewCanvas.shared.js.map +1 -1
- package/dist/features/themePreview/configs/grid.js.map +1 -1
- package/dist/features/themePreview/configs/presets.js.map +1 -1
- package/dist/features/themePreview/configs/previewStorage.js.map +1 -1
- package/dist/features/themePreview/configs/settings.js.map +1 -1
- package/dist/features/themePreview/configs/snackbar.js.map +1 -1
- package/dist/features/themePreview/configs/surface.js.map +1 -1
- package/dist/features/themePreview/configs/table.js.map +1 -1
- package/dist/features/themePreview/dialogs/ThemePreviewDialog.js.map +1 -1
- package/dist/features/themePreview/hooks/useThemePreview.js.map +1 -1
- package/dist/features/themePreview/utils/color.js.map +1 -1
- package/dist/features/themePreview/utils/themePreviewDefinitions.js.map +1 -1
- package/dist/features/themePreview/utils/themePreviewExport.js.map +1 -1
- package/dist/features/themePreview/utils/themePreviewSettings.js.map +1 -1
- package/dist/hooks/internal/useAccessTokenGuard.js +1 -1
- package/dist/hooks/internal/useAccessTokenGuard.js.map +1 -1
- package/dist/hooks/internal/useCurrentLanguage.js.map +1 -1
- package/dist/hooks/internal/useInitCommonCodes.js +1 -1
- package/dist/hooks/internal/useNavigationActiveRouteRemount.js +1 -1
- package/dist/hooks/useCommonCodeList.js.map +1 -1
- package/dist/hooks/useConfirm.js.map +1 -1
- package/dist/hooks/useCurrentUser.js.map +1 -1
- package/dist/hooks/useCurrentUserSeq.js.map +1 -1
- package/dist/hooks/useFormDataUploadMutation.js.map +1 -1
- package/dist/hooks/useInitApp.js +1 -1
- package/dist/hooks/useInitApp.js.map +1 -1
- package/dist/hooks/useStorage.js.map +1 -1
- package/dist/hooks/useTreeGridExcelExport.js.map +1 -1
- package/dist/layout/components/logo/Logo.js +1 -1
- package/dist/layout/components/navbar/NavbarToggleButton.js.map +1 -1
- package/dist/layout/components/navigation/NavItem.js.map +1 -1
- package/dist/layout/components/navigation/NavigationMenu.js.map +1 -1
- package/dist/layout/components/toggles/NavigationSearchToggle.js +3 -3
- package/dist/layout/components/toggles/ThemePreviewToggle.js +1 -1
- package/dist/layout/components/toolbar/ToolbarLayout.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE128/constants.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/ITF/constants.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/renderers/index.js +1 -1
- package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.js +1 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/core/utils.js +1 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/utils.js +1 -1
- package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.js +1 -1
- 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
- package/dist/owp-app.css +1 -1
- package/dist/store/atoms/navbarAtoms.js.map +1 -1
- package/dist/store/atoms/owpSettingsAtoms.js.map +1 -1
- package/dist/store/atoms/owpStore.js.map +1 -1
- package/dist/types/components/OwpAutoLogoutDialog/OwpAutoLogoutDialog.d.ts +2 -2
- package/dist/types/components/OwpBarcodeInput/OwpBarcodeInputField.d.ts +3 -2
- package/dist/types/components/OwpCommonCode/OwpCommonCodeQuerySelector.d.ts +28 -2
- package/dist/types/components/OwpCommonCode/OwpCommonCodeRadioGroup.d.ts +14 -2
- package/dist/types/components/OwpCommonCode/OwpCommonCodeSelector.d.ts +20 -2
- package/dist/types/components/OwpDialog/OwpAlertDialog.d.ts +18 -4
- package/dist/types/components/OwpDialog/OwpDialog.d.ts +19 -10
- package/dist/types/components/OwpDialogsProvider/OwpDialogsContext.d.ts +1 -0
- package/dist/types/components/OwpErrorStatusPage/OwpErrorStatusPage.d.ts +8 -0
- package/dist/types/components/OwpExportExcelButton/OwpExportExcelButton.d.ts +24 -6
- package/dist/types/components/OwpFieldHelperText/OwpFieldHelperText.d.ts +5 -0
- package/dist/types/components/OwpFilePickerButton/OwpFilePickerButton.d.ts +13 -6
- package/dist/types/components/OwpHidden/OwpHidden.d.ts +12 -0
- package/dist/types/components/OwpLanguageSwitcherSelect/OwpLanguageSwitcherSelect.d.ts +2 -1
- package/dist/types/components/OwpLayout/OwpLayout.d.ts +10 -4
- package/dist/types/components/OwpLoading/OwpLoading.d.ts +7 -1
- package/dist/types/components/OwpMoreActionsButton/OwpMoreActionsButton.d.ts +34 -7
- package/dist/types/components/OwpNavLinkAdapter/OwpNavLinkAdapter.d.ts +10 -5
- package/dist/types/components/OwpNumberField/OwpNumberField.d.ts +4 -4
- package/dist/types/components/OwpOptionSelector/OwpOptionSelector.d.ts +19 -2
- package/dist/types/components/OwpPageBreadcrumb/OwpPageBreadcrumb.d.ts +8 -0
- package/dist/types/components/OwpPageCarded/OwpPageCarded.d.ts +2 -4
- package/dist/types/components/OwpPageCarded/internal/OwpPageCardedHeader.d.ts +3 -3
- package/dist/types/components/OwpPageCarded/internal/OwpPageCardedSidebar.d.ts +1 -1
- package/dist/types/components/OwpPageCarded/internal/OwpPageCardedSidebarContent.d.ts +1 -1
- package/dist/types/components/OwpPageContent/OwpPageContent.d.ts +7 -7
- package/dist/types/components/OwpPageLockLoading/OwpPageLockLoading.d.ts +7 -3
- package/dist/types/components/OwpPageSkeleton/OwpPageSkeleton.d.ts +1 -1
- package/dist/types/components/OwpPageTitle/OwpPageTitle.d.ts +10 -6
- package/dist/types/components/OwpPicker/OwpDatePicker.d.ts +18 -11
- package/dist/types/components/OwpPicker/OwpDateRangePicker.d.ts +15 -10
- package/dist/types/components/OwpPicker/OwpTimePicker.d.ts +17 -12
- package/dist/types/components/OwpPicker/OwpWeekDatePicker.d.ts +17 -12
- package/dist/types/components/OwpPicker/constants/index.d.ts +15 -0
- package/dist/types/components/OwpPicker/hooks/useOwpPickerPopperTransition.d.ts +5 -1
- package/dist/types/components/OwpPicker/internal/CalendarContainer.d.ts +3 -3
- package/dist/types/components/OwpPicker/internal/DatePickerInput.d.ts +11 -11
- package/dist/types/components/OwpPicker/internal/OwpDatePickerCalendarHeader.d.ts +1 -0
- package/dist/types/components/OwpPicker/utils/registerOwpDatePickerLocales.d.ts +4 -0
- package/dist/types/components/OwpQuerySelector/OwpQuerySelector.d.ts +2 -2
- package/dist/types/components/OwpQuerySelector/types/types.d.ts +31 -0
- package/dist/types/components/OwpRequiredHelperText/OwpRequiredHelperText.d.ts +10 -6
- package/dist/types/components/OwpScrollbars/OwpScrollbars.d.ts +2 -2
- package/dist/types/components/OwpSearchFilter/OwpSearchFilter.d.ts +7 -7
- package/dist/types/components/OwpSection/OwpSection.d.ts +13 -13
- package/dist/types/components/OwpSelectorBase/OwpSelectorAutocomplete.d.ts +2 -2
- package/dist/types/components/OwpSelectorBase/OwpSelectorBase.d.ts +2 -2
- package/dist/types/components/OwpSelectorBase/OwpSelectorSelect.d.ts +2 -2
- package/dist/types/components/OwpSelectorBase/hooks/useOwpSelectorBase.d.ts +2 -2
- package/dist/types/components/OwpSelectorBase/selectorBaseStyles.d.ts +2 -0
- package/dist/types/components/OwpSelectorBase/types/types.d.ts +54 -1
- package/dist/types/components/OwpSelectorBase/utils/querySelectorUtils.d.ts +2 -2
- package/dist/types/components/OwpSnackbarContent/OwpSnackbarContent.d.ts +1 -0
- package/dist/types/components/OwpStyleProvider/OwpStyleProvider.d.ts +10 -5
- package/dist/types/components/OwpSuspense/OwpSuspense.d.ts +1 -1
- package/dist/types/components/OwpTable/OwpDataTable.d.ts +11 -11
- package/dist/types/components/OwpTable/OwpFieldTable.d.ts +13 -13
- package/dist/types/components/OwpTable/OwpTable.d.ts +7 -7
- package/dist/types/components/OwpTable/internal/OwpTableBase.d.ts +15 -2
- package/dist/types/components/OwpTable/internal/defaultTableStyle.d.ts +8 -0
- package/dist/types/components/OwpTable/internal/treeGridTableStyle.d.ts +4 -1
- package/dist/types/components/OwpTabs/OwpTab.d.ts +1 -3
- package/dist/types/components/OwpTabs/OwpTabs.d.ts +1 -3
- package/dist/types/components/OwpTextField/OwpTextMaskField.d.ts +7 -4
- package/dist/types/components/OwpTreeGrid/OwpTreeGrid.d.ts +91 -15
- package/dist/types/components/OwpTreeGrid/OwpTreeGridToolbar.d.ts +10 -5
- package/dist/types/components/OwpTreeGrid/TreeGrid.d.ts +11 -7
- package/dist/types/components/OwpTreeGrid/internal/OwpTreeGridErrorTooltip.d.ts +6 -2
- package/dist/types/components/OwpTreeGrid/internal/OwpTreeGridScrollLoadingOverlay.d.ts +10 -0
- package/dist/types/components/OwpTreeGrid/internal/hooks/useOwpTreeGridAddedRowBoxOverlay.d.ts +6 -0
- package/dist/types/components/OwpTreeGrid/internal/hooks/useOwpTreeGridErrorTooltip.d.ts +8 -1
- package/dist/types/components/OwpTreeGrid/internal/hooks/useOwpTreeGridOverlayFrame.d.ts +7 -0
- package/dist/types/components/OwpTreeGrid/internal/hooks/useOwpTreeGridScrollRenderLoading.d.ts +14 -0
- package/dist/types/components/OwpTreeGrid/internal/treeGridLayout.d.ts +12 -0
- package/dist/types/components/OwpTreeGrid/internal/treeGridRuntime.d.ts +38 -3
- package/dist/types/components/OwpTreeGrid/internal/treeGridSelection.d.ts +10 -1
- package/dist/types/components/OwpTreeGrid/internal/treeGridTheme.d.ts +18 -2
- package/dist/types/components/OwpTreeGrid/internal/utils/perf.d.ts +4 -3
- package/dist/types/components/OwpTreeGridExportExcelButton/OwpTreeGridExportExcelButton.d.ts +7 -3
- package/dist/types/components/OwpTreeGridResetChangesButton/OwpTreeGridResetChangesButton.d.ts +7 -3
- package/dist/types/components/OwpYesNoSelector/OwpYesNoSelector.d.ts +7 -6
- package/dist/types/components/OwpZoomImageSlider/OwpZoomImageSlider.d.ts +8 -8
- package/dist/types/configs/defaultConfig.d.ts +13 -7
- package/dist/types/configs/layoutConfig.d.ts +1 -0
- package/dist/types/constants/excel.d.ts +18 -0
- package/dist/types/constants/gridTheme.d.ts +10 -1
- package/dist/types/constants/language.d.ts +3 -0
- package/dist/types/constants/localStorageKeys.d.ts +7 -1
- package/dist/types/constants/storageKeys.d.ts +1 -1
- package/dist/types/constants/table.d.ts +3 -0
- package/dist/types/constants/tableTheme.d.ts +6 -2
- package/dist/types/constants/treeGrid.d.ts +19 -3
- package/dist/types/contexts/OwpAppContext.d.ts +164 -0
- package/dist/types/contexts/OwpAppProvider.d.ts +4 -81
- package/dist/types/contexts/OwpCoreProvider.d.ts +11 -7
- package/dist/types/contexts/OwpStoreProvider.d.ts +8 -4
- package/dist/types/contexts/OwpUiProvider.d.ts +9 -4
- package/dist/types/contexts/index.d.ts +1 -0
- package/dist/types/dayjs.d.ts +2 -2
- package/dist/types/features/themePreview/components/ThemePreviewCanvas.d.ts +4 -0
- package/dist/types/features/themePreview/components/ThemePreviewCanvasSections.d.ts +7 -0
- package/dist/types/features/themePreview/components/ThemePreviewColorField.d.ts +4 -0
- package/dist/types/features/themePreview/components/ThemePreviewControls.d.ts +4 -0
- package/dist/types/features/themePreview/components/themePreviewCanvas.icons.d.ts +1 -0
- package/dist/types/features/themePreview/components/themePreviewCanvas.shared.d.ts +81 -0
- package/dist/types/features/themePreview/configs/grid.d.ts +3 -0
- package/dist/types/features/themePreview/configs/presets.d.ts +12 -0
- package/dist/types/features/themePreview/configs/previewStorage.d.ts +44 -0
- package/dist/types/features/themePreview/configs/settings.d.ts +3 -0
- package/dist/types/features/themePreview/configs/snackbar.d.ts +23 -0
- package/dist/types/features/themePreview/configs/surface.d.ts +3 -0
- package/dist/types/features/themePreview/configs/table.d.ts +24 -0
- package/dist/types/features/themePreview/dialogs/ThemePreviewDialog.d.ts +4 -0
- package/dist/types/features/themePreview/hooks/useThemePreview.d.ts +4 -0
- package/dist/types/features/themePreview/types/themePreview.d.ts +59 -0
- package/dist/types/features/themePreview/utils/color.d.ts +25 -0
- package/dist/types/features/themePreview/utils/themePreviewDefinitions.d.ts +6 -0
- package/dist/types/features/themePreview/utils/themePreviewExport.d.ts +19 -0
- package/dist/types/features/themePreview/utils/themePreviewSettings.d.ts +84 -0
- package/dist/types/hooks/internal/useAccessTokenGuard.d.ts +7 -3
- package/dist/types/hooks/internal/useCurrentLanguage.d.ts +4 -3
- package/dist/types/hooks/internal/useHeaderWrapState.d.ts +1 -1
- package/dist/types/hooks/internal/useInitCommonCodes.d.ts +1 -1
- package/dist/types/hooks/internal/useNavbar.d.ts +2 -2
- package/dist/types/hooks/internal/useShortcuts.d.ts +2 -2
- package/dist/types/hooks/useCommonCodeList.d.ts +12 -4
- package/dist/types/hooks/useConfirm.d.ts +5 -1
- package/dist/types/hooks/useCurrentUser.d.ts +5 -2
- package/dist/types/hooks/useCurrentUserId.d.ts +2 -2
- package/dist/types/hooks/useCurrentUserSeq.d.ts +11 -4
- package/dist/types/hooks/useFormDataUploadMutation.d.ts +18 -3
- package/dist/types/hooks/useInitApp.d.ts +7 -3
- package/dist/types/hooks/useLogoSrc.d.ts +2 -2
- package/dist/types/hooks/useNavigation.d.ts +2 -2
- package/dist/types/hooks/useOwpSettings.d.ts +13 -13
- package/dist/types/hooks/useOwpTranslation.d.ts +1 -1
- package/dist/types/hooks/usePageLockLoading.d.ts +2 -2
- package/dist/types/hooks/useStorage.d.ts +10 -4
- package/dist/types/hooks/useTreeGridCommonCodeEnums.d.ts +4 -4
- package/dist/types/hooks/useTreeGridEnums.d.ts +6 -6
- package/dist/types/hooks/useTreeGridExcelExport.d.ts +4 -1
- package/dist/types/layout/Layout.d.ts +1 -1
- package/dist/types/layout/components/navbar/NavbarToggleButton.d.ts +5 -4
- package/dist/types/layout/components/navigation/NavItem.d.ts +9 -3
- package/dist/types/layout/components/navigation/NavigationMenu.d.ts +13 -8
- package/dist/types/store/atoms/navbarAtoms.d.ts +5 -1
- package/dist/types/store/atoms/owpSettingsAtoms.d.ts +60 -8
- package/dist/types/store/atoms/owpStore.d.ts +9 -2
- package/dist/types/types/OwpDialogTypes.d.ts +75 -0
- package/dist/types/types/OwpGridThemeTypes.d.ts +59 -0
- package/dist/types/types/OwpNavigationTypes.d.ts +29 -0
- package/dist/types/types/OwpRouteTypes.d.ts +10 -3
- package/dist/types/types/OwpSettingsTypes.d.ts +30 -0
- package/dist/types/types/OwpTableThemeTypes.d.ts +30 -0
- package/dist/types/types/ThemeFormConfigTypes.d.ts +5 -6
- package/dist/types/utils/commonCodeUtils.d.ts +18 -0
- package/dist/types/utils/createFormDataBody.d.ts +18 -0
- package/dist/types/utils/excelUtil.d.ts +5 -5
- package/dist/types/utils/getStartPagePath.d.ts +10 -0
- package/dist/types/utils/internal/exceljsBrowser.d.ts +1 -1
- package/dist/types/utils/internal/jszipBrowser.d.ts +1 -1
- package/dist/types/utils/internal/treeGridBodyRowsEvent.d.ts +4 -1
- package/dist/types/utils/isEnterKeyEvent.d.ts +2 -2
- package/dist/types/utils/preloadOnIdle.d.ts +1 -1
- package/dist/types/utils/rebuildValue.d.ts +8 -1
- package/dist/types/utils/treeGridExportExcelUtil.d.ts +6 -0
- package/dist/types/utils/treeGridUtil.d.ts +38 -1
- package/dist/types/utils/zipUtil.d.ts +14 -2
- package/dist/utils/commonCodeUtils.js.map +1 -1
- package/dist/utils/createFormDataBody.js.map +1 -1
- package/dist/utils/getStartPagePath.js.map +1 -1
- package/dist/utils/internal/treeGridBodyRowsEvent.js.map +1 -1
- package/dist/utils/rebuildValue.js.map +1 -1
- package/dist/utils/treeGridExportExcelUtil.js.map +1 -1
- package/dist/utils/treeGridUtil.js.map +1 -1
- package/dist/utils/zipUtil.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
import { TREEGRID_ADDED_ROW_BACKGROUND_COLOR as
|
|
4
|
-
import { DEFAULT_TABLE_RADIUS as
|
|
5
|
-
import { darken as
|
|
6
|
-
const r = "owp-tree-grid-theme",
|
|
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",
|
|
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__ */
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
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__ */
|
|
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__ */
|
|
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__ */
|
|
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__ */
|
|
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__ */
|
|
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__ */
|
|
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__ */
|
|
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__ */
|
|
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__ */
|
|
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__ */
|
|
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__ */
|
|
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__ */
|
|
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__ */
|
|
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__ */
|
|
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__ */
|
|
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__ */
|
|
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__ */
|
|
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__ */
|
|
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__ */
|
|
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__ */
|
|
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__ */
|
|
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
|
-
],
|
|
194
|
+
], fe = [
|
|
195
195
|
{
|
|
196
196
|
cssVariableName: "--owp-tree-grid-header-background-color",
|
|
197
|
-
getValue: /* @__PURE__ */
|
|
197
|
+
getValue: /* @__PURE__ */ t((e) => e.header.backgroundColor, "getValue")
|
|
198
198
|
},
|
|
199
199
|
{
|
|
200
200
|
cssVariableName: "--owp-tree-grid-header-color",
|
|
201
|
-
getValue: /* @__PURE__ */
|
|
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__ */
|
|
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__ */
|
|
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__ */
|
|
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__ */
|
|
217
|
+
getValue: /* @__PURE__ */ t((e) => F(e.cell.fontSize), "getValue")
|
|
218
218
|
}
|
|
219
|
-
],
|
|
219
|
+
], p = /* @__PURE__ */ t((e, o) => ({
|
|
220
220
|
backgroundColor: `var(${e}, ${o}) !important`
|
|
221
|
-
}), "createTreeGridBackgroundColorStyle"),
|
|
221
|
+
}), "createTreeGridBackgroundColorStyle"), g = /* @__PURE__ */ t((e) => ({
|
|
222
222
|
backgroundColor: `var(${e}) !important`
|
|
223
|
-
}), "createTreeGridOptionalBackgroundColorStyle"),
|
|
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:
|
|
258
|
+
descendant: n = "",
|
|
228
259
|
withChildren: s = !1
|
|
229
|
-
}) =>
|
|
230
|
-
const m = o ? ` .${C}${o}` : "",
|
|
231
|
-
return s ? [
|
|
232
|
-
})).join(", "), "createTreeGridSelectors"),
|
|
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:
|
|
237
|
-
}) =>
|
|
238
|
-
wrapperSelector:
|
|
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
|
-
}),
|
|
241
|
-
wrapperSelector:
|
|
271
|
+
}), Te = l({
|
|
272
|
+
wrapperSelector: w,
|
|
242
273
|
suffixes: ["PanelSelectOn"]
|
|
243
|
-
}),
|
|
244
|
-
wrapperSelector:
|
|
274
|
+
}), Be = k({
|
|
275
|
+
wrapperSelector: w,
|
|
245
276
|
ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
|
|
246
277
|
suffixes: ["PanelSelect"]
|
|
247
|
-
}),
|
|
248
|
-
wrapperSelector:
|
|
278
|
+
}), He = k({
|
|
279
|
+
wrapperSelector: w,
|
|
249
280
|
ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
|
|
250
281
|
suffixes: ["PanelSelectOn"]
|
|
251
|
-
}),
|
|
252
|
-
wrapperSelector:
|
|
282
|
+
}), Oe = k({
|
|
283
|
+
wrapperSelector: Fe,
|
|
253
284
|
ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
|
|
254
285
|
suffixes: ["PanelSelect", "PanelSelectOn"]
|
|
255
|
-
}),
|
|
256
|
-
wrapperSelector:
|
|
286
|
+
}), Me = k({
|
|
287
|
+
wrapperSelector: Ge,
|
|
257
288
|
ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
|
|
258
289
|
suffixes: ["PanelSelect", "PanelSelectOn"]
|
|
259
|
-
}),
|
|
260
|
-
wrapperSelector:
|
|
290
|
+
}), Ae = k({
|
|
291
|
+
wrapperSelector: Ie,
|
|
261
292
|
ancestorSuffixes: ["CellHeaderPanel", "CellIndexPanel"],
|
|
262
293
|
suffixes: ["PanelSelect", "PanelSelectOn"]
|
|
263
|
-
}),
|
|
294
|
+
}), Le = l({
|
|
264
295
|
suffixes: ["Filter0"]
|
|
265
|
-
}),
|
|
296
|
+
}), Ve = l({
|
|
266
297
|
suffixes: ["Filter1"]
|
|
267
|
-
}),
|
|
298
|
+
}), Ne = l({
|
|
268
299
|
suffixes: ["Main"],
|
|
269
300
|
withChildren: !0
|
|
270
|
-
}),
|
|
301
|
+
}), Pe = l({
|
|
271
302
|
suffixes: ["Main"]
|
|
272
|
-
}),
|
|
303
|
+
}), ye = l({
|
|
273
304
|
suffixes: ["ClassReadOnly"],
|
|
274
305
|
withChildren: !0
|
|
275
|
-
}),
|
|
306
|
+
}), ze = l({
|
|
276
307
|
suffixes: ["MainTable"]
|
|
277
|
-
}),
|
|
308
|
+
}), We = l({
|
|
278
309
|
suffixes: ["NoDataRow"]
|
|
279
|
-
}),
|
|
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
|
-
}),
|
|
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(", "),
|
|
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
|
-
}),
|
|
356
|
+
}), to = l({
|
|
326
357
|
suffixes: ["SolidRow"]
|
|
327
|
-
}),
|
|
358
|
+
}), lo = c.map((e) => `.${r} .${e}ToolbarRow.${e}SolidRow`).join(", "), ao = l({
|
|
328
359
|
suffixes: ["ColorDefault"]
|
|
329
|
-
}),
|
|
360
|
+
}), co = l({
|
|
330
361
|
suffixes: ["ColorDefaultRow"]
|
|
331
|
-
}),
|
|
362
|
+
}), no = l({
|
|
332
363
|
rowSuffix: "HeaderRow",
|
|
333
364
|
suffixes: ["CellHeader", "CellIndex", "GanttHeaderBase", "LevelButton"],
|
|
334
365
|
withChildren: !0
|
|
335
|
-
}),
|
|
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
|
-
}),
|
|
379
|
+
}), io = l({
|
|
349
380
|
suffixes: ["ColorHovered"]
|
|
350
|
-
}),
|
|
381
|
+
}), po = l({
|
|
351
382
|
suffixes: ["ColorHoveredRow"]
|
|
352
|
-
}),
|
|
383
|
+
}), uo = l({
|
|
353
384
|
suffixes: ["HoverRowBorder"]
|
|
354
|
-
}),
|
|
385
|
+
}), Co = l({
|
|
355
386
|
suffixes: ["ColorSelected", "ColorSelectedCell"]
|
|
356
|
-
}),
|
|
387
|
+
}), So = l({
|
|
357
388
|
suffixes: ["ColorSelected", "ColorSelectedCell"],
|
|
358
389
|
descendant: " *"
|
|
359
|
-
}),
|
|
390
|
+
}), bo = l({
|
|
360
391
|
suffixes: ["ColorSelectedRow"]
|
|
361
|
-
}),
|
|
392
|
+
}), $o = l({
|
|
362
393
|
suffixes: ["ColorFocused"]
|
|
363
|
-
}),
|
|
394
|
+
}), Ro = l({
|
|
364
395
|
suffixes: ["ColorFocusedRow"]
|
|
365
|
-
}),
|
|
396
|
+
}), Eo = l({
|
|
366
397
|
suffixes: ["FocusRowBorder"]
|
|
367
|
-
}),
|
|
398
|
+
}), wo = l({
|
|
368
399
|
suffixes: ["ColorHoveredCell", "ColorHoveredCellIndex"]
|
|
369
|
-
}),
|
|
400
|
+
}), go = l({
|
|
370
401
|
suffixes: ["HoverCellBorder"]
|
|
371
|
-
}),
|
|
402
|
+
}), _o = l({
|
|
372
403
|
suffixes: ["ColorHoveredCellReadOnly", "ColorHoveredCellNoFocus"]
|
|
373
|
-
}),
|
|
404
|
+
}), ko = l({
|
|
374
405
|
suffixes: ["ColorHoveredCellReadOnly", "ColorHoveredCellNoFocus"],
|
|
375
406
|
descendant: " *"
|
|
376
|
-
}),
|
|
407
|
+
}), mo = k({
|
|
377
408
|
ancestorSuffixes: ["HoverCellBorder"],
|
|
378
409
|
suffixes: ["ColorPreview", "ColorPreviewDynamic", "ColorViewedCell"]
|
|
379
|
-
}),
|
|
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
|
-
}),
|
|
424
|
+
}), Do = l({
|
|
394
425
|
suffixes: ["ColorFocusedCell", "ColorFocusedCellRelative"]
|
|
395
|
-
}),
|
|
426
|
+
}), fo = l({
|
|
396
427
|
suffixes: ["ColorFocusedCellRect"]
|
|
397
|
-
}),
|
|
428
|
+
}), ho = l({
|
|
398
429
|
suffixes: ["FocusCellBorder"]
|
|
399
|
-
}),
|
|
430
|
+
}), Fo = l({
|
|
400
431
|
suffixes: ["FocusCellCorner"]
|
|
401
|
-
}),
|
|
432
|
+
}), Go = l({
|
|
402
433
|
suffixes: ["ClassFocusedCellSpaceEdit", "ClassFocusedCellSpaceDefaults"],
|
|
403
434
|
descendant: " > div"
|
|
404
|
-
}),
|
|
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
|
-
}),
|
|
444
|
+
}), Mo = l({
|
|
414
445
|
suffixes: ["ClassHoveredCellSpaceEdit", "ClassHoveredCellSpaceDefaults"],
|
|
415
446
|
descendant: " > div"
|
|
416
|
-
}),
|
|
447
|
+
}), Ao = l({
|
|
417
448
|
suffixes: ["ClassHoveredCellButtonButton", "ClassHoveredCellButtonButton1"],
|
|
418
449
|
descendant: " u"
|
|
419
|
-
}),
|
|
450
|
+
}), Lo = l({
|
|
420
451
|
suffixes: ["ClassHoveredCellTab", "ClassHoveredCellTab1"]
|
|
421
|
-
}),
|
|
452
|
+
}), Vo = l({
|
|
422
453
|
suffixes: ["ColorChangedCell"]
|
|
423
|
-
}),
|
|
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(", "),
|
|
430
|
-
const o = `.${r} .${i}`, a = `.${r} .${i}.${
|
|
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(", "),
|
|
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((
|
|
453
|
-
`${o}.${
|
|
454
|
-
`${o}.${
|
|
455
|
-
`.${r} .${
|
|
456
|
-
`.${r} .${
|
|
483
|
+
].flatMap((n) => [
|
|
484
|
+
`${o}.${n}`,
|
|
485
|
+
`${o}.${n} *`,
|
|
486
|
+
`.${r} .${n} ${o}`,
|
|
487
|
+
`.${r} .${n} ${o} *`
|
|
457
488
|
]);
|
|
458
|
-
}).join(", "),
|
|
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(", "),
|
|
497
|
+
}).join(", "), Wo = `var(--owp-tree-grid-changed-font-weight, ${J}) !important`, jo = l({
|
|
467
498
|
suffixes: ["EditCellBorder"]
|
|
468
|
-
}),
|
|
499
|
+
}), Uo = l({
|
|
469
500
|
suffixes: ["EditCellCorner"]
|
|
470
|
-
}),
|
|
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(", "),
|
|
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(", "),
|
|
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) =>
|
|
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(", "),
|
|
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
|
-
),
|
|
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
|
-
),
|
|
513
|
-
const a =
|
|
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
|
-
|
|
553
|
+
n,
|
|
523
554
|
...s.flatMap((C) => [
|
|
524
555
|
`${a}.${C}`,
|
|
525
556
|
`.${r} .${C} ${a}`
|
|
526
557
|
])
|
|
527
558
|
];
|
|
528
|
-
}, "createTreeGridSelectedChangedEnumButtonCellSelectors"),
|
|
529
|
-
const a =
|
|
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"),
|
|
539
|
-
|
|
540
|
-
(e, o) => [
|
|
541
|
-
),
|
|
542
|
-
|
|
543
|
-
(e, o) => [
|
|
544
|
-
),
|
|
545
|
-
|
|
546
|
-
(e, o) =>
|
|
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
|
-
),
|
|
550
|
-
|
|
551
|
-
(e, o) =>
|
|
580
|
+
), rr = R(
|
|
581
|
+
I,
|
|
582
|
+
(e, o) => Jo(e, o).map(
|
|
552
583
|
(a) => `${a}::after`
|
|
553
584
|
)
|
|
554
|
-
),
|
|
585
|
+
), tr = R(
|
|
555
586
|
["DefaultsLeft", "EnumLeft"],
|
|
556
|
-
(e, o) => [
|
|
557
|
-
),
|
|
587
|
+
(e, o) => [D(e, o)]
|
|
588
|
+
), lr = R(
|
|
558
589
|
["DefaultsRight", "EnumRight"],
|
|
559
|
-
(e, o) => [
|
|
560
|
-
),
|
|
590
|
+
(e, o) => [D(e, o)]
|
|
591
|
+
), ar = R(
|
|
561
592
|
["DefaultsTop", "EnumTop"],
|
|
562
|
-
(e, o) => [
|
|
563
|
-
),
|
|
593
|
+
(e, o) => [D(e, o)]
|
|
594
|
+
), cr = R(
|
|
564
595
|
["DefaultsBottom", "EnumBottom"],
|
|
565
|
-
(e, o) => [
|
|
566
|
-
),
|
|
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(", "),
|
|
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((
|
|
576
|
-
`${o}.${
|
|
577
|
-
`${o}.${
|
|
578
|
-
`.${r} .${
|
|
579
|
-
`.${r} .${
|
|
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(", "),
|
|
612
|
+
}).join(", "), ir = c.map(
|
|
582
613
|
(e) => `.${e}EnumMenuMain, .${e}EnumMenuMain *`
|
|
583
|
-
).join(", "),
|
|
614
|
+
).join(", "), pr = c.map(
|
|
584
615
|
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar`
|
|
585
|
-
).join(", "),
|
|
616
|
+
).join(", "), ur = c.map(
|
|
586
617
|
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar-thumb`
|
|
587
|
-
).join(", "),
|
|
618
|
+
).join(", "), Cr = c.map(
|
|
588
619
|
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar-thumb:hover`
|
|
589
|
-
).join(", "),
|
|
620
|
+
).join(", "), Sr = c.map(
|
|
590
621
|
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar-track`
|
|
591
|
-
).join(", "),
|
|
622
|
+
).join(", "), br = c.map(
|
|
592
623
|
(e) => `.${e}EnumMenuMain *::-webkit-scrollbar-corner`
|
|
593
|
-
).join(", "),
|
|
594
|
-
|
|
595
|
-
|
|
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
|
-
[
|
|
632
|
+
[Pe]: {
|
|
601
633
|
color: "var(--owp-tree-grid-body-color, #111112) !important"
|
|
602
634
|
},
|
|
603
|
-
[
|
|
635
|
+
[ye]: {
|
|
604
636
|
color: "var(--owp-tree-grid-body-color, #111112) !important"
|
|
605
637
|
},
|
|
606
|
-
[
|
|
638
|
+
[ze]: p(
|
|
607
639
|
"--owp-tree-grid-body-background-color",
|
|
608
640
|
"#FFFFFF"
|
|
609
641
|
),
|
|
610
|
-
[
|
|
642
|
+
[We]: {
|
|
611
643
|
borderTopColor: `${b} !important`
|
|
612
644
|
},
|
|
613
|
-
[
|
|
614
|
-
backgroundImage: `${
|
|
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
|
-
[
|
|
620
|
-
backgroundImage: `${
|
|
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
|
-
[
|
|
626
|
-
backgroundImage: `${
|
|
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
|
-
[
|
|
632
|
-
backgroundImage: `${
|
|
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
|
-
[
|
|
638
|
-
backgroundImage: `${
|
|
669
|
+
[Oe]: {
|
|
670
|
+
backgroundImage: `${P} !important`
|
|
639
671
|
},
|
|
640
|
-
[
|
|
641
|
-
backgroundImage: `${
|
|
672
|
+
[Me]: {
|
|
673
|
+
backgroundImage: `${ke} !important`
|
|
642
674
|
},
|
|
643
|
-
[
|
|
644
|
-
backgroundImage: `${
|
|
675
|
+
[Ae]: {
|
|
676
|
+
backgroundImage: `${N} !important`
|
|
645
677
|
},
|
|
646
|
-
[
|
|
647
|
-
WebkitMaskImage: `${
|
|
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: `${
|
|
683
|
+
backgroundColor: `${me} !important`,
|
|
652
684
|
backgroundImage: "none !important",
|
|
653
685
|
height: "17px !important",
|
|
654
|
-
maskImage: `${
|
|
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
|
-
[
|
|
662
|
-
WebkitMaskImage: `${
|
|
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: `${
|
|
698
|
+
backgroundColor: `${ve} !important`,
|
|
667
699
|
backgroundImage: "none !important",
|
|
668
700
|
height: "17px !important",
|
|
669
|
-
maskImage: `${
|
|
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
|
-
[
|
|
677
|
-
backgroundImage: `${
|
|
708
|
+
[Xo]: {
|
|
709
|
+
backgroundImage: `${B} !important`
|
|
678
710
|
},
|
|
679
|
-
[
|
|
680
|
-
backgroundImage: `${
|
|
711
|
+
[Ko]: {
|
|
712
|
+
backgroundImage: `${Qo} !important`
|
|
681
713
|
},
|
|
682
|
-
[
|
|
683
|
-
backgroundImage: `${
|
|
714
|
+
[Yo]: {
|
|
715
|
+
backgroundImage: `${B} !important`
|
|
684
716
|
},
|
|
685
|
-
[
|
|
717
|
+
[Zo]: {
|
|
686
718
|
backgroundImage: "none !important",
|
|
687
719
|
position: "relative"
|
|
688
720
|
},
|
|
689
|
-
[
|
|
690
|
-
WebkitMaskImage: `${
|
|
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: `${
|
|
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
|
-
[
|
|
739
|
+
[or]: {
|
|
708
740
|
backgroundColor: "var(--owp-tree-grid-body-color, #111112) !important"
|
|
709
741
|
},
|
|
710
|
-
[
|
|
711
|
-
backgroundColor: `${
|
|
742
|
+
[rr]: {
|
|
743
|
+
backgroundColor: `${M} !important`
|
|
712
744
|
},
|
|
713
|
-
[
|
|
745
|
+
[tr]: {
|
|
714
746
|
left: "4px",
|
|
715
747
|
top: "50%",
|
|
716
748
|
transform: "translateY(-50%)"
|
|
717
749
|
},
|
|
718
|
-
[
|
|
750
|
+
[lr]: {
|
|
719
751
|
right: "4px",
|
|
720
752
|
top: "50%",
|
|
721
753
|
transform: "translateY(-50%)"
|
|
722
754
|
},
|
|
723
|
-
[
|
|
755
|
+
[ar]: {
|
|
724
756
|
left: "50%",
|
|
725
757
|
top: "0",
|
|
726
758
|
transform: "translateX(-50%)"
|
|
727
759
|
},
|
|
728
|
-
[
|
|
760
|
+
[cr]: {
|
|
729
761
|
bottom: "0",
|
|
730
762
|
left: "50%",
|
|
731
763
|
transform: "translateX(-50%)"
|
|
732
764
|
},
|
|
733
|
-
[
|
|
734
|
-
backgroundImage:
|
|
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
|
-
[
|
|
746
|
-
WebkitMaskImage:
|
|
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:
|
|
784
|
+
maskImage: T,
|
|
753
785
|
maskPosition: "center calc(50% - 1px)",
|
|
754
786
|
maskRepeat: "no-repeat",
|
|
755
787
|
maskSize: "16px 16px"
|
|
756
788
|
},
|
|
757
|
-
[
|
|
758
|
-
backgroundColor: `${
|
|
789
|
+
[sr]: {
|
|
790
|
+
backgroundColor: `${M} !important`
|
|
759
791
|
},
|
|
760
|
-
[
|
|
792
|
+
[ir]: {
|
|
761
793
|
scrollbarColor: "rgba(0, 0, 0, 0.32) transparent",
|
|
762
794
|
scrollbarWidth: "thin"
|
|
763
795
|
},
|
|
764
|
-
[
|
|
796
|
+
[pr]: {
|
|
765
797
|
height: "8px",
|
|
766
798
|
width: "8px"
|
|
767
799
|
},
|
|
768
|
-
[
|
|
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
|
-
[
|
|
806
|
+
[Cr]: {
|
|
775
807
|
backgroundColor: "rgba(0, 0, 0, 0.44)"
|
|
776
808
|
},
|
|
777
|
-
[
|
|
809
|
+
[Sr]: {
|
|
778
810
|
backgroundColor: "transparent"
|
|
779
811
|
},
|
|
780
|
-
[
|
|
812
|
+
[br]: {
|
|
781
813
|
backgroundColor: "transparent"
|
|
782
814
|
},
|
|
783
|
-
[
|
|
815
|
+
[H]: {
|
|
784
816
|
position: "relative"
|
|
785
817
|
},
|
|
786
|
-
[
|
|
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
|
-
[
|
|
793
|
-
border: `${
|
|
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
|
-
[
|
|
808
|
-
borderLeft: `${
|
|
809
|
-
borderRight: `${
|
|
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:
|
|
845
|
+
height: Ye,
|
|
814
846
|
left: 0,
|
|
815
847
|
pointerEvents: "none",
|
|
816
848
|
position: "absolute",
|
|
817
849
|
right: 0,
|
|
818
|
-
top:
|
|
850
|
+
top: Ke,
|
|
819
851
|
zIndex: 2
|
|
820
852
|
},
|
|
821
|
-
[
|
|
822
|
-
borderTop: `${
|
|
853
|
+
[Qe]: {
|
|
854
|
+
borderTop: `${u} solid ${b} !important`
|
|
823
855
|
},
|
|
824
|
-
[
|
|
825
|
-
boxShadow: `inset -${
|
|
856
|
+
[qe]: {
|
|
857
|
+
boxShadow: `inset -${u} 0 0 ${b}`
|
|
826
858
|
},
|
|
827
|
-
[
|
|
828
|
-
boxShadow: `inset -${
|
|
859
|
+
[Je]: {
|
|
860
|
+
boxShadow: `inset -${u} 0 0 ${b}`
|
|
829
861
|
},
|
|
830
|
-
[
|
|
862
|
+
[Ze]: {
|
|
831
863
|
borderTopColor: "transparent !important",
|
|
832
864
|
overflow: "visible",
|
|
833
865
|
position: "relative"
|
|
834
866
|
},
|
|
835
|
-
[
|
|
836
|
-
border: `${
|
|
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% - ${
|
|
881
|
+
transform: `translateY(calc(-100% - ${u}))`,
|
|
850
882
|
zIndex: 2
|
|
851
883
|
},
|
|
852
|
-
[
|
|
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% - ${
|
|
897
|
+
transform: `translateY(calc(-100% - ${u}))`,
|
|
866
898
|
zIndex: 1
|
|
867
899
|
},
|
|
868
|
-
[
|
|
900
|
+
[ro]: g(
|
|
869
901
|
"--owp-tree-grid-body-fill-background-color"
|
|
870
902
|
),
|
|
871
|
-
[
|
|
903
|
+
[to]: g(
|
|
872
904
|
"--owp-tree-grid-row-solid-background-color"
|
|
873
905
|
),
|
|
874
|
-
[
|
|
906
|
+
[lo]: g(
|
|
875
907
|
"--owp-tree-grid-toolbar-row-background-color"
|
|
876
908
|
),
|
|
877
|
-
[
|
|
909
|
+
[ao]: p(
|
|
878
910
|
"--owp-tree-grid-row-background-color",
|
|
879
911
|
"#FFFFFF"
|
|
880
912
|
),
|
|
881
|
-
[
|
|
913
|
+
[co]: p(
|
|
882
914
|
"--owp-tree-grid-row-background-color",
|
|
883
915
|
"#FFFFFE"
|
|
884
916
|
),
|
|
885
|
-
[
|
|
917
|
+
[K]: {
|
|
886
918
|
boxShadow: "none !important",
|
|
887
919
|
outline: "none",
|
|
888
920
|
position: "relative",
|
|
889
921
|
zIndex: 3
|
|
890
922
|
},
|
|
891
|
-
[
|
|
892
|
-
border: `${
|
|
923
|
+
[Io]: {
|
|
924
|
+
border: `${de} solid ${se}`,
|
|
893
925
|
boxSizing: "border-box",
|
|
894
926
|
content: '""',
|
|
895
927
|
display: "block",
|
|
896
|
-
inset:
|
|
928
|
+
inset: A,
|
|
897
929
|
pointerEvents: "none",
|
|
898
930
|
position: "absolute",
|
|
899
931
|
zIndex: 4
|
|
900
932
|
},
|
|
901
|
-
[
|
|
902
|
-
inset: `calc(${
|
|
933
|
+
[xo]: {
|
|
934
|
+
inset: `calc(${A} + ${v})`
|
|
903
935
|
},
|
|
904
|
-
[
|
|
936
|
+
[Y]: {
|
|
905
937
|
position: "relative"
|
|
906
938
|
},
|
|
907
|
-
[
|
|
939
|
+
[To]: {
|
|
908
940
|
backgroundColor: "transparent",
|
|
909
|
-
borderBottom: `${
|
|
910
|
-
borderTop: `${
|
|
911
|
-
bottom:
|
|
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:
|
|
954
|
+
top: f,
|
|
923
955
|
zIndex: 2
|
|
924
956
|
},
|
|
925
|
-
[
|
|
957
|
+
[Bo]: {
|
|
926
958
|
borderBottomLeftRadius: "2px",
|
|
927
|
-
borderLeft: `${
|
|
959
|
+
borderLeft: `${v} solid ${h}`,
|
|
928
960
|
borderTopLeftRadius: "2px",
|
|
929
|
-
left:
|
|
961
|
+
left: f
|
|
930
962
|
},
|
|
931
|
-
[
|
|
963
|
+
[Ho]: {
|
|
932
964
|
borderBottomRightRadius: "2px",
|
|
933
|
-
borderRight: `${
|
|
965
|
+
borderRight: `${v} solid ${h}`,
|
|
934
966
|
borderTopRightRadius: "2px",
|
|
935
|
-
right:
|
|
967
|
+
right: f
|
|
936
968
|
},
|
|
937
|
-
[
|
|
969
|
+
[no]: {
|
|
938
970
|
color: "var(--owp-tree-grid-header-color, #ffffff) !important",
|
|
939
|
-
fontFamily: `${
|
|
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
|
-
[
|
|
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
|
-
[
|
|
980
|
+
[io]: p(
|
|
949
981
|
"--owp-tree-grid-hover-row-background-color",
|
|
950
982
|
"#F0F0FF"
|
|
951
983
|
),
|
|
952
|
-
[
|
|
984
|
+
[po]: p(
|
|
953
985
|
"--owp-tree-grid-hover-row-background-color",
|
|
954
986
|
"#EEE"
|
|
955
987
|
),
|
|
956
|
-
[
|
|
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
|
-
[
|
|
992
|
+
[Co]: p(
|
|
961
993
|
"--owp-tree-grid-selected-cell-background-color",
|
|
962
994
|
"#FFFFA6"
|
|
963
995
|
),
|
|
964
|
-
[
|
|
996
|
+
[So]: p(
|
|
965
997
|
"--owp-tree-grid-selected-cell-background-color",
|
|
966
998
|
"#FFFFA6"
|
|
967
999
|
),
|
|
968
|
-
[
|
|
1000
|
+
[bo]: p(
|
|
969
1001
|
"--owp-tree-grid-selected-row-background-color",
|
|
970
1002
|
"#EEE"
|
|
971
1003
|
),
|
|
972
|
-
[
|
|
1004
|
+
[$o]: p(
|
|
973
1005
|
"--owp-tree-grid-focused-row-background-color",
|
|
974
1006
|
"#E6E6E6"
|
|
975
1007
|
),
|
|
976
|
-
[
|
|
1008
|
+
[Ro]: p(
|
|
977
1009
|
"--owp-tree-grid-focused-row-background-color",
|
|
978
1010
|
"#EEE"
|
|
979
1011
|
),
|
|
980
|
-
[
|
|
1012
|
+
[Eo]: {
|
|
981
1013
|
borderColor: "var(--owp-tree-grid-focused-row-border-color) !important"
|
|
982
1014
|
},
|
|
983
|
-
[
|
|
1015
|
+
[wo]: p(
|
|
984
1016
|
"--owp-tree-grid-hover-cell-background-color",
|
|
985
1017
|
"#BFDDF2"
|
|
986
1018
|
),
|
|
987
|
-
[
|
|
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
|
-
[
|
|
1023
|
+
[_o]: p(
|
|
992
1024
|
"--owp-tree-grid-hover-cell-background-color",
|
|
993
1025
|
"#F0F0F0"
|
|
994
1026
|
),
|
|
995
|
-
[
|
|
1027
|
+
[ko]: p(
|
|
996
1028
|
"--owp-tree-grid-hover-cell-background-color",
|
|
997
1029
|
"#F0F0F0"
|
|
998
1030
|
),
|
|
999
|
-
[
|
|
1031
|
+
[mo]: g(
|
|
1000
1032
|
"--owp-tree-grid-hover-cell-background-color"
|
|
1001
1033
|
),
|
|
1002
|
-
[
|
|
1034
|
+
[vo]: g(
|
|
1003
1035
|
"--owp-tree-grid-hover-cell-background-color"
|
|
1004
1036
|
),
|
|
1005
|
-
[
|
|
1037
|
+
[Mo]: {
|
|
1006
1038
|
borderColor: "var(--owp-tree-grid-hover-cell-border-color) !important"
|
|
1007
1039
|
},
|
|
1008
|
-
[
|
|
1040
|
+
[Ao]: {
|
|
1009
1041
|
borderColor: "var(--owp-tree-grid-hover-cell-border-color) !important"
|
|
1010
1042
|
},
|
|
1011
|
-
[
|
|
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
|
-
[
|
|
1048
|
+
[Do]: p(
|
|
1017
1049
|
"--owp-tree-grid-focused-cell-background-color",
|
|
1018
1050
|
"#FFFFFE"
|
|
1019
1051
|
),
|
|
1020
|
-
[
|
|
1052
|
+
[fo]: {
|
|
1021
1053
|
backgroundColor: "var(--owp-tree-grid-focused-cell-rect-background-color) !important"
|
|
1022
1054
|
},
|
|
1023
|
-
[
|
|
1055
|
+
[ho]: {
|
|
1024
1056
|
borderColor: "var(--owp-tree-grid-focused-cell-border-color) !important"
|
|
1025
1057
|
},
|
|
1026
|
-
[
|
|
1058
|
+
[Fo]: {
|
|
1027
1059
|
backgroundColor: "var(--owp-tree-grid-focused-cell-border-color) !important"
|
|
1028
1060
|
},
|
|
1029
|
-
[
|
|
1061
|
+
[Go]: {
|
|
1030
1062
|
borderColor: "var(--owp-tree-grid-focused-cell-border-color) !important"
|
|
1031
1063
|
},
|
|
1032
|
-
[
|
|
1064
|
+
[Oo]: g(
|
|
1033
1065
|
"--owp-tree-grid-focused-cell-background-color"
|
|
1034
1066
|
),
|
|
1035
|
-
[
|
|
1067
|
+
[Vo]: p(
|
|
1036
1068
|
"--owp-tree-grid-changed-background-color",
|
|
1037
1069
|
"#EEE"
|
|
1038
1070
|
),
|
|
1039
|
-
[
|
|
1071
|
+
[No]: {
|
|
1040
1072
|
color: "var(--owp-tree-grid-changed-text-color, #ffffff) !important",
|
|
1041
|
-
fontWeight:
|
|
1073
|
+
fontWeight: Wo
|
|
1042
1074
|
},
|
|
1043
|
-
[
|
|
1075
|
+
[Po]: {
|
|
1044
1076
|
color: "var(--owp-tree-grid-body-color, #111112) !important",
|
|
1045
1077
|
fontWeight: "normal !important"
|
|
1046
1078
|
},
|
|
1047
|
-
[
|
|
1079
|
+
[yo]: {
|
|
1048
1080
|
color: "var(--owp-tree-grid-body-color, #111112) !important",
|
|
1049
1081
|
fontWeight: "normal !important"
|
|
1050
1082
|
},
|
|
1051
|
-
[
|
|
1083
|
+
[zo]: {
|
|
1052
1084
|
color: "transparent !important"
|
|
1053
1085
|
},
|
|
1054
|
-
[
|
|
1086
|
+
[jo]: {
|
|
1055
1087
|
borderColor: "var(--owp-tree-grid-editing-cell-border-color) !important"
|
|
1056
1088
|
},
|
|
1057
|
-
[
|
|
1089
|
+
[Uo]: {
|
|
1058
1090
|
backgroundColor: "var(--owp-tree-grid-editing-cell-border-color) !important"
|
|
1059
1091
|
}
|
|
1060
|
-
},
|
|
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"),
|
|
1094
|
+
}, "setOptionalTreeGridCssVariable"), kr = /* @__PURE__ */ t(({
|
|
1063
1095
|
width: e,
|
|
1064
1096
|
height: o,
|
|
1065
1097
|
treeGridTheme: a,
|
|
1066
|
-
gridThemeConfig:
|
|
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":
|
|
1104
|
+
"--owp-tree-grid-added-row-box-color": X,
|
|
1073
1105
|
width: e
|
|
1074
1106
|
};
|
|
1075
|
-
for (const { cssVariableName: m, getValue:
|
|
1076
|
-
|
|
1077
|
-
for (const { cssVariableName: m, getValue:
|
|
1078
|
-
S[m] =
|
|
1079
|
-
return C !== void 0 && (S["--owp-tree-grid-table-border-radius"] =
|
|
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
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
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
|
-
|
|
1098
|
-
|
|
1129
|
+
kr as createTreeGridThemeContainerStyle,
|
|
1130
|
+
_r as treeGridThemeStyles
|
|
1099
1131
|
};
|
|
1100
1132
|
//# sourceMappingURL=treeGridTheme.js.map
|