@omnia/fx 8.0.193-dev → 8.0.194-dev

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,6 +10,7 @@ export declare class SecurityRoles {
10
10
  static Tenant: {
11
11
  new (): {};
12
12
  Admin: guid;
13
+ DirectoryReader: guid;
13
14
  };
14
15
  static SiteCollection: {
15
16
  new (): {};
@@ -2,7 +2,9 @@ import { DefineEmit } from "@omnia/fx/ux";
2
2
  import { StepViewModel } from "./CustomSteps";
3
3
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
4
4
  step?: StepViewModel;
5
- } & DefineEmit<"buildItemList", () => void>>) => {
5
+ } & DefineEmit<"buildItemList", () => void> & {
6
+ stepIndex?: number;
7
+ }>) => {
6
8
  $: import("vue").ComponentInternalInstance;
7
9
  $data: {};
8
10
  $props: {};
@@ -42,13 +44,15 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
42
44
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
43
45
  propsDefinition: import("@omnia/fx/ux").ExtractProps<{
44
46
  step?: StepViewModel;
45
- } & DefineEmit<"buildItemList", () => void>> & {
47
+ } & DefineEmit<"buildItemList", () => void> & {
48
+ stepIndex?: number;
49
+ }> & {
46
50
  "v-slots"?: {
47
51
  default?: import("vue").Slot;
48
52
  } & {};
49
53
  } & {
50
54
  onBuildItemList?: () => any;
51
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "step">;
55
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "step" | "stepIndex">;
52
56
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
53
57
  [key: string]: any;
54
58
  }>;
@@ -3,6 +3,7 @@ export declare namespace PermissionInputLocalization {
3
3
  interface locInterface {
4
4
  PermissionMsg: string;
5
5
  TenantAdmin: string;
6
+ DirectoryReader: string;
6
7
  AddTenantAdminByFreeText: {
7
8
  InputLabel: string;
8
9
  InputPlaceholder: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.193-dev",
4
+ "version": "8.0.194-dev",
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.193-dev",
23
+ "@omnia/fx-models": "8.0.194-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",