@omnia/fx 7.8.99-preview → 7.8.101-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.
@@ -63,6 +63,12 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
63
63
  hideUsername: boolean;
64
64
  hideImage: boolean;
65
65
  renderSlots: (resolvedIdentity: IResolvedIdentity) => RenderSlotsType;
66
+ avatarStyles: {
67
+ styles?: {
68
+ [key: string]: string;
69
+ };
70
+ class?: string;
71
+ };
66
72
  }, "valueBind">, any, any, any>> & {
67
73
  propsDefinition: import("vue-tsx-support").PropsForOutside<{
68
74
  valueBind: Identity[];
@@ -100,6 +106,12 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
100
106
  hideUsername: boolean;
101
107
  hideImage: boolean;
102
108
  renderSlots: (resolvedIdentity: IResolvedIdentity) => RenderSlotsType;
109
+ avatarStyles: {
110
+ styles?: {
111
+ [key: string]: string;
112
+ };
113
+ class?: string;
114
+ };
103
115
  }, "valueBind">;
104
116
  }) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<() => VueTsxSupport.JSX.Element>, {}, import("vue-tsx-support").PropsForOutside<{
105
117
  valueBind: Identity[];
@@ -137,6 +149,12 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
137
149
  hideUsername: boolean;
138
150
  hideImage: boolean;
139
151
  renderSlots: (resolvedIdentity: IResolvedIdentity) => RenderSlotsType;
152
+ avatarStyles: {
153
+ styles?: {
154
+ [key: string]: string;
155
+ };
156
+ class?: string;
157
+ };
140
158
  }, "valueBind">, any, any, any>> & {
141
159
  propsDefinition: import("vue-tsx-support").PropsForOutside<{
142
160
  valueBind: Identity[];
@@ -174,6 +192,12 @@ declare const _default: (import("vue").VueConstructor<import("vue-tsx-support").
174
192
  hideUsername: boolean;
175
193
  hideImage: boolean;
176
194
  renderSlots: (resolvedIdentity: IResolvedIdentity) => RenderSlotsType;
195
+ avatarStyles: {
196
+ styles?: {
197
+ [key: string]: string;
198
+ };
199
+ class?: string;
200
+ };
177
201
  }, "valueBind">;
178
202
  });
179
203
  export default _default;
@@ -12,7 +12,9 @@ export declare module IdentityPickerLocalization {
12
12
  };
13
13
  RemoveUser: string;
14
14
  PeolePicker: string;
15
- SearchUserLabel: string;
15
+ FindUser: string;
16
+ FindGroup: string;
17
+ FindUserOrGroup: string;
16
18
  SearchUserTooltip: string;
17
19
  NoItemsFound: string;
18
20
  Searching: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "7.8.99-preview",
4
+ "version": "7.8.101-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.99-preview",
23
+ "@omnia/fx-models": "7.8.101-preview",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",