@omnia/fx 8.0.385-dev → 8.0.387-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 (62) hide show
  1. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -2
  2. package/internal-do-not-import-from-here/ux/UxModels.d.ts +2 -0
  3. package/internal-do-not-import-from-here/ux/admin/chrome/DashboardLayout.d.ts +6 -0
  4. package/internal-do-not-import-from-here/ux/admin/system/loc/localize.d.ts +1 -0
  5. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/EditLocalizationBlade.d.ts +17 -0
  6. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/LocalizationAdmin.d.ts +2 -2
  7. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/stores/LocalizationAdminStore.d.ts +47 -2
  8. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +5 -4
  9. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
  10. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/store/BorderPickerStore.d.ts +32 -0
  11. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +5 -4
  12. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.css.d.ts +6 -3
  13. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +36 -16
  14. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPickerPreview.css.d.ts +4 -0
  15. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPreview.d.ts +99 -0
  16. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/renderers/{SwatchRenderer.d.ts → SwatchCardRenderer.d.ts} +3 -3
  17. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/stores/ColorPickerStore.d.ts +29 -8
  18. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaEditor.d.ts +11 -7
  19. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.css.d.ts +1 -0
  21. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +7 -6
  22. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/store/FillPickerStore.d.ts +12 -5
  23. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +5 -4
  24. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/aurora/components/input/InputStyleEditor.d.ts +4 -3
  26. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStyleEditor.d.ts +4 -3
  27. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
  28. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +4 -3
  29. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +11 -7
  30. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +4 -1
  31. package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +4 -1
  32. package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +8 -0
  33. package/internal-do-not-import-from-here/ux/features/loc/localize.d.ts +2 -0
  34. package/internal-do-not-import-from-here/ux/features/models/FeatureAction.d.ts +2 -1
  35. package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +4 -0
  36. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.css.d.ts +3 -0
  37. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +6 -4
  38. package/internal-do-not-import-from-here/ux/journey/journeyfilter/JourneyFilterDialog.d.ts +21 -0
  39. package/internal-do-not-import-from-here/ux/journey/models/BladeInstance.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +5 -4
  41. package/internal-do-not-import-from-here/ux/journey/stores/JourneySelectStore.d.ts +10 -1
  42. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +3 -3
  43. package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +13 -3
  44. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +3 -3
  45. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/oxide/actionmenu/ActionMenu.d.ts +20 -0
  47. package/internal-do-not-import-from-here/ux/oxide/actionmenu/ActionMenu.stylex.d.ts +4 -0
  48. package/internal-do-not-import-from-here/ux/oxide/datatable/CellRenderer.d.ts +3 -1
  49. package/internal-do-not-import-from-here/ux/oxide/datatable/RowRenderer.d.ts +3 -1
  50. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +3 -3
  51. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.stylex.d.ts +2 -0
  52. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +10 -2
  53. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +2 -2
  54. package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +4 -3
  55. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +4 -3
  56. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +1 -1
  57. package/internal-do-not-import-from-here/wctypings.d.ts +25 -7
  58. package/package.json +3 -3
  59. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/LocalizationAdminStyles.css.d.ts +0 -3
  60. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/NodeComponent.d.ts +0 -38
  61. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/ServiceNode.d.ts +0 -17
  62. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker_old.d.ts +0 -475
@@ -8,6 +8,9 @@ declare const _default: {
8
8
  } & {
9
9
  activator?: () => VNodeChild;
10
10
  }>;
11
+ toolbarCallback: {
12
+ type: import("vue").PropType<(value: () => VNodeChild) => void>;
13
+ };
11
14
  variant: {
12
15
  type: import("vue").PropType<ColorSchemaEditorVariant>;
13
16
  };
@@ -79,10 +82,8 @@ declare const _default: {
79
82
  };
80
83
  }>> & {
81
84
  "onClick:confirm"?: (model: ColorSchema) => any;
82
- "onInit:actionButtons"?: (value: () => VNodeChild) => any;
83
85
  }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
84
86
  "click:confirm": (model: ColorSchema) => true;
85
- "init:actionButtons": (value: () => VNodeChild) => any;
86
87
  }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
87
88
  P: {};
88
89
  B: {};
@@ -96,6 +97,9 @@ declare const _default: {
96
97
  } & {
97
98
  activator?: () => VNodeChild;
98
99
  }>;
100
+ toolbarCallback: {
101
+ type: import("vue").PropType<(value: () => VNodeChild) => void>;
102
+ };
99
103
  variant: {
100
104
  type: import("vue").PropType<ColorSchemaEditorVariant>;
101
105
  };
@@ -167,7 +171,6 @@ declare const _default: {
167
171
  };
168
172
  }>> & {
169
173
  "onClick:confirm"?: (model: ColorSchema) => any;
170
- "onInit:actionButtons"?: (value: () => VNodeChild) => any;
171
174
  }, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
172
175
  __isFragment?: never;
173
176
  __isTeleport?: never;
@@ -178,6 +181,9 @@ declare const _default: {
178
181
  } & {
179
182
  activator?: () => VNodeChild;
180
183
  }>;
