@omnia/fx 8.0.406-dev → 8.0.407-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 (35) hide show
  1. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +1 -2
  2. package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +1 -0
  3. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementConstants.d.ts +1 -0
  4. package/internal-do-not-import-from-here/ux/admin/usermanagement/synchronization/SyncOmniaSearchBlade.d.ts +6 -0
  5. package/internal-do-not-import-from-here/ux/analytics/metric/Metric.d.ts +1 -1
  6. package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/store/TypographyEditorStore.d.ts +19 -15
  7. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/store/TextStylePickerStore.d.ts +0 -5
  8. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.css.d.ts +3 -0
  9. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +1 -1
  10. package/internal-do-not-import-from-here/ux/aurora/components/typography/store/TextStyleEditorStore.d.ts +1 -0
  11. package/internal-do-not-import-from-here/ux/aurora/components/typography/store/TypographyViewerStore.d.ts +4 -3
  12. package/internal-do-not-import-from-here/ux/identities/components/settings/AzureAdSyncProviderSettings.d.ts +2 -2
  13. package/internal-do-not-import-from-here/ux/identities/components/shared/BladeIds.d.ts +2 -0
  14. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncAddCondition.d.ts +29 -0
  15. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncAddValueCondition.d.ts +18 -0
  16. package/internal-do-not-import-from-here/ux/identities/loc/Localize.d.ts +34 -0
  17. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/journey/journeyfilter/JourneyFilterDialog.d.ts +2 -2
  19. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +12 -3
  20. package/internal-do-not-import-from-here/ux/journey/stores/JourneySelectStore.d.ts +19 -3
  21. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +6 -0
  22. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/Handler.d.ts +3 -0
  23. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/UnsplashProvider.d.ts +5 -15
  24. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/services/UnsplashImageService.d.ts +7 -1
  25. package/internal-do-not-import-from-here/ux/oxide/calendar/Calendar.d.ts +2 -2
  26. package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +1 -1
  27. package/internal-do-not-import-from-here/ux/oxide/selection/Selection.d.ts +3 -2
  28. package/internal-do-not-import-from-here/ux/oxide/speeddial/SpeedDial.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/vuetify/VuetifyCore.d.ts +3 -2
  31. package/internal-do-not-import-from-here/wctypings.d.ts +8 -0
  32. package/package.json +3 -3
  33. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/blades/{EditDefinitionBlade.d.ts → EditTextStyleBlade.d.ts} +0 -0
  34. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/blades/{EditStylesBlade.d.ts → EditTextStylesBlade.d.ts} +0 -0
  35. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/blades/{EditTypeScaleBlade.d.ts → ViewTypeScaleBlade.d.ts} +0 -0
