@adaptabletools/adaptable-cjs 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/README.md +40 -0
- package/agGrid.d.ts +37 -0
- package/agGrid.js +48 -0
- package/base.css +2906 -0
- package/base.css.map +1 -0
- package/fonts/glyphicons-halflings-regular.eot +0 -0
- package/fonts/glyphicons-halflings-regular.svg +288 -0
- package/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/fonts/glyphicons-halflings-regular.woff +0 -0
- package/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/index.css +2911 -0
- package/index.css.map +1 -0
- package/package.json +71 -0
- package/src/AdaptableInterfaces/AdaptableNoCodeWizard.d.ts +99 -0
- package/src/AdaptableInterfaces/AdaptableNoCodeWizard.js +2 -0
- package/src/AdaptableInterfaces/IAdaptable.d.ts +315 -0
- package/src/AdaptableInterfaces/IAdaptable.js +2 -0
- package/src/AdaptableOptions/ActionColumnOptions.d.ts +82 -0
- package/src/AdaptableOptions/ActionColumnOptions.js +2 -0
- package/src/AdaptableOptions/ActionRowOptions.d.ts +175 -0
- package/src/AdaptableOptions/ActionRowOptions.js +2 -0
- package/src/AdaptableOptions/AdaptableFrameworkComponent.d.ts +57 -0
- package/src/AdaptableOptions/AdaptableFrameworkComponent.js +2 -0
- package/src/AdaptableOptions/AdaptableOptions.d.ts +279 -0
- package/src/AdaptableOptions/AdaptableOptions.js +2 -0
- package/src/AdaptableOptions/AdaptablePlugin.d.ts +43 -0
- package/src/AdaptableOptions/AdaptablePlugin.js +42 -0
- package/src/AdaptableOptions/AlertOptions.d.ts +122 -0
- package/src/AdaptableOptions/AlertOptions.js +2 -0
- package/src/AdaptableOptions/CalendarOptions.d.ts +11 -0
- package/src/AdaptableOptions/CalendarOptions.js +2 -0
- package/src/AdaptableOptions/CellSummaryOptions.d.ts +10 -0
- package/src/AdaptableOptions/CellSummaryOptions.js +2 -0
- package/src/AdaptableOptions/ChartingOptions.d.ts +83 -0
- package/src/AdaptableOptions/ChartingOptions.js +2 -0
- package/src/AdaptableOptions/ColumnFilterOptions.d.ts +243 -0
- package/src/AdaptableOptions/ColumnFilterOptions.js +2 -0
- package/src/AdaptableOptions/ColumnOptions.d.ts +54 -0
- package/src/AdaptableOptions/ColumnOptions.js +2 -0
- package/src/AdaptableOptions/ContainerOptions.d.ts +47 -0
- package/src/AdaptableOptions/ContainerOptions.js +2 -0
- package/src/AdaptableOptions/CustomSortOptions.d.ts +24 -0
- package/src/AdaptableOptions/CustomSortOptions.js +2 -0
- package/src/AdaptableOptions/DashboardOptions.d.ts +91 -0
- package/src/AdaptableOptions/DashboardOptions.js +2 -0
- package/src/AdaptableOptions/DataChangeHistoryOptions.d.ts +63 -0
- package/src/AdaptableOptions/DataChangeHistoryOptions.js +2 -0
- package/src/AdaptableOptions/DataImportOptions.d.ts +114 -0
- package/src/AdaptableOptions/DataImportOptions.js +2 -0
- package/src/AdaptableOptions/DataSetOptions.d.ts +41 -0
- package/src/AdaptableOptions/DataSetOptions.js +2 -0
- package/src/AdaptableOptions/DateInputOptions.d.ts +82 -0
- package/src/AdaptableOptions/DateInputOptions.js +2 -0
- package/src/AdaptableOptions/EditOptions.d.ts +100 -0
- package/src/AdaptableOptions/EditOptions.js +2 -0
- package/src/AdaptableOptions/EntitlementOptions.d.ts +39 -0
- package/src/AdaptableOptions/EntitlementOptions.js +2 -0
- package/src/AdaptableOptions/ExportOptions.d.ts +204 -0
- package/src/AdaptableOptions/ExportOptions.js +2 -0
- package/src/AdaptableOptions/ExpressionOptions.d.ts +247 -0
- package/src/AdaptableOptions/ExpressionOptions.js +2 -0
- package/src/AdaptableOptions/Fdc3Options.d.ts +404 -0
- package/src/AdaptableOptions/Fdc3Options.js +5 -0
- package/src/AdaptableOptions/FinsemblePluginOptions.d.ts +35 -0
- package/src/AdaptableOptions/FinsemblePluginOptions.js +2 -0
- package/src/AdaptableOptions/FlashingCellOptions.d.ts +31 -0
- package/src/AdaptableOptions/FlashingCellOptions.js +2 -0
- package/src/AdaptableOptions/FormatColumnOptions.d.ts +51 -0
- package/src/AdaptableOptions/FormatColumnOptions.js +2 -0
- package/src/AdaptableOptions/Glue42PluginOptions.d.ts +25 -0
- package/src/AdaptableOptions/Glue42PluginOptions.js +2 -0
- package/src/AdaptableOptions/Glue42WebPluginOptions.d.ts +10 -0
- package/src/AdaptableOptions/Glue42WebPluginOptions.js +2 -0
- package/src/AdaptableOptions/GridFilterOptions.d.ts +18 -0
- package/src/AdaptableOptions/GridFilterOptions.js +2 -0
- package/src/AdaptableOptions/GroupingOptions.d.ts +45 -0
- package/src/AdaptableOptions/GroupingOptions.js +2 -0
- package/src/AdaptableOptions/IPushPullPluginOptions.d.ts +35 -0
- package/src/AdaptableOptions/IPushPullPluginOptions.js +2 -0
- package/src/AdaptableOptions/LayoutOptions.d.ts +148 -0
- package/src/AdaptableOptions/LayoutOptions.js +2 -0
- package/src/AdaptableOptions/MasterDetailPluginOptions.d.ts +32 -0
- package/src/AdaptableOptions/MasterDetailPluginOptions.js +2 -0
- package/src/AdaptableOptions/MenuOptions.d.ts +220 -0
- package/src/AdaptableOptions/MenuOptions.js +95 -0
- package/src/AdaptableOptions/NotesOptions.d.ts +23 -0
- package/src/AdaptableOptions/NotesOptions.js +2 -0
- package/src/AdaptableOptions/NotificationsOptions.d.ts +86 -0
- package/src/AdaptableOptions/NotificationsOptions.js +2 -0
- package/src/AdaptableOptions/OpenFinPluginOptions.d.ts +46 -0
- package/src/AdaptableOptions/OpenFinPluginOptions.js +2 -0
- package/src/AdaptableOptions/PredicateOptions.d.ts +55 -0
- package/src/AdaptableOptions/PredicateOptions.js +2 -0
- package/src/AdaptableOptions/QuickSearchOptions.d.ts +78 -0
- package/src/AdaptableOptions/QuickSearchOptions.js +2 -0
- package/src/AdaptableOptions/SettingsPanelOptions.d.ts +91 -0
- package/src/AdaptableOptions/SettingsPanelOptions.js +2 -0
- package/src/AdaptableOptions/StateOptions.d.ts +85 -0
- package/src/AdaptableOptions/StateOptions.js +2 -0
- package/src/AdaptableOptions/TeamSharingOptions.d.ts +69 -0
- package/src/AdaptableOptions/TeamSharingOptions.js +2 -0
- package/src/AdaptableOptions/ToolPanelOptions.d.ts +69 -0
- package/src/AdaptableOptions/ToolPanelOptions.js +2 -0
- package/src/AdaptableOptions/UserInterfaceOptions.d.ts +227 -0
- package/src/AdaptableOptions/UserInterfaceOptions.js +2 -0
- package/src/Api/ActionColumnApi.d.ts +10 -0
- package/src/Api/ActionColumnApi.js +2 -0
- package/src/Api/ActionRowApi.d.ts +24 -0
- package/src/Api/ActionRowApi.js +2 -0
- package/src/Api/AdaptableApi.d.ts +263 -0
- package/src/Api/AdaptableApi.js +2 -0
- package/src/Api/AlertApi.d.ts +122 -0
- package/src/Api/AlertApi.js +2 -0
- package/src/Api/ApplicationApi.d.ts +50 -0
- package/src/Api/ApplicationApi.js +2 -0
- package/src/Api/BulkUpdateApi.d.ts +24 -0
- package/src/Api/BulkUpdateApi.js +2 -0
- package/src/Api/CalculatedColumnApi.d.ts +57 -0
- package/src/Api/CalculatedColumnApi.js +2 -0
- package/src/Api/CalendarApi.d.ts +29 -0
- package/src/Api/CalendarApi.js +2 -0
- package/src/Api/CellSummaryApi.d.ts +30 -0
- package/src/Api/CellSummaryApi.js +2 -0
- package/src/Api/ChartingApi.d.ts +123 -0
- package/src/Api/ChartingApi.js +2 -0
- package/src/Api/ColumnApi.d.ts +265 -0
- package/src/Api/ColumnApi.js +2 -0
- package/src/Api/ColumnFilterApi.d.ts +125 -0
- package/src/Api/ColumnFilterApi.js +2 -0
- package/src/Api/ConfigApi.d.ts +182 -0
- package/src/Api/ConfigApi.js +2 -0
- package/src/Api/CustomSortApi.d.ts +83 -0
- package/src/Api/CustomSortApi.js +2 -0
- package/src/Api/DashboardApi.d.ts +164 -0
- package/src/Api/DashboardApi.js +2 -0
- package/src/Api/DataChangeHistoryApi.d.ts +44 -0
- package/src/Api/DataChangeHistoryApi.js +2 -0
- package/src/Api/DataImportApi.d.ts +9 -0
- package/src/Api/DataImportApi.js +2 -0
- package/src/Api/DataSetApi.d.ts +35 -0
- package/src/Api/DataSetApi.js +2 -0
- package/src/Api/EntitlementApi.d.ts +31 -0
- package/src/Api/EntitlementApi.js +2 -0
- package/src/Api/EventApi.d.ts +321 -0
- package/src/Api/EventApi.js +2 -0
- package/src/Api/Events/ActionRowSubmitted.d.ts +54 -0
- package/src/Api/Events/ActionRowSubmitted.js +2 -0
- package/src/Api/Events/AdaptableReady.d.ts +11 -0
- package/src/Api/Events/AdaptableReady.js +2 -0
- package/src/Api/Events/AdaptableSearchState.d.ts +22 -0
- package/src/Api/Events/AdaptableSearchState.js +2 -0
- package/src/Api/Events/AdaptableStateChanged.d.ts +32 -0
- package/src/Api/Events/AdaptableStateChanged.js +2 -0
- package/src/Api/Events/AdaptableStateReloaded.d.ts +19 -0
- package/src/Api/Events/AdaptableStateReloaded.js +2 -0
- package/src/Api/Events/AlertFired.d.ts +11 -0
- package/src/Api/Events/AlertFired.js +2 -0
- package/src/Api/Events/BaseEventInfo.d.ts +18 -0
- package/src/Api/Events/BaseEventInfo.js +2 -0
- package/src/Api/Events/CellChanged.d.ts +11 -0
- package/src/Api/Events/CellChanged.js +2 -0
- package/src/Api/Events/ChartChanged.d.ts +37 -0
- package/src/Api/Events/ChartChanged.js +2 -0
- package/src/Api/Events/ColumnFilterApplied.d.ts +11 -0
- package/src/Api/Events/ColumnFilterApplied.js +2 -0
- package/src/Api/Events/CustomToolbarConfigured.d.ts +11 -0
- package/src/Api/Events/CustomToolbarConfigured.js +2 -0
- package/src/Api/Events/DashboardChanged.d.ts +27 -0
- package/src/Api/Events/DashboardChanged.js +2 -0
- package/src/Api/Events/DataImported.d.ts +19 -0
- package/src/Api/Events/DataImported.js +2 -0
- package/src/Api/Events/DataSetSelected.d.ts +11 -0
- package/src/Api/Events/DataSetSelected.js +2 -0
- package/src/Api/Events/Fdc3MessageInfo.d.ts +58 -0
- package/src/Api/Events/Fdc3MessageInfo.js +2 -0
- package/src/Api/Events/FlashingCellDisplayed.d.ts +11 -0
- package/src/Api/Events/FlashingCellDisplayed.js +2 -0
- package/src/Api/Events/GridDataChanged.d.ts +23 -0
- package/src/Api/Events/GridDataChanged.js +2 -0
- package/src/Api/Events/GridFilterApplied.d.ts +15 -0
- package/src/Api/Events/GridFilterApplied.js +2 -0
- package/src/Api/Events/GridSorted.d.ts +25 -0
- package/src/Api/Events/GridSorted.js +2 -0
- package/src/Api/Events/LayoutChanged.d.ts +19 -0
- package/src/Api/Events/LayoutChanged.js +2 -0
- package/src/Api/Events/LiveDataChanged.d.ts +36 -0
- package/src/Api/Events/LiveDataChanged.js +2 -0
- package/src/Api/Events/ScheduleTriggered.d.ts +11 -0
- package/src/Api/Events/ScheduleTriggered.js +2 -0
- package/src/Api/Events/SelectionChanged.d.ts +16 -0
- package/src/Api/Events/SelectionChanged.js +2 -0
- package/src/Api/Events/SystemStatusMessageDisplayed.d.ts +11 -0
- package/src/Api/Events/SystemStatusMessageDisplayed.js +2 -0
- package/src/Api/Events/TeamSharingEntityChanged.d.ts +11 -0
- package/src/Api/Events/TeamSharingEntityChanged.js +2 -0
- package/src/Api/Events/ThemeChanged.d.ts +11 -0
- package/src/Api/Events/ThemeChanged.js +2 -0
- package/src/Api/Events/ThemeEdited.d.ts +11 -0
- package/src/Api/Events/ThemeEdited.js +2 -0
- package/src/Api/ExportApi.d.ts +158 -0
- package/src/Api/ExportApi.js +2 -0
- package/src/Api/ExpressionApi.d.ts +64 -0
- package/src/Api/ExpressionApi.js +2 -0
- package/src/Api/Fdc3Api.d.ts +91 -0
- package/src/Api/Fdc3Api.js +2 -0
- package/src/Api/FinsembleApi.d.ts +10 -0
- package/src/Api/FinsembleApi.js +2 -0
- package/src/Api/FlashingCellApi.d.ts +100 -0
- package/src/Api/FlashingCellApi.js +2 -0
- package/src/Api/FormatColumnApi.d.ts +117 -0
- package/src/Api/FormatColumnApi.js +2 -0
- package/src/Api/FreeTextColumnApi.d.ts +69 -0
- package/src/Api/FreeTextColumnApi.js +2 -0
- package/src/Api/Glue42Api.d.ts +75 -0
- package/src/Api/Glue42Api.js +2 -0
- package/src/Api/Glue42WebApi.d.ts +10 -0
- package/src/Api/Glue42WebApi.js +2 -0
- package/src/Api/GridApi.d.ts +524 -0
- package/src/Api/GridApi.js +2 -0
- package/src/Api/GridFilterApi.d.ts +39 -0
- package/src/Api/GridFilterApi.js +2 -0
- package/src/Api/IPushPullApi.d.ts +146 -0
- package/src/Api/IPushPullApi.js +2 -0
- package/src/Api/Implementation/ActionColumnApiImpl.d.ts +7 -0
- package/src/Api/Implementation/ActionColumnApiImpl.js +14 -0
- package/src/Api/Implementation/ActionRowApiImpl.d.ts +12 -0
- package/src/Api/Implementation/ActionRowApiImpl.js +62 -0
- package/src/Api/Implementation/AdaptableApiImpl.d.ts +116 -0
- package/src/Api/Implementation/AdaptableApiImpl.js +182 -0
- package/src/Api/Implementation/AlertApiImpl.d.ts +38 -0
- package/src/Api/Implementation/AlertApiImpl.js +247 -0
- package/src/Api/Implementation/ApiBase.d.ts +137 -0
- package/src/Api/Implementation/ApiBase.js +331 -0
- package/src/Api/Implementation/ApplicationApiImpl.d.ts +13 -0
- package/src/Api/Implementation/ApplicationApiImpl.js +39 -0
- package/src/Api/Implementation/BulkUpdateApiImpl.d.ts +10 -0
- package/src/Api/Implementation/BulkUpdateApiImpl.js +26 -0
- package/src/Api/Implementation/CalculatedColumnApiImpl.d.ts +19 -0
- package/src/Api/Implementation/CalculatedColumnApiImpl.js +78 -0
- package/src/Api/Implementation/CalendarApiImpl.d.ts +10 -0
- package/src/Api/Implementation/CalendarApiImpl.js +61 -0
- package/src/Api/Implementation/CellSummaryApiImpl.d.ts +17 -0
- package/src/Api/Implementation/CellSummaryApiImpl.js +85 -0
- package/src/Api/Implementation/ChartingApiImpl.d.ts +41 -0
- package/src/Api/Implementation/ChartingApiImpl.js +183 -0
- package/src/Api/Implementation/ColumnApiImpl.d.ts +66 -0
- package/src/Api/Implementation/ColumnApiImpl.js +341 -0
- package/src/Api/Implementation/ColumnFilterApiImpl.d.ts +44 -0
- package/src/Api/Implementation/ColumnFilterApiImpl.js +177 -0
- package/src/Api/Implementation/ConfigApiImpl.d.ts +66 -0
- package/src/Api/Implementation/ConfigApiImpl.js +367 -0
- package/src/Api/Implementation/CustomSortApiImpl.d.ts +29 -0
- package/src/Api/Implementation/CustomSortApiImpl.js +71 -0
- package/src/Api/Implementation/DashboardApiImpl.d.ts +47 -0
- package/src/Api/Implementation/DashboardApiImpl.js +162 -0
- package/src/Api/Implementation/DataChangeHistoryApiImpl.d.ts +13 -0
- package/src/Api/Implementation/DataChangeHistoryApiImpl.js +50 -0
- package/src/Api/Implementation/DataImportApiImpl.d.ts +10 -0
- package/src/Api/Implementation/DataImportApiImpl.js +14 -0
- package/src/Api/Implementation/DataSetApiImpl.d.ts +15 -0
- package/src/Api/Implementation/DataSetApiImpl.js +38 -0
- package/src/Api/Implementation/EntitlementApiImpl.d.ts +11 -0
- package/src/Api/Implementation/EntitlementApiImpl.js +25 -0
- package/src/Api/Implementation/EventApiImpl.d.ts +13 -0
- package/src/Api/Implementation/EventApiImpl.js +32 -0
- package/src/Api/Implementation/ExportApiImpl.d.ts +41 -0
- package/src/Api/Implementation/ExportApiImpl.js +165 -0
- package/src/Api/Implementation/ExpressionApiImpl.d.ts +21 -0
- package/src/Api/Implementation/ExpressionApiImpl.js +100 -0
- package/src/Api/Implementation/Fdc3ApiImpl.d.ts +28 -0
- package/src/Api/Implementation/Fdc3ApiImpl.js +85 -0
- package/src/Api/Implementation/FlashingCellApiImpl.d.ts +30 -0
- package/src/Api/Implementation/FlashingCellApiImpl.js +106 -0
- package/src/Api/Implementation/FormatColumnApiImpl.d.ts +46 -0
- package/src/Api/Implementation/FormatColumnApiImpl.js +114 -0
- package/src/Api/Implementation/FreeTextColumnApiImpl.d.ts +21 -0
- package/src/Api/Implementation/FreeTextColumnApiImpl.js +110 -0
- package/src/Api/Implementation/GridApiImpl.d.ts +134 -0
- package/src/Api/Implementation/GridApiImpl.js +521 -0
- package/src/Api/Implementation/GridFilterApiImpl.d.ts +16 -0
- package/src/Api/Implementation/GridFilterApiImpl.js +54 -0
- package/src/Api/Implementation/LayoutApiImpl.d.ts +51 -0
- package/src/Api/Implementation/LayoutApiImpl.js +244 -0
- package/src/Api/Implementation/NamedQueryApiImpl.d.ts +18 -0
- package/src/Api/Implementation/NamedQueryApiImpl.js +57 -0
- package/src/Api/Implementation/NotesApiImpl.d.ts +20 -0
- package/src/Api/Implementation/NotesApiImpl.js +58 -0
- package/src/Api/Implementation/OptionsApiImpl.d.ts +49 -0
- package/src/Api/Implementation/OptionsApiImpl.js +127 -0
- package/src/Api/Implementation/PluginsApiImpl.d.ts +20 -0
- package/src/Api/Implementation/PluginsApiImpl.js +60 -0
- package/src/Api/Implementation/PlusMinusApiImpl.d.ts +18 -0
- package/src/Api/Implementation/PlusMinusApiImpl.js +54 -0
- package/src/Api/Implementation/PredicateApiImpl.d.ts +25 -0
- package/src/Api/Implementation/PredicateApiImpl.js +119 -0
- package/src/Api/Implementation/QuickSearchApiImpl.d.ts +15 -0
- package/src/Api/Implementation/QuickSearchApiImpl.js +38 -0
- package/src/Api/Implementation/ScheduleApiImpl.d.ts +69 -0
- package/src/Api/Implementation/ScheduleApiImpl.js +230 -0
- package/src/Api/Implementation/ScopeApiImpl.d.ts +31 -0
- package/src/Api/Implementation/ScopeApiImpl.js +274 -0
- package/src/Api/Implementation/SettingsPanelApiImpl.d.ts +7 -0
- package/src/Api/Implementation/SettingsPanelApiImpl.js +20 -0
- package/src/Api/Implementation/ShortcutApiImpl.d.ts +18 -0
- package/src/Api/Implementation/ShortcutApiImpl.js +50 -0
- package/src/Api/Implementation/SmartEditApiImpl.d.ts +15 -0
- package/src/Api/Implementation/SmartEditApiImpl.js +39 -0
- package/src/Api/Implementation/StatusBarApiImpl.d.ts +10 -0
- package/src/Api/Implementation/StatusBarApiImpl.js +20 -0
- package/src/Api/Implementation/StyledColumnApiImpl.d.ts +28 -0
- package/src/Api/Implementation/StyledColumnApiImpl.js +74 -0
- package/src/Api/Implementation/SystemStatusApiImpl.d.ts +21 -0
- package/src/Api/Implementation/SystemStatusApiImpl.js +94 -0
- package/src/Api/Implementation/TeamSharingApiImpl.d.ts +24 -0
- package/src/Api/Implementation/TeamSharingApiImpl.js +130 -0
- package/src/Api/Implementation/ThemeApiImpl.d.ts +26 -0
- package/src/Api/Implementation/ThemeApiImpl.js +101 -0
- package/src/Api/Implementation/ToolPanelApiImpl.d.ts +21 -0
- package/src/Api/Implementation/ToolPanelApiImpl.js +69 -0
- package/src/Api/Implementation/UserInterfaceApiImpl.d.ts +39 -0
- package/src/Api/Implementation/UserInterfaceApiImpl.js +217 -0
- package/src/Api/Internal/ActionRowInternalApi.d.ts +24 -0
- package/src/Api/Internal/ActionRowInternalApi.js +204 -0
- package/src/Api/Internal/AdaptableInternalApi.d.ts +115 -0
- package/src/Api/Internal/AdaptableInternalApi.js +491 -0
- package/src/Api/Internal/AlertInternalApi.d.ts +146 -0
- package/src/Api/Internal/AlertInternalApi.js +562 -0
- package/src/Api/Internal/CalculatedColumnInternalApi.d.ts +28 -0
- package/src/Api/Internal/CalculatedColumnInternalApi.js +78 -0
- package/src/Api/Internal/ChartingInternalApi.d.ts +13 -0
- package/src/Api/Internal/ChartingInternalApi.js +68 -0
- package/src/Api/Internal/ColumnFilterInternalApi.d.ts +59 -0
- package/src/Api/Internal/ColumnFilterInternalApi.js +210 -0
- package/src/Api/Internal/ColumnInternalApi.d.ts +27 -0
- package/src/Api/Internal/ColumnInternalApi.js +46 -0
- package/src/Api/Internal/CustomSortInternalApi.d.ts +6 -0
- package/src/Api/Internal/CustomSortInternalApi.js +11 -0
- package/src/Api/Internal/DashboardInternalApi.d.ts +16 -0
- package/src/Api/Internal/DashboardInternalApi.js +84 -0
- package/src/Api/Internal/DataImportInternalApi.d.ts +10 -0
- package/src/Api/Internal/DataImportInternalApi.js +70 -0
- package/src/Api/Internal/DataSetInternalApi.d.ts +9 -0
- package/src/Api/Internal/DataSetInternalApi.js +21 -0
- package/src/Api/Internal/ExportInternalApi.d.ts +20 -0
- package/src/Api/Internal/ExportInternalApi.js +130 -0
- package/src/Api/Internal/ExpressionnternalApi.d.ts +13 -0
- package/src/Api/Internal/ExpressionnternalApi.js +62 -0
- package/src/Api/Internal/Fdc3InternalApi.d.ts +39 -0
- package/src/Api/Internal/Fdc3InternalApi.js +374 -0
- package/src/Api/Internal/FlashingCellInternalApi.d.ts +12 -0
- package/src/Api/Internal/FlashingCellInternalApi.js +56 -0
- package/src/Api/Internal/FormatColumnInternalApi.d.ts +125 -0
- package/src/Api/Internal/FormatColumnInternalApi.js +257 -0
- package/src/Api/Internal/FreeTextColumnInternalApi.d.ts +15 -0
- package/src/Api/Internal/FreeTextColumnInternalApi.js +44 -0
- package/src/Api/Internal/GridFilterInternalApi.d.ts +4 -0
- package/src/Api/Internal/GridFilterInternalApi.js +23 -0
- package/src/Api/Internal/GridInternalApi.d.ts +79 -0
- package/src/Api/Internal/GridInternalApi.js +270 -0
- package/src/Api/Internal/LayoutInternalApi.d.ts +50 -0
- package/src/Api/Internal/LayoutInternalApi.js +183 -0
- package/src/Api/Internal/NamedQueryInternalApi.d.ts +14 -0
- package/src/Api/Internal/NamedQueryInternalApi.js +44 -0
- package/src/Api/Internal/PredicateInternalApi.d.ts +48 -0
- package/src/Api/Internal/PredicateInternalApi.js +159 -0
- package/src/Api/Internal/ScheduleInternalApi.d.ts +8 -0
- package/src/Api/Internal/ScheduleInternalApi.js +20 -0
- package/src/Api/Internal/StyledColumnInternalApi.d.ts +62 -0
- package/src/Api/Internal/StyledColumnInternalApi.js +285 -0
- package/src/Api/Internal/SystemStatusInternalApi.d.ts +11 -0
- package/src/Api/Internal/SystemStatusInternalApi.js +30 -0
- package/src/Api/Internal/TeamSharingInternalApi.d.ts +14 -0
- package/src/Api/Internal/TeamSharingInternalApi.js +56 -0
- package/src/Api/Internal/ThemeInternalApi.d.ts +6 -0
- package/src/Api/Internal/ThemeInternalApi.js +25 -0
- package/src/Api/Internal/UserInterfaceInternalApi.d.ts +5 -0
- package/src/Api/Internal/UserInterfaceInternalApi.js +18 -0
- package/src/Api/LayoutApi.d.ts +177 -0
- package/src/Api/LayoutApi.js +2 -0
- package/src/Api/NamedQueryApi.d.ts +53 -0
- package/src/Api/NamedQueryApi.js +2 -0
- package/src/Api/NotesAPi.d.ts +50 -0
- package/src/Api/NotesAPi.js +2 -0
- package/src/Api/OpenFinApi.d.ts +55 -0
- package/src/Api/OpenFinApi.js +2 -0
- package/src/Api/OptionsApi.d.ts +172 -0
- package/src/Api/OptionsApi.js +2 -0
- package/src/Api/PluginsApi.d.ts +52 -0
- package/src/Api/PluginsApi.js +2 -0
- package/src/Api/PlusMinusApi.d.ts +74 -0
- package/src/Api/PlusMinusApi.js +2 -0
- package/src/Api/PredicateApi.d.ts +93 -0
- package/src/Api/PredicateApi.js +2 -0
- package/src/Api/QuickSearchApi.d.ts +45 -0
- package/src/Api/QuickSearchApi.js +2 -0
- package/src/Api/ScheduleApi.d.ts +267 -0
- package/src/Api/ScheduleApi.js +2 -0
- package/src/Api/ScopeApi.d.ts +139 -0
- package/src/Api/ScopeApi.js +2 -0
- package/src/Api/SettingsPanelApi.d.ts +16 -0
- package/src/Api/SettingsPanelApi.js +2 -0
- package/src/Api/ShortcutApi.d.ts +60 -0
- package/src/Api/ShortcutApi.js +2 -0
- package/src/Api/SmartEditApi.d.ts +45 -0
- package/src/Api/SmartEditApi.js +2 -0
- package/src/Api/StatusBarApi.d.ts +20 -0
- package/src/Api/StatusBarApi.js +2 -0
- package/src/Api/StyledColumnApi.d.ts +88 -0
- package/src/Api/StyledColumnApi.js +2 -0
- package/src/Api/SystemStatusApi.d.ts +38 -0
- package/src/Api/SystemStatusApi.js +2 -0
- package/src/Api/TeamSharingApi.d.ts +74 -0
- package/src/Api/TeamSharingApi.js +2 -0
- package/src/Api/ThemeApi.d.ts +81 -0
- package/src/Api/ThemeApi.js +2 -0
- package/src/Api/ToolPanelApi.d.ts +59 -0
- package/src/Api/ToolPanelApi.js +2 -0
- package/src/Api/UserInterfaceApi.d.ts +105 -0
- package/src/Api/UserInterfaceApi.js +2 -0
- package/src/PredefinedConfig/AdaptableState.d.ts +75 -0
- package/src/PredefinedConfig/AdaptableState.js +2 -0
- package/src/PredefinedConfig/AlertState.d.ts +153 -0
- package/src/PredefinedConfig/AlertState.js +2 -0
- package/src/PredefinedConfig/ApplicationState.d.ts +23 -0
- package/src/PredefinedConfig/ApplicationState.js +2 -0
- package/src/PredefinedConfig/CalculatedColumnState.d.ts +49 -0
- package/src/PredefinedConfig/CalculatedColumnState.js +2 -0
- package/src/PredefinedConfig/ChartingState.d.ts +54 -0
- package/src/PredefinedConfig/ChartingState.js +11 -0
- package/src/PredefinedConfig/Common/AdaptableAlert.d.ts +58 -0
- package/src/PredefinedConfig/Common/AdaptableAlert.js +11 -0
- package/src/PredefinedConfig/Common/AdaptableButton.d.ts +37 -0
- package/src/PredefinedConfig/Common/AdaptableButton.js +2 -0
- package/src/PredefinedConfig/Common/AdaptableColumn.d.ts +156 -0
- package/src/PredefinedConfig/Common/AdaptableColumn.js +32 -0
- package/src/PredefinedConfig/Common/AdaptableComparerFunction.d.ts +22 -0
- package/src/PredefinedConfig/Common/AdaptableComparerFunction.js +2 -0
- package/src/PredefinedConfig/Common/AdaptableFlashingCell.d.ts +32 -0
- package/src/PredefinedConfig/Common/AdaptableFlashingCell.js +2 -0
- package/src/PredefinedConfig/Common/AdaptableForm.d.ts +60 -0
- package/src/PredefinedConfig/Common/AdaptableForm.js +11 -0
- package/src/PredefinedConfig/Common/AdaptableFormat.d.ts +115 -0
- package/src/PredefinedConfig/Common/AdaptableFormat.js +2 -0
- package/src/PredefinedConfig/Common/AdaptableIcon.d.ts +57 -0
- package/src/PredefinedConfig/Common/AdaptableIcon.js +2 -0
- package/src/PredefinedConfig/Common/AdaptableMessageType.d.ts +20 -0
- package/src/PredefinedConfig/Common/AdaptableMessageType.js +2 -0
- package/src/PredefinedConfig/Common/AdaptableObject.d.ts +47 -0
- package/src/PredefinedConfig/Common/AdaptableObject.js +2 -0
- package/src/PredefinedConfig/Common/AdaptablePredicate.d.ts +134 -0
- package/src/PredefinedConfig/Common/AdaptablePredicate.js +632 -0
- package/src/PredefinedConfig/Common/AdaptableQuery.d.ts +51 -0
- package/src/PredefinedConfig/Common/AdaptableQuery.js +7 -0
- package/src/PredefinedConfig/Common/AdaptableScope.d.ts +14 -0
- package/src/PredefinedConfig/Common/AdaptableScope.js +2 -0
- package/src/PredefinedConfig/Common/AdaptableStyle.d.ts +41 -0
- package/src/PredefinedConfig/Common/AdaptableStyle.js +2 -0
- package/src/PredefinedConfig/Common/AggregationColumns.d.ts +18 -0
- package/src/PredefinedConfig/Common/AggregationColumns.js +4 -0
- package/src/PredefinedConfig/Common/AlternativeModuleName.d.ts +14 -0
- package/src/PredefinedConfig/Common/AlternativeModuleName.js +2 -0
- package/src/PredefinedConfig/Common/BaseContext.d.ts +18 -0
- package/src/PredefinedConfig/Common/BaseContext.js +2 -0
- package/src/PredefinedConfig/Common/ButtonStyle.d.ts +19 -0
- package/src/PredefinedConfig/Common/ButtonStyle.js +2 -0
- package/src/PredefinedConfig/Common/CellDataChangedInfo.d.ts +39 -0
- package/src/PredefinedConfig/Common/CellDataChangedInfo.js +2 -0
- package/src/PredefinedConfig/Common/CellHighlightInfo.d.ts +22 -0
- package/src/PredefinedConfig/Common/CellHighlightInfo.js +2 -0
- package/src/PredefinedConfig/Common/CellSummary.d.ts +56 -0
- package/src/PredefinedConfig/Common/CellSummary.js +2 -0
- package/src/PredefinedConfig/Common/ColumnFilter.d.ts +42 -0
- package/src/PredefinedConfig/Common/ColumnFilter.js +2 -0
- package/src/PredefinedConfig/Common/ColumnSort.d.ts +13 -0
- package/src/PredefinedConfig/Common/ColumnSort.js +2 -0
- package/src/PredefinedConfig/Common/DataChangedScope.d.ts +13 -0
- package/src/PredefinedConfig/Common/DataChangedScope.js +2 -0
- package/src/PredefinedConfig/Common/DataUpdateConfig.d.ts +17 -0
- package/src/PredefinedConfig/Common/DataUpdateConfig.js +2 -0
- package/src/PredefinedConfig/Common/Entitlement.d.ts +18 -0
- package/src/PredefinedConfig/Common/Entitlement.js +2 -0
- package/src/PredefinedConfig/Common/Enums.d.ts +75 -0
- package/src/PredefinedConfig/Common/Enums.js +94 -0
- package/src/PredefinedConfig/Common/Fdc3Context.d.ts +226 -0
- package/src/PredefinedConfig/Common/Fdc3Context.js +81 -0
- package/src/PredefinedConfig/Common/Fdc3Intent.d.ts +89 -0
- package/src/PredefinedConfig/Common/Fdc3Intent.js +106 -0
- package/src/PredefinedConfig/Common/FilterActionOnDataChange.d.ts +13 -0
- package/src/PredefinedConfig/Common/FilterActionOnDataChange.js +5 -0
- package/src/PredefinedConfig/Common/FormContext.d.ts +11 -0
- package/src/PredefinedConfig/Common/FormContext.js +2 -0
- package/src/PredefinedConfig/Common/GridFilter.d.ts +10 -0
- package/src/PredefinedConfig/Common/GridFilter.js +2 -0
- package/src/PredefinedConfig/Common/Menu.d.ts +139 -0
- package/src/PredefinedConfig/Common/Menu.js +2 -0
- package/src/PredefinedConfig/Common/RowHighlightInfo.d.ts +18 -0
- package/src/PredefinedConfig/Common/RowHighlightInfo.js +2 -0
- package/src/PredefinedConfig/Common/RowsHighlightInfo.d.ts +18 -0
- package/src/PredefinedConfig/Common/RowsHighlightInfo.js +2 -0
- package/src/PredefinedConfig/Common/Schedule.d.ts +38 -0
- package/src/PredefinedConfig/Common/Schedule.js +2 -0
- package/src/PredefinedConfig/Common/SpecialColumnSettings.d.ts +61 -0
- package/src/PredefinedConfig/Common/SpecialColumnSettings.js +2 -0
- package/src/PredefinedConfig/Common/SuspendableObject.d.ts +10 -0
- package/src/PredefinedConfig/Common/SuspendableObject.js +2 -0
- package/src/PredefinedConfig/Common/SystemStatusMessageInfo.d.ts +23 -0
- package/src/PredefinedConfig/Common/SystemStatusMessageInfo.js +2 -0
- package/src/PredefinedConfig/Common/Types.d.ts +54 -0
- package/src/PredefinedConfig/Common/Types.js +117 -0
- package/src/PredefinedConfig/ConfigState.d.ts +12 -0
- package/src/PredefinedConfig/ConfigState.js +2 -0
- package/src/PredefinedConfig/CustomSortState.d.ts +25 -0
- package/src/PredefinedConfig/CustomSortState.js +2 -0
- package/src/PredefinedConfig/DashboardState.d.ts +81 -0
- package/src/PredefinedConfig/DashboardState.js +2 -0
- package/src/PredefinedConfig/ExportState.d.ts +96 -0
- package/src/PredefinedConfig/ExportState.js +2 -0
- package/src/PredefinedConfig/FlashingCellState.d.ts +75 -0
- package/src/PredefinedConfig/FlashingCellState.js +2 -0
- package/src/PredefinedConfig/FormatColumnState.d.ts +68 -0
- package/src/PredefinedConfig/FormatColumnState.js +2 -0
- package/src/PredefinedConfig/FreeTextColumnState.d.ts +60 -0
- package/src/PredefinedConfig/FreeTextColumnState.js +2 -0
- package/src/PredefinedConfig/Glue42State.d.ts +46 -0
- package/src/PredefinedConfig/Glue42State.js +2 -0
- package/src/PredefinedConfig/GridState.d.ts +23 -0
- package/src/PredefinedConfig/GridState.js +2 -0
- package/src/PredefinedConfig/IPushPullState.d.ts +65 -0
- package/src/PredefinedConfig/IPushPullState.js +2 -0
- package/src/PredefinedConfig/InternalState.d.ts +10 -0
- package/src/PredefinedConfig/InternalState.js +2 -0
- package/src/PredefinedConfig/LayoutState.d.ts +85 -0
- package/src/PredefinedConfig/LayoutState.js +2 -0
- package/src/PredefinedConfig/NamedQueryState.d.ts +25 -0
- package/src/PredefinedConfig/NamedQueryState.js +2 -0
- package/src/PredefinedConfig/NotesState.d.ts +59 -0
- package/src/PredefinedConfig/NotesState.js +2 -0
- package/src/PredefinedConfig/OpenFinState.d.ts +32 -0
- package/src/PredefinedConfig/OpenFinState.js +2 -0
- package/src/PredefinedConfig/PlusMinusState.d.ts +30 -0
- package/src/PredefinedConfig/PlusMinusState.js +2 -0
- package/src/PredefinedConfig/PopupState.d.ts +13 -0
- package/src/PredefinedConfig/PopupState.js +2 -0
- package/src/PredefinedConfig/PredefinedConfig.d.ts +107 -0
- package/src/PredefinedConfig/PredefinedConfig.js +2 -0
- package/src/PredefinedConfig/QueryState.d.ts +18 -0
- package/src/PredefinedConfig/QueryState.js +2 -0
- package/src/PredefinedConfig/QuickSearchState.d.ts +15 -0
- package/src/PredefinedConfig/QuickSearchState.js +2 -0
- package/src/PredefinedConfig/ScheduleState.d.ts +57 -0
- package/src/PredefinedConfig/ScheduleState.js +2 -0
- package/src/PredefinedConfig/Selection/GridCell.d.ts +60 -0
- package/src/PredefinedConfig/Selection/GridCell.js +2 -0
- package/src/PredefinedConfig/Selection/GridCellRange.d.ts +26 -0
- package/src/PredefinedConfig/Selection/GridCellRange.js +2 -0
- package/src/PredefinedConfig/Selection/GridRow.d.ts +51 -0
- package/src/PredefinedConfig/Selection/GridRow.js +2 -0
- package/src/PredefinedConfig/Selection/SelectedCellInfo.d.ts +15 -0
- package/src/PredefinedConfig/Selection/SelectedCellInfo.js +2 -0
- package/src/PredefinedConfig/Selection/SelectedRowInfo.d.ts +10 -0
- package/src/PredefinedConfig/Selection/SelectedRowInfo.js +2 -0
- package/src/PredefinedConfig/ShortcutState.d.ts +37 -0
- package/src/PredefinedConfig/ShortcutState.js +2 -0
- package/src/PredefinedConfig/StatusBarState.d.ts +29 -0
- package/src/PredefinedConfig/StatusBarState.js +7 -0
- package/src/PredefinedConfig/StyledColumnState.d.ts +193 -0
- package/src/PredefinedConfig/StyledColumnState.js +2 -0
- package/src/PredefinedConfig/SystemState.d.ts +111 -0
- package/src/PredefinedConfig/SystemState.js +2 -0
- package/src/PredefinedConfig/TeamSharingState.d.ts +177 -0
- package/src/PredefinedConfig/TeamSharingState.js +7 -0
- package/src/PredefinedConfig/ThemeState.d.ts +45 -0
- package/src/PredefinedConfig/ThemeState.js +2 -0
- package/src/PredefinedConfig/ToolPanelState.d.ts +35 -0
- package/src/PredefinedConfig/ToolPanelState.js +2 -0
- package/src/PredefinedConfig/Uuid.d.ts +2 -0
- package/src/PredefinedConfig/Uuid.js +7 -0
- package/src/Redux/ActionsReducers/AlertRedux.d.ts +67 -0
- package/src/Redux/ActionsReducers/AlertRedux.js +128 -0
- package/src/Redux/ActionsReducers/ApplicationRedux.d.ts +27 -0
- package/src/Redux/ActionsReducers/ApplicationRedux.js +66 -0
- package/src/Redux/ActionsReducers/BulkUpdateRedux.d.ts +25 -0
- package/src/Redux/ActionsReducers/BulkUpdateRedux.js +29 -0
- package/src/Redux/ActionsReducers/CalculatedColumnRedux.d.ts +35 -0
- package/src/Redux/ActionsReducers/CalculatedColumnRedux.js +77 -0
- package/src/Redux/ActionsReducers/CellSummaryRedux.d.ts +5 -0
- package/src/Redux/ActionsReducers/CellSummaryRedux.js +8 -0
- package/src/Redux/ActionsReducers/ChartingRedux.d.ts +71 -0
- package/src/Redux/ActionsReducers/ChartingRedux.js +125 -0
- package/src/Redux/ActionsReducers/CustomSortRedux.d.ts +63 -0
- package/src/Redux/ActionsReducers/CustomSortRedux.js +115 -0
- package/src/Redux/ActionsReducers/DashboardRedux.d.ts +120 -0
- package/src/Redux/ActionsReducers/DashboardRedux.js +189 -0
- package/src/Redux/ActionsReducers/ExportRedux.d.ts +61 -0
- package/src/Redux/ActionsReducers/ExportRedux.js +105 -0
- package/src/Redux/ActionsReducers/FlashingCellRedux.d.ts +69 -0
- package/src/Redux/ActionsReducers/FlashingCellRedux.js +126 -0
- package/src/Redux/ActionsReducers/FormatColumnRedux.d.ts +84 -0
- package/src/Redux/ActionsReducers/FormatColumnRedux.js +170 -0
- package/src/Redux/ActionsReducers/FreeTextColumnRedux.d.ts +49 -0
- package/src/Redux/ActionsReducers/FreeTextColumnRedux.js +101 -0
- package/src/Redux/ActionsReducers/GridRedux.d.ts +224 -0
- package/src/Redux/ActionsReducers/GridRedux.js +433 -0
- package/src/Redux/ActionsReducers/LayoutRedux.d.ts +170 -0
- package/src/Redux/ActionsReducers/LayoutRedux.js +415 -0
- package/src/Redux/ActionsReducers/NamedQueryRedux.d.ts +43 -0
- package/src/Redux/ActionsReducers/NamedQueryRedux.js +84 -0
- package/src/Redux/ActionsReducers/NotesRedux.d.ts +39 -0
- package/src/Redux/ActionsReducers/NotesRedux.js +88 -0
- package/src/Redux/ActionsReducers/PluginsRedux.d.ts +188 -0
- package/src/Redux/ActionsReducers/PluginsRedux.js +196 -0
- package/src/Redux/ActionsReducers/PlusMinusRedux.d.ts +72 -0
- package/src/Redux/ActionsReducers/PlusMinusRedux.js +127 -0
- package/src/Redux/ActionsReducers/PopupRedux.d.ts +109 -0
- package/src/Redux/ActionsReducers/PopupRedux.js +318 -0
- package/src/Redux/ActionsReducers/QueryRedux.d.ts +10 -0
- package/src/Redux/ActionsReducers/QueryRedux.js +25 -0
- package/src/Redux/ActionsReducers/QuickSearchRedux.d.ts +28 -0
- package/src/Redux/ActionsReducers/QuickSearchRedux.js +53 -0
- package/src/Redux/ActionsReducers/ScheduleRedux.d.ts +286 -0
- package/src/Redux/ActionsReducers/ScheduleRedux.js +484 -0
- package/src/Redux/ActionsReducers/ShortcutRedux.d.ts +63 -0
- package/src/Redux/ActionsReducers/ShortcutRedux.js +115 -0
- package/src/Redux/ActionsReducers/SmartEditRedux.d.ts +25 -0
- package/src/Redux/ActionsReducers/SmartEditRedux.js +29 -0
- package/src/Redux/ActionsReducers/StatusBarRedux.d.ts +22 -0
- package/src/Redux/ActionsReducers/StatusBarRedux.js +36 -0
- package/src/Redux/ActionsReducers/StyledColumnRedux.d.ts +63 -0
- package/src/Redux/ActionsReducers/StyledColumnRedux.js +114 -0
- package/src/Redux/ActionsReducers/SystemRedux.d.ts +328 -0
- package/src/Redux/ActionsReducers/SystemRedux.js +808 -0
- package/src/Redux/ActionsReducers/SystemStatusRedux.d.ts +17 -0
- package/src/Redux/ActionsReducers/SystemStatusRedux.js +20 -0
- package/src/Redux/ActionsReducers/TeamSharingRedux.d.ts +61 -0
- package/src/Redux/ActionsReducers/TeamSharingRedux.js +118 -0
- package/src/Redux/ActionsReducers/ThemeRedux.d.ts +62 -0
- package/src/Redux/ActionsReducers/ThemeRedux.js +126 -0
- package/src/Redux/ActionsReducers/ToolPanelRedux.d.ts +60 -0
- package/src/Redux/ActionsReducers/ToolPanelRedux.js +118 -0
- package/src/Redux/ActionsReducers/utils.d.ts +10 -0
- package/src/Redux/ActionsReducers/utils.js +36 -0
- package/src/Redux/DeadRedux.d.ts +27 -0
- package/src/Redux/DeadRedux.js +85 -0
- package/src/Redux/Store/AdaptableReduxLocalStorageEngine.d.ts +12 -0
- package/src/Redux/Store/AdaptableReduxLocalStorageEngine.js +109 -0
- package/src/Redux/Store/AdaptableReduxMerger.d.ts +14 -0
- package/src/Redux/Store/AdaptableReduxMerger.js +161 -0
- package/src/Redux/Store/AdaptableStore.d.ts +47 -0
- package/src/Redux/Store/AdaptableStore.js +1631 -0
- package/src/Redux/Store/Interface/IAdaptableStore.d.ts +15 -0
- package/src/Redux/Store/Interface/IAdaptableStore.js +2 -0
- package/src/Redux/Store/Interface/IStorageEngine.d.ts +9 -0
- package/src/Redux/Store/Interface/IStorageEngine.js +2 -0
- package/src/Strategy/AdaptableModuleBase.d.ts +66 -0
- package/src/Strategy/AdaptableModuleBase.js +242 -0
- package/src/Strategy/AlertModule.d.ts +29 -0
- package/src/Strategy/AlertModule.js +257 -0
- package/src/Strategy/BulkUpdateModule.d.ts +12 -0
- package/src/Strategy/BulkUpdateModule.js +152 -0
- package/src/Strategy/CalculatedColumnModule.d.ts +36 -0
- package/src/Strategy/CalculatedColumnModule.js +131 -0
- package/src/Strategy/CellSummaryModule.d.ts +22 -0
- package/src/Strategy/CellSummaryModule.js +135 -0
- package/src/Strategy/ChartingModule.d.ts +16 -0
- package/src/Strategy/ChartingModule.js +136 -0
- package/src/Strategy/ColumnFilterModule.d.ts +25 -0
- package/src/Strategy/ColumnFilterModule.js +266 -0
- package/src/Strategy/ColumnInfoModule.d.ts +11 -0
- package/src/Strategy/ColumnInfoModule.js +47 -0
- package/src/Strategy/CustomSortModule.d.ts +33 -0
- package/src/Strategy/CustomSortModule.js +86 -0
- package/src/Strategy/DashboardModule.d.ts +12 -0
- package/src/Strategy/DashboardModule.js +75 -0
- package/src/Strategy/DataChangeHistoryModule.d.ts +11 -0
- package/src/Strategy/DataChangeHistoryModule.js +60 -0
- package/src/Strategy/DataImportModule.d.ts +11 -0
- package/src/Strategy/DataImportModule.js +36 -0
- package/src/Strategy/DataSetModule.d.ts +14 -0
- package/src/Strategy/DataSetModule.js +66 -0
- package/src/Strategy/ExportModule.d.ts +34 -0
- package/src/Strategy/ExportModule.js +392 -0
- package/src/Strategy/Fdc3Module.d.ts +11 -0
- package/src/Strategy/Fdc3Module.js +89 -0
- package/src/Strategy/FlashingCellModule.d.ts +31 -0
- package/src/Strategy/FlashingCellModule.js +272 -0
- package/src/Strategy/FormatColumnModule.d.ts +24 -0
- package/src/Strategy/FormatColumnModule.js +191 -0
- package/src/Strategy/FreeTextColumnModule.d.ts +24 -0
- package/src/Strategy/FreeTextColumnModule.js +123 -0
- package/src/Strategy/GridFilterModule.d.ts +8 -0
- package/src/Strategy/GridFilterModule.js +63 -0
- package/src/Strategy/GridInfoModule.d.ts +12 -0
- package/src/Strategy/GridInfoModule.js +37 -0
- package/src/Strategy/Interface/IBulkUpdateModule.d.ts +13 -0
- package/src/Strategy/Interface/IBulkUpdateModule.js +2 -0
- package/src/Strategy/Interface/ICellSummaryModule.d.ts +6 -0
- package/src/Strategy/Interface/ICellSummaryModule.js +2 -0
- package/src/Strategy/Interface/IExportModule.d.ts +6 -0
- package/src/Strategy/Interface/IExportModule.js +2 -0
- package/src/Strategy/Interface/IModule.d.ts +173 -0
- package/src/Strategy/Interface/IModule.js +2 -0
- package/src/Strategy/Interface/IModuleActionReturn.d.ts +5 -0
- package/src/Strategy/Interface/IModuleActionReturn.js +2 -0
- package/src/Strategy/Interface/IPlusMinusModule.d.ts +7 -0
- package/src/Strategy/Interface/IPlusMinusModule.js +2 -0
- package/src/Strategy/Interface/IScheduleModule.d.ts +4 -0
- package/src/Strategy/Interface/IScheduleModule.js +2 -0
- package/src/Strategy/Interface/IShortcutModule.d.ts +4 -0
- package/src/Strategy/Interface/IShortcutModule.js +2 -0
- package/src/Strategy/Interface/ISmartEditModule.d.ts +10 -0
- package/src/Strategy/Interface/ISmartEditModule.js +2 -0
- package/src/Strategy/LayoutModule.d.ts +39 -0
- package/src/Strategy/LayoutModule.js +451 -0
- package/src/Strategy/NamedQueryModule.d.ts +34 -0
- package/src/Strategy/NamedQueryModule.js +93 -0
- package/src/Strategy/NotesModule.d.ts +23 -0
- package/src/Strategy/NotesModule.js +141 -0
- package/src/Strategy/PlusMinusModule.d.ts +33 -0
- package/src/Strategy/PlusMinusModule.js +236 -0
- package/src/Strategy/QuickSearchModule.d.ts +7 -0
- package/src/Strategy/QuickSearchModule.js +22 -0
- package/src/Strategy/ScheduleModule.d.ts +22 -0
- package/src/Strategy/ScheduleModule.js +293 -0
- package/src/Strategy/SettingsPanelModule.d.ts +11 -0
- package/src/Strategy/SettingsPanelModule.js +30 -0
- package/src/Strategy/ShortcutModule.d.ts +25 -0
- package/src/Strategy/ShortcutModule.js +107 -0
- package/src/Strategy/SmartEditModule.d.ts +17 -0
- package/src/Strategy/SmartEditModule.js +185 -0
- package/src/Strategy/StateManagementModule.d.ts +6 -0
- package/src/Strategy/StateManagementModule.js +12 -0
- package/src/Strategy/StatusBarModule.d.ts +9 -0
- package/src/Strategy/StatusBarModule.js +36 -0
- package/src/Strategy/StyledColumnModule.d.ts +26 -0
- package/src/Strategy/StyledColumnModule.js +259 -0
- package/src/Strategy/SystemStatusModule.d.ts +11 -0
- package/src/Strategy/SystemStatusModule.js +44 -0
- package/src/Strategy/TeamSharingModule.d.ts +21 -0
- package/src/Strategy/TeamSharingModule.js +178 -0
- package/src/Strategy/ThemeModule.d.ts +10 -0
- package/src/Strategy/ThemeModule.js +36 -0
- package/src/Strategy/ToolPanelModule.d.ts +8 -0
- package/src/Strategy/ToolPanelModule.js +41 -0
- package/src/Strategy/Utilities/Alert/getAlertBehaviourViewItems.d.ts +3 -0
- package/src/Strategy/Utilities/Alert/getAlertBehaviourViewItems.js +16 -0
- package/src/Strategy/Utilities/Alert/getAlertPreviewViewItems.d.ts +4 -0
- package/src/Strategy/Utilities/Alert/getAlertPreviewViewItems.js +20 -0
- package/src/Strategy/Utilities/Alert/getAlertTypeViewItems.d.ts +5 -0
- package/src/Strategy/Utilities/Alert/getAlertTypeViewItems.js +13 -0
- package/src/Strategy/Utilities/CustomSort/getCustomSortColumnViewItems.d.ts +5 -0
- package/src/Strategy/Utilities/CustomSort/getCustomSortColumnViewItems.js +10 -0
- package/src/Strategy/Utilities/CustomSort/getCustomSortSortOrderViewItems.d.ts +5 -0
- package/src/Strategy/Utilities/CustomSort/getCustomSortSortOrderViewItems.js +10 -0
- package/src/Strategy/Utilities/Export/getExportColumnsViewItems.d.ts +3 -0
- package/src/Strategy/Utilities/Export/getExportColumnsViewItems.js +10 -0
- package/src/Strategy/Utilities/Export/getExportRowsViewItems.d.ts +5 -0
- package/src/Strategy/Utilities/Export/getExportRowsViewItems.js +14 -0
- package/src/Strategy/Utilities/FlashingCell/getFlashingCellDurationViewItems.d.ts +5 -0
- package/src/Strategy/Utilities/FlashingCell/getFlashingCellDurationViewItems.js +10 -0
- package/src/Strategy/Utilities/FlashingCell/getFlashingCellStyleViewItems.d.ts +2 -0
- package/src/Strategy/Utilities/FlashingCell/getFlashingCellStyleViewItems.js +12 -0
- package/src/Strategy/Utilities/FlashingCell/getFlashingTargetViewItems.d.ts +5 -0
- package/src/Strategy/Utilities/FlashingCell/getFlashingTargetViewItems.js +12 -0
- package/src/Strategy/Utilities/FormatColumn/getFormatColumnSettingsViewItems.d.ts +5 -0
- package/src/Strategy/Utilities/FormatColumn/getFormatColumnSettingsViewItems.js +15 -0
- package/src/Strategy/Utilities/FormatColumn/getFormatColumnStyleViewItems.d.ts +3 -0
- package/src/Strategy/Utilities/FormatColumn/getFormatColumnStyleViewItems.js +11 -0
- package/src/Strategy/Utilities/Layout/getLayoutFilterViewItems.d.ts +7 -0
- package/src/Strategy/Utilities/Layout/getLayoutFilterViewItems.js +30 -0
- package/src/Strategy/Utilities/Layout/getLayoutSortViewItems.d.ts +5 -0
- package/src/Strategy/Utilities/Layout/getLayoutSortViewItems.js +14 -0
- package/src/Strategy/Utilities/Shortcut/getShortcutSettingsViewItems.d.ts +5 -0
- package/src/Strategy/Utilities/Shortcut/getShortcutSettingsViewItems.js +16 -0
- package/src/Strategy/Utilities/getExpressionViewItems.d.ts +4 -0
- package/src/Strategy/Utilities/getExpressionViewItems.js +11 -0
- package/src/Strategy/Utilities/getObjectTagsViewItems.d.ts +4 -0
- package/src/Strategy/Utilities/getObjectTagsViewItems.js +39 -0
- package/src/Strategy/Utilities/getRuleViewItems.d.ts +5 -0
- package/src/Strategy/Utilities/getRuleViewItems.js +15 -0
- package/src/Strategy/Utilities/getScopeViewItems.d.ts +3 -0
- package/src/Strategy/Utilities/getScopeViewItems.js +22 -0
- package/src/Strategy/Utilities/updateSingleToMultiplePredicates.d.ts +5 -0
- package/src/Strategy/Utilities/updateSingleToMultiplePredicates.js +12 -0
- package/src/Utilities/Cancelable.d.ts +4 -0
- package/src/Utilities/Cancelable.js +2 -0
- package/src/Utilities/Constants/ConfigConstants.d.ts +9 -0
- package/src/Utilities/Constants/ConfigConstants.js +13 -0
- package/src/Utilities/Constants/DocumentationLinkConstants.d.ts +14 -0
- package/src/Utilities/Constants/DocumentationLinkConstants.js +18 -0
- package/src/Utilities/Constants/GeneralConstants.d.ts +76 -0
- package/src/Utilities/Constants/GeneralConstants.js +101 -0
- package/src/Utilities/Constants/ModuleConstants.d.ts +119 -0
- package/src/Utilities/Constants/ModuleConstants.js +123 -0
- package/src/Utilities/Defaults/DefaultAdaptableOptions.d.ts +2 -0
- package/src/Utilities/Defaults/DefaultAdaptableOptions.js +331 -0
- package/src/Utilities/Defaults/DefaultSettingsPanel.d.ts +7 -0
- package/src/Utilities/Defaults/DefaultSettingsPanel.js +48 -0
- package/src/Utilities/Emitter.d.ts +22 -0
- package/src/Utilities/Emitter.js +246 -0
- package/src/Utilities/ExpressionFunctions/aggregatedBooleanExpressionFunctions.d.ts +20 -0
- package/src/Utilities/ExpressionFunctions/aggregatedBooleanExpressionFunctions.js +189 -0
- package/src/Utilities/ExpressionFunctions/aggregatedScalarExpressionFunctions.d.ts +43 -0
- package/src/Utilities/ExpressionFunctions/aggregatedScalarExpressionFunctions.js +768 -0
- package/src/Utilities/ExpressionFunctions/booleanExpressionFunctions.d.ts +8 -0
- package/src/Utilities/ExpressionFunctions/booleanExpressionFunctions.js +359 -0
- package/src/Utilities/ExpressionFunctions/dateUtils.d.ts +2 -0
- package/src/Utilities/ExpressionFunctions/dateUtils.js +24 -0
- package/src/Utilities/ExpressionFunctions/deepMap.d.ts +35 -0
- package/src/Utilities/ExpressionFunctions/deepMap.js +283 -0
- package/src/Utilities/ExpressionFunctions/expressionFunctionUtils.d.ts +31 -0
- package/src/Utilities/ExpressionFunctions/expressionFunctionUtils.js +146 -0
- package/src/Utilities/ExpressionFunctions/groupingMap.d.ts +35 -0
- package/src/Utilities/ExpressionFunctions/groupingMap.js +105 -0
- package/src/Utilities/ExpressionFunctions/observableExpressionFunctions.d.ts +7 -0
- package/src/Utilities/ExpressionFunctions/observableExpressionFunctions.js +528 -0
- package/src/Utilities/ExpressionFunctions/scalarAggregationHelper.d.ts +32 -0
- package/src/Utilities/ExpressionFunctions/scalarAggregationHelper.js +106 -0
- package/src/Utilities/ExpressionFunctions/scalarExpressionFunctions.d.ts +7 -0
- package/src/Utilities/ExpressionFunctions/scalarExpressionFunctions.js +594 -0
- package/src/Utilities/Extensions/ArrayExtensions.d.ts +67 -0
- package/src/Utilities/Extensions/ArrayExtensions.js +319 -0
- package/src/Utilities/Extensions/EnumExtensions.d.ts +11 -0
- package/src/Utilities/Extensions/EnumExtensions.js +41 -0
- package/src/Utilities/Extensions/NumberExtensions.d.ts +7 -0
- package/src/Utilities/Extensions/NumberExtensions.js +29 -0
- package/src/Utilities/Extensions/ObjectExtensions.d.ts +12 -0
- package/src/Utilities/Extensions/ObjectExtensions.js +28 -0
- package/src/Utilities/Extensions/StringExtensions.d.ts +41 -0
- package/src/Utilities/Extensions/StringExtensions.js +131 -0
- package/src/Utilities/Extensions/TypeExtensions.d.ts +78 -0
- package/src/Utilities/Extensions/TypeExtensions.js +7 -0
- package/src/Utilities/Helpers/AdaptableHelper.d.ts +23 -0
- package/src/Utilities/Helpers/AdaptableHelper.js +166 -0
- package/src/Utilities/Helpers/DateHelper.d.ts +11 -0
- package/src/Utilities/Helpers/DateHelper.js +67 -0
- package/src/Utilities/Helpers/FormatHelper.d.ts +11 -0
- package/src/Utilities/Helpers/FormatHelper.js +149 -0
- package/src/Utilities/Helpers/Helper.d.ts +40 -0
- package/src/Utilities/Helpers/Helper.js +269 -0
- package/src/Utilities/Helpers/PreviewHelper.d.ts +13 -0
- package/src/Utilities/Helpers/PreviewHelper.js +104 -0
- package/src/Utilities/Helpers/StyleHelper.d.ts +15 -0
- package/src/Utilities/Helpers/StyleHelper.js +115 -0
- package/src/Utilities/Interface/AdaptableToolPanelContext.d.ts +4 -0
- package/src/Utilities/Interface/AdaptableToolPanelContext.js +2 -0
- package/src/Utilities/Interface/ColumnFilterProps.d.ts +7 -0
- package/src/Utilities/Interface/ColumnFilterProps.js +2 -0
- package/src/Utilities/Interface/IPPStyle.d.ts +31 -0
- package/src/Utilities/Interface/IPPStyle.js +2 -0
- package/src/Utilities/Interface/KeyValuePair.d.ts +7 -0
- package/src/Utilities/Interface/KeyValuePair.js +2 -0
- package/src/Utilities/Interface/MessagePopups.d.ts +82 -0
- package/src/Utilities/Interface/MessagePopups.js +2 -0
- package/src/Utilities/Interface/Preview.d.ts +18 -0
- package/src/Utilities/Interface/Preview.js +2 -0
- package/src/Utilities/MenuItem.d.ts +29 -0
- package/src/Utilities/MenuItem.js +43 -0
- package/src/Utilities/ObjectFactory.d.ts +118 -0
- package/src/Utilities/ObjectFactory.js +509 -0
- package/src/Utilities/Services/AggregatedScalarLiveValue.d.ts +25 -0
- package/src/Utilities/Services/AggregatedScalarLiveValue.js +115 -0
- package/src/Utilities/Services/AlertService.d.ts +17 -0
- package/src/Utilities/Services/AlertService.js +78 -0
- package/src/Utilities/Services/CalculatedColumnExpressionService.d.ts +15 -0
- package/src/Utilities/Services/CalculatedColumnExpressionService.js +144 -0
- package/src/Utilities/Services/ChartingService.d.ts +18 -0
- package/src/Utilities/Services/ChartingService.js +118 -0
- package/src/Utilities/Services/DataService.d.ts +26 -0
- package/src/Utilities/Services/DataService.js +98 -0
- package/src/Utilities/Services/EntitlementService.d.ts +14 -0
- package/src/Utilities/Services/EntitlementService.js +67 -0
- package/src/Utilities/Services/Fdc3Service.d.ts +24 -0
- package/src/Utilities/Services/Fdc3Service.js +167 -0
- package/src/Utilities/Services/Interface/IAdaptableService.d.ts +3 -0
- package/src/Utilities/Services/Interface/IAdaptableService.js +2 -0
- package/src/Utilities/Services/Interface/IAlertService.d.ts +24 -0
- package/src/Utilities/Services/Interface/IAlertService.js +11 -0
- package/src/Utilities/Services/Interface/ICalculatedColumnExpressionService.d.ts +10 -0
- package/src/Utilities/Services/Interface/ICalculatedColumnExpressionService.js +2 -0
- package/src/Utilities/Services/Interface/IChartingService.d.ts +5 -0
- package/src/Utilities/Services/Interface/IChartingService.js +2 -0
- package/src/Utilities/Services/Interface/IDataService.d.ts +13 -0
- package/src/Utilities/Services/Interface/IDataService.js +2 -0
- package/src/Utilities/Services/Interface/IEntitlementService.d.ts +10 -0
- package/src/Utilities/Services/Interface/IEntitlementService.js +2 -0
- package/src/Utilities/Services/Interface/ILicenseService.d.ts +3 -0
- package/src/Utilities/Services/Interface/ILicenseService.js +2 -0
- package/src/Utilities/Services/Interface/IMetamodelService.d.ts +21 -0
- package/src/Utilities/Services/Interface/IMetamodelService.js +2 -0
- package/src/Utilities/Services/Interface/IModuleService.d.ts +17 -0
- package/src/Utilities/Services/Interface/IModuleService.js +2 -0
- package/src/Utilities/Services/Interface/IQueryLanguageService.d.ts +51 -0
- package/src/Utilities/Services/Interface/IQueryLanguageService.js +2 -0
- package/src/Utilities/Services/Interface/IReportService.d.ts +30 -0
- package/src/Utilities/Services/Interface/IReportService.js +2 -0
- package/src/Utilities/Services/Interface/IRowEditService.d.ts +3 -0
- package/src/Utilities/Services/Interface/IRowEditService.js +2 -0
- package/src/Utilities/Services/Interface/ITeamSharingService.d.ts +15 -0
- package/src/Utilities/Services/Interface/ITeamSharingService.js +2 -0
- package/src/Utilities/Services/Interface/IThemeService.d.ts +3 -0
- package/src/Utilities/Services/Interface/IThemeService.js +2 -0
- package/src/Utilities/Services/Interface/IValidationService.d.ts +12 -0
- package/src/Utilities/Services/Interface/IValidationService.js +2 -0
- package/src/Utilities/Services/LicenseService/index.d.ts +27 -0
- package/src/Utilities/Services/LicenseService/index.js +186 -0
- package/src/Utilities/Services/LicenseService/shouldLogThankYouMessage.d.ts +1 -0
- package/src/Utilities/Services/LicenseService/shouldLogThankYouMessage.js +15 -0
- package/src/Utilities/Services/MetamodelService.d.ts +19 -0
- package/src/Utilities/Services/MetamodelService.js +170 -0
- package/src/Utilities/Services/ModuleService.d.ts +22 -0
- package/src/Utilities/Services/ModuleService.js +164 -0
- package/src/Utilities/Services/QueryLanguageService.d.ts +50 -0
- package/src/Utilities/Services/QueryLanguageService.js +410 -0
- package/src/Utilities/Services/ReportService.d.ts +39 -0
- package/src/Utilities/Services/ReportService.js +387 -0
- package/src/Utilities/Services/RowEditService.d.ts +7 -0
- package/src/Utilities/Services/RowEditService.js +44 -0
- package/src/Utilities/Services/TeamSharingService.d.ts +26 -0
- package/src/Utilities/Services/TeamSharingService.js +262 -0
- package/src/Utilities/Services/ThemeService.d.ts +13 -0
- package/src/Utilities/Services/ThemeService.js +86 -0
- package/src/Utilities/Services/ValidationService.d.ts +17 -0
- package/src/Utilities/Services/ValidationService.js +149 -0
- package/src/Utilities/getScrollbarSize.d.ts +2 -0
- package/src/Utilities/getScrollbarSize.js +30 -0
- package/src/Utilities/isAdaptableObject.d.ts +2 -0
- package/src/Utilities/isAdaptableObject.js +8 -0
- package/src/Utilities/isMacLike.d.ts +1 -0
- package/src/Utilities/isMacLike.js +8 -0
- package/src/Utilities/license/LicenseDetails.d.ts +10 -0
- package/src/Utilities/license/LicenseDetails.js +2 -0
- package/src/Utilities/license/decode.d.ts +7 -0
- package/src/Utilities/license/decode.js +70 -0
- package/src/Utilities/license/hashing.d.ts +1 -0
- package/src/Utilities/license/hashing.js +47 -0
- package/src/Utilities/logDeprecation.d.ts +6 -0
- package/src/Utilities/logDeprecation.js +29 -0
- package/src/Utilities/reorder.d.ts +1 -0
- package/src/Utilities/reorder.js +17 -0
- package/src/Utilities/runIfNotResolvedIn.d.ts +8 -0
- package/src/Utilities/runIfNotResolvedIn.js +24 -0
- package/src/Utilities/sortWithOrder.d.ts +11 -0
- package/src/Utilities/sortWithOrder.js +54 -0
- package/src/Utilities/waitForCondition.d.ts +1 -0
- package/src/Utilities/waitForCondition.js +29 -0
- package/src/Utilities/waitForTimeout.d.ts +1 -0
- package/src/Utilities/waitForTimeout.js +12 -0
- package/src/View/AdaptableContext.d.ts +5 -0
- package/src/View/AdaptableContext.js +12 -0
- package/src/View/AdaptablePopover/index.d.ts +23 -0
- package/src/View/AdaptablePopover/index.js +48 -0
- package/src/View/AdaptableView.d.ts +5 -0
- package/src/View/AdaptableView.js +67 -0
- package/src/View/AdaptableViewFactory.d.ts +8 -0
- package/src/View/AdaptableViewFactory.js +73 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/AdaptableConfig.d.ts +15 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/AdaptableConfig.js +2 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/AdaptableOptionsForm.d.ts +6 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/AdaptableOptionsForm.js +112 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ColumnsList.d.ts +19 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ColumnsList.js +347 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/Components/FormBox.d.ts +3 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/Components/FormBox.js +9 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizard.d.ts +30 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizard.js +134 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizardColumnsStep.d.ts +18 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizardColumnsStep.js +18 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/EntitlementsForm.d.ts +8 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/EntitlementsForm.js +130 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/FinanceForm/FinanceForm.d.ts +1 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/FinanceForm/FinanceForm.js +633 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/GridOptionsForm.d.ts +8 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/GridOptionsForm.js +38 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsActionColumnsForm.d.ts +6 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsActionColumnsForm.js +35 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsSidebarForm.d.ts +6 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsSidebarForm.js +81 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsStatusbarForm.d.ts +6 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsStatusbarForm.js +103 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UiOptionsForm.d.ts +11 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UiOptionsForm.js +25 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/index.d.ts +2 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/index.js +4 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/useSelection.d.ts +21 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/useSelection.js +62 -0
- package/src/View/AdaptableWizardView/Utils.d.ts +1 -0
- package/src/View/AdaptableWizardView/Utils.js +25 -0
- package/src/View/AdaptableWizardView/Wizard.d.ts +57 -0
- package/src/View/AdaptableWizardView/Wizard.js +102 -0
- package/src/View/AdaptableWizardView/helper.d.ts +19 -0
- package/src/View/AdaptableWizardView/helper.js +89 -0
- package/src/View/AdaptableWizardView/index.d.ts +4 -0
- package/src/View/AdaptableWizardView/index.js +10 -0
- package/src/View/Alert/ActiveAlertsPanel.d.ts +2 -0
- package/src/View/Alert/ActiveAlertsPanel.js +16 -0
- package/src/View/Alert/ActiveAlertsPanelItemLabel.d.ts +5 -0
- package/src/View/Alert/ActiveAlertsPanelItemLabel.js +22 -0
- package/src/View/Alert/AlertEmptyView.d.ts +5 -0
- package/src/View/Alert/AlertEmptyView.js +17 -0
- package/src/View/Alert/AlertEntityRow.d.ts +11 -0
- package/src/View/Alert/AlertEntityRow.js +33 -0
- package/src/View/Alert/AlertStatusSubPanel.d.ts +2 -0
- package/src/View/Alert/AlertStatusSubPanel.js +53 -0
- package/src/View/Alert/AlertViewPanel.d.ts +22 -0
- package/src/View/Alert/AlertViewPanel.js +56 -0
- package/src/View/Alert/AlertsPanel.d.ts +14 -0
- package/src/View/Alert/AlertsPanel.js +44 -0
- package/src/View/Alert/Utilities/getAlertButtonStyle.d.ts +5 -0
- package/src/View/Alert/Utilities/getAlertButtonStyle.js +16 -0
- package/src/View/Alert/Utilities/getAlertType.d.ts +15 -0
- package/src/View/Alert/Utilities/getAlertType.js +58 -0
- package/src/View/Alert/Utilities/getAvailablePredicates.d.ts +3 -0
- package/src/View/Alert/Utilities/getAvailablePredicates.js +19 -0
- package/src/View/Alert/Utilities/getDefaultAlertDefinition.d.ts +37 -0
- package/src/View/Alert/Utilities/getDefaultAlertDefinition.js +32 -0
- package/src/View/Alert/Utilities/mapAlertDefinition.d.ts +2 -0
- package/src/View/Alert/Utilities/mapAlertDefinition.js +38 -0
- package/src/View/Alert/Wizard/AlertBehaviourWizardSection.d.ts +12 -0
- package/src/View/Alert/Wizard/AlertBehaviourWizardSection.js +158 -0
- package/src/View/Alert/Wizard/AlertButtonsEditor.d.ts +15 -0
- package/src/View/Alert/Wizard/AlertButtonsEditor.js +197 -0
- package/src/View/Alert/Wizard/AlertMessageWizardSection.d.ts +10 -0
- package/src/View/Alert/Wizard/AlertMessageWizardSection.js +57 -0
- package/src/View/Alert/Wizard/AlertNotificationWizardSection.d.ts +18 -0
- package/src/View/Alert/Wizard/AlertNotificationWizardSection.js +82 -0
- package/src/View/Alert/Wizard/AlertRulesWizardSection.d.ts +12 -0
- package/src/View/Alert/Wizard/AlertRulesWizardSection.js +84 -0
- package/src/View/Alert/Wizard/AlertScopeWizardSection.d.ts +9 -0
- package/src/View/Alert/Wizard/AlertScopeWizardSection.js +49 -0
- package/src/View/Alert/Wizard/AlertSelectQueryWizard.d.ts +19 -0
- package/src/View/Alert/Wizard/AlertSelectQueryWizard.js +59 -0
- package/src/View/Alert/Wizard/AlertTypeWizardSection.d.ts +9 -0
- package/src/View/Alert/Wizard/AlertTypeWizardSection.js +27 -0
- package/src/View/Alert/Wizard/AlertWizard.d.ts +6 -0
- package/src/View/Alert/Wizard/AlertWizard.js +142 -0
- package/src/View/Alert/Wizard/BaseAlertScopeWizardSection.d.ts +4 -0
- package/src/View/Alert/Wizard/BaseAlertScopeWizardSection.js +24 -0
- package/src/View/Alert/Wizard/isValidAlertRules.d.ts +3 -0
- package/src/View/Alert/Wizard/isValidAlertRules.js +26 -0
- package/src/View/BulkUpdate/BulkUpdatePopup.d.ts +33 -0
- package/src/View/BulkUpdate/BulkUpdatePopup.js +107 -0
- package/src/View/BulkUpdate/BulkUpdateViewPanel.d.ts +31 -0
- package/src/View/BulkUpdate/BulkUpdateViewPanel.js +109 -0
- package/src/View/CalculatedColumn/CalculatedColumnSummary.d.ts +18 -0
- package/src/View/CalculatedColumn/CalculatedColumnSummary.js +63 -0
- package/src/View/CalculatedColumn/Utilities/getCalculatedColumnSettingsTags.d.ts +2 -0
- package/src/View/CalculatedColumn/Utilities/getCalculatedColumnSettingsTags.js +19 -0
- package/src/View/CalculatedColumn/Wizard/CalculatedColumnDefinitionWizardSection.d.ts +10 -0
- package/src/View/CalculatedColumn/Wizard/CalculatedColumnDefinitionWizardSection.js +80 -0
- package/src/View/CalculatedColumn/Wizard/CalculatedColumnExpressionWizardSection.d.ts +11 -0
- package/src/View/CalculatedColumn/Wizard/CalculatedColumnExpressionWizardSection.js +68 -0
- package/src/View/CalculatedColumn/Wizard/CalculatedColumnSettingsWizardSection.d.ts +9 -0
- package/src/View/CalculatedColumn/Wizard/CalculatedColumnSettingsWizardSection.js +76 -0
- package/src/View/CalculatedColumn/Wizard/CalculatedColumnTypeSection.d.ts +8 -0
- package/src/View/CalculatedColumn/Wizard/CalculatedColumnTypeSection.js +19 -0
- package/src/View/CalculatedColumn/Wizard/CalculatedColumnWizard.d.ts +8 -0
- package/src/View/CalculatedColumn/Wizard/CalculatedColumnWizard.js +135 -0
- package/src/View/CalculatedColumn/utils.d.ts +2 -0
- package/src/View/CalculatedColumn/utils.js +14 -0
- package/src/View/CellSummary/CellSummaryDetails.d.ts +9 -0
- package/src/View/CellSummary/CellSummaryDetails.js +35 -0
- package/src/View/CellSummary/CellSummaryPopover.d.ts +6 -0
- package/src/View/CellSummary/CellSummaryPopover.js +10 -0
- package/src/View/CellSummary/CellSummaryPopup.d.ts +15 -0
- package/src/View/CellSummary/CellSummaryPopup.js +37 -0
- package/src/View/CellSummary/CellSummaryStatusBarSubPanelPopover.d.ts +2 -0
- package/src/View/CellSummary/CellSummaryStatusBarSubPanelPopover.js +20 -0
- package/src/View/CellSummary/CellSummaryStatusPanel.d.ts +2 -0
- package/src/View/CellSummary/CellSummaryStatusPanel.js +37 -0
- package/src/View/CellSummary/CellSummaryViewPanel.d.ts +25 -0
- package/src/View/CellSummary/CellSummaryViewPanel.js +93 -0
- package/src/View/Charting/ChartingStatusBarPopover.d.ts +2 -0
- package/src/View/Charting/ChartingStatusBarPopover.js +28 -0
- package/src/View/Charting/ChartingViewPanel.d.ts +3 -0
- package/src/View/Charting/ChartingViewPanel.js +30 -0
- package/src/View/Charting/ChartingWizard/AgChargingWizard/AgChargingWizard.d.ts +6 -0
- package/src/View/Charting/ChartingWizard/AgChargingWizard/AgChargingWizard.js +47 -0
- package/src/View/Charting/ChartingWizard/AgChargingWizard/PreviewChartSection.d.ts +6 -0
- package/src/View/Charting/ChartingWizard/AgChargingWizard/PreviewChartSection.js +34 -0
- package/src/View/Charting/ChartingWizard/AgChargingWizard/SettingsSection.d.ts +8 -0
- package/src/View/Charting/ChartingWizard/AgChargingWizard/SettingsSection.js +53 -0
- package/src/View/Charting/ChartingWizard/AgChargingWizard/index.d.ts +1 -0
- package/src/View/Charting/ChartingWizard/AgChargingWizard/index.js +4 -0
- package/src/View/Charting/ChartingWizard/ChartingWizard.d.ts +7 -0
- package/src/View/Charting/ChartingWizard/ChartingWizard.js +20 -0
- package/src/View/Charting/ChartingWizard/ExternalChartingWizard/ExternalChartingWizard.d.ts +6 -0
- package/src/View/Charting/ChartingWizard/ExternalChartingWizard/ExternalChartingWizard.js +59 -0
- package/src/View/Charting/ChartingWizard/ExternalChartingWizard/SettingsSection.d.ts +9 -0
- package/src/View/Charting/ChartingWizard/ExternalChartingWizard/SettingsSection.js +25 -0
- package/src/View/Charting/ChartingWizard/ExternalChartingWizard/index.d.ts +1 -0
- package/src/View/Charting/ChartingWizard/ExternalChartingWizard/index.js +4 -0
- package/src/View/Charting/ChartingWizard/index.d.ts +1 -0
- package/src/View/Charting/ChartingWizard/index.js +4 -0
- package/src/View/Charting/DeleteChartButton.d.ts +9 -0
- package/src/View/Charting/DeleteChartButton.js +14 -0
- package/src/View/Charting/EditChartButton.d.ts +10 -0
- package/src/View/Charting/EditChartButton.js +21 -0
- package/src/View/Charting/ShowChartButton.d.ts +5 -0
- package/src/View/Charting/ShowChartButton.js +71 -0
- package/src/View/Charting/useAgChartState.d.ts +9 -0
- package/src/View/Charting/useAgChartState.js +75 -0
- package/src/View/Charting/useChartingElements.d.ts +15 -0
- package/src/View/Charting/useChartingElements.js +102 -0
- package/src/View/Charting/useExternalChartState.d.ts +7 -0
- package/src/View/Charting/useExternalChartState.js +56 -0
- package/src/View/ColumnInfo/ColumnInfo.d.ts +5 -0
- package/src/View/ColumnInfo/ColumnInfo.js +184 -0
- package/src/View/ColumnInfo/ColumnInfoPopup.d.ts +3 -0
- package/src/View/ColumnInfo/ColumnInfoPopup.js +15 -0
- package/src/View/Components/AdaptableButton/index.d.ts +3 -0
- package/src/View/Components/AdaptableButton/index.js +18 -0
- package/src/View/Components/AdaptableDateInput/index.d.ts +5 -0
- package/src/View/Components/AdaptableDateInput/index.js +37 -0
- package/src/View/Components/AdaptableIconComponent/index.d.ts +7 -0
- package/src/View/Components/AdaptableIconComponent/index.js +16 -0
- package/src/View/Components/AdaptableIconComponent/useCustomIcon.d.ts +2 -0
- package/src/View/Components/AdaptableIconComponent/useCustomIcon.js +12 -0
- package/src/View/Components/AdaptableIconSelector/index.d.ts +6 -0
- package/src/View/Components/AdaptableIconSelector/index.js +18 -0
- package/src/View/Components/AdaptableInput/index.d.ts +5 -0
- package/src/View/Components/AdaptableInput/index.js +20 -0
- package/src/View/Components/AdaptableObjectCollection/index.d.ts +11 -0
- package/src/View/Components/AdaptableObjectCollection/index.js +15 -0
- package/src/View/Components/AdaptableObjectList/AdaptableObjectCompactList.d.ts +13 -0
- package/src/View/Components/AdaptableObjectList/AdaptableObjectCompactList.js +94 -0
- package/src/View/Components/AdaptableObjectList/AdaptableObjectList.d.ts +54 -0
- package/src/View/Components/AdaptableObjectList/AdaptableObjectList.js +139 -0
- package/src/View/Components/AdaptableObjectList/index.d.ts +1 -0
- package/src/View/Components/AdaptableObjectList/index.js +5 -0
- package/src/View/Components/AdaptableObjectRow/index.d.ts +12 -0
- package/src/View/Components/AdaptableObjectRow/index.js +16 -0
- package/src/View/Components/Badge/index.d.ts +9 -0
- package/src/View/Components/Badge/index.js +18 -0
- package/src/View/Components/Buttons/ButtonApply.d.ts +7 -0
- package/src/View/Components/Buttons/ButtonApply.js +12 -0
- package/src/View/Components/Buttons/ButtonBase/index.d.ts +23 -0
- package/src/View/Components/Buttons/ButtonBase/index.js +74 -0
- package/src/View/Components/Buttons/ButtonClear.d.ts +9 -0
- package/src/View/Components/Buttons/ButtonClear.js +12 -0
- package/src/View/Components/Buttons/ButtonClone.d.ts +3 -0
- package/src/View/Components/Buttons/ButtonClone.js +10 -0
- package/src/View/Components/Buttons/ButtonClose.d.ts +5 -0
- package/src/View/Components/Buttons/ButtonClose.js +12 -0
- package/src/View/Components/Buttons/ButtonConfigure.d.ts +5 -0
- package/src/View/Components/Buttons/ButtonConfigure.js +12 -0
- package/src/View/Components/Buttons/ButtonDelete.d.ts +18 -0
- package/src/View/Components/Buttons/ButtonDelete.js +46 -0
- package/src/View/Components/Buttons/ButtonEdit.d.ts +3 -0
- package/src/View/Components/Buttons/ButtonEdit.js +11 -0
- package/src/View/Components/Buttons/ButtonExpand.d.ts +5 -0
- package/src/View/Components/Buttons/ButtonExpand.js +12 -0
- package/src/View/Components/Buttons/ButtonExport.d.ts +7 -0
- package/src/View/Components/Buttons/ButtonExport.js +12 -0
- package/src/View/Components/Buttons/ButtonFunction.d.ts +7 -0
- package/src/View/Components/Buttons/ButtonFunction.js +12 -0
- package/src/View/Components/Buttons/ButtonGeneral.d.ts +5 -0
- package/src/View/Components/Buttons/ButtonGeneral.js +12 -0
- package/src/View/Components/Buttons/ButtonInfo.d.ts +7 -0
- package/src/View/Components/Buttons/ButtonInfo.js +10 -0
- package/src/View/Components/Buttons/ButtonInvalid.d.ts +5 -0
- package/src/View/Components/Buttons/ButtonInvalid.js +12 -0
- package/src/View/Components/Buttons/ButtonLogin.d.ts +7 -0
- package/src/View/Components/Buttons/ButtonLogin.js +12 -0
- package/src/View/Components/Buttons/ButtonLogout.d.ts +7 -0
- package/src/View/Components/Buttons/ButtonLogout.js +12 -0
- package/src/View/Components/Buttons/ButtonMaximise.d.ts +8 -0
- package/src/View/Components/Buttons/ButtonMaximise.js +12 -0
- package/src/View/Components/Buttons/ButtonMinimise.d.ts +5 -0
- package/src/View/Components/Buttons/ButtonMinimise.js +12 -0
- package/src/View/Components/Buttons/ButtonNew.d.ts +3 -0
- package/src/View/Components/Buttons/ButtonNew.js +10 -0
- package/src/View/Components/Buttons/ButtonNewPage.d.ts +7 -0
- package/src/View/Components/Buttons/ButtonNewPage.js +13 -0
- package/src/View/Components/Buttons/ButtonOpen.d.ts +5 -0
- package/src/View/Components/Buttons/ButtonOpen.js +12 -0
- package/src/View/Components/Buttons/ButtonPause.d.ts +8 -0
- package/src/View/Components/Buttons/ButtonPause.js +22 -0
- package/src/View/Components/Buttons/ButtonPlay.d.ts +7 -0
- package/src/View/Components/Buttons/ButtonPlay.js +13 -0
- package/src/View/Components/Buttons/ButtonPreviewDelete.d.ts +4 -0
- package/src/View/Components/Buttons/ButtonPreviewDelete.js +8 -0
- package/src/View/Components/Buttons/ButtonSave.d.ts +5 -0
- package/src/View/Components/Buttons/ButtonSave.js +12 -0
- package/src/View/Components/Buttons/ButtonSchedule.d.ts +7 -0
- package/src/View/Components/Buttons/ButtonSchedule.js +12 -0
- package/src/View/Components/Buttons/ButtonShare.d.ts +15 -0
- package/src/View/Components/Buttons/ButtonShare.js +24 -0
- package/src/View/Components/Buttons/ButtonShow.d.ts +5 -0
- package/src/View/Components/Buttons/ButtonShow.js +12 -0
- package/src/View/Components/Buttons/ButtonShowChart.d.ts +5 -0
- package/src/View/Components/Buttons/ButtonShowChart.js +12 -0
- package/src/View/Components/Buttons/ButtonStop.d.ts +7 -0
- package/src/View/Components/Buttons/ButtonStop.js +12 -0
- package/src/View/Components/Buttons/ButtonUndo.d.ts +5 -0
- package/src/View/Components/Buttons/ButtonUndo.js +12 -0
- package/src/View/Components/Buttons/ButtonUnsuspend.d.ts +8 -0
- package/src/View/Components/Buttons/ButtonUnsuspend.js +22 -0
- package/src/View/Components/Buttons/EntityListActionButtons.d.ts +39 -0
- package/src/View/Components/Buttons/EntityListActionButtons.js +79 -0
- package/src/View/Components/Buttons/SuspendToggleButton/SuspendToggleButton.d.ts +14 -0
- package/src/View/Components/Buttons/SuspendToggleButton/SuspendToggleButton.js +19 -0
- package/src/View/Components/Buttons/SuspendToggleButton/index.d.ts +1 -0
- package/src/View/Components/Buttons/SuspendToggleButton/index.js +4 -0
- package/src/View/Components/CellPopup/index.d.ts +12 -0
- package/src/View/Components/CellPopup/index.js +69 -0
- package/src/View/Components/ColumnSelector/index.d.ts +17 -0
- package/src/View/Components/ColumnSelector/index.js +29 -0
- package/src/View/Components/EntityRowItem.d.ts +7 -0
- package/src/View/Components/EntityRowItem.js +13 -0
- package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/EntityRulePredicateEditor.d.ts +12 -0
- package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/EntityRulePredicateEditor.js +85 -0
- package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/EntityRulePredicatesEditor.d.ts +18 -0
- package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/EntityRulePredicatesEditor.js +87 -0
- package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/index.d.ts +1 -0
- package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/index.js +5 -0
- package/src/View/Components/EntityRulesEditor/Utilities.d.ts +6 -0
- package/src/View/Components/EntityRulesEditor/Utilities.js +34 -0
- package/src/View/Components/EntityRulesEditor/index.d.ts +42 -0
- package/src/View/Components/EntityRulesEditor/index.js +143 -0
- package/src/View/Components/ExpressionWizard.d.ts +24 -0
- package/src/View/Components/ExpressionWizard.js +83 -0
- package/src/View/Components/ExternalRenderer.d.ts +13 -0
- package/src/View/Components/ExternalRenderer.js +48 -0
- package/src/View/Components/FilterForm/FilterForm.d.ts +18 -0
- package/src/View/Components/FilterForm/FilterForm.js +284 -0
- package/src/View/Components/FilterForm/ListBoxFilterForm.d.ts +23 -0
- package/src/View/Components/FilterForm/ListBoxFilterForm.js +92 -0
- package/src/View/Components/FilterForm/ListBoxMenu.d.ts +14 -0
- package/src/View/Components/FilterForm/ListBoxMenu.js +33 -0
- package/src/View/Components/FilterForm/QuickFilterForm.d.ts +7 -0
- package/src/View/Components/FilterForm/QuickFilterForm.js +257 -0
- package/src/View/Components/FilterForm/QuickFilterValues.d.ts +19 -0
- package/src/View/Components/FilterForm/QuickFilterValues.js +179 -0
- package/src/View/Components/FilterForm/Waiting.d.ts +8 -0
- package/src/View/Components/FilterForm/Waiting.js +18 -0
- package/src/View/Components/FilterForm/getDefaultColumnFilterPredicate.d.ts +3 -0
- package/src/View/Components/FilterForm/getDefaultColumnFilterPredicate.js +9 -0
- package/src/View/Components/Forms/AdaptableFormControlTextClear.d.ts +9 -0
- package/src/View/Components/Forms/AdaptableFormControlTextClear.js +39 -0
- package/src/View/Components/ListBox/DualListBoxEditor.d.ts +22 -0
- package/src/View/Components/ListBox/DualListBoxEditor.js +520 -0
- package/src/View/Components/ListBox/ListBoxFilterSortComponent.d.ts +13 -0
- package/src/View/Components/ListBox/ListBoxFilterSortComponent.js +31 -0
- package/src/View/Components/ModuleProfile.d.ts +8 -0
- package/src/View/Components/ModuleProfile.js +18 -0
- package/src/View/Components/ModuleSummary/ModuleDetail.d.ts +23 -0
- package/src/View/Components/ModuleSummary/ModuleDetail.js +19 -0
- package/src/View/Components/ModuleSummary/ModuleHeader.d.ts +15 -0
- package/src/View/Components/ModuleSummary/ModuleHeader.js +20 -0
- package/src/View/Components/ModuleSummary/SummaryRowItem.d.ts +7 -0
- package/src/View/Components/ModuleSummary/SummaryRowItem.js +17 -0
- package/src/View/Components/ModuleValueSelector/index.d.ts +7 -0
- package/src/View/Components/ModuleValueSelector/index.js +35 -0
- package/src/View/Components/NewScopeComponent.d.ts +28 -0
- package/src/View/Components/NewScopeComponent.js +158 -0
- package/src/View/Components/Panels/FilterFormPanel.d.ts +22 -0
- package/src/View/Components/Panels/FilterFormPanel.js +41 -0
- package/src/View/Components/Panels/PanelDashboard/index.d.ts +15 -0
- package/src/View/Components/Panels/PanelDashboard/index.js +21 -0
- package/src/View/Components/Panels/PanelFooter.d.ts +10 -0
- package/src/View/Components/Panels/PanelFooter.js +15 -0
- package/src/View/Components/Panels/PanelToolPanel/index.d.ts +14 -0
- package/src/View/Components/Panels/PanelToolPanel/index.js +31 -0
- package/src/View/Components/Panels/PanelWithButton.d.ts +23 -0
- package/src/View/Components/Panels/PanelWithButton.js +32 -0
- package/src/View/Components/Panels/PanelWithImage.d.ts +16 -0
- package/src/View/Components/Panels/PanelWithImage.js +38 -0
- package/src/View/Components/Panels/PanelWithRow.d.ts +10 -0
- package/src/View/Components/Panels/PanelWithRow.js +21 -0
- package/src/View/Components/Panels/PanelWithTwoButtons.d.ts +12 -0
- package/src/View/Components/Panels/PanelWithTwoButtons.js +20 -0
- package/src/View/Components/Panels/ToolPanelSettingsPanel.d.ts +8 -0
- package/src/View/Components/Panels/ToolPanelSettingsPanel.js +31 -0
- package/src/View/Components/PermittedValuesSelector/PermitedValuesSelector.d.ts +8 -0
- package/src/View/Components/PermittedValuesSelector/PermitedValuesSelector.js +27 -0
- package/src/View/Components/PermittedValuesSelector/index.d.ts +1 -0
- package/src/View/Components/PermittedValuesSelector/index.js +5 -0
- package/src/View/Components/Popups/AdaptableLoadingScreen.d.ts +8 -0
- package/src/View/Components/Popups/AdaptableLoadingScreen.js +18 -0
- package/src/View/Components/Popups/AdaptablePopup/AdaptablePopup.d.ts +17 -0
- package/src/View/Components/Popups/AdaptablePopup/AdaptablePopup.js +80 -0
- package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupBody.d.ts +15 -0
- package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupBody.js +38 -0
- package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupDialog.d.ts +12 -0
- package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupDialog.js +68 -0
- package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupModuleView.d.ts +11 -0
- package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupModuleView.js +137 -0
- package/src/View/Components/Popups/AdaptablePopup/CustomSettingsPanelView.d.ts +6 -0
- package/src/View/Components/Popups/AdaptablePopup/CustomSettingsPanelView.js +10 -0
- package/src/View/Components/Popups/AdaptablePopup/Navigation.d.ts +11 -0
- package/src/View/Components/Popups/AdaptablePopup/Navigation.js +58 -0
- package/src/View/Components/Popups/AdaptablePopup/PopupContext.d.ts +7 -0
- package/src/View/Components/Popups/AdaptablePopup/PopupContext.js +13 -0
- package/src/View/Components/Popups/AdaptablePopup/PopupPanel.d.ts +11 -0
- package/src/View/Components/Popups/AdaptablePopup/PopupPanel.js +24 -0
- package/src/View/Components/Popups/AdaptablePopup/TopBar.d.ts +7 -0
- package/src/View/Components/Popups/AdaptablePopup/TopBar.js +30 -0
- package/src/View/Components/Popups/AdaptablePopup/index.d.ts +1 -0
- package/src/View/Components/Popups/AdaptablePopup/index.js +5 -0
- package/src/View/Components/Popups/AdaptablePopup/useMenuItems.d.ts +2 -0
- package/src/View/Components/Popups/AdaptablePopup/useMenuItems.js +49 -0
- package/src/View/Components/Popups/AdaptablePopupAlert.d.ts +9 -0
- package/src/View/Components/Popups/AdaptablePopupAlert.js +81 -0
- package/src/View/Components/Popups/AdaptablePopupConfirmation.d.ts +19 -0
- package/src/View/Components/Popups/AdaptablePopupConfirmation.js +65 -0
- package/src/View/Components/Popups/AdaptablePopupPrompt.d.ts +11 -0
- package/src/View/Components/Popups/AdaptablePopupPrompt.js +49 -0
- package/src/View/Components/Popups/AdaptablePopupTeamSharing.d.ts +9 -0
- package/src/View/Components/Popups/AdaptablePopupTeamSharing.js +50 -0
- package/src/View/Components/Popups/AdaptableToaster.d.ts +7 -0
- package/src/View/Components/Popups/AdaptableToaster.js +45 -0
- package/src/View/Components/Popups/FormPopups/FormPopups.d.ts +10 -0
- package/src/View/Components/Popups/FormPopups/FormPopups.js +39 -0
- package/src/View/Components/Popups/Utilities.d.ts +19 -0
- package/src/View/Components/Popups/Utilities.js +35 -0
- package/src/View/Components/Popups/WindowPopups/WindowPopups.d.ts +9 -0
- package/src/View/Components/Popups/WindowPopups/WindowPopups.js +51 -0
- package/src/View/Components/Popups/WindowPopups/windowFactory.d.ts +7 -0
- package/src/View/Components/Popups/WindowPopups/windowFactory.js +17 -0
- package/src/View/Components/PredicateEditor/PredicateEditor.d.ts +11 -0
- package/src/View/Components/PredicateEditor/PredicateEditor.js +63 -0
- package/src/View/Components/PreviewResultsPanel.d.ts +16 -0
- package/src/View/Components/PreviewResultsPanel.js +88 -0
- package/src/View/Components/RangesComponent.d.ts +42 -0
- package/src/View/Components/RangesComponent.js +239 -0
- package/src/View/Components/ScopeComponent.d.ts +24 -0
- package/src/View/Components/ScopeComponent.js +138 -0
- package/src/View/Components/Selectors/ColumnSelector.d.ts +13 -0
- package/src/View/Components/Selectors/ColumnSelector.js +32 -0
- package/src/View/Components/Selectors/ColumnSelectorOld.d.ts +18 -0
- package/src/View/Components/Selectors/ColumnSelectorOld.js +51 -0
- package/src/View/Components/Selectors/ColumnValueSelector.d.ts +20 -0
- package/src/View/Components/Selectors/ColumnValueSelector.js +46 -0
- package/src/View/Components/Selectors/PermittedValuesSelector.d.ts +13 -0
- package/src/View/Components/Selectors/PermittedValuesSelector.js +51 -0
- package/src/View/Components/SharedProps/BaseProps.d.ts +8 -0
- package/src/View/Components/SharedProps/BaseProps.js +2 -0
- package/src/View/Components/SharedProps/ConfigEntityRowProps.d.ts +30 -0
- package/src/View/Components/SharedProps/ConfigEntityRowProps.js +2 -0
- package/src/View/Components/SharedProps/EditableConfigEntityState.d.ts +14 -0
- package/src/View/Components/SharedProps/EditableConfigEntityState.js +10 -0
- package/src/View/Components/SharedProps/ModuleSummaryProps.d.ts +9 -0
- package/src/View/Components/SharedProps/ModuleSummaryProps.js +2 -0
- package/src/View/Components/SharedProps/ModuleViewPopupProps.d.ts +25 -0
- package/src/View/Components/SharedProps/ModuleViewPopupProps.js +2 -0
- package/src/View/Components/SharedProps/ToolPanelModuleViewPopupProps.d.ts +13 -0
- package/src/View/Components/SharedProps/ToolPanelModuleViewPopupProps.js +2 -0
- package/src/View/Components/SharedProps/ToolbarModuleViewPopupProps.d.ts +14 -0
- package/src/View/Components/SharedProps/ToolbarModuleViewPopupProps.js +2 -0
- package/src/View/Components/SharedProps/ViewPanelProps.d.ts +9 -0
- package/src/View/Components/SharedProps/ViewPanelProps.js +2 -0
- package/src/View/Components/SharedProps/WizardScopeState.d.ts +4 -0
- package/src/View/Components/SharedProps/WizardScopeState.js +2 -0
- package/src/View/Components/StyleComponent.d.ts +39 -0
- package/src/View/Components/StyleComponent.js +234 -0
- package/src/View/Components/StyleVisualItem.d.ts +9 -0
- package/src/View/Components/StyleVisualItem.js +45 -0
- package/src/View/Components/TagValueSelector/index.d.ts +13 -0
- package/src/View/Components/TagValueSelector/index.js +25 -0
- package/src/View/Components/ToolPanel/AdaptableToolPanel.d.ts +37 -0
- package/src/View/Components/ToolPanel/AdaptableToolPanel.js +272 -0
- package/src/View/Components/ToolPanel/CustomToolPanelContent.d.ts +6 -0
- package/src/View/Components/ToolPanel/CustomToolPanelContent.js +78 -0
- package/src/View/Components/ToolPanel/ToolPanelPopup.d.ts +27 -0
- package/src/View/Components/ToolPanel/ToolPanelPopup.js +117 -0
- package/src/View/Components/ToolPanel/ToolPanelWrapper.d.ts +16 -0
- package/src/View/Components/ToolPanel/ToolPanelWrapper.js +70 -0
- package/src/View/Components/ValueSelector/index.d.ts +50 -0
- package/src/View/Components/ValueSelector/index.js +200 -0
- package/src/View/Components/WizardSummaryPage.d.ts +7 -0
- package/src/View/Components/WizardSummaryPage.js +24 -0
- package/src/View/Components/WizardSummaryRow.d.ts +9 -0
- package/src/View/Components/WizardSummaryRow.js +16 -0
- package/src/View/CustomSort/CustomSortSummary.d.ts +21 -0
- package/src/View/CustomSort/CustomSortSummary.js +110 -0
- package/src/View/CustomSort/Wizard/CustomSortColumnWizardSection.d.ts +9 -0
- package/src/View/CustomSort/Wizard/CustomSortColumnWizardSection.js +52 -0
- package/src/View/CustomSort/Wizard/CustomSortSummaryWizard.d.ts +15 -0
- package/src/View/CustomSort/Wizard/CustomSortSummaryWizard.js +36 -0
- package/src/View/CustomSort/Wizard/CustomSortValuesWizardSection.d.ts +8 -0
- package/src/View/CustomSort/Wizard/CustomSortValuesWizardSection.js +76 -0
- package/src/View/CustomSort/Wizard/CustomSortWizard.d.ts +7 -0
- package/src/View/CustomSort/Wizard/CustomSortWizard.js +82 -0
- package/src/View/Dashboard/CustomDashboardButton.d.ts +11 -0
- package/src/View/Dashboard/CustomDashboardButton.js +37 -0
- package/src/View/Dashboard/CustomToolbar.d.ts +9 -0
- package/src/View/Dashboard/CustomToolbar.js +115 -0
- package/src/View/Dashboard/Dashboard.d.ts +27 -0
- package/src/View/Dashboard/Dashboard.js +151 -0
- package/src/View/Dashboard/DashboardPopup.d.ts +32 -0
- package/src/View/Dashboard/DashboardPopup.js +117 -0
- package/src/View/Dashboard/DashboardToolbarFactory.d.ts +7 -0
- package/src/View/Dashboard/DashboardToolbarFactory.js +49 -0
- package/src/View/Dashboard/DashboardViewPanel.d.ts +17 -0
- package/src/View/Dashboard/DashboardViewPanel.js +39 -0
- package/src/View/Dashboard/ModuleToolbarWrapper.d.ts +9 -0
- package/src/View/Dashboard/ModuleToolbarWrapper.js +23 -0
- package/src/View/Dashboard/PinnedDashboard.d.ts +5 -0
- package/src/View/Dashboard/PinnedDashboard.js +24 -0
- package/src/View/Dashboard/PinnedToolbarsSelector.d.ts +5 -0
- package/src/View/Dashboard/PinnedToolbarsSelector.js +47 -0
- package/src/View/DataChangeHistory/DataChangeHistoryGrid.d.ts +17 -0
- package/src/View/DataChangeHistory/DataChangeHistoryGrid.js +311 -0
- package/src/View/DataChangeHistory/DataChangeHistoryPopup.d.ts +25 -0
- package/src/View/DataChangeHistory/DataChangeHistoryPopup.js +93 -0
- package/src/View/DataChangeHistory/DataChangeHistoryStatusBarContent.d.ts +2 -0
- package/src/View/DataChangeHistory/DataChangeHistoryStatusBarContent.js +10 -0
- package/src/View/DataChangeHistory/DataChangeHistoryViewPanel.d.ts +7 -0
- package/src/View/DataChangeHistory/DataChangeHistoryViewPanel.js +58 -0
- package/src/View/DataChangeHistory/buildActionColumnButton.d.ts +3 -0
- package/src/View/DataChangeHistory/buildActionColumnButton.js +82 -0
- package/src/View/DataImport/DataImportPopup.d.ts +6 -0
- package/src/View/DataImport/DataImportPopup.js +32 -0
- package/src/View/DataImport/DataImportWizard/DataImportWizard.d.ts +13 -0
- package/src/View/DataImport/DataImportWizard/DataImportWizard.js +285 -0
- package/src/View/DataImport/DataImportWizard/index.d.ts +1 -0
- package/src/View/DataImport/DataImportWizard/index.js +4 -0
- package/src/View/DataImport/DataImportWizard/sections/ColumnsSection.d.ts +8 -0
- package/src/View/DataImport/DataImportWizard/sections/ColumnsSection.js +119 -0
- package/src/View/DataImport/DataImportWizard/sections/DataPreview.d.ts +11 -0
- package/src/View/DataImport/DataImportWizard/sections/DataPreview.js +158 -0
- package/src/View/DataImport/DataImportWizard/sections/ImportSection.d.ts +9 -0
- package/src/View/DataImport/DataImportWizard/sections/ImportSection.js +24 -0
- package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadFileSection.d.ts +8 -0
- package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadFileSection.js +11 -0
- package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadSection.d.ts +13 -0
- package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadSection.js +23 -0
- package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadTextSection.d.ts +8 -0
- package/src/View/DataImport/DataImportWizard/sections/UploadSection/UploadTextSection.js +13 -0
- package/src/View/DataImport/DataImportWizard/sections/UploadSection/index.d.ts +1 -0
- package/src/View/DataImport/DataImportWizard/sections/UploadSection/index.js +4 -0
- package/src/View/DataImport/DataImportWizard/sections/ValidationSection.d.ts +12 -0
- package/src/View/DataImport/DataImportWizard/sections/ValidationSection.js +35 -0
- package/src/View/DataImport/systemFileHandlers.d.ts +3 -0
- package/src/View/DataImport/systemFileHandlers.js +44 -0
- package/src/View/DataSet/DataSetSelector.d.ts +7 -0
- package/src/View/DataSet/DataSetSelector.js +19 -0
- package/src/View/DataSet/DataSetStatusPanelPopover.d.ts +2 -0
- package/src/View/DataSet/DataSetStatusPanelPopover.js +20 -0
- package/src/View/DataSet/DataSetViewPanel.d.ts +19 -0
- package/src/View/DataSet/DataSetViewPanel.js +59 -0
- package/src/View/Export/ExportSelector.d.ts +4 -0
- package/src/View/Export/ExportSelector.js +77 -0
- package/src/View/Export/ExportTablePopup.d.ts +3 -0
- package/src/View/Export/ExportTablePopup.js +61 -0
- package/src/View/Export/ExportViewPanel.d.ts +29 -0
- package/src/View/Export/ExportViewPanel.js +151 -0
- package/src/View/Export/ReportExportDropdown.d.ts +2 -0
- package/src/View/Export/ReportExportDropdown.js +39 -0
- package/src/View/Export/Wizard/NewReportWizard.d.ts +6 -0
- package/src/View/Export/Wizard/NewReportWizard.js +82 -0
- package/src/View/Export/Wizard/ReportColumnTypeWizard.d.ts +19 -0
- package/src/View/Export/Wizard/ReportColumnTypeWizard.js +73 -0
- package/src/View/Export/Wizard/ReportColumnsWizardSection.d.ts +8 -0
- package/src/View/Export/Wizard/ReportColumnsWizardSection.js +73 -0
- package/src/View/Export/Wizard/ReportNameWizardSection.d.ts +9 -0
- package/src/View/Export/Wizard/ReportNameWizardSection.js +47 -0
- package/src/View/Export/Wizard/ReportRowTypeWizard.d.ts +19 -0
- package/src/View/Export/Wizard/ReportRowTypeWizard.js +73 -0
- package/src/View/Export/Wizard/ReportRowsWizardSection.d.ts +8 -0
- package/src/View/Export/Wizard/ReportRowsWizardSection.js +75 -0
- package/src/View/Export/Wizard/ReportScopeWizard.d.ts +17 -0
- package/src/View/Export/Wizard/ReportScopeWizard.js +52 -0
- package/src/View/Export/Wizard/ReportSettingsWizard.d.ts +21 -0
- package/src/View/Export/Wizard/ReportSettingsWizard.js +61 -0
- package/src/View/Export/Wizard/ReportSummaryWizard.d.ts +15 -0
- package/src/View/Export/Wizard/ReportSummaryWizard.js +44 -0
- package/src/View/Export/constants.d.ts +2 -0
- package/src/View/Export/constants.js +5 -0
- package/src/View/Filter/ActiveFiltersPanel.d.ts +2 -0
- package/src/View/Filter/ActiveFiltersPanel.js +15 -0
- package/src/View/Filter/FilterStatusBarSubPanelPopover.d.ts +2 -0
- package/src/View/Filter/FilterStatusBarSubPanelPopover.js +10 -0
- package/src/View/Filter/FilterSummary.d.ts +15 -0
- package/src/View/Filter/FilterSummary.js +53 -0
- package/src/View/Filter/FilterViewPanel.d.ts +22 -0
- package/src/View/Filter/FilterViewPanel.js +65 -0
- package/src/View/FlashingCell/FlashingCellStyle.d.ts +7 -0
- package/src/View/FlashingCell/FlashingCellStyle.js +21 -0
- package/src/View/FlashingCell/Wizard/FlashingCellRulesWizardSection.d.ts +7 -0
- package/src/View/FlashingCell/Wizard/FlashingCellRulesWizardSection.js +50 -0
- package/src/View/FlashingCell/Wizard/FlashingCellScopeWizardSection.d.ts +6 -0
- package/src/View/FlashingCell/Wizard/FlashingCellScopeWizardSection.js +27 -0
- package/src/View/FlashingCell/Wizard/FlashingCellSettingsWizardSection.d.ts +10 -0
- package/src/View/FlashingCell/Wizard/FlashingCellSettingsWizardSection.js +86 -0
- package/src/View/FlashingCell/Wizard/FlashingCellStyleWizardSection.d.ts +15 -0
- package/src/View/FlashingCell/Wizard/FlashingCellStyleWizardSection.js +52 -0
- package/src/View/FlashingCell/Wizard/FlashingCellWizard.d.ts +6 -0
- package/src/View/FlashingCell/Wizard/FlashingCellWizard.js +114 -0
- package/src/View/FlashingCell/Wizard/isValidFlashingCellRules.d.ts +3 -0
- package/src/View/FlashingCell/Wizard/isValidFlashingCellRules.js +23 -0
- package/src/View/FormatColumn/FormatColumnSummary.d.ts +20 -0
- package/src/View/FormatColumn/FormatColumnSummary.js +96 -0
- package/src/View/FormatColumn/MoveFormatColumn.d.ts +7 -0
- package/src/View/FormatColumn/MoveFormatColumn.js +27 -0
- package/src/View/FormatColumn/Wizard/FormatColumnFormatWizardSection.d.ts +16 -0
- package/src/View/FormatColumn/Wizard/FormatColumnFormatWizardSection.js +422 -0
- package/src/View/FormatColumn/Wizard/FormatColumnRuleWizardSection.d.ts +8 -0
- package/src/View/FormatColumn/Wizard/FormatColumnRuleWizardSection.js +28 -0
- package/src/View/FormatColumn/Wizard/FormatColumnScopeWizardSection.d.ts +8 -0
- package/src/View/FormatColumn/Wizard/FormatColumnScopeWizardSection.js +45 -0
- package/src/View/FormatColumn/Wizard/FormatColumnSettingsWizardSection.d.ts +8 -0
- package/src/View/FormatColumn/Wizard/FormatColumnSettingsWizardSection.js +62 -0
- package/src/View/FormatColumn/Wizard/FormatColumnStyleWizardSection.d.ts +11 -0
- package/src/View/FormatColumn/Wizard/FormatColumnStyleWizardSection.js +42 -0
- package/src/View/FormatColumn/Wizard/FormatColumnWizard.d.ts +6 -0
- package/src/View/FormatColumn/Wizard/FormatColumnWizard.js +166 -0
- package/src/View/FormatColumn/Wizard/constants.d.ts +1 -0
- package/src/View/FormatColumn/Wizard/constants.js +4 -0
- package/src/View/FreeTextColumn/FreeTextColumnSummary.d.ts +20 -0
- package/src/View/FreeTextColumn/FreeTextColumnSummary.js +93 -0
- package/src/View/FreeTextColumn/Wizard/FreeTextColumnSettingsWizardSection.d.ts +19 -0
- package/src/View/FreeTextColumn/Wizard/FreeTextColumnSettingsWizardSection.js +143 -0
- package/src/View/FreeTextColumn/Wizard/FreeTextColumnWizard.d.ts +6 -0
- package/src/View/FreeTextColumn/Wizard/FreeTextColumnWizard.js +69 -0
- package/src/View/GridFilter/GridFilterExpressionEditor.d.ts +5 -0
- package/src/View/GridFilter/GridFilterExpressionEditor.js +114 -0
- package/src/View/GridFilter/GridFilterPopup.d.ts +2 -0
- package/src/View/GridFilter/GridFilterPopup.js +47 -0
- package/src/View/GridFilter/GridFilterStatusbar.d.ts +2 -0
- package/src/View/GridFilter/GridFilterStatusbar.js +21 -0
- package/src/View/GridFilter/GridFilterViewPanel.d.ts +5 -0
- package/src/View/GridFilter/GridFilterViewPanel.js +68 -0
- package/src/View/GridFilter/GridFilterWindowPopup.d.ts +3 -0
- package/src/View/GridFilter/GridFilterWindowPopup.js +10 -0
- package/src/View/GridFilter/NamedQuerySelector.d.ts +16 -0
- package/src/View/GridFilter/NamedQuerySelector.js +56 -0
- package/src/View/GridFilter/useGridFilterExpressionEditor.d.ts +24 -0
- package/src/View/GridFilter/useGridFilterExpressionEditor.js +128 -0
- package/src/View/GridFilter/useGridFilterOptionsForExpressionEditor.d.ts +4 -0
- package/src/View/GridFilter/useGridFilterOptionsForExpressionEditor.js +31 -0
- package/src/View/GridInfo/GridInfoPopup/AdaptableObjectsSummary.d.ts +2 -0
- package/src/View/GridInfo/GridInfoPopup/AdaptableObjectsSummary.js +29 -0
- package/src/View/GridInfo/GridInfoPopup/AdaptableOptionsComponent.d.ts +7 -0
- package/src/View/GridInfo/GridInfoPopup/AdaptableOptionsComponent.js +103 -0
- package/src/View/GridInfo/GridInfoPopup/GridInfoPopup.d.ts +6 -0
- package/src/View/GridInfo/GridInfoPopup/GridInfoPopup.js +84 -0
- package/src/View/GridInfo/GridInfoPopup/index.d.ts +1 -0
- package/src/View/GridInfo/GridInfoPopup/index.js +4 -0
- package/src/View/KeyHint.d.ts +3 -0
- package/src/View/KeyHint.js +10 -0
- package/src/View/Layout/EditCurrentLayoutButton.d.ts +2 -0
- package/src/View/Layout/EditCurrentLayoutButton.js +15 -0
- package/src/View/Layout/LayoutCloneButton.d.ts +6 -0
- package/src/View/Layout/LayoutCloneButton.js +16 -0
- package/src/View/Layout/LayoutRadioSelector.d.ts +7 -0
- package/src/View/Layout/LayoutRadioSelector.js +19 -0
- package/src/View/Layout/LayoutStatusBarSubPanelPopover.d.ts +2 -0
- package/src/View/Layout/LayoutStatusBarSubPanelPopover.js +17 -0
- package/src/View/Layout/LayoutViewPanel.d.ts +19 -0
- package/src/View/Layout/LayoutViewPanel.js +71 -0
- package/src/View/Layout/PivotDetailsPopoup.d.ts +3 -0
- package/src/View/Layout/PivotDetailsPopoup.js +67 -0
- package/src/View/Layout/SaveLayoutButton.d.ts +2 -0
- package/src/View/Layout/SaveLayoutButton.js +31 -0
- package/src/View/Layout/Wizard/Components/ColumnLabels.d.ts +9 -0
- package/src/View/Layout/Wizard/Components/ColumnLabels.js +57 -0
- package/src/View/Layout/Wizard/LayoutWizard.d.ts +6 -0
- package/src/View/Layout/Wizard/LayoutWizard.js +157 -0
- package/src/View/Layout/Wizard/sections/AggregationsSection.d.ts +9 -0
- package/src/View/Layout/Wizard/sections/AggregationsSection.js +163 -0
- package/src/View/Layout/Wizard/sections/ColumnsSection.d.ts +8 -0
- package/src/View/Layout/Wizard/sections/ColumnsSection.js +231 -0
- package/src/View/Layout/Wizard/sections/FilterSection.d.ts +9 -0
- package/src/View/Layout/Wizard/sections/FilterSection.js +82 -0
- package/src/View/Layout/Wizard/sections/GridFilterSection.d.ts +9 -0
- package/src/View/Layout/Wizard/sections/GridFilterSection.js +44 -0
- package/src/View/Layout/Wizard/sections/PivotColumnsSection.d.ts +8 -0
- package/src/View/Layout/Wizard/sections/PivotColumnsSection.js +40 -0
- package/src/View/Layout/Wizard/sections/RowGroupingSection.d.ts +8 -0
- package/src/View/Layout/Wizard/sections/RowGroupingSection.js +46 -0
- package/src/View/Layout/Wizard/sections/SettingsSection.d.ts +8 -0
- package/src/View/Layout/Wizard/sections/SettingsSection.js +51 -0
- package/src/View/Layout/Wizard/sections/SortSection.d.ts +8 -0
- package/src/View/Layout/Wizard/sections/SortSection.js +66 -0
- package/src/View/Layout/Wizard/sections/Utilities.d.ts +2 -0
- package/src/View/Layout/Wizard/sections/Utilities.js +5 -0
- package/src/View/License/LicenseWatermark.d.ts +2 -0
- package/src/View/License/LicenseWatermark.js +66 -0
- package/src/View/License/index.d.ts +1 -0
- package/src/View/License/index.js +5 -0
- package/src/View/NamedQuery/EditCurrentQueryButton.d.ts +2 -0
- package/src/View/NamedQuery/EditCurrentQueryButton.js +16 -0
- package/src/View/NamedQuery/Wizard/NamedQueryExpressionWizardSection.d.ts +9 -0
- package/src/View/NamedQuery/Wizard/NamedQueryExpressionWizardSection.js +37 -0
- package/src/View/NamedQuery/Wizard/NamedQuerySettingsWizardSection.d.ts +9 -0
- package/src/View/NamedQuery/Wizard/NamedQuerySettingsWizardSection.js +45 -0
- package/src/View/NamedQuery/Wizard/NamedQueryWizard.d.ts +6 -0
- package/src/View/NamedQuery/Wizard/NamedQueryWizard.js +70 -0
- package/src/View/Notes/NotesListing.d.ts +2 -0
- package/src/View/Notes/NotesListing.js +88 -0
- package/src/View/Notes/NotesPopup.d.ts +2 -0
- package/src/View/Notes/NotesPopup.js +65 -0
- package/src/View/PlusMinus/PlusMinusSummary.d.ts +20 -0
- package/src/View/PlusMinus/PlusMinusSummary.js +101 -0
- package/src/View/PlusMinus/Wizard/PlusMinusRuleWizardSection.d.ts +9 -0
- package/src/View/PlusMinus/Wizard/PlusMinusRuleWizardSection.js +44 -0
- package/src/View/PlusMinus/Wizard/PlusMinusScopeWizardSection.d.ts +7 -0
- package/src/View/PlusMinus/Wizard/PlusMinusScopeWizardSection.js +23 -0
- package/src/View/PlusMinus/Wizard/PlusMinusSettingsWizardSection.d.ts +14 -0
- package/src/View/PlusMinus/Wizard/PlusMinusSettingsWizardSection.js +66 -0
- package/src/View/PlusMinus/Wizard/PlusMinusWizard.d.ts +6 -0
- package/src/View/PlusMinus/Wizard/PlusMinusWizard.js +89 -0
- package/src/View/QuickSearch/FloatingQuickSearch/FloatingQuickSearch.d.ts +2 -0
- package/src/View/QuickSearch/FloatingQuickSearch/FloatingQuickSearch.js +26 -0
- package/src/View/QuickSearch/QuickSearchInput.d.ts +7 -0
- package/src/View/QuickSearch/QuickSearchInput.js +23 -0
- package/src/View/QuickSearch/QuickSearchPopup.d.ts +12 -0
- package/src/View/QuickSearch/QuickSearchPopup.js +58 -0
- package/src/View/QuickSearch/QuickSearchStatusBarContent.d.ts +2 -0
- package/src/View/QuickSearch/QuickSearchStatusBarContent.js +17 -0
- package/src/View/QuickSearch/QuickSearchViewPanel.d.ts +5 -0
- package/src/View/QuickSearch/QuickSearchViewPanel.js +11 -0
- package/src/View/QuickSearch/useQuickSearchDebounced.d.ts +7 -0
- package/src/View/QuickSearch/useQuickSearchDebounced.js +21 -0
- package/src/View/Schedule/Wizard/ScheduleScheduleSummary.d.ts +2 -0
- package/src/View/Schedule/Wizard/ScheduleScheduleSummary.js +15 -0
- package/src/View/Schedule/Wizard/ScheduleScheduleWizard.d.ts +10 -0
- package/src/View/Schedule/Wizard/ScheduleScheduleWizard.js +112 -0
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsGlue42.d.ts +9 -0
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsGlue42.js +25 -0
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsIPushPull.d.ts +11 -0
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsIPushPull.js +47 -0
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsOpenFin.d.ts +9 -0
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsOpenFin.js +25 -0
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReminder.d.ts +8 -0
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReminder.js +55 -0
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReport.d.ts +11 -0
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReport.js +37 -0
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsSummary.d.ts +7 -0
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsSummary.js +97 -0
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsWizard.d.ts +7 -0
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsWizard.js +38 -0
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/index.d.ts +3 -0
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/index.js +9 -0
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/isSettingsValid.d.ts +2 -0
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/isSettingsValid.js +56 -0
- package/src/View/Schedule/Wizard/ScheduleWizard.d.ts +6 -0
- package/src/View/Schedule/Wizard/ScheduleWizard.js +123 -0
- package/src/View/Shortcut/Wizard/ShortcutScopeWizardSection.d.ts +7 -0
- package/src/View/Shortcut/Wizard/ShortcutScopeWizardSection.js +23 -0
- package/src/View/Shortcut/Wizard/ShortcutSettingsWizard.d.ts +10 -0
- package/src/View/Shortcut/Wizard/ShortcutSettingsWizard.js +84 -0
- package/src/View/Shortcut/Wizard/ShortcutWizard.d.ts +7 -0
- package/src/View/Shortcut/Wizard/ShortcutWizard.js +99 -0
- package/src/View/Shortcut/shortcutKeys.d.ts +1 -0
- package/src/View/Shortcut/shortcutKeys.js +30 -0
- package/src/View/Shortcut/shortcutOperations.d.ts +2 -0
- package/src/View/Shortcut/shortcutOperations.js +10 -0
- package/src/View/SmartEdit/SmartEditPopup.d.ts +26 -0
- package/src/View/SmartEdit/SmartEditPopup.js +113 -0
- package/src/View/SmartEdit/SmartEditViewPanel.d.ts +34 -0
- package/src/View/SmartEdit/SmartEditViewPanel.js +131 -0
- package/src/View/SpecialColumnSettingsWizardStep.d.ts +9 -0
- package/src/View/SpecialColumnSettingsWizardStep.js +65 -0
- package/src/View/StateManagement/StateManagementPopup.d.ts +6 -0
- package/src/View/StateManagement/StateManagementPopup.js +32 -0
- package/src/View/StateManagement/StateManagementViewPanel.d.ts +5 -0
- package/src/View/StateManagement/StateManagementViewPanel.js +22 -0
- package/src/View/StateManagement/components/ClearButton.d.ts +6 -0
- package/src/View/StateManagement/components/ClearButton.js +10 -0
- package/src/View/StateManagement/components/ExportDropdown.d.ts +8 -0
- package/src/View/StateManagement/components/ExportDropdown.js +40 -0
- package/src/View/StateManagement/components/LoadButton.d.ts +7 -0
- package/src/View/StateManagement/components/LoadButton.js +39 -0
- package/src/View/StateManagement/handleExportState.d.ts +1 -0
- package/src/View/StateManagement/handleExportState.js +22 -0
- package/src/View/StatusBar/AdaptableStatusBar.d.ts +3 -0
- package/src/View/StatusBar/AdaptableStatusBar.js +45 -0
- package/src/View/StatusBar/StatusBarPanel.d.ts +42 -0
- package/src/View/StatusBar/StatusBarPanel.js +47 -0
- package/src/View/StatusBar/StatusBarPopup.d.ts +3 -0
- package/src/View/StatusBar/StatusBarPopup.js +44 -0
- package/src/View/StyledColumn/Wizard/StyledColumnBadgeSection.d.ts +7 -0
- package/src/View/StyledColumn/Wizard/StyledColumnBadgeSection.js +116 -0
- package/src/View/StyledColumn/Wizard/StyledColumnSparklineSettingsSection.d.ts +6 -0
- package/src/View/StyledColumn/Wizard/StyledColumnSparklineSettingsSection.js +282 -0
- package/src/View/StyledColumn/Wizard/StyledColumnWizard.d.ts +7 -0
- package/src/View/StyledColumn/Wizard/StyledColumnWizard.js +146 -0
- package/src/View/StyledColumn/Wizard/StyledColumnWizardColumnSection.d.ts +9 -0
- package/src/View/StyledColumn/Wizard/StyledColumnWizardColumnSection.js +81 -0
- package/src/View/StyledColumn/Wizard/StyledColumnWizardSettingsSection.d.ts +8 -0
- package/src/View/StyledColumn/Wizard/StyledColumnWizardSettingsSection.js +38 -0
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarColumnComparisonPreview.d.ts +5 -0
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarColumnComparisonPreview.js +26 -0
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarRangesPreview.d.ts +5 -0
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarRangesPreview.js +23 -0
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarStylePreview.d.ts +8 -0
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/PercentBarStylePreview.js +25 -0
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/StyledColumnBadgePreview.d.ts +5 -0
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/Components/StyledColumnBadgePreview.js +29 -0
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/StyledColumnWizardStyleSection.d.ts +9 -0
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/StyledColumnWizardStyleSection.js +275 -0
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/index.d.ts +1 -0
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/index.js +4 -0
- package/src/View/StyledColumn/Wizard/StyledColumnWizardTypeSection.d.ts +7 -0
- package/src/View/StyledColumn/Wizard/StyledColumnWizardTypeSection.js +73 -0
- package/src/View/SystemStatus/SystemStatusEntityRow.d.ts +7 -0
- package/src/View/SystemStatus/SystemStatusEntityRow.js +29 -0
- package/src/View/SystemStatus/SystemStatusPopup.d.ts +18 -0
- package/src/View/SystemStatus/SystemStatusPopup.js +49 -0
- package/src/View/SystemStatus/SystemStatusStatusBarContent.d.ts +2 -0
- package/src/View/SystemStatus/SystemStatusStatusBarContent.js +16 -0
- package/src/View/SystemStatus/SystemStatusViewPanel.d.ts +12 -0
- package/src/View/SystemStatus/SystemStatusViewPanel.js +30 -0
- package/src/View/SystemStatus/Utilities/getStatusItemStyle.d.ts +5 -0
- package/src/View/SystemStatus/Utilities/getStatusItemStyle.js +17 -0
- package/src/View/TeamSharing/SharedEntityDependencies.d.ts +8 -0
- package/src/View/TeamSharing/SharedEntityDependencies.js +27 -0
- package/src/View/TeamSharing/SharedEntityObjectView.d.ts +12 -0
- package/src/View/TeamSharing/SharedEntityObjectView.js +84 -0
- package/src/View/TeamSharing/TeamSharingApplyButton.d.ts +6 -0
- package/src/View/TeamSharing/TeamSharingApplyButton.js +15 -0
- package/src/View/Theme/ThemeEditor.d.ts +8 -0
- package/src/View/Theme/ThemeEditor.js +173 -0
- package/src/View/Theme/ThemeEditorWindow.d.ts +2 -0
- package/src/View/Theme/ThemeEditorWindow.js +15 -0
- package/src/View/Theme/ThemeField.d.ts +11 -0
- package/src/View/Theme/ThemeField.js +40 -0
- package/src/View/Theme/ThemePopup.d.ts +17 -0
- package/src/View/Theme/ThemePopup.js +93 -0
- package/src/View/Theme/ThemeStatusPanelPopover.d.ts +2 -0
- package/src/View/Theme/ThemeStatusPanelPopover.js +25 -0
- package/src/View/Theme/ThemeViewPanel.d.ts +16 -0
- package/src/View/Theme/ThemeViewPanel.js +60 -0
- package/src/View/Theme/VariantSelector.d.ts +7 -0
- package/src/View/Theme/VariantSelector.js +25 -0
- package/src/View/UIHelper.d.ts +87 -0
- package/src/View/UIHelper.js +494 -0
- package/src/View/UIInterfaces.d.ts +5 -0
- package/src/View/UIInterfaces.js +3 -0
- package/src/View/Wizard/AdaptableWizard.d.ts +56 -0
- package/src/View/Wizard/AdaptableWizard.js +169 -0
- package/src/View/Wizard/Interface/IAdaptableWizard.d.ts +49 -0
- package/src/View/Wizard/Interface/IAdaptableWizard.js +2 -0
- package/src/View/Wizard/ObjectTagsWizardSection.d.ts +8 -0
- package/src/View/Wizard/ObjectTagsWizardSection.js +24 -0
- package/src/View/Wizard/OnePageAdaptableWizard.d.ts +45 -0
- package/src/View/Wizard/OnePageAdaptableWizard.js +103 -0
- package/src/View/Wizard/OnePageWizards.d.ts +39 -0
- package/src/View/Wizard/OnePageWizards.js +193 -0
- package/src/View/Wizard/TypeRadio.d.ts +7 -0
- package/src/View/Wizard/TypeRadio.js +12 -0
- package/src/View/Wizard/WizardLegend.d.ts +12 -0
- package/src/View/Wizard/WizardLegend.js +29 -0
- package/src/View/Wizard/useKeyboardNavigation.d.ts +2 -0
- package/src/View/Wizard/useKeyboardNavigation.js +36 -0
- package/src/View/renderWithAdaptableContext.d.ts +3 -0
- package/src/View/renderWithAdaptableContext.js +15 -0
- package/src/agGrid/ActionColumnRenderer.d.ts +16 -0
- package/src/agGrid/ActionColumnRenderer.js +123 -0
- package/src/agGrid/Adaptable.d.ts +470 -0
- package/src/agGrid/Adaptable.js +5346 -0
- package/src/agGrid/AdaptableLogger.d.ts +26 -0
- package/src/agGrid/AdaptableLogger.js +148 -0
- package/src/agGrid/BadgeRenderer.d.ts +4 -0
- package/src/agGrid/BadgeRenderer.js +124 -0
- package/src/agGrid/CheckboxRenderer.d.ts +16 -0
- package/src/agGrid/CheckboxRenderer.js +94 -0
- package/src/agGrid/ColumnSetupInfo.d.ts +8 -0
- package/src/agGrid/ColumnSetupInfo.js +2 -0
- package/src/agGrid/FilterWrapper.d.ts +2 -0
- package/src/agGrid/FilterWrapper.js +98 -0
- package/src/agGrid/FloatingFilterWrapper.d.ts +2 -0
- package/src/agGrid/FloatingFilterWrapper.js +82 -0
- package/src/agGrid/PercentBarRenderer.d.ts +4 -0
- package/src/agGrid/PercentBarRenderer.js +106 -0
- package/src/agGrid/agGridHelper.d.ts +56 -0
- package/src/agGrid/agGridHelper.js +679 -0
- package/src/agGrid/agGridMenuHelper.d.ts +44 -0
- package/src/agGrid/agGridMenuHelper.js +625 -0
- package/src/agGrid/attachAddaptableColumnTypes.d.ts +16 -0
- package/src/agGrid/attachAddaptableColumnTypes.js +23 -0
- package/src/agGrid/createAgStatusPanelComponent.d.ts +22 -0
- package/src/agGrid/createAgStatusPanelComponent.js +50 -0
- package/src/agGrid/editors/AdaptableDateEditor/InternalAdaptableDateEditor.d.ts +13 -0
- package/src/agGrid/editors/AdaptableDateEditor/InternalAdaptableDateEditor.js +66 -0
- package/src/agGrid/editors/AdaptableDateEditor/index.d.ts +45 -0
- package/src/agGrid/editors/AdaptableDateEditor/index.js +192 -0
- package/src/agGrid/editors/AdaptableNumberEditor/InternalAdaptableNumberEditor.d.ts +23 -0
- package/src/agGrid/editors/AdaptableNumberEditor/InternalAdaptableNumberEditor.js +74 -0
- package/src/agGrid/editors/AdaptableNumberEditor/index.d.ts +57 -0
- package/src/agGrid/editors/AdaptableNumberEditor/index.js +164 -0
- package/src/agGrid/index.d.ts +4 -0
- package/src/agGrid/index.js +12 -0
- package/src/agGrid/weightedAverage.d.ts +9 -0
- package/src/agGrid/weightedAverage.js +108 -0
- package/src/bundle-dependencies/bundles/react-toastify/components/CloseButton.d.ts +9 -0
- package/src/bundle-dependencies/bundles/react-toastify/components/Icons.d.ts +24 -0
- package/src/bundle-dependencies/bundles/react-toastify/components/ProgressBar.d.ts +59 -0
- package/src/bundle-dependencies/bundles/react-toastify/components/Toast.d.ts +3 -0
- package/src/bundle-dependencies/bundles/react-toastify/components/ToastContainer.d.ts +3 -0
- package/src/bundle-dependencies/bundles/react-toastify/components/Transitions.d.ts +6 -0
- package/src/bundle-dependencies/bundles/react-toastify/components/index.d.ts +6 -0
- package/src/bundle-dependencies/bundles/react-toastify/core/eventManager.d.ts +39 -0
- package/src/bundle-dependencies/bundles/react-toastify/core/index.d.ts +2 -0
- package/src/bundle-dependencies/bundles/react-toastify/core/toast.d.ts +41 -0
- package/src/bundle-dependencies/bundles/react-toastify/hooks/index.d.ts +2 -0
- package/src/bundle-dependencies/bundles/react-toastify/hooks/useToast.d.ts +10 -0
- package/src/bundle-dependencies/bundles/react-toastify/hooks/useToastContainer.d.ts +23 -0
- package/src/bundle-dependencies/bundles/react-toastify/index.d.ts +5 -0
- package/src/bundle-dependencies/bundles/react-toastify/index.js +1 -0
- package/src/bundle-dependencies/bundles/react-toastify/inject-style.d.ts +8 -0
- package/src/bundle-dependencies/bundles/react-toastify/types/index.d.ts +269 -0
- package/src/bundle-dependencies/bundles/react-toastify/utils/collapseToast.d.ts +5 -0
- package/src/bundle-dependencies/bundles/react-toastify/utils/constant.d.ts +23 -0
- package/src/bundle-dependencies/bundles/react-toastify/utils/cssTransition.d.ts +43 -0
- package/src/bundle-dependencies/bundles/react-toastify/utils/index.d.ts +5 -0
- package/src/bundle-dependencies/bundles/react-toastify/utils/mapper.d.ts +2 -0
- package/src/bundle-dependencies/bundles/react-toastify/utils/propValidator.d.ts +9 -0
- package/src/components/AdaptableFormComponent/AdaptableFormComponent.d.ts +27 -0
- package/src/components/AdaptableFormComponent/AdaptableFormComponent.js +165 -0
- package/src/components/AdaptableFormComponent/index.d.ts +1 -0
- package/src/components/AdaptableFormComponent/index.js +4 -0
- package/src/components/CheckBox/index.d.ts +24 -0
- package/src/components/CheckBox/index.js +67 -0
- package/src/components/CodeBlock/index.d.ts +4 -0
- package/src/components/CodeBlock/index.js +12 -0
- package/src/components/ColorPicker/ColorPicker.d.ts +11 -0
- package/src/components/ColorPicker/ColorPicker.js +47 -0
- package/src/components/ColorPicker/index.d.ts +1 -0
- package/src/components/ColorPicker/index.js +4 -0
- package/src/components/ContainerProps.d.ts +30 -0
- package/src/components/ContainerProps.js +2 -0
- package/src/components/Dashboard/Dashboard.d.ts +31 -0
- package/src/components/Dashboard/Dashboard.js +84 -0
- package/src/components/Dashboard/DashboardManager.d.ts +17 -0
- package/src/components/Dashboard/DashboardManager.js +24 -0
- package/src/components/Dashboard/DashboardTab.d.ts +6 -0
- package/src/components/Dashboard/DashboardTab.js +7 -0
- package/src/components/Dashboard/DashboardToolbar.d.ts +14 -0
- package/src/components/Dashboard/DashboardToolbar.js +18 -0
- package/src/components/Dashboard/index.d.ts +3 -0
- package/src/components/Dashboard/index.js +6 -0
- package/src/components/Datepicker/Caption.d.ts +7 -0
- package/src/components/Datepicker/Caption.js +47 -0
- package/src/components/Datepicker/CaptionLabel.d.ts +8 -0
- package/src/components/Datepicker/CaptionLabel.js +25 -0
- package/src/components/Datepicker/DatepickerContext.d.ts +11 -0
- package/src/components/Datepicker/DatepickerContext.js +13 -0
- package/src/components/Datepicker/index.d.ts +18 -0
- package/src/components/Datepicker/index.js +108 -0
- package/src/components/Dialog/index.d.ts +27 -0
- package/src/components/Dialog/index.js +125 -0
- package/src/components/Dialog/useIsOpen.d.ts +6 -0
- package/src/components/Dialog/useIsOpen.js +13 -0
- package/src/components/DragAndDropContext/DragAndDropContext.d.ts +7 -0
- package/src/components/DragAndDropContext/DragAndDropContext.js +14 -0
- package/src/components/DragAndDropContext/ModuleManager.d.ts +18 -0
- package/src/components/DragAndDropContext/ModuleManager.js +81 -0
- package/src/components/DragAndDropContext/TabList.d.ts +29 -0
- package/src/components/DragAndDropContext/TabList.js +51 -0
- package/src/components/DragAndDropContext/UnusedPanel.d.ts +7 -0
- package/src/components/DragAndDropContext/UnusedPanel.js +43 -0
- package/src/components/DragAndDropContext/types.d.ts +8 -0
- package/src/components/DragAndDropContext/types.js +2 -0
- package/src/components/Drawer/index.d.ts +6 -0
- package/src/components/Drawer/index.js +60 -0
- package/src/components/Dropdown/Arrows.d.ts +3 -0
- package/src/components/Dropdown/Arrows.js +21 -0
- package/src/components/Dropdown/index.d.ts +30 -0
- package/src/components/Dropdown/index.js +105 -0
- package/src/components/DropdownButton/DropdownButtonItem.d.ts +12 -0
- package/src/components/DropdownButton/DropdownButtonItem.js +2 -0
- package/src/components/DropdownButton/index.d.ts +46 -0
- package/src/components/DropdownButton/index.js +152 -0
- package/src/components/DropdownButton/renderItem.d.ts +14 -0
- package/src/components/DropdownButton/renderItem.js +15 -0
- package/src/components/DropdownButton/useExpanded.d.ts +24 -0
- package/src/components/DropdownButton/useExpanded.js +59 -0
- package/src/components/EllipsisContainer/index.d.ts +13 -0
- package/src/components/EllipsisContainer/index.js +108 -0
- package/src/components/EmptyContent/index.d.ts +5 -0
- package/src/components/EmptyContent/index.js +16 -0
- package/src/components/ErrorBox/index.d.ts +5 -0
- package/src/components/ErrorBox/index.js +12 -0
- package/src/components/ExpressionEditor/BaseEditorInput.d.ts +26 -0
- package/src/components/ExpressionEditor/BaseEditorInput.js +259 -0
- package/src/components/ExpressionEditor/EditorButton.d.ts +7 -0
- package/src/components/ExpressionEditor/EditorButton.js +43 -0
- package/src/components/ExpressionEditor/EditorContext.d.ts +12 -0
- package/src/components/ExpressionEditor/EditorContext.js +13 -0
- package/src/components/ExpressionEditor/EditorInput.d.ts +14 -0
- package/src/components/ExpressionEditor/EditorInput.js +50 -0
- package/src/components/ExpressionEditor/EditorInputWithWhereClause.d.ts +14 -0
- package/src/components/ExpressionEditor/EditorInputWithWhereClause.js +63 -0
- package/src/components/ExpressionEditor/ExpressionFunctionDocumentation.d.ts +7 -0
- package/src/components/ExpressionEditor/ExpressionFunctionDocumentation.js +26 -0
- package/src/components/ExpressionEditor/NamedQueryContext.d.ts +11 -0
- package/src/components/ExpressionEditor/NamedQueryContext.js +13 -0
- package/src/components/ExpressionEditor/QueryBuilder/QueryBuilder.d.ts +22 -0
- package/src/components/ExpressionEditor/QueryBuilder/QueryBuilder.js +118 -0
- package/src/components/ExpressionEditor/QueryBuilder/QueryBuilderInputs.d.ts +28 -0
- package/src/components/ExpressionEditor/QueryBuilder/QueryBuilderInputs.js +126 -0
- package/src/components/ExpressionEditor/QueryBuilder/QueryPredicateBuilder.d.ts +22 -0
- package/src/components/ExpressionEditor/QueryBuilder/QueryPredicateBuilder.js +177 -0
- package/src/components/ExpressionEditor/QueryBuilder/booleanExpressions.d.ts +2 -0
- package/src/components/ExpressionEditor/QueryBuilder/booleanExpressions.js +17 -0
- package/src/components/ExpressionEditor/QueryBuilder/index.d.ts +1 -0
- package/src/components/ExpressionEditor/QueryBuilder/index.js +4 -0
- package/src/components/ExpressionEditor/QueryBuilder/utils.d.ts +9 -0
- package/src/components/ExpressionEditor/QueryBuilder/utils.js +122 -0
- package/src/components/ExpressionEditor/editorButtonsAggregatedBoolean.d.ts +2 -0
- package/src/components/ExpressionEditor/editorButtonsAggregatedBoolean.js +65 -0
- package/src/components/ExpressionEditor/editorButtonsAggregatedScalar.d.ts +2 -0
- package/src/components/ExpressionEditor/editorButtonsAggregatedScalar.js +45 -0
- package/src/components/ExpressionEditor/editorButtonsCumulativeAggregatedScalar.d.ts +2 -0
- package/src/components/ExpressionEditor/editorButtonsCumulativeAggregatedScalar.js +50 -0
- package/src/components/ExpressionEditor/editorButtonsObservable.d.ts +2 -0
- package/src/components/ExpressionEditor/editorButtonsObservable.js +50 -0
- package/src/components/ExpressionEditor/editorButtonsQuantileAggregatedScalar.d.ts +2 -0
- package/src/components/ExpressionEditor/editorButtonsQuantileAggregatedScalar.js +25 -0
- package/src/components/ExpressionEditor/editorButtonsSearch.d.ts +2 -0
- package/src/components/ExpressionEditor/editorButtonsSearch.js +73 -0
- package/src/components/ExpressionEditor/index.d.ts +22 -0
- package/src/components/ExpressionEditor/index.js +292 -0
- package/src/components/FieldWrap/index.d.ts +10 -0
- package/src/components/FieldWrap/index.js +14 -0
- package/src/components/FileDroppable/FileDroppableState.d.ts +5 -0
- package/src/components/FileDroppable/FileDroppableState.js +2 -0
- package/src/components/FileDroppable/index.d.ts +22 -0
- package/src/components/FileDroppable/index.js +129 -0
- package/src/components/FileDroppable/reducer.d.ts +14 -0
- package/src/components/FileDroppable/reducer.js +26 -0
- package/src/components/FlexWithFooter.d.ts +8 -0
- package/src/components/FlexWithFooter.js +19 -0
- package/src/components/FormLayout/index.d.ts +31 -0
- package/src/components/FormLayout/index.js +83 -0
- package/src/components/HelpBlock/index.d.ts +5 -0
- package/src/components/HelpBlock/index.js +12 -0
- package/src/components/Icon/index.d.ts +11 -0
- package/src/components/Icon/index.js +73 -0
- package/src/components/IconSelector/IconSelector.d.ts +9 -0
- package/src/components/IconSelector/IconSelector.js +58 -0
- package/src/components/IconSelector/index.d.ts +1 -0
- package/src/components/IconSelector/index.js +4 -0
- package/src/components/InfiniteTable/index.d.ts +3 -0
- package/src/components/InfiniteTable/index.js +14 -0
- package/src/components/Input/NumberInput.d.ts +10 -0
- package/src/components/Input/NumberInput.js +46 -0
- package/src/components/Input/index.d.ts +12 -0
- package/src/components/Input/index.js +20 -0
- package/src/components/List/GridList/index.d.ts +9 -0
- package/src/components/List/GridList/index.js +27 -0
- package/src/components/List/ListGroup/index.d.ts +6 -0
- package/src/components/List/ListGroup/index.js +12 -0
- package/src/components/List/ListGroupItem/index.d.ts +12 -0
- package/src/components/List/ListGroupItem/index.js +19 -0
- package/src/components/Loader/Loader.d.ts +7 -0
- package/src/components/Loader/Loader.js +15 -0
- package/src/components/Loader/index.d.ts +2 -0
- package/src/components/Loader/index.js +7 -0
- package/src/components/Logo/index.d.ts +6 -0
- package/src/components/Logo/index.js +14 -0
- package/src/components/Modal/Backdrop.d.ts +19 -0
- package/src/components/Modal/Backdrop.js +52 -0
- package/src/components/Modal/index.d.ts +9 -0
- package/src/components/Modal/index.js +39 -0
- package/src/components/NotifyResize/index.d.ts +9 -0
- package/src/components/NotifyResize/index.js +37 -0
- package/src/components/OverlayTrigger/Overlay.d.ts +9 -0
- package/src/components/OverlayTrigger/Overlay.js +73 -0
- package/src/components/OverlayTrigger/index.d.ts +32 -0
- package/src/components/OverlayTrigger/index.js +215 -0
- package/src/components/OverlayTrigger/useAgGridClassName.d.ts +2 -0
- package/src/components/OverlayTrigger/useAgGridClassName.js +14 -0
- package/src/components/OverlayTrigger/utils.d.ts +4 -0
- package/src/components/OverlayTrigger/utils.js +44 -0
- package/src/components/Panel/index.d.ts +16 -0
- package/src/components/Panel/index.js +40 -0
- package/src/components/PopupWithFooter.d.ts +14 -0
- package/src/components/PopupWithFooter.js +16 -0
- package/src/components/ProgressIndicator/ProgressIndicator.d.ts +2 -0
- package/src/components/ProgressIndicator/ProgressIndicator.js +53 -0
- package/src/components/Radio/index.d.ts +28 -0
- package/src/components/Radio/index.js +68 -0
- package/src/components/ResizeObserver/getResizeObserverObject.d.ts +1 -0
- package/src/components/ResizeObserver/getResizeObserverObject.js +8 -0
- package/src/components/ResizeObserver/index.d.ts +37 -0
- package/src/components/ResizeObserver/index.js +107 -0
- package/src/components/Select/Select.d.ts +30 -0
- package/src/components/Select/Select.js +133 -0
- package/src/components/Select/index.d.ts +1 -0
- package/src/components/Select/index.js +4 -0
- package/src/components/SelectList.d.ts +10 -0
- package/src/components/SelectList.js +10 -0
- package/src/components/SelectableList/index.d.ts +14 -0
- package/src/components/SelectableList/index.js +99 -0
- package/src/components/SimpleButton/index.d.ts +20 -0
- package/src/components/SimpleButton/index.js +90 -0
- package/src/components/SizedContainer/index.d.ts +14 -0
- package/src/components/SizedContainer/index.js +25 -0
- package/src/components/StylePreview.d.ts +8 -0
- package/src/components/StylePreview.js +13 -0
- package/src/components/Table/index.d.ts +3 -0
- package/src/components/Table/index.js +9 -0
- package/src/components/Tabs/index.d.ts +47 -0
- package/src/components/Tabs/index.js +135 -0
- package/src/components/Tag/Tag.d.ts +3 -0
- package/src/components/Tag/Tag.js +11 -0
- package/src/components/Tag/index.d.ts +1 -0
- package/src/components/Tag/index.js +5 -0
- package/src/components/Textarea/index.d.ts +17 -0
- package/src/components/Textarea/index.js +20 -0
- package/src/components/Toastify/index.d.ts +3 -0
- package/src/components/Toastify/index.js +10 -0
- package/src/components/Toggle/Toggle.d.ts +8 -0
- package/src/components/Toggle/Toggle.js +15 -0
- package/src/components/Toggle/ToggleGroup.d.ts +2 -0
- package/src/components/Toggle/ToggleGroup.js +10 -0
- package/src/components/Toggle/index.d.ts +2 -0
- package/src/components/Toggle/index.js +5 -0
- package/src/components/ToggleButton/index.d.ts +11 -0
- package/src/components/ToggleButton/index.js +22 -0
- package/src/components/Tooltip/index.d.ts +6 -0
- package/src/components/Tooltip/index.js +9 -0
- package/src/components/WarningBox/index.d.ts +4 -0
- package/src/components/WarningBox/index.js +12 -0
- package/src/components/WindowModal/WindowModal.d.ts +27 -0
- package/src/components/WindowModal/WindowModal.js +114 -0
- package/src/components/WindowModal/index.d.ts +1 -0
- package/src/components/WindowModal/index.js +4 -0
- package/src/components/WindowModal/useStacking.d.ts +9 -0
- package/src/components/WindowModal/useStacking.js +46 -0
- package/src/components/WizardPanel/index.d.ts +4 -0
- package/src/components/WizardPanel/index.js +10 -0
- package/src/components/icons/DefaultIcon.d.ts +13 -0
- package/src/components/icons/DefaultIcon.js +15 -0
- package/src/components/icons/add-row.d.ts +3 -0
- package/src/components/icons/add-row.js +7 -0
- package/src/components/icons/alert.d.ts +3 -0
- package/src/components/icons/alert.js +7 -0
- package/src/components/icons/align-center.d.ts +3 -0
- package/src/components/icons/align-center.js +7 -0
- package/src/components/icons/align-justify.d.ts +3 -0
- package/src/components/icons/align-justify.js +7 -0
- package/src/components/icons/align-left.d.ts +3 -0
- package/src/components/icons/align-left.js +7 -0
- package/src/components/icons/align-right.d.ts +3 -0
- package/src/components/icons/align-right.js +7 -0
- package/src/components/icons/analysis.d.ts +3 -0
- package/src/components/icons/analysis.js +8 -0
- package/src/components/icons/application.d.ts +3 -0
- package/src/components/icons/application.js +7 -0
- package/src/components/icons/arrow-down-long.d.ts +3 -0
- package/src/components/icons/arrow-down-long.js +7 -0
- package/src/components/icons/arrow-down.d.ts +3 -0
- package/src/components/icons/arrow-down.js +7 -0
- package/src/components/icons/arrow-expand.d.ts +3 -0
- package/src/components/icons/arrow-expand.js +7 -0
- package/src/components/icons/arrow-left.d.ts +3 -0
- package/src/components/icons/arrow-left.js +8 -0
- package/src/components/icons/arrow-right.d.ts +3 -0
- package/src/components/icons/arrow-right.js +7 -0
- package/src/components/icons/arrow-up-long.d.ts +3 -0
- package/src/components/icons/arrow-up-long.js +7 -0
- package/src/components/icons/arrow-up.d.ts +3 -0
- package/src/components/icons/arrow-up.js +7 -0
- package/src/components/icons/attach-file.d.ts +3 -0
- package/src/components/icons/attach-file.js +8 -0
- package/src/components/icons/badge.d.ts +3 -0
- package/src/components/icons/badge.js +7 -0
- package/src/components/icons/blanks.d.ts +3 -0
- package/src/components/icons/blanks.js +7 -0
- package/src/components/icons/bold.d.ts +3 -0
- package/src/components/icons/bold.js +7 -0
- package/src/components/icons/boolean-list.d.ts +3 -0
- package/src/components/icons/boolean-list.js +7 -0
- package/src/components/icons/brush.d.ts +3 -0
- package/src/components/icons/brush.js +7 -0
- package/src/components/icons/build.d.ts +3 -0
- package/src/components/icons/build.js +8 -0
- package/src/components/icons/bulk-update.d.ts +3 -0
- package/src/components/icons/bulk-update.js +11 -0
- package/src/components/icons/calculated-column.d.ts +3 -0
- package/src/components/icons/calculated-column.js +8 -0
- package/src/components/icons/calendar.d.ts +3 -0
- package/src/components/icons/calendar.js +7 -0
- package/src/components/icons/call.d.ts +3 -0
- package/src/components/icons/call.js +7 -0
- package/src/components/icons/campaign.d.ts +3 -0
- package/src/components/icons/campaign.js +7 -0
- package/src/components/icons/case-lower.d.ts +3 -0
- package/src/components/icons/case-lower.js +7 -0
- package/src/components/icons/case-sentence.d.ts +3 -0
- package/src/components/icons/case-sentence.js +8 -0
- package/src/components/icons/case-upper.d.ts +3 -0
- package/src/components/icons/case-upper.js +7 -0
- package/src/components/icons/cell-summary.d.ts +3 -0
- package/src/components/icons/cell-summary.js +7 -0
- package/src/components/icons/cell-validation.d.ts +3 -0
- package/src/components/icons/cell-validation.js +7 -0
- package/src/components/icons/chart.d.ts +3 -0
- package/src/components/icons/chart.js +7 -0
- package/src/components/icons/chat.d.ts +3 -0
- package/src/components/icons/chat.js +8 -0
- package/src/components/icons/check-box-outline.d.ts +3 -0
- package/src/components/icons/check-box-outline.js +7 -0
- package/src/components/icons/check-box.d.ts +3 -0
- package/src/components/icons/check-box.js +7 -0
- package/src/components/icons/check-circle.d.ts +3 -0
- package/src/components/icons/check-circle.js +7 -0
- package/src/components/icons/check.d.ts +3 -0
- package/src/components/icons/check.js +7 -0
- package/src/components/icons/clone.d.ts +3 -0
- package/src/components/icons/clone.js +7 -0
- package/src/components/icons/close.d.ts +3 -0
- package/src/components/icons/close.js +7 -0
- package/src/components/icons/cloud-upload.d.ts +3 -0
- package/src/components/icons/cloud-upload.js +7 -0
- package/src/components/icons/collapse.d.ts +3 -0
- package/src/components/icons/collapse.js +7 -0
- package/src/components/icons/column-add.d.ts +3 -0
- package/src/components/icons/column-add.js +10 -0
- package/src/components/icons/column-chooser.d.ts +3 -0
- package/src/components/icons/column-chooser.js +7 -0
- package/src/components/icons/column-filter.d.ts +3 -0
- package/src/components/icons/column-filter.js +7 -0
- package/src/components/icons/column-info.d.ts +3 -0
- package/src/components/icons/column-info.js +7 -0
- package/src/components/icons/comment.d.ts +3 -0
- package/src/components/icons/comment.js +7 -0
- package/src/components/icons/contact.d.ts +3 -0
- package/src/components/icons/contact.js +8 -0
- package/src/components/icons/contains.d.ts +3 -0
- package/src/components/icons/contains.js +7 -0
- package/src/components/icons/custom-sort.d.ts +3 -0
- package/src/components/icons/custom-sort.js +7 -0
- package/src/components/icons/dashboard.d.ts +3 -0
- package/src/components/icons/dashboard.js +7 -0
- package/src/components/icons/data-set.d.ts +3 -0
- package/src/components/icons/data-set.js +7 -0
- package/src/components/icons/date-range.d.ts +3 -0
- package/src/components/icons/date-range.js +8 -0
- package/src/components/icons/delete.d.ts +3 -0
- package/src/components/icons/delete.js +7 -0
- package/src/components/icons/division.d.ts +3 -0
- package/src/components/icons/division.js +7 -0
- package/src/components/icons/dock.d.ts +3 -0
- package/src/components/icons/dock.js +7 -0
- package/src/components/icons/dollar.d.ts +3 -0
- package/src/components/icons/dollar.js +7 -0
- package/src/components/icons/drag.d.ts +3 -0
- package/src/components/icons/drag.js +7 -0
- package/src/components/icons/edit.d.ts +3 -0
- package/src/components/icons/edit.js +7 -0
- package/src/components/icons/ends-with.d.ts +3 -0
- package/src/components/icons/ends-with.js +7 -0
- package/src/components/icons/equal.d.ts +3 -0
- package/src/components/icons/equal.js +7 -0
- package/src/components/icons/equation.d.ts +3 -0
- package/src/components/icons/equation.js +7 -0
- package/src/components/icons/error.d.ts +3 -0
- package/src/components/icons/error.js +7 -0
- package/src/components/icons/expand.d.ts +3 -0
- package/src/components/icons/expand.js +7 -0
- package/src/components/icons/exponent.d.ts +3 -0
- package/src/components/icons/exponent.js +7 -0
- package/src/components/icons/export.d.ts +3 -0
- package/src/components/icons/export.js +7 -0
- package/src/components/icons/fast-backward.d.ts +3 -0
- package/src/components/icons/fast-backward.js +7 -0
- package/src/components/icons/fast-forward.d.ts +3 -0
- package/src/components/icons/fast-forward.js +7 -0
- package/src/components/icons/fdc3.d.ts +3 -0
- package/src/components/icons/fdc3.js +9 -0
- package/src/components/icons/filter.d.ts +3 -0
- package/src/components/icons/filter.js +7 -0
- package/src/components/icons/flashing-cell.d.ts +3 -0
- package/src/components/icons/flashing-cell.js +7 -0
- package/src/components/icons/folder-open.d.ts +3 -0
- package/src/components/icons/folder-open.js +7 -0
- package/src/components/icons/folder-shared.d.ts +3 -0
- package/src/components/icons/folder-shared.js +7 -0
- package/src/components/icons/folder.d.ts +3 -0
- package/src/components/icons/folder.js +7 -0
- package/src/components/icons/format-column.d.ts +3 -0
- package/src/components/icons/format-column.js +7 -0
- package/src/components/icons/freetext-column.d.ts +3 -0
- package/src/components/icons/freetext-column.js +11 -0
- package/src/components/icons/function.d.ts +3 -0
- package/src/components/icons/function.js +7 -0
- package/src/components/icons/gradient-column.d.ts +3 -0
- package/src/components/icons/gradient-column.js +7 -0
- package/src/components/icons/gradient.d.ts +3 -0
- package/src/components/icons/gradient.js +7 -0
- package/src/components/icons/greater-than-or-equal.d.ts +3 -0
- package/src/components/icons/greater-than-or-equal.js +7 -0
- package/src/components/icons/greater-than.d.ts +3 -0
- package/src/components/icons/greater-than.js +7 -0
- package/src/components/icons/grid-filter.d.ts +3 -0
- package/src/components/icons/grid-filter.js +7 -0
- package/src/components/icons/hide-column.d.ts +3 -0
- package/src/components/icons/hide-column.js +8 -0
- package/src/components/icons/history.d.ts +3 -0
- package/src/components/icons/history.js +7 -0
- package/src/components/icons/home.d.ts +3 -0
- package/src/components/icons/home.js +7 -0
- package/src/components/icons/import-export.d.ts +3 -0
- package/src/components/icons/import-export.js +7 -0
- package/src/components/icons/import.d.ts +3 -0
- package/src/components/icons/import.js +7 -0
- package/src/components/icons/index.d.ts +14 -0
- package/src/components/icons/index.js +338 -0
- package/src/components/icons/info.d.ts +3 -0
- package/src/components/icons/info.js +7 -0
- package/src/components/icons/instrument.d.ts +3 -0
- package/src/components/icons/instrument.js +8 -0
- package/src/components/icons/interactions.d.ts +3 -0
- package/src/components/icons/interactions.js +8 -0
- package/src/components/icons/invalid.d.ts +3 -0
- package/src/components/icons/invalid.js +8 -0
- package/src/components/icons/ipushpull.d.ts +3 -0
- package/src/components/icons/ipushpull.js +8 -0
- package/src/components/icons/italic.d.ts +3 -0
- package/src/components/icons/italic.js +7 -0
- package/src/components/icons/justify.d.ts +3 -0
- package/src/components/icons/justify.js +7 -0
- package/src/components/icons/layout.d.ts +4 -0
- package/src/components/icons/layout.js +7 -0
- package/src/components/icons/less-than-or-equal.d.ts +3 -0
- package/src/components/icons/less-than-or-equal.js +7 -0
- package/src/components/icons/less-than.d.ts +3 -0
- package/src/components/icons/less-than.js +7 -0
- package/src/components/icons/list.d.ts +3 -0
- package/src/components/icons/list.js +7 -0
- package/src/components/icons/login.d.ts +3 -0
- package/src/components/icons/login.js +7 -0
- package/src/components/icons/logout copy.d.ts +3 -0
- package/src/components/icons/logout copy.js +8 -0
- package/src/components/icons/logout.d.ts +3 -0
- package/src/components/icons/logout.js +8 -0
- package/src/components/icons/mail.d.ts +3 -0
- package/src/components/icons/mail.js +7 -0
- package/src/components/icons/menu.d.ts +3 -0
- package/src/components/icons/menu.js +7 -0
- package/src/components/icons/minus.d.ts +3 -0
- package/src/components/icons/minus.js +7 -0
- package/src/components/icons/money.d.ts +3 -0
- package/src/components/icons/money.js +8 -0
- package/src/components/icons/multiplication.d.ts +3 -0
- package/src/components/icons/multiplication.js +7 -0
- package/src/components/icons/newpage.d.ts +3 -0
- package/src/components/icons/newpage.js +8 -0
- package/src/components/icons/news.d.ts +3 -0
- package/src/components/icons/news.js +8 -0
- package/src/components/icons/non-blanks.d.ts +3 -0
- package/src/components/icons/non-blanks.js +7 -0
- package/src/components/icons/not-contains.d.ts +3 -0
- package/src/components/icons/not-contains.js +7 -0
- package/src/components/icons/not-equal.d.ts +3 -0
- package/src/components/icons/not-equal.js +7 -0
- package/src/components/icons/note.d.ts +3 -0
- package/src/components/icons/note.js +7 -0
- package/src/components/icons/open-in-new.d.ts +3 -0
- package/src/components/icons/open-in-new.js +7 -0
- package/src/components/icons/order.d.ts +3 -0
- package/src/components/icons/order.js +7 -0
- package/src/components/icons/organisation.d.ts +3 -0
- package/src/components/icons/organisation.js +8 -0
- package/src/components/icons/overline.d.ts +3 -0
- package/src/components/icons/overline.js +7 -0
- package/src/components/icons/pause.d.ts +3 -0
- package/src/components/icons/pause.js +7 -0
- package/src/components/icons/percent-bar.d.ts +3 -0
- package/src/components/icons/percent-bar.js +12 -0
- package/src/components/icons/percent.d.ts +3 -0
- package/src/components/icons/percent.js +7 -0
- package/src/components/icons/person.d.ts +3 -0
- package/src/components/icons/person.js +7 -0
- package/src/components/icons/pie-chart.d.ts +3 -0
- package/src/components/icons/pie-chart.js +7 -0
- package/src/components/icons/play.d.ts +3 -0
- package/src/components/icons/play.js +8 -0
- package/src/components/icons/plus-minus.d.ts +3 -0
- package/src/components/icons/plus-minus.js +7 -0
- package/src/components/icons/plus.d.ts +3 -0
- package/src/components/icons/plus.js +7 -0
- package/src/components/icons/query.d.ts +3 -0
- package/src/components/icons/query.js +7 -0
- package/src/components/icons/quick-search.d.ts +3 -0
- package/src/components/icons/quick-search.js +7 -0
- package/src/components/icons/quote.d.ts +3 -0
- package/src/components/icons/quote.js +8 -0
- package/src/components/icons/refresh.d.ts +3 -0
- package/src/components/icons/refresh.js +7 -0
- package/src/components/icons/regex.d.ts +3 -0
- package/src/components/icons/regex.js +7 -0
- package/src/components/icons/reminder.d.ts +3 -0
- package/src/components/icons/reminder.js +7 -0
- package/src/components/icons/resume.d.ts +3 -0
- package/src/components/icons/resume.js +7 -0
- package/src/components/icons/save.d.ts +3 -0
- package/src/components/icons/save.js +7 -0
- package/src/components/icons/schedule.d.ts +3 -0
- package/src/components/icons/schedule.js +10 -0
- package/src/components/icons/science.d.ts +3 -0
- package/src/components/icons/science.js +7 -0
- package/src/components/icons/settings.d.ts +3 -0
- package/src/components/icons/settings.js +7 -0
- package/src/components/icons/shortcut.d.ts +3 -0
- package/src/components/icons/shortcut.js +7 -0
- package/src/components/icons/show-column.d.ts +3 -0
- package/src/components/icons/show-column.js +8 -0
- package/src/components/icons/smart-edit.d.ts +3 -0
- package/src/components/icons/smart-edit.js +7 -0
- package/src/components/icons/sort-asc.d.ts +3 -0
- package/src/components/icons/sort-asc.js +10 -0
- package/src/components/icons/sort-desc.d.ts +3 -0
- package/src/components/icons/sort-desc.js +10 -0
- package/src/components/icons/spark-line.d.ts +3 -0
- package/src/components/icons/spark-line.js +7 -0
- package/src/components/icons/starts-with.d.ts +3 -0
- package/src/components/icons/starts-with.js +7 -0
- package/src/components/icons/state-management.d.ts +3 -0
- package/src/components/icons/state-management.js +7 -0
- package/src/components/icons/statusbar.d.ts +3 -0
- package/src/components/icons/statusbar.js +8 -0
- package/src/components/icons/stop.d.ts +3 -0
- package/src/components/icons/stop.js +7 -0
- package/src/components/icons/strikethrough.d.ts +3 -0
- package/src/components/icons/strikethrough.js +7 -0
- package/src/components/icons/system-status.d.ts +3 -0
- package/src/components/icons/system-status.js +7 -0
- package/src/components/icons/tab-unselected.d.ts +3 -0
- package/src/components/icons/tab-unselected.js +7 -0
- package/src/components/icons/table-arrow-right.d.ts +3 -0
- package/src/components/icons/table-arrow-right.js +7 -0
- package/src/components/icons/team-share.d.ts +3 -0
- package/src/components/icons/team-share.js +7 -0
- package/src/components/icons/theme.d.ts +3 -0
- package/src/components/icons/theme.js +8 -0
- package/src/components/icons/tool-panel.d.ts +3 -0
- package/src/components/icons/tool-panel.js +7 -0
- package/src/components/icons/track-changes.d.ts +3 -0
- package/src/components/icons/track-changes.js +8 -0
- package/src/components/icons/triangle-down.d.ts +3 -0
- package/src/components/icons/triangle-down.js +7 -0
- package/src/components/icons/triangle-up.d.ts +3 -0
- package/src/components/icons/triangle-up.js +7 -0
- package/src/components/icons/unchecked.d.ts +3 -0
- package/src/components/icons/unchecked.js +7 -0
- package/src/components/icons/underline.d.ts +3 -0
- package/src/components/icons/underline.js +7 -0
- package/src/components/icons/undo.d.ts +3 -0
- package/src/components/icons/undo.js +7 -0
- package/src/components/icons/updated-row.d.ts +3 -0
- package/src/components/icons/updated-row.js +7 -0
- package/src/components/icons/upload.d.ts +3 -0
- package/src/components/icons/upload.js +8 -0
- package/src/components/icons/user-filter.d.ts +3 -0
- package/src/components/icons/user-filter.js +7 -0
- package/src/components/icons/visibility-off.d.ts +3 -0
- package/src/components/icons/visibility-off.js +7 -0
- package/src/components/icons/visibility.d.ts +3 -0
- package/src/components/icons/visibility.js +8 -0
- package/src/components/icons/warning.d.ts +3 -0
- package/src/components/icons/warning.js +7 -0
- package/src/components/utils/batchUpdate.d.ts +9 -0
- package/src/components/utils/batchUpdate.js +27 -0
- package/src/components/utils/captureTabNavigation/getFocusableChildren.d.ts +2 -0
- package/src/components/utils/captureTabNavigation/getFocusableChildren.js +16 -0
- package/src/components/utils/captureTabNavigation/index.d.ts +2 -0
- package/src/components/utils/captureTabNavigation/index.js +29 -0
- package/src/components/utils/contains.d.ts +1 -0
- package/src/components/utils/contains.js +14 -0
- package/src/components/utils/getAvailableSizeInfo.d.ts +21 -0
- package/src/components/utils/getAvailableSizeInfo.js +37 -0
- package/src/components/utils/join.d.ts +2 -0
- package/src/components/utils/join.js +4 -0
- package/src/components/utils/selectParent/index.d.ts +2 -0
- package/src/components/utils/selectParent/index.js +15 -0
- package/src/components/utils/selectParent/matches.d.ts +2 -0
- package/src/components/utils/selectParent/matches.js +9 -0
- package/src/components/utils/useAutoFocus.d.ts +12 -0
- package/src/components/utils/useAutoFocus.js +19 -0
- package/src/components/utils/useContainerScrollObserver/index.d.ts +6 -0
- package/src/components/utils/useContainerScrollObserver/index.js +81 -0
- package/src/components/utils/useDraggable.d.ts +11 -0
- package/src/components/utils/useDraggable.js +97 -0
- package/src/components/utils/useGlobalEvent.d.ts +1 -0
- package/src/components/utils/useGlobalEvent.js +12 -0
- package/src/components/utils/useLatest.d.ts +1 -0
- package/src/components/utils/useLatest.js +10 -0
- package/src/components/utils/usePrevious.d.ts +2 -0
- package/src/components/utils/usePrevious.js +11 -0
- package/src/components/utils/usePropState.d.ts +2 -0
- package/src/components/utils/usePropState.js +11 -0
- package/src/components/utils/useProperty.d.ts +22 -0
- package/src/components/utils/useProperty.js +49 -0
- package/src/components/utils/useRerender.d.ts +1 -0
- package/src/components/utils/useRerender.js +11 -0
- package/src/components/utils/useSelectionRange.d.ts +5 -0
- package/src/components/utils/useSelectionRange.js +24 -0
- package/src/components/utils/useTheme.d.ts +32 -0
- package/src/components/utils/useTheme.js +5 -0
- package/src/components/utils/uuid.d.ts +2 -0
- package/src/components/utils/uuid.js +6 -0
- package/src/env.d.ts +4 -0
- package/src/env.js +5 -0
- package/src/metamodel/adaptable-metamodel-model.d.ts +19 -0
- package/src/metamodel/adaptable-metamodel-model.js +2 -0
- package/src/metamodel/adaptable.metamodel.d.ts +5543 -0
- package/src/metamodel/adaptable.metamodel.js +9438 -0
- package/src/parser/src/ExpressionEvaluationError.d.ts +4 -0
- package/src/parser/src/ExpressionEvaluationError.js +11 -0
- package/src/parser/src/evaluator.d.ts +2 -0
- package/src/parser/src/evaluator.js +28 -0
- package/src/parser/src/index.d.ts +9 -0
- package/src/parser/src/index.js +38 -0
- package/src/parser/src/parser.js +795 -0
- package/src/parser/src/predicate/index.d.ts +2 -0
- package/src/parser/src/predicate/index.js +5 -0
- package/src/parser/src/predicate/mapExpressionToQlPredicate.d.ts +2 -0
- package/src/parser/src/predicate/mapExpressionToQlPredicate.js +92 -0
- package/src/parser/src/predicate/mapQlPredicateToExpression.d.ts +3 -0
- package/src/parser/src/predicate/mapQlPredicateToExpression.js +117 -0
- package/src/parser/src/predicate/types.d.ts +10 -0
- package/src/parser/src/predicate/types.js +5 -0
- package/src/parser/src/tokenizer.d.ts +2 -0
- package/src/parser/src/tokenizer.js +32 -0
- package/src/parser/src/types.d.ts +126 -0
- package/src/parser/src/types.js +8 -0
- package/src/parser/src/utils.d.ts +4 -0
- package/src/parser/src/utils.js +37 -0
- package/src/renderReactRoot.d.ts +3 -0
- package/src/renderReactRoot.js +13 -0
- package/src/theme.d.ts +32 -0
- package/src/theme.js +51 -0
- package/src/themes/index.d.ts +2 -0
- package/src/themes/index.js +14 -0
- package/src/types.d.ts +206 -0
- package/src/types.js +7 -0
- package/themes/dark.css +22 -0
- package/themes/dark.css.map +1 -0
- package/themes/light.css +5 -0
- package/themes/light.css.map +1 -0
- package/tsconfig.cjs.tsbuildinfo +1 -0
- package/types.d.ts +1 -0
- package/types.js +4 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
const React = tslib_1.__importStar(require("react"));
|
|
5
|
+
const DefaultIcon_1 = tslib_1.__importDefault(require("./DefaultIcon"));
|
|
6
|
+
exports.default = (props) => (React.createElement(DefaultIcon_1.default, Object.assign({}, props),
|
|
7
|
+
React.createElement("path", { d: "M0 0h24v24H0zm0 0h24v24H0zm0 0h24v24H0zm0 0h24v24H0z", fill: "none" }),
|
|
8
|
+
React.createElement("path", { d: "M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7zM2 4.27l2.28 2.28.46.46C3.08 8.3 1.78 10.02 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3 2 4.27zM7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2zm4.31-.78l3.15 3.15.02-.16c0-1.66-1.34-3-3-3l-.17.01z" })));
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
const React = tslib_1.__importStar(require("react"));
|
|
5
|
+
const DefaultIcon_1 = tslib_1.__importDefault(require("./DefaultIcon"));
|
|
6
|
+
exports.default = (props) => (React.createElement(DefaultIcon_1.default, Object.assign({}, props),
|
|
7
|
+
React.createElement("path", { d: "M13 3c-4.97 0-9 4.03-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.28 2.54.72-1.21-3.5-2.08V8H12z" })));
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
const React = tslib_1.__importStar(require("react"));
|
|
5
|
+
const DefaultIcon_1 = tslib_1.__importDefault(require("./DefaultIcon"));
|
|
6
|
+
exports.default = (props) => (React.createElement(DefaultIcon_1.default, Object.assign({}, props),
|
|
7
|
+
React.createElement("path", { d: "M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z" })));
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
const React = tslib_1.__importStar(require("react"));
|
|
5
|
+
const DefaultIcon_1 = tslib_1.__importDefault(require("./DefaultIcon"));
|
|
6
|
+
exports.default = (props) => (React.createElement(DefaultIcon_1.default, Object.assign({}, props),
|
|
7
|
+
React.createElement("path", { d: "M9 3L5 6.99h3V14h2V6.99h3L9 3zm7 14.01V10h-2v7.01h-3L15 21l4-3.99h-3z" })));
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
const React = tslib_1.__importStar(require("react"));
|
|
5
|
+
const DefaultIcon_1 = tslib_1.__importDefault(require("./DefaultIcon"));
|
|
6
|
+
exports.default = (props) => (React.createElement(DefaultIcon_1.default, Object.assign({}, props, { viewBox: "0 -960 960 960" }),
|
|
7
|
+
React.createElement("path", { d: "M440-200h80v-167l64 64 56-57-160-160-160 160 57 56 63-63v167ZM240-80q-33 0-56.5-23.5T160-160v-640q0-33 23.5-56.5T240-880h320l240 240v480q0 33-23.5 56.5T720-80H240Zm280-520v-200H240v640h480v-440H520ZM240-800v200-200 640-640Z" })));
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { CSSProperties } from 'react';
|
|
3
|
+
import { IconProps } from './DefaultIcon';
|
|
4
|
+
import { AdaptableCustomIcon, AdaptableSystemIcon, AdaptableSystemIconName } from '../../PredefinedConfig/Common/AdaptableIcon';
|
|
5
|
+
export declare const allIcons: Record<AdaptableSystemIconName, React.FunctionComponent<IconProps>>;
|
|
6
|
+
export declare const Icon: ({ name, style, className, tabIndex, ...props }: {
|
|
7
|
+
style?: React.CSSProperties;
|
|
8
|
+
name: AdaptableSystemIconName;
|
|
9
|
+
size?: number;
|
|
10
|
+
className?: string;
|
|
11
|
+
tabIndex?: number;
|
|
12
|
+
props?: React.SVGProps<SVGElement>;
|
|
13
|
+
}) => JSX.Element;
|
|
14
|
+
export declare const iconToString: (icon: AdaptableSystemIcon | AdaptableCustomIcon, style?: CSSProperties) => string;
|
|
@@ -0,0 +1,338 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.iconToString = exports.Icon = exports.allIcons = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const React = tslib_1.__importStar(require("react"));
|
|
6
|
+
const ReactDOMServer = tslib_1.__importStar(require("react-dom/server"));
|
|
7
|
+
const arrow_right_1 = tslib_1.__importDefault(require("./arrow-right"));
|
|
8
|
+
const arrow_down_1 = tslib_1.__importDefault(require("./arrow-down"));
|
|
9
|
+
const arrow_up_1 = tslib_1.__importDefault(require("./arrow-up"));
|
|
10
|
+
const arrow_up_long_1 = tslib_1.__importDefault(require("./arrow-up-long"));
|
|
11
|
+
const arrow_down_long_1 = tslib_1.__importDefault(require("./arrow-down-long"));
|
|
12
|
+
const arrow_left_1 = tslib_1.__importDefault(require("./arrow-left"));
|
|
13
|
+
const triangle_up_1 = tslib_1.__importDefault(require("./triangle-up"));
|
|
14
|
+
const triangle_down_1 = tslib_1.__importDefault(require("./triangle-down"));
|
|
15
|
+
const check_1 = tslib_1.__importDefault(require("./check"));
|
|
16
|
+
const attach_file_1 = tslib_1.__importDefault(require("./attach-file"));
|
|
17
|
+
const plus_1 = tslib_1.__importDefault(require("./plus"));
|
|
18
|
+
const person_1 = tslib_1.__importDefault(require("./person"));
|
|
19
|
+
const clone_1 = tslib_1.__importDefault(require("./clone"));
|
|
20
|
+
const chat_1 = tslib_1.__importDefault(require("./chat"));
|
|
21
|
+
const query_1 = tslib_1.__importDefault(require("./query"));
|
|
22
|
+
const info_1 = tslib_1.__importDefault(require("./info"));
|
|
23
|
+
const alert_1 = tslib_1.__importDefault(require("./alert"));
|
|
24
|
+
const list_1 = tslib_1.__importDefault(require("./list"));
|
|
25
|
+
const home_1 = tslib_1.__importDefault(require("./home"));
|
|
26
|
+
const call_1 = tslib_1.__importDefault(require("./call"));
|
|
27
|
+
const justify_1 = tslib_1.__importDefault(require("./justify"));
|
|
28
|
+
const error_1 = tslib_1.__importDefault(require("./error"));
|
|
29
|
+
const export_1 = tslib_1.__importDefault(require("./export"));
|
|
30
|
+
const fdc3_1 = tslib_1.__importDefault(require("./fdc3"));
|
|
31
|
+
const campaign_1 = tslib_1.__importDefault(require("./campaign"));
|
|
32
|
+
const build_1 = tslib_1.__importDefault(require("./build"));
|
|
33
|
+
const warning_1 = tslib_1.__importDefault(require("./warning"));
|
|
34
|
+
const dashboard_1 = tslib_1.__importDefault(require("./dashboard"));
|
|
35
|
+
const undo_1 = tslib_1.__importDefault(require("./undo"));
|
|
36
|
+
const fast_forward_1 = tslib_1.__importDefault(require("./fast-forward"));
|
|
37
|
+
const fast_backward_1 = tslib_1.__importDefault(require("./fast-backward"));
|
|
38
|
+
const sort_asc_1 = tslib_1.__importDefault(require("./sort-asc"));
|
|
39
|
+
const sort_desc_1 = tslib_1.__importDefault(require("./sort-desc"));
|
|
40
|
+
const calendar_1 = tslib_1.__importDefault(require("./calendar"));
|
|
41
|
+
const delete_1 = tslib_1.__importDefault(require("./delete"));
|
|
42
|
+
const check_circle_1 = tslib_1.__importDefault(require("./check-circle"));
|
|
43
|
+
const refresh_1 = tslib_1.__importDefault(require("./refresh"));
|
|
44
|
+
const save_1 = tslib_1.__importDefault(require("./save"));
|
|
45
|
+
const chart_1 = tslib_1.__importDefault(require("./chart"));
|
|
46
|
+
const application_1 = tslib_1.__importDefault(require("./application"));
|
|
47
|
+
const bulk_update_1 = tslib_1.__importDefault(require("./bulk-update"));
|
|
48
|
+
const import_export_1 = tslib_1.__importDefault(require("./import-export"));
|
|
49
|
+
const import_1 = tslib_1.__importDefault(require("./import"));
|
|
50
|
+
const calculated_column_1 = tslib_1.__importDefault(require("./calculated-column"));
|
|
51
|
+
const cell_summary_1 = tslib_1.__importDefault(require("./cell-summary"));
|
|
52
|
+
const column_chooser_1 = tslib_1.__importDefault(require("./column-chooser"));
|
|
53
|
+
const column_add_1 = tslib_1.__importDefault(require("./column-add"));
|
|
54
|
+
const cell_validation_1 = tslib_1.__importDefault(require("./cell-validation"));
|
|
55
|
+
const column_filter_1 = tslib_1.__importDefault(require("./column-filter"));
|
|
56
|
+
const system_status_1 = tslib_1.__importDefault(require("./system-status"));
|
|
57
|
+
const data_set_1 = tslib_1.__importDefault(require("./data-set"));
|
|
58
|
+
const flashing_cell_1 = tslib_1.__importDefault(require("./flashing-cell"));
|
|
59
|
+
const edit_1 = tslib_1.__importDefault(require("./edit"));
|
|
60
|
+
const equation_1 = tslib_1.__importDefault(require("./equation"));
|
|
61
|
+
const format_column_1 = tslib_1.__importDefault(require("./format-column"));
|
|
62
|
+
const table_arrow_right_1 = tslib_1.__importDefault(require("./table-arrow-right"));
|
|
63
|
+
const freetext_column_1 = tslib_1.__importDefault(require("./freetext-column"));
|
|
64
|
+
const comment_1 = tslib_1.__importDefault(require("./comment"));
|
|
65
|
+
const layout_1 = tslib_1.__importDefault(require("./layout"));
|
|
66
|
+
const state_management_1 = tslib_1.__importDefault(require("./state-management"));
|
|
67
|
+
const tool_panel_1 = tslib_1.__importDefault(require("./tool-panel"));
|
|
68
|
+
const percent_bar_1 = tslib_1.__importDefault(require("./percent-bar"));
|
|
69
|
+
const spark_line_1 = tslib_1.__importDefault(require("./spark-line"));
|
|
70
|
+
const resume_1 = tslib_1.__importDefault(require("./resume"));
|
|
71
|
+
const pie_chart_1 = tslib_1.__importDefault(require("./pie-chart"));
|
|
72
|
+
const plus_minus_1 = tslib_1.__importDefault(require("./plus-minus"));
|
|
73
|
+
const quick_search_1 = tslib_1.__importDefault(require("./quick-search"));
|
|
74
|
+
const reminder_1 = tslib_1.__importDefault(require("./reminder"));
|
|
75
|
+
const schedule_1 = tslib_1.__importDefault(require("./schedule"));
|
|
76
|
+
const shortcut_1 = tslib_1.__importDefault(require("./shortcut"));
|
|
77
|
+
const updated_row_1 = tslib_1.__importDefault(require("./updated-row"));
|
|
78
|
+
const logout_1 = tslib_1.__importDefault(require("./logout"));
|
|
79
|
+
const theme_1 = tslib_1.__importDefault(require("./theme"));
|
|
80
|
+
const check_box_1 = tslib_1.__importDefault(require("./check-box"));
|
|
81
|
+
const check_box_outline_1 = tslib_1.__importDefault(require("./check-box-outline"));
|
|
82
|
+
const boolean_list_1 = tslib_1.__importDefault(require("./boolean-list"));
|
|
83
|
+
const tab_unselected_1 = tslib_1.__importDefault(require("./tab-unselected"));
|
|
84
|
+
const cloud_upload_1 = tslib_1.__importDefault(require("./cloud-upload"));
|
|
85
|
+
const upload_1 = tslib_1.__importDefault(require("./upload"));
|
|
86
|
+
const ipushpull_1 = tslib_1.__importDefault(require("./ipushpull"));
|
|
87
|
+
const folder_open_1 = tslib_1.__importDefault(require("./folder-open"));
|
|
88
|
+
const open_in_new_1 = tslib_1.__importDefault(require("./open-in-new"));
|
|
89
|
+
const folder_1 = tslib_1.__importDefault(require("./folder"));
|
|
90
|
+
const folder_shared_1 = tslib_1.__importDefault(require("./folder-shared"));
|
|
91
|
+
const play_1 = tslib_1.__importDefault(require("./play"));
|
|
92
|
+
const stop_1 = tslib_1.__importDefault(require("./stop"));
|
|
93
|
+
const pause_1 = tslib_1.__importDefault(require("./pause"));
|
|
94
|
+
const newpage_1 = tslib_1.__importDefault(require("./newpage"));
|
|
95
|
+
const drag_1 = tslib_1.__importDefault(require("./drag"));
|
|
96
|
+
const hide_column_1 = tslib_1.__importDefault(require("./hide-column"));
|
|
97
|
+
const show_column_1 = tslib_1.__importDefault(require("./show-column"));
|
|
98
|
+
const date_range_1 = tslib_1.__importDefault(require("./date-range"));
|
|
99
|
+
const settings_1 = tslib_1.__importDefault(require("./settings"));
|
|
100
|
+
const dock_1 = tslib_1.__importDefault(require("./dock"));
|
|
101
|
+
const collapse_1 = tslib_1.__importDefault(require("./collapse"));
|
|
102
|
+
const expand_1 = tslib_1.__importDefault(require("./expand"));
|
|
103
|
+
const arrow_expand_1 = tslib_1.__importDefault(require("./arrow-expand"));
|
|
104
|
+
const history_1 = tslib_1.__importDefault(require("./history"));
|
|
105
|
+
const filter_1 = tslib_1.__importDefault(require("./filter"));
|
|
106
|
+
const close_1 = tslib_1.__importDefault(require("./close"));
|
|
107
|
+
const function_1 = tslib_1.__importDefault(require("./function"));
|
|
108
|
+
const greater_than_or_equal_1 = tslib_1.__importDefault(require("./greater-than-or-equal"));
|
|
109
|
+
const greater_than_1 = tslib_1.__importDefault(require("./greater-than"));
|
|
110
|
+
const less_than_or_equal_1 = tslib_1.__importDefault(require("./less-than-or-equal"));
|
|
111
|
+
const less_than_1 = tslib_1.__importDefault(require("./less-than"));
|
|
112
|
+
const minus_1 = tslib_1.__importDefault(require("./minus"));
|
|
113
|
+
const multiplication_1 = tslib_1.__importDefault(require("./multiplication"));
|
|
114
|
+
const division_1 = tslib_1.__importDefault(require("./division"));
|
|
115
|
+
const percent_1 = tslib_1.__importDefault(require("./percent"));
|
|
116
|
+
const exponent_1 = tslib_1.__importDefault(require("./exponent"));
|
|
117
|
+
const equal_1 = tslib_1.__importDefault(require("./equal"));
|
|
118
|
+
const not_equal_1 = tslib_1.__importDefault(require("./not-equal"));
|
|
119
|
+
const ends_with_1 = tslib_1.__importDefault(require("./ends-with"));
|
|
120
|
+
const starts_with_1 = tslib_1.__importDefault(require("./starts-with"));
|
|
121
|
+
const blanks_1 = tslib_1.__importDefault(require("./blanks"));
|
|
122
|
+
const non_blanks_1 = tslib_1.__importDefault(require("./non-blanks"));
|
|
123
|
+
const contains_1 = tslib_1.__importDefault(require("./contains"));
|
|
124
|
+
const not_contains_1 = tslib_1.__importDefault(require("./not-contains"));
|
|
125
|
+
const regex_1 = tslib_1.__importDefault(require("./regex"));
|
|
126
|
+
const track_changes_1 = tslib_1.__importDefault(require("./track-changes"));
|
|
127
|
+
const menu_1 = tslib_1.__importDefault(require("./menu"));
|
|
128
|
+
const statusbar_1 = tslib_1.__importDefault(require("./statusbar"));
|
|
129
|
+
const add_row_1 = tslib_1.__importDefault(require("./add-row"));
|
|
130
|
+
const brush_1 = tslib_1.__importDefault(require("./brush"));
|
|
131
|
+
const gradient_1 = tslib_1.__importDefault(require("./gradient"));
|
|
132
|
+
const badge_1 = tslib_1.__importDefault(require("./badge"));
|
|
133
|
+
const italic_1 = tslib_1.__importDefault(require("./italic"));
|
|
134
|
+
const bold_1 = tslib_1.__importDefault(require("./bold"));
|
|
135
|
+
const align_left_1 = tslib_1.__importDefault(require("./align-left"));
|
|
136
|
+
const align_right_1 = tslib_1.__importDefault(require("./align-right"));
|
|
137
|
+
const align_center_1 = tslib_1.__importDefault(require("./align-center"));
|
|
138
|
+
const overline_1 = tslib_1.__importDefault(require("./overline"));
|
|
139
|
+
const underline_1 = tslib_1.__importDefault(require("./underline"));
|
|
140
|
+
const strikethrough_1 = tslib_1.__importDefault(require("./strikethrough"));
|
|
141
|
+
const case_lower_1 = tslib_1.__importDefault(require("./case-lower"));
|
|
142
|
+
const case_upper_1 = tslib_1.__importDefault(require("./case-upper"));
|
|
143
|
+
const case_sentence_1 = tslib_1.__importDefault(require("./case-sentence"));
|
|
144
|
+
const grid_filter_1 = tslib_1.__importDefault(require("./grid-filter"));
|
|
145
|
+
const quote_1 = tslib_1.__importDefault(require("./quote"));
|
|
146
|
+
const news_1 = tslib_1.__importDefault(require("./news"));
|
|
147
|
+
const instrument_1 = tslib_1.__importDefault(require("./instrument"));
|
|
148
|
+
const analysis_1 = tslib_1.__importDefault(require("./analysis"));
|
|
149
|
+
const visibility_1 = tslib_1.__importDefault(require("./visibility"));
|
|
150
|
+
const visibility_off_1 = tslib_1.__importDefault(require("./visibility-off"));
|
|
151
|
+
const mail_1 = tslib_1.__importDefault(require("./mail"));
|
|
152
|
+
const dollar_1 = tslib_1.__importDefault(require("./dollar"));
|
|
153
|
+
const organisation_1 = tslib_1.__importDefault(require("./organisation"));
|
|
154
|
+
const science_1 = tslib_1.__importDefault(require("./science"));
|
|
155
|
+
const interactions_1 = tslib_1.__importDefault(require("./interactions"));
|
|
156
|
+
const money_1 = tslib_1.__importDefault(require("./money"));
|
|
157
|
+
const order_1 = tslib_1.__importDefault(require("./order"));
|
|
158
|
+
const contact_1 = tslib_1.__importDefault(require("./contact"));
|
|
159
|
+
const note_1 = tslib_1.__importDefault(require("./note"));
|
|
160
|
+
const Icon_1 = require("../Icon");
|
|
161
|
+
const AdaptableLogger_1 = require("../../agGrid/AdaptableLogger");
|
|
162
|
+
exports.allIcons = {
|
|
163
|
+
search: query_1.default,
|
|
164
|
+
grid: layout_1.default,
|
|
165
|
+
cells: cell_summary_1.default,
|
|
166
|
+
columns: column_chooser_1.default,
|
|
167
|
+
'chart-and-grid': calculated_column_1.default,
|
|
168
|
+
laptop: application_1.default,
|
|
169
|
+
alert: alert_1.default,
|
|
170
|
+
building: analysis_1.default,
|
|
171
|
+
'edit-table': bulk_update_1.default,
|
|
172
|
+
chart: chart_1.default,
|
|
173
|
+
'column-add': column_add_1.default,
|
|
174
|
+
person: person_1.default,
|
|
175
|
+
quote: quote_1.default,
|
|
176
|
+
call: call_1.default,
|
|
177
|
+
news: news_1.default,
|
|
178
|
+
brush: brush_1.default,
|
|
179
|
+
'data-set': data_set_1.default,
|
|
180
|
+
export: export_1.default,
|
|
181
|
+
broadcast: campaign_1.default,
|
|
182
|
+
theme: theme_1.default,
|
|
183
|
+
brain: instrument_1.default,
|
|
184
|
+
calendar: calendar_1.default,
|
|
185
|
+
chat: chat_1.default,
|
|
186
|
+
'filter-list': column_filter_1.default,
|
|
187
|
+
'grid-filter': grid_filter_1.default,
|
|
188
|
+
filter: filter_1.default,
|
|
189
|
+
'search-table': quick_search_1.default,
|
|
190
|
+
lightning: flashing_cell_1.default,
|
|
191
|
+
'color-palette': format_column_1.default,
|
|
192
|
+
'export-data': table_arrow_right_1.default,
|
|
193
|
+
'horizontal-lines': freetext_column_1.default,
|
|
194
|
+
'percent-tag': percent_bar_1.default,
|
|
195
|
+
'spark-line': spark_line_1.default,
|
|
196
|
+
'resume': resume_1.default,
|
|
197
|
+
'pie-chart': pie_chart_1.default,
|
|
198
|
+
'add-circle': plus_minus_1.default,
|
|
199
|
+
reminder: reminder_1.default,
|
|
200
|
+
schedule: schedule_1.default,
|
|
201
|
+
link: shortcut_1.default,
|
|
202
|
+
assignment: state_management_1.default,
|
|
203
|
+
clipboard: tool_panel_1.default,
|
|
204
|
+
'traffic-lights': system_status_1.default,
|
|
205
|
+
add: add_row_1.default,
|
|
206
|
+
downloaded: updated_row_1.default,
|
|
207
|
+
// others
|
|
208
|
+
edit: edit_1.default,
|
|
209
|
+
undo: undo_1.default,
|
|
210
|
+
clone: clone_1.default,
|
|
211
|
+
save: save_1.default,
|
|
212
|
+
refresh: refresh_1.default,
|
|
213
|
+
delete: delete_1.default,
|
|
214
|
+
'tab-unselected': tab_unselected_1.default,
|
|
215
|
+
checked: check_box_1.default,
|
|
216
|
+
unchecked: check_box_outline_1.default,
|
|
217
|
+
'boolean-list': boolean_list_1.default,
|
|
218
|
+
'arrow-right': arrow_right_1.default,
|
|
219
|
+
'arrow-left': arrow_left_1.default,
|
|
220
|
+
'arrow-up': arrow_up_1.default,
|
|
221
|
+
'arrow-down': arrow_down_1.default,
|
|
222
|
+
'arrow-up-long': arrow_up_long_1.default,
|
|
223
|
+
'arrow-down-long': arrow_down_long_1.default,
|
|
224
|
+
'triangle-up': triangle_up_1.default,
|
|
225
|
+
'triangle-down': triangle_down_1.default,
|
|
226
|
+
'check-circle': check_circle_1.default,
|
|
227
|
+
comment: comment_1.default,
|
|
228
|
+
list: list_1.default,
|
|
229
|
+
spanner: build_1.default,
|
|
230
|
+
error: error_1.default,
|
|
231
|
+
play: play_1.default,
|
|
232
|
+
stop: stop_1.default,
|
|
233
|
+
pause: pause_1.default,
|
|
234
|
+
'fast-forward': fast_forward_1.default,
|
|
235
|
+
'fast-backward': fast_backward_1.default,
|
|
236
|
+
warning: warning_1.default,
|
|
237
|
+
check: check_1.default,
|
|
238
|
+
'open-in-new': open_in_new_1.default,
|
|
239
|
+
home: home_1.default,
|
|
240
|
+
'sort-asc': sort_asc_1.default,
|
|
241
|
+
'sort-desc': sort_desc_1.default,
|
|
242
|
+
logout: logout_1.default,
|
|
243
|
+
'import-export': import_export_1.default,
|
|
244
|
+
import: import_1.default,
|
|
245
|
+
paperclip: attach_file_1.default,
|
|
246
|
+
info: info_1.default,
|
|
247
|
+
'cloud-upload': cloud_upload_1.default,
|
|
248
|
+
upload: upload_1.default,
|
|
249
|
+
download: ipushpull_1.default,
|
|
250
|
+
'folder-open': folder_open_1.default,
|
|
251
|
+
'folder-shared': folder_shared_1.default,
|
|
252
|
+
folder: folder_1.default,
|
|
253
|
+
newpage: newpage_1.default,
|
|
254
|
+
drag: drag_1.default,
|
|
255
|
+
'date-range': date_range_1.default,
|
|
256
|
+
settings: settings_1.default,
|
|
257
|
+
dock: dock_1.default,
|
|
258
|
+
collapse: collapse_1.default,
|
|
259
|
+
expand: expand_1.default,
|
|
260
|
+
'arrow-expand': arrow_expand_1.default,
|
|
261
|
+
history: history_1.default,
|
|
262
|
+
close: close_1.default,
|
|
263
|
+
function: function_1.default,
|
|
264
|
+
equation: equation_1.default,
|
|
265
|
+
equals: equal_1.default,
|
|
266
|
+
'not-equal': not_equal_1.default,
|
|
267
|
+
'greater-than-or-equal': greater_than_or_equal_1.default,
|
|
268
|
+
'greater-than': greater_than_1.default,
|
|
269
|
+
'less-than-or-equal': less_than_or_equal_1.default,
|
|
270
|
+
'less-than': less_than_1.default,
|
|
271
|
+
plus: plus_1.default,
|
|
272
|
+
minus: minus_1.default,
|
|
273
|
+
multiplication: multiplication_1.default,
|
|
274
|
+
division: division_1.default,
|
|
275
|
+
percent: percent_1.default,
|
|
276
|
+
exponent: exponent_1.default,
|
|
277
|
+
'ends-with': ends_with_1.default,
|
|
278
|
+
'starts-with': starts_with_1.default,
|
|
279
|
+
'unfilled-circle': blanks_1.default,
|
|
280
|
+
'filled-circle': non_blanks_1.default,
|
|
281
|
+
'not-contains': not_contains_1.default,
|
|
282
|
+
contains: contains_1.default,
|
|
283
|
+
regex: regex_1.default,
|
|
284
|
+
target: track_changes_1.default,
|
|
285
|
+
menu: menu_1.default,
|
|
286
|
+
statusbar: statusbar_1.default,
|
|
287
|
+
dashboard: dashboard_1.default,
|
|
288
|
+
'visibility-on': visibility_1.default,
|
|
289
|
+
'visibility-off': visibility_off_1.default,
|
|
290
|
+
'visibility-off-bold': hide_column_1.default,
|
|
291
|
+
'visibility-on-bold': show_column_1.default,
|
|
292
|
+
gradient: gradient_1.default,
|
|
293
|
+
badge: badge_1.default,
|
|
294
|
+
bold: bold_1.default,
|
|
295
|
+
italic: italic_1.default,
|
|
296
|
+
'align-left': align_left_1.default,
|
|
297
|
+
'align-right': align_right_1.default,
|
|
298
|
+
'align-center': align_center_1.default,
|
|
299
|
+
'align-justify': justify_1.default,
|
|
300
|
+
underline: underline_1.default,
|
|
301
|
+
overline: overline_1.default,
|
|
302
|
+
strikethrough: strikethrough_1.default,
|
|
303
|
+
'case-lower': case_lower_1.default,
|
|
304
|
+
'case-upper': case_upper_1.default,
|
|
305
|
+
'case-sentence': case_sentence_1.default,
|
|
306
|
+
flag: cell_validation_1.default,
|
|
307
|
+
fdc3: fdc3_1.default,
|
|
308
|
+
mail: mail_1.default,
|
|
309
|
+
dollar: dollar_1.default,
|
|
310
|
+
organisation: organisation_1.default,
|
|
311
|
+
science: science_1.default,
|
|
312
|
+
interactions: interactions_1.default,
|
|
313
|
+
money: money_1.default,
|
|
314
|
+
order: order_1.default,
|
|
315
|
+
contact: contact_1.default,
|
|
316
|
+
note: note_1.default,
|
|
317
|
+
};
|
|
318
|
+
Object.keys(exports.allIcons).forEach((name) => {
|
|
319
|
+
const ReactCmp = exports.allIcons[name];
|
|
320
|
+
exports.allIcons[name] = (props) => React.createElement(ReactCmp, Object.assign({}, props, { name: name }));
|
|
321
|
+
});
|
|
322
|
+
const Icon = (_a) => {
|
|
323
|
+
var { name, style, className, tabIndex } = _a, props = tslib_1.__rest(_a, ["name", "style", "className", "tabIndex"]);
|
|
324
|
+
const IconCmp = (exports.allIcons[name] || null);
|
|
325
|
+
if (!IconCmp) {
|
|
326
|
+
AdaptableLogger_1.AdaptableLogger.consoleWarnBase('NO icon found for ' + name);
|
|
327
|
+
return React.createElement("svg", { height: "17", width: "17" });
|
|
328
|
+
}
|
|
329
|
+
return React.createElement(IconCmp, Object.assign({ tabIndex: tabIndex }, props, { style: style, name: name, className: className }));
|
|
330
|
+
};
|
|
331
|
+
exports.Icon = Icon;
|
|
332
|
+
const iconToString = (icon, style) => {
|
|
333
|
+
if (!icon) {
|
|
334
|
+
return;
|
|
335
|
+
}
|
|
336
|
+
return ReactDOMServer.renderToString(React.createElement(Icon_1.IconComponent, { icon: Object.assign(Object.assign({}, icon), { style: Object.assign(Object.assign({}, icon.style), style) }) }));
|
|
337
|
+
};
|
|
338
|
+
exports.iconToString = iconToString;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
const React = tslib_1.__importStar(require("react"));
|
|
5
|
+
const DefaultIcon_1 = tslib_1.__importDefault(require("./DefaultIcon"));
|
|
6
|
+
exports.default = (props) => (React.createElement(DefaultIcon_1.default, Object.assign({}, props),
|
|
7
|
+
React.createElement("path", { d: "M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z" })));
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
const React = tslib_1.__importStar(require("react"));
|
|
5
|
+
const DefaultIcon_1 = tslib_1.__importDefault(require("./DefaultIcon"));
|
|
6
|
+
exports.default = (props) => (React.createElement(DefaultIcon_1.default, Object.assign({}, props),
|
|
7
|
+
React.createElement("path", { d: "M15.82,7.22l-1,0.4c-0.21-0.16-0.43-0.29-0.67-0.39L14,6.17C13.98,6.07,13.9,6,13.8,6h-1.6c-0.1,0-0.18,0.07-0.19,0.17 l-0.15,1.06c-0.24,0.1-0.47,0.23-0.67,0.39l-1-0.4c-0.09-0.03-0.2,0-0.24,0.09l-0.8,1.38c-0.05,0.09-0.03,0.2,0.05,0.26l0.85,0.66 C10.02,9.73,10,9.87,10,10c0,0.13,0.01,0.26,0.03,0.39l-0.84,0.66c-0.08,0.06-0.1,0.17-0.05,0.25l0.8,1.39 c0.05,0.09,0.15,0.12,0.25,0.09l0.99-0.4c0.21,0.16,0.43,0.29,0.68,0.39L12,13.83c0.02,0.1,0.1,0.17,0.2,0.17h1.6 c0.1,0,0.18-0.07,0.2-0.17l0.15-1.06c0.24-0.1,0.47-0.23,0.67-0.39l0.99,0.4c0.09,0.04,0.2,0,0.24-0.09l0.8-1.39 c0.05-0.09,0.03-0.19-0.05-0.25l-0.83-0.66C15.99,10.26,16,10.13,16,10c0-0.14-0.01-0.27-0.03-0.39l0.85-0.66 c0.08-0.06,0.1-0.17,0.05-0.26l-0.8-1.38C16.02,7.22,15.91,7.19,15.82,7.22z M13,11.43c-0.79,0-1.43-0.64-1.43-1.43 S12.21,8.57,13,8.57s1.43,0.64,1.43,1.43S13.79,11.43,13,11.43z" }),
|
|
8
|
+
React.createElement("path", { d: "M19.94,9.06c-0.43-3.27-3.23-5.86-6.53-6.05C13.27,3,13.14,3,13,3C9.47,3,6.57,5.61,6.08,9l-1.93,3.48 C3.74,13.14,4.22,14,5,14h1v2c0,1.1,0.9,2,2,2h1v3h7v-4.68C18.62,15.07,20.35,12.24,19.94,9.06z M14.89,14.63L14,15.05V19h-3v-3H8 v-4H6.7l1.33-2.33C8.21,7.06,10.35,5,13,5c2.76,0,5,2.24,5,5C18,12.09,16.71,13.88,14.89,14.63z" })));
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
const React = tslib_1.__importStar(require("react"));
|
|
5
|
+
const DefaultIcon_1 = tslib_1.__importDefault(require("./DefaultIcon"));
|
|
6
|
+
exports.default = (props) => (React.createElement(DefaultIcon_1.default, Object.assign({}, props, { viewBox: "0 -960 960 960" }),
|
|
7
|
+
React.createElement("path", { d: "M246-160q-24 0-42-18t-18-42v-406L47-800h773q24 0 42 18t18 42v520q0 24-18 42t-42 18H246Zm0-580v520h574v-520H246Zm284 471 43-43-63-61h206v-60H364l166 164ZM364-527h352L550-690l-43 42 63 61H364v60ZM246-740v520-520Z" }),
|
|
8
|
+
' '));
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
const React = tslib_1.__importStar(require("react"));
|
|
5
|
+
const DefaultIcon_1 = tslib_1.__importDefault(require("./DefaultIcon"));
|
|
6
|
+
exports.default = (props) => (React.createElement(DefaultIcon_1.default, Object.assign({}, props),
|
|
7
|
+
React.createElement("path", { d: "M13 14h-2v-4h2m0 8h-2v-2h2M1 21h22L12 2L1 21z" })));
|
|
8
|
+
// fill="#626262"/></svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
const React = tslib_1.__importStar(require("react"));
|
|
5
|
+
const DefaultIcon_1 = tslib_1.__importDefault(require("./DefaultIcon"));
|
|
6
|
+
exports.default = (props) => (React.createElement(DefaultIcon_1.default, Object.assign({}, props),
|
|
7
|
+
React.createElement("path", { d: "M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z" }),
|
|
8
|
+
' '));
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
const React = tslib_1.__importStar(require("react"));
|
|
5
|
+
const DefaultIcon_1 = tslib_1.__importDefault(require("./DefaultIcon"));
|
|
6
|
+
exports.default = (props) => (React.createElement(DefaultIcon_1.default, Object.assign({}, props, { viewBox: "0 96 960 960" }),
|
|
7
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M200 856V756h160l120-360H320V296h400v100H580L460 756h140v100H200Z" })));
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
const React = tslib_1.__importStar(require("react"));
|
|
5
|
+
const DefaultIcon_1 = tslib_1.__importDefault(require("./DefaultIcon"));
|
|
6
|
+
exports.default = (props) => (React.createElement(DefaultIcon_1.default, Object.assign({}, props),
|
|
7
|
+
React.createElement("path", { d: "M3 21h18v-2H3v2zm0-4h18v-2H3v2zm0-4h18v-2H3v2zm0-4h18V7H3v2zm0-6v2h18V3H3z" })));
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
const React = tslib_1.__importStar(require("react"));
|
|
5
|
+
const DefaultIcon_1 = tslib_1.__importDefault(require("./DefaultIcon"));
|
|
6
|
+
exports.default = (props) => (React.createElement(DefaultIcon_1.default, Object.assign({}, props),
|
|
7
|
+
React.createElement("path", { d: "M4 8h4V4H4v4zm6 12h4v-4h-4v4zm-6 0h4v-4H4v4zm0-6h4v-4H4v4zm6 0h4v-4h-4v4zm6-10v4h4V4h-4zm-6 4h4V4h-4v4zm6 6h4v-4h-4v4zm0 6h4v-4h-4v4z" })));
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
const React = tslib_1.__importStar(require("react"));
|
|
5
|
+
const DefaultIcon_1 = tslib_1.__importDefault(require("./DefaultIcon"));
|
|
6
|
+
exports.default = (props) => (React.createElement(DefaultIcon_1.default, Object.assign({}, props),
|
|
7
|
+
React.createElement("path", { d: "M18.5,2.27L5,10.14L18.5,18L19.5,16.27L8.97,10.14L19.5,4L18.5,2.27M5,20V22H20V20H5Z" })));
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
const React = tslib_1.__importStar(require("react"));
|
|
5
|
+
const DefaultIcon_1 = tslib_1.__importDefault(require("./DefaultIcon"));
|
|
6
|
+
exports.default = (props) => (React.createElement(DefaultIcon_1.default, Object.assign({}, props),
|
|
7
|
+
React.createElement("path", { d: "M18.5,4.14L19.5,5.86L8.97,12L19.5,18.14L18.5,19.86L5,12L18.5,4.14Z" })));
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
const React = tslib_1.__importStar(require("react"));
|
|
5
|
+
const DefaultIcon_1 = tslib_1.__importDefault(require("./DefaultIcon"));
|
|
6
|
+
exports.default = (props) => (React.createElement(DefaultIcon_1.default, Object.assign({}, props),
|
|
7
|
+
React.createElement("path", { d: "M4 14h4v-4H4v4zm0 5h4v-4H4v4zM4 9h4V5H4v4zm5 5h12v-4H9v4zm0 5h12v-4H9v4zM9 5v4h12V5H9z" })));
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
const React = tslib_1.__importStar(require("react"));
|
|
5
|
+
const DefaultIcon_1 = tslib_1.__importDefault(require("./DefaultIcon"));
|
|
6
|
+
exports.default = (props) => (React.createElement(DefaultIcon_1.default, Object.assign({}, props),
|
|
7
|
+
React.createElement("path", { d: "M12 5.9c1.16 0 2.1.94 2.1 2.1s-.94 2.1-2.1 2.1S9.9 9.16 9.9 8s.94-2.1 2.1-2.1m0 9c2.97 0 6.1 1.46 6.1 2.1v1.1H5.9V17c0-.64 3.13-2.1 6.1-2.1M12 4C9.79 4 8 5.79 8 8s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 9c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4z" })));
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
const React = tslib_1.__importStar(require("react"));
|
|
5
|
+
const DefaultIcon_1 = tslib_1.__importDefault(require("./DefaultIcon"));
|
|
6
|
+
exports.default = (props) => (React.createElement(DefaultIcon_1.default, Object.assign({}, props),
|
|
7
|
+
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
|
|
8
|
+
React.createElement("path", { d: "M10.09 15.59L11.5 17l5-5-5-5-1.41 1.41L12.67 11H3v2h9.67l-2.58 2.59zM19 3H5c-1.11 0-2 .9-2 2v4h2V5h14v14H5v-4H3v4c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z" })));
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
const React = tslib_1.__importStar(require("react"));
|
|
5
|
+
const DefaultIcon_1 = tslib_1.__importDefault(require("./DefaultIcon"));
|
|
6
|
+
exports.default = (props) => (React.createElement(DefaultIcon_1.default, Object.assign({}, props),
|
|
7
|
+
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
|
|
8
|
+
React.createElement("path", { d: "M10.09 15.59L11.5 17l5-5-5-5-1.41 1.41L12.67 11H3v2h9.67l-2.58 2.59zM19 3H5c-1.11 0-2 .9-2 2v4h2V5h14v14H5v-4H3v4c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z" })));
|