@omnia/fx 8.0.44-vnext → 8.0.46-vnext

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +21 -1
  2. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +3 -4
  3. package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
  4. package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +10 -15
  5. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +2 -2
  6. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +255 -115
  7. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +275 -90
  8. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +283 -71
  9. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +594 -57
  10. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +353 -86
  11. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +369 -93
  12. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +5 -5
  13. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +5 -5
  14. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +5 -5
  15. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +196 -0
  16. package/internal-do-not-import-from-here/ux/oxide/badge/docs/BadgeExample.d.ts +91 -0
  17. package/internal-do-not-import-from-here/ux/oxide/badge/docs/ExampleComponents.d.ts +1 -0
  18. package/internal-do-not-import-from-here/ux/oxide/badge/docs/index.d.ts +1 -0
  19. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +6 -5
  20. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +5 -5
  21. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +5 -5
  22. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +180 -0
  23. package/internal-do-not-import-from-here/ux/oxide/chip/docs/ChipExample.d.ts +91 -0
  24. package/internal-do-not-import-from-here/ux/oxide/chip/docs/ExampleComponents.d.ts +1 -0
  25. package/internal-do-not-import-from-here/ux/oxide/chip/docs/index.d.ts +1 -0
  26. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +6 -6
  27. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +5 -5
  28. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +5 -5
  29. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +14 -0
  30. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +27 -0
  31. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +89 -298
  32. package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +18 -486
  33. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +68 -12
  34. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +75 -12
  35. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -5
  36. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +5 -5
  37. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +5 -5
  38. package/internal-do-not-import-from-here/ux/persona/Persona.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +2 -2
  40. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +5 -5
  41. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +8 -8
  42. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +380 -33
  43. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +28 -1
  44. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +8 -8
  45. package/internal-do-not-import-from-here/wctypings.d.ts +4 -0
  46. package/package.json +3 -3
