@omnia/fx 7.8.104-preview → 7.8.105-preview

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.
@@ -20,6 +20,7 @@ declare const dialogComponent: (import("vue").VueConstructor<import("vue-tsx-sup
20
20
  valueBind: DialogModel;
21
21
  position: DialogPositions;
22
22
  onClickOutside: (closeDialog: (prompt: boolean, title?: string) => void, event?: Event) => void;
23
+ unreadableReader: boolean;
23
24
  noClickAnimation: boolean;
24
25
  renderBody: () => JSX.Element;
25
26
  eager: boolean;
@@ -45,6 +46,7 @@ declare const dialogComponent: (import("vue").VueConstructor<import("vue-tsx-sup
45
46
  valueBind: DialogModel;
46
47
  position: DialogPositions;
47
48
  onClickOutside: (closeDialog: (prompt: boolean, title?: string) => void, event?: Event) => void;
49
+ unreadableReader: boolean;
48
50
  noClickAnimation: boolean;
49
51
  renderBody: () => JSX.Element;
50
52
  eager: boolean;
@@ -70,6 +72,7 @@ declare const dialogComponent: (import("vue").VueConstructor<import("vue-tsx-sup
70
72
  valueBind: DialogModel;
71
73
  position: DialogPositions;
72
74
  onClickOutside: (closeDialog: (prompt: boolean, title?: string) => void, event?: Event) => void;
75
+ unreadableReader: boolean;
73
76
  noClickAnimation: boolean;
74
77
  renderBody: () => JSX.Element;
75
78
  eager: boolean;
@@ -95,6 +98,7 @@ declare const dialogComponent: (import("vue").VueConstructor<import("vue-tsx-sup
95
98
  valueBind: DialogModel;
96
99
  position: DialogPositions;
97
100
  onClickOutside: (closeDialog: (prompt: boolean, title?: string) => void, event?: Event) => void;
101
+ unreadableReader: boolean;
98
102
  noClickAnimation: boolean;
99
103
  renderBody: () => JSX.Element;
100
104
  eager: boolean;
@@ -23,6 +23,7 @@ export interface IDialogProperties {
23
23
  light?: boolean;
24
24
  dark?: boolean;
25
25
  hideCloseButton?: boolean;
26
+ unreadableReader?: boolean;
26
27
  noClickAnimation?: boolean;
27
28
  /**
28
29
  * Force the dialog to render on mounted (e.g rendered but not shown)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "7.8.104-preview",
4
+ "version": "7.8.105-preview",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "author": "Omnia Digital Workplace AB",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "7.8.104-preview",
23
+ "@omnia/fx-models": "7.8.105-preview",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",