@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.
- package/index.css +62 -64
- package/package.json +1 -1
- package/src/AdaptableState/LayoutState.d.ts +5 -4
- package/src/AdaptableState/StyledColumnState.d.ts +7 -16
- package/src/AdaptableState/StyledColumnState.js +9 -1
- package/src/View/Layout/Wizard/sections/ColumnsSection.js +1 -1
- package/src/View/Layout/Wizard/sections/RowGroupingSection.js +6 -2
- package/src/View/renderWithAdaptableContext.js +1 -1
- package/src/agGrid/AdaptableAgGrid.js +2 -2
- package/src/components/Combobox/index.js +1 -1
- package/src/components/Datepicker/index.js +4 -4
- package/src/components/NewDropdownButton/index.js +1 -1
- package/src/components/NewSelect/index.js +2 -2
- package/src/components/NewTooltip/index.js +1 -1
- package/src/components/ui/button.js +1 -1
- package/src/components/ui/calendar.d.ts +1 -1
- package/src/components/ui/calendar.js +2 -2
- package/src/components/ui/combobox.js +3 -3
- package/src/components/ui/dropdown-menu.js +1 -1
- package/src/components/ui/input-group.d.ts +1 -1
- package/src/components/ui/input-group.js +4 -4
- package/src/components/ui/input.js +1 -1
- package/src/components/ui/popover.js +1 -1
- package/src/components/ui/select.js +1 -1
- package/src/components/ui/textarea.js +1 -1
- package/src/components/ui/tooltip.js +1 -1
- package/src/env.js +2 -2
- package/src/layout-manager/src/LayoutManagerModel.d.ts +2 -2
- package/src/layout-manager/src/index.js +5 -4
- package/src/layout-manager/src/normalizeLayoutModel.js +5 -1
- package/src/layout-manager/src/rowGroupDisplayType.d.ts +6 -0
- package/src/layout-manager/src/rowGroupDisplayType.js +24 -0
- package/src/metamodel/adaptable.metamodel.d.ts +0 -24
- package/src/metamodel/adaptable.metamodel.js +1 -1
- 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
|
};
|