@omnia/fx 8.0.411-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/analytics/metric/Metric.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/componentblueprints/store/ComponentEditorStore.d.ts +0 -1
- 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 +8 -3
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +7 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyListingPicker.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/colorstyle/ColorButton.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/link/LinkButton.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/spacing/SpacingButton.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/typography/TypographyButton.d.ts +2 -2
- 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/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mobile/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mobile/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/btn/BlueprintStyling.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.new.stylex.d.ts +9 -0
- 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/btn/Button_bak.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.stylex.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +2 -2
- 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/aurora/admin/blades/componentblueprints/blades/ButtonSelectSizeBlade.d.ts +0 -16
- /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;
|
@@ -7,5 +7,5 @@ declare const _default: (props: import("../..").ExtractProps<MetricProps> & {
|
|
7
7
|
"v-slots"?: {} & Omit<{
|
8
8
|
default?: import("vue").Slot;
|
9
9
|
}, never>;
|
10
|
-
} & {} & Omit<import("../..").VueComponentBaseProps, "title" | "icon" | "description" | "iconColor" | "
|
10
|
+
} & {} & Omit<import("../..").VueComponentBaseProps, "title" | "icon" | "description" | "iconColor" | "emit:click" | "metricInfo"> & import("../..").VNodeEvents) => any;
|
11
11
|
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { Blueprint, ButtonBlueprint, ButtonBlueprintVariant, ComponentBlueprints, BlueprintVariant, OIconSizes, TabsBlueprint, WebBlueprintItemDefintionType, HeaderBlueprint, InputBlueprint, ContainerFillValue } from "@omnia/fx-models";
|
1
|
+
import { Blueprint, ButtonBlueprint, ButtonBlueprintVariant, ComponentBlueprints, BlueprintVariant, OIconSizes, TabsBlueprint, WebBlueprintItemDefintionType, HeaderBlueprint, InputBlueprint, ContainerFillValue, TypographyBlueprint, IconBlueprint } from "@omnia/fx-models";
|
2
2
|
type blueprintType = "default";
|
3
3
|
export declare const useComponentBlueprintStore: () => {
|
4
4
|
state: {
|
@@ -22,7 +22,8 @@ export declare const useComponentBlueprintStore: () => {
|
|
22
22
|
byType(strategyType: "MD2" | "MD3"): ComponentBlueprints;
|
23
23
|
};
|
24
24
|
button: {
|
25
|
-
|
25
|
+
iconBlueprintBySize(sizeType: OIconSizes): ButtonBlueprint;
|
26
|
+
blueprintByType(type: ButtonBlueprintVariant | ButtonBlueprint): any;
|
26
27
|
};
|
27
28
|
input: {
|
28
29
|
blueprintByType(type: BlueprintVariant | InputBlueprint): InputBlueprint;
|
@@ -31,7 +32,11 @@ export declare const useComponentBlueprintStore: () => {
|
|
31
32
|
blueprintByType(type: BlueprintVariant | TabsBlueprint): TabsBlueprint;
|
32
33
|
};
|
33
34
|
icon: {
|
34
|
-
|
35
|
+
blueprint(size: OIconSizes): IconBlueprint;
|
36
|
+
size: {
|
37
|
+
byBluePrint(blueprint: IconBlueprint, typographyBlueprint: TypographyBlueprint): number;
|
38
|
+
byIconSize(size: OIconSizes, typographyBlueprint: TypographyBlueprint): number;
|
39
|
+
};
|
35
40
|
};
|
36
41
|
containerFill: {
|
37
42
|
hasVariant(type: BlueprintVariant | string): boolean;
|
@@ -38,7 +38,8 @@ export declare const useThemeStore: () => {
|
|
38
38
|
byType(strategyType: "MD2" | "MD3"): import("@omnia/fx-models").ComponentBlueprints;
|
39
39
|
};
|
40
40
|
button: {
|
41
|
-
|
41
|
+
iconBlueprintBySize(sizeType: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").ButtonBlueprint;
|
42
|
+
blueprintByType(type: import("@omnia/fx-models").ButtonBlueprintVariant | import("@omnia/fx-models").ButtonBlueprint): any;
|
42
43
|
};
|
43
44
|
input: {
|
44
45
|
blueprintByType(type: BlueprintVariant | import("@omnia/fx-models").InputBlueprint): import("@omnia/fx-models").InputBlueprint;
|
@@ -47,7 +48,11 @@ export declare const useThemeStore: () => {
|
|
47
48
|
blueprintByType(type: BlueprintVariant | import("@omnia/fx-models").TabsBlueprint): import("@omnia/fx-models").TabsBlueprint;
|
48
49
|
};
|
49
50
|
icon: {
|
50
|
-
|
51
|
+
blueprint(size: import("@omnia/fx-models").OIconSizes): import("@omnia/fx-models").IconBlueprint;
|
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
|
+
};
|
51
56
|
};
|
52
57
|
containerFill: {
|
53
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;
|
@@ -27,7 +27,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
27
27
|
textStyle: import("@omnia/fx-models").TextBlueprint;
|
28
28
|
};
|
29
29
|
};
|
30
|
-
events: import("
|
30
|
+
events: import("../../../../mobile").StoreEvents<{
|
31
31
|
editorContent: import("@omnia/fx/ux").FlowContent;
|
32
32
|
plugins: import("@omnia/fx/ux").FlowEditorPlugin[];
|
33
33
|
pluginsLoadedPromise: import("@omnia/fx-models").Future<void>;
|
@@ -52,7 +52,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
52
52
|
textStyle: import("@omnia/fx-models").TextBlueprint;
|
53
53
|
};
|
54
54
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
55
|
-
actions: import("
|
55
|
+
actions: import("../../../../mobile").StoreReturnDefineAction<{
|
56
56
|
confirm: () => {
|
57
57
|
delete: {
|
58
58
|
container: (element: HTMLElement) => void;
|
@@ -27,7 +27,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
27
27
|
textStyle: import("@omnia/fx-models").TextBlueprint;
|
28
28
|
};
|
29
29
|
};
|
30
|
-
events: import("
|
30
|
+
events: import("../../../../mobile").StoreEvents<{
|
31
31
|
editorContent: import("@omnia/fx/ux").FlowContent;
|
32
32
|
plugins: import("@omnia/fx/ux").FlowEditorPlugin[];
|
33
33
|
pluginsLoadedPromise: import("@omnia/fx-models").Future<void>;
|
@@ -52,7 +52,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
52
52
|
textStyle: import("@omnia/fx-models").TextBlueprint;
|
53
53
|
};
|
54
54
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
55
|
-
actions: import("
|
55
|
+
actions: import("../../../../mobile").StoreReturnDefineAction<{
|
56
56
|
confirm: () => {
|
57
57
|
delete: {
|
58
58
|
container: (element: HTMLElement) => void;
|
@@ -27,7 +27,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
27
27
|
textStyle: import("@omnia/fx-models").TextBlueprint;
|
28
28
|
};
|
29
29
|
};
|
30
|
-
events: import("
|
30
|
+
events: import("../../../../mobile").StoreEvents<{
|
31
31
|
editorContent: import("@omnia/fx/ux").FlowContent;
|
32
32
|
plugins: import("@omnia/fx/ux").FlowEditorPlugin[];
|
33
33
|
pluginsLoadedPromise: import("@omnia/fx-models").Future<void>;
|
@@ -52,7 +52,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
52
52
|
textStyle: import("@omnia/fx-models").TextBlueprint;
|
53
53
|
};
|
54
54
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
55
|
-
actions: import("
|
55
|
+
actions: import("../../../../mobile").StoreReturnDefineAction<{
|
56
56
|
confirm: () => {
|
57
57
|
delete: {
|
58
58
|
container: (element: HTMLElement) => void;
|
package/internal-do-not-import-from-here/ux/flow/editor/plugins/typography/TypographyButton.d.ts
CHANGED
@@ -27,7 +27,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
27
27
|
textStyle: import("@omnia/fx-models").TextBlueprint;
|
28
28
|
};
|
29
29
|
};
|
30
|
-
events: import("
|
30
|
+
events: import("../../../../mobile").StoreEvents<{
|
31
31
|
editorContent: import("@omnia/fx/ux").FlowContent;
|
32
32
|
plugins: import("@omnia/fx/ux").FlowEditorPlugin[];
|
33
33
|
pluginsLoadedPromise: import("@omnia/fx-models").Future<void>;
|
@@ -52,7 +52,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
52
52
|
textStyle: import("@omnia/fx-models").TextBlueprint;
|
53
53
|
};
|
54
54
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
55
|
-
actions: import("
|
55
|
+
actions: import("../../../../mobile").StoreReturnDefineAction<{
|
56
56
|
confirm: () => {
|
57
57
|
delete: {
|
58
58
|
container: (element: HTMLElement) => void;
|
@@ -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>;
|
@@ -14,8 +14,8 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
14
14
|
} & {
|
15
15
|
galleryPanelStore: {
|
16
16
|
state: {};
|
17
|
-
events: import("
|
18
|
-
actions: import("
|
17
|
+
events: import("../../../mobile").StoreEvents<{}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
18
|
+
actions: import("../../../mobile").StoreReturnDefineAction<{
|
19
19
|
init: (swiperObj: import("swiper").default) => void;
|
20
20
|
nextSlide: () => void;
|
21
21
|
prevSlide: () => void;
|
@@ -1 +1 @@
|
|
1
|
-
export
|
1
|
+
export * from "@omnia/fx-models/internal-do-not-import-from-here/shared";
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { ButtonBlueprint } from "@omnia/fx-models";
|
2
|
-
import {
|
2
|
+
import { useColorSchemaStore } from "@omnia/fx/ux";
|
3
3
|
export declare namespace BlueprintStyling {
|
4
|
-
function
|
4
|
+
function getIconButtonStylex(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>, iconSize: number, slim: boolean, hasCustomBlueprint: boolean): Readonly<import("@omnia/fx/ux").StylexValue>;
|
5
|
+
function getTextButtonStylex(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>, slim: boolean): Readonly<import("@omnia/fx/ux").StylexValue>;
|
5
6
|
}
|
@@ -1,9 +1,11 @@
|
|
1
1
|
import { ButtonIconOptions, OOxideButtonPresets, ButtonTooltipOptions, OSizeTypes, OIconAnimations, ButtonBlueprint, OButtonVariants, ButtonBlueprintVariant } from "@omnia/fx-models";
|
2
|
-
import { DefinePropTheming, DefineProp } from "@omnia/fx/ux";
|
3
|
-
type ButtonProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"
|
4
|
-
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ButtonProps> & {
|
2
|
+
import { DefinePropTheming, DefineProp, DefineEmit } from "@omnia/fx/ux";
|
3
|
+
type ButtonProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"icon", ButtonIconOptions, false, null, "The icon to be displayed."> & DefineProp<"text", string, false, null, "Specifies the text to display on the button."> & DefineProp<"href", string, false, null, "Designates the component as anchor and applies the href attribute."> & DefineProp<"target", "_blank" | "_self" | "_parent" | "_top" | "framename", false, null, "The target attribute specifies where to open the linked document."> & DefineProp<"variant", OButtonVariants, false, null, "Applies a distinct style to the component. Prominent should be used for call to action. Toolbar will create a transparent button to be used in toolbars."> & DefineProp<"overrides", object, false, null, "Sets the icon to display on the button. If no text is provided the button will be displayed as an icon button."> & DefineProp<"preset", OOxideButtonPresets, false, null, "Sets the default values of the button to the specified preset."> & DefineProp<"tooltip", ButtonTooltipOptions, false, null, "Sets tooltip to display when hovering the button."> & DefineProp<"size", OSizeTypes, false, null, "Sets the size of the button. Only works with icon buttons."> & DefineProp<"grouped", boolean, false, false, "Adds spacing to the left of the button to group it with other buttons. Should be used when more than one button is displayed."> & DefineProp<"toned", boolean, false, false, "Applies a toned background to the button. Should be used when the button is displayed on a colored background."> & DefineProp<"transparentHover", boolean, false, false, "Makes the button transparent and no hover effect."> & DefineProp<"transparent", boolean, false, false, "Makes the button transparent and no hover effect."> & DefineProp<"active", boolean, false, false, "Controls the active state of the item. This is typically used to highlight the component."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar."> & DefineProp<"slim", boolean, false, false, "Creates a slim variant of the button without the default height"> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component."> & DefineProp<"block", boolean, false, false, "Block buttons extend the full width of their container. This is useful for creating buttons that span the full width of a card or dialog."> & DefineProp<"animation", OIconAnimations, false, null, "Sets the animation on the icon when hovering the button."> & DefineProp<"blueprint", ButtonBlueprint | ButtonBlueprintVariant, false, null, "Sets a custom blueprint for the button."> & DefineEmit<"click", (e: MouseEvent) => void>;
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ButtonProps> & {
|
5
|
+
onClick?: (e: MouseEvent) => any;
|
6
|
+
} & {
|
5
7
|
"v-slots"?: {} & Omit<{
|
6
8
|
default?: import("vue").Slot;
|
7
9
|
}, never>;
|
8
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "icon" | "blueprint" | "animation" | "variant" | "
|
10
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "icon" | "blueprint" | "animation" | "variant" | "active" | "size" | "block" | "class" | "target" | "href" | "disabled" | "transparent" | "tooltip" | "colorSchemaType" | "toned" | "colors" | "loading" | "slim" | "overrides" | "preset" | "grouped" | "transparentHover" | "emit:click"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
9
11
|
export default _default;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { useColorSchemaStore } from "../..";
|
2
|
+
export declare const ButtonStyles: {
|
3
|
+
velcronStyling: import("../..").StylexValue;
|
4
|
+
wrapper: (grouped: boolean, disabled: any, colors: ReturnType<typeof useColorSchemaStore>) => Readonly<import("../..").StylexValue>;
|
5
|
+
iconStyle: {
|
6
|
+
zIndex: number;
|
7
|
+
};
|
8
|
+
overlay: (dark: boolean, disabled: boolean, overlay: boolean) => string;
|
9
|
+
};
|
@@ -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
|
-
};
|
File without changes
|
@@ -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>;
|
@@ -1,4 +1,4 @@
|
|
1
1
|
import { OIconVariants, OIconSizes } from "@omnia/fx-models";
|
2
2
|
export declare const IconStyles: {
|
3
|
-
wrapper: (size: OIconSizes, variant: OIconVariants) => Readonly<import("../..").StylexValue>;
|
3
|
+
wrapper: (size: OIconSizes, variant: OIconVariants, fontSize: number) => Readonly<import("../..").StylexValue>;
|
4
4
|
};
|
@@ -7,5 +7,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<TabsProps> &
|
|
7
7
|
"v-slots"?: {} & Omit<{
|
8
8
|
default?: import("vue").Slot;
|
9
9
|
}, never>;
|
10
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "variant" | "vertical" | "grow" | "class" | "contentClass" | "colorSchemaType" | "toned" | "colors" | "emit:update:modelValue" | "modelValue" | "v-model" | "stacked" | "
|
10
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "variant" | "vertical" | "grow" | "class" | "contentClass" | "colorSchemaType" | "toned" | "colors" | "emit:update:modelValue" | "modelValue" | "v-model" | "stacked" | "scrolling" | "hideTabNameIfOnlyOneTab" | "noScrolling" | "alignTabs" | "disableBlueprint"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
11
11
|
export default _default;
|
@@ -1,10 +1,10 @@
|
|
1
1
|
import { DefinePropTheming, DefineProp } from "@omnia/fx/ux";
|
2
2
|
import { ColorType, ColorTypes, OTextAlignmentTypes, TextBlueprint, TextStyleSize, TextStyleSizes, TextStyleType, TextStyleTypes } from "@omnia/fx/models";
|
3
3
|
type textWrapping = "none";
|
4
|
-
type TextProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"typography", TextStyleType | TextStyleTypes, false, null, "Applies a specific typography to be used. Default is text."> & DefineProp<"size", TextStyleSize | TextStyleSizes, false, null, "Applies a specific typography size to be used. Default is medium text."> & DefineProp<"colorType", ColorTypes | ColorType, false, null, "Applies a specific color type to be used. Default is onBase."> & DefineProp<"color", string, false, null, "Applies a specific color"> & DefineProp<"toned", boolean, false, false, "Applies a tonal color to the text."> & DefineProp<"bold", boolean, false, false, "Applies a bold style to the text. Can only be used with the typography text"> & DefineProp<"wordBreak", textWrapping, false, null, "Specifies how the text should wrap."> & DefineProp<"as", "text" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6", false, null, "Specifies how to render the text tag result will render"> & DefineProp<"whiteSpace", "normal" | "nowrap" | "pre" | "pre-wrap" | "pre-line", false, null, "Specifies how white space inside text is handled"> & DefineProp<"align", OTextAlignmentTypes, false, null, "Specifiecs text alignment."> & DefineProp<"truncateLines", number, false, null, "Specifies if text should be truncated and number of lines before truncating."> & DefineProp<"blueprint", TextBlueprint, false, null, "Sets a custom blueprint for the text.">;
|
4
|
+
type TextProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"typography", TextStyleType | TextStyleTypes, false, null, "Applies a specific typography to be used. Default is text."> & DefineProp<"size", TextStyleSize | TextStyleSizes, false, null, "Applies a specific typography size to be used. Default is medium text."> & DefineProp<"colorType", ColorTypes | ColorType, false, null, "Applies a specific color type to be used. Default is onBase."> & DefineProp<"color", string, false, null, "Applies a specific color"> & DefineProp<"toned", boolean, false, false, "Applies a tonal color to the text."> & DefineProp<"ignoreLineHeight", boolean, false, false, "Ignores line height. Aligns the text correct in buttons etc."> & DefineProp<"bold", boolean, false, false, "Applies a bold style to the text. Can only be used with the typography text"> & DefineProp<"wordBreak", textWrapping, false, null, "Specifies how the text should wrap."> & DefineProp<"as", "text" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6", false, null, "Specifies how to render the text tag result will render"> & DefineProp<"whiteSpace", "normal" | "nowrap" | "pre" | "pre-wrap" | "pre-line", false, null, "Specifies how white space inside text is handled"> & DefineProp<"align", OTextAlignmentTypes, false, null, "Specifiecs text alignment."> & DefineProp<"truncateLines", number, false, null, "Specifies if text should be truncated and number of lines before truncating."> & DefineProp<"blueprint", TextBlueprint, false, null, "Sets a custom blueprint for the text.">;
|
5
5
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<TextProps> & {} & {
|
6
6
|
"v-slots"?: {} & Omit<{
|
7
7
|
default?: import("vue").Slot;
|
8
8
|
}, never>;
|
9
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "bold" | "color" | "typography" | "blueprint" | "whiteSpace" | "wordBreak" | "size" | "class" | "colorSchemaType" | "colorType" | "toned" | "colors" | "align" | "as" | "truncateLines"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
9
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "bold" | "color" | "typography" | "blueprint" | "whiteSpace" | "wordBreak" | "size" | "class" | "colorSchemaType" | "colorType" | "toned" | "colors" | "align" | "ignoreLineHeight" | "as" | "truncateLines"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
10
10
|
export default _default;
|
@@ -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;
|
@@ -1,16 +0,0 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
3
|
-
P: {};
|
4
|
-
B: {};
|
5
|
-
D: {};
|
6
|
-
C: {};
|
7
|
-
M: {};
|
8
|
-
Defaults: {};
|
9
|
-
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
|
10
|
-
__isFragment?: never;
|
11
|
-
__isTeleport?: never;
|
12
|
-
__isSuspense?: never;
|
13
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
-
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
-
};
|
16
|
-
export default _default;
|