@omnia/fx 8.0.238-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.
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/markdown/{MarkdownStateStore.d.ts → MarkdownToolbarStateStore.d.ts} +1 -10
- package/internal-do-not-import-from-here/stores/markdown/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/recaptcha/ReCaptcha.d.ts +16 -13
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/AddUserTypeBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/EditPropertyBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/EditUserTypeBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/UserTypesBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/SelfServiceStore.d.ts +18 -8
- package/internal-do-not-import-from-here/ux/app/apps/admin/AppDefinitionsListing.d.ts +56 -0
- package/internal-do-not-import-from-here/ux/app/apps/admin/AppsConstants.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/button/ButtonPresets.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/journey/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +18 -6
- package/internal-do-not-import-from-here/ux/markdown2/MarkdownEditorFuture.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/markdown2/MarkdownToolbar.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/markdown2/MarkdownToolbar.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/markdown2/commands/ClipboardCommands.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/markdown2/commands/EditorCommands.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/Editorhelper.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/Nodehelper.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/markdown2/models/MarkdownPlugin.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/ColorStylePlugin.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/TypographyPlugin.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/buttons/ColorButton.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/buttons/TypographyButton.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownStore.d.ts +69 -19
- package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownToolbarStore.d.ts +872 -0
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +5 -6
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +6 -232
- package/internal-do-not-import-from-here/wctypings.d.ts +13 -0
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/blades/HomeBlade_old.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +0 -79
- package/internal-do-not-import-from-here/ux/journey/use/index.d.ts +0 -1
- /package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/{NotifyBlade.d.ts → AddPropertyBlade.d.ts} +0 -0
@@ -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 {
|
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<"
|
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."> &
|
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" | "
|
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" | "
|
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
|
}>;
|
@@ -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);
|
@@ -1,4 +1,3 @@
|
|
1
|
-
import { useMarkdownEditorStore } from "@omnia/fx/stores";
|
2
1
|
import { VelcronAppDefinition, VelcronDefinition, VelcronDefinitionRegistration, ContainerBlueprint, ContainerVariant, VelcronSectionInstance, guid, BorderSelectorActionRegistration } from "@omnia/fx-models";
|
3
2
|
type InsertMode = "add" | "change";
|
4
3
|
export interface InsertOptions {
|
@@ -76,82 +75,7 @@ export declare const useVelcronContentEditorStore: () => {
|
|
76
75
|
actions: {
|
77
76
|
onDispatching: {
|
78
77
|
setMarkdownEditorStore: {
|
79
|
-
subscribe(fn: (store:
|
80
|
-
state: {
|
81
|
-
toolbar: {
|
82
|
-
show: boolean;
|
83
|
-
textActions: import("@omnia/fx-models").MarkdownEditorActionRegistration[];
|
84
|
-
additionalActions: import("@omnia/fx-models").MarkdownEditorActionRegistration[];
|
85
|
-
};
|
86
|
-
toolbarOwnerId: guid;
|
87
|
-
activeEditor: import("@toast-ui/editor").Editor;
|
88
|
-
};
|
89
|
-
events: {
|
90
|
-
onMutatedToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
91
|
-
show: boolean;
|
92
|
-
textActions: import("@omnia/fx-models").MarkdownEditorActionRegistration[];
|
93
|
-
additionalActions: import("@omnia/fx-models").MarkdownEditorActionRegistration[];
|
94
|
-
}>;
|
95
|
-
onMutatedToolbarOwnerId: import("@omnia/fx").MessageBusExposeOnlySubscription<guid>;
|
96
|
-
onMutatedActiveEditor: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@toast-ui/editor").Editor>;
|
97
|
-
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
98
|
-
actions: {
|
99
|
-
onDispatching: {
|
100
|
-
commands: {
|
101
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
102
|
-
};
|
103
|
-
toolbar: {
|
104
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
105
|
-
};
|
106
|
-
editor: {
|
107
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
108
|
-
};
|
109
|
-
};
|
110
|
-
onDispatched: {
|
111
|
-
commands: {
|
112
|
-
subscribe(fn: (result: {
|
113
|
-
exec: (command: string, payload: any) => void;
|
114
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
115
|
-
};
|
116
|
-
toolbar: {
|
117
|
-
subscribe(fn: (result: {
|
118
|
-
addAdditionalAction: (action: import("@omnia/fx-models").MarkdownEditorActionRegistration) => void;
|
119
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
120
|
-
};
|
121
|
-
editor: {
|
122
|
-
subscribe(fn: (result: {
|
123
|
-
onEnter: (editor: import("@toast-ui/editor").Editor, editorId: guid) => void;
|
124
|
-
onLeave: (id: any) => void;
|
125
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
126
|
-
};
|
127
|
-
};
|
128
|
-
onFailure: {
|
129
|
-
commands: {
|
130
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
131
|
-
};
|
132
|
-
toolbar: {
|
133
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
134
|
-
};
|
135
|
-
editor: {
|
136
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
137
|
-
};
|
138
|
-
};
|
139
|
-
} & {
|
140
|
-
commands: () => {
|
141
|
-
exec: (command: string, payload: any) => void;
|
142
|
-
};
|
143
|
-
toolbar: () => {
|
144
|
-
addAdditionalAction: (action: import("@omnia/fx-models").MarkdownEditorActionRegistration) => void;
|
145
|
-
};
|
146
|
-
editor: () => {
|
147
|
-
onEnter: (editor: import("@toast-ui/editor").Editor, editorId: guid) => void;
|
148
|
-
onLeave: (id: any) => void;
|
149
|
-
};
|
150
|
-
};
|
151
|
-
get: {
|
152
|
-
isActiveStore(): boolean;
|
153
|
-
};
|
154
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
78
|
+
subscribe(fn: (store: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
155
79
|
};
|
156
80
|
selectorActions: {
|
157
81
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -177,82 +101,7 @@ export declare const useVelcronContentEditorStore: () => {
|
|
177
101
|
};
|
178
102
|
onDispatched: {
|
179
103
|
setMarkdownEditorStore: {
|
180
|
-
subscribe(fn: (result: void, store:
|
181
|
-
state: {
|
182
|
-
toolbar: {
|
183
|
-
show: boolean;
|
184
|
-
textActions: import("@omnia/fx-models").MarkdownEditorActionRegistration[];
|
185
|
-
additionalActions: import("@omnia/fx-models").MarkdownEditorActionRegistration[];
|
186
|
-
};
|
187
|
-
toolbarOwnerId: guid;
|
188
|
-
activeEditor: import("@toast-ui/editor").Editor;
|
189
|
-
};
|
190
|
-
events: {
|
191
|
-
onMutatedToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
192
|
-
show: boolean;
|
193
|
-
textActions: import("@omnia/fx-models").MarkdownEditorActionRegistration[];
|
194
|
-
additionalActions: import("@omnia/fx-models").MarkdownEditorActionRegistration[];
|
195
|
-
}>;
|
196
|
-
onMutatedToolbarOwnerId: import("@omnia/fx").MessageBusExposeOnlySubscription<guid>;
|
197
|
-
onMutatedActiveEditor: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@toast-ui/editor").Editor>;
|
198
|
-
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
199
|
-
actions: {
|
200
|
-
onDispatching: {
|
201
|
-
commands: {
|
202
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
203
|
-
};
|
204
|
-
toolbar: {
|
205
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
206
|
-
};
|
207
|
-
editor: {
|
208
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
209
|
-
};
|
210
|
-
};
|
211
|
-
onDispatched: {
|
212
|
-
commands: {
|
213
|
-
subscribe(fn: (result: {
|
214
|
-
exec: (command: string, payload: any) => void;
|
215
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
216
|
-
};
|
217
|
-
toolbar: {
|
218
|
-
subscribe(fn: (result: {
|
219
|
-
addAdditionalAction: (action: import("@omnia/fx-models").MarkdownEditorActionRegistration) => void;
|
220
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
221
|
-
};
|
222
|
-
editor: {
|
223
|
-
subscribe(fn: (result: {
|
224
|
-
onEnter: (editor: import("@toast-ui/editor").Editor, editorId: guid) => void;
|
225
|
-
onLeave: (id: any) => void;
|
226
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
227
|
-
};
|
228
|
-
};
|
229
|
-
onFailure: {
|
230
|
-
commands: {
|
231
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
232
|
-
};
|
233
|
-
toolbar: {
|
234
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
235
|
-
};
|
236
|
-
editor: {
|
237
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
238
|
-
};
|
239
|
-
};
|
240
|
-
} & {
|
241
|
-
commands: () => {
|
242
|
-
exec: (command: string, payload: any) => void;
|
243
|
-
};
|
244
|
-
toolbar: () => {
|
245
|
-
addAdditionalAction: (action: import("@omnia/fx-models").MarkdownEditorActionRegistration) => void;
|
246
|
-
};
|
247
|
-
editor: () => {
|
248
|
-
onEnter: (editor: import("@toast-ui/editor").Editor, editorId: guid) => void;
|
249
|
-
onLeave: (id: any) => void;
|
250
|
-
};
|
251
|
-
};
|
252
|
-
get: {
|
253
|
-
isActiveStore(): boolean;
|
254
|
-
};
|
255
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
104
|
+
subscribe(fn: (result: void, store: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
256
105
|
};
|
257
106
|
selectorActions: {
|
258
107
|
subscribe(fn: (result: {
|
@@ -293,7 +142,7 @@ export declare const useVelcronContentEditorStore: () => {
|
|
293
142
|
definition: {
|
294
143
|
subscribe(fn: (result: {
|
295
144
|
updateColorSchema: (definitionRegistration: VelcronSectionInstance, colorSchemaType: string) => void;
|
296
|
-
addByRegistration: (definition: VelcronDefinitionRegistration, insertOptions: InsertOptions, setAsActive?: boolean) =>
|
145
|
+
addByRegistration: (definition: VelcronDefinitionRegistration, insertOptions: InsertOptions, setAsActive?: boolean) => void;
|
297
146
|
addBySection: (definitions: Array<VelcronSectionInstance>) => void;
|
298
147
|
delete: (definition: VelcronSectionInstance) => void;
|
299
148
|
deleteReference: (definition: VelcronSectionInstance) => any;
|
@@ -312,82 +161,7 @@ export declare const useVelcronContentEditorStore: () => {
|
|
312
161
|
};
|
313
162
|
onFailure: {
|
314
163
|
setMarkdownEditorStore: {
|
315
|
-
subscribe(fn: (failureReason: any, store:
|
316
|
-
state: {
|
317
|
-
toolbar: {
|
318
|
-
show: boolean;
|
319
|
-
textActions: import("@omnia/fx-models").MarkdownEditorActionRegistration[];
|
320
|
-
additionalActions: import("@omnia/fx-models").MarkdownEditorActionRegistration[];
|
321
|
-
};
|
322
|
-
toolbarOwnerId: guid;
|
323
|
-
activeEditor: import("@toast-ui/editor").Editor;
|
324
|
-
};
|
325
|
-
events: {
|
326
|
-
onMutatedToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
327
|
-
show: boolean;
|
328
|
-
textActions: import("@omnia/fx-models").MarkdownEditorActionRegistration[];
|
329
|
-
additionalActions: import("@omnia/fx-models").MarkdownEditorActionRegistration[];
|
330
|
-
}>;
|
331
|
-
onMutatedToolbarOwnerId: import("@omnia/fx").MessageBusExposeOnlySubscription<guid>;
|
332
|
-
onMutatedActiveEditor: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@toast-ui/editor").Editor>;
|
333
|
-
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
334
|
-
actions: {
|
335
|
-
onDispatching: {
|
336
|
-
commands: {
|
337
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
338
|
-
};
|
339
|
-
toolbar: {
|
340
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
341
|
-
};
|
342
|
-
editor: {
|
343
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
344
|
-
};
|
345
|
-
};
|
346
|
-
onDispatched: {
|
347
|
-
commands: {
|
348
|
-
subscribe(fn: (result: {
|
349
|
-
exec: (command: string, payload: any) => void;
|
350
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
351
|
-
};
|
352
|
-
toolbar: {
|
353
|
-
subscribe(fn: (result: {
|
354
|
-
addAdditionalAction: (action: import("@omnia/fx-models").MarkdownEditorActionRegistration) => void;
|
355
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
356
|
-
};
|
357
|
-
editor: {
|
358
|
-
subscribe(fn: (result: {
|
359
|
-
onEnter: (editor: import("@toast-ui/editor").Editor, editorId: guid) => void;
|
360
|
-
onLeave: (id: any) => void;
|
361
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
362
|
-
};
|
363
|
-
};
|
364
|
-
onFailure: {
|
365
|
-
commands: {
|
366
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
367
|
-
};
|
368
|
-
toolbar: {
|
369
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
370
|
-
};
|
371
|
-
editor: {
|
372
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
373
|
-
};
|
374
|
-
};
|
375
|
-
} & {
|
376
|
-
commands: () => {
|
377
|
-
exec: (command: string, payload: any) => void;
|
378
|
-
};
|
379
|
-
toolbar: () => {
|
380
|
-
addAdditionalAction: (action: import("@omnia/fx-models").MarkdownEditorActionRegistration) => void;
|
381
|
-
};
|
382
|
-
editor: () => {
|
383
|
-
onEnter: (editor: import("@toast-ui/editor").Editor, editorId: guid) => void;
|
384
|
-
onLeave: (id: any) => void;
|
385
|
-
};
|
386
|
-
};
|
387
|
-
get: {
|
388
|
-
isActiveStore(): boolean;
|
389
|
-
};
|
390
|
-
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
164
|
+
subscribe(fn: (failureReason: any, store: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
391
165
|
};
|
392
166
|
selectorActions: {
|
393
167
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -412,7 +186,7 @@ export declare const useVelcronContentEditorStore: () => {
|
|
412
186
|
};
|
413
187
|
};
|
414
188
|
} & {
|
415
|
-
setMarkdownEditorStore(store:
|
189
|
+
setMarkdownEditorStore(store: any): void;
|
416
190
|
selectorActions: () => {
|
417
191
|
hideDefaultSelector: () => void;
|
418
192
|
showCopySelector(): void;
|
@@ -441,7 +215,7 @@ export declare const useVelcronContentEditorStore: () => {
|
|
441
215
|
};
|
442
216
|
definition: () => {
|
443
217
|
updateColorSchema: (definitionRegistration: VelcronSectionInstance, colorSchemaType: string) => void;
|
444
|
-
addByRegistration: (definition: VelcronDefinitionRegistration, insertOptions: InsertOptions, setAsActive?: boolean) =>
|
218
|
+
addByRegistration: (definition: VelcronDefinitionRegistration, insertOptions: InsertOptions, setAsActive?: boolean) => void;
|
445
219
|
addBySection: (definitions: Array<VelcronSectionInstance>) => void;
|
446
220
|
delete: (definition: VelcronSectionInstance) => void;
|
447
221
|
deleteReference: (definition: VelcronSectionInstance) => any;
|
@@ -334,6 +334,7 @@ import wc0c165626e6834b5284303c38248bc2ec from './ux/app/apps/admin/PublishingAp
|
|
334
334
|
import wc97fc43f2fa6e429483740135f5884c00 from './ux/app/apps/admin/TeamworkAppsJourney';
|
335
335
|
import wc633b2666fb3c48078175013704c7f7ac from './ux/app/apps/admin/CommunitiesAppsJourney';
|
336
336
|
import wca457ba6d0da84795925235989b9c0c9a from './ux/app/apps/admin/AppManagementCategoryJourney';
|
337
|
+
import wc669778312f2b40739774539e6de4d1ea from './ux/app/apps/admin/AppDefinitionsListing';
|
337
338
|
import wc1f34388f1f4140d3a38e6b0cc8897fc5 from './ux/aurora/components/backgroundstyle/BackgroundStyleEditor';
|
338
339
|
import wc811d753f7c54407093158c49519020f5 from './ux/aurora/components/backgroundstyle/BackgroundStyleViewer';
|
339
340
|
import wc21b90a7556c8450ead8de25357de90d3 from './ux/aurora/components/blueprinttemplatespicker/BlueprintsTemplatePicker';
|
@@ -1538,6 +1539,9 @@ declare global {
|
|
1538
1539
|
"oa-app-management-category": typeof wca457ba6d0da84795925235989b9c0c9a extends {
|
1539
1540
|
propsDefinition: infer TProp;
|
1540
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;
|
1541
1545
|
"omfx-background-editor": typeof wc1f34388f1f4140d3a38e6b0cc8897fc5 extends {
|
1542
1546
|
propsDefinition: infer TProp;
|
1543
1547
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1f34388f1f4140d3a38e6b0cc8897fc5 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1f34388f1f4140d3a38e6b0cc8897fc5>, "propsDefinition">> : never;
|
@@ -5941,6 +5945,15 @@ declare global {
|
|
5941
5945
|
};
|
5942
5946
|
} : typeof wca457ba6d0da84795925235989b9c0c9a;
|
5943
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
|
+
};
|
5944
5957
|
};
|
5945
5958
|
"auditlogs": {
|
5946
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.
|
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.
|
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.
|
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 +0,0 @@
|
|
1
|
-
export {};
|
@@ -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";
|