@omnia/fx 8.0.239-dev → 8.0.240-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 (39) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/stores/markdown/{MarkdownStateStore.d.ts → MarkdownToolbarStateStore.d.ts} +1 -10
  4. package/internal-do-not-import-from-here/stores/markdown/index.d.ts +1 -1
  5. package/internal-do-not-import-from-here/ux/admin/recaptcha/ReCaptcha.d.ts +16 -13
  6. package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/AddPropertyBlade.d.ts +47 -0
  8. package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/EditPropertyBlade.d.ts +47 -0
  9. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/SelfServiceStore.d.ts +18 -8
  10. package/internal-do-not-import-from-here/ux/app/apps/admin/AppDefinitionsListing.d.ts +56 -0
  11. package/internal-do-not-import-from-here/ux/app/apps/admin/AppsConstants.d.ts +5 -0
  12. package/internal-do-not-import-from-here/ux/button/ButtonPresets.d.ts +1 -0
  13. package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +7 -3
  14. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +3 -2
  15. package/internal-do-not-import-from-here/ux/journey/index.d.ts +0 -1
  16. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +18 -6
  17. package/internal-do-not-import-from-here/ux/markdown2/MarkdownToolbar.d.ts +1 -389
  18. package/internal-do-not-import-from-here/ux/markdown2/commands/ClipboardCommands.d.ts +4 -0
  19. package/internal-do-not-import-from-here/ux/markdown2/commands/EditorCommands.d.ts +23 -0
  20. package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/Editorhelper.d.ts +7 -0
  21. package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/Nodehelper.d.ts +6 -0
  22. package/internal-do-not-import-from-here/ux/markdown2/models/MarkdownPlugin.d.ts +2 -0
  23. package/internal-do-not-import-from-here/ux/markdown2/plugins/ColorStylePlugin.d.ts +1 -0
  24. package/internal-do-not-import-from-here/ux/markdown2/plugins/TypographyPlugin.d.ts +1 -0
  25. package/internal-do-not-import-from-here/ux/markdown2/plugins/buttons/ColorButton.d.ts +47 -0
  26. package/internal-do-not-import-from-here/ux/markdown2/plugins/buttons/TypographyButton.d.ts +47 -0
  27. package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownStore.d.ts +28 -55
  28. package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownToolbarStore.d.ts +849 -24
  29. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +5 -5
  30. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +2 -2
  32. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +5 -6
  33. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +2 -2
  35. package/internal-do-not-import-from-here/wctypings.d.ts +17 -17
  36. package/package.json +3 -3
  37. package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/blades/HomeBlade_old.d.ts +0 -1
  38. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +0 -79
  39. package/internal-do-not-import-from-here/ux/journey/use/index.d.ts +0 -1
@@ -48,7 +48,7 @@ declare const _default: {
48
48
  type: import("vue").PropType<ButtonTooltipOptions>;
49
49
  };
50
50
  preset: {
51
- type: import("vue").PropType<"select" | "cancel" | "close" | "delete" | "details" | "confirm" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "manage-list" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
51
+ type: import("vue").PropType<"select" | "add" | "cancel" | "close" | "delete" | "details" | "confirm" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "manage-list" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
52
52
  };
