@adaptabletools/adaptable-cjs 22.0.0-canary.4 → 22.0.0-canary.5

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 (77) hide show
  1. package/index.css +46 -26
  2. package/index.css.map +1 -1
  3. package/package.json +1 -1
  4. package/src/AdaptableState/Common/AdaptableStyle.d.ts +1 -1
  5. package/src/AdaptableState/LayoutState.d.ts +1 -1
  6. package/src/Api/Implementation/LayoutHelpers.js +4 -4
  7. package/src/View/Components/StyleComponent.d.ts +1 -0
  8. package/src/View/Components/StyleComponent.js +84 -33
  9. package/src/View/GridFilter/GridFilterExpressionEditor.js +6 -1
  10. package/src/View/GridFilter/GridFilterViewPanel.js +33 -70
  11. package/src/View/Layout/Wizard/sections/PivotColumnsSection.js +2 -2
  12. package/src/components/ColorPicker/ColorPicker.js +5 -4
  13. package/src/components/ExpressionEditor/ExpressionFunctionDocumentation.js +1 -1
  14. package/src/env.js +2 -2
  15. package/src/layout-manager/src/LayoutManagerModel.d.ts +1 -1
  16. package/src/layout-manager/src/index.js +5 -5
  17. package/src/layout-manager/src/normalizeLayoutModel.js +2 -2
  18. package/src/metamodel/adaptable.metamodel.js +1 -1
  19. package/tsconfig.cjs.tsbuildinfo +1 -1
  20. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/FinanceForm/FinanceForm.d.ts +0 -1
  21. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/FinanceForm/FinanceForm.js +0 -633
  22. package/src/View/Alert/AlertEntityRow.d.ts +0 -11
  23. package/src/View/Alert/AlertEntityRow.js +0 -33
  24. package/src/View/CalculatedColumn/CalculatedColumnSummary.d.ts +0 -21
  25. package/src/View/CalculatedColumn/CalculatedColumnSummary.js +0 -63
  26. package/src/View/Components/Buttons/ButtonFunction.d.ts +0 -7
  27. package/src/View/Components/Buttons/ButtonFunction.js +0 -13
  28. package/src/View/Components/Buttons/ButtonGeneral.d.ts +0 -5
  29. package/src/View/Components/Buttons/ButtonGeneral.js +0 -12
  30. package/src/View/Components/Buttons/ButtonPreviewDelete.d.ts +0 -4
  31. package/src/View/Components/Buttons/ButtonPreviewDelete.js +0 -8
  32. package/src/View/Components/Buttons/ButtonShow.d.ts +0 -5
  33. package/src/View/Components/Buttons/ButtonShow.js +0 -12
  34. package/src/View/Components/Buttons/ButtonShowChart.d.ts +0 -5
  35. package/src/View/Components/Buttons/ButtonShowChart.js +0 -12
  36. package/src/View/Components/Buttons/ButtonUndo.d.ts +0 -5
  37. package/src/View/Components/Buttons/ButtonUndo.js +0 -12
  38. package/src/View/Components/ExpressionWizard.d.ts +0 -24
  39. package/src/View/Components/ExpressionWizard.js +0 -82
  40. package/src/View/Components/FilterForm/Waiting.d.ts +0 -10
  41. package/src/View/Components/FilterForm/Waiting.js +0 -19
  42. package/src/View/Components/Panels/PanelFooter.d.ts +0 -10
  43. package/src/View/Components/Panels/PanelFooter.js +0 -14
  44. package/src/View/Components/Panels/PanelWithTwoButtons.d.ts +0 -12
  45. package/src/View/Components/Panels/PanelWithTwoButtons.js +0 -20
  46. package/src/View/Components/Panels/ToolPanelSettingsPanel.d.ts +0 -8
  47. package/src/View/Components/Panels/ToolPanelSettingsPanel.js +0 -31
  48. package/src/View/Components/Selectors/ColumnSelectorOld.d.ts +0 -18
  49. package/src/View/Components/Selectors/ColumnSelectorOld.js +0 -50
  50. package/src/View/Components/SharedProps/WizardScopeState.d.ts +0 -4
  51. package/src/View/Components/SharedProps/WizardScopeState.js +0 -2
  52. package/src/View/Components/WizardSummaryRow.d.ts +0 -9
  53. package/src/View/Components/WizardSummaryRow.js +0 -16
  54. package/src/View/CustomSort/CustomSortSummary.d.ts +0 -23
  55. package/src/View/CustomSort/CustomSortSummary.js +0 -110
  56. package/src/View/DataImport/DataImportWizard/sections/ImportSection.d.ts +0 -9
  57. package/src/View/DataImport/DataImportWizard/sections/ImportSection.js +0 -24
  58. package/src/View/Export/Wizard/ReportColumnTypeWizard.d.ts +0 -19
  59. package/src/View/Export/Wizard/ReportColumnTypeWizard.js +0 -73
  60. package/src/View/Export/Wizard/ReportRowTypeWizard.d.ts +0 -19
  61. package/src/View/Export/Wizard/ReportRowTypeWizard.js +0 -73
  62. package/src/View/Export/Wizard/ReportSettingsWizard.d.ts +0 -21
  63. package/src/View/Export/Wizard/ReportSettingsWizard.js +0 -61
  64. package/src/View/Export/Wizard/ReportSummaryWizard.d.ts +0 -15
  65. package/src/View/Export/Wizard/ReportSummaryWizard.js +0 -40
  66. package/src/View/Filter/FilterSummary.d.ts +0 -18
  67. package/src/View/Filter/FilterSummary.js +0 -53
  68. package/src/View/FormatColumn/FormatColumnSummary.d.ts +0 -22
  69. package/src/View/FormatColumn/FormatColumnSummary.js +0 -95
  70. package/src/View/FreeTextColumn/FreeTextColumnSummary.d.ts +0 -22
  71. package/src/View/FreeTextColumn/FreeTextColumnSummary.js +0 -93
  72. package/src/View/GridInfo/GridInfoPopup/AdaptableOptionsComponent.d.ts +0 -7
  73. package/src/View/GridInfo/GridInfoPopup/AdaptableOptionsComponent.js +0 -99
  74. package/src/View/PlusMinus/PlusMinusSummary.d.ts +0 -22
  75. package/src/View/PlusMinus/PlusMinusSummary.js +0 -100
  76. package/src/View/Wizard/WizardLegend.d.ts +0 -12
  77. package/src/View/Wizard/WizardLegend.js +0 -28

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.