184
+ toolbarCallback: {
185
+ type: import("vue").PropType<(value: () => VNodeChild) => void>;
186
+ };
181
187
  variant: {
182
188
  type: import("vue").PropType<ColorSchemaEditorVariant>;
183
189
  };
@@ -249,10 +255,8 @@ declare const _default: {
249
255
  };
250
256
  }>> & {
251
257
  "onClick:confirm"?: (model: ColorSchema) => any;
252
- "onInit:actionButtons"?: (value: () => VNodeChild) => any;
253
258
  }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
254
259
  "click:confirm": (model: ColorSchema) => true;
255
- "init:actionButtons": (value: () => VNodeChild) => any;
256
260
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
257
261
  propsDefinition: Omit<Readonly<{} & {
258
262
  name?: {
@@ -325,9 +329,9 @@ declare const _default: {
325
329
  };
326
330
  "onUpdate:modelValue"?: (value: ColorSchema) => any | void;
327
331
  "v-model"?: ColorSchema;
328
- }>, "onClick:confirm" | "onInit:actionButtons"> & {
332
+ toolbarCallback?: (value: () => VNodeChild) => void;
333
+ }>, "onClick:confirm"> & {
329
334
  "onClick:confirm"?: (model: ColorSchema) => any;
330
- "onInit:actionButtons"?: (value: () => VNodeChild) => any;
331
335
  };
332
336
  };
333
337
  export default _default;
@@ -478,8 +478,8 @@ declare const _default: {
478
478
  "v-model"?: "background" | "primary" | "secondary" | "accent1" | ColorSchema | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | ColorSchemaTypes;
479
479
  toned?: boolean;
480
480
  placeholder?: string;
481
- defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
482
481
  enableDynamicColor?: boolean;
482
+ defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
483
483
  customSchema?: boolean;
484
484
  }>, "onUpdate:modelValue" | "onColor:enter" | "onColor:leave"> & {
485
485
  "onUpdate:modelValue"?: (colorSchemaType: ColorSchema | ColorSchemaTypes) => any;
@@ -2,4 +2,5 @@ export declare const FillPickerStyles: {
2
2
  viewWrapper: string;
3
3
  hoverCursor: string;
4
4
  selector: (dark: boolean) => string;
5
+ transparentBackground: string;
5
6
  };
@@ -1,8 +1,8 @@
1
- import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
1
+ import { DefineSlot } from "@omnia/fx/ux";
2
2
  import { ThemeContextType, FillDefinitionValue } from "@omnia/fx-models";
3
3
  import { VNodeChild } from "vue";
4
- export type ColorPickerType = "default" | "all" | "onBase" | "base";
5
- type FillPickerVariant = "dialog" | "editor" | "blade";
4
+ export type ColorPickerType = "default" | "colorSchema" | "onBase" | "base";
5
+ type FillPickerVariant = "dialog" | "editor" | "journey";
6
6
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
7
7
  "emit:update:modelValue": (value: FillDefinitionValue) => void;
8
8
  } & {
@@ -29,14 +29,15 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
29
29
  variant?: FillPickerVariant;
30
30
  } & {
31
31
  label?: string;
32
- } & DefineEmit<"init:actionButtons", (value: () => VNodeChild) => void> & DefineSlot<"activator", () => VNodeChild>> & {
32
+ } & {
33
+ toolbarCallback?: (value: () => VNodeChild) => void;
34
+ } & DefineSlot<"activator", () => VNodeChild>> & {
33
35
  "onUpdate:modelValue"?: (value: FillDefinitionValue) => any;
34
- "onInit:actionButtons"?: (value: () => VNodeChild) => any;
35
36
  } & {
36
37
  "v-slots"?: {
37
38
  activator?: () => VNodeChild;
38
39
  } & Omit<{
39
40
  default?: import("vue").Slot;
40
41
  }, "activator">;
41
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "variant" | "label" | "modelValue" | "v-model" | "toned" | "colorType" | "emit:update:modelValue" | "themeType" | "slot:activator" | "defaultColorSchemaType" | "enableDynamicColor" | "emit:init:actionButtons" | "singleColor" | "createNewColorDynamic"> & import("@omnia/fx/ux").VNodeEvents) => any;
42
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "variant" | "label" | "modelValue" | "v-model" | "toned" | "colorType" | "emit:update:modelValue" | "themeType" | "slot:activator" | "enableDynamicColor" | "toolbarCallback" | "defaultColorSchemaType" | "singleColor" | "createNewColorDynamic"> & import("@omnia/fx/ux").VNodeEvents) => any;
42
43
  export default _default;