53
53
  overrides: {
54
54
  type: import("vue").PropType<object>;
@@ -131,7 +131,7 @@ declare const _default: {
131
131
  type: import("vue").PropType<ButtonTooltipOptions>;
132
132
  };
133
133
  preset: {
134
- type: import("vue").PropType<"select" | "cancel" | "close" | "delete" | "details" | "confirm" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "manage-list" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
134
+ type: import("vue").PropType<"select" | "add" | "cancel" | "close" | "delete" | "details" | "confirm" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "manage-list" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
135
135
  };
136
136
  overrides: {
137
137
  type: import("vue").PropType<object>;
@@ -223,7 +223,7 @@ declare const _default: {
223
223
  type: import("vue").PropType<ButtonTooltipOptions>;
224
224
  };
225
225
  preset: {
226
- type: import("vue").PropType<"select" | "cancel" | "close" | "delete" | "details" | "confirm" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "manage-list" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
226
+ type: import("vue").PropType<"select" | "add" | "cancel" | "close" | "delete" | "details" | "confirm" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "manage-list" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
227
227
  };
228
228
  overrides: {
229
229
  type: import("vue").PropType<object>;
@@ -312,7 +312,7 @@ declare const _default: {
312
312
  type: import("vue").PropType<ButtonTooltipOptions>;
313
313
  };
314
314
  preset: {
315
- type: import("vue").PropType<"select" | "cancel" | "close" | "delete" | "details" | "confirm" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "manage-list" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
315
+ type: import("vue").PropType<"select" | "add" | "cancel" | "close" | "delete" | "details" | "confirm" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "manage-list" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
316
316
  };
317
317
  overrides: {
318
318
  type: import("vue").PropType<object>;
@@ -372,7 +372,7 @@ declare const _default: {
372
372
  grouped?: boolean;
373
373
  loading?: boolean;
374
374
  overrides?: object;
375
- preset?: "select" | "cancel" | "close" | "delete" | "details" | "confirm" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "manage-list" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request";
375
+ preset?: "select" | "add" | "cancel" | "close" | "delete" | "details" | "confirm" | "settings" | "remove" | "retry" | "create" | "ok" | "save" | "manage-list" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request";
376
376
  transparentHover?: boolean;
377
377
  stacked?: boolean;
378
378
  disableBlueprint?: boolean;
@@ -799,6 +799,7 @@ declare const _default: {
799
799
  default?: import("../../DefineVueTypings").Slot<any[]>;
800
800
  } & ODataTableServerSlots;
801
801
  loading?: boolean;
802
+ itemValue?: SelectItemKey;
802
803
  "v-model:expanded"?: string[];
803
804
  "onUpdate:expanded"?: (value: string[]) => any;
804
805
  sortBy?: SortItem[];
@@ -808,7 +809,6 @@ declare const _default: {
808
809
  hover?: boolean;
809
810
  showExpand?: boolean;
810
811
  itemsPerPage?: number;
811
- itemValue?: SelectItemKey;
812
812
  itemSelectable?: SelectItemKey;
813
813
  showSelect?: boolean;
814
814
  "onUpdate:page"?: (value: number) => any;
@@ -6,7 +6,7 @@ export interface IListItem<T> {
6
6
  index: number;
7
7
  Item: typeof o.list.item;
8
8
  }
9
- export type OListProps<T> = DefinePropTheming & DefinePropClass & DefineVModel<"", T[], false, null, "An array of strings or objects used for automatically generating children components."> & DefineProp<"lines", OListLineTypes, false, null, "Designates a minimum-height for all the children o-list-item components. THis props uses line-clamp."> & DefineProp<"nav", boolean, false, false, "An alternative styling that reduces o-list-item width and rounds the corners. Typically used with o-navigation-drawer."> & DefineProp<"toned", boolean, false, false> & DefineProp<"divider", boolean, false, false, "If true, each item will have a bottom divider"> & DefineProp<"variant", OListTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"draggable", boolean | Ref<boolean>, false, false, "Enable draggable row."> & DefineProp<"itemValue", string | ((item: any) => string), false, null, "Property on supplied items that contains its value."> & DefineSlot<"item", (item: IListItem<T>) => VNodeChild>;
9
+ export type OListProps<T> = DefinePropTheming & DefinePropClass & DefineVModel<"", T[], false, null, "An array of strings or objects used for automatically generating children components."> & DefineProp<"lines", OListLineTypes, false, null, "Designates a minimum-height for all the children o-list-item components. THis props uses line-clamp."> & DefineProp<"nav", boolean, false, false, "An alternative styling that reduces o-list-item width and rounds the corners. Typically used with o-navigation-drawer."> & DefineProp<"toned", boolean, false, false> & DefineProp<"divider", boolean, false, false, "If true, each item will have a bottom divider"> & DefineProp<"variant", OListTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"draggable", boolean | Ref<boolean>, false, false, "Enable draggable row."> & DefineProp<"removable", boolean | Ref<boolean>, false, false, "Enable removable row."> & DefineProp<"itemValue", string | ((item: any) => string), false, null, "Property on supplied items that contains its value."> & DefineSlot<"item", (item: IListItem<T>) => VNodeChild>;
10
10
  declare const _default: <T extends unknown>(props: import("@omnia/fx/ux").ConstructComponentProps<OListProps<T>>) => {
11
11
  $: import("vue").ComponentInternalInstance;
12
12
  $data: {};
@@ -51,7 +51,7 @@ declare const _default: <T extends unknown>(props: import("@omnia/fx/ux").Constr
51
51
  } & Omit<{
52
52
  default?: import("vue").Slot;
53
53
  }, "item">;
54
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "nav" | "colorSchemaType" | "toned" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "draggable" | "variant" | "divider" | "lines" | "itemValue">;
54
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "nav" | "colorSchemaType" | "toned" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "draggable" | "variant" | "divider" | "lines" | "removable" | "itemValue">;
55
55
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
56
56
  [key: string]: any;
57
57
  }>;
@@ -1,17 +1,17 @@
1
1
  import { ButtonIconOptions, OListItemVariants } from "@omnia/fx/models";
2
2
  import { DefineEmit, DefineProp, DefinePropClass, DefinePropTheming, DefineSlot } from "@omnia/fx/ux";
3
- import { Ref, VNodeChild } from "vue";
3
+ import { VNodeChild } from "vue";
4
4
  type ListItemSlot = {
5
5
  isActive: boolean;
6
6
  isSelected: boolean;
7
7
  isIndeterminate: boolean;
8
8
  select: (value: boolean) => void;
9
9
  };
10
- export type OListItemProps = DefinePropTheming & DefinePropClass & DefineProp<"draggable", boolean | Ref<boolean>, false, false, "Enable draggable row."> & 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<"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 & DefinePropClass & 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<"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;
12
12
  }) => VNodeChild, "Slot for the component’s title content."> & DefineSlot<"subtitle", (value: {
13
13
  subtitle: string | number;
14
- }) => VNodeChild, "Slot for the component’s subtitle content."> & DefineSlot<"draggable", (item: ListItemSlot) => VNodeChild, "Slot for the component’s draggable icon."> & DefineEmit<"click:delete", (e: MouseEvent) => VNodeChild, "Emit a delete event."> & DefineEmit<"click:navigate", (e: MouseEvent) => VNodeChild, "Emit a navigate event.">;
14
+ }) => VNodeChild, "Slot for the component’s subtitle content."> & DefineEmit<"click:delete", (e: MouseEvent) => VNodeChild, "Emit a delete event."> & DefineEmit<"click:navigate", (e: MouseEvent) => VNodeChild, "Emit a navigate event.">;
15
15
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<OListItemProps>) => {
16
16
  $: import("vue").ComponentInternalInstance;
17
17
  $data: {};
@@ -61,14 +61,13 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<O
61
61
  subtitle?: (value: {
62
62
  subtitle: string | number;
63
63
  }) => VNodeChild;
64
- draggable?: (item: ListItemSlot) => VNodeChild;
65
64
  } & Omit<{
66
65
  default?: import("vue").Slot;
67
- }, "title" | "default" | "append" | "prepend" | "draggable" | "subtitle">;
66
+ }, "title" | "default" | "append" | "prepend" | "subtitle">;
68
67
  } & {
69
68
  "onClick:delete"?: (e: MouseEvent) => any;
70
69
  "onClick:navigate"?: (e: MouseEvent) => any;
71
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "container" | "class" | "active" | "disabled" | "colorSchemaType" | "colors" | "draggable" | "variant" | "subtitle">;
70
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "container" | "class" | "active" | "disabled" | "colorSchemaType" | "colors" | "variant" | "subtitle">;
72
71
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
73
72
  [key: string]: any;
74
73
  }>;
