terrier-engine 4.52.7 → 4.53.0

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.
@@ -1,11 +1,9 @@
1
- import Arrays from "tuff-core/arrays"
2
- import { PartTag } from "tuff-core/parts"
3
- import { ModalPart } from "../../terrier/modals"
4
- import Columns from "./columns"
5
- import Queries, { Query } from "./queries"
1
+ import { Logger } from "tuff-core/logging"
6
2
  import Messages from "tuff-core/messages"
3
+ import { PartTag } from "tuff-core/parts"
7
4
  import SortablePlugin from "tuff-sortable/sortable-plugin"
8
- import { Logger } from "tuff-core/logging"
5
+ import { ModalPart } from "../../terrier/modals"
6
+ import { Query } from "./queries"
9
7
 
10
8
  const log = new Logger("ColumnOrderModal")
11
9
 
@@ -332,9 +332,6 @@ export class QueryModelPicker extends TerrierPart<QueryModelPickerState> {
332
332
  ////////////////////////////////////////////////////////////////////////////////
333
333
 
334
334
  const Queries = {
335
- eachColumn,
336
- eachTable,
337
- eachFilter,
338
335
  childTables,
339
336
  tables,
340
337
  tableColumns,
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "files": [
5
5
  "*"
6
6
  ],
7
- "version": "4.52.7",
7
+ "version": "4.53.0",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/Terrier-Tech/terrier-engine"