@@ -1,4 +1,4 @@
1
- import { ColorSchemaType, ColorValue, FillDefinition, FillDefinitionValue, FilterPickerFilter } from "@omnia/fx-models";
1
+ import { ColorGradientValue, ColorSchemaType, ColorValue, FillDefinition, FillDefinitionValue, FilterPickerFilter, ThemeContextType } from "@omnia/fx-models";
2
2
  export declare enum ColorMode {
3
3
  colorOnly = "color",
4
4
  linearGradient = "linear",
@@ -7,8 +7,13 @@ export declare enum ColorMode {
7
7
  export declare const useFillPickerStore: () => {
8
8
  state: {
9
9
  internalModel: FillDefinition;
10
+ selection: {
11
+ colorValue: ColorGradientValue;
12
+ gradient: any[];
13
+ index: number;
14
+ isEditMode: boolean;
15
+ };
10
16
  colors: any[];
11
- selectedGradient: any[];
12
17
  colorMode: ColorMode;
13
18
  showSettings: boolean;
14
19
  fillOpacity: any;
@@ -16,14 +21,16 @@ export declare const useFillPickerStore: () => {
16
21
  radialGradient: number;
17
22
  };
18
23
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
19
- changeColor: (index: number, color: ColorValue) => void;
20
- addColor: (colorType: string, defaultColorSchemaType: ColorSchemaType, dynamicColor: boolean) => void;
24
+ updateColor: (index: number, color: ColorValue) => void;
25
+ editColor: (color: ColorGradientValue, index: any) => void;
26
+ addColor: (colorType: string, defaultColorSchemaType: ColorSchemaType, dynamicColor: boolean) => ColorGradientValue;
21
27
  removeColor: (index: number) => void;
22
28
  changeGradientMode: (newVal: any) => void;
23
- initState: (fill: FillDefinitionValue) => void;
29
+ initState: (fill: FillDefinitionValue, themeContextType: ThemeContextType) => void;
24
30
  }>;
25
31
  rules: {
26
32
  hasFillOneColor: () => boolean;
33
+ canShowGradientRange: () => boolean;
27
34
  };
28
35
  dataTypes: {
29
36
  gradients: FilterPickerFilter[];
@@ -1,5 +1,5 @@
1
1
  import { IIcon, IconBlueprint, ThemeContextType } from "@omnia/fx-models";
2
- import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
2
+ import { DefineSlot } from "@omnia/fx/ux";
3
3
  import { VNodeChild } from "vue";
4
4
  type EditorVariant = "default" | "dialog";
5
5
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
@@ -24,14 +24,15 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
24
24
  enableDynamicColor?: boolean;
25
25
  } & {
26
26
  label?: string;
27
- } & DefineEmit<"init:actionButtons", (value: () => VNodeChild) => void> & DefineSlot<"activator", () => VNodeChild>> & {
27
+ } & {
28
+ toolbarCallback?: (value: () => VNodeChild) => void;
29
+ } & DefineSlot<"activator", () => VNodeChild>> & {
28
30
  "onUpdate:modelValue"?: (value: IconBlueprint) => any;
29
- "onInit:actionButtons"?: (value: () => VNodeChild) => any;
30
31
  } & {
31
32
  "v-slots"?: {
32
33
  activator?: () => VNodeChild;
33
34
  } & Omit<{
34
35
  default?: import("vue").Slot;
35
36
  }, "activator">;
36
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "variant" | "label" | "modelValue" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "slot:activator" | "defaultColorSchemaType" | "enableDynamicColor" | "emit:init:actionButtons" | "simpleMode"> & import("@omnia/fx/ux").VNodeEvents) => any;
37
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "variant" | "label" | "modelValue" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "slot:activator" | "enableDynamicColor" | "toolbarCallback" | "defaultColorSchemaType" | "simpleMode"> & import("@omnia/fx/ux").VNodeEvents) => any;
37
38
  export default _default;
@@ -30,5 +30,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
30
30
  } & Omit<{
31
31
  default?: import("vue").Slot;
32
32
  }, "activator">;
33
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "variant" | "label" | "modelValue" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "slot:activator" | "defaultColorSchemaType" | "enableDynamicColor"> & import("@omnia/fx/ux").VNodeEvents) => any;
33
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "variant" | "label" | "modelValue" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "slot:activator" | "enableDynamicColor" | "defaultColorSchemaType"> & import("@omnia/fx/ux").VNodeEvents) => any;
34
34
  export default _default;
@@ -12,13 +12,14 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
12
12
  themeType?: ThemeContextType;
13
13
  } & {
14
14
  blueprintStrategy?: string;
15
- } & DefineEmit<"click:confirm", (value: TabsBlueprint) => void> & DefineEmit<"init:actionButtons", (value: () => VNodeChild) => void>> & {
15
+ } & {
16
+ toolbarCallback?: (value: () => VNodeChild) => void;
17
+ } & DefineEmit<"click:confirm", (value: TabsBlueprint) => void>> & {
16
18
  "onUpdate:modelValue"?: (value: InputBlueprint) => any;
17
19
  "onClick:confirm"?: (value: TabsBlueprint) => any;
18
- "onInit:actionButtons"?: (value: () => VNodeChild) => any;
19
20
  } & {
20
21
  "v-slots"?: {} & Omit<{
21
22
  default?: import("vue").Slot;
22
23
  }, never>;
23
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "modelValue" | "v-model" | "emit:update:modelValue" | "themeType" | "emit:click:confirm" | "emit:init:actionButtons" | "blueprintStrategy"> & import("@omnia/fx/ux").VNodeEvents) => any;
24
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "modelValue" | "v-model" | "emit:update:modelValue" | "themeType" | "emit:click:confirm" | "toolbarCallback" | "blueprintStrategy"> & import("@omnia/fx/ux").VNodeEvents) => any;
24
25
  export default _default;
