@omnia/fx 8.0.215-dev → 8.0.217-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.
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
@@ -1,6 +1,14 @@
1
1
  import { FillDefinitionValue, BorderStylingDefinition, ButtonBlueprint, SpacingBlueprintTypes, Spacing, SpacingValue, BackgroundDefinition, TextBlueprint, IconBlueprint, TabsBlueprint, ChipBlueprint } from "@omnia/fx-models";
2
2
  import { NestedCSSProperties } from "typestyle/lib/types";
3
3
  import { useColorSchemaStore, useSpacingBlueprintStore, useTypographyBlueprintStore } from "../../store";
4
+ import { StylexType } from "internal/fx/ux/Styles.stylex";
5
+ export declare namespace blueprintStylex {
6
+ /**Text styling */
7
+ function getBlueprintTextStylex(bluePrint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>): Readonly<StylexType>;
8
+ function getIconBlueprintStylex(bluePrint: IconBlueprint, colors: ReturnType<typeof useColorSchemaStore>, duoTone: boolean, nested?: boolean): string;
9
+ /**Button styling */
10
+ function getButtonBlueprintStylex(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>): string;
11
+ }
4
12
  export declare namespace blueprintStyles {
5
13
  /**Border styling */
6
14
  function getBlueprintBorderObject(definition: BorderStylingDefinition, gradientFill?: string, colors?: ReturnType<typeof useColorSchemaStore>): NestedCSSProperties;
@@ -4,16 +4,6 @@ export declare const chromeStyles: {
4
4
  getChromeStyling: typeof getChromeStyling;
5
5
  getChromeStylingx: typeof getChromeStylingx;
6
6
  };
7
- declare function getChromeStylingx(blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingDefinition: SpacingDefinition): Readonly<{
8
- className?: string;
9
- style?: Readonly<{
10
- [$$Key$$: string]: string | number;
11
- }>;
12
- }> | {
13
- style: Readonly<{
14
- [$$Key$$: string]: string | number;
15
- }>;
16
- classname: string;
17
- };
7
+ declare function getChromeStylingx(blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingDefinition: SpacingDefinition): any;
18
8
  declare function getChromeStyling(blueprint: ChromeBlueprint, colors: ReturnType<typeof useColorSchemaStore>, spacingDefinition: SpacingDefinition): any[];
19
9
  export {};
@@ -4,12 +4,7 @@ export declare namespace colorStyling {
4
4
  function backgroundOpacity(dark: boolean, opacity?: Number): string;
5
5
  function backgroundOpacityOnColor(color: string, dark: boolean, opacity?: Number): any;
6
6
  function getColorStylingx(color: string, opacity?: number): {
7
- all: Readonly<{
8
- className?: string;
9
- style?: Readonly<{
10
- [$$Key$$: string]: string | number;
11
- }>;
12
- }>;
7
+ all: Readonly<import("internal/fx/ux/Styles.stylex").StylexType>;
13
8
  background: Readonly<{
14
9
  className?: string;
15
10
  style?: Readonly<{
@@ -2,6 +2,33 @@
2
2
  import { TypographyBlueprint, TypographySize, TypographyTypes, TypographyValue } from "@omnia/fx-models";
3
3
  import { MediaQuery } from "typestyle/lib/types";
4
4
  import { useTypographyBlueprintStore } from "@omnia/fx/ux";
5
+ export declare namespace typographyStylex {
6
+ function typographyTypeStylex(typographyType: TypographyTypes, size: TypographySize, blueprint: TypographyBlueprint): Readonly<import("@omnia/fx/ux").StylexType>;
7
+ function typographyStylex(blueprints: ReturnType<typeof useTypographyBlueprintStore>): {
8
+ title: {
9
+ readonly xl: Readonly<import("@omnia/fx/ux").StylexType>;
10
+ readonly l: Readonly<import("@omnia/fx/ux").StylexType>;
11
+ readonly m: Readonly<import("@omnia/fx/ux").StylexType>;
12
+ readonly s: Readonly<import("@omnia/fx/ux").StylexType>;
13
+ readonly xs: Readonly<import("@omnia/fx/ux").StylexType>;
14
+ };
15
+ text: {
16
+ readonly l: Readonly<import("@omnia/fx/ux").StylexType>;
17
+ readonly m: Readonly<import("@omnia/fx/ux").StylexType>;
18
+ readonly s: Readonly<import("@omnia/fx/ux").StylexType>;
19
+ readonly xs: Readonly<import("@omnia/fx/ux").StylexType>;
20
+ };
21
+ navigation: {
22
+ readonly l: Readonly<import("@omnia/fx/ux").StylexType>;
23
+ readonly m: Readonly<import("@omnia/fx/ux").StylexType>;
24
+ };
25
+ link: {
26
+ readonly m: Readonly<import("@omnia/fx/ux").StylexType>;
27
+ };
28
+ typographyType: (typographyType: string) => any;
29
+ };
30
+ function typographyStylexFromValue(value: TypographyValue, blueprint: TypographyBlueprint): Readonly<import("@omnia/fx/ux").StylexType>;
31
+ }
5
32
  export declare const typographyStyles: {
6
33
  typographyTypeStyling: typeof typographyTypeStyling;
7
34
  typographyStyling: typeof typographyStyling;
@@ -1,3 +1,4 @@
1
+ import "./Styles.css";
1
2
  export { blueprintStyles as blueprintStyles } from "./Blueprints";
2
3
  export * from "./Colors";
3
4
  export * from "./General";
@@ -5,6 +5,19 @@ export interface VDataGridHeader {
5
5
  text: string;
6
6
  align: string;
7
7
  }
8
+ export interface VDataGridItemScopedSlot<TItem> {
9
+ item?: TItem;
10
+ selected?: boolean;
11
+ isGroupHeader?: boolean;
12
+ title?: string;
13
+ description?: string;
14
+ consentInformation?: string;
15
+ category?: string;
16
+ needConsent?: boolean;
17
+ isBusy?: boolean;
18
+ hasError?: boolean;
19
+ errorMsg?: string;
20
+ }
8
21
  export interface IFeatureActivationProps {
9
22
  appInstanceId?: guid;
10
23
  handleClose: () => void;
@@ -1,5 +1,6 @@
1
1
  import { AppInstance, AppTemplate, AzurePermissionResource, FeatureInstance, guid, TargetResolverTypes } from "@omnia/fx-models";
2
2
  import { FeatureInstanceDetails, RequiredAzureAdPermission } from "..";
3
+ import { VDataGridItemScopedSlot } from "../FeatureActivation";
3
4
  export declare const useFeatureJourneyStore: () => {
4
5
  state: {
5
6
  targetResolverType: TargetResolverTypes;
@@ -23,6 +24,10 @@ export declare const useFeatureJourneyStore: () => {
23
24
  appInstance: AppInstance;
24
25
  appTemplate: AppTemplate;
25
26
  isMissingAdPermission: boolean;
27
+ consentLinkReady: boolean;
28
+ pullIntervalHandler: number;
29
+ checkLastRequiredFeatureLoading: boolean;
30
+ lastRquiredPermissionFeature: boolean;
26
31
  };
27
32
  events: {
28
33
  onMutatedTargetResolverType: import("@omnia/fx").MessageBusExposeOnlySubscription<TargetResolverTypes>;
@@ -46,6 +51,10 @@ export declare const useFeatureJourneyStore: () => {
46
51
  onMutatedAppInstance: import("@omnia/fx").MessageBusExposeOnlySubscription<AppInstance>;
47
52
  onMutatedAppTemplate: import("@omnia/fx").MessageBusExposeOnlySubscription<AppTemplate>;
48
53
  onMutatedIsMissingAdPermission: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
54
+ onMutatedConsentLinkReady: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
55
+ onMutatedPullIntervalHandler: import("@omnia/fx").MessageBusExposeOnlySubscription<number>;
56
+ onMutatedCheckLastRequiredFeatureLoading: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
57
+ onMutatedLastRquiredPermissionFeature: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
49
58
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
50
59
  actions: {
51
60
  onDispatching: {
@@ -70,6 +79,12 @@ export declare const useFeatureJourneyStore: () => {
70
79
  populateAzureAdPermissionsInfo: {
71
80
  subscribe(fn: (featureInstance: FeatureInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
72
81
  };
82
+ checkRequestedPermissionsSynced: {
83
+ subscribe(fn: (permissionIds: string[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
84
+ };
85
+ isLastRequiredPermissionFeature: {
86
+ subscribe(fn: (featureDeactivated: VDataGridItemScopedSlot<FeatureInstance>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
87
+ };
73
88
  };
74
89
  onDispatched: {
75
90
  setTargetResolverType: {
@@ -93,6 +108,12 @@ export declare const useFeatureJourneyStore: () => {
93
108
  populateAzureAdPermissionsInfo: {
94
109
  subscribe(fn: (result: void, featureInstance: FeatureInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
95
110
  };
111
+ checkRequestedPermissionsSynced: {
112
+ subscribe(fn: (result: void, permissionIds: string[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
113
+ };
114
+ isLastRequiredPermissionFeature: {
115
+ subscribe(fn: (result: void, featureDeactivated: VDataGridItemScopedSlot<FeatureInstance>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
116
+ };
96
117
  };
97
118
  onFailure: {
98
119
  setTargetResolverType: {
@@ -116,6 +137,12 @@ export declare const useFeatureJourneyStore: () => {
116
137
  populateAzureAdPermissionsInfo: {
117
138
  subscribe(fn: (failureReason: any, featureInstance: FeatureInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
118
139
  };
140
+ checkRequestedPermissionsSynced: {
141
+ subscribe(fn: (failureReason: any, permissionIds: string[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
142
+ };
143
+ isLastRequiredPermissionFeature: {
144
+ subscribe(fn: (failureReason: any, featureDeactivated: VDataGridItemScopedSlot<FeatureInstance>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
145
+ };
119
146
  };
120
147
  } & {
121
148
  setTargetResolverType: (targetResolverType: TargetResolverTypes) => void;
@@ -125,6 +152,8 @@ export declare const useFeatureJourneyStore: () => {
125
152
  searchFeatures: (searchText: string) => void;
126
153
  handleFeatureStatus: (featureInstance: FeatureInstance) => void;
127
154
  populateAzureAdPermissionsInfo: (featureInstance: FeatureInstance) => void;
155
+ checkRequestedPermissionsSynced: (permissionIds: Array<string>) => void;
156
+ isLastRequiredPermissionFeature: (featureDeactivated: VDataGridItemScopedSlot<FeatureInstance>) => void;
128
157
  };
129
158
  get: {
130
159
  isLoading: () => boolean;
@@ -3,7 +3,6 @@ export declare const FilterSizeDefinitions: readonly ["default", "x-small", "sma
3
3
  export type FilterSizes = typeof FilterSizeDefinitions[number];
4
4
  export declare const FilterSizesName = "FilterSizes";
5
5
  export declare const FilterPickerStyles: {
6
- lastItem: string;
7
6
  actionIcon: (size: FilterSizes) => string;
8
7
  sortButton: string;
9
8
  icon: (size: FilterSizes) => string;
@@ -37,6 +37,61 @@ declare const _default: {
37
37
  type: import("vue").PropType<FilterPickerFilter[]>;
38
38
  required: false;
39
39
  };
40
+ name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
41
+ type: import("vue").PropType<(value: FilterPickerFilter[]) => any>;
42
+ }; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
43
+ type: import("vue").PropType<FilterPickerFilter[]>;
44
+ required: false;
45
+ }; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
46
+ type: import("vue").PropType<FilterPickerFilter[]>;
47
+ required: false;
48
+ }; } & {
49
+ require(): import("../DefineVueTypings").DefinePropModelRequire<TName, FilterPickerFilter[], {
50
+ "onUpdate:modelValue": {
51
+ type: import("vue").PropType<(value: FilterPickerFilter[]) => any>;
52
+ };
53
+ } & {
54
+ "v-model": {
55
+ type: import("vue").PropType<FilterPickerFilter[]>;
56
+ required: false;
57
+ };
58
+ } & {
59
+ modelValue: {
60
+ type: import("vue").PropType<FilterPickerFilter[]>;
61
+ required: false;
62
+ };
63
+ }>;
64
+ defaultValue(value?: FilterPickerFilter[]): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, FilterPickerFilter[], {
65
+ "onUpdate:modelValue": {
66
+ type: import("vue").PropType<(value: FilterPickerFilter[]) => any>;
67
+ };
68
+ } & {
69
+ "v-model": {
70
+ type: import("vue").PropType<FilterPickerFilter[]>;
71
+ required: false;
72
+ };
73
+ } & {
74
+ modelValue: {
75
+ type: import("vue").PropType<FilterPickerFilter[]>;
76
+ required: false;
77
+ };
78
+ }, false>;
79
+ doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, FilterPickerFilter[], {
80
+ "onUpdate:modelValue": {
81
+ type: import("vue").PropType<(value: FilterPickerFilter[]) => any>;
82
+ };
83
+ } & {
84
+ "v-model": {
85
+ type: import("vue").PropType<FilterPickerFilter[]>;
86
+ required: false;
87
+ };
88
+ } & {
89
+ modelValue: {
90
+ type: import("vue").PropType<FilterPickerFilter[]>;
91
+ required: false;
92
+ };
93
+ }>;
94
+ };
40
95
  class: {
41
96
  type: import("vue").PropType<String | String[]>;
42
97
  required: boolean;
@@ -97,6 +152,61 @@ declare const _default: {
97
152
  type: import("vue").PropType<FilterPickerFilter[]>;
98
153
  required: false;
99
154
  };
155
+ name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
156
+ type: import("vue").PropType<(value: FilterPickerFilter[]) => any>;
157
+ }; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
158
+ type: import("vue").PropType<FilterPickerFilter[]>;
159
+ required: false;
160
+ }; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
161
+ type: import("vue").PropType<FilterPickerFilter[]>;
162
+ required: false;
163
+ }; } & {
164
+ require(): import("../DefineVueTypings").DefinePropModelRequire<TName, FilterPickerFilter[], {
165
+ "onUpdate:modelValue": {
166
+ type: import("vue").PropType<(value: FilterPickerFilter[]) => any>;
167
+ };
168
+ } & {
169
+ "v-model": {
170
+ type: import("vue").PropType<FilterPickerFilter[]>;
171
+ required: false;
172
+ };
173
+ } & {
174
+ modelValue: {
175
+ type: import("vue").PropType<FilterPickerFilter[]>;
176
+ required: false;
177
+ };
178
+ }>;
179
+ defaultValue(value?: FilterPickerFilter[]): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, FilterPickerFilter[], {
180
+ "onUpdate:modelValue": {
181
+ type: import("vue").PropType<(value: FilterPickerFilter[]) => any>;
182
+ };
183
+ } & {
184
+ "v-model": {
185
+ type: import("vue").PropType<FilterPickerFilter[]>;
186
+ required: false;
187
+ };
188
+ } & {
189
+ modelValue: {
190
+ type: import("vue").PropType<FilterPickerFilter[]>;
191
+ required: false;
192
+ };
193
+ }, false>;
194
+ doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, FilterPickerFilter[], {
195
+ "onUpdate:modelValue": {
196
+ type: import("vue").PropType<(value: FilterPickerFilter[]) => any>;
197
+ };
198
+ } & {
199
+ "v-model": {
200
+ type: import("vue").PropType<FilterPickerFilter[]>;
201
+ required: false;
202
+ };
203
+ } & {
204
+ modelValue: {
205
+ type: import("vue").PropType<FilterPickerFilter[]>;
206
+ required: false;
207
+ };
208
+ }>;
209
+ };
100
210
  class: {
101
211
  type: import("vue").PropType<String | String[]>;
102
212
  required: boolean;
@@ -162,6 +272,61 @@ declare const _default: {
162
272
  type: import("vue").PropType<FilterPickerFilter[]>;
163
273
  required: false;
164
274
  };
275
+ name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
276
+ type: import("vue").PropType<(value: FilterPickerFilter[]) => any>;
277
+ }; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
278
+ type: import("vue").PropType<FilterPickerFilter[]>;
279
+ required: false;
280
+ }; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
281
+ type: import("vue").PropType<FilterPickerFilter[]>;
282
+ required: false;
283
+ }; } & {
284
+ require(): import("../DefineVueTypings").DefinePropModelRequire<TName, FilterPickerFilter[], {
285
+ "onUpdate:modelValue": {
286
+ type: import("vue").PropType<(value: FilterPickerFilter[]) => any>;
287
+ };
288
+ } & {
289
+ "v-model": {
290
+ type: import("vue").PropType<FilterPickerFilter[]>;
291
+ required: false;
292
+ };
293
+ } & {
294
+ modelValue: {
295
+ type: import("vue").PropType<FilterPickerFilter[]>;
296
+ required: false;
297
+ };
298
+ }>;
299
+ defaultValue(value?: FilterPickerFilter[]): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, FilterPickerFilter[], {
300
+ "onUpdate:modelValue": {
301
+ type: import("vue").PropType<(value: FilterPickerFilter[]) => any>;
302
+ };
303
+ } & {
304
+ "v-model": {
305
+ type: import("vue").PropType<FilterPickerFilter[]>;
306
+ required: false;
307
+ };
308
+ } & {
309
+ modelValue: {
310
+ type: import("vue").PropType<FilterPickerFilter[]>;
311
+ required: false;
312
+ };
313
+ }, false>;
314
+ doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, FilterPickerFilter[], {
315
+ "onUpdate:modelValue": {
316
+ type: import("vue").PropType<(value: FilterPickerFilter[]) => any>;
317
+ };
318
+ } & {
319
+ "v-model": {
320
+ type: import("vue").PropType<FilterPickerFilter[]>;
321
+ required: false;
322
+ };
323
+ } & {
324
+ modelValue: {
325
+ type: import("vue").PropType<FilterPickerFilter[]>;
326
+ required: false;
327
+ };
328
+ }>;
329
+ };
165
330
  class: {
166
331
  type: import("vue").PropType<String | String[]>;
167
332
  required: boolean;
@@ -224,6 +389,61 @@ declare const _default: {
224
389
  type: import("vue").PropType<FilterPickerFilter[]>;
225
390
  required: false;
226
391
  };
392
+ name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
393
+ type: import("vue").PropType<(value: FilterPickerFilter[]) => any>;
394
+ }; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
395
+ type: import("vue").PropType<FilterPickerFilter[]>;
396
+ required: false;
397
+ }; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
398
+ type: import("vue").PropType<FilterPickerFilter[]>;
399
+ required: false;
400
+ }; } & {
401
+ require(): import("../DefineVueTypings").DefinePropModelRequire<TName, FilterPickerFilter[], {
402
+ "onUpdate:modelValue": {
403
+ type: import("vue").PropType<(value: FilterPickerFilter[]) => any>;
404
+ };
405
+ } & {
406
+ "v-model": {
407
+ type: import("vue").PropType<FilterPickerFilter[]>;
408
+ required: false;
409
+ };
410
+ } & {
411
+ modelValue: {
412
+ type: import("vue").PropType<FilterPickerFilter[]>;
413
+ required: false;
414
+ };
415
+ }>;
416
+ defaultValue(value?: FilterPickerFilter[]): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, FilterPickerFilter[], {
417
+ "onUpdate:modelValue": {
418
+ type: import("vue").PropType<(value: FilterPickerFilter[]) => any>;
419
+ };
420
+ } & {
421
+ "v-model": {
422
+ type: import("vue").PropType<FilterPickerFilter[]>;
423
+ required: false;
424
+ };
425
+ } & {
426
+ modelValue: {
427
+ type: import("vue").PropType<FilterPickerFilter[]>;
428
+ required: false;
429
+ };
430
+ }, false>;
431
+ doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, FilterPickerFilter[], {
432
+ "onUpdate:modelValue": {
433
+ type: import("vue").PropType<(value: FilterPickerFilter[]) => any>;
434
+ };
435
+ } & {
436
+ "v-model": {
437
+ type: import("vue").PropType<FilterPickerFilter[]>;
438
+ required: false;
439
+ };
440
+ } & {
441
+ modelValue: {
442
+ type: import("vue").PropType<FilterPickerFilter[]>;
443
+ required: false;
444
+ };
445
+ }>;
446
+ };
227
447
  class: {
228
448
  type: import("vue").PropType<String | String[]>;
229
449
  required: boolean;
@@ -254,6 +474,67 @@ declare const _default: {
254
474
  propsDefinition: Omit<Readonly<{
255
475
  filters: FilterPickerFilter[];
256
476
  } & {
477
+ name?: {
478
+ [x: `onUpdate:${string}`]: {
479
+ type: import("vue").PropType<(value: FilterPickerFilter[]) => any>;
480
+ };
481
+ } & {
482
+ [x: `v-model:${string}`]: {
483
+ type: import("vue").PropType<FilterPickerFilter[]>;
484
+ required: false;
485
+ };
486
+ } & {
487
+ [x: string]: {
488
+ type: import("vue").PropType<FilterPickerFilter[]>;
489
+ required: false;
490
+ };
491
+ } & {
492
+ require(): import("../DefineVueTypings").DefinePropModelRequire<string, FilterPickerFilter[], {
493
+ "onUpdate:modelValue": {
494
+ type: import("vue").PropType<(value: FilterPickerFilter[]) => any>;
495
+ };
496
+ } & {
497
+ "v-model": {
498
+ type: import("vue").PropType<FilterPickerFilter[]>;
499
+ required: false;
500
+ };
501
+ } & {
502
+ modelValue: {
503
+ type: import("vue").PropType<FilterPickerFilter[]>;
504
+ required: false;
505
+ };
506
+ }>;
507
+ defaultValue(value?: FilterPickerFilter[]): import("../DefineVueTypings").DefinePropModelDefaultValue<string, FilterPickerFilter[], {
508
+ "onUpdate:modelValue": {
509
+ type: import("vue").PropType<(value: FilterPickerFilter[]) => any>;
510
+ };
511
+ } & {
512
+ "v-model": {
513
+ type: import("vue").PropType<FilterPickerFilter[]>;
514
+ required: false;
515
+ };
516
+ } & {
517
+ modelValue: {
518
+ type: import("vue").PropType<FilterPickerFilter[]>;
519
+ required: false;
520
+ };
521
+ }, false>;
522
+ doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<string, FilterPickerFilter[], {
523
+ "onUpdate:modelValue": {
524
+ type: import("vue").PropType<(value: FilterPickerFilter[]) => any>;
525
+ };
526
+ } & {
527
+ "v-model": {
528
+ type: import("vue").PropType<FilterPickerFilter[]>;
529
+ required: false;
530
+ };
531
+ } & {
532
+ modelValue: {
533
+ type: import("vue").PropType<FilterPickerFilter[]>;
534
+ required: false;
535
+ };
536
+ }>;
537
+ };
257
538
  container?: boolean;
258
539
  class?: String | String[];
259
540
  label?: string;
@@ -1,25 +1,40 @@
1
1
  import { Language } from "../../../models";
2
- import { Store } from "../../../stores";
3
- export declare class InputLanguageStore extends Store {
4
- private selectedLanguage;
5
- private uiShowAllLanguages;
6
- constructor();
7
- onActivated(): void;
8
- onDisposing(): void;
9
- /**
10
- * Implementation of getters
11
- */
12
- getters: {
13
- getInputLanguage: () => Language;
14
- onInputLanguageUpdated: () => (fn: (obj: import("@omnia/fx-models").StateMutation<Language>) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
15
- onShowAllUpdated: () => (fn: (obj: import("@omnia/fx-models").StateMutation<boolean>) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
16
- getShowAllLanguages: () => boolean;
17
- };
18
- /**
19
- * Implementation of mutations
20
- */
21
- mutations: {
2
+ export declare const useInputLanguageStore: () => {
3
+ events: {
4
+ onMutatedSelectedLanguage: import("internal/fx/core").MessageBusExposeOnlySubscription<Language>;
5
+ onMutatedUiShowAllLanguages: import("internal/fx/core").MessageBusExposeOnlySubscription<boolean>;
6
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
7
+ actions: {
8
+ onDispatching: {
9
+ setInputLanguage: {
10
+ subscribe(fn: (language: Language) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
11
+ };
12
+ setShowAllLanguages: {
13
+ subscribe(fn: (showAll: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
14
+ };
15
+ };
16
+ onDispatched: {
17
+ setInputLanguage: {
18
+ subscribe(fn: (result: void, language: Language) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
19
+ };
20
+ setShowAllLanguages: {
21
+ subscribe(fn: (result: void, showAll: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
22
+ };
23
+ };
24
+ onFailure: {
25
+ setInputLanguage: {
26
+ subscribe(fn: (failureReason: any, language: Language) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
27
+ };
28
+ setShowAllLanguages: {
29
+ subscribe(fn: (failureReason: any, showAll: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
30
+ };
31
+ };
32
+ } & {
22
33
  setInputLanguage: (language: Language) => void;
23
34
  setShowAllLanguages: (showAll: boolean) => void;
24
35
  };
25
- }
36
+ get: {
37
+ getInputLanguage: () => Language;
38
+ getShowAllLanguages: () => boolean;
39
+ };
40
+ };
@@ -11,7 +11,7 @@ export interface DisabledButtonTooltips {
11
11
  delete?: string;
12
12
  remove?: string;
13
13
  }
14
- export type JourneyBladeProps = DefineProp<"getApi", (store: ReturnType<typeof useJourneyStore>) => void, false, null, "callback to get a reference to the journey store. The store is used to navigate the journey blades."> & DefineProp<"title", string, false, null, "Specify the title of the blade."> & DefineProp<"subTitle", string, false, null, "Specify a subtitle for the blade and the title is displayed in a breadcrumb style where the subTittle is prominent."> & DefineProp<"id", guid, true, null, "The id of the blade. Used to identify the blade in the journey store."> & DefineProp<"size", BladeSizeTypes, false, "x-small", "Specify the size of the blade. Small will show the header buttons as icons."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"ok", boolean, false, false, "Specify if the blade should show a ok button. If a ok button is shown, a cancel button will also be shown."> & DefineProp<"save", boolean, false, false, "Specify if the blade should show a save button. If a save button is shown, a cancel button will also be shown."> & DefineProp<"searchable", boolean, false, false, "Specify if the blade should show a search field."> & DefineProp<"delete", boolean, false, false, "Specify if the blade should show a delete button."> & DefineProp<"remove", boolean, false, false, "Specify if the blade should show a remove button."> & DefineProp<"disabled", boolean, false, false, "Specify if the blade should shoud be read only."> & DefineProp<"reorder", boolean, false, false, "Specify if the blade shoud be draggable on items."> & DefineProp<"switch", switchValue, false, null, "Specify if the blade should show switch."> & DefineProp<"settings", boolean, false, false, "Specify if the blade should show a settings button."> & DefineProp<"create", boolean, false, false, "Specify if the blade should show a create button."> & DefineProp<"bladeContext", BladeContexts | BladeContext, false, null, "Specify context of the journey."> & DefineProp<"icon", IIcon, false, null, "Specify an icon for the blade header. This should be used to hightlight the blade type such as create blades, edit blades etc."> & DefineProp<"variant", BladeVariantTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"onOk", () => boolean | Promise<boolean>, false, null, "Trigger when user click ok, return true if ok to close the blade."> & DefineProp<"onRemove", () => boolean | Promise<boolean>, false, null, "Trigger when user click remove, return true if ok to close the blade."> & DefineProp<"onSave", () => boolean | Promise<boolean>, false, null, "Trigger when user click save, return true if ok to close the blade."> & DefineProp<"onDelete", () => boolean | Promise<boolean>, false, null, "Trigger when user click delete, return true if ok to close the blade."> & DefineProp<"onSwitch", (value: boolean) => boolean | Promise<boolean>, false, null, "Trigger when user toggle switch, return true if ok to close the blade."> & DefineProp<"confirmDeleteDialogOption", ConfirmDialogOptions, false, null, "Specify a set of options for the confirm dialog shown before deleting."> & DefineProp<"disabledButtonTooltips", DisabledButtonTooltips, false, null, "Specify a set of options for the confirm dialog shown before deleting."> & DefineSlot<"actions", () => VNodeChild> & DefineSlot<"actionsFooter", () => VNodeChild> & DefineEmit<"click:add", (id: guid) => true> & DefineEmit<"click:back", (id: guid) => true> & DefineEmit<"click:cancel", (id: guid) => true> & DefineEmit<"click:settings", (id: guid) => true> & DefineEmit<"click:confirm", () => true> & DefineEmit<"search", (searchText: string) => true> & DefineEmit<"click:reorder", () => true>;
14
+ export type JourneyBladeProps = DefineProp<"getApi", (store: ReturnType<typeof useJourneyStore>) => void, false, null, "callback to get a reference to the journey store. The store is used to navigate the journey blades."> & DefineProp<"title", string, false, null, "Specify the title of the blade."> & DefineProp<"toned", boolean, false, null, "IF the color is toned"> & DefineProp<"subTitle", string, false, null, "Specify a subtitle for the blade and the title is displayed in a breadcrumb style where the subTittle is prominent."> & DefineProp<"id", guid, true, null, "The id of the blade. Used to identify the blade in the journey store."> & DefineProp<"size", BladeSizeTypes, false, "x-small", "Specify the size of the blade. Small will show the header buttons as icons."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"ok", boolean, false, false, "Specify if the blade should show a ok button. If a ok button is shown, a cancel button will also be shown."> & DefineProp<"save", boolean, false, false, "Specify if the blade should show a save button. If a save button is shown, a cancel button will also be shown."> & DefineProp<"searchable", boolean, false, false, "Specify if the blade should show a search field."> & DefineProp<"delete", boolean, false, false, "Specify if the blade should show a delete button."> & DefineProp<"remove", boolean, false, false, "Specify if the blade should show a remove button."> & DefineProp<"disabled", boolean, false, false, "Specify if the blade should shoud be read only."> & DefineProp<"reorder", boolean, false, false, "Specify if the blade shoud be draggable on items."> & DefineProp<"switch", switchValue, false, null, "Specify if the blade should show switch."> & DefineProp<"settings", boolean, false, false, "Specify if the blade should show a settings button."> & DefineProp<"create", boolean, false, false, "Specify if the blade should show a create button."> & DefineProp<"bladeContext", BladeContexts | BladeContext, false, null, "Specify context of the journey."> & DefineProp<"icon", IIcon, false, null, "Specify an icon for the blade header. This should be used to hightlight the blade type such as create blades, edit blades etc."> & DefineProp<"variant", BladeVariantTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"onOk", () => boolean | Promise<boolean>, false, null, "Trigger when user click ok, return true if ok to close the blade."> & DefineProp<"onRemove", () => boolean | Promise<boolean>, false, null, "Trigger when user click remove, return true if ok to close the blade."> & DefineProp<"onSave", () => boolean | Promise<boolean>, false, null, "Trigger when user click save, return true if ok to close the blade."> & DefineProp<"onDelete", () => boolean | Promise<boolean>, false, null, "Trigger when user click delete, return true if ok to close the blade."> & DefineProp<"onSwitch", (value: boolean) => boolean | Promise<boolean>, false, null, "Trigger when user toggle switch, return true if ok to close the blade."> & DefineProp<"confirmDeleteDialogOption", ConfirmDialogOptions, false, null, "Specify a set of options for the confirm dialog shown before deleting."> & DefineProp<"disabledButtonTooltips", DisabledButtonTooltips, false, null, "Specify a set of options for the confirm dialog shown before deleting."> & DefineSlot<"actions", () => VNodeChild> & DefineSlot<"actionsFooter", () => VNodeChild> & DefineEmit<"click:add", (id: guid) => true> & DefineEmit<"click:back", (id: guid) => true> & DefineEmit<"click:cancel", (id: guid) => true> & DefineEmit<"click:settings", (id: guid) => true> & DefineEmit<"click:confirm", () => true> & DefineEmit<"search", (searchText: string) => true> & DefineEmit<"click:reorder", () => true>;
15
15
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<JourneyBladeProps>) => {
16
16
  $: import("vue").ComponentInternalInstance;
17
17
  $data: {};
@@ -65,7 +65,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<J
65
65
  "onClick:add"?: (id: guid) => any;
66
66
  "onClick:settings"?: (id: guid) => any;
67
67
  "onClick:reorder"?: () => any;
68
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "switch" | "icon" | "title" | "delete" | "id" | "size" | "disabled" | "settings" | "remove" | "variant" | "subTitle" | "create" | "ok" | "save" | "reorder" | "getApi" | "loading" | "searchable" | "bladeContext" | "onOk" | "onRemove" | "onSave" | "onDelete" | "onSwitch" | "confirmDeleteDialogOption" | "disabledButtonTooltips">;
68
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "switch" | "icon" | "title" | "delete" | "id" | "size" | "disabled" | "settings" | "toned" | "remove" | "variant" | "subTitle" | "create" | "ok" | "save" | "reorder" | "getApi" | "loading" | "searchable" | "bladeContext" | "onOk" | "onRemove" | "onSave" | "onDelete" | "onSwitch" | "confirmDeleteDialogOption" | "disabledButtonTooltips">;
69
69
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
70
70
  [key: string]: any;
71
71
  }>;
@@ -2,7 +2,7 @@ import { BlockTitleIconSettings, BlockTitleSettings, TextAlignment, IconSizes }
2
2
  import { useColorSchemaStore } from "../../../..";
3
3
  export declare const BlockTitleStyles: {
4
4
  safeGetSpacingPixels(value: any, spacing: any): string;
5
- getIconOffset(iconSize: IconSizes): -25 | -15 | -10 | -30;
5
+ getIconOffset(iconSize: IconSizes): -25 | -10 | -15 | -30;
6
6
  getIconOffsetIconOnly(iconSize: IconSizes): -5 | -15 | -17;
7
7
  iconWrapperButton: (settings: BlockTitleIconSettings, colors: ReturnType<typeof useColorSchemaStore>) => string;
8
8
  iconInButton: (settings: BlockTitleIconSettings, colors: ReturnType<typeof useColorSchemaStore>) => string;