ods-component-lib 1.17.71 → 1.17.73
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.modern.js
CHANGED
|
@@ -17,7 +17,6 @@ import jsPDF from 'jspdf';
|
|
|
17
17
|
import { Workbook } from 'exceljs';
|
|
18
18
|
import { saveAs } from 'file-saver-es';
|
|
19
19
|
import moment from 'moment';
|
|
20
|
-
import 'i18n';
|
|
21
20
|
import { CheckBox, Lookup, TreeList } from 'devextreme-react';
|
|
22
21
|
import { createStore } from 'devextreme-aspnet-data-nojquery';
|
|
23
22
|
import { TreeView } from 'devextreme-react/tree-view';
|
|
@@ -1197,7 +1196,6 @@ var renderMenuItem = function renderMenuItem() {
|
|
|
1197
1196
|
};
|
|
1198
1197
|
function OdsDataGrid(props) {
|
|
1199
1198
|
var dataGridRef = useRef(null);
|
|
1200
|
-
console.log('deneme12: ', sessionStorage.getItem("locale"));
|
|
1201
1199
|
return grid(props, dataGridRef);
|
|
1202
1200
|
}
|
|
1203
1201
|
function grid(props, dataGridRef) {
|
|
@@ -1390,7 +1388,7 @@ function grid(props, dataGridRef) {
|
|
|
1390
1388
|
if (props.customPopup !== undefined) {
|
|
1391
1389
|
return React.createElement(Column, {
|
|
1392
1390
|
dataField: "Actions",
|
|
1393
|
-
caption: "
|
|
1391
|
+
caption: t("Edit"),
|
|
1394
1392
|
type: "buttons",
|
|
1395
1393
|
width: 110,
|
|
1396
1394
|
showInColumnChooser: false
|