@omnia/fx 8.0.430-dev → 8.0.432-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/core/Provide.d.ts +0 -12
  2. package/internal-do-not-import-from-here/core/index.d.ts +1 -1
  3. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +3 -3
  4. package/internal-do-not-import-from-here/index.d.ts +1 -2
  5. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  6. package/internal-do-not-import-from-here/ux/app/management/AppManagementConstants.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +1 -0
  8. package/internal-do-not-import-from-here/ux/app/management/blades/EditAliasBlade.d.ts +13 -2
  9. package/internal-do-not-import-from-here/ux/app/management/blades/EditItemBlade.d.ts +19 -1
  10. package/internal-do-not-import-from-here/ux/app/management/blades/EditPermissionBlade.d.ts +4 -3
  11. package/internal-do-not-import-from-here/ux/app/management/blades/FeatureBlade.d.ts +8 -0
  12. package/internal-do-not-import-from-here/ux/app/management/blades/PropertiesBlade.d.ts +9 -0
  13. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +5 -5
  14. package/internal-do-not-import-from-here/ux/app/management/core/loc.d.ts +4 -0
  15. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InactiveList.d.ts +13 -0
  16. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/OrphanedList.d.ts +13 -0
  17. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/PendingList.d.ts +13 -0
  18. package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/AppRouteInput.d.ts +1 -1
  19. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/aurora/admin/themedesigner/componentblueprints/store/ButtonsEditorStore.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/aurora/admin/themedesigner/componentblueprints/store/ComponentEditorStore.d.ts +2 -2
  22. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/store/IconStyleEditorStore.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/store/TextColorPickerStore.d.ts +27 -0
  26. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/ComponentBlueprintStrategy.d.ts +10 -0
  27. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/FullBlueprint.d.ts +2 -0
  28. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/LargeBlueprint.d.ts +2 -0
  29. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/MediumBlueprint.d.ts +2 -0
  30. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/NoneBlueprint.d.ts +2 -0
  31. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/SmallBlueprint.d.ts +2 -0
  32. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/XSmallBlueprint.d.ts +2 -0
  33. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/index.d.ts +1 -0
  34. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/index.d.ts +1 -2
  35. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +3 -3
  36. package/internal-do-not-import-from-here/ux/aurora/{store → shared-mobile}/ColorManager.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/aurora/shared-mobile/index.d.ts +1 -0
  38. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +36 -165
  41. package/internal-do-not-import-from-here/ux/iconpicker/IIconPicker.d.ts +3 -3
  42. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +6 -6
  43. package/internal-do-not-import-from-here/ux/iconpicker/loc/localize.d.ts +2 -0
  44. package/internal-do-not-import-from-here/ux/iconpicker/v2/IconPicker.d.ts +14 -5
  45. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +4 -4
  46. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -3
  47. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +7 -2
  48. package/internal-do-not-import-from-here/ux/journey/stores/JourneySelectStore.d.ts +6 -0
  49. package/internal-do-not-import-from-here/ux/mobile/index.d.ts +1 -0
  50. package/internal-do-not-import-from-here/ux/templatepicker/ITemplatePicker.d.ts +2 -2
  51. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
  52. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +84 -98
  53. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +2 -2
  54. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/store/VelcronDefinitionPickerStore.d.ts +44 -0
  55. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
  56. package/internal-do-not-import-from-here/wctypings.d.ts +8 -10
  57. package/package.json +2 -2
  58. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.css.d.ts +0 -4
  59. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.d.ts +0 -34
  60. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/ExampleComponents.d.ts +0 -1
  61. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/SampleComponent.d.ts +0 -6
  62. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/index.d.ts +0 -1
  63. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/MD2Blueprint.d.ts +0 -2
  64. package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/MD3Blueprint.d.ts +0 -2
  65. /package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/{BlueprintStrategyBase.d.ts → components/BlueprintStrategyBase.d.ts} +0 -0
@@ -1,168 +1,39 @@
1
1
  import "./BarChartIndicator.css";
2
2
  import { IIcon } from "../../models";
