@omnia/fx 8.0.110-vnext → 8.0.111-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/shared/models/Bring.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.d.ts +7 -1
- package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.js +5 -1
- package/internal-do-not-import-from-here/stores/MediaPickerProviderStore.d.ts +114 -28
- package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid.d.ts +2 -7
- package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.d.ts +0 -105
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/mediapicker/core/MediaPickerImageHandler.d.ts +2 -4
- package/internal-do-not-import-from-here/ux/mediapickerV2/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/docs/MediaProviderExample.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/framework/MediaPicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/framework/MediaPicker.d.ts +159 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/framework/MediaPickerContext.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/framework/components/ImageSelector.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/framework/components/ImageSelector.d.ts +104 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/framework/core/MediaFileProcessor.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/framework/core/MediaPickerImageHandler.d.ts +33 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/framework/core/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/framework/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/framework/loc/localize.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.css.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +136 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/index.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/loc/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/loc/localize.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/cropper/ImageCropMenu.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/cropper/ImageCropper.d.ts +138 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditor.css.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditor.d.ts +117 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +250 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/filters/ImageFilters.d.ts +133 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/flipper/ImageFlipper.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/flipper/ImageFlipper.d.ts +118 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/settings/ImageSettings.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/settings/ImageSettings.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Constants.d.ts +92 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.d.ts +105 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/loc/localize.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.css.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +128 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaproviderbase/GridViewMediaProviderComponent.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaproviderbase/GridViewMediaProviderComponent.d.ts +64 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaproviderbase/MediaProviderComponentBase.css.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaproviderbase/MediaProviderComponentBase.d.ts +73 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaproviderbase/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaproviderbase/loc/localize.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/PexelProvider.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/PexelProvider.d.ts +578 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/loc/localize.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/models/PexelImage.d.ts +27 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/services/PexelImageService.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/models/LegacySvgImage.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +40 -39
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +12 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/wctypings.d.ts +35 -14
- package/internal-do-not-import-from-here/workers/HttpRequestProxy.d.ts +1 -0
- package/package.json +2 -2
@@ -66,7 +66,7 @@ declare const _default: {
|
|
66
66
|
readonly toned?: boolean;
|
67
67
|
readonly loading?: boolean;
|
68
68
|
readonly overrides?: object;
|
69
|
-
readonly preset?: "cancel" | "close" | "delete" | "settings" | "
|
69
|
+
readonly preset?: "cancel" | "close" | "delete" | "settings" | "remove" | "save" | "create" | "ok" | "icon-add" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings" | "load-more";
|
70
70
|
readonly transparentHover?: boolean;
|
71
71
|
};
|
72
72
|
$attrs: {
|
@@ -115,7 +115,7 @@ declare const _default: {
|
|
115
115
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
116
116
|
};
|
117
117
|
preset: {
|
118
|
-
type: import("vue").PropType<"cancel" | "close" | "delete" | "settings" | "
|
118
|
+
type: import("vue").PropType<"cancel" | "close" | "delete" | "settings" | "remove" | "save" | "create" | "ok" | "icon-add" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings" | "load-more">;
|
119
119
|
};
|
120
120
|
overrides: {
|
121
121
|
type: import("vue").PropType<object>;
|
@@ -197,7 +197,7 @@ declare const _default: {
|
|
197
197
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
198
198
|
};
|
199
199
|
preset: {
|
200
|
-
type: import("vue").PropType<"cancel" | "close" | "delete" | "settings" | "
|
200
|
+
type: import("vue").PropType<"cancel" | "close" | "delete" | "settings" | "remove" | "save" | "create" | "ok" | "icon-add" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings" | "load-more">;
|
201
201
|
};
|
202
202
|
overrides: {
|
203
203
|
type: import("vue").PropType<object>;
|
@@ -257,7 +257,7 @@ declare const _default: {
|
|
257
257
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
258
258
|
};
|
259
259
|
preset: {
|
260
|
-
type: import("vue").PropType<"cancel" | "close" | "delete" | "settings" | "
|
260
|
+
type: import("vue").PropType<"cancel" | "close" | "delete" | "settings" | "remove" | "save" | "create" | "ok" | "icon-add" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings" | "load-more">;
|
261
261
|
};
|
262
262
|
overrides: {
|
263
263
|
type: import("vue").PropType<object>;
|
@@ -307,7 +307,7 @@ declare const _default: {
|
|
307
307
|
toned?: boolean;
|
308
308
|
loading?: boolean;
|
309
309
|
overrides?: object;
|
310
|
-
preset?: "cancel" | "close" | "delete" | "settings" | "
|
310
|
+
preset?: "cancel" | "close" | "delete" | "settings" | "remove" | "save" | "create" | "ok" | "icon-add" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings" | "load-more";
|
311
311
|
transparentHover?: boolean;
|
312
312
|
}>, never>;
|
313
313
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { DataTableHeader,
|
1
|
+
import { DataTableHeader, IDataTableRowRenderer, SelectItemKey } from "@omnia/fx/ux";
|
2
2
|
import { VDataTableSlots } from "../../ComponentTypings";
|
3
3
|
export interface ODataTableSlots extends Omit<VDataTableSlots, "item"> {
|
4
4
|
item?: (row: IDataTableRowRenderer) => void;
|
@@ -1,9 +1,11 @@
|
|
1
|
+
import { DataTableHeader, IDataTableRowRenderer } from "@omnia/fx/ux";
|
1
2
|
import { VNodeChild, nextTick } from "vue";
|
2
3
|
declare const _default: {
|
3
4
|
new (...args: any[]): {
|
4
5
|
$: import("vue").ComponentInternalInstance;
|
5
6
|
$data: {};
|
6
7
|
$props: {
|
8
|
+
readonly headers?: DataTableHeader[] | DataTableHeader[][];
|
7
9
|
style?: unknown;
|
8
10
|
class?: unknown;
|
9
11
|
key?: string | number | symbol;
|
@@ -48,22 +50,21 @@ declare const _default: {
|
|
48
50
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
49
51
|
[key: string]: any;
|
50
52
|
}>) => void)[];
|
51
|
-
readonly variant?: "list" | "data-table";
|
53
|
+
readonly variant?: "default" | "list" | "data-table";
|
52
54
|
readonly modelValue?: any[];
|
53
55
|
readonly "v-slots"?: {
|
54
56
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
55
57
|
} & {
|
56
|
-
item?: (item: any) => VNodeChild;
|
58
|
+
item?: ((item: any) => VNodeChild) | ((row: IDataTableRowRenderer) => void);
|
57
59
|
};
|
58
60
|
readonly "v-model"?: any[];
|
59
61
|
readonly "onUpdate:modelValue"?: (value: any[]) => any;
|
60
62
|
readonly itemTitle: string | ((item: any) => VNodeChild);
|
61
|
-
readonly itemValue?: string;
|
63
|
+
readonly itemValue?: string | ((item: any) => string);
|
62
64
|
"onClick:navigate"?: (value: any) => any;
|
63
|
-
readonly
|
65
|
+
readonly disabledItem?: string;
|
64
66
|
readonly placeholderClass?: string;
|
65
|
-
readonly
|
66
|
-
readonly hideDefaultHandle?: boolean;
|
67
|
+
readonly handle?: string;
|
67
68
|
readonly navigable?: boolean;
|
68
69
|
};
|
69
70
|
$attrs: {
|
@@ -83,31 +84,31 @@ declare const _default: {
|
|
83
84
|
"v-slots": import("vue").Prop<{
|
84
85
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
85
86
|
} & {
|
86
|
-
item?: (item: any) => VNodeChild;
|
87
|
+
item?: ((item: any) => VNodeChild) | ((row: IDataTableRowRenderer) => void);
|
87
88
|
}>;
|
88
|
-
|
89
|
-
type: import("vue").PropType<
|
89
|
+
headers: {
|
90
|
+
type: import("vue").PropType<DataTableHeader[] | DataTableHeader[][]>;
|
90
91
|
required: false;
|
91
92
|
};
|
92
|
-
|
93
|
-
type: import("vue").PropType<
|
93
|
+
variant: {
|
94
|
+
type: import("vue").PropType<"default" | "list" | "data-table">;
|
94
95
|
required: false;
|
95
96
|
};
|
96
|
-
|
97
|
+
navigable: {
|
97
98
|
type: import("vue").PropType<boolean>;
|
98
99
|
required: false;
|
99
100
|
};
|
100
|
-
|
101
|
+
handle: {
|
101
102
|
type: import("vue").PropType<string>;
|
102
103
|
};
|
103
104
|
placeholderClass: {
|
104
105
|
type: import("vue").PropType<string>;
|
105
106
|
};
|
106
|
-
|
107
|
+
disabledItem: {
|
107
108
|
type: import("vue").PropType<string>;
|
108
109
|
};
|
109
110
|
itemValue: {
|
110
|
-
type: import("vue").PropType<string>;
|
111
|
+
type: import("vue").PropType<string | ((item: any) => string)>;
|
111
112
|
};
|
112
113
|
itemTitle: {
|
113
114
|
type: import("vue").PropType<string | ((item: any) => VNodeChild)>;
|
@@ -152,31 +153,31 @@ declare const _default: {
|
|
152
153
|
"v-slots": import("vue").Prop<{
|
153
154
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
154
155
|
} & {
|
155
|
-
item?: (item: any) => VNodeChild;
|
156
|
+
item?: ((item: any) => VNodeChild) | ((row: IDataTableRowRenderer) => void);
|
156
157
|
}>;
|
157
|
-
|
158
|
-
type: import("vue").PropType<
|
158
|
+
headers: {
|
159
|
+
type: import("vue").PropType<DataTableHeader[] | DataTableHeader[][]>;
|
159
160
|
required: false;
|
160
161
|
};
|
161
|
-
|
162
|
-
type: import("vue").PropType<
|
162
|
+
variant: {
|
163
|
+
type: import("vue").PropType<"default" | "list" | "data-table">;
|
163
164
|
required: false;
|
164
165
|
};
|
165
|
-
|
166
|
+
navigable: {
|
166
167
|
type: import("vue").PropType<boolean>;
|
167
168
|
required: false;
|
168
169
|
};
|
169
|
-
|
170
|
+
handle: {
|
170
171
|
type: import("vue").PropType<string>;
|
171
172
|
};
|
172
173
|
placeholderClass: {
|
173
174
|
type: import("vue").PropType<string>;
|
174
175
|
};
|
175
|
-
|
176
|
+
disabledItem: {
|
176
177
|
type: import("vue").PropType<string>;
|
177
178
|
};
|
178
179
|
itemValue: {
|
179
|
-
type: import("vue").PropType<string>;
|
180
|
+
type: import("vue").PropType<string | ((item: any) => string)>;
|
180
181
|
};
|
181
182
|
itemTitle: {
|
182
183
|
type: import("vue").PropType<string | ((item: any) => VNodeChild)>;
|
@@ -203,31 +204,31 @@ declare const _default: {
|
|
203
204
|
"v-slots": import("vue").Prop<{
|
204
205
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
205
206
|
} & {
|
206
|
-
item?: (item: any) => VNodeChild;
|
207
|
+
item?: ((item: any) => VNodeChild) | ((row: IDataTableRowRenderer) => void);
|
207
208
|
}>;
|
208
|
-
|
209
|
-
type: import("vue").PropType<
|
209
|
+
headers: {
|
210
|
+
type: import("vue").PropType<DataTableHeader[] | DataTableHeader[][]>;
|
210
211
|
required: false;
|
211
212
|
};
|
212
|
-
|
213
|
-
type: import("vue").PropType<
|
213
|
+
variant: {
|
214
|
+
type: import("vue").PropType<"default" | "list" | "data-table">;
|
214
215
|
required: false;
|
215
216
|
};
|
216
|
-
|
217
|
+
navigable: {
|
217
218
|
type: import("vue").PropType<boolean>;
|
218
219
|
required: false;
|
219
220
|
};
|
220
|
-
|
221
|
+
handle: {
|
221
222
|
type: import("vue").PropType<string>;
|
222
223
|
};
|
223
224
|
placeholderClass: {
|
224
225
|
type: import("vue").PropType<string>;
|
225
226
|
};
|
226
|
-
|
227
|
+
disabledItem: {
|
227
228
|
type: import("vue").PropType<string>;
|
228
229
|
};
|
229
230
|
itemValue: {
|
230
|
-
type: import("vue").PropType<string>;
|
231
|
+
type: import("vue").PropType<string | ((item: any) => string)>;
|
231
232
|
};
|
232
233
|
itemTitle: {
|
233
234
|
type: import("vue").PropType<string | ((item: any) => VNodeChild)>;
|
@@ -252,20 +253,20 @@ declare const _default: {
|
|
252
253
|
propsDefinition: Omit<Readonly<{
|
253
254
|
itemTitle: string | ((item: any) => VNodeChild);
|
254
255
|
} & {
|
255
|
-
|
256
|
+
headers?: DataTableHeader[] | DataTableHeader[][];
|
257
|
+
variant?: "default" | "list" | "data-table";
|
256
258
|
modelValue?: any[];
|
257
259
|
"v-slots"?: {
|
258
260
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
259
261
|
} & {
|
260
|
-
item?: (item: any) => VNodeChild;
|
262
|
+
item?: ((item: any) => VNodeChild) | ((row: IDataTableRowRenderer) => void);
|
261
263
|
};
|
262
264
|
"v-model"?: any[];
|
263
265
|
"onUpdate:modelValue"?: (value: any[]) => any;
|
264
|
-
itemValue?: string;
|
265
|
-
|
266
|
+
itemValue?: string | ((item: any) => string);
|
267
|
+
disabledItem?: string;
|
266
268
|
placeholderClass?: string;
|
267
|
-
|
268
|
-
hideDefaultHandle?: boolean;
|
269
|
+
handle?: string;
|
269
270
|
navigable?: boolean;
|
270
271
|
}>, "onClick:navigate"> & {
|
271
272
|
"onClick:navigate"?: (value: any) => any;
|
@@ -1,10 +1,10 @@
|
|
1
1
|
import { ColorDefinition } from "../../velcron/core";
|
2
|
-
import { OHorizontalAlignments, PanelDirections, PanelVariants, OVerticalAlignments } from "@omnia/fx-models";
|
2
|
+
import { OHorizontalAlignments, PanelDirections, PanelVariants, OVerticalAlignments, PaddingCombination } from "@omnia/fx-models";
|
3
3
|
export declare const PanelStyles: {
|
4
4
|
tabSettingsPadding: string;
|
5
|
-
templateTitle: (variant: PanelVariants, titelOnTopDivider: boolean, color: string, spacelessTop: boolean, spacelessBottom: boolean) => string;
|
5
|
+
templateTitle: (variant: PanelVariants, titelOnTopDivider: boolean, color: string, spacelessTop: boolean, spacelessBottom: boolean, paddings: PaddingCombination) => string;
|
6
6
|
dividerOnTitle: string;
|
7
7
|
panelHoverBackground: (color: ColorDefinition) => string;
|
8
|
-
panelWrapper: (hide: boolean, variant: PanelVariants, grow: boolean, grouped: boolean, scrollOffset: number, spacelessTop: boolean, spacelessBottom: boolean, hasLeftDivider: any, hasRightDivider: any, dark: boolean) => string;
|
9
|
-
contentWrapper: (variant: PanelVariants, flexDirection: PanelDirections, wrap: boolean, alignX: OHorizontalAlignments, alignY: OVerticalAlignments, grouped: boolean, spacelessTop: boolean, spacelessBottom: boolean) => string;
|
8
|
+
panelWrapper: (hide: boolean, variant: PanelVariants, grow: boolean, grouped: boolean, scrollOffset: number, spacelessTop: boolean, spacelessBottom: boolean, hasLeftDivider: any, hasRightDivider: any, dark: boolean, paddings: PaddingCombination) => string;
|
9
|
+
contentWrapper: (variant: PanelVariants, flexDirection: PanelDirections, wrap: boolean, alignX: OHorizontalAlignments, alignY: OVerticalAlignments, grouped: boolean, spacelessTop: boolean, spacelessBottom: boolean, paddings: PaddingCombination) => string;
|
10
10
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { BorderCombination } from "@omnia/fx/models";
|
1
|
+
import { BorderCombination, PaddingCombination } from "@omnia/fx/models";
|
2
2
|
export * from "./Panel.css";
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): {
|
@@ -56,6 +56,7 @@ declare const _default: {
|
|
56
56
|
[key: string]: any;
|
57
57
|
}>) => void)[];
|
58
58
|
readonly direction?: "column" | "row";
|
59
|
+
readonly padding?: PaddingCombination;
|
59
60
|
readonly hide?: boolean;
|
60
61
|
readonly wrap?: boolean;
|
61
62
|
readonly filled?: boolean;
|
@@ -90,6 +91,9 @@ declare const _default: {
|
|
90
91
|
alignX: {
|
91
92
|
type: import("vue").PropType<"left" | "center" | "right">;
|
92
93
|
};
|
94
|
+
padding: {
|
95
|
+
type: import("vue").PropType<PaddingCombination>;
|
96
|
+
};
|
93
97
|
spacelessBottom: {
|
94
98
|
type: import("vue").PropType<boolean>;
|
95
99
|
};
|
@@ -173,6 +177,9 @@ declare const _default: {
|
|
173
177
|
alignX: {
|
174
178
|
type: import("vue").PropType<"left" | "center" | "right">;
|
175
179
|
};
|
180
|
+
padding: {
|
181
|
+
type: import("vue").PropType<PaddingCombination>;
|
182
|
+
};
|
176
183
|
spacelessBottom: {
|
177
184
|
type: import("vue").PropType<boolean>;
|
178
185
|
};
|
@@ -234,6 +241,9 @@ declare const _default: {
|
|
234
241
|
alignX: {
|
235
242
|
type: import("vue").PropType<"left" | "center" | "right">;
|
236
243
|
};
|
244
|
+
padding: {
|
245
|
+
type: import("vue").PropType<PaddingCombination>;
|
246
|
+
};
|
237
247
|
spacelessBottom: {
|
238
248
|
type: import("vue").PropType<boolean>;
|
239
249
|
};
|
@@ -301,6 +311,7 @@ declare const _default: {
|
|
301
311
|
title?: string;
|
302
312
|
class?: String | String[];
|
303
313
|
direction?: "column" | "row";
|
314
|
+
padding?: PaddingCombination;
|
304
315
|
hide?: boolean;
|
305
316
|
wrap?: boolean;
|
306
317
|
filled?: boolean;
|
@@ -10,8 +10,8 @@ declare const _default: {
|
|
10
10
|
$: import("vue").ComponentInternalInstance;
|
11
11
|
$data: {};
|
12
12
|
$props: {
|
13
|
-
readonly outlined?: boolean;
|
14
13
|
readonly mode?: RichTextModes;
|
14
|
+
readonly outlined?: boolean;
|
15
15
|
style?: unknown;
|
16
16
|
class?: unknown;
|
17
17
|
key?: string | number | symbol;
|
@@ -507,8 +507,8 @@ declare const _default: {
|
|
507
507
|
initialContent: string;
|
508
508
|
onContentChange: (content: string) => void;
|
509
509
|
} & {
|
510
|
-
outlined?: boolean;
|
511
510
|
mode?: RichTextModes;
|
511
|
+
outlined?: boolean;
|
512
512
|
disabled?: boolean;
|
513
513
|
placeholder?: RichTextEditorPlaceHolder;
|
514
514
|
onFocus?: () => void;
|
@@ -44,14 +44,12 @@ import wcec81357974804c539bff6c58a8785c22 from './ux/identitypicker/IdentityPick
|
|
44
44
|
import wc5d74b2de65164761a3dce6a534b64bd1 from './ux/identitypicker/IdentityPickerDialog';
|
45
45
|
import wc70593d481fa54e68be9f4fe41f0f5c92 from './ux/identitypicker/IdentityPickerButton';
|
46
46
|
import wcdfefc1520763443190e92700bad98412 from './ux/imagegrid/ImageGrid';
|
47
|
-
import wca882dbf5bd31435d87c442b6667926d5 from './ux/imagetransformer/ImageTransformer';
|
48
47
|
import wc91919b3f54de42dab709575b8a9ca233 from './ux/inputlanguagepicker/InputLanguagePicker';
|
49
48
|
import wc20b4e8166fb44f2b8b240724eb5f2db2 from './ux/languagepicker/LanguagePicker';
|
50
49
|
import wc6c2ac8bf4da44a2b8e544eaf5b42099f from './ux/limited-label/LimitedLabel';
|
51
50
|
import wcf365f5cb3a694c20be7b96423bbc3eca from './ux/magiclink/MagicLink';
|
52
51
|
import wc744b3f31e00c4815b63ecaf638ad7a7a from './ux/markdown/MarkdownEditor';
|
53
52
|
import wcc8b990d01ddc45ab930b4409fc406435 from './ux/markdown/MarkdownRenderer';
|
54
|
-
import wcd5521f47b0ee4e6f8aa6f1d2610d9b90 from './ux/mediapicker/MediaPicker';
|
55
53
|
import wc2e8004b49c8d44dd8edb56ce884c2b57 from './ux/monaco/MonacoEditor';
|
56
54
|
import wce95c4611a45548a79e4c3984d8e5228d from './ux/multilingualinput/MultilingualInput';
|
57
55
|
import wc7f06e68f94904b48b827b23acd148bec from './ux/optionpicker/OptionPicker';
|
@@ -107,7 +105,12 @@ import wc828a4c20542945858e792ec584148a5c from './ux/journey/v2/JourneyMenu';
|
|
107
105
|
import wc8e03e2f7fb024945bc51138b77d06088 from './ux/layoutcanvas/editor/LayoutEditorCanvas';
|
108
106
|
import wc0b2ee63495854227a082987161a9e641 from './ux/layoutcanvas/renderer/LayoutBlockRendererHelper';
|
109
107
|
import wcf346db89a53b404690b1795429fb0162 from './ux/layoutcanvas/renderer/LayoutRendererCanvas';
|
108
|
+
import wc29f45ded4fb4479fab6fd6fd79505642 from './ux/mediapickerV2/framework/MediaPicker';
|
109
|
+
import wccbf09a1933f049f7ab9785a3b5b5323a from './ux/mediapickerV2/imagegrid/ImageGrid';
|
110
|
+
import wc8c48b06bb9aa40699a8291b6e2c9780f from './ux/mediapickerV2/imagetransformer/ImageTransformer';
|
111
|
+
import wce559eebf085841a3a89804dc09e78c30 from './ux/mediapickerV2/mediaprovider/MediaProvider';
|
110
112
|
import wc8f6c9579f26646dfb316c087e04455cc from './ux/mediapickerproviders/dalleprovider/PollingImageComponent';
|
113
|
+
import wc0cef9c395fde41be87c12ddb0c2a1ce9 from './ux/mediapickerproviders/pexelsprovider-V2/PexelProvider';
|
111
114
|
import wc90d19714df6c4b16bd5d42bc705e7692 from './ux/oxide/appbar/Appbar';
|
112
115
|
import wc8848766a05fd4a7a8e1a89376b3cf09a from './ux/oxide/avatar/Avatar';
|
113
116
|
import wc4cc48714e16a45feb2d213932a13d1f8 from './ux/oxide/badge/Badge';
|
@@ -312,14 +315,12 @@ declare global {
|
|
312
315
|
"omfx-identity-picker-dialog": typeof wc5d74b2de65164761a3dce6a534b64bd1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5d74b2de65164761a3dce6a534b64bd1.propsDefinition>;
|
313
316
|
"omfx-identity-picker-button": typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition>;
|
314
317
|
"omfx-media-imagegrid": typeof wcdfefc1520763443190e92700bad98412.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdfefc1520763443190e92700bad98412.propsDefinition>;
|
315
|
-
"omfx-image-transformer": typeof wca882dbf5bd31435d87c442b6667926d5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca882dbf5bd31435d87c442b6667926d5.propsDefinition>;
|
316
318
|
"omfx-input-language-picker": typeof wc91919b3f54de42dab709575b8a9ca233.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc91919b3f54de42dab709575b8a9ca233.propsDefinition>;
|
317
319
|
"omfx-language-picker": typeof wc20b4e8166fb44f2b8b240724eb5f2db2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc20b4e8166fb44f2b8b240724eb5f2db2.propsDefinition>;
|
318
320
|
"omfx-limited-label": typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition>;
|
319
321
|
"omfx-magiclink": typeof wcf365f5cb3a694c20be7b96423bbc3eca.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf365f5cb3a694c20be7b96423bbc3eca.propsDefinition>;
|
320
322
|
"omfx-markdown-editor": typeof wc744b3f31e00c4815b63ecaf638ad7a7a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc744b3f31e00c4815b63ecaf638ad7a7a.propsDefinition>;
|
321
323
|
"omfx-markdown-renderer": typeof wcc8b990d01ddc45ab930b4409fc406435.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc8b990d01ddc45ab930b4409fc406435.propsDefinition>;
|
322
|
-
"omfx-media-picker-v2": typeof wcd5521f47b0ee4e6f8aa6f1d2610d9b90.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd5521f47b0ee4e6f8aa6f1d2610d9b90.propsDefinition>;
|
323
324
|
"monaco-editor": typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition>;
|
324
325
|
"omfx-multilingual-input": typeof wce95c4611a45548a79e4c3984d8e5228d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce95c4611a45548a79e4c3984d8e5228d.propsDefinition>;
|
325
326
|
"omfx-option-picker": typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition>;
|
@@ -375,7 +376,12 @@ declare global {
|
|
375
376
|
"omfx-layout-editor-canvas": typeof wc8e03e2f7fb024945bc51138b77d06088.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8e03e2f7fb024945bc51138b77d06088.propsDefinition>;
|
376
377
|
"omfx-layout-block-renderer-helper": typeof wc0b2ee63495854227a082987161a9e641.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0b2ee63495854227a082987161a9e641.propsDefinition>;
|
377
378
|
"omfx-layout-renderer-canvas": typeof wcf346db89a53b404690b1795429fb0162.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf346db89a53b404690b1795429fb0162.propsDefinition>;
|
379
|
+
"omfx-media-picker-v2": typeof wc29f45ded4fb4479fab6fd6fd79505642.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc29f45ded4fb4479fab6fd6fd79505642.propsDefinition>;
|
380
|
+
"omfx-media-imagegrid-v2": typeof wccbf09a1933f049f7ab9785a3b5b5323a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccbf09a1933f049f7ab9785a3b5b5323a.propsDefinition>;
|
381
|
+
"omfx-image-transformer-v2": typeof wc8c48b06bb9aa40699a8291b6e2c9780f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8c48b06bb9aa40699a8291b6e2c9780f.propsDefinition>;
|
382
|
+
"omfx-media-provider": typeof wce559eebf085841a3a89804dc09e78c30.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce559eebf085841a3a89804dc09e78c30.propsDefinition>;
|
378
383
|
"omfx-media-picker-dalle-polling-image": typeof wc8f6c9579f26646dfb316c087e04455cc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8f6c9579f26646dfb316c087e04455cc.propsDefinition>;
|
384
|
+
"omfx-media-picker-pexels-provider-v2": typeof wc0cef9c395fde41be87c12ddb0c2a1ce9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0cef9c395fde41be87c12ddb0c2a1ce9.propsDefinition>;
|
379
385
|
"o-app-bar": typeof wc90d19714df6c4b16bd5d42bc705e7692.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc90d19714df6c4b16bd5d42bc705e7692.propsDefinition>;
|
380
386
|
"o-avatar": typeof wc8848766a05fd4a7a8e1a89376b3cf09a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8848766a05fd4a7a8e1a89376b3cf09a.propsDefinition>;
|
381
387
|
"o-badge": typeof wc4cc48714e16a45feb2d213932a13d1f8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4cc48714e16a45feb2d213932a13d1f8.propsDefinition>;
|
@@ -758,11 +764,6 @@ declare global {
|
|
758
764
|
$props: typeof wcdfefc1520763443190e92700bad98412.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdfefc1520763443190e92700bad98412.propsDefinition>;
|
759
765
|
};
|
760
766
|
};
|
761
|
-
"ImageTransformer": {
|
762
|
-
new (...args: any[]): {
|
763
|
-
$props: typeof wca882dbf5bd31435d87c442b6667926d5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca882dbf5bd31435d87c442b6667926d5.propsDefinition>;
|
764
|
-
};
|
765
|
-
};
|
766
767
|
"InputLanguagePicker": {
|
767
768
|
new (...args: any[]): {
|
768
769
|
$props: typeof wc91919b3f54de42dab709575b8a9ca233.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc91919b3f54de42dab709575b8a9ca233.propsDefinition>;
|
@@ -793,11 +794,6 @@ declare global {
|
|
793
794
|
$props: typeof wcc8b990d01ddc45ab930b4409fc406435.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc8b990d01ddc45ab930b4409fc406435.propsDefinition>;
|
794
795
|
};
|
795
796
|
};
|
796
|
-
"MediaPickerV2": {
|
797
|
-
new (...args: any[]): {
|
798
|
-
$props: typeof wcd5521f47b0ee4e6f8aa6f1d2610d9b90.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd5521f47b0ee4e6f8aa6f1d2610d9b90.propsDefinition>;
|
799
|
-
};
|
800
|
-
};
|
801
797
|
"MonacoEditor": {
|
802
798
|
new (...args: any[]): {
|
803
799
|
$props: typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition>;
|
@@ -1073,11 +1069,36 @@ declare global {
|
|
1073
1069
|
$props: typeof wcf346db89a53b404690b1795429fb0162.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf346db89a53b404690b1795429fb0162.propsDefinition>;
|
1074
1070
|
};
|
1075
1071
|
};
|
1072
|
+
"MediaPickerV2": {
|
1073
|
+
new (...args: any[]): {
|
1074
|
+
$props: typeof wc29f45ded4fb4479fab6fd6fd79505642.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc29f45ded4fb4479fab6fd6fd79505642.propsDefinition>;
|
1075
|
+
};
|
1076
|
+
};
|
1077
|
+
"MediaImagegridV2": {
|
1078
|
+
new (...args: any[]): {
|
1079
|
+
$props: typeof wccbf09a1933f049f7ab9785a3b5b5323a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccbf09a1933f049f7ab9785a3b5b5323a.propsDefinition>;
|
1080
|
+
};
|
1081
|
+
};
|
1082
|
+
"ImageTransformerV2": {
|
1083
|
+
new (...args: any[]): {
|
1084
|
+
$props: typeof wc8c48b06bb9aa40699a8291b6e2c9780f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8c48b06bb9aa40699a8291b6e2c9780f.propsDefinition>;
|
1085
|
+
};
|
1086
|
+
};
|
1087
|
+
"MediaProvider": {
|
1088
|
+
new (...args: any[]): {
|
1089
|
+
$props: typeof wce559eebf085841a3a89804dc09e78c30.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce559eebf085841a3a89804dc09e78c30.propsDefinition>;
|
1090
|
+
};
|
1091
|
+
};
|
1076
1092
|
"MediaPickerDallePollingImage": {
|
1077
1093
|
new (...args: any[]): {
|
1078
1094
|
$props: typeof wc8f6c9579f26646dfb316c087e04455cc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8f6c9579f26646dfb316c087e04455cc.propsDefinition>;
|
1079
1095
|
};
|
1080
1096
|
};
|
1097
|
+
"MediaPickerPexelsProviderV2": {
|
1098
|
+
new (...args: any[]): {
|
1099
|
+
$props: typeof wc0cef9c395fde41be87c12ddb0c2a1ce9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0cef9c395fde41be87c12ddb0c2a1ce9.propsDefinition>;
|
1100
|
+
};
|
1101
|
+
};
|
1081
1102
|
"OAppBar": {
|
1082
1103
|
new (...args: any[]): {
|
1083
1104
|
$props: typeof wc90d19714df6c4b16bd5d42bc705e7692.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc90d19714df6c4b16bd5d42bc705e7692.propsDefinition>;
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
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.111-vnext",
|
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.111-vnext",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|