@@ -67,19 +67,39 @@ type VuetifyProps<T> = {
67
67
  type VuetifySlots<T> = {
68
68
  [K in keyof T as K extends `v-slot:${infer N}` ? N : never]: T[K];
69
69
  };
70
- import { VTextField, VBtn, VBtnToggle, VBtnGroup, VNavigationDrawer, VList, VListItem, VListGroup, VListImg, VListItemAction, VListItemTitle, VListItemSubtitle, VListItemMedia, VListSubheader, VDialog, VDialogBottomTransition, VDialogTopTransition, VDialogTransition, VCard, VCardActions, VCardItem, VCardSubtitle, VCardText, VCardTitle, VExpansionPanels, VExpansionPanel, VExpansionPanelText, VExpansionPanelTitle, VAutocomplete, VMenu, VTable, VCheckbox, VCheckboxBtn, VVirtualScroll } from "vuetify/components";
70
+ type VuetifyValue<T> = T extends {
71
+ value?: any;
72
+ } ? T["value"] : T;
73
+ import { VTextField, VBtn, VBtnToggle, VBtnGroup, VNavigationDrawer, VList, VListItem, VListGroup, VListImg, VListItemAction, VListItemTitle, VListItemSubtitle, VListItemMedia, VListSubheader, VDialog, VDialogBottomTransition, VDialogTopTransition, VDialogTransition, VCard, VCardActions, VCardItem, VCardSubtitle, VCardText, VCardTitle, VExpansionPanels, VExpansionPanel, VExpansionPanelText, VExpansionPanelTitle, VAutocomplete, VMenu, VTable, VCheckbox, VCheckboxBtn, VVirtualScroll, VChip, VSelect, VBadge } from "vuetify/components";
74
+ import { Intersect } from "vuetify/directives";
71
75
  import { VDataTable, VDataTableRow, VDataTableRows, VDataTableVirtual, VDataTableServer } from "vuetify/labs/components";
72
76
  export interface VDataTableServerSlots extends VuetifySlots<VuetifyProps<Pick<VDataTableServer, "$props">>> {
73
77
  }
74
78
  export interface VDataTableSlots extends VuetifySlots<VuetifyProps<Pick<VDataTable, "$props">>> {
75
79
  }
80
+ export interface VListItemSlots extends VuetifySlots<VuetifyProps<Pick<VListItem, "$props">>> {
81
+ }
82
+ export interface VTextFieldSlots extends VuetifySlots<VuetifyProps<Pick<VTextField, "$props">>> {
83
+ }
76
84
  declare global {
77
85
  namespace JSX {
78
86
  interface Element {
79
87
  }
80
88
  interface ElementClass {
81
89
  }
90
+ interface IntrinsicAttributes {
91
+ "v-intersect"?: VuetifyValue<Pick<Parameters<typeof Intersect.mounted>[1], "value">>;
92
+ }
82
93
  interface IntrinsicElements {
94
+ "v-badge": VuetifyProps<Pick<VBadge, "$props">> & {
95
+ [name: string]: any;
96
+ };
97
+ "v-select": VuetifyProps<Pick<VSelect, "$props">> & {
98
+ [name: string]: any;
99
+ };
100
+ "v-chip": VuetifyProps<Pick<VChip, "$props">> & {
101
+ [name: string]: any;
102
+ };
83
103
  "v-data-table-server": VuetifyProps<Pick<VDataTableServer, "$props">> & {
84
104
  [name: string]: any;
85
105
  };
@@ -1,5 +1,4 @@
1
1
  import { Prop, PropType, VNodeChild } from "vue";
2
- import { Func } from "../models/Func";
3
2
  export type Slot<T extends any[] = any[]> = (...args: T) => VNodeChild;
4
3
  export type VModelKeyNameInJsxElement<N extends string> = N extends "" ? "v-model" : `v-model:${N}`;
5
4
  export type VModelEmitsInJsxElement<N extends string> = N extends "" ? "onUpdate:modelValue" : `onUpdate:${N}`;
@@ -62,15 +61,15 @@ export type DefinePropModelDoc<TName extends string, TPropType, E> = E & BuildVM
62
61
  defaultValue(value?: TPropType): Omit<DefinePropModelDefaultValue<TName, TPropType, E>, "require">;
63
62
  };
64
63
  export type DefinePropModelSlots = {
65
- slots<Slots extends Record<string, Slot | false>>(): {
64
+ slots<Slots>(): {
66
65
  "v-slots": Prop<{
67
- default?: Func<[VNodeChild]>;
66
+ default?: Slot;
68
67
  } & Slots>;
69
68
  doc$(doc?: {
70
69
  [K in keyof Slots]: string;
71
70
  }): {
72
71
  "v-slots": Prop<{
73
- default?: Func<[VNodeChild]>;
72
+ default?: Slot;
74
73
  } & Slots>;
75
74
  };
76
75
  };
@@ -79,4 +79,4 @@ export type { FocusOption, ClickOutOption, ScrollOption, LinkHandlerOptions, } f
79
79
  export { FocusDirective, ClickOutDirective, ScrollDirective, LinkHandlerDirective, } from "./directives";
80
80
  export { VueComponentBase, getVuetifyAppClasses, VueComponentConnect, } from "./VueComponentBase";
81
81
  export type { VueComponentBaseProps, VueComponentBaseEvents, } from "./VueComponentBase";
82
- export { defineVueWebComponent, defineVueComponent, defineSlotsAndProps, definePropFunctionType, definePropObjectType, defineVue } from "./InternalDefineWebComponent";
82
+ export { defineVueWebComponent, defineVueComponent, definePropFunctionType, definePropObjectType, defineVue } from "./InternalDefineWebComponent";
@@ -1,8 +1,7 @@
1
- import { ComputedOptions, MethodOptions, ComponentOptionsMixin, EmitsOptions, ComponentInjectOptions, ComponentPropsOptions, DefineComponent, ComponentObjectPropsOptions, Prop, VNodeChild, PropType, ObjectEmitsOptions, CreateComponentPublicInstance, ExtractPropTypes, ExtractDefaultPropTypes, ComponentOptionsBase, RenderFunction, VNode, SlotsType, ComponentOptions } from "vue";
1
+ import { ComputedOptions, MethodOptions, ComponentOptionsMixin, EmitsOptions, ComponentInjectOptions, ComponentPropsOptions, DefineComponent, ComponentObjectPropsOptions, Prop, PropType, ObjectEmitsOptions, CreateComponentPublicInstance, ExtractPropTypes, ExtractDefaultPropTypes, ComponentOptionsBase, RenderFunction, SlotsType, ComponentOptions, Slot } from "vue";
2
2
  import { LooseRequired, UnionToIntersection, Prettify } from "@vue/shared";
3
3
  import { ThemeableComponentProps, WebComponentBundleManifest } from "@omnia/fx-models";
4
4
  import { useColorSchemaSetup, useBlueprintSetup } from "./use";
5
- import { Slot } from "./DefineVueTypings";
6
5
  export declare function definePropFunctionType<T>(): PropType<T>;
7
6
  export declare function definePropObjectType<T>(): PropType<T>;
8
7
  type IfAny<T, Y, N> = 0 extends 1 & T ? Y : N;
@@ -36,6 +35,11 @@ type ExcludeJsxPropKeys<T> = T extends string[] ? T : {
36
35
  type ExtractPropModels<T> = {
37
36
  -readonly [K in keyof T as K extends `v-model:${infer N}` ? N : K extends "v-model" ? "modelValue" : never]: T[K];
38
37
  };
38
+ type ExtractPropSlots<T> = T extends {
39
+ ["v-slots"]?: any;
40
+ } ? T["v-slots"] : {
41
+ default?: Slot;
42
+ };
39
43
  type RequiredKeys<T> = {
40
44
  [K in keyof T]: T[K] extends {
41
45
  required: true;
@@ -55,11 +59,6 @@ type EmitsToProps<T extends EmitsOptions> = T extends string[] ? {
55
59
  type TsxComponentV3<PropsOrPropOptions = {}, RawBindings = {}, D = {}, C extends ComputedOptions = ComputedOptions, M extends MethodOptions = MethodOptions, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, PropsDefinition = Readonly<PropsOrPropOptions extends ComponentPropsOptions ? CustomExtractPropTypes<PropsOrPropOptions> : PropsOrPropOptions>> = DefineComponent<PropsOrPropOptions, RawBindings, D, C, M, Mixin, Extends, E, EE> & {
56
60
  propsDefinition: PropsDefinition extends {} ? Omit<PropsDefinition, keyof ({} extends E ? {} : EmitsToProps<E>)> & ({} extends E ? {} : EmitsToProps<E>) : never;
57
61
  };
58
- export declare function defineSlotsAndProps<Slots extends Record<string, Slot>>(): <Props>(props: ComponentObjectPropsOptions<Props>) => ComponentObjectPropsOptions<Props> & {
59
- "v-slots"?: Prop<{
60
- default?: () => VNodeChild;
61
- } & Slots>;
62
- };
63
62
  type ComponentOptionsWithObjectPropsCustom<PropsOptions = ComponentObjectPropsOptions, RawBindings = {}, D = {}, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = EmitsOptions, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string, Props = Readonly<ExtractPropTypes<PropsOptions>> & EmitsToProps<E>, Defaults = ExtractDefaultPropTypes<PropsOptions>> = ComponentOptionsBaseExtends<RemoveDefinePropApi<Props>, RawBindings, D, C, M, Mixin, Extends, E, EE, Defaults, I, II> & {
64
63
  props: PropsOptions & ThisType<void>;
65
64
  } & ThisType<CreateComponentPublicInstance<Props, RawBindings, D, C, M, Mixin, Extends, E, Props, Defaults, false, I>>;
@@ -72,10 +71,6 @@ type ComponentOptionsWithArrayProps<PropNames extends string = string, RawBindin
72
71
  props: PropNames[];
73
72
  } & ThisType<CreateComponentPublicInstance<Props, RawBindings, D, C, M, Mixin, Extends, E, Props, {}, false, I>>;
74
73
  type Data = Record<string, unknown>;
75
- type InternalSlots = {
76
- [name: string]: (...args: any[]) => VNode[] | undefined;
77
- };
78
- type Slots = Readonly<InternalSlots>;
79
74
  type EmitFn<Options = ObjectEmitsOptions, Event extends keyof Options = keyof Options> = Options extends Array<infer V> ? (event: V, ...args: any[]) => void : {} extends Options ? (event: string, ...args: any[]) => void : UnionToIntersection<{
80
75
  [key in Event]: Options[key] extends (...args: infer Args) => any ? (event: key, ...args: Args) => void : (event: key, ...args: any[]) => void;
81
76
  }[Event]>;
@@ -97,7 +92,7 @@ type IntersectionMixin<T> = IsDefaultMixinComponent<T> extends true ? OptionType
97
92
  type UnwrapMixinsType<T, Type extends OptionTypesKeys> = T extends OptionTypesType ? T[Type] : never;
98
93
  type SetupContext<Props, E = EmitsOptions> = E extends any ? {
99
94
  attrs: Data;
100
- slots: Slots;
95
+ slots: ExtractPropSlots<Props>;
101
96
  models?: Required<ExtractPropModels<Props>>;
102
97
  colors: ReturnType<typeof useColorSchemaSetup>;
103
98
  blueprints: ReturnType<typeof useBlueprintSetup>;
@@ -109,13 +104,13 @@ interface ComponentOptionsBaseExtends<Props, RawBindings, D, C extends ComputedO
109
104
  }
110
105
  export declare function createPropType<T>(): PropType<T>;
111
106
  export declare function defineVue(): {
112
- slots<Slots_1 extends Record<string, false | Slot<any[]>>>(): {
107
+ slots<Slots_1>(): {
113
108
  "v-slots": Prop<{
114
- default?: import("@omnia/fx-models").Func<[VNodeChild]>;
109
+ default?: import("./DefineVueTypings").Slot<any[]>;
115
110
  } & Slots_1>;
116
111
  doc$(doc?: { [K in keyof Slots_1]: string; }): {
117
112
  "v-slots": Prop<{
118
- default?: import("@omnia/fx-models").Func<[VNodeChild]>;
113
+ default?: import("./DefineVueTypings").Slot<any[]>;
119
114
  } & Slots_1>;
120
115
  };
121
116
  };
@@ -50,8 +50,8 @@ declare const _default: {
50
50
  [key: string]: any;
51
51
  }>) => void)[];
52
52
  readonly edit?: (template: AppTemplate) => void;
53
- readonly cols?: number;
54
53
  readonly item?: AppTemplate;
54
+ readonly cols?: number;
55
55
  };
56
56
  $attrs: {
57
57
  [x: string]: unknown;
@@ -109,8 +109,8 @@ declare const _default: {
109
109
  propsDefinition: Omit<Readonly<{} & {
110
110
  delete?: () => void;
111
111
  edit?: (template: AppTemplate) => void;
112
- cols?: number;
113
112
  item?: AppTemplate;
113
+ cols?: number;
114
114
  }>, never>;
115
115
  };
116
116
  export default _default;
@@ -1,8 +1,5 @@
1
1
  import { Identity, IResolvedIdentity } from "@omnia/fx-models";
2
- export type RenderSlotsType = {
3
- left?: () => JSX.Element;
4
- right?: () => JSX.Element;
5
- };
2
+ import { VNodeChild } from "vue";
6
3
  export declare const identityRendererStyles: {
7
4
  container: {
8
5
  $nest: {
@@ -34,7 +31,7 @@ declare const _default: {
34
31
  style?: unknown;
35
32
  class?: unknown;
36
33
  key?: string | number | symbol;
37
- readonly size?: number;
34
+ readonly size?: "small" | "default" | "large" | "x-large" | "x-small";
38
35
  readonly inline?: boolean;
39
36
  ref?: import("vue").VNodeRef;
40
37
  ref_for?: boolean;
@@ -77,7 +74,15 @@ declare const _default: {
77
74
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
78
75
  [key: string]: any;
79
76
  }>) => void)[];
80
- readonly valueBind?: Identity[];
77
+ readonly "v-slots"?: {
78
+ default?: import("../DefineVueTypings").Slot<any[]>;
79
+ } & {
80
+ left?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
81
+ right?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
82
+ };
83
+ readonly "v-model"?: Identity[];
84
+ readonly modelValue?: Identity[];
85
+ readonly "onUpdate:modelValue"?: (value: Identity[]) => any;
81
86
  readonly styles?: {
82
87
  container: {
83
88
  $nest: {
@@ -107,7 +112,6 @@ declare const _default: {
107
112
  readonly presenceRtlOffsetX?: number;
108
113
  readonly presenceOffsetY?: number;
109
114
  readonly hideUsername?: boolean;
110
- readonly renderSlots?: (resolvedIdentity: IResolvedIdentity) => RenderSlotsType;
111
115
  };
112
116
  $attrs: {
113
117
  [x: string]: unknown;
@@ -123,8 +127,157 @@ declare const _default: {
123
127
  $emit: (event: string, ...args: any[]) => void;
124
128
  $el: any;
125
129
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
126
- valueBind: import("vue").Prop<Identity[], Identity[]>;
127
- styles: import("vue").Prop<{
130
+ "v-slots": import("vue").Prop<{
131
+ default?: import("../DefineVueTypings").Slot<any[]>;
132
+ } & {
133
+ left?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
134
+ right?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
135
+ }>;
136
+ hideUsername: {
137
+ type: import("vue").PropType<boolean>;
138
+ required: false;
139
+ };
140
+ presenceOffsetY: {
141
+ type: import("vue").PropType<number>;
142
+ required: false;
143
+ };
144
+ presenceRtlOffsetX: {
145
+ type: import("vue").PropType<number>;
146
+ required: false;
147
+ };
148
+ presenceOffsetX: {
149
+ type: import("vue").PropType<number>;
150
+ required: false;
151
+ };
152
+ hidePresence: {
153
+ type: import("vue").PropType<boolean>;
154
+ required: false;
155
+ };
156
+ imageOnly: {
157
+ type: import("vue").PropType<boolean>;
158
+ required: false;
159
+ };
160
+ styles: {
161
+ type: import("vue").PropType<{
162
+ container: {
163
+ $nest: {
164
+ ".v-list": {
165
+ background: string;
166
+ };
167
+ };
168
+ };
169
+ smallPresenceStatus: {
170
+ $nest: {
171
+ ".v-badge__badge": {
172
+ padding: string;
173
+ height: string;
174
+ minWidth: string;
175
+ $nest: {
176
+ ".v-icon": {
177
+ fontSize: string;
178
+ };
179
+ };
180
+ };
181
+ };
182
+ };
183
+ }>;
184
+ } & {
185
+ type: import("vue").PropType<{
186
+ container: {
187
+ $nest: {
188
+ ".v-list": {
189
+ background: string;
190
+ };
191
+ };
192
+ };
193
+ smallPresenceStatus: {
194
+ $nest: {
195
+ ".v-badge__badge": {
196
+ padding: string;
197
+ height: string;
198
+ minWidth: string;
199
+ $nest: {
200
+ ".v-icon": {
201
+ fontSize: string;
202
+ };
203
+ };
204
+ };
205
+ };
206
+ };
207
+ }>;
208
+ };
209
+ inline: {
210
+ type: import("vue").PropType<boolean>;
211
+ required: false;
212
+ };
213
+ size: {
214
+ type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
215
+ required: false;
216
+ };
217
+ "onUpdate:modelValue": {
218
+ type: import("vue").PropType<(value: Identity[]) => any>;
219
+ };
220
+ "v-model": {
221
+ type: import("vue").PropType<Identity[]>;
222
+ required: false;
223
+ };
224
+ modelValue: {
225
+ type: import("vue").PropType<Identity[]>;
226
+ required: false;
227
+ };
228
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
229
+ beforeCreate?: (() => void) | (() => void)[];
230
+ created?: (() => void) | (() => void)[];
231
+ beforeMount?: (() => void) | (() => void)[];
232
+ mounted?: (() => void) | (() => void)[];
233
+ beforeUpdate?: (() => void) | (() => void)[];
234
+ updated?: (() => void) | (() => void)[];
235
+ activated?: (() => void) | (() => void)[];
236
+ deactivated?: (() => void) | (() => void)[];
237
+ beforeDestroy?: (() => void) | (() => void)[];
238
+ beforeUnmount?: (() => void) | (() => void)[];
239
+ destroyed?: (() => void) | (() => void)[];
240
+ unmounted?: (() => void) | (() => void)[];
241
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
242
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
243
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
244
+ };
245
+ $forceUpdate: () => void;
246
+ $nextTick: typeof import("vue").nextTick;
247
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
248
+ } & Readonly<import("vue").ExtractPropTypes<{
249
+ "v-slots": import("vue").Prop<{
250
+ default?: import("../DefineVueTypings").Slot<any[]>;
251
+ } & {
252
+ left?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
253
+ right?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
254
+ }>;
255
+ hideUsername: {
256
+ type: import("vue").PropType<boolean>;
257
+ required: false;
258
+ };
259
+ presenceOffsetY: {
260
+ type: import("vue").PropType<number>;
261
+ required: false;
262
+ };
263
+ presenceRtlOffsetX: {
264
+ type: import("vue").PropType<number>;
265
+ required: false;
266
+ };
267
+ presenceOffsetX: {
268
+ type: import("vue").PropType<number>;
269
+ required: false;
270
+ };
271
+ hidePresence: {
272
+ type: import("vue").PropType<boolean>;
273
+ required: false;
274
+ };
275
+ imageOnly: {
276
+ type: import("vue").PropType<boolean>;
277
+ required: false;
278
+ };
279
+ styles: {
280
+ type: import("vue").PropType<{
128
281
  container: {
129
282
  $nest: {
130
283
  ".v-list": {
@@ -146,7 +299,9 @@ declare const _default: {
146
299
  };
147
300
  };
148
301
  };
149
- }, {
302
+ }>;
303
+ } & {
304
+ type: import("vue").PropType<{
150
305
  container: {
151
306
  $nest: {
152
307
  ".v-list": {
@@ -169,38 +324,63 @@ declare const _default: {
169
324
  };
170
325
  };
171
326
  }>;
172
- size: import("vue").Prop<number, number>;
173
- inline: import("vue").Prop<boolean, boolean>;
174
- hidePresence: import("vue").Prop<boolean, boolean>;
175
- imageOnly: import("vue").Prop<boolean, boolean>;
176
- presenceOffsetX: import("vue").Prop<number, number>;
177
- presenceRtlOffsetX: import("vue").Prop<number, number>;
178
- presenceOffsetY: import("vue").Prop<number, number>;
179
- hideUsername: import("vue").Prop<boolean, boolean>;
180
- renderSlots: import("vue").Prop<(resolvedIdentity: IResolvedIdentity) => RenderSlotsType, (resolvedIdentity: IResolvedIdentity) => RenderSlotsType>;
181
- }>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
182
- beforeCreate?: (() => void) | (() => void)[];
183
- created?: (() => void) | (() => void)[];
184
- beforeMount?: (() => void) | (() => void)[];
185
- mounted?: (() => void) | (() => void)[];
186
- beforeUpdate?: (() => void) | (() => void)[];
187
- updated?: (() => void) | (() => void)[];
188
- activated?: (() => void) | (() => void)[];
189
- deactivated?: (() => void) | (() => void)[];
190
- beforeDestroy?: (() => void) | (() => void)[];
191
- beforeUnmount?: (() => void) | (() => void)[];
192
- destroyed?: (() => void) | (() => void)[];
193
- unmounted?: (() => void) | (() => void)[];
194
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
195
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
196
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
197
327
  };
198
- $forceUpdate: () => void;
199
- $nextTick: typeof import("vue").nextTick;
200
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
201
- } & Readonly<import("vue").ExtractPropTypes<{
202
- valueBind: import("vue").Prop<Identity[], Identity[]>;
203
- styles: import("vue").Prop<{
328
+ inline: {
329
+ type: import("vue").PropType<boolean>;
330
+ required: false;
331
+ };
332
+ size: {
333
+ type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
334
+ required: false;
335
+ };
336
+ "onUpdate:modelValue": {
337
+ type: import("vue").PropType<(value: Identity[]) => any>;
338
+ };
339
+ "v-model": {
340
+ type: import("vue").PropType<Identity[]>;
341
+ required: false;
342
+ };
343
+ modelValue: {
344
+ type: import("vue").PropType<Identity[]>;
345
+ required: false;
346
+ };
347
+ }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
348
+ __isFragment?: never;
349
+ __isTeleport?: never;
350
+ __isSuspense?: never;
351
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
352
+ "v-slots": import("vue").Prop<{
353
+ default?: import("../DefineVueTypings").Slot<any[]>;
354
+ } & {
355
+ left?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
356
+ right?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
357
+ }>;
358
+ hideUsername: {
359
+ type: import("vue").PropType<boolean>;
360
+ required: false;
361
+ };
362
+ presenceOffsetY: {
363
+ type: import("vue").PropType<number>;
364
+ required: false;
365
+ };
366
+ presenceRtlOffsetX: {
367
+ type: import("vue").PropType<number>;
368
+ required: false;
369
+ };
370
+ presenceOffsetX: {
371
+ type: import("vue").PropType<number>;
372
+ required: false;
373
+ };
374
+ hidePresence: {
375
+ type: import("vue").PropType<boolean>;
376
+ required: false;
377
+ };
378
+ imageOnly: {
379
+ type: import("vue").PropType<boolean>;
380
+ required: false;
381
+ };
382
+ styles: {
383
+ type: import("vue").PropType<{
204
384
  container: {
205
385
  $nest: {
206
386
  ".v-list": {
@@ -222,7 +402,9 @@ declare const _default: {
222
402
  };
223
403
  };
224
404
  };
225
- }, {
405
+ }>;
406
+ } & {
407
+ type: import("vue").PropType<{
226
408
  container: {
227
409
  $nest: {
228
410
  ".v-list": {
@@ -245,80 +427,39 @@ declare const _default: {
245
427
  };
246
428
  };
247
429
  }>;
248
- size: import("vue").Prop<number, number>;
249
- inline: import("vue").Prop<boolean, boolean>;
250
- hidePresence: import("vue").Prop<boolean, boolean>;
251
- imageOnly: import("vue").Prop<boolean, boolean>;
252
- presenceOffsetX: import("vue").Prop<number, number>;
253
- presenceRtlOffsetX: import("vue").Prop<number, number>;
254
- presenceOffsetY: import("vue").Prop<number, number>;
255
- hideUsername: import("vue").Prop<boolean, boolean>;
256
- renderSlots: import("vue").Prop<(resolvedIdentity: IResolvedIdentity) => RenderSlotsType, (resolvedIdentity: IResolvedIdentity) => RenderSlotsType>;
257
- }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
258
- __isFragment?: never;
259
- __isTeleport?: never;
260
- __isSuspense?: never;
261
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
262
- valueBind: import("vue").Prop<Identity[], Identity[]>;
263
- styles: import("vue").Prop<{
264
- container: {
265
- $nest: {
266
- ".v-list": {
267
- background: string;
268
- };
269
- };
270
- };
271
- smallPresenceStatus: {
272
- $nest: {
273
- ".v-badge__badge": {
274
- padding: string;
275
- height: string;
276
- minWidth: string;
277
- $nest: {
278
- ".v-icon": {
279
- fontSize: string;
280
- };
281
- };
282
- };
283
- };
284
- };
285
- }, {
286
- container: {
287
- $nest: {
288
- ".v-list": {
289
- background: string;
290
- };
291
- };
292
- };
293
- smallPresenceStatus: {
294
- $nest: {
295
- ".v-badge__badge": {
296
- padding: string;
297
- height: string;
298
- minWidth: string;
299
- $nest: {
300
- ".v-icon": {
301
- fontSize: string;
302
- };
303
- };
304
- };
305
- };
306
- };
307
- }>;
308
- size: import("vue").Prop<number, number>;
309
- inline: import("vue").Prop<boolean, boolean>;
310
- hidePresence: import("vue").Prop<boolean, boolean>;
311
- imageOnly: import("vue").Prop<boolean, boolean>;
312
- presenceOffsetX: import("vue").Prop<number, number>;
313
- presenceRtlOffsetX: import("vue").Prop<number, number>;
314
- presenceOffsetY: import("vue").Prop<number, number>;
315
- hideUsername: import("vue").Prop<boolean, boolean>;
316
- renderSlots: import("vue").Prop<(resolvedIdentity: IResolvedIdentity) => RenderSlotsType, (resolvedIdentity: IResolvedIdentity) => RenderSlotsType>;
317
- }>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
430
+ };
431
+ inline: {
432
+ type: import("vue").PropType<boolean>;
433
+ required: false;
434
+ };
435
+ size: {
436
+ type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
437
+ required: false;
438
+ };
439
+ "onUpdate:modelValue": {
440
+ type: import("vue").PropType<(value: Identity[]) => any>;
441
+ };
442
+ "v-model": {
443
+ type: import("vue").PropType<Identity[]>;
444
+ required: false;
445
+ };
446
+ modelValue: {
447
+ type: import("vue").PropType<Identity[]>;
448
+ required: false;
449
+ };
450
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
318
451
  propsDefinition: Omit<Readonly<{} & {
319
- size?: number;
452
+ size?: "small" | "default" | "large" | "x-large" | "x-small";
320
453
  inline?: boolean;
321
- valueBind?: Identity[];
454
+ "v-slots"?: {
455
+ default?: import("../DefineVueTypings").Slot<any[]>;
456
+ } & {
457
+ left?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
458
+ right?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
459
+ };
460
+ "v-model"?: Identity[];
461
+ modelValue?: Identity[];
462
+ "onUpdate:modelValue"?: (value: Identity[]) => any;
322
463
  styles?: {
323
464
  container: {
324
465
  $nest: {
@@ -348,7 +489,6 @@ declare const _default: {
348
489
  presenceRtlOffsetX?: number;
349
490
  presenceOffsetY?: number;
350
491
  hideUsername?: boolean;
351
- renderSlots?: (resolvedIdentity: IResolvedIdentity) => RenderSlotsType;
352
492
  }>, never>;
353
493
  };
354
494
  export default _default;