@openfin/workspace-platform 22.0.7 → 22.1.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.
package/package.json
CHANGED
|
@@ -229,6 +229,10 @@ export interface SearchProviderInfo {
|
|
|
229
229
|
* A UI friendly title for the search provider.
|
|
230
230
|
*/
|
|
231
231
|
title: string;
|
|
232
|
+
/**
|
|
233
|
+
* A placeholder text that would be put into the empty search field for the selected provider for home in landing mode.
|
|
234
|
+
*/
|
|
235
|
+
inputLandingPlaceholder?: string;
|
|
232
236
|
/**
|
|
233
237
|
* The OpenFin identity that registered this search provider.
|
|
234
238
|
*/
|
package/workspace_platform.zip
CHANGED
|
Binary file
|