@@ -266,8 +266,8 @@ declare const _default: {
266
266
  } & VRatingSlots;
267
267
  readonly?: boolean;
268
268
  clearable?: boolean;
269
- hover?: boolean;
270
269
  density?: "default" | "compact" | "comfortable";
270
+ hover?: boolean;
271
271
  }>, never>;
272
272
  };
273
273
  export default _default;
@@ -409,11 +409,11 @@ declare const _default: {
409
409
  appendInnerItem?: (item: any, index: Number) => VNodeChild;
410
410
  itemToolTip?: (item: any) => VNodeChild;
411
411
  };
412
- "v-model:expanded"?: any[];
413
- "onUpdate:expanded"?: (value: any[]) => any;
414
412
  itemValue?: string;
415
413
  itemTitle?: string | ((item: any) => string);
416
414
  itemChildren?: string;
415
+ "v-model:expanded"?: any[];
416
+ "onUpdate:expanded"?: (value: any[]) => any;
417
417
  expandOnSelection?: boolean;
418
418
  batchChildrensDisplay?: number;
419
419
  itemIcon?: string | ((item: any) => IIcon);
@@ -67,7 +67,6 @@ import wc744b3f31e00c4815b63ecaf638ad7a7a from './ux/markdown/MarkdownEditor';
67
67
  import wcc8b990d01ddc45ab930b4409fc406435 from './ux/markdown/MarkdownRenderer';
