@omnia/fx 8.0.249-dev → 8.0.250-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.vendor.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/localizationinput/LocalizationInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/markdown2/commands/EditorCommands.d.ts +11 -2
- package/internal-do-not-import-from-here/ux/markdown2/commands/EditorCommands_old.d.ts +27 -0
- package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/EditorNodeHelper.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/HtmlNodehelper.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/{Nodehelper.d.ts → HtmlNodehelper_old.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/markdown2/models/EditorModels.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/markdown2/models/{MarkdownPlugin.d.ts → EditorPlugin.d.ts} +7 -5
- package/internal-do-not-import-from-here/ux/markdown2/parsers/HtmlParser.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/markdown2/parsers/JSONParser.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/markdown2/parsers/markdownparser_old/textParser.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/DefineEditorPlugin.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/colorstyle/ColorStylePlugin.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown2/plugins/sourceeditor/SourceEditorButton.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/sourceeditor/SourceEditorPlugin.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/markdown2/plugins/text/TextPlugin.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown2/plugins/typography/TypographyPlugin.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown2/plugins/velcron/VelcronPlugin.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownStore.d.ts +61 -43
- package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownToolbarStore.d.ts +295 -210
- package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/calendar/Calendar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +57 -13
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/InternalVersionedLayoutRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +3 -3
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/markdown2/models/MarkdownParser.d.ts +0 -33
- package/internal-do-not-import-from-here/ux/markdown2/plugins/DefineMarkdownPlugin.d.ts +0 -8
- /package/internal-do-not-import-from-here/ux/markdown2/parsers/{MarkdownParser.d.ts → markdownparser_old/MarkdownParser.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/markdown2/parsers/{builtin/component.d.ts → markdownparser_old/MarkdownParser_engine.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/markdown2/parsers/{builtin/tags.d.ts → markdownparser_old/component.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/markdown2/parsers/{builtin/textParser.d.ts → markdownparser_old/tags.d.ts} +0 -0
@@ -50,8 +50,8 @@ declare const _default: {
|
|
50
50
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
51
51
|
propsDefinition: Omit<Readonly<{} & {
|
52
52
|
media?: MediaPickerMedia | MediaPickerMedia[];
|
53
|
-
showCaption?: boolean;
|
54
53
|
imageRatioId?: number;
|
54
|
+
showCaption?: boolean;
|
55
55
|
thumbnailOnly?: boolean;
|
56
56
|
mediaClass?: string;
|
57
57
|
mediaStyle?: string | object | object[];
|
@@ -61,7 +61,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
61
61
|
"v-slots"?: {} & Omit<{
|
62
62
|
default?: import("vue").Slot;
|
63
63
|
}, never>;
|
64
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "media" | "
|
64
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "media" | "inlineMediaNodeDisplayData" | "imageStyle" | "disableDialog" | "mediaData">;
|
65
65
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
66
66
|
[key: string]: any;
|
67
67
|
}>;
|
@@ -199,14 +199,14 @@ declare const _default: {
|
|
199
199
|
};
|
200
200
|
contain?: boolean;
|
201
201
|
contentClass?: string;
|
202
|
+
inlineMediaNodeDisplayData?: string;
|
202
203
|
imagedata?: string;
|
203
204
|
imageStyle?: string | object | object[];
|
204
|
-
inlineMediaNodeDisplayData?: string;
|
205
|
-
showCaption?: boolean;
|
206
205
|
imageRatioId?: number;
|
207
206
|
scalingId?: number;
|
208
207
|
displayVSlot?: boolean;
|
209
208
|
containerClass?: string;
|
209
|
+
showCaption?: boolean;
|
210
210
|
imgClass?: string;
|
211
211
|
}>, never>;
|
212
212
|
};
|
@@ -77,7 +77,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
77
77
|
"v-slots"?: {} & Omit<{
|
78
78
|
default?: import("vue").Slot;
|
79
79
|
}, never>;
|
80
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "video" | "
|
80
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "video" | "inlineMediaNodeDisplayData" | "containerClass" | "showCaption" | "videodata" | "videoStyle" | "v-model:video" | "onUpdate:video" | "thumbnailOnly">;
|
81
81
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
82
82
|
[key: string]: any;
|
83
83
|
}>;
|
@@ -59,7 +59,7 @@ declare const _default: <T extends EventType>(props: import("@omnia/fx/ux").Cons
|
|
59
59
|
} & Omit<{
|
60
60
|
default?: import("vue").Slot;
|
61
61
|
}, "event" | "header">;
|
62
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "events" | "container" | "class" | "colorSchemaType" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "max" | "min" | "
|
62
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "events" | "container" | "class" | "colorSchemaType" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "max" | "min" | "allowedDates" | "month" | "year" | "viewMode" | "weekdays" | "intervalHeight" | "intervals" | "intervalStart" | "hideWeekNumber" | "hideDayHeader" | "hideHeader">;
|
63
63
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
64
64
|
[key: string]: any;
|
65
65
|
}>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { ConstructComponentProps, DataTableHeader, DefineEmit, DefineProp, DefinePropTheming, DefineSlot, DefineVModel, ExtractProps, IDataTableRowRenderer, ItemValueType, SortItem } from "@omnia/fx/ux";
|
1
|
+
import { ConstructComponentProps, DataTableHeader, DefineEmit, DefineProp, DefinePropTheming, DefineSlot, DefineVModel, ExtractProps, IDataTableRowRenderer, ItemValueType, SelectItemKey, SortItem } from "@omnia/fx/ux";
|
2
2
|
import { ComponentPublicInstance, TdHTMLAttributes, VNodeChild } from "vue";
|
3
3
|
import { PublicDataTableRowProps } from "./RowRenderer";
|
4
4
|
export interface IDataTableRow<T = any> {
|
@@ -7,7 +7,7 @@ export interface IDataTableRow<T = any> {
|
|
7
7
|
Row: RowElement;
|
8
8
|
Cell: CellElement;
|
9
9
|
}
|
10
|
-
export type DataTablePropsBase<T> = DefinePropTheming & DefineVModel<"expanded", Array<string>, false, null, false, "Whether the item is expanded or not."> & DefineVModel<"sortBy", SortItem[], false, null, false, "Changes which item property (or properties) should be used for sort order."> & DefineProp<"mustSort", boolean, false, false, "If true then one can not disable sorting, it will always switch between ascending and descending."> & DefineProp<"height", string | number, false, null, "Sets and explicit height of the tablet."> & DefineProp<"noDataText", string, false, null, "Text shown when no items are provided to the component."> & DefineProp<"itemValue", ItemValueType<T>, false, null, "Property on supplied items that contains its value."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"drag", boolean, false, false, "Enable draggable row."> & DefineProp<"hover", boolean, false, false, "Property on supplied items that contains its value."> & DefineProp<"showExpand", boolean, false, false, "Shows the expand toggle in default rows."> & DefineProp<"headers", DataTableHeader[], false, typeof defaultHeaders, "An array of objects that each describe a header column."> & DefineVModel<"items", T[], false, typeof defaultItems, true, "An array of strings or objects used for automatically generating children components."> & DefineEmit<"update:
|
10
|
+
export type DataTablePropsBase<T> = DefinePropTheming & DefineVModel<"expanded", Array<string>, false, null, false, "Whether the item is expanded or not."> & DefineVModel<"sortBy", SortItem[], false, null, false, "Changes which item property (or properties) should be used for sort order."> & DefineProp<"mustSort", boolean, false, false, "If true then one can not disable sorting, it will always switch between ascending and descending."> & DefineProp<"showSelect", boolean, false, false, "Shows a checkbox for each row."> & DefineProp<"itemSelectable", SelectItemKey<T>, false, false, "SProperty on supplied items that indicates whether the item is selectable."> & DefineProp<"height", string | number, false, null, "Sets and explicit height of the tablet."> & DefineProp<"noDataText", string, false, null, "Text shown when no items are provided to the component."> & DefineProp<"itemValue", ItemValueType<T>, false, null, "Property on supplied items that contains its value."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"drag", boolean, false, false, "Enable draggable row."> & DefineProp<"hover", boolean, false, false, "Property on supplied items that contains its value."> & DefineProp<"showExpand", boolean, false, false, "Shows the expand toggle in default rows."> & DefineProp<"headers", DataTableHeader[], false, typeof defaultHeaders, "An array of objects that each describe a header column."> & DefineVModel<"items", T[], false, typeof defaultItems, true, "An array of strings or objects used for automatically generating children components."> & DefineEmit<"update:expanded", (expanded: string[]) => void, "Emits when the expanded property of the options prop is updated."> & DefineEmit<"update:sortBy", (sort: SortItem[]) => void, "Emits when the sortBy property of the options prop is updated."> & DefineEmit<"update:options", (options: any) => void, "Emits when one of the options properties is updated."> & DefineEmit<"update:page", (page: number) => void, "Emits when the page property of the options prop is updated."> & DefineEmit<"click:loadMore", () => void> & DefineSlot<"item", (row: IDataTableRowRenderer<T>) => void, "Deprecated, Use slot row instead."> & DefineSlot<"row", (row: IDataTableRow<T>) => VNodeChild> & DefineSlot<`header.${string}`, (header: DataTableHeader) => void> & DefineSlot<`item.${string}`, (e: {
|
11
11
|
item: T;
|
12
12
|
}) => void>;
|
13
13
|
type DefaultProps = {};
|
@@ -39,6 +39,10 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
39
39
|
sortBy?: SortItem[];
|
40
40
|
} & {
|
41
41
|
mustSort?: boolean;
|
42
|
+
} & {
|
43
|
+
showSelect?: boolean;
|
44
|
+
} & {
|
45
|
+
itemSelectable?: SelectItemKey<T>;
|
42
46
|
} & {
|
43
47
|
height?: string | number;
|
44
48
|
} & {
|
@@ -61,7 +65,7 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
61
65
|
"onUpdate:items"?: (value: T[]) => void;
|
62
66
|
} & {
|
63
67
|
items?: T[];
|
64
|
-
} & DefineEmit<"update:
|
68
|
+
} & DefineEmit<"update:expanded", (expanded: string[]) => void, "Emits when the expanded property of the options prop is updated."> & DefineEmit<"update:sortBy", (sort: SortItem[]) => void, "Emits when the sortBy property of the options prop is updated."> & DefineEmit<"update:options", (options: any) => void, "Emits when one of the options properties is updated."> & DefineEmit<"update:page", (page: number) => void, "Emits when the page property of the options prop is updated."> & DefineEmit<"click:loadMore", () => void> & DefineSlot<"item", (row: IDataTableRowRenderer<T>) => void, "Deprecated, Use slot row instead."> & DefineSlot<"row", (row: IDataTableRow<T>) => VNodeChild> & DefineSlot<`header.${string}`, (header: DataTableHeader) => void> & DefineSlot<`item.${string}`, (e: {
|
65
69
|
item: T;
|
66
70
|
}) => void> & (TVariant extends "client-pagination-scroll" ? {
|
67
71
|
showLoadMore?: boolean;
|
@@ -129,6 +133,10 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
129
133
|
sortBy?: SortItem[];
|
130
134
|
} & {
|
131
135
|
mustSort?: boolean;
|
136
|
+
} & {
|
137
|
+
showSelect?: boolean;
|
138
|
+
} & {
|
139
|
+
itemSelectable?: SelectItemKey<T>;
|
132
140
|
} & {
|
133
141
|
height?: string | number;
|
134
142
|
} & {
|
@@ -151,7 +159,7 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
151
159
|
"onUpdate:items"?: (value: T[]) => void;
|
152
160
|
} & {
|
153
161
|
items?: T[];
|
154
|
-
} & DefineEmit<"update:
|
162
|
+
} & DefineEmit<"update:expanded", (expanded: string[]) => void, "Emits when the expanded property of the options prop is updated."> & DefineEmit<"update:sortBy", (sort: SortItem[]) => void, "Emits when the sortBy property of the options prop is updated."> & DefineEmit<"update:options", (options: any) => void, "Emits when one of the options properties is updated."> & DefineEmit<"update:page", (page: number) => void, "Emits when the page property of the options prop is updated."> & DefineEmit<"click:loadMore", () => void> & DefineSlot<"item", (row: IDataTableRowRenderer<T>) => void, "Deprecated, Use slot row instead."> & DefineSlot<"row", (row: IDataTableRow<T>) => VNodeChild> & DefineSlot<`header.${string}`, (header: DataTableHeader) => void> & DefineSlot<`item.${string}`, (e: {
|
155
163
|
item: T;
|
156
164
|
}) => void> & (TVariant extends "client-pagination-scroll" ? {
|
157
165
|
showLoadMore?: boolean;
|
@@ -182,6 +190,10 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
182
190
|
sortBy?: SortItem[];
|
183
191
|
} & {
|
184
192
|
mustSort?: boolean;
|
193
|
+
} & {
|
194
|
+
showSelect?: boolean;
|
195
|
+
} & {
|
196
|
+
itemSelectable?: SelectItemKey<T>;
|
185
197
|
} & {
|
186
198
|
height?: string | number;
|
187
199
|
} & {
|
@@ -204,7 +216,7 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
204
216
|
"onUpdate:items"?: (value: T[]) => void;
|
205
217
|
} & {
|
206
218
|
items?: T[];
|
207
|
-
} & DefineEmit<"update:
|
219
|
+
} & DefineEmit<"update:expanded", (expanded: string[]) => void, "Emits when the expanded property of the options prop is updated."> & DefineEmit<"update:sortBy", (sort: SortItem[]) => void, "Emits when the sortBy property of the options prop is updated."> & DefineEmit<"update:options", (options: any) => void, "Emits when one of the options properties is updated."> & DefineEmit<"update:page", (page: number) => void, "Emits when the page property of the options prop is updated."> & DefineEmit<"click:loadMore", () => void> & DefineSlot<"item", (row: IDataTableRowRenderer<T>) => void, "Deprecated, Use slot row instead."> & DefineSlot<"row", (row: IDataTableRow<T>) => VNodeChild> & DefineSlot<`header.${string}`, (header: DataTableHeader) => void> & DefineSlot<`item.${string}`, (e: {
|
208
220
|
item: T;
|
209
221
|
}) => void> & (TVariant extends "client-pagination-scroll" ? {
|
210
222
|
showLoadMore?: boolean;
|
@@ -234,6 +246,10 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
234
246
|
sortBy?: SortItem[];
|
235
247
|
} & {
|
236
248
|
mustSort?: boolean;
|
249
|
+
} & {
|
250
|
+
showSelect?: boolean;
|
251
|
+
} & {
|
252
|
+
itemSelectable?: SelectItemKey<T>;
|
237
253
|
} & {
|
238
254
|
height?: string | number;
|
239
255
|
} & {
|
@@ -256,7 +272,7 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
256
272
|
"onUpdate:items"?: (value: T[]) => void;
|
257
273
|
} & {
|
258
274
|
items?: T[];
|
259
|
-
} & DefineEmit<"update:
|
275
|
+
} & DefineEmit<"update:expanded", (expanded: string[]) => void, "Emits when the expanded property of the options prop is updated."> & DefineEmit<"update:sortBy", (sort: SortItem[]) => void, "Emits when the sortBy property of the options prop is updated."> & DefineEmit<"update:options", (options: any) => void, "Emits when one of the options properties is updated."> & DefineEmit<"update:page", (page: number) => void, "Emits when the page property of the options prop is updated."> & DefineEmit<"click:loadMore", () => void> & DefineSlot<"item", (row: IDataTableRowRenderer<T>) => void, "Deprecated, Use slot row instead."> & DefineSlot<"row", (row: IDataTableRow<T>) => VNodeChild> & DefineSlot<`header.${string}`, (header: DataTableHeader) => void> & DefineSlot<`item.${string}`, (e: {
|
260
276
|
item: T;
|
261
277
|
}) => void> & (TVariant extends "client-pagination-scroll" ? {
|
262
278
|
showLoadMore?: boolean;
|
@@ -288,6 +304,10 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
288
304
|
sortBy?: SortItem[];
|
289
305
|
} & {
|
290
306
|
mustSort?: boolean;
|
307
|
+
} & {
|
308
|
+
showSelect?: boolean;
|
309
|
+
} & {
|
310
|
+
itemSelectable?: SelectItemKey<T>;
|
291
311
|
} & {
|
292
312
|
height?: string | number;
|
293
313
|
} & {
|
@@ -310,7 +330,7 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
310
330
|
"onUpdate:items"?: (value: T[]) => void;
|
311
331
|
} & {
|
312
332
|
items?: T[];
|
313
|
-
} & DefineEmit<"update:
|
333
|
+
} & DefineEmit<"update:expanded", (expanded: string[]) => void, "Emits when the expanded property of the options prop is updated."> & DefineEmit<"update:sortBy", (sort: SortItem[]) => void, "Emits when the sortBy property of the options prop is updated."> & DefineEmit<"update:options", (options: any) => void, "Emits when one of the options properties is updated."> & DefineEmit<"update:page", (page: number) => void, "Emits when the page property of the options prop is updated."> & DefineEmit<"click:loadMore", () => void> & DefineSlot<"item", (row: IDataTableRowRenderer<T>) => void, "Deprecated, Use slot row instead."> & DefineSlot<"row", (row: IDataTableRow<T>) => VNodeChild> & DefineSlot<`header.${string}`, (header: DataTableHeader) => void> & DefineSlot<`item.${string}`, (e: {
|
314
334
|
item: T;
|
315
335
|
}) => void> & (TVariant extends "client-pagination-scroll" ? {
|
316
336
|
showLoadMore?: boolean;
|
@@ -340,6 +360,10 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
340
360
|
sortBy?: SortItem[];
|
341
361
|
} & {
|
342
362
|
mustSort?: boolean;
|
363
|
+
} & {
|
364
|
+
showSelect?: boolean;
|
365
|
+
} & {
|
366
|
+
itemSelectable?: SelectItemKey<T>;
|
343
367
|
} & {
|
344
368
|
height?: string | number;
|
345
369
|
} & {
|
@@ -362,7 +386,7 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
362
386
|
"onUpdate:items"?: (value: T[]) => void;
|
363
387
|
} & {
|
364
388
|
items?: T[];
|
365
|
-
} & DefineEmit<"update:
|
389
|
+
} & DefineEmit<"update:expanded", (expanded: string[]) => void, "Emits when the expanded property of the options prop is updated."> & DefineEmit<"update:sortBy", (sort: SortItem[]) => void, "Emits when the sortBy property of the options prop is updated."> & DefineEmit<"update:options", (options: any) => void, "Emits when one of the options properties is updated."> & DefineEmit<"update:page", (page: number) => void, "Emits when the page property of the options prop is updated."> & DefineEmit<"click:loadMore", () => void> & DefineSlot<"item", (row: IDataTableRowRenderer<T>) => void, "Deprecated, Use slot row instead."> & DefineSlot<"row", (row: IDataTableRow<T>) => VNodeChild> & DefineSlot<`header.${string}`, (header: DataTableHeader) => void> & DefineSlot<`item.${string}`, (e: {
|
366
390
|
item: T;
|
367
391
|
}) => void> & (TVariant extends "client-pagination-scroll" ? {
|
368
392
|
showLoadMore?: boolean;
|
@@ -393,6 +417,10 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
393
417
|
sortBy?: SortItem[];
|
394
418
|
} & {
|
395
419
|
mustSort?: boolean;
|
420
|
+
} & {
|
421
|
+
showSelect?: boolean;
|
422
|
+
} & {
|
423
|
+
itemSelectable?: SelectItemKey<T>;
|
396
424
|
} & {
|
397
425
|
height?: string | number;
|
398
426
|
} & {
|
@@ -415,7 +443,7 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
415
443
|
"onUpdate:items"?: (value: T[]) => void;
|
416
444
|
} & {
|
417
445
|
items?: T[];
|
418
|
-
} & DefineEmit<"update:
|
446
|
+
} & DefineEmit<"update:expanded", (expanded: string[]) => void, "Emits when the expanded property of the options prop is updated."> & DefineEmit<"update:sortBy", (sort: SortItem[]) => void, "Emits when the sortBy property of the options prop is updated."> & DefineEmit<"update:options", (options: any) => void, "Emits when one of the options properties is updated."> & DefineEmit<"update:page", (page: number) => void, "Emits when the page property of the options prop is updated."> & DefineEmit<"click:loadMore", () => void> & DefineSlot<"item", (row: IDataTableRowRenderer<T>) => void, "Deprecated, Use slot row instead."> & DefineSlot<"row", (row: IDataTableRow<T>) => VNodeChild> & DefineSlot<`header.${string}`, (header: DataTableHeader) => void> & DefineSlot<`item.${string}`, (e: {
|
419
447
|
item: T;
|
420
448
|
}) => void> & (TVariant extends "client-pagination-scroll" ? {
|
421
449
|
showLoadMore?: boolean;
|
@@ -445,6 +473,10 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
445
473
|
sortBy?: SortItem[];
|
446
474
|
} & {
|
447
475
|
mustSort?: boolean;
|
476
|
+
} & {
|
477
|
+
showSelect?: boolean;
|
478
|
+
} & {
|
479
|
+
itemSelectable?: SelectItemKey<T>;
|
448
480
|
} & {
|
449
481
|
height?: string | number;
|
450
482
|
} & {
|
@@ -467,7 +499,7 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
467
499
|
"onUpdate:items"?: (value: T[]) => void;
|
468
500
|
} & {
|
469
501
|
items?: T[];
|
470
|
-
} & DefineEmit<"update:
|
502
|
+
} & DefineEmit<"update:expanded", (expanded: string[]) => void, "Emits when the expanded property of the options prop is updated."> & DefineEmit<"update:sortBy", (sort: SortItem[]) => void, "Emits when the sortBy property of the options prop is updated."> & DefineEmit<"update:options", (options: any) => void, "Emits when one of the options properties is updated."> & DefineEmit<"update:page", (page: number) => void, "Emits when the page property of the options prop is updated."> & DefineEmit<"click:loadMore", () => void> & DefineSlot<"item", (row: IDataTableRowRenderer<T>) => void, "Deprecated, Use slot row instead."> & DefineSlot<"row", (row: IDataTableRow<T>) => VNodeChild> & DefineSlot<`header.${string}`, (header: DataTableHeader) => void> & DefineSlot<`item.${string}`, (e: {
|
471
503
|
item: T;
|
472
504
|
}) => void> & (TVariant extends "client-pagination-scroll" ? {
|
473
505
|
showLoadMore?: boolean;
|
@@ -497,6 +529,10 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
497
529
|
sortBy?: SortItem[];
|
498
530
|
} & {
|
499
531
|
mustSort?: boolean;
|
532
|
+
} & {
|
533
|
+
showSelect?: boolean;
|
534
|
+
} & {
|
535
|
+
itemSelectable?: SelectItemKey<T>;
|
500
536
|
} & {
|
501
537
|
height?: string | number;
|
502
538
|
} & {
|
@@ -519,7 +555,7 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
519
555
|
"onUpdate:items"?: (value: T[]) => void;
|
520
556
|
} & {
|
521
557
|
items?: T[];
|
522
|
-
} & DefineEmit<"update:
|
558
|
+
} & DefineEmit<"update:expanded", (expanded: string[]) => void, "Emits when the expanded property of the options prop is updated."> & DefineEmit<"update:sortBy", (sort: SortItem[]) => void, "Emits when the sortBy property of the options prop is updated."> & DefineEmit<"update:options", (options: any) => void, "Emits when one of the options properties is updated."> & DefineEmit<"update:page", (page: number) => void, "Emits when the page property of the options prop is updated."> & DefineEmit<"click:loadMore", () => void> & DefineSlot<"item", (row: IDataTableRowRenderer<T>) => void, "Deprecated, Use slot row instead."> & DefineSlot<"row", (row: IDataTableRow<T>) => VNodeChild> & DefineSlot<`header.${string}`, (header: DataTableHeader) => void> & DefineSlot<`item.${string}`, (e: {
|
523
559
|
item: T;
|
524
560
|
}) => void> & (TVariant extends "client-pagination-scroll" ? {
|
525
561
|
showLoadMore?: boolean;
|
@@ -549,6 +585,10 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
549
585
|
sortBy?: SortItem[];
|
550
586
|
} & {
|
551
587
|
mustSort?: boolean;
|
588
|
+
} & {
|
589
|
+
showSelect?: boolean;
|
590
|
+
} & {
|
591
|
+
itemSelectable?: SelectItemKey<T>;
|
552
592
|
} & {
|
553
593
|
height?: string | number;
|
554
594
|
} & {
|
@@ -571,7 +611,7 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
571
611
|
"onUpdate:items"?: (value: T[]) => void;
|
572
612
|
} & {
|
573
613
|
items?: T[];
|
574
|
-
} & DefineEmit<"update:
|
614
|
+
} & DefineEmit<"update:expanded", (expanded: string[]) => void, "Emits when the expanded property of the options prop is updated."> & DefineEmit<"update:sortBy", (sort: SortItem[]) => void, "Emits when the sortBy property of the options prop is updated."> & DefineEmit<"update:options", (options: any) => void, "Emits when one of the options properties is updated."> & DefineEmit<"update:page", (page: number) => void, "Emits when the page property of the options prop is updated."> & DefineEmit<"click:loadMore", () => void> & DefineSlot<"item", (row: IDataTableRowRenderer<T>) => void, "Deprecated, Use slot row instead."> & DefineSlot<"row", (row: IDataTableRow<T>) => VNodeChild> & DefineSlot<`header.${string}`, (header: DataTableHeader) => void> & DefineSlot<`item.${string}`, (e: {
|
575
615
|
item: T;
|
576
616
|
}) => void> & (TVariant extends "client-pagination-scroll" ? {
|
577
617
|
showLoadMore?: boolean;
|
@@ -601,6 +641,10 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
601
641
|
sortBy?: SortItem[];
|
602
642
|
} & {
|
603
643
|
mustSort?: boolean;
|
644
|
+
} & {
|
645
|
+
showSelect?: boolean;
|
646
|
+
} & {
|
647
|
+
itemSelectable?: SelectItemKey<T>;
|
604
648
|
} & {
|
605
649
|
height?: string | number;
|
606
650
|
} & {
|
@@ -623,7 +667,7 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
623
667
|
"onUpdate:items"?: (value: T[]) => void;
|
624
668
|
} & {
|
625
669
|
items?: T[];
|
626
|
-
} & DefineEmit<"update:
|
670
|
+
} & DefineEmit<"update:expanded", (expanded: string[]) => void, "Emits when the expanded property of the options prop is updated."> & DefineEmit<"update:sortBy", (sort: SortItem[]) => void, "Emits when the sortBy property of the options prop is updated."> & DefineEmit<"update:options", (options: any) => void, "Emits when one of the options properties is updated."> & DefineEmit<"update:page", (page: number) => void, "Emits when the page property of the options prop is updated."> & DefineEmit<"click:loadMore", () => void> & DefineSlot<"item", (row: IDataTableRowRenderer<T>) => void, "Deprecated, Use slot row instead."> & DefineSlot<"row", (row: IDataTableRow<T>) => VNodeChild> & DefineSlot<`header.${string}`, (header: DataTableHeader) => void> & DefineSlot<`item.${string}`, (e: {
|
627
671
|
item: T;
|
628
672
|
}) => void> & (TVariant extends "client-pagination-scroll" ? {
|
629
673
|
showLoadMore?: boolean;
|
@@ -89,13 +89,13 @@ declare const _default: {
|
|
89
89
|
type: import("vue").PropType<string[]>;
|
90
90
|
required: false;
|
91
91
|
};
|
92
|
+
"onUpdate:expanded": {
|
93
|
+
type: import("vue").PropType<(value: string[]) => any>;
|
94
|
+
};
|
92
95
|
"v-model:expanded": {
|
93
96
|
type: import("vue").PropType<string[]>;
|
94
97
|
required: false;
|
95
98
|
};
|
96
|
-
"onUpdate:expanded": {
|
97
|
-
type: import("vue").PropType<(value: string[]) => any>;
|
98
|
-
};
|
99
99
|
clickable: {
|
100
100
|
type: import("vue").PropType<boolean>;
|
101
101
|
required: false;
|
@@ -268,13 +268,13 @@ declare const _default: {
|
|
268
268
|
type: import("vue").PropType<string[]>;
|
269
269
|
required: false;
|
270
270
|
};
|
271
|
+
"onUpdate:expanded": {
|
272
|
+
type: import("vue").PropType<(value: string[]) => any>;
|
273
|
+
};
|
271
274
|
"v-model:expanded": {
|
272
275
|
type: import("vue").PropType<string[]>;
|
273
276
|
required: false;
|
274
277
|
};
|
275
|
-
"onUpdate:expanded": {
|
276
|
-
type: import("vue").PropType<(value: string[]) => any>;
|
277
|
-
};
|
278
278
|
clickable: {
|
279
279
|
type: import("vue").PropType<boolean>;
|
280
280
|
required: false;
|
@@ -448,13 +448,13 @@ declare const _default: {
|
|
448
448
|
type: import("vue").PropType<string[]>;
|
449
449
|
required: false;
|
450
450
|
};
|
451
|
+
"onUpdate:expanded": {
|
452
|
+
type: import("vue").PropType<(value: string[]) => any>;
|
453
|
+
};
|
451
454
|
"v-model:expanded": {
|
452
455
|
type: import("vue").PropType<string[]>;
|
453
456
|
required: false;
|
454
457
|
};
|
455
|
-
"onUpdate:expanded": {
|
456
|
-
type: import("vue").PropType<(value: string[]) => any>;
|
457
|
-
};
|
458
458
|
clickable: {
|
459
459
|
type: import("vue").PropType<boolean>;
|
460
460
|
required: false;
|
@@ -625,13 +625,13 @@ declare const _default: {
|
|
625
625
|
type: import("vue").PropType<string[]>;
|
626
626
|
required: false;
|
627
627
|
};
|
628
|
+
"onUpdate:expanded": {
|
629
|
+
type: import("vue").PropType<(value: string[]) => any>;
|
630
|
+
};
|
628
631
|
"v-model:expanded": {
|
629
632
|
type: import("vue").PropType<string[]>;
|
630
633
|
required: false;
|
631
634
|
};
|
632
|
-
"onUpdate:expanded": {
|
633
|
-
type: import("vue").PropType<(value: string[]) => any>;
|
634
|
-
};
|
635
635
|
clickable: {
|
636
636
|
type: import("vue").PropType<boolean>;
|
637
637
|
required: false;
|
@@ -800,19 +800,19 @@ declare const _default: {
|
|
800
800
|
} & ODataTableServerSlots;
|
801
801
|
loading?: boolean;
|
802
802
|
itemValue?: SelectItemKey;
|
803
|
-
|
804
|
-
|
803
|
+
itemSelectable?: SelectItemKey;
|
804
|
+
hover?: boolean;
|
805
805
|
sortBy?: SortItem[];
|
806
|
-
"v-model:sortBy"?: SortItem[];
|
807
|
-
"onUpdate:sortBy"?: (value: SortItem[]) => any;
|
808
806
|
mustSort?: boolean;
|
809
|
-
|
807
|
+
showSelect?: boolean;
|
810
808
|
showExpand?: boolean;
|
811
809
|
itemsPerPage?: number;
|
812
|
-
|
813
|
-
|
814
|
-
showSelect?: boolean;
|
810
|
+
"onUpdate:sortBy"?: (value: SortItem[]) => any;
|
811
|
+
"onUpdate:expanded"?: (value: string[]) => any;
|
815
812
|
"onUpdate:page"?: (value: number) => any;
|
813
|
+
"v-model:expanded"?: string[];
|
814
|
+
"v-model:sortBy"?: SortItem[];
|
815
|
+
itemsLength?: number;
|
816
816
|
"v-model:page"?: number;
|
817
817
|
clickable?: boolean;
|
818
818
|
}>, "onUpdate:modelValue" | "onUpdate:sortBy" | "onUpdate:page" | "onUpdate:options" | "onDoc$"> & {
|
@@ -20,7 +20,7 @@ declare const _default: {
|
|
20
20
|
type: import("vue").PropType<boolean>;
|
21
21
|
};
|
22
22
|
location: {
|
23
|
-
type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top
|
23
|
+
type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top start" | "top center" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
24
24
|
required: false;
|
25
25
|
};
|
26
26
|
closeDelay: {
|
@@ -99,7 +99,7 @@ declare const _default: {
|
|
99
99
|
type: import("vue").PropType<boolean>;
|
100
100
|
};
|
101
101
|
location: {
|
102
|
-
type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top
|
102
|
+
type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top start" | "top center" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
103
103
|
required: false;
|
104
104
|
};
|
105
105
|
closeDelay: {
|
@@ -182,7 +182,7 @@ declare const _default: {
|
|
182
182
|
type: import("vue").PropType<boolean>;
|
183
183
|
};
|
184
184
|
location: {
|
185
|
-
type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top
|
185
|
+
type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top start" | "top center" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
186
186
|
required: false;
|
187
187
|
};
|
188
188
|
closeDelay: {
|
@@ -262,7 +262,7 @@ declare const _default: {
|
|
262
262
|
type: import("vue").PropType<boolean>;
|
263
263
|
};
|
264
264
|
location: {
|
265
|
-
type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top
|
265
|
+
type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top start" | "top center" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
266
266
|
required: false;
|
267
267
|
};
|
268
268
|
closeDelay: {
|
@@ -344,9 +344,9 @@ declare const _default: {
|
|
344
344
|
activator?: () => VNodeChild;
|
345
345
|
};
|
346
346
|
activator?: string;
|
347
|
+
location?: "left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top start" | "top center" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom";
|
347
348
|
attach?: string | boolean | Element;
|
348
349
|
closeDelay?: string | number;
|
349
|
-
location?: "left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom";
|
350
350
|
openOnHover?: boolean;
|
351
351
|
visibleOnContentClick?: boolean;
|
352
352
|
}>, "onUpdate:modelValue" | "onDoc$"> & {
|
@@ -412,8 +412,8 @@ declare const _default: {
|
|
412
412
|
itemValue?: string;
|
413
413
|
itemTitle?: string | ((item: any) => string);
|
414
414
|
itemChildren?: string;
|
415
|
-
"v-model:expanded"?: any[];
|
416
415
|
"onUpdate:expanded"?: (value: any[]) => any;
|
416
|
+
"v-model:expanded"?: any[];
|
417
417
|
expandOnSelection?: boolean;
|
418
418
|
batchChildrensDisplay?: number;
|
419
419
|
itemIcon?: string | ((item: any) => IIcon);
|
@@ -136,7 +136,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
136
136
|
"v-slots"?: {} & Omit<{
|
137
137
|
default?: import("vue").Slot;
|
138
138
|
}, never>;
|
139
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "omniaServiceId" | "provider" | "styles" | "richTextSettings" | "
|
139
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "omniaServiceId" | "provider" | "styles" | "richTextSettings" | "editContentOnTop" | "postTypeId" | "showMoreSize" | "cardStyle" | "allowLikes" | "enableMention" | "customSlots" | "hideEditOption" | "getTopPostIds" | "getUserHash" | "topicPermissionDictionary">;
|
140
140
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
141
141
|
[key: string]: any;
|
142
142
|
}>;
|
@@ -82,7 +82,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
82
82
|
"v-slots"?: {} & Omit<{
|
83
83
|
default?: import("vue").Slot;
|
84
84
|
}, never>;
|
85
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
85
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "dateFormat" | "language" | "getUserHash" | "topicPermissionDictionary" | "persistedPost" | "isDeleted" | "renderTitleInfo" | "renderEditOptions">;
|
86
86
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
87
87
|
[key: string]: any;
|
88
88
|
}>;
|
@@ -133,12 +133,12 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
133
133
|
default?: import("vue").Slot;
|
134
134
|
}, never>;
|
135
135
|
} & {
|
136
|
-
onOpenReply?: (postToReplyOn: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => any;
|
137
136
|
onCancelReply?: (post: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => any;
|
137
|
+
onOpenReply?: (postToReplyOn: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => any;
|
138
138
|
onRefresh?: (addedPost: boolean) => any;
|
139
139
|
onOpenEdit?: (post: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => any;
|
140
140
|
onCloseEdit?: (post: IPersistedPost<IPostBaseWithContext<IPostBaseContext>>) => any;
|
141
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "currentUser" | "richTextSettings" | "
|
141
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "currentUser" | "richTextSettings" | "cardStyle" | "enableMention" | "customSlots" | "hideEditOption" | "getTopPostIds" | "getUserHash" | "topicPermissionDictionary" | "canLike" | "canShowEditDialogOnLoad" | "persistedPost" | "persistedPosts" | "handleAddingPost" | "handleUpdatingPost" | "handleDeletingPost" | "handleTogglingLike" | "handleSocialReacts" | "hideEdit">;
|
142
142
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
143
143
|
[key: string]: any;
|
144
144
|
}>;
|
package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayConfiguration.d.ts
CHANGED
@@ -43,10 +43,10 @@ declare const _default: {
|
|
43
43
|
propsDefinition: Omit<Readonly<{} & {
|
44
44
|
modelValue?: PropertyConfiguration<BirthdayPropertyDefinition>;
|
45
45
|
multilingualContext?: import("@omnia/fx/ux").MultilingualContext;
|
46
|
+
defaultConfiguration?: PropertyConfiguration<BirthdayPropertyDefinition>;
|
46
47
|
onConfigurationValid?: (validConfig?: PropertyConfiguration<BirthdayPropertyDefinition>) => void;
|
47
48
|
showLockConfiguration?: boolean;
|
48
49
|
renderEditSettings?: boolean;
|
49
|
-
defaultConfiguration?: PropertyConfiguration<BirthdayPropertyDefinition>;
|
50
50
|
}>, never>;
|
51
51
|
};
|
52
52
|
export default _default;
|
package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts
CHANGED
@@ -74,8 +74,8 @@ declare const _default: {
|
|
74
74
|
"v-model"?: BirthdayPropertyValue;
|
75
75
|
modelValue?: BirthdayPropertyValue;
|
76
76
|
displaySettings?: BirthdayDisplaySettings;
|
77
|
-
setupSettings?: never;
|
78
77
|
editorSettings?: BirthdayEditorSettings;
|
78
|
+
setupSettings?: never;
|
79
79
|
}>, never>;
|
80
80
|
};
|
81
81
|
export default _default;
|
@@ -54,8 +54,8 @@ declare const _default: {
|
|
54
54
|
"onUpdate:modelValue"?: (value: BooleanPropertyValue) => void;
|
55
55
|
modelValue?: BooleanPropertyValue;
|
56
56
|
displaySettings?: BooleanDisplaySettings;
|
57
|
-
setupSettings?: never;
|
58
57
|
editorSettings?: BooleanEditorSettings;
|
58
|
+
setupSettings?: never;
|
59
59
|
}>, never>;
|
60
60
|
};
|
61
61
|
export default _default;
|
@@ -48,8 +48,8 @@ declare const _default: {
|
|
48
48
|
"v-model"?: BusinessProfilePropertyValue;
|
49
49
|
modelValue?: BusinessProfilePropertyValue;
|
50
50
|
displaySettings?: import("@omnia/fx-models").BusinessProfileDisplaySettings;
|
51
|
-
setupSettings?: never;
|
52
51
|
editorSettings?: import("@omnia/fx-models").BusinessProfileEditorSettings;
|
52
|
+
setupSettings?: never;
|
53
53
|
}>, never>;
|
54
54
|
};
|
55
55
|
export default _default;
|
@@ -74,8 +74,8 @@ declare const _default: {
|
|
74
74
|
"v-model"?: DatePropertyValue;
|
75
75
|
modelValue?: DatePropertyValue;
|
76
76
|
displaySettings?: DateDisplaySettings;
|
77
|
-
setupSettings?: never;
|
78
77
|
editorSettings?: DateEditorSettings;
|
78
|
+
setupSettings?: never;
|
79
79
|
}>, never>;
|
80
80
|
};
|
81
81
|
export default _default;
|
package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts
CHANGED
@@ -43,10 +43,10 @@ declare const _default: {
|
|
43
43
|
propsDefinition: Omit<Readonly<{} & {
|
44
44
|
modelValue?: PropertyConfiguration<DateTimePropertyDefinition>;
|
45
45
|
multilingualContext?: import("@omnia/fx/ux").MultilingualContext;
|
46
|
+
defaultConfiguration?: PropertyConfiguration<DateTimePropertyDefinition>;
|
46
47
|
onConfigurationValid?: (validConfig?: PropertyConfiguration<DateTimePropertyDefinition>) => void;
|
47
48
|
showLockConfiguration?: boolean;
|
48
49
|
renderEditSettings?: boolean;
|
49
|
-
defaultConfiguration?: PropertyConfiguration<DateTimePropertyDefinition>;
|
50
50
|
}>, never>;
|
51
51
|
};
|
52
52
|
export default _default;
|
package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts
CHANGED
@@ -74,8 +74,8 @@ declare const _default: {
|
|
74
74
|
"v-model"?: DateTimePropertyValue;
|
75
75
|
modelValue?: DateTimePropertyValue;
|
76
76
|
displaySettings?: DateTimeDisplaySettings;
|
77
|
-
setupSettings?: never;
|
78
77
|
editorSettings?: DateTimeEditorSettings;
|
78
|
+
setupSettings?: never;
|
79
79
|
}>, never>;
|
80
80
|
};
|
81
81
|
export default _default;
|