@adaptabletools/adaptable-react-aggrid 12.0.0-canary.3 → 12.0.0-canary.4
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 +26 -0
- package/index.css +34 -0
- package/package.json +2 -2
- package/src/components/AdaptableOptionsWizardView.js +2 -1
- package/src/setupFrameworkComponents.js +2 -1
package/base.css
CHANGED
|
@@ -1783,6 +1783,10 @@
|
|
|
1783
1783
|
--ab-cmp-progress-indicator__padding: var(--ab-space-3);
|
|
1784
1784
|
--ab-cmp-progress-indicator__background: var(--ab-color-primary);
|
|
1785
1785
|
--ab-cmp-progress-indicator__color: var(--ab-color-text-on-primary); }
|
|
1786
|
+
:root {
|
|
1787
|
+
--ab-cmp-icon__fill: var(--ab-icon-fill);
|
|
1788
|
+
--ab-cmp-icon__height: 17px;
|
|
1789
|
+
--ab-cmp-icon__width: 17px; }
|
|
1786
1790
|
:root {
|
|
1787
1791
|
--ab-cmp-wizard__padding: var(--ab-space-5);
|
|
1788
1792
|
--ab-cmp-wizard__margin: var(--ab-space-1);
|
|
@@ -3118,6 +3122,24 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
3118
3122
|
button.ab-StatusBar__SubPanel:hover {
|
|
3119
3123
|
background-color: var(--ab-cmp-adaptable-statusbar-sub-panel-icon__background-color-hover);
|
|
3120
3124
|
cursor: pointer; }
|
|
3125
|
+
.ab-StatusBar {
|
|
3126
|
+
display: flex;
|
|
3127
|
+
border-right: var(--ab-cmp-adaptable-statusbar__border);
|
|
3128
|
+
border-left: var(--ab-cmp-adaptable-statusbar__border); }
|
|
3129
|
+
.ab-StatusBar__SubPanel {
|
|
3130
|
+
padding: var(--ab-cmp-adaptable-statusbar-sub-panel__padding);
|
|
3131
|
+
border: 0;
|
|
3132
|
+
background: none;
|
|
3133
|
+
font-weight: 400;
|
|
3134
|
+
border-right: var(--ab-cmp-adaptable-statusbar__border); }
|
|
3135
|
+
.ab-StatusBar__SubPanel:last-child {
|
|
3136
|
+
border-right: 0; }
|
|
3137
|
+
.ab-StatusBar__SubPanel,
|
|
3138
|
+
.ab-StatusBar__SubPanel .ab-SimpleButton {
|
|
3139
|
+
color: var(--ab-cmp-adaptable-statusbar__color); }
|
|
3140
|
+
button.ab-StatusBar__SubPanel:hover {
|
|
3141
|
+
background-color: var(--ab-cmp-adaptable-statusbar-sub-panel-icon__background-color-hover);
|
|
3142
|
+
cursor: pointer; }
|
|
3121
3143
|
.ab-alert--error {
|
|
3122
3144
|
background: var(--ab-color-error); }
|
|
3123
3145
|
.ab-alert--success {
|
|
@@ -3157,6 +3179,10 @@ button.ab-StatusBar__SubPanel:hover {
|
|
|
3157
3179
|
column-gap: var(--ab-space-1); }
|
|
3158
3180
|
.ab-ActionColumn > button.ab-SimpleButton {
|
|
3159
3181
|
height: 100%; }
|
|
3182
|
+
.adaptableRowActionButtons.ag-cell {
|
|
3183
|
+
padding: 0; }
|
|
3184
|
+
.adaptableRowActionButtons.ag-cell .ab-ActionColumn {
|
|
3185
|
+
column-gap: 0; }
|
|
3160
3186
|
.Toastify__toast-container {
|
|
3161
3187
|
border-style: none;
|
|
3162
3188
|
border-width: 0px; }
|
package/index.css
CHANGED
|
@@ -2452,6 +2452,11 @@ template {
|
|
|
2452
2452
|
--ab-cmp-progress-indicator__background: var(--ab-color-primary);
|
|
2453
2453
|
--ab-cmp-progress-indicator__color: var(--ab-color-text-on-primary); }
|
|
2454
2454
|
|
|
2455
|
+
:root {
|
|
2456
|
+
--ab-cmp-icon__fill: var(--ab-icon-fill);
|
|
2457
|
+
--ab-cmp-icon__height: 17px;
|
|
2458
|
+
--ab-cmp-icon__width: 17px; }
|
|
2459
|
+
|
|
2455
2460
|
:root {
|
|
2456
2461
|
--ab-cmp-wizard__padding: var(--ab-space-5);
|
|
2457
2462
|
--ab-cmp-wizard__margin: var(--ab-space-1);
|
|
@@ -4108,6 +4113,29 @@ button.ab-StatusBar__SubPanel:hover {
|
|
|
4108
4113
|
background-color: var(--ab-cmp-adaptable-statusbar-sub-panel-icon__background-color-hover);
|
|
4109
4114
|
cursor: pointer; }
|
|
4110
4115
|
|
|
4116
|
+
.ab-StatusBar {
|
|
4117
|
+
display: flex;
|
|
4118
|
+
border-right: var(--ab-cmp-adaptable-statusbar__border);
|
|
4119
|
+
border-left: var(--ab-cmp-adaptable-statusbar__border); }
|
|
4120
|
+
|
|
4121
|
+
.ab-StatusBar__SubPanel {
|
|
4122
|
+
padding: var(--ab-cmp-adaptable-statusbar-sub-panel__padding);
|
|
4123
|
+
border: 0;
|
|
4124
|
+
background: none;
|
|
4125
|
+
font-weight: 400;
|
|
4126
|
+
border-right: var(--ab-cmp-adaptable-statusbar__border); }
|
|
4127
|
+
|
|
4128
|
+
.ab-StatusBar__SubPanel:last-child {
|
|
4129
|
+
border-right: 0; }
|
|
4130
|
+
|
|
4131
|
+
.ab-StatusBar__SubPanel,
|
|
4132
|
+
.ab-StatusBar__SubPanel .ab-SimpleButton {
|
|
4133
|
+
color: var(--ab-cmp-adaptable-statusbar__color); }
|
|
4134
|
+
|
|
4135
|
+
button.ab-StatusBar__SubPanel:hover {
|
|
4136
|
+
background-color: var(--ab-cmp-adaptable-statusbar-sub-panel-icon__background-color-hover);
|
|
4137
|
+
cursor: pointer; }
|
|
4138
|
+
|
|
4111
4139
|
.ab-alert--error {
|
|
4112
4140
|
background: var(--ab-color-error); }
|
|
4113
4141
|
|
|
@@ -4161,6 +4189,12 @@ button.ab-StatusBar__SubPanel:hover {
|
|
|
4161
4189
|
.ab-ActionColumn > button.ab-SimpleButton {
|
|
4162
4190
|
height: 100%; }
|
|
4163
4191
|
|
|
4192
|
+
.adaptableRowActionButtons.ag-cell {
|
|
4193
|
+
padding: 0; }
|
|
4194
|
+
|
|
4195
|
+
.adaptableRowActionButtons.ag-cell .ab-ActionColumn {
|
|
4196
|
+
column-gap: 0; }
|
|
4197
|
+
|
|
4164
4198
|
.Toastify__toast-container {
|
|
4165
4199
|
border-style: none;
|
|
4166
4200
|
border-width: 0px; }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adaptabletools/adaptable-react-aggrid",
|
|
3
|
-
"version": "12.0.0-canary.
|
|
3
|
+
"version": "12.0.0-canary.4",
|
|
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": "12.0.0-canary.
|
|
22
|
+
"@adaptabletools/adaptable": "12.0.0-canary.4"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@ag-grid-community/all-modules": ">=27.2.0",
|
|
@@ -5,7 +5,7 @@ const tslib_1 = require("tslib");
|
|
|
5
5
|
const React = tslib_1.__importStar(require("react"));
|
|
6
6
|
const agGrid_1 = require("@adaptabletools/adaptable/agGrid");
|
|
7
7
|
const AdaptableReact_1 = tslib_1.__importDefault(require("./AdaptableReact"));
|
|
8
|
-
|
|
8
|
+
const AdaptableOptionsWizardView = (props) => {
|
|
9
9
|
const { shouldRenderAdaptable, adaptableProps } = props, adaptableWizardViewProps = tslib_1.__rest(props, ["shouldRenderAdaptable", "adaptableProps"]);
|
|
10
10
|
const [options, setOptions] = React.useState(null);
|
|
11
11
|
if (!options) {
|
|
@@ -20,3 +20,4 @@ exports.AdaptableOptionsWizardView = (props) => {
|
|
|
20
20
|
}
|
|
21
21
|
return React.createElement(React.Fragment, null);
|
|
22
22
|
};
|
|
23
|
+
exports.AdaptableOptionsWizardView = AdaptableOptionsWizardView;
|
|
@@ -5,7 +5,7 @@ const tslib_1 = require("tslib");
|
|
|
5
5
|
const React = tslib_1.__importStar(require("react"));
|
|
6
6
|
const react_dom_1 = require("react-dom");
|
|
7
7
|
const logger_1 = require("./logger");
|
|
8
|
-
|
|
8
|
+
const setupFrameworkComponents = (adaptableApi) => {
|
|
9
9
|
adaptableApi.internalApi
|
|
10
10
|
.getAdaptableInstance()
|
|
11
11
|
._onIncludeFired('FrameworkComponentChange', ({ command, frameworkComponent, containerDomNode, componentType }) => {
|
|
@@ -30,3 +30,4 @@ exports.setupFrameworkComponents = (adaptableApi) => {
|
|
|
30
30
|
}
|
|
31
31
|
});
|
|
32
32
|
};
|
|
33
|
+
exports.setupFrameworkComponents = setupFrameworkComponents;
|