68
68
  import wccbd18219fce4454d92afd1867f0ef43b from './ux/markdown/MarkdownToolbar';
69
69
  import wcfaee0b6397494a9abca9c480856e2498 from './ux/markdown2/MarkdownEditorFuture';
70
- import wc755f943792b441eab300c1fdc8709d22 from './ux/markdown2/MarkdownToolbar';
71
70
  import wce9bb3179713943d787e139cedf749838 from './ux/mediapickerimage/MediaPickerImage';
72
71
  import wc4b2648ed8b124e62a09b21b099b43399 from './ux/mediapickervideo/MediaPickerVideo';
73
72
  import wc2e8004b49c8d44dd8edb56ce884c2b57 from './ux/monaco/MonacoEditor';
@@ -335,6 +334,7 @@ import wc0c165626e6834b5284303c38248bc2ec from './ux/app/apps/admin/PublishingAp
335
334
  import wc97fc43f2fa6e429483740135f5884c00 from './ux/app/apps/admin/TeamworkAppsJourney';
336
335
  import wc633b2666fb3c48078175013704c7f7ac from './ux/app/apps/admin/CommunitiesAppsJourney';
337
336
  import wca457ba6d0da84795925235989b9c0c9a from './ux/app/apps/admin/AppManagementCategoryJourney';
337
+ import wc669778312f2b40739774539e6de4d1ea from './ux/app/apps/admin/AppDefinitionsListing';
338
338
  import wc1f34388f1f4140d3a38e6b0cc8897fc5 from './ux/aurora/components/backgroundstyle/BackgroundStyleEditor';
339
339
  import wc811d753f7c54407093158c49519020f5 from './ux/aurora/components/backgroundstyle/BackgroundStyleViewer';
340
340
  import wc21b90a7556c8450ead8de25357de90d3 from './ux/aurora/components/blueprinttemplatespicker/BlueprintsTemplatePicker';
