@adaptabletools/adaptable 13.0.0-canary.16 → 13.0.0-canary.18

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 (88) hide show
  1. package/base.css +99 -0
  2. package/base.css.map +1 -1
  3. package/bundle.cjs.js +144 -144
  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/Api/FormatColumnApi.d.ts +37 -29
  10. package/src/Api/Implementation/FormatColumnApiImpl.d.ts +21 -11
  11. package/src/Api/Implementation/FormatColumnApiImpl.js +42 -63
  12. package/src/Api/StyledColumnApi.d.ts +27 -13
  13. package/src/PredefinedConfig/StyledColumnState.d.ts +10 -4
  14. package/src/Strategy/ConditionalStyleModule.d.ts +0 -2
  15. package/src/Strategy/ConditionalStyleModule.js +1 -27
  16. package/src/Strategy/FormatColumnModule.js +2 -12
  17. package/src/View/AdaptablePopover/index.js +1 -1
  18. package/src/View/Alert/Wizard/AlertBehaviourWizardSection.js +9 -9
  19. package/src/View/Alert/Wizard/AlertDisplayWizardSection.js +6 -5
  20. package/src/View/BulkUpdate/BulkUpdatePopup.js +1 -1
  21. package/src/View/Components/AdaptableObjectList/AdaptableObjectList.js +1 -1
  22. package/src/View/Components/AdaptableObjectRow/index.js +1 -6
  23. package/src/View/Components/Buttons/ButtonInfo.d.ts +1 -3
  24. package/src/View/Components/Buttons/ButtonInfo.js +3 -5
  25. package/src/View/Components/EntityRulesEditor/index.js +8 -17
  26. package/src/View/Components/FilterForm/FilterForm.js +11 -16
  27. package/src/View/Components/FilterForm/QuickFilterForm.js +7 -13
  28. package/src/View/Components/NewScopeComponent.js +1 -1
  29. package/src/View/Components/Panels/PanelWithButton.js +1 -5
  30. package/src/View/Components/Panels/PanelWithImage.js +1 -5
  31. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopup.js +2 -2
  32. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupDialog.d.ts +1 -0
  33. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupDialog.js +3 -16
  34. package/src/View/Components/Popups/AdaptablePopup/PopupPanel.js +1 -1
  35. package/src/View/Components/Popups/AdaptablePopupTeamSharing.js +5 -5
  36. package/src/View/Components/ScopeComponent.js +4 -4
  37. package/src/View/Components/Selectors/ColumnValueSelector.js +2 -2
  38. package/src/View/Components/StyleComponent.js +12 -17
  39. package/src/View/ConditionalStyle/Wizard/ConditionalStyleSettingsWizardSettings.js +1 -1
  40. package/src/View/ConditionalStyle/Wizard/ConditionalStyleWizard.js +1 -11
  41. package/src/View/DataSet/DataSetSelector.js +1 -1
  42. package/src/View/Export/ReportExportDropdown.js +1 -1
  43. package/src/View/Export/Wizard/ReportNameWizardSection.js +10 -11
  44. package/src/View/FlashingCell/FlashingCellStyle.js +3 -3
  45. package/src/View/FlashingCell/Wizard/FlashingCellSettingsWizardSection.js +6 -6
  46. package/src/View/FlashingCell/Wizard/FlashingCellWizard.js +4 -4
  47. package/src/View/FormatColumn/FormatColumnSummary.js +1 -1
  48. package/src/View/FormatColumn/Wizard/FormatColumnFormatWizardSection.js +26 -26
  49. package/src/View/FormatColumn/Wizard/FormatColumnSettingsWizardSection.js +2 -6
  50. package/src/View/FormatColumn/Wizard/FormatColumnStyleWizardSection.js +1 -1
  51. package/src/View/FreeTextColumn/Wizard/FreeTextColumnSettingsWizardSection.js +7 -7
  52. package/src/View/Layout/LayoutRadioSelector.js +1 -1
  53. package/src/View/Layout/Wizard/Components/ColumnLabels.js +1 -1
  54. package/src/View/Layout/Wizard/sections/ColumnsSection.js +5 -5
  55. package/src/View/Layout/Wizard/sections/SettingsSection.js +2 -2
  56. package/src/View/PlusMinus/Wizard/PlusMinusSettingsWizardSection.js +3 -3
  57. package/src/View/Query/Wizard/NamedQuerySettingsWizardSection.js +1 -1
  58. package/src/View/QuickSearch/QuickSearchPopup.js +2 -2
  59. package/src/View/Schedule/Wizard/ScheduleScheduleWizard.js +5 -5
  60. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsGlue42.js +1 -1
  61. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsIPushPull.js +5 -5
  62. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsOpenFin.js +1 -1
  63. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReminder.js +5 -5
  64. package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReport.js +2 -2
  65. package/src/View/Shortcut/Wizard/ShortcutSettingsWizard.js +3 -3
  66. package/src/View/SmartEdit/SmartEditPopup.js +3 -3
  67. package/src/View/SpecialColumnSettingsWizardStep.js +10 -10
  68. package/src/View/StateManagement/StateManagementPopup.js +4 -4
  69. package/src/View/SystemStatus/SystemStatusEntityRow.js +4 -6
  70. package/src/View/TeamSharing/SharedEntityObjectView.js +1 -1
  71. package/src/View/TeamSharing/TeamSharingApplyButton.js +1 -1
  72. package/src/View/Theme/ThemePopup.js +1 -1
  73. package/src/View/Wizard/OnePageAdaptableWizard.js +1 -2
  74. package/src/agGrid/ActionColumnRenderer.d.ts +2 -0
  75. package/src/agGrid/ActionColumnRenderer.js +94 -62
  76. package/src/agGrid/Adaptable.d.ts +0 -1
  77. package/src/agGrid/Adaptable.js +43 -67
  78. package/src/agGrid/PercentBarRenderer.js +10 -0
  79. package/src/agGrid/weightedAverage.js +19 -11
  80. package/src/components/CheckBox/index.js +1 -1
  81. package/src/components/ExpressionEditor/BaseEditorInput.js +13 -32
  82. package/src/components/ExpressionEditor/index.js +9 -17
  83. package/src/components/FormLayout/index.js +1 -1
  84. package/src/components/StylePreview.js +2 -1
  85. package/src/metamodel/adaptable.metamodel.d.ts +7 -0
  86. package/src/metamodel/adaptable.metamodel.js +1 -1
  87. package/version.d.ts +1 -1
  88. package/version.js +1 -1
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "13.0.0-canary.16";
1
+ declare const _default: "13.0.0-canary.18";
2
2
  export default _default;
package/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.default = '13.0.0-canary.16'; // PLEASE DONT UPDATE THIS!!! - will be updated at build time with the correct version
3
+ exports.default = '13.0.0-canary.18'; // PLEASE DONT UPDATE THIS!!! - will be updated at build time with the correct version