@omnia/fx 8.0.63-vnext → 8.0.64-vnext

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,7 @@
1
1
  import { GuidValue, PermissionBinding, PermissionInputSettings, RolePermissionSetting } from "@omnia/fx-models";
2
+ export interface IPermissionInputApi {
3
+ save(): Promise<boolean>;
4
+ }
2
5
  declare const _default: {
3
6
  new (...args: any[]): {
4
7
  $: import("vue").ComponentInternalInstance;
@@ -51,6 +54,8 @@ declare const _default: {
51
54
  }>) => void)[];
52
55
  readonly disabled?: boolean;
53
56
  readonly settings?: PermissionInputSettings;
57
+ readonly getApi?: (api: IPermissionInputApi) => void;
58
+ readonly "get-api"?: (api: IPermissionInputApi) => void;
54
59
  readonly contextParams?: {
55
60
  [key: string]: string | number;
56
61
  };
@@ -135,6 +140,12 @@ declare const _default: {
135
140
  } & {
136
141
  type: import("vue").PropType<PermissionInputSettings>;
137
142
  };
143
+ "get-api": {
144
+ type: import("vue").PropType<(api: IPermissionInputApi) => void>;
145
+ };
146
+ getApi: {
147
+ type: import("vue").PropType<(api: IPermissionInputApi) => void>;
148
+ };
138
149
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
139
150
  beforeCreate?: (() => void) | (() => void)[];
140
151
  created?: (() => void) | (() => void)[];
@@ -207,6 +218,12 @@ declare const _default: {
207
218
  } & {
208
219
  type: import("vue").PropType<PermissionInputSettings>;
209
220
  };
221
+ "get-api": {
222
+ type: import("vue").PropType<(api: IPermissionInputApi) => void>;
223
+ };
224
+ getApi: {
225
+ type: import("vue").PropType<(api: IPermissionInputApi) => void>;
226
+ };
210
227
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
211
228
  __isFragment?: never;
212
229
  __isTeleport?: never;
@@ -263,11 +280,19 @@ declare const _default: {
263
280
  } & {
264
281
  type: import("vue").PropType<PermissionInputSettings>;
265
282
  };
283
+ "get-api": {
284
+ type: import("vue").PropType<(api: IPermissionInputApi) => void>;
285
+ };
286
+ getApi: {
287
+ type: import("vue").PropType<(api: IPermissionInputApi) => void>;
288
+ };
266
289
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
267
290
  propsDefinition: Omit<Readonly<{} & {
268
291
  serviceId?: unknown;
269
292
  disabled?: boolean;
270
293
  settings?: PermissionInputSettings;
294
+ getApi?: (api: IPermissionInputApi) => void;
295
+ "get-api"?: (api: IPermissionInputApi) => void;
271
296
  contextParams?: {
272
297
  [key: string]: string | number;
273
298
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.63-vnext",
4
+ "version": "8.0.64-vnext",
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": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.63-vnext",
23
+ "@omnia/fx-models": "8.0.64-vnext",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",