@omnia/fx 7.10.0-preview.72 → 7.10.0-preview.74

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.
@@ -1,4 +1,4 @@
1
- import { GuidValue, IResolvedIdentity, Identity, PrincipalTypes, BoolFilter } from "@omnia/fx-models";
1
+ import { GuidValue, IResolvedIdentity, Identity, PrincipalTypes, BoolFilter, ButtonModes } from "@omnia/fx-models";
2
2
  import { IIdentityPickerStore } from "../../stores";
3
3
  declare const _default: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<{
4
4
  onValueBindChanged: (identity: Identity) => void;
@@ -24,6 +24,7 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
24
24
  identityStore: IIdentityPickerStore;
25
25
  emailEnabled: BoolFilter;
26
26
  permissionEnabled: BoolFilter;
27
+ mode: ButtonModes;
27
28
  }, never>, any, any, any>> & {
28
29
  propsDefinition: import("vue-tsx-support").PropsForOutside<{
29
30
  onValueBindChanged: (identity: Identity) => void;
@@ -49,6 +50,7 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
49
50
  identityStore: IIdentityPickerStore;
50
51
  emailEnabled: BoolFilter;
51
52
  permissionEnabled: BoolFilter;
53
+ mode: ButtonModes;
52
54
  }, never>;
53
55
  }) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<() => VueTsxSupport.JSX.Element>, {}, import("vue-tsx-support").PropsForOutside<{
54
56
  onValueBindChanged: (identity: Identity) => void;
@@ -74,6 +76,7 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
74
76
  identityStore: IIdentityPickerStore;
75
77
  emailEnabled: BoolFilter;
76
78
  permissionEnabled: BoolFilter;
79
+ mode: ButtonModes;
77
80
  }, never>, any, any, any>> & {
78
81
  propsDefinition: import("vue-tsx-support").PropsForOutside<{
79
82
  onValueBindChanged: (identity: Identity) => void;
@@ -99,6 +102,7 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
99
102
  identityStore: IIdentityPickerStore;
100
103
  emailEnabled: BoolFilter;
101
104
  permissionEnabled: BoolFilter;
105
+ mode: ButtonModes;
102
106
  }, never>;
103
107
  });
104
108
  export default _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "7.10.0-preview.72",
4
+ "version": "7.10.0-preview.74",
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.10.0-preview.72",
23
+ "@omnia/fx-models": "7.10.0-preview.74",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",