@omnia/fx 8.0.376-dev → 8.0.377-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 (36) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.editor.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/stores/EnterprisePropertyStore.d.ts +2 -1
  3. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -0
  4. package/internal-do-not-import-from-here/ux/datetimefilterquery/DateTimeFilterQuery.d.ts +11 -1
  5. package/internal-do-not-import-from-here/ux/editor/index.d.ts +1 -0
  6. package/internal-do-not-import-from-here/ux/editor/models/SettingsJourneyMenu.d.ts +5 -0
  7. package/internal-do-not-import-from-here/ux/editor/models/index.d.ts +1 -0
  8. package/internal-do-not-import-from-here/ux/editor/settings/DefineJourneyMenuSettings.d.ts +9 -5
  9. package/internal-do-not-import-from-here/ux/editor/stores/JourneyMenuSettingsStore.d.ts +14 -0
  10. package/internal-do-not-import-from-here/ux/editor/stores/index.d.ts +1 -0
  11. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.d.ts +4 -2
  12. package/internal-do-not-import-from-here/ux/fieldcontainer/FieldContainer.d.ts +10 -0
  13. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +3 -1
  14. package/internal-do-not-import-from-here/ux/identitypicker/loc/Localize.d.ts +2 -0
  15. package/internal-do-not-import-from-here/ux/identitypicker/stores/IdentityPickerStore.d.ts +0 -97
  16. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +8 -7
  17. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelectedRenderer.d.ts +4 -4
  18. package/internal-do-not-import-from-here/ux/journey/stores/JourneySelectStore.d.ts +4 -5
  19. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +2 -2
  20. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.stylex.d.ts +1 -0
  22. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +2 -2
  23. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +3 -2
  24. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagEditorExtension.d.ts +18 -2
  25. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagToolbar.d.ts +21 -16
  26. package/package.json +2 -2
  27. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/_old/LayoutBlock.css.d.ts +0 -0
  28. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/_old/LayoutBlock.d.ts +0 -0
  29. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/_old/LayoutColumn.css.d.ts +0 -0
  30. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/_old/LayoutColumn.d.ts +0 -0
  31. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/_old/LayoutPlaceHolder.d.ts +0 -0
  32. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/_old/LayoutSection.d.ts +0 -0
  33. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/_old/LayoutSectionTab.d.ts +0 -0
  34. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/_old/LayoutTab.d.ts +0 -0
  35. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/_old/LayoutTabRenderer.d.ts +0 -0
  36. /package/internal-do-not-import-from-here/ux/identitypicker/{IdentityPicker_new.d.ts → IdentityPickerNew.d.ts} +0 -0
@@ -1 +1 @@
1
- {"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['e0d8cdbf-5683-4f1b-883b-da203e8193a4']","content":{"./node_modules/@omnia/fx/ux/editor/index.js":{"id":"9a97c476-5a09-4522-b16d-db752dc06c7e","buildMeta":{"exportsType":"namespace"},"expo.js":["defineJourneyMenuSettings"]}}}
1
+ {"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['e0d8cdbf-5683-4f1b-883b-da203e8193a4']","content":{"./node_modules/@omnia/fx/ux/editor/index.js":{"id":"9a97c476-5a09-4522-b16d-db752dc06c7e","buildMeta":{"exportsType":"namespace"},"expo.js":["defineJourneyMenuSettings","useJourneyMenuSettingsStore"]}}}
@@ -1,4 +1,4 @@
1
- import { EnterprisePropertyDefinition, EnterprisePropertyDataType, PropertyIndexedType, guid, PropertyArchive, EnterprisePropertyColumnMapping } from "../models";
1
+ import { EnterprisePropertyDefinition, EnterprisePropertyDataType, PropertyIndexedType, guid, PropertyArchive, EnterprisePropertyColumnMapping, FontAwesomeIcon } from "../models";
2
2
  import { Store } from "./Store";
3
3
  import { EnterprisePropertyService } from "../services/EnterprisePropertyService";
