@esri/hub-common 9.16.0 → 9.17.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.
@@ -219,6 +219,8 @@ export interface ICatalog {
219
219
  export interface ISortOption {
220
220
  label: string;
221
221
  attribute: string;
222
+ defaultOrder: string;
223
+ order: string;
222
224
  }
223
225
  /**
224
226
  * A Filter that defines a subset of a Catalog, aka a Collection
@@ -1,5 +1,5 @@
1
1
  /* @preserve
2
- * @esri/hub-common - v9.15.0 - Wed Feb 16 2022 20:36:25 GMT+0000 (Coordinated Universal Time)
2
+ * @esri/hub-common - v9.16.0 - Wed Feb 16 2022 23:41:40 GMT+0000 (Coordinated Universal Time)
3
3
  * Copyright (c) 2022 Environmental Systems Research Institute, Inc.
4
4
  * Apache-2.0
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/hub-common",
3
- "version": "9.16.0",
3
+ "version": "9.17.0",
4
4
  "description": "Common TypeScript types and utility functions for @esri/hub.js.",
5
5
  "main": "dist/node/index.js",
6
6
  "unpkg": "dist/umd/common.umd.js",