@@ -13,15 +13,16 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
13
13
  themeType?: ThemeContextType;
14
14
  } & {
15
15
  variant?: EditorVariant;
16
- } & DefineEmit<"click:confirm", (value: TabsBlueprint) => void> & DefineEmit<"init:actionButtons", (value: () => VNodeChild) => void> & DefineSlot<"activator", () => VNodeChild>> & {
16
+ } & {
17
+ toolbarCallback?: (value: () => VNodeChild) => void;
18
+ } & DefineEmit<"click:confirm", (value: TabsBlueprint) => void> & DefineSlot<"activator", () => VNodeChild>> & {
17
19
  "onUpdate:modelValue"?: (value: TabsBlueprint) => any;
18
20
  "onClick:confirm"?: (value: TabsBlueprint) => any;
19
- "onInit:actionButtons"?: (value: () => VNodeChild) => any;
20
21
  } & {
21
22
  "v-slots"?: {
22
23
  activator?: () => VNodeChild;
23
24
  } & Omit<{
24
25
  default?: import("vue").Slot;
25
26
  }, "activator">;
26
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "modelValue" | "v-model" | "emit:update:modelValue" | "themeType" | "slot:activator" | "emit:click:confirm" | "emit:init:actionButtons"> & import("@omnia/fx/ux").VNodeEvents) => any;
27
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "modelValue" | "v-model" | "emit:update:modelValue" | "themeType" | "slot:activator" | "emit:click:confirm" | "toolbarCallback"> & import("@omnia/fx/ux").VNodeEvents) => any;
27
28
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import { TextBlueprint, ThemeContextType } from "@omnia/fx-models";
2
2
  import { DefineSlot } from "@omnia/fx/ux";
3
3
  import { VNodeChild } from "vue";
4
- type variant = "editor" | "picker" | "blade";
4
+ type variant = "editor" | "picker" | "journey";
5
5
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
6
6
  "emit:update:modelValue": (value: TextBlueprint) => void;
7
7
  } & {
@@ -32,5 +32,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
32
32
  } & Omit<{
33
33
  default?: import("vue").Slot;
34
34
  }, "activator">;
35
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "label" | "modelValue" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "slot:activator" | "customTyping" | "defaultColorSchemaType" | "enableDynamicColor" | "singleColor"> & import("@omnia/fx/ux").VNodeEvents) => any;
35
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "label" | "modelValue" | "v-model" | "toned" | "emit:update:modelValue" | "themeType" | "slot:activator" | "customTyping" | "enableDynamicColor" | "defaultColorSchemaType" | "singleColor"> & import("@omnia/fx/ux").VNodeEvents) => any;
36
36
  export default _default;
@@ -12,15 +12,16 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
12
12
  variant?: EditorVariant;
13
13
  } & {
14
14
  preview?: boolean;
15
- } & DefineEmit<"init:actionButtons", (value: () => VNodeChild) => void> & DefineEmit<"click:confirm", (value: ResolvedThemeDefinition) => void> & DefineSlot<"activator", () => VNodeChild>> & {
15
+ } & {
16
+ toolbarCallback?: (value: () => VNodeChild) => void;
17
+ } & DefineEmit<"click:confirm", (value: ResolvedThemeDefinition) => void> & DefineSlot<"activator", () => VNodeChild>> & {
16
18
  "onUpdate:modelValue"?: (value: ResolvedThemeDefinition) => any;
17
19
  "onClick:confirm"?: (value: ResolvedThemeDefinition) => any;
18
- "onInit:actionButtons"?: (value: () => VNodeChild) => any;
19
20
  } & {
20
21
  "v-slots"?: {
21
22
  activator?: () => VNodeChild;
22
23
  } & Omit<{
23
24
  default?: import("vue").Slot;
24
25
  }, "activator">;
25
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "preview" | "modelValue" | "v-model" | "emit:update:modelValue" | "slot:activator" | "emit:click:confirm" | "emit:init:actionButtons"> & import("@omnia/fx/ux").VNodeEvents) => any;
26
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "preview" | "modelValue" | "v-model" | "emit:update:modelValue" | "slot:activator" | "emit:click:confirm" | "toolbarCallback"> & import("@omnia/fx/ux").VNodeEvents) => any;
26
27
  export default _default;
@@ -8,6 +8,9 @@ declare const _default: {
8
8
  } & {
9
9
  activator?: () => VNodeChild;
10
10
  }>;
11
+ toolbarCallback: {
12
+ type: import("vue").PropType<(value: () => VNodeChild) => void>;
13
+ };
11
14
  sampleText: {
12
15
  type: import("vue").PropType<string>;
13
16
  };
@@ -85,10 +88,8 @@ declare const _default: {
85
88
  };