@@ -738,9 +738,6 @@ declare global {
738
738
  "omfx-markdown-editor-future": typeof wcfaee0b6397494a9abca9c480856e2498 extends {
739
739
  propsDefinition: infer TProp;
740
740
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcfaee0b6397494a9abca9c480856e2498 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcfaee0b6397494a9abca9c480856e2498>, "propsDefinition">> : never;
741
- "omfx-markdown-editor-toolbar-future": typeof wc755f943792b441eab300c1fdc8709d22 extends {
742
- propsDefinition: infer TProp;
743
- } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc755f943792b441eab300c1fdc8709d22 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc755f943792b441eab300c1fdc8709d22>, "propsDefinition">> : never;
744
741
  "omfx-media-picker-image": typeof wce9bb3179713943d787e139cedf749838 extends {
745
742
  propsDefinition: infer TProp;
746
743
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wce9bb3179713943d787e139cedf749838 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wce9bb3179713943d787e139cedf749838>, "propsDefinition">> : never;
@@ -1542,6 +1539,9 @@ declare global {
1542
1539
  "oa-app-management-category": typeof wca457ba6d0da84795925235989b9c0c9a extends {
1543
1540
  propsDefinition: infer TProp;
1544
1541
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wca457ba6d0da84795925235989b9c0c9a extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wca457ba6d0da84795925235989b9c0c9a>, "propsDefinition">> : never;
1542
+ "oa-app-definitions-listing": typeof wc669778312f2b40739774539e6de4d1ea extends {
1543
+ propsDefinition: infer TProp;
1544
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc669778312f2b40739774539e6de4d1ea extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc669778312f2b40739774539e6de4d1ea>, "propsDefinition">> : never;
1545
1545
  "omfx-background-editor": typeof wc1f34388f1f4140d3a38e6b0cc8897fc5 extends {
1546
1546
  propsDefinition: infer TProp;
1547
1547
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1f34388f1f4140d3a38e6b0cc8897fc5 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1f34388f1f4140d3a38e6b0cc8897fc5>, "propsDefinition">> : never;
@@ -3139,29 +3139,20 @@ declare global {
3139
3139
  };
3140
3140
  "markdown": {
3141
3141
  "editor": {
3142
- "toolbar": {
3143
- "future": typeof wc755f943792b441eab300c1fdc8709d22 extends {
3144
- propsDefinition: infer TProp;
3145
- } ? {
3146
- new (...args: any[]): {
3147
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3148
- };
3149
- } : typeof wc755f943792b441eab300c1fdc8709d22;
3150
- };
3151
- "future": typeof wcfaee0b6397494a9abca9c480856e2498 extends {
3142
+ "toolbar": typeof wccbd18219fce4454d92afd1867f0ef43b extends {
3152
3143
  propsDefinition: infer TProp;
3153
3144
  } ? {
3154
3145
  new (...args: any[]): {
3155
3146
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3156
3147
  };
3157
- } : typeof wcfaee0b6397494a9abca9c480856e2498;
3158
- "toolbar$": typeof wccbd18219fce4454d92afd1867f0ef43b extends {
3148
+ } : typeof wccbd18219fce4454d92afd1867f0ef43b;
3149
+ "future": typeof wcfaee0b6397494a9abca9c480856e2498 extends {
3159
3150
  propsDefinition: infer TProp;
3160
3151
  } ? {
3161
3152
  new (...args: any[]): {
3162
3153
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3163
3154
  };
3164
- } : typeof wccbd18219fce4454d92afd1867f0ef43b;
3155
+ } : typeof wcfaee0b6397494a9abca9c480856e2498;
3165
3156
  };
3166
3157
  "renderer": typeof wcc8b990d01ddc45ab930b4409fc406435 extends {
3167
3158
  propsDefinition: infer TProp;
@@ -5954,6 +5945,15 @@ declare global {
5954
5945
  };
5955
5946
  } : typeof wca457ba6d0da84795925235989b9c0c9a;
5956
5947
  };
5948
+ "definitions": {
5949
+ "listing": typeof wc669778312f2b40739774539e6de4d1ea extends {
5950
+ propsDefinition: infer TProp;
5951
+ } ? {
5952
+ new (...args: any[]): {
5953
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5954
+ };
5955
+ } : typeof wc669778312f2b40739774539e6de4d1ea;
5956
+ };
5957
5957
  };
5958
5958
  "auditlogs": {
5959
5959
  "journey": typeof wc05be354b04b344449edd7269f762a43c extends {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.239-dev",
4
+ "version": "8.0.240-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": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.239-dev",
23
+ "@omnia/fx-models": "8.0.240-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.4.31",
29
- "vuetify": "3.6.11",
29
+ "vuetify": "3.6.12",
30
30
  "tslib": "2.6.2",
31
31
  "typescript": "5.3.3",
32
32
  "@tiptap/vue-3": "2.1.13",
@@ -1,79 +0,0 @@
1
- import { guid } from "@omnia/fx-models";
2
- import { JourneyBladeProps } from "../JourneyBlade";
3
- import { VNodeChild, WatchStopHandle } from "vue";
4
- import { ConstructComponentProps } from "../../InternalDefineComponent";
5
- type BladeElement = (props: ConstructComponentProps<Omit<JourneyBladeProps, "id" | "getApi">>) => any;
6
- /**
7
- * @deprecated use defineBlade instead..
8
- */
9
- export declare function useBlade<TRoute extends {
10
- [name: string]: string | number | boolean | guid;
11
- } = {}>(bladeId: guid, renderer?: (blade: BladeElement) => VNodeChild): {
12
- readonly Blade: BladeElement;
13
- id: guid;
14
- DataTable: <T extends unknown>(props: ConstructComponentProps<import("../../oxide/datatable/DataTable").DataTableProps<T>>) => {
15
- $: import("vue").ComponentInternalInstance;
16
- $data: {};
17
- $props: {};
18
- $attrs: {
19
- [x: string]: unknown;
20
- };
21
- $refs: {
22
- [x: string]: unknown;
23
- };
24
- $slots: Readonly<{
25
- [name: string]: import("vue").Slot<any>;
26
- }>;
27
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
28
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
29
- $emit: (event: string, ...args: any[]) => void;
30
- $el: any;
31
- $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
32
- beforeCreate?: (() => void) | (() => void)[];
33
- created?: (() => void) | (() => void)[];
34
- beforeMount?: (() => void) | (() => void)[];
35
- mounted?: (() => void) | (() => void)[];
36
- beforeUpdate?: (() => void) | (() => void)[];
37
- updated?: (() => void) | (() => void)[];
38
- activated?: (() => void) | (() => void)[];
39
- deactivated?: (() => void) | (() => void)[];
40
- beforeDestroy?: (() => void) | (() => void)[];
41
- beforeUnmount?: (() => void) | (() => void)[];
42
- destroyed?: (() => void) | (() => void)[];
43
- unmounted?: (() => void) | (() => void)[];
44
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
45
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
46
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
47
- };
48
- $forceUpdate: () => void;
49
- $nextTick: typeof import("vue").nextTick;
50
- $watch<T_1 extends string | ((...args: any) => any)>(source: T_1, cb: T_1 extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: (cleanupFn: () => void) => void) => any : (args_0: any, args_1: any, args_2: (cleanupFn: () => void) => void) => any, options?: import("vue").WatchOptions<boolean>): WatchStopHandle;
51
- } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
52
- propsDefinition: import("../../InternalDefineComponent").ExtractProps<import("../../oxide/datatable/DataTable").DataTableProps<T>> & {
53
- "v-slots"?: {
54
- [x: `header.${string}`]: (header: import("../..").DataTableHeader) => void;
55
- [x: `item.${string}`]: (e: {
56
- item: T;
57
- }) => void;
58
- item?: (row: import("../..").IDataTableRowRenderer<T>) => void;
59
- } & Omit<{
60
- default?: import("vue").Slot;
61
- }, "item" | `header.${string}` | `item.${string}`>;
62
- } & {
63
- "onUpdate:expanded"?: (expanded: string[]) => any;
64
- "onUpdate:sortBy"?: (item: import("../..").SortItem[]) => any;
65
- "onClick:loadMore"?: () => any;
66
- } & Omit<import("../..").VueComponentBaseProps, "headers" | "container" | "height" | "expanded" | "colorSchemaType" | "items" | "colors" | "draggable" | "loading" | "v-model:expanded" | "onUpdate:expanded" | "sortBy" | "v-model:sortBy" | "onUpdate:sortBy" | "mustSort" | "noDataText" | "hover" | "showExpand" | "showLoadMore" | "itemsPerPage" | "v-model:items" | "onUpdate:items">;
67
- } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
68
- [key: string]: any;
69
- }>;
70
- readonly route: TRoute;
71
- moveNext(): void;
72
- movePrev(): void;
73
- travelTo(toBladeId: guid): void;
74
- defineValueToSave<T_2>(value?: T_2): {
75
- value: T_2;
76
- setValue: (value: T_2) => void;
77
- };
78
- };
79
- export {};
@@ -1 +0,0 @@
1
- export * from "./UseBlade";