@deephaven/iris-grid 0.8.2-beta.5 → 0.9.1-alpha.9
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/AdvancedFilterCreator.d.ts +2 -2
- package/dist/AdvancedFilterCreator.d.ts.map +1 -1
- package/dist/AdvancedFilterCreatorFilterItem.d.ts +30 -31
- package/dist/AdvancedFilterCreatorFilterItem.d.ts.map +1 -1
- package/dist/AdvancedFilterCreatorFilterItem.js +21 -28
- package/dist/AdvancedFilterCreatorFilterItem.js.map +1 -1
- package/dist/AdvancedFilterCreatorSelectValueList.d.ts +1 -1
- package/dist/CrossColumnSearch.d.ts +1 -1
- package/dist/CrossColumnSearch.d.ts.map +1 -1
- package/dist/DateUtils.d.ts +46 -44
- package/dist/DateUtils.d.ts.map +1 -1
- package/dist/DateUtils.js +37 -32
- package/dist/DateUtils.js.map +1 -1
- package/dist/Formatter.d.ts +37 -35
- package/dist/Formatter.d.ts.map +1 -1
- package/dist/Formatter.js +57 -37
- package/dist/Formatter.js.map +1 -1
- package/dist/FormatterUtils.d.ts +12 -8
- package/dist/FormatterUtils.d.ts.map +1 -1
- package/dist/FormatterUtils.js.map +1 -1
- package/dist/IrisGrid.d.ts +15 -12
- package/dist/IrisGrid.d.ts.map +1 -1
- package/dist/IrisGrid.js +24 -13
- package/dist/IrisGrid.js.map +1 -1
- package/dist/IrisGridMetricCalculator.d.ts +16 -2
- package/dist/IrisGridMetricCalculator.d.ts.map +1 -1
- package/dist/IrisGridMetricCalculator.js +4 -3
- package/dist/IrisGridMetricCalculator.js.map +1 -1
- package/dist/IrisGridModel.d.ts +23 -23
- package/dist/IrisGridModel.d.ts.map +1 -1
- package/dist/IrisGridModelFactory.d.ts +1 -1
- package/dist/IrisGridModelFactory.d.ts.map +1 -1
- package/dist/IrisGridProxyModel.d.ts +2 -2
- package/dist/IrisGridProxyModel.d.ts.map +1 -1
- package/dist/IrisGridTableModel.d.ts +5 -5
- package/dist/IrisGridTableModel.d.ts.map +1 -1
- package/dist/IrisGridTestUtils.d.ts +1 -1
- package/dist/IrisGridTestUtils.d.ts.map +1 -1
- package/dist/IrisGridTheme.d.ts +5 -75
- package/dist/IrisGridTheme.d.ts.map +1 -1
- package/dist/IrisGridTheme.js +2 -1
- package/dist/IrisGridTheme.js.map +1 -1
- package/dist/IrisGridUtils.d.ts +28 -28
- package/dist/IrisGridUtils.d.ts.map +1 -1
- package/dist/TableUtils.d.ts +127 -114
- package/dist/TableUtils.d.ts.map +1 -1
- package/dist/TableUtils.js +76 -69
- package/dist/TableUtils.js.map +1 -1
- package/dist/declaration.d.js +2 -0
- package/dist/declaration.d.js.map +1 -0
- package/dist/filters/FilterOperator.d.ts +5 -5
- package/dist/filters/FilterOperator.d.ts.map +1 -1
- package/dist/filters/FilterOperator.js +1 -3
- package/dist/filters/FilterOperator.js.map +1 -1
- package/dist/filters/FilterType.d.ts +23 -23
- package/dist/filters/FilterType.d.ts.map +1 -1
- package/dist/filters/FilterType.js +1 -3
- package/dist/filters/FilterType.js.map +1 -1
- package/dist/filters/index.d.ts +2 -2
- package/dist/filters/index.d.ts.map +1 -1
- package/dist/filters/index.js +2 -2
- package/dist/filters/index.js.map +1 -1
- package/dist/format-context-menus/CustomFormatAction.d.ts +27 -39
- package/dist/format-context-menus/CustomFormatAction.d.ts.map +1 -1
- package/dist/format-context-menus/CustomFormatAction.js +24 -23
- package/dist/format-context-menus/CustomFormatAction.js.map +1 -1
- package/dist/format-context-menus/DateTimeFormatContextMenu.d.ts +8 -5
- package/dist/format-context-menus/DateTimeFormatContextMenu.d.ts.map +1 -1
- package/dist/format-context-menus/DateTimeFormatContextMenu.js +3 -3
- package/dist/format-context-menus/DateTimeFormatContextMenu.js.map +1 -1
- package/dist/format-context-menus/DecimalFormatContextMenu.d.ts +7 -5
- package/dist/format-context-menus/DecimalFormatContextMenu.d.ts.map +1 -1
- package/dist/format-context-menus/DecimalFormatContextMenu.js +3 -3
- package/dist/format-context-menus/DecimalFormatContextMenu.js.map +1 -1
- package/dist/format-context-menus/FormatContextMenuUtils.d.ts +28 -27
- package/dist/format-context-menus/FormatContextMenuUtils.d.ts.map +1 -1
- package/dist/format-context-menus/FormatContextMenuUtils.js +12 -10
- package/dist/format-context-menus/FormatContextMenuUtils.js.map +1 -1
- package/dist/format-context-menus/IntegerFormatContextMenu.d.ts +7 -5
- package/dist/format-context-menus/IntegerFormatContextMenu.d.ts.map +1 -1
- package/dist/format-context-menus/IntegerFormatContextMenu.js +3 -3
- package/dist/format-context-menus/IntegerFormatContextMenu.js.map +1 -1
- package/dist/format-context-menus/index.d.ts +3 -3
- package/dist/format-context-menus/index.d.ts.map +1 -1
- package/dist/format-context-menus/index.js.map +1 -1
- package/dist/formatters/BooleanColumnFormatter.d.ts +4 -4
- package/dist/formatters/BooleanColumnFormatter.d.ts.map +1 -1
- package/dist/formatters/BooleanColumnFormatter.js.map +1 -1
- package/dist/formatters/CharColumnFormatter.d.ts +4 -4
- package/dist/formatters/CharColumnFormatter.d.ts.map +1 -1
- package/dist/formatters/CharColumnFormatter.js.map +1 -1
- package/dist/formatters/DateTimeColumnFormatter.d.ts +6 -5
- package/dist/formatters/DateTimeColumnFormatter.d.ts.map +1 -1
- package/dist/formatters/DateTimeColumnFormatter.js.map +1 -1
- package/dist/formatters/DecimalColumnFormatter.d.ts +2 -2
- package/dist/formatters/DecimalColumnFormatter.d.ts.map +1 -1
- package/dist/formatters/DecimalColumnFormatter.js.map +1 -1
- package/dist/formatters/DefaultColumnFormatter.d.ts +4 -4
- package/dist/formatters/DefaultColumnFormatter.d.ts.map +1 -1
- package/dist/formatters/DefaultColumnFormatter.js.map +1 -1
- package/dist/formatters/IntegerColumnFormatter.d.ts +2 -2
- package/dist/formatters/IntegerColumnFormatter.d.ts.map +1 -1
- package/dist/formatters/IntegerColumnFormatter.js.map +1 -1
- package/dist/formatters/index.d.ts +1 -0
- package/dist/formatters/index.d.ts.map +1 -1
- package/dist/formatters/index.js +1 -0
- package/dist/formatters/index.js.map +1 -1
- package/dist/index.d.ts +14 -11
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/mousehandlers/IrisGridContextMenuHandler.d.ts +17 -8
- package/dist/mousehandlers/IrisGridContextMenuHandler.d.ts.map +1 -1
- package/dist/sidebar/ChartBuilder.d.ts +1 -1
- package/dist/sidebar/ChartBuilder.d.ts.map +1 -1
- package/dist/sidebar/TableCsvExporter.d.ts +1 -1
- package/dist/sidebar/TableCsvExporter.d.ts.map +1 -1
- package/dist/sidebar/VisibilityOrderingBuilder.d.ts +1 -1
- package/dist/sidebar/VisibilityOrderingBuilder.d.ts.map +1 -1
- package/dist/sidebar/aggregations/AggregationEdit.d.ts +2 -4
- package/dist/sidebar/aggregations/AggregationEdit.d.ts.map +1 -1
- package/dist/sidebar/aggregations/AggregationEdit.js.map +1 -1
- package/dist/sidebar/aggregations/AggregationUtils.d.ts +1 -4
- package/dist/sidebar/aggregations/AggregationUtils.d.ts.map +1 -1
- package/dist/sidebar/aggregations/AggregationUtils.js.map +1 -1
- package/package.json +12 -13
package/dist/IrisGridUtils.d.ts
CHANGED
|
@@ -6,20 +6,20 @@ declare class IrisGridUtils {
|
|
|
6
6
|
* @param {Object} gridState The state of the Grid to export
|
|
7
7
|
* @returns {Object} An object that can be stringified and imported with {{@link hydrateGridState}}
|
|
8
8
|
*/
|
|
9
|
-
static dehydrateGridState(model:
|
|
9
|
+
static dehydrateGridState(model: IrisGridModel, gridState: Object): Object;
|
|
10
10
|
/**
|
|
11
11
|
* Import a state for Grid that was exported with {{@link dehydrateGridState}}
|
|
12
12
|
* @param {IrisGridModel} model The table model to import the state for
|
|
13
13
|
* @param {Object} gridState The state of the panel that was saved
|
|
14
14
|
* @returns {Object} The gridState props to set on the Grid
|
|
15
15
|
*/
|
|
16
|
-
static hydrateGridState(model:
|
|
16
|
+
static hydrateGridState(model: IrisGridModel, gridState: Object, customColumns?: any[]): Object;
|
|
17
17
|
/**
|
|
18
18
|
* Exports the state from IrisGrid to a JSON stringifiable object
|
|
19
19
|
* @param {IrisGridModel} model The table model to export the state for
|
|
20
20
|
* @param {Object} irisGridState The current state of the IrisGrid
|
|
21
21
|
*/
|
|
22
|
-
static dehydrateIrisGridState(model:
|
|
22
|
+
static dehydrateIrisGridState(model: IrisGridModel, irisGridState: Object): {
|
|
23
23
|
advancedFilters: Object;
|
|
24
24
|
advancedSettings: any[];
|
|
25
25
|
aggregationSettings: any;
|
|
@@ -45,14 +45,14 @@ declare class IrisGridUtils {
|
|
|
45
45
|
* @param {IrisGridModel} model The table model to import the state with
|
|
46
46
|
* @param {Object} irisGridState The saved IrisGrid state
|
|
47
47
|
*/
|
|
48
|
-
static hydrateIrisGridState(model:
|
|
49
|
-
advancedFilters:
|
|
48
|
+
static hydrateIrisGridState(model: IrisGridModel, irisGridState: Object): {
|
|
49
|
+
advancedFilters: AdvancedFilter[];
|
|
50
50
|
advancedSettings: Map<any, any>;
|
|
51
51
|
aggregationSettings: any;
|
|
52
52
|
customColumnFormatMap: Map<any, any>;
|
|
53
53
|
isFilterBarShown: any;
|
|
54
|
-
quickFilters:
|
|
55
|
-
sorts:
|
|
54
|
+
quickFilters: QuickFilter[];
|
|
55
|
+
sorts: dh.Sort[];
|
|
56
56
|
userColumnWidths: Map<any, any>;
|
|
57
57
|
customColumns: any;
|
|
58
58
|
userRowHeights: Map<any, any>;
|
|
@@ -72,20 +72,20 @@ declare class IrisGridUtils {
|
|
|
72
72
|
* @param {Object} irisGridPanelState The current IrisGridPanel state
|
|
73
73
|
* @returns {Object} The dehydrated IrisGridPanel state
|
|
74
74
|
*/
|
|
75
|
-
static dehydrateIrisGridPanelState(model:
|
|
75
|
+
static dehydrateIrisGridPanelState(model: IrisGridModel, irisGridPanelState: Object): Object;
|
|
76
76
|
/**
|
|
77
77
|
* Import the saved IrisGridPanel state.
|
|
78
78
|
* @param {IrisGridModel} model The model the state is being hydrated with
|
|
79
79
|
* @param {Object} irisGridPanelState Exported IrisGridPanel state
|
|
80
80
|
* @returns {Object} The state to apply to the IrisGridPanel
|
|
81
81
|
*/
|
|
82
|
-
static hydrateIrisGridPanelState(model:
|
|
82
|
+
static hydrateIrisGridPanelState(model: IrisGridModel, irisGridPanelState: Object): Object;
|
|
83
83
|
/**
|
|
84
84
|
* Export the quick filters to JSON striginfiable object
|
|
85
85
|
* @param {AdvancedFilter[]} quickFilters The quick filters to dehydrate
|
|
86
86
|
* @returns {Object} The dehydrated quick filters
|
|
87
87
|
*/
|
|
88
|
-
static dehydrateQuickFilters(quickFilters:
|
|
88
|
+
static dehydrateQuickFilters(quickFilters: AdvancedFilter[]): Object;
|
|
89
89
|
/**
|
|
90
90
|
* Import the saved quick filters to apply to the columns. Does not actually apply the filters.
|
|
91
91
|
* @param {dh.Column[]} columns The columns the filters will be applied to
|
|
@@ -93,14 +93,14 @@ declare class IrisGridUtils {
|
|
|
93
93
|
* @param {string} timeZone The time zone to make this value in if it is a date type. E.g. America/New_York
|
|
94
94
|
* @returns {QuickFilter[]} The quick filters to apply to the columns
|
|
95
95
|
*/
|
|
96
|
-
static hydrateQuickFilters(columns:
|
|
96
|
+
static hydrateQuickFilters(columns: dh.Column[], savedQuickFilters: Object[], timeZone: string): QuickFilter[];
|
|
97
97
|
/**
|
|
98
98
|
* Export the advanced filters from the provided columns to JSON striginfiable object
|
|
99
99
|
* @param {dh.Column[]} columns The columns for the filters
|
|
100
100
|
* @param {AdvancedFilter[]} advancedFilters The advanced filters to dehydrate
|
|
101
101
|
* @returns {Object} The dehydrated advanced filters
|
|
102
102
|
*/
|
|
103
|
-
static dehydrateAdvancedFilters(columns:
|
|
103
|
+
static dehydrateAdvancedFilters(columns: dh.Column[], advancedFilters: AdvancedFilter[]): Object;
|
|
104
104
|
/**
|
|
105
105
|
* Import the saved advanced filters to apply to the columns. Does not actually apply the filters.
|
|
106
106
|
* @param {dh.Columns[]} columns The columns the filters will be applied to
|
|
@@ -108,7 +108,7 @@ declare class IrisGridUtils {
|
|
|
108
108
|
* @param {string} timeZone The time zone to make this filter in if it is a date type. E.g. America/New_York
|
|
109
109
|
* @returns {AdvancedFilter[]} The advanced filters to apply to the columns
|
|
110
110
|
*/
|
|
111
|
-
static hydrateAdvancedFilters(columns:
|
|
111
|
+
static hydrateAdvancedFilters(columns: dh.Columns[], savedAdvancedFilters: Object[], timeZone: string): AdvancedFilter[];
|
|
112
112
|
static dehydrateAdvancedFilterOptions(column: any, options: any): any;
|
|
113
113
|
static hydrateAdvancedFilterOptions(column: any, options: any): any;
|
|
114
114
|
static dehydratePendingDataMap(columns: any, pendingDataMap: any): any[][];
|
|
@@ -118,30 +118,30 @@ declare class IrisGridUtils {
|
|
|
118
118
|
* @param {Any} value The value to dehydrate
|
|
119
119
|
* @param {String} columnType The column type
|
|
120
120
|
*/
|
|
121
|
-
static dehydrateValue(value:
|
|
121
|
+
static dehydrateValue(value: Any, columnType: string): any;
|
|
122
122
|
/**
|
|
123
123
|
* Hydrate a value from it's serialized state
|
|
124
124
|
* @param {Any} value The dehydrated value that needs to be hydrated
|
|
125
125
|
* @param {String} columnType The type of column
|
|
126
126
|
*/
|
|
127
|
-
static hydrateValue(value:
|
|
128
|
-
static dehydrateDateTime(value: any):
|
|
129
|
-
static hydrateDateTime(value: any):
|
|
127
|
+
static hydrateValue(value: Any, columnType: string): any;
|
|
128
|
+
static dehydrateDateTime(value: any): string | null;
|
|
129
|
+
static hydrateDateTime(value: any): import("@deephaven/jsapi-shim").DateWrapper | null;
|
|
130
130
|
static dehydrateLong(value: any): string | null;
|
|
131
|
-
static hydrateLong(value: any):
|
|
131
|
+
static hydrateLong(value: any): import("@deephaven/jsapi-shim").LongWrapper | null;
|
|
132
132
|
/**
|
|
133
133
|
* Export the sorts from the provided table sorts to JSON stringifiable object
|
|
134
134
|
* @param {dh.Sort[]} sorts The table sorts
|
|
135
135
|
* @returns {Object} The dehydrated sorts
|
|
136
136
|
*/
|
|
137
|
-
static dehydrateSort(sorts:
|
|
137
|
+
static dehydrateSort(sorts: dh.Sort[]): Object;
|
|
138
138
|
/**
|
|
139
139
|
* Import the saved sorts to apply to the table. Does not actually apply the sort.
|
|
140
140
|
* @param {dh.Column[]} columns The columns the sorts will be applied to
|
|
141
141
|
* @param {Object[]} sorts Exported sort definitions
|
|
142
142
|
* @returns {dh.Sort[]} The sorts to apply to the table
|
|
143
143
|
*/
|
|
144
|
-
static hydrateSort(columns:
|
|
144
|
+
static hydrateSort(columns: dh.Column[], sorts: Object[]): dh.Sort[];
|
|
145
145
|
/**
|
|
146
146
|
* Pulls just the table settings from the panel state, eg. filters/sorts
|
|
147
147
|
* @param {Object} panelState The dehydrated panel state
|
|
@@ -154,9 +154,9 @@ declare class IrisGridUtils {
|
|
|
154
154
|
* @param {Object} tableSettings Dehydrated table settings extracted with `extractTableSettings`
|
|
155
155
|
* @param {string} timeZone The time zone to make this value in if it is a date type. E.g. America/New_York
|
|
156
156
|
*/
|
|
157
|
-
static applyTableSettings(table:
|
|
157
|
+
static applyTableSettings(table: dh.Table, tableSettings: Object, timeZone: string): void;
|
|
158
158
|
static getInputFiltersForColumns(columns: any, inputFilters?: any[]): any[];
|
|
159
|
-
static getFiltersFromInputFilters(columns: any, inputFilters: any[] | undefined, timeZone: any):
|
|
159
|
+
static getFiltersFromInputFilters(columns: any, inputFilters: any[] | undefined, timeZone: any): (import("@deephaven/jsapi-shim").FilterCondition | null)[];
|
|
160
160
|
static getFiltersFromFilterMap(filterMap: any): any[];
|
|
161
161
|
/**
|
|
162
162
|
* Get array of hidden column indexes
|
|
@@ -182,7 +182,7 @@ declare class IrisGridUtils {
|
|
|
182
182
|
* @param {GridRange[]} ranges The ranges to get the range set for
|
|
183
183
|
* @returns {dh.RangeSet} The rangeset for the provided ranges
|
|
184
184
|
*/
|
|
185
|
-
static rangeSetFromRanges(ranges:
|
|
185
|
+
static rangeSetFromRanges(ranges: GridRange[]): dh.RangeSet;
|
|
186
186
|
/**
|
|
187
187
|
* Validate whether the ranges passed in are valid to take a snapshot from.
|
|
188
188
|
* Multiple selections are valid if all of the selected rows have the same columns selected.
|
|
@@ -190,7 +190,7 @@ declare class IrisGridUtils {
|
|
|
190
190
|
* @param {GridRange[]} ranges The ranges to validate
|
|
191
191
|
* @returns {boolean} True if the ranges are valid, false otherwise
|
|
192
192
|
*/
|
|
193
|
-
static isValidSnapshotRanges(ranges:
|
|
193
|
+
static isValidSnapshotRanges(ranges: GridRange[]): boolean;
|
|
194
194
|
/**
|
|
195
195
|
* Check if the provided value is a valid table index
|
|
196
196
|
* @param {any} value A value to check if it's a valid table index
|
|
@@ -202,13 +202,13 @@ declare class IrisGridUtils {
|
|
|
202
202
|
* @param {dh.Column[]} allColumns All the columns to pull from
|
|
203
203
|
* @returns {dh.Column[]} The columns selected in the range
|
|
204
204
|
*/
|
|
205
|
-
static columnsFromRanges(ranges:
|
|
205
|
+
static columnsFromRanges(ranges: GridRange[], allColumns: dh.Column[]): dh.Column[];
|
|
206
206
|
/**
|
|
207
207
|
* Transforms an iris data snapshot into a simple data matrix
|
|
208
208
|
* @param {dh.TableData} data The Iris formatted table data
|
|
209
209
|
* @returns {unknown[][]} A matrix of the values of the data
|
|
210
210
|
*/
|
|
211
|
-
static snapshotDataToMatrix(data:
|
|
211
|
+
static snapshotDataToMatrix(data: dh.TableData): unknown[][];
|
|
212
212
|
/**
|
|
213
213
|
* Hydrate model rollup config
|
|
214
214
|
* @param {Array} originalColumns Original model columns
|
|
@@ -228,12 +228,12 @@ declare class IrisGridUtils {
|
|
|
228
228
|
* @param {dh.Columns[]} columns The columns to get the column from
|
|
229
229
|
* @param {Number} columnIndex The column index to get
|
|
230
230
|
*/
|
|
231
|
-
static getColumn(columns:
|
|
231
|
+
static getColumn(columns: dh.Columns[], columnIndex: number): any;
|
|
232
232
|
/**
|
|
233
233
|
* Retrieves a column from the provided array matching the name, or `null` and logs an error if not found
|
|
234
234
|
* @param {dh.Column[]} columns The columns to get the column from
|
|
235
235
|
* @param {String} columnName The column name to retrieve
|
|
236
236
|
*/
|
|
237
|
-
static getColumnByName(columns:
|
|
237
|
+
static getColumnByName(columns: dh.Column[], columnName: string): any;
|
|
238
238
|
}
|
|
239
239
|
//# sourceMappingURL=IrisGridUtils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IrisGridUtils.d.ts","sourceRoot":"","sources":["../src/IrisGridUtils.js"],"names":[],"mappings":";AAWA;IACE;;;;;OAKG;IACH,
|
|
1
|
+
{"version":3,"file":"IrisGridUtils.d.ts","sourceRoot":"","sources":["../src/IrisGridUtils.js"],"names":[],"mappings":";AAWA;IACE;;;;;OAKG;IACH,2DAHW,MAAM,GACJ,MAAM,CAkBlB;IAED;;;;;OAKG;IACH,yDAHW,MAAM,0BACJ,MAAM,CAsClB;IAED;;;;OAIG;IACH,mEAFW,MAAM;;;;;;;;;;;;;;;;;;;;MA4DhB;IAED;;;;OAIG;IACH,iEAFW,MAAM;;;;;;;;;;;;;;;;;;;;MAwEhB;IAED;;;;;OAKG;IACH,6EAHW,MAAM,GACJ,MAAM,CAclB;IAED;;;;;OAKG;IACH,2EAHW,MAAM,GACJ,MAAM,CAkBlB;IAED;;;;OAIG;IACH,2CAHW,gBAAgB,GACd,MAAM,CAOlB;IAED;;;;;;OAMG;IACH,oCALW,WAAW,qBACX,MAAM,EAAE,YACR,MAAM,GACJ,aAAa,CAsBzB;IAED;;;;;OAKG;IACH,yCAJW,WAAW,mBACX,gBAAgB,GACd,MAAM,CAUlB;IAED;;;;;;OAMG;IACH,uCALW,YAAY,wBACZ,MAAM,EAAE,YACR,MAAM,GACJ,gBAAgB,CAyB5B;IAED,sEAQC;IAED,oEAQC;IAED,2EAUC;IAED,+EA4BC;IAED;;;;OAIG;IACH,2DAUC;IAED;;;;OAIG;IACH,yDAUC;IAED,oDAIC;IAED,uFAIC;IAED,gDAEC;IAED,mFAEC;IAED;;;;OAIG;IACH,4BAHW,SAAS,GACP,MAAM,CAWlB;IAED;;;;;OAKG;IACH,4BAJW,WAAW,SACX,MAAM,EAAE,GACN,SAAS,CAkCrB;IAED;;;;OAIG;IACH,wCAHW,MAAM,yBACJ,MAAM,CAelB;IAED;;;;;OAKG;IACH,0DAHW,MAAM,YACN,MAAM,QA2ChB;IAED,4EAOC;IAED,4JAmBC;IAED,sDAaC;IAED;;;;OAIG;IACH,0DAFa,MAAM,EAAE,CAMpB;IAED,uDAEC;IAED,mFAUC;IAED,+DAEC;IAED,kGAOC;IAED,qGAmDC;IAED,wGAOC;IAED,wHAmBC;IAED,2HAqBC;IAED,2HAqBC;IAED,sGAaC;IAED,qLA2CC;IAED;;;;;;OAMG;IACH,kCAHW,WAAW,eAYrB;IAED;;;;;;OAMG;IACH,qCAHW,WAAW,GACT,OAAO,CA6BnB;IAED;;;OAGG;IACH,2BAFW,GAAG,WAIb;IAED;;;;;OAKG;IACH,iCAJW,WAAW,cACX,WAAW,GACT,WAAW,CAuBvB;IAED;;;;OAIG;IACH,iDAFa,OAAO,EAAE,EAAE,CAgBvB;IAED;;;;;;OAMG;IACH,4DAJW,MAAM,uBACN,MAAM,GACJ,MAAM,CA2DlB;IAED;;;OAGG;IACH,sEAaC;IAED;;;;;OAKG;IACH,0BAHW,YAAY,4BAWtB;IAED;;;;OAIG;IACH,gCAHW,WAAW,2BAcrB;CACF"}
|
package/dist/TableUtils.d.ts
CHANGED
|
@@ -1,176 +1,189 @@
|
|
|
1
|
-
|
|
1
|
+
import { Column, FilterCondition, FilterValue, LongWrapper, Sort, Table, TreeTable } from '@deephaven/jsapi-shim';
|
|
2
|
+
import { CancelablePromise } from '@deephaven/utils';
|
|
3
|
+
import { FilterType, FilterTypeValue, FilterOperatorValue } from './filters';
|
|
4
|
+
import type { AdvancedFilterCreatorFilterItemState } from './AdvancedFilterCreatorFilterItem';
|
|
5
|
+
declare type Values<T> = T[keyof T];
|
|
6
|
+
export declare type DataType = Values<typeof TableUtils.dataType>;
|
|
7
|
+
export declare type SortDirection = Values<typeof TableUtils.sortDirection>;
|
|
2
8
|
/** Utility class to provide some functions for working with tables */
|
|
3
9
|
declare class TableUtils {
|
|
4
10
|
static dataType: {
|
|
5
|
-
BOOLEAN:
|
|
6
|
-
CHAR:
|
|
7
|
-
DATETIME:
|
|
8
|
-
DECIMAL:
|
|
9
|
-
INT:
|
|
10
|
-
STRING: string;
|
|
11
|
+
readonly BOOLEAN: "boolean";
|
|
12
|
+
readonly CHAR: "char";
|
|
13
|
+
readonly DATETIME: "datetime";
|
|
14
|
+
readonly DECIMAL: "decimal";
|
|
15
|
+
readonly INT: "int";
|
|
16
|
+
readonly STRING: "string";
|
|
11
17
|
};
|
|
12
18
|
static sortDirection: {
|
|
13
|
-
ascending:
|
|
14
|
-
descending:
|
|
15
|
-
reverse:
|
|
16
|
-
none: null;
|
|
19
|
+
readonly ascending: "ASC";
|
|
20
|
+
readonly descending: "DESC";
|
|
21
|
+
readonly reverse: "REVERSE";
|
|
22
|
+
readonly none: null;
|
|
17
23
|
};
|
|
18
24
|
static REVERSE_TYPE: Readonly<{
|
|
19
|
-
NONE:
|
|
20
|
-
PRE_SORT:
|
|
21
|
-
POST_SORT:
|
|
25
|
+
readonly NONE: "none";
|
|
26
|
+
readonly PRE_SORT: "pre-sort";
|
|
27
|
+
readonly POST_SORT: "post-sort";
|
|
22
28
|
}>;
|
|
23
29
|
static NUMBER_REGEX: RegExp;
|
|
24
|
-
static getSortIndex(sort:
|
|
30
|
+
static getSortIndex(sort: Sort[], columnIndex: number): number | null;
|
|
25
31
|
/**
|
|
26
|
-
* @param
|
|
27
|
-
* @param
|
|
28
|
-
* @return
|
|
32
|
+
* @param tableSort The sorts from the table to get the sort from
|
|
33
|
+
* @param columnIndex The index of the column to get the sort for
|
|
34
|
+
* @return The sort for the column, or null if it's not sorted
|
|
29
35
|
*/
|
|
30
|
-
static getSortForColumn(tableSort:
|
|
31
|
-
static getFilterText(filter:
|
|
36
|
+
static getSortForColumn(tableSort: Sort[], columnIndex: number): Sort | null;
|
|
37
|
+
static getFilterText(filter: FilterCondition): string | null;
|
|
32
38
|
/** Return the valid filter types for the column */
|
|
33
|
-
static getFilterTypes(columnType:
|
|
34
|
-
static getNextSort(table:
|
|
35
|
-
static makeColumnSort(table:
|
|
39
|
+
static getFilterTypes(columnType: string): FilterType[];
|
|
40
|
+
static getNextSort(table: Table, columnIndex: number): Sort | null;
|
|
41
|
+
static makeColumnSort(table: Table, columnIndex: number, direction: SortDirection, isAbs: boolean): Sort | null;
|
|
36
42
|
/**
|
|
37
43
|
* Toggles the sort for the specified column
|
|
38
|
-
* @param
|
|
39
|
-
* @param
|
|
40
|
-
* @param
|
|
41
|
-
* @param
|
|
44
|
+
* @param sorts The current sorts from IrisGrid.state
|
|
45
|
+
* @param table The table to apply the sort to
|
|
46
|
+
* @param columnIndex The column index to apply the sort to
|
|
47
|
+
* @param addToExisting Add this sort to the existing sort
|
|
42
48
|
*/
|
|
43
|
-
static toggleSortForColumn(sorts:
|
|
44
|
-
static sortColumn(table:
|
|
49
|
+
static toggleSortForColumn(sorts: Sort[], table: Table, columnIndex: number, addToExisting?: boolean): Sort[];
|
|
50
|
+
static sortColumn(table: Table, modelColumn: number, direction: SortDirection, isAbs: boolean, addToExisting: boolean): Sort[];
|
|
45
51
|
/**
|
|
46
52
|
* Sets the sort for the given column *and* removes any reverses
|
|
47
|
-
* @param
|
|
48
|
-
* @param
|
|
49
|
-
* @param
|
|
50
|
-
* @param
|
|
51
|
-
* @returns
|
|
52
|
-
*/
|
|
53
|
-
static setSortForColumn(tableSort:
|
|
54
|
-
static getNormalizedType(columnType:
|
|
55
|
-
static isLongType(columnType:
|
|
56
|
-
static isDateType(columnType:
|
|
57
|
-
static isNumberType(columnType:
|
|
58
|
-
static isIntegerType(columnType:
|
|
59
|
-
static isDecimalType(columnType:
|
|
60
|
-
static isBooleanType(columnType:
|
|
61
|
-
static isCharType(columnType:
|
|
62
|
-
static isTextType(columnType:
|
|
53
|
+
* @param tableSort The current sorts from IrisGrid.state
|
|
54
|
+
* @param columnIndex The column index to apply the sort to
|
|
55
|
+
* @param sort The sort object to add
|
|
56
|
+
* @param addToExisting Add this sort to the existing sort
|
|
57
|
+
* @returns Returns the modified array of sorts - removing reverses
|
|
58
|
+
*/
|
|
59
|
+
static setSortForColumn(tableSort: Sort[], columnIndex: number, sort: Sort | null, addToExisting?: boolean): Sort[];
|
|
60
|
+
static getNormalizedType(columnType: string): DataType | null;
|
|
61
|
+
static isLongType(columnType: string): boolean;
|
|
62
|
+
static isDateType(columnType: string): boolean;
|
|
63
|
+
static isNumberType(columnType: string): boolean;
|
|
64
|
+
static isIntegerType(columnType: string): boolean;
|
|
65
|
+
static isDecimalType(columnType: string): boolean;
|
|
66
|
+
static isBooleanType(columnType: string): boolean;
|
|
67
|
+
static isCharType(columnType: string): boolean;
|
|
68
|
+
static isTextType(columnType: string): boolean;
|
|
63
69
|
/**
|
|
64
70
|
* Get base column type
|
|
65
|
-
* @param
|
|
66
|
-
* @returns
|
|
71
|
+
* @param columnType Column type
|
|
72
|
+
* @returns Element type for array columns, original type for non-array columns
|
|
67
73
|
*/
|
|
68
74
|
static getBaseType(columnType: string): string;
|
|
69
75
|
/**
|
|
70
76
|
* Check if the column types are compatible
|
|
71
|
-
* @param
|
|
72
|
-
* @param
|
|
73
|
-
* @returns
|
|
77
|
+
* @param type1 Column type to check
|
|
78
|
+
* @param type2 Column type to check
|
|
79
|
+
* @returns True, if types are compatible
|
|
74
80
|
*/
|
|
75
81
|
static isCompatibleType(type1: string, type2: string): boolean;
|
|
76
82
|
/**
|
|
77
83
|
* Create filter with the provided column and text. Handles multiple filters joined with && or ||
|
|
78
|
-
* @param
|
|
79
|
-
* @param
|
|
80
|
-
* @param
|
|
81
|
-
* @returns
|
|
84
|
+
* @param column The column to set the filter on
|
|
85
|
+
* @param text The text string to create the filter from
|
|
86
|
+
* @param timeZone The time zone to make this value in if it is a date type. E.g. America/New_York
|
|
87
|
+
* @returns Returns the created filter, null if text could not be parsed
|
|
82
88
|
*/
|
|
83
|
-
static makeQuickFilter(column:
|
|
89
|
+
static makeQuickFilter(column: Column, text: string, timeZone: string): FilterCondition | null;
|
|
84
90
|
/**
|
|
85
91
|
* Create filter with the provided column and text of one component (no multiple conditions)
|
|
86
|
-
* @param
|
|
87
|
-
* @param
|
|
88
|
-
* @param
|
|
89
|
-
* @returns
|
|
92
|
+
* @param column The column to set the filter on
|
|
93
|
+
* @param text The text string to create the filter from
|
|
94
|
+
* @param timeZone The time zone to make this filter in if it is a date type. E.g. America/New_York
|
|
95
|
+
* @returns Returns the created filter, null if text could not be parsed
|
|
90
96
|
*/
|
|
91
|
-
static makeQuickFilterFromComponent(column:
|
|
92
|
-
static makeQuickNumberFilter(column:
|
|
93
|
-
static makeQuickTextFilter(column:
|
|
94
|
-
static makeQuickBooleanFilter(column:
|
|
97
|
+
static makeQuickFilterFromComponent(column: Column, text: string, timeZone: string): FilterCondition | null;
|
|
98
|
+
static makeQuickNumberFilter(column: Column, text: string): FilterCondition | null;
|
|
99
|
+
static makeQuickTextFilter(column: Column, text: string | null): FilterCondition | null;
|
|
100
|
+
static makeQuickBooleanFilter(column: Column, text: string): FilterCondition | null;
|
|
95
101
|
/**
|
|
96
102
|
* Builds a date filter parsed from the text string which may or may not include an operator.
|
|
97
|
-
* @param
|
|
98
|
-
* @param
|
|
103
|
+
* @param column The column to build the filter from, with or without a leading operator.
|
|
104
|
+
* @param text The date string text to parse.
|
|
105
|
+
* @param timeZone The time zone to make this filter in if it is a date type. E.g. America/New_York
|
|
99
106
|
*/
|
|
100
|
-
static makeQuickDateFilter(column:
|
|
107
|
+
static makeQuickDateFilter(column: Column, text: string, timeZone: string): FilterCondition;
|
|
101
108
|
/**
|
|
102
109
|
* Builds a date filter parsed from the text string with the provided filter.
|
|
103
|
-
* @param
|
|
104
|
-
* @param
|
|
105
|
-
* @param
|
|
106
|
-
* @param
|
|
110
|
+
* @param column The column to build the filter from.
|
|
111
|
+
* @param text The date string text to parse, without an operator.
|
|
112
|
+
* @param operation The filter operation to use.
|
|
113
|
+
* @param timeZone The time zone to make this filter with. E.g. America/New_York
|
|
107
114
|
*/
|
|
108
|
-
static makeQuickDateFilterWithOperation(column:
|
|
109
|
-
static makeQuickCharFilter(column:
|
|
115
|
+
static makeQuickDateFilterWithOperation(column: Column, text: string, operation: string | undefined, timeZone: string): FilterCondition;
|
|
116
|
+
static makeQuickCharFilter(column: Column, text: string): FilterCondition | null;
|
|
110
117
|
/**
|
|
111
|
-
* @param
|
|
112
|
-
* @param
|
|
113
|
-
* @param
|
|
114
|
-
* @returns
|
|
118
|
+
* @param filter The column filter to apply the range operation to
|
|
119
|
+
* @param operation The range operation to run
|
|
120
|
+
* @param value The value to use for the operation
|
|
121
|
+
* @returns The condition with the specified operation
|
|
115
122
|
*/
|
|
116
|
-
static makeRangeFilterWithOperation(filter:
|
|
123
|
+
static makeRangeFilterWithOperation(filter: FilterValue, operation: string, value: FilterValue): FilterCondition | null;
|
|
117
124
|
/**
|
|
118
125
|
* Wraps a table promise in a cancelable promise that will close the table if the promise is cancelled.
|
|
119
126
|
* Use in a component that loads a table, and call cancel when unmounting.
|
|
120
|
-
* @param
|
|
127
|
+
* @param table The table promise to wrap
|
|
121
128
|
*/
|
|
122
|
-
static makeCancelableTablePromise(table: Promise<
|
|
129
|
+
static makeCancelableTablePromise(table: Promise<Table> | Table): CancelablePromise<Table>;
|
|
123
130
|
/**
|
|
124
131
|
* Make a cancelable promise for a one-shot table event with a timeout.
|
|
125
|
-
* @param
|
|
126
|
-
* @param
|
|
127
|
-
* @param
|
|
128
|
-
* @param
|
|
129
|
-
* @returns
|
|
130
|
-
*/
|
|
131
|
-
static makeCancelableTableEventPromise(table:
|
|
132
|
-
static makeAdvancedFilter(column:
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
132
|
+
* @param table Table to listen for events on
|
|
133
|
+
* @param eventName Event to listen for
|
|
134
|
+
* @param timeout Event timeout in milliseconds, defaults to 0
|
|
135
|
+
* @param matcher Optional function to determine if the promise can be resolved or stays pending
|
|
136
|
+
* @returns Resolves with the event data
|
|
137
|
+
*/
|
|
138
|
+
static makeCancelableTableEventPromise(table: Table | TreeTable, eventName: string, timeout?: number, matcher?: ((event: CustomEvent) => boolean) | null): CancelablePromise<CustomEvent>;
|
|
139
|
+
static makeAdvancedFilter(column: Column, options: {
|
|
140
|
+
filterItems: AdvancedFilterCreatorFilterItemState[];
|
|
141
|
+
filterOperators: FilterOperatorValue[];
|
|
142
|
+
invertSelection: boolean;
|
|
143
|
+
selectedValues: string[];
|
|
144
|
+
}, timeZone: string): FilterCondition | null;
|
|
145
|
+
static removeCommas(value: string): string;
|
|
146
|
+
/**
|
|
147
|
+
* @param columnType The column type to make the filter value from.
|
|
148
|
+
* @param value The value to make the filter value from.
|
|
149
|
+
* @returns The FilterValue item for this column/value combination
|
|
150
|
+
*/
|
|
151
|
+
static makeFilterValue(columnType: string, value: string): FilterValue;
|
|
140
152
|
/**
|
|
141
153
|
* Takes a value and converts it to an `dh.FilterValue`
|
|
142
154
|
*
|
|
143
|
-
* @param
|
|
144
|
-
* @param
|
|
145
|
-
* @returns
|
|
155
|
+
* @param columnType The column type to make the filter value from.
|
|
156
|
+
* @param value The value to actually set
|
|
157
|
+
* @returns The FilterValue item for this column/value combination
|
|
146
158
|
*/
|
|
147
|
-
static makeFilterRawValue(columnType: string, rawValue:
|
|
159
|
+
static makeFilterRawValue(columnType: string, rawValue: unknown): FilterValue;
|
|
148
160
|
/**
|
|
149
161
|
* Converts a string value to a value appropriate for the column
|
|
150
|
-
* @param
|
|
151
|
-
* @param
|
|
152
|
-
* @param
|
|
162
|
+
* @param columnType The column type to make the value for
|
|
163
|
+
* @param text The string value to make a type for
|
|
164
|
+
* @param timeZone The time zone to make this value in if it is a date type. E.g. America/New_York
|
|
153
165
|
*/
|
|
154
|
-
static makeValue(columnType: string, text: string, timeZone: string):
|
|
155
|
-
static makeBooleanValue(text:
|
|
156
|
-
static makeNumberValue(text:
|
|
157
|
-
static makeAdvancedValueFilter(column:
|
|
166
|
+
static makeValue(columnType: string, text: string, timeZone: string): string | number | boolean | LongWrapper | null;
|
|
167
|
+
static makeBooleanValue(text: string, allowEmpty?: boolean): boolean | null;
|
|
168
|
+
static makeNumberValue(text: string): number | null;
|
|
169
|
+
static makeAdvancedValueFilter(column: Column, operation: FilterTypeValue, value: string, timeZone: string): FilterCondition;
|
|
158
170
|
/**
|
|
159
171
|
* Create a filter using the selected items
|
|
160
172
|
* Has a flag for invertSelection as we start from a "Select All" state and a user just deselects items.
|
|
161
173
|
* Since there may be millions of distinct items, it's easier to build an inverse filter.
|
|
162
|
-
* @param
|
|
163
|
-
* @param
|
|
164
|
-
* @
|
|
174
|
+
* @param column The column to set the filter on
|
|
175
|
+
* @param selectedValues The values that are selected
|
|
176
|
+
* @param invertSelection Invert the selection (eg. All items are selected, then you deselect items)
|
|
177
|
+
* @returns Returns a `in` or `notIn` FilterCondition as necessary, or null if no filtering should be applied (everything selected)
|
|
165
178
|
*/
|
|
166
|
-
static makeSelectValueFilter(column:
|
|
167
|
-
static isTreeTable(table:
|
|
179
|
+
static makeSelectValueFilter(column: Column, selectedValues: string[], invertSelection: boolean): FilterCondition | null;
|
|
180
|
+
static isTreeTable(table: unknown): table is TreeTable;
|
|
168
181
|
/**
|
|
169
182
|
* Copies the provided array, sorts by column name case insensitive, and returns the sorted array.
|
|
170
|
-
* @param
|
|
171
|
-
* @param
|
|
183
|
+
* @param columns The columns to sort
|
|
184
|
+
* @param isAscending Whether to sort ascending
|
|
172
185
|
*/
|
|
173
|
-
static sortColumns(columns:
|
|
186
|
+
static sortColumns(columns: Column[], isAscending?: boolean): Column[];
|
|
174
187
|
}
|
|
175
|
-
|
|
188
|
+
export default TableUtils;
|
|
176
189
|
//# sourceMappingURL=TableUtils.d.ts.map
|
package/dist/TableUtils.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableUtils.d.ts","sourceRoot":"","sources":["../src/TableUtils.
|
|
1
|
+
{"version":3,"file":"TableUtils.d.ts","sourceRoot":"","sources":["../src/TableUtils.ts"],"names":[],"mappings":"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"}
|