ods-component-lib 1.18.248 → 1.18.250
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/antd/modal/OdsAdvanceModal.d.ts +1 -1
- package/dist/components/devextreme/OdsTimelineTable/OdsTimelineTable.Types.d.ts +4 -4
- package/dist/index.js +11 -3
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +12 -4
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
- package/dist/stories/OdsAdvanceModal/OdsAdvanceModal.stories.d.ts +0 -42
- package/dist/stories/OdsAdvanceModal/Samples/BasicOdsAdvanceModal.sample.d.ts +0 -8
- package/dist/stories/OdsBasicDataGrid/OdsBasicDataGrid.stories.d.ts +0 -110
- package/dist/stories/OdsBasicDataGrid/Samples/MergeCells/MergeCells.Constants.d.ts +0 -14
- package/dist/stories/OdsBasicDataGrid/Samples/MergeCells/MergeCells.MockData.d.ts +0 -7
- package/dist/stories/OdsBasicDataGrid/Samples/MergeCells/MergeCells.Sample.d.ts +0 -1
- package/dist/stories/OdsModal/Samples/OdsModal.Sample.d.ts +0 -1
- package/dist/stories/OdsPivotGrid/OdsPivotGrid.stories.d.ts +0 -15
- package/dist/stories/OdsPivotGrid/Samples/BasicPivotGrid/BasicPivotGrid.Constants.d.ts +0 -2
- package/dist/stories/OdsPivotGrid/Samples/BasicPivotGrid/BasicPivotGrid.MockData.d.ts +0 -7
- package/dist/stories/OdsPivotGrid/Samples/BasicPivotGrid/BasicPivotGrid.Sample.d.ts +0 -1
- package/dist/stories/OdsRemoteDataGrid/Samples/MergeCells/MergeCells.Constants.d.ts +0 -5
- package/dist/stories/OdsRemoteDataGrid/Samples/MergeCells/MergeCells.MockData.d.ts +0 -6
- package/dist/stories/OdsRemoteDataGrid/Samples/MergeCells/MergeCells.Sample.d.ts +0 -1
|
@@ -126,12 +126,12 @@ export interface IOdsTimelineTableToolbarSettings {
|
|
|
126
126
|
selectedText?: string;
|
|
127
127
|
activeText?: string;
|
|
128
128
|
passiveText?: string;
|
|
129
|
-
pdf
|
|
130
|
-
title
|
|
129
|
+
pdf?: {
|
|
130
|
+
title?: string;
|
|
131
131
|
documentFormat?: ExportDocumentType;
|
|
132
132
|
};
|
|
133
|
-
excel
|
|
134
|
-
title
|
|
133
|
+
excel?: {
|
|
134
|
+
title?: string;
|
|
135
135
|
};
|
|
136
136
|
};
|
|
137
137
|
columnChooser?: {
|
package/dist/index.js
CHANGED
|
@@ -33751,6 +33751,7 @@ var MasterDetailDataGrid = function MasterDetailDataGrid(_ref) {
|
|
|
33751
33751
|
},
|
|
33752
33752
|
dataSource: dataSource,
|
|
33753
33753
|
showBorders: true,
|
|
33754
|
+
showRowLines: true,
|
|
33754
33755
|
columnAutoWidth: true,
|
|
33755
33756
|
allowColumnReordering: true,
|
|
33756
33757
|
selection: {
|
|
@@ -56337,7 +56338,7 @@ var OdsTimelineTableColumnChooser = function OdsTimelineTableColumnChooser(props
|
|
|
56337
56338
|
};
|
|
56338
56339
|
|
|
56339
56340
|
var OdsTimelineTable = React.forwardRef(function (props, ref) {
|
|
56340
|
-
var _toolbarSettings$sear, _toolbarSettings$sear5, _toolbarSettings$expo12, _toolbarSettings$expo13, _toolbarSettings$expo14, _toolbarSettings$expo15, _toolbarSettings$expo16, _toolbarSettings$colu;
|
|
56341
|
+
var _toolbarSettings$sear, _toolbarSettings$sear5, _toolbarSettings$expo12, _toolbarSettings$expo13, _toolbarSettings$expo14, _toolbarSettings$expo15, _toolbarSettings$expo16, _toolbarSettings$expo17, _toolbarSettings$expo18, _toolbarSettings$colu;
|
|
56341
56342
|
var customColumns = props.customColumns,
|
|
56342
56343
|
customTasks = props.customTasks,
|
|
56343
56344
|
customTaskKey = props.customTaskKey,
|
|
@@ -56720,6 +56721,12 @@ var OdsTimelineTable = React.forwardRef(function (props, ref) {
|
|
|
56720
56721
|
mode: sortingMode,
|
|
56721
56722
|
showSortIndexes: false
|
|
56722
56723
|
}
|
|
56724
|
+
}), React__default.createElement(gantt.HeaderFilter, {
|
|
56725
|
+
visible: true,
|
|
56726
|
+
allowSearch: true,
|
|
56727
|
+
allowSelectAll: true
|
|
56728
|
+
}), React__default.createElement(gantt.FilterRow, {
|
|
56729
|
+
visible: true
|
|
56723
56730
|
}), toolbarSettings !== null && toolbarSettings !== void 0 && toolbarSettings.visible ? React__default.createElement(gantt.Toolbar, null, React__default.createElement(gantt.Item, {
|
|
56724
56731
|
key: "OdsTimelineTable_ToolbarItem_DateFilter",
|
|
56725
56732
|
visible: toolbarSettings === null || toolbarSettings === void 0 ? void 0 : toolbarSettings.dateFilterVisible,
|
|
@@ -56755,11 +56762,11 @@ var OdsTimelineTable = React.forwardRef(function (props, ref) {
|
|
|
56755
56762
|
items: [{
|
|
56756
56763
|
icon: "export",
|
|
56757
56764
|
items: [{
|
|
56758
|
-
text: toolbarSettings === null || toolbarSettings === void 0 ? void 0 : (_toolbarSettings$
|
|
56765
|
+
text: (_toolbarSettings$expo13 = toolbarSettings === null || toolbarSettings === void 0 ? void 0 : (_toolbarSettings$expo14 = toolbarSettings["export"]) === null || _toolbarSettings$expo14 === void 0 ? void 0 : (_toolbarSettings$expo15 = _toolbarSettings$expo14.pdf) === null || _toolbarSettings$expo15 === void 0 ? void 0 : _toolbarSettings$expo15.title) != null ? _toolbarSettings$expo13 : "Export to Pdf",
|
|
56759
56766
|
icon: "exportpdf",
|
|
56760
56767
|
onClick: exportPdf
|
|
56761
56768
|
}, {
|
|
56762
|
-
text: toolbarSettings === null || toolbarSettings === void 0 ? void 0 : (_toolbarSettings$
|
|
56769
|
+
text: (_toolbarSettings$expo16 = toolbarSettings === null || toolbarSettings === void 0 ? void 0 : (_toolbarSettings$expo17 = toolbarSettings["export"]) === null || _toolbarSettings$expo17 === void 0 ? void 0 : (_toolbarSettings$expo18 = _toolbarSettings$expo17.excel) === null || _toolbarSettings$expo18 === void 0 ? void 0 : _toolbarSettings$expo18.title) != null ? _toolbarSettings$expo16 : "Export to Excel",
|
|
56763
56770
|
icon: "exportxlsx",
|
|
56764
56771
|
onClick: exportExcel
|
|
56765
56772
|
}]
|
|
@@ -56848,6 +56855,7 @@ var OdsTimelineTable = React.forwardRef(function (props, ref) {
|
|
|
56848
56855
|
}), children), React__default.createElement(DataGrid__default, {
|
|
56849
56856
|
key: "DataGrid_Export",
|
|
56850
56857
|
ref: refDataGridExportable,
|
|
56858
|
+
className: "odsTimelineTable-ExportDataGrid",
|
|
56851
56859
|
width: 0,
|
|
56852
56860
|
height: 0,
|
|
56853
56861
|
dataSource: exportableTasks
|