@adaptabletools/adaptable-react-aggrid 11.3.0 → 12.0.0-canary.0
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/base.css +22 -4
- package/index.css +26 -4
- package/package.json +2 -2
package/base.css
CHANGED
|
@@ -1669,6 +1669,9 @@
|
|
|
1669
1669
|
--ab-cmp-adaptable-object-compact-list-item__background: var(--ab-color-defaultbackground);
|
|
1670
1670
|
--ab-cmp-adaptable-object-compact-list-item__padding: var(--ab-space-1);
|
|
1671
1671
|
--ab-cmp-adaptable-object-compact-list-item__margin-bottom: var(--ab-space-2);
|
|
1672
|
+
--ab-cmp-adaptable-object-compact-list__header__padding: var(--ab-space-2);
|
|
1673
|
+
--ab-cmp-adaptable-object-compact-list__header__margin-bottom: var(--ab-space-1);
|
|
1674
|
+
--ab-cmp-adaptable-object-compact-list__header__font-size: var(--ab-font-size-4);
|
|
1672
1675
|
--ab-cmp-adaptable-object-compact-list-item-name__width: 80px;
|
|
1673
1676
|
--ab-cmp-adaptable-object-compact-list-item-name__padding: var(--ab-space-1);
|
|
1674
1677
|
--ab-cmp-adaptable-object-compact-list-item-name__margin-right: var(--ab-space-1);
|
|
@@ -1685,7 +1688,8 @@
|
|
|
1685
1688
|
--ab-cmp-adaptable-statusbar-sub-panel__padding: var(--ab-space-1) var(--ab-space-2);
|
|
1686
1689
|
--ab-cmp-adaptable-statusbar-sub-panel-icon__background-color-hover: var(--ab-color-primary);
|
|
1687
1690
|
--ab-cmp-adaptable-statusbar__color: var(--ab-color-text-on-primary);
|
|
1688
|
-
--ab-cmp-adaptable-statusbar__font-weight: 400;
|
|
1691
|
+
--ab-cmp-adaptable-statusbar__font-weight: 400;
|
|
1692
|
+
--ab-cmp-adaptable-statusbar__border: 1px solid var(--ab-color-primary); }
|
|
1689
1693
|
.ab-Radio-input:focus + svg rect {
|
|
1690
1694
|
stroke: var(--ab-color-accent);
|
|
1691
1695
|
stroke-width: 2; }
|
|
@@ -2797,7 +2801,16 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
2797
2801
|
visibility: visible; }
|
|
2798
2802
|
.ab-Adaptable-Object-Compact-List {
|
|
2799
2803
|
padding: var(--ab-cmp-adaptable-object-compact-list__padding);
|
|
2800
|
-
background: var(--ab-cmp-adaptable-object-compact-list__background);
|
|
2804
|
+
background: var(--ab-cmp-adaptable-object-compact-list__background);
|
|
2805
|
+
max-height: 70vh; }
|
|
2806
|
+
.ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Header {
|
|
2807
|
+
padding: var(--ab-cmp-adaptable-object-compact-list__header__padding);
|
|
2808
|
+
margin-bottom: var(--ab-cmp-adaptable-object-compact-list__header__margin-bottom); }
|
|
2809
|
+
.ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Title {
|
|
2810
|
+
font-size: var(--ab-font-size-4); }
|
|
2811
|
+
.ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Body {
|
|
2812
|
+
overflow: auto;
|
|
2813
|
+
height: 100%; }
|
|
2801
2814
|
.ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Item {
|
|
2802
2815
|
padding: var(--ab-cmp-adaptable-object-compact-list-item__padding);
|
|
2803
2816
|
margin-bottom: var(--ab-cmp-adaptable-object-compact-list-item__margin-bottom);
|
|
@@ -2810,12 +2823,17 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
2810
2823
|
margin-right: var(--ab-cmp-adaptable-object-compact-list-item-name__margin-right);
|
|
2811
2824
|
font-size: var(--ab-cmp-adaptable-object-compact-list-item-name__font-size); }
|
|
2812
2825
|
.ab-StatusBar {
|
|
2813
|
-
display: flex;
|
|
2826
|
+
display: flex;
|
|
2827
|
+
border-right: var(--ab-cmp-adaptable-statusbar__border);
|
|
2828
|
+
border-left: var(--ab-cmp-adaptable-statusbar__border); }
|
|
2814
2829
|
.ab-StatusBar__SubPanel {
|
|
2815
2830
|
padding: var(--ab-cmp-adaptable-statusbar-sub-panel__padding);
|
|
2816
2831
|
border: 0;
|
|
2817
2832
|
background: none;
|
|
2818
|
-
font-weight: 400;
|
|
2833
|
+
font-weight: 400;
|
|
2834
|
+
border-right: var(--ab-cmp-adaptable-statusbar__border); }
|
|
2835
|
+
.ab-StatusBar__SubPanel:last-child {
|
|
2836
|
+
border-right: 0; }
|
|
2819
2837
|
.ab-StatusBar__SubPanel,
|
|
2820
2838
|
.ab-StatusBar__SubPanel .ab-SimpleButton {
|
|
2821
2839
|
color: var(--ab-cmp-adaptable-statusbar__color); }
|
package/index.css
CHANGED
|
@@ -2290,6 +2290,9 @@ template {
|
|
|
2290
2290
|
--ab-cmp-adaptable-object-compact-list-item__background: var(--ab-color-defaultbackground);
|
|
2291
2291
|
--ab-cmp-adaptable-object-compact-list-item__padding: var(--ab-space-1);
|
|
2292
2292
|
--ab-cmp-adaptable-object-compact-list-item__margin-bottom: var(--ab-space-2);
|
|
2293
|
+
--ab-cmp-adaptable-object-compact-list__header__padding: var(--ab-space-2);
|
|
2294
|
+
--ab-cmp-adaptable-object-compact-list__header__margin-bottom: var(--ab-space-1);
|
|
2295
|
+
--ab-cmp-adaptable-object-compact-list__header__font-size: var(--ab-font-size-4);
|
|
2293
2296
|
--ab-cmp-adaptable-object-compact-list-item-name__width: 80px;
|
|
2294
2297
|
--ab-cmp-adaptable-object-compact-list-item-name__padding: var(--ab-space-1);
|
|
2295
2298
|
--ab-cmp-adaptable-object-compact-list-item-name__margin-right: var(--ab-space-1);
|
|
@@ -2310,7 +2313,8 @@ template {
|
|
|
2310
2313
|
--ab-cmp-adaptable-statusbar-sub-panel__padding: var(--ab-space-1) var(--ab-space-2);
|
|
2311
2314
|
--ab-cmp-adaptable-statusbar-sub-panel-icon__background-color-hover: var(--ab-color-primary);
|
|
2312
2315
|
--ab-cmp-adaptable-statusbar__color: var(--ab-color-text-on-primary);
|
|
2313
|
-
--ab-cmp-adaptable-statusbar__font-weight: 400;
|
|
2316
|
+
--ab-cmp-adaptable-statusbar__font-weight: 400;
|
|
2317
|
+
--ab-cmp-adaptable-statusbar__border: 1px solid var(--ab-color-primary); }
|
|
2314
2318
|
|
|
2315
2319
|
.ab-Radio-input:focus + svg rect {
|
|
2316
2320
|
stroke: var(--ab-color-accent);
|
|
@@ -3702,7 +3706,19 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
3702
3706
|
|
|
3703
3707
|
.ab-Adaptable-Object-Compact-List {
|
|
3704
3708
|
padding: var(--ab-cmp-adaptable-object-compact-list__padding);
|
|
3705
|
-
background: var(--ab-cmp-adaptable-object-compact-list__background);
|
|
3709
|
+
background: var(--ab-cmp-adaptable-object-compact-list__background);
|
|
3710
|
+
max-height: 70vh; }
|
|
3711
|
+
|
|
3712
|
+
.ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Header {
|
|
3713
|
+
padding: var(--ab-cmp-adaptable-object-compact-list__header__padding);
|
|
3714
|
+
margin-bottom: var(--ab-cmp-adaptable-object-compact-list__header__margin-bottom); }
|
|
3715
|
+
|
|
3716
|
+
.ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Title {
|
|
3717
|
+
font-size: var(--ab-font-size-4); }
|
|
3718
|
+
|
|
3719
|
+
.ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Body {
|
|
3720
|
+
overflow: auto;
|
|
3721
|
+
height: 100%; }
|
|
3706
3722
|
|
|
3707
3723
|
.ab-Adaptable-Object-Compact-List .ab-Adaptable-Object-Compact-List__Item {
|
|
3708
3724
|
padding: var(--ab-cmp-adaptable-object-compact-list-item__padding);
|
|
@@ -3719,13 +3735,19 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
3719
3735
|
font-size: var(--ab-cmp-adaptable-object-compact-list-item-name__font-size); }
|
|
3720
3736
|
|
|
3721
3737
|
.ab-StatusBar {
|
|
3722
|
-
display: flex;
|
|
3738
|
+
display: flex;
|
|
3739
|
+
border-right: var(--ab-cmp-adaptable-statusbar__border);
|
|
3740
|
+
border-left: var(--ab-cmp-adaptable-statusbar__border); }
|
|
3723
3741
|
|
|
3724
3742
|
.ab-StatusBar__SubPanel {
|
|
3725
3743
|
padding: var(--ab-cmp-adaptable-statusbar-sub-panel__padding);
|
|
3726
3744
|
border: 0;
|
|
3727
3745
|
background: none;
|
|
3728
|
-
font-weight: 400;
|
|
3746
|
+
font-weight: 400;
|
|
3747
|
+
border-right: var(--ab-cmp-adaptable-statusbar__border); }
|
|
3748
|
+
|
|
3749
|
+
.ab-StatusBar__SubPanel:last-child {
|
|
3750
|
+
border-right: 0; }
|
|
3729
3751
|
|
|
3730
3752
|
.ab-StatusBar__SubPanel,
|
|
3731
3753
|
.ab-StatusBar__SubPanel .ab-SimpleButton {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adaptabletools/adaptable-react-aggrid",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "12.0.0-canary.0",
|
|
4
4
|
"description": "React version of AdapTable - the powerful AG Grid add-on that provides all the rich functionality that advanced users expect from their DataGrids and Data Tables",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "contact sales@adaptabletools.com for details",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"tslib": "^2.0.0",
|
|
22
|
-
"@adaptabletools/adaptable": "
|
|
22
|
+
"@adaptabletools/adaptable": "12.0.0-canary.0"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@ag-grid-community/all-modules": ">=27.2.0",
|