@vertigis/viewer-spec 47.4.0 → 47.4.1

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.
@@ -261,9 +261,10 @@ export declare type ShowResultsArgs = Features | (UpdateResultsFeaturesArgs & {
261
261
  */
262
262
  export interface SetDisplayComponentArgs {
263
263
  /**
264
- * Sets the current selector for the results components to display results
265
- * using `results.display`. Additionally, any components that do not match
266
- * the current selector are deactivated.
264
+ * Sets the selector, using CSS selector syntax, which queries for results
265
+ * components in the app layout XML, such as the Results List or Results
266
+ * Table components. The selector is used to determine which components will
267
+ * be activated when displaying results using `results.display`.
267
268
  */
268
269
  selector: string;
269
270
  /**
@@ -283,9 +284,12 @@ export declare class ResultsCommands extends CommandRegistry {
283
284
  */
284
285
  get display(): Command<Features | UpdateResultsFeaturesArgs>;
285
286
  /**
286
- * Sets the current selector for the results components to display results
287
- * using `results.display`. Additionally, any components that do not match
288
- * the current selector are deactivated.
287
+ * Sets the selector, using CSS selector syntax, which queries for results
288
+ * components in the app layout XML, such as the Results List or Results
289
+ * Table components. The selector is used to determine which components will
290
+ * be activated when displaying results using `results.display`. All other
291
+ * components that do not match the selector are deactivated after running
292
+ * this command.
289
293
  *
290
294
  * @webOnly
291
295
  */
@@ -4290,7 +4290,7 @@
4290
4290
  "description": "The result component to update, referenced by results model or its ID."
4291
4291
  },
4292
4292
  "selector": {
4293
- "description": "Sets the current selector for the results components to display results using `results.display`. Additionally, any components that do not match the current selector are deactivated.",
4293
+ "description": "Sets the selector, using CSS selector syntax, which queries for results components in the app layout XML, such as the Results List or Results Table components. The selector is used to determine which components will be activated when displaying results using `results.display`.",
4294
4294
  "type": "string"
4295
4295
  }
4296
4296
  },
@@ -16742,7 +16742,7 @@
16742
16742
  "$ref": "#/definitions/ShowResultsArgs"
16743
16743
  },
16744
16744
  "results.set-display-components": {
16745
- "description": "Sets the current selector for the results components to display results using `results.display`. Additionally, any components that do not match the current selector are deactivated.",
16745
+ "description": "Sets the selector, using CSS selector syntax, which queries for results components in the app layout XML, such as the Results List or Results Table components. The selector is used to determine which components will be activated when displaying results using `results.display`. All other components that do not match the selector are deactivated after running this command.",
16746
16746
  "enum": [
16747
16747
  "results.set-display-components"
16748
16748
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "47.4.0",
3
+ "version": "47.4.1",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "description": "VertiGIS Viewer Specification",
6
6
  "type": "module",
package/version.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the Geocortex Viewer Specification.
3
3
  */
4
- export declare const version = "47.4.0";
4
+ export declare const version = "47.4.1";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the Geocortex Viewer Specification.
3
3
  */
4
- export const version = "47.4.0";
4
+ export const version = "47.4.1";