3
- declare const _default: {
4
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
5
- icon: {
6
- type: import("vue").PropType<IIcon>;
7
- };
8
- color: {
9
- type: import("vue").PropType<string>;
10
- };
11
- description: {
12
- type: import("vue").PropType<string>;
13
- };
14
- height: {
15
- type: import("vue").PropType<number>;
16
- };
17
- style: {
18
- type: import("vue").PropType<{
19
- container?: import("typestyle/lib/types").NestedCSSProperties;
20
- title: import("typestyle/lib/types").NestedCSSProperties;
21
- arrow: import("typestyle/lib/types").NestedCSSProperties;
22
- previous: import("typestyle/lib/types").NestedCSSProperties;
23
- next: import("typestyle/lib/types").NestedCSSProperties;
24
- }>;
25
- };
26
- label: {
27
- type: import("vue").PropType<string>;
28
- };
29
- unitLabel: {
30
- type: import("vue").PropType<string>;
31
- };
32
- chartValues: {
33
- type: import("vue").PropType<{
34
- label: string;
35
- value: number;
36
- }[]>;
37
- };
38
- hasData: {
39
- type: import("vue").PropType<(isPrevious: boolean) => boolean>;
40
- };
41
- loadData: {
42
- type: import("vue").PropType<(isPrevious: boolean) => Promise<void>>;
43
- };
44
- clickCallback: {
45
- type: import("vue").PropType<(label?: string) => void>;
46
- };
47
- }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
48
- P: {};
49
- B: {};
50
- D: {};
51
- C: {};
52
- M: {};
53
- Defaults: {};
54
- }, Readonly<import("vue").ExtractPropTypes<{
55
- icon: {
56
- type: import("vue").PropType<IIcon>;
57
- };
58
- color: {
59
- type: import("vue").PropType<string>;
60
- };
61
- description: {
62
- type: import("vue").PropType<string>;
63
- };
64
- height: {
65
- type: import("vue").PropType<number>;
66
- };
67
- style: {
68
- type: import("vue").PropType<{
69
- container?: import("typestyle/lib/types").NestedCSSProperties;
70
- title: import("typestyle/lib/types").NestedCSSProperties;
71
- arrow: import("typestyle/lib/types").NestedCSSProperties;
72
- previous: import("typestyle/lib/types").NestedCSSProperties;
73
- next: import("typestyle/lib/types").NestedCSSProperties;
74
- }>;
75
- };
76
- label: {
77
- type: import("vue").PropType<string>;
78
- };
79
- unitLabel: {
80
- type: import("vue").PropType<string>;
81
- };
82
- chartValues: {
83
- type: import("vue").PropType<{
84
- label: string;
85
- value: number;
86
- }[]>;
87
- };
88
- hasData: {
89
- type: import("vue").PropType<(isPrevious: boolean) => boolean>;
90
- };
91
- loadData: {
92
- type: import("vue").PropType<(isPrevious: boolean) => Promise<void>>;
93
- };
94
- clickCallback: {
95
- type: import("vue").PropType<(label?: string) => void>;
96
- };
97
- }>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
98
- __isFragment?: never;
99
- __isTeleport?: never;
100
- __isSuspense?: never;
101
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
102
- icon: {
103
- type: import("vue").PropType<IIcon>;
104
- };
105
- color: {
106
- type: import("vue").PropType<string>;
107
- };
108
- description: {
109
- type: import("vue").PropType<string>;
110
- };
111
- height: {
112
- type: import("vue").PropType<number>;
113
- };
114
- style: {
115
- type: import("vue").PropType<{
116
- container?: import("typestyle/lib/types").NestedCSSProperties;
117
- title: import("typestyle/lib/types").NestedCSSProperties;
118
- arrow: import("typestyle/lib/types").NestedCSSProperties;
119
- previous: import("typestyle/lib/types").NestedCSSProperties;
120
- next: import("typestyle/lib/types").NestedCSSProperties;
121
- }>;
122
- };
123
- label: {
124
- type: import("vue").PropType<string>;
125
- };
126
- unitLabel: {
127
- type: import("vue").PropType<string>;
128
- };
129
- chartValues: {
130
- type: import("vue").PropType<{
131
- label: string;
132
- value: number;
133
- }[]>;
134
- };
135
- hasData: {
136
- type: import("vue").PropType<(isPrevious: boolean) => boolean>;
137
- };
138
- loadData: {
139
- type: import("vue").PropType<(isPrevious: boolean) => Promise<void>>;
140
- };
141
- clickCallback: {
142
- type: import("vue").PropType<(label?: string) => void>;
143
- };
144
- }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, 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 & {
145
- propsDefinition: Omit<Readonly<{} & {
146
- label?: string;
147
- style?: {
148
- container?: import("typestyle/lib/types").NestedCSSProperties;
149
- title: import("typestyle/lib/types").NestedCSSProperties;
150
- arrow: import("typestyle/lib/types").NestedCSSProperties;
151
- previous: import("typestyle/lib/types").NestedCSSProperties;
152
- next: import("typestyle/lib/types").NestedCSSProperties;
153
- };
154
- color?: string;
155
- icon?: IIcon;
156
- height?: number;
157
- description?: string;
158
- unitLabel?: string;
159
- clickCallback?: (label?: string) => void;
160
- loadData?: (isPrevious: boolean) => Promise<void>;
161
- hasData?: (isPrevious: boolean) => boolean;
162
- chartValues?: {
163
- label: string;
164
- value: number;
165
- }[];
166
- }>, never>;
167
- };
3
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
4
+ clickCallback?: (label?: string) => void;
5
+ } & {
6
+ loadData?: (isPrevious: boolean) => Promise<void>;
7
+ } & {
8
+ hasData?: (isPrevious: boolean) => boolean;
9
+ } & {
10
+ chartValues?: {
11
+ label: string;
12
+ value: number;
13
+ }[];
14
+ } & {
15
+ unitLabel?: string;
16
+ } & {
17
+ label?: string;
18
+ } & {
19
+ style?: {
20
+ container?: import("typestyle/lib/types").NestedCSSProperties;
21
+ title: import("typestyle/lib/types").NestedCSSProperties;
22
+ arrow: import("typestyle/lib/types").NestedCSSProperties;
23
+ previous: import("typestyle/lib/types").NestedCSSProperties;
24
+ next: import("typestyle/lib/types").NestedCSSProperties;
25
+ };
26
+ } & {
27
+ height?: number;
28
+ } & {
29
+ description?: string;
30
+ } & {
31
+ color?: string;
32
+ } & {
33
+ icon?: IIcon;
34
+ }> & {} & {
35
+ "v-slots"?: {} & Omit<{
36
+ default?: import("vue").Slot;
37
+ }, never>;
38
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "style" | "color" | "icon" | "height" | "description" | "unitLabel" | "clickCallback" | "loadData" | "hasData" | "chartValues"> & import("@omnia/fx/ux").VNodeEvents) => any;
168
39
  export default _default;