86
89
  }>> & {
87
90
  "onClick:confirm"?: (model: TypographyDefinition) => any;
88
- "onInit:actionButtons"?: (value: () => VNodeChild) => any;
89
91
  }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
90
92
  "click:confirm": (model: TypographyDefinition) => true;
91
- "init:actionButtons": (value: () => VNodeChild) => any;
92
93
  }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
93
94
  P: {};
94
95
  B: {};
@@ -102,6 +103,9 @@ declare const _default: {
102
103
  } & {
103
104
  activator?: () => VNodeChild;
104
105
  }>;
106
+ toolbarCallback: {
107
+ type: import("vue").PropType<(value: () => VNodeChild) => void>;
108
+ };
105
109
  sampleText: {
106
110
  type: import("vue").PropType<string>;
107
111
  };
@@ -179,7 +183,6 @@ declare const _default: {
179
183
  };
180
184
  }>> & {
181
185
  "onClick:confirm"?: (model: TypographyDefinition) => any;
182
- "onInit:actionButtons"?: (value: () => VNodeChild) => any;
183
186
  }, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
184
187
  __isFragment?: never;
185
188
  __isTeleport?: never;
@@ -190,6 +193,9 @@ declare const _default: {
190
193
  } & {
191
194
  activator?: () => VNodeChild;
192
195
  }>;
196
+ toolbarCallback: {
197
+ type: import("vue").PropType<(value: () => VNodeChild) => void>;
198
+ };
193
199
  sampleText: {
194
200
  type: import("vue").PropType<string>;
195
201
  };
@@ -267,10 +273,8 @@ declare const _default: {
267
273
  };
268
274
  }>> & {
269
275
  "onClick:confirm"?: (model: TypographyDefinition) => any;
270
- "onInit:actionButtons"?: (value: () => VNodeChild) => any;
271
276
  }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
272
277
  "click:confirm": (model: TypographyDefinition) => true;
273
- "init:actionButtons": (value: () => VNodeChild) => any;
274
278
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
275
279
  propsDefinition: Omit<Readonly<{} & {
276
280
  name?: {
@@ -345,9 +349,9 @@ declare const _default: {
345
349
  "onUpdate:modelValue"?: (value: TypographyDefinition) => any | void;
346
350
  "v-model"?: TypographyDefinition;
347
351
  sampleText?: string;
348
- }>, "onClick:confirm" | "onInit:actionButtons"> & {
352
+ toolbarCallback?: (value: () => VNodeChild) => void;
353
+ }>, "onClick:confirm"> & {
349
354
  "onClick:confirm"?: (model: TypographyDefinition) => any;
350
- "onInit:actionButtons"?: (value: () => VNodeChild) => any;
351
355
  };
352
356
  };
353
357
  export default _default;
@@ -1,6 +1,7 @@
1
1
  import { DefineSlot } from "@omnia/fx/ux";
2
2
  import { TextBlueprint, ThemeContextType, TypographyValue } from "@omnia/fx-models";
3
3
  import { VNode } from "vue";
4
+ import { PickerVariant } from "internal/fx/ux/oxide/picker/models/SharedSettings";
4
5
  export type TypographyPickerTypes = "default" | "title" | "text";
5
6
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
6
7
  "emit:update:modelValue": (value: TypographyValue) => void;
@@ -18,6 +19,8 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
18
19
  textBlueprint?: TextBlueprint;
19
20
  } & {
20
21
  toned?: boolean;
22
+ } & {
23
+ variant?: PickerVariant;
21
24
  } & {
22
25
  label?: string;
23
26
  } & {
@@ -32,5 +35,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
32
35
  } & Omit<{
33
36
  default?: import("vue").Slot;
34
37
  }, "activator">;
35
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "label" | "modelValue" | "v-model" | "toned" | "placeholder" | "emit:update:modelValue" | "themeType" | "slot:activator" | "textBlueprint" | "customTyping" | "sampleText"> & import("@omnia/fx/ux").VNodeEvents) => any;
38
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "variant" | "label" | "modelValue" | "v-model" | "toned" | "placeholder" | "emit:update:modelValue" | "themeType" | "slot:activator" | "textBlueprint" | "customTyping" | "sampleText"> & import("@omnia/fx/ux").VNodeEvents) => any;
36
39
  export default _default;
@@ -1,5 +1,6 @@
1
1
  import { DefineEmit } from "@omnia/fx/ux";
2
2
  import { guid } from "@omnia/fx-models";