@@ -69,11 +69,10 @@ type VuetifySlots<T> = {
69
69
  type VuetifyValue<T> = T extends {
70
70
  value?: any;
71
71
  } ? T["value"] : T;
72
- import { VIcon, VTooltip, VTextarea, VSwitch, VRadioGroup, VLazy, VForm, VTextField, VBtn, VBtnToggle, VBtnGroup, VNavigationDrawer, VList, VListItem, VListGroup, VListImg, VListItemAction, VListItemTitle, VListItemSubtitle, VListItemMedia, VListSubheader, VDialog, VDialogBottomTransition, VDialogTopTransition, VDialogTransition, VCard, VCardActions, VCardItem, VCardSubtitle, VCardText, VCardTitle, VExpansionPanels, VExpansionPanel, VExpansionPanelText, VExpansionPanelTitle, VAutocomplete, VMenu, VTable, VCheckbox, VCheckboxBtn, VVirtualScroll, VChip, VSelect, VBadge, VCol, VPagination, VRating, VRangeSlider, VSnackbar, VRadio, VSlideGroup, VSlideGroupItem, VStepper, VStepperHeader, VStepperWindow, VStepperActions, VStepperWindowItem, VStepperItem, VTabs, VTab, VBreadcrumbs, VHover, VImg, VDataTable, VDataTableRow, VDataTableRows, VDataTableVirtual, VDataTableServer, VInfiniteScroll, VDatePicker, VFab, VSpeedDial } from "vuetify/components";
72
+ import { VIcon, VTooltip, VTextarea, VSwitch, VRadioGroup, VLazy, VForm, VTextField, VBtn, VBtnToggle, VBtnGroup, VNavigationDrawer, VList, VListItem, VListGroup, VListImg, VListItemAction, VListItemTitle, VListItemSubtitle, VListItemMedia, VListSubheader, VDialog, VDialogBottomTransition, VDialogTopTransition, VDialogTransition, VCard, VCardActions, VCardItem, VCardSubtitle, VCardText, VCardTitle, VExpansionPanels, VExpansionPanel, VExpansionPanelText, VExpansionPanelTitle, VAutocomplete, VMenu, VTable, VCheckbox, VCheckboxBtn, VVirtualScroll, VChip, VSelect, VBadge, VCol, VPagination, VRating, VRangeSlider, VSnackbar, VRadio, VSlideGroup, VSlideGroupItem, VStepper, VStepperHeader, VStepperWindow, VStepperActions, VStepperWindowItem, VStepperItem, VTabs, VTab, VBreadcrumbs, VHover, VImg, VDataTable, VDataTableRow, VDataTableRows, VDataTableVirtual, VDataTableServer, VInfiniteScroll, VDatePicker, VFab, VSpeedDial, VNumberInput } from "vuetify/components";
73
73
  import { Intersect } from "vuetify/directives";
74
74
  import { VCalendar } from "vuetify/labs/VCalendar";
75
75
  import { VTimePicker } from "vuetify/labs/VTimePicker";
76
- import { VNumberInput } from "vuetify/labs/VNumberInput";
77
76
  import { VTreeview } from "vuetify/labs/VTreeview";
78
77
  export interface VDataTableProps extends VuetifyProps<Pick<VDataTable, "$props">> {
79
78
  }
@@ -229,6 +229,7 @@ export declare namespace UserManagementLocalization {
229
229
  LastRun: string;
230
230
  TimeToComplete: string;
231
231
  Settings: string;
232
+ OmniaSearch: string;
232
233
  RunFullSync: {
233
234
  StartButton: string;
234
235
  ConfirmTitle: string;
@@ -57,6 +57,7 @@ export declare const UserManagementBladeIds: {
57
57
  log: guid;
58
58
  omniaSearchUserLogs: guid;
59
59
  omniaSearchUserLogDetail: guid;
60
+ omniaSearch: guid;
60
61
  };
61
62
  authentication: {
62
63
  settings: guid;
@@ -0,0 +1,6 @@
1
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{}> & {} & {
2
+ "v-slots"?: {} & Omit<{
3
+ default?: import("vue").Slot;
4
+ }, never>;
5
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never> & import("@omnia/fx/ux").VNodeEvents) => any;
6
+ export default _default;
@@ -7,5 +7,5 @@ declare const _default: (props: import("../..").ExtractProps<MetricProps> & {
7
7
  "v-slots"?: {} & Omit<{
8
8
  default?: import("vue").Slot;
9
9
  }, never>;
10
- } & {} & Omit<import("../..").VueComponentBaseProps, "title" | "icon" | "description" | "metricInfo" | "iconColor" | "emit:click"> & import("../..").VNodeEvents) => any;
10
+ } & {} & Omit<import("../..").VueComponentBaseProps, "title" | "icon" | "iconColor" | "description" | "metricInfo" | "emit:click"> & import("../..").VNodeEvents) => any;
11
11
  export default _default;
@@ -8,17 +8,17 @@ export interface BreakpointItem {
8
8
  type StyleVariant = "system-styles" | "custom-styles" | "type-scale";
9
9
  export declare const useTypographyEditorStore: () => {
10
10
  state: {
11
- blueprintRegistration: ITemplateRegistration<TypographyBlueprint>;
12
- availableFonts: ITemplateRegistration<IFontBlueprints>;
11
+ blueprintRegistration: ITemplateRegistration<TypographyBlueprint, import("@omnia/fx-models").TemplateRegistrationType>;
12
+ availableFonts: ITemplateRegistration<IFontBlueprints, import("@omnia/fx-models").TemplateRegistrationType>;
13
13
  blueprint: TypographyBlueprint;
14
14
  editMode: boolean;
15
15
  editing: {
16
- type: TextStyleType;
16
+ type: "display" | "headline" | "title" | "text" | "label" | "variants";
17
17
  styleVariant: StyleVariant;
18
18
  };
19
19
  selected: {
20
20
  textStyle: {
21
- type: TextStyleType;
21
+ type: "display" | "headline" | "title" | "text" | "label" | "variants";
22
22
  size: TextStyleSizes;
23
23
  definition: TextStyleDefinition;
24
24
  };
@@ -26,17 +26,17 @@ export declare const useTypographyEditorStore: () => {
26
26
  };
27
27
  };
28
28
  events: import("@omnia/fx/stores").StoreEvents<{
29
- blueprintRegistration: ITemplateRegistration<TypographyBlueprint>;
30
- availableFonts: ITemplateRegistration<IFontBlueprints>;
29
+ blueprintRegistration: ITemplateRegistration<TypographyBlueprint, import("@omnia/fx-models").TemplateRegistrationType>;
30
+ availableFonts: ITemplateRegistration<IFontBlueprints, import("@omnia/fx-models").TemplateRegistrationType>;
31
31
  blueprint: TypographyBlueprint;
32
32
  editMode: boolean;
33
33
  editing: {
34
- type: TextStyleType;
34
+ type: "display" | "headline" | "title" | "text" | "label" | "variants";
35
35
  styleVariant: StyleVariant;
36
36
  };
37
37
  selected: {
38
38
  textStyle: {
39
- type: TextStyleType;
39
+ type: "display" | "headline" | "title" | "text" | "label" | "variants";
40
40
  size: TextStyleSizes;
41
41
  definition: TextStyleDefinition;
42
42
  };
@@ -73,7 +73,6 @@ export declare const useTypographyEditorStore: () => {
73
73
  blueprints(): {
74
74
  edit(blueprints: ITemplateRegistration<TypographyBlueprint>): void;
75
75
  add(): void;
76
- copy(blueprint: TypographyBlueprint): void;
77
76
  };
78
77
  font(): {
79
78
  set: {
@@ -141,16 +140,21 @@ export declare const useTypographyEditorStore: () => {
141
140
  };
142
141
  bladeId: {
143
142
  startBlade: guid;
144
- editTypographyBlade: guid;
145
- editTypeScaleBlade: guid;
146
- editStylesBlade: guid;
147
- editScaleBlade: guid;
148
- settingsBlade: guid;
149
- breakpointBlade: guid;
143
+ edit: {
144
+ typography: guid;
145
+ textStyles: guid;
146
+ textStyle: guid;
147
+ };
148
+ scale: {
149
+ edit: guid;
150
+ view: guid;
151
+ };
152
+ breakpointSelect: guid;
150
153
  };
151
154
  rules: {
152
155
  breakpoint: {
153
156
  readonly showStatus: boolean;
157
+ hasActiveScale: (size: TextStyleBreakpointType) => boolean;
154
158
  isActive: (size: TextStyleBreakpointType) => boolean;
155
159
  readonly showEnableDisable: boolean;
156
160
  readonly isEnabled: boolean;
@@ -24,11 +24,6 @@ export declare const useTextStylePickerStore: () => {
24
24
  isSelected: (textStyle: textStyle) => boolean;
25
25
  showTextStyle: (textStyle: ThemedTextStyleValue) => boolean;
26
26
  };
27
- dataTypes: {
28
- titleStyles: ThemedTextStyleValue[];
29
- textStyles: ThemedTextStyleValue[];
30
- variantStyles: ThemedTextStyleValue[];
31
- };
32
27
  } & {
33
28
  dispose?: () => void;
34
29
  };
@@ -1,5 +1,8 @@
1
1
  import { useColorSchemaStore } from "@omnia/fx/ux";
2
2
  export declare const TypographyViewerStyles: {
3
+ selectedPlaceholder: (dark: boolean) => string;
4
+ selected: (color: string, onBase: string) => string;
5
+ colorPreview: (hoverColor: string) => string;
3
6
  textItem: (selected: boolean, colors: ReturnType<typeof useColorSchemaStore>) => string;
4
7
  textItemPicker: (selected: boolean, colors: ReturnType<typeof useColorSchemaStore>) => string;
5
8
  };
@@ -1,7 +1,7 @@
1
1
  import { ThemeContextType, TypographyBlueprint, TextStyleSizes, TextStyleType, TextStyleBreakpointType } from "@omnia/fx-models";
2
2
  import { DefineEmit } from "@omnia/fx/ux";
3
3
  import { ViewTypes } from "./store/TypographyViewerStore";
4
- type Variant = "list" | "picker";
4
+ type Variant = "list" | "picker" | "list-preview";
5
5
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
6
6
  blueprint?: TypographyBlueprint;
7
7
  } & {
@@ -68,6 +68,7 @@ export declare const useTextStyleEditorStore: () => {
68
68
  rules: {
69
69
  readonly isEnabled: boolean;
70
70
  show: {
71
+ readonly commonSettings: boolean;
71
72
  readonly enableDisableSwitch: boolean;
72
73
  readonly name: boolean;
73
74
  readonly ItalicSettings: boolean;
@@ -25,9 +25,10 @@ export declare const useTypographyViewerStore: () => {
25
25
  lineHeight: (definition: TextStyleDefinition) => number;
26
26
  };
27
27
  };
28
- textStyleName: (textStyle: TextStyleType, size: TextStyleSizes) => string;
28
+ displayIcon: (textStyleType: TextStyleType) => import("@omnia/fx-models").FontAwesomeIcon;
29
+ textStyleName: (textStyle: TextStyleType, size: TextStyleSizes) => any;
29
30
  fontSizeDisplayFormat: (fontCss: string) => string;
30
- sampleText: (typography: TextStyleType, size: TextStyleSizes) => string;
31
+ sampleText: (typography: TextStyleType, size: TextStyleSizes) => any;
31
32
  typeStyling: (textStyleTpe: TextStyleType, size: TextStyleSizes) => any;
32
33
  };
33
34
  rules: {
@@ -43,7 +44,7 @@ export declare const useTypographyViewerStore: () => {
43
44
  variants: {
44
45
  isPlaceholder: (size: string) => boolean;
45
46
  };
46
- canStyleBeDisplayed: (textStyleType: TextStyleType, size: TextStyleSizes, isVariants: boolean) => boolean;
47
+ canStyleBeDisplayed: (textStyleType: TextStyleType, size: TextStyleSizes) => boolean;
47
48
  };
48
49
  } & {
49
50
  dispose?: () => void;
@@ -1,6 +1,6 @@
1
- export declare const AzureAdSyncProviderSettings: (props: import("../../..").ExtractProps<Record<string, any>> & {} & {
1
+ export declare const AzureAdSyncProviderSettings: (props: import("../../..").ExtractProps<{}> & {} & {
2
2
  "v-slots"?: {} & Omit<{
3
3
  default?: import("vue").Slot;
4
4
  }, never>;
5
- } & {} & Omit<import("../../..").VueComponentBaseProps, string> & import("../../..").VNodeEvents) => any;
5
+ } & {} & Omit<import("../../..").VueComponentBaseProps, never> & import("../../..").VNodeEvents) => any;
6
6
  export declare function renderAzureAdSyncProviderSettings(): import("vue/jsx-runtime").JSX.Element;
@@ -4,4 +4,6 @@ export declare const BladeIds: {
4
4
  IdentityPropertyMapping: guid;
5
5
  IdentityRuleSetup: guid;
6
6
  SyncRules: guid;
7
+ IdentitySyncAddCondition: guid;
8
+ IdentitySyncAddValueCondition: guid;
7
9
  };
@@ -0,0 +1,29 @@
1
+ import { EvaluationSet, guid, IdentityProviderProperty } from "@omnia/fx/models";
2
+ import { DefineEmit } from "@omnia/fx/ux";
3
+ export interface EvaluationSetClient extends EvaluationSet {
4
+ clientId: guid;
5
+ clientNewRuleValue: string;
6
+ }
7
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
8
+ "emit:update:modelValue": (value: EvaluationSetClient) => void;
9
+ } & {
10
+ "v-model"?: EvaluationSetClient;
11
+ } & {
12
+ modelValue?: EvaluationSetClient;
13
+ } & {
14
+ isEdit: boolean;
15
+ } & {
16
+ getSyncPropertiesApi: () => Promise<IdentityProviderProperty[]>;
17
+ } & {
18
+ getSyncPropertyDisplayName: (property: IdentityProviderProperty) => string;
19
+ } & DefineEmit<"add", (set: EvaluationSetClient) => void> & DefineEmit<"update", (set: EvaluationSetClient) => void> & DefineEmit<"remove", (set: EvaluationSetClient) => void>> & {
20
+ onUpdate?: (set: EvaluationSetClient) => any;
21
+ "onUpdate:modelValue"?: (value: EvaluationSetClient) => any;
22
+ onRemove?: (set: EvaluationSetClient) => any;
23
+ onAdd?: (set: EvaluationSetClient) => any;
24
+ } & {
25
+ "v-slots"?: {} & Omit<{
26
+ default?: import("vue").Slot;
27
+ }, never>;
28
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "modelValue" | "v-model" | "emit:update:modelValue" | "isEdit" | "getSyncPropertiesApi" | "getSyncPropertyDisplayName" | "emit:add" | "emit:update" | "emit:remove"> & import("@omnia/fx/ux").VNodeEvents) => any;
29
+ export default _default;
@@ -0,0 +1,18 @@
1
+ import { DefineEmit } from "@omnia/fx/ux";
2
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
+ "emit:update:modelValue": (value: string) => void;
4
+ } & {
5
+ "v-model"?: string;
6
+ } & {
7
+ modelValue?: string;
8
+ } & {
9
+ isEdit: boolean;
10
+ } & DefineEmit<"add", (value: string) => void>> & {
11
+ "onUpdate:modelValue"?: (value: string) => any;
12
+ onAdd?: (value: string) => any;
13
+ } & {
14
+ "v-slots"?: {} & Omit<{
15
+ default?: import("vue").Slot;
16
+ }, never>;
17
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "modelValue" | "v-model" | "emit:update:modelValue" | "isEdit" | "emit:add"> & import("@omnia/fx/ux").VNodeEvents) => any;
18
+ export default _default;
@@ -7,6 +7,20 @@ export declare namespace IdentitiesLocalization {
7
7
  Description: string;
8
8
  SyncPropertyBindingSetupTitle: string;
9
9
  SyncRuleSetupTitle: string;
10
+ LastRun: string;
11
+ TimeToComplete: string;
12
+ NextScheduledRun: string;
13
+ RunFullSync: {
14
+ StartButton: string;
15
+ ConfirmTitle: string;
16
+ ConfirmMessage: string;
17
+ };
18
+ RunFullUserSync: {
19
+ StartButton: string;
20
+ ConfirmTitle: string;
21
+ ConfirmMessage: string;
22
+ };
23
+ InfoAtUserTypeAssignment: string;
10
24
  };
11
25
  };
12
26
  PropertySyncBinding: {
@@ -22,6 +36,26 @@ export declare namespace IdentitiesLocalization {
22
36
  ErrorNoRules: string;
23
37
  EmptyRuleValue: string;
24
38
  };
39
+ Status: {
40
+ Title: string;
41
+ Idle: string;
42
+ Running: string;
43
+ Paused: string;
44
+ Cancelled: string;
45
+ Error: string;
46
+ Success: string;
47
+ NoChange: string;
48
+ };
49
+ Identity: {
50
+ AddValue: string;
51
+ AddCondition: string;
52
+ TextProperty: string;
53
+ TextEquals: string;
54
+ TextValue: string;
55
+ TextMapping: string;
56
+ MicrosoftGraphProperty: string;
57
+ UserProperty: string;
58
+ };
25
59
  IsExternal: string;
26
60
  };
27
61
  BuiltInProperties: {
@@ -32,5 +32,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<JourneyBlade
32
32
  } & Omit<{
33
33
  default?: import("vue").Slot;
34
34
  }, "filter" | "actions" | "actionsFooter">;
35
- } & {} & 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" | "searchable" | "slot:filter" | "emit:search" | "emit:closeFilter" | "getApi" | "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:changeFilter" | "emit:hidden" | "emit:click:manageList"> & import("@omnia/fx/ux").VNodeEvents) => any;
35
+ } & {} & 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" | "getApi" | "searchable" | "manageList" | "bladeContext" | "onOk" | "onRemove" | "onSave" | "onDelete" | "onSwitch" | "confirmDeleteDialogOption" | "disabledButtonTooltips" | "sizeOnMobile" | "slot:actionsFooter" | "slot:filter" | "emit:click:create" | "emit:click:add" | "emit:click:back" | "emit:click:settings" | "emit:search" | "emit:changeFilter" | "emit:closeFilter" | "emit:hidden" | "emit:click:manageList"> & import("@omnia/fx/ux").VNodeEvents) => any;
36
36
  export default _default;
@@ -8,13 +8,13 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
8
8
  searchable?: boolean | Ref<boolean, boolean>;
9
9
  } & DefineSlot<"filter", () => VNodeChild> & DefineEmit<"search", (searchText: string) => true> & DefineEmit<"applyFilter", () => true> & DefineEmit<"closeFilter", () => true>> & {
10
10
  onSearch?: (searchText: string) => any;
11
- onApplyFilter?: () => any;
12
11
  onCloseFilter?: () => any;
12
+ onApplyFilter?: () => any;
13
13
  } & {
14
14
  "v-slots"?: {
15
15
  filter?: () => VNodeChild;
16
16
  } & Omit<{
17
17
  default?: import("vue").Slot;
18
18
  }, "filter">;
19
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "heightDialog" | "countFieldHasValue" | "searchable" | "slot:filter" | "emit:search" | "emit:applyFilter" | "emit:closeFilter"> & import("@omnia/fx/ux").VNodeEvents) => any;
19
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "searchable" | "slot:filter" | "emit:search" | "emit:closeFilter" | "heightDialog" | "countFieldHasValue" | "emit:applyFilter"> & import("@omnia/fx/ux").VNodeEvents) => any;
20
20
  export default _default;
@@ -1,7 +1,11 @@
1
1
  import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot, DefineVModel, JourneySelectItem, JourneySelectPropertyMapping, useJourneySelectStore } from "@omnia/fx/ux";
2
2
  import { VNodeChild } from "vue";
3
3
  import { ActionDefinition } from "@omnia/fx-models";
4
- 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<TItem>, 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<"bladelessAdd", boolean, false, null, "If addis not a blade and only fires events"> & DefineProp<"bladeless", boolean, false, null, "If add/edit is not a blade and only fires events"> & DefineProp<"actions", ActionDefinition[], false, null, "Actions to display in the blade header of the selection blade"> & DefineProp<"itemSettingable", (item: TItem) => boolean, false, null, "Item has settings or not."> & DefineProp<"itemDeletable", (item: TItem) => boolean, false, null, "Item can be deleted or not."> & DefineSlot<"selectionItemRender", (item: JourneySelectItem<any>, index: number, isSelected: boolean) => VNodeChild> & DefineSlot<"selectionRender", () => VNodeChild> & DefineSlot<"selectedItemRenderer", (item: JourneySelectItem<any>, index: number) => VNodeChild> & DefineSlot<"settingsRender", (item: JourneySelectItem<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
+ 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<TItem>, 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<"bladelessAdd", boolean, false, null, "If addis not a blade and only fires events"> & DefineProp<"bladeless", boolean, false, null, "If add/edit is not a blade and only fires events"> & DefineProp<"actions", ActionDefinition[], false, null, "Actions to display in the blade header of the selection blade"> & DefineProp<"itemSettingable", (item: TItem) => boolean, false, null, "Item has settings or not."> & DefineProp<"itemDeletable", (item: TItem) => boolean, false, null, "Item can be deleted or not."> & DefineSlot<"selectionItemRender", (item: JourneySelectItem<any>, index: number, isSelected: boolean) => VNodeChild> & DefineSlot<"selectionRender", () => VNodeChild> & DefineSlot<"selectedItemRenderer", (item: JourneySelectItem<any>, index: number) => VNodeChild> & DefineSlot<"settingsRender", (item: JourneySelectItem<any>, index: number) => VNodeChild> & DefineSlot<"settingsRenderV2", (item: {
5
+ SettingsRenderer: (blade: typeof omfx.journey.blade) => VNodeChild;
6
+ item: JourneySelectItem<any>;
7
+ index: number;
8
+ }) => 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>;
5
9
  declare const _default: <TItem extends unknown = any>(props: import("@omnia/fx/ux").ExtractProps<BaseProps<TItem>> & {
6
10
  "onUpdate:modelValue"?: (value: any) => any;
7
11
  "onClick:clear"?: () => any;
@@ -17,9 +21,14 @@ declare const _default: <TItem extends unknown = any>(props: import("@omnia/fx/u
17
21
  selectionRender?: () => VNodeChild;
18
22
  selectedItemRenderer?: (item: JourneySelectItem<any>, index: number) => VNodeChild;
19
23
  settingsRender?: (item: JourneySelectItem<any>, index: number) => VNodeChild;
24
+ settingsRenderV2?: (item: {
25
+ SettingsRenderer: (blade: typeof omfx.journey.blade) => VNodeChild;
26
+ item: JourneySelectItem<any>;
27
+ index: number;
28
+ }) => VNodeChild;
20
29
  actions?: () => VNodeChild;
21
30
  } & Omit<{
22
31
  default?: import("vue").Slot;
23
- }, "actions" | "selectionItemRender" | "selectionRender" | "selectedItemRenderer" | "settingsRender">;
24
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "actions" | "list" | "multiple" | "colorSchemaType" | "modelValue" | "items" | "readonly" | "slot:actions" | "colors" | "v-model" | "toned" | "emit:update:modelValue" | "emit:search" | "getApi" | "emit:click:clear" | "emit:click:add" | "emit:click:delete" | "sortable" | "labelAdd" | "propertyValueMapping" | "returnSelectionAsObject" | "titleAdd" | "titleEdit" | "disableSearch" | "disableSave" | "confirmDelete" | "noAddConfirm" | "bladelessAdd" | "bladeless" | "itemSettingable" | "itemDeletable" | "slot:selectionItemRender" | "slot:selectionRender" | "slot:selectedItemRenderer" | "slot:settingsRender" | "emit:showAdd" | "emit:showEdit" | "emit:click:update"> & import("@omnia/fx/ux").VNodeEvents) => any;
32
+ }, "actions" | "selectionItemRender" | "selectionRender" | "selectedItemRenderer" | "settingsRender" | "settingsRenderV2">;
33
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "actions" | "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" | "labelAdd" | "propertyValueMapping" | "returnSelectionAsObject" | "titleAdd" | "titleEdit" | "disableSearch" | "disableSave" | "confirmDelete" | "noAddConfirm" | "bladelessAdd" | "bladeless" | "itemSettingable" | "itemDeletable" | "slot:selectionItemRender" | "slot:selectionRender" | "slot:selectedItemRenderer" | "slot:settingsRender" | "slot:settingsRenderV2" | "emit:showAdd" | "emit:showEdit" | "emit:click:update"> & import("@omnia/fx/ux").VNodeEvents) => any;
25
34
  export default _default;
@@ -17,6 +17,11 @@ export declare const useJourneySelectStore: () => {
17
17
  };
18
18
  readonly slots: {
19
19
  settingsRender: (item: any, index: number) => VNodeChild;
20
+ settingsRenderV2: (item: {
21
+ SettingsRenderer: (blade: typeof omfx.journey.blade) => VNodeChild;
22
+ item: JourneySelectItem<any>;
23
+ index: number;
24
+ }) => VNodeChild;
20
25
  selectionItemRender: (item: any, index: number, isSelected: boolean) => VNodeChild;
21
26
  selectionRender: () => VNodeChild;
22
27
  selectedItemRenderer: (item: any, index: number) => VNodeChild;
@@ -71,7 +76,7 @@ export declare const useJourneySelectStore: () => {
71
76
  returnSelectionAsObject: boolean;
72
77
  propertyValueMapping: JourneySelectPropertyMapping<any>;
73
78
  };
74
- bladeActions: ActionDefinition[];
79
+ bladeSelectionActions: ActionDefinition[];
75
80
  containerBladeId: guid;
76
81
  bladeIds: {
77
82
  selectionBlade: guid;
@@ -113,7 +118,7 @@ export declare const useJourneySelectStore: () => {
113
118
  returnSelectionAsObject: boolean;
114
119
  propertyValueMapping: JourneySelectPropertyMapping<any>;
115
120
  };
116
- bladeActions: ActionDefinition[];
121
+ bladeSelectionActions: ActionDefinition[];
117
122
  containerBladeId: guid;
118
123
  bladeIds: {
119
124
  selectionBlade: guid;
@@ -138,7 +143,18 @@ export declare const useJourneySelectStore: () => {
138
143
  applySelection: () => void;
139
144
  };
140
145
  deleteItem(item: JourneySelectItem<any>, index: number): void;
141
- init(items: Array<any>, externalModel: Array<any> | any, renderingSlots: any): void;
146
+ init(items: Array<any>, externalModel: Array<any> | any, renderingSlots: {
147
+ settingsRender: (item: any, index: number) => VNodeChild;
148
+ settingsRenderV2: (item: {
149
+ SettingsRenderer: (blade: typeof omfx.journey.blade) => VNodeChild;
150
+ item: JourneySelectItem<any>;
151
+ index: number;
152
+ }) => VNodeChild;
153
+ selectionItemRender: (item: any, index: number, isSelected: boolean) => VNodeChild;
154
+ selectionRender: () => VNodeChild;
155
+ selectedItemRenderer: (item: any, index: number) => VNodeChild;
156
+ actionsRender: () => VNodeChild;
157
+ }): void;
142
158
  }>;
143
159
  get: {
144
160
  readonly displayText: string;
@@ -46,6 +46,9 @@ export type InternalJourneyStoreType = {
46
46
  bladeWidth(size: BladeSizeTypes, bladeId: guid, scrollContainerLeftPosition?: number): number;
47
47
  isNested: boolean;
48
48
  };
49
+ rules: {
50
+ isActiveBlade(bladeId: guid): boolean;
51
+ };
49
52
  };
50
53
  export declare const useJourneyStore: () => {
51
54
  readonly scrollContainer: {
@@ -146,6 +149,9 @@ export declare const useJourneyStore: () => {
146
149
  scrollToBladeElemnt(bladeElement: HTMLElement): void;
147
150
  ensureBladeVisibleInScrollView(blade: BladeInstance): void;
148
151
  }>;
152
+ rules: {
153
+ isActiveBlade: (bladeId: guid) => boolean;
154
+ };
149
155
  } & {
150
156
  dispose?: () => void;
151
157
  };
@@ -1,6 +1,9 @@
1
1
  import { ImageItem } from "@omnia/fx-models";
2
2
  import { BaseProviderImageHandler } from "@omnia/fx/stores";
3
3
  export declare class UnsplashProviderHandler extends BaseProviderImageHandler {
4
+ private clientId;
4
5
  private imageService;
6
+ constructor();
7
+ private getUnplashProviderSecret;
5
8
  search(searchText: string, offset?: number): Promise<ImageItem[]>;
6
9
  }
@@ -1,16 +1,6 @@
1
- declare const _default: {
2
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
3
- P: {};
4
- B: {};
5
- D: {};
6
- C: {};
7
- M: {};
8
- Defaults: {};
9
- }, Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
10
- __isFragment?: never;
11
- __isTeleport?: never;
12
- __isSuspense?: never;
13
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
14
- propsDefinition: Omit<Readonly<{} & {}>, never>;
15
- };
1
+ declare const _default: (props: import("../..").ExtractProps<Record<string, any>> & {} & {
2
+ "v-slots"?: {} & Omit<{
3
+ default?: import("vue").Slot;
4
+ }, never>;
5
+ } & {} & Omit<import("../..").VueComponentBaseProps, string> & import("../..").VNodeEvents) => any;
16
6
  export default _default;
@@ -1,7 +1,13 @@
1
1
  import { UnsplashImage } from "../models/UnsplashImage";
2
+ type UnsplashAuthenticationInfo = {
3
+ applicationId: string;
4
+ clientIdKey: string;
5
+ };
2
6
  export declare class UnsplashImageService {
3
7
  private httpClient;
4
8
  private commonHttpClient;
5
- search: (keyword: string, offset?: number, limit?: number) => Promise<Array<UnsplashImage>>;
9
+ search: (searchText: string, clientId: string, offset?: number, limit?: number) => Promise<Array<UnsplashImage>>;
6
10
  private getImages;
11
+ getAuthenticationInfo: () => Promise<UnsplashAuthenticationInfo>;
7
12
  }
13
+ export {};
@@ -1,7 +1,7 @@
1
1
  import { DefineProp, DefinePropTheming, DefineSlot, DefineVModel, EventType } from "@omnia/fx/ux";
2
2
  import { VNodeChild } from "vue";
3
- declare const defaultWeekDays: number[];
4
- type CalendarProps<T extends EventType> = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", Date[], false, null, true, "The v-model of the component"> & DefineProp<"events", T[], false, null, "Array of events specific to this interval."> & DefineProp<"viewMode", "month" | "day" | "week", false, "month", "The current view mode of the calendar."> & DefineProp<"weekdays", number[], false, typeof defaultWeekDays, "Specifies which days of the week to display.Default is [0, 1, 2, 3, 4, 5, 6]"> & DefineProp<"year", number, false, null, "Specifies the year for the calendar view."> & DefineProp<"month", number, false, null, "Specifies the month for the calendar view."> & DefineProp<"intervalHeight", number, false, null, "Height of the interval in pixels in the calendar view."> & DefineProp<"intervals", number, false, 24, "Total number of intervals in a day view."> & DefineProp<"intervalStart", number, false, 0, "Starting time for this specific interval."> & DefineProp<"max", Date, false, null, "Maximum date or value that can be selected."> & DefineProp<"min", Date, false, null, "Minimum date or value that can be selected."> & DefineProp<"hideWeekNumber", boolean, false, false, "Toggles the display of week numbers in a calendar view."> & DefineProp<"hideDayHeader", boolean, false, false, "Determines whether the day header is visible in the calendar day view."> & DefineProp<"hideHeader", boolean, false, false, "Determines whether the header is hidden in the calendar view."> & DefineProp<"allowedDates", Date[] | ((date: Date) => boolean), false, null, "Determines which dates are selectable."> & DefineSlot<"event", (event: {
3
+ declare const defaultWeekDays: (0 | 1 | 4 | 3 | 2 | 5 | 6)[];
4
+ type CalendarProps<T extends EventType> = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", Date[], false, null, true, "The v-model of the component"> & DefineProp<"events", T[], false, null, "Array of events specific to this interval."> & DefineProp<"viewMode", "month" | "day" | "week", false, "month", "The current view mode of the calendar."> & DefineProp<"weekdays", Array<0 | 1 | 2 | 3 | 4 | 5 | 6>, false, typeof defaultWeekDays, "Specifies which days of the week to display.Default is [0, 1, 2, 3, 4, 5, 6]"> & DefineProp<"year", number, false, null, "Specifies the year for the calendar view."> & DefineProp<"month", number, false, null, "Specifies the month for the calendar view."> & DefineProp<"intervalHeight", number, false, null, "Height of the interval in pixels in the calendar view."> & DefineProp<"intervals", number, false, 24, "Total number of intervals in a day view."> & DefineProp<"intervalStart", number, false, 0, "Starting time for this specific interval."> & DefineProp<"max", Date, false, null, "Maximum date or value that can be selected."> & DefineProp<"min", Date, false, null, "Minimum date or value that can be selected."> & DefineProp<"hideWeekNumber", boolean, false, false, "Toggles the display of week numbers in a calendar view."> & DefineProp<"hideDayHeader", boolean, false, false, "Determines whether the day header is visible in the calendar day view."> & DefineProp<"hideHeader", boolean, false, false, "Determines whether the header is hidden in the calendar view."> & DefineProp<"allowedDates", Date[] | ((date: Date) => boolean), false, null, "Determines which dates are selectable."> & DefineSlot<"event", (event: {
5
5
  day: Date;
6
6
  allDay: boolean;
7
7
  event: T;
@@ -16,5 +16,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<PickerProps>
16
16
  } & Omit<{
17
17
  default?: import("vue").Slot;
18
18
  }, "actions" | "activator" | "selectedItemRenderer">;
19
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "label" | "blueprint" | "grid" | "maxHeight" | "actions" | "variant" | "class" | "disabled" | "modelValue" | "slot:actions" | "v-model" | "toned" | "placeholder" | "emit:update:modelValue" | "slot:activator" | "searchable" | "emit:search" | "getApi" | "emit:click:clear" | "clearable" | "visibleOnContentClick" | "isLoading" | "slot:selectedItemRenderer" | "hasSelection"> & import("@omnia/fx/ux").VNodeEvents) => any;
19
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "label" | "blueprint" | "grid" | "maxHeight" | "actions" | "variant" | "class" | "disabled" | "modelValue" | "slot:actions" | "v-model" | "toned" | "placeholder" | "emit:update:modelValue" | "slot:activator" | "getApi" | "searchable" | "emit:search" | "emit:click:clear" | "clearable" | "visibleOnContentClick" | "isLoading" | "slot:selectedItemRenderer" | "hasSelection"> & import("@omnia/fx/ux").VNodeEvents) => any;
20
20
  export default _default;
@@ -2,9 +2,10 @@ import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot, ItemValueType }
2
2
  import { VNodeChild } from "vue";
3
3
  import { OMultiSelectionStyles } from "@omnia/fx-models";
4
4
  type SelectionVariants = "remove" | "settings" | "readonly";
5
- type BaseProps<TItem> = DefinePropTheming & DefineProp<"items", TItem[], false, null, "TItem must be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the item-title, item-value and item-disabled props."> & DefineProp<"variant", SelectionVariants, false, null, "The component variants"> & DefineProp<"toned", boolean, false, null, "Sets the component to toned"> & DefineProp<"sorting", boolean, false, null, "Sets the component to sorting mode"> & DefineProp<"itemValue", ItemValueType<TItem>, false, null, "Property on supplied items that contains its value."> & DefineProp<"itemTitle", ItemValueType<TItem>, false, null, "Property on supplied items that contains its title."> & DefineProp<"itemSubtitle", string, false, null, "Property on supplied items that contains its value."> & DefineProp<"itemIcon", string, false, null, "Property on supplied items that contains its value."> & DefineProp<"enableAdd", boolean, false, null, "If add button is shown"> & DefineProp<"selectionStyle", OMultiSelectionStyles, false, null, "The style of multi select"> & DefineProp<"itemSettingable", (item: TItem) => boolean, false, null, "Item has settings or not."> & DefineSlot<"item", (item: TItem, index: Number) => VNodeChild> & DefineEmit<"selectItem", (index: any) => true> & DefineEmit<"sort:update", (items: TItem[]) => true> & DefineEmit<"addItem", () => true>;
5
+ type BaseProps<TItem> = DefinePropTheming & DefineProp<"items", TItem[], false, null, "TItem must be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the item-title, item-value and item-disabled props."> & DefineProp<"variant", SelectionVariants, false, null, "The component variants"> & DefineProp<"toned", boolean, false, null, "Sets the component to toned"> & DefineProp<"sorting", boolean, false, null, "Sets the component to sorting mode"> & DefineProp<"itemValue", ItemValueType<TItem>, false, null, "Property on supplied items that contains its value."> & DefineProp<"itemTitle", ItemValueType<TItem>, false, null, "Property on supplied items that contains its title."> & DefineProp<"itemSubtitle", string, false, null, "Property on supplied items that contains its value."> & DefineProp<"itemIcon", string, false, null, "Property on supplied items that contains its value."> & DefineProp<"enableAdd", boolean, false, null, "If add button is shown"> & DefineProp<"selectionStyle", OMultiSelectionStyles, false, null, "The style of multi select"> & DefineProp<"itemSettingable", (item: TItem) => boolean, false, null, "Item has settings or not."> & DefineProp<"itemDeletable", (item: TItem) => boolean, false, null, "Item can be deleted or not."> & DefineSlot<"item", (item: TItem, index: Number) => VNodeChild> & DefineEmit<"selectItem", (index: any) => true> & DefineEmit<"removeItem", (index: any) => true> & DefineEmit<"sort:update", (items: TItem[]) => true> & DefineEmit<"addItem", () => true>;
6
6
  declare const _default: <TItem extends unknown>(props: import("@omnia/fx/ux").ExtractProps<BaseProps<TItem>> & {
7
7
  onSelectItem?: (index: any) => any;
8
+ onRemoveItem?: (index: any) => any;
8
9
  onAddItem?: () => any;
9
10
  "onSort:update"?: (items: TItem[]) => any;
10
11
  } & {
@@ -13,5 +14,5 @@ declare const _default: <TItem extends unknown>(props: import("@omnia/fx/ux").Ex
13
14
  } & Omit<{
14
15
  default?: import("vue").Slot;
15
16
  }, "item">;
16
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "colorSchemaType" | "items" | "colors" | "toned" | "itemValue" | "slot:item" | "itemTitle" | "itemIcon" | "emit:selectItem" | "itemSettingable" | "sorting" | "itemSubtitle" | "enableAdd" | "selectionStyle" | "emit:sort:update" | "emit:addItem"> & import("@omnia/fx/ux").VNodeEvents) => any;
17
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "colorSchemaType" | "items" | "colors" | "toned" | "itemValue" | "slot:item" | "itemTitle" | "itemIcon" | "emit:selectItem" | "itemSettingable" | "itemDeletable" | "sorting" | "itemSubtitle" | "enableAdd" | "selectionStyle" | "emit:removeItem" | "emit:sort:update" | "emit:addItem"> & import("@omnia/fx/ux").VNodeEvents) => any;
17
18
  export default _default;
@@ -10,5 +10,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SpeedDialPro
10
10
  } & Omit<{
11
11
  default?: import("vue").Slot;
12
12
  }, "activator">;
13
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "zIndex" | "class" | "persistent" | "colorSchemaType" | "location" | "modelValue" | "openOnHover" | "openOnClick" | "openOnFocus" | "colors" | "v-model" | "emit:update:modelValue" | "slot:activator"> & import("@omnia/fx/ux").VNodeEvents) => any;
13
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "zIndex" | "class" | "persistent" | "colorSchemaType" | "location" | "modelValue" | "openOnClick" | "openOnHover" | "openOnFocus" | "colors" | "v-model" | "emit:update:modelValue" | "slot:activator"> & import("@omnia/fx/ux").VNodeEvents) => any;
14
14
  export default _default;
@@ -8,5 +8,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<TooltipProps
8
8
  } & Omit<{
9
9
  default?: import("vue").Slot;
10
10
  }, "activator">;
