@omnia/fx 8.0.194-dev → 8.0.196-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.
- package/internal-do-not-import-from-here/services/AzureAdGroupService.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/AiSettingsStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/fab/FloatingActionButton..d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +10 -10
- package/package.json +2 -2
@@ -1,4 +1,4 @@
|
|
1
|
-
import { Future } from "
|
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>;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { AiSettings } from "../models";
|
2
|
-
import { guid } from "
|
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;
|
package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts
CHANGED
@@ -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" | "
|
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
|
}>;
|
@@ -40,7 +40,7 @@ declare const _default: {
|
|
40
40
|
insertOptions: {
|
41
41
|
preInsert: boolean;
|
42
42
|
inserRelativeToActive: boolean;
|
43
|
-
insertMode: "
|
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: "
|
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: "
|
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: "
|
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: "
|
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: "
|
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: "
|
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: "
|
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: "
|
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: "
|
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.
|
4
|
+
"version": "8.0.196-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.
|
23
|
+
"@omnia/fx-models": "8.0.196-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|