3
+ import { FeatureFilters } from "./blades/FeatureHomeBlade";
3
4
  export interface VDataGridHeader {
4
5
  sortable: boolean;
5
6
  text: string;
@@ -17,6 +18,8 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
17
18
  idTeleport?: guid;
18
19
  } & {
19
20
  targetResolverType?: string;
21
+ } & {
22
+ featureFilters?: FeatureFilters;
20
23
  } & DefineEmit<"handleFeatureAction", (action: string, featureId: guid) => true> & DefineEmit<"openConsentUrl", () => void> & DefineEmit<"travelToProperties", () => void>> & {
21
24
  onHandleFeatureAction?: (action: string, featureId: guid) => any;
22
25
  onOpenConsentUrl?: () => any;
@@ -25,5 +28,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
25
28
  "v-slots"?: {} & Omit<{
26
29
  default?: import("vue").Slot;
27
30
  }, never>;
28
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appInstanceId" | "targetResolverType" | "idTeleport" | "emit:handleFeatureAction" | "emit:openConsentUrl" | "emit:travelToProperties"> & import("@omnia/fx/ux").VNodeEvents) => any;
31
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appInstanceId" | "targetResolverType" | "idTeleport" | "featureFilters" | "emit:handleFeatureAction" | "emit:openConsentUrl" | "emit:travelToProperties"> & import("@omnia/fx/ux").VNodeEvents) => any;
29
32
  export default _default;
@@ -1,5 +1,13 @@
1
1
  import { DefineEmit } from "@omnia/fx/ux";
2
2
  import { guid } from "../../../models";
3
+ export interface FeatureFilters {
4
+ type?: string;
5
+ status?: StatusFilter;
6
+ }
7
+ interface StatusFilter {
8
+ key: string;
9
+ value?: number;
10
+ }
3
11
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
4
12
  appInstanceId?: guid;
5
13
  } & {
@@ -41,5 +41,7 @@ export declare namespace FeaturesLocalization {
41
41
  ConsentLinkWaitingMessage: string;
42
42
  InstructingRevisitAzureAdPermissionsSettings: string;
43
43
  ErrorMissingAdPermissions: string;
44
+ FilterStatus: string;
45
+ FilterType: string;
44
46
  }
45
47
  }
@@ -1,3 +1,4 @@
1
+ import { ActionDefinition } from "@omnia/fx-models";
1
2
  export interface FeatureActionOutput {
2
- renderActions: (handleConsentUrl: () => void) => JSX.Element;
3
+ renderActions: (handleConsentUrl: () => void) => ActionDefinition[];
3
4
  }
@@ -19,5 +19,9 @@ export declare function defineBlade<TRoute extends JourneyBladeRoute = {}>(blade
19
19
  value: T;
20
20
  setValue: (value: T) => void;
21
21
  };
22
+ defineValueToFilter<T>(value?: T): {
23
+ filterValues: T;
24
+ setFilterValues: (value: T) => void;
25
+ };
22
26
  };
23
27
  export {};
@@ -8,3 +8,6 @@ declare const _default: {
8
8
  fullScreenWrapper: string;
9
9
  };
10
10
  export default _default;
11
+ export declare const JourneyBladeStylex: {
12
+ filterJourneyWrapper: (mobile: any, height: string) => Readonly<import("@omnia/fx/ux").StylexValue>;
13
+ };
@@ -1,4 +1,4 @@
1
- import { guid, IIcon } from "@omnia/fx-models";
1
+ import { ActionDefinition, guid, IIcon } from "@omnia/fx-models";
2
2
  import { BladeContext, BladeContexts, BladeSizeTypes, BladeVariantTypes, ConfirmDialogOptions, DefineEmit, DefineProp, DefineSlot, useJourneyStore } from "@omnia/fx/ux";
3
3
  import { Ref, VNodeChild } from "vue";
4
4
  export interface SwitchValue {
@@ -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<"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<"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<"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> & 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<"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<"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<"click:manageList", () => true>;
15
15
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<JourneyBladeProps> & {
16
16
  "onClick:cancel"?: (id: guid) => any;
17
17
  "onClick:confirm"?: () => any;
@@ -20,13 +20,15 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<JourneyBlade
20
20
  "onClick:create"?: (id: guid) => any;
21
21
  "onClick:add"?: (id: guid) => any;
22
22
  "onClick:settings"?: (id: guid) => any;
23
+ onChangeFilter?: () => any;
23
24
  "onClick:manageList"?: () => any;
24
25
  } & {
25
26
  "v-slots"?: {
26
27
  actions?: () => VNodeChild;
27
28
  actionsFooter?: () => VNodeChild;
29
+ filter?: () => VNodeChild;
28
30
  } & Omit<{
29
31
  default?: import("vue").Slot;
30
- }, "actions" | "actionsFooter">;
31
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "switch" | "icon" | "variant" | "size" | "add" | "id" | "delete" | "disabled" | "eager" | "settings" | "loading" | "create" | "remove" | "slot:actions" | "ok" | "save" | "toned" | "subTitle" | "emit:click:cancel" | "emit:click:confirm" | "getApi" | "searchable" | "manageList" | "bladeContext" | "onOk" | "onRemove" | "onSave" | "onDelete" | "onSwitch" | "confirmDeleteDialogOption" | "disabledButtonTooltips" | "sizeOnMobile" | "slot:actionsFooter" | "emit:click:create" | "emit:click:add" | "emit:click:back" | "emit:click:settings" | "emit:search" | "emit:click:manageList"> & import("@omnia/fx/ux").VNodeEvents) => any;
32
+ }, "filter" | "actions" | "actionsFooter">;
33
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "switch" | "icon" | "actions" | "variant" | "size" | "add" | "id" | "delete" | "disabled" | "eager" | "settings" | "loading" | "create" | "remove" | "slot:actions" | "ok" | "save" | "toned" | "subTitle" | "emit:click:cancel" | "emit:click:confirm" | "slot:filter" | "getApi" | "searchable" | "manageList" | "bladeContext" | "onOk" | "onRemove" | "onSave" | "onDelete" | "onSwitch" | "confirmDeleteDialogOption" | "disabledButtonTooltips" | "sizeOnMobile" | "slot:actionsFooter" | "emit:click:create" | "emit:click:add" | "emit:click:back" | "emit:click:settings" | "emit:search" | "emit:changeFilter" | "emit:click:manageList"> & import("@omnia/fx/ux").VNodeEvents) => any;
32
34
  export default _default;
