@omnia/fx 8.0.18-dev → 8.0.19-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/apis/ApiHelper.d.ts +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +10 -11
- package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +14 -14
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +623 -56
- package/internal-do-not-import-from-here/ux/datetimepicker/IDateTimePicker.d.ts +0 -49
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +178 -18
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/IDataFieldDisplay.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +192 -19
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/IDataFieldEdit.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +108 -132
- package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +126 -11
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.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/IdentityPickerDialog.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/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +15 -1
- package/internal-do-not-import-from-here/ux/journey/v2/models/Constants.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +30 -30
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +5 -5
- 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 +8 -8
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +11 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +13 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +569 -78
- package/internal-do-not-import-from-here/ux/social/CommentDialog.d.ts +92 -44
- package/internal-do-not-import-from-here/ux/social/IComment.d.ts +0 -36
- package/internal-do-not-import-from-here/ux/social/ILike.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/social/IPeopleTagging.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/social/Like.d.ts +359 -68
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +255 -27
- package/internal-do-not-import-from-here/ux/social/index.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/social/likehandler/LikeActionSettings.d.ts +141 -15
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.css.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +340 -79
- package/internal-do-not-import-from-here/ux/social/templates/ILikeListingTemplate.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.d.ts +171 -40
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{blueprints → definitions/blueprints}/store/BlueprintEditorStore.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/TypographyJourney.d.ts +97 -0
- package/internal-do-not-import-from-here/ux/typographypicker/TypographyPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder2.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronBlockHeaderStateBuilder.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronEditorBuilder.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +106 -15
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/helptext/IHelpText.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/helptext/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.css.d.ts +0 -11
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{blueprints/BlueprintsJourney.d.ts → definitions/DefinitionsJourney.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{colorschemes/ColorSchemasJourney.d.ts → definitions/blueprints/BlueprintsJourney.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{blueprints → definitions/blueprints}/blades/BlockBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{blueprints → definitions/blueprints}/blades/ComponentsBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{blueprints → definitions/blueprints}/blades/EditBlueprint.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{blueprints → definitions/blueprints}/blades/SpacingBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{blueprints → definitions/blueprints}/blades/TypographyBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{blueprints → definitions/blueprints}/components/BlockPreview.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{typography/TypographyJourney.d.ts → definitions/colorschemes/ColorSchemasJourney.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{colorschemes → definitions/colorschemes}/blades/ColorSchemaDefinitionBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{colorschemes → definitions/colorschemes}/blades/ColorSchemasBlade.d.ts +0 -0
@@ -69,8 +69,8 @@ declare const _default: {
|
|
69
69
|
} & ODataTableSlots;
|
70
70
|
readonly loading?: boolean;
|
71
71
|
readonly hover?: boolean;
|
72
|
-
readonly itemValue?: NonNullable<SelectItemKey>;
|
73
72
|
readonly returnObject?: boolean;
|
73
|
+
readonly itemValue?: NonNullable<SelectItemKey>;
|
74
74
|
readonly noDataText?: string;
|
75
75
|
readonly showExpand?: boolean;
|
76
76
|
readonly itemsPerPage?: number;
|
@@ -363,8 +363,8 @@ declare const _default: {
|
|
363
363
|
} & ODataTableSlots;
|
364
364
|
loading?: boolean;
|
365
365
|
hover?: boolean;
|
366
|
-
itemValue?: NonNullable<SelectItemKey>;
|
367
366
|
returnObject?: boolean;
|
367
|
+
itemValue?: NonNullable<SelectItemKey>;
|
368
368
|
noDataText?: string;
|
369
369
|
showExpand?: boolean;
|
370
370
|
itemsPerPage?: number;
|
@@ -59,9 +59,9 @@ declare const _default: {
|
|
59
59
|
item?: ((item: any) => VNodeChild) | ((row: IDataTableRowRenderer) => void);
|
60
60
|
};
|
61
61
|
readonly variant?: "default" | "list" | "data-table";
|
62
|
+
"onClick:navigate"?: (value: any) => any;
|
62
63
|
readonly itemTitle: string | ((item: any) => VNodeChild);
|
63
64
|
readonly itemValue?: string | ((item: any) => string);
|
64
|
-
"onClick:navigate"?: (value: any) => any;
|
65
65
|
readonly disabledItem?: string;
|
66
66
|
readonly placeholderClass?: string;
|
67
67
|
readonly handle?: string;
|
@@ -68,9 +68,9 @@ declare const _default: {
|
|
68
68
|
readonly activator?: string;
|
69
69
|
readonly attach?: string | boolean | Element;
|
70
70
|
readonly location?: "left" | "center" | "right" | "bottom" | "top" | "end" | "start" | "center center" | "bottom end" | "bottom start" | "top center" | "top end" | "top start" | "end bottom" | "end top" | "start bottom" | "start top";
|
71
|
+
onDoc$?: (description?: string) => any;
|
71
72
|
readonly closeDelay?: string | number;
|
72
73
|
readonly openOnHover?: boolean;
|
73
|
-
onDoc$?: (description?: string) => any;
|
74
74
|
readonly visibleOnContentClick?: boolean;
|
75
75
|
};
|
76
76
|
$attrs: {
|
@@ -75,13 +75,13 @@ declare const _default: {
|
|
75
75
|
readonly rules?: ValidationRule[];
|
76
76
|
readonly hint?: string;
|
77
77
|
readonly persistentHint?: boolean;
|
78
|
+
readonly clearable?: boolean;
|
79
|
+
"onClick:button"?: (value: any) => any;
|
80
|
+
readonly returnObject?: boolean;
|
78
81
|
readonly itemTitle?: any;
|
79
82
|
readonly itemValue?: any;
|
80
|
-
readonly returnObject?: boolean;
|
81
|
-
readonly clearable?: boolean;
|
82
83
|
readonly hideSelected?: boolean;
|
83
84
|
readonly searchable?: boolean;
|
84
|
-
"onClick:button"?: (value: any) => any;
|
85
85
|
};
|
86
86
|
$attrs: {
|
87
87
|
[x: string]: unknown;
|
@@ -437,10 +437,10 @@ declare const _default: {
|
|
437
437
|
rules?: ValidationRule[];
|
438
438
|
hint?: string;
|
439
439
|
persistentHint?: boolean;
|
440
|
+
clearable?: boolean;
|
441
|
+
returnObject?: boolean;
|
440
442
|
itemTitle?: any;
|
441
443
|
itemValue?: any;
|
442
|
-
returnObject?: boolean;
|
443
|
-
clearable?: boolean;
|
444
444
|
hideSelected?: boolean;
|
445
445
|
searchable?: boolean;
|
446
446
|
}>, "onUpdate:modelValue" | "onClick:button"> & {
|
@@ -65,8 +65,8 @@ declare const _default: {
|
|
65
65
|
readonly errorMessages?: string | string[];
|
66
66
|
"onUpdate:focused"?: (value: boolean) => any;
|
67
67
|
readonly rules?: ValidationRule[];
|
68
|
-
readonly clearable?: boolean;
|
69
68
|
readonly autofocus?: boolean;
|
69
|
+
readonly clearable?: boolean;
|
70
70
|
"onClick:button"?: () => any;
|
71
71
|
};
|
72
72
|
$attrs: {
|
@@ -292,8 +292,8 @@ declare const _default: {
|
|
292
292
|
} & VTextAreaSlots;
|
293
293
|
errorMessages?: string | string[];
|
294
294
|
rules?: ValidationRule[];
|
295
|
-
clearable?: boolean;
|
296
295
|
autofocus?: boolean;
|
296
|
+
clearable?: boolean;
|
297
297
|
}>, "onUpdate:modelValue" | "onUpdate:focused" | "onClick:button"> & {
|
298
298
|
"onUpdate:modelValue"?: (value: string) => any;
|
299
299
|
"onUpdate:focused"?: (value: boolean) => any;
|
@@ -72,11 +72,11 @@ declare const _default: {
|
|
72
72
|
readonly rules?: ValidationRule[];
|
73
73
|
readonly hint?: string;
|
74
74
|
readonly persistentHint?: boolean;
|
75
|
+
onDoc$?: (description?: string) => any;
|
76
|
+
readonly autofocus?: boolean;
|
75
77
|
readonly clearable?: boolean;
|
76
78
|
"onClick:clear"?: () => any;
|
77
|
-
readonly autofocus?: boolean;
|
78
79
|
readonly suffix?: string;
|
79
|
-
onDoc$?: (description?: string) => any;
|
80
80
|
"onClick:button"?: () => any;
|
81
81
|
};
|
82
82
|
$attrs: {
|
@@ -166,8 +166,8 @@ declare const _default: {
|
|
166
166
|
}>> & {
|
167
167
|
"onUpdate:modelValue"?: (value: string) => any;
|
168
168
|
"onUpdate:focused"?: (value: boolean) => any;
|
169
|
-
"onClick:clear"?: () => any;
|
170
169
|
onDoc$?: (description?: string) => any;
|
170
|
+
"onClick:clear"?: () => any;
|
171
171
|
"onClick:button"?: () => any;
|
172
172
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
173
173
|
"click:clear": () => void;
|
@@ -277,8 +277,8 @@ declare const _default: {
|
|
277
277
|
}>> & {
|
278
278
|
"onUpdate:modelValue"?: (value: string) => any;
|
279
279
|
"onUpdate:focused"?: (value: boolean) => any;
|
280
|
-
"onClick:clear"?: () => any;
|
281
280
|
onDoc$?: (description?: string) => any;
|
281
|
+
"onClick:clear"?: () => any;
|
282
282
|
"onClick:button"?: () => any;
|
283
283
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
284
284
|
__isFragment?: never;
|
@@ -358,8 +358,8 @@ declare const _default: {
|
|
358
358
|
}>> & {
|
359
359
|
"onUpdate:modelValue"?: (value: string) => any;
|
360
360
|
"onUpdate:focused"?: (value: boolean) => any;
|
361
|
-
"onClick:clear"?: () => any;
|
362
361
|
onDoc$?: (description?: string) => any;
|
362
|
+
"onClick:clear"?: () => any;
|
363
363
|
"onClick:button"?: () => any;
|
364
364
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
365
365
|
"click:clear": () => void;
|
@@ -401,14 +401,14 @@ declare const _default: {
|
|
401
401
|
rules?: ValidationRule[];
|
402
402
|
hint?: string;
|
403
403
|
persistentHint?: boolean;
|
404
|
-
clearable?: boolean;
|
405
404
|
autofocus?: boolean;
|
405
|
+
clearable?: boolean;
|
406
406
|
suffix?: string;
|
407
|
-
}>, "onUpdate:modelValue" | "onUpdate:focused" | "
|
407
|
+
}>, "onUpdate:modelValue" | "onUpdate:focused" | "onDoc$" | "onClick:clear" | "onClick:button"> & {
|
408
408
|
"onUpdate:modelValue"?: (value: string) => any;
|
409
409
|
"onUpdate:focused"?: (value: boolean) => any;
|
410
|
-
"onClick:clear"?: () => any;
|
411
410
|
onDoc$?: (description?: string) => any;
|
411
|
+
"onClick:clear"?: () => any;
|
412
412
|
"onClick:button"?: () => any;
|
413
413
|
};
|
414
414
|
};
|
@@ -56,9 +56,9 @@ declare const _default: {
|
|
56
56
|
activator?: () => VNodeChild;
|
57
57
|
};
|
58
58
|
readonly location?: OPosition;
|
59
|
-
readonly openOnClick?: boolean;
|
60
59
|
readonly openOnHover?: boolean;
|
61
60
|
readonly activateOnLength?: number;
|
61
|
+
readonly openOnClick?: boolean;
|
62
62
|
};
|
63
63
|
$attrs: {
|
64
64
|
[x: string]: unknown;
|
@@ -175,9 +175,9 @@ declare const _default: {
|
|
175
175
|
activator?: () => VNodeChild;
|
176
176
|
};
|
177
177
|
location?: OPosition;
|
178
|
-
openOnClick?: boolean;
|
179
178
|
openOnHover?: boolean;
|
180
179
|
activateOnLength?: number;
|
180
|
+
openOnClick?: boolean;
|
181
181
|
}>, never>;
|
182
182
|
};
|
183
183
|
export default _default;
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import { BooleanDisplaySettings, BooleanEditorSettings, BooleanPropertyDefinition, BooleanPropertyValue, IPropertyEditorRenderer } from "@omnia/fx-models";
|
2
2
|
export type BooleanEditorProps = IPropertyEditorRenderer<BooleanPropertyDefinition> & {
|
3
3
|
"v-model": BooleanPropertyValue;
|
4
|
+
"onUpdate:modelValue": (value: BooleanPropertyValue) => void;
|
4
5
|
};
|
5
6
|
declare const _default: {
|
6
7
|
new (...args: any[]): {
|
@@ -52,6 +53,7 @@ declare const _default: {
|
|
52
53
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
53
54
|
[key: string]: any;
|
54
55
|
}>) => void)[];
|
56
|
+
readonly "onUpdate:modelValue"?: (value: BooleanPropertyValue) => void;
|
55
57
|
readonly "v-model"?: BooleanPropertyValue;
|
56
58
|
readonly modelValue?: BooleanPropertyValue;
|
57
59
|
readonly displaySettings?: BooleanDisplaySettings;
|
@@ -78,6 +80,7 @@ declare const _default: {
|
|
78
80
|
setupSettings?: import("vue").Prop<never, never>;
|
79
81
|
disabled?: import("vue").Prop<boolean, boolean>;
|
80
82
|
"v-model": import("vue").Prop<BooleanPropertyValue, BooleanPropertyValue>;
|
83
|
+
"onUpdate:modelValue": import("vue").Prop<(value: BooleanPropertyValue) => void, (value: BooleanPropertyValue) => void>;
|
81
84
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
82
85
|
beforeCreate?: (() => void) | (() => void)[];
|
83
86
|
created?: (() => void) | (() => void)[];
|
@@ -105,6 +108,7 @@ declare const _default: {
|
|
105
108
|
setupSettings?: import("vue").Prop<never, never>;
|
106
109
|
disabled?: import("vue").Prop<boolean, boolean>;
|
107
110
|
"v-model": import("vue").Prop<BooleanPropertyValue, BooleanPropertyValue>;
|
111
|
+
"onUpdate:modelValue": import("vue").Prop<(value: BooleanPropertyValue) => void, (value: BooleanPropertyValue) => void>;
|
108
112
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
109
113
|
__isFragment?: never;
|
110
114
|
__isTeleport?: never;
|
@@ -116,9 +120,11 @@ declare const _default: {
|
|
116
120
|
setupSettings?: import("vue").Prop<never, never>;
|
117
121
|
disabled?: import("vue").Prop<boolean, boolean>;
|
118
122
|
"v-model": import("vue").Prop<BooleanPropertyValue, BooleanPropertyValue>;
|
123
|
+
"onUpdate:modelValue": import("vue").Prop<(value: BooleanPropertyValue) => void, (value: BooleanPropertyValue) => void>;
|
119
124
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
120
125
|
propsDefinition: Omit<Readonly<{} & {
|
121
126
|
disabled?: boolean;
|
127
|
+
"onUpdate:modelValue"?: (value: BooleanPropertyValue) => void;
|
122
128
|
"v-model"?: BooleanPropertyValue;
|
123
129
|
modelValue?: BooleanPropertyValue;
|
124
130
|
displaySettings?: BooleanDisplaySettings;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { HtmlDisplaySettings, HtmlEditorSettings, HtmlPropertyValue } from "@omnia/fx-models";
|
1
|
+
import { EnterprisePropertyRichTextItemSettings, HtmlDisplaySettings, HtmlEditorSettings, HtmlPropertyValue } from "@omnia/fx-models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): {
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
@@ -49,8 +49,10 @@ declare const _default: {
|
|
49
49
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
50
50
|
[key: string]: any;
|
51
51
|
}>) => void)[];
|
52
|
+
readonly "onUpdate:modelValue"?: (value: HtmlPropertyValue) => void;
|
52
53
|
readonly "v-model"?: HtmlPropertyValue;
|
53
54
|
readonly modelValue?: HtmlPropertyValue;
|
55
|
+
readonly settings?: EnterprisePropertyRichTextItemSettings;
|
54
56
|
readonly displaySettings?: HtmlDisplaySettings;
|
55
57
|
readonly setupSettings?: never;
|
56
58
|
readonly editorSettings?: HtmlEditorSettings;
|
@@ -75,6 +77,8 @@ declare const _default: {
|
|
75
77
|
setupSettings?: import("vue").Prop<never, never>;
|
76
78
|
disabled?: import("vue").Prop<boolean, boolean>;
|
77
79
|
"v-model": import("vue").Prop<HtmlPropertyValue, HtmlPropertyValue>;
|
80
|
+
"onUpdate:modelValue": import("vue").Prop<(value: HtmlPropertyValue) => void, (value: HtmlPropertyValue) => void>;
|
81
|
+
settings?: import("vue").Prop<EnterprisePropertyRichTextItemSettings, EnterprisePropertyRichTextItemSettings>;
|
78
82
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
79
83
|
beforeCreate?: (() => void) | (() => void)[];
|
80
84
|
created?: (() => void) | (() => void)[];
|
@@ -102,6 +106,8 @@ declare const _default: {
|
|
102
106
|
setupSettings?: import("vue").Prop<never, never>;
|
103
107
|
disabled?: import("vue").Prop<boolean, boolean>;
|
104
108
|
"v-model": import("vue").Prop<HtmlPropertyValue, HtmlPropertyValue>;
|
109
|
+
"onUpdate:modelValue": import("vue").Prop<(value: HtmlPropertyValue) => void, (value: HtmlPropertyValue) => void>;
|
110
|
+
settings?: import("vue").Prop<EnterprisePropertyRichTextItemSettings, EnterprisePropertyRichTextItemSettings>;
|
105
111
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
106
112
|
__isFragment?: never;
|
107
113
|
__isTeleport?: never;
|
@@ -113,11 +119,15 @@ declare const _default: {
|
|
113
119
|
setupSettings?: import("vue").Prop<never, never>;
|
114
120
|
disabled?: import("vue").Prop<boolean, boolean>;
|
115
121
|
"v-model": import("vue").Prop<HtmlPropertyValue, HtmlPropertyValue>;
|
122
|
+
"onUpdate:modelValue": import("vue").Prop<(value: HtmlPropertyValue) => void, (value: HtmlPropertyValue) => void>;
|
123
|
+
settings?: import("vue").Prop<EnterprisePropertyRichTextItemSettings, EnterprisePropertyRichTextItemSettings>;
|
116
124
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
117
125
|
propsDefinition: Omit<Readonly<{} & {
|
118
126
|
disabled?: boolean;
|
127
|
+
"onUpdate:modelValue"?: (value: HtmlPropertyValue) => void;
|
119
128
|
"v-model"?: HtmlPropertyValue;
|
120
129
|
modelValue?: HtmlPropertyValue;
|
130
|
+
settings?: EnterprisePropertyRichTextItemSettings;
|
121
131
|
displaySettings?: HtmlDisplaySettings;
|
122
132
|
setupSettings?: never;
|
123
133
|
editorSettings?: HtmlEditorSettings;
|
package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts
CHANGED
@@ -1,9 +1,10 @@
|
|
1
1
|
import { IdentityEditorStyles } from "./IdentityEditor.css";
|
2
2
|
import { IdentityPropertyDefinition, IdentityPropertyDisplaySettings, IdentityPropertyEditorSettings, IdentityPropertyValue, IPropertyEditorRenderer } from "@omnia/fx-models";
|
3
|
-
export type
|
3
|
+
export type IdentityEditorProps = IPropertyEditorRenderer<IdentityPropertyDefinition> & {
|
4
4
|
styles: typeof IdentityEditorStyles;
|
5
5
|
} & {
|
6
6
|
"v-model": IdentityPropertyValue;
|
7
|
+
"onUpdate:modelValue": (value: IdentityPropertyValue) => void;
|
7
8
|
};
|
8
9
|
declare const _default: {
|
9
10
|
new (...args: any[]): {
|
@@ -58,6 +59,7 @@ declare const _default: {
|
|
58
59
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
59
60
|
[key: string]: any;
|
60
61
|
}>) => void)[];
|
62
|
+
readonly "onUpdate:modelValue"?: (value: IdentityPropertyValue) => void;
|
61
63
|
readonly "v-model"?: IdentityPropertyValue;
|
62
64
|
readonly modelValue?: IdentityPropertyValue;
|
63
65
|
readonly displaySettings?: IdentityPropertyDisplaySettings;
|
@@ -89,6 +91,7 @@ declare const _default: {
|
|
89
91
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
90
92
|
}>;
|
91
93
|
"v-model": import("vue").Prop<IdentityPropertyValue, IdentityPropertyValue>;
|
94
|
+
"onUpdate:modelValue": import("vue").Prop<(value: IdentityPropertyValue) => void, (value: IdentityPropertyValue) => void>;
|
92
95
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
93
96
|
beforeCreate?: (() => void) | (() => void)[];
|
94
97
|
created?: (() => void) | (() => void)[];
|
@@ -121,6 +124,7 @@ declare const _default: {
|
|
121
124
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
122
125
|
}>;
|
123
126
|
"v-model": import("vue").Prop<IdentityPropertyValue, IdentityPropertyValue>;
|
127
|
+
"onUpdate:modelValue": import("vue").Prop<(value: IdentityPropertyValue) => void, (value: IdentityPropertyValue) => void>;
|
124
128
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
125
129
|
__isFragment?: never;
|
126
130
|
__isTeleport?: never;
|
@@ -137,12 +141,14 @@ declare const _default: {
|
|
137
141
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
138
142
|
}>;
|
139
143
|
"v-model": import("vue").Prop<IdentityPropertyValue, IdentityPropertyValue>;
|
144
|
+
"onUpdate:modelValue": import("vue").Prop<(value: IdentityPropertyValue) => void, (value: IdentityPropertyValue) => void>;
|
140
145
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
141
146
|
propsDefinition: Omit<Readonly<{} & {
|
142
147
|
disabled?: boolean;
|
143
148
|
styles?: {
|
144
149
|
container: import("typestyle/lib/types").NestedCSSProperties;
|
145
150
|
};
|
151
|
+
"onUpdate:modelValue"?: (value: IdentityPropertyValue) => void;
|
146
152
|
"v-model"?: IdentityPropertyValue;
|
147
153
|
modelValue?: IdentityPropertyValue;
|
148
154
|
displaySettings?: IdentityPropertyDisplaySettings;
|
@@ -1,6 +1,8 @@
|
|
1
1
|
import { IntegerDisplaySettings, IntegerEditorSettings, IntegerPropertyDefinition, IntegerPropertyValue, IPropertyEditorRenderer } from "@omnia/fx-models";
|
2
2
|
export type IntegerEditorProps = IPropertyEditorRenderer<IntegerPropertyDefinition> & {
|
3
3
|
"v-model": IntegerPropertyValue;
|
4
|
+
"onUpdate:modelValue": (value: IntegerPropertyValue) => void;
|
5
|
+
disabled?: boolean;
|
4
6
|
};
|
5
7
|
declare const _default: {
|
6
8
|
new (...args: any[]): {
|
@@ -52,6 +54,7 @@ declare const _default: {
|
|
52
54
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
53
55
|
[key: string]: any;
|
54
56
|
}>) => void)[];
|
57
|
+
readonly "onUpdate:modelValue"?: (value: IntegerPropertyValue) => void;
|
55
58
|
readonly "v-model"?: IntegerPropertyValue;
|
56
59
|
readonly modelValue?: IntegerPropertyValue;
|
57
60
|
readonly displaySettings?: IntegerDisplaySettings;
|
@@ -78,6 +81,7 @@ declare const _default: {
|
|
78
81
|
setupSettings?: import("vue").Prop<never, never>;
|
79
82
|
disabled?: import("vue").Prop<boolean, boolean>;
|
80
83
|
"v-model": import("vue").Prop<IntegerPropertyValue, IntegerPropertyValue>;
|
84
|
+
"onUpdate:modelValue": import("vue").Prop<(value: IntegerPropertyValue) => void, (value: IntegerPropertyValue) => void>;
|
81
85
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
82
86
|
beforeCreate?: (() => void) | (() => void)[];
|
83
87
|
created?: (() => void) | (() => void)[];
|
@@ -105,6 +109,7 @@ declare const _default: {
|
|
105
109
|
setupSettings?: import("vue").Prop<never, never>;
|
106
110
|
disabled?: import("vue").Prop<boolean, boolean>;
|
107
111
|
"v-model": import("vue").Prop<IntegerPropertyValue, IntegerPropertyValue>;
|
112
|
+
"onUpdate:modelValue": import("vue").Prop<(value: IntegerPropertyValue) => void, (value: IntegerPropertyValue) => void>;
|
108
113
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
109
114
|
__isFragment?: never;
|
110
115
|
__isTeleport?: never;
|
@@ -116,9 +121,11 @@ declare const _default: {
|
|
116
121
|
setupSettings?: import("vue").Prop<never, never>;
|
117
122
|
disabled?: import("vue").Prop<boolean, boolean>;
|
118
123
|
"v-model": import("vue").Prop<IntegerPropertyValue, IntegerPropertyValue>;
|
124
|
+
"onUpdate:modelValue": import("vue").Prop<(value: IntegerPropertyValue) => void, (value: IntegerPropertyValue) => void>;
|
119
125
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
120
126
|
propsDefinition: Omit<Readonly<{} & {
|
121
127
|
disabled?: boolean;
|
128
|
+
"onUpdate:modelValue"?: (value: IntegerPropertyValue) => void;
|
122
129
|
"v-model"?: IntegerPropertyValue;
|
123
130
|
modelValue?: IntegerPropertyValue;
|
124
131
|
displaySettings?: IntegerDisplaySettings;
|
package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
import { IPropertyEditorRenderer, LanguageDisplaySettings, LanguageEditorSettings, LanguagePropertyDefinition, LanguagePropertyValue } from "@omnia/fx-models";
|
2
2
|
export type LanguageEditorProps = IPropertyEditorRenderer<LanguagePropertyDefinition> & {
|
3
3
|
"v-model": LanguagePropertyValue;
|
4
|
+
"onUpdate:modelValue": (value: LanguagePropertyValue) => void;
|
4
5
|
};
|
5
6
|
declare const _default: {
|
6
7
|
new (...args: any[]): {
|
@@ -52,6 +53,7 @@ declare const _default: {
|
|
52
53
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
53
54
|
[key: string]: any;
|
54
55
|
}>) => void)[];
|
56
|
+
readonly "onUpdate:modelValue"?: (value: LanguagePropertyValue) => void;
|
55
57
|
readonly "v-model"?: LanguagePropertyValue;
|
56
58
|
readonly modelValue?: LanguagePropertyValue;
|
57
59
|
readonly displaySettings?: LanguageDisplaySettings;
|
@@ -78,6 +80,7 @@ declare const _default: {
|
|
78
80
|
setupSettings?: import("vue").Prop<never, never>;
|
79
81
|
disabled?: import("vue").Prop<boolean, boolean>;
|
80
82
|
"v-model": import("vue").Prop<LanguagePropertyValue, LanguagePropertyValue>;
|
83
|
+
"onUpdate:modelValue": import("vue").Prop<(value: LanguagePropertyValue) => void, (value: LanguagePropertyValue) => void>;
|
81
84
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
82
85
|
beforeCreate?: (() => void) | (() => void)[];
|
83
86
|
created?: (() => void) | (() => void)[];
|
@@ -105,6 +108,7 @@ declare const _default: {
|
|
105
108
|
setupSettings?: import("vue").Prop<never, never>;
|
106
109
|
disabled?: import("vue").Prop<boolean, boolean>;
|
107
110
|
"v-model": import("vue").Prop<LanguagePropertyValue, LanguagePropertyValue>;
|
111
|
+
"onUpdate:modelValue": import("vue").Prop<(value: LanguagePropertyValue) => void, (value: LanguagePropertyValue) => void>;
|
108
112
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
109
113
|
__isFragment?: never;
|
110
114
|
__isTeleport?: never;
|
@@ -116,9 +120,11 @@ declare const _default: {
|
|
116
120
|
setupSettings?: import("vue").Prop<never, never>;
|
117
121
|
disabled?: import("vue").Prop<boolean, boolean>;
|
118
122
|
"v-model": import("vue").Prop<LanguagePropertyValue, LanguagePropertyValue>;
|
123
|
+
"onUpdate:modelValue": import("vue").Prop<(value: LanguagePropertyValue) => void, (value: LanguagePropertyValue) => void>;
|
119
124
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
120
125
|
propsDefinition: Omit<Readonly<{} & {
|
121
126
|
disabled?: boolean;
|
127
|
+
"onUpdate:modelValue"?: (value: LanguagePropertyValue) => void;
|
122
128
|
"v-model"?: LanguagePropertyValue;
|
123
129
|
modelValue?: LanguagePropertyValue;
|
124
130
|
displaySettings?: LanguageDisplaySettings;
|
@@ -49,6 +49,7 @@ declare const _default: {
|
|
49
49
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
50
50
|
[key: string]: any;
|
51
51
|
}>) => void)[];
|
52
|
+
readonly "onUpdate:modelValue"?: (value: MediaPropertyValue) => void;
|
52
53
|
readonly "v-model"?: MediaPropertyValue;
|
53
54
|
readonly modelValue?: MediaPropertyValue;
|
54
55
|
readonly displaySettings?: MediaDisplaySettings;
|
@@ -75,6 +76,7 @@ declare const _default: {
|
|
75
76
|
setupSettings?: import("vue").Prop<never, never>;
|
76
77
|
disabled?: import("vue").Prop<boolean, boolean>;
|
77
78
|
"v-model": import("vue").Prop<MediaPropertyValue, MediaPropertyValue>;
|
79
|
+
"onUpdate:modelValue": import("vue").Prop<(value: MediaPropertyValue) => void, (value: MediaPropertyValue) => void>;
|
78
80
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
79
81
|
beforeCreate?: (() => void) | (() => void)[];
|
80
82
|
created?: (() => void) | (() => void)[];
|
@@ -102,6 +104,7 @@ declare const _default: {
|
|
102
104
|
setupSettings?: import("vue").Prop<never, never>;
|
103
105
|
disabled?: import("vue").Prop<boolean, boolean>;
|
104
106
|
"v-model": import("vue").Prop<MediaPropertyValue, MediaPropertyValue>;
|
107
|
+
"onUpdate:modelValue": import("vue").Prop<(value: MediaPropertyValue) => void, (value: MediaPropertyValue) => void>;
|
105
108
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
106
109
|
__isFragment?: never;
|
107
110
|
__isTeleport?: never;
|
@@ -113,9 +116,11 @@ declare const _default: {
|
|
113
116
|
setupSettings?: import("vue").Prop<never, never>;
|
114
117
|
disabled?: import("vue").Prop<boolean, boolean>;
|
115
118
|
"v-model": import("vue").Prop<MediaPropertyValue, MediaPropertyValue>;
|
119
|
+
"onUpdate:modelValue": import("vue").Prop<(value: MediaPropertyValue) => void, (value: MediaPropertyValue) => void>;
|
116
120
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
117
121
|
propsDefinition: Omit<Readonly<{} & {
|
118
122
|
disabled?: boolean;
|
123
|
+
"onUpdate:modelValue"?: (value: MediaPropertyValue) => void;
|
119
124
|
"v-model"?: MediaPropertyValue;
|
120
125
|
modelValue?: MediaPropertyValue;
|
121
126
|
displaySettings?: MediaDisplaySettings;
|
@@ -1,6 +1,8 @@
|
|
1
|
-
import { TagsPropertyDefinition, TagsPropertyValue, IPropertyEditorRenderer, PropertyValueType } from "@omnia/fx-models";
|
1
|
+
import { TagsPropertyDefinition, TagsPropertyValue, IPropertyEditorRenderer, PropertyValueType, PromotedTagOptions } from "@omnia/fx-models";
|
2
2
|
export type TagsEditorProps = IPropertyEditorRenderer<TagsPropertyDefinition> & {
|
3
3
|
"v-model": PropertyValueType<TagsPropertyDefinition>;
|
4
|
+
"onUpdate:modelValue": (value: PropertyValueType<TagsPropertyDefinition>) => void;
|
5
|
+
promotedTagOptions?: PromotedTagOptions;
|
4
6
|
};
|
5
7
|
declare const _default: {
|
6
8
|
new (...args: any[]): {
|
@@ -52,8 +54,10 @@ declare const _default: {
|
|
52
54
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
53
55
|
[key: string]: any;
|
54
56
|
}>) => void)[];
|
57
|
+
readonly "onUpdate:modelValue"?: (value: TagsPropertyValue) => void;
|
55
58
|
readonly "v-model"?: TagsPropertyValue;
|
56
59
|
readonly modelValue?: TagsPropertyValue;
|
60
|
+
readonly promotedTagOptions?: PromotedTagOptions;
|
57
61
|
readonly displaySettings?: import("@omnia/fx-models").TagsDisplaySettings;
|
58
62
|
readonly setupSettings?: never;
|
59
63
|
readonly editorSettings?: import("@omnia/fx-models").TagsEditorSettings;
|
@@ -78,6 +82,8 @@ declare const _default: {
|
|
78
82
|
setupSettings?: import("vue").Prop<never, never>;
|
79
83
|
disabled?: import("vue").Prop<boolean, boolean>;
|
80
84
|
"v-model": import("vue").Prop<TagsPropertyValue, TagsPropertyValue>;
|
85
|
+
"onUpdate:modelValue": import("vue").Prop<(value: TagsPropertyValue) => void, (value: TagsPropertyValue) => void>;
|
86
|
+
promotedTagOptions?: import("vue").Prop<PromotedTagOptions, PromotedTagOptions>;
|
81
87
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
82
88
|
beforeCreate?: (() => void) | (() => void)[];
|
83
89
|
created?: (() => void) | (() => void)[];
|
@@ -105,6 +111,8 @@ declare const _default: {
|
|
105
111
|
setupSettings?: import("vue").Prop<never, never>;
|
106
112
|
disabled?: import("vue").Prop<boolean, boolean>;
|
107
113
|
"v-model": import("vue").Prop<TagsPropertyValue, TagsPropertyValue>;
|
114
|
+
"onUpdate:modelValue": import("vue").Prop<(value: TagsPropertyValue) => void, (value: TagsPropertyValue) => void>;
|
115
|
+
promotedTagOptions?: import("vue").Prop<PromotedTagOptions, PromotedTagOptions>;
|
108
116
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
109
117
|
__isFragment?: never;
|
110
118
|
__isTeleport?: never;
|
@@ -116,11 +124,15 @@ declare const _default: {
|
|
116
124
|
setupSettings?: import("vue").Prop<never, never>;
|
117
125
|
disabled?: import("vue").Prop<boolean, boolean>;
|
118
126
|
"v-model": import("vue").Prop<TagsPropertyValue, TagsPropertyValue>;
|
127
|
+
"onUpdate:modelValue": import("vue").Prop<(value: TagsPropertyValue) => void, (value: TagsPropertyValue) => void>;
|
128
|
+
promotedTagOptions?: import("vue").Prop<PromotedTagOptions, PromotedTagOptions>;
|
119
129
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
120
130
|
propsDefinition: Omit<Readonly<{} & {
|
121
131
|
disabled?: boolean;
|
132
|
+
"onUpdate:modelValue"?: (value: TagsPropertyValue) => void;
|
122
133
|
"v-model"?: TagsPropertyValue;
|
123
134
|
modelValue?: TagsPropertyValue;
|
135
|
+
promotedTagOptions?: PromotedTagOptions;
|
124
136
|
displaySettings?: import("@omnia/fx-models").TagsDisplaySettings;
|
125
137
|
setupSettings?: never;
|
126
138
|
editorSettings?: import("@omnia/fx-models").TagsEditorSettings;
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import { IPropertyEditorRenderer, TextDisplaySettings, TextEditorSettings, TextPropertyDefinition, TextPropertyValue } from "@omnia/fx-models";
|
2
2
|
export type TextEditorProps = IPropertyEditorRenderer<TextPropertyDefinition> & {
|
3
3
|
"v-model": TextPropertyValue;
|
4
|
+
"onUpdate:modelValue": (value: TextPropertyValue) => void;
|
4
5
|
};
|
5
6
|
declare const _default: {
|
6
7
|
new (...args: any[]): {
|
@@ -52,6 +53,7 @@ declare const _default: {
|
|
52
53
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
53
54
|
[key: string]: any;
|
54
55
|
}>) => void)[];
|
56
|
+
readonly "onUpdate:modelValue"?: (value: TextPropertyValue) => void;
|
55
57
|
readonly "v-model"?: TextPropertyValue;
|
56
58
|
readonly modelValue?: TextPropertyValue;
|
57
59
|
readonly displaySettings?: TextDisplaySettings;
|
@@ -78,6 +80,7 @@ declare const _default: {
|
|
78
80
|
setupSettings?: import("vue").Prop<never, never>;
|
79
81
|
disabled?: import("vue").Prop<boolean, boolean>;
|
80
82
|
"v-model": import("vue").Prop<TextPropertyValue, TextPropertyValue>;
|
83
|
+
"onUpdate:modelValue": import("vue").Prop<(value: TextPropertyValue) => void, (value: TextPropertyValue) => void>;
|
81
84
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
82
85
|
beforeCreate?: (() => void) | (() => void)[];
|
83
86
|
created?: (() => void) | (() => void)[];
|
@@ -105,6 +108,7 @@ declare const _default: {
|
|
105
108
|
setupSettings?: import("vue").Prop<never, never>;
|
106
109
|
disabled?: import("vue").Prop<boolean, boolean>;
|
107
110
|
"v-model": import("vue").Prop<TextPropertyValue, TextPropertyValue>;
|
111
|
+
"onUpdate:modelValue": import("vue").Prop<(value: TextPropertyValue) => void, (value: TextPropertyValue) => void>;
|
108
112
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
109
113
|
__isFragment?: never;
|
110
114
|
__isTeleport?: never;
|
@@ -116,9 +120,11 @@ declare const _default: {
|
|
116
120
|
setupSettings?: import("vue").Prop<never, never>;
|
117
121
|
disabled?: import("vue").Prop<boolean, boolean>;
|
118
122
|
"v-model": import("vue").Prop<TextPropertyValue, TextPropertyValue>;
|
123
|
+
"onUpdate:modelValue": import("vue").Prop<(value: TextPropertyValue) => void, (value: TextPropertyValue) => void>;
|
119
124
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
120
125
|
propsDefinition: Omit<Readonly<{} & {
|
121
126
|
disabled?: boolean;
|
127
|
+
"onUpdate:modelValue"?: (value: TextPropertyValue) => void;
|
122
128
|
"v-model"?: TextPropertyValue;
|
123
129
|
modelValue?: TextPropertyValue;
|
124
130
|
displaySettings?: TextDisplaySettings;
|
package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts
CHANGED
@@ -114,8 +114,8 @@ declare const _default: {
|
|
114
114
|
[key: string]: any;
|
115
115
|
}>) => void)[];
|
116
116
|
readonly "onUpdate:modelValue"?: (value: PropertyValue) => any;
|
117
|
-
readonly "v-model"?:
|
118
|
-
readonly modelValue?:
|
117
|
+
readonly "v-model"?: PropertyValue;
|
118
|
+
readonly modelValue?: PropertyValue;
|
119
119
|
readonly "v-slots"?: {
|
120
120
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
121
121
|
} & {
|
@@ -533,8 +533,8 @@ declare const _default: {
|
|
533
533
|
};
|
534
534
|
disabled?: boolean;
|
535
535
|
"onUpdate:modelValue"?: (value: PropertyValue) => any;
|
536
|
-
"v-model"?:
|
537
|
-
modelValue?:
|
536
|
+
"v-model"?: PropertyValue;
|
537
|
+
modelValue?: PropertyValue;
|
538
538
|
"v-slots"?: {
|
539
539
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
540
540
|
} & {
|
@@ -63,13 +63,13 @@ declare const _default: {
|
|
63
63
|
readonly placeholder?: RichTextEditorPlaceHolder;
|
64
64
|
readonly "aria-describedby"?: string;
|
65
65
|
readonly "aria-invalid"?: boolean;
|
66
|
+
readonly resetContent?: boolean;
|
66
67
|
readonly initialContent: string;
|
67
68
|
readonly onContentChange: (content: string) => void;
|
68
69
|
readonly bodyClass?: string;
|
69
70
|
readonly onContentDataChange?: (richtextHelper: RichTextContentHelper) => void;
|
70
71
|
readonly registerFocus?: (callback: () => void) => void;
|
71
72
|
readonly onConfigureExtensions?: (currentExtensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension, extensionHelper?: IRichTextEditorExtensionHelper) => Array<RichTextEditorExtension>;
|
72
|
-
readonly resetContent?: boolean;
|
73
73
|
readonly autoFocus?: boolean;
|
74
74
|
readonly ariaDescribedby?: string;
|
75
75
|
readonly ariaInvalid?: boolean;
|
@@ -516,11 +516,11 @@ declare const _default: {
|
|
516
516
|
placeholder?: RichTextEditorPlaceHolder;
|
517
517
|
"aria-describedby"?: string;
|
518
518
|
"aria-invalid"?: boolean;
|
519
|
+
resetContent?: boolean;
|
519
520
|
bodyClass?: string;
|
520
521
|
onContentDataChange?: (richtextHelper: RichTextContentHelper) => void;
|
521
522
|
registerFocus?: (callback: () => void) => void;
|
522
523
|
onConfigureExtensions?: (currentExtensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension, extensionHelper?: IRichTextEditorExtensionHelper) => Array<RichTextEditorExtension>;
|
523
|
-
resetContent?: boolean;
|
524
524
|
autoFocus?: boolean;
|
525
525
|
ariaDescribedby?: string;
|
526
526
|
ariaInvalid?: boolean;
|