@openfin/core 41.100.106 → 42.100.2

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.
@@ -4493,10 +4493,6 @@ declare type DomainSettings = {
4493
4493
  * more information, see the documentation for the individual properties.
4494
4494
  */
4495
4495
  default?: PerDomainSettings;
4496
- /**
4497
- * {@inheritDoc MultipleDomainMatchBehavior}
4498
- */
4499
- multipleMatchBehavior?: MultipleDomainMatchBehavior;
4500
4496
  };
4501
4497
 
4502
4498
  /**
@@ -4509,7 +4505,7 @@ declare type DomainSettingsRule = {
4509
4505
  * Array of [match patterns](https://developer.chrome.com/docs/extensions/develop/concepts/match-patterns) specifying
4510
4506
  * the domain(s) for which the rule applies.
4511
4507
  */
4512
- match: string[];
4508
+ match?: string[];
4513
4509
  /**
4514
4510
  * Settings applied when a webcontents has been navigated to a matched domain.
4515
4511
  */
@@ -4639,12 +4635,6 @@ declare type Dpi = {
4639
4635
  vertical?: number;
4640
4636
  };
4641
4637
 
4642
- /**
4643
- * @interface
4644
- * Controls whether HTML5 dragging for this content is allowed or blocked.
4645
- */
4646
- declare type DragBehavior = 'allow' | 'block';
4647
-
4648
4638
  /**
4649
4639
  * Generated when a window has been embedded.
4650
4640
  * @interface
@@ -8912,19 +8902,6 @@ declare type MonitorInfoChangedEvent = BaseEvent_9 & OpenFin_2.MonitorInfo & {
8912
8902
  */
8913
8903
  declare type MultiInstanceViewBehavior = 'reparent' | 'duplicate' | 'default';
8914
8904
 
8915
- /**
8916
- * Behavior for handling multiple {@link DomainSettingsRule} matches.
8917
- */
8918
- declare type MultipleDomainMatchBehavior =
8919
- /**
8920
- * Apply only the first matching rule in the list.
8921
- */
8922
- 'pick-first'
8923
- /**
8924
- * Deep-merge all matching rules in the list, prioritizing earlier matches. Treats arrays as primitives.
8925
- */
8926
- | 'deep-merge';
8927
-
8928
8905
  /**
8929
8906
  * @interface
8930
8907
  */
@@ -9669,7 +9646,6 @@ declare namespace OpenFin_2 {
9669
9646
  RuntimeInfo,
9670
9647
  DefaultDomainSettings,
9671
9648
  DefaultDomainSettingsRule,
9672
- MultipleDomainMatchBehavior,
9673
9649
  DomainSettings,
9674
9650
  ApiInjection,
9675
9651
  DomainApiSettings,
@@ -9681,7 +9657,6 @@ declare namespace OpenFin_2 {
9681
9657
  StructuredContentPermissions,
9682
9658
  ContentPermission,
9683
9659
  ScreenCaptureBehavior,
9684
- DragBehavior,
9685
9660
  PerDomainSettings,
9686
9661
  CopyPermissions,
9687
9662
  PastePermissions,
@@ -10042,10 +10017,6 @@ declare type PerDomainSettings = {
10042
10017
  */
10043
10018
  clipboard?: ClipboardPermissions;
10044
10019
  };
10045
- /**
10046
- * * Controls whether HTML5 dragging for this content is allowed or blocked.
10047
- */
10048
- drag?: DragBehavior;
10049
10020
  };
10050
10021
 
10051
10022
  /**
@@ -4493,10 +4493,6 @@ declare type DomainSettings = {
4493
4493
  * more information, see the documentation for the individual properties.
4494
4494
  */
4495
4495
  default?: PerDomainSettings;
4496
- /**
4497
- * {@inheritDoc MultipleDomainMatchBehavior}
4498
- */
4499
- multipleMatchBehavior?: MultipleDomainMatchBehavior;
4500
4496
  };
4501
4497
 
4502
4498
  /**
@@ -4509,7 +4505,7 @@ declare type DomainSettingsRule = {
4509
4505
  * Array of [match patterns](https://developer.chrome.com/docs/extensions/develop/concepts/match-patterns) specifying
4510
4506
  * the domain(s) for which the rule applies.
4511
4507
  */
4512
- match: string[];
4508
+ match?: string[];
4513
4509
  /**
4514
4510
  * Settings applied when a webcontents has been navigated to a matched domain.
4515
4511
  */
@@ -4639,12 +4635,6 @@ declare type Dpi = {
4639
4635
  vertical?: number;
4640
4636
  };
4641
4637
 
