@omnia/fx 8.0.215-dev → 8.0.217-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.libs.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +269 -65
  4. package/internal-do-not-import-from-here/ux/admin/system/loc/localize.d.ts +6 -0
  5. package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/BusinessProfileAuthenticationStore.d.ts +0 -3
  6. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/ActiveGroupListing.d.ts +8 -1
  7. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/DeletedGroupListing.d.ts +6 -3
  8. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupDetailBlade.d.ts +10 -5
  9. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupMembershipListing.d.ts +80 -0
  10. package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +7 -1
  11. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupDetailStore.d.ts +4 -0
  12. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementConstants.d.ts +6 -1
  13. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/UserTypeLayoutBlade.d.ts +15 -3
  14. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/AuthenticationTab.d.ts +11 -3
  15. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +3 -3
  16. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +3 -3
  17. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +3 -3
  18. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker copy.d.ts +0 -0
  19. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.css.d.ts +5 -2
  20. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +31 -5
  21. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +5 -5
  22. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +3 -3
  23. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +3 -3
  24. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +3 -3
  25. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +3 -3
  26. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +3 -3
  27. package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker.d.ts +10 -2
  28. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +7 -12
  29. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +8 -0
  30. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +1 -11
  31. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Colors.d.ts +1 -6
  32. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +27 -0
  33. package/internal-do-not-import-from-here/ux/aurora/styling/styles/index.d.ts +1 -0
  34. package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +13 -0
  35. package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +29 -0
  36. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.css.d.ts +0 -1
  37. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +281 -0
  38. package/internal-do-not-import-from-here/ux/inputlanguagepicker/stores/InputLanguageStore.d.ts +36 -21
  39. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -2
  40. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +105 -539
  42. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +18 -0
  44. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +27 -0
  45. package/internal-do-not-import-from-here/ux/oxide/column/{Column.css.d.ts → Column.stylex.d.ts} +1 -1
  46. package/internal-do-not-import-from-here/ux/oxide/flex/{Row.css.d.ts → Row.stylex.d.ts} +1 -1
  47. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.stylex.d.ts +1 -6
  48. package/internal-do-not-import-from-here/ux/oxide/text/Text.stylex.d.ts +8 -10
  49. package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/IdentityCreationRequestView.d.ts +43 -403
  50. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +120 -0
  51. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +24 -0
  52. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +22 -9
  53. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +2 -1
  54. package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentPropertyDescriptorTemplates.d.ts +2 -0
  55. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +13 -1
  56. package/internal-do-not-import-from-here/ux/velcron/registrations/CategoryRegistrations.d.ts +1 -0
  57. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +14 -1
  58. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +98 -98
  59. package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +10 -5
  60. package/internal-do-not-import-from-here/wctypings.d.ts +14 -1
  61. package/package.json +2 -2
  62. package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +0 -6
  63. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.css.d.ts +0 -3
  64. package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.css.d.ts +0 -3
  65. /package/internal-do-not-import-from-here/ux/oxide/flex/{Flex2.d.ts → Flex.d.ts} +0 -0
