@adaptabletools/adaptable 16.2.4 → 17.0.0-canary.1
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/agGrid.js +26 -32
- package/base.css +1246 -1194
- package/base.css.map +1 -1
- package/index.css +102 -1981
- package/index.css.map +1 -1
- package/package.json +10 -5
- package/src/AdaptableInterfaces/AdaptableNoCodeWizard.d.ts +2 -2
- package/src/AdaptableInterfaces/AdaptableNoCodeWizard.js +1 -2
- package/src/AdaptableInterfaces/IAdaptable.d.ts +17 -11
- package/src/AdaptableInterfaces/IAdaptable.js +1 -2
- package/src/AdaptableOptions/ActionColumnOptions.js +1 -2
- package/src/AdaptableOptions/ActionRowOptions.d.ts +25 -3
- package/src/AdaptableOptions/ActionRowOptions.js +1 -2
- package/src/AdaptableOptions/AdaptableFrameworkComponent.d.ts +3 -3
- package/src/AdaptableOptions/AdaptableFrameworkComponent.js +1 -2
- package/src/AdaptableOptions/AdaptableOptions.d.ts +12 -3
- package/src/AdaptableOptions/AdaptableOptions.js +1 -2
- package/src/AdaptableOptions/AdaptablePlugin.d.ts +1 -1
- package/src/AdaptableOptions/AdaptablePlugin.js +1 -5
- package/src/AdaptableOptions/AlertOptions.d.ts +2 -2
- package/src/AdaptableOptions/AlertOptions.js +1 -2
- package/src/AdaptableOptions/CalendarOptions.js +1 -2
- package/src/AdaptableOptions/CellSummaryOptions.js +1 -2
- package/src/AdaptableOptions/ChartingOptions.js +1 -2
- package/src/AdaptableOptions/{FilterOptions.d.ts → ColumnFilterOptions.d.ts} +114 -95
- package/src/AdaptableOptions/ColumnFilterOptions.js +1 -0
- package/src/AdaptableOptions/ColumnOptions.js +1 -2
- package/src/AdaptableOptions/ContainerOptions.js +1 -2
- package/src/AdaptableOptions/CustomSortOptions.js +1 -2
- package/src/AdaptableOptions/DashboardOptions.js +1 -2
- package/src/AdaptableOptions/DataChangeHistoryOptions.d.ts +1 -1
- package/src/AdaptableOptions/DataChangeHistoryOptions.js +1 -2
- package/src/AdaptableOptions/DataImportOptions.js +1 -2
- package/src/AdaptableOptions/DataSetOptions.js +1 -2
- package/src/AdaptableOptions/DateInputOptions.d.ts +1 -1
- package/src/AdaptableOptions/DateInputOptions.js +1 -2
- package/src/AdaptableOptions/EditOptions.d.ts +2 -2
- package/src/AdaptableOptions/EditOptions.js +1 -2
- package/src/AdaptableOptions/EntitlementOptions.js +1 -2
- package/src/AdaptableOptions/ExportOptions.d.ts +21 -3
- package/src/AdaptableOptions/ExportOptions.js +1 -2
- package/src/AdaptableOptions/ExpressionOptions.d.ts +2 -2
- package/src/AdaptableOptions/ExpressionOptions.js +1 -2
- package/src/AdaptableOptions/Fdc3Options.d.ts +10 -4
- package/src/AdaptableOptions/Fdc3Options.js +2 -5
- package/src/AdaptableOptions/FinsemblePluginOptions.js +1 -2
- package/src/AdaptableOptions/FlashingCellOptions.js +1 -2
- package/src/AdaptableOptions/FormatColumnOptions.js +1 -2
- package/src/AdaptableOptions/Glue42PluginOptions.js +1 -2
- package/src/AdaptableOptions/Glue42WebPluginOptions.js +1 -2
- package/src/AdaptableOptions/GridFilterOptions.d.ts +18 -0
- package/src/AdaptableOptions/GridFilterOptions.js +1 -0
- package/src/AdaptableOptions/GroupingOptions.js +1 -2
- package/src/AdaptableOptions/IPushPullPluginOptions.js +1 -2
- package/src/AdaptableOptions/LayoutOptions.d.ts +1 -1
- package/src/AdaptableOptions/LayoutOptions.js +1 -2
- package/src/AdaptableOptions/MasterDetailPluginOptions.js +1 -2
- package/src/AdaptableOptions/MenuOptions.d.ts +12 -6
- package/src/AdaptableOptions/MenuOptions.js +41 -27
- package/src/AdaptableOptions/NotesOptions.js +1 -2
- package/src/AdaptableOptions/NotificationsOptions.d.ts +1 -1
- package/src/AdaptableOptions/NotificationsOptions.js +1 -2
- package/src/AdaptableOptions/OpenFinPluginOptions.js +1 -2
- package/src/AdaptableOptions/PredicateOptions.js +1 -2
- package/src/AdaptableOptions/QuickSearchOptions.d.ts +22 -2
- package/src/AdaptableOptions/QuickSearchOptions.js +1 -2
- package/src/AdaptableOptions/SettingsPanelOptions.js +1 -2
- package/src/AdaptableOptions/StateOptions.d.ts +1 -1
- package/src/AdaptableOptions/StateOptions.js +1 -2
- package/src/AdaptableOptions/TeamSharingOptions.js +1 -2
- package/src/AdaptableOptions/ToolPanelOptions.js +1 -2
- package/src/AdaptableOptions/UserInterfaceOptions.d.ts +1 -16
- package/src/AdaptableOptions/UserInterfaceOptions.js +1 -2
- package/src/Api/ActionColumnApi.js +1 -2
- package/src/Api/ActionRowApi.js +1 -2
- package/src/Api/AdaptableApi.d.ts +11 -6
- package/src/Api/AdaptableApi.js +1 -2
- package/src/Api/AlertApi.js +1 -2
- package/src/Api/ApplicationApi.js +1 -2
- package/src/Api/BulkUpdateApi.js +1 -2
- package/src/Api/CalculatedColumnApi.js +1 -2
- package/src/Api/CalendarApi.js +1 -2
- package/src/Api/CellSummaryApi.js +1 -2
- package/src/Api/ChartingApi.js +1 -2
- package/src/Api/ColumnApi.d.ts +4 -0
- package/src/Api/ColumnApi.js +1 -2
- package/src/Api/{FilterApi.d.ts → ColumnFilterApi.d.ts} +3 -6
- package/src/Api/ColumnFilterApi.js +1 -0
- package/src/Api/ConfigApi.d.ts +3 -4
- package/src/Api/ConfigApi.js +1 -2
- package/src/Api/CustomSortApi.js +1 -2
- package/src/Api/DashboardApi.d.ts +16 -5
- package/src/Api/DashboardApi.js +1 -2
- package/src/Api/DataChangeHistoryApi.js +1 -2
- package/src/Api/DataImportApi.js +1 -2
- package/src/Api/DataSetApi.js +1 -2
- package/src/Api/EntitlementApi.js +1 -2
- package/src/Api/EventApi.d.ts +13 -32
- package/src/Api/EventApi.js +1 -2
- package/src/Api/Events/ActionRowSubmitted.d.ts +1 -5
- package/src/Api/Events/ActionRowSubmitted.js +1 -2
- package/src/Api/Events/AdaptableReady.js +1 -2
- package/src/Api/Events/AdaptableSearchState.d.ts +4 -4
- package/src/Api/Events/AdaptableSearchState.js +1 -2
- package/src/Api/Events/AdaptableStateChanged.js +1 -2
- package/src/Api/Events/AdaptableStateReloaded.js +1 -2
- package/src/Api/Events/AlertFired.js +1 -2
- package/src/Api/Events/BaseEventInfo.js +1 -2
- package/src/Api/Events/CellChanged.js +1 -2
- package/src/Api/Events/ChartChanged.js +1 -2
- package/src/Api/Events/{FilterApplied.d.ts → ColumnFilterApplied.d.ts} +2 -2
- package/src/Api/Events/ColumnFilterApplied.js +1 -0
- package/src/Api/Events/CustomToolbarConfigured.js +1 -2
- package/src/Api/Events/DashboardChanged.js +1 -2
- package/src/Api/Events/DataImported.js +1 -2
- package/src/Api/Events/DataSetSelected.js +1 -2
- package/src/Api/Events/Fdc3MessageInfo.d.ts +1 -1
- package/src/Api/Events/Fdc3MessageInfo.js +1 -2
- package/src/Api/Events/FlashingCellDisplayed.js +1 -2
- package/src/Api/Events/GridDataChanged.js +1 -2
- package/src/Api/Events/GridFilterApplied.d.ts +15 -0
- package/src/Api/Events/GridFilterApplied.js +1 -0
- package/src/Api/Events/GridSorted.js +1 -2
- package/src/Api/Events/LayoutChanged.js +1 -2
- package/src/Api/Events/LiveDataChanged.js +1 -2
- package/src/Api/Events/ScheduleTriggered.js +1 -2
- package/src/Api/Events/SelectionChanged.js +1 -2
- package/src/Api/Events/SystemStatusMessageDisplayed.js +1 -2
- package/src/Api/Events/TeamSharingEntityChanged.js +1 -2
- package/src/Api/Events/ThemeChanged.js +1 -2
- package/src/Api/Events/ThemeEdited.js +1 -2
- package/src/Api/ExportApi.d.ts +0 -4
- package/src/Api/ExportApi.js +1 -2
- package/src/Api/ExpressionApi.js +1 -2
- package/src/Api/Fdc3Api.js +1 -2
- package/src/Api/FinsembleApi.js +1 -2
- package/src/Api/FlashingCellApi.js +1 -2
- package/src/Api/FormatColumnApi.d.ts +4 -0
- package/src/Api/FormatColumnApi.js +1 -2
- package/src/Api/FreeTextColumnApi.js +1 -2
- package/src/Api/Glue42Api.js +1 -2
- package/src/Api/Glue42WebApi.js +1 -2
- package/src/Api/GridApi.js +1 -2
- package/src/Api/GridFilterApi.d.ts +39 -0
- package/src/Api/GridFilterApi.js +1 -0
- package/src/Api/IPushPullApi.js +1 -2
- package/src/Api/Implementation/ActionColumnApiImpl.js +2 -6
- package/src/Api/Implementation/ActionRowApiImpl.js +8 -12
- package/src/Api/Implementation/AdaptableApiImpl.d.ts +6 -4
- package/src/Api/Implementation/AdaptableApiImpl.js +99 -101
- package/src/Api/Implementation/AlertApiImpl.js +18 -23
- package/src/Api/Implementation/ApiBase.d.ts +5 -16
- package/src/Api/Implementation/ApiBase.js +15 -17
- package/src/Api/Implementation/ApplicationApiImpl.js +3 -8
- package/src/Api/Implementation/BulkUpdateApiImpl.js +5 -10
- package/src/Api/Implementation/CalculatedColumnApiImpl.js +6 -11
- package/src/Api/Implementation/CalendarApiImpl.js +2 -6
- package/src/Api/Implementation/CellSummaryApiImpl.js +17 -22
- package/src/Api/Implementation/ChartingApiImpl.js +13 -18
- package/src/Api/Implementation/ColumnApiImpl.d.ts +1 -0
- package/src/Api/Implementation/ColumnApiImpl.js +14 -15
- package/src/Api/Implementation/{FilterApiImpl.d.ts → ColumnFilterApiImpl.d.ts} +5 -5
- package/src/Api/Implementation/{FilterApiImpl.js → ColumnFilterApiImpl.js} +12 -17
- package/src/Api/Implementation/ConfigApiImpl.d.ts +2 -3
- package/src/Api/Implementation/ConfigApiImpl.js +41 -46
- package/src/Api/Implementation/CustomSortApiImpl.js +6 -11
- package/src/Api/Implementation/DashboardApiImpl.d.ts +5 -2
- package/src/Api/Implementation/DashboardApiImpl.js +24 -28
- package/src/Api/Implementation/DataChangeHistoryApiImpl.js +10 -15
- package/src/Api/Implementation/DataImportApiImpl.js +4 -8
- package/src/Api/Implementation/DataSetApiImpl.js +6 -11
- package/src/Api/Implementation/EntitlementApiImpl.js +2 -6
- package/src/Api/Implementation/EventApiImpl.js +4 -9
- package/src/Api/Implementation/ExportApiImpl.d.ts +0 -1
- package/src/Api/Implementation/ExportApiImpl.js +12 -20
- package/src/Api/Implementation/ExpressionApiImpl.js +5 -10
- package/src/Api/Implementation/Fdc3ApiImpl.js +8 -12
- package/src/Api/Implementation/FlashingCellApiImpl.js +6 -11
- package/src/Api/Implementation/FormatColumnApiImpl.d.ts +1 -0
- package/src/Api/Implementation/FormatColumnApiImpl.js +9 -11
- package/src/Api/Implementation/FreeTextColumnApiImpl.js +9 -14
- package/src/Api/Implementation/GridApiImpl.js +22 -27
- package/src/Api/Implementation/GridFilterApiImpl.d.ts +16 -0
- package/src/Api/Implementation/GridFilterApiImpl.js +49 -0
- package/src/Api/Implementation/LayoutApiImpl.js +25 -30
- package/src/Api/Implementation/NamedQueryApiImpl.d.ts +18 -0
- package/src/Api/Implementation/NamedQueryApiImpl.js +52 -0
- package/src/Api/Implementation/NotesApiImpl.js +4 -9
- package/src/Api/Implementation/OptionsApiImpl.d.ts +4 -2
- package/src/Api/Implementation/OptionsApiImpl.js +7 -8
- package/src/Api/Implementation/PluginsApiImpl.js +3 -8
- package/src/Api/Implementation/PlusMinusApiImpl.js +4 -9
- package/src/Api/Implementation/PredicateApiImpl.js +12 -17
- package/src/Api/Implementation/QuickSearchApiImpl.js +5 -10
- package/src/Api/Implementation/ScheduleApiImpl.js +6 -11
- package/src/Api/Implementation/ScopeApiImpl.js +8 -13
- package/src/Api/Implementation/SettingsPanelApiImpl.js +3 -8
- package/src/Api/Implementation/ShortcutApiImpl.js +4 -9
- package/src/Api/Implementation/SmartEditApiImpl.js +5 -10
- package/src/Api/Implementation/StatusBarApiImpl.js +5 -9
- package/src/Api/Implementation/StyledColumnApiImpl.js +6 -11
- package/src/Api/Implementation/SystemStatusApiImpl.js +16 -21
- package/src/Api/Implementation/TeamSharingApiImpl.js +12 -17
- package/src/Api/Implementation/ThemeApiImpl.js +10 -15
- package/src/Api/Implementation/ToolPanelApiImpl.js +6 -11
- package/src/Api/Implementation/UserInterfaceApiImpl.js +16 -21
- package/src/Api/Internal/ActionRowInternalApi.d.ts +2 -0
- package/src/Api/Internal/ActionRowInternalApi.js +35 -12
- package/src/Api/Internal/AdaptableInternalApi.js +21 -26
- package/src/Api/Internal/AlertInternalApi.d.ts +2 -7
- package/src/Api/Internal/AlertInternalApi.js +35 -25
- package/src/Api/Internal/CalculatedColumnInternalApi.js +2 -6
- package/src/Api/Internal/ChartingInternalApi.js +8 -12
- package/src/Api/Internal/{FilterInternalApi.d.ts → ColumnFilterInternalApi.d.ts} +5 -5
- package/src/Api/Internal/{FilterInternalApi.js → ColumnFilterInternalApi.js} +27 -32
- package/src/Api/Internal/ColumnInternalApi.d.ts +0 -10
- package/src/Api/Internal/ColumnInternalApi.js +4 -36
- package/src/Api/Internal/CustomSortInternalApi.js +2 -6
- package/src/Api/Internal/DashboardInternalApi.d.ts +5 -1
- package/src/Api/Internal/DashboardInternalApi.js +16 -9
- package/src/Api/Internal/DataImportInternalApi.js +5 -10
- package/src/Api/Internal/DataSetInternalApi.js +2 -6
- package/src/Api/Internal/ExportInternalApi.js +2 -6
- package/src/Api/Internal/ExpressionnternalApi.js +2 -6
- package/src/Api/Internal/Fdc3InternalApi.d.ts +2 -2
- package/src/Api/Internal/Fdc3InternalApi.js +24 -28
- package/src/Api/Internal/FlashingCellInternalApi.js +7 -12
- package/src/Api/Internal/FormatColumnInternalApi.js +17 -22
- package/src/Api/Internal/FreeTextColumnInternalApi.js +2 -6
- package/src/Api/Internal/GridFilterInternalApi.d.ts +4 -0
- package/src/Api/Internal/GridFilterInternalApi.js +19 -0
- package/src/Api/Internal/GridInternalApi.js +44 -27
- package/src/Api/Internal/LayoutInternalApi.d.ts +1 -0
- package/src/Api/Internal/LayoutInternalApi.js +22 -18
- package/src/Api/Internal/{QueryInternalApi.d.ts → NamedQueryInternalApi.d.ts} +2 -5
- package/src/Api/Internal/{QueryInternalApi.js → NamedQueryInternalApi.js} +5 -24
- package/src/Api/Internal/PredicateInternalApi.js +5 -9
- package/src/Api/Internal/ScheduleInternalApi.js +2 -6
- package/src/Api/Internal/StyledColumnInternalApi.d.ts +0 -3
- package/src/Api/Internal/StyledColumnInternalApi.js +5 -37
- package/src/Api/Internal/SystemStatusInternalApi.js +3 -8
- package/src/Api/Internal/TeamSharingInternalApi.js +2 -6
- package/src/Api/Internal/ThemeInternalApi.js +5 -9
- package/src/Api/Internal/UserInterfaceInternalApi.js +2 -6
- package/src/Api/LayoutApi.js +1 -2
- package/src/Api/NamedQueryApi.d.ts +53 -0
- package/src/Api/NamedQueryApi.js +1 -0
- package/src/Api/NotesAPi.js +1 -2
- package/src/Api/OpenFinApi.js +1 -2
- package/src/Api/OptionsApi.d.ts +7 -3
- package/src/Api/OptionsApi.js +1 -2
- package/src/Api/PluginsApi.js +1 -2
- package/src/Api/PlusMinusApi.js +1 -2
- package/src/Api/PredicateApi.js +1 -2
- package/src/Api/QuickSearchApi.js +1 -2
- package/src/Api/ScheduleApi.js +1 -2
- package/src/Api/ScopeApi.js +1 -2
- package/src/Api/SettingsPanelApi.js +1 -2
- package/src/Api/ShortcutApi.js +1 -2
- package/src/Api/SmartEditApi.js +1 -2
- package/src/Api/StatusBarApi.js +1 -2
- package/src/Api/StyledColumnApi.js +1 -2
- package/src/Api/SystemStatusApi.js +1 -2
- package/src/Api/TeamSharingApi.js +1 -2
- package/src/Api/ThemeApi.js +1 -2
- package/src/Api/ToolPanelApi.js +1 -2
- package/src/Api/UserInterfaceApi.js +1 -2
- package/src/PredefinedConfig/AdaptableState.d.ts +6 -1
- package/src/PredefinedConfig/AdaptableState.js +1 -2
- package/src/PredefinedConfig/AlertState.d.ts +6 -6
- package/src/PredefinedConfig/AlertState.js +1 -2
- package/src/PredefinedConfig/ApplicationState.js +1 -2
- package/src/PredefinedConfig/CalculatedColumnState.d.ts +1 -1
- package/src/PredefinedConfig/CalculatedColumnState.js +1 -2
- package/src/PredefinedConfig/ChartingState.d.ts +4 -1
- package/src/PredefinedConfig/ChartingState.js +2 -7
- package/src/PredefinedConfig/Common/AdaptableAlert.d.ts +2 -2
- package/src/PredefinedConfig/Common/AdaptableAlert.js +2 -7
- package/src/PredefinedConfig/Common/AdaptableButton.js +1 -2
- package/src/PredefinedConfig/Common/AdaptableColumn.d.ts +5 -1
- package/src/PredefinedConfig/Common/AdaptableColumn.js +1 -5
- package/src/PredefinedConfig/Common/AdaptableComparerFunction.d.ts +2 -2
- package/src/PredefinedConfig/Common/AdaptableComparerFunction.js +1 -2
- package/src/PredefinedConfig/Common/AdaptableFlashingCell.js +1 -2
- package/src/PredefinedConfig/Common/AdaptableForm.d.ts +2 -2
- package/src/PredefinedConfig/Common/AdaptableForm.js +1 -5
- package/src/PredefinedConfig/Common/AdaptableFormat.d.ts +1 -1
- package/src/PredefinedConfig/Common/AdaptableFormat.js +1 -2
- package/src/PredefinedConfig/Common/AdaptableIcon.d.ts +2 -2
- package/src/PredefinedConfig/Common/AdaptableIcon.js +1 -2
- package/src/PredefinedConfig/Common/AdaptableMessageType.d.ts +1 -1
- package/src/PredefinedConfig/Common/AdaptableMessageType.js +1 -2
- package/src/PredefinedConfig/Common/AdaptableObject.d.ts +1 -1
- package/src/PredefinedConfig/Common/AdaptableObject.js +1 -2
- package/src/PredefinedConfig/Common/AdaptablePredicate.d.ts +3 -3
- package/src/PredefinedConfig/Common/AdaptablePredicate.js +97 -114
- package/src/PredefinedConfig/Common/AdaptableQuery.d.ts +16 -1
- package/src/PredefinedConfig/Common/AdaptableQuery.js +1 -5
- package/src/PredefinedConfig/Common/AdaptableScope.d.ts +5 -5
- package/src/PredefinedConfig/Common/AdaptableScope.js +1 -2
- package/src/PredefinedConfig/Common/AdaptableStyle.js +1 -2
- package/src/PredefinedConfig/Common/AggregationColumns.d.ts +1 -1
- package/src/PredefinedConfig/Common/AggregationColumns.js +1 -4
- package/src/PredefinedConfig/Common/AlternativeModuleName.js +1 -2
- package/src/PredefinedConfig/Common/BaseContext.js +1 -2
- package/src/PredefinedConfig/Common/ButtonStyle.js +1 -2
- package/src/PredefinedConfig/Common/CellDataChangedInfo.js +1 -2
- package/src/PredefinedConfig/Common/CellHighlightInfo.d.ts +0 -1
- package/src/PredefinedConfig/Common/CellHighlightInfo.js +1 -2
- package/src/PredefinedConfig/Common/CellSummary.js +1 -2
- package/src/PredefinedConfig/Common/ColumnFilter.d.ts +2 -2
- package/src/PredefinedConfig/Common/ColumnFilter.js +1 -2
- package/src/PredefinedConfig/Common/ColumnSort.js +1 -2
- package/src/PredefinedConfig/Common/DataChangedScope.js +1 -2
- package/src/PredefinedConfig/Common/DataUpdateConfig.js +1 -2
- package/src/PredefinedConfig/Common/Entitlement.d.ts +1 -1
- package/src/PredefinedConfig/Common/Entitlement.js +1 -2
- package/src/PredefinedConfig/Common/Enums.js +26 -29
- package/src/PredefinedConfig/Common/Fdc3Context.d.ts +133 -37
- package/src/PredefinedConfig/Common/Fdc3Context.js +32 -35
- package/src/PredefinedConfig/Common/Fdc3Intent.d.ts +4 -4
- package/src/PredefinedConfig/Common/Fdc3Intent.js +64 -67
- package/src/PredefinedConfig/Common/FilterActionOnDataChange.js +1 -2
- package/src/PredefinedConfig/Common/FormContext.js +1 -2
- package/src/PredefinedConfig/Common/GridFilter.d.ts +10 -0
- package/src/PredefinedConfig/Common/GridFilter.js +1 -0
- package/src/PredefinedConfig/Common/Menu.js +1 -2
- package/src/PredefinedConfig/Common/RowHighlightInfo.d.ts +1 -1
- package/src/PredefinedConfig/Common/RowHighlightInfo.js +1 -2
- package/src/PredefinedConfig/Common/RowsHighlightInfo.js +1 -2
- package/src/PredefinedConfig/Common/Schedule.d.ts +2 -2
- package/src/PredefinedConfig/Common/Schedule.js +1 -2
- package/src/PredefinedConfig/Common/SpecialColumnSettings.js +1 -2
- package/src/PredefinedConfig/Common/SuspendableObject.js +1 -2
- package/src/PredefinedConfig/Common/SystemStatusMessageInfo.js +1 -2
- package/src/PredefinedConfig/Common/Types.d.ts +15 -15
- package/src/PredefinedConfig/Common/Types.js +14 -17
- package/src/PredefinedConfig/ConfigState.js +1 -2
- package/src/PredefinedConfig/CustomSortState.js +1 -2
- package/src/PredefinedConfig/DashboardState.js +1 -2
- package/src/PredefinedConfig/ExportState.d.ts +4 -4
- package/src/PredefinedConfig/ExportState.js +1 -2
- package/src/PredefinedConfig/FlashingCellState.d.ts +4 -4
- package/src/PredefinedConfig/FlashingCellState.js +1 -2
- package/src/PredefinedConfig/FormatColumnState.d.ts +4 -27
- package/src/PredefinedConfig/FormatColumnState.js +1 -2
- package/src/PredefinedConfig/FreeTextColumnState.js +1 -2
- package/src/PredefinedConfig/Glue42State.js +1 -2
- package/src/PredefinedConfig/GridState.js +1 -2
- package/src/PredefinedConfig/IPushPullState.js +1 -2
- package/src/PredefinedConfig/InternalState.js +1 -2
- package/src/PredefinedConfig/LayoutState.d.ts +5 -1
- package/src/PredefinedConfig/LayoutState.js +1 -2
- package/src/PredefinedConfig/NamedQueryState.d.ts +25 -0
- package/src/PredefinedConfig/NamedQueryState.js +1 -0
- package/src/PredefinedConfig/NotesState.d.ts +2 -2
- package/src/PredefinedConfig/NotesState.js +1 -2
- package/src/PredefinedConfig/OpenFinState.js +1 -2
- package/src/PredefinedConfig/PlusMinusState.js +1 -2
- package/src/PredefinedConfig/PopupState.js +1 -2
- package/src/PredefinedConfig/PredefinedConfig.d.ts +2 -7
- package/src/PredefinedConfig/PredefinedConfig.js +1 -2
- package/src/PredefinedConfig/QueryState.d.ts +4 -15
- package/src/PredefinedConfig/QueryState.js +1 -2
- package/src/PredefinedConfig/QuickSearchState.js +1 -2
- package/src/PredefinedConfig/ScheduleState.js +1 -2
- package/src/PredefinedConfig/Selection/GridCell.d.ts +8 -0
- package/src/PredefinedConfig/Selection/GridCell.js +1 -2
- package/src/PredefinedConfig/Selection/GridCellRange.js +1 -2
- package/src/PredefinedConfig/Selection/GridRow.js +1 -2
- package/src/PredefinedConfig/Selection/SelectedCellInfo.js +1 -2
- package/src/PredefinedConfig/Selection/SelectedRowInfo.js +1 -2
- package/src/PredefinedConfig/ShortcutState.d.ts +1 -1
- package/src/PredefinedConfig/ShortcutState.js +1 -2
- package/src/PredefinedConfig/StatusBarState.js +1 -4
- package/src/PredefinedConfig/StyledColumnState.d.ts +8 -13
- package/src/PredefinedConfig/StyledColumnState.js +1 -2
- package/src/PredefinedConfig/SystemState.d.ts +4 -4
- package/src/PredefinedConfig/SystemState.js +1 -2
- package/src/PredefinedConfig/TeamSharingState.d.ts +3 -3
- package/src/PredefinedConfig/TeamSharingState.js +2 -7
- package/src/PredefinedConfig/ThemeState.js +1 -2
- package/src/PredefinedConfig/ToolPanelState.d.ts +1 -1
- package/src/PredefinedConfig/ToolPanelState.js +1 -2
- package/src/PredefinedConfig/Uuid.d.ts +1 -1
- package/src/PredefinedConfig/Uuid.js +2 -6
- package/src/Redux/ActionsReducers/AlertRedux.js +45 -59
- package/src/Redux/ActionsReducers/ApplicationRedux.js +15 -22
- package/src/Redux/ActionsReducers/BulkUpdateRedux.js +9 -15
- package/src/Redux/ActionsReducers/CalculatedColumnRedux.js +20 -29
- package/src/Redux/ActionsReducers/CellSummaryRedux.js +3 -7
- package/src/Redux/ActionsReducers/ChartingRedux.js +41 -55
- package/src/Redux/ActionsReducers/CustomSortRedux.js +41 -54
- package/src/Redux/ActionsReducers/DashboardRedux.js +50 -66
- package/src/Redux/ActionsReducers/ExportRedux.js +33 -45
- package/src/Redux/ActionsReducers/FlashingCellRedux.js +43 -57
- package/src/Redux/ActionsReducers/FormatColumnRedux.d.ts +7 -0
- package/src/Redux/ActionsReducers/FormatColumnRedux.js +60 -65
- package/src/Redux/ActionsReducers/FreeTextColumnRedux.js +24 -34
- package/src/Redux/ActionsReducers/GridRedux.d.ts +6 -1
- package/src/Redux/ActionsReducers/GridRedux.js +139 -155
- package/src/Redux/ActionsReducers/LayoutRedux.d.ts +41 -12
- package/src/Redux/ActionsReducers/LayoutRedux.js +153 -105
- package/src/Redux/ActionsReducers/NamedQueryRedux.d.ts +43 -0
- package/src/Redux/ActionsReducers/NamedQueryRedux.js +74 -0
- package/src/Redux/ActionsReducers/NotesRedux.js +21 -31
- package/src/Redux/ActionsReducers/PluginsRedux.js +48 -53
- package/src/Redux/ActionsReducers/PlusMinusRedux.js +45 -59
- package/src/Redux/ActionsReducers/PopupRedux.js +64 -84
- package/src/Redux/ActionsReducers/QueryRedux.d.ts +5 -39
- package/src/Redux/ActionsReducers/QueryRedux.js +10 -72
- package/src/Redux/ActionsReducers/QuickSearchRedux.js +16 -23
- package/src/Redux/ActionsReducers/ScheduleRedux.js +179 -222
- package/src/Redux/ActionsReducers/ShortcutRedux.js +41 -54
- package/src/Redux/ActionsReducers/SmartEditRedux.js +9 -15
- package/src/Redux/ActionsReducers/StatusBarRedux.js +12 -19
- package/src/Redux/ActionsReducers/StyledColumnRedux.js +41 -54
- package/src/Redux/ActionsReducers/SystemRedux.d.ts +1 -1
- package/src/Redux/ActionsReducers/SystemRedux.js +254 -324
- package/src/Redux/ActionsReducers/SystemStatusRedux.js +6 -11
- package/src/Redux/ActionsReducers/TeamSharingRedux.js +40 -55
- package/src/Redux/ActionsReducers/ThemeRedux.js +32 -43
- package/src/Redux/ActionsReducers/ToolPanelRedux.js +28 -39
- package/src/Redux/ActionsReducers/utils.js +3 -9
- package/src/Redux/DeadRedux.js +25 -38
- package/src/Redux/Store/AdaptableReduxLocalStorageEngine.js +15 -20
- package/src/Redux/Store/AdaptableReduxMerger.d.ts +1 -1
- package/src/Redux/Store/AdaptableReduxMerger.js +21 -30
- package/src/Redux/Store/AdaptableStore.d.ts +2 -2
- package/src/Redux/Store/AdaptableStore.js +159 -136
- package/src/Redux/Store/Interface/IAdaptableStore.js +1 -2
- package/src/Redux/Store/Interface/IStorageEngine.js +1 -2
- package/src/Strategy/AdaptableModuleBase.d.ts +0 -1
- package/src/Strategy/AdaptableModuleBase.js +11 -45
- package/src/Strategy/AlertModule.js +37 -42
- package/src/Strategy/BulkUpdateModule.js +17 -22
- package/src/Strategy/CalculatedColumnModule.js +17 -22
- package/src/Strategy/CellSummaryModule.js +17 -22
- package/src/Strategy/ChartingModule.js +23 -25
- package/src/Strategy/{FilterModule.d.ts → ColumnFilterModule.d.ts} +4 -1
- package/src/Strategy/ColumnFilterModule.js +261 -0
- package/src/Strategy/ColumnInfoModule.js +3 -8
- package/src/Strategy/CustomSortModule.js +13 -18
- package/src/Strategy/DashboardModule.js +4 -9
- package/src/Strategy/DataChangeHistoryModule.js +10 -15
- package/src/Strategy/DataImportModule.js +3 -8
- package/src/Strategy/DataSetModule.js +11 -16
- package/src/Strategy/ExportModule.js +59 -64
- package/src/Strategy/Fdc3Module.js +3 -8
- package/src/Strategy/FlashingCellModule.js +30 -35
- package/src/Strategy/FormatColumnModule.js +28 -33
- package/src/Strategy/FreeTextColumnModule.js +8 -13
- package/src/Strategy/GridFilterModule.d.ts +8 -0
- package/src/Strategy/GridFilterModule.js +58 -0
- package/src/Strategy/GridInfoModule.js +3 -8
- package/src/Strategy/Interface/IBulkUpdateModule.js +1 -2
- package/src/Strategy/Interface/ICellSummaryModule.js +1 -2
- package/src/Strategy/Interface/IExportModule.js +1 -2
- package/src/Strategy/Interface/IModule.d.ts +4 -4
- package/src/Strategy/Interface/IModule.js +1 -2
- package/src/Strategy/Interface/IModuleActionReturn.js +1 -2
- package/src/Strategy/Interface/IPlusMinusModule.js +1 -2
- package/src/Strategy/Interface/IScheduleModule.js +1 -2
- package/src/Strategy/Interface/IShortcutModule.js +1 -2
- package/src/Strategy/Interface/ISmartEditModule.js +1 -2
- package/src/Strategy/LayoutModule.js +37 -33
- package/src/Strategy/{QueryModule.d.ts → NamedQueryModule.d.ts} +7 -8
- package/src/Strategy/NamedQueryModule.js +88 -0
- package/src/Strategy/NotesModule.js +3 -8
- package/src/Strategy/PlusMinusModule.js +24 -27
- package/src/Strategy/QuickSearchModule.js +5 -10
- package/src/Strategy/ScheduleModule.js +40 -45
- package/src/Strategy/SettingsPanelModule.js +4 -9
- package/src/Strategy/ShortcutModule.js +21 -26
- package/src/Strategy/SmartEditModule.js +22 -27
- package/src/Strategy/StateManagementModule.js +3 -8
- package/src/Strategy/StatusBarModule.js +3 -8
- package/src/Strategy/StyledColumnModule.js +19 -75
- package/src/Strategy/SystemStatusModule.js +5 -10
- package/src/Strategy/TeamSharingModule.js +32 -37
- package/src/Strategy/ThemeModule.js +5 -10
- package/src/Strategy/ToolPanelModule.js +8 -13
- package/src/Strategy/Utilities/Alert/getAlertBehaviourViewItems.js +5 -9
- package/src/Strategy/Utilities/Alert/getAlertPreviewViewItems.js +6 -11
- package/src/Strategy/Utilities/Alert/getAlertTypeViewItems.js +4 -8
- package/src/Strategy/Utilities/CustomSort/getCustomSortColumnViewItems.js +1 -5
- package/src/Strategy/Utilities/CustomSort/getCustomSortSortOrderViewItems.js +1 -5
- package/src/Strategy/Utilities/Export/getExportColumnsViewItems.js +1 -5
- package/src/Strategy/Utilities/Export/getExportRowsViewItems.js +1 -5
- package/src/Strategy/Utilities/FlashingCell/getFlashingCellDurationViewItems.js +1 -5
- package/src/Strategy/Utilities/FlashingCell/getFlashingCellStyleViewItems.js +3 -7
- package/src/Strategy/Utilities/FlashingCell/getFlashingTargetViewItems.js +1 -5
- package/src/Strategy/Utilities/FormatColumn/getFormatColumnSettingsViewItems.js +1 -5
- package/src/Strategy/Utilities/FormatColumn/getFormatColumnStyleViewItems.js +5 -10
- package/src/Strategy/Utilities/Layout/getLayoutFilterViewItems.js +4 -9
- package/src/Strategy/Utilities/Layout/getLayoutSortViewItems.js +1 -5
- package/src/Strategy/Utilities/Shortcut/getShortcutSettingsViewItems.js +1 -5
- package/src/Strategy/Utilities/getExpressionViewItems.js +1 -5
- package/src/Strategy/Utilities/getObjectTagsViewItems.js +7 -12
- package/src/Strategy/Utilities/getRuleViewItems.js +1 -5
- package/src/Strategy/Utilities/getScopeViewItems.js +1 -5
- package/src/Strategy/Utilities/updateSingleToMultiplePredicates.js +1 -5
- package/src/Utilities/Cancelable.js +1 -2
- package/src/Utilities/Constants/ConfigConstants.js +9 -12
- package/src/Utilities/Constants/DocumentationLinkConstants.js +14 -17
- package/src/Utilities/Constants/GeneralConstants.d.ts +3 -0
- package/src/Utilities/Constants/GeneralConstants.js +70 -71
- package/src/Utilities/Constants/ModuleConstants.d.ts +11 -6
- package/src/Utilities/Constants/ModuleConstants.js +118 -116
- package/src/Utilities/Defaults/DefaultAdaptableOptions.js +59 -51
- package/src/Utilities/Defaults/DefaultSettingsPanel.d.ts +1 -1
- package/src/Utilities/Defaults/DefaultSettingsPanel.js +5 -7
- package/src/Utilities/Emitter.d.ts +2 -2
- package/src/Utilities/Emitter.js +3 -5
- package/src/Utilities/ExpressionFunctions/aggregatedBooleanExpressionFunctions.d.ts +3 -3
- package/src/Utilities/ExpressionFunctions/aggregatedBooleanExpressionFunctions.js +20 -24
- package/src/Utilities/ExpressionFunctions/aggregatedScalarExpressionFunctions.d.ts +3 -3
- package/src/Utilities/ExpressionFunctions/aggregatedScalarExpressionFunctions.js +51 -54
- package/src/Utilities/ExpressionFunctions/booleanExpressionFunctions.d.ts +2 -1
- package/src/Utilities/ExpressionFunctions/booleanExpressionFunctions.js +119 -31
- package/src/Utilities/ExpressionFunctions/dateUtils.d.ts +1 -0
- package/src/Utilities/ExpressionFunctions/dateUtils.js +10 -5
- package/src/Utilities/ExpressionFunctions/deepMap.d.ts +3 -3
- package/src/Utilities/ExpressionFunctions/deepMap.js +8 -12
- package/src/Utilities/ExpressionFunctions/expressionFunctionUtils.d.ts +1 -1
- package/src/Utilities/ExpressionFunctions/expressionFunctionUtils.js +39 -57
- package/src/Utilities/ExpressionFunctions/groupingMap.d.ts +7 -7
- package/src/Utilities/ExpressionFunctions/groupingMap.js +3 -7
- package/src/Utilities/ExpressionFunctions/observableExpressionFunctions.d.ts +1 -1
- package/src/Utilities/ExpressionFunctions/observableExpressionFunctions.js +66 -70
- package/src/Utilities/ExpressionFunctions/scalarAggregationHelper.d.ts +7 -7
- package/src/Utilities/ExpressionFunctions/scalarAggregationHelper.js +3 -7
- package/src/Utilities/ExpressionFunctions/scalarExpressionFunctions.d.ts +1 -1
- package/src/Utilities/ExpressionFunctions/scalarExpressionFunctions.js +64 -58
- package/src/Utilities/Extensions/ArrayExtensions.js +39 -73
- package/src/Utilities/Extensions/EnumExtensions.js +14 -21
- package/src/Utilities/Extensions/NumberExtensions.js +4 -9
- package/src/Utilities/Extensions/ObjectExtensions.d.ts +1 -0
- package/src/Utilities/Extensions/ObjectExtensions.js +5 -7
- package/src/Utilities/Extensions/StringExtensions.js +23 -46
- package/src/Utilities/Extensions/TypeExtensions.d.ts +8 -8
- package/src/Utilities/Extensions/TypeExtensions.js +1 -5
- package/src/Utilities/Helpers/AdaptableHelper.js +59 -66
- package/src/Utilities/Helpers/DateHelper.js +18 -28
- package/src/Utilities/Helpers/FormatHelper.js +10 -18
- package/src/Utilities/Helpers/Helper.js +28 -50
- package/src/Utilities/Helpers/PreviewHelper.js +10 -16
- package/src/Utilities/Helpers/StyleHelper.js +11 -20
- package/src/Utilities/Interface/AdaptableToolPanelContext.js +1 -2
- package/src/Utilities/Interface/{ColumnFilterContext.d.ts → ColumnFilterProps.d.ts} +1 -1
- package/src/Utilities/Interface/ColumnFilterProps.js +1 -0
- package/src/Utilities/Interface/IPPStyle.js +1 -2
- package/src/Utilities/Interface/KeyValuePair.js +1 -2
- package/src/Utilities/Interface/MessagePopups.js +1 -2
- package/src/Utilities/Interface/Preview.js +1 -2
- package/src/Utilities/MenuItem.js +4 -11
- package/src/Utilities/ObjectFactory.d.ts +1 -2
- package/src/Utilities/ObjectFactory.js +125 -168
- package/src/Utilities/Services/AggregatedScalarLiveValue.js +3 -7
- package/src/Utilities/Services/AlertService.js +11 -16
- package/src/Utilities/Services/CalculatedColumnExpressionService.js +9 -13
- package/src/Utilities/Services/ChartingService.js +10 -15
- package/src/Utilities/Services/DataService.js +8 -13
- package/src/Utilities/Services/EntitlementService.d.ts +0 -1
- package/src/Utilities/Services/EntitlementService.js +1 -13
- package/src/Utilities/Services/Fdc3Service.js +7 -11
- package/src/Utilities/Services/Interface/IAdaptableService.js +1 -2
- package/src/Utilities/Services/Interface/IAlertService.d.ts +3 -3
- package/src/Utilities/Services/Interface/IAlertService.js +3 -8
- package/src/Utilities/Services/Interface/ICalculatedColumnExpressionService.js +1 -2
- package/src/Utilities/Services/Interface/IChartingService.js +1 -2
- package/src/Utilities/Services/Interface/IDataService.js +1 -2
- package/src/Utilities/Services/Interface/IEntitlementService.d.ts +0 -6
- package/src/Utilities/Services/Interface/IEntitlementService.js +1 -2
- package/src/Utilities/Services/Interface/ILicenseService.js +1 -2
- package/src/Utilities/Services/Interface/IMetamodelService.d.ts +1 -1
- package/src/Utilities/Services/Interface/IMetamodelService.js +1 -2
- package/src/Utilities/Services/Interface/IModuleService.js +1 -2
- package/src/Utilities/Services/Interface/IQueryLanguageService.js +1 -2
- package/src/Utilities/Services/Interface/IReportService.d.ts +2 -2
- package/src/Utilities/Services/Interface/IReportService.js +1 -2
- package/src/Utilities/Services/Interface/IRowEditService.js +1 -2
- package/src/Utilities/Services/Interface/ITeamSharingService.js +1 -2
- package/src/Utilities/Services/Interface/IThemeService.js +1 -2
- package/src/Utilities/Services/Interface/IValidationService.js +1 -2
- package/src/Utilities/Services/LicenseService/index.js +181 -1
- package/src/Utilities/Services/LicenseService/shouldLogThankYouMessage.js +1 -5
- package/src/Utilities/Services/MetamodelService.js +13 -18
- package/src/Utilities/Services/ModuleService.d.ts +1 -0
- package/src/Utilities/Services/ModuleService.js +17 -16
- package/src/Utilities/Services/QueryLanguageService.js +24 -29
- package/src/Utilities/Services/ReportService.d.ts +2 -2
- package/src/Utilities/Services/ReportService.js +60 -55
- package/src/Utilities/Services/RowEditService.js +1 -5
- package/src/Utilities/Services/TeamSharingService.js +6 -11
- package/src/Utilities/Services/ThemeService.js +1 -5
- package/src/Utilities/Services/ValidationService.js +10 -15
- package/src/Utilities/getScrollbarSize.js +1 -3
- package/src/Utilities/isAdaptableObject.js +1 -5
- package/src/Utilities/isMacLike.js +1 -5
- package/src/Utilities/license/LicenseDetails.d.ts +1 -1
- package/src/Utilities/license/LicenseDetails.js +1 -2
- package/src/Utilities/license/decode.js +65 -1
- package/src/Utilities/license/hashing.js +43 -1
- package/src/Utilities/logDeprecation.d.ts +5 -3
- package/src/Utilities/logDeprecation.js +3 -9
- package/src/Utilities/reorder.js +1 -5
- package/src/Utilities/runIfNotResolvedIn.js +1 -5
- package/src/Utilities/sortWithOrder.js +1 -5
- package/src/Utilities/waitForCondition.js +1 -5
- package/src/Utilities/waitForTimeout.js +1 -5
- package/src/View/AdaptableContext.js +5 -9
- package/src/View/AdaptablePopover/index.d.ts +1 -0
- package/src/View/AdaptablePopover/index.js +18 -23
- package/src/View/AdaptableView.js +30 -35
- package/src/View/AdaptableViewFactory.js +67 -69
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/AdaptableConfig.js +1 -2
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/AdaptableOptionsForm.js +25 -30
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ColumnsList.js +42 -44
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/Components/FormBox.js +4 -9
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizard.js +21 -26
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizardColumnsStep.js +4 -9
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/EntitlementsForm.js +26 -29
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/FinanceForm/FinanceForm.js +1 -2
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/GridOptionsForm.js +17 -20
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsActionColumnsForm.js +8 -13
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsSidebarForm.js +16 -21
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsStatusbarForm.js +24 -29
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UiOptionsForm.js +18 -23
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/index.js +2 -4
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/useSelection.js +3 -5
- package/src/View/AdaptableWizardView/Utils.js +1 -5
- package/src/View/AdaptableWizardView/Wizard.js +20 -26
- package/src/View/AdaptableWizardView/helper.js +4 -10
- package/src/View/AdaptableWizardView/index.js +7 -10
- package/src/View/Alert/ActiveAlertsPanel.js +9 -14
- package/src/View/Alert/ActiveAlertsPanelItemLabel.js +10 -15
- package/src/View/Alert/AlertEmptyView.js +5 -10
- package/src/View/Alert/AlertEntityRow.js +13 -18
- package/src/View/Alert/AlertStatusSubPanel.js +13 -18
- package/src/View/Alert/AlertViewPanel.js +17 -21
- package/src/View/Alert/AlertsPanel.js +24 -29
- package/src/View/Alert/Utilities/getAlertButtonStyle.js +6 -11
- package/src/View/Alert/Utilities/getAlertType.js +4 -9
- package/src/View/Alert/Utilities/getAvailablePredicates.js +2 -6
- package/src/View/Alert/Utilities/getDefaultAlertDefinition.js +8 -13
- package/src/View/Alert/Utilities/mapAlertDefinition.js +1 -5
- package/src/View/Alert/Wizard/AlertBehaviourWizardSection.d.ts +1 -1
- package/src/View/Alert/Wizard/AlertBehaviourWizardSection.js +60 -51
- package/src/View/Alert/Wizard/AlertButtonsEditor.d.ts +1 -1
- package/src/View/Alert/Wizard/AlertButtonsEditor.js +49 -57
- package/src/View/Alert/Wizard/AlertMessageWizardSection.d.ts +1 -1
- package/src/View/Alert/Wizard/AlertMessageWizardSection.js +31 -37
- package/src/View/Alert/Wizard/AlertNotificationWizardSection.d.ts +1 -1
- package/src/View/Alert/Wizard/AlertNotificationWizardSection.js +40 -46
- package/src/View/Alert/Wizard/AlertRulesWizardSection.d.ts +1 -1
- package/src/View/Alert/Wizard/AlertRulesWizardSection.js +23 -30
- package/src/View/Alert/Wizard/AlertScopeWizardSection.d.ts +1 -1
- package/src/View/Alert/Wizard/AlertScopeWizardSection.js +9 -14
- package/src/View/Alert/Wizard/AlertSelectQueryWizard.js +14 -19
- package/src/View/Alert/Wizard/AlertTypeWizardSection.d.ts +1 -1
- package/src/View/Alert/Wizard/AlertTypeWizardSection.js +19 -25
- package/src/View/Alert/Wizard/AlertWizard.js +61 -66
- package/src/View/Alert/Wizard/BaseAlertScopeWizardSection.js +14 -19
- package/src/View/Alert/Wizard/isValidAlertRules.js +4 -8
- package/src/View/BulkUpdate/BulkUpdatePopup.js +33 -43
- package/src/View/BulkUpdate/BulkUpdateViewPanel.js +28 -32
- package/src/View/CalculatedColumn/CalculatedColumnSummary.d.ts +1 -1
- package/src/View/CalculatedColumn/CalculatedColumnSummary.js +17 -22
- package/src/View/CalculatedColumn/Utilities/getCalculatedColumnSettingsTags.js +1 -5
- package/src/View/CalculatedColumn/Wizard/CalculatedColumnDefinitionWizardSection.d.ts +1 -1
- package/src/View/CalculatedColumn/Wizard/CalculatedColumnDefinitionWizardSection.js +36 -43
- package/src/View/CalculatedColumn/Wizard/CalculatedColumnExpressionWizardSection.d.ts +1 -1
- package/src/View/CalculatedColumn/Wizard/CalculatedColumnExpressionWizardSection.js +21 -28
- package/src/View/CalculatedColumn/Wizard/CalculatedColumnSettingsWizardSection.d.ts +1 -1
- package/src/View/CalculatedColumn/Wizard/CalculatedColumnSettingsWizardSection.js +40 -56
- package/src/View/CalculatedColumn/Wizard/CalculatedColumnTypeSection.d.ts +1 -1
- package/src/View/CalculatedColumn/Wizard/CalculatedColumnTypeSection.js +13 -18
- package/src/View/CalculatedColumn/Wizard/CalculatedColumnWizard.d.ts +1 -1
- package/src/View/CalculatedColumn/Wizard/CalculatedColumnWizard.js +51 -56
- package/src/View/CalculatedColumn/utils.js +1 -5
- package/src/View/CellSummary/CellSummaryDetails.js +6 -11
- package/src/View/CellSummary/CellSummaryPopover.js +4 -9
- package/src/View/CellSummary/CellSummaryPopup.js +8 -12
- package/src/View/CellSummary/CellSummaryStatusBarSubPanelPopover.js +11 -12
- package/src/View/CellSummary/CellSummaryStatusPanel.js +11 -16
- package/src/View/CellSummary/CellSummaryViewPanel.js +24 -28
- package/src/View/Charting/ChartingStatusBarPopover.js +12 -17
- package/src/View/Charting/ChartingViewPanel.js +13 -18
- package/src/View/Charting/ChartingWizard/AgChargingWizard/AgChargingWizard.js +18 -23
- package/src/View/Charting/ChartingWizard/AgChargingWizard/PreviewChartSection.js +9 -14
- package/src/View/Charting/ChartingWizard/AgChargingWizard/SettingsSection.js +16 -22
- package/src/View/Charting/ChartingWizard/AgChargingWizard/index.js +1 -4
- package/src/View/Charting/ChartingWizard/ChartingWizard.js +10 -14
- package/src/View/Charting/ChartingWizard/ExternalChartingWizard/ExternalChartingWizard.js +13 -18
- package/src/View/Charting/ChartingWizard/ExternalChartingWizard/SettingsSection.js +8 -14
- package/src/View/Charting/ChartingWizard/ExternalChartingWizard/index.js +1 -4
- package/src/View/Charting/ChartingWizard/index.js +1 -4
- package/src/View/Charting/DeleteChartButton.js +6 -11
- package/src/View/Charting/EditChartButton.js +8 -13
- package/src/View/Charting/ShowChartButton.js +21 -26
- package/src/View/Charting/useAgChartState.js +7 -12
- package/src/View/Charting/useChartingElements.js +26 -31
- package/src/View/Charting/useExternalChartState.js +7 -12
- package/src/View/ColumnInfo/ColumnInfo.js +41 -47
- package/src/View/ColumnInfo/ColumnInfoPopup.js +8 -13
- package/src/View/Components/AdaptableButton/index.js +8 -13
- package/src/View/Components/AdaptableDateInput/index.d.ts +2 -2
- package/src/View/Components/AdaptableDateInput/index.js +13 -15
- package/src/View/Components/AdaptableIconComponent/index.js +6 -11
- package/src/View/Components/AdaptableIconComponent/useCustomIcon.js +3 -7
- package/src/View/Components/AdaptableIconSelector/index.js +6 -11
- package/src/View/Components/AdaptableInput/index.d.ts +1 -1
- package/src/View/Components/AdaptableInput/index.js +8 -11
- package/src/View/Components/AdaptableObjectCollection/index.js +6 -11
- package/src/View/Components/AdaptableObjectList/AdaptableObjectCompactList.js +27 -33
- package/src/View/Components/AdaptableObjectList/AdaptableObjectList.js +40 -47
- package/src/View/Components/AdaptableObjectList/index.js +1 -5
- package/src/View/Components/AdaptableObjectRow/index.js +7 -12
- package/src/View/Components/Badge/index.js +6 -11
- package/src/View/Components/Buttons/ButtonApply.js +4 -9
- package/src/View/Components/Buttons/ButtonBase/index.d.ts +1 -1
- package/src/View/Components/Buttons/ButtonBase/index.js +5 -10
- package/src/View/Components/Buttons/ButtonClear.js +4 -9
- package/src/View/Components/Buttons/ButtonClone.js +4 -9
- package/src/View/Components/Buttons/ButtonClose.js +4 -9
- package/src/View/Components/Buttons/ButtonConfigure.js +4 -9
- package/src/View/Components/Buttons/ButtonDelete.d.ts +1 -1
- package/src/View/Components/Buttons/ButtonDelete.js +8 -11
- package/src/View/Components/Buttons/ButtonEdit.js +4 -9
- package/src/View/Components/Buttons/ButtonExpand.js +4 -9
- package/src/View/Components/Buttons/ButtonExport.js +4 -9
- package/src/View/Components/Buttons/ButtonFunction.js +4 -9
- package/src/View/Components/Buttons/ButtonGeneral.js +4 -9
- package/src/View/Components/Buttons/ButtonInfo.js +4 -9
- package/src/View/Components/Buttons/ButtonInvalid.js +4 -9
- package/src/View/Components/Buttons/ButtonLogin.js +4 -9
- package/src/View/Components/Buttons/ButtonLogout.js +4 -9
- package/src/View/Components/Buttons/ButtonMaximise.js +4 -9
- package/src/View/Components/Buttons/ButtonMinimise.js +4 -9
- package/src/View/Components/Buttons/ButtonNew.js +4 -9
- package/src/View/Components/Buttons/ButtonNewPage.js +4 -9
- package/src/View/Components/Buttons/ButtonOpen.d.ts +5 -0
- package/src/View/Components/Buttons/ButtonOpen.js +7 -0
- package/src/View/Components/Buttons/ButtonPause.js +4 -9
- package/src/View/Components/Buttons/ButtonPlay.js +5 -10
- package/src/View/Components/Buttons/ButtonPreviewDelete.js +4 -7
- package/src/View/Components/Buttons/ButtonSave.js +4 -9
- package/src/View/Components/Buttons/ButtonSchedule.js +4 -9
- package/src/View/Components/Buttons/ButtonShare.js +8 -12
- package/src/View/Components/Buttons/ButtonShow.js +4 -9
- package/src/View/Components/Buttons/ButtonShowChart.js +4 -9
- package/src/View/Components/Buttons/ButtonStop.js +4 -9
- package/src/View/Components/Buttons/ButtonUndo.js +4 -9
- package/src/View/Components/Buttons/ButtonUnsuspend.d.ts +8 -0
- package/src/View/Components/Buttons/ButtonUnsuspend.js +17 -0
- package/src/View/Components/Buttons/EntityListActionButtons.js +14 -19
- package/src/View/Components/Buttons/SuspendToggleButton/SuspendToggleButton.js +4 -8
- package/src/View/Components/Buttons/SuspendToggleButton/index.js +1 -4
- package/src/View/Components/CellPopup/index.d.ts +1 -1
- package/src/View/Components/CellPopup/index.js +10 -14
- package/src/View/Components/ColumnSelector/index.d.ts +1 -1
- package/src/View/Components/ColumnSelector/index.js +7 -12
- package/src/View/Components/EntityRowItem.js +2 -7
- package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/EntityRulePredicateEditor.js +18 -23
- package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/EntityRulePredicatesEditor.js +27 -32
- package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/index.js +1 -5
- package/src/View/Components/EntityRulesEditor/Utilities.js +1 -5
- package/src/View/Components/EntityRulesEditor/index.d.ts +2 -2
- package/src/View/Components/EntityRulesEditor/index.js +45 -42
- package/src/View/Components/ExpressionWizard.js +17 -22
- package/src/View/Components/ExternalRenderer.d.ts +1 -1
- package/src/View/Components/ExternalRenderer.js +6 -10
- package/src/View/Components/FilterForm/FilterForm.d.ts +2 -2
- package/src/View/Components/FilterForm/FilterForm.js +82 -87
- package/src/View/Components/FilterForm/ListBoxFilterForm.js +30 -35
- package/src/View/Components/FilterForm/ListBoxMenu.js +8 -13
- package/src/View/Components/FilterForm/QuickFilterForm.d.ts +2 -2
- package/src/View/Components/FilterForm/QuickFilterForm.js +52 -57
- package/src/View/Components/FilterForm/QuickFilterValues.d.ts +2 -2
- package/src/View/Components/FilterForm/QuickFilterValues.js +27 -32
- package/src/View/Components/FilterForm/Waiting.d.ts +1 -1
- package/src/View/Components/FilterForm/Waiting.js +10 -14
- package/src/View/Components/FilterForm/getDefaultColumnFilterPredicate.js +1 -5
- package/src/View/Components/Forms/AdaptableFormControlTextClear.d.ts +1 -1
- package/src/View/Components/Forms/AdaptableFormControlTextClear.js +10 -14
- package/src/View/Components/ListBox/DualListBoxEditor.js +53 -58
- package/src/View/Components/ListBox/ListBoxFilterSortComponent.js +10 -15
- package/src/View/Components/ModuleProfile.js +4 -9
- package/src/View/Components/ModuleSummary/ModuleDetail.js +6 -11
- package/src/View/Components/ModuleSummary/ModuleHeader.js +8 -13
- package/src/View/Components/ModuleSummary/SummaryRowItem.js +4 -9
- package/src/View/Components/ModuleValueSelector/index.js +15 -19
- package/src/View/Components/NewScopeComponent.js +45 -52
- package/src/View/Components/Panels/FilterFormPanel.d.ts +1 -1
- package/src/View/Components/Panels/FilterFormPanel.js +23 -28
- package/src/View/Components/Panels/PanelDashboard/index.js +4 -9
- package/src/View/Components/Panels/PanelFooter.js +8 -13
- package/src/View/Components/Panels/PanelToolPanel/index.js +16 -20
- package/src/View/Components/Panels/PanelWithButton.js +16 -21
- package/src/View/Components/Panels/PanelWithImage.js +16 -20
- package/src/View/Components/Panels/PanelWithRow.js +7 -12
- package/src/View/Components/Panels/PanelWithTwoButtons.js +7 -12
- package/src/View/Components/Panels/ToolPanelSettingsPanel.js +6 -11
- package/src/View/Components/PermittedValuesSelector/PermitedValuesSelector.js +16 -21
- package/src/View/Components/PermittedValuesSelector/index.js +1 -5
- package/src/View/Components/Popups/AdaptableLoadingScreen.js +6 -11
- package/src/View/Components/Popups/AdaptablePopup/AdaptablePopup.js +26 -31
- package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupBody.js +7 -12
- package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupDialog.js +21 -25
- package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupModuleView.js +24 -29
- package/src/View/Components/Popups/AdaptablePopup/CustomSettingsPanelView.js +4 -9
- package/src/View/Components/Popups/AdaptablePopup/Navigation.js +11 -16
- package/src/View/Components/Popups/AdaptablePopup/PopupContext.js +3 -8
- package/src/View/Components/Popups/AdaptablePopup/PopupPanel.js +12 -17
- package/src/View/Components/Popups/AdaptablePopup/TopBar.js +12 -17
- package/src/View/Components/Popups/AdaptablePopup/index.js +1 -5
- package/src/View/Components/Popups/AdaptablePopup/useMenuItems.js +10 -15
- package/src/View/Components/Popups/AdaptablePopupAlert.js +24 -38
- package/src/View/Components/Popups/AdaptablePopupConfirmation.js +25 -30
- package/src/View/Components/Popups/AdaptablePopupPrompt.js +18 -23
- package/src/View/Components/Popups/AdaptablePopupTeamSharing.js +26 -31
- package/src/View/Components/Popups/AdaptableToaster.js +13 -18
- package/src/View/Components/Popups/FormPopups/FormPopups.js +19 -25
- package/src/View/Components/Popups/Utilities.js +10 -17
- package/src/View/Components/Popups/WindowPopups/WindowPopups.js +23 -27
- package/src/View/Components/Popups/WindowPopups/windowFactory.d.ts +1 -1
- package/src/View/Components/Popups/WindowPopups/windowFactory.js +13 -16
- package/src/View/Components/PredicateEditor/PredicateEditor.js +28 -33
- package/src/View/Components/PreviewResultsPanel.js +13 -18
- package/src/View/Components/RangesComponent.js +57 -59
- package/src/View/Components/ScopeComponent.js +23 -28
- package/src/View/Components/Selectors/ColumnSelector.d.ts +12 -17
- package/src/View/Components/Selectors/ColumnSelector.js +24 -48
- package/src/View/Components/Selectors/ColumnSelectorOld.d.ts +18 -0
- package/src/View/Components/Selectors/ColumnSelectorOld.js +46 -0
- package/src/View/Components/Selectors/ColumnValueSelector.d.ts +4 -23
- package/src/View/Components/Selectors/ColumnValueSelector.js +38 -135
- package/src/View/Components/Selectors/PermittedValuesSelector.d.ts +13 -0
- package/src/View/Components/Selectors/PermittedValuesSelector.js +46 -0
- package/src/View/Components/SharedProps/BaseProps.js +1 -2
- package/src/View/Components/SharedProps/ConfigEntityRowProps.js +1 -2
- package/src/View/Components/SharedProps/EditableConfigEntityState.js +2 -5
- package/src/View/Components/SharedProps/ModuleSummaryProps.js +1 -2
- package/src/View/Components/SharedProps/ModuleViewPopupProps.js +1 -2
- package/src/View/Components/SharedProps/ToolPanelModuleViewPopupProps.js +1 -2
- package/src/View/Components/SharedProps/ToolbarModuleViewPopupProps.js +1 -2
- package/src/View/Components/SharedProps/ViewPanelProps.js +1 -2
- package/src/View/Components/SharedProps/WizardScopeState.js +1 -2
- package/src/View/Components/StyleComponent.d.ts +2 -3
- package/src/View/Components/StyleComponent.js +85 -93
- package/src/View/Components/StyleVisualItem.js +9 -14
- package/src/View/Components/TagValueSelector/index.js +9 -15
- package/src/View/Components/ToolPanel/AdaptableToolPanel.d.ts +1 -1
- package/src/View/Components/ToolPanel/AdaptableToolPanel.js +39 -44
- package/src/View/Components/ToolPanel/CustomToolPanelContent.js +13 -18
- package/src/View/Components/ToolPanel/ToolPanelPopup.d.ts +1 -1
- package/src/View/Components/ToolPanel/ToolPanelPopup.js +24 -28
- package/src/View/Components/ToolPanel/ToolPanelWrapper.d.ts +1 -1
- package/src/View/Components/ToolPanel/ToolPanelWrapper.js +16 -21
- package/src/View/Components/ValueSelector/index.d.ts +2 -2
- package/src/View/Components/ValueSelector/index.js +47 -53
- package/src/View/Components/WizardSummaryPage.js +7 -12
- package/src/View/Components/WizardSummaryRow.js +6 -11
- package/src/View/CustomSort/CustomSortSummary.js +32 -37
- package/src/View/CustomSort/Wizard/CustomSortColumnWizardSection.d.ts +1 -1
- package/src/View/CustomSort/Wizard/CustomSortColumnWizardSection.js +17 -24
- package/src/View/CustomSort/Wizard/CustomSortSummaryWizard.js +4 -9
- package/src/View/CustomSort/Wizard/CustomSortValuesWizardSection.d.ts +1 -1
- package/src/View/CustomSort/Wizard/CustomSortValuesWizardSection.js +29 -36
- package/src/View/CustomSort/Wizard/CustomSortWizard.js +32 -37
- package/src/View/Dashboard/CustomDashboardButton.js +7 -12
- package/src/View/Dashboard/CustomToolbar.js +19 -25
- package/src/View/Dashboard/Dashboard.js +38 -42
- package/src/View/Dashboard/DashboardPopup.js +34 -41
- package/src/View/Dashboard/DashboardToolbarFactory.js +16 -18
- package/src/View/Dashboard/DashboardViewPanel.js +10 -14
- package/src/View/Dashboard/ModuleToolbarWrapper.js +8 -13
- package/src/View/Dashboard/PinnedDashboard.js +14 -16
- package/src/View/Dashboard/PinnedToolbarsSelector.js +15 -25
- package/src/View/DataChangeHistory/DataChangeHistoryGrid.js +19 -22
- package/src/View/DataChangeHistory/DataChangeHistoryPopup.js +34 -38
- package/src/View/DataChangeHistory/DataChangeHistoryStatusBarContent.js +4 -9
- package/src/View/DataChangeHistory/DataChangeHistoryViewPanel.js +36 -41
- package/src/View/DataChangeHistory/buildActionColumnButton.js +1 -5
- package/src/View/DataImport/DataImportPopup.js +12 -17
- package/src/View/DataImport/DataImportWizard/DataImportWizard.d.ts +1 -1
- package/src/View/DataImport/DataImportWizard/DataImportWizard.js +25 -30
- package/src/View/DataImport/DataImportWizard/index.js +1 -4
- package/src/View/DataImport/DataImportWizard/sections/ColumnsSection.js +29 -34
- package/src/View/DataImport/DataImportWizard/sections/DataPreview.js +21 -26
- package/src/View/DataImport/DataImportWizard/sections/ImportSection.js +18 -23
- package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadFileSection.js +5 -10
- package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadSection.d.ts +1 -1
- package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadSection.js +17 -22
- package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadTextSection.js +6 -11
- package/src/View/DataImport/DataImportWizard/sections/UploadSection/index.js +1 -4
- package/src/View/DataImport/DataImportWizard/sections/ValidationSection.js +18 -23
- package/src/View/DataImport/systemFileHandlers.js +5 -9
- package/src/View/DataSet/DataSetSelector.js +6 -11
- package/src/View/DataSet/DataSetStatusPanelPopover.js +6 -11
- package/src/View/DataSet/DataSetViewPanel.d.ts +1 -1
- package/src/View/DataSet/DataSetViewPanel.js +12 -15
- package/src/View/Export/ExportSelector.js +13 -18
- package/src/View/Export/ExportTablePopup.js +7 -12
- package/src/View/Export/ExportViewPanel.d.ts +1 -1
- package/src/View/Export/ExportViewPanel.js +50 -51
- package/src/View/Export/ReportExportDropdown.js +16 -21
- package/src/View/Export/Wizard/NewReportWizard.js +32 -37
- package/src/View/Export/Wizard/ReportColumnTypeWizard.js +14 -19
- package/src/View/Export/Wizard/ReportColumnsWizardSection.d.ts +1 -1
- package/src/View/Export/Wizard/ReportColumnsWizardSection.js +28 -35
- package/src/View/Export/Wizard/ReportNameWizardSection.d.ts +1 -1
- package/src/View/Export/Wizard/ReportNameWizardSection.js +21 -28
- package/src/View/Export/Wizard/ReportRowTypeWizard.js +14 -19
- package/src/View/Export/Wizard/ReportRowsWizardSection.d.ts +1 -1
- package/src/View/Export/Wizard/ReportRowsWizardSection.js +31 -38
- package/src/View/Export/Wizard/ReportScopeWizard.js +9 -14
- package/src/View/Export/Wizard/ReportSettingsWizard.js +18 -23
- package/src/View/Export/Wizard/ReportSummaryWizard.js +4 -9
- package/src/View/Export/constants.js +2 -5
- package/src/View/Filter/ActiveFiltersPanel.js +9 -14
- package/src/View/Filter/FilterStatusBarSubPanelPopover.js +4 -9
- package/src/View/Filter/FilterSummary.d.ts +1 -1
- package/src/View/Filter/FilterSummary.js +20 -25
- package/src/View/Filter/FilterViewPanel.d.ts +1 -1
- package/src/View/Filter/FilterViewPanel.js +29 -33
- package/src/View/FlashingCell/FlashingCellStyle.js +10 -14
- package/src/View/FlashingCell/Wizard/FlashingCellRulesWizardSection.js +14 -20
- package/src/View/FlashingCell/Wizard/FlashingCellScopeWizardSection.d.ts +1 -1
- package/src/View/FlashingCell/Wizard/FlashingCellScopeWizardSection.js +10 -15
- package/src/View/FlashingCell/Wizard/FlashingCellSettingsWizardSection.d.ts +1 -1
- package/src/View/FlashingCell/Wizard/FlashingCellSettingsWizardSection.js +36 -42
- package/src/View/FlashingCell/Wizard/FlashingCellStyleWizardSection.d.ts +1 -1
- package/src/View/FlashingCell/Wizard/FlashingCellStyleWizardSection.js +28 -34
- package/src/View/FlashingCell/Wizard/FlashingCellWizard.js +49 -54
- package/src/View/FlashingCell/Wizard/isValidFlashingCellRules.js +4 -8
- package/src/View/FormatColumn/FormatColumnSummary.js +27 -32
- package/src/View/FormatColumn/MoveFormatColumn.js +10 -15
- package/src/View/FormatColumn/Wizard/FormatColumnFormatWizardSection.d.ts +1 -1
- package/src/View/FormatColumn/Wizard/FormatColumnFormatWizardSection.js +153 -160
- package/src/View/FormatColumn/Wizard/FormatColumnRuleWizardSection.d.ts +1 -1
- package/src/View/FormatColumn/Wizard/FormatColumnRuleWizardSection.js +6 -11
- package/src/View/FormatColumn/Wizard/FormatColumnScopeWizardSection.d.ts +1 -1
- package/src/View/FormatColumn/Wizard/FormatColumnScopeWizardSection.js +10 -16
- package/src/View/FormatColumn/Wizard/FormatColumnSettingsWizardSection.d.ts +1 -1
- package/src/View/FormatColumn/Wizard/FormatColumnSettingsWizardSection.js +30 -36
- package/src/View/FormatColumn/Wizard/FormatColumnStyleWizardSection.d.ts +1 -1
- package/src/View/FormatColumn/Wizard/FormatColumnStyleWizardSection.js +17 -25
- package/src/View/FormatColumn/Wizard/FormatColumnWizard.js +51 -54
- package/src/View/FormatColumn/Wizard/constants.js +1 -4
- package/src/View/FreeTextColumn/FreeTextColumnSummary.js +27 -32
- package/src/View/FreeTextColumn/Wizard/FreeTextColumnSettingsWizardSection.d.ts +1 -1
- package/src/View/FreeTextColumn/Wizard/FreeTextColumnSettingsWizardSection.js +53 -70
- package/src/View/FreeTextColumn/Wizard/FreeTextColumnWizard.js +26 -31
- package/src/View/GridFilter/GridFilterExpressionEditor.d.ts +5 -0
- package/src/View/GridFilter/GridFilterExpressionEditor.js +109 -0
- package/src/View/GridFilter/GridFilterPopup.d.ts +2 -0
- package/src/View/GridFilter/GridFilterPopup.js +42 -0
- package/src/View/GridFilter/GridFilterStatusbar.d.ts +2 -0
- package/src/View/GridFilter/GridFilterStatusbar.js +16 -0
- package/src/View/GridFilter/GridFilterViewPanel.d.ts +5 -0
- package/src/View/GridFilter/GridFilterViewPanel.js +64 -0
- package/src/View/{Query/ExpandedQueryPopup.d.ts → GridFilter/GridFilterWindowPopup.d.ts} +1 -1
- package/src/View/GridFilter/GridFilterWindowPopup.js +5 -0
- package/src/View/GridFilter/NamedQuerySelector.d.ts +16 -0
- package/src/View/GridFilter/NamedQuerySelector.js +50 -0
- package/src/View/GridFilter/useGridFilterExpressionEditor.d.ts +24 -0
- package/src/View/GridFilter/useGridFilterExpressionEditor.js +123 -0
- package/src/View/GridFilter/useGridFilterOptionsForExpressionEditor.d.ts +4 -0
- package/src/View/GridFilter/useGridFilterOptionsForExpressionEditor.js +27 -0
- package/src/View/GridInfo/GridInfoPopup/AdaptableObjectsSummary.js +11 -16
- package/src/View/GridInfo/GridInfoPopup/AdaptableOptionsComponent.js +20 -25
- package/src/View/GridInfo/GridInfoPopup/GridInfoPopup.js +35 -38
- package/src/View/GridInfo/GridInfoPopup/index.js +1 -4
- package/src/View/KeyHint.js +4 -9
- package/src/View/Layout/EditCurrentLayoutButton.js +6 -11
- package/src/View/Layout/LayoutCloneButton.js +6 -11
- package/src/View/Layout/LayoutRadioSelector.js +6 -11
- package/src/View/Layout/LayoutStatusBarSubPanelPopover.js +6 -11
- package/src/View/Layout/LayoutViewPanel.d.ts +1 -1
- package/src/View/Layout/LayoutViewPanel.js +28 -31
- package/src/View/Layout/PivotDetailsPopoup.js +7 -12
- package/src/View/Layout/SaveLayoutButton.js +14 -18
- package/src/View/Layout/Wizard/Components/ColumnLabels.js +11 -15
- package/src/View/Layout/Wizard/LayoutWizard.js +57 -52
- package/src/View/Layout/Wizard/sections/AggregationsSection.js +37 -44
- package/src/View/Layout/Wizard/sections/ColumnsSection.js +62 -68
- package/src/View/Layout/Wizard/sections/FilterSection.js +44 -53
- package/src/View/Layout/Wizard/sections/GridFilterSection.d.ts +9 -0
- package/src/View/Layout/Wizard/sections/GridFilterSection.js +37 -0
- package/src/View/Layout/Wizard/sections/PivotColumnsSection.js +21 -27
- package/src/View/Layout/Wizard/sections/RowGroupingSection.js +27 -33
- package/src/View/Layout/Wizard/sections/SettingsSection.js +29 -35
- package/src/View/Layout/Wizard/sections/SortSection.js +26 -32
- package/src/View/Layout/Wizard/sections/Utilities.js +1 -5
- package/src/View/License/LicenseWatermark.js +61 -1
- package/src/View/License/index.js +1 -5
- package/src/View/NamedQuery/EditCurrentQueryButton.d.ts +2 -0
- package/src/View/NamedQuery/EditCurrentQueryButton.js +11 -0
- package/src/View/{Query → NamedQuery}/Wizard/NamedQueryExpressionWizardSection.d.ts +1 -1
- package/src/View/NamedQuery/Wizard/NamedQueryExpressionWizardSection.js +30 -0
- package/src/View/{Query → NamedQuery}/Wizard/NamedQuerySettingsWizardSection.d.ts +1 -1
- package/src/View/NamedQuery/Wizard/NamedQuerySettingsWizardSection.js +38 -0
- package/src/View/NamedQuery/Wizard/NamedQueryWizard.js +65 -0
- package/src/View/Notes/NotesListing.js +14 -19
- package/src/View/Notes/NotesPopup.js +19 -24
- package/src/View/PlusMinus/PlusMinusSummary.js +26 -31
- package/src/View/PlusMinus/Wizard/PlusMinusRuleWizardSection.js +12 -18
- package/src/View/PlusMinus/Wizard/PlusMinusScopeWizardSection.js +6 -11
- package/src/View/PlusMinus/Wizard/PlusMinusSettingsWizardSection.js +32 -39
- package/src/View/PlusMinus/Wizard/PlusMinusWizard.js +26 -31
- package/src/View/QuickSearch/FloatingQuickSearch/FloatingQuickSearch.js +13 -18
- package/src/View/QuickSearch/QuickSearchInput.js +13 -18
- package/src/View/QuickSearch/QuickSearchPopup.js +26 -30
- package/src/View/QuickSearch/QuickSearchStatusBarContent.js +10 -15
- package/src/View/QuickSearch/QuickSearchViewPanel.js +4 -9
- package/src/View/QuickSearch/useQuickSearchDebounced.d.ts +1 -1
- package/src/View/QuickSearch/useQuickSearchDebounced.js +7 -12
- package/src/View/Schedule/Wizard/ScheduleScheduleSummary.js +8 -13
- package/src/View/Schedule/Wizard/ScheduleScheduleWizard.js +26 -32
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsGlue42.js +13 -18
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsIPushPull.js +24 -29
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsOpenFin.js +13 -18
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReminder.js +26 -28
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReport.d.ts +1 -1
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReport.js +17 -21
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsSummary.js +14 -20
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsWizard.js +20 -25
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/index.js +3 -9
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/isSettingsValid.js +17 -22
- package/src/View/Schedule/Wizard/ScheduleWizard.js +47 -52
- package/src/View/Shortcut/Wizard/ShortcutScopeWizardSection.js +6 -11
- package/src/View/Shortcut/Wizard/ShortcutSettingsWizard.js +44 -52
- package/src/View/Shortcut/Wizard/ShortcutWizard.js +36 -40
- package/src/View/Shortcut/shortcutKeys.js +1 -4
- package/src/View/Shortcut/shortcutOperations.js +6 -9
- package/src/View/SmartEdit/SmartEditPopup.js +26 -30
- package/src/View/SmartEdit/SmartEditViewPanel.js +35 -37
- package/src/View/SpecialColumnSettingsWizardStep.js +36 -38
- package/src/View/StateManagement/StateManagementPopup.js +22 -27
- package/src/View/StateManagement/StateManagementViewPanel.js +14 -19
- package/src/View/StateManagement/components/ClearButton.js +4 -9
- package/src/View/StateManagement/components/ExportDropdown.js +7 -12
- package/src/View/StateManagement/components/LoadButton.js +6 -11
- package/src/View/StateManagement/handleExportState.js +4 -9
- package/src/View/StatusBar/AdaptableStatusBar.js +14 -19
- package/src/View/StatusBar/StatusBarPanel.js +12 -16
- package/src/View/StatusBar/StatusBarPopup.js +14 -19
- package/src/View/StyledColumn/Wizard/StyledColumnBadgeSection.js +61 -59
- package/src/View/StyledColumn/Wizard/StyledColumnSparklineSettingsSection.js +144 -152
- package/src/View/StyledColumn/Wizard/StyledColumnWizard.js +46 -52
- package/src/View/StyledColumn/Wizard/StyledColumnWizardColumnSection.d.ts +1 -1
- package/src/View/StyledColumn/Wizard/StyledColumnWizardColumnSection.js +24 -29
- package/src/View/StyledColumn/Wizard/StyledColumnWizardSettingsSection.d.ts +1 -1
- package/src/View/StyledColumn/Wizard/StyledColumnWizardSettingsSection.js +21 -27
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarColumnComparisonPreview.js +9 -14
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarRangesPreview.js +7 -12
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarStylePreview.js +7 -12
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/StyledColumnBadgePreview.js +15 -20
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/StyledColumnWizardStyleSection.js +49 -64
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/index.js +1 -4
- package/src/View/StyledColumn/Wizard/StyledColumnWizardTypeSection.js +23 -36
- package/src/View/SystemStatus/SystemStatusEntityRow.js +12 -17
- package/src/View/SystemStatus/SystemStatusPopup.js +18 -22
- package/src/View/SystemStatus/SystemStatusStatusBarContent.js +8 -13
- package/src/View/SystemStatus/SystemStatusViewPanel.d.ts +1 -1
- package/src/View/SystemStatus/SystemStatusViewPanel.js +8 -12
- package/src/View/SystemStatus/Utilities/getStatusItemStyle.js +5 -10
- package/src/View/TeamSharing/SharedEntityDependencies.js +12 -18
- package/src/View/TeamSharing/SharedEntityObjectView.js +23 -30
- package/src/View/TeamSharing/TeamSharingApplyButton.js +6 -11
- package/src/View/Theme/ThemeEditor.d.ts +1 -1
- package/src/View/Theme/ThemeEditor.js +27 -32
- package/src/View/Theme/ThemeEditorWindow.js +8 -13
- package/src/View/Theme/ThemeField.js +18 -23
- package/src/View/Theme/ThemePopup.js +22 -26
- package/src/View/Theme/ThemeStatusPanelPopover.js +6 -11
- package/src/View/Theme/ThemeViewPanel.js +11 -14
- package/src/View/Theme/VariantSelector.js +8 -13
- package/src/View/UIHelper.d.ts +1 -1
- package/src/View/UIHelper.js +120 -152
- package/src/View/UIInterfaces.js +1 -2
- package/src/View/Wizard/AdaptableWizard.js +24 -30
- package/src/View/Wizard/Interface/IAdaptableWizard.js +1 -2
- package/src/View/Wizard/ObjectTagsWizardSection.d.ts +1 -1
- package/src/View/Wizard/ObjectTagsWizardSection.js +14 -20
- package/src/View/Wizard/OnePageAdaptableWizard.d.ts +1 -1
- package/src/View/Wizard/OnePageAdaptableWizard.js +32 -42
- package/src/View/Wizard/OnePageWizards.d.ts +2 -2
- package/src/View/Wizard/OnePageWizards.js +50 -59
- package/src/View/Wizard/TypeRadio.js +7 -12
- package/src/View/Wizard/WizardLegend.js +6 -11
- package/src/View/Wizard/useKeyboardNavigation.js +4 -9
- package/src/View/renderWithAdaptableContext.js +9 -14
- package/src/agGrid/ActionColumnRenderer.js +9 -15
- package/src/agGrid/Adaptable.d.ts +24 -17
- package/src/agGrid/Adaptable.js +512 -502
- package/src/agGrid/AdaptableLogger.js +15 -19
- package/src/agGrid/BadgeRenderer.js +6 -11
- package/src/agGrid/CheckboxRenderer.d.ts +5 -0
- package/src/agGrid/CheckboxRenderer.js +7 -8
- package/src/agGrid/ColumnSetupInfo.d.ts +1 -1
- package/src/agGrid/ColumnSetupInfo.js +1 -2
- package/src/agGrid/FilterWrapper.js +17 -22
- package/src/agGrid/FloatingFilterWrapper.js +12 -17
- package/src/agGrid/PercentBarRenderer.js +5 -10
- package/src/agGrid/agGridHelper.d.ts +1 -1
- package/src/agGrid/agGridHelper.js +120 -114
- package/src/agGrid/agGridMenuHelper.js +81 -69
- package/src/agGrid/attachAddaptableColumnTypes.js +4 -8
- package/src/agGrid/createAgStatusPanelComponent.js +5 -10
- package/src/agGrid/editors/AdaptableDateEditor/InternalAdaptableDateEditor.d.ts +2 -2
- package/src/agGrid/editors/AdaptableDateEditor/InternalAdaptableDateEditor.js +12 -16
- package/src/agGrid/editors/AdaptableDateEditor/index.js +19 -24
- package/src/agGrid/editors/AdaptableNumberEditor/InternalAdaptableNumberEditor.d.ts +2 -2
- package/src/agGrid/editors/AdaptableNumberEditor/InternalAdaptableNumberEditor.js +6 -10
- package/src/agGrid/editors/AdaptableNumberEditor/index.js +16 -21
- package/src/agGrid/index.js +6 -11
- package/src/agGrid/weightedAverage.js +10 -17
- package/src/components/AdaptableFormComponent/AdaptableFormComponent.js +58 -38
- package/src/components/AdaptableFormComponent/index.js +1 -4
- package/src/components/CheckBox/index.d.ts +1 -1
- package/src/components/CheckBox/index.js +13 -17
- package/src/components/CodeBlock/index.js +6 -11
- package/src/components/ColorPicker/ColorPicker.d.ts +2 -2
- package/src/components/ColorPicker/ColorPicker.js +15 -18
- package/src/components/ColorPicker/index.js +1 -4
- package/src/components/ContainerProps.d.ts +2 -2
- package/src/components/ContainerProps.js +1 -2
- package/src/components/Dashboard/Dashboard.d.ts +2 -2
- package/src/components/Dashboard/Dashboard.js +17 -22
- package/src/components/Dashboard/DashboardManager.js +4 -7
- package/src/components/Dashboard/DashboardTab.d.ts +1 -1
- package/src/components/Dashboard/DashboardTab.js +1 -5
- package/src/components/Dashboard/DashboardToolbar.d.ts +1 -1
- package/src/components/Dashboard/DashboardToolbar.js +9 -14
- package/src/components/Dashboard/index.js +3 -6
- package/src/components/Datepicker/Caption.js +15 -20
- package/src/components/Datepicker/CaptionLabel.js +16 -21
- package/src/components/Datepicker/DatepickerContext.js +4 -9
- package/src/components/Datepicker/index.d.ts +2 -2
- package/src/components/Datepicker/index.js +36 -39
- package/src/components/Dialog/index.d.ts +2 -2
- package/src/components/Dialog/index.js +29 -32
- package/src/components/Dialog/useIsOpen.js +3 -6
- package/src/components/DragAndDropContext/DragAndDropContext.js +2 -6
- package/src/components/DragAndDropContext/ModuleManager.js +13 -18
- package/src/components/DragAndDropContext/TabList.js +19 -27
- package/src/components/DragAndDropContext/UnusedPanel.js +10 -15
- package/src/components/DragAndDropContext/types.js +1 -2
- package/src/components/Drawer/index.js +2 -7
- package/src/components/Dropdown/Arrows.js +5 -8
- package/src/components/Dropdown/index.d.ts +2 -2
- package/src/components/Dropdown/index.js +18 -20
- package/src/components/DropdownButton/DropdownButtonItem.d.ts +1 -1
- package/src/components/DropdownButton/DropdownButtonItem.js +1 -2
- package/src/components/DropdownButton/index.d.ts +1 -1
- package/src/components/DropdownButton/index.js +23 -26
- package/src/components/DropdownButton/renderItem.d.ts +1 -1
- package/src/components/DropdownButton/renderItem.js +4 -7
- package/src/components/DropdownButton/useExpanded.d.ts +1 -1
- package/src/components/DropdownButton/useExpanded.js +9 -12
- package/src/components/EllipsisContainer/index.d.ts +1 -1
- package/src/components/EllipsisContainer/index.js +17 -21
- package/src/components/EmptyContent/index.d.ts +1 -1
- package/src/components/EmptyContent/index.js +8 -10
- package/src/components/ErrorBox/index.js +6 -10
- package/src/components/ExpressionEditor/BaseEditorInput.js +56 -61
- package/src/components/ExpressionEditor/EditorButton.js +8 -10
- package/src/components/ExpressionEditor/EditorContext.js +4 -8
- package/src/components/ExpressionEditor/EditorInput.js +22 -25
- package/src/components/ExpressionEditor/EditorInputWithWhereClause.js +24 -27
- package/src/components/ExpressionEditor/ExpressionFunctionDocumentation.js +10 -15
- package/src/components/ExpressionEditor/NamedQueryContext.d.ts +2 -2
- package/src/components/ExpressionEditor/NamedQueryContext.js +4 -8
- package/src/components/ExpressionEditor/QueryBuilder/QueryBuilder.d.ts +22 -0
- package/src/components/ExpressionEditor/QueryBuilder/QueryBuilder.js +112 -0
- package/src/components/ExpressionEditor/QueryBuilder/QueryBuilderInputs.d.ts +28 -0
- package/src/components/ExpressionEditor/QueryBuilder/QueryBuilderInputs.js +118 -0
- package/src/components/ExpressionEditor/QueryBuilder/QueryPredicateBuilder.d.ts +22 -0
- package/src/components/ExpressionEditor/QueryBuilder/QueryPredicateBuilder.js +172 -0
- package/src/components/ExpressionEditor/QueryBuilder/booleanExpressions.d.ts +2 -0
- package/src/components/ExpressionEditor/QueryBuilder/booleanExpressions.js +14 -0
- package/src/components/ExpressionEditor/QueryBuilder/index.d.ts +1 -0
- package/src/components/ExpressionEditor/QueryBuilder/index.js +1 -0
- package/src/components/ExpressionEditor/QueryBuilder/utils.d.ts +9 -0
- package/src/components/ExpressionEditor/QueryBuilder/utils.js +113 -0
- package/src/components/ExpressionEditor/editorButtonsAggregatedBoolean.js +1 -4
- package/src/components/ExpressionEditor/editorButtonsAggregatedScalar.js +1 -4
- package/src/components/ExpressionEditor/editorButtonsCumulativeAggregatedScalar.js +1 -4
- package/src/components/ExpressionEditor/editorButtonsObservable.js +1 -4
- package/src/components/ExpressionEditor/editorButtonsQuantileAggregatedScalar.js +1 -4
- package/src/components/ExpressionEditor/editorButtonsSearch.js +1 -4
- package/src/components/ExpressionEditor/index.d.ts +4 -3
- package/src/components/ExpressionEditor/index.js +166 -117
- package/src/components/FieldWrap/index.js +5 -8
- package/src/components/FileDroppable/FileDroppableState.js +1 -2
- package/src/components/FileDroppable/index.js +29 -33
- package/src/components/FileDroppable/reducer.js +3 -6
- package/src/components/FlexWithFooter.js +9 -11
- package/src/components/FormLayout/index.d.ts +4 -4
- package/src/components/FormLayout/index.js +13 -17
- package/src/components/HelpBlock/index.js +6 -10
- package/src/components/Icon/index.js +20 -29
- package/src/components/IconSelector/IconSelector.js +27 -32
- package/src/components/IconSelector/index.js +1 -4
- package/src/components/InfiniteTable/index.js +6 -10
- package/src/components/Input/NumberInput.d.ts +1 -1
- package/src/components/Input/NumberInput.js +4 -9
- package/src/components/Input/index.d.ts +2 -2
- package/src/components/Input/index.js +8 -11
- package/src/components/List/GridList/index.js +7 -10
- package/src/components/List/ListGroup/index.js +7 -9
- package/src/components/List/ListGroupItem/index.d.ts +2 -2
- package/src/components/List/ListGroupItem/index.js +8 -10
- package/src/components/Loader/Loader.js +4 -10
- package/src/components/Loader/index.js +2 -7
- package/src/components/Logo/index.js +2 -7
- package/src/components/Modal/Backdrop.d.ts +2 -2
- package/src/components/Modal/Backdrop.js +12 -17
- package/src/components/Modal/index.js +19 -23
- package/src/components/NotifyResize/index.js +4 -7
- package/src/components/OverlayTrigger/Overlay.js +19 -23
- package/src/components/OverlayTrigger/index.d.ts +1 -1
- package/src/components/OverlayTrigger/index.js +41 -46
- package/src/components/OverlayTrigger/useAgGridClassName.js +5 -7
- package/src/components/OverlayTrigger/utils.js +3 -9
- package/src/components/Panel/index.d.ts +1 -1
- package/src/components/Panel/index.js +12 -15
- package/src/components/PopupWithFooter.js +8 -11
- package/src/components/ProgressIndicator/ProgressIndicator.js +12 -17
- package/src/components/Radio/index.d.ts +1 -1
- package/src/components/Radio/index.js +15 -20
- package/src/components/ResizeObserver/getResizeObserverObject.js +1 -5
- package/src/components/ResizeObserver/index.d.ts +1 -1
- package/src/components/ResizeObserver/index.js +17 -24
- package/src/components/Select/Select.d.ts +30 -0
- package/src/components/Select/Select.js +128 -0
- package/src/components/Select/index.d.ts +1 -0
- package/src/components/Select/index.js +1 -0
- package/src/components/SelectList.js +4 -9
- package/src/components/SelectableList/index.d.ts +1 -1
- package/src/components/SelectableList/index.js +8 -13
- package/src/components/SimpleButton/index.js +19 -22
- package/src/components/SizedContainer/index.js +9 -11
- package/src/components/StylePreview.js +6 -11
- package/src/components/Table/index.js +4 -7
- package/src/components/Tabs/index.d.ts +3 -3
- package/src/components/Tabs/index.js +28 -34
- package/src/components/Tag/Tag.js +5 -9
- package/src/components/Tag/index.js +1 -5
- package/src/components/Textarea/index.d.ts +2 -2
- package/src/components/Textarea/index.js +8 -11
- package/src/components/Toastify/index.js +1 -10
- package/src/components/Toggle/Toggle.d.ts +1 -1
- package/src/components/Toggle/Toggle.js +8 -12
- package/src/components/Toggle/ToggleGroup.js +4 -9
- package/src/components/Toggle/index.js +2 -5
- package/src/components/ToggleButton/index.js +6 -11
- package/src/components/Tooltip/index.js +4 -7
- package/src/components/WarningBox/index.d.ts +4 -0
- package/src/components/WarningBox/index.js +7 -0
- package/src/components/WindowModal/WindowModal.d.ts +2 -2
- package/src/components/WindowModal/WindowModal.js +12 -17
- package/src/components/WindowModal/index.js +1 -4
- package/src/components/WindowModal/useStacking.js +4 -9
- package/src/components/WizardPanel/index.js +5 -8
- package/src/components/icons/DefaultIcon.d.ts +1 -1
- package/src/components/icons/DefaultIcon.js +8 -12
- package/src/components/icons/add-row.js +3 -6
- package/src/components/icons/alert.js +3 -6
- package/src/components/icons/align-center.js +3 -6
- package/src/components/icons/align-justify.js +3 -6
- package/src/components/icons/align-left.js +3 -6
- package/src/components/icons/align-right.js +3 -6
- package/src/components/icons/analysis.js +3 -6
- package/src/components/icons/application.js +3 -6
- package/src/components/icons/arrow-down-long.js +3 -6
- package/src/components/icons/arrow-down.js +3 -6
- package/src/components/icons/arrow-expand.js +3 -6
- package/src/components/icons/arrow-left.js +3 -6
- package/src/components/icons/arrow-right.js +3 -6
- package/src/components/icons/arrow-up-long.js +3 -6
- package/src/components/icons/arrow-up.js +3 -6
- package/src/components/icons/attach-file.js +3 -6
- package/src/components/icons/badge.js +3 -6
- package/src/components/icons/blanks.js +3 -6
- package/src/components/icons/bold.js +3 -6
- package/src/components/icons/boolean-list.js +3 -6
- package/src/components/icons/brush.js +3 -6
- package/src/components/icons/build.js +3 -6
- package/src/components/icons/bulk-update.js +3 -6
- package/src/components/icons/calculated-column.js +3 -6
- package/src/components/icons/calendar.js +3 -6
- package/src/components/icons/call.js +3 -6
- package/src/components/icons/campaign.js +3 -6
- package/src/components/icons/case-lower.js +3 -6
- package/src/components/icons/case-sentence.js +3 -6
- package/src/components/icons/case-upper.js +3 -6
- package/src/components/icons/cell-summary.js +3 -6
- package/src/components/icons/cell-validation.js +3 -6
- package/src/components/icons/chart.js +3 -6
- package/src/components/icons/chat.js +3 -6
- package/src/components/icons/check-box-outline.js +3 -6
- package/src/components/icons/check-box.js +3 -6
- package/src/components/icons/check-circle.js +3 -6
- package/src/components/icons/check.js +3 -6
- package/src/components/icons/clone.js +3 -6
- package/src/components/icons/close.js +3 -6
- package/src/components/icons/cloud-upload.js +3 -6
- package/src/components/icons/collapse.js +3 -6
- package/src/components/icons/column-add.js +3 -6
- package/src/components/icons/column-chooser.js +3 -6
- package/src/components/icons/column-filter.js +3 -6
- package/src/components/icons/column-info.js +3 -6
- package/src/components/icons/comment.js +3 -6
- package/src/components/icons/contact.js +3 -6
- package/src/components/icons/contains.js +3 -6
- package/src/components/icons/custom-sort.js +3 -6
- package/src/components/icons/dashboard.js +3 -6
- package/src/components/icons/data-set.js +3 -6
- package/src/components/icons/date-range.js +3 -6
- package/src/components/icons/delete.js +3 -6
- package/src/components/icons/division.js +3 -6
- package/src/components/icons/dock.js +3 -6
- package/src/components/icons/dollar.js +3 -6
- package/src/components/icons/drag.js +3 -6
- package/src/components/icons/edit.js +3 -6
- package/src/components/icons/ends-with.js +3 -6
- package/src/components/icons/equal.js +3 -6
- package/src/components/icons/equation.js +3 -6
- package/src/components/icons/error.js +3 -6
- package/src/components/icons/expand.js +3 -6
- package/src/components/icons/exponent.js +3 -6
- package/src/components/icons/export.js +3 -6
- package/src/components/icons/fast-backward.js +3 -6
- package/src/components/icons/fast-forward.js +3 -6
- package/src/components/icons/fdc3.js +3 -6
- package/src/components/icons/filter.js +3 -6
- package/src/components/icons/flashing-cell.js +3 -6
- package/src/components/icons/folder-open.js +3 -6
- package/src/components/icons/folder-shared.js +3 -6
- package/src/components/icons/folder.js +3 -6
- package/src/components/icons/format-column.js +3 -6
- package/src/components/icons/freetext-column.js +3 -6
- package/src/components/icons/function.js +3 -6
- package/src/components/icons/gradient-column.js +3 -6
- package/src/components/icons/gradient.js +3 -6
- package/src/components/icons/greater-than-or-equal.js +3 -6
- package/src/components/icons/greater-than.js +3 -6
- package/src/components/icons/grid-filter.d.ts +3 -0
- package/src/components/icons/grid-filter.js +4 -0
- package/src/components/icons/hide-column.js +3 -6
- package/src/components/icons/history.js +3 -6
- package/src/components/icons/home.js +3 -6
- package/src/components/icons/import-export.js +3 -6
- package/src/components/icons/import.js +3 -6
- package/src/components/icons/index.js +321 -322
- package/src/components/icons/info.js +3 -6
- package/src/components/icons/instrument.js +3 -6
- package/src/components/icons/interactions.js +3 -6
- package/src/components/icons/invalid.js +3 -6
- package/src/components/icons/ipushpull.js +3 -6
- package/src/components/icons/italic.js +3 -6
- package/src/components/icons/justify.js +3 -6
- package/src/components/icons/layout.js +3 -6
- package/src/components/icons/less-than-or-equal.js +3 -6
- package/src/components/icons/less-than.js +3 -6
- package/src/components/icons/list.js +3 -6
- package/src/components/icons/login.js +3 -6
- package/src/components/icons/logout copy.js +3 -6
- package/src/components/icons/logout.js +3 -6
- package/src/components/icons/mail.js +3 -6
- package/src/components/icons/menu.js +3 -6
- package/src/components/icons/minus.js +3 -6
- package/src/components/icons/money.js +3 -6
- package/src/components/icons/multiplication.js +3 -6
- package/src/components/icons/newpage.js +3 -6
- package/src/components/icons/news.js +3 -6
- package/src/components/icons/non-blanks.js +3 -6
- package/src/components/icons/not-contains.js +3 -6
- package/src/components/icons/not-equal.js +3 -6
- package/src/components/icons/note.js +3 -6
- package/src/components/icons/open-in-new.js +3 -6
- package/src/components/icons/order.js +3 -6
- package/src/components/icons/organisation.js +3 -6
- package/src/components/icons/overline.js +3 -6
- package/src/components/icons/pause.js +3 -6
- package/src/components/icons/percent-bar.js +3 -6
- package/src/components/icons/percent.js +3 -6
- package/src/components/icons/person.js +3 -6
- package/src/components/icons/pie-chart.js +3 -6
- package/src/components/icons/play.js +3 -6
- package/src/components/icons/plus-minus.js +3 -6
- package/src/components/icons/plus.js +3 -6
- package/src/components/icons/query.js +3 -6
- package/src/components/icons/quick-search.js +3 -6
- package/src/components/icons/quote.js +3 -6
- package/src/components/icons/refresh.js +3 -6
- package/src/components/icons/regex.js +3 -6
- package/src/components/icons/reminder.js +3 -6
- package/src/components/icons/resume.d.ts +3 -0
- package/src/components/icons/resume.js +4 -0
- package/src/components/icons/save.js +3 -6
- package/src/components/icons/schedule.js +3 -6
- package/src/components/icons/science.js +3 -6
- package/src/components/icons/settings.js +3 -6
- package/src/components/icons/shortcut.js +3 -6
- package/src/components/icons/show-column.js +3 -6
- package/src/components/icons/smart-edit.js +3 -6
- package/src/components/icons/sort-asc.js +3 -6
- package/src/components/icons/sort-desc.js +3 -6
- package/src/components/icons/spark-line.js +3 -6
- package/src/components/icons/starts-with.js +3 -6
- package/src/components/icons/state-management.js +3 -6
- package/src/components/icons/statusbar.js +3 -6
- package/src/components/icons/stop.js +3 -6
- package/src/components/icons/strikethrough.js +3 -6
- package/src/components/icons/system-status.js +3 -6
- package/src/components/icons/tab-unselected.js +3 -6
- package/src/components/icons/table-arrow-right.js +3 -6
- package/src/components/icons/team-share.js +3 -6
- package/src/components/icons/theme.js +3 -6
- package/src/components/icons/tool-panel.js +3 -6
- package/src/components/icons/track-changes.js +3 -6
- package/src/components/icons/triangle-down.js +3 -6
- package/src/components/icons/triangle-up.js +3 -6
- package/src/components/icons/unchecked.js +3 -6
- package/src/components/icons/underline.js +3 -6
- package/src/components/icons/undo.js +3 -6
- package/src/components/icons/updated-row.js +3 -6
- package/src/components/icons/upload.js +3 -6
- package/src/components/icons/user-filter.js +3 -6
- package/src/components/icons/visibility-off.js +3 -6
- package/src/components/icons/visibility.js +3 -6
- package/src/components/icons/warning.js +3 -6
- package/src/components/utils/batchUpdate.js +3 -5
- package/src/components/utils/captureTabNavigation/getFocusableChildren.js +1 -3
- package/src/components/utils/captureTabNavigation/index.js +3 -6
- package/src/components/utils/contains.js +1 -4
- package/src/components/utils/getAvailableSizeInfo.js +1 -3
- package/src/components/utils/join.js +1 -3
- package/src/components/utils/selectParent/index.js +3 -6
- package/src/components/utils/selectParent/matches.js +1 -2
- package/src/components/utils/useAutoFocus.js +5 -8
- package/src/components/utils/useContainerScrollObserver/index.d.ts +1 -1
- package/src/components/utils/useContainerScrollObserver/index.js +9 -13
- package/src/components/utils/useDraggable.js +7 -10
- package/src/components/utils/useGlobalEvent.js +2 -7
- package/src/components/utils/useLatest.js +4 -8
- package/src/components/utils/usePrevious.js +4 -6
- package/src/components/utils/usePropState.js +3 -6
- package/src/components/utils/useProperty.js +4 -6
- package/src/components/utils/useRerender.js +4 -8
- package/src/components/utils/useSelectionRange.js +5 -9
- package/src/components/utils/useTheme.js +2 -5
- package/src/components/utils/uuid.d.ts +1 -1
- package/src/components/utils/uuid.js +2 -6
- package/src/env.js +1 -3
- package/src/metamodel/adaptable-metamodel-model.d.ts +2 -2
- package/src/metamodel/adaptable-metamodel-model.js +1 -2
- package/src/metamodel/adaptable.metamodel.d.ts +442 -63
- package/src/metamodel/adaptable.metamodel.js +9435 -1
- package/src/parser/src/ExpressionEvaluationError.js +1 -5
- package/src/parser/src/evaluator.js +3 -7
- package/src/parser/src/index.d.ts +1 -0
- package/src/parser/src/index.js +12 -16
- package/src/parser/src/parser.js +528 -1691
- package/src/parser/src/predicate/index.d.ts +2 -0
- package/src/parser/src/predicate/index.js +2 -0
- package/src/parser/src/predicate/mapExpressionToQlPredicate.d.ts +2 -0
- package/src/parser/src/predicate/mapExpressionToQlPredicate.js +88 -0
- package/src/parser/src/predicate/mapQlPredicateToExpression.d.ts +3 -0
- package/src/parser/src/predicate/mapQlPredicateToExpression.js +112 -0
- package/src/parser/src/predicate/types.d.ts +10 -0
- package/src/parser/src/predicate/types.js +1 -0
- package/src/parser/src/tokenizer.js +3 -8
- package/src/parser/src/types.d.ts +26 -9
- package/src/parser/src/types.js +4 -2
- package/src/parser/src/utils.js +3 -9
- package/src/renderReactRoot.d.ts +2 -4
- package/src/renderReactRoot.js +5 -53
- package/src/theme.js +1 -3
- package/src/themes/index.js +4 -7
- package/src/types.d.ts +15 -13
- package/src/types.js +1 -5
- package/themes/dark.css +1 -1
- package/themes/dark.css.map +1 -1
- package/themes/light.css +1 -1
- package/themes/light.css.map +1 -1
- package/tsconfig.esm.tsbuildinfo +1 -0
- package/types.js +1 -4
- package/bundle.cjs.js +0 -706
- package/publishTimestamp.d.ts +0 -2
- package/publishTimestamp.js +0 -3
- package/src/AdaptableOptions/FilterOptions.js +0 -2
- package/src/AdaptableOptions/FinancePluginOptions.d.ts +0 -6
- package/src/AdaptableOptions/FinancePluginOptions.js +0 -2
- package/src/Api/Events/ChexboxColumnClicked.d.ts +0 -24
- package/src/Api/Events/ChexboxColumnClicked.js +0 -2
- package/src/Api/Events/FilterApplied.js +0 -2
- package/src/Api/Events/QueryRun.d.ts +0 -14
- package/src/Api/Events/QueryRun.js +0 -2
- package/src/Api/FilterApi.js +0 -2
- package/src/Api/Implementation/QueryApiImpl.d.ts +0 -21
- package/src/Api/Implementation/QueryApiImpl.js +0 -64
- package/src/Api/QueryApi.d.ts +0 -51
- package/src/Api/QueryApi.js +0 -2
- package/src/PredefinedConfig/ConditionalStyleState.d.ts +0 -41
- package/src/PredefinedConfig/ConditionalStyleState.js +0 -2
- package/src/Strategy/FilterModule.js +0 -151
- package/src/Strategy/QueryModule.js +0 -74
- package/src/Utilities/Interface/ColumnFilterContext.js +0 -2
- package/src/View/Query/EditCurrentQueryButton.d.ts +0 -2
- package/src/View/Query/EditCurrentQueryButton.js +0 -16
- package/src/View/Query/ExpandedQueryPopup.js +0 -56
- package/src/View/Query/QueryViewPanel.d.ts +0 -30
- package/src/View/Query/QueryViewPanel.js +0 -170
- package/src/View/Query/Wizard/NamedQueryExpressionWizardSection.js +0 -37
- package/src/View/Query/Wizard/NamedQuerySettingsWizardSection.js +0 -44
- package/src/View/Query/Wizard/NamedQueryWizard.js +0 -70
- package/version.d.ts +0 -2
- package/version.js +0 -3
- /package/src/View/{Query → NamedQuery}/Wizard/NamedQueryWizard.d.ts +0 -0
package/index.css
CHANGED
|
@@ -1,1742 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
* 2. Prevent adjustments of font size after orientation changes in iOS.
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
html {
|
|
12
|
-
line-height: 1.15; /* 1 */
|
|
13
|
-
-webkit-text-size-adjust: 100%; /* 2 */
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
/* Sections
|
|
17
|
-
========================================================================== */
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
* Remove the margin in all browsers.
|
|
21
|
-
*/
|
|
22
|
-
|
|
23
|
-
body {
|
|
24
|
-
margin: 0;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* Render the `main` element consistently in IE.
|
|
29
|
-
*/
|
|
30
|
-
|
|
31
|
-
main {
|
|
32
|
-
display: block;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* Correct the font size and margin on `h1` elements within `section` and
|
|
37
|
-
* `article` contexts in Chrome, Firefox, and Safari.
|
|
38
|
-
*/
|
|
39
|
-
|
|
40
|
-
h1 {
|
|
41
|
-
font-size: 2em;
|
|
42
|
-
margin: 0.67em 0;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
/* Grouping content
|
|
46
|
-
========================================================================== */
|
|
47
|
-
|
|
48
|
-
/**
|
|
49
|
-
* 1. Add the correct box sizing in Firefox.
|
|
50
|
-
* 2. Show the overflow in Edge and IE.
|
|
51
|
-
*/
|
|
52
|
-
|
|
53
|
-
hr {
|
|
54
|
-
box-sizing: content-box; /* 1 */
|
|
55
|
-
height: 0; /* 1 */
|
|
56
|
-
overflow: visible; /* 2 */
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
/**
|
|
60
|
-
* 1. Correct the inheritance and scaling of font size in all browsers.
|
|
61
|
-
* 2. Correct the odd `em` font sizing in all browsers.
|
|
62
|
-
*/
|
|
63
|
-
|
|
64
|
-
pre {
|
|
65
|
-
font-family: monospace, monospace; /* 1 */
|
|
66
|
-
font-size: 1em; /* 2 */
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
/* Text-level semantics
|
|
70
|
-
========================================================================== */
|
|
71
|
-
|
|
72
|
-
/**
|
|
73
|
-
* Remove the gray background on active links in IE 10.
|
|
74
|
-
*/
|
|
75
|
-
|
|
76
|
-
a {
|
|
77
|
-
background-color: transparent;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
/**
|
|
81
|
-
* 1. Remove the bottom border in Chrome 57-
|
|
82
|
-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
|
|
83
|
-
*/
|
|
84
|
-
|
|
85
|
-
abbr[title] {
|
|
86
|
-
border-bottom: none; /* 1 */
|
|
87
|
-
text-decoration: underline; /* 2 */
|
|
88
|
-
text-decoration: underline dotted; /* 2 */
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
/**
|
|
92
|
-
* Add the correct font weight in Chrome, Edge, and Safari.
|
|
93
|
-
*/
|
|
94
|
-
|
|
95
|
-
b,
|
|
96
|
-
strong {
|
|
97
|
-
font-weight: bolder;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
/**
|
|
101
|
-
* 1. Correct the inheritance and scaling of font size in all browsers.
|
|
102
|
-
* 2. Correct the odd `em` font sizing in all browsers.
|
|
103
|
-
*/
|
|
104
|
-
|
|
105
|
-
code,
|
|
106
|
-
kbd,
|
|
107
|
-
samp {
|
|
108
|
-
font-family: monospace, monospace; /* 1 */
|
|
109
|
-
font-size: 1em; /* 2 */
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
/**
|
|
113
|
-
* Add the correct font size in all browsers.
|
|
114
|
-
*/
|
|
115
|
-
|
|
116
|
-
small {
|
|
117
|
-
font-size: 80%;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
/**
|
|
121
|
-
* Prevent `sub` and `sup` elements from affecting the line height in
|
|
122
|
-
* all browsers.
|
|
123
|
-
*/
|
|
124
|
-
|
|
125
|
-
sub,
|
|
126
|
-
sup {
|
|
127
|
-
font-size: 75%;
|
|
128
|
-
line-height: 0;
|
|
129
|
-
position: relative;
|
|
130
|
-
vertical-align: baseline;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
sub {
|
|
134
|
-
bottom: -0.25em;
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
sup {
|
|
138
|
-
top: -0.5em;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
/* Embedded content
|
|
142
|
-
========================================================================== */
|
|
143
|
-
|
|
144
|
-
/**
|
|
145
|
-
* Remove the border on images inside links in IE 10.
|
|
146
|
-
*/
|
|
147
|
-
|
|
148
|
-
img {
|
|
149
|
-
border-style: none;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
/* Forms
|
|
153
|
-
========================================================================== */
|
|
154
|
-
|
|
155
|
-
/**
|
|
156
|
-
* 1. Change the font styles in all browsers.
|
|
157
|
-
* 2. Remove the margin in Firefox and Safari.
|
|
158
|
-
*/
|
|
159
|
-
|
|
160
|
-
button,
|
|
161
|
-
input,
|
|
162
|
-
optgroup,
|
|
163
|
-
select,
|
|
164
|
-
textarea {
|
|
165
|
-
font-family: inherit; /* 1 */
|
|
166
|
-
font-size: 100%; /* 1 */
|
|
167
|
-
line-height: 1.15; /* 1 */
|
|
168
|
-
margin: 0; /* 2 */
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
/**
|
|
172
|
-
* Show the overflow in IE.
|
|
173
|
-
* 1. Show the overflow in Edge.
|
|
174
|
-
*/
|
|
175
|
-
|
|
176
|
-
button,
|
|
177
|
-
input { /* 1 */
|
|
178
|
-
overflow: visible;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
/**
|
|
182
|
-
* Remove the inheritance of text transform in Edge, Firefox, and IE.
|
|
183
|
-
* 1. Remove the inheritance of text transform in Firefox.
|
|
184
|
-
*/
|
|
185
|
-
|
|
186
|
-
button,
|
|
187
|
-
select { /* 1 */
|
|
188
|
-
text-transform: none;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
/**
|
|
192
|
-
* Correct the inability to style clickable types in iOS and Safari.
|
|
193
|
-
*/
|
|
194
|
-
|
|
195
|
-
button,
|
|
196
|
-
[type="button"],
|
|
197
|
-
[type="reset"],
|
|
198
|
-
[type="submit"] {
|
|
199
|
-
-webkit-appearance: button;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
/**
|
|
203
|
-
* Remove the inner border and padding in Firefox.
|
|
204
|
-
*/
|
|
205
|
-
|
|
206
|
-
button::-moz-focus-inner,
|
|
207
|
-
[type="button"]::-moz-focus-inner,
|
|
208
|
-
[type="reset"]::-moz-focus-inner,
|
|
209
|
-
[type="submit"]::-moz-focus-inner {
|
|
210
|
-
border-style: none;
|
|
211
|
-
padding: 0;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
/**
|
|
215
|
-
* Restore the focus styles unset by the previous rule.
|
|
216
|
-
*/
|
|
217
|
-
|
|
218
|
-
button:-moz-focusring,
|
|
219
|
-
[type="button"]:-moz-focusring,
|
|
220
|
-
[type="reset"]:-moz-focusring,
|
|
221
|
-
[type="submit"]:-moz-focusring {
|
|
222
|
-
outline: 1px dotted ButtonText;
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
/**
|
|
226
|
-
* Correct the padding in Firefox.
|
|
227
|
-
*/
|
|
228
|
-
|
|
229
|
-
fieldset {
|
|
230
|
-
padding: 0.35em 0.75em 0.625em;
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
/**
|
|
234
|
-
* 1. Correct the text wrapping in Edge and IE.
|
|
235
|
-
* 2. Correct the color inheritance from `fieldset` elements in IE.
|
|
236
|
-
* 3. Remove the padding so developers are not caught out when they zero out
|
|
237
|
-
* `fieldset` elements in all browsers.
|
|
238
|
-
*/
|
|
239
|
-
|
|
240
|
-
legend {
|
|
241
|
-
box-sizing: border-box; /* 1 */
|
|
242
|
-
color: inherit; /* 2 */
|
|
243
|
-
display: table; /* 1 */
|
|
244
|
-
max-width: 100%; /* 1 */
|
|
245
|
-
padding: 0; /* 3 */
|
|
246
|
-
white-space: normal; /* 1 */
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
/**
|
|
250
|
-
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
|
|
251
|
-
*/
|
|
252
|
-
|
|
253
|
-
progress {
|
|
254
|
-
vertical-align: baseline;
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
/**
|
|
258
|
-
* Remove the default vertical scrollbar in IE 10+.
|
|
259
|
-
*/
|
|
260
|
-
|
|
261
|
-
textarea {
|
|
262
|
-
overflow: auto;
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
/**
|
|
266
|
-
* 1. Add the correct box sizing in IE 10.
|
|
267
|
-
* 2. Remove the padding in IE 10.
|
|
268
|
-
*/
|
|
269
|
-
|
|
270
|
-
[type="checkbox"],
|
|
271
|
-
[type="radio"] {
|
|
272
|
-
box-sizing: border-box; /* 1 */
|
|
273
|
-
padding: 0; /* 2 */
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
/**
|
|
277
|
-
* Correct the cursor style of increment and decrement buttons in Chrome.
|
|
278
|
-
*/
|
|
279
|
-
|
|
280
|
-
[type="number"]::-webkit-inner-spin-button,
|
|
281
|
-
[type="number"]::-webkit-outer-spin-button {
|
|
282
|
-
height: auto;
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
/**
|
|
286
|
-
* 1. Correct the odd appearance in Chrome and Safari.
|
|
287
|
-
* 2. Correct the outline style in Safari.
|
|
288
|
-
*/
|
|
289
|
-
|
|
290
|
-
[type="search"] {
|
|
291
|
-
-webkit-appearance: textfield; /* 1 */
|
|
292
|
-
outline-offset: -2px; /* 2 */
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
/**
|
|
296
|
-
* Remove the inner padding in Chrome and Safari on macOS.
|
|
297
|
-
*/
|
|
298
|
-
|
|
299
|
-
[type="search"]::-webkit-search-decoration {
|
|
300
|
-
-webkit-appearance: none;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
/**
|
|
304
|
-
* 1. Correct the inability to style clickable types in iOS and Safari.
|
|
305
|
-
* 2. Change font properties to `inherit` in Safari.
|
|
306
|
-
*/
|
|
307
|
-
|
|
308
|
-
::-webkit-file-upload-button {
|
|
309
|
-
-webkit-appearance: button; /* 1 */
|
|
310
|
-
font: inherit; /* 2 */
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
/* Interactive
|
|
314
|
-
========================================================================== */
|
|
315
|
-
|
|
316
|
-
/*
|
|
317
|
-
* Add the correct display in Edge, IE 10+, and Firefox.
|
|
318
|
-
*/
|
|
319
|
-
|
|
320
|
-
details {
|
|
321
|
-
display: block;
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
/*
|
|
325
|
-
* Add the correct display in all browsers.
|
|
326
|
-
*/
|
|
327
|
-
|
|
328
|
-
summary {
|
|
329
|
-
display: list-item;
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
/* Misc
|
|
333
|
-
========================================================================== */
|
|
334
|
-
|
|
335
|
-
/**
|
|
336
|
-
* Add the correct display in IE 10+.
|
|
337
|
-
*/
|
|
338
|
-
|
|
339
|
-
template {
|
|
340
|
-
display: none;
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
/**
|
|
344
|
-
* Add the correct display in IE 10.
|
|
345
|
-
*/
|
|
346
|
-
|
|
347
|
-
[hidden] {
|
|
348
|
-
display: none;
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
:root{--infinite-space-0: 0rem;--infinite-space-1: .125rem;--infinite-space-2: .25rem;--infinite-space-3: .5rem;--infinite-space-4: .75rem;--infinite-space-5: 1rem;--infinite-space-6: 1.25rem;--infinite-space-7: 1.5rem;--infinite-space-8: 2.25rem;--infinite-space-9: 3rem;--infinite-space-10: 4rem;--infinite-font-size-0: .5rem;--infinite-font-size-1: .625rem;--infinite-font-size-2: .75rem;--infinite-font-size-3: .875rem;--infinite-font-size-4: 1rem;--infinite-font-size-5: 1.25rem;--infinite-font-size-6: 1.5rem;--infinite-font-size-7: 2.25rem;--infinite-font-family: inherit;--infinite-color: #484848;--infinite-accent-color: #ff7043;--infinite-error-color: #ff0000;--infinite-border-radius: var(--infinite-space-2);--infinite-background: white;--infinite-min-height: 100px;--infinite-selection-checkbox-margin-inline: var(--infinite-space-2);--infinite-menu-background: var(--infinite-background);--infinite-menu-color: var(--infinite-cell-color);--infinite-menu-padding: var(--infinite-space-3);--infinite-menu-cell-padding-vertical: var(--infinite-space-3);--infinite-menu-cell-padding-horizontal: var(--infinite-space-3);--infinite-menu-cell-margin-vertical: var(--infinite-space-0);--infinite-menu-item-disabled-background: var(--infinite-menu-background);--infinite-menu-item-disabled-opacity: .5;--infinite-menu-item-active-background: var(--infinite-row-hover-background);--infinite-menu-item-pressed-background: var(--infinite-row-hover-background);--infinite-menu-item-active-opacity: .9;--infinite-menu-item-pressed-opacity: 1;--infinite-menu-border-radius: var(--infinite-space-2);--infinite-menu-shadow-color: rgba(0,0,0,.25);--infinite-load-mask-text-background: rgba(255,255,255,.8);--infinite-load-mask-overlay-background: gray;--infinite-load-mask-overlay-opacity: .3;--infinite-load-mask-color: inherit;--infinite-load-mask-padding: var(--infinite-space-5);--infinite-load-mask-border-radius: var(--infinite-border-radius);--infinite-resize-handle-active-area-width: 20px;--infinite-resize-handle-width: 2px;--infinite-resize-handle-hover-background: #6bff6b;--infinite-resize-handle-constrained-hover-background: var(--infinite-error-color);--infinite-header-cell-background: #ededed;--infinite-header-cell-hover-background: #dfdfdf;--infinite-header-cell-padding-x: var(--infinite-space-3);--infinite-header-cell-padding-y: var(--infinite-space-3);--infinite-header-cell-padding: var(--infinite-header-cell-padding-y) var(--infinite-header-cell-padding-x) ;--infinite-header-cell-icon-size: 16px;--infinite-header-cell-menu-icon-line-width: 1px;--infinite-header-cell-sort-icon-margin: 16px;--infinite-header-background: var(--infinite-header-cell-background);--infinite-header-color: #6f6f6f;--infinite-column-header-height: 30px;--infinite-cell-color: currentColor;--infinite-cell-border-width: 1px;--infinite-cell-padding: var(--infinite-space-2) var(--infinite-space-3);--infinite-cell-border: var(--infinite-cell-border-width) solid #c6c6c6;--infinite-pinned-cell-border: var(--infinite-cell-border-width) solid #2a323d;--infinite-cell-border-invisible: none;--infinite-cell-border-radius: var(--infinite-space-2);--infinite-column-reorder-effect-duration: .2s;--infinite-active-cell-border-style: dashed;--infinite-active-cell-border-width: 1px;--infinite-active-cell-border-color--r: 77;--infinite-active-cell-border-color--g: 149;--infinite-active-cell-border-color--b: 215;--infinite-active-cell-background-alpha: .25;--infinite-active-cell-background-alpha--table-unfocused: .1;--infinite-row-background: var(--infinite-background);--infinite-row-odd-background: #f6f6f6;--infinite-row-selected-background: #d1e9ff;--infinite-row-selected-hover-background: #add8ff;--infinite-group-row-background: #cbc5c5;--infinite-group-row-column-nesting: 30px;--infinite-row-hover-background: #dbdbdb;--infinite-row-pointer-events-while-scrolling: auto}
|
|
352
|
-
|
|
353
|
-
.light,.infinite-light,.light:root,.infinite-light:root{--infinite-space-0: 0rem;--infinite-space-1: .125rem;--infinite-space-2: .25rem;--infinite-space-3: .5rem;--infinite-space-4: .75rem;--infinite-space-5: 1rem;--infinite-space-6: 1.25rem;--infinite-space-7: 1.5rem;--infinite-space-8: 2.25rem;--infinite-space-9: 3rem;--infinite-space-10: 4rem;--infinite-font-size-0: .5rem;--infinite-font-size-1: .625rem;--infinite-font-size-2: .75rem;--infinite-font-size-3: .875rem;--infinite-font-size-4: 1rem;--infinite-font-size-5: 1.25rem;--infinite-font-size-6: 1.5rem;--infinite-font-size-7: 2.25rem;--infinite-font-family: inherit;--infinite-color: #484848;--infinite-accent-color: #ff7043;--infinite-error-color: #ff0000;--infinite-border-radius: var(--infinite-space-2);--infinite-background: white;--infinite-min-height: 100px;--infinite-selection-checkbox-margin-inline: var(--infinite-space-2);--infinite-menu-background: var(--infinite-background);--infinite-menu-color: var(--infinite-cell-color);--infinite-menu-padding: var(--infinite-space-3);--infinite-menu-cell-padding-vertical: var(--infinite-space-3);--infinite-menu-cell-padding-horizontal: var(--infinite-space-3);--infinite-menu-cell-margin-vertical: var(--infinite-space-0);--infinite-menu-item-disabled-background: var(--infinite-menu-background);--infinite-menu-item-disabled-opacity: .5;--infinite-menu-item-active-background: var(--infinite-row-hover-background);--infinite-menu-item-pressed-background: var(--infinite-row-hover-background);--infinite-menu-item-active-opacity: .9;--infinite-menu-item-pressed-opacity: 1;--infinite-menu-border-radius: var(--infinite-space-2);--infinite-menu-shadow-color: rgba(0,0,0,.25);--infinite-load-mask-text-background: rgba(255,255,255,.8);--infinite-load-mask-overlay-background: gray;--infinite-load-mask-overlay-opacity: .3;--infinite-load-mask-color: inherit;--infinite-load-mask-padding: var(--infinite-space-5);--infinite-load-mask-border-radius: var(--infinite-border-radius);--infinite-resize-handle-active-area-width: 20px;--infinite-resize-handle-width: 2px;--infinite-resize-handle-hover-background: #6bff6b;--infinite-resize-handle-constrained-hover-background: var(--infinite-error-color);--infinite-header-cell-background: #ededed;--infinite-header-cell-hover-background: #dfdfdf;--infinite-header-cell-padding-x: var(--infinite-space-3);--infinite-header-cell-padding-y: var(--infinite-space-3);--infinite-header-cell-padding: var(--infinite-header-cell-padding-y) var(--infinite-header-cell-padding-x) ;--infinite-header-cell-icon-size: 16px;--infinite-header-cell-menu-icon-line-width: 1px;--infinite-header-cell-sort-icon-margin: 16px;--infinite-header-background: var(--infinite-header-cell-background);--infinite-header-color: #6f6f6f;--infinite-column-header-height: 30px;--infinite-cell-color: currentColor;--infinite-cell-border-width: 1px;--infinite-cell-padding: var(--infinite-space-2) var(--infinite-space-3);--infinite-cell-border: var(--infinite-cell-border-width) solid #c6c6c6;--infinite-pinned-cell-border: var(--infinite-cell-border-width) solid #2a323d;--infinite-cell-border-invisible: none;--infinite-cell-border-radius: var(--infinite-space-2);--infinite-column-reorder-effect-duration: .2s;--infinite-active-cell-border-style: dashed;--infinite-active-cell-border-width: 1px;--infinite-active-cell-border-color--r: 77;--infinite-active-cell-border-color--g: 149;--infinite-active-cell-border-color--b: 215;--infinite-active-cell-background-alpha: .25;--infinite-active-cell-background-alpha--table-unfocused: .1;--infinite-row-background: var(--infinite-background);--infinite-row-odd-background: #f6f6f6;--infinite-row-selected-background: #d1e9ff;--infinite-row-selected-hover-background: #add8ff;--infinite-group-row-background: #cbc5c5;--infinite-group-row-column-nesting: 30px;--infinite-row-hover-background: #dbdbdb;--infinite-row-pointer-events-while-scrolling: auto}
|
|
354
|
-
|
|
355
|
-
.dark,.infinite-dark{--infinite-background: #101419;--infinite-cell-border: 1px solid #2a323d;--infinite-header-color: #c3c3c3;--infinite-header-cell-background: #1b2129;--infinite-header-cell-hover-background: #222932;--infinite-header-background: var(--infinite-header-cell-background);--infinite-row-hover-background: #3b4754;--infinite-row-selected-background: #0a2e4f;--infinite-row-selected-hover-background: #0b243a;--infinite-row-background: var(--infinite-background);--infinite-row-odd-background: #242a31;--infinite-cell-color: #c3c3c3;--infinite-menu-shadow-color: rgba(255,255,255,.25);--infinite-menu-background: #101419;--infinite-menu-color: #c3c3c3;--infinite-menu-item-disabled-background: #101419;--infinite-menu-item-active-background: #3b4754;--infinite-menu-item-pressed-background: #3b4754}
|
|
356
|
-
|
|
357
|
-
@media (prefers-color-scheme: dark){:root{--infinite-background: #101419;--infinite-cell-border: 1px solid #2a323d;--infinite-header-color: #c3c3c3;--infinite-header-cell-background: #1b2129;--infinite-header-cell-hover-background: #222932;--infinite-header-background: var(--infinite-header-cell-background);--infinite-row-hover-background: #3b4754;--infinite-row-selected-background: #0a2e4f;--infinite-row-selected-hover-background: #0b243a;--infinite-row-background: var(--infinite-background);--infinite-row-odd-background: #242a31;--infinite-cell-color: #c3c3c3;--infinite-menu-shadow-color: rgba(255,255,255,.25);--infinite-menu-background: #101419;--infinite-menu-color: #c3c3c3;--infinite-menu-item-disabled-background: #101419;--infinite-menu-item-active-background: #3b4754;--infinite-menu-item-pressed-background: #3b4754}}
|
|
358
|
-
|
|
359
|
-
._16lm1iw0{box-sizing:border-box}
|
|
360
|
-
|
|
361
|
-
._16lm1iw0:before{box-sizing:border-box}
|
|
362
|
-
|
|
363
|
-
._16lm1iw0:after{box-sizing:border-box}
|
|
364
|
-
|
|
365
|
-
._16lm1iw0 *{box-sizing:border-box}
|
|
366
|
-
|
|
367
|
-
._16lm1iw0 *:before{box-sizing:border-box}
|
|
368
|
-
|
|
369
|
-
._16lm1iw0 *:after{box-sizing:border-box}
|
|
370
|
-
|
|
371
|
-
._16lm1iw1{position:relative}
|
|
372
|
-
|
|
373
|
-
._16lm1iw2{position:absolute}
|
|
374
|
-
|
|
375
|
-
._16lm1iw3{position:sticky}
|
|
376
|
-
|
|
377
|
-
._16lm1iw4{position:fixed}
|
|
378
|
-
|
|
379
|
-
._16lm1iw5{fill:currentColor}
|
|
380
|
-
|
|
381
|
-
._16lm1iw6{fill:var(--infinite-accent-color)}
|
|
382
|
-
|
|
383
|
-
._16lm1iw7{margin:0}
|
|
384
|
-
|
|
385
|
-
._16lm1iw8{stroke:currentColor}
|
|
386
|
-
|
|
387
|
-
._16lm1iw9{stroke:var(--infinite-accent-color)}
|
|
388
|
-
|
|
389
|
-
._16lm1iwa{background:inherit}
|
|
390
|
-
|
|
391
|
-
._16lm1iwb{outline:none}
|
|
392
|
-
|
|
393
|
-
._16lm1iwc{transform:translate(0)}
|
|
394
|
-
|
|
395
|
-
._16lm1iwd{transform:translate(0)}
|
|
396
|
-
|
|
397
|
-
._16lm1iwe{transform:rotate(90deg)}
|
|
398
|
-
|
|
399
|
-
._16lm1iwf{transform:rotate(180deg)}
|
|
400
|
-
|
|
401
|
-
._16lm1iwg{cursor:pointer}
|
|
402
|
-
|
|
403
|
-
._16lm1iwh{cursor:default}
|
|
404
|
-
|
|
405
|
-
._16lm1iwi{cursor:col-resize}
|
|
406
|
-
|
|
407
|
-
._16lm1iwj{pointer-events:none}
|
|
408
|
-
|
|
409
|
-
._16lm1iwk{flex:1}
|
|
410
|
-
|
|
411
|
-
._16lm1iwl{flex:none}
|
|
412
|
-
|
|
413
|
-
._16lm1iwm{z-index:1}
|
|
414
|
-
|
|
415
|
-
._16lm1iwn{z-index:10}
|
|
416
|
-
|
|
417
|
-
._16lm1iwo{z-index:100}
|
|
418
|
-
|
|
419
|
-
._16lm1iwp{z-index:1000}
|
|
420
|
-
|
|
421
|
-
._16lm1iwq{z-index:10000}
|
|
422
|
-
|
|
423
|
-
._16lm1iwr{z-index:100000}
|
|
424
|
-
|
|
425
|
-
._16lm1iws{z-index:1000000}
|
|
426
|
-
|
|
427
|
-
._16lm1iwt{z-index:10000000}
|
|
428
|
-
|
|
429
|
-
._16lm1iwu{z-index:1000}
|
|
430
|
-
|
|
431
|
-
._16lm1iwv{z-index:10000}
|
|
432
|
-
|
|
433
|
-
._16lm1iww{z-index:100000}
|
|
434
|
-
|
|
435
|
-
._16lm1iwx{display:flex}
|
|
436
|
-
|
|
437
|
-
._16lm1iwy{display:contents}
|
|
438
|
-
|
|
439
|
-
._16lm1iwz{display:none}
|
|
440
|
-
|
|
441
|
-
._16lm1iw10{display:block}
|
|
442
|
-
|
|
443
|
-
._16lm1iw11{display:grid}
|
|
444
|
-
|
|
445
|
-
._16lm1iw12{display:inline-block}
|
|
446
|
-
|
|
447
|
-
._16lm1iw13{display:inline-flex}
|
|
448
|
-
|
|
449
|
-
._16lm1iw14{display:inline-grid}
|
|
450
|
-
|
|
451
|
-
._16lm1iw15{-webkit-user-select:none;-moz-user-select:none;user-select:none}
|
|
452
|
-
|
|
453
|
-
._16lm1iw16{height:0}
|
|
454
|
-
|
|
455
|
-
._16lm1iw17{height:100%}
|
|
456
|
-
|
|
457
|
-
._16lm1iw18{width:0}
|
|
458
|
-
|
|
459
|
-
._16lm1iw19{width:100%}
|
|
460
|
-
|
|
461
|
-
._16lm1iw1a{top:0}
|
|
462
|
-
|
|
463
|
-
._16lm1iw1b{top:100%}
|
|
464
|
-
|
|
465
|
-
._16lm1iw1c{left:0}
|
|
466
|
-
|
|
467
|
-
._16lm1iw1d{left:100%}
|
|
468
|
-
|
|
469
|
-
._16lm1iw1e{left:auto}
|
|
470
|
-
|
|
471
|
-
._16lm1iw1f{bottom:0}
|
|
472
|
-
|
|
473
|
-
._16lm1iw1g{bottom:100%}
|
|
474
|
-
|
|
475
|
-
._16lm1iw1h{right:0}
|
|
476
|
-
|
|
477
|
-
._16lm1iw1i{right:100%}
|
|
478
|
-
|
|
479
|
-
._16lm1iw1j{right:auto}
|
|
480
|
-
|
|
481
|
-
._16lm1iw1k{flex-flow:column}
|
|
482
|
-
|
|
483
|
-
._16lm1iw1l{flex-flow:column-reverse}
|
|
484
|
-
|
|
485
|
-
._16lm1iw1m{flex-flow:row}
|
|
486
|
-
|
|
487
|
-
._16lm1iw1n{flex-flow:row-reverse}
|
|
488
|
-
|
|
489
|
-
._16lm1iw1o{align-items:center}
|
|
490
|
-
|
|
491
|
-
._16lm1iw1p{align-items:stretch}
|
|
492
|
-
|
|
493
|
-
._16lm1iw1q{justify-content:center}
|
|
494
|
-
|
|
495
|
-
._16lm1iw1r{justify-content:space-between}
|
|
496
|
-
|
|
497
|
-
._16lm1iw1s{justify-content:space-around}
|
|
498
|
-
|
|
499
|
-
._16lm1iw1t{justify-content:flex-start}
|
|
500
|
-
|
|
501
|
-
._16lm1iw1u{justify-content:flex-end}
|
|
502
|
-
|
|
503
|
-
._16lm1iw1v{overflow:hidden}
|
|
504
|
-
|
|
505
|
-
._16lm1iw1w{overflow:auto}
|
|
506
|
-
|
|
507
|
-
._16lm1iw1x{overflow:visible}
|
|
508
|
-
|
|
509
|
-
._16lm1iw1y{visibility:visible}
|
|
510
|
-
|
|
511
|
-
._16lm1iw1z{visibility:hidden}
|
|
512
|
-
|
|
513
|
-
._16lm1iw20{will-change:transform}
|
|
514
|
-
|
|
515
|
-
._16lm1iw21{white-space:nowrap}
|
|
516
|
-
|
|
517
|
-
._16lm1iw22{text-overflow:ellipsis}
|
|
518
|
-
|
|
519
|
-
.mlx2t2{display:inline-block}
|
|
520
|
-
|
|
521
|
-
.mlx2t3{height:0;width:0;will-change:transform}
|
|
522
|
-
|
|
523
|
-
._1ueijco0{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch;outline:none;position:fixed;height:100%;width:100%;left:0;top:0}
|
|
524
|
-
|
|
525
|
-
._1ueijco0>:first-child{position:sticky;top:0;left:0}
|
|
526
|
-
|
|
527
|
-
._1ueijco1{overflow:auto}
|
|
528
|
-
|
|
529
|
-
._1ueijco2{overflow:hidden}
|
|
530
|
-
|
|
531
|
-
._1ueijco3{overflow:visible}
|
|
532
|
-
|
|
533
|
-
._1ueijco4{overflow:auto}
|
|
534
|
-
|
|
535
|
-
._1ueijco5{overflow:hidden}
|
|
536
|
-
|
|
537
|
-
._1ueijco6{overflow-x:auto}
|
|
538
|
-
|
|
539
|
-
._1ueijco7{overflow-x:hidden}
|
|
540
|
-
|
|
541
|
-
._1ueijco8{overflow-x:visible}
|
|
542
|
-
|
|
543
|
-
._1ueijco9{overflow-x:auto}
|
|
544
|
-
|
|
545
|
-
._1ueijcoa{overflow-x:hidden}
|
|
546
|
-
|
|
547
|
-
._1ueijcob{overflow-y:auto}
|
|
548
|
-
|
|
549
|
-
._1ueijcoc{overflow-y:hidden}
|
|
550
|
-
|
|
551
|
-
._1ueijcod{overflow-y:visible}
|
|
552
|
-
|
|
553
|
-
._1ueijcoe{overflow-y:auto}
|
|
554
|
-
|
|
555
|
-
._1ueijcof{overflow-y:hidden}
|
|
556
|
-
|
|
557
|
-
.nxbq1c1{border:var(--infinite-active-cell-border, var(--infinite-active-cell-border-width) var(--infinite-active-cell-border-style) var(--infinite-active-cell-border-color, rgb(var(--infinite-active-cell-border-color--r) var(--infinite-active-cell-border-color--g) var(--infinite-active-cell-border-color--b))));background:var(--infinite-active-cell-background, rgba(var(--infinite-active-cell-border-color--r), var(--infinite-active-cell-border-color--g), var(--infinite-active-cell-border-color--b), var(--infinite-active-cell-background-alpha)))}
|
|
558
|
-
|
|
559
|
-
.nxbq1c2{display:block}
|
|
560
|
-
|
|
561
|
-
.nxbq1c3{display:none}
|
|
562
|
-
|
|
563
|
-
.j26lrx0{--infinite-active-row-border-style: var(--infinite-active-row-border-style, var(--infinite-active-cell-border-style));border:var(--infinite-active-row-border, var(--infinite-active-row-border-width, var(--infinite-active-cell-border-width)) var(--infinite-active-row-border-style, var(--infinite-active-cell-border-style)) var(--infinite-active-row-border-color, rgb(var(--infinite-active-cell-border-color--r) var(--infinite-active-cell-border-color--g) var(--infinite-active-cell-border-color--b))));background:var(--infinite-active-row-background, var(--infinite-active-cell-background, rgba(var(--infinite-active-cell-border-color--r), var(--infinite-active-cell-border-color--g), var(--infinite-active-cell-border-color--b), var(--infinite-active-row-background-alpha, var(--infinite-active-cell-background-alpha)))))}
|
|
564
|
-
|
|
565
|
-
.j26lrx1{display:block}
|
|
566
|
-
|
|
567
|
-
.j26lrx2{display:none}
|
|
568
|
-
|
|
569
|
-
._1yeub2v0{outline:none;font-family:var(--infinite-font-family);color:var(--infinite-color);background:var(--infinite-background);min-height:var(--infinite-min-height)}
|
|
570
|
-
|
|
571
|
-
._1yeub2v1{--infinite-row-pointer-events-while-scrolling: none}
|
|
572
|
-
|
|
573
|
-
._1yeub2ve{--infinite-active-cell-background-alpha: var(--infinite-active-cell-background-alpha--table-unfocused);--infinite-active-row-background-alpha: var(--infinite-active-row-background-alpha--table-unfocused, var(--infinite-active-cell-background-alpha--table-unfocused))}
|
|
574
|
-
|
|
575
|
-
._1yeub2vi{border-right:var(--infinite-cell-border)}
|
|
576
|
-
|
|
577
|
-
._1yeub2vj{border-left:var(--infinite-cell-border)}
|
|
578
|
-
|
|
579
|
-
._1yeub2vl{-webkit-user-select:none;-moz-user-select:none;user-select:none}
|
|
580
|
-
|
|
581
|
-
._1yeub2vp{transform:translate(-100%);border-right:var(--infinite-pinned-cell-border);bottom:var(--_1slvgu9m)}
|
|
582
|
-
|
|
583
|
-
._1yeub2vq{left:var(--_1slvgu9f)}
|
|
584
|
-
|
|
585
|
-
._1yeub2vn ._1yeub2vq{visibility:visible}
|
|
586
|
-
|
|
587
|
-
._1yeub2vr{left:calc(var(--_1slvgu9h))}
|
|
588
|
-
|
|
589
|
-
._1yeub2vo ._1yeub2vr{visibility:visible}
|
|
590
|
-
|
|
591
|
-
._7pupv00{will-change:transform;position:absolute;top:0;left:0;pointer-events:var(--infinite-row-pointer-events-while-scrolling);--infinite-column-cell-bg-dont-override: var(--infinite-row-background)}
|
|
592
|
-
|
|
593
|
-
._7pupv01{--infinite-row-background: var(--infinite-row-hover-background);--infinite-row-selected-background: var(--infinite-row-selected-hover-background);--infinite-row-odd-background: var(--infinite-row-hover-background)}
|
|
594
|
-
|
|
595
|
-
._7pupv03{background:var(--infinite-row-background)}
|
|
596
|
-
|
|
597
|
-
._7pupv04{background:var(--infinite-row-odd-background)}
|
|
598
|
-
|
|
599
|
-
._7pupv05{z-index:100}
|
|
600
|
-
|
|
601
|
-
._7pupv07{z-index:100}
|
|
602
|
-
|
|
603
|
-
._7pupv0b{-webkit-padding-start:calc(var(--infinite-dont-override-group-row-nesting-length) * var(--infinite-group-row-column-nesting));padding-inline-start:calc(var(--infinite-dont-override-group-row-nesting-length) * var(--infinite-group-row-column-nesting))}
|
|
604
|
-
|
|
605
|
-
._7pupv0c{-webkit-padding-start:calc(var(--infinite-dont-override-group-row-nesting-length) * var(--infinite-group-row-column-nesting));padding-inline-start:calc(var(--infinite-dont-override-group-row-nesting-length) * var(--infinite-group-row-column-nesting))}
|
|
606
|
-
|
|
607
|
-
._7pupv0d{-webkit-padding-end:calc(var(--infinite-dont-override-group-row-nesting-length) * var(--infinite-group-row-column-nesting));padding-inline-end:calc(var(--infinite-dont-override-group-row-nesting-length) * var(--infinite-group-row-column-nesting))}
|
|
608
|
-
|
|
609
|
-
._1eexc2a0{justify-content:center}
|
|
610
|
-
|
|
611
|
-
._1eexc2a1{justify-content:flex-start}
|
|
612
|
-
|
|
613
|
-
._1eexc2a2{justify-content:flex-start;flex-flow:row-reverse}
|
|
614
|
-
|
|
615
|
-
._1eexc2a3{transition:left .3s}
|
|
616
|
-
|
|
617
|
-
._1eexc2a4{transition:none}
|
|
618
|
-
|
|
619
|
-
._1eexc2a5{padding:var(--infinite-cell-padding);border-left:var(--infinite-cell-border-width) solid transparent;border-right:var(--infinite-cell-border-width) solid transparent}
|
|
620
|
-
|
|
621
|
-
._1yeub2vl ._1eexc2a6{transition:transform var(--infinite-column-reorder-effect-duration)}
|
|
622
|
-
|
|
623
|
-
._1eexc2a7{margin-inline:var(--infinite-selection-checkbox-margin-inline)}
|
|
624
|
-
|
|
625
|
-
._1eexc2a8{color:var(--infinite-cell-color)}
|
|
626
|
-
|
|
627
|
-
._1eexc2ah{background:var(--infinite-row-background)}
|
|
628
|
-
|
|
629
|
-
._1eexc2ai{background:var(--infinite-row-odd-background)}
|
|
630
|
-
|
|
631
|
-
._1eexc2aj{background:var(--infinite-row-selected-background)}
|
|
632
|
-
|
|
633
|
-
._1eexc2am{border-top-left-radius:var(--infinite-cell-border-radius);border-bottom-left-radius:var(--infinite-cell-border-radius)}
|
|
634
|
-
|
|
635
|
-
._1eexc2ao{border-top-right-radius:var(--infinite-cell-border-radius);border-bottom-right-radius:var(--infinite-cell-border-radius)}
|
|
636
|
-
|
|
637
|
-
.qz8ht90[disabled]{opacity:.7}
|
|
638
|
-
|
|
639
|
-
._12zfob11{margin-left:var(--infinite-header-cell-sort-icon-margin)}
|
|
640
|
-
|
|
641
|
-
._12zfob12{margin-left:var(--infinite-header-cell-sort-icon-margin)}
|
|
642
|
-
|
|
643
|
-
._12zfob13{margin-right:var(--infinite-header-cell-sort-icon-margin)}
|
|
644
|
-
|
|
645
|
-
._12zfob14{line-height:0;font-size:10px;border-radius:50%;padding:1px;position:absolute;transition:top .2s;top:0;right:2px}
|
|
646
|
-
|
|
647
|
-
._12zfob15{background:var(--infinite-header-background);top:0;right:0;bottom:0}
|
|
648
|
-
|
|
649
|
-
._12zfob16{background:var(--infinite-header-background);color:var(--infinite-header-color)}
|
|
650
|
-
|
|
651
|
-
._12zfob1e{z-index:10}
|
|
652
|
-
|
|
653
|
-
._12zfob1k{background:var(--infinite-header-cell-hover-background);color:var(--infinite-cell-color);opacity:.8;padding:var(--infinite-cell-padding);padding-left:20px;z-index:2000}
|
|
654
|
-
|
|
655
|
-
._12zfob1l{border-left:var(--infinite-cell-border-width) solid transparent;border-right:var(--infinite-cell-border);background:var(--infinite-header-cell-background);padding:0}
|
|
656
|
-
|
|
657
|
-
._12zfob1l:hover{background:var(--infinite-header-cell-hover-background)}
|
|
658
|
-
|
|
659
|
-
._12zfob1z{border-top-left-radius:var(--infinite-cell-border-radius);border-bottom-left-radius:var(--infinite-cell-border-radius)}
|
|
660
|
-
|
|
661
|
-
._12zfob111{border-top-right-radius:var(--infinite-cell-border-radius);border-bottom-right-radius:var(--infinite-cell-border-radius)}
|
|
662
|
-
|
|
663
|
-
._12zfob119{z-index:10}
|
|
664
|
-
|
|
665
|
-
._1yeub2va ._12zfob11e{--infinite-cell-border: var(--infinite-cell-border-invisible)}
|
|
666
|
-
|
|
667
|
-
._12zfob11g{border-right:var(--infinite-cell-border)}
|
|
668
|
-
|
|
669
|
-
._12zfob11h{cursor:context-menu;-webkit-padding-before:2px;padding-block-start:2px;-webkit-padding-after:2px;padding-block-end:2px;min-width:var(--infinite-header-cell-icon-size);height:var(--infinite-header-cell-icon-size)}
|
|
670
|
-
|
|
671
|
-
._12zfob11h:active{top:1px}
|
|
672
|
-
|
|
673
|
-
._12zfob1l:hover ._12zfob11h{visibility:visible;display:flex}
|
|
674
|
-
|
|
675
|
-
._12zfob11j{display:none}
|
|
676
|
-
|
|
677
|
-
._12zfob11k{padding:var(--infinite-header-cell-padding)}
|
|
678
|
-
|
|
679
|
-
._12zfob11o{flex-direction:row-reverse}
|
|
680
|
-
|
|
681
|
-
._12zfob11p{justify-content:center}
|
|
682
|
-
|
|
683
|
-
._12zfob11q{background:var(--infinite-header-background)}
|
|
684
|
-
|
|
685
|
-
._12zfob11r{padding:var(--infinite-cell-padding);border-bottom:var(--infinite-cell-border);border-right:var(--infinite-cell-border);background:var(--infinite-header-cell-background)}
|
|
686
|
-
|
|
687
|
-
._12zfob11s{border-top:var(--infinite-cell-border)}
|
|
688
|
-
|
|
689
|
-
._1ek6mqy0{-webkit-padding-before:2px;padding-block-start:2px;-webkit-padding-after:2px;padding-block-end:2px;min-width:var(--infinite-header-cell-icon-size);height:var(--infinite-header-cell-icon-size)}
|
|
690
|
-
|
|
691
|
-
.zneyzh0{transform:translate(50%);width:var(--infinite-resize-handle-active-area-width)}
|
|
692
|
-
|
|
693
|
-
.zneyzh0:hover{overflow:visible}
|
|
694
|
-
|
|
695
|
-
.zneyzh2{transform:translate(-50%)}
|
|
696
|
-
|
|
697
|
-
.zneyzh8{transform:none}
|
|
698
|
-
|
|
699
|
-
.zneyzh9{transform:none}
|
|
700
|
-
|
|
701
|
-
.zneyzha{transform:none}
|
|
702
|
-
|
|
703
|
-
.zneyzhb{right:calc((var(--infinite-resize-handle-active-area-width) - var(--infinite-resize-handle-width)) / 2);width:var(--infinite-resize-handle-width)}
|
|
704
|
-
|
|
705
|
-
.zneyzh0:hover .zneyzhb{background:var(--infinite-resize-handle-hover-background)}
|
|
706
|
-
|
|
707
|
-
.zneyzh0:hover .zneyzhd{background:var(--infinite-resize-handle-constrained-hover-background)}
|
|
708
|
-
|
|
709
|
-
.qy58ya0{flex-flow:row;align-items:center;justify-content:center}
|
|
710
|
-
|
|
711
|
-
.qy58ya1{display:flex}
|
|
712
|
-
|
|
713
|
-
.qy58ya2{display:none}
|
|
714
|
-
|
|
715
|
-
.qy58ya3{background:var(--infinite-load-mask-overlay-background);opacity:var(--infinite-load-mask-overlay-opacity)}
|
|
716
|
-
|
|
717
|
-
.qy58ya4{position:relative;padding:var(--infinite-load-mask-padding);color:var(--infinite-load-mask-color);background:var(--infinite-load-mask-text-background);border-radius:var(--infinite-load-mask-border-radius)}
|
|
718
|
-
|
|
719
|
-
.db3arf0{padding:var(--infinite-menu-padding);color:var(--infinite-menu-color);background:var(--infinite-menu-background);border-radius:var(--infinite-menu-border-radius);outline:none;box-shadow:0 6px 12px -2px var(--infinite-menu-shadow-color),0 3px 7px -3px var(--infinite-menu-background)}
|
|
720
|
-
|
|
721
|
-
.db3arf1{display:contents}
|
|
722
|
-
|
|
723
|
-
.db3arf2{padding-block:var(--infinite-menu-cell-padding-vertical);padding-inline:var(--infinite-menu-cell-padding-horizontal);margin-block:var(--infinite-menu-cell-margin-vertical);border:var(--infinite-active-row-border, var(--infinite-active-row-border-width, var(--infinite-active-cell-border-width)) var(--infinite-active-row-border-style, var(--infinite-active-cell-border-style)) var(--infinite-active-row-border-color, rgb(var(--infinite-active-cell-border-color--r) var(--infinite-active-cell-border-color--g) var(--infinite-active-cell-border-color--b))));border-color:transparent}
|
|
724
|
-
|
|
725
|
-
.db3arf3{opacity:var(--infinite-menu-item-disabled-opacity);background:var(--infinite-menu-item-disabled-background)}
|
|
726
|
-
|
|
727
|
-
.db3arf0:focus-within>.db3arf1>.db3arf9{border:var(--infinite-active-row-border, var(--infinite-active-row-border-width, var(--infinite-active-cell-border-width)) var(--infinite-active-row-border-style, var(--infinite-active-cell-border-style)) var(--infinite-active-row-border-color, rgb(var(--infinite-active-cell-border-color--r) var(--infinite-active-cell-border-color--g) var(--infinite-active-cell-border-color--b))))}
|
|
728
|
-
|
|
729
|
-
.db3arf0:focus-within>.db3arf1>.db3arf9:first-child:last-child{border:var(--infinite-active-row-border, var(--infinite-active-row-border-width, var(--infinite-active-cell-border-width)) var(--infinite-active-row-border-style, var(--infinite-active-cell-border-style)) var(--infinite-active-row-border-color, rgb(var(--infinite-active-cell-border-color--r) var(--infinite-active-cell-border-color--g) var(--infinite-active-cell-border-color--b))))}
|
|
730
|
-
|
|
731
|
-
.db3arf0:focus-within>.db3arf1>.db3arf9:first-child{border-right-color:transparent}
|
|
732
|
-
|
|
733
|
-
.db3arf0:focus-within>.db3arf1>.db3arf9:last-child{border-left-color:transparent}
|
|
734
|
-
|
|
735
|
-
.db3arf0:focus-within>.db3arf1>.db3arf9:not(:first-child):not(:last-child){border-left-color:transparent;border-right-color:transparent}
|
|
736
|
-
|
|
737
|
-
.db3arfb{background:var(--infinite-menu-item-active-background);opacity:var(--infinite-menu-item-active-opacity)}
|
|
738
|
-
|
|
739
|
-
.db3arfc{background:var(--infinite-menu-item-pressed-background);opacity:var(--infinite-menu-item-pressed-opacity)}
|
|
740
|
-
|
|
741
|
-
.db3arfd{border-top:1px solid currentColor;border-bottom:0;margin-top:calc(var(--infinite-menu-cell-padding-vertical) / 2);margin-bottom:calc(var(--infinite-menu-cell-padding-vertical) / 2)}
|
|
742
|
-
|
|
743
|
-
/**********************************
|
|
744
|
-
** ADAPTABLE BASE STYLES **
|
|
745
|
-
**********************************/
|
|
746
|
-
|
|
747
|
-
:root {
|
|
748
|
-
--rdp-cell-size: 40px;
|
|
749
|
-
--rdp-accent-color: #0000ff;
|
|
750
|
-
--rdp-background-color: #e7edff;
|
|
751
|
-
/* Switch to dark colors for dark themes */
|
|
752
|
-
--rdp-accent-color-dark: #3003e1;
|
|
753
|
-
--rdp-background-color-dark: #180270;
|
|
754
|
-
/* Outline border for focused elements */
|
|
755
|
-
--rdp-outline: 2px solid var(--rdp-accent-color);
|
|
756
|
-
/* Outline border for focused and selected elements */
|
|
757
|
-
--rdp-outline-selected: 2px solid rgba(0, 0, 0, 0.75);
|
|
758
|
-
}
|
|
759
|
-
|
|
760
|
-
.rdp {
|
|
761
|
-
margin: 1em;
|
|
762
|
-
}
|
|
763
|
-
|
|
764
|
-
/* Hide elements for devices that are not screen readers */
|
|
765
|
-
|
|
766
|
-
.rdp-vhidden {
|
|
767
|
-
box-sizing: border-box;
|
|
768
|
-
padding: 0;
|
|
769
|
-
margin: 0;
|
|
770
|
-
background: transparent;
|
|
771
|
-
border: 0;
|
|
772
|
-
-moz-appearance: none;
|
|
773
|
-
-webkit-appearance: none;
|
|
774
|
-
appearance: none;
|
|
775
|
-
position: absolute !important;
|
|
776
|
-
top: 0;
|
|
777
|
-
width: 1px !important;
|
|
778
|
-
height: 1px !important;
|
|
779
|
-
padding: 0 !important;
|
|
780
|
-
overflow: hidden !important;
|
|
781
|
-
clip: rect(1px, 1px, 1px, 1px) !important;
|
|
782
|
-
border: 0 !important;
|
|
783
|
-
}
|
|
784
|
-
|
|
785
|
-
/* Buttons */
|
|
786
|
-
|
|
787
|
-
.rdp-button_reset {
|
|
788
|
-
appearance: none;
|
|
789
|
-
position: relative;
|
|
790
|
-
margin: 0;
|
|
791
|
-
padding: 0;
|
|
792
|
-
cursor: default;
|
|
793
|
-
color: inherit;
|
|
794
|
-
outline: none;
|
|
795
|
-
background: none;
|
|
796
|
-
font: inherit;
|
|
797
|
-
|
|
798
|
-
-moz-appearance: none;
|
|
799
|
-
-webkit-appearance: none;
|
|
800
|
-
}
|
|
801
|
-
|
|
802
|
-
.rdp-button {
|
|
803
|
-
border: 2px solid transparent;
|
|
804
|
-
}
|
|
805
|
-
|
|
806
|
-
.rdp-button[aria-disabled='true'] {
|
|
807
|
-
opacity: 0.25;
|
|
808
|
-
pointer-events: none;
|
|
809
|
-
}
|
|
810
|
-
|
|
811
|
-
.rdp-button:not([aria-disabled='true']) {
|
|
812
|
-
cursor: pointer;
|
|
813
|
-
}
|
|
814
|
-
|
|
815
|
-
.rdp-button:focus,
|
|
816
|
-
.rdp-button:active {
|
|
817
|
-
color: inherit;
|
|
818
|
-
border: var(--rdp-outline);
|
|
819
|
-
background-color: var(--rdp-background-color);
|
|
820
|
-
}
|
|
821
|
-
|
|
822
|
-
.rdp-button:hover:not([aria-disabled='true']) {
|
|
823
|
-
background-color: var(--rdp-background-color);
|
|
824
|
-
}
|
|
825
|
-
|
|
826
|
-
.rdp-months {
|
|
827
|
-
display: flex;
|
|
828
|
-
}
|
|
829
|
-
|
|
830
|
-
.rdp-month {
|
|
831
|
-
margin: 0 1em;
|
|
832
|
-
}
|
|
833
|
-
|
|
834
|
-
.rdp-month:first-child {
|
|
835
|
-
margin-left: 0;
|
|
836
|
-
}
|
|
837
|
-
|
|
838
|
-
.rdp-month:last-child {
|
|
839
|
-
margin-right: 0;
|
|
840
|
-
}
|
|
841
|
-
|
|
842
|
-
.rdp-table {
|
|
843
|
-
margin: 0;
|
|
844
|
-
max-width: calc(var(--rdp-cell-size) * 7);
|
|
845
|
-
border-collapse: collapse;
|
|
846
|
-
}
|
|
847
|
-
|
|
848
|
-
.rdp-with_weeknumber .rdp-table {
|
|
849
|
-
max-width: calc(var(--rdp-cell-size) * 8);
|
|
850
|
-
border-collapse: collapse;
|
|
851
|
-
}
|
|
852
|
-
|
|
853
|
-
.rdp-caption {
|
|
854
|
-
display: flex;
|
|
855
|
-
align-items: center;
|
|
856
|
-
justify-content: space-between;
|
|
857
|
-
padding: 0;
|
|
858
|
-
text-align: left;
|
|
859
|
-
}
|
|
860
|
-
|
|
861
|
-
.rdp-multiple_months .rdp-caption {
|
|
862
|
-
position: relative;
|
|
863
|
-
display: block;
|
|
864
|
-
text-align: center;
|
|
865
|
-
}
|
|
866
|
-
|
|
867
|
-
.rdp-caption_dropdowns {
|
|
868
|
-
position: relative;
|
|
869
|
-
display: inline-flex;
|
|
870
|
-
}
|
|
871
|
-
|
|
872
|
-
.rdp-caption_label {
|
|
873
|
-
position: relative;
|
|
874
|
-
z-index: 1;
|
|
875
|
-
display: inline-flex;
|
|
876
|
-
align-items: center;
|
|
877
|
-
margin: 0;
|
|
878
|
-
padding: 0 0.25em;
|
|
879
|
-
white-space: nowrap;
|
|
880
|
-
color: currentColor;
|
|
881
|
-
border: 0;
|
|
882
|
-
border: 2px solid transparent;
|
|
883
|
-
font-family: inherit;
|
|
884
|
-
font-size: 140%;
|
|
885
|
-
font-weight: bold;
|
|
886
|
-
}
|
|
887
|
-
|
|
888
|
-
.rdp-nav {
|
|
889
|
-
white-space: nowrap;
|
|
890
|
-
}
|
|
891
|
-
|
|
892
|
-
.rdp-multiple_months .rdp-caption_start .rdp-nav {
|
|
893
|
-
position: absolute;
|
|
894
|
-
top: 50%;
|
|
895
|
-
left: 0;
|
|
896
|
-
transform: translateY(-50%);
|
|
897
|
-
}
|
|
898
|
-
|
|
899
|
-
.rdp-multiple_months .rdp-caption_end .rdp-nav {
|
|
900
|
-
position: absolute;
|
|
901
|
-
top: 50%;
|
|
902
|
-
right: 0;
|
|
903
|
-
transform: translateY(-50%);
|
|
904
|
-
}
|
|
905
|
-
|
|
906
|
-
.rdp-nav_button {
|
|
907
|
-
display: inline-flex;
|
|
908
|
-
align-items: center;
|
|
909
|
-
justify-content: center;
|
|
910
|
-
width: var(--rdp-cell-size);
|
|
911
|
-
height: var(--rdp-cell-size);
|
|
912
|
-
padding: 0.25em;
|
|
913
|
-
border-radius: 100%;
|
|
914
|
-
}
|
|
915
|
-
|
|
916
|
-
/* ---------- */
|
|
917
|
-
|
|
918
|
-
/* Dropdowns */
|
|
919
|
-
|
|
920
|
-
/* ---------- */
|
|
921
|
-
|
|
922
|
-
.rdp-dropdown_year,
|
|
923
|
-
.rdp-dropdown_month {
|
|
924
|
-
position: relative;
|
|
925
|
-
display: inline-flex;
|
|
926
|
-
align-items: center;
|
|
927
|
-
}
|
|
928
|
-
|
|
929
|
-
.rdp-dropdown {
|
|
930
|
-
appearance: none;
|
|
931
|
-
position: absolute;
|
|
932
|
-
z-index: 2;
|
|
933
|
-
top: 0;
|
|
934
|
-
bottom: 0;
|
|
935
|
-
left: 0;
|
|
936
|
-
width: 100%;
|
|
937
|
-
margin: 0;
|
|
938
|
-
padding: 0;
|
|
939
|
-
cursor: inherit;
|
|
940
|
-
opacity: 0;
|
|
941
|
-
border: none;
|
|
942
|
-
background-color: transparent;
|
|
943
|
-
font-family: inherit;
|
|
944
|
-
font-size: inherit;
|
|
945
|
-
line-height: inherit;
|
|
946
|
-
}
|
|
947
|
-
|
|
948
|
-
.rdp-dropdown[disabled] {
|
|
949
|
-
opacity: unset;
|
|
950
|
-
color: unset;
|
|
951
|
-
}
|
|
952
|
-
|
|
953
|
-
.rdp-dropdown:focus:not([disabled]) + .rdp-caption_label,
|
|
954
|
-
.rdp-dropdown:active:not([disabled]) + .rdp-caption_label {
|
|
955
|
-
border: var(--rdp-outline);
|
|
956
|
-
border-radius: 6px;
|
|
957
|
-
background-color: var(--rdp-background-color);
|
|
958
|
-
}
|
|
959
|
-
|
|
960
|
-
.rdp-dropdown_icon {
|
|
961
|
-
margin: 0 0 0 5px;
|
|
962
|
-
}
|
|
963
|
-
|
|
964
|
-
.rdp-head {
|
|
965
|
-
border: 0;
|
|
966
|
-
}
|
|
967
|
-
|
|
968
|
-
.rdp-head_row,
|
|
969
|
-
.rdp-row {
|
|
970
|
-
height: 100%;
|
|
971
|
-
}
|
|
972
|
-
|
|
973
|
-
.rdp-head_cell {
|
|
974
|
-
vertical-align: middle;
|
|
975
|
-
text-transform: uppercase;
|
|
976
|
-
font-size: 0.75em;
|
|
977
|
-
font-weight: 700;
|
|
978
|
-
text-align: center;
|
|
979
|
-
height: 100%;
|
|
980
|
-
height: var(--rdp-cell-size);
|
|
981
|
-
padding: 0;
|
|
982
|
-
}
|
|
983
|
-
|
|
984
|
-
.rdp-tbody {
|
|
985
|
-
border: 0;
|
|
986
|
-
}
|
|
987
|
-
|
|
988
|
-
.rdp-tfoot {
|
|
989
|
-
margin: 0.5em;
|
|
990
|
-
}
|
|
991
|
-
|
|
992
|
-
.rdp-cell {
|
|
993
|
-
width: var(--rdp-cell-size);
|
|
994
|
-
height: 100%;
|
|
995
|
-
height: var(--rdp-cell-size);
|
|
996
|
-
padding: 0;
|
|
997
|
-
text-align: center;
|
|
998
|
-
}
|
|
999
|
-
|
|
1000
|
-
.rdp-weeknumber {
|
|
1001
|
-
font-size: 0.75em;
|
|
1002
|
-
}
|
|
1003
|
-
|
|
1004
|
-
.rdp-weeknumber,
|
|
1005
|
-
.rdp-day {
|
|
1006
|
-
display: flex;
|
|
1007
|
-
overflow: hidden;
|
|
1008
|
-
align-items: center;
|
|
1009
|
-
justify-content: center;
|
|
1010
|
-
box-sizing: border-box;
|
|
1011
|
-
width: var(--rdp-cell-size);
|
|
1012
|
-
max-width: var(--rdp-cell-size);
|
|
1013
|
-
height: var(--rdp-cell-size);
|
|
1014
|
-
margin: 0;
|
|
1015
|
-
border: 2px solid transparent;
|
|
1016
|
-
border-radius: 100%;
|
|
1017
|
-
}
|
|
1018
|
-
|
|
1019
|
-
.rdp-day_today:not(.rdp-day_outside) {
|
|
1020
|
-
font-weight: bold;
|
|
1021
|
-
}
|
|
1022
|
-
|
|
1023
|
-
.rdp-day_selected:not([aria-disabled='true']),
|
|
1024
|
-
.rdp-day_selected:focus:not([aria-disabled='true']),
|
|
1025
|
-
.rdp-day_selected:active:not([aria-disabled='true']),
|
|
1026
|
-
.rdp-day_selected:hover:not([aria-disabled='true']) {
|
|
1027
|
-
color: white;
|
|
1028
|
-
background-color: var(--rdp-accent-color);
|
|
1029
|
-
}
|
|
1030
|
-
|
|
1031
|
-
.rdp-day_selected:focus:not([aria-disabled='true']) {
|
|
1032
|
-
border: var(--rdp-outline-selected);
|
|
1033
|
-
}
|
|
1034
|
-
|
|
1035
|
-
.rdp:not([dir='rtl']) .rdp-day_range_start:not(.rdp-day_range_end) {
|
|
1036
|
-
border-top-right-radius: 0;
|
|
1037
|
-
border-bottom-right-radius: 0;
|
|
1038
|
-
}
|
|
1039
|
-
|
|
1040
|
-
.rdp:not([dir='rtl']) .rdp-day_range_end:not(.rdp-day_range_start) {
|
|
1041
|
-
border-top-left-radius: 0;
|
|
1042
|
-
border-bottom-left-radius: 0;
|
|
1043
|
-
}
|
|
1044
|
-
|
|
1045
|
-
.rdp[dir='rtl'] .rdp-day_range_start:not(.rdp-day_range_end) {
|
|
1046
|
-
border-top-left-radius: 0;
|
|
1047
|
-
border-bottom-left-radius: 0;
|
|
1048
|
-
}
|
|
1049
|
-
|
|
1050
|
-
.rdp[dir='rtl'] .rdp-day_range_end:not(.rdp-day_range_start) {
|
|
1051
|
-
border-top-right-radius: 0;
|
|
1052
|
-
border-bottom-right-radius: 0;
|
|
1053
|
-
}
|
|
1054
|
-
|
|
1055
|
-
.rdp-day_range_end.rdp-day_range_start {
|
|
1056
|
-
border-radius: 100%;
|
|
1057
|
-
}
|
|
1058
|
-
|
|
1059
|
-
.rdp-day_range_middle {
|
|
1060
|
-
border-radius: 0;
|
|
1061
|
-
}
|
|
1062
|
-
|
|
1063
|
-
:root {
|
|
1064
|
-
--toastify-color-light: #fff;
|
|
1065
|
-
--toastify-color-dark: #121212;
|
|
1066
|
-
--toastify-color-info: #3498db;
|
|
1067
|
-
--toastify-color-success: #07bc0c;
|
|
1068
|
-
--toastify-color-warning: #f1c40f;
|
|
1069
|
-
--toastify-color-error: #e74c3c;
|
|
1070
|
-
--toastify-color-transparent: rgba(255, 255, 255, 0.7);
|
|
1071
|
-
--toastify-icon-color-info: var(--toastify-color-info);
|
|
1072
|
-
--toastify-icon-color-success: var(--toastify-color-success);
|
|
1073
|
-
--toastify-icon-color-warning: var(--toastify-color-warning);
|
|
1074
|
-
--toastify-icon-color-error: var(--toastify-color-error);
|
|
1075
|
-
--toastify-toast-width: 320px;
|
|
1076
|
-
--toastify-toast-background: #fff;
|
|
1077
|
-
--toastify-toast-min-height: 64px;
|
|
1078
|
-
--toastify-toast-max-height: 800px;
|
|
1079
|
-
--toastify-font-family: sans-serif;
|
|
1080
|
-
--toastify-z-index: 9999;
|
|
1081
|
-
--toastify-text-color-light: #757575;
|
|
1082
|
-
--toastify-text-color-dark: #fff;
|
|
1083
|
-
--toastify-text-color-info: #fff;
|
|
1084
|
-
--toastify-text-color-success: #fff;
|
|
1085
|
-
--toastify-text-color-warning: #fff;
|
|
1086
|
-
--toastify-text-color-error: #fff;
|
|
1087
|
-
--toastify-spinner-color: #616161;
|
|
1088
|
-
--toastify-spinner-color-empty-area: #e0e0e0;
|
|
1089
|
-
--toastify-color-progress-light: linear-gradient(
|
|
1090
|
-
to right,
|
|
1091
|
-
#4cd964,
|
|
1092
|
-
#5ac8fa,
|
|
1093
|
-
#007aff,
|
|
1094
|
-
#34aadc,
|
|
1095
|
-
#5856d6,
|
|
1096
|
-
#ff2d55
|
|
1097
|
-
);
|
|
1098
|
-
--toastify-color-progress-dark: #bb86fc;
|
|
1099
|
-
--toastify-color-progress-info: var(--toastify-color-info);
|
|
1100
|
-
--toastify-color-progress-success: var(--toastify-color-success);
|
|
1101
|
-
--toastify-color-progress-warning: var(--toastify-color-warning);
|
|
1102
|
-
--toastify-color-progress-error: var(--toastify-color-error);
|
|
1103
|
-
}
|
|
1104
|
-
|
|
1105
|
-
.Toastify__toast-container {
|
|
1106
|
-
z-index: var(--toastify-z-index);
|
|
1107
|
-
-webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
|
|
1108
|
-
position: fixed;
|
|
1109
|
-
padding: 4px;
|
|
1110
|
-
width: var(--toastify-toast-width);
|
|
1111
|
-
box-sizing: border-box;
|
|
1112
|
-
color: #fff;
|
|
1113
|
-
}
|
|
1114
|
-
|
|
1115
|
-
.Toastify__toast-container--top-left {
|
|
1116
|
-
top: 1em;
|
|
1117
|
-
left: 1em;
|
|
1118
|
-
}
|
|
1119
|
-
|
|
1120
|
-
.Toastify__toast-container--top-center {
|
|
1121
|
-
top: 1em;
|
|
1122
|
-
left: 50%;
|
|
1123
|
-
transform: translateX(-50%);
|
|
1124
|
-
}
|
|
1125
|
-
|
|
1126
|
-
.Toastify__toast-container--top-right {
|
|
1127
|
-
top: 1em;
|
|
1128
|
-
right: 1em;
|
|
1129
|
-
}
|
|
1130
|
-
|
|
1131
|
-
.Toastify__toast-container--bottom-left {
|
|
1132
|
-
bottom: 1em;
|
|
1133
|
-
left: 1em;
|
|
1134
|
-
}
|
|
1135
|
-
|
|
1136
|
-
.Toastify__toast-container--bottom-center {
|
|
1137
|
-
bottom: 1em;
|
|
1138
|
-
left: 50%;
|
|
1139
|
-
transform: translateX(-50%);
|
|
1140
|
-
}
|
|
1141
|
-
|
|
1142
|
-
.Toastify__toast-container--bottom-right {
|
|
1143
|
-
bottom: 1em;
|
|
1144
|
-
right: 1em;
|
|
1145
|
-
}
|
|
1146
|
-
|
|
1147
|
-
@media only screen and (max-width : 480px) {
|
|
1148
|
-
.Toastify__toast-container {
|
|
1149
|
-
width: 100vw;
|
|
1150
|
-
padding: 0;
|
|
1151
|
-
left: 0;
|
|
1152
|
-
margin: 0;
|
|
1153
|
-
}
|
|
1154
|
-
.Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
|
|
1155
|
-
top: 0;
|
|
1156
|
-
transform: translateX(0);
|
|
1157
|
-
}
|
|
1158
|
-
.Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
|
|
1159
|
-
bottom: 0;
|
|
1160
|
-
transform: translateX(0);
|
|
1161
|
-
}
|
|
1162
|
-
.Toastify__toast-container--rtl {
|
|
1163
|
-
right: 0;
|
|
1164
|
-
left: initial;
|
|
1165
|
-
}
|
|
1166
|
-
}
|
|
1167
|
-
|
|
1168
|
-
.Toastify__toast {
|
|
1169
|
-
position: relative;
|
|
1170
|
-
min-height: var(--toastify-toast-min-height);
|
|
1171
|
-
box-sizing: border-box;
|
|
1172
|
-
margin-bottom: 1rem;
|
|
1173
|
-
padding: 8px;
|
|
1174
|
-
border-radius: 4px;
|
|
1175
|
-
box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
|
|
1176
|
-
display: -ms-flexbox;
|
|
1177
|
-
display: flex;
|
|
1178
|
-
-ms-flex-pack: justify;
|
|
1179
|
-
justify-content: space-between;
|
|
1180
|
-
max-height: var(--toastify-toast-max-height);
|
|
1181
|
-
overflow: hidden;
|
|
1182
|
-
font-family: var(--toastify-font-family);
|
|
1183
|
-
cursor: pointer;
|
|
1184
|
-
direction: ltr;
|
|
1185
|
-
}
|
|
1186
|
-
|
|
1187
|
-
.Toastify__toast--rtl {
|
|
1188
|
-
direction: rtl;
|
|
1189
|
-
}
|
|
1190
|
-
|
|
1191
|
-
.Toastify__toast-body {
|
|
1192
|
-
margin: auto 0;
|
|
1193
|
-
-ms-flex: 1 1 auto;
|
|
1194
|
-
flex: 1 1 auto;
|
|
1195
|
-
padding: 6px;
|
|
1196
|
-
display: -ms-flexbox;
|
|
1197
|
-
display: flex;
|
|
1198
|
-
-ms-flex-align: center;
|
|
1199
|
-
align-items: center;
|
|
1200
|
-
}
|
|
1201
|
-
|
|
1202
|
-
.Toastify__toast-body > div:last-child {
|
|
1203
|
-
-ms-flex: 1;
|
|
1204
|
-
flex: 1;
|
|
1205
|
-
}
|
|
1206
|
-
|
|
1207
|
-
.Toastify__toast-icon {
|
|
1208
|
-
-webkit-margin-end: 10px;
|
|
1209
|
-
margin-inline-end: 10px;
|
|
1210
|
-
width: 20px;
|
|
1211
|
-
-ms-flex-negative: 0;
|
|
1212
|
-
flex-shrink: 0;
|
|
1213
|
-
display: -ms-flexbox;
|
|
1214
|
-
display: flex;
|
|
1215
|
-
}
|
|
1216
|
-
|
|
1217
|
-
.Toastify--animate {
|
|
1218
|
-
animation-fill-mode: both;
|
|
1219
|
-
animation-duration: 0.7s;
|
|
1220
|
-
}
|
|
1221
|
-
|
|
1222
|
-
.Toastify--animate-icon {
|
|
1223
|
-
animation-fill-mode: both;
|
|
1224
|
-
animation-duration: 0.3s;
|
|
1225
|
-
}
|
|
1226
|
-
|
|
1227
|
-
@media only screen and (max-width : 480px) {
|
|
1228
|
-
.Toastify__toast {
|
|
1229
|
-
margin-bottom: 0;
|
|
1230
|
-
border-radius: 0;
|
|
1231
|
-
}
|
|
1232
|
-
}
|
|
1233
|
-
|
|
1234
|
-
.Toastify__toast-theme--dark {
|
|
1235
|
-
background: var(--toastify-color-dark);
|
|
1236
|
-
color: var(--toastify-text-color-dark);
|
|
1237
|
-
}
|
|
1238
|
-
|
|
1239
|
-
.Toastify__toast-theme--light {
|
|
1240
|
-
background: var(--toastify-color-light);
|
|
1241
|
-
color: var(--toastify-text-color-light);
|
|
1242
|
-
}
|
|
1243
|
-
|
|
1244
|
-
.Toastify__toast-theme--colored.Toastify__toast--default {
|
|
1245
|
-
background: var(--toastify-color-light);
|
|
1246
|
-
color: var(--toastify-text-color-light);
|
|
1247
|
-
}
|
|
1248
|
-
|
|
1249
|
-
.Toastify__toast-theme--colored.Toastify__toast--info {
|
|
1250
|
-
color: var(--toastify-text-color-info);
|
|
1251
|
-
background: var(--toastify-color-info);
|
|
1252
|
-
}
|
|
1253
|
-
|
|
1254
|
-
.Toastify__toast-theme--colored.Toastify__toast--success {
|
|
1255
|
-
color: var(--toastify-text-color-success);
|
|
1256
|
-
background: var(--toastify-color-success);
|
|
1257
|
-
}
|
|
1258
|
-
|
|
1259
|
-
.Toastify__toast-theme--colored.Toastify__toast--warning {
|
|
1260
|
-
color: var(--toastify-text-color-warning);
|
|
1261
|
-
background: var(--toastify-color-warning);
|
|
1262
|
-
}
|
|
1263
|
-
|
|
1264
|
-
.Toastify__toast-theme--colored.Toastify__toast--error {
|
|
1265
|
-
color: var(--toastify-text-color-error);
|
|
1266
|
-
background: var(--toastify-color-error);
|
|
1267
|
-
}
|
|
1268
|
-
|
|
1269
|
-
.Toastify__progress-bar-theme--light {
|
|
1270
|
-
background: var(--toastify-color-progress-light);
|
|
1271
|
-
}
|
|
1272
|
-
|
|
1273
|
-
.Toastify__progress-bar-theme--dark {
|
|
1274
|
-
background: var(--toastify-color-progress-dark);
|
|
1275
|
-
}
|
|
1276
|
-
|
|
1277
|
-
.Toastify__progress-bar--info {
|
|
1278
|
-
background: var(--toastify-color-progress-info);
|
|
1279
|
-
}
|
|
1280
|
-
|
|
1281
|
-
.Toastify__progress-bar--success {
|
|
1282
|
-
background: var(--toastify-color-progress-success);
|
|
1283
|
-
}
|
|
1284
|
-
|
|
1285
|
-
.Toastify__progress-bar--warning {
|
|
1286
|
-
background: var(--toastify-color-progress-warning);
|
|
1287
|
-
}
|
|
1288
|
-
|
|
1289
|
-
.Toastify__progress-bar--error {
|
|
1290
|
-
background: var(--toastify-color-progress-error);
|
|
1291
|
-
}
|
|
1292
|
-
|
|
1293
|
-
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
|
|
1294
|
-
background: var(--toastify-color-transparent);
|
|
1295
|
-
}
|
|
1296
|
-
|
|
1297
|
-
.Toastify__close-button {
|
|
1298
|
-
color: #fff;
|
|
1299
|
-
background: transparent;
|
|
1300
|
-
outline: none;
|
|
1301
|
-
border: none;
|
|
1302
|
-
padding: 0;
|
|
1303
|
-
cursor: pointer;
|
|
1304
|
-
opacity: 0.7;
|
|
1305
|
-
transition: 0.3s ease;
|
|
1306
|
-
-ms-flex-item-align: start;
|
|
1307
|
-
align-self: flex-start;
|
|
1308
|
-
}
|
|
1309
|
-
|
|
1310
|
-
.Toastify__close-button--light {
|
|
1311
|
-
color: #000;
|
|
1312
|
-
opacity: 0.3;
|
|
1313
|
-
}
|
|
1314
|
-
|
|
1315
|
-
.Toastify__close-button > svg {
|
|
1316
|
-
fill: currentColor;
|
|
1317
|
-
height: 16px;
|
|
1318
|
-
width: 14px;
|
|
1319
|
-
}
|
|
1320
|
-
|
|
1321
|
-
.Toastify__close-button:hover, .Toastify__close-button:focus {
|
|
1322
|
-
opacity: 1;
|
|
1323
|
-
}
|
|
1324
|
-
|
|
1325
|
-
@keyframes Toastify__trackProgress {
|
|
1326
|
-
0% {
|
|
1327
|
-
transform: scaleX(1);
|
|
1328
|
-
}
|
|
1329
|
-
100% {
|
|
1330
|
-
transform: scaleX(0);
|
|
1331
|
-
}
|
|
1332
|
-
}
|
|
1333
|
-
|
|
1334
|
-
.Toastify__progress-bar {
|
|
1335
|
-
position: absolute;
|
|
1336
|
-
bottom: 0;
|
|
1337
|
-
left: 0;
|
|
1338
|
-
width: 100%;
|
|
1339
|
-
height: 5px;
|
|
1340
|
-
z-index: var(--toastify-z-index);
|
|
1341
|
-
opacity: 0.7;
|
|
1342
|
-
transform-origin: left;
|
|
1343
|
-
}
|
|
1344
|
-
|
|
1345
|
-
.Toastify__progress-bar--animated {
|
|
1346
|
-
animation: Toastify__trackProgress linear 1 forwards;
|
|
1347
|
-
}
|
|
1348
|
-
|
|
1349
|
-
.Toastify__progress-bar--controlled {
|
|
1350
|
-
transition: transform 0.2s;
|
|
1351
|
-
}
|
|
1352
|
-
|
|
1353
|
-
.Toastify__progress-bar--rtl {
|
|
1354
|
-
right: 0;
|
|
1355
|
-
left: initial;
|
|
1356
|
-
transform-origin: right;
|
|
1357
|
-
}
|
|
1358
|
-
|
|
1359
|
-
.Toastify__spinner {
|
|
1360
|
-
width: 20px;
|
|
1361
|
-
height: 20px;
|
|
1362
|
-
box-sizing: border-box;
|
|
1363
|
-
border: 2px solid;
|
|
1364
|
-
border-radius: 100%;
|
|
1365
|
-
border-color: var(--toastify-spinner-color-empty-area);
|
|
1366
|
-
border-right-color: var(--toastify-spinner-color);
|
|
1367
|
-
animation: Toastify__spin 0.65s linear infinite;
|
|
1368
|
-
}
|
|
1369
|
-
|
|
1370
|
-
@keyframes Toastify__bounceInRight {
|
|
1371
|
-
from, 60%, 75%, 90%, to {
|
|
1372
|
-
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
1373
|
-
}
|
|
1374
|
-
from {
|
|
1375
|
-
opacity: 0;
|
|
1376
|
-
transform: translate3d(3000px, 0, 0);
|
|
1377
|
-
}
|
|
1378
|
-
60% {
|
|
1379
|
-
opacity: 1;
|
|
1380
|
-
transform: translate3d(-25px, 0, 0);
|
|
1381
|
-
}
|
|
1382
|
-
75% {
|
|
1383
|
-
transform: translate3d(10px, 0, 0);
|
|
1384
|
-
}
|
|
1385
|
-
90% {
|
|
1386
|
-
transform: translate3d(-5px, 0, 0);
|
|
1387
|
-
}
|
|
1388
|
-
to {
|
|
1389
|
-
transform: none;
|
|
1390
|
-
}
|
|
1391
|
-
}
|
|
1392
|
-
|
|
1393
|
-
@keyframes Toastify__bounceOutRight {
|
|
1394
|
-
20% {
|
|
1395
|
-
opacity: 1;
|
|
1396
|
-
transform: translate3d(-20px, 0, 0);
|
|
1397
|
-
}
|
|
1398
|
-
to {
|
|
1399
|
-
opacity: 0;
|
|
1400
|
-
transform: translate3d(2000px, 0, 0);
|
|
1401
|
-
}
|
|
1402
|
-
}
|
|
1403
|
-
|
|
1404
|
-
@keyframes Toastify__bounceInLeft {
|
|
1405
|
-
from, 60%, 75%, 90%, to {
|
|
1406
|
-
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
1407
|
-
}
|
|
1408
|
-
0% {
|
|
1409
|
-
opacity: 0;
|
|
1410
|
-
transform: translate3d(-3000px, 0, 0);
|
|
1411
|
-
}
|
|
1412
|
-
60% {
|
|
1413
|
-
opacity: 1;
|
|
1414
|
-
transform: translate3d(25px, 0, 0);
|
|
1415
|
-
}
|
|
1416
|
-
75% {
|
|
1417
|
-
transform: translate3d(-10px, 0, 0);
|
|
1418
|
-
}
|
|
1419
|
-
90% {
|
|
1420
|
-
transform: translate3d(5px, 0, 0);
|
|
1421
|
-
}
|
|
1422
|
-
to {
|
|
1423
|
-
transform: none;
|
|
1424
|
-
}
|
|
1425
|
-
}
|
|
1426
|
-
|
|
1427
|
-
@keyframes Toastify__bounceOutLeft {
|
|
1428
|
-
20% {
|
|
1429
|
-
opacity: 1;
|
|
1430
|
-
transform: translate3d(20px, 0, 0);
|
|
1431
|
-
}
|
|
1432
|
-
to {
|
|
1433
|
-
opacity: 0;
|
|
1434
|
-
transform: translate3d(-2000px, 0, 0);
|
|
1435
|
-
}
|
|
1436
|
-
}
|
|
1437
|
-
|
|
1438
|
-
@keyframes Toastify__bounceInUp {
|
|
1439
|
-
from, 60%, 75%, 90%, to {
|
|
1440
|
-
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
1441
|
-
}
|
|
1442
|
-
from {
|
|
1443
|
-
opacity: 0;
|
|
1444
|
-
transform: translate3d(0, 3000px, 0);
|
|
1445
|
-
}
|
|
1446
|
-
60% {
|
|
1447
|
-
opacity: 1;
|
|
1448
|
-
transform: translate3d(0, -20px, 0);
|
|
1449
|
-
}
|
|
1450
|
-
75% {
|
|
1451
|
-
transform: translate3d(0, 10px, 0);
|
|
1452
|
-
}
|
|
1453
|
-
90% {
|
|
1454
|
-
transform: translate3d(0, -5px, 0);
|
|
1455
|
-
}
|
|
1456
|
-
to {
|
|
1457
|
-
transform: translate3d(0, 0, 0);
|
|
1458
|
-
}
|
|
1459
|
-
}
|
|
1460
|
-
|
|
1461
|
-
@keyframes Toastify__bounceOutUp {
|
|
1462
|
-
20% {
|
|
1463
|
-
transform: translate3d(0, -10px, 0);
|
|
1464
|
-
}
|
|
1465
|
-
40%, 45% {
|
|
1466
|
-
opacity: 1;
|
|
1467
|
-
transform: translate3d(0, 20px, 0);
|
|
1468
|
-
}
|
|
1469
|
-
to {
|
|
1470
|
-
opacity: 0;
|
|
1471
|
-
transform: translate3d(0, -2000px, 0);
|
|
1472
|
-
}
|
|
1473
|
-
}
|
|
1474
|
-
|
|
1475
|
-
@keyframes Toastify__bounceInDown {
|
|
1476
|
-
from, 60%, 75%, 90%, to {
|
|
1477
|
-
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
1478
|
-
}
|
|
1479
|
-
0% {
|
|
1480
|
-
opacity: 0;
|
|
1481
|
-
transform: translate3d(0, -3000px, 0);
|
|
1482
|
-
}
|
|
1483
|
-
60% {
|
|
1484
|
-
opacity: 1;
|
|
1485
|
-
transform: translate3d(0, 25px, 0);
|
|
1486
|
-
}
|
|
1487
|
-
75% {
|
|
1488
|
-
transform: translate3d(0, -10px, 0);
|
|
1489
|
-
}
|
|
1490
|
-
90% {
|
|
1491
|
-
transform: translate3d(0, 5px, 0);
|
|
1492
|
-
}
|
|
1493
|
-
to {
|
|
1494
|
-
transform: none;
|
|
1495
|
-
}
|
|
1496
|
-
}
|
|
1497
|
-
|
|
1498
|
-
@keyframes Toastify__bounceOutDown {
|
|
1499
|
-
20% {
|
|
1500
|
-
transform: translate3d(0, 10px, 0);
|
|
1501
|
-
}
|
|
1502
|
-
40%, 45% {
|
|
1503
|
-
opacity: 1;
|
|
1504
|
-
transform: translate3d(0, -20px, 0);
|
|
1505
|
-
}
|
|
1506
|
-
to {
|
|
1507
|
-
opacity: 0;
|
|
1508
|
-
transform: translate3d(0, 2000px, 0);
|
|
1509
|
-
}
|
|
1510
|
-
}
|
|
1511
|
-
|
|
1512
|
-
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
|
|
1513
|
-
animation-name: Toastify__bounceInLeft;
|
|
1514
|
-
}
|
|
1515
|
-
|
|
1516
|
-
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
|
|
1517
|
-
animation-name: Toastify__bounceInRight;
|
|
1518
|
-
}
|
|
1519
|
-
|
|
1520
|
-
.Toastify__bounce-enter--top-center {
|
|
1521
|
-
animation-name: Toastify__bounceInDown;
|
|
1522
|
-
}
|
|
1523
|
-
|
|
1524
|
-
.Toastify__bounce-enter--bottom-center {
|
|
1525
|
-
animation-name: Toastify__bounceInUp;
|
|
1526
|
-
}
|
|
1527
|
-
|
|
1528
|
-
.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
|
|
1529
|
-
animation-name: Toastify__bounceOutLeft;
|
|
1530
|
-
}
|
|
1531
|
-
|
|
1532
|
-
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
|
|
1533
|
-
animation-name: Toastify__bounceOutRight;
|
|
1534
|
-
}
|
|
1535
|
-
|
|
1536
|
-
.Toastify__bounce-exit--top-center {
|
|
1537
|
-
animation-name: Toastify__bounceOutUp;
|
|
1538
|
-
}
|
|
1539
|
-
|
|
1540
|
-
.Toastify__bounce-exit--bottom-center {
|
|
1541
|
-
animation-name: Toastify__bounceOutDown;
|
|
1542
|
-
}
|
|
1543
|
-
|
|
1544
|
-
@keyframes Toastify__zoomIn {
|
|
1545
|
-
from {
|
|
1546
|
-
opacity: 0;
|
|
1547
|
-
transform: scale3d(0.3, 0.3, 0.3);
|
|
1548
|
-
}
|
|
1549
|
-
50% {
|
|
1550
|
-
opacity: 1;
|
|
1551
|
-
}
|
|
1552
|
-
}
|
|
1553
|
-
|
|
1554
|
-
@keyframes Toastify__zoomOut {
|
|
1555
|
-
from {
|
|
1556
|
-
opacity: 1;
|
|
1557
|
-
}
|
|
1558
|
-
50% {
|
|
1559
|
-
opacity: 0;
|
|
1560
|
-
transform: scale3d(0.3, 0.3, 0.3);
|
|
1561
|
-
}
|
|
1562
|
-
to {
|
|
1563
|
-
opacity: 0;
|
|
1564
|
-
}
|
|
1565
|
-
}
|
|
1566
|
-
|
|
1567
|
-
.Toastify__zoom-enter {
|
|
1568
|
-
animation-name: Toastify__zoomIn;
|
|
1569
|
-
}
|
|
1570
|
-
|
|
1571
|
-
.Toastify__zoom-exit {
|
|
1572
|
-
animation-name: Toastify__zoomOut;
|
|
1573
|
-
}
|
|
1574
|
-
|
|
1575
|
-
@keyframes Toastify__flipIn {
|
|
1576
|
-
from {
|
|
1577
|
-
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
1578
|
-
animation-timing-function: ease-in;
|
|
1579
|
-
opacity: 0;
|
|
1580
|
-
}
|
|
1581
|
-
40% {
|
|
1582
|
-
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
1583
|
-
animation-timing-function: ease-in;
|
|
1584
|
-
}
|
|
1585
|
-
60% {
|
|
1586
|
-
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
|
|
1587
|
-
opacity: 1;
|
|
1588
|
-
}
|
|
1589
|
-
80% {
|
|
1590
|
-
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
|
|
1591
|
-
}
|
|
1592
|
-
to {
|
|
1593
|
-
transform: perspective(400px);
|
|
1594
|
-
}
|
|
1595
|
-
}
|
|
1596
|
-
|
|
1597
|
-
@keyframes Toastify__flipOut {
|
|
1598
|
-
from {
|
|
1599
|
-
transform: perspective(400px);
|
|
1600
|
-
}
|
|
1601
|
-
30% {
|
|
1602
|
-
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
1603
|
-
opacity: 1;
|
|
1604
|
-
}
|
|
1605
|
-
to {
|
|
1606
|
-
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
1607
|
-
opacity: 0;
|
|
1608
|
-
}
|
|
1609
|
-
}
|
|
1610
|
-
|
|
1611
|
-
.Toastify__flip-enter {
|
|
1612
|
-
animation-name: Toastify__flipIn;
|
|
1613
|
-
}
|
|
1614
|
-
|
|
1615
|
-
.Toastify__flip-exit {
|
|
1616
|
-
animation-name: Toastify__flipOut;
|
|
1617
|
-
}
|
|
1618
|
-
|
|
1619
|
-
@keyframes Toastify__slideInRight {
|
|
1620
|
-
from {
|
|
1621
|
-
transform: translate3d(110%, 0, 0);
|
|
1622
|
-
visibility: visible;
|
|
1623
|
-
}
|
|
1624
|
-
to {
|
|
1625
|
-
transform: translate3d(0, 0, 0);
|
|
1626
|
-
}
|
|
1627
|
-
}
|
|
1628
|
-
|
|
1629
|
-
@keyframes Toastify__slideInLeft {
|
|
1630
|
-
from {
|
|
1631
|
-
transform: translate3d(-110%, 0, 0);
|
|
1632
|
-
visibility: visible;
|
|
1633
|
-
}
|
|
1634
|
-
to {
|
|
1635
|
-
transform: translate3d(0, 0, 0);
|
|
1636
|
-
}
|
|
1637
|
-
}
|
|
1638
|
-
|
|
1639
|
-
@keyframes Toastify__slideInUp {
|
|
1640
|
-
from {
|
|
1641
|
-
transform: translate3d(0, 110%, 0);
|
|
1642
|
-
visibility: visible;
|
|
1643
|
-
}
|
|
1644
|
-
to {
|
|
1645
|
-
transform: translate3d(0, 0, 0);
|
|
1646
|
-
}
|
|
1647
|
-
}
|
|
1648
|
-
|
|
1649
|
-
@keyframes Toastify__slideInDown {
|
|
1650
|
-
from {
|
|
1651
|
-
transform: translate3d(0, -110%, 0);
|
|
1652
|
-
visibility: visible;
|
|
1653
|
-
}
|
|
1654
|
-
to {
|
|
1655
|
-
transform: translate3d(0, 0, 0);
|
|
1656
|
-
}
|
|
1657
|
-
}
|
|
1658
|
-
|
|
1659
|
-
@keyframes Toastify__slideOutRight {
|
|
1660
|
-
from {
|
|
1661
|
-
transform: translate3d(0, 0, 0);
|
|
1662
|
-
}
|
|
1663
|
-
to {
|
|
1664
|
-
visibility: hidden;
|
|
1665
|
-
transform: translate3d(110%, 0, 0);
|
|
1666
|
-
}
|
|
1667
|
-
}
|
|
1668
|
-
|
|
1669
|
-
@keyframes Toastify__slideOutLeft {
|
|
1670
|
-
from {
|
|
1671
|
-
transform: translate3d(0, 0, 0);
|
|
1672
|
-
}
|
|
1673
|
-
to {
|
|
1674
|
-
visibility: hidden;
|
|
1675
|
-
transform: translate3d(-110%, 0, 0);
|
|
1676
|
-
}
|
|
1677
|
-
}
|
|
1678
|
-
|
|
1679
|
-
@keyframes Toastify__slideOutDown {
|
|
1680
|
-
from {
|
|
1681
|
-
transform: translate3d(0, 0, 0);
|
|
1682
|
-
}
|
|
1683
|
-
to {
|
|
1684
|
-
visibility: hidden;
|
|
1685
|
-
transform: translate3d(0, 500px, 0);
|
|
1686
|
-
}
|
|
1687
|
-
}
|
|
1688
|
-
|
|
1689
|
-
@keyframes Toastify__slideOutUp {
|
|
1690
|
-
from {
|
|
1691
|
-
transform: translate3d(0, 0, 0);
|
|
1692
|
-
}
|
|
1693
|
-
to {
|
|
1694
|
-
visibility: hidden;
|
|
1695
|
-
transform: translate3d(0, -500px, 0);
|
|
1696
|
-
}
|
|
1697
|
-
}
|
|
1698
|
-
|
|
1699
|
-
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
|
|
1700
|
-
animation-name: Toastify__slideInLeft;
|
|
1701
|
-
}
|
|
1702
|
-
|
|
1703
|
-
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
|
|
1704
|
-
animation-name: Toastify__slideInRight;
|
|
1705
|
-
}
|
|
1706
|
-
|
|
1707
|
-
.Toastify__slide-enter--top-center {
|
|
1708
|
-
animation-name: Toastify__slideInDown;
|
|
1709
|
-
}
|
|
1710
|
-
|
|
1711
|
-
.Toastify__slide-enter--bottom-center {
|
|
1712
|
-
animation-name: Toastify__slideInUp;
|
|
1713
|
-
}
|
|
1714
|
-
|
|
1715
|
-
.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
|
|
1716
|
-
animation-name: Toastify__slideOutLeft;
|
|
1717
|
-
}
|
|
1718
|
-
|
|
1719
|
-
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
|
|
1720
|
-
animation-name: Toastify__slideOutRight;
|
|
1721
|
-
}
|
|
1722
|
-
|
|
1723
|
-
.Toastify__slide-exit--top-center {
|
|
1724
|
-
animation-name: Toastify__slideOutUp;
|
|
1725
|
-
}
|
|
1726
|
-
|
|
1727
|
-
.Toastify__slide-exit--bottom-center {
|
|
1728
|
-
animation-name: Toastify__slideOutDown;
|
|
1729
|
-
}
|
|
1730
|
-
|
|
1731
|
-
@keyframes Toastify__spin {
|
|
1732
|
-
from {
|
|
1733
|
-
transform: rotate(0deg);
|
|
1734
|
-
}
|
|
1735
|
-
to {
|
|
1736
|
-
transform: rotate(360deg);
|
|
1737
|
-
}
|
|
1738
|
-
}
|
|
1739
|
-
|
|
1
|
+
@import 'normalize.css/normalize.css';
|
|
2
|
+
@import '@infinite-table/infinite-react/index.css';
|
|
3
|
+
/**********************************
|
|
4
|
+
** ADAPTABLE BASE STYLES **
|
|
5
|
+
**********************************/
|
|
6
|
+
@import 'react-day-picker/dist/style.css';
|
|
7
|
+
@import 'react-toastify/dist/ReactToastify.css';
|
|
1740
8
|
:root {
|
|
1741
9
|
--ab-space-0: 0px;
|
|
1742
10
|
--ab-space-1: 4px;
|
|
@@ -1846,16 +114,79 @@ template {
|
|
|
1846
114
|
--ab-cmp-checkbox__border-color: var(--ab-cmp-checkbox--check__color);
|
|
1847
115
|
--ab-cmp-checkbox--check-indeterminate__color: var(--ab-cmp-checkbox__border-color);
|
|
1848
116
|
}
|
|
1849
|
-
|
|
1850
117
|
.ab-CheckBox--variant-agGrid.ab-CheckBox--indeterminate {
|
|
1851
118
|
--ab-cmp-checkbox--check__color: var(
|
|
1852
119
|
--ag-checkbox-checked-color,
|
|
1853
120
|
var(--ag-balham-active-color, #0091ea)
|
|
1854
121
|
);
|
|
1855
122
|
}
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
123
|
+
.ab-CheckBox--variant-agGrid.ab-CheckBox--unchecked {
|
|
124
|
+
--ab-cmp-checkbox__border-color: var(--ag-checkbox-unchecked-color);
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.ab-QueryBuilder__expression {
|
|
128
|
+
background-color: var(--ab-cmp-query-builder-expression__background);
|
|
129
|
+
color: var(--ab-cmp-query-builder-expression__color);
|
|
130
|
+
font-size: var(--ab-cmp-query-builder-expression__font-size);
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.ab-QueryBuilder-predicate-editor {
|
|
134
|
+
position: relative;
|
|
135
|
+
}
|
|
136
|
+
.ab-QueryBuilder-predicate-editor:before {
|
|
137
|
+
content: "";
|
|
138
|
+
position: absolute;
|
|
139
|
+
top: 20px;
|
|
140
|
+
left: -10px;
|
|
141
|
+
width: 10px;
|
|
142
|
+
height: 0px;
|
|
143
|
+
border-top: var(--ab-cmp-query-builder__border);
|
|
144
|
+
}
|
|
145
|
+
.ab-QueryBuilder-predicate-editor--child .ab-QueryBuilder-predicate-editor__children-wrapper {
|
|
146
|
+
margin-left: 25px;
|
|
147
|
+
}
|
|
148
|
+
.ab-QueryBuilder-predicate-editor__children-wrapper {
|
|
149
|
+
position: relative;
|
|
150
|
+
padding-left: 20px;
|
|
151
|
+
}
|
|
152
|
+
.ab-QueryBuilder-predicate-editor:after {
|
|
153
|
+
content: "";
|
|
154
|
+
position: absolute;
|
|
155
|
+
top: 1px;
|
|
156
|
+
bottom: 0;
|
|
157
|
+
border-left: var(--ab-cmp-query-builder__border);
|
|
158
|
+
left: -12px;
|
|
159
|
+
}
|
|
160
|
+
.ab-QueryBuilder-predicate-editor--root {
|
|
161
|
+
padding-left: 20px;
|
|
162
|
+
}
|
|
163
|
+
.ab-QueryBuilder-predicate-editor--root:before {
|
|
164
|
+
left: 10px;
|
|
165
|
+
}
|
|
166
|
+
.ab-QueryBuilder-predicate-editor--root:after {
|
|
167
|
+
left: 10px;
|
|
168
|
+
top: 20px;
|
|
169
|
+
}
|
|
170
|
+
.ab-QueryBuilder-predicate-editor__root-actions {
|
|
171
|
+
padding-top: 10px;
|
|
172
|
+
}
|
|
173
|
+
.ab-QueryBuilder-predicate-editor__root-actions:before {
|
|
174
|
+
content: "";
|
|
175
|
+
display: block;
|
|
176
|
+
position: absolute;
|
|
177
|
+
border-bottom: var(--ab-cmp-query-builder__border);
|
|
178
|
+
bottom: 14px;
|
|
179
|
+
left: 9px;
|
|
180
|
+
height: 0px;
|
|
181
|
+
width: 13px;
|
|
182
|
+
}
|
|
183
|
+
.ab-QueryBuilder-predicate-editor__root-actions:after {
|
|
184
|
+
content: "";
|
|
185
|
+
position: absolute;
|
|
186
|
+
border-left: var(--ab-cmp-query-builder__border);
|
|
187
|
+
height: 21px;
|
|
188
|
+
bottom: 16px;
|
|
189
|
+
left: 8px;
|
|
1859
190
|
}
|
|
1860
191
|
|
|
1861
192
|
:root {
|
|
@@ -1883,6 +214,8 @@ template {
|
|
|
1883
214
|
--ab-cmp-dropdownbutton-list-item__padding: var(--ab-space-2);
|
|
1884
215
|
--ab-cmp-dropdownbutton-list-item-hover__background: var(--ab-color-primary);
|
|
1885
216
|
--ab-cmp-dropdownbutton-list-item-hover__color: var(--ab-color-text-on-primary);
|
|
217
|
+
--ab-cmp-dropdownbutton-list-item-active__background: var(--ab-color-primarydark);
|
|
218
|
+
--ab-cmp-dropdownbutton-list-item-active__color: var(--ab-color-on-primarydark);
|
|
1886
219
|
--ab-cmp-dropdownbutton-list-item__color: var(--ab-color-text-on-primary);
|
|
1887
220
|
--ab-cmp-dropdownbutton-list__z-index: 1000;
|
|
1888
221
|
--ab-cmp-dropdownbutton-list__border-radius: var(--ab__border-radius);
|
|
@@ -1898,6 +231,13 @@ template {
|
|
|
1898
231
|
--ab-cmp-error-box__background: var(--ab-color-error);
|
|
1899
232
|
}
|
|
1900
233
|
|
|
234
|
+
:root {
|
|
235
|
+
--ab-cmp-warning-box__padding: var(--ab-space-3);
|
|
236
|
+
--ab-cmp-warning-box__border-radius: var(--ab__border-radius);
|
|
237
|
+
--ab-cmp-warning-box__color: var(--ab-color-text-on-warn);
|
|
238
|
+
--ab-cmp-warning-box__background: var(--ab-color-warn);
|
|
239
|
+
}
|
|
240
|
+
|
|
1901
241
|
:root {
|
|
1902
242
|
--ab-cmp-field-wrap__background: var(--ab-color-defaultbackground);
|
|
1903
243
|
--ab-cmp-field-wrap__fill: var(--ab-color-inputcolor);
|
|
@@ -1948,21 +288,17 @@ template {
|
|
|
1948
288
|
color: var(--ab-cmp-listgroupitem__color);
|
|
1949
289
|
border-radius: var(--ab-cmp-listgroupitem__border-radius);
|
|
1950
290
|
}
|
|
1951
|
-
|
|
1952
291
|
.ab-ListGroupItem:nth-child(2n+1) {
|
|
1953
292
|
background: var(--ab-cmp-listgroupitem--odd__background);
|
|
1954
293
|
color: var(--ab-cmp-listgroupitem--odd__color);
|
|
1955
294
|
}
|
|
1956
|
-
|
|
1957
295
|
.ab-ListGroupItem.ab-ListGroupItem--no-zebra {
|
|
1958
296
|
background: var(--ab-color-defaultbackground);
|
|
1959
297
|
}
|
|
1960
|
-
|
|
1961
298
|
.ab-ListGroupItem--active.ab-ListGroupItem {
|
|
1962
299
|
background: var(--ab-cmp-listgroupitem--active__background);
|
|
1963
300
|
color: var(--ab-cmp-listgroupitem--active__color);
|
|
1964
301
|
}
|
|
1965
|
-
|
|
1966
302
|
.ab-ListGroupItem:focus {
|
|
1967
303
|
z-index: 1;
|
|
1968
304
|
}
|
|
@@ -2206,17 +542,14 @@ template {
|
|
|
2206
542
|
overflow: auto;
|
|
2207
543
|
border-radius: var(--ab__border-radius);
|
|
2208
544
|
}
|
|
2209
|
-
|
|
2210
545
|
.ab-OnePageWizard__section-title-container {
|
|
2211
546
|
background: var(--ab-cmp-one-page-wizard__background);
|
|
2212
547
|
}
|
|
2213
|
-
|
|
2214
548
|
.ab-OnePageWizard__section-container {
|
|
2215
549
|
background: var(--ab-cmp-one-page-wizard__background);
|
|
2216
550
|
min-height: 100%;
|
|
2217
551
|
overflow: hidden;
|
|
2218
552
|
}
|
|
2219
|
-
|
|
2220
553
|
.ab-OnePageWizard__footer {
|
|
2221
554
|
background: var(--ab-cmp-one-page-wizard__background);
|
|
2222
555
|
}
|
|
@@ -2404,21 +737,17 @@ html.ab--theme-dark {
|
|
|
2404
737
|
stroke: var(--ab-color-accent);
|
|
2405
738
|
stroke-width: 2;
|
|
2406
739
|
}
|
|
2407
|
-
|
|
2408
740
|
.ab-Radio-input:focus + svg {
|
|
2409
741
|
outline: 2px solid var(--ab-color-accent);
|
|
2410
742
|
}
|
|
2411
|
-
|
|
2412
743
|
.ab-Radio-input:checked + svg rect, .ab-Radio-input:checked + svg polyline {
|
|
2413
744
|
stroke: currentColor;
|
|
2414
745
|
}
|
|
2415
|
-
|
|
2416
746
|
.ab-Radio-input:checked + svg polyline {
|
|
2417
747
|
animation: abRadioCheckAnimation 0.5s ease forwards;
|
|
2418
748
|
stroke-dasharray: 50;
|
|
2419
749
|
stroke-dashoffset: 50;
|
|
2420
750
|
}
|
|
2421
|
-
|
|
2422
751
|
.ab-Radio-input input:focus {
|
|
2423
752
|
box-shadow: var(--ab-focus__box-shadow);
|
|
2424
753
|
outline: var(--ab-focus__outline);
|
|
@@ -2429,7 +758,6 @@ html.ab--theme-dark {
|
|
|
2429
758
|
stroke-dashoffset: 0;
|
|
2430
759
|
}
|
|
2431
760
|
}
|
|
2432
|
-
|
|
2433
761
|
.ab-Toggle {
|
|
2434
762
|
border: none;
|
|
2435
763
|
cursor: pointer;
|
|
@@ -2439,11 +767,9 @@ html.ab--theme-dark {
|
|
|
2439
767
|
color: var(--ab-cmp-toggle__color);
|
|
2440
768
|
fill: var(--ab-cmp-toggle__color);
|
|
2441
769
|
}
|
|
2442
|
-
|
|
2443
770
|
.ab-Toggle:hover {
|
|
2444
771
|
background: var(--ab-cmp-toggle--hover__background);
|
|
2445
772
|
}
|
|
2446
|
-
|
|
2447
773
|
.ab-Toggle--pressed {
|
|
2448
774
|
background: var(--ab-cmp-toggle--pressed__background);
|
|
2449
775
|
}
|
|
@@ -2454,7 +780,6 @@ html.ab--theme-dark {
|
|
|
2454
780
|
border-radius: var(--ab__border-radius);
|
|
2455
781
|
overflow: hidden;
|
|
2456
782
|
}
|
|
2457
|
-
|
|
2458
783
|
.ab-Toggle-Group .ab-Toggle {
|
|
2459
784
|
border-radius: 0;
|
|
2460
785
|
}
|
|
@@ -2463,11 +788,9 @@ html.ab--theme-dark {
|
|
|
2463
788
|
.ab-Table th {
|
|
2464
789
|
padding: var(--ab-space-2);
|
|
2465
790
|
}
|
|
2466
|
-
|
|
2467
791
|
.ab-Table th {
|
|
2468
792
|
border-bottom: 2px solid var(--ab-color-primarydark);
|
|
2469
793
|
}
|
|
2470
|
-
|
|
2471
794
|
.ab-Table tr:not(last-child) td {
|
|
2472
795
|
border-bottom: 1px solid var(--ab-color-primarylight);
|
|
2473
796
|
}
|
|
@@ -2479,7 +802,6 @@ html.ab--theme-dark {
|
|
|
2479
802
|
cursor: pointer;
|
|
2480
803
|
position: relative;
|
|
2481
804
|
}
|
|
2482
|
-
|
|
2483
805
|
.ab-CheckBox, .ab-CheckBox *,
|
|
2484
806
|
.ab-CheckBox *:before,
|
|
2485
807
|
.ab-CheckBox *:after {
|
|
@@ -2489,7 +811,6 @@ html.ab--theme-dark {
|
|
|
2489
811
|
.ab-CheckBox--checked {
|
|
2490
812
|
--ab-cmp-checkbox__background: var(--ab-cmp-checkbox--checked__background);
|
|
2491
813
|
}
|
|
2492
|
-
|
|
2493
814
|
.ab-CheckBox--checked .ab-CheckBox__square {
|
|
2494
815
|
border-color: var(--ab-cmp-checkbox--checked__border-color);
|
|
2495
816
|
}
|
|
@@ -2518,7 +839,6 @@ html.ab--theme-dark {
|
|
|
2518
839
|
position: relative;
|
|
2519
840
|
pointer-events: none;
|
|
2520
841
|
}
|
|
2521
|
-
|
|
2522
842
|
.ab-CheckBox__square:after {
|
|
2523
843
|
opacity: 1;
|
|
2524
844
|
transition-duration: 0.1s;
|
|
@@ -2534,11 +854,9 @@ html.ab--theme-dark {
|
|
|
2534
854
|
transform: rotate(45deg);
|
|
2535
855
|
border-radius: 1px;
|
|
2536
856
|
}
|
|
2537
|
-
|
|
2538
857
|
.ab-CheckBox__square--unchecked::after {
|
|
2539
858
|
opacity: 0;
|
|
2540
859
|
}
|
|
2541
|
-
|
|
2542
860
|
.ab-CheckBox__square--indeterminate:after {
|
|
2543
861
|
transform: rotate(0deg);
|
|
2544
862
|
position: absolute;
|
|
@@ -2572,6 +890,13 @@ html.ab--theme-dark {
|
|
|
2572
890
|
position: absolute;
|
|
2573
891
|
}
|
|
2574
892
|
|
|
893
|
+
:root {
|
|
894
|
+
--ab-cmp-query-builder__border: 1px dotted var(--ab-color-text-on-defaultbackground);
|
|
895
|
+
--ab-cmp-query-builder-expression__background: var(--ab-color-primary);
|
|
896
|
+
--ab-cmp-query-builder-expression__color: var(--ab-color-text-on-primary);
|
|
897
|
+
--ab-cmp-query-builder-expression__font-size: var(--ab-font-size-3);
|
|
898
|
+
}
|
|
899
|
+
|
|
2575
900
|
.ab-Dialog {
|
|
2576
901
|
position: relative;
|
|
2577
902
|
background: var(--ab-cmp-dialog__background);
|
|
@@ -2581,12 +906,10 @@ html.ab--theme-dark {
|
|
|
2581
906
|
display: flex;
|
|
2582
907
|
flex-flow: column;
|
|
2583
908
|
}
|
|
2584
|
-
|
|
2585
909
|
.ab-Dialog:focus-within, .ab-Dialog:focus {
|
|
2586
910
|
box-shadow: var(--ab-focus__box-shadow);
|
|
2587
911
|
outline: var(--ab-focus__outline);
|
|
2588
912
|
}
|
|
2589
|
-
|
|
2590
913
|
.ab-Dialog__close-button {
|
|
2591
914
|
position: absolute;
|
|
2592
915
|
right: 6px;
|
|
@@ -2598,7 +921,6 @@ html.ab--theme-dark {
|
|
|
2598
921
|
text-shadow: 0 1px 0 #fff;
|
|
2599
922
|
cursor: pointer;
|
|
2600
923
|
}
|
|
2601
|
-
|
|
2602
924
|
.ab-Dialog-fixed-wrapper {
|
|
2603
925
|
position: fixed;
|
|
2604
926
|
margin: auto;
|
|
@@ -2610,7 +932,6 @@ html.ab--theme-dark {
|
|
|
2610
932
|
align-items: center;
|
|
2611
933
|
justify-content: center;
|
|
2612
934
|
}
|
|
2613
|
-
|
|
2614
935
|
.ab-Dropdown {
|
|
2615
936
|
background: var(--ab-color-defaultbackground);
|
|
2616
937
|
border: var(--ab-cmp-dropdown__border);
|
|
@@ -2621,16 +942,13 @@ html.ab--theme-dark {
|
|
|
2621
942
|
font-family: var(--ab-cmp-dropdown__font-family);
|
|
2622
943
|
font-size: var(--ab-cmp-dropdown__font-size);
|
|
2623
944
|
}
|
|
2624
|
-
|
|
2625
945
|
.ab-Dropdown--disabled {
|
|
2626
946
|
opacity: 0.5;
|
|
2627
947
|
}
|
|
2628
|
-
|
|
2629
948
|
.ab-Dropdown--focused {
|
|
2630
949
|
box-shadow: var(--ab-focus__box-shadow);
|
|
2631
950
|
outline: var(--ab-focus__outline);
|
|
2632
951
|
}
|
|
2633
|
-
|
|
2634
952
|
.ab-Dropdown__text {
|
|
2635
953
|
color: var(--ab-cmp-dropdown__color);
|
|
2636
954
|
padding: var(--ab-cmp-dropdown__padding);
|
|
@@ -2642,18 +960,15 @@ html.ab--theme-dark {
|
|
|
2642
960
|
white-space: nowrap;
|
|
2643
961
|
flex: 1;
|
|
2644
962
|
}
|
|
2645
|
-
|
|
2646
963
|
.ab-Dropdown--empty .ab-Dropdown__text {
|
|
2647
964
|
color: var(--ab-color-text-on-defaultbackground);
|
|
2648
965
|
}
|
|
2649
|
-
|
|
2650
966
|
.ab-Dropdown select {
|
|
2651
967
|
font-family: inherit;
|
|
2652
968
|
font-size: inherit;
|
|
2653
969
|
position: absolute;
|
|
2654
970
|
cursor: pointer;
|
|
2655
971
|
}
|
|
2656
|
-
|
|
2657
972
|
.ab-Dropdown .ab-SimpleButton {
|
|
2658
973
|
color: var(--ab-cmp-dropdown__color) !important;
|
|
2659
974
|
}
|
|
@@ -2688,7 +1003,6 @@ html.ab--theme-dark {
|
|
|
2688
1003
|
fill: currentColor;
|
|
2689
1004
|
color: var(--ab-cmp-dropdownbutton-list-item__color);
|
|
2690
1005
|
}
|
|
2691
|
-
|
|
2692
1006
|
.ab-DropdownButton__list-item--disabled {
|
|
2693
1007
|
opacity: 0.5;
|
|
2694
1008
|
}
|
|
@@ -2703,7 +1017,6 @@ html.ab--theme-dark {
|
|
|
2703
1017
|
fill: currentColor;
|
|
2704
1018
|
cursor: pointer;
|
|
2705
1019
|
}
|
|
2706
|
-
|
|
2707
1020
|
.ab-DropdownButton__list-item--clickable:hover .glyphicon.glyphicon {
|
|
2708
1021
|
color: inherit;
|
|
2709
1022
|
}
|
|
@@ -2722,7 +1035,6 @@ html.ab--theme-dark {
|
|
|
2722
1035
|
text-align: center;
|
|
2723
1036
|
padding: var(--ab-space-4);
|
|
2724
1037
|
}
|
|
2725
|
-
|
|
2726
1038
|
.ab-EmptyContent p {
|
|
2727
1039
|
color: var(--ab-color-text-on-primary);
|
|
2728
1040
|
}
|
|
@@ -2740,6 +1052,13 @@ html.ab--theme-dark {
|
|
|
2740
1052
|
color: var(--ab-cmp-error-box__color);
|
|
2741
1053
|
}
|
|
2742
1054
|
|
|
1055
|
+
.ab-WarningBox {
|
|
1056
|
+
padding: var(--ab-cmp-warning-box__padding);
|
|
1057
|
+
border-radius: var(--ab-cmp-warning-box__border-radius);
|
|
1058
|
+
background: var(--ab-cmp-warning-box__background);
|
|
1059
|
+
color: var(--ab-cmp-warning-box__color);
|
|
1060
|
+
}
|
|
1061
|
+
|
|
2743
1062
|
.ab-FieldWrap {
|
|
2744
1063
|
border: 1px solid var(--ab-color-inputborder);
|
|
2745
1064
|
color: 1px solid var(--ab-color-inputcolor);
|
|
@@ -2748,16 +1067,13 @@ html.ab--theme-dark {
|
|
|
2748
1067
|
overflow: hidden;
|
|
2749
1068
|
fill: var(--ab-cmp-field-wrap__fill);
|
|
2750
1069
|
}
|
|
2751
|
-
|
|
2752
1070
|
.ab-FieldWrap:focus-within {
|
|
2753
1071
|
box-shadow: var(--ab-focus__box-shadow);
|
|
2754
1072
|
}
|
|
2755
|
-
|
|
2756
1073
|
.ab-FieldWrap input, .ab-FieldWrap select, .ab-FieldWrap > * {
|
|
2757
1074
|
border: none;
|
|
2758
1075
|
flex: 1;
|
|
2759
1076
|
}
|
|
2760
|
-
|
|
2761
1077
|
.ab-FieldWrap input, .ab-FieldWrap select, .ab-FieldWrap .ab-Dropdown {
|
|
2762
1078
|
outline: none !important;
|
|
2763
1079
|
box-shadow: none !important;
|
|
@@ -2789,7 +1105,6 @@ html.ab--theme-dark {
|
|
|
2789
1105
|
input.ab-Input {
|
|
2790
1106
|
background: var(--ab-cmp-input__background);
|
|
2791
1107
|
}
|
|
2792
|
-
|
|
2793
1108
|
input.ab-Input[disabled] {
|
|
2794
1109
|
background: var(--ab-cmp-input--disabled__background);
|
|
2795
1110
|
}
|
|
@@ -2809,44 +1124,36 @@ input.ab-Input[disabled] {
|
|
|
2809
1124
|
/* Edge */
|
|
2810
1125
|
/* MODERN BROWSER */
|
|
2811
1126
|
}
|
|
2812
|
-
|
|
2813
1127
|
.ab-Input:focus {
|
|
2814
1128
|
box-shadow: var(--ab-focus__box-shadow);
|
|
2815
1129
|
outline: var(--ab-focus__outline);
|
|
2816
1130
|
}
|
|
2817
|
-
|
|
2818
1131
|
.ab-Input::-webkit-input-placeholder {
|
|
2819
1132
|
color: var(--ab-cmp-input--placeholder__color);
|
|
2820
1133
|
opacity: var(--ab-cmp-input--placeholder__opacity);
|
|
2821
1134
|
}
|
|
2822
|
-
|
|
2823
1135
|
.ab-Input:-moz-placeholder {
|
|
2824
1136
|
color: var(--ab-cmp-input--placeholder__color);
|
|
2825
1137
|
opacity: var(--ab-cmp-input--placeholder__opacity);
|
|
2826
1138
|
}
|
|
2827
|
-
|
|
2828
1139
|
.ab-Input::-moz-placeholder {
|
|
2829
1140
|
color: var(--ab-cmp-input--placeholder__color);
|
|
2830
1141
|
opacity: var(--ab-cmp-input--placeholder__opacity);
|
|
2831
1142
|
}
|
|
2832
|
-
|
|
2833
1143
|
.ab-Input:-ms-input-placeholder {
|
|
2834
1144
|
color: var(--ab-cmp-input--placeholder__color);
|
|
2835
1145
|
opacity: var(--ab-cmp-input--placeholder__opacity);
|
|
2836
1146
|
}
|
|
2837
|
-
|
|
2838
1147
|
.ab-Input::-ms-input-placeholder {
|
|
2839
1148
|
color: var(--ab-cmp-input--placeholder__color);
|
|
2840
1149
|
opacity: var(--ab-cmp-input--placeholder__opacity);
|
|
2841
1150
|
}
|
|
2842
|
-
|
|
2843
1151
|
.ab-Input::placeholder {
|
|
2844
1152
|
color: var(--ab-cmp-input--placeholder__color);
|
|
2845
1153
|
opacity: var(--ab-cmp-input--placeholder__opacity);
|
|
2846
1154
|
}
|
|
2847
1155
|
|
|
2848
1156
|
/* Spin Buttons modified */
|
|
2849
|
-
|
|
2850
1157
|
input[type=number].ab-Input::-webkit-outer-spin-button,
|
|
2851
1158
|
input[type=number].ab-Input::-webkit-inner-spin-button {
|
|
2852
1159
|
-webkit-appearance: none;
|
|
@@ -2925,11 +1232,9 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
2925
1232
|
cursor: pointer;
|
|
2926
1233
|
background: var(--ab-cmp-tabs-strip__background);
|
|
2927
1234
|
}
|
|
2928
|
-
|
|
2929
1235
|
.ab-Tabs__Tab:focus {
|
|
2930
1236
|
outline: none;
|
|
2931
1237
|
}
|
|
2932
|
-
|
|
2933
1238
|
.ab-Tabs__Tab:focus:after {
|
|
2934
1239
|
box-shadow: var(--ab-focus__box-shadow);
|
|
2935
1240
|
}
|
|
@@ -2947,7 +1252,6 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
2947
1252
|
position: relative;
|
|
2948
1253
|
z-index: 30;
|
|
2949
1254
|
}
|
|
2950
|
-
|
|
2951
1255
|
.ab-Tabs__Tab--active:after {
|
|
2952
1256
|
content: "";
|
|
2953
1257
|
pointer-events: none;
|
|
@@ -2960,7 +1264,6 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
2960
1264
|
border-top-left-radius: var(--ab__border-radius);
|
|
2961
1265
|
border-top-right-radius: var(--ab__border-radius);
|
|
2962
1266
|
}
|
|
2963
|
-
|
|
2964
1267
|
.ab-Tabs__Tab--active:before {
|
|
2965
1268
|
content: "";
|
|
2966
1269
|
position: absolute;
|
|
@@ -2999,16 +1302,13 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
2999
1302
|
overflow: auto;
|
|
3000
1303
|
font-size: var(--ab-cmp-panel__font-size);
|
|
3001
1304
|
}
|
|
3002
|
-
|
|
3003
1305
|
.ab-Panel .glyphicon {
|
|
3004
1306
|
-webkit-text-fill-color: var(--ab-cmp-panel-icon__fill);
|
|
3005
1307
|
fill: var(--ab-cmp-panel-icon__fill);
|
|
3006
1308
|
}
|
|
3007
|
-
|
|
3008
1309
|
.ab-Panel--variant-modern {
|
|
3009
1310
|
--ab-cmp-panel__border-radius: var(--ab-space-1);
|
|
3010
1311
|
}
|
|
3011
|
-
|
|
3012
1312
|
.ab-Panel__header {
|
|
3013
1313
|
flex: none;
|
|
3014
1314
|
background: var(--ab-cmp-panel_header__background);
|
|
@@ -3019,18 +1319,15 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3019
1319
|
border-top-right-radius: var(--ab-cmp-panel__border-radius);
|
|
3020
1320
|
border: var(--ab-cmp-panel__border);
|
|
3021
1321
|
}
|
|
3022
|
-
|
|
3023
1322
|
.ab-Panel__header--variant-primary {
|
|
3024
1323
|
background: var(--ab-cmp-panel_header--variant-primary__background);
|
|
3025
1324
|
color: var(--ab-cmp-panel_header--variant-primary__color);
|
|
3026
1325
|
fill: currentColor;
|
|
3027
1326
|
}
|
|
3028
|
-
|
|
3029
1327
|
.ab-Panel__header--variant-modern {
|
|
3030
1328
|
border: none;
|
|
3031
1329
|
background: var(--ab-cmp-panel_header--variant-modern__background);
|
|
3032
1330
|
}
|
|
3033
|
-
|
|
3034
1331
|
.ab-Panel__body {
|
|
3035
1332
|
position: relative;
|
|
3036
1333
|
padding: var(--ab-cmp-panel__padding);
|
|
@@ -3041,20 +1338,16 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3041
1338
|
border-bottom-left-radius: var(--ab-cmp-panel__border-radius);
|
|
3042
1339
|
border-bottom-right-radius: var(--ab-cmp-panel__border-radius);
|
|
3043
1340
|
}
|
|
3044
|
-
|
|
3045
1341
|
.ab-Panel__body--scroll-auto {
|
|
3046
1342
|
overflow: auto;
|
|
3047
1343
|
}
|
|
3048
|
-
|
|
3049
1344
|
.ab-Panel__body--variant-modern {
|
|
3050
1345
|
border: none;
|
|
3051
1346
|
background: var(--ab-cmp-panel_body--variant-modern__background);
|
|
3052
1347
|
}
|
|
3053
|
-
|
|
3054
1348
|
.ab-Panel--with-header > .ab-Panel__body {
|
|
3055
1349
|
border-top: none;
|
|
3056
1350
|
}
|
|
3057
|
-
|
|
3058
1351
|
.ab-Panel--no-header > .ab-Panel__body {
|
|
3059
1352
|
border-top-left-radius: var(--ab-cmp-panel__border-radius);
|
|
3060
1353
|
border-top-right-radius: var(--ab-cmp-panel__border-radius);
|
|
@@ -3065,7 +1358,6 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3065
1358
|
font-family: var(--ab-cmp-simple-button__font-family);
|
|
3066
1359
|
font-size: var(--ab-cmp-simple-button__font-size);
|
|
3067
1360
|
}
|
|
3068
|
-
|
|
3069
1361
|
.ab-SimpleButton:focus {
|
|
3070
1362
|
box-shadow: var(--ab-focus__box-shadow);
|
|
3071
1363
|
outline: var(--ab-focus__outline);
|
|
@@ -3083,47 +1375,36 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3083
1375
|
align-items: center;
|
|
3084
1376
|
fill: currentColor;
|
|
3085
1377
|
}
|
|
3086
|
-
|
|
3087
1378
|
.ab-SimpleButton.ab-SimpleButton > * {
|
|
3088
1379
|
z-index: 1;
|
|
3089
1380
|
}
|
|
3090
|
-
|
|
3091
1381
|
.ab-SimpleButton.ab-SimpleButton svg {
|
|
3092
1382
|
vertical-align: middle;
|
|
3093
1383
|
}
|
|
3094
|
-
|
|
3095
1384
|
.ab-SimpleButton.ab-SimpleButton--tone-neutral {
|
|
3096
1385
|
color: var(--ab-color-text-on-primary);
|
|
3097
1386
|
}
|
|
3098
|
-
|
|
3099
1387
|
.ab-SimpleButton.ab-SimpleButton--tone-none {
|
|
3100
1388
|
color: inherit;
|
|
3101
1389
|
}
|
|
3102
|
-
|
|
3103
1390
|
.ab-SimpleButton.ab-SimpleButton--tone-success {
|
|
3104
1391
|
color: var(--ab-color-success);
|
|
3105
1392
|
}
|
|
3106
|
-
|
|
3107
1393
|
.ab-SimpleButton.ab-SimpleButton--tone-accent {
|
|
3108
1394
|
color: var(--ab-color-text-on-secondary);
|
|
3109
1395
|
}
|
|
3110
|
-
|
|
3111
1396
|
.ab-SimpleButton.ab-SimpleButton--tone-error {
|
|
3112
1397
|
color: var(--ab-color-error);
|
|
3113
1398
|
}
|
|
3114
|
-
|
|
3115
1399
|
.ab-SimpleButton.ab-SimpleButton--tone-warning {
|
|
3116
1400
|
color: var(--ab-color-warn);
|
|
3117
1401
|
}
|
|
3118
|
-
|
|
3119
1402
|
.ab-SimpleButton.ab-SimpleButton--tone-info {
|
|
3120
1403
|
color: var(--ab-color-info);
|
|
3121
1404
|
}
|
|
3122
|
-
|
|
3123
1405
|
.ab-SimpleButton.ab-SimpleButton--disabled {
|
|
3124
1406
|
opacity: 0.5;
|
|
3125
1407
|
}
|
|
3126
|
-
|
|
3127
1408
|
.ab-SimpleButton.ab-SimpleButton:before {
|
|
3128
1409
|
content: "";
|
|
3129
1410
|
position: absolute;
|
|
@@ -3136,111 +1417,87 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3136
1417
|
z-index: 0;
|
|
3137
1418
|
border-radius: inherit;
|
|
3138
1419
|
}
|
|
3139
|
-
|
|
3140
1420
|
.ab-SimpleButton.ab-SimpleButton--variant-outlined, .ab-SimpleButton.ab-SimpleButton--variant-text {
|
|
3141
1421
|
transition: opacity 0.2s;
|
|
3142
1422
|
}
|
|
3143
|
-
|
|
3144
1423
|
.ab-SimpleButton.ab-SimpleButton--variant-outlined:before, .ab-SimpleButton.ab-SimpleButton--variant-text:before {
|
|
3145
1424
|
content: "";
|
|
3146
1425
|
opacity: 0;
|
|
3147
1426
|
transition: opacity 0.2s;
|
|
3148
1427
|
}
|
|
3149
|
-
|
|
3150
1428
|
.ab-SimpleButton.ab-SimpleButton--variant-outlined:hover:not(.ab-SimpleButton--disabled), .ab-SimpleButton.ab-SimpleButton--variant-text:hover:not(.ab-SimpleButton--disabled) {
|
|
3151
1429
|
cursor: pointer;
|
|
3152
1430
|
}
|
|
3153
|
-
|
|
3154
1431
|
.ab-SimpleButton.ab-SimpleButton--variant-outlined:hover:not(.ab-SimpleButton--disabled):before, .ab-SimpleButton.ab-SimpleButton--variant-text:hover:not(.ab-SimpleButton--disabled):before {
|
|
3155
1432
|
opacity: 0.15;
|
|
3156
1433
|
background-color: currentColor;
|
|
3157
1434
|
}
|
|
3158
|
-
|
|
3159
1435
|
.ab-SimpleButton.ab-SimpleButton--variant-text {
|
|
3160
1436
|
background: transparent;
|
|
3161
1437
|
}
|
|
3162
|
-
|
|
3163
1438
|
.ab-SimpleButton.ab-SimpleButton--variant-outlined {
|
|
3164
1439
|
background: var(--ab-cmp-simple-button--outlined__background);
|
|
3165
1440
|
border: var(--ab-cmp-simple-button--outlined__border);
|
|
3166
1441
|
}
|
|
3167
|
-
|
|
3168
1442
|
.ab-SimpleButton.ab-SimpleButton--variant-raised {
|
|
3169
1443
|
color: var(--ab-color-text-on-primary);
|
|
3170
1444
|
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
3171
1445
|
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
|
3172
1446
|
}
|
|
3173
|
-
|
|
3174
1447
|
.ab-SimpleButton.ab-SimpleButton--variant-raised:focus {
|
|
3175
1448
|
box-shadow: var(--ab-focus__box-shadow);
|
|
3176
1449
|
}
|
|
3177
|
-
|
|
3178
1450
|
.ab-SimpleButton.ab-SimpleButton--variant-raised:hover {
|
|
3179
1451
|
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
3180
1452
|
}
|
|
3181
|
-
|
|
3182
1453
|
.ab-SimpleButton.ab-SimpleButton--variant-raised:hover:not(.ab-SimpleButton--disabled) {
|
|
3183
1454
|
cursor: pointer;
|
|
3184
1455
|
}
|
|
3185
|
-
|
|
3186
1456
|
.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-success {
|
|
3187
1457
|
background: var(--ab-color-success);
|
|
3188
1458
|
color: var(--ab-color-text-on-success);
|
|
3189
1459
|
}
|
|
3190
|
-
|
|
3191
1460
|
.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-success:not(.ab-SimpleButton--disabled) {
|
|
3192
1461
|
opacity: 1;
|
|
3193
1462
|
}
|
|
3194
|
-
|
|
3195
1463
|
.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-accent {
|
|
3196
1464
|
background: var(--ab-color-secondary);
|
|
3197
1465
|
color: var(--ab-color-text-on-secondary);
|
|
3198
1466
|
}
|
|
3199
|
-
|
|
3200
1467
|
.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-accent:not(.ab-SimpleButton--disabled) {
|
|
3201
1468
|
opacity: 1;
|
|
3202
1469
|
}
|
|
3203
|
-
|
|
3204
1470
|
.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-none {
|
|
3205
1471
|
background: transparent;
|
|
3206
1472
|
}
|
|
3207
|
-
|
|
3208
1473
|
.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-none:not(.ab-SimpleButton--disabled) {
|
|
3209
1474
|
opacity: 1;
|
|
3210
1475
|
}
|
|
3211
|
-
|
|
3212
1476
|
.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-neutral {
|
|
3213
1477
|
background: var(--ab-color-primary);
|
|
3214
1478
|
color: var(--ab-color-text-on-primary);
|
|
3215
1479
|
}
|
|
3216
|
-
|
|
3217
1480
|
.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-neutral:not(.ab-SimpleButton--disabled) {
|
|
3218
1481
|
opacity: 1;
|
|
3219
1482
|
}
|
|
3220
|
-
|
|
3221
1483
|
.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-error {
|
|
3222
1484
|
background: var(--ab-color-error);
|
|
3223
1485
|
color: var(--ab-color-text-on-error);
|
|
3224
1486
|
}
|
|
3225
|
-
|
|
3226
1487
|
.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-error:not(.ab-SimpleButton--disabled) {
|
|
3227
1488
|
opacity: 1;
|
|
3228
1489
|
}
|
|
3229
|
-
|
|
3230
1490
|
.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-warning {
|
|
3231
1491
|
background: var(--ab-color-warn);
|
|
3232
1492
|
color: var(--ab-color-text-on-warn);
|
|
3233
1493
|
}
|
|
3234
|
-
|
|
3235
1494
|
.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-warning:not(.ab-SimpleButton--disabled) {
|
|
3236
1495
|
opacity: 1;
|
|
3237
1496
|
}
|
|
3238
|
-
|
|
3239
1497
|
.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-info {
|
|
3240
1498
|
background: var(--ab-color-info);
|
|
3241
1499
|
color: var(--ab-color-text-on-info);
|
|
3242
1500
|
}
|
|
3243
|
-
|
|
3244
1501
|
.ab-SimpleButton.ab-SimpleButton--variant-raised.ab-SimpleButton--tone-info:not(.ab-SimpleButton--disabled) {
|
|
3245
1502
|
opacity: 1;
|
|
3246
1503
|
}
|
|
@@ -3267,11 +1524,9 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3267
1524
|
font-size: var(--ab-cmp-textarea__font-size);
|
|
3268
1525
|
background: var(--ab-cmp-textarea__background);
|
|
3269
1526
|
}
|
|
3270
|
-
|
|
3271
1527
|
.ab-Textarea[disabled] {
|
|
3272
1528
|
background: var(--ab-cmp-textarea--disabled__background);
|
|
3273
1529
|
}
|
|
3274
|
-
|
|
3275
1530
|
.ab-Textarea:focus {
|
|
3276
1531
|
box-shadow: var(--ab-focus__box-shadow);
|
|
3277
1532
|
outline: var(--ab-focus__outline);
|
|
@@ -3285,7 +1540,6 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3285
1540
|
font-size: var(--ab-cmp-tooltip__font-size);
|
|
3286
1541
|
color: var(--ab-cmp-tooltip__color);
|
|
3287
1542
|
}
|
|
3288
|
-
|
|
3289
1543
|
.ab-Tooltip:before {
|
|
3290
1544
|
border: var(--ab-cmp-tooltip__border);
|
|
3291
1545
|
content: "";
|
|
@@ -3311,7 +1565,6 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3311
1565
|
outline-offset: var(--ab-cmp-file-droppable__outline-offset);
|
|
3312
1566
|
background: var(--ab-cmp-file-droppable__background);
|
|
3313
1567
|
}
|
|
3314
|
-
|
|
3315
1568
|
.ab-FileDroppable,
|
|
3316
1569
|
.ab-FileDroppable input,
|
|
3317
1570
|
.ab-FileDroppable button,
|
|
@@ -3319,24 +1572,20 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3319
1572
|
transition: fill 0.15s ease-in-out, color 0.15s ease-in-out, outline-offset 0.15s ease-in-out, background-color 0.15s linear;
|
|
3320
1573
|
fill: currentColor;
|
|
3321
1574
|
}
|
|
3322
|
-
|
|
3323
1575
|
.ab-FileDroppable,
|
|
3324
1576
|
.ab-FileDroppable input,
|
|
3325
1577
|
.ab-FileDroppable button {
|
|
3326
1578
|
color: var(--ab-cmp-file-droppable__color);
|
|
3327
1579
|
}
|
|
3328
|
-
|
|
3329
1580
|
.ab-FileDroppable.ab-FileDroppable--drag-over {
|
|
3330
1581
|
outline-offset: var(--ab-cmp-file-droppable--drag-over__outline-offset);
|
|
3331
1582
|
outline: var(--ab-cmp-file-droppable--drag-over__outline);
|
|
3332
1583
|
background: var(--ab-cmp-file-droppable--drag-over__background);
|
|
3333
1584
|
color: var(--ab-cmp-file-droppable--drag-over__color);
|
|
3334
1585
|
}
|
|
3335
|
-
|
|
3336
1586
|
.ab-FileDroppable.ab-FileDroppable--drag-over * {
|
|
3337
1587
|
pointer-events: none;
|
|
3338
1588
|
}
|
|
3339
|
-
|
|
3340
1589
|
.ab-FileDroppable,
|
|
3341
1590
|
.ab-FileDroppable *,
|
|
3342
1591
|
.ab-FileDroppable *:before,
|
|
@@ -3356,11 +1605,9 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3356
1605
|
color: var(--ab-dashboard__color);
|
|
3357
1606
|
font-family: var(--ab-dashboard__font-family);
|
|
3358
1607
|
}
|
|
3359
|
-
|
|
3360
1608
|
.ab-Dashboard--inline:not(.ab-Dashboard--collapsed) {
|
|
3361
1609
|
display: flex;
|
|
3362
1610
|
}
|
|
3363
|
-
|
|
3364
1611
|
.ab-Dashboard__header {
|
|
3365
1612
|
display: flex;
|
|
3366
1613
|
align-items: stretch;
|
|
@@ -3369,21 +1616,17 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3369
1616
|
height: 40px;
|
|
3370
1617
|
padding: 0 var(--ab-space-2);
|
|
3371
1618
|
}
|
|
3372
|
-
|
|
3373
1619
|
.ab-Dashboard__header-left, .ab-Dashboard__header-right {
|
|
3374
1620
|
display: flex;
|
|
3375
1621
|
align-items: center;
|
|
3376
1622
|
flex: 1;
|
|
3377
1623
|
}
|
|
3378
|
-
|
|
3379
1624
|
.ab-Dashboard__header-left {
|
|
3380
1625
|
justify-content: flex-start;
|
|
3381
1626
|
}
|
|
3382
|
-
|
|
3383
1627
|
.ab-Dashboard__header-right {
|
|
3384
1628
|
justify-content: flex-end;
|
|
3385
1629
|
}
|
|
3386
|
-
|
|
3387
1630
|
.ab-Dashboard__title {
|
|
3388
1631
|
display: flex;
|
|
3389
1632
|
align-items: center;
|
|
@@ -3391,12 +1634,10 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3391
1634
|
font-weight: bold;
|
|
3392
1635
|
font-size: var(--ab-font-size-4);
|
|
3393
1636
|
}
|
|
3394
|
-
|
|
3395
1637
|
.ab-Dashboard__tabs {
|
|
3396
1638
|
align-self: flex-end;
|
|
3397
1639
|
margin-left: var(--ab-space-2);
|
|
3398
1640
|
}
|
|
3399
|
-
|
|
3400
1641
|
.ab-Dashboard__tab {
|
|
3401
1642
|
border: none;
|
|
3402
1643
|
outline: none;
|
|
@@ -3407,12 +1648,10 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3407
1648
|
color: var(--ab-dashboard-header__color);
|
|
3408
1649
|
background: var(--ab-dashboard-header__background);
|
|
3409
1650
|
}
|
|
3410
|
-
|
|
3411
1651
|
.ab-Dashboard__tab--active {
|
|
3412
1652
|
color: var(--ab-dashboard__color);
|
|
3413
1653
|
background: var(--ab-dashboard__background);
|
|
3414
1654
|
}
|
|
3415
|
-
|
|
3416
1655
|
.ab-Dashboard__content {
|
|
3417
1656
|
display: flex;
|
|
3418
1657
|
grid-gap: var(--ab-dashboard-gap-size);
|
|
@@ -3422,13 +1661,11 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3422
1661
|
overflow-x: auto;
|
|
3423
1662
|
padding: var(--ab-dashboard-gap-size);
|
|
3424
1663
|
}
|
|
3425
|
-
|
|
3426
1664
|
.ab-Dashboard__container {
|
|
3427
1665
|
display: flex;
|
|
3428
1666
|
flex-shrink: 0;
|
|
3429
1667
|
background: var(--ab-dashboard__background);
|
|
3430
1668
|
}
|
|
3431
|
-
|
|
3432
1669
|
.ab-Dashboard__content-buttons {
|
|
3433
1670
|
display: flex;
|
|
3434
1671
|
flex-direction: column;
|
|
@@ -3436,19 +1673,20 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3436
1673
|
padding: var(--ab-space-2);
|
|
3437
1674
|
border-left: 1px solid var(--ab-dashboard__border);
|
|
3438
1675
|
}
|
|
3439
|
-
|
|
3440
1676
|
.ab-Dashboard__toolbar {
|
|
3441
1677
|
display: flex;
|
|
3442
1678
|
flex-direction: column;
|
|
3443
1679
|
justify-content: space-between;
|
|
3444
1680
|
font-size: var(--ab-font-size-3);
|
|
3445
1681
|
}
|
|
3446
|
-
|
|
1682
|
+
.ab-Dashboard__pinned {
|
|
1683
|
+
overflow-x: auto;
|
|
1684
|
+
font-size: var(--ab-font-size-3);
|
|
1685
|
+
}
|
|
3447
1686
|
.ab-Dashboard__toolbar-content {
|
|
3448
1687
|
padding: var(--ab-space-2) var(--ab-space-2) var(--ab-space-1) var(--ab-space-2);
|
|
3449
1688
|
display: flex;
|
|
3450
1689
|
}
|
|
3451
|
-
|
|
3452
1690
|
.ab-Dashboard__toolbar-title {
|
|
3453
1691
|
display: flex;
|
|
3454
1692
|
align-items: center;
|
|
@@ -3457,30 +1695,24 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3457
1695
|
padding: 0 var(--ab-space-1) 2px var(--ab-space-2);
|
|
3458
1696
|
opacity: 0.7;
|
|
3459
1697
|
}
|
|
3460
|
-
|
|
3461
1698
|
.ab-Dashboard__toolbar.ab-Dashboard__home-toolbar {
|
|
3462
1699
|
color: var(--ab-dashboard-header__color);
|
|
3463
1700
|
background: var(--ab-dashboard-header__background);
|
|
3464
1701
|
padding-top: var(--ab-dashboard-gap-size);
|
|
3465
1702
|
padding-bottom: var(--ab-dashboard-gap-size);
|
|
3466
1703
|
}
|
|
3467
|
-
|
|
3468
1704
|
.ab-Dashboard__toolbar.ab-Dashboard__home-toolbar .ab-Dashboard__toolbar-title {
|
|
3469
1705
|
opacity: 1;
|
|
3470
1706
|
}
|
|
3471
|
-
|
|
3472
1707
|
.ab-Dashboard .ab-Input {
|
|
3473
1708
|
border: none;
|
|
3474
1709
|
}
|
|
3475
|
-
|
|
3476
1710
|
.ab-Dashboard .ab-DashboardToolbar__Export__wrap {
|
|
3477
1711
|
white-space: nowrap;
|
|
3478
1712
|
}
|
|
3479
|
-
|
|
3480
1713
|
.ab-Dashboard .ab-DashboardToolbar__QuickSearch__text .ab-Input {
|
|
3481
1714
|
padding: var(--ab-space-1);
|
|
3482
1715
|
}
|
|
3483
|
-
|
|
3484
1716
|
.ab-Dashboard .ab-StateManagement__Clear-Button,
|
|
3485
1717
|
.ab-Dashboard .ab-StateManagement__Load-Button,
|
|
3486
1718
|
.ab-Dashboard .ab-StateManagement__Export-Dropdown {
|
|
@@ -3490,17 +1722,14 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3490
1722
|
.ab-GridList {
|
|
3491
1723
|
--at-grid__background: transparent;
|
|
3492
1724
|
}
|
|
3493
|
-
|
|
3494
1725
|
.ab-GridList .AT-GridCell_content,
|
|
3495
1726
|
.ab-GridList .ab-ListGroupItem,
|
|
3496
1727
|
.ab-GridList .AT-GridColumnCell {
|
|
3497
1728
|
width: 100%;
|
|
3498
1729
|
}
|
|
3499
|
-
|
|
3500
1730
|
.ab-GridList .AT-GridHeader {
|
|
3501
1731
|
display: none;
|
|
3502
1732
|
}
|
|
3503
|
-
|
|
3504
1733
|
.ab-GridList.ab-padding-horizontal-0 .AT-GridColumnCell {
|
|
3505
1734
|
padding-left: 0;
|
|
3506
1735
|
padding-right: 0;
|
|
@@ -3536,17 +1765,14 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3536
1765
|
outline: var(--ab-focus__outline);
|
|
3537
1766
|
border-radius: var(--ab__border-radius);
|
|
3538
1767
|
}
|
|
3539
|
-
|
|
3540
1768
|
.ab-Datepicker-Overlay .rdp {
|
|
3541
1769
|
font-size: var(--ab-cmp-datepicker__font-size);
|
|
3542
1770
|
font-family: var(--ab-cmp-datepicker__font-family);
|
|
3543
1771
|
}
|
|
3544
|
-
|
|
3545
1772
|
.ab-Datepicker-Overlay .rdp .rdp-weeknumber,
|
|
3546
1773
|
.ab-Datepicker-Overlay .rdp .rdp-day {
|
|
3547
1774
|
border-radius: var(--ab-cmp-datepicker__day-border-radius);
|
|
3548
1775
|
}
|
|
3549
|
-
|
|
3550
1776
|
.ab-Datepicker-Overlay .rdp .rdp-day_selected:not([disabled]),
|
|
3551
1777
|
.ab-Datepicker-Overlay .rdp .rdp-day_selected:focus:not([disabled]),
|
|
3552
1778
|
.ab-Datepicker-Overlay .rdp .rdp-day_selected:active:not([disabled]),
|
|
@@ -3554,28 +1780,22 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3554
1780
|
color: var(--ab-cmp-datepicker__selected-text-color);
|
|
3555
1781
|
border-radius: var(--ab-cmp-datepicker__selected-border-radius);
|
|
3556
1782
|
}
|
|
3557
|
-
|
|
3558
1783
|
.ab-Datepicker-Overlay .rdp .rdp-caption_label {
|
|
3559
1784
|
font-size: 120%;
|
|
3560
1785
|
}
|
|
3561
|
-
|
|
3562
1786
|
.ab-Datepicker-Overlay .rdp .rdp-nav_button {
|
|
3563
1787
|
color: var(--ab-color-text-on-primary);
|
|
3564
1788
|
}
|
|
3565
|
-
|
|
3566
1789
|
.ab-Datepicker-Overlay .rdp .rdp-table {
|
|
3567
1790
|
width: 100%;
|
|
3568
1791
|
max-width: none;
|
|
3569
1792
|
}
|
|
3570
|
-
|
|
3571
1793
|
.ab-Datepicker-Overlay .rdp .rdp-day_outside {
|
|
3572
1794
|
opacity: 0.4;
|
|
3573
1795
|
}
|
|
3574
|
-
|
|
3575
1796
|
.ab-Datepicker-Overlay .rdp .rdp-day_today {
|
|
3576
1797
|
border: var(--rdp-outline);
|
|
3577
1798
|
}
|
|
3578
|
-
|
|
3579
1799
|
.ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(8),
|
|
3580
1800
|
.ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(9),
|
|
3581
1801
|
.ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(10),
|
|
@@ -3585,7 +1805,6 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3585
1805
|
.ab-Datepicker-Overlay .rdp .rdp-row td:nth-child(14) {
|
|
3586
1806
|
display: none;
|
|
3587
1807
|
}
|
|
3588
|
-
|
|
3589
1808
|
.ab-Datepicker-Overlay .rdp.rdp-with_weeknumber .rdp-row td:nth-child(8) {
|
|
3590
1809
|
display: table-cell;
|
|
3591
1810
|
}
|
|
@@ -3598,18 +1817,15 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3598
1817
|
width: 77px;
|
|
3599
1818
|
height: 32px;
|
|
3600
1819
|
}
|
|
3601
|
-
|
|
3602
1820
|
.ab-ToggleButton:hover:not(.ab-ToggleButton--disabled) {
|
|
3603
1821
|
cursor: pointer;
|
|
3604
1822
|
opacity: 0.85;
|
|
3605
1823
|
}
|
|
3606
|
-
|
|
3607
1824
|
.ab-ToggleButton__input {
|
|
3608
1825
|
opacity: 0;
|
|
3609
1826
|
width: 0;
|
|
3610
1827
|
height: 0;
|
|
3611
1828
|
}
|
|
3612
|
-
|
|
3613
1829
|
.ab-ToggleButton__slider {
|
|
3614
1830
|
position: absolute;
|
|
3615
1831
|
top: 0;
|
|
@@ -3620,7 +1836,6 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3620
1836
|
transition: 0.1s;
|
|
3621
1837
|
border-radius: var(--ab__border-radius);
|
|
3622
1838
|
}
|
|
3623
|
-
|
|
3624
1839
|
.ab-ToggleButton__slider:before {
|
|
3625
1840
|
position: absolute;
|
|
3626
1841
|
content: "";
|
|
@@ -3633,30 +1848,24 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3633
1848
|
-webkit-transition: 0.4s;
|
|
3634
1849
|
transition: 0.2s;
|
|
3635
1850
|
}
|
|
3636
|
-
|
|
3637
1851
|
.ab-ToggleButton__input:checked + .ab-ToggleButton__slider {
|
|
3638
1852
|
background-color: var(--ab-cmp-toggle-button--active__background);
|
|
3639
1853
|
}
|
|
3640
|
-
|
|
3641
1854
|
.ab-ToggleButton__input:checked + .ab-ToggleButton__slider:before {
|
|
3642
1855
|
transform: translateX(45px);
|
|
3643
1856
|
}
|
|
3644
|
-
|
|
3645
1857
|
.ab-ToggleButton__input:focus + .ab-ToggleButton__slider {
|
|
3646
1858
|
box-shadow: var(--ab-focus__box-shadow);
|
|
3647
1859
|
}
|
|
3648
|
-
|
|
3649
1860
|
.ab-ToggleButton__input:disabled + .ab-ToggleButton__slider {
|
|
3650
1861
|
opacity: 0.5;
|
|
3651
1862
|
}
|
|
3652
|
-
|
|
3653
1863
|
.ab-ToggleButton .ab-ToggleButton__text {
|
|
3654
1864
|
font-size: var(--ab-cmp-toggle-button__font-size);
|
|
3655
1865
|
padding-right: var(--ab-space-2);
|
|
3656
1866
|
color: var(--ab-cmp-toggle-button__color);
|
|
3657
1867
|
font-weight: 600;
|
|
3658
1868
|
}
|
|
3659
|
-
|
|
3660
1869
|
.ab-ToggleButton--checked .ab-ToggleButton__text {
|
|
3661
1870
|
padding-left: var(--ab-space-2);
|
|
3662
1871
|
color: var(--ab-cmp-toggle-button--checked__color);
|
|
@@ -3696,7 +1905,6 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3696
1905
|
transform: rotate(360deg);
|
|
3697
1906
|
}
|
|
3698
1907
|
}
|
|
3699
|
-
|
|
3700
1908
|
.ab-progress-indicator-wrapper {
|
|
3701
1909
|
align-items: center;
|
|
3702
1910
|
display: flex;
|
|
@@ -3712,11 +1920,9 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3712
1920
|
transition-property: opacity;
|
|
3713
1921
|
transition-duration: 0.3s;
|
|
3714
1922
|
}
|
|
3715
|
-
|
|
3716
1923
|
.ab-progress-indicator-wrapper--visible {
|
|
3717
1924
|
opacity: 1;
|
|
3718
1925
|
}
|
|
3719
|
-
|
|
3720
1926
|
.ab-progress-indicator-wrapper .ab-progress-indicator-body {
|
|
3721
1927
|
padding: var(--ab-cmp-progress-indicator__padding);
|
|
3722
1928
|
background: var(--ab-cmp-progress-indicator__background);
|
|
@@ -3789,7 +1995,6 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3789
1995
|
/*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
|
|
3790
1996
|
how to remove the virtical space around the range & in IE*/
|
|
3791
1997
|
}
|
|
3792
|
-
|
|
3793
1998
|
.ab-ColorPicker-range[type=range] {
|
|
3794
1999
|
width: 120px;
|
|
3795
2000
|
margin: 0px 0;
|
|
@@ -3798,11 +2003,9 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3798
2003
|
background-color: transparent;
|
|
3799
2004
|
-webkit-appearance: none;
|
|
3800
2005
|
}
|
|
3801
|
-
|
|
3802
2006
|
.ab-ColorPicker-range[type=range]:focus {
|
|
3803
2007
|
outline: none;
|
|
3804
2008
|
}
|
|
3805
|
-
|
|
3806
2009
|
.ab-ColorPicker-range[type=range]::-webkit-slider-runnable-track {
|
|
3807
2010
|
background: none;
|
|
3808
2011
|
border: 0;
|
|
@@ -3810,7 +2013,6 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3810
2013
|
height: 20px;
|
|
3811
2014
|
cursor: pointer;
|
|
3812
2015
|
}
|
|
3813
|
-
|
|
3814
2016
|
.ab-ColorPicker-range[type=range]::-webkit-slider-thumb {
|
|
3815
2017
|
margin-top: 0px;
|
|
3816
2018
|
width: 20px;
|
|
@@ -3821,11 +2023,9 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3821
2023
|
cursor: pointer;
|
|
3822
2024
|
-webkit-appearance: none;
|
|
3823
2025
|
}
|
|
3824
|
-
|
|
3825
2026
|
.ab-ColorPicker-range[type=range]:focus::-webkit-slider-runnable-track {
|
|
3826
2027
|
background: none;
|
|
3827
2028
|
}
|
|
3828
|
-
|
|
3829
2029
|
.ab-ColorPicker-range[type=range]::-moz-range-track {
|
|
3830
2030
|
background: none;
|
|
3831
2031
|
border: 0;
|
|
@@ -3833,7 +2033,6 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3833
2033
|
height: 20px;
|
|
3834
2034
|
cursor: pointer;
|
|
3835
2035
|
}
|
|
3836
|
-
|
|
3837
2036
|
.ab-ColorPicker-range[type=range]::-moz-range-thumb {
|
|
3838
2037
|
width: 20px;
|
|
3839
2038
|
height: 20px;
|
|
@@ -3842,7 +2041,6 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3842
2041
|
border-radius: 20px;
|
|
3843
2042
|
cursor: pointer;
|
|
3844
2043
|
}
|
|
3845
|
-
|
|
3846
2044
|
.ab-ColorPicker-range[type=range]::-ms-track {
|
|
3847
2045
|
background: transparent;
|
|
3848
2046
|
border-color: transparent;
|
|
@@ -3852,17 +2050,14 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3852
2050
|
height: 20px;
|
|
3853
2051
|
cursor: pointer;
|
|
3854
2052
|
}
|
|
3855
|
-
|
|
3856
2053
|
.ab-ColorPicker-range[type=range]::-ms-fill-lower {
|
|
3857
2054
|
background: #43429e;
|
|
3858
2055
|
border: 0;
|
|
3859
2056
|
}
|
|
3860
|
-
|
|
3861
2057
|
.ab-ColorPicker-range[type=range]::-ms-fill-upper {
|
|
3862
2058
|
background: none;
|
|
3863
2059
|
border: 0;
|
|
3864
2060
|
}
|
|
3865
|
-
|
|
3866
2061
|
.ab-ColorPicker-range[type=range]::-ms-thumb {
|
|
3867
2062
|
width: 20px;
|
|
3868
2063
|
height: 20px;
|
|
@@ -3873,15 +2068,12 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3873
2068
|
margin-top: 0px;
|
|
3874
2069
|
/*Needed to keep the Edge thumb centred*/
|
|
3875
2070
|
}
|
|
3876
|
-
|
|
3877
2071
|
.ab-ColorPicker-range[type=range]:focus::-ms-fill-lower {
|
|
3878
2072
|
background: none;
|
|
3879
2073
|
}
|
|
3880
|
-
|
|
3881
2074
|
.ab-ColorPicker-range[type=range]:focus::-ms-fill-upper {
|
|
3882
2075
|
background: none;
|
|
3883
2076
|
}
|
|
3884
|
-
|
|
3885
2077
|
@supports (-ms-ime-align: auto) {
|
|
3886
2078
|
.ab-ColorPicker-range {
|
|
3887
2079
|
/* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
|
|
@@ -3910,13 +2102,11 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3910
2102
|
|
|
3911
2103
|
.ab-DashboardToolbar__SystemStatus__text {
|
|
3912
2104
|
border-radius: var(--ab-cmp-system-status-list-text__border-radius);
|
|
3913
|
-
font-weight: var(--ab-cmp-system-status-list-text__font-weight);
|
|
3914
2105
|
font-size: var(--ab-cmp-system-status-list-text__font-size);
|
|
3915
2106
|
color: var(--ab-cmp-system-status-list-text__color);
|
|
3916
2107
|
padding: var(--ab-cmp-system-status-list-text__padding);
|
|
3917
2108
|
margin-right: var(--ab-space-2);
|
|
3918
2109
|
}
|
|
3919
|
-
|
|
3920
2110
|
.ab-DashboardToolbar__SystemStatus__text--expandable {
|
|
3921
2111
|
cursor: pointer;
|
|
3922
2112
|
}
|
|
@@ -3929,7 +2119,6 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3929
2119
|
background: var(--ab-cmp-listgroupitem__background);
|
|
3930
2120
|
color: var(--ab-cmp-listgroupitem__color);
|
|
3931
2121
|
}
|
|
3932
|
-
|
|
3933
2122
|
.ab-ObjectCollection__list > *:nth-child(2n+1) {
|
|
3934
2123
|
background: var(--ab-cmp-listgroupitem--odd__background);
|
|
3935
2124
|
color: var(--ab-cmp-listgroupitem--odd__color);
|
|
@@ -3943,16 +2132,13 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3943
2132
|
color: var(--ab-cmp-listgroupitem__color);
|
|
3944
2133
|
border-radius: var(--ab-cmp-listgroupitem__border-radius);
|
|
3945
2134
|
}
|
|
3946
|
-
|
|
3947
2135
|
.ab-AdaptableObjectRow:nth-child(2n+1) {
|
|
3948
2136
|
background: var(--ab-cmp-listgroupitem--odd__background);
|
|
3949
2137
|
color: var(--ab-cmp-listgroupitem--odd__color);
|
|
3950
2138
|
}
|
|
3951
|
-
|
|
3952
2139
|
.ab-AdaptableObjectRow--is-suspended {
|
|
3953
2140
|
text-decoration: line-through;
|
|
3954
2141
|
}
|
|
3955
|
-
|
|
3956
2142
|
.ab-AdaptableObjectRow__cell {
|
|
3957
2143
|
white-space: nowrap;
|
|
3958
2144
|
text-overflow: ellipsis;
|
|
@@ -3966,7 +2152,6 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3966
2152
|
--ab-grid-row-height: 26px;
|
|
3967
2153
|
margin-bottom: 0;
|
|
3968
2154
|
}
|
|
3969
|
-
|
|
3970
2155
|
.ab-ListBoxFilterForm .ab-GridList .AT-VirtualScrollContainer {
|
|
3971
2156
|
overflow-x: hidden;
|
|
3972
2157
|
}
|
|
@@ -3979,7 +2164,6 @@ input[type=number].ab-Input:hover::-webkit-inner-spin-button:active {
|
|
|
3979
2164
|
--ab-cmp-dropdown__padding: 3px;
|
|
3980
2165
|
--ab-focus__box-shadow: 0 0 3px 0px var(--ab-color-accent);
|
|
3981
2166
|
}
|
|
3982
|
-
|
|
3983
2167
|
.ag-theme-balham-dark .ab-ListBoxFilterForm--aggrid-style .ab-FieldWrap,
|
|
3984
2168
|
.ag-theme-balham .ab-ListBoxFilterForm--aggrid-style .ab-FieldWrap {
|
|
3985
2169
|
border-radius: 0;
|
|
@@ -4031,7 +2215,6 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
4031
2215
|
color: var(--ab-cmp-wizard__color);
|
|
4032
2216
|
height: 100%;
|
|
4033
2217
|
}
|
|
4034
|
-
|
|
4035
2218
|
.ab-NocodeWizard,
|
|
4036
2219
|
.ab-NocodeWizard *,
|
|
4037
2220
|
.ab-NocodeWizard *:before,
|
|
@@ -4049,7 +2232,6 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
4049
2232
|
.ab-SelectedDropZone .placeholder {
|
|
4050
2233
|
width: 100%;
|
|
4051
2234
|
}
|
|
4052
|
-
|
|
4053
2235
|
.ab-AvailableDropZone .placeholder:before,
|
|
4054
2236
|
.ab-SelectedDropZone .placeholder:before {
|
|
4055
2237
|
content: "DROPS HERE";
|
|
@@ -4059,12 +2241,10 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
4059
2241
|
border-radius: var(--ab-cmp-button-border-radius);
|
|
4060
2242
|
padding: var(--ab-space-2);
|
|
4061
2243
|
}
|
|
4062
|
-
|
|
4063
2244
|
.ab-Button.ab-Button--enabled {
|
|
4064
2245
|
cursor: pointer;
|
|
4065
2246
|
background: var(--ab-cmp-button-background);
|
|
4066
2247
|
}
|
|
4067
|
-
|
|
4068
2248
|
.ab-Button.ab-Button--disabled {
|
|
4069
2249
|
opacity: var(--ab-cmp-button-disabled-opacity);
|
|
4070
2250
|
background: var(--ab-cmp-button-disabled-background);
|
|
@@ -4076,7 +2256,6 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
4076
2256
|
color: var(--ab-cmp-dashboardpanel_header__color);
|
|
4077
2257
|
border-color: currentColor;
|
|
4078
2258
|
}
|
|
4079
|
-
|
|
4080
2259
|
.ab-DashboardPanel .glyphicon.glyphicon {
|
|
4081
2260
|
color: var(--ab-cmp-dashboardpanel__fill);
|
|
4082
2261
|
}
|
|
@@ -4096,7 +2275,6 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
4096
2275
|
.ab-Dashboard__pinned-container {
|
|
4097
2276
|
border-right: var(--ab-cmp-dashboard-pinned-toolbar-border);
|
|
4098
2277
|
}
|
|
4099
|
-
|
|
4100
2278
|
.ab-Dashboard__pinned-container:last-child {
|
|
4101
2279
|
border-right: 0;
|
|
4102
2280
|
}
|
|
@@ -4107,29 +2285,24 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
4107
2285
|
color: var(--ab-cmp-toolpanel__color);
|
|
4108
2286
|
font-family: var(--ab-cmp-toolpanel__font-family);
|
|
4109
2287
|
}
|
|
4110
|
-
|
|
4111
2288
|
.ab-ToolPanel .ab-ToolPanel__header {
|
|
4112
2289
|
background: var(--ab-cmp-toolpanel-header__background);
|
|
4113
2290
|
color: var(--ab-cmp-toolpanel-header__color);
|
|
4114
2291
|
}
|
|
4115
|
-
|
|
4116
2292
|
.ab-ToolPanel .ab-ToolPanel__header__buttons {
|
|
4117
2293
|
grid-gap: var(--ab-cmp-toolpanel-header__grid-gap);
|
|
4118
2294
|
}
|
|
4119
|
-
|
|
4120
2295
|
.ab-ToolPanel .ab-ToolPanel__custom-content__buttons {
|
|
4121
2296
|
display: flex;
|
|
4122
2297
|
flex-direction: row;
|
|
4123
2298
|
flex-wrap: wrap;
|
|
4124
2299
|
grid-gap: var(--ab-cmp-toolpanel-header__grid-gap);
|
|
4125
2300
|
}
|
|
4126
|
-
|
|
4127
2301
|
.ab-ToolPanel .ab-StateManagement__Clear-Button,
|
|
4128
2302
|
.ab-ToolPanel .ab-StateManagement__Load-Button {
|
|
4129
2303
|
justify-content: center;
|
|
4130
2304
|
flex: 1;
|
|
4131
2305
|
}
|
|
4132
|
-
|
|
4133
2306
|
.ab-ToolPanel .ab-StateManagement__Clear-Button,
|
|
4134
2307
|
.ab-ToolPanel .ab-StateManagement__Load-Button,
|
|
4135
2308
|
.ab-ToolPanel .ab-StateManagement__Export-Dropdown {
|
|
@@ -4144,7 +2317,6 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
4144
2317
|
background: var(--ab-cmp-adaptable-popup__background);
|
|
4145
2318
|
max-height: var(--ab-cmp-adaptable-popup__max-height);
|
|
4146
2319
|
}
|
|
4147
|
-
|
|
4148
2320
|
.ab-Adaptable-Popup--window {
|
|
4149
2321
|
box-shadow: var(--ab-cmp-adaptable-popup__box-shadow);
|
|
4150
2322
|
}
|
|
@@ -4155,24 +2327,20 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
4155
2327
|
border-right: var(--ab-cmp-adaptable-popup-navigation-list__border-right);
|
|
4156
2328
|
font-family: var(--ab__font-family);
|
|
4157
2329
|
}
|
|
4158
|
-
|
|
4159
2330
|
.ab-Adaptable-Popup__Navigation__List {
|
|
4160
2331
|
list-style: none;
|
|
4161
2332
|
padding: var(--ab-cmp-adaptable-popup-navigation-list__padding);
|
|
4162
2333
|
margin: 0;
|
|
4163
2334
|
font-size: var(--ab-cmp-adaptable-popup-navigation-list__font-size);
|
|
4164
2335
|
}
|
|
4165
|
-
|
|
4166
2336
|
.ab-Adaptable-Popup__Navigation__List__Item {
|
|
4167
2337
|
padding: var(--ab-cmp-adaptable-popup-navigation-list-item__padding);
|
|
4168
2338
|
margin-bottom: var(--ab-cmp-adaptable-popup-navigation-list-item__margin-bottom);
|
|
4169
2339
|
}
|
|
4170
|
-
|
|
4171
2340
|
.ab-Adaptable-Popup__Navigation__List__Item__Separator {
|
|
4172
2341
|
border-bottom: var(--ab-cmp-adaptable-popup-navigation-list-item-separator__border);
|
|
4173
2342
|
margin: var(--ab-cmp-adaptable-popup-navigation-list-item-separator__margin);
|
|
4174
2343
|
}
|
|
4175
|
-
|
|
4176
2344
|
.ab-Adaptable-Popup__Navigation__List__Item__Button {
|
|
4177
2345
|
background: none;
|
|
4178
2346
|
border: none;
|
|
@@ -4183,11 +2351,9 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
4183
2351
|
border-radius: var(--ab-cmp-adaptable-popup-navigation-list-item-button__border-radius);
|
|
4184
2352
|
color: var(--ab-cmp-adaptable-popup-navigation-list-item-button__color);
|
|
4185
2353
|
}
|
|
4186
|
-
|
|
4187
2354
|
.ab-Adaptable-Popup__Navigation__List__Item__Icon {
|
|
4188
2355
|
margin-right: var(--ab-cmp-adaptable-popup-topbar-icon__margin-right);
|
|
4189
2356
|
}
|
|
4190
|
-
|
|
4191
2357
|
.ab-Adaptable-Popup__Navigation__List__Item--active .ab-Adaptable-Popup__Navigation__List__Item__Button {
|
|
4192
2358
|
background: var(--ab-cmp-adaptable-popup-navigation-list-item-button__background--active);
|
|
4193
2359
|
color: var(--ab-cmp-adaptable-popup-navigation-list-item-button__background--color);
|
|
@@ -4215,11 +2381,9 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
4215
2381
|
.ab-Adaptable-Popup--settings-popup {
|
|
4216
2382
|
height: var(--ab-cmp-adaptable-popup--settings__height);
|
|
4217
2383
|
}
|
|
4218
|
-
|
|
4219
2384
|
.ab-Adaptable-Popup--settings-popup .ab-Dialog__close-button {
|
|
4220
2385
|
top: 9px;
|
|
4221
2386
|
}
|
|
4222
|
-
|
|
4223
2387
|
.ab-Adaptable-Popup--settings-popup .ab-Adaptable-Popup__Body {
|
|
4224
2388
|
padding: var(--ab-cmp-adaptable-popup--settings__padding);
|
|
4225
2389
|
min-width: 0;
|
|
@@ -4228,18 +2392,15 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
4228
2392
|
.ab-Adaptable-Popup__Panel {
|
|
4229
2393
|
width: 100%;
|
|
4230
2394
|
}
|
|
4231
|
-
|
|
4232
2395
|
.ab-Adaptable-Popup__Panel__Header {
|
|
4233
2396
|
display: flex;
|
|
4234
2397
|
padding: 0 var(--ab-cmp-adaptable-popup-panel__padding);
|
|
4235
2398
|
margin-bottom: var(--ab-cmp-adaptable-popup-panel__margin-bottom);
|
|
4236
2399
|
margin-top: var(--ab-cmp-adaptable-popup-panel__margin-top);
|
|
4237
2400
|
}
|
|
4238
|
-
|
|
4239
2401
|
.ab-Adaptable-Popup__Panel__Header__Title {
|
|
4240
2402
|
font-size: var(--ab-cmp-adaptable-popup-panel-title__font-size);
|
|
4241
2403
|
}
|
|
4242
|
-
|
|
4243
2404
|
.ab-Adaptable-Popup__Panel__Body {
|
|
4244
2405
|
padding: var(--ab-cmp-adaptable-popup-panel-body__padding);
|
|
4245
2406
|
flex: 1;
|
|
@@ -4263,11 +2424,9 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
4263
2424
|
max-height: 100%;
|
|
4264
2425
|
box-shadow: var(--ab-cmp-adaptable-window-popup__box-shadow);
|
|
4265
2426
|
}
|
|
4266
|
-
|
|
4267
2427
|
.ab-Window-Modal .ab-Dialog__close-button {
|
|
4268
2428
|
top: 3px;
|
|
4269
2429
|
}
|
|
4270
|
-
|
|
4271
2430
|
.ab-Window-Modal .ab-Panel {
|
|
4272
2431
|
max-height: initial;
|
|
4273
2432
|
}
|
|
@@ -4282,32 +2441,26 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
4282
2441
|
padding: var(--ab-cmp-adaptable-object-list-item__padding);
|
|
4283
2442
|
margin-bottom: var(--ab-cmp-adaptable-object-list-item__margin-bottom);
|
|
4284
2443
|
}
|
|
4285
|
-
|
|
4286
2444
|
.ab-Adaptable-Object-List__Item__edit-property {
|
|
4287
2445
|
visibility: hidden;
|
|
4288
2446
|
}
|
|
4289
|
-
|
|
4290
2447
|
.ab-Adaptable-Object-List__Item__values {
|
|
4291
2448
|
min-width: 0;
|
|
4292
2449
|
word-break: break-all;
|
|
4293
2450
|
}
|
|
4294
|
-
|
|
4295
2451
|
.ab-Adaptable-Object-List__Item__buttons {
|
|
4296
2452
|
padding-left: var(--ab-space-2);
|
|
4297
2453
|
min-width: 80px;
|
|
4298
2454
|
text-align: right;
|
|
4299
2455
|
margin-left: var(--ab-space-3);
|
|
4300
2456
|
}
|
|
4301
|
-
|
|
4302
2457
|
.ab-Adaptable-Object-List__Item__label {
|
|
4303
2458
|
padding-top: var(--ab-cmp-adaptable-object-list-item-label__padding-top);
|
|
4304
2459
|
width: var(--ab-cmp-adaptable-object-list-item-label__width);
|
|
4305
2460
|
}
|
|
4306
|
-
|
|
4307
2461
|
.ab-Adaptable-Object-List__Item__label:hover .ab-Adaptable-Object-List__Item__edit-property {
|
|
4308
2462
|
visibility: visible;
|
|
4309
2463
|
}
|
|
4310
|
-
|
|
4311
2464
|
.ab-Adaptable-Object-List__Item .ab-Tag {
|
|
4312
2465
|
margin-right: var(--ab-cmp-adaptable-object-list-tag__margin-right);
|
|
4313
2466
|
margin-top: var(--ab-cmp-adaptable-object-list-tag__margin-top);
|
|
@@ -4319,31 +2472,25 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
4319
2472
|
background: var(--ab-cmp-adaptable-object-compact-list__background);
|
|
4320
2473
|
max-height: 70vh;
|
|
4321
2474
|
}
|
|
4322
|
-
|
|
4323
2475
|
.ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Header {
|
|
4324
2476
|
padding: var(--ab-cmp-adaptable-object-compact-list__header__padding);
|
|
4325
2477
|
margin-bottom: var(--ab-cmp-adaptable-object-compact-list__header__margin-bottom);
|
|
4326
2478
|
}
|
|
4327
|
-
|
|
4328
2479
|
.ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Title {
|
|
4329
2480
|
font-size: var(--ab-font-size-4);
|
|
4330
2481
|
}
|
|
4331
|
-
|
|
4332
2482
|
.ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Body {
|
|
4333
2483
|
overflow: auto;
|
|
4334
2484
|
height: 100%;
|
|
4335
2485
|
}
|
|
4336
|
-
|
|
4337
2486
|
.ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Item {
|
|
4338
2487
|
padding: var(--ab-cmp-adaptable-object-compact-list-item__padding);
|
|
4339
2488
|
margin-bottom: var(--ab-cmp-adaptable-object-compact-list-item__margin-bottom);
|
|
4340
2489
|
background: var(--ab-cmp-adaptable-object-compact-list-item__background);
|
|
4341
2490
|
}
|
|
4342
|
-
|
|
4343
2491
|
.ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Item:last-child {
|
|
4344
2492
|
margin-bottom: 0;
|
|
4345
2493
|
}
|
|
4346
|
-
|
|
4347
2494
|
.ab-Adaptable-Object-Compact-List__Item__Name {
|
|
4348
2495
|
width: var(--ab-cmp-adaptable-object-compact-list-item-name__width);
|
|
4349
2496
|
padding: var(--ab-cmp-adaptable-object-compact-list-item-name__padding);
|
|
@@ -4361,17 +2508,14 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
4361
2508
|
.ab-ValueSelector {
|
|
4362
2509
|
overflow: hidden;
|
|
4363
2510
|
}
|
|
4364
|
-
|
|
4365
2511
|
.ab-ValueSelector__option {
|
|
4366
2512
|
border-radius: "var(--ab__border-radius)";
|
|
4367
2513
|
}
|
|
4368
|
-
|
|
4369
2514
|
.ab-ValueSelector__show-selected-only-checkbox {
|
|
4370
2515
|
position: sticky;
|
|
4371
2516
|
top: 0;
|
|
4372
2517
|
z-index: 10000;
|
|
4373
2518
|
}
|
|
4374
|
-
|
|
4375
2519
|
.ab-ValueSelector__show-selected-only-checkbox__text {
|
|
4376
2520
|
position: absolute;
|
|
4377
2521
|
top: 2px;
|
|
@@ -4397,11 +2541,9 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
4397
2541
|
font-weight: 400;
|
|
4398
2542
|
border-right: var(--ab-cmp-adaptable-statusbar__border);
|
|
4399
2543
|
}
|
|
4400
|
-
|
|
4401
2544
|
.ab-StatusBar__SubPanel:last-child {
|
|
4402
2545
|
border-right: 0;
|
|
4403
2546
|
}
|
|
4404
|
-
|
|
4405
2547
|
.ab-StatusBar__SubPanel,
|
|
4406
2548
|
.ab-StatusBar__SubPanel .ab-SimpleButton {
|
|
4407
2549
|
color: var(--ab-cmp-adaptable-statusbar__color);
|
|
@@ -4419,18 +2561,15 @@ button.ab-StatusBar__SubPanel:hover {
|
|
|
4419
2561
|
.ab-Layout-Wizard__ColumnRow__Header {
|
|
4420
2562
|
cursor: pointer;
|
|
4421
2563
|
}
|
|
4422
|
-
|
|
4423
2564
|
.ab-Layout-Wizard__ColumnRow__Title {
|
|
4424
2565
|
border-radius: var(--ab-cmp-adaptable-layout-wizard-column-row-title__border-radius);
|
|
4425
2566
|
background: var(--ab-cmp-adaptable-layout-wizard-column-row-title__background);
|
|
4426
2567
|
color: var(--ab-cmp-adaptable-layout-wizard-column-row-title__color);
|
|
4427
2568
|
}
|
|
4428
|
-
|
|
4429
2569
|
.ab-Layout-Wizard__ColumnRow__Expanded-Container {
|
|
4430
2570
|
background: var(--ab-cmp-adaptable-layout-wizard-column-row-expanded-container__background);
|
|
4431
2571
|
border-radius: var(--ab-cmp-adaptable-layout-wizard-column-row-expanded-container__border-radius);
|
|
4432
2572
|
}
|
|
4433
|
-
|
|
4434
2573
|
.ab-Layout-Wizard__ColumnRow__Input {
|
|
4435
2574
|
max-width: var(--ab-cmp-adaptable-layout-wizard-column-input__max-width);
|
|
4436
2575
|
width: var(--ab-cmp-adaptable-layout-wizard-column-input__width);
|
|
@@ -4461,7 +2600,6 @@ button.ab-StatusBar__SubPanel:hover {
|
|
|
4461
2600
|
.ab-ExpressionEditor {
|
|
4462
2601
|
overflow: auto;
|
|
4463
2602
|
}
|
|
4464
|
-
|
|
4465
2603
|
.ab-ExpressionEditor__column-picker {
|
|
4466
2604
|
overflow: auto;
|
|
4467
2605
|
width: 255px;
|
|
@@ -4474,24 +2612,20 @@ button.ab-StatusBar__SubPanel:hover {
|
|
|
4474
2612
|
width: 100%;
|
|
4475
2613
|
--ab-overlay-horizontal-align: left;
|
|
4476
2614
|
}
|
|
4477
|
-
|
|
4478
2615
|
.ab-ExpressionEditorInput__info-button {
|
|
4479
2616
|
margin-right: 5px;
|
|
4480
2617
|
}
|
|
4481
|
-
|
|
4482
2618
|
.ab-ExpressionEditorInput__dropdown-functions-list-wrapper {
|
|
4483
2619
|
border: var(--ab-cmp-expression-editor-input-dropdown-functions-list__border);
|
|
4484
2620
|
border-radius: var(--ab-cmp-expression-editor-input-dropdown-functions-list__border-radius);
|
|
4485
2621
|
background: var(--ab-cmp-expression-editor-input__background);
|
|
4486
2622
|
}
|
|
4487
|
-
|
|
4488
2623
|
.ab-ExpressionEditorInput__dropdown-functions-list {
|
|
4489
2624
|
font-size: var(--ab-cmp-expression-editor-input-dropdown-functions-list__font-size);
|
|
4490
2625
|
z-index: 1000;
|
|
4491
2626
|
max-height: 300;
|
|
4492
2627
|
overflow: auto;
|
|
4493
2628
|
}
|
|
4494
|
-
|
|
4495
2629
|
.ab-ExpressionEditorInput__textarea {
|
|
4496
2630
|
width: 100%;
|
|
4497
2631
|
min-height: 100px;
|
|
@@ -4500,7 +2634,6 @@ button.ab-StatusBar__SubPanel:hover {
|
|
|
4500
2634
|
font-size: 1rem;
|
|
4501
2635
|
padding: var(--ab-space-2);
|
|
4502
2636
|
}
|
|
4503
|
-
|
|
4504
2637
|
.ab-ExpressionEditorInput__editor-feedback {
|
|
4505
2638
|
background: var(--ab-cmp-expression-editor-input__background);
|
|
4506
2639
|
border-radius: var(--ab-cmp-expression-editor-feedback__border-radius);
|
|
@@ -4512,7 +2645,6 @@ button.ab-StatusBar__SubPanel:hover {
|
|
|
4512
2645
|
border: var(--ab-cmp-quickfilter__border);
|
|
4513
2646
|
background: var(--ab-cmp-quickfilter__background);
|
|
4514
2647
|
}
|
|
4515
|
-
|
|
4516
2648
|
.ab-QuickFilter__dropdown {
|
|
4517
2649
|
white-space: nowrap;
|
|
4518
2650
|
max-height: 60vh;
|
|
@@ -4579,7 +2711,6 @@ button.ab-StatusBar__SubPanel:hover {
|
|
|
4579
2711
|
|
|
4580
2712
|
/* Styles for the coloured cell render
|
|
4581
2713
|
*/
|
|
4582
|
-
|
|
4583
2714
|
.ab_div-colour-render-bar {
|
|
4584
2715
|
display: inline-block;
|
|
4585
2716
|
height: 100%;
|
|
@@ -4605,7 +2736,6 @@ button.ab-StatusBar__SubPanel:hover {
|
|
|
4605
2736
|
display: flex;
|
|
4606
2737
|
column-gap: var(--ab-space-1);
|
|
4607
2738
|
}
|
|
4608
|
-
|
|
4609
2739
|
.ab-ActionColumn > button.ab-SimpleButton {
|
|
4610
2740
|
height: 100%;
|
|
4611
2741
|
}
|
|
@@ -4613,7 +2743,6 @@ button.ab-StatusBar__SubPanel:hover {
|
|
|
4613
2743
|
.adaptableRowActionButtons.ag-cell {
|
|
4614
2744
|
padding: 0;
|
|
4615
2745
|
}
|
|
4616
|
-
|
|
4617
2746
|
.adaptableRowActionButtons.ag-cell .ab-ActionColumn {
|
|
4618
2747
|
column-gap: 0;
|
|
4619
2748
|
}
|
|
@@ -4672,7 +2801,6 @@ button.ab-StatusBar__SubPanel:hover {
|
|
|
4672
2801
|
background-color: rgba(0, 0, 0, 0);
|
|
4673
2802
|
border-radius: 100px;
|
|
4674
2803
|
}
|
|
4675
|
-
|
|
4676
2804
|
.ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar:vertical,
|
|
4677
2805
|
.ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar:vertical,
|
|
4678
2806
|
.ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar:vertical,
|
|
@@ -4683,7 +2811,6 @@ button.ab-StatusBar__SubPanel:hover {
|
|
|
4683
2811
|
.ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar:vertical {
|
|
4684
2812
|
width: var(--ab-custom-scrollbar-size);
|
|
4685
2813
|
}
|
|
4686
|
-
|
|
4687
2814
|
.ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar:horizontal,
|
|
4688
2815
|
.ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar:horizontal,
|
|
4689
2816
|
.ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar:horizontal,
|
|
@@ -4694,7 +2821,6 @@ button.ab-StatusBar__SubPanel:hover {
|
|
|
4694
2821
|
.ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar:horizontal {
|
|
4695
2822
|
height: var(--ab-custom-scrollbar-size);
|
|
4696
2823
|
}
|
|
4697
|
-
|
|
4698
2824
|
.ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar:hover,
|
|
4699
2825
|
.ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar:hover,
|
|
4700
2826
|
.ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar:hover,
|
|
@@ -4705,7 +2831,6 @@ button.ab-StatusBar__SubPanel:hover {
|
|
|
4705
2831
|
.ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar:hover {
|
|
4706
2832
|
background-color: rgba(0, 0, 0, 0.09);
|
|
4707
2833
|
}
|
|
4708
|
-
|
|
4709
2834
|
.ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar-thumb,
|
|
4710
2835
|
.ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar-thumb,
|
|
4711
2836
|
.ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar-thumb,
|
|
@@ -4719,7 +2844,6 @@ button.ab-StatusBar__SubPanel:hover {
|
|
|
4719
2844
|
background-clip: padding-box;
|
|
4720
2845
|
border: 2px solid rgba(0, 0, 0, 0);
|
|
4721
2846
|
}
|
|
4722
|
-
|
|
4723
2847
|
.ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar-thumb:vertical,
|
|
4724
2848
|
.ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar-thumb:vertical,
|
|
4725
2849
|
.ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar-thumb:vertical,
|
|
@@ -4730,7 +2854,6 @@ button.ab-StatusBar__SubPanel:hover {
|
|
|
4730
2854
|
.ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar-thumb:vertical {
|
|
4731
2855
|
min-height: var(--ab-custom-scrollbar-size);
|
|
4732
2856
|
}
|
|
4733
|
-
|
|
4734
2857
|
.ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar-thumb:horizontal,
|
|
4735
2858
|
.ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar-thumb:horizontal,
|
|
4736
2859
|
.ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar-thumb:horizontal,
|
|
@@ -4741,7 +2864,6 @@ button.ab-StatusBar__SubPanel:hover {
|
|
|
4741
2864
|
.ab--custom-mac-like-scrollbars .ab-Modal * ::-webkit-scrollbar-thumb:horizontal {
|
|
4742
2865
|
min-width: var(--ab-custom-scrollbar-size);
|
|
4743
2866
|
}
|
|
4744
|
-
|
|
4745
2867
|
.ab--custom-mac-like-scrollbars .ab-Grid * ::-webkit-scrollbar-thumb:active,
|
|
4746
2868
|
.ab--custom-mac-like-scrollbars .ag-root * ::-webkit-scrollbar-thumb:active,
|
|
4747
2869
|
.ab--custom-mac-like-scrollbars .ab-Dashboard ::-webkit-scrollbar-thumb:active,
|
|
@@ -4758,7 +2880,6 @@ button.ab-StatusBar__SubPanel:hover {
|
|
|
4758
2880
|
display: flex;
|
|
4759
2881
|
flex-flow: column;
|
|
4760
2882
|
}
|
|
4761
|
-
|
|
4762
2883
|
.ag-details-row .ag-details-grid {
|
|
4763
2884
|
flex: 1;
|
|
4764
2885
|
}
|
|
@@ -4787,4 +2908,4 @@ html.ab--theme-light {
|
|
|
4787
2908
|
--ab-theme-loaded: light;
|
|
4788
2909
|
}
|
|
4789
2910
|
|
|
4790
|
-
/*# sourceMappingURL=index.css.map */
|
|
2911
|
+
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvaW5kZXguc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0RhdGVwaWNrZXIvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0NoZWNrQm94L3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRXhwcmVzc2lvbkVkaXRvci9RdWVyeUJ1aWxkZXIvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9EaWFsb2cvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9Ecm9wZG93bi9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0Ryb3Bkb3duQnV0dG9uL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRXJyb3JCb3gvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9XYXJuaW5nQm94L3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRmllbGRXcmFwL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvSGVscEJsb2NrL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvQ29kZUJsb2NrL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvSW5wdXQvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9MaXN0L0xpc3RHcm91cC9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0xpc3QvTGlzdEdyb3VwSXRlbS9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL01vZGFsL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvVGFicy9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL1BhbmVsL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvU2ltcGxlQnV0dG9uL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvVGV4dGFyZWEvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9Ub29sdGlwL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRmlsZURyb3BwYWJsZS9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0Rhc2hib2FyZC9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0xpc3QvR3JpZExpc3Qvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9EYXRlcGlja2VyL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvVG9nZ2xlQnV0dG9uL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRHJhZ0FuZERyb3BDb250ZXh0L3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvTG9hZGVyL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvUHJvZ3Jlc3NJbmRpY2F0b3Ivc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9Db21wb25lbnRzL0JhZGdlL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvSWNvblNlbGVjdG9yL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvUXVpY2tTZWFyY2gvRmxvYXRpbmdRdWlja1NlYXJjaC9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L05vdGVzL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvSWNvbi9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvQWRhcHRhYmxlT2JqZWN0Um93L3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQWRhcHRhYmxlV2l6YXJkVmlldy9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvQnV0dG9ucy9CdXR0b25CYXNlL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ29tcG9uZW50cy9QYW5lbHMvUGFuZWxEYXNoYm9hcmQvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9Db21wb25lbnRzL1BhbmVscy9QYW5lbFRvb2xQYW5lbC9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0FkYXB0YWJsZVBvcG92ZXIvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9XaXphcmQvT25lUGFnZUFkYXB0YWJsZVdpemFyZC5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvVG9vbFBhbmVsL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ3VzdG9tU29ydC9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvUG9wdXBzL0FkYXB0YWJsZVBvcHVwL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ29tcG9uZW50cy9Qb3B1cHMvV2luZG93UG9wdXBzL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ29tcG9uZW50cy9BZGFwdGFibGVPYmplY3RMaXN0L3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvR3JpZEluZm8vc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9TeXN0ZW1TdGF0dXMvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9EYXNoYm9hcmQvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9TdGF0dXNCYXIvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9UZWFtU2hhcmluZy9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0xheW91dC9XaXphcmQvc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9TdHlsZWRDb2x1bW4vV2l6YXJkL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ29tcG9uZW50cy9QZXJtaXR0ZWRWYWx1ZXNTZWxlY3Rvci9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRXhwcmVzc2lvbkVkaXRvci9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvRmlsdGVyRm9ybS9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvRW50aXR5UnVsZXNFZGl0b3IvRW50aXR5UnVsZVByZWRpY2F0ZXNFZGl0b3Ivc3R5bGUuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9Db21wb25lbnRzL0JhZGdlL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9SYWRpby9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvVG9nZ2xlL3N0eWxlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvVGFibGUvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0NoZWNrQm94L2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9FeHByZXNzaW9uRWRpdG9yL1F1ZXJ5QnVpbGRlci9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRGlhbG9nL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9Ecm9wZG93bi9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRHJvcGRvd25CdXR0b24vYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0VtcHR5Q29udGVudC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRXJyb3JCb3gvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL1dhcm5pbmdCb3gvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0ZpZWxkV3JhcC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvRm9ybUxheW91dC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvSGVscEJsb2NrL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9Db2RlQmxvY2svYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0lucHV0L2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9MaXN0L0xpc3RHcm91cC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvTGlzdC9MaXN0R3JvdXBJdGVtL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9Nb2RhbC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvVGFicy9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvUGFuZWwvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL1NpbXBsZUJ1dHRvbi9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvVGV4dGFyZWEvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL1Rvb2x0aXAvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0ZpbGVEcm9wcGFibGUvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL1dpemFyZFBhbmVsL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9EYXNoYm9hcmQvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0xpc3QvR3JpZExpc3QvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL1RvZ2dsZUJ1dHRvbi9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvTG9hZGVyL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9Qcm9ncmVzc0luZGljYXRvci9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvVGFnL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9EcmFnQW5kRHJvcENvbnRleHQvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0NvbG9yUGlja2VyL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9HcmlkSW5mby9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvU3lzdGVtU3RhdHVzL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9Db21wb25lbnRzL0FkYXB0YWJsZU9iamVjdENvbGxlY3Rpb24vYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvQWRhcHRhYmxlT2JqZWN0Um93L2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9Db21wb25lbnRzL0ZpbHRlckZvcm0vTGlzdEJveEZpbHRlckZvcm0vYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0FkYXB0YWJsZVBvcG92ZXIvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0FkYXB0YWJsZVdpemFyZFZpZXcvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvTGlzdEJveC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ29tcG9uZW50cy9CdXR0b25zL0J1dHRvbkJhc2UvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvUGFuZWxzL1BhbmVsRGFzaGJvYXJkL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9Db21wb25lbnRzL1BhbmVscy9GaWx0ZXJGb3JtUGFuZWwvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0Rhc2hib2FyZC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ29tcG9uZW50cy9Ub29sUGFuZWwvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0N1c3RvbVNvcnQvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvUG9wdXBzL0FkYXB0YWJsZVBvcHVwL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9Db21wb25lbnRzL1BvcHVwcy9XaW5kb3dQb3B1cHMvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvQWRhcHRhYmxlT2JqZWN0TGlzdC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ29tcG9uZW50cy9QZXJtaXR0ZWRWYWx1ZXNTZWxlY3Rvci9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvVmFsdWVTZWxlY3Rvci9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvU3RhdHVzQmFyL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvVmlldy9UZWFtU2hhcmluZy9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvTGF5b3V0L1dpemFyZC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvU3R5bGVkQ29sdW1uL1dpemFyZC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvUXVpY2tTZWFyY2gvRmxvYXRpbmdRdWlja1NlYXJjaC9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvTm90ZXMvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0RhdGFJbXBvcnQvRGF0YUltcG9ydFdpemFyZC9zdHlsZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9jb21wb25lbnRzL0V4cHJlc3Npb25FZGl0b3IvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy9WaWV3L0NvbXBvbmVudHMvRmlsdGVyRm9ybS9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL1ZpZXcvQ29tcG9uZW50cy9FbnRpdHlSdWxlc0VkaXRvci9FbnRpdHlSdWxlUHJlZGljYXRlc0VkaXRvci9iYXNlLnNjc3MiLCIuLi9wYWNrYWdlcy9hZGFwdGFibGUvc3JjL2NvbXBvbmVudHMvSWNvblNlbGVjdG9yL2Jhc2Uuc2NzcyIsIi4uL3BhY2thZ2VzL2FkYXB0YWJsZS9zcmMvY29tcG9uZW50cy9Ub2dnbGUvYmFzZS5zY3NzIiwiLi4vcGFja2FnZXMvYWRhcHRhYmxlL3NyYy90aGVtZXMvbGlnaHQuc2NzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBUTtBQ0FDO0FBRVQ7QUFBQTtBQUFBO0FDRlE7QUQ4VUE7QUF4VVI7RUFFRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBR0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUdBO0VBR0E7RUFHQTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTtFQUVBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUVBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBR0E7RUFDQTtFQUNBO0VBR0E7RUFDQTtFQUVBO0VBR0E7OztBQUdGO0VBR0U7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBQ0E7OztBQUdGO0VBQ0U7OztBQUdGO0VBQ0U7OztBQUdGO0VBQ0U7RUFDQTs7O0FFdkhGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTtBQUFBO0FBQUE7QUFBQTtFQUlBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0FBQUE7QUFBQTtBQUFBOztBQUtGO0VBQ0U7OztBQzNCSjtFQUNFO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTs7QUFHQTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUlGO0VBQ0U7O0FBRUY7RUFDRTtFQUNBOztBQUVGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7O0FBQ0E7RUFDRTs7QUFFRjtFQUNFO0VBQ0E7O0FBS0o7RUFDRTs7QUFFQTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ3JFTjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ0xGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FDUkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FBQUE7RUFFQTs7O0FDYkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FDSkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FDSkY7RUFDRTtFQUNBO0VBQ0E7OztBQ0hGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7OztBQ0pGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7OztBQ0pGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ1ZGO0VBQ0U7OztBQ0RGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUVBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7O0FBR0Y7RUFDRTs7QUFHRjtFQUNFO0VBQ0E7O0FBR0Y7RUFDRTs7O0FDN0JKO0VBQ0U7OztBQ0RGO0VBQ0U7RUFDQTtFQUNBOzs7QUNIRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FDbEJGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FDUkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUVBO0VBQ0E7RUFFQTtFQUNBOzs7QUNWRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ0xGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QUFBQTs7O0FDVkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNYRjtFQUNFOzs7QUNERjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNWRjtFQUNFO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7OztBQ05GO0VBQ0U7RUFDQTtFQUNBO0VBRUE7RUFFQTtFQUVBO0VBQ0E7RUFDQTs7O0FDWEY7RUFDRTtFQUNBO0VBQ0E7OztBQ0hGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FDUkY7RUFDRTtFQUNBOzs7QUNGRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ0xGO0VBQ0U7RUFDQTtFQUNBOzs7QUNIRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ0xGO0VBQ0U7RUFDQTtFQUNBOzs7QUNIRjtFQUNFO0VBQ0E7RUFFQTs7O0FDSkY7RUFDRTtFQUNBO0VBRUE7RUFDQTs7O0FDTEY7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FDSkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ1RGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNURjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ0xGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7OztBQUlBO0VBQ0U7RUFDQTtFQUNBOztBQUVGO0VBQ0U7O0FBRUY7RUFDRTtFQUVBO0VBQ0E7O0FBRUY7RUFDRTs7O0FDdkJKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNORjtFQUNFOzs7QUNERjtFQUVFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUdBO0VBQ0E7QUFBQTtFQUVBO0VBRUE7RUFDQTtFQUVBO0FBQUE7RUFFQTtBQUFBO0VBR0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBQUFBO0FBQUE7RUFJQTtFQUdBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBR0E7RUFDQTtFQUNBO0VBRUE7RUFFQTs7O0FDbERGO0VBQ0U7OztBQ0RGO0VBRUU7RUFDQTtFQUdBO0VBQ0E7RUFDQTtFQUdBO0VBQ0E7RUFHQTtFQUdBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTs7O0FDL0JGO0VBQ0U7RUFDQTtFQUNBOzs7QUNIRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FDTkY7RUFDRTtFQUNBOzs7QUFHRjtFQUNFOzs7QUNORjtFQUNFO0VBQ0E7RUFFQTtFQUNBO0VBRUE7OztBQ1BGO0VBQ0U7RUFDQTs7O0FDRkY7RUFDRTtFQUNBO0VBQ0E7QUFBQTtBQUFBO0VBSUE7QUFBQTtBQUFBO0VBR0E7QUFBQTtBQUFBO0VBSUE7RUFDQTs7O0FDZkY7RUFDRTs7O0FDREY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNMRjtFQUNFO0VBQ0E7RUFFQTtFQUNBO0FBQUE7RUFFQTtFQUVBO0VBRUE7OztBQ1hGO0VBQ0U7RUFDQTtFQUNBOzs7QUNIRjtFQUNFOzs7QUNERjtFQUNFO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNWQTtFQUNFO0VBQ0E7O0FBRUY7RUFDRTs7QUFFRjtFQUVFOztBQUVGO0VBQ0U7RUFDQTtFQUNBOztBQUVGO0VBQ0U7RUFDQTs7O0FBSUo7RUFDRTtJQUNFOzs7QUN6Qko7RUFDRTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFOztBQUVGO0VBQ0U7OztBQUlKO0VBQ0U7RUFDQTtFQUlBO0VBQ0E7O0FBSkE7RUFDRTs7O0FDckJGO0FBQUE7RUFFRTs7QUFFRjtFQUNFOztBQUVGO0VBQ0U7OztBQ1RKO0VBUUU7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFYQTtBQUFBO0FBQUE7RUFJRTs7O0FBU0o7RUFDRTs7QUFFQTtFQUNFOzs7QUFHSjtFQUNFOzs7QUFHRjtBQUFBO0FBQUE7QUFBQTtFQUlFOzs7QUFFRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHQTtFQUNFOztBQUtGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBSU47RUFDRTs7O0FBR0E7RUFDRTs7O0FBSUo7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNsR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FDSkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBRUE7RUFDQTs7QUFFQTtFQUVFO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FDckNKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFOztBQUdGO0VBQ0U7RUFDQTs7QUFHRjtFQUNFO0VBRUE7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTs7QUFJQTtFQUNFOztBQUlKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTs7O0FDL0NKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7OztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFO0VBQ0E7O0FBRUE7RUFDRTs7O0FBSUo7RUFDRTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFOzs7QUFJSjtFQUNFOzs7QUNwREY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUNBO0VBQ0U7OztBQUlKO0VBQ0U7RUFDQTtFQUNBOzs7QUNqQkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FDSkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FDSkY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUVBO0VBRUE7O0FBTUE7RUFDRTs7QUFFRjtFQUdFO0VBQ0E7O0FBRUY7RUFHRTtFQUNBOzs7QUMzQko7RUFDRTtFQUNBOzs7QUFHRjtFQUNFOzs7QUNORjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUNKRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUNKRjtFQUNFOztBQUVBO0VBQ0U7OztBQUdKO0VBQ0U7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUVBO0VBQ0E7QUFPQTtBQUtBO0FBS0E7QUFLQTtBQUtBO0FBS0E7O0FBOUJBO0VBQ0U7RUFDQTs7QUFJRjtFQUNFO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBOztBQUdGO0VBQ0U7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBOztBQUdGO0VBQ0U7RUFDQTs7O0FBSUo7QUFDQTtBQUFBO0VBRUU7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFFQTs7O0FBS0E7QUFBQTtBQUFBO0VBRUU7OztBQ3pFSjtFQUNFO0VBQ0E7RUFFQTs7O0FDSkY7RUFDRTtFQUVBO0VBQ0E7RUFDQTtFQUVBO0VBQ0E7RUFFQTtFQUNBOzs7QUNYRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNyQkY7RUFDRTtFQUNBOzs7QUFFRjtBQUFBO0VBRUU7OztBQUdGO0VBQ0U7RUFDQTs7O0FBRUY7RUFDRTtFQUNBOztBQUVBO0VBSUU7O0FBSEE7RUFDRTs7O0FBS047RUFDRTs7O0FBR0Y7QUFBQTtFQUVFOzs7QUFFRjtFQUNFO0VBQ0E7O0FBRUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQUlKO0VBQ0U7OztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFOzs7QUM3RUY7RUFDRTtFQUNBO0VBQ0E7RUFFQTtFQU9BOztBQUxBO0VBQ0U7RUFDQTs7QUFLRjtFQUNFOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7RUFDQTs7QUFFRjtFQUNFO0VBQ0E7O0FBSUo7RUFDRTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBRUE7RUFFQTtFQUNBOztBQUVBO0VBQ0U7O0FBR0Y7RUFDRTtFQUNBOztBQUlKO0VBQ0U7O0FBRUY7RUFDRTtFQUNBOzs7QUNwRUo7RUFLRTtFQUNBO0VBQ0E7O0FBTkE7RUFDRTtFQUNBOzs7QUFPSjtFQUNFO0VBT0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQWRBO0VBQ0U7O0FBRUY7RUFDRTs7QUFZRjtFQUNFOztBQUdGO0VBQ0U7O0FBR0Y7RUFDRTs7QUFFRjtFQUNFOztBQUVGO0VBQ0U7O0FBR0Y7RUFDRTs7QUFHRjtFQUNFOztBQUdGO0VBQ0U7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUVFOztBQUNBO0VBQ0U7RUFDQTtFQUNBOztBQUVGO0VBQ0U7O0FBQ0E7RUFDRTtFQUNBOztBQUlOO0VBQ0U7O0FBR0Y7RUFDRTtFQUNBOztBQUdGO0VBQ0U7RUFFQTtFQUVBOztBQUdBO0VBQ0U7O0FBR0Y7RUFDRTs7QUFFQTtFQUNFOztBQUlKO0VBQ0U7RUFDQTs7QUFDQTtFQUNFOztBQUlKO0VBQ0U7RUFDQTs7QUFDQTtFQUNFOztBQUdKO0VBQ0U7O0FBQ0E7RUFDRTs7QUFHSjtFQUNFO0VBQ0E7O0FBQ0E7RUFDRTs7QUFHSjtFQUNFO0VBQ0E7O0FBQ0E7RUFDRTs7QUFHSjtFQUNFO0VBQ0E7O0FBQ0E7RUFDRTs7QUFHSjtFQUNFO0VBQ0E7O0FBQ0E7RUFDRTs7O0FBU1I7RUFDRTs7O0FBRUY7QUFBQTtFQUVFOzs7QUFFRjtFQUNFOzs7QUNuTEY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUVBO0VBQ0E7RUFFQTs7QUFFQTtFQUNFOztBQUdGO0VBQ0U7RUFDQTs7O0FDakJKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FDbkJKO0VBSUU7RUFDQTtFQUVBO0VBQ0E7RUFDQTtFQUVBLFlBVmE7RUFZYjtFQUNBO0VBRUE7O0FBRUE7QUFBQTtBQUFBO0FBQUE7RUFJRSxZQXJCVztFQXNCWDs7QUFFRjtBQUFBO0FBQUE7RUFHRTs7QUFHRjtFQUNFO0VBQ0E7RUFFQTtFQUNBOztBQU1BO0VBQ0U7O0FBSUo7QUFBQTtBQUFBO0FBQUE7RUFJRTs7O0FDbERGO0VBQ0U7RUFDQTs7O0FDSEo7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0VBQ0U7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFFRTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTs7QUFHRjtFQUNFOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUNBO0VBQ0U7RUFDQTs7QUFJSjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFOztBQUlKO0VBQ0U7O0FBR0Y7RUFDRTs7QUFHRjtFQUNFOztBQUdGO0FBQUE7QUFBQTtFQUdFOzs7QUMzSUo7RUFDRTs7QUFDQTtBQUFBO0FBQUE7RUFHRTs7QUFFRjtFQUNFOztBQUdGO0VBQ0U7RUFDQTs7O0FBSUo7RUFDRTtFQUNBOzs7QUFFRjtFQUNFO0VBQ0E7OztBQUVGO0VBQ0U7RUFDQTs7O0FwRnpCRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7O0FBRUE7QUFBQTtFQUVFOztBQUdGO0FBQUE7QUFBQTtBQUFBO0VBSUU7RUFDQTs7QUFHRjtFQUNFOztBQUVGO0VBQ0U7O0FBRUY7RUFDRTtFQUNBOztBQUVGO0VBQ0U7O0FBR0Y7RUFDRTs7QUFJQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtFQU9FOztBQUlKO0VBQ0U7OztBcUZqRU47RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDRTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7O0FBR0Y7RUFDRTs7QUFHRjtFQUNFOztBQUdGO0VBQ0U7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFJQTtFQUNFO0VBQ0E7OztBQ3JFTjtFQUNFO0VBQ0E7RUFDQTs7O0FBR0Y7QUFBQTtFQUVFOzs7QUFHRjtFQUVFOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQUdGO0VBQ0U7SUFDRTs7RUFFRjtJQUNFOzs7QUNoQ0o7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUVBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQzlCSjtFQUNFOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTs7O0FDUEY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTs7O0FDMUNGO0FBZ0ZFO0FBQUE7O0FBL0VBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVGO0VBQ0U7O0FBRUY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFRjtFQUNFOztBQUVGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVGO0VBQ0U7RUFDQTs7QUFFRjtFQUNFO0VBQ0E7O0FBRUY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBQUNBOztBQUVGO0VBQ0U7O0FBRUY7RUFDRTs7QUFJRjtFQWxGRjtBQW1GSTs7RUFDQTtJQUNFO0FBQ0E7Ozs7QUN0Rk47RUFDRTs7O0FBR0Y7RUFDRTs7O0FBR0Y7RUFDRTs7O0FDVEY7RUFDRTs7O0FBR0Y7RUFDRTtFQUVBO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0VBQ0U7OztBQUlKO0VBQ0U7OztBQ2ZBO0VBQ0U7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7OztBQ1ZKO0VBQ0U7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUNBOztBQUVBO0VBQ0U7RUFDQTs7QUFHRjtFQUNFOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7OztBQ3RCSjtFQUNFO0VBQ0E7RUFHQTtFQUVBOztBQUVFO0VBQ0U7OztBQVFOO0FBQUE7RUFFRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0FBQUE7RUFDRTs7O0FBSUo7RUFDRTtFQUNBOzs7QUNqQ0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBS0E7RUFDRTtFQUNBO0VBRUE7RUFDQTtFQUNBOzs7QUFLRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQUtGO0VBQ0U7RUFDQTtFQUVBO0VBQ0E7RUFDQTs7O0FDdkNKO0VBUUU7RUFDQTtFQUVBO0VBQ0E7RUFFQTs7QUFiQTtBQUFBO0FBQUE7QUFBQTtFQUlFOzs7QUFZSjtFQUNFO0VBQ0E7RUFDQTs7O0FDbEJBO0FBQUE7RUFDRTs7QUFDQTtBQUFBO0VBQ0U7OztBQ0xOO0VBQ0U7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBOzs7QUNWRjtBQUFBO0VBRUU7RUFDQTtFQUNBOztBQUdGO0VBQ0U7OztBQ1RKO0VBQ0U7OztBQ0RGO0VBQ0U7OztBQUdGO0VBQ0U7OztBQUdGO0VBQ0U7O0FBQ0E7RUFDRTs7O0FDWEo7RUFLRTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7O0FBRUE7RUFDRTs7QUFJSjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0FBQUE7RUFFRTtFQUNBOztBQUdGO0FBQUE7QUFBQTtFQUdFOzs7QUNuQ0o7RUFDRTs7O0FDQUY7RUFDRTtFQUNBOztBQUVBO0VBQ0U7OztBQUtKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7O0FBRUE7RUFDRTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFOztBQUlBO0VBQ0U7RUFDQTs7O0FBUVY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFOzs7QUFJRjtFQUNFOztBQUVBO0VBQ0U7O0FBR0Y7RUFDRTtFQUNBOzs7QUFLSjtFQUNFOztBQUVBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDRTs7QUFJSjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUFJSjtFQUNFOzs7QUFHRjtFQUNFOzs7QUN2SEY7RUFDRTs7O0FBR0Y7RUFDRTtFQUNBOztBQUVBO0VBQ0U7O0FBR0Y7RUFFRTs7O0FDZEo7RUFDRTtFQUNBOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTs7QUFFQTtFQUNFOztBQUdGO0VBQ0U7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTs7QUFHRTtFQUNFOztBQUtOO0VBQ0U7RUFDQTtFQUNBOzs7QUFJSjtFQUNFO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7O0FBRUY7RUFDRTs7QUFHRjtFQUNFO0VBQ0E7O0FBSUY7RUFDRTtFQUNBO0VBQ0E7O0FBQ0E7RUFDRTs7QUFJSjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUM1RUo7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FDSkY7RUFDRTs7QUFFQTtFQUNFOztBQUdGO0VBQ0U7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNwQko7RUFDRTtFQUNBO0VBQ0E7OztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFHQTs7QUFDQTtFQUNFOztBQUdGO0FBQUE7RUFFRTs7O0FBTUY7RUFDRTtFQUNBOzs7QUM5Qko7RUFDRTs7O0FDR0E7RUFDRTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7O0FBS0Y7RUFDRTtFQUNBOzs7QUN2Qko7RUFDRTs7O0FDREY7RUFDRTtFQUNBO0VBQ0E7OztBQ0hGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FDTEY7RUFDRTs7O0FDREY7RUFDRTs7QUFFQTtFQUNFO0VBQ0E7RUFDQTs7O0FBSUo7RUFDRTtFQUNBO0VBQ0E7RUFFQTs7QUFFQTtFQUNFOztBQUdGO0VBQ0U7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBOzs7QUM3Q0o7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7RUFDQTs7O0FDVEo7RUFDRTs7O0FBR0Y7RUFDRTs7O0FDTEY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUNMRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0ExSDZQRjtFQUNFOzs7QUFHRjtFQUNFOzs7QUFHRjtBQUFBO0VBRUU7OztBQUdGO0VBQ0U7OztBQUlGO0VBQ0U7OztBQUVGO0VBQ0U7OztBQUdGO0VBQ0U7OztBQUtGO0VBQ0U7OztBQUdGO0FBQUE7QUFFQTtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7O0FBRUE7RUFDRTs7O0FBSUo7RUFDRTs7QUFDQTtFQUNFOzs7QUFPSjtFQUNFO0VBQ0E7OztBQUVGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFFRjtFQUNFOzs7QUFHRjtFQUNFOzs7QUFFRjtFQUNFOzs7QUFFRjtFQUNFOzs7QUFFRjtFQUNFOzs7QUFjRTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0VBQ0U7RUFDQTs7QUFFRjtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0VBQ0U7O0FBRUY7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtFQUNFOztBQUdGO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7RUFDRTs7QUFHRjtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBRUY7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtFQUNFOztBQUVGO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7RUFDRTs7QUFFRjtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0VBQ0U7RUFDQTs7O0FBT047RUFDRTtFQUNBOztBQUVBO0VBQ0U7OztBQU9GO0VBQ0U7OztBQUtKO0VBQ0U7OztBQUdBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QTJIcGNKO0VBQ0UiLCJmaWxlIjoiaW5kZXguY3NzIiwic291cmNlUm9vdCI6IiJ9 */
|