4642
- /**
4643
- * @interface
4644
- * Controls whether HTML5 dragging for this content is allowed or blocked.
4645
- */
4646
- declare type DragBehavior = 'allow' | 'block';
4647
-
4648
4638
  /**
4649
4639
  * Generated when a window has been embedded.
4650
4640
  * @interface
@@ -8912,19 +8902,6 @@ declare type MonitorInfoChangedEvent = BaseEvent_9 & OpenFin_2.MonitorInfo & {
8912
8902
  */
8913
8903
  declare type MultiInstanceViewBehavior = 'reparent' | 'duplicate' | 'default';
8914
8904
 
8915
- /**
8916
- * Behavior for handling multiple {@link DomainSettingsRule} matches.
8917
- */
8918
- declare type MultipleDomainMatchBehavior =
8919
- /**
8920
- * Apply only the first matching rule in the list.
8921
- */
8922
- 'pick-first'
8923
- /**
8924
- * Deep-merge all matching rules in the list, prioritizing earlier matches. Treats arrays as primitives.
8925
- */
8926
- | 'deep-merge';
8927
-
8928
8905
  /**
8929
8906
  * @interface
8930
8907
  */
@@ -9669,7 +9646,6 @@ declare namespace OpenFin_2 {
9669
9646
  RuntimeInfo,
9670
9647
  DefaultDomainSettings,
9671
9648
  DefaultDomainSettingsRule,
9672
- MultipleDomainMatchBehavior,
9673
9649
  DomainSettings,
9674
9650
  ApiInjection,
9675
9651
  DomainApiSettings,
@@ -9681,7 +9657,6 @@ declare namespace OpenFin_2 {
9681
9657
  StructuredContentPermissions,
9682
9658
  ContentPermission,
9683
9659
  ScreenCaptureBehavior,
9684
- DragBehavior,
9685
9660
  PerDomainSettings,
9686
9661
  CopyPermissions,
9687
9662
  PastePermissions,
@@ -10042,10 +10017,6 @@ declare type PerDomainSettings = {
10042
10017
  */
10043
10018
  clipboard?: ClipboardPermissions;
10044
10019
  };
10045
- /**
10046
- * * Controls whether HTML5 dragging for this content is allowed or blocked.
10047
- */
10048
- drag?: DragBehavior;
10049
10020
  };
10050
10021
 
10051
10022
  /**
@@ -4493,10 +4493,6 @@ declare type DomainSettings = {
4493
4493
  * more information, see the documentation for the individual properties.
4494
4494
  */
4495
4495
  default?: PerDomainSettings;
4496
- /**
4497
- * {@inheritDoc MultipleDomainMatchBehavior}
4498
- */
4499
- multipleMatchBehavior?: MultipleDomainMatchBehavior;
4500
4496
  };
4501
4497
 
4502
4498
  /**
@@ -4509,7 +4505,7 @@ declare type DomainSettingsRule = {
4509
4505
  * Array of [match patterns](https://developer.chrome.com/docs/extensions/develop/concepts/match-patterns) specifying
4510
4506
  * the domain(s) for which the rule applies.
4511
4507
  */
4512
- match: string[];
4508
+ match?: string[];
4513
4509
  /**
4514
4510
  * Settings applied when a webcontents has been navigated to a matched domain.
4515
4511
  */
@@ -4639,12 +4635,6 @@ declare type Dpi = {
4639
4635
  vertical?: number;
4640
4636
  };
4641
4637
 
4642
- /**
4643
- * @interface
4644
- * Controls whether HTML5 dragging for this content is allowed or blocked.
4645
- */
4646
- declare type DragBehavior = 'allow' | 'block';
4647
-
4648
4638
  /**
4649
4639
  * Generated when a window has been embedded.
4650
4640
  * @interface
@@ -8912,19 +8902,6 @@ declare type MonitorInfoChangedEvent = BaseEvent_9 & OpenFin_2.MonitorInfo & {
8912
8902
  */
8913
8903
  declare type MultiInstanceViewBehavior = 'reparent' | 'duplicate' | 'default';
8914
8904
 
8915
- /**
8916
- * Behavior for handling multiple {@link DomainSettingsRule} matches.
8917
- */
8918
- declare type MultipleDomainMatchBehavior =
8919
- /**
8920
- * Apply only the first matching rule in the list.
8921
- */
8922
- 'pick-first'
8923
- /**
8924
- * Deep-merge all matching rules in the list, prioritizing earlier matches. Treats arrays as primitives.
8925
- */
8926
- | 'deep-merge';
8927
-
8928
8905
  /**
8929
8906
  * @interface
8930
8907
  */
