@adaptabletools/adaptable 23.0.0-canary.1 → 23.0.0-canary.2

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 (35) hide show
  1. package/index.css +62 -64
  2. package/package.json +1 -1
  3. package/src/AdaptableState/LayoutState.d.ts +5 -4
  4. package/src/AdaptableState/StyledColumnState.d.ts +7 -16
  5. package/src/AdaptableState/StyledColumnState.js +9 -1
  6. package/src/View/Layout/Wizard/sections/ColumnsSection.js +1 -1
  7. package/src/View/Layout/Wizard/sections/RowGroupingSection.js +6 -2
  8. package/src/View/renderWithAdaptableContext.js +1 -1
  9. package/src/agGrid/AdaptableAgGrid.js +2 -2
  10. package/src/components/Combobox/index.js +1 -1
  11. package/src/components/Datepicker/index.js +4 -4
  12. package/src/components/NewDropdownButton/index.js +1 -1
  13. package/src/components/NewSelect/index.js +2 -2
  14. package/src/components/NewTooltip/index.js +1 -1
  15. package/src/components/ui/button.js +1 -1
  16. package/src/components/ui/calendar.d.ts +1 -1
  17. package/src/components/ui/calendar.js +2 -2
  18. package/src/components/ui/combobox.js +3 -3
  19. package/src/components/ui/dropdown-menu.js +1 -1
  20. package/src/components/ui/input-group.d.ts +1 -1
  21. package/src/components/ui/input-group.js +4 -4
  22. package/src/components/ui/input.js +1 -1
  23. package/src/components/ui/popover.js +1 -1
  24. package/src/components/ui/select.js +1 -1
  25. package/src/components/ui/textarea.js +1 -1
  26. package/src/components/ui/tooltip.js +1 -1
  27. package/src/env.js +2 -2
  28. package/src/layout-manager/src/LayoutManagerModel.d.ts +2 -2
  29. package/src/layout-manager/src/index.js +5 -4
  30. package/src/layout-manager/src/normalizeLayoutModel.js +5 -1
  31. package/src/layout-manager/src/rowGroupDisplayType.d.ts +6 -0
  32. package/src/layout-manager/src/rowGroupDisplayType.js +24 -0
  33. package/src/metamodel/adaptable.metamodel.d.ts +0 -24
  34. package/src/metamodel/adaptable.metamodel.js +1 -1
  35. package/tsconfig.esm.tsbuildinfo +1 -1
@@ -1138,11 +1138,6 @@ export declare const ADAPTABLE_METAMODEL: {
1138
1138
  };
1139
1139
  BadgePillStyle: {
1140
1140
  k: string;
1141
- p: {
1142
- n: string;
1143
- k: string;
1144
- o: boolean;
1145
- }[];
1146
1141
  };
1147
1142
  BadgeShape: {
1148
1143
  k: string;
@@ -3552,25 +3547,6 @@ export declare const ADAPTABLE_METAMODEL: {
3552
3547
  LayoutArray: {
3553
3548
  k: string;
3554
3549
  };
3555
- LayoutBase: {
3556
- k: string;
3557
- p: ({
3558
- n: string;
3559
- k: string;
3560
- o: boolean;
3561
- r?: undefined;
3562
- } | {
3563
- n: string;
3564
- k: string;
3565
- o: boolean;
3566
- r: string;
3567
- } | {
3568
- n: string;
3569
- k: string;
3570
- o?: undefined;
3571
- r?: undefined;
3572
- })[];
3573
- };
3574
3550
  LayoutChangedAction: {
3575
3551
  k: string;
3576
3552
  };