@omnia/fx 8.0.193-dev → 8.0.195-dev

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 { Future } from "../shared";
1
+ import { Future } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  export declare class AzureAdGroupService {
3
3
  private graphClient;
4
4
  getGroupAsync<T extends Object>(fitlerPropsName: any, filterValue: string, selectProperties: string[]): Future<T>;
@@ -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 (): {};
@@ -1,5 +1,5 @@
1
1
  import { AiSettings } from "../models";
2
- import { guid } from "../shared";
2
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
3
3
  import { Store } from "./Store";
4
4
  export declare class AiSettingsStore extends Store {
5
5
  private settings;
@@ -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
  }>;
@@ -1,5 +1,5 @@
1
1
  import { IdentityProviderProperty, UserTypeEvaluation } from "@omnia/fx-models";
2
- import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared";
2
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
3
3
  import { Ref } from "vue";
4
4
  declare const _default: {
5
5
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
@@ -356,8 +356,8 @@ declare const _default: {
356
356
  icon?: ButtonIconOptions;
357
357
  blueprint?: ButtonBlueprint;
358
358
  container?: boolean;
359
- class?: String | String[];
360
359
  block?: boolean;
360
+ class?: String | String[];
361
361
  target?: "_blank" | "_self" | "_parent" | "_top" | "framename";
362
362
  href?: string;
363
363
  size?: "small" | "default" | "large" | "x-large" | "x-small";
@@ -238,10 +238,10 @@ declare const _default: {
238
238
  xs?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto";
239
239
  xl?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto";
240
240
  container?: boolean;
241
- class?: String | String[];
242
241
  sm?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto";
243
242
  md?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto";
244
243
  lg?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | "10" | "11" | "12" | 12 | "auto";
244
+ class?: String | String[];
245
245
  alignSelf?: "auto" | "start" | "center" | "end" | "stretch" | "baseline";
246
246
  margin?: Spacing | SpacingValue;
247
247
  padding?: Spacing | SpacingValue;
@@ -43,7 +43,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<F
43
43
  "v-slots"?: {
44
44
  default?: import("vue").Slot;
45
45
  } & {};
46
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "icon" | "container" | "class" | "block" | "size" | "active" | "disabled" | "colorSchemaType" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "app" | "stacked">;
46
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "icon" | "container" | "block" | "class" | "size" | "active" | "disabled" | "colorSchemaType" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "app" | "stacked">;
47
47
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
48
48
  [key: string]: any;
49
49
  }>;
@@ -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;
@@ -40,7 +40,7 @@ declare const _default: {
40
40
  insertOptions: {
41
41
  preInsert: boolean;
42
42
  inserRelativeToActive: boolean;
43
- insertMode: "change" | "add";
43
+ insertMode: "add" | "change";
44
44
  };
45
45
  };
46
46
  events: {
@@ -62,7 +62,7 @@ declare const _default: {
62
62
  onMutatedInsertOptions: import("@omnia/fx").MessageBusExposeOnlySubscription<{
63
63
  preInsert: boolean;
64
64
  inserRelativeToActive: boolean;
65
- insertMode: "change" | "add";
65
+ insertMode: "add" | "change";
66
66
  }>;
67
67
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
68
68
  actions: {
@@ -293,7 +293,7 @@ declare const _default: {
293
293
  insertOptions: {
294
294
  preInsert: boolean;
295
295
  inserRelativeToActive: boolean;
296
- insertMode: "change" | "add";
296
+ insertMode: "add" | "change";
297
297
  };
298
298
  };
299
299
  events: {
@@ -315,7 +315,7 @@ declare const _default: {
315
315
  onMutatedInsertOptions: import("@omnia/fx").MessageBusExposeOnlySubscription<{
316
316
  preInsert: boolean;
317
317
  inserRelativeToActive: boolean;
318
- insertMode: "change" | "add";
318
+ insertMode: "add" | "change";
319
319
  }>;
320
320
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
321
321
  actions: {
@@ -549,7 +549,7 @@ declare const _default: {
549
549
  insertOptions: {
550
550
  preInsert: boolean;
551
551
  inserRelativeToActive: boolean;
552
- insertMode: "change" | "add";
552
+ insertMode: "add" | "change";
553
553
  };
554
554
  };
555
555
  events: {
@@ -571,7 +571,7 @@ declare const _default: {
571
571
  onMutatedInsertOptions: import("@omnia/fx").MessageBusExposeOnlySubscription<{
572
572
  preInsert: boolean;
573
573
  inserRelativeToActive: boolean;
574
- insertMode: "change" | "add";
574
+ insertMode: "add" | "change";
575
575
  }>;
576
576
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
577
577
  actions: {
@@ -802,7 +802,7 @@ declare const _default: {
802
802
  insertOptions: {
803
803
  preInsert: boolean;
804
804
  inserRelativeToActive: boolean;
805
- insertMode: "change" | "add";
805
+ insertMode: "add" | "change";
806
806
  };
807
807
  };
808
808
  events: {
@@ -824,7 +824,7 @@ declare const _default: {
824
824
  onMutatedInsertOptions: import("@omnia/fx").MessageBusExposeOnlySubscription<{
825
825
  preInsert: boolean;
826
826
  inserRelativeToActive: boolean;
827
- insertMode: "change" | "add";
827
+ insertMode: "add" | "change";
828
828
  }>;
829
829
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
830
830
  actions: {
@@ -1052,7 +1052,7 @@ declare const _default: {
1052
1052
  insertOptions: {
1053
1053
  preInsert: boolean;
1054
1054
  inserRelativeToActive: boolean;
1055
- insertMode: "change" | "add";
1055
+ insertMode: "add" | "change";
1056
1056
  };
1057
1057
  };
1058
1058
  events: {
@@ -1074,7 +1074,7 @@ declare const _default: {
1074
1074
  onMutatedInsertOptions: import("@omnia/fx").MessageBusExposeOnlySubscription<{
1075
1075
  preInsert: boolean;
1076
1076
  inserRelativeToActive: boolean;
1077
- insertMode: "change" | "add";
1077
+ insertMode: "add" | "change";
1078
1078
  }>;
1079
1079
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
1080
1080
  actions: {
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.195-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.195-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",