@omnia/fx 8.0.106-vnext → 8.0.108-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.
- package/internal-do-not-import-from-here/stores/MediaPickerEditorStore.d.ts +40 -30
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +39 -13
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageEditor.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageEditor.d.ts +2 -16
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +238 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/filters/ImageFilters.d.ts +1 -27
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/flipper/ImageFlipper.d.ts +0 -23
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.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/oxide/btngroup/ButtonGroup.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +2 -2
- 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 +2 -2
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanDisplay.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +10 -3
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerDisplay.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaDisplay.d.ts +5 -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/multiline-text/MultilineTextDisplay.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +2 -2
- package/package.json +2 -2
@@ -1,4 +1,4 @@
|
|
1
|
-
import { GuidValue, ImageTransformerOptions,
|
1
|
+
import { GuidValue, ImageTransformerOptions, MediaPickerCropTransformation, MediaPickerImageInformation, MediaPickerImageRatio, MediaPickerProvider, MediaPickerRenditionData, MediaPickerRollupImageRatio, MediaPickerTransformedBase64Image } from "@omnia/fx-models";
|
2
2
|
interface providerRegistrations {
|
3
3
|
id: GuidValue;
|
4
4
|
active: boolean;
|
@@ -10,11 +10,12 @@ export declare const useMediaPickerEditorStore: (newInstanceWithName?: string) =
|
|
10
10
|
showProviders: boolean;
|
11
11
|
imageSrc: string;
|
12
12
|
showWarningDialog: boolean;
|
13
|
-
|
14
|
-
|
13
|
+
selectedCropTransformation: MediaPickerCropTransformation;
|
14
|
+
mainRendition: MediaPickerTransformedBase64Image;
|
15
|
+
mainImageInformation: MediaPickerImageInformation;
|
15
16
|
renditions: MediaPickerRenditionData[];
|
16
|
-
|
17
|
-
|
17
|
+
mainRenditionRatios: MediaPickerImageRatio[];
|
18
|
+
rollupRenditionRatios: MediaPickerRollupImageRatio[];
|
18
19
|
options: ImageTransformerOptions;
|
19
20
|
};
|
20
21
|
events: {
|
@@ -26,56 +27,65 @@ export declare const useMediaPickerEditorStore: (newInstanceWithName?: string) =
|
|
26
27
|
onMutatedImageSrc: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
27
28
|
onMutatingShowWarningDialog: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
28
29
|
onMutatedShowWarningDialog: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
30
|
+
onMutatingSelectedCropTransformation: import("@omnia/fx").MessageBusExposeOnlySubscription<MediaPickerCropTransformation>;
|
31
|
+
onMutatedSelectedCropTransformation: import("@omnia/fx").MessageBusExposeOnlySubscription<MediaPickerCropTransformation>;
|
32
|
+
onMutatingMainRendition: import("@omnia/fx").MessageBusExposeOnlySubscription<MediaPickerTransformedBase64Image>;
|
33
|
+
onMutatedMainRendition: import("@omnia/fx").MessageBusExposeOnlySubscription<MediaPickerTransformedBase64Image>;
|
34
|
+
onMutatingMainImageInformation: import("@omnia/fx").MessageBusExposeOnlySubscription<MediaPickerImageInformation>;
|
35
|
+
onMutatedMainImageInformation: import("@omnia/fx").MessageBusExposeOnlySubscription<MediaPickerImageInformation>;
|
33
36
|
onMutatingRenditions: import("@omnia/fx").MessageBusExposeOnlySubscription<MediaPickerRenditionData[]>;
|
34
37
|
onMutatedRenditions: import("@omnia/fx").MessageBusExposeOnlySubscription<MediaPickerRenditionData[]>;
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
38
|
+
onMutatingMainRenditionRatios: import("@omnia/fx").MessageBusExposeOnlySubscription<MediaPickerImageRatio[]>;
|
39
|
+
onMutatedMainRenditionRatios: import("@omnia/fx").MessageBusExposeOnlySubscription<MediaPickerImageRatio[]>;
|
40
|
+
onMutatingRollupRenditionRatios: import("@omnia/fx").MessageBusExposeOnlySubscription<MediaPickerRollupImageRatio[]>;
|
41
|
+
onMutatedRollupRenditionRatios: import("@omnia/fx").MessageBusExposeOnlySubscription<MediaPickerRollupImageRatio[]>;
|
39
42
|
onMutatingOptions: import("@omnia/fx").MessageBusExposeOnlySubscription<ImageTransformerOptions>;
|
40
43
|
onMutatedOptions: import("@omnia/fx").MessageBusExposeOnlySubscription<ImageTransformerOptions>;
|
41
44
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
42
45
|
actions: {
|
43
46
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
44
47
|
setMediaPickerImage(mediaPickerImage: MediaPickerTransformedBase64Image): void;
|
45
|
-
|
46
|
-
|
48
|
+
addMainRenditionRatio(ratio: MediaPickerImageRatio): void;
|
49
|
+
addRollupRenditionRatio(ratio: MediaPickerRollupImageRatio): void;
|
47
50
|
setOptions(options: ImageTransformerOptions): void;
|
48
|
-
|
51
|
+
setActiveProvider(id: GuidValue): void;
|
49
52
|
toggleWarningDialog: (show: boolean) => void;
|
50
|
-
|
53
|
+
setSelectedRenditionCrop: (newValue: MediaPickerImageRatio | MediaPickerCropTransformation) => void;
|
54
|
+
updateSelectedRenditionCropRatio: (ratio: MediaPickerImageRatio) => void;
|
51
55
|
}) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
52
56
|
onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
|
53
57
|
setMediaPickerImage(mediaPickerImage: MediaPickerTransformedBase64Image): void;
|
54
|
-
|
55
|
-
|
58
|
+
addMainRenditionRatio(ratio: MediaPickerImageRatio): void;
|
59
|
+
addRollupRenditionRatio(ratio: MediaPickerRollupImageRatio): void;
|
56
60
|
setOptions(options: ImageTransformerOptions): void;
|
57
|
-
|
61
|
+
setActiveProvider(id: GuidValue): void;
|
58
62
|
toggleWarningDialog: (show: boolean) => void;
|
59
|
-
|
63
|
+
setSelectedRenditionCrop: (newValue: MediaPickerImageRatio | MediaPickerCropTransformation) => void;
|
64
|
+
updateSelectedRenditionCropRatio: (ratio: MediaPickerImageRatio) => void;
|
60
65
|
}) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
61
66
|
onFailure<T_2 extends (...args: any) => any>(action: (actions: {
|
62
67
|
setMediaPickerImage(mediaPickerImage: MediaPickerTransformedBase64Image): void;
|
63
|
-
|
64
|
-
|
68
|
+
addMainRenditionRatio(ratio: MediaPickerImageRatio): void;
|
69
|
+
addRollupRenditionRatio(ratio: MediaPickerRollupImageRatio): void;
|
65
70
|
setOptions(options: ImageTransformerOptions): void;
|
66
|
-
|
71
|
+
setActiveProvider(id: GuidValue): void;
|
67
72
|
toggleWarningDialog: (show: boolean) => void;
|
68
|
-
|
73
|
+
setSelectedRenditionCrop: (newValue: MediaPickerImageRatio | MediaPickerCropTransformation) => void;
|
74
|
+
updateSelectedRenditionCropRatio: (ratio: MediaPickerImageRatio) => void;
|
69
75
|
}) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
70
76
|
} & {
|
71
77
|
setMediaPickerImage(mediaPickerImage: MediaPickerTransformedBase64Image): void;
|
72
|
-
|
73
|
-
|
78
|
+
addMainRenditionRatio(ratio: MediaPickerImageRatio): void;
|
79
|
+
addRollupRenditionRatio(ratio: MediaPickerRollupImageRatio): void;
|
74
80
|
setOptions(options: ImageTransformerOptions): void;
|
75
|
-
|
81
|
+
setActiveProvider(id: GuidValue): void;
|
76
82
|
toggleWarningDialog: (show: boolean) => void;
|
77
|
-
|
83
|
+
setSelectedRenditionCrop: (newValue: MediaPickerImageRatio | MediaPickerCropTransformation) => void;
|
84
|
+
updateSelectedRenditionCropRatio: (ratio: MediaPickerImageRatio) => void;
|
85
|
+
};
|
86
|
+
get: {
|
87
|
+
ratioById: (id: number) => MediaPickerImageRatio;
|
88
|
+
mainRenditionCropTransformation: () => MediaPickerCropTransformation;
|
78
89
|
};
|
79
|
-
get: {};
|
80
90
|
};
|
81
91
|
export {};
|
@@ -41,7 +41,7 @@ type RemoveDefinePropApi<T> = T extends string[] ? T : {
|
|
41
41
|
[K in keyof T as K extends "require" | "defaultValue" | "prop" | "vModel" | "slots" | "doc$" ? never : K]: T[K];
|
42
42
|
};
|
43
43
|
type ExcludeJsxPropKeys<T> = T extends string[] ? T : {
|
44
|
-
[K in keyof T as K extends `v-model${infer _}` | "v-slots" ? never : K]: T[K];
|
44
|
+
[K in keyof T as K extends `v-model${infer _}` | "modelValue" | "v-slots" ? never : K]: T[K];
|
45
45
|
};
|
46
46
|
type ExtractPropModels<T> = {
|
47
47
|
-readonly [K in keyof T as K extends `v-model:${infer N}` ? N : K extends "v-model" ? "modelValue" : never]: T[K];
|
@@ -115,12 +115,12 @@ declare const _default: {
|
|
115
115
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
116
116
|
[key: string]: any;
|
117
117
|
}>) => void)[];
|
118
|
+
readonly modelValue?: unknown;
|
118
119
|
readonly "v-slots"?: {
|
119
120
|
default?: import("../DefineVueTypings").Slot<any[]>;
|
120
121
|
} & {
|
121
122
|
activator?: () => VNodeChild;
|
122
123
|
};
|
123
|
-
readonly modelValue?: unknown;
|
124
124
|
"onUpdate:modelValue"?: ((value: unknown) => any) & ((colorSchema: ColorSchema) => any);
|
125
125
|
readonly "v-model"?: unknown;
|
126
126
|
};
|
@@ -483,12 +483,12 @@ declare const _default: {
|
|
483
483
|
};
|
484
484
|
}>;
|
485
485
|
};
|
486
|
+
modelValue?: unknown;
|
486
487
|
"v-slots"?: {
|
487
488
|
default?: import("../DefineVueTypings").Slot<any[]>;
|
488
489
|
} & {
|
489
490
|
activator?: () => VNodeChild;
|
490
491
|
};
|
491
|
-
modelValue?: unknown;
|
492
492
|
"onUpdate:modelValue"?: (value: unknown) => any;
|
493
493
|
"v-model"?: unknown;
|
494
494
|
}>, "onUpdate:modelValue"> & {
|
@@ -50,8 +50,8 @@ declare const _default: {
|
|
50
50
|
[key: string]: any;
|
51
51
|
}>) => void)[];
|
52
52
|
readonly disabled?: boolean;
|
53
|
-
readonly variant?: "date-time" | "date";
|
54
53
|
readonly modelValue?: DateTimeZone<Date>;
|
54
|
+
readonly variant?: "date-time" | "date";
|
55
55
|
readonly "onUpdate:modelValue"?: (value: DateTimeZone<Date>) => any;
|
56
56
|
readonly "v-model"?: DateTimeZone<Date>;
|
57
57
|
readonly singleLine?: boolean;
|
@@ -253,8 +253,8 @@ declare const _default: {
|
|
253
253
|
propsDefinition: Omit<Readonly<{} & {
|
254
254
|
label?: string;
|
255
255
|
disabled?: boolean;
|
256
|
-
variant?: "date-time" | "date";
|
257
256
|
modelValue?: DateTimeZone<Date>;
|
257
|
+
variant?: "date-time" | "date";
|
258
258
|
"onUpdate:modelValue"?: (value: DateTimeZone<Date>) => any;
|
259
259
|
"v-model"?: DateTimeZone<Date>;
|
260
260
|
singleLine?: boolean;
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import { EnterprisePropertyItemSettings } from "@omnia/fx-models";
|
2
|
+
import { VNodeChild } from "vue";
|
2
3
|
declare const _default: {
|
3
4
|
new (...args: any[]): {
|
4
5
|
$: import("vue").ComponentInternalInstance;
|
@@ -110,10 +111,15 @@ declare const _default: {
|
|
110
111
|
[key: string]: any;
|
111
112
|
}>) => void)[];
|
112
113
|
readonly modelValue?: EnterprisePropertyItemSettings;
|
114
|
+
readonly "v-slots"?: {
|
115
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
116
|
+
} & {
|
117
|
+
renderer?: (elementToRender: string) => VNodeChild | void;
|
118
|
+
};
|
113
119
|
readonly "onUpdate:modelValue"?: (value: EnterprisePropertyItemSettings) => any;
|
114
120
|
readonly "v-model"?: EnterprisePropertyItemSettings;
|
115
|
-
readonly
|
116
|
-
readonly "setup-
|
121
|
+
readonly setupRender?: any;
|
122
|
+
readonly "setup-render"?: any;
|
117
123
|
};
|
118
124
|
$attrs: {
|
119
125
|
[x: string]: unknown;
|
@@ -129,10 +135,15 @@ declare const _default: {
|
|
129
135
|
$emit: (event: string, ...args: any[]) => void;
|
130
136
|
$el: any;
|
131
137
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
132
|
-
"
|
138
|
+
"v-slots": import("vue").Prop<{
|
139
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
140
|
+
} & {
|
141
|
+
renderer?: (elementToRender: string) => VNodeChild | void;
|
142
|
+
}>;
|
143
|
+
"setup-render": {
|
133
144
|
type: import("vue").PropType<any>;
|
134
145
|
};
|
135
|
-
|
146
|
+
setupRender: {
|
136
147
|
type: import("vue").PropType<any>;
|
137
148
|
};
|
138
149
|
"onUpdate:modelValue": {
|
@@ -201,7 +212,7 @@ declare const _default: {
|
|
201
212
|
};
|
202
213
|
}>;
|
203
214
|
};
|
204
|
-
}>>, () =>
|
215
|
+
}>>, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
205
216
|
beforeCreate?: (() => void) | (() => void)[];
|
206
217
|
created?: (() => void) | (() => void)[];
|
207
218
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -222,10 +233,15 @@ declare const _default: {
|
|
222
233
|
$nextTick: typeof import("vue").nextTick;
|
223
234
|
$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;
|
224
235
|
} & Readonly<import("vue").ExtractPropTypes<{
|
225
|
-
"
|
236
|
+
"v-slots": import("vue").Prop<{
|
237
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
238
|
+
} & {
|
239
|
+
renderer?: (elementToRender: string) => VNodeChild | void;
|
240
|
+
}>;
|
241
|
+
"setup-render": {
|
226
242
|
type: import("vue").PropType<any>;
|
227
243
|
};
|
228
|
-
|
244
|
+
setupRender: {
|
229
245
|
type: import("vue").PropType<any>;
|
230
246
|
};
|
231
247
|
"onUpdate:modelValue": {
|
@@ -294,15 +310,20 @@ declare const _default: {
|
|
294
310
|
};
|
295
311
|
}>;
|
296
312
|
};
|
297
|
-
}>> & import("vue").ShallowUnwrapRef<() =>
|
313
|
+
}>> & import("vue").ShallowUnwrapRef<() => any> & {} & import("vue").ComponentCustomProperties & {};
|
298
314
|
__isFragment?: never;
|
299
315
|
__isTeleport?: never;
|
300
316
|
__isSuspense?: never;
|
301
317
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
302
|
-
"
|
318
|
+
"v-slots": import("vue").Prop<{
|
319
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
320
|
+
} & {
|
321
|
+
renderer?: (elementToRender: string) => VNodeChild | void;
|
322
|
+
}>;
|
323
|
+
"setup-render": {
|
303
324
|
type: import("vue").PropType<any>;
|
304
325
|
};
|
305
|
-
|
326
|
+
setupRender: {
|
306
327
|
type: import("vue").PropType<any>;
|
307
328
|
};
|
308
329
|
"onUpdate:modelValue": {
|
@@ -371,7 +392,7 @@ declare const _default: {
|
|
371
392
|
};
|
372
393
|
}>;
|
373
394
|
};
|
374
|
-
}>>, () =>
|
395
|
+
}>>, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
375
396
|
propsDefinition: Omit<Readonly<{} & {
|
376
397
|
name?: {
|
377
398
|
[x: `onUpdate:${string}`]: {
|
@@ -435,10 +456,15 @@ declare const _default: {
|
|
435
456
|
}>;
|
436
457
|
};
|
437
458
|
modelValue?: EnterprisePropertyItemSettings;
|
459
|
+
"v-slots"?: {
|
460
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
461
|
+
} & {
|
462
|
+
renderer?: (elementToRender: string) => VNodeChild | void;
|
463
|
+
};
|
438
464
|
"onUpdate:modelValue"?: (value: EnterprisePropertyItemSettings) => any;
|
439
465
|
"v-model"?: EnterprisePropertyItemSettings;
|
440
|
-
|
441
|
-
"setup-
|
466
|
+
setupRender?: any;
|
467
|
+
"setup-render"?: any;
|
442
468
|
}>, never>;
|
443
469
|
};
|
444
470
|
export default _default;
|
@@ -111,12 +111,12 @@ declare const _default: {
|
|
111
111
|
[key: string]: any;
|
112
112
|
}>) => void)[];
|
113
113
|
readonly property?: EnterprisePropertyDefinition;
|
114
|
+
readonly modelValue?: any;
|
114
115
|
readonly "v-slots"?: {
|
115
116
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
116
117
|
} & {
|
117
118
|
renderer?: (elementToRender: string) => VNodeChild | void;
|
118
119
|
};
|
119
|
-
readonly modelValue?: any;
|
120
120
|
readonly "onUpdate:modelValue"?: (value: any) => any;
|
121
121
|
readonly "v-model"?: any;
|
122
122
|
readonly settings?: unknown;
|
@@ -521,12 +521,12 @@ declare const _default: {
|
|
521
521
|
}>;
|
522
522
|
};
|
523
523
|
property?: EnterprisePropertyDefinition;
|
524
|
+
modelValue?: any;
|
524
525
|
"v-slots"?: {
|
525
526
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
526
527
|
} & {
|
527
528
|
renderer?: (elementToRender: string) => VNodeChild | void;
|
528
529
|
};
|
529
|
-
modelValue?: any;
|
530
530
|
"onUpdate:modelValue"?: (value: any) => any;
|
531
531
|
"v-model"?: any;
|
532
532
|
settings?: unknown;
|
@@ -56,12 +56,12 @@ declare const _default: {
|
|
56
56
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
57
57
|
[key: string]: any;
|
58
58
|
}>) => void)[];
|
59
|
+
readonly modelValue?: FilterPickerFilter[];
|
59
60
|
readonly "v-slots"?: {
|
60
61
|
default?: import("../DefineVueTypings").Slot<any[]>;
|
61
62
|
} & {
|
62
63
|
itemRendering?: (element: VNodeChild, item: FilterPickerFilter) => VNodeChild;
|
63
64
|
};
|
64
|
-
readonly modelValue?: FilterPickerFilter[];
|
65
65
|
"onUpdate:modelValue"?: ((value: FilterPickerFilter[]) => any) & ((value: FilterPickerFilter[]) => any);
|
66
66
|
readonly "v-model"?: FilterPickerFilter[];
|
67
67
|
readonly grow?: boolean;
|
@@ -276,12 +276,12 @@ declare const _default: {
|
|
276
276
|
} & {
|
277
277
|
class?: String | String[];
|
278
278
|
size?: "small" | "default" | "x-small";
|
279
|
+
modelValue?: FilterPickerFilter[];
|
279
280
|
"v-slots"?: {
|
280
281
|
default?: import("../DefineVueTypings").Slot<any[]>;
|
281
282
|
} & {
|
282
283
|
itemRendering?: (element: VNodeChild, item: FilterPickerFilter) => VNodeChild;
|
283
284
|
};
|
284
|
-
modelValue?: FilterPickerFilter[];
|
285
285
|
"onUpdate:modelValue"?: (value: FilterPickerFilter[]) => any;
|
286
286
|
"v-model"?: FilterPickerFilter[];
|
287
287
|
grow?: boolean;
|
@@ -97,6 +97,7 @@ declare const _default: {
|
|
97
97
|
};
|
98
98
|
};
|
99
99
|
};
|
100
|
+
readonly modelValue?: Identity[];
|
100
101
|
readonly "v-slots"?: {
|
101
102
|
default?: import("../DefineVueTypings").Slot<any[]>;
|
102
103
|
} & {
|
@@ -106,7 +107,6 @@ declare const _default: {
|
|
106
107
|
identities: Array<IResolvedIdentity>;
|
107
108
|
}) => VNodeChild;
|
108
109
|
};
|
109
|
-
readonly modelValue?: Identity[];
|
110
110
|
readonly "onUpdate:modelValue"?: (value: Identity[]) => any;
|
111
111
|
readonly "v-model"?: Identity[];
|
112
112
|
readonly hidePresence?: boolean;
|
@@ -486,6 +486,7 @@ declare const _default: {
|
|
486
486
|
};
|
487
487
|
};
|
488
488
|
};
|
489
|
+
modelValue?: Identity[];
|
489
490
|
"v-slots"?: {
|
490
491
|
default?: import("../DefineVueTypings").Slot<any[]>;
|
491
492
|
} & {
|
@@ -495,7 +496,6 @@ declare const _default: {
|
|
495
496
|
identities: Array<IResolvedIdentity>;
|
496
497
|
}) => VNodeChild;
|
497
498
|
};
|
498
|
-
modelValue?: Identity[];
|
499
499
|
"onUpdate:modelValue"?: (value: Identity[]) => any;
|
500
500
|
"v-model"?: Identity[];
|
501
501
|
hidePresence?: boolean;
|
@@ -113,8 +113,8 @@ declare const _default: {
|
|
113
113
|
}>) => void)[];
|
114
114
|
readonly top?: boolean;
|
115
115
|
readonly disabled?: boolean;
|
116
|
-
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";
|
117
116
|
readonly modelValue?: boolean;
|
117
|
+
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";
|
118
118
|
"onUpdate:modelValue"?: ((value: boolean) => any) & ((value: Identity) => any);
|
119
119
|
readonly "v-model"?: boolean;
|
120
120
|
readonly providerIds?: GuidValue[];
|
@@ -686,8 +686,8 @@ declare const _default: {
|
|
686
686
|
type?: PrincipalTypes;
|
687
687
|
top?: boolean;
|
688
688
|
disabled?: boolean;
|
689
|
-
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";
|
690
689
|
modelValue?: boolean;
|
690
|
+
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";
|
691
691
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
692
692
|
"v-model"?: boolean;
|
693
693
|
providerIds?: GuidValue[];
|
package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageEditor.d.ts
CHANGED
@@ -1,18 +1,4 @@
|
|
1
|
-
import {
|
2
|
-
import { nextTick } from "vue";
|
3
|
-
export interface ImageTransformEditorProps {
|
4
|
-
sourceImage: MediaPickerBase64Image;
|
5
|
-
containerId: string;
|
6
|
-
selectableRatios?: Array<MediaPickerImageRatioDefinition>;
|
7
|
-
shareableRenditions?: Array<MediaPickerCropTransformation>;
|
8
|
-
selectedRenditionId?: {
|
9
|
-
value: number;
|
10
|
-
};
|
11
|
-
isShowWarningDialog?: {
|
12
|
-
value: boolean;
|
13
|
-
};
|
14
|
-
options?: ImageTransformerEditorOptions;
|
15
|
-
}
|
1
|
+
import { MediaPickerTransformedBase64Image, MediaPickerBase64Image } from "@omnia/fx/models";
|
16
2
|
declare const _default: {
|
17
3
|
new (...args: any[]): {
|
18
4
|
$: import("vue").ComponentInternalInstance;
|
@@ -108,7 +94,7 @@ declare const _default: {
|
|
108
94
|
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)[];
|
109
95
|
};
|
110
96
|
$forceUpdate: () => void;
|
111
|
-
$nextTick: typeof nextTick;
|
97
|
+
$nextTick: typeof import("vue").nextTick;
|
112
98
|
$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;
|
113
99
|
} & Readonly<import("vue").ExtractPropTypes<{
|
114
100
|
"container-id": {
|