@omnia/fx 8.0.249-dev → 8.0.251-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/stores/markdown/MarkdownPluginStore.d.ts +2 -0
- 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 +39 -5
- package/internal-do-not-import-from-here/ux/markdown2/commands/helpers/EditorNodeHelper.d.ts +12 -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/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/testdata/TestDataPlugin.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 +73 -55
- package/internal-do-not-import-from-here/ux/markdown2/stores/MarkdownToolbarStore.d.ts +325 -240
- 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 +105 -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/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +15 -1
- 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/commands/helpers/Nodehelper.d.ts +0 -7
- 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,11 @@ 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: {
|
11
|
+
page: number;
|
12
|
+
itemsPerPage: number;
|
13
|
+
sortBy: SortItem[];
|
14
|
+
}) => 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
15
|
item: T;
|
12
16
|
}) => void>;
|
13
17
|
type DefaultProps = {};
|
@@ -39,6 +43,10 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
39
43
|
sortBy?: SortItem[];
|
40
44
|
} & {
|
41
45
|
mustSort?: boolean;
|
46
|
+
} & {
|
47
|
+
showSelect?: boolean;
|
48
|
+
} & {
|
49
|
+
itemSelectable?: SelectItemKey<T>;
|
42
50
|
} & {
|
43
51
|
height?: string | number;
|
44
52
|
} & {
|
@@ -61,7 +69,11 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
61
69
|
"onUpdate:items"?: (value: T[]) => void;
|
62
70
|
} & {
|
63
71
|
items?: T[];
|
64
|
-
} & DefineEmit<"update:
|
72
|
+
} & 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: {
|
73
|
+
page: number;
|
74
|
+
itemsPerPage: number;
|
75
|
+
sortBy: SortItem[];
|
76
|
+
}) => 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
77
|
item: T;
|
66
78
|
}) => void> & (TVariant extends "client-pagination-scroll" ? {
|
67
79
|
showLoadMore?: boolean;
|
@@ -129,6 +141,10 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
129
141
|
sortBy?: SortItem[];
|
130
142
|
} & {
|
131
143
|
mustSort?: boolean;
|
144
|
+
} & {
|
145
|
+
showSelect?: boolean;
|
146
|
+
} & {
|
147
|
+
itemSelectable?: SelectItemKey<T>;
|
132
148
|
} & {
|
133
149
|
height?: string | number;
|
134
150
|
} & {
|
@@ -151,7 +167,11 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
151
167
|
"onUpdate:items"?: (value: T[]) => void;
|
152
168
|
} & {
|
153
169
|
items?: T[];
|
154
|
-
} & DefineEmit<"update:
|
170
|
+
} & 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: {
|
171
|
+
page: number;
|
172
|
+
itemsPerPage: number;
|
173
|
+
sortBy: SortItem[];
|
174
|
+
}) => 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
175
|
item: T;
|
156
176
|
}) => void> & (TVariant extends "client-pagination-scroll" ? {
|
157
177
|
showLoadMore?: boolean;
|
@@ -182,6 +202,10 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
182
202
|
sortBy?: SortItem[];
|
183
203
|
} & {
|
184
204
|
mustSort?: boolean;
|
205
|
+
} & {
|
206
|
+
showSelect?: boolean;
|
207
|
+
} & {
|
208
|
+
itemSelectable?: SelectItemKey<T>;
|
185
209
|
} & {
|
186
210
|
height?: string | number;
|
187
211
|
} & {
|
@@ -204,7 +228,11 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
204
228
|
"onUpdate:items"?: (value: T[]) => void;
|
205
229
|
} & {
|
206
230
|
items?: T[];
|
207
|
-
} & DefineEmit<"update:
|
231
|
+
} & 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: {
|
232
|
+
page: number;
|
233
|
+
itemsPerPage: number;
|
234
|
+
sortBy: SortItem[];
|
235
|
+
}) => 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
236
|
item: T;
|
209
237
|
}) => void> & (TVariant extends "client-pagination-scroll" ? {
|
210
238
|
showLoadMore?: boolean;
|
@@ -234,6 +262,10 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
234
262
|
sortBy?: SortItem[];
|
235
263
|
} & {
|
236
264
|
mustSort?: boolean;
|
265
|
+
} & {
|
266
|
+
showSelect?: boolean;
|
267
|
+
} & {
|
268
|
+
itemSelectable?: SelectItemKey<T>;
|
237
269
|
} & {
|
238
270
|
height?: string | number;
|
239
271
|
} & {
|
@@ -256,7 +288,11 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
256
288
|
"onUpdate:items"?: (value: T[]) => void;
|
257
289
|
} & {
|
258
290
|
items?: T[];
|
259
|
-
} & DefineEmit<"update:
|
291
|
+
} & 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: {
|
292
|
+
page: number;
|
293
|
+
itemsPerPage: number;
|
294
|
+
sortBy: SortItem[];
|
295
|
+
}) => 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
296
|
item: T;
|
261
297
|
}) => void> & (TVariant extends "client-pagination-scroll" ? {
|
262
298
|
showLoadMore?: boolean;
|
@@ -288,6 +324,10 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
288
324
|
sortBy?: SortItem[];
|
289
325
|
} & {
|
290
326
|
mustSort?: boolean;
|
327
|
+
} & {
|
328
|
+
showSelect?: boolean;
|
329
|
+
} & {
|
330
|
+
itemSelectable?: SelectItemKey<T>;
|
291
331
|
} & {
|
292
332
|
height?: string | number;
|
293
333
|
} & {
|
@@ -310,7 +350,11 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
310
350
|
"onUpdate:items"?: (value: T[]) => void;
|
311
351
|
} & {
|
312
352
|
items?: T[];
|
313
|
-
} & DefineEmit<"update:
|
353
|
+
} & 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: {
|
354
|
+
page: number;
|
355
|
+
itemsPerPage: number;
|
356
|
+
sortBy: SortItem[];
|
357
|
+
}) => 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
358
|
item: T;
|
315
359
|
}) => void> & (TVariant extends "client-pagination-scroll" ? {
|
316
360
|
showLoadMore?: boolean;
|
@@ -340,6 +384,10 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
340
384
|
sortBy?: SortItem[];
|
341
385
|
} & {
|
342
386
|
mustSort?: boolean;
|
387
|
+
} & {
|
388
|
+
showSelect?: boolean;
|
389
|
+
} & {
|
390
|
+
itemSelectable?: SelectItemKey<T>;
|
343
391
|
} & {
|
344
392
|
height?: string | number;
|
345
393
|
} & {
|
@@ -362,7 +410,11 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
362
410
|
"onUpdate:items"?: (value: T[]) => void;
|
363
411
|
} & {
|
364
412
|
items?: T[];
|
365
|
-
} & DefineEmit<"update:
|
413
|
+
} & 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: {
|
414
|
+
page: number;
|
415
|
+
itemsPerPage: number;
|
416
|
+
sortBy: SortItem[];
|
417
|
+
}) => 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
418
|
item: T;
|
367
419
|
}) => void> & (TVariant extends "client-pagination-scroll" ? {
|
368
420
|
showLoadMore?: boolean;
|
@@ -393,6 +445,10 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
393
445
|
sortBy?: SortItem[];
|
394
446
|
} & {
|
395
447
|
mustSort?: boolean;
|
448
|
+
} & {
|
449
|
+
showSelect?: boolean;
|
450
|
+
} & {
|
451
|
+
itemSelectable?: SelectItemKey<T>;
|
396
452
|
} & {
|
397
453
|
height?: string | number;
|
398
454
|
} & {
|
@@ -415,7 +471,11 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
415
471
|
"onUpdate:items"?: (value: T[]) => void;
|
416
472
|
} & {
|
417
473
|
items?: T[];
|
418
|
-
} & DefineEmit<"update:
|
474
|
+
} & 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: {
|
475
|
+
page: number;
|
476
|
+
itemsPerPage: number;
|
477
|
+
sortBy: SortItem[];
|
478
|
+
}) => 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
479
|
item: T;
|
420
480
|
}) => void> & (TVariant extends "client-pagination-scroll" ? {
|
421
481
|
showLoadMore?: boolean;
|
@@ -445,6 +505,10 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
445
505
|
sortBy?: SortItem[];
|
446
506
|
} & {
|
447
507
|
mustSort?: boolean;
|
508
|
+
} & {
|
509
|
+
showSelect?: boolean;
|
510
|
+
} & {
|
511
|
+
itemSelectable?: SelectItemKey<T>;
|
448
512
|
} & {
|
449
513
|
height?: string | number;
|
450
514
|
} & {
|
@@ -467,7 +531,11 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
467
531
|
"onUpdate:items"?: (value: T[]) => void;
|
468
532
|
} & {
|
469
533
|
items?: T[];
|
470
|
-
} & DefineEmit<"update:
|
534
|
+
} & 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: {
|
535
|
+
page: number;
|
536
|
+
itemsPerPage: number;
|
537
|
+
sortBy: SortItem[];
|
538
|
+
}) => 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
539
|
item: T;
|
472
540
|
}) => void> & (TVariant extends "client-pagination-scroll" ? {
|
473
541
|
showLoadMore?: boolean;
|
@@ -497,6 +565,10 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
497
565
|
sortBy?: SortItem[];
|
498
566
|
} & {
|
499
567
|
mustSort?: boolean;
|
568
|
+
} & {
|
569
|
+
showSelect?: boolean;
|
570
|
+
} & {
|
571
|
+
itemSelectable?: SelectItemKey<T>;
|
500
572
|
} & {
|
501
573
|
height?: string | number;
|
502
574
|
} & {
|
@@ -519,7 +591,11 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
519
591
|
"onUpdate:items"?: (value: T[]) => void;
|
520
592
|
} & {
|
521
593
|
items?: T[];
|
522
|
-
} & DefineEmit<"update:
|
594
|
+
} & 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: {
|
595
|
+
page: number;
|
596
|
+
itemsPerPage: number;
|
597
|
+
sortBy: SortItem[];
|
598
|
+
}) => 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
599
|
item: T;
|
524
600
|
}) => void> & (TVariant extends "client-pagination-scroll" ? {
|
525
601
|
showLoadMore?: boolean;
|
@@ -549,6 +625,10 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
549
625
|
sortBy?: SortItem[];
|
550
626
|
} & {
|
551
627
|
mustSort?: boolean;
|
628
|
+
} & {
|
629
|
+
showSelect?: boolean;
|
630
|
+
} & {
|
631
|
+
itemSelectable?: SelectItemKey<T>;
|
552
632
|
} & {
|
553
633
|
height?: string | number;
|
554
634
|
} & {
|
@@ -571,7 +651,11 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
571
651
|
"onUpdate:items"?: (value: T[]) => void;
|
572
652
|
} & {
|
573
653
|
items?: T[];
|
574
|
-
} & DefineEmit<"update:
|
654
|
+
} & 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: {
|
655
|
+
page: number;
|
656
|
+
itemsPerPage: number;
|
657
|
+
sortBy: SortItem[];
|
658
|
+
}) => 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
659
|
item: T;
|
576
660
|
}) => void> & (TVariant extends "client-pagination-scroll" ? {
|
577
661
|
showLoadMore?: boolean;
|
@@ -601,6 +685,10 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
601
685
|
sortBy?: SortItem[];
|
602
686
|
} & {
|
603
687
|
mustSort?: boolean;
|
688
|
+
} & {
|
689
|
+
showSelect?: boolean;
|
690
|
+
} & {
|
691
|
+
itemSelectable?: SelectItemKey<T>;
|
604
692
|
} & {
|
605
693
|
height?: string | number;
|
606
694
|
} & {
|
@@ -623,7 +711,11 @@ declare const _default: <T extends unknown, TVariant extends "default" | "client
|
|
623
711
|
"onUpdate:items"?: (value: T[]) => void;
|
624
712
|
} & {
|
625
713
|
items?: T[];
|
626
|
-
} & DefineEmit<"update:
|
714
|
+
} & 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: {
|
715
|
+
page: number;
|
716
|
+
itemsPerPage: number;
|
717
|
+
sortBy: SortItem[];
|
718
|
+
}) => 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
719
|
item: T;
|
628
720
|
}) => void> & (TVariant extends "client-pagination-scroll" ? {
|
629
721
|
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;
|