ods-component-lib 1.17.182 → 1.17.183
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/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1564,12 +1564,14 @@ function grid(props, dataGridRef) {
|
|
|
1564
1564
|
className: "dx-header-title"
|
|
1565
1565
|
}, props.pageTitle)), React__default.createElement(dataGrid.Item, {
|
|
1566
1566
|
location: "before"
|
|
1567
|
+
}, React__default.createElement("div", {
|
|
1568
|
+
className: "dx-header-action"
|
|
1567
1569
|
}, React__default.createElement(OdsButton, {
|
|
1568
1570
|
className: "dx-add-new",
|
|
1569
1571
|
type: "primary",
|
|
1570
1572
|
disabled: props.actionPermission == undefined ? false : !props.actionPermission,
|
|
1571
1573
|
onClick: props.onAddButton
|
|
1572
|
-
}, props.AddNewButtonName)), React__default.createElement(dataGrid.Item, {
|
|
1574
|
+
}, props.AddNewButtonName))), React__default.createElement(dataGrid.Item, {
|
|
1573
1575
|
name: "searchPanel"
|
|
1574
1576
|
}), React__default.createElement(dataGrid.Item, {
|
|
1575
1577
|
name: "applyFilterButton"
|