@@ -1,4 +1,4 @@
1
- import { IconPickerModel } from "../../models";
1
+ import { LegacyIconPickerModel } from "../../models";
2
2
  export interface IIconPickerProperties {
3
3
  required?: boolean;
4
4
  hideDetails?: boolean;
@@ -13,9 +13,9 @@ export interface IIconPickerSlots {
13
13
  /**Icon Picker */
14
14
  export interface IIconPicker extends IIconPickerProperties {
15
15
  /**Icon Picker Model */
16
- valueBind: IconPickerModel;
16
+ valueBind: LegacyIconPickerModel;
17
17
  /**On model changed */
18
- onValueChanged?: (model: IconPickerModel) => void;
18
+ onValueChanged?: (model: LegacyIconPickerModel) => void;
19
19
  /**Error messages */
20
20
  errorMessages?: Array<string>;
21
21
  }
@@ -1,5 +1,5 @@
1
1
  import { DefineEmit } from "@omnia/fx/ux";
2
- import { IconPickerModel, MediaPickerStorageProviderContext } from "../../models";
2
+ import { LegacyIconPickerModel, MediaPickerStorageProviderContext } from "../../models";
3
3
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
4
4
  class?: String | String[];
5
5
  } & {
@@ -9,11 +9,11 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
9
9
  } & {
10
10
  variant?: "button" | "dropdown" | "journey";
11
11
  } & {
12
- "emit:update:modelValue": (value: IconPickerModel) => void;
12
+ "emit:update:modelValue": (value: LegacyIconPickerModel) => void;
13
13
  } & {
14
- "v-model"?: IconPickerModel;
14
+ "v-model"?: LegacyIconPickerModel;
15
15
  } & {
16
- modelValue?: IconPickerModel;
16
+ modelValue?: LegacyIconPickerModel;
17
17
  } & {
18
18
  errorMessages?: string[];
19
19
  } & {
@@ -22,10 +22,10 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
22
22
  showPreview?: boolean;
23
23
  } & {
24
24
  hideDetails?: boolean;
25
- } & DefineEmit<"update:modelValue", (model: IconPickerModel) => void> & {
25
+ } & DefineEmit<"update:modelValue", (model: LegacyIconPickerModel) => void> & {
26
26
  providerContext?: MediaPickerStorageProviderContext;
27
27
  }> & {
28
- "onUpdate:modelValue"?: (value: IconPickerModel) => any;
28
+ "onUpdate:modelValue"?: (value: LegacyIconPickerModel) => any;
29
29
  } & {
30
30
  "v-slots"?: {} & Omit<{
31
31
  default?: import("vue").Slot;
@@ -3,5 +3,7 @@ export declare namespace IconPickerLocalization {
3
3
  interface locInterface {
4
4
  EditImage: string;
5
5
  AddImage: string;
6
+ IconLibrary: string;
7
+ CustomImage: string;
6
8
  }
7
9
  }
@@ -1,12 +1,21 @@
1
- declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
2
- columnName?: string;
1
+ import { IIcon, LegacyIconPickerModel, MediaPickerImage } from "@omnia/fx-models";
2
+ declare const _default: <TType extends IIcon | MediaPickerImage | LegacyIconPickerModel>(props: import("@omnia/fx/ux").ExtractProps<{
3
+ "emit:update:modelValue": (value: TType) => void;
4
+ } & {
5
+ "v-model"?: TType;
6
+ } & {
7
+ modelValue?: TType;
8
+ } & {
9
+ library?: "icon" | "image" | "icon-image";
10
+ } & {
11
+ label?: String;
3
12
  } & {
4
13
  variant?: "dropdown" | "journey";
14
+ }> & {
15
+ "onUpdate:modelValue"?: (value: TType) => any;
5
16
  } & {
6
- colspan?: number;
7
- }> & {} & {
8
17
  "v-slots"?: {} & Omit<{
9
18
  default?: import("vue").Slot;
10
19
  }, never>;
11
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "columnName" | "colspan"> & import("@omnia/fx/ux").VNodeEvents) => any;
20
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "emit:update:modelValue" | "modelValue" | "v-model" | "library"> & import("@omnia/fx/ux").VNodeEvents) => any;
12
21
  export default _default;
@@ -108,7 +108,7 @@ declare const _default: {
108
108
  required: false;
109
109
  };
110
110
  size: {
111
- type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
111
+ type: import("vue").PropType<"small" | "x-small" | "large" | "default" | "x-large">;
112
112
  required: false;
113
113
  };
114
114
  "onUpdate:modelValue": {
@@ -211,7 +211,7 @@ declare const _default: {
211
211
  required: false;
212
212
  };
213
213
  size: {
214
- type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
214
+ type: import("vue").PropType<"small" | "x-small" | "large" | "default" | "x-large">;
215
215
  required: false;
216
216
  };
217
217
  "onUpdate:modelValue": {
@@ -311,7 +311,7 @@ declare const _default: {
311
311
  required: false;
312
312
  };
313
313
  size: {
314
- type: import("vue").PropType<"small" | "default" | "x-small" | "large" | "x-large">;
314
+ type: import("vue").PropType<"small" | "x-small" | "large" | "default" | "x-large">;
315
315
  required: false;
316
316
  };
317
317
  "onUpdate:modelValue": {
@@ -328,7 +328,7 @@ declare const _default: {
328
328
  }>>, () => VNodeChild, unknown, {}, {}, 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 & {
329
329
  propsDefinition: Omit<Readonly<{} & {
330
330
  inline?: boolean;
331
- size?: "small" | "default" | "x-small" | "large" | "x-large";
331
+ size?: "small" | "x-small" | "large" | "default" | "x-large";
332
332
  styles?: {
333
333
  container: {
334
334
  $nest: {
@@ -11,10 +11,9 @@ 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<"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 | Ref<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<"manageList", boolean | Ref<boolean>, false, false, "Specify if the blade shoud be draggable on items."> & DefineProp<"manageListText", string, false, null, "Customize the text for Manage List Button."> & 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<"add", boolean, false, false, "Specify if the blade should show a add button."> & DefineProp<"actions", ActionDefinition[], false, null, "Specify if the blade should show responsive actions. Useful for both mobile and desktop."> & 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<"eager", boolean, false, false, "Force the tab content to preload. This is useful if you have content that you want to be preloaded, instead of 'load on click' default behavior."> & DefineProp<"disabledButtonTooltips", DisabledButtonTooltips, false, null, "Specify a set of options for the confirm dialog shown before deleting."> & DefineProp<"sizeOnMobile", BladeSizeTypes, false, null, "Specify the size of the blade on mobile. Default full width on mobile view"> & DefineSlot<"actions", () => VNodeChild> & DefineSlot<"actionsFooter", () => VNodeChild> & DefineSlot<"filter", () => VNodeChild> & DefineEmit<"click:create", (id: guid) => true> & 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<"changeFilter", () => true> & DefineEmit<"closeFilter", () => true> & DefineEmit<"hidden", () => true> & DefineEmit<"click:manageList", () => 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 | Ref<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<"manageList", boolean | Ref<boolean>, false, false, "Specify if the blade shoud be draggable on items."> & DefineProp<"manageListText", string, false, null, "Customize the text for Manage List Button."> & 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<"add", boolean, false, false, "Specify if the blade should show a add button."> & DefineProp<"actions", ActionDefinition[], false, null, "Specify if the blade should show responsive actions. Useful for both mobile and desktop."> & 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<"eager", boolean, false, false, "Force the tab content to preload. This is useful if you have content that you want to be preloaded, instead of 'load on click' default behavior."> & DefineProp<"disabledButtonTooltips", DisabledButtonTooltips, false, null, "Specify a set of options for the confirm dialog shown before deleting."> & DefineProp<"sizeOnMobile", BladeSizeTypes, false, null, "Specify the size of the blade on mobile. Default full width on mobile view"> & DefineSlot<"actions", () => VNodeChild> & DefineSlot<"actionsFooter", () => VNodeChild> & DefineSlot<"filter", () => VNodeChild> & DefineEmit<"click:create", (id: guid) => true> & 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<"search", (searchText: string) => true> & DefineEmit<"changeFilter", () => true> & DefineEmit<"closeFilter", () => true> & DefineEmit<"hidden", () => true> & DefineEmit<"click:manageList", () => true>;
15
15
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<JourneyBladeProps> & {
16
16
  "onClick:cancel"?: (id: guid) => any;
17
- "onClick:confirm"?: () => any;
18
17
  "onClick:back"?: (id: guid) => any;
19
18
  onSearch?: (searchText: string) => any;
20
19
  onCloseFilter?: () => any;
@@ -32,5 +31,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<JourneyBlade
32
31
  } & Omit<{
33
32
  default?: import("vue").Slot;
34
33
  }, "filter" | "actions" | "actionsFooter">;
35
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "switch" | "icon" | "actions" | "variant" | "size" | "add" | "delete" | "id" | "disabled" | "eager" | "settings" | "toned" | "save" | "loading" | "create" | "remove" | "subTitle" | "slot:actions" | "emit:click:cancel" | "emit:click:confirm" | "ok" | "searchable" | "slot:filter" | "emit:search" | "emit:closeFilter" | "getApi" | "manageList" | "manageListText" | "bladeContext" | "onOk" | "onRemove" | "onSave" | "onDelete" | "onSwitch" | "confirmDeleteDialogOption" | "disabledButtonTooltips" | "sizeOnMobile" | "slot:actionsFooter" | "emit:click:create" | "emit:click:add" | "emit:click:back" | "emit:click:settings" | "emit:changeFilter" | "emit:hidden" | "emit:click:manageList"> & import("@omnia/fx/ux").VNodeEvents) => any;
34
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "switch" | "icon" | "actions" | "variant" | "size" | "add" | "delete" | "id" | "disabled" | "eager" | "settings" | "toned" | "save" | "loading" | "create" | "remove" | "subTitle" | "slot:actions" | "emit:click:cancel" | "ok" | "searchable" | "slot:filter" | "emit:search" | "emit:closeFilter" | "getApi" | "manageList" | "manageListText" | "bladeContext" | "onOk" | "onRemove" | "onSave" | "onDelete" | "onSwitch" | "confirmDeleteDialogOption" | "disabledButtonTooltips" | "sizeOnMobile" | "slot:actionsFooter" | "emit:click:create" | "emit:click:add" | "emit:click:back" | "emit:click:settings" | "emit:changeFilter" | "emit:hidden" | "emit:click:manageList"> & import("@omnia/fx/ux").VNodeEvents) => any;
36
35
  export default _default;
@@ -5,6 +5,8 @@ type BaseProps<TItem> = DefinePropTheming & DefineVModel<"", Array<any> | any> &
5
5
  SettingsRenderer: JourneySelectBladeElement;
6
6
  item: JourneySelectItem<any>;
7
7
  index: number;
8
+ }) => VNodeChild> & DefineSlot<"selectionRenderV2", (item: {
9
+ SelectionRenderer: JourneySelectBladeElement;
8
10
  }) => VNodeChild> & DefineSlot<"actions", () => VNodeChild> & DefineEmit<"showAdd", () => true> & DefineEmit<"showEdit", (item: TItem, index: number) => true> & DefineEmit<"search", (searchText: string) => true> & DefineEmit<"click:clear", () => true> & DefineProp<"onClickAdd", (item: Array<TItem> | TItem) => void | boolean | Promise<boolean>> & DefineProp<"onClickUpdate", (item: TItem, index: number) => void | boolean | Promise<boolean>> & DefineProp<"onClickDelete", (item: TItem, index: number) => void | boolean | Promise<boolean>>;
9
11
  declare const _default: <TItem extends unknown = any>(props: import("@omnia/fx/ux").ExtractProps<BaseProps<TItem>> & {
10
12
  "onUpdate:modelValue"?: (value: any) => any;
@@ -23,9 +25,12 @@ declare const _default: <TItem extends unknown = any>(props: import("@omnia/fx/u
23
25
  item: JourneySelectItem<any>;
24
26
  index: number;
25
27
  }) => VNodeChild;
28
+ selectionRenderV2?: (item: {
29
+ SelectionRenderer: JourneySelectBladeElement;
30
+ }) => VNodeChild;
26
31
  actions?: () => VNodeChild;
27
32
  } & Omit<{
28
33
  default?: import("vue").Slot;
29
- }, "actions" | "selectionItemRender" | "selectionRender" | "selectedItemRenderer" | "settingsRender" | "settingsRenderV2">;
30
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "actions" | "multiple" | "list" | "colorSchemaType" | "toned" | "colors" | "emit:update:modelValue" | "modelValue" | "v-model" | "items" | "readonly" | "slot:actions" | "emit:search" | "getApi" | "emit:click:clear" | "itemDeletable" | "sortable" | "labelAdd" | "propertyValueMapping" | "returnSelectionAsObject" | "titleAdd" | "titleEdit" | "disableSearch" | "disableSave" | "confirmDelete" | "noAddConfirm" | "bladelessAdd" | "bladeless" | "itemSettingable" | "slot:selectionItemRender" | "slot:selectionRender" | "slot:selectedItemRenderer" | "slot:settingsRender" | "slot:settingsRenderV2" | "emit:showAdd" | "emit:showEdit" | "onClickAdd" | "onClickUpdate" | "onClickDelete"> & import("@omnia/fx/ux").VNodeEvents) => any;
34
+ }, "actions" | "selectionItemRender" | "selectionRender" | "selectedItemRenderer" | "settingsRender" | "settingsRenderV2" | "selectionRenderV2">;
35
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "actions" | "multiple" | "list" | "colorSchemaType" | "toned" | "colors" | "emit:update:modelValue" | "modelValue" | "v-model" | "items" | "readonly" | "slot:actions" | "emit:search" | "getApi" | "emit:click:clear" | "itemDeletable" | "sortable" | "labelAdd" | "propertyValueMapping" | "returnSelectionAsObject" | "titleAdd" | "titleEdit" | "disableSearch" | "disableSave" | "confirmDelete" | "noAddConfirm" | "bladelessAdd" | "bladeless" | "itemSettingable" | "slot:selectionItemRender" | "slot:selectionRender" | "slot:selectedItemRenderer" | "slot:settingsRender" | "slot:settingsRenderV2" | "slot:selectionRenderV2" | "emit:showAdd" | "emit:showEdit" | "onClickAdd" | "onClickUpdate" | "onClickDelete"> & import("@omnia/fx/ux").VNodeEvents) => any;
31
36
  export default _default;
@@ -24,6 +24,9 @@ export declare const useJourneySelectStore: () => {
24
24
  item: JourneySelectItem<any>;
25
25
  index: number;
26
26
  }) => VNodeChild;
27
+ selectionRenderV2: (item: {
28
+ SelectionRenderer: JourneySelectBladeElement;
29
+ }) => VNodeChild;
27
30
  selectionItemRender: (item: any, index: number, isSelected: boolean) => VNodeChild;
28
31
  selectionRender: () => VNodeChild;
29
32
  selectedItemRenderer: (item: any, index: number) => VNodeChild;
@@ -152,6 +155,9 @@ export declare const useJourneySelectStore: () => {
152
155
  item: JourneySelectItem<any>;
153
156
  index: number;
154
157
  }) => VNodeChild;
158
+ selectionRenderV2: (item: {
159
+ SelectionRenderer: JourneySelectBladeElement;
160
+ }) => VNodeChild;
155
161
  selectionItemRender: (item: any, index: number, isSelected: boolean) => VNodeChild;
156
162
  selectionRender: () => VNodeChild;
157
163
  selectedItemRenderer: (item: any, index: number) => VNodeChild;
@@ -6,3 +6,4 @@ export * from "@omnia/fx-models/internal-do-not-import-from-here/shared/factory"
6
6
  export * from "@omnia/fx-models/internal-do-not-import-from-here/shared/messaging";
7
7
  export * from "@omnia/fx-models/internal-do-not-import-from-here/shared/events";
8
8
  export * from "@omnia/fx-models/internal-do-not-import-from-here/shared/stores";
9
+ export * from "internal/fx/ux/aurora/shared-mobile";
@@ -1,7 +1,7 @@
1
- import { IconPickerModel } from "../../models";
1
+ import { LegacyIconPickerModel } from "../../models";
2
2
  import { TemplateStyles } from "./TemplatePicker.css";
3
3
  export interface TemplatePickerModel {
4
- icon: IconPickerModel;
4
+ icon: LegacyIconPickerModel;
5
5
  title?: string;
6
6
  description?: string;
7
7
  id: string | number;
@@ -141,6 +141,7 @@ export declare function useIcons(): {
141
141
  clock: FontAwesomeIcon;
142
142
  timeCircle: FontAwesomeIcon;
143
143
  languages: FontAwesomeIcon;
144
+ exchange: FontAwesomeIcon;
144
145
  };
145
146
  system: {
146
147
  settings: {