@@ -16,7 +16,7 @@ export declare namespace UserManagementLocalization {
16
16
  Properties: string;
17
17
  AddUser: string;
18
18
  EditUser: string;
19
- DeleteUser: string;
19
+ DeletedUser: string;
20
20
  DeleteUserConfirmation: string;
21
21
  Authentication: string;
22
22
  Password: string;
@@ -71,6 +71,7 @@ export declare namespace UserManagementLocalization {
71
71
  };
72
72
  PendingApproval: string;
73
73
  ApproveAccountTitle: string;
74
+ ApprovalCommentTitle: string;
74
75
  ErrorUsernameInUse: string;
75
76
  ErrorSendingOnboardingEmail: string;
76
77
  SendOnboardingLinkByEmailToUser: string;
@@ -117,10 +118,15 @@ export declare namespace UserManagementLocalization {
117
118
  EditGroup: string;
118
119
  DeleteGroup: string;
119
120
  DeleteGroupConfirmation: string;
121
+ DeleteGroupsErrorMessageGroupsInUse: string;
122
+ DeleteGroupErrorMessageGroupInUse: string;
120
123
  Members: string;
124
+ AddExistingUser: string;
125
+ CreateAndAddNewUser: string;
121
126
  RemoveUser: string;
122
127
  RemoveGroup: string;
123
128
  Filter: string;
129
+ Scope: string;
124
130
  AllActive: string;
125
131
  AllDeleted: string;
126
132
  Restore: string;
@@ -3,6 +3,7 @@ export interface GroupDetailState {
3
3
  onSave: (...params: any[]) => Promise<void> | void;
4
4
  group: GroupIdentity;
5
5
  businessProfileId: string;
6
+ onDelete: (...params: any[]) => Promise<void> | void;
6
7
  }
7
8
  export declare const useGroupDetailStore: () => {
8
9
  state: GroupDetailState;
@@ -10,9 +11,11 @@ export declare const useGroupDetailStore: () => {
10
11
  onMutatedOnSave: import("@omnia/fx").MessageBusExposeOnlySubscription<(...params: any[]) => Promise<void> | void>;
11
12
  onMutatedGroup: import("@omnia/fx").MessageBusExposeOnlySubscription<GroupIdentity>;
12
13
  onMutatedBusinessProfileId: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
14
+ onMutatedOnDelete: import("@omnia/fx").MessageBusExposeOnlySubscription<(...params: any[]) => Promise<void> | void>;
13
15
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
14
16
  get: {
15
17
  onSave: () => (...params: any[]) => Promise<void> | void;
18
+ onDelete: () => (...params: any[]) => Promise<void> | void;
16
19
  group: () => GroupIdentity;
17
20
  ownerId: () => string;
18
21
  };
@@ -20,5 +23,6 @@ export declare const useGroupDetailStore: () => {
20
23
  onSave: (value: ((...params: any[]) => Promise<void> | void) | ((prev: (...params: any[]) => Promise<void> | void) => (...params: any[]) => Promise<void> | void)) => void;
21
24
  group: (value: GroupIdentity | ((prev: GroupIdentity) => GroupIdentity)) => void;
22
25
  businessProfileId: (value: string | ((prev: string) => string)) => void;
26
+ onDelete: (value: ((...params: any[]) => Promise<void> | void) | ((prev: (...params: any[]) => Promise<void> | void) => (...params: any[]) => Promise<void> | void)) => void;
23
27
  };
24
28
  };
@@ -3,7 +3,12 @@ export declare const UserManagementBladeIds: {
3
3
  home: guid;
4
4
  users: {
5
5
  default: guid;
6
- detail: guid;
6
+ defaultActive: guid;
7
+ defaultDelete: guid;
8
+ defaultPending: guid;
9
+ detailActive: guid;
10
+ detailDelelte: guid;
11
+ detailPending: guid;
7
12
  authentication: guid;
8
13
  bulkImport: guid;
9
14
  };
@@ -1,4 +1,10 @@
1
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{}>) => {
1
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
2
+ "v-model:visible"?: boolean;
3
+ } & {
4
+ "onUpdate:visible"?: (value: boolean) => void;
5
+ } & {
6
+ visible?: boolean;
7
+ }>) => {
2
8
  $: import("vue").ComponentInternalInstance;
3
9
  $data: {};
4
10
  $props: {};
@@ -36,11 +42,17 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
36
42
  $nextTick: typeof import("vue").nextTick;
37
43
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
38
44
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
39
- propsDefinition: import("@omnia/fx/ux").ExtractProps<{}> & {
45
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<{
46
+ "v-model:visible"?: boolean;
47
+ } & {
48
+ "onUpdate:visible"?: (value: boolean) => void;
49
+ } & {
50
+ visible?: boolean;
51
+ }> & {
40
52
  "v-slots"?: {
41
53
  default?: import("vue").Slot;
42
54
  } & {};
43
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never>;
55
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "visible" | "v-model:visible" | "onUpdate:visible">;
44
56
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
45
57
  [key: string]: any;
46
58
  }>;
@@ -1,6 +1,10 @@
1
1
  import { AuthenticationSettings } from "@omnia/fx-models";
2
2
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
3
- authSettings: AuthenticationSettings;
3
+ "v-model:authSettings"?: AuthenticationSettings;
4
+ } & {
5
+ "onUpdate:authSettings"?: (value: AuthenticationSettings) => void;
6
+ } & {
7
+ authSettings?: AuthenticationSettings;
4
8
  } & {
5
9
  errorMsg: string;
6
10
  } & {
@@ -44,7 +48,11 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
44
48
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
45
49
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
46
50
  propsDefinition: import("@omnia/fx/ux").ExtractProps<{
47
- authSettings: AuthenticationSettings;
51
+ "v-model:authSettings"?: AuthenticationSettings;
52
+ } & {
53
+ "onUpdate:authSettings"?: (value: AuthenticationSettings) => void;
54
+ } & {
55
+ authSettings?: AuthenticationSettings;
48
56
  } & {
49
57
  errorMsg: string;
50
58
  } & {
@@ -53,7 +61,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
53
61
  "v-slots"?: {
54
62
  default?: import("vue").Slot;
55
63
  } & {};
56
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "errorMsg" | "authSettings" | "onInvalidateUserTokens">;
64
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "errorMsg" | "authSettings" | "v-model:authSettings" | "onUpdate:authSettings" | "onInvalidateUserTokens">;
57
65
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
58
66
  [key: string]: any;
59
67
  }>;
@@ -27,7 +27,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
27
27
  } & {
28
28
  createNewColorDynamic?: boolean;
29
29
  } & {
30
- dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
30
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
31
31
  } & {
32
32
  enableDynamicColor?: boolean;
33
33
  } & {
@@ -95,7 +95,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
95
95
  } & {
96
96
  createNewColorDynamic?: boolean;
97
97
  } & {
98
- dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
98
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
99
99
  } & {
100
100
  enableDynamicColor?: boolean;
101
101
  } & {
@@ -109,7 +109,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
109
109
  } & {
110
110
  "onClick:confirm"?: (value: BackgroundDefinition) => any;
111
111
  "onInit:actionButtons"?: (value: () => VNodeChild) => any;
112
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "border" | "label" | "elevation" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic" | "individualRadiusSelection" | "individualBorderWidthSelection">;
112
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "border" | "label" | "elevation" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "defaultColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic" | "individualRadiusSelection" | "individualBorderWidthSelection">;
113
113
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
114
114
  [key: string]: any;
115
115
  }>;
@@ -17,7 +17,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
17
17
  } & {
18
18
  themeType?: ThemeContextType;
19
19
  } & {
20
- dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
20
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
21
21
  } & {
22
22
  enableDynamicColor?: boolean;
23
23
  } & {
@@ -79,7 +79,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
79
79
  } & {
80
80
  themeType?: ThemeContextType;
81
81
  } & {
82
- dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
82
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
83
83
  } & {
84
84
  enableDynamicColor?: boolean;
85
85
  } & {
@@ -94,7 +94,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
94
94
  } & {
95
95
  activator?: () => VNodeChild;
96
96
  };
97
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic" | "individualRadiusSelection" | "individualWidthSelection">;
97
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "defaultColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic" | "individualRadiusSelection" | "individualWidthSelection">;
98
98
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
99
99
  [key: string]: any;
100
100
  }>;
@@ -11,7 +11,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
11
11
  } & {
12
12
  themeType?: ThemeContextType;
13
13
  } & {
14
- dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
14
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
15
15
  } & DefineEmit<"click:select", (variant: BlueprintVariant) => true>>) => {
16
16
  $: import("vue").ComponentInternalInstance;
17
17
  $data: {};
@@ -61,14 +61,14 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
61
61
  } & {
62
62
  themeType?: ThemeContextType;
63
63
  } & {
64
- dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
64
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
65
65
  } & DefineEmit<"click:select", (variant: BlueprintVariant) => true>> & {
66
66
  "v-slots"?: {
67
67
  default?: import("vue").Slot;
68
68
  } & {};
69
69
  } & {
70
70
  "onClick:select"?: (variant: BlueprintVariant) => any;
71
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType">;
71
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "defaultColorSchemaType">;
72
72
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
73
73
  [key: string]: any;
74
74
  }>;
