@openfin/core 41.100.115 → 41.100.117

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.
@@ -3469,11 +3469,14 @@ declare type ConstViewOptions = {
3469
3469
  * The identity of the window this view should be attached to.
3470
3470
  */
3471
3471
  target: Identity_4;
3472
+ /**
3473
+ * Controls order of title precedence:
3474
+ * 'options': viewOptions.title (componentState), document.title, viewOptions.url
3475
+ * 'document': document.title, viewOptions.title(componentState), viewOptions.url (default behavior)
3476
+ */
3477
+ titlePriority?: ViewTitlePriority;
3472
3478
  /**
3473
3479
  * Defaults to `name`.
3474
- * Ignored in container, but used in @openfin/core-web to set tab titles.
3475
- * Order of precedence for title in container is: document.title, viewOptions.url.
3476
- * Order of precedence for title in @openfin/core-web is ComponentConfig.title, viewOptions.title, viewOptions.url.
3477
3480
  */
3478
3481
  title: string;
3479
3482
  /**
@@ -9562,6 +9565,7 @@ declare namespace OpenFin_2 {
9562
9565
  ViewCreationOptions,
9563
9566
  MutableViewOptions,
9564
9567
  ViewOptions,
9568
+ ViewTitlePriority,
9565
9569
  ConstViewOptions,
9566
9570
  ViewState,
9567
9571
  ViewCreationSuccess,
@@ -10070,6 +10074,9 @@ declare type PerDomainSettings = {
10070
10074
  * {@inheritdoc DomainSettingsPreloadScripts}
10071
10075
  */
10072
10076
  preloadScripts?: DomainSettingsPreloadScripts;
10077
+ /**
10078
+ * @experimental These features are still under development and may change.
10079
+ */
10073
10080
  contentProtection?: {
10074
10081
  /**
10075
10082
  * {@inheritdoc ScreenCaptureBehavior}
@@ -16594,6 +16601,12 @@ declare interface ViewStatuses {
16594
16601
  */
16595
16602
  declare type ViewThrottling = 'enabled' | 'scheduler-disabled';
16596
16603
 
16604
+ /**
16605
+ * Precedence for view tab title
16606
+ * @interface
16607
+ */
16608
+ declare type ViewTitlePriority = 'document' | 'options';
16609
+
16597
16610
  /**
16598
16611
  * Configuration for view visibility settings
16599
16612
  *
@@ -3469,11 +3469,14 @@ declare type ConstViewOptions = {
3469
3469
  * The identity of the window this view should be attached to.
3470
3470
  */
3471
3471
  target: Identity_4;
3472
+ /**
3473
+ * Controls order of title precedence:
3474
+ * 'options': viewOptions.title (componentState), document.title, viewOptions.url
3475
+ * 'document': document.title, viewOptions.title(componentState), viewOptions.url (default behavior)
3476
+ */
3477
+ titlePriority?: ViewTitlePriority;
3472
3478
  /**
3473
3479
  * Defaults to `name`.
3474
- * Ignored in container, but used in @openfin/core-web to set tab titles.
3475
- * Order of precedence for title in container is: document.title, viewOptions.url.
3476
- * Order of precedence for title in @openfin/core-web is ComponentConfig.title, viewOptions.title, viewOptions.url.
3477
3480
  */
3478
3481
  title: string;
3479
3482
  /**
@@ -9562,6 +9565,7 @@ declare namespace OpenFin_2 {
9562
9565
  ViewCreationOptions,
9563
9566
  MutableViewOptions,
9564
9567
  ViewOptions,
9568
+ ViewTitlePriority,
9565
9569
  ConstViewOptions,
9566
9570
  ViewState,
9567
9571
  ViewCreationSuccess,
@@ -10070,6 +10074,9 @@ declare type PerDomainSettings = {
10070
10074
  * {@inheritdoc DomainSettingsPreloadScripts}
10071
10075
  */
10072
10076
  preloadScripts?: DomainSettingsPreloadScripts;
10077
+ /**
10078
+ * @experimental These features are still under development and may change.
10079
+ */
10073
10080
  contentProtection?: {
10074
10081
  /**
10075
10082
  * {@inheritdoc ScreenCaptureBehavior}
@@ -16594,6 +16601,12 @@ declare interface ViewStatuses {
16594
16601
  */
16595
16602
  declare type ViewThrottling = 'enabled' | 'scheduler-disabled';
16596
16603
 
16604
+ /**
16605
+ * Precedence for view tab title
16606
+ * @interface
16607
+ */
16608
+ declare type ViewTitlePriority = 'document' | 'options';
16609
+
16597
16610
  /**
16598
16611
  * Configuration for view visibility settings
16599
16612
  *
@@ -3469,11 +3469,14 @@ declare type ConstViewOptions = {
3469
3469
  * The identity of the window this view should be attached to.
3470
3470
  */
3471
3471
  target: Identity_4;
3472
+ /**
3473
+ * Controls order of title precedence:
3474
+ * 'options': viewOptions.title (componentState), document.title, viewOptions.url
3475
+ * 'document': document.title, viewOptions.title(componentState), viewOptions.url (default behavior)
3476
+ */
3477
+ titlePriority?: ViewTitlePriority;
3472
3478
  /**
3473
3479
  * Defaults to `name`.
3474
- * Ignored in container, but used in @openfin/core-web to set tab titles.
3475
- * Order of precedence for title in container is: document.title, viewOptions.url.
3476
- * Order of precedence for title in @openfin/core-web is ComponentConfig.title, viewOptions.title, viewOptions.url.
3477
3480
  */
3478
3481
  title: string;
3479
3482
  /**
@@ -9562,6 +9565,7 @@ declare namespace OpenFin_2 {
9562
9565
  ViewCreationOptions,
9563
9566
  MutableViewOptions,
9564
9567
  ViewOptions,
9568
+ ViewTitlePriority,
9565
9569
  ConstViewOptions,
9566
9570
  ViewState,
9567
9571
  ViewCreationSuccess,
@@ -10070,6 +10074,9 @@ declare type PerDomainSettings = {
10070
10074
  * {@inheritdoc DomainSettingsPreloadScripts}
10071
10075
  */
10072
10076
  preloadScripts?: DomainSettingsPreloadScripts;
10077
+ /**
10078
+ * @experimental These features are still under development and may change.
10079
+ */
10073
10080
  contentProtection?: {
10074
10081
  /**
10075
10082
  * {@inheritdoc ScreenCaptureBehavior}
@@ -16594,6 +16601,12 @@ declare interface ViewStatuses {
16594
16601
  */
16595
16602
  declare type ViewThrottling = 'enabled' | 'scheduler-disabled';
16596
16603
 
16604
+ /**
16605
+ * Precedence for view tab title
16606
+ * @interface
16607
+ */
16608
+ declare type ViewTitlePriority = 'document' | 'options';
16609
+
16597
16610
  /**
16598
16611
  * Configuration for view visibility settings
16599
16612
  *
package/out/stub.d.ts CHANGED
@@ -3528,11 +3528,14 @@ declare type ConstViewOptions = {
3528
3528
  * The identity of the window this view should be attached to.
3529
3529
  */
3530
3530
  target: Identity_4;
3531
+ /**
3532
+ * Controls order of title precedence:
3533
+ * 'options': viewOptions.title (componentState), document.title, viewOptions.url
3534
+ * 'document': document.title, viewOptions.title(componentState), viewOptions.url (default behavior)
3535
+ */
3536
+ titlePriority?: ViewTitlePriority;
3531
3537
  /**
3532
3538
  * Defaults to `name`.
3533
- * Ignored in container, but used in @openfin/core-web to set tab titles.
3534
- * Order of precedence for title in container is: document.title, viewOptions.url.
3535
- * Order of precedence for title in @openfin/core-web is ComponentConfig.title, viewOptions.title, viewOptions.url.
3536
3539
  */
3537
3540
  title: string;
3538
3541
  /**
@@ -9880,6 +9883,7 @@ declare namespace OpenFin_2 {
9880
9883
  ViewCreationOptions,
9881
9884
  MutableViewOptions,
9882
9885
  ViewOptions,
9886
+ ViewTitlePriority,
9883
9887
  ConstViewOptions,
9884
9888
  ViewState,
9885
9889
  ViewCreationSuccess,
@@ -10388,6 +10392,9 @@ declare type PerDomainSettings = {
10388
10392
  * {@inheritdoc DomainSettingsPreloadScripts}
10389
10393
  */
10390
10394
  preloadScripts?: DomainSettingsPreloadScripts;
10395
+ /**
10396
+ * @experimental These features are still under development and may change.
10397
+ */
10391
10398
  contentProtection?: {
10392
10399
  /**
10393
10400
  * {@inheritdoc ScreenCaptureBehavior}
@@ -17045,6 +17052,12 @@ declare interface ViewStatuses {
17045
17052
  */
17046
17053
  declare type ViewThrottling = 'enabled' | 'scheduler-disabled';
17047
17054
 
17055
+ /**
17056
+ * Precedence for view tab title
17057
+ * @interface
17058
+ */
17059
+ declare type ViewTitlePriority = 'document' | 'options';
17060
+
17048
17061
  /**
17049
17062
  * Configuration for view visibility settings
17050
17063
  *