4
4
  export declare class EnterprisePropertyStore extends Store {
@@ -18,6 +18,7 @@ export declare class EnterprisePropertyStore extends Store {
18
18
  }>;
19
19
  enterprisePropertyDefinitionsDeleted: import("./Store").StoreState<EnterprisePropertyDefinition[]>;
20
20
  getters: {
21
+ enterprisePropertyIcon: (type: EnterprisePropertyDefinition | PropertyIndexedType) => FontAwesomeIcon;
21
22
  enterprisePropertyDefinitionsByIndexedTypes: (indexTypes: Array<PropertyIndexedType>) => EnterprisePropertyDefinition[];
22
23
  enterprisePropertyDefinitions: () => EnterprisePropertyDefinition[];
23
24
  extenedEnterprisePropertyDefinitionsDeleted: () => EnterprisePropertyDefinition[];
@@ -39,6 +39,9 @@ declare const _default: {
39
39
  toned: {
40
40
  type: import("vue").PropType<boolean>;
41
41
  };
42
+ variant: {
43
+ type: import("vue").PropType<"dropdown" | "journey">;
44
+ };
42
45
  "onUpdate:modelValue": {
43
46
  type: import("vue").PropType<(value: ColorValue) => any | void>;
44
47
  };
@@ -167,6 +170,9 @@ declare const _default: {
167
170
  toned: {
168
171
  type: import("vue").PropType<boolean>;
169
172
  };
173
+ variant: {
174
+ type: import("vue").PropType<"dropdown" | "journey">;
175
+ };
170
176
  "onUpdate:modelValue": {
171
177
  type: import("vue").PropType<(value: ColorValue) => any | void>;
172
178
  };
@@ -290,6 +296,9 @@ declare const _default: {
290
296
  toned: {
291
297
  type: import("vue").PropType<boolean>;
292
298
  };
299
+ variant: {
300
+ type: import("vue").PropType<"dropdown" | "journey">;
301
+ };
293
302
  "onUpdate:modelValue": {
294
303
  type: import("vue").PropType<(value: ColorValue) => any | void>;
295
304
  };
@@ -440,6 +449,7 @@ declare const _default: {
440
449
  };
441
450
  container?: boolean;
442
451
  opacity?: boolean;
452
+ variant?: "dropdown" | "journey";
443
453
  label?: string;
444
454
  disabled?: boolean;
445
455
  colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
@@ -1,9 +1,12 @@
1
- import { DatePeriodPropFilterValue } from "@omnia/fx/models";
1
+ import { DatePeriodPropFilterValue, OSelectTypes } from "@omnia/fx/models";
2
2
  declare const _default: {
3
3
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
4
  onChange: {
5
5
  type: import("vue").PropType<(filterValue: DatePeriodPropFilterValue) => void>;
6
6
  };
7
+ variant: {
8
+ type: import("vue").PropType<OSelectTypes>;
9
+ };
7
10
  filterValue: {
8
11
  type: import("vue").PropType<DatePeriodPropFilterValue>;
9
12
  };
@@ -18,6 +21,9 @@ declare const _default: {
18
21
  onChange: {
19
22
  type: import("vue").PropType<(filterValue: DatePeriodPropFilterValue) => void>;
20
23
  };
24
+ variant: {
25
+ type: import("vue").PropType<OSelectTypes>;
26
+ };
21
27
  filterValue: {
22
28
  type: import("vue").PropType<DatePeriodPropFilterValue>;
23
29
  };
@@ -29,11 +35,15 @@ declare const _default: {
29
35
  onChange: {
30
36
  type: import("vue").PropType<(filterValue: DatePeriodPropFilterValue) => void>;
31
37
  };
38
+ variant: {
39
+ type: import("vue").PropType<OSelectTypes>;
40
+ };
32
41
  filterValue: {
33
42
  type: import("vue").PropType<DatePeriodPropFilterValue>;
34
43
  };
35
44
  }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
36
45
  propsDefinition: Omit<Readonly<{} & {
46
+ variant?: OSelectTypes;
37
47
  onChange?: (filterValue: DatePeriodPropFilterValue) => void;
38
48
  filterValue?: DatePeriodPropFilterValue;
39
49
  }>, never>;
@@ -1 +1,2 @@
1
1
  export * from "./settings";
2
+ export * from "./stores";
@@ -0,0 +1,5 @@
1
+ import { VNodeChild } from "vue";
2
+ import { SettingsJourneyMenuItem } from "../../journey/models";
3
+ export interface SettingsJourneyMenuItemRenderer extends SettingsJourneyMenuItem {
4
+ renderer: (item: SettingsJourneyMenuItem) => VNodeChild;
5
+ }
@@ -0,0 +1 @@
1
+ export * from "./SettingsJourneyMenu";
@@ -1,9 +1,7 @@
1
1
  import { type SettingsJourneyMenuItem } from "../../journey/models";
2
2
  import { ConstructComponentProps, VNodeEvents } from "@omnia/fx/ux";
3
3
  import { VNodeChild } from "vue";
4
- interface SettingsJourneyMenuItemState extends SettingsJourneyMenuItem {
5
- renderer: (item: SettingsJourneyMenuItem) => VNodeChild;
6
- }
4
+ import { SettingsJourneyMenuItemRenderer } from "../models";
7
5
  type JourneySettingsMenuElement = (props: ConstructComponentProps<{}> & VNodeEvents) => any;
8
6
  type SetupType = {
9
7
  addPadding(renderer: (item: SettingsJourneyMenuItem) => VNodeChild): Omit<SetupType, "addPadding">;
@@ -11,10 +9,16 @@ type SetupType = {
11
9
  addView(renderer: (item: SettingsJourneyMenuItem) => VNodeChild): Omit<SetupType, "addView">;
12
10
  addResult(renderer: (item: SettingsJourneyMenuItem) => VNodeChild): Omit<SetupType, "addResult">;
13
11
  addQuery(renderer: (item: SettingsJourneyMenuItem) => VNodeChild): Omit<SetupType, "addQuery">;
12
+ /**
13
+ * @deprecated This will be removed
14
+ */
14
15
  addStyle(renderer: (item: SettingsJourneyMenuItem) => VNodeChild): Omit<SetupType, "addStyle">;
15
- addCustom(item: Omit<SettingsJourneyMenuItemState, "id">): SetupType;
16
+ addCustom(item: Omit<SettingsJourneyMenuItemRenderer, "id">): SetupType;
17
+ shared: {
18
+ addStyleRenderer(renderer: () => VNodeChild): SetupType;
19
+ };
16
20
  };
17
- export declare function defineJourneyMenuSettings(): {
21
+ export declare function defineJourneyMenuSettings(isolate?: boolean): {
18
22
  defineMenuSettings: SetupType;
19
23
  MenuSettingsRenderer: JourneySettingsMenuElement;
20
24
  };
@@ -0,0 +1,14 @@
1
+ import { VNodeChild } from "vue";
2
+ import { SettingsJourneyMenuItemRenderer } from "../models";
3
+ export declare const useJourneyMenuSettingsStore: () => {
4
+ get: {
5
+ readonly styleRenderer: () => VNodeChild;
6
+ readonly items: SettingsJourneyMenuItemRenderer[];
7
+ };
8
+ actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
9
+ addStyleRenderer(func: () => VNodeChild): void;
10
+ addItem(item: Omit<SettingsJourneyMenuItemRenderer, "id">): void;
11
+ }>;
12
+ } & {
13
+ dispose?: () => void;
14
+ };
@@ -0,0 +1 @@
1
+ export * from "./JourneyMenuSettingsStore";
@@ -1,4 +1,4 @@
1
- import { EnterprisePropertyDefinition, Tag, EnterprisePropertyTagsItemSettings, PromotedTagOptions } from "../../../../models";
1
+ import { EnterprisePropertyDefinition, Tag, EnterprisePropertyTagsItemSettings, PromotedTagOptions, OSelectTypes } from "../../../../models";
2
2
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
3
  valueBind?: {
4
4
  [propertyInternalName: string]: Tag[];
@@ -11,6 +11,8 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
11
11
  disabled?: boolean;
12
12
  } & {
13
13
  promotedTagOptions?: PromotedTagOptions;
14
+ } & {
15
+ variant?: OSelectTypes;
14
16
  } & {
15
17
  settings?: EnterprisePropertyTagsItemSettings;
16
18
  } & {
@@ -19,5 +21,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
19
21
  "v-slots"?: {} & Omit<{
20
22
  default?: import("vue").Slot;
21
23
  }, never>;
22
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "disabled" | "valueBind" | "settings" | "hideDetails" | "property" | "onValueChanged" | "promotedTagOptions"> & import("@omnia/fx/ux").VNodeEvents) => any;
24
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "disabled" | "valueBind" | "settings" | "hideDetails" | "property" | "onValueChanged" | "promotedTagOptions"> & import("@omnia/fx/ux").VNodeEvents) => any;
23
25
  export default _default;
@@ -3,6 +3,9 @@ declare const _default: {
3
3
  toned: {
4
4
  type: import("vue").PropType<boolean>;
5
5
  };
6
+ errorMessages: {
7
+ type: import("vue").PropType<string | string[]>;
8
+ };
6
9
  label: {
7
10
  type: import("vue").PropType<string>;
8
11
  };
@@ -19,6 +22,9 @@ declare const _default: {
19
22
  toned: {
20
23
  type: import("vue").PropType<boolean>;
21
24
  };
25
+ errorMessages: {
26
+ type: import("vue").PropType<string | string[]>;
27
+ };
22
28
  label: {
23
29
  type: import("vue").PropType<string>;
24
30
  };
@@ -32,6 +38,9 @@ declare const _default: {
32
38
  toned: {
33
39
  type: import("vue").PropType<boolean>;
34
40
  };
41
+ errorMessages: {
42
+ type: import("vue").PropType<string | string[]>;
43
+ };
35
44
  label: {
36
45
  type: import("vue").PropType<string>;
37
46
  };
@@ -40,6 +49,7 @@ declare const _default: {
40
49
  }>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
41
50
  propsDefinition: Omit<Readonly<{} & {
42
51
  label?: string;
52
+ errorMessages?: string | string[];
43
53
  toned?: boolean;
44
54
  }>, never>;
45
55
  };
@@ -6,6 +6,8 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
6
6
  disabled?: boolean;
7
7
  } & {
8
8
  required?: boolean;
9
+ } & {
10
+ variant?: "dropdown" | "journey";
9
11
  } & {
10
12
  "emit:update:modelValue": (value: IconPickerModel) => void;
11
13
  } & {
@@ -28,5 +30,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
28
30
  "v-slots"?: {} & Omit<{
29
31
  default?: import("vue").Slot;
30
32
  }, never>;
31
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "class" | "providerContext" | "required" | "disabled" | "modelValue" | "errorMessages" | "hideDetails" | "v-model" | "emit:update:modelValue" | "disabledCustomImage" | "showPreview"> & import("@omnia/fx/ux").VNodeEvents) => any;
33
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "class" | "providerContext" | "required" | "disabled" | "modelValue" | "errorMessages" | "hideDetails" | "v-model" | "emit:update:modelValue" | "disabledCustomImage" | "showPreview"> & import("@omnia/fx/ux").VNodeEvents) => any;
32
34
  export default _default;
@@ -2,6 +2,8 @@ export declare namespace IdentityPickerLocalization {
2
2
  const namespace = "Omnia.Ux.IdentityPicker";
3
3
  interface locInterface {
4
4
  AllUserTypes: string;
5
+ UserType: string;
6
+ GroupType: string;
5
7
  ExtensionType: string;
6
8
  AllGroupTypes: string;
7
9
  DynamicGroup: string;
@@ -1,97 +0,0 @@
1
- import { IIdentityPickerStore } from "@omnia/fx/stores";
2
- import { BoolFilter, guid, Identity, IResolvedIdentity, ISpecialUserConfiguration, PrincipalTypes } from "@omnia/fx-models";
3
- type SelectionTypeViewModel = {
4
- title: string;
5
- id: guid;
6
- };
7
- export declare const useIdentityPickerStore: () => {
8
- state: {
9
- properties: {
10
- type: PrincipalTypes;
11
- providerIds: guid[];
12
- attachToParent: boolean;
13
- top: boolean;
14
- disabled: boolean;
15
- disabledIdentities: Identity[];
16
- blockedIdentities: Identity[];
17
- hideTab: boolean;
18
- hideDynamicGroupSelection: boolean;
19
- hideGroupTypeSelection: boolean;
20
- hideUserTypeSelection: boolean;
21
- showSelectedIdentities: boolean;
22
- displayIdentityType: boolean;
23
- filter: (identities: IResolvedIdentity[]) => IResolvedIdentity[];
24
- identityStore: IIdentityPickerStore;
25
- emailEnabled: BoolFilter;
26
- permissionEnabled: BoolFilter;
27
- enableSpecialUser: ISpecialUserConfiguration;
28
- isClosed: boolean;
29
- businessProfileId: string;
30
- };
31
- identity: {
32
- userTypes: SelectionTypeViewModel[];
33
- groupTypes: SelectionTypeViewModel[];
34
- selectedType: SelectionTypeViewModel;
35
- canLoadMore: boolean;
36
- searchText: string;
37
- loadingSearch: boolean;
38
- };
39
- isExecutingQuery: boolean;
40
- resolvingIdentities: boolean;
41
- searchEntireDirectory: boolean;
42
- showSearchEntireDirectoryOption: boolean;
43
- scope: string;
44
- tenantIdentityOnly: boolean;
45
- openFilterMenu: boolean;
46
- };
47
- events: import("@omnia/fx/stores").StoreEvents<{
48
- properties: {
49
- type: PrincipalTypes;
50
- providerIds: guid[];
51
- attachToParent: boolean;
52
- top: boolean;
53
- disabled: boolean;
54
- disabledIdentities: Identity[];
55
- blockedIdentities: Identity[];
56
- hideTab: boolean;
57
- hideDynamicGroupSelection: boolean;
58
- hideGroupTypeSelection: boolean;
59
- hideUserTypeSelection: boolean;
60
- showSelectedIdentities: boolean;
61
- displayIdentityType: boolean;
62
- filter: (identities: IResolvedIdentity[]) => IResolvedIdentity[];
63
- identityStore: IIdentityPickerStore;
64
- emailEnabled: BoolFilter;
65
- permissionEnabled: BoolFilter;
66
- enableSpecialUser: ISpecialUserConfiguration;
67
- isClosed: boolean;
68
- businessProfileId: string;
69
- };
70
- identity: {
71
- userTypes: SelectionTypeViewModel[];
72
- groupTypes: SelectionTypeViewModel[];
73
- selectedType: SelectionTypeViewModel;
74
- canLoadMore: boolean;
75
- searchText: string;
76
- loadingSearch: boolean;
77
- };
78
- isExecutingQuery: boolean;
79
- resolvingIdentities: boolean;
80
- searchEntireDirectory: boolean;
81
- showSearchEntireDirectoryOption: boolean;
82
- scope: string;
83
- tenantIdentityOnly: boolean;
84
- openFilterMenu: boolean;
85
- }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
86
- actions: {
87
- onDispatching: {};
88
- onDispatched: {};
89
- onFailure: {};
90
- };
91
- get: {
92
- readonly bladesId: any;
93
- };
94
- } & {
95
- dispose?: () => void;
96
- };
97
- export {};
@@ -1,22 +1,23 @@
1
- import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot, DefineVModel, JourneySelectPropertyMapping, useJourneySelectStore } from "@omnia/fx/ux";
1
+ import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot, DefineVModel, JourneySelectItem, JourneySelectPropertyMapping, useJourneySelectStore } from "@omnia/fx/ux";
2
2
  import { VNodeChild } from "vue";
3
- type BaseProps = 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<any>, 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: any, index: number, isSelected: boolean) => VNodeChild> & DefineSlot<"selectionRender", () => VNodeChild> & DefineSlot<"selectedItemRenderer", (item: any, index: number) => VNodeChild> & DefineSlot<"settingsRender", (item: any, index: number) => VNodeChild> & DefineEmit<"showAdd", () => true> & DefineEmit<"showEdit", (item: any) => true> & DefineEmit<"search", (searchText: string) => true> & DefineEmit<"click:add", () => true> & DefineEmit<"click:update", (item: any, index: number) => true> & DefineEmit<"click:delete", (item: any, index: number) => true>;
4
- declare const _default: (props: import("@omnia/fx/ux").ExtractProps<BaseProps> & {
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>;
4
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<BaseProps<any>> & {
5
5
  "onUpdate:modelValue"?: (value: any) => any;
6
+ "onClick:clear"?: () => any;
6
7
  onSearch?: (searchText: string) => any;
7
- "onClick:add"?: () => any;
8
+ "onClick:add"?: (item: any) => any;
8
9
  "onClick:delete"?: (item: any, index: number) => any;
9
10
  onShowAdd?: () => any;
10
11
  onShowEdit?: (item: any) => any;
11
12
  "onClick:update"?: (item: any, index: number) => any;
12
13
  } & {
13
14
  "v-slots"?: {
14
- selectionItemRender?: (item: any, index: number, isSelected: boolean) => VNodeChild;
15
+ selectionItemRender?: (item: JourneySelectItem<any>, index: number, isSelected: boolean) => VNodeChild;
15
16
  selectionRender?: () => VNodeChild;
16
- selectedItemRenderer?: (item: any, index: number) => VNodeChild;
17
+ selectedItemRenderer?: (item: JourneySelectItem<any>, index: number) => VNodeChild;
17
18
  settingsRender?: (item: any, index: number) => VNodeChild;
18
19
  } & Omit<{
19
20
  default?: import("vue").Slot;
20
21
  }, "selectionItemRender" | "selectionRender" | "selectedItemRenderer" | "settingsRender">;
21
- } & {} & 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:delete" | "sortable" | "propertyValueMapping" | "returnSelectionAsObject" | "labelAdd" | "disableSearch" | "disableSave" | "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
+ } & {} & 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
23
  export default _default;
@@ -1,9 +1,9 @@
1
- import { DefineEmit, DefinePropTheming } from "@omnia/fx/ux";
2
- type BaseProps = DefinePropTheming & DefineEmit<"showAdd", () => true> & DefineEmit<"showEdit", (item: any) => true> & DefineEmit<"click:delete", (item: any, index: number) => true>;
1
+ import { DefineEmit, DefinePropTheming, JourneySelectItem } from "@omnia/fx/ux";
2
+ type BaseProps = DefinePropTheming & DefineEmit<"showAdd", () => true> & DefineEmit<"showEdit", (item: JourneySelectItem) => true> & DefineEmit<"click:delete", (item: JourneySelectItem, index: number) => true>;
3
3
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<BaseProps> & {
4
- "onClick:delete"?: (item: any, index: number) => any;
4
+ "onClick:delete"?: (item: JourneySelectItem<any>, index: number) => any;
5
5
  onShowAdd?: () => any;
6
- onShowEdit?: (item: any) => any;
6
+ onShowEdit?: (item: JourneySelectItem<any>) => any;
7
7
  } & {
8
8
  "v-slots"?: {} & Omit<{
9
9
  default?: import("vue").Slot;
@@ -51,7 +51,6 @@ export declare const useJourneySelectStore: () => {
51
51
  index: number;
52
52
  };
53
53
  isSorting: boolean;
54
- isSaveDisabled: boolean;
55
54
  settings: {
56
55
  multiple: boolean;
57
56
  readonly: boolean;
@@ -83,7 +82,6 @@ export declare const useJourneySelectStore: () => {
83
82
  index: number;
84
83
  };
85
84
  isSorting: boolean;
86
- isSaveDisabled: boolean;
87
85
  settings: {
88
86
  multiple: boolean;
89
87
  readonly: boolean;
@@ -99,12 +97,12 @@ export declare const useJourneySelectStore: () => {
99
97
  };
100
98
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
101
99
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
102
- translateToSelectItem: (item: any) => JourneySelectItem;
100
+ translateToSelectItem: (item: any) => JourneySelectItem<any>;
103
101
  toggleSort: () => void;
104
102
  clear: () => void;
105
103
  search: (text: string) => void;
106
104
  itemSettings: () => {
107
- show: (item: any) => void;
105
+ show: (item: JourneySelectItem<any>) => void;
108
106
  apply: () => void;
109
107
  hide: () => void;
110
108
  };
@@ -115,7 +113,7 @@ export declare const useJourneySelectStore: () => {
115
113
  addItem: (item: JourneySelectItem) => void;
116
114
  applySelection: () => void;
117
115
  };
118
- deleteItem(item: any, index: number): void;
116
+ deleteItem(item: JourneySelectItem<any>, index: number): void;
119
117
  init(items: Array<any>, externalModel: Array<any> | any, renderingSlots: any): void;
120
118
  }>;
121
119
  get: {
@@ -125,6 +123,7 @@ export declare const useJourneySelectStore: () => {
125
123
  settings: guid;
126
124
  };
127
125
  readonly updatedModelValue: any;
126
+ readonly itemsToAdd: any;
128
127
  };
129
128
  } & {
130
129
  dispose?: () => void;
@@ -1,6 +1,6 @@
1
- declare const _default: (props: import("../../..").ExtractProps<Record<string, any>> & {} & {
1
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
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("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
6
6
  export default _default;
@@ -1,9 +1,9 @@
1
1
  import { DefineProp } from "@omnia/fx/ux";
2
2
  import { OPageDividerTypes, TypographySize, TypographySizes, TypographyType, TypographyTypes } from "@omnia/fx-models";
3
- type DividerProps = DefineProp<"class", String | String[]> & DefineProp<"variant", OPageDividerTypes, false, null> & DefineProp<"label", string, false, null> & DefineProp<"toned", boolean, false, false> & DefineProp<"labelSize", TypographySize | TypographySizes, false, null, "Specifies the title typography size. Should be used only if the variants size does not match the context."> & DefineProp<"labelType", TypographyType | TypographyTypes, false, null, "Specifies the typography type. Should be used only if the variants size does not match the context.">;
3
+ type DividerProps = DefineProp<"class", String | String[]> & DefineProp<"variant", OPageDividerTypes, false, null> & DefineProp<"label", string, false, null> & DefineProp<"vertical", boolean, false, false> & DefineProp<"toned", boolean, false, false> & DefineProp<"labelSize", TypographySize | TypographySizes, false, null, "Specifies the title typography size. Should be used only if the variants size does not match the context."> & DefineProp<"labelType", TypographyType | TypographyTypes, false, null, "Specifies the typography type. Should be used only if the variants size does not match the context.">;
4
4
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<DividerProps> & {} & {
5
5
  "v-slots"?: {} & Omit<{
6
6
  default?: import("vue").Slot;
7
7
  }, never>;
8
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "class" | "label" | "toned" | "labelSize" | "labelType"> & import("@omnia/fx/ux").VNodeEvents) => any;
8
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "vertical" | "class" | "label" | "toned" | "labelSize" | "labelType"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
9
  export default _default;
@@ -1,5 +1,6 @@
1
1
  import { OPageDividerTypes } from "@omnia/fx-models";
2
2
  export declare const DividerStyles: {
3
3
  divider: (dark: boolean, variant: OPageDividerTypes) => Readonly<import("@omnia/fx/ux").StylexValue>;
4
+ verticalDivider: (dark: boolean, variant: OPageDividerTypes) => Readonly<import("@omnia/fx/ux").StylexValue>;
4
5
  label: Readonly<import("@omnia/fx/ux").StylexValue>;
5
6
  };
@@ -7,7 +7,7 @@ type ListItemSlot = {
7
7
  isIndeterminate: boolean;
8
8
  select: (value: boolean) => void;
9
9
  };
10
- export type OListItemProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"icon", ButtonIconOptions, false, null, "The icon of the component."> & DefineProp<"title", VNodeChild, false, false, "The title of the component."> & DefineProp<"subtitle", VNodeChild, false, false, "Specify a subtitle text for the component."> & DefineProp<"active", boolean, false, false, "Controls the active state of the item. This is typically used to highlight the component."> & DefineProp<"selected", boolean, null, null, "Controls the active state of the item. This is typically used to highlight the component."> & DefineProp<"disabled", boolean, false, null, "Removed the ability to interact with the component."> & DefineProp<"variant", OListItemVariants, false, null, "Applies a distinct style to the component."> & DefineSlot<"append", (item: ListItemSlot) => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"prepend", (item: ListItemSlot) => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"default", (item: ListItemSlot) => VNodeChild, "The default Vue slot."> & DefineSlot<"title", (value: {
10
+ export type OListItemProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"icon", ButtonIconOptions, false, null, "The icon of the component."> & DefineProp<"title", VNodeChild, false, false, "The title of the component."> & DefineProp<"subtitle", VNodeChild, false, false, "Specify a subtitle text for the component."> & DefineProp<"divider", boolean, false, false, "Adds a divider after the item"> & DefineProp<"active", boolean, false, false, "Controls the active state of the item. This is typically used to highlight the component."> & DefineProp<"selected", boolean, null, null, "Controls the active state of the item. This is typically used to highlight the component."> & DefineProp<"disabled", boolean, false, null, "Removed the ability to interact with the component."> & DefineProp<"variant", OListItemVariants, false, null, "Applies a distinct style to the component."> & DefineSlot<"append", (item: ListItemSlot) => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"prepend", (item: ListItemSlot) => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"default", (item: ListItemSlot) => VNodeChild, "The default Vue slot."> & DefineSlot<"title", (value: {
11
11
  title: string | number | VNodeChild;
12
12
  }) => VNodeChild, "Slot for the component’s title content."> & DefineSlot<"subtitle", (value: {
13
13
  subtitle: string | number;
@@ -31,5 +31,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<OListItemPro
31
31
  } & Omit<{
32
32
  default?: import("vue").Slot;
33
33
  }, "title" | "default" | "append" | "prepend" | "subtitle">;
34
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "variant" | "active" | "class" | "disabled" | "colorSchemaType" | "colors" | "slot:title" | "slot:append" | "slot:prepend" | "subtitle" | "selected" | "slot:default" | "slot:subtitle" | "emit:click:delete" | "emit:click:remove" | "emit:click:navigate" | "emit:click:select"> & import("@omnia/fx/ux").VNodeEvents) => any;
34
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "variant" | "active" | "class" | "disabled" | "colorSchemaType" | "colors" | "divider" | "slot:title" | "slot:append" | "slot:prepend" | "subtitle" | "selected" | "slot:default" | "slot:subtitle" | "emit:click:delete" | "emit:click:remove" | "emit:click:navigate" | "emit:click:select"> & import("@omnia/fx/ux").VNodeEvents) => any;
35
35
  export default _default;
@@ -1,5 +1,6 @@
1
1
  import { DefineEmit, DefineProp, DefinePropTheming, useSlidePanelStore } from "@omnia/fx/ux";
2
2
  import { Swiper } from "internal/fx/libs/swiper";
3
+ import { SlidePanelSettings } from "@omnia/fx-models";
3
4
  import { Properties } from "csstype";
4
5
  export declare const SlidePanelVariation: readonly ["default", "custom-navigation"];
5
6
  export type SlidePanelVariationType = typeof SlidePanelVariation[number];
@@ -15,7 +16,7 @@ export interface SlidePanelStyleOverrides {
15
16
  * Slide panel component
16
17
  * @remarks - read the docs here of Core API https://swiperjs.com/swiper-api
17
18
  */
18
- type SlidePanelProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"navigation", boolean, false, false, "If navigation arrows should be shown."> & DefineProp<"pagination", boolean, false, false, "If pagination should be shown."> & DefineProp<"autoplay", boolean, false, false, "Autoplay the slides."> & DefineProp<"centeredSlides", boolean, false, false, "Active slide will be centered, not always on the left side."> & DefineProp<"loop", boolean, false, false, "Loops the slides."> & DefineProp<"scrollbar", boolean, false, false, "If scrollbar should be shown."> & DefineProp<"delay", number, false, 5000, "delay in milliseconds between slides for autoplay."> & DefineProp<"speed", number, false, 600, "Sets the transition speed."> & DefineProp<"slidesPerView", number, false, 1, "How many slides to be visible."> & DefineProp<"slideSpacing", number, false, 1, "The spacing between slides."> & DefineProp<"getApi", (store: ReturnType<typeof useSlidePanelStore>) => void, false, null, "callback to get a reference to the slider store. The store is used to interact with the slide panel."> & DefineProp<"contentWrapperClass", String, false, null, "The class to be applied to the content wrapper"> & DefineProp<"variant", SlidePanelVariationType, false, "default", "The variation of the slide panel. If set to custom-navigation, the navigation buttons will be rendered outside the slide panel and component outside has to handle the styles of the navigation buttons."> & DefineProp<"styleOverrides", SlidePanelStyleOverrides, false, null, "Style overrides to different containers"> & DefineEmit<"init", (swiper: typeof Swiper) => void, "Emits when the swiper is initialized"> & DefineEmit<"afterInit", (swiper: typeof Swiper) => void, "Emits after the swiper is initialized">;
19
+ type SlidePanelProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"settings", SlidePanelSettings> & DefineProp<"getApi", (store: ReturnType<typeof useSlidePanelStore>) => void, false, null, "callback to get a reference to the slider store. The store is used to interact with the slide panel."> & DefineProp<"contentWrapperClass", String, false, null, "The class to be applied to the content wrapper"> & DefineProp<"variant", SlidePanelVariationType, false, "default", "The variation of the slide panel. If set to custom-navigation, the navigation buttons will be rendered outside the slide panel and component outside has to handle the styles of the navigation buttons."> & DefineProp<"styleOverrides", SlidePanelStyleOverrides, false, null, "Style overrides to different containers"> & DefineEmit<"init", (swiper: typeof Swiper) => void, "Emits when the swiper is initialized"> & DefineEmit<"afterInit", (swiper: typeof Swiper) => void, "Emits after the swiper is initialized">;
19
20
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SlidePanelProps> & {
20
21
  onInit?: (swiper: typeof import("swiper").default) => any;
21
22
  onAfterInit?: (swiper: typeof import("swiper").default) => any;
@@ -23,5 +24,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SlidePanelPr
23
24
  "v-slots"?: {} & Omit<{
24
25
  default?: import("vue").Slot;
25
26
  }, never>;
26
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "navigation" | "variant" | "class" | "scrollbar" | "colorSchemaType" | "colors" | "getApi" | "loop" | "delay" | "autoplay" | "pagination" | "centeredSlides" | "speed" | "slidesPerView" | "slideSpacing" | "contentWrapperClass" | "styleOverrides" | "emit:init" | "emit:afterInit"> & import("@omnia/fx/ux").VNodeEvents) => any;
27
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "class" | "colorSchemaType" | "settings" | "colors" | "getApi" | "contentWrapperClass" | "styleOverrides" | "emit:init" | "emit:afterInit"> & import("@omnia/fx/ux").VNodeEvents) => any;
27
28
  export default _default;
@@ -1,5 +1,4 @@
1
1
  import { PromotedTagOptions, Tag, TipTapEditor, guid } from "../../../../models";
2
- import HashTagToolbar from "./HashTagToolbar";
3
2
  import { RichTextContentExtensionData } from "../../RichTextContentHelper";
4
3
  export declare const hashTagEditorExtension: () => {
5
4
  id: guid;
@@ -7,7 +6,24 @@ export declare const hashTagEditorExtension: () => {
7
6
  getConfiguration(): {
8
7
  nodes: import("@tiptap/core").Node<import("./HashTagNode").HashTagOptions, any>[];
9
8
  toolbarItems: {
10
- toolbar: typeof HashTagToolbar;
9
+ toolbar: (props: import("../../..").ExtractProps<import("../../..").DefineEmit<"setOnEditorUpdated", (onEditorUpdated: (extensionName?: string, data?: RichTextContentExtensionData) => void) => void> & import("../../..").DefineEmit<"contentChanged", (content: string, extensionName?: string, data?: RichTextContentExtensionData, pushChange?: boolean) => void> & {
10
+ menubar?: import("@omnia/fx-models").EditorHashTagMenuBar;
11
+ } & {
12
+ menuHandler?: (menubar: import("@omnia/fx-models").IHashTagMenuBarDefinition) => void;
13
+ } & {
14
+ selectTag?: (tag: Tag) => void;
15
+ } & {
16
+ promotedTagOptions?: PromotedTagOptions;
17
+ } & {
18
+ onBlur?: () => void;
19
+ }> & {
20
+ onContentChanged?: (content: string, extensionName?: string, data?: RichTextContentExtensionData, pushChange?: boolean) => any;
21
+ onSetOnEditorUpdated?: (onEditorUpdated: (extensionName?: string, data?: RichTextContentExtensionData) => void) => any;
22
+ } & {
23
+ "v-slots"?: {} & Omit<{
24
+ default?: import("vue").Slot;
25
+ }, never>;
26
+ } & {} & Omit<import("../../..").VueComponentBaseProps, "onBlur" | "menubar" | "emit:contentChanged" | "emit:setOnEditorUpdated" | "menuHandler" | "selectTag" | "promotedTagOptions"> & import("../../..").VNodeEvents) => any;
11
27
  configuration: {
12
28
  menuHandler: (menu: import("@omnia/fx-models").IHashTagMenuBarDefinition) => void;
13
29
  selectTag: (tag: Tag) => void;
@@ -1,7 +1,6 @@
1
- import { ToolbarExtension } from "../../ToolbarExtension";
2
- import { HashTagToolbarProperties, HashTagMenuBar, EditorHashTagMenuBar, IHashTagMenuBarDefinition, Tag, PromotedTagOptions } from "../../../../models";
1
+ import { DefineEmit } from "@omnia/fx/ux";
2
+ import { HashTagMenuBar, EditorHashTagMenuBar, IHashTagMenuBarDefinition, Tag, PromotedTagOptions } from "../../../../models";
3
3
  import { RichTextContentExtensionData } from "../../RichTextContentHelper";
4
- import { Editor } from "@tiptap/vue-3";
5
4
  export declare class HashTagMenuBarDefinition implements IHashTagMenuBarDefinition {
6
5
  constructor();
7
6
  _items: Array<Tag>;
@@ -20,17 +19,23 @@ export declare class HashTagMenuBarDefinition implements IHashTagMenuBarDefiniti
20
19
  SetSearchKeyword(searchKeyword: string): this;
21
20
  GetMenu(): HashTagMenuBar;
22
21
  }
23
- export default class HashTagToolbar extends ToolbarExtension implements HashTagToolbarProperties {
24
- menubar: EditorHashTagMenuBar;
25
- editor: Editor;
26
- onContentChanged?: (content: string, extensionName?: string, data?: RichTextContentExtensionData, pushChange?: boolean) => void;
27
- menuHandler: (menubar: IHashTagMenuBarDefinition) => void;
28
- selectTag: (tag: Tag) => void;
22
+ type SetOnEditorUpdated = (extensionName?: string, data?: RichTextContentExtensionData) => void;
23
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<DefineEmit<"setOnEditorUpdated", (onEditorUpdated: SetOnEditorUpdated) => void> & DefineEmit<"contentChanged", (content: string, extensionName?: string, data?: RichTextContentExtensionData, pushChange?: boolean) => void> & {
24
+ menubar?: EditorHashTagMenuBar;
25
+ } & {
26
+ menuHandler?: (menubar: IHashTagMenuBarDefinition) => void;
27
+ } & {
28
+ selectTag?: (tag: Tag) => void;
29
+ } & {
29
30
  promotedTagOptions?: PromotedTagOptions;
30
- onBlur: () => void;
31
- menuDefinition: IHashTagMenuBarDefinition;
32
- created(): void;
33
- mounted(): void;
34
- onItemSelected(tag: Tag): void;
35
- render(): import("vue/jsx-runtime").JSX.Element;
36
- }
31
+ } & {
32
+ onBlur?: () => void;
33
+ }> & {
34
+ onContentChanged?: (content: string, extensionName?: string, data?: RichTextContentExtensionData, pushChange?: boolean) => any;
35
+ onSetOnEditorUpdated?: (onEditorUpdated: SetOnEditorUpdated) => any;
36
+ } & {
37
+ "v-slots"?: {} & Omit<{
38
+ default?: import("vue").Slot;
39
+ }, never>;
40
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "onBlur" | "menubar" | "emit:contentChanged" | "emit:setOnEditorUpdated" | "menuHandler" | "selectTag" | "promotedTagOptions"> & import("@omnia/fx/ux").VNodeEvents) => any;
41
+ export default _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.376-dev",
4
+ "version": "8.0.377-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,7 +20,7 @@
20
20
  ],
21
21
  "author": "Omnia Digital Workplace AB",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.376-dev",
23
+ "@omnia/fx-models": "8.0.377-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",