@@ -0,0 +1,21 @@
1
+ import { VNodeChild } from "vue";
2
+ import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
3
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
4
+ "emit:update:modelValue": (value: boolean) => void;
5
+ } & {
6
+ "v-model"?: boolean;
7
+ } & {
8
+ modelValue?: boolean;
9
+ } & DefineSlot<"filter", () => VNodeChild> & {
10
+ attach?: string;
11
+ } & DefineEmit<"applyFilter", () => true>> & {
12
+ "onUpdate:modelValue"?: (value: boolean) => any;
13
+ onApplyFilter?: () => any;
14
+ } & {
15
+ "v-slots"?: {
16
+ filter?: () => VNodeChild;
17
+ } & Omit<{
18
+ default?: import("vue").Slot;
19
+ }, "filter">;
20
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "modelValue" | "attach" | "v-model" | "emit:update:modelValue" | "slot:filter" | "emit:applyFilter"> & import("@omnia/fx/ux").VNodeEvents) => any;
21
+ export default _default;
@@ -5,6 +5,6 @@ export interface BladeInstance {
5
5
  size: BladeSizeTypes;
6
6
  visible?: boolean;
7
7
  active?: boolean;
8
- stacked?: boolean;
9
8
  disabledSaveButton?: boolean;
9
+ changeFilter?: () => void;
10
10
  }
@@ -1,6 +1,6 @@
1
1
  import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot, DefineVModel, JourneySelectItem, JourneySelectPropertyMapping, useJourneySelectStore } from "@omnia/fx/ux";
2
2
  import { VNodeChild } from "vue";
