ods-component-lib 1.18.36 → 1.18.37
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/components/devextreme/OdsDatagridProps.d.ts +2 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
- /package/dist/components/antd/datepicker/{OdsDateRangepicker.d.ts → OdsDateRangePicker.d.ts} +0 -0
package/dist/index.modern.js
CHANGED
|
@@ -17484,7 +17484,7 @@ var OdsRemoteDataGrid = function OdsRemoteDataGrid(props) {
|
|
|
17484
17484
|
allowUpdating: props.edit.allowUpdating,
|
|
17485
17485
|
allowDeleting: props.edit.allowDeleting,
|
|
17486
17486
|
allowAdding: props.edit.allowAdding,
|
|
17487
|
-
useIcons:
|
|
17487
|
+
useIcons: props.edit.useIcons
|
|
17488
17488
|
}, props.edit.mode === "popup" && React.createElement("div", null, React.createElement(Popup, {
|
|
17489
17489
|
showTitle: true,
|
|
17490
17490
|
width: 700,
|