@omnia/fx 8.0.165-dev → 8.0.166-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/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +17 -17
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +1 -1
- package/package.json +2 -2
@@ -355,9 +355,9 @@ declare const _default: {
|
|
355
355
|
"onUpdate:modelValue"?: (value: DateTimeZone<Date>) => any;
|
356
356
|
modelValue?: DateTimeZone<Date>;
|
357
357
|
variant?: "date" | "date-time";
|
358
|
-
singleLine?: boolean;
|
359
358
|
showMenu?: boolean;
|
360
359
|
dateFormat?: string;
|
360
|
+
singleLine?: boolean;
|
361
361
|
"single-line"?: boolean;
|
362
362
|
locale?: string;
|
363
363
|
isError?: boolean;
|
@@ -309,8 +309,8 @@ declare const _default: {
|
|
309
309
|
hideDetails?: boolean;
|
310
310
|
"hide-details"?: boolean;
|
311
311
|
errorMessages?: string[];
|
312
|
-
"error-messages"?: string[];
|
313
312
|
"provider-context"?: MediaPickerStorageProviderContext;
|
313
|
+
"error-messages"?: string[];
|
314
314
|
disabledCustomImage?: boolean;
|
315
315
|
"disabled-custom-image"?: boolean;
|
316
316
|
showPreview?: boolean;
|
@@ -696,10 +696,10 @@ declare const _default: {
|
|
696
696
|
disabled?: boolean;
|
697
697
|
identityStore?: IIdentityPickerStore;
|
698
698
|
ariaInvalid?: boolean;
|
699
|
-
singleLine?: boolean;
|
700
699
|
"aria-describedby"?: string;
|
701
700
|
"aria-invalid"?: boolean;
|
702
701
|
ariaDescribedby?: string;
|
702
|
+
singleLine?: boolean;
|
703
703
|
providerIds?: GuidValue[];
|
704
704
|
emailEnabled?: BoolFilter;
|
705
705
|
permissionEnabled?: BoolFilter;
|
@@ -910,11 +910,11 @@ declare const _default: {
|
|
910
910
|
"onUpdate:modelValue"?: (value: Identity[]) => any;
|
911
911
|
modelValue?: Identity[];
|
912
912
|
ariaInvalid?: boolean;
|
913
|
-
singleLine?: boolean;
|
914
913
|
"aria-describedby"?: string;
|
915
914
|
"aria-invalid"?: boolean;
|
916
915
|
businessProfileId?: string;
|
917
916
|
ariaDescribedby?: string;
|
917
|
+
singleLine?: boolean;
|
918
918
|
providerIds?: GuidValue[];
|
919
919
|
emailEnabled?: BoolFilter;
|
920
920
|
permissionEnabled?: BoolFilter;
|
@@ -868,10 +868,10 @@ declare const _default: {
|
|
868
868
|
"onUpdate:modelValue"?: (value: Identity[]) => any;
|
869
869
|
modelValue?: Identity[];
|
870
870
|
ariaInvalid?: boolean;
|
871
|
-
singleLine?: boolean;
|
872
871
|
"aria-describedby"?: string;
|
873
872
|
"aria-invalid"?: boolean;
|
874
873
|
ariaDescribedby?: string;
|
874
|
+
singleLine?: boolean;
|
875
875
|
providerIds?: GuidValue[];
|
876
876
|
emailEnabled?: BoolFilter;
|
877
877
|
permissionEnabled?: BoolFilter;
|
@@ -377,10 +377,10 @@ declare const _default: {
|
|
377
377
|
} & {
|
378
378
|
placeholder: () => JSX.Element;
|
379
379
|
};
|
380
|
-
alt?: string;
|
381
380
|
"aspect-ratio"?: string | number;
|
382
381
|
"max-height"?: string | number;
|
383
382
|
"max-width"?: string | number;
|
383
|
+
alt?: string;
|
384
384
|
lazySrc?: string;
|
385
385
|
"lazy-src"?: string;
|
386
386
|
}>, "onLoad" | "onDoc$"> & {
|
@@ -37,7 +37,7 @@ declare const _default: <TType extends "number" | "text" | "password" = "text">(
|
|
37
37
|
loading?: boolean;
|
38
38
|
} & {
|
39
39
|
disabled?: boolean;
|
40
|
-
} & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"
|
40
|
+
} & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"append-inner", () => VNodeChild, "Adds an item inside the input content."> & DefineSlot<"prepend", () => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"prepend-inner", () => VNodeChild, "Slot that is prepended to the input."> & DefineSlot<"message", () => VNodeChild, "Slot used to customize the message content."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineEmit<"click:button", () => void, "Emit when click on icon."> & DefineEmit<"click:clear", () => void, "Emit when search input field is cleared."> & {
|
41
41
|
type?: TType;
|
42
42
|
} & (TType extends "number" ? NumberInputProps : TextInputProps)> & Omit<({
|
43
43
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
@@ -69,7 +69,7 @@ declare const _default: <TType extends "number" | "text" | "password" = "text">(
|
|
69
69
|
loading?: boolean;
|
70
70
|
} & {
|
71
71
|
disabled?: boolean;
|
72
|
-
} & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"
|
72
|
+
} & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"append-inner", () => VNodeChild, "Adds an item inside the input content."> & DefineSlot<"prepend", () => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"prepend-inner", () => VNodeChild, "Slot that is prepended to the input."> & DefineSlot<"message", () => VNodeChild, "Slot used to customize the message content."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineEmit<"click:button", () => void, "Emit when click on icon."> & DefineEmit<"click:clear", () => void, "Emit when search input field is cleared."> & {
|
73
73
|
type?: TType;
|
74
74
|
} & (TType extends "number" ? NumberInputProps : TextInputProps) extends infer T ? { [K in keyof T as K extends `emit:${infer N}` ? N : never]: ({
|
75
75
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
@@ -101,7 +101,7 @@ declare const _default: <TType extends "number" | "text" | "password" = "text">(
|
|
101
101
|
loading?: boolean;
|
102
102
|
} & {
|
103
103
|
disabled?: boolean;
|
104
|
-
} & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"
|
104
|
+
} & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"append-inner", () => VNodeChild, "Adds an item inside the input content."> & DefineSlot<"prepend", () => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"prepend-inner", () => VNodeChild, "Slot that is prepended to the input."> & DefineSlot<"message", () => VNodeChild, "Slot used to customize the message content."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineEmit<"click:button", () => void, "Emit when click on icon."> & DefineEmit<"click:clear", () => void, "Emit when search input field is cleared."> & {
|
105
105
|
type?: TType;
|
106
106
|
} & (TType extends "number" ? NumberInputProps : TextInputProps))[K]; } : never) extends infer T_1 ? T_1 extends ({
|
107
107
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
@@ -133,7 +133,7 @@ declare const _default: <TType extends "number" | "text" | "password" = "text">(
|
|
133
133
|
loading?: boolean;
|
134
134
|
} & {
|
135
135
|
disabled?: boolean;
|
136
|
-
} & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"
|
136
|
+
} & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"append-inner", () => VNodeChild, "Adds an item inside the input content."> & DefineSlot<"prepend", () => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"prepend-inner", () => VNodeChild, "Slot that is prepended to the input."> & DefineSlot<"message", () => VNodeChild, "Slot used to customize the message content."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineEmit<"click:button", () => void, "Emit when click on icon."> & DefineEmit<"click:clear", () => void, "Emit when search input field is cleared."> & {
|
137
137
|
type?: TType;
|
138
138
|
} & (TType extends "number" ? NumberInputProps : TextInputProps) extends infer T_2 ? { [K in keyof T_2 as K extends `emit:${infer N}` ? N : never]: ({
|
139
139
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
@@ -165,7 +165,7 @@ declare const _default: <TType extends "number" | "text" | "password" = "text">(
|
|
165
165
|
loading?: boolean;
|
166
166
|
} & {
|
167
167
|
disabled?: boolean;
|
168
|
-
} & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"
|
168
|
+
} & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"append-inner", () => VNodeChild, "Adds an item inside the input content."> & DefineSlot<"prepend", () => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"prepend-inner", () => VNodeChild, "Slot that is prepended to the input."> & DefineSlot<"message", () => VNodeChild, "Slot used to customize the message content."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineEmit<"click:button", () => void, "Emit when click on icon."> & DefineEmit<"click:clear", () => void, "Emit when search input field is cleared."> & {
|
169
169
|
type?: TType;
|
170
170
|
} & (TType extends "number" ? NumberInputProps : TextInputProps))[K]; } : never) ? T_1 extends string[] ? { [K_1 in `on${Capitalize<T_1[number]>}`]?: (...args: any[]) => any; } : T_1 extends import("vue").ObjectEmitsOptions ? { [K_2 in `on${Capitalize<string & keyof T_1>}`]?: K_2 extends `on${infer C}` ? T_1[Uncapitalize<C>] extends null ? (...args: any[]) => any : (...args: T_1[Uncapitalize<C>] extends (...args: infer P) => any ? P : never) => any : never; } : {} : never : never, keyof ExtractProps<{
|
171
171
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
@@ -197,7 +197,7 @@ declare const _default: <TType extends "number" | "text" | "password" = "text">(
|
|
197
197
|
loading?: boolean;
|
198
198
|
} & {
|
199
199
|
disabled?: boolean;
|
200
|
-
} & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"
|
200
|
+
} & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"append-inner", () => VNodeChild, "Adds an item inside the input content."> & DefineSlot<"prepend", () => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"prepend-inner", () => VNodeChild, "Slot that is prepended to the input."> & DefineSlot<"message", () => VNodeChild, "Slot used to customize the message content."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineEmit<"click:button", () => void, "Emit when click on icon."> & DefineEmit<"click:clear", () => void, "Emit when search input field is cleared."> & {
|
201
201
|
type?: TType;
|
202
202
|
} & (TType extends "number" ? NumberInputProps : TextInputProps)>> & {
|
203
203
|
"v-slots"?: {
|
@@ -232,7 +232,7 @@ declare const _default: <TType extends "number" | "text" | "password" = "text">(
|
|
232
232
|
loading?: boolean;
|
233
233
|
} & {
|
234
234
|
disabled?: boolean;
|
235
|
-
} & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"
|
235
|
+
} & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"append-inner", () => VNodeChild, "Adds an item inside the input content."> & DefineSlot<"prepend", () => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"prepend-inner", () => VNodeChild, "Slot that is prepended to the input."> & DefineSlot<"message", () => VNodeChild, "Slot used to customize the message content."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineEmit<"click:button", () => void, "Emit when click on icon."> & DefineEmit<"click:clear", () => void, "Emit when search input field is cleared."> & {
|
236
236
|
type?: TType;
|
237
237
|
} & (TType extends "number" ? NumberInputProps : TextInputProps) extends infer T_3 ? { [K_3 in keyof T_3 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: ({
|
238
238
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
@@ -264,10 +264,10 @@ declare const _default: <TType extends "number" | "text" | "password" = "text">(
|
|
264
264
|
loading?: boolean;
|
265
265
|
} & {
|
266
266
|
disabled?: boolean;
|
267
|
-
} & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"
|
267
|
+
} & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"append-inner", () => VNodeChild, "Adds an item inside the input content."> & DefineSlot<"prepend", () => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"prepend-inner", () => VNodeChild, "Slot that is prepended to the input."> & DefineSlot<"message", () => VNodeChild, "Slot used to customize the message content."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineEmit<"click:button", () => void, "Emit when click on icon."> & DefineEmit<"click:clear", () => void, "Emit when search input field is cleared."> & {
|
268
268
|
type?: TType;
|
269
269
|
} & (TType extends "number" ? NumberInputProps : TextInputProps))[K_3]; } : never);
|
270
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "color" | "container" | "class" | "label" | "disabled" | "colorSchemaType" | "toned" | "colors" | "variant" | "loading" | "rules" | "hint" | "persistentHint" | "
|
270
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "color" | "container" | "class" | "label" | "disabled" | "colorSchemaType" | "toned" | "colors" | "variant" | "loading" | "rules" | "hint" | "persistentHint" | "readonly" | "errorMessages" | "slot:append" | "slot:append-inner" | "slot:prepend" | "slot:prepend-inner" | "slot:message" | "emit:update:focused" | "emit:click:button" | "emit:click:clear" | keyof (TType extends "number" ? NumberInputProps : TextInputProps)>) => {
|
271
271
|
$: import("vue").ComponentInternalInstance;
|
272
272
|
$data: {};
|
273
273
|
$props: {};
|
@@ -335,7 +335,7 @@ declare const _default: <TType extends "number" | "text" | "password" = "text">(
|
|
335
335
|
loading?: boolean;
|
336
336
|
} & {
|
337
337
|
disabled?: boolean;
|
338
|
-
} & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"
|
338
|
+
} & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"append-inner", () => VNodeChild, "Adds an item inside the input content."> & DefineSlot<"prepend", () => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"prepend-inner", () => VNodeChild, "Slot that is prepended to the input."> & DefineSlot<"message", () => VNodeChild, "Slot used to customize the message content."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineEmit<"click:button", () => void, "Emit when click on icon."> & DefineEmit<"click:clear", () => void, "Emit when search input field is cleared."> & {
|
339
339
|
type?: TType;
|
340
340
|
} & (TType extends "number" ? NumberInputProps : TextInputProps)> & {
|
341
341
|
"v-slots"?: {
|
@@ -370,7 +370,7 @@ declare const _default: <TType extends "number" | "text" | "password" = "text">(
|
|
370
370
|
loading?: boolean;
|
371
371
|
} & {
|
372
372
|
disabled?: boolean;
|
373
|
-
} & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"
|
373
|
+
} & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"append-inner", () => VNodeChild, "Adds an item inside the input content."> & DefineSlot<"prepend", () => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"prepend-inner", () => VNodeChild, "Slot that is prepended to the input."> & DefineSlot<"message", () => VNodeChild, "Slot used to customize the message content."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineEmit<"click:button", () => void, "Emit when click on icon."> & DefineEmit<"click:clear", () => void, "Emit when search input field is cleared."> & {
|
374
374
|
type?: TType;
|
375
375
|
} & (TType extends "number" ? NumberInputProps : TextInputProps) extends infer T_5 ? { [K_3 in keyof T_5 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: ({
|
376
376
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
@@ -402,7 +402,7 @@ declare const _default: <TType extends "number" | "text" | "password" = "text">(
|
|
402
402
|
loading?: boolean;
|
403
403
|
} & {
|
404
404
|
disabled?: boolean;
|
405
|
-
} & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"
|
405
|
+
} & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"append-inner", () => VNodeChild, "Adds an item inside the input content."> & DefineSlot<"prepend", () => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"prepend-inner", () => VNodeChild, "Slot that is prepended to the input."> & DefineSlot<"message", () => VNodeChild, "Slot used to customize the message content."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineEmit<"click:button", () => void, "Emit when click on icon."> & DefineEmit<"click:clear", () => void, "Emit when search input field is cleared."> & {
|
406
406
|
type?: TType;
|
407
407
|
} & (TType extends "number" ? NumberInputProps : TextInputProps))[K_3]; } : never);
|
408
408
|
} & (({
|
@@ -435,7 +435,7 @@ declare const _default: <TType extends "number" | "text" | "password" = "text">(
|
|
435
435
|
loading?: boolean;
|
436
436
|
} & {
|
437
437
|
disabled?: boolean;
|
438
|
-
} & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"
|
438
|
+
} & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"append-inner", () => VNodeChild, "Adds an item inside the input content."> & DefineSlot<"prepend", () => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"prepend-inner", () => VNodeChild, "Slot that is prepended to the input."> & DefineSlot<"message", () => VNodeChild, "Slot used to customize the message content."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineEmit<"click:button", () => void, "Emit when click on icon."> & DefineEmit<"click:clear", () => void, "Emit when search input field is cleared."> & {
|
439
439
|
type?: TType;
|
440
440
|
} & (TType extends "number" ? NumberInputProps : TextInputProps) extends infer T_6 ? { [K in keyof T_6 as K extends `emit:${infer N}` ? N : never]: ({
|
441
441
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
@@ -467,7 +467,7 @@ declare const _default: <TType extends "number" | "text" | "password" = "text">(
|
|
467
467
|
loading?: boolean;
|
468
468
|
} & {
|
469
469
|
disabled?: boolean;
|
470
|
-
} & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"
|
470
|
+
} & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"append-inner", () => VNodeChild, "Adds an item inside the input content."> & DefineSlot<"prepend", () => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"prepend-inner", () => VNodeChild, "Slot that is prepended to the input."> & DefineSlot<"message", () => VNodeChild, "Slot used to customize the message content."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineEmit<"click:button", () => void, "Emit when click on icon."> & DefineEmit<"click:clear", () => void, "Emit when search input field is cleared."> & {
|
471
471
|
type?: TType;
|
472
472
|
} & (TType extends "number" ? NumberInputProps : TextInputProps))[K]; } : never) extends infer T_7 ? T_7 extends ({
|
473
473
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
@@ -499,7 +499,7 @@ declare const _default: <TType extends "number" | "text" | "password" = "text">(
|
|
499
499
|
loading?: boolean;
|
500
500
|
} & {
|
501
501
|
disabled?: boolean;
|
502
|
-
} & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"
|
502
|
+
} & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"append-inner", () => VNodeChild, "Adds an item inside the input content."> & DefineSlot<"prepend", () => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"prepend-inner", () => VNodeChild, "Slot that is prepended to the input."> & DefineSlot<"message", () => VNodeChild, "Slot used to customize the message content."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineEmit<"click:button", () => void, "Emit when click on icon."> & DefineEmit<"click:clear", () => void, "Emit when search input field is cleared."> & {
|
503
503
|
type?: TType;
|
504
504
|
} & (TType extends "number" ? NumberInputProps : TextInputProps) extends infer T_8 ? { [K in keyof T_8 as K extends `emit:${infer N}` ? N : never]: ({
|
505
505
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
@@ -531,7 +531,7 @@ declare const _default: <TType extends "number" | "text" | "password" = "text">(
|
|
531
531
|
loading?: boolean;
|
532
532
|
} & {
|
533
533
|
disabled?: boolean;
|
534
|
-
} & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"
|
534
|
+
} & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"append-inner", () => VNodeChild, "Adds an item inside the input content."> & DefineSlot<"prepend", () => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"prepend-inner", () => VNodeChild, "Slot that is prepended to the input."> & DefineSlot<"message", () => VNodeChild, "Slot used to customize the message content."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineEmit<"click:button", () => void, "Emit when click on icon."> & DefineEmit<"click:clear", () => void, "Emit when search input field is cleared."> & {
|
535
535
|
type?: TType;
|
536
536
|
} & (TType extends "number" ? NumberInputProps : TextInputProps))[K]; } : never) ? T_7 extends string[] ? { [K_4 in `on${Capitalize<T_7[number]>}`]?: (...args: any[]) => any; } : T_7 extends import("vue").ObjectEmitsOptions ? { [K_5 in `on${Capitalize<string & keyof T_7>}`]?: K_5 extends `on${infer C}` ? T_7[Uncapitalize<C>] extends null ? (...args: any[]) => any : (...args: T_7[Uncapitalize<C>] extends (...args: infer P) => any ? P : never) => any : never; } : {} : never : never) & Omit<import("@omnia/fx/ux").VueComponentBaseProps, keyof ExtractProps<{
|
537
537
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
@@ -563,7 +563,7 @@ declare const _default: <TType extends "number" | "text" | "password" = "text">(
|
|
563
563
|
loading?: boolean;
|
564
564
|
} & {
|
565
565
|
disabled?: boolean;
|
566
|
-
} & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"
|
566
|
+
} & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"append-inner", () => VNodeChild, "Adds an item inside the input content."> & DefineSlot<"prepend", () => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"prepend-inner", () => VNodeChild, "Slot that is prepended to the input."> & DefineSlot<"message", () => VNodeChild, "Slot used to customize the message content."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineEmit<"click:button", () => void, "Emit when click on icon."> & DefineEmit<"click:clear", () => void, "Emit when search input field is cleared."> & {
|
567
567
|
type?: TType;
|
568
568
|
} & (TType extends "number" ? NumberInputProps : TextInputProps)>>;
|
569
569
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
@@ -344,8 +344,8 @@ declare const _default: {
|
|
344
344
|
"v-slots"?: {
|
345
345
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
346
346
|
} & VRatingSlots;
|
347
|
-
clearable?: boolean;
|
348
347
|
readonly?: boolean;
|
348
|
+
clearable?: boolean;
|
349
349
|
density?: "default" | "compact" | "comfortable";
|
350
350
|
hover?: boolean;
|
351
351
|
}>, never>;
|
@@ -66,7 +66,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
66
66
|
"onUpdate:focused"?: (value: boolean) => any;
|
67
67
|
"onClick:button"?: (value: any) => any;
|
68
68
|
"onUpdate:search"?: (value: string) => any;
|
69
|
-
}, "container" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "toned" | "items" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "
|
69
|
+
}, "container" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "toned" | "items" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "readonly" | "clearable" | "itemTitle" | "itemValue" | "returnObject" | "hideNoData" | "menuIcon" | "hideSelected"> & {
|
70
70
|
"v-slots"?: {
|
71
71
|
default?: import("vue").Slot;
|
72
72
|
} & {
|
@@ -75,7 +75,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
75
75
|
item?: (item: OSelectRenderingItem<ItemType<TItem>, any>, index: Number) => VNodeChild;
|
76
76
|
"append-item"?: () => VNodeChild;
|
77
77
|
};
|
78
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "toned" | "items" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "
|
78
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "toned" | "items" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "readonly" | "emit:update:focused" | "emit:click:button" | "clearable" | "itemTitle" | "itemValue" | "returnObject" | "hideNoData" | "menuIcon" | "hideSelected" | "emit:update:modelValue" | "emit:update:search" | "slot:chip" | "slot:selection" | "slot:item" | "slot:append-item">) => {
|
79
79
|
$: import("vue").ComponentInternalInstance;
|
80
80
|
$data: {};
|
81
81
|
$props: {};
|
@@ -179,7 +179,7 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
179
179
|
"onUpdate:focused"?: (value: boolean) => any;
|
180
180
|
"onClick:button"?: (value: any) => any;
|
181
181
|
"onUpdate:search"?: (value: string) => any;
|
182
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "toned" | "items" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "
|
182
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "container" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "toned" | "items" | "colors" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "loading" | "searchable" | "rules" | "hint" | "persistentHint" | "readonly" | "clearable" | "itemTitle" | "itemValue" | "returnObject" | "hideNoData" | "menuIcon" | "hideSelected">;
|
183
183
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
184
184
|
[key: string]: any;
|
185
185
|
}>;
|
@@ -546,10 +546,10 @@ declare const _default: {
|
|
546
546
|
hint?: string;
|
547
547
|
persistentHint?: boolean;
|
548
548
|
"persistent-hint"?: boolean;
|
549
|
-
|
549
|
+
readonly?: boolean;
|
550
550
|
errorMessages?: string | string[];
|
551
|
+
clearable?: boolean;
|
551
552
|
"error-messages"?: string | string[];
|
552
|
-
readonly?: boolean;
|
553
553
|
autoGrow?: boolean;
|
554
554
|
"auto-grow"?: boolean;
|
555
555
|
}>, "onUpdate:modelValue" | "onUpdate:focused" | "onClick:button"> & {
|
@@ -137,8 +137,8 @@ declare const _default: {
|
|
137
137
|
"onUpdate:modelValue"?: (value: string) => any;
|
138
138
|
onDoc$?: (description?: string) => any;
|
139
139
|
"onUpdate:focused"?: (value: boolean) => any;
|
140
|
-
"onClick:clear"?: () => any;
|
141
140
|
"onClick:button"?: () => any;
|
141
|
+
"onClick:clear"?: () => any;
|
142
142
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
143
143
|
"click:clear": () => void;
|
144
144
|
doc$(description?: string): {
|
@@ -281,8 +281,8 @@ declare const _default: {
|
|
281
281
|
"onUpdate:modelValue"?: (value: string) => any;
|
282
282
|
onDoc$?: (description?: string) => any;
|
283
283
|
"onUpdate:focused"?: (value: boolean) => any;
|
284
|
-
"onClick:clear"?: () => any;
|
285
284
|
"onClick:button"?: () => any;
|
285
|
+
"onClick:clear"?: () => any;
|
286
286
|
}, {
|
287
287
|
container: boolean;
|
288
288
|
}, true, {}, {}, {
|
@@ -426,8 +426,8 @@ declare const _default: {
|
|
426
426
|
"onUpdate:modelValue"?: (value: string) => any;
|
427
427
|
onDoc$?: (description?: string) => any;
|
428
428
|
"onUpdate:focused"?: (value: boolean) => any;
|
429
|
-
"onClick:clear"?: () => any;
|
430
429
|
"onClick:button"?: () => any;
|
430
|
+
"onClick:clear"?: () => any;
|
431
431
|
}, () => JSX.Element, {}, {}, {}, {
|
432
432
|
container: boolean;
|
433
433
|
}>;
|
@@ -568,8 +568,8 @@ declare const _default: {
|
|
568
568
|
"onUpdate:modelValue"?: (value: string) => any;
|
569
569
|
onDoc$?: (description?: string) => any;
|
570
570
|
"onUpdate:focused"?: (value: boolean) => any;
|
571
|
-
"onClick:clear"?: () => any;
|
572
571
|
"onClick:button"?: () => any;
|
572
|
+
"onClick:clear"?: () => any;
|
573
573
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
574
574
|
"click:clear": () => void;
|
575
575
|
doc$(description?: string): {
|
@@ -606,17 +606,17 @@ declare const _default: {
|
|
606
606
|
hint?: string;
|
607
607
|
persistentHint?: boolean;
|
608
608
|
"persistent-hint"?: boolean;
|
609
|
-
|
609
|
+
readonly?: boolean;
|
610
610
|
errorMessages?: string | string[];
|
611
|
-
"error-messages"?: string | string[];
|
612
611
|
suffix?: string;
|
613
|
-
|
614
|
-
|
612
|
+
clearable?: boolean;
|
613
|
+
"error-messages"?: string | string[];
|
614
|
+
}>, "onUpdate:modelValue" | "onDoc$" | "onUpdate:focused" | "onClick:button" | "onClick:clear"> & {
|
615
615
|
"onUpdate:modelValue"?: (value: string) => any;
|
616
616
|
onDoc$?: (description?: string) => any;
|
617
617
|
"onUpdate:focused"?: (value: boolean) => any;
|
618
|
-
"onClick:clear"?: () => any;
|
619
618
|
"onClick:button"?: () => any;
|
619
|
+
"onClick:clear"?: () => any;
|
620
620
|
};
|
621
621
|
};
|
622
622
|
export default _default;
|
@@ -618,7 +618,6 @@ declare const _default: {
|
|
618
618
|
smallBadge?: import("typestyle/lib/types").NestedCSSProperties;
|
619
619
|
commentEditor?: import("typestyle/lib/types").NestedCSSProperties;
|
620
620
|
};
|
621
|
-
readOnly?: boolean;
|
622
621
|
richTextSettings?: OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">;
|
623
622
|
dynamicInput?: CommentLikeTemplateDynamicInput;
|
624
623
|
"dynamic-input"?: CommentLikeTemplateDynamicInput;
|
@@ -628,6 +627,7 @@ declare const _default: {
|
|
628
627
|
"card-style"?: ThemeDefinition;
|
629
628
|
hideEdit?: boolean;
|
630
629
|
"hide-edit"?: boolean;
|
630
|
+
readOnly?: boolean;
|
631
631
|
topicId?: string;
|
632
632
|
contextParams?: {
|
633
633
|
[key: string]: string | number;
|
@@ -303,7 +303,6 @@ declare const _default: {
|
|
303
303
|
propsDefinition: Omit<Readonly<{} & {
|
304
304
|
"read-only"?: boolean;
|
305
305
|
currentUser?: ResolvedUserIdentity;
|
306
|
-
readOnly?: boolean;
|
307
306
|
comment?: Comment;
|
308
307
|
dynamicInput?: CommentLikeTemplateDynamicInput;
|
309
308
|
"dynamic-input"?: CommentLikeTemplateDynamicInput;
|
@@ -320,6 +319,7 @@ declare const _default: {
|
|
320
319
|
"card-style"?: ThemeDefinition;
|
321
320
|
hideEdit?: boolean;
|
322
321
|
"hide-edit"?: boolean;
|
322
|
+
readOnly?: boolean;
|
323
323
|
}>, "onDoc$" | "onOpenReply" | "onCancelReply" | "onRefresh"> & {
|
324
324
|
onDoc$?: (description?: string) => any;
|
325
325
|
onOpenReply?: (commentToReplyOn: Comment) => any;
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.166-dev",
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.166-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|