@openfin/fdc3-api 41.100.116 → 41.100.118

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.
@@ -3466,11 +3466,14 @@ declare type ConstViewOptions = {
3466
3466
  * The identity of the window this view should be attached to.
3467
3467
  */
3468
3468
  target: Identity_4;
3469
+ /**
3470
+ * Controls order of title precedence:
3471
+ * 'options': viewOptions.title (componentState), document.title, viewOptions.url
3472
+ * 'document': document.title, viewOptions.title(componentState), viewOptions.url (default behavior)
3473
+ */
3474
+ titlePriority?: ViewTitlePriority;
3469
3475
  /**
3470
3476
  * Defaults to `name`.
3471
- * Ignored in container, but used in @openfin/core-web to set tab titles.
3472
- * Order of precedence for title in container is: document.title, viewOptions.url.
3473
- * Order of precedence for title in @openfin/core-web is ComponentConfig.title, viewOptions.title, viewOptions.url.
3474
3477
  */
3475
3478
  title: string;
3476
3479
  /**
@@ -9904,6 +9907,7 @@ declare namespace OpenFin {
9904
9907
  ViewCreationOptions,
9905
9908
  MutableViewOptions,
9906
9909
  ViewOptions,
9910
+ ViewTitlePriority,
9907
9911
  ConstViewOptions,
9908
9912
  ViewState,
9909
9913
  ViewCreationSuccess,
@@ -10410,6 +10414,9 @@ declare type PerDomainSettings = {
10410
10414
  * {@inheritdoc DomainSettingsPreloadScripts}
10411
10415
  */
10412
10416
  preloadScripts?: DomainSettingsPreloadScripts;
10417
+ /**
10418
+ * @experimental These features are still under development and may change.
10419
+ */
10413
10420
  contentProtection?: {
10414
10421
  /**
10415
10422
  * {@inheritdoc ScreenCaptureBehavior}
@@ -13599,12 +13606,20 @@ declare type RVMInfo = {
13599
13606
  * The app log directory.
13600
13607
  */
13601
13608
  'appLogDirectory': string;
13609
+ /**
13610
+ * Architecture of the OS that the RVM is running on. One of `arm64`, `x86`, `x64`. Available since RVM 16.
13611
+ */
13612
+ 'osArch': string;
13602
13613
  /**
13603
13614
  * The path of OpenfinRVM.exe.
13604
13615
  */
13605
13616
  'path': string;
13606
13617
  /**
13607
- * The start time of RVM.
13618
+ * Process architecture of the RVM. One of `arm64`, `x86`, `x64`. Available since RVM 16.
13619
+ */
13620
+ 'rvmArch': string;
13621
+ /**
13622
+ * The start time of RVM. Format is `YYYY-MM-DD HH:MM:SS` in local time or `NA` on error.
13608
13623
  */
13609
13624
  'start-time': string;
13610
13625
  /**
@@ -17040,6 +17055,12 @@ declare interface ViewStatuses {
17040
17055
  */
17041
17056
  declare type ViewThrottling = 'enabled' | 'scheduler-disabled';
17042
17057
 
17058
+ /**
17059
+ * Precedence for view tab title
17060
+ * @interface
17061
+ */
17062
+ declare type ViewTitlePriority = 'document' | 'options';
17063
+
17043
17064
  /**
17044
17065
  * Configuration for view visibility settings
17045
17066
  *
@@ -3466,11 +3466,14 @@ declare type ConstViewOptions = {
3466
3466
  * The identity of the window this view should be attached to.
3467
3467
  */
3468
3468
  target: Identity_4;
3469
+ /**
3470
+ * Controls order of title precedence:
3471
+ * 'options': viewOptions.title (componentState), document.title, viewOptions.url
3472
+ * 'document': document.title, viewOptions.title(componentState), viewOptions.url (default behavior)
3473
+ */
3474
+ titlePriority?: ViewTitlePriority;
3469
3475
  /**
3470
3476
  * Defaults to `name`.
3471
- * Ignored in container, but used in @openfin/core-web to set tab titles.
3472
- * Order of precedence for title in container is: document.title, viewOptions.url.
3473
- * Order of precedence for title in @openfin/core-web is ComponentConfig.title, viewOptions.title, viewOptions.url.
3474
3477
  */
3475
3478
  title: string;
3476
3479
  /**
@@ -9904,6 +9907,7 @@ declare namespace OpenFin {
9904
9907
  ViewCreationOptions,
9905
9908
  MutableViewOptions,
9906
9909
  ViewOptions,
9910
+ ViewTitlePriority,
9907
9911
  ConstViewOptions,
9908
9912
  ViewState,
9909
9913
  ViewCreationSuccess,
@@ -10410,6 +10414,9 @@ declare type PerDomainSettings = {
10410
10414
  * {@inheritdoc DomainSettingsPreloadScripts}
10411
10415
  */
10412
10416
  preloadScripts?: DomainSettingsPreloadScripts;
10417
+ /**
10418
+ * @experimental These features are still under development and may change.
10419
+ */
10413
10420
  contentProtection?: {
10414
10421
  /**
10415
10422
  * {@inheritdoc ScreenCaptureBehavior}
@@ -13599,12 +13606,20 @@ declare type RVMInfo = {
13599
13606
  * The app log directory.
13600
13607
  */
13601
13608
  'appLogDirectory': string;
13609
+ /**
13610
+ * Architecture of the OS that the RVM is running on. One of `arm64`, `x86`, `x64`. Available since RVM 16.
13611
+ */
13612
+ 'osArch': string;
13602
13613
  /**
13603
13614
  * The path of OpenfinRVM.exe.
13604
13615
  */
13605
13616
  'path': string;
13606
13617
  /**
13607
- * The start time of RVM.
13618
+ * Process architecture of the RVM. One of `arm64`, `x86`, `x64`. Available since RVM 16.
13619
+ */
13620
+ 'rvmArch': string;
13621
+ /**
13622
+ * The start time of RVM. Format is `YYYY-MM-DD HH:MM:SS` in local time or `NA` on error.
13608
13623
  */
13609
13624
  'start-time': string;
13610
13625
  /**
@@ -17040,6 +17055,12 @@ declare interface ViewStatuses {
17040
17055
  */
17041
17056
  declare type ViewThrottling = 'enabled' | 'scheduler-disabled';
17042
17057
 
17058
+ /**
17059
+ * Precedence for view tab title
17060
+ * @interface
17061
+ */
17062
+ declare type ViewTitlePriority = 'document' | 'options';
17063
+
17043
17064
  /**
17044
17065
  * Configuration for view visibility settings
17045
17066
  *
@@ -3466,11 +3466,14 @@ declare type ConstViewOptions = {
3466
3466
  * The identity of the window this view should be attached to.
3467
3467
  */
3468
3468
  target: Identity_4;
3469
+ /**
3470
+ * Controls order of title precedence:
3471
+ * 'options': viewOptions.title (componentState), document.title, viewOptions.url
3472
+ * 'document': document.title, viewOptions.title(componentState), viewOptions.url (default behavior)
3473
+ */
3474
+ titlePriority?: ViewTitlePriority;
3469
3475
  /**
3470
3476
  * Defaults to `name`.
3471
- * Ignored in container, but used in @openfin/core-web to set tab titles.
3472
- * Order of precedence for title in container is: document.title, viewOptions.url.
3473
- * Order of precedence for title in @openfin/core-web is ComponentConfig.title, viewOptions.title, viewOptions.url.
3474
3477
  */
3475
3478
  title: string;
3476
3479
  /**
@@ -9904,6 +9907,7 @@ declare namespace OpenFin {
9904
9907
  ViewCreationOptions,
9905
9908
  MutableViewOptions,
9906
9909
  ViewOptions,
9910
+ ViewTitlePriority,
9907
9911
  ConstViewOptions,
9908
9912
  ViewState,
9909
9913
  ViewCreationSuccess,
@@ -10410,6 +10414,9 @@ declare type PerDomainSettings = {
10410
10414
  * {@inheritdoc DomainSettingsPreloadScripts}
10411
10415
  */
10412
10416
  preloadScripts?: DomainSettingsPreloadScripts;
10417
+ /**
10418
+ * @experimental These features are still under development and may change.
10419
+ */
10413
10420
  contentProtection?: {
10414
10421
  /**
10415
10422
  * {@inheritdoc ScreenCaptureBehavior}
@@ -13599,12 +13606,20 @@ declare type RVMInfo = {
13599
13606
  * The app log directory.
13600
13607
  */
13601
13608
  'appLogDirectory': string;
13609
+ /**
13610
+ * Architecture of the OS that the RVM is running on. One of `arm64`, `x86`, `x64`. Available since RVM 16.
13611
+ */
13612
+ 'osArch': string;
13602
13613
  /**
13603
13614
  * The path of OpenfinRVM.exe.
13604
13615
  */
13605
13616
  'path': string;
13606
13617
  /**
13607
- * The start time of RVM.
13618
+ * Process architecture of the RVM. One of `arm64`, `x86`, `x64`. Available since RVM 16.
13619
+ */
13620
+ 'rvmArch': string;
13621
+ /**
13622
+ * The start time of RVM. Format is `YYYY-MM-DD HH:MM:SS` in local time or `NA` on error.
13608
13623
  */
13609
13624
  'start-time': string;
13610
13625
  /**
@@ -17040,6 +17055,12 @@ declare interface ViewStatuses {
17040
17055
  */
17041
17056
  declare type ViewThrottling = 'enabled' | 'scheduler-disabled';
17042
17057
 
17058
+ /**
17059
+ * Precedence for view tab title
17060
+ * @interface
17061
+ */
17062
+ declare type ViewTitlePriority = 'document' | 'options';
17063
+
17043
17064
  /**
17044
17065
  * Configuration for view visibility settings
17045
17066
  *
package/out/fdc3-api.d.ts CHANGED
@@ -3525,11 +3525,14 @@ declare type ConstViewOptions = {
3525
3525
  * The identity of the window this view should be attached to.
3526
3526
  */
3527
3527
  target: Identity_4;
3528
+ /**
3529
+ * Controls order of title precedence:
3530
+ * 'options': viewOptions.title (componentState), document.title, viewOptions.url
3531
+ * 'document': document.title, viewOptions.title(componentState), viewOptions.url (default behavior)
3532
+ */
3533
+ titlePriority?: ViewTitlePriority;
3528
3534
  /**
3529
3535
  * Defaults to `name`.
3530
- * Ignored in container, but used in @openfin/core-web to set tab titles.
3531
- * Order of precedence for title in container is: document.title, viewOptions.url.
3532
- * Order of precedence for title in @openfin/core-web is ComponentConfig.title, viewOptions.title, viewOptions.url.
3533
3536
  */
3534
3537
  title: string;
3535
3538
  /**
@@ -10222,6 +10225,7 @@ declare namespace OpenFin {
10222
10225
  ViewCreationOptions,
10223
10226
  MutableViewOptions,
10224
10227
  ViewOptions,
10228
+ ViewTitlePriority,
10225
10229
  ConstViewOptions,
10226
10230
  ViewState,
10227
10231
  ViewCreationSuccess,
@@ -10728,6 +10732,9 @@ declare type PerDomainSettings = {
10728
10732
  * {@inheritdoc DomainSettingsPreloadScripts}
10729
10733
  */
10730
10734
  preloadScripts?: DomainSettingsPreloadScripts;
10735
+ /**
10736
+ * @experimental These features are still under development and may change.
10737
+ */
10731
10738
  contentProtection?: {
10732
10739
  /**
10733
10740
  * {@inheritdoc ScreenCaptureBehavior}
@@ -14000,12 +14007,20 @@ declare type RVMInfo = {
14000
14007
  * The app log directory.
14001
14008
  */
14002
14009
  'appLogDirectory': string;
14010
+ /**
14011
+ * Architecture of the OS that the RVM is running on. One of `arm64`, `x86`, `x64`. Available since RVM 16.
14012
+ */
14013
+ 'osArch': string;
14003
14014
  /**
14004
14015
  * The path of OpenfinRVM.exe.
14005
14016
  */
14006
14017
  'path': string;
14007
14018
  /**
14008
- * The start time of RVM.
14019
+ * Process architecture of the RVM. One of `arm64`, `x86`, `x64`. Available since RVM 16.
14020
+ */
14021
+ 'rvmArch': string;
14022
+ /**
14023
+ * The start time of RVM. Format is `YYYY-MM-DD HH:MM:SS` in local time or `NA` on error.
14009
14024
  */
14010
14025
  'start-time': string;
14011
14026
  /**
@@ -17491,6 +17506,12 @@ declare interface ViewStatuses {
17491
17506
  */
17492
17507
  declare type ViewThrottling = 'enabled' | 'scheduler-disabled';
17493
17508
 
17509
+ /**
17510
+ * Precedence for view tab title
17511
+ * @interface
17512
+ */
17513
+ declare type ViewTitlePriority = 'document' | 'options';
17514
+
17494
17515
  /**
17495
17516
  * Configuration for view visibility settings
17496
17517
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "41.100.116",
3
+ "version": "41.100.118",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "private": false,