11
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "class" | "colorSchemaType" | "location" | "openOnHover" | "openOnClick" | "colors" | "slot:activator" | "activateOnLength"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "class" | "colorSchemaType" | "location" | "openOnClick" | "openOnHover" | "colors" | "slot:activator" | "activateOnLength"> & import("@omnia/fx/ux").VNodeEvents) => any;
12
12
  export default _default;
@@ -1,10 +1,11 @@
1
1
  import "./VuetifyTypography.css";
2
- export * as vuetifyColors from "vuetify/lib/util/colors.mjs";
2
+ export * as vuetifyColors from "vuetify/lib/util/colors";
3
3
  export * as vuetifyDirectives from "vuetify/directives";
4
4
  export * as vuetifyFramework from "vuetify/framework";
5
5
  export declare const vuetifyPlugin: {
6
6
  install: (app: import("vue").App) => void;
7
- defaults: import("vue").Ref<import("vuetify").DefaultsInstance>;
7
+ unmount: () => void;
8
+ defaults: import("vue").Ref<import("vuetify").DefaultsInstance, import("vuetify").DefaultsInstance>;
8
9
  display: import("vuetify").DisplayInstance;
9
10
  theme: import("vuetify").ThemeInstance & {
10
11
  install: (app: import("vue").App) => void;
@@ -176,6 +176,7 @@ import wc1d19aeb722e44b9e9d2617035854dd2a from './ux/admin/usermanagement/UserMa
176
176
  import wc9539268b741944dd970796a5ff9d0b0d from './ux/admin/usermanagement/BusinessProfileUserManagementJourney';
177
177
  import wcebd9788ab21748688f4e594ecf568806 from './ux/admin/usermanagement/usertypes/UserTypeJourney';
178
178
  import wc242dc5602ede41f0b6d4151884a2ec63 from './ux/admin/usermanagement/synchronization/SyncProviderListingBlade';
179
+ import wcf4c5c71da254459ebea826a6bd0a80f7 from './ux/admin/usermanagement/synchronization/SyncProviderLogsBlade';
179
180
  import wcf5842aadad834b4bb7b8ef9d6eb8b8e1 from './ux/admin/usermanagement/users/UserJourney';
180
181
  import wc6f1fc2596ddb411abf1741ed422947e3 from './ux/admin/usermanagement/users/active/Journey';
181
182
  import wcfb9aa542fd414c5f8468aa0ad67d11f7 from './ux/admin/usermanagement/shared/UserDetailBlade';
@@ -4683,6 +4684,13 @@ declare global {
4683
4684
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4684
4685
  };
4685
4686
  } : typeof wc242dc5602ede41f0b6d4151884a2ec63;
4687
+ "logs": typeof wcf4c5c71da254459ebea826a6bd0a80f7 extends {
4688
+ propsDefinition: infer TProp;
4689
+ } ? {
4690
+ new (...args: any[]): {
4691
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4692
+ };
4693
+ } : typeof wcf4c5c71da254459ebea826a6bd0a80f7;
4686
4694
  };
4687
4695
  };
4688
4696
  "user": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.406-dev",
4
+ "version": "8.0.407-dev",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,13 +20,13 @@
20
20
  ],
21
21
  "author": "Omnia Digital Workplace AB",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.406-dev",
23
+ "@omnia/fx-models": "8.0.407-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",
27
27
  "splitpanes": "3.1.5",
28
28
  "vue": "3.5.13",
29
- "vuetify": "3.7.15",
29
+ "vuetify": "3.8.0",
30
30
  "tslib": "2.6.2",
31
31
  "typescript": "5.8.2",
32
32
  "@tiptap/vue-3": "2.1.13",