@@ -1,7 +1,10 @@
1
1
  export declare const ColorPickerStyles: {
2
+ selector: (dark: boolean) => string;
3
+ transparentBackground: string;
2
4
  separator: (dark: boolean) => string;
3
5
  sliderBackground: (backgroundColor: string) => string;
4
- colorPreview: (color: string, border: string, selected: boolean, disabled: boolean) => string;
5
- disabled: (disabled: boolean) => string;
6
+ swatch: (color: string) => string;
7
+ swatchWrapper: (color: string, selected: boolean, disabled: boolean) => string;
8
+ disabled: string;
6
9
  selected: (color: string) => string;
7
10
  };
@@ -1,7 +1,13 @@
1
1
  import { ColorValue, ThemeContextType } from "@omnia/fx-models";
2
+ import { VNodeChild } from "vue";
2
3
  export type ColorPickerType = "default" | "base" | "onBase";
3
4
  declare const _default: {
4
5
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
6
+ "v-slots": import("vue").Prop<{
7
+ default?: import("../../../DefineVueTypings").Slot<any[]>;
8
+ } & {
9
+ activator?: () => VNodeChild;
10
+ }>;
5
11
  disabled: {
6
12
  type: import("vue").PropType<boolean>;
7
13
  required: false;
@@ -24,7 +30,7 @@ declare const _default: {
24
30
  enableDynamicColor: {
25
31
  type: import("vue").PropType<boolean>;
26
32
  };
27
- dynamicColorSchemaType: {
33
+ defaultColorSchemaType: {
28
34
  type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
29
35
  };
30
36
  type: {
@@ -116,6 +122,11 @@ declare const _default: {
116
122
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
117
123
  "update:modelValue": (value: ColorValue) => any;
118
124
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
125
+ "v-slots": import("vue").Prop<{
126
+ default?: import("../../../DefineVueTypings").Slot<any[]>;
127
+ } & {
128
+ activator?: () => VNodeChild;
129
+ }>;
119
130
  disabled: {
120
131
  type: import("vue").PropType<boolean>;
121
132
  required: false;
@@ -138,7 +149,7 @@ declare const _default: {
138
149
  enableDynamicColor: {
139
150
  type: import("vue").PropType<boolean>;
140
151
  };
141
- dynamicColorSchemaType: {
152
+ defaultColorSchemaType: {
142
153
  type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
143
154
  };
144
155
  type: {
@@ -237,6 +248,11 @@ declare const _default: {
237
248
  M: {};
238
249
  Defaults: {};
239
250
  }, Readonly<import("vue").ExtractPropTypes<{
251
+ "v-slots": import("vue").Prop<{
252
+ default?: import("../../../DefineVueTypings").Slot<any[]>;
253
+ } & {
254
+ activator?: () => VNodeChild;
255
+ }>;
240
256
  disabled: {
241
257
  type: import("vue").PropType<boolean>;
242
258
  required: false;
@@ -259,7 +275,7 @@ declare const _default: {
259
275
  enableDynamicColor: {
260
276
  type: import("vue").PropType<boolean>;
261
277
  };
262
- dynamicColorSchemaType: {
278
+ defaultColorSchemaType: {
263
279
  type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
264
280
  };
265
281
  type: {
@@ -355,6 +371,11 @@ declare const _default: {
355
371
  __isTeleport?: never;
356
372
  __isSuspense?: never;
357
373
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
374
+ "v-slots": import("vue").Prop<{
375
+ default?: import("../../../DefineVueTypings").Slot<any[]>;
376
+ } & {
377
+ activator?: () => VNodeChild;
378
+ }>;
358
379
  disabled: {
359
380
  type: import("vue").PropType<boolean>;
360
381
  required: false;
@@ -377,7 +398,7 @@ declare const _default: {
377
398
  enableDynamicColor: {
378
399
  type: import("vue").PropType<boolean>;
379
400
  };
380
- dynamicColorSchemaType: {
401
+ defaultColorSchemaType: {
381
402
  type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
382
403
  };
383
404
  type: {
@@ -544,8 +565,13 @@ declare const _default: {
544
565
  "v-model"?: ColorValue;
545
566
  "onUpdate:modelValue"?: (value: ColorValue) => any;
546
567
  modelValue?: ColorValue;
568
+ "v-slots"?: {
569
+ default?: import("../../../DefineVueTypings").Slot<any[]>;
570
+ } & {
571
+ activator?: () => VNodeChild;
572
+ };
547
573
  themeType?: ThemeContextType;
548
- dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
574
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
549
575
  enableDynamicColor?: boolean;
550
576
  customColor?: boolean;
551
577
  switchableColorSchema?: boolean;
@@ -90,7 +90,7 @@ declare const _default: {
90
90
  };
91
91
  }>;
92
92
  };
93
- dynamicColorSchemaType: {
93
+ defaultColorSchemaType: {
94
94
  type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
95
95
  };
96
96
  enableDynamicColor: {
@@ -211,7 +211,7 @@ declare const _default: {
211
211
  };
212
212
  }>;
213
213
  };
214
- dynamicColorSchemaType: {
214
+ defaultColorSchemaType: {
215
215
  type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
216
216
  };
217
217
  enableDynamicColor: {
@@ -337,7 +337,7 @@ declare const _default: {
337
337
  };
338
338
  }>;
339
339
  };
340
- dynamicColorSchemaType: {
340
+ defaultColorSchemaType: {
341
341
  type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
342
342
  };
343
343
  enableDynamicColor: {
@@ -460,7 +460,7 @@ declare const _default: {
460
460
  };
461
461
  }>;
462
462
  };
463
- dynamicColorSchemaType: {
463
+ defaultColorSchemaType: {
464
464
  type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
465
465
  };
466
466
  enableDynamicColor: {
@@ -575,7 +575,7 @@ declare const _default: {
575
575
  activator?: () => VNodeChild;
576
576
  };
577
577
  variant?: Variant;
578
- dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
578
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
579
579
  enableDynamicColor?: boolean;
580
580
  customSchema?: boolean;
581
581
  }>, "onUpdate:modelValue" | "onColor:enter" | "onColor:leave"> & {
@@ -11,7 +11,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
11
11
  } & {
12
12
  themeType?: ThemeContextType;
13
13
  } & {
14
- dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
14
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
15
15
  } & DefineEmit<"click:select", (variant: ContainerVariant) => true>>) => {
16
16
  $: import("vue").ComponentInternalInstance;
17
17
  $data: {};
@@ -61,14 +61,14 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
61
61
  } & {
62
62
  themeType?: ThemeContextType;
63
63
  } & {
64
- dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
64
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
65
65
  } & DefineEmit<"click:select", (variant: ContainerVariant) => true>> & {
66
66
  "v-slots"?: {
67
67
  default?: import("vue").Slot;
68
68
  } & {};
69
69
  } & {
70
70
  "onClick:select"?: (variant: ContainerVariant) => any;
71
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType">;
71
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "defaultColorSchemaType">;
72
72
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
73
73
  [key: string]: any;
74
74
  }>;
@@ -14,7 +14,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
14
14
  } & {
15
15
  title?: string;
16
16
  } & {
17
- dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
17
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
18
18
  } & {
19
19
  toned?: boolean;
20
20
  } & {
@@ -76,7 +76,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
76
76
  } & {
77
77
  title?: string;
78
78
  } & {
79
- dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
79
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
80
80
  } & {
81
81
  toned?: boolean;
82
82
  } & {
@@ -97,7 +97,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
97
97
  };
98
98
  } & {
99
99
  "onInit:actionButtons"?: (value: () => VNodeChild) => any;
100
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "label" | "colorType" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic">;
100
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "label" | "colorType" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "defaultColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic">;
101
101
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
102
102
  [key: string]: any;
103
103
  }>;
@@ -11,7 +11,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
11
11
  } & {
12
12
  icon?: IIcon;
13
13
  } & {
14
- dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
14
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
15
15
  } & {
16
16
  variant?: EditorVariant;
17
17
  } & {
@@ -71,7 +71,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
71
71
  } & {
72
72
  icon?: IIcon;
73
73
  } & {
74
- dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
74
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
75
75
  } & {
76
76
  variant?: EditorVariant;
77
77
  } & {
@@ -92,7 +92,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
92
92
  };
93
93
  } & {
94
94
  "onInit:actionButtons"?: (value: () => VNodeChild) => any;
95
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "simpleMode">;
95
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "defaultColorSchemaType" | "enableDynamicColor" | "simpleMode">;
96
96
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
97
97
  [key: string]: any;
98
98
  }>;
@@ -10,7 +10,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
10
10
  } & {
11
11
  icon?: IIcon;
12
12
  } & {
13
- dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
13
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
14
14
  } & {
15
15
  themeType?: ThemeContextType;
16
16
  } & {
@@ -66,7 +66,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
66
66
  } & {
67
67
  icon?: IIcon;
68
68
  } & {
69
- dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
69
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
70
70
  } & {
71
71
  themeType?: ThemeContextType;
72
72
  } & {
@@ -81,7 +81,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
81
81
  } & {
82
82
  activator?: () => VNodeChild;
83
83
  };
84
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor">;
84
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "defaultColorSchemaType" | "enableDynamicColor">;
85
85
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
86
86
  [key: string]: any;
87
87
  }>;
@@ -9,7 +9,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
9
9
  } & {
10
10
  modelValue?: TextBlueprint;
11
11
  } & {
12
- dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
12
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
13
13
  } & {
14
14
  themeType?: ThemeContextType;
15
15
  } & {
@@ -65,7 +65,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
65
65
  } & {
66
66
  modelValue?: TextBlueprint;
67
67
  } & {
68
- dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
68
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
69
69
  } & {
70
70
  themeType?: ThemeContextType;
71
71
  } & {
@@ -82,7 +82,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
82
82
  } & {
83
83
  activator?: () => VNodeChild;
84
84
  };
85
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor">;
85
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "defaultColorSchemaType" | "enableDynamicColor">;
86
86
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
87
87
  [key: string]: any;
88
88
  }>;
@@ -1,4 +1,4 @@
1
- import { VelcronRendererReference } from "@omnia/fx-models";
1
+ import { VelcronRendererReference, guid } from "@omnia/fx-models";
2
2
  import { DefineEmit } from "@omnia/fx/ux";
3
3
  import { nextTick } from "vue";
4
4
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
@@ -9,6 +9,10 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
9
9
  modelValue?: VelcronRendererReference;
10
10
  } & {
11
11
  label?: string;
12
+ } & {
13
+ categoryFilters?: guid[];
14
+ } & {
15
+ renderTypeFilters?: guid[];
12
16
  } & DefineEmit<"update:modelValue", (renderer: VelcronRendererReference) => void>>) => {
13
17
  $: import("vue").ComponentInternalInstance;
14
18
  $data: {};
@@ -55,13 +59,17 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
55
59
  modelValue?: VelcronRendererReference;
56
60
  } & {
57
61
  label?: string;
62
+ } & {
63
+ categoryFilters?: guid[];
64
+ } & {
65
+ renderTypeFilters?: guid[];
58
66
  } & DefineEmit<"update:modelValue", (renderer: VelcronRendererReference) => void>> & {
59
67
  "v-slots"?: {
60
68
  default?: import("vue").Slot;
61
69
  } & {};
62
70
  } & {
63
71
  "onUpdate:modelValue"?: (renderer: VelcronRendererReference) => any;
64
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue">;
72
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "categoryFilters" | "renderTypeFilters">;
65
73
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
66
74
  [key: string]: any;
67
75
  }>;
@@ -1,7 +1,8 @@
1
1
  import { ChromeBlueprint, SpacingDefinition, Spacing, SpacingValue, setColorOpacity, ColorValue } from "@omnia/fx-models";
2
2
  import { blueprintStyles, colorStyling, spacingStyling } from "./styles";
3
3
  import { useColorSchemaStore, useSpacingBlueprintStore } from "../store";
4
- import { typographyStyling } from "./styles/Typography";
4
+ import { typographyStylex, typographyStyling } from "./styles/Typography";
5
+ import { blueprintStylex } from "./styles/Blueprints";
5
6
  export declare function useStyling(): {
6
7
  spacing: typeof spacingStyling.createSpacing;
7
8
  spacingStylex: typeof spacingStyling.createSpacingx;
@@ -26,6 +27,9 @@ export declare function useThemeStyling(): {
26
27
  };
27
28
  };
28
29
  typography: {
30
+ valueStylex: typeof typographyStylex.typographyStylexFromValue;
31
+ typeStylex: typeof typographyStylex.typographyTypeStylex;
32
+ stylex: typeof typographyStylex.typographyStylex;
29
33
  valueStyling: (value: import("@omnia/fx-models").TypographyValue, blueprint: import("@omnia/fx-models").TypographyBlueprint) => string;
30
34
  typeStyling: (typographyType: import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl", blueprint: import("@omnia/fx-models").TypographyBlueprint) => {
31
35
  baseStyles: {
@@ -44,17 +48,7 @@ export declare function useThemeStyling(): {
44
48
  styling: typeof typographyStyling;
45
49
  };
46
50
  chrome: {
47
- chromeStylex: (blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingDefinition: SpacingDefinition) => Readonly<{
48
- className?: string;
49
- style?: Readonly<{
50
- [$$Key$$: string]: string | number;
51
- }>;
52
- }> | {
53
- style: Readonly<{
54
- [$$Key$$: string]: string | number;
55
- }>;
56
- classname: string;
57
- };
51
+ chromeStylex: (blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingDefinition: SpacingDefinition) => any;
58
52
  chromeStyling: (blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingDefinition: SpacingDefinition) => any[];
59
53
  };
60
54
  blueprints: {
@@ -66,6 +60,7 @@ export declare function useThemeStyling(): {
66
60
  border: typeof blueprintStyles.getBlueprintBorderStyling;
67
61
  background: typeof blueprintStyles.getBlueprintBackgroundStyling;
68
62
  text: typeof blueprintStyles.getBlueprintTextStyling;
63
+ textStylex: typeof blueprintStylex.getBlueprintTextStylex;
69
64
  textObject: typeof blueprintStyles.getBlueprintTextStylingObject;
70
65
  tab: typeof blueprintStyles.getBlueprintTabStyling;
71
66
  tabs: typeof blueprintStyles.getBlueprintTabsStyling;