@omnia/fx 8.0.412-dev → 8.0.413-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/ux/admin/usermanagement/loc/localize.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementConstants.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/PropertiesBlades/CustomProperties.d.ts +19 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/ButtonBlueprintPresets.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyListingPicker.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.stylex.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/BlueprintStyling.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.new.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +0 -13
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.stylex.d.ts +0 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +0 -24
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/AuthenticationTab.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/PropertiesTab.d.ts +0 -9
- /package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/{tabs/AuthenticationBlades → blades}/OnboardingBlade.d.ts +0 -0
@@ -182,15 +182,20 @@ export declare namespace UserManagementLocalization {
|
|
182
182
|
Tabs: {
|
183
183
|
General: string;
|
184
184
|
Authentication: string;
|
185
|
+
Properties: string;
|
185
186
|
Onboarding: string;
|
186
187
|
UserProfileCompletion: string;
|
187
188
|
};
|
188
189
|
AuthenticationBlades: {
|
189
190
|
ExternalProviders: string;
|
190
191
|
BuiltInProviders: string;
|
191
|
-
Onboarding: string;
|
192
192
|
RefreshTokens: string;
|
193
193
|
EnableProvider: string;
|
194
|
+
TextOn: string;
|
195
|
+
TextOff: string;
|
196
|
+
};
|
197
|
+
PropertiesBlades: {
|
198
|
+
CustomProperties: string;
|
194
199
|
};
|
195
200
|
FormProperties: {
|
196
201
|
Request: string;
|
@@ -298,6 +303,7 @@ export declare namespace UserManagementLocalization {
|
|
298
303
|
MaximumNumberOfRetries: string;
|
299
304
|
MagicLinkExpiry: string;
|
300
305
|
AzureAD: string;
|
306
|
+
EnableMicrosoftEntra: string;
|
301
307
|
TwoFactorAuthentication: string;
|
302
308
|
SharepointAddIn: string;
|
303
309
|
OnboardingUrl: string;
|
package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementConstants.d.ts
CHANGED
@@ -39,6 +39,9 @@ export declare const UserManagementBladeIds: {
|
|
39
39
|
detailAuthentication: guid;
|
40
40
|
detailProperties: guid;
|
41
41
|
detailUserProfileCompletion: guid;
|
42
|
+
detailPropertiesBlades: {
|
43
|
+
customProperties: guid;
|
44
|
+
};
|
42
45
|
detailAuthenticationBlades: {
|
43
46
|
externalProviders: guid;
|
44
47
|
builtInProviders: guid;
|
@@ -0,0 +1,19 @@
|
|
1
|
+
import { DefineEmit } from "@omnia/fx/ux";
|
2
|
+
import { UserTypePropertyFormSettingsViewModel } from "../../..";
|
3
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
4
|
+
"emit:update:modelValue": (value: UserTypePropertyFormSettingsViewModel[]) => void;
|
5
|
+
} & {
|
6
|
+
"v-model"?: UserTypePropertyFormSettingsViewModel[];
|
7
|
+
} & {
|
8
|
+
modelValue?: UserTypePropertyFormSettingsViewModel[];
|
9
|
+
} & {
|
10
|
+
renderFormPropertyItems: (propertyToRender: any) => void;
|
11
|
+
} & DefineEmit<"reorderProperties", (properties: UserTypePropertyFormSettingsViewModel[]) => void>> & {
|
12
|
+
"onUpdate:modelValue"?: (value: UserTypePropertyFormSettingsViewModel[]) => any;
|
13
|
+
onReorderProperties?: (properties: UserTypePropertyFormSettingsViewModel[]) => any;
|
14
|
+
} & {
|
15
|
+
"v-slots"?: {} & Omit<{
|
16
|
+
default?: import("vue").Slot;
|
17
|
+
}, never>;
|
18
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "emit:update:modelValue" | "modelValue" | "v-model" | "renderFormPropertyItems" | "emit:reorderProperties"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
19
|
+
export default _default;
|
@@ -22,6 +22,7 @@ export declare const useComponentBlueprintStore: () => {
|
|
22
22
|
byType(strategyType: "MD2" | "MD3"): ComponentBlueprints;
|
23
23
|
};
|
24
24
|
button: {
|
25
|
+
iconBlueprintBySize(sizeType: OIconSizes): ButtonBlueprint;
|
25
26
|
blueprintByType(type: ButtonBlueprintVariant | ButtonBlueprint): any;
|
26
27
|
};
|
27
28
|
input: {
|
@@ -32,7 +33,10 @@ export declare const useComponentBlueprintStore: () => {
|
|
32
33
|
};
|
33
34
|
icon: {
|
34
35
|
blueprint(size: OIconSizes): IconBlueprint;
|
35
|
-
size:
|
36
|
+
size: {
|
37
|
+
byBluePrint(blueprint: IconBlueprint, typographyBlueprint: TypographyBlueprint): number;
|
38
|
+
byIconSize(size: OIconSizes, typographyBlueprint: TypographyBlueprint): number;
|
39
|
+
};
|
36
40
|
};
|
37
41
|
containerFill: {
|
38
42
|
hasVariant(type: BlueprintVariant | string): boolean;
|
@@ -38,6 +38,7 @@ export declare const useThemeStore: () => {
|
|
38
38
|
byType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
39
39
|
};
|
40
40
|
button: {
|
41
|
+
iconBlueprintBySize(sizeType: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").ButtonBlueprint;
|
41
42
|
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): any;
|
42
43
|
};
|
43
44
|
input: {
|
@@ -48,7 +49,10 @@ export declare const useThemeStore: () => {
|
|
48
49
|
};
|
49
50
|
icon: {
|
50
51
|
blueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
|
51
|
-
size:
|
52
|
+
size: {
|
53
|
+
byBluePrint(blueprint: import("@omnia/fx-models").IconBlueprint, typographyBlueprint: import("@omnia/fx-models").TypographyBlueprint): number;
|
54
|
+
byIconSize(size: import("@omnia/fx-models").OIconSizes, typographyBlueprint: import("@omnia/fx-models").TypographyBlueprint): number;
|
55
|
+
};
|
52
56
|
};
|
53
57
|
containerFill: {
|
54
58
|
hasVariant(type: BlueprintVariant | string): boolean;
|
@@ -1,17 +1,18 @@
|
|
1
1
|
import { EnterprisePropertyDefinition, ExternalPropertySelectionItem } from "@omnia/fx-models";
|
2
|
-
import { DefineProp, DefineSlot, DefineVModel } from "@omnia/fx/ux";
|
2
|
+
import { DefineEmit, DefineProp, DefineSlot, DefineVModel } from "@omnia/fx/ux";
|
3
3
|
import { VNodeChild } from "vue";
|
4
4
|
declare const emptyArray: any[];
|
5
|
-
type EnterprisePropertyPickerProps<T = string> = DefineVModel<"", Array<T>, false, null> & DefineProp<"returnObject", boolean, false, false> & DefineProp<"propertyItems", Array<EnterprisePropertyDefinition>, false, typeof emptyArray> & DefineProp<"externalPropertyItems", Array<ExternalPropertySelectionItem>, false, typeof emptyArray> & DefineProp<"label", string, false, null> & DefineProp<"labelAdd", string, false, null> & DefineSlot<"settings", (item: T) => VNodeChild>;
|
5
|
+
type EnterprisePropertyPickerProps<T = string> = DefineVModel<"", Array<T>, false, null> & DefineProp<"returnObject", boolean, false, false> & DefineProp<"propertyItems", Array<EnterprisePropertyDefinition>, false, typeof emptyArray> & DefineProp<"externalPropertyItems", Array<ExternalPropertySelectionItem>, false, typeof emptyArray> & DefineProp<"label", string, false, null> & DefineProp<"labelAdd", string, false, null> & DefineEmit<"selectedProperty", (item: T) => void> & DefineSlot<"settings", (item: T) => VNodeChild>;
|
6
6
|
declare const _default: <TItem extends {
|
7
7
|
internalName: string;
|
8
8
|
}>(props: import("@omnia/fx/ux").ExtractProps<EnterprisePropertyPickerProps<string | TItem>> & {
|
9
9
|
"onUpdate:modelValue"?: (value: (string | TItem)[]) => any;
|
10
|
+
onSelectedProperty?: (item: string | TItem) => any;
|
10
11
|
} & {
|
11
12
|
"v-slots"?: {
|
12
13
|
settings?: (item: string | TItem) => VNodeChild;
|
13
14
|
} & Omit<{
|
14
15
|
default?: import("vue").Slot;
|
15
16
|
}, "settings">;
|
16
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "emit:update:modelValue" | "modelValue" | "v-model" | "returnObject" | "propertyItems" | "externalPropertyItems" | "labelAdd" | "slot:settings"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
17
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "emit:update:modelValue" | "modelValue" | "v-model" | "returnObject" | "propertyItems" | "externalPropertyItems" | "labelAdd" | "emit:selectedProperty" | "slot:settings"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
17
18
|
export default _default;
|
@@ -9,7 +9,6 @@ export declare const LayoutItemSelectorStyles: {
|
|
9
9
|
contentWrapper: (background: Color) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
10
10
|
closeButton: Readonly<import("@omnia/fx/ux").StylexValue>;
|
11
11
|
dialogHeader: (textColor: string) => import("@omnia/fx/ux").StylexValue;
|
12
|
-
searchBox: Readonly<import("@omnia/fx/ux").StylexValue>;
|
13
12
|
footerWrapper: import("@omnia/fx/ux").StylexValue;
|
14
13
|
searchResult: {
|
15
14
|
noBlockWrapper: Readonly<import("@omnia/fx/ux").StylexValue>;
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { ButtonBlueprint
|
1
|
+
import { ButtonBlueprint } from "@omnia/fx-models";
|
2
2
|
import { useColorSchemaStore } from "@omnia/fx/ux";
|
3
3
|
export declare namespace BlueprintStyling {
|
4
|
-
function getIconButtonStylex(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>, iconSize: number,
|
4
|
+
function getIconButtonStylex(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>, iconSize: number, slim: boolean, hasCustomBlueprint: boolean): Readonly<import("@omnia/fx/ux").StylexValue>;
|
5
5
|
function getTextButtonStylex(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>, slim: boolean): Readonly<import("@omnia/fx/ux").StylexValue>;
|
6
6
|
}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { useColorSchemaStore } from "../..";
|
2
2
|
export declare const ButtonStyles: {
|
3
3
|
velcronStyling: import("../..").StylexValue;
|
4
|
-
wrapper: (grouped: boolean, disabled: any, colors: ReturnType<typeof useColorSchemaStore
|
4
|
+
wrapper: (grouped: boolean, disabled: any, colors: ReturnType<typeof useColorSchemaStore>) => Readonly<import("../..").StylexValue>;
|
5
5
|
iconStyle: {
|
6
6
|
zIndex: number;
|
7
7
|
};
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import { OButtonVariants } from "@omnia/fx-models";
|
2
|
-
export declare const ButtonStyles: {
|
3
|
-
velcronStyling: import("../..").StylexValue;
|
4
|
-
wrapper: (background: string, text: string, iconColor: string, variant: OButtonVariants, transparent: boolean, transparentHover: boolean, grouped: boolean) => {
|
5
|
-
class: string;
|
6
|
-
style: {
|
7
|
-
"--obtn-color": string;
|
8
|
-
"--obtn-background": any;
|
9
|
-
"--obtn-nest-color": string;
|
10
|
-
"--obtn-nest-background": string;
|
11
|
-
};
|
12
|
-
};
|
13
|
-
};
|
@@ -2,7 +2,6 @@ import { useColorSchemaStore } from "@omnia/fx/ux";
|
|
2
2
|
import { ColorDefinition, ODialogTypes } from "@omnia/fx-models";
|
3
3
|
import { DialogLocation } from "./Dialog";
|
4
4
|
export declare const DialogStyles: {
|
5
|
-
templateTitle: Readonly<import("@omnia/fx/ux").StylexValue>;
|
6
5
|
titleWrapper: (dark: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
7
6
|
fixedContent: (backgroundColor: string) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
8
7
|
navigationDrawer: (dark: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
@@ -191,8 +191,6 @@ import wc9c3a9218af534e48b95ba122eb43db64 from './ux/admin/usermanagement/dynami
|
|
191
191
|
import wc77fa3438c9204b32bddc1b8361e530c2 from './ux/admin/usermanagement/userproperties/UserPropertyListingBlade';
|
192
192
|
import wc3967363b80cd4b12900f7a9c7975bf6a from './ux/admin/usermanagement/userproperties/UserPropertyDetailBlade';
|
193
193
|
import wc44048d051a714efd90e10eb4261c2a16 from './ux/admin/usermanagement/userproperties/Journey';
|
194
|
-
import wc95a66c4940c7442cb815359c5d299365 from './ux/admin/usermanagement/usertypes/tabs/AuthenticationTab';
|
195
|
-
import wc9c7c92676bae4157a58898eecb88663d from './ux/admin/usermanagement/usertypes/tabs/PropertiesTab';
|
196
194
|
import wc36d0078c1c79486bb4e392a97f03bdb5 from './ux/admin/usermanagement/self-service/SelfServiceJourney';
|
197
195
|
import wcf00e21cd5e0f472aa91dc2b927e25fa7 from './ux/admin/usermanagement/loginlog/LoginLogListingBlade';
|
198
196
|
import wc3a5a2bb94382402ba9927797758c1269 from './ux/analytics/metric/Metric';
|
@@ -4737,28 +4735,6 @@ declare global {
|
|
4737
4735
|
};
|
4738
4736
|
} : typeof wca7dfb3df024c49aca5f06dfd46c2ab65;
|
4739
4737
|
};
|
4740
|
-
"type": {
|
4741
|
-
"detail": {
|
4742
|
-
"authentication": {
|
4743
|
-
"tab": typeof wc95a66c4940c7442cb815359c5d299365 extends {
|
4744
|
-
propsDefinition: infer TProp;
|
4745
|
-
} ? {
|
4746
|
-
new (...args: any[]): {
|
4747
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4748
|
-
};
|
4749
|
-
} : typeof wc95a66c4940c7442cb815359c5d299365;
|
4750
|
-
};
|
4751
|
-
"properties": {
|
4752
|
-
"tab": typeof wc9c7c92676bae4157a58898eecb88663d extends {
|
4753
|
-
propsDefinition: infer TProp;
|
4754
|
-
} ? {
|
4755
|
-
new (...args: any[]): {
|
4756
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4757
|
-
};
|
4758
|
-
} : typeof wc9c7c92676bae4157a58898eecb88663d;
|
4759
|
-
};
|
4760
|
-
};
|
4761
|
-
};
|
4762
4738
|
};
|
4763
4739
|
"group": {
|
4764
4740
|
"listing": typeof wc0a208072d45f4f498d59ab7b9da9a10d extends {
|
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.413-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": "Omnia Digital Workplace AB",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.413-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|
@@ -1,19 +0,0 @@
|
|
1
|
-
import { AuthenticationSettings } from "@omnia/fx-models";
|
2
|
-
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
|
-
"emit:update:authSettings": (value: AuthenticationSettings) => void;
|
4
|
-
} & {
|
5
|
-
"v-model:authSettings"?: AuthenticationSettings;
|
6
|
-
} & {
|
7
|
-
authSettings?: AuthenticationSettings;
|
8
|
-
} & {
|
9
|
-
errorMsg: string;
|
10
|
-
} & {
|
11
|
-
onInvalidateUserTokens?: () => Promise<void>;
|
12
|
-
}> & {
|
13
|
-
"onUpdate:authSettings"?: (value: AuthenticationSettings) => any;
|
14
|
-
} & {
|
15
|
-
"v-slots"?: {} & Omit<{
|
16
|
-
default?: import("vue").Slot;
|
17
|
-
}, never>;
|
18
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "errorMsg" | "authSettings" | "emit:update:authSettings" | "v-model:authSettings" | "onInvalidateUserTokens"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
19
|
-
export default _default;
|
package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/PropertiesTab.d.ts
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
import { UserTypeSettings } from "@omnia/fx-models";
|
2
|
-
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
|
-
settings?: UserTypeSettings;
|
4
|
-
}> & {} & {
|
5
|
-
"v-slots"?: {} & Omit<{
|
6
|
-
default?: import("vue").Slot;
|
7
|
-
}, never>;
|
8
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "settings"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
9
|
-
export default _default;
|