@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
|
|
265
|
-
*
|
|
266
|
-
*
|
|
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
|
|
287
|
-
*
|
|
288
|
-
*
|
|
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
|
|
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
|
|
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
package/version.d.ts
CHANGED
package/version.js
CHANGED