@esri/hub-common 15.26.1 → 15.27.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.
@@ -176,4 +176,10 @@ export interface IGalleryDisplayConfig {
176
176
  showLinkButton?: boolean;
177
177
  linkButtonStyle?: "solid" | "outline" | "outline-fill" | "transparent";
178
178
  linkButtonText?: string;
179
+ sort?: "relevance" | "title" | "created" | "modified";
180
+ filters?: Array<{
181
+ key: "location" | "type" | "source" | "event-occurrence" | "event-from" | "event-attendance" | "tags" | "categories" | "license" | "modified" | "access" | "group-role" | "group-type" | "group-access" | "event-access" | "event-date";
182
+ hidden: boolean;
183
+ label?: string;
184
+ }>;
179
185
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/hub-common",
3
- "version": "15.26.1",
3
+ "version": "15.27.0",
4
4
  "description": "Common TypeScript types and utility functions for @esri/hub.js.",
5
5
  "main": "dist/node/index.js",
6
6
  "module": "dist/esm/index.js",