@adaptabletools/adaptable 13.0.0-canary.17 → 13.0.0-canary.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/base.css +99 -0
  2. package/base.css.map +1 -1
  3. package/bundle.cjs.js +128 -128
  4. package/index.css +115 -0
  5. package/index.css.map +1 -1
  6. package/package.json +1 -1
  7. package/publishTimestamp.d.ts +1 -1
  8. package/publishTimestamp.js +1 -1
  9. package/src/AdaptableOptions/ExportOptions.d.ts +2 -2
  10. package/src/Api/ExportApi.d.ts +6 -6
  11. package/src/Api/FormatColumnApi.d.ts +47 -29
  12. package/src/Api/Implementation/ExportApiImpl.d.ts +4 -4
  13. package/src/Api/Implementation/ExportApiImpl.js +14 -14
  14. package/src/Api/Implementation/FormatColumnApiImpl.d.ts +23 -11
  15. package/src/Api/Implementation/FormatColumnApiImpl.js +48 -63
  16. package/src/PredefinedConfig/FormatColumnState.d.ts +4 -3
  17. package/src/Redux/ActionsReducers/ConditionalStyleRedux.d.ts +0 -18
  18. package/src/Redux/ActionsReducers/ConditionalStyleRedux.js +0 -18
  19. package/src/Redux/ActionsReducers/PluginsRedux.d.ts +4 -4
  20. package/src/Redux/ActionsReducers/PluginsRedux.js +5 -5
  21. package/src/Strategy/FormatColumnModule.js +2 -12
  22. package/src/Utilities/Defaults/DefaultAdaptableOptions.js +1 -1
  23. package/src/Utilities/ObjectFactory.d.ts +2 -2
  24. package/src/Utilities/ObjectFactory.js +4 -4
  25. package/src/Utilities/Services/ReportService.js +6 -6
  26. package/src/View/AdaptablePopover/index.js +1 -1
  27. package/src/View/Alert/Wizard/AlertBehaviourWizardSection.js +9 -9
  28. package/src/View/Alert/Wizard/AlertDisplayWizardSection.js +6 -5
  29. package/src/View/BulkUpdate/BulkUpdatePopup.js +1 -1
  30. package/src/View/Components/AdaptableObjectList/AdaptableObjectList.js +1 -1
  31. package/src/View/Components/AdaptableObjectRow/index.js +1 -6
  32. package/src/View/Components/Buttons/ButtonInfo.d.ts +1 -3
  33. package/src/View/Components/Buttons/ButtonInfo.js +3 -5
  34. package/src/View/Components/EntityRulesEditor/index.js +8 -17
  35. package/src/View/Components/FilterForm/FilterForm.js +11 -16
  36. package/src/View/Components/FilterForm/QuickFilterForm.js +7 -13
  37. package/src/View/Components/NewScopeComponent.js +1 -1
  38. package/src/View/Components/Panels/PanelWithButton.js +1 -5
  39. package/src/View/Components/Panels/PanelWithImage.js +1 -5
  40. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopup.js +2 -2
  41. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupDialog.d.ts +1 -0
  42. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupDialog.js +3 -16
  43. package/src/View/Components/Popups/AdaptablePopup/PopupPanel.js +1 -1
  44. package/src/View/Components/Popups/AdaptablePopupTeamSharing.js +5 -5
  45. package/src/View/Components/ScopeComponent.js +4 -4
  46. package/src/View/Components/Selectors/ColumnValueSelector.js +2 -2
  47. package/src/View/Components/StyleComponent.js +12 -17
  48. package/src/View/ConditionalStyle/Wizard/ConditionalStyleSettingsWizardSettings.js +1 -1
  49. package/src/View/DataSet/DataSetSelector.js +1 -1
  50. package/src/View/Export/ExportViewPanel.js +4 -4
  51. package/src/View/Export/ReportExportDropdown.js +1 -1
  52. package/src/View/Export/Wizard/ReportNameWizardSection.js +10 -11
  53. package/src/View/FlashingCell/FlashingCellStyle.js +3 -3
  54. package/src/View/FlashingCell/Wizard/FlashingCellSettingsWizardSection.js +6 -6
  55. package/src/View/FlashingCell/Wizard/FlashingCellWizard.js +4 -4
  56. package/src/View/FormatColumn/FormatColumnSummary.js +1 -1
  57. package/src/View/FormatColumn/Wizard/FormatColumnFormatWizardSection.js +26 -26
  58. package/src/View/FormatColumn/Wizard/FormatColumnSettingsWizardSection.js +2 -6
  59. package/src/View/FormatColumn/Wizard/FormatColumnStyleWizardSection.js +1 -1
  60. package/src/View/FreeTextColumn/Wizard/FreeTextColumnSettingsWizardSection.js +7 -7
  61. package/src/View/Layout/LayoutRadioSelector.js +1 -1
  62. package/src/View/Layout/Wizard/Components/ColumnLabels.js +1 -1
  63. package/src/View/Layout/Wizard/sections/ColumnsSection.js +5 -5
  64. package/src/View/Layout/Wizard/sections/SettingsSection.js +2 -2
  65. package/src/View/PlusMinus/Wizard/PlusMinusSettingsWizardSection.js +3 -3
  66. package/src/View/Query/Wizard/NamedQuerySettingsWizardSection.js +1 -1
  67. package/src/View/QuickSearch/QuickSearchPopup.js +2 -2
  68. package/src/View/Schedule/Wizard/ScheduleScheduleWizard.js +5 -5
  69. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsGlue42.js +1 -1
  70. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsIPushPull.js +5 -5
  71. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsOpenFin.js +1 -1
  72. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReminder.js +5 -5
  73. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReport.js +2 -2
  74. package/src/View/Shortcut/Wizard/ShortcutSettingsWizard.js +3 -3
  75. package/src/View/SmartEdit/SmartEditPopup.js +3 -3
  76. package/src/View/SpecialColumnSettingsWizardStep.js +10 -10
  77. package/src/View/StateManagement/StateManagementPopup.js +4 -4
  78. package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection.js +2 -6
  79. package/src/View/SystemStatus/SystemStatusEntityRow.js +4 -6
  80. package/src/View/TeamSharing/SharedEntityObjectView.js +1 -1
  81. package/src/View/TeamSharing/TeamSharingApplyButton.js +1 -1
  82. package/src/View/Theme/ThemePopup.js +1 -1
  83. package/src/View/Wizard/OnePageAdaptableWizard.js +1 -2
  84. package/src/agGrid/Adaptable.d.ts +0 -1
  85. package/src/agGrid/Adaptable.js +41 -65
  86. package/src/agGrid/PercentBarRenderer.js +3 -6
  87. package/src/agGrid/weightedAverage.js +19 -11
  88. package/src/components/CheckBox/index.js +1 -1
  89. package/src/components/ExpressionEditor/BaseEditorInput.js +13 -32
  90. package/src/components/ExpressionEditor/index.js +9 -17
  91. package/src/components/FormLayout/index.js +1 -1
  92. package/src/components/StylePreview.js +2 -1
  93. package/src/metamodel/adaptable.metamodel.d.ts +16 -11
  94. package/src/metamodel/adaptable.metamodel.js +1 -1
  95. package/src/types.d.ts +2 -2
  96. package/version.d.ts +1 -1
  97. package/version.js +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.