@@ -9669,7 +9646,6 @@ declare namespace OpenFin_2 {
9669
9646
  RuntimeInfo,
9670
9647
  DefaultDomainSettings,
9671
9648
  DefaultDomainSettingsRule,
9672
- MultipleDomainMatchBehavior,
9673
9649
  DomainSettings,
9674
9650
  ApiInjection,
9675
9651
  DomainApiSettings,
@@ -9681,7 +9657,6 @@ declare namespace OpenFin_2 {
9681
9657
  StructuredContentPermissions,
9682
9658
  ContentPermission,
9683
9659
  ScreenCaptureBehavior,
9684
- DragBehavior,
9685
9660
  PerDomainSettings,
9686
9661
  CopyPermissions,
9687
9662
  PastePermissions,
@@ -10042,10 +10017,6 @@ declare type PerDomainSettings = {
10042
10017
  */
10043
10018
  clipboard?: ClipboardPermissions;
10044
10019
  };
10045
- /**
10046
- * * Controls whether HTML5 dragging for this content is allowed or blocked.
10047
- */
10048
- drag?: DragBehavior;
10049
10020
  };
10050
10021
 
10051
10022
  /**
package/out/stub.d.ts CHANGED
@@ -4552,10 +4552,6 @@ declare type DomainSettings = {
4552
4552
  * more information, see the documentation for the individual properties.
4553
4553
  */
4554
4554
  default?: PerDomainSettings;
4555
- /**
4556
- * {@inheritDoc MultipleDomainMatchBehavior}
4557
- */
4558
- multipleMatchBehavior?: MultipleDomainMatchBehavior;
4559
4555
  };
4560
4556
 
4561
4557
  /**
@@ -4568,7 +4564,7 @@ declare type DomainSettingsRule = {
4568
4564
  * Array of [match patterns](https://developer.chrome.com/docs/extensions/develop/concepts/match-patterns) specifying
4569
4565
  * the domain(s) for which the rule applies.
4570
4566
  */
4571
- match: string[];
4567
+ match?: string[];
4572
4568
  /**
4573
4569
  * Settings applied when a webcontents has been navigated to a matched domain.
4574
4570
  */
@@ -4698,12 +4694,6 @@ declare type Dpi = {
4698
4694
  vertical?: number;
4699
4695
  };
4700
4696
 
4701
- /**
4702
- * @interface
4703
- * Controls whether HTML5 dragging for this content is allowed or blocked.
4704
- */
4705
- declare type DragBehavior = 'allow' | 'block';
4706
-
4707
4697
  /**
4708
4698
  * Generated when a window has been embedded.
4709
4699
  * @interface
@@ -9208,19 +9198,6 @@ declare type MonitorInfoChangedEvent = BaseEvent_9 & OpenFin_2.MonitorInfo & {
9208
9198
  */
9209
9199
  declare type MultiInstanceViewBehavior = 'reparent' | 'duplicate' | 'default';
9210
9200
 
9211
- /**
9212
- * Behavior for handling multiple {@link DomainSettingsRule} matches.
9213
- */
9214
- declare type MultipleDomainMatchBehavior =
9215
- /**
9216
- * Apply only the first matching rule in the list.
9217
- */
9218
- 'pick-first'
9219
- /**
9220
- * Deep-merge all matching rules in the list, prioritizing earlier matches. Treats arrays as primitives.
9221
- */
9222
- | 'deep-merge';
9223
-
9224
9201
  /**
9225
9202
  * @interface
9226
9203
  */
@@ -9987,7 +9964,6 @@ declare namespace OpenFin_2 {
9987
9964
  RuntimeInfo,
9988
9965
  DefaultDomainSettings,
9989
9966
  DefaultDomainSettingsRule,
9990
- MultipleDomainMatchBehavior,
9991
9967
  DomainSettings,
9992
9968
  ApiInjection,
9993
9969
  DomainApiSettings,
@@ -9999,7 +9975,6 @@ declare namespace OpenFin_2 {
9999
9975
  StructuredContentPermissions,
10000
9976
  ContentPermission,
10001
9977
  ScreenCaptureBehavior,
10002
- DragBehavior,
10003
9978
  PerDomainSettings,
10004
9979
  CopyPermissions,
10005
9980
  PastePermissions,
@@ -10360,10 +10335,6 @@ declare type PerDomainSettings = {
10360
10335
  */
10361
10336
  clipboard?: ClipboardPermissions;
10362
10337
  };
10363
- /**
10364
- * * Controls whether HTML5 dragging for this content is allowed or blocked.
10365
- */
10366
- drag?: DragBehavior;
10367
10338
  };
10368
10339
 
10369
10340
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core",
3
- "version": "41.100.106",
3
+ "version": "42.100.2",
4
4
  "description": "The core renderer entry point of OpenFin",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "out/stub.js",