3
- type BaseProps<TItem> = DefinePropTheming & DefineVModel<"", Array<any> | any> & DefineProp<"getApi", (store: ReturnType<typeof useJourneySelectStore>) => void, false, null, "callback to get a reference to the store"> & DefineProp<"items", Array<TItem>, false, null, "Items to select from"> & DefineProp<"toned", boolean, false, null, "Sets the component to toned"> & DefineProp<"multiple", boolean, false, null, "If it is allowed to select multiple or single"> & DefineProp<"propertyValueMapping", JourneySelectPropertyMapping, false, null, "Property value mappings"> & DefineProp<"returnSelectionAsObject", boolean, false, null, "Changes the selection behavior to return the object directly rather than the value specified with item-value"> & DefineProp<"label", string, null, null, "The label of the component"> & DefineProp<"labelAdd", string, null, null, "The add label of the component"> & DefineProp<"disableSearch", boolean, false, null, "Disables the automatic search"> & DefineProp<"disableSave", boolean, false, null, "If it is allowed save"> & DefineProp<"sortable", boolean, false, null, "If it is allowed to sort"> & DefineProp<"readonly", boolean, false, null, "Disable add and delete"> & DefineProp<"list", boolean, false, null, "Always render the items as a list"> & DefineProp<"confirmDelete", boolean, false, null, "If you confirm before delete from the items"> & DefineProp<"noAddConfirm", boolean, false, null, "If items are added without a save button"> & DefineProp<"bladeless", boolean, false, null, "If add/edit is not a blade and only fires events"> & DefineSlot<"selectionItemRender", (item: JourneySelectItem<any>, index: number, isSelected: boolean) => VNodeChild> & DefineSlot<"selectionRender", () => VNodeChild> & DefineSlot<"selectedItemRenderer", (item: JourneySelectItem<any>, index: number) => VNodeChild> & DefineSlot<"settingsRender", (item: any, index: number) => VNodeChild> & DefineEmit<"showAdd", () => true> & DefineEmit<"showEdit", (item: TItem) => true> & DefineEmit<"search", (searchText: string) => true> & DefineEmit<"click:clear", () => true> & DefineEmit<"click:add", (item: Array<TItem> | TItem) => true> & DefineEmit<"click:update", (item: TItem, index: number) => true> & DefineEmit<"click:delete", (item: TItem, index: number) => true>;
3
+ type BaseProps<TItem> = DefinePropTheming & DefineVModel<"", Array<any> | any> & DefineProp<"getApi", (store: ReturnType<typeof useJourneySelectStore>) => void, false, null, "callback to get a reference to the store"> & DefineProp<"items", Array<TItem>, false, null, "Items to select from"> & DefineProp<"toned", boolean, false, null, "Sets the component to toned"> & DefineProp<"multiple", boolean, false, null, "If it is allowed to select multiple or single"> & DefineProp<"propertyValueMapping", JourneySelectPropertyMapping, false, null, "Property value mappings"> & DefineProp<"returnSelectionAsObject", boolean, false, null, "Changes the selection behavior to return the object directly rather than the value specified with item-value"> & DefineProp<"label", string, null, null, "The label of the component"> & DefineProp<"labelAdd", string, null, null, "The add label of the component"> & DefineProp<"titleAdd", string, null, null, "The add title of the add blade"> & DefineProp<"titleEdit", string, null, null, "The edit title of the edit blade"> & DefineProp<"disableSearch", boolean, false, null, "Disables the automatic search"> & DefineProp<"disableSave", boolean, false, null, "If it is allowed save"> & DefineProp<"sortable", boolean, false, null, "If it is allowed to sort"> & DefineProp<"readonly", boolean, false, null, "Disable add and delete"> & DefineProp<"list", boolean, false, null, "Always render the items as a list"> & DefineProp<"confirmDelete", boolean, false, null, "If you confirm before delete from the items"> & DefineProp<"noAddConfirm", boolean, false, null, "If items are added without a save button"> & DefineProp<"bladeless", boolean, false, null, "If add/edit is not a blade and only fires events"> & DefineSlot<"selectionItemRender", (item: JourneySelectItem<any>, index: number, isSelected: boolean) => VNodeChild> & DefineSlot<"selectionRender", () => VNodeChild> & DefineSlot<"selectedItemRenderer", (item: JourneySelectItem<any>, index: number) => VNodeChild> & DefineSlot<"settingsRender", (item: any, index: number) => VNodeChild> & DefineSlot<"actions", () => VNodeChild> & DefineEmit<"showAdd", () => true> & DefineEmit<"showEdit", (item: TItem, index: number) => true> & DefineEmit<"search", (searchText: string) => true> & DefineEmit<"click:clear", () => true> & DefineEmit<"click:add", (item: Array<TItem> | TItem) => true> & DefineEmit<"click:update", (item: TItem, index: number) => true> & DefineEmit<"click:delete", (item: TItem, index: number) => true>;
4
4
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<BaseProps<any>> & {
5
5
  "onUpdate:modelValue"?: (value: any) => any;
6
6
  "onClick:clear"?: () => any;
@@ -8,7 +8,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<BaseProps<an
8
8
  "onClick:add"?: (item: any) => any;
9
9
  "onClick:delete"?: (item: any, index: number) => any;
10
10
  onShowAdd?: () => any;
11
- onShowEdit?: (item: any) => any;
11
+ onShowEdit?: (item: any, index: number) => any;
12
12
  "onClick:update"?: (item: any, index: number) => any;
13
13
  } & {
14
14
  "v-slots"?: {
@@ -16,8 +16,9 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<BaseProps<an
16
16
  selectionRender?: () => VNodeChild;
17
17
  selectedItemRenderer?: (item: JourneySelectItem<any>, index: number) => VNodeChild;
18
18
  settingsRender?: (item: any, index: number) => VNodeChild;
19
+ actions?: () => VNodeChild;
19
20
  } & Omit<{
20
21
  default?: import("vue").Slot;
21
- }, "selectionItemRender" | "selectionRender" | "selectedItemRenderer" | "settingsRender">;
22
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "list" | "multiple" | "colorSchemaType" | "modelValue" | "items" | "readonly" | "colors" | "v-model" | "toned" | "emit:update:modelValue" | "getApi" | "emit:click:add" | "emit:search" | "emit:click:clear" | "emit:click:delete" | "sortable" | "disableSave" | "propertyValueMapping" | "returnSelectionAsObject" | "labelAdd" | "disableSearch" | "confirmDelete" | "noAddConfirm" | "bladeless" | "slot:selectionItemRender" | "slot:selectionRender" | "slot:selectedItemRenderer" | "slot:settingsRender" | "emit:showAdd" | "emit:showEdit" | "emit:click:update"> & import("@omnia/fx/ux").VNodeEvents) => any;
22
+ }, "actions" | "selectionItemRender" | "selectionRender" | "selectedItemRenderer" | "settingsRender">;
23
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "list" | "multiple" | "colorSchemaType" | "modelValue" | "items" | "readonly" | "slot:actions" | "colors" | "v-model" | "toned" | "emit:update:modelValue" | "getApi" | "emit:click:add" | "emit:search" | "emit:click:clear" | "emit:click:delete" | "sortable" | "disableSave" | "propertyValueMapping" | "returnSelectionAsObject" | "labelAdd" | "titleAdd" | "titleEdit" | "disableSearch" | "confirmDelete" | "noAddConfirm" | "bladeless" | "slot:selectionItemRender" | "slot:selectionRender" | "slot:selectedItemRenderer" | "slot:settingsRender" | "emit:showAdd" | "emit:showEdit" | "emit:click:update"> & import("@omnia/fx/ux").VNodeEvents) => any;
23
24
  export default _default;