@omnia/fx 8.0.103-vnext → 8.0.104-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/core/utils/Utils.d.ts +6 -6
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourneyConstants.d.ts +4 -6
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/imagetransformation/utils.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageRollup/ImageRollup.d.ts +1 -66
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformCropper/ImageTransformCropper.d.ts +280 -44
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformEditor/ImageTransformEditor.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformEditor/ImageTransformEditor.d.ts +14 -14
- package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer_older.d.ts +1 -40
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +3 -4
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +134 -464
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +6 -5
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{skins/default/useDefaultSkin.d.ts → designkits/default/useDefaultDesignKit.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{skins/documentation/useDocumentationSkin.d.ts → designkits/documentation/useDocumentationDesignKit.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{skins/editor/useEditorSkin.d.ts → designkits/editor/useEditorDesignKit.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{skins/useSkins.d.ts → designkits/useDesignKits.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/ReactivitySystem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +1 -1
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/action.d.ts +0 -101
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addIcon.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addImageObject.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addObject.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addShape.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addText.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/applyFilter.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/changeIconColor.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/changeShape.d.ts +0 -28
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/changeText.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/changeTextStyle.d.ts +0 -25
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/clearObjects.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/flip.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/loadImage.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/removeFilter.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/removeObject.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/resizeCanvasDimension.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/rotate.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/setObjectPosition.d.ts +0 -21
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/setObjectProperties.d.ts +0 -25
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/cropper.d.ts +0 -118
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/filter.d.ts +0 -89
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/flip.d.ts +0 -70
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/freeDrawing.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/icon.d.ts +0 -51
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/imageLoader.d.ts +0 -30
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/line.d.ts +0 -55
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/rotation.d.ts +0 -42
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/shape.d.ts +0 -144
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/text.d.ts +0 -173
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/consts.d.ts +0 -243
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/dependencies/tui-code-snippet.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/cropper.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/freeDrawing.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/lineDrawing.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/shape.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/text.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/arrowLine.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/blur.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/colorFilter.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/cropzone.d.ts +0 -10
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/emboss.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/mask.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/sharpen.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/factory/command.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/factory/errorMessage.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/graphics.d.ts +0 -569
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/helper/imagetracer.d.ts +0 -56
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/helper/shapeFilterFillHelper.d.ts +0 -44
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/helper/shapeResizeHelper.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/imageEditor.d.ts +0 -1003
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/index.d.ts +0 -15
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/interface/command.d.ts +0 -49
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/interface/component.d.ts +0 -76
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/interface/drawingMode.d.ts +0 -26
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/interfaces.d.ts +0 -283
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/invoker.d.ts +0 -91
- package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/util.d.ts +0 -154
- package/internal-do-not-import-from-here/ux/mediapicker/components/ImageEditor.css.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/mediapicker/components/ImageEditor.d.ts +0 -91
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/skins/index.d.ts +0 -1
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/core/Colors.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/core/ThemeDefinitionInstance.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/core/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/DefinitionRegistrations.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/ThemeRegistrations.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/cards/BannerImageTop.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/cards/RollupAvatar.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/cards/RollupImageLarge.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/cards/RollupImageSmall.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/cards/RollupImageTop.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/cards/RollupImageTopAvatar.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/cards/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/content/Contentblocks.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/content/Image.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/content/ImageText.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/content/Quote.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/content/Text.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/content/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/headers/BlockTextIcon.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/headers/Pageheader.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/headers/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/themes/Blueprints.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/themes/SpacingTypes.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/themes/ThemeDefinitions.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/themes/TypographyTypes.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/themes/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/documentation/ApiRegistrations.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/documentation/themes/Blueprints.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/documentation/themes/SpacingTypes.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/documentation/themes/ThemeDefinitions.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/documentation/themes/TypographyTypes.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/documentation/themes/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/editor/ThemeRegistrations.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/editor/themes/Blueprints.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/editor/themes/SpacingTypes.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/editor/themes/ThemeDefinitions.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/editor/themes/TypographyTypes.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/editor/themes/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/pages/DefinitionRegistrations.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/pages/definitions/headers/HeaderWithImage.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/pages/definitions/property/PropertiesWithColumLayout.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/pages/definitions/property/PropertiesWithRowLayout.d.ts +0 -0
@@ -5,6 +5,6 @@ export declare const PanelStyles: {
|
|
5
5
|
templateTitle: (variant: PanelVariants, titelOnTopDivider: boolean, color: string, spacelessTop: boolean, spacelessBottom: boolean) => 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) => 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
9
|
contentWrapper: (variant: PanelVariants, flexDirection: PanelDirections, wrap: boolean, alignX: OHorizontalAlignments, alignY: OVerticalAlignments, grouped: boolean, spacelessTop: boolean, spacelessBottom: boolean) => string;
|
10
10
|
};
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { BorderCombination } from "@omnia/fx/models";
|
1
2
|
export * from "./Panel.css";
|
2
3
|
declare const _default: {
|
3
4
|
new (...args: any[]): {
|
@@ -59,7 +60,7 @@ declare const _default: {
|
|
59
60
|
readonly wrap?: boolean;
|
60
61
|
readonly filled?: boolean;
|
61
62
|
readonly variant?: "section" | "navigation" | "default" | "dialog" | "content" | "toolbar" | "tab" | "settings" | "tab-vertical" | "info-section";
|
62
|
-
readonly divider?:
|
63
|
+
readonly divider?: BorderCombination;
|
63
64
|
readonly grow?: boolean;
|
64
65
|
readonly toned?: boolean;
|
65
66
|
readonly grouped?: boolean;
|
@@ -119,7 +120,7 @@ declare const _default: {
|
|
119
120
|
type: import("vue").PropType<"center" | "bottom" | "top">;
|
120
121
|
};
|
121
122
|
divider: {
|
122
|
-
type: import("vue").PropType<
|
123
|
+
type: import("vue").PropType<BorderCombination>;
|
123
124
|
};
|
124
125
|
hide: {
|
125
126
|
type: import("vue").PropType<boolean>;
|
@@ -202,7 +203,7 @@ declare const _default: {
|
|
202
203
|
type: import("vue").PropType<"center" | "bottom" | "top">;
|
203
204
|
};
|
204
205
|
divider: {
|
205
|
-
type: import("vue").PropType<
|
206
|
+
type: import("vue").PropType<BorderCombination>;
|
206
207
|
};
|
207
208
|
hide: {
|
208
209
|
type: import("vue").PropType<boolean>;
|
@@ -263,7 +264,7 @@ declare const _default: {
|
|
263
264
|
type: import("vue").PropType<"center" | "bottom" | "top">;
|
264
265
|
};
|
265
266
|
divider: {
|
266
|
-
type: import("vue").PropType<
|
267
|
+
type: import("vue").PropType<BorderCombination>;
|
267
268
|
};
|
268
269
|
hide: {
|
269
270
|
type: import("vue").PropType<boolean>;
|
@@ -304,7 +305,7 @@ declare const _default: {
|
|
304
305
|
wrap?: boolean;
|
305
306
|
filled?: boolean;
|
306
307
|
variant?: "section" | "navigation" | "default" | "dialog" | "content" | "toolbar" | "tab" | "settings" | "tab-vertical" | "info-section";
|
307
|
-
divider?:
|
308
|
+
divider?: BorderCombination;
|
308
309
|
grow?: boolean;
|
309
310
|
toned?: boolean;
|
310
311
|
grouped?: boolean;
|
@@ -60,8 +60,8 @@ declare const _default: {
|
|
60
60
|
readonly persistentHint?: boolean;
|
61
61
|
"onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
|
62
62
|
readonly "v-model"?: any;
|
63
|
-
readonly min?: string | number;
|
64
63
|
readonly max?: string | number;
|
64
|
+
readonly min?: string | number;
|
65
65
|
readonly step?: string | number;
|
66
66
|
readonly noThumbLabel?: boolean;
|
67
67
|
};
|
@@ -285,8 +285,8 @@ declare const _default: {
|
|
285
285
|
persistentHint?: boolean;
|
286
286
|
"onUpdate:modelValue"?: (value: any) => any;
|
287
287
|
"v-model"?: any;
|
288
|
-
min?: string | number;
|
289
288
|
max?: string | number;
|
289
|
+
min?: string | number;
|
290
290
|
step?: string | number;
|
291
291
|
noThumbLabel?: boolean;
|
292
292
|
}>, "onUpdate:modelValue"> & {
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./useDefaultDesignKit";
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./useDocumentationDesignKit";
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./useEditorDesignKit";
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./useDesignKits";
|
@@ -185,9 +185,15 @@ export interface VelcronAppDefinition<TState extends DynamicState = DynamicState
|
|
185
185
|
export interface VelcronComponentDefinition extends VelcronDefinition {
|
186
186
|
type: string;
|
187
187
|
events?: any;
|
188
|
-
properties?:
|
188
|
+
properties?: {
|
189
|
+
[name: string]: any;
|
190
|
+
};
|
189
191
|
icon?: any;
|
190
192
|
}
|
193
|
+
export interface VelcronRenderProp {
|
194
|
+
required?: boolean;
|
195
|
+
defaultValue?: any;
|
196
|
+
}
|
191
197
|
/*** Built-in Components *********************************************************************/
|
192
198
|
export interface VelcronViewDefinition extends VelcronDefinition, VelcronColorStyling {
|
193
199
|
type: "view";
|
@@ -224,7 +230,8 @@ export declare enum VelcronImageRatios {
|
|
224
230
|
}
|
225
231
|
export interface VelcronImageDefinition extends VelcronDefinition {
|
226
232
|
type: "image";
|
227
|
-
|
233
|
+
url?: VelcronBindableProp<string>;
|
234
|
+
bind?: VelcronBindableProp<string>;
|
228
235
|
ratio?: VelcronImageRatios | string;
|
229
236
|
cover?: VelcronBindableProp<boolean>;
|
230
237
|
borderRadius?: VelcronDimensions;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
export declare class ReactivitySystem {
|
2
|
-
static makeReactive: (obj: any) =>
|
2
|
+
static makeReactive: (obj: any) => any;
|
3
3
|
static hasReactivityProvider: boolean;
|
4
|
-
static registerProvider(fn: (obj: any) =>
|
4
|
+
static registerProvider(fn: (obj: any) => any): void;
|
5
5
|
}
|
@@ -9,7 +9,7 @@ export interface VelcronDescriptor {
|
|
9
9
|
export interface VelcronComponentDescriptor extends VelcronDescriptor {
|
10
10
|
descriptorType: VelcronDescriptorTypes.component;
|
11
11
|
type: string;
|
12
|
-
properties?:
|
12
|
+
properties?: any;
|
13
13
|
events?: Array<VelcronComponentEventDescriptor>;
|
14
14
|
}
|
15
15
|
export interface VelcronSubComponentDescriptor extends VelcronDescriptor {
|
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.104-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.104-vnext",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|
@@ -1,101 +0,0 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
/**
|
3
|
-
* Get ui actions
|
4
|
-
* @returns {Object} actions for ui
|
5
|
-
* @private
|
6
|
-
*/
|
7
|
-
getActions(): {
|
8
|
-
main: any;
|
9
|
-
shape: any;
|
10
|
-
crop: any;
|
11
|
-
flip: any;
|
12
|
-
rotate: any;
|
13
|
-
text: any;
|
14
|
-
mask: any;
|
15
|
-
draw: any;
|
16
|
-
icon: any;
|
17
|
-
filter: any;
|
18
|
-
};
|
19
|
-
/**
|
20
|
-
* Main Action
|
21
|
-
* @returns {Object} actions for ui main
|
22
|
-
* @private
|
23
|
-
*/
|
24
|
-
_mainAction(): any;
|
25
|
-
/**
|
26
|
-
* Icon Action
|
27
|
-
* @returns {Object} actions for ui icon
|
28
|
-
* @private
|
29
|
-
*/
|
30
|
-
_iconAction(): any;
|
31
|
-
/**
|
32
|
-
* Draw Action
|
33
|
-
* @returns {Object} actions for ui draw
|
34
|
-
* @private
|
35
|
-
*/
|
36
|
-
_drawAction(): any;
|
37
|
-
/**
|
38
|
-
* Mask Action
|
39
|
-
* @returns {Object} actions for ui mask
|
40
|
-
* @private
|
41
|
-
*/
|
42
|
-
_maskAction(): any;
|
43
|
-
/**
|
44
|
-
* Text Action
|
45
|
-
* @returns {Object} actions for ui text
|
46
|
-
* @private
|
47
|
-
*/
|
48
|
-
_textAction(): any;
|
49
|
-
/**
|
50
|
-
* Rotate Action
|
51
|
-
* @returns {Object} actions for ui rotate
|
52
|
-
* @private
|
53
|
-
*/
|
54
|
-
_rotateAction(): any;
|
55
|
-
/**
|
56
|
-
* Shape Action
|
57
|
-
* @returns {Object} actions for ui shape
|
58
|
-
* @private
|
59
|
-
*/
|
60
|
-
_shapeAction(): any;
|
61
|
-
/**
|
62
|
-
* Crop Action
|
63
|
-
* @returns {Object} actions for ui crop
|
64
|
-
* @private
|
65
|
-
*/
|
66
|
-
_cropAction(): any;
|
67
|
-
/**
|
68
|
-
* Flip Action
|
69
|
-
* @returns {Object} actions for ui flip
|
70
|
-
* @private
|
71
|
-
*/
|
72
|
-
_flipAction(): any;
|
73
|
-
/**
|
74
|
-
* Filter Action
|
75
|
-
* @returns {Object} actions for ui filter
|
76
|
-
* @private
|
77
|
-
*/
|
78
|
-
_filterAction(): any;
|
79
|
-
/**
|
80
|
-
* Image Editor Event Observer
|
81
|
-
*/
|
82
|
-
setReAction(): void;
|
83
|
-
/**
|
84
|
-
* Common Action
|
85
|
-
* @returns {Object} common actions for ui
|
86
|
-
* @private
|
87
|
-
*/
|
88
|
-
_commonAction(): {
|
89
|
-
modeChange: (menu: any) => void;
|
90
|
-
deactivateAll: any;
|
91
|
-
changeSelectableAll: any;
|
92
|
-
discardSelection: any;
|
93
|
-
stopDrawingMode: any;
|
94
|
-
};
|
95
|
-
/**
|
96
|
-
* Mixin
|
97
|
-
* @param {ImageEditor} ImageEditor instance
|
98
|
-
*/
|
99
|
-
mixin(ImageEditor: any): void;
|
100
|
-
};
|
101
|
-
export default _default;
|
package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addIcon.d.ts
DELETED
@@ -1,20 +0,0 @@
|
|
1
|
-
declare const command: {
|
2
|
-
name: string;
|
3
|
-
/**
|
4
|
-
* Add an icon
|
5
|
-
* @param {Graphics} graphics - Graphics instance
|
6
|
-
* @param {string} type - Icon type ('arrow', 'cancel', custom icon name)
|
7
|
-
* @param {Object} options - Icon options
|
8
|
-
* @param {string} [options.fill] - Icon foreground color
|
9
|
-
* @param {string} [options.left] - Icon x position
|
10
|
-
* @param {string} [options.top] - Icon y position
|
11
|
-
* @returns {Promise}
|
12
|
-
*/
|
13
|
-
execute(graphics: any, type: any, options: any): any;
|
14
|
-
/**
|
15
|
-
* @param {Graphics} graphics - Graphics instance
|
16
|
-
* @returns {Promise}
|
17
|
-
*/
|
18
|
-
undo(graphics: any): Promise<void>;
|
19
|
-
};
|
20
|
-
export default command;
|
@@ -1,16 +0,0 @@
|
|
1
|
-
declare const command: {
|
2
|
-
name: string;
|
3
|
-
/**
|
4
|
-
* Add an image object
|
5
|
-
* @param {Graphics} graphics - Graphics instance
|
6
|
-
* @param {string} imgUrl - Image url to make object
|
7
|
-
* @returns {Promise}
|
8
|
-
*/
|
9
|
-
execute(graphics: any, imgUrl: any): any;
|
10
|
-
/**
|
11
|
-
* @param {Graphics} graphics - Graphics instance
|
12
|
-
* @returns {Promise}
|
13
|
-
*/
|
14
|
-
undo(graphics: any): Promise<void>;
|
15
|
-
};
|
16
|
-
export default command;
|
package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addObject.d.ts
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
declare const command: {
|
2
|
-
name: string;
|
3
|
-
/**
|
4
|
-
* Add an object
|
5
|
-
* @param {Graphics} graphics - Graphics instance
|
6
|
-
* @param {Object} object - Fabric object
|
7
|
-
* @returns {Promise}
|
8
|
-
*/
|
9
|
-
execute(graphics: any, object: any): Promise<unknown>;
|
10
|
-
/**
|
11
|
-
* @param {Graphics} graphics - Graphics instance
|
12
|
-
* @param {Object} object - Fabric object
|
13
|
-
* @returns {Promise}
|
14
|
-
*/
|
15
|
-
undo(graphics: any, object: any): Promise<unknown>;
|
16
|
-
};
|
17
|
-
export default command;
|
package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addShape.d.ts
DELETED
@@ -1,27 +0,0 @@
|
|
1
|
-
declare const command: {
|
2
|
-
name: string;
|
3
|
-
/**
|
4
|
-
* Add a shape
|
5
|
-
* @param {Graphics} graphics - Graphics instance
|
6
|
-
* @param {string} type - Shape type (ex: 'rect', 'circle', 'triangle')
|
7
|
-
* @param {Object} options - Shape options
|
8
|
-
* @param {string} [options.fill] - Shape foreground color (ex: '#fff', 'transparent')
|
9
|
-
* @param {string} [options.stroke] - Shape outline color
|
10
|
-
* @param {number} [options.strokeWidth] - Shape outline width
|
11
|
-
* @param {number} [options.width] - Width value (When type option is 'rect', this options can use)
|
12
|
-
* @param {number} [options.height] - Height value (When type option is 'rect', this options can use)
|
13
|
-
* @param {number} [options.rx] - Radius x value (When type option is 'circle', this options can use)
|
14
|
-
* @param {number} [options.ry] - Radius y value (When type option is 'circle', this options can use)
|
15
|
-
* @param {number} [options.left] - Shape x position
|
16
|
-
* @param {number} [options.top] - Shape y position
|
17
|
-
* @param {number} [options.isRegular] - Whether resizing shape has 1:1 ratio or not
|
18
|
-
* @returns {Promise}
|
19
|
-
*/
|
20
|
-
execute(graphics: any, type: any, options: any): any;
|
21
|
-
/**
|
22
|
-
* @param {Graphics} graphics - Graphics instance
|
23
|
-
* @returns {Promise}
|
24
|
-
*/
|
25
|
-
undo(graphics: any): Promise<void>;
|
26
|
-
};
|
27
|
-
export default command;
|
package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addText.d.ts
DELETED
@@ -1,26 +0,0 @@
|
|
1
|
-
declare const command: {
|
2
|
-
name: string;
|
3
|
-
/**
|
4
|
-
* Add a text object
|
5
|
-
* @param {Graphics} graphics - Graphics instance
|
6
|
-
* @param {string} text - Initial input text
|
7
|
-
* @param {Object} [options] Options for text styles
|
8
|
-
* @param {Object} [options.styles] Initial styles
|
9
|
-
* @param {string} [options.styles.fill] Color
|
10
|
-
* @param {string} [options.styles.fontFamily] Font type for text
|
11
|
-
* @param {number} [options.styles.fontSize] Size
|
12
|
-
* @param {string} [options.styles.fontStyle] Type of inclination (normal / italic)
|
13
|
-
* @param {string} [options.styles.fontWeight] Type of thicker or thinner looking (normal / bold)
|
14
|
-
* @param {string} [options.styles.textAlign] Type of text align (left / center / right)
|
15
|
-
* @param {string} [options.styles.textDecoration] Type of line (underline / line-through / overline)
|
16
|
-
* @param {{x: number, y: number}} [options.position] - Initial position
|
17
|
-
* @returns {Promise}
|
18
|
-
*/
|
19
|
-
execute(graphics: any, text: any, options: any): any;
|
20
|
-
/**
|
21
|
-
* @param {Graphics} graphics - Graphics instance
|
22
|
-
* @returns {Promise}
|
23
|
-
*/
|
24
|
-
undo(graphics: any): Promise<void>;
|
25
|
-
};
|
26
|
-
export default command;
|
@@ -1,20 +0,0 @@
|
|
1
|
-
declare const command: {
|
2
|
-
name: string;
|
3
|
-
/**
|
4
|
-
* Apply a filter into an image
|
5
|
-
* @param {Graphics} graphics - Graphics instance
|
6
|
-
* @param {string} type - Filter type
|
7
|
-
* @param {Object} options - Filter options
|
8
|
-
* @param {number} options.maskObjId - masking image object id
|
9
|
-
* @param {boolean} isSilent - is silent execution or not
|
10
|
-
* @returns {Promise}
|
11
|
-
*/
|
12
|
-
execute(graphics: any, type: any, options: any, isSilent: any): any;
|
13
|
-
/**
|
14
|
-
* @param {Graphics} graphics - Graphics instance
|
15
|
-
* @param {string} type - Filter type
|
16
|
-
* @returns {Promise}
|
17
|
-
*/
|
18
|
-
undo(graphics: any, type: any): any;
|
19
|
-
};
|
20
|
-
export default command;
|
@@ -1,17 +0,0 @@
|
|
1
|
-
declare const command: {
|
2
|
-
name: string;
|
3
|
-
/**
|
4
|
-
* Change icon color
|
5
|
-
* @param {Graphics} graphics - Graphics instance
|
6
|
-
* @param {number} id - object id
|
7
|
-
* @param {string} color - Color for icon
|
8
|
-
* @returns {Promise}
|
9
|
-
*/
|
10
|
-
execute(graphics: any, id: any, color: any): Promise<void>;
|
11
|
-
/**
|
12
|
-
* @param {Graphics} graphics - Graphics instance
|
13
|
-
* @returns {Promise}
|
14
|
-
*/
|
15
|
-
undo(graphics: any): Promise<void>;
|
16
|
-
};
|
17
|
-
export default command;
|
@@ -1,28 +0,0 @@
|
|
1
|
-
declare const command: {
|
2
|
-
name: string;
|
3
|
-
/**
|
4
|
-
* Change a shape
|
5
|
-
* @param {Graphics} graphics - Graphics instance
|
6
|
-
* @param {number} id - object id
|
7
|
-
* @param {Object} options - Shape options
|
8
|
-
* @param {string} [options.fill] - Shape foreground color (ex: '#fff', 'transparent')
|
9
|
-
* @param {string} [options.stroke] - Shape outline color
|
10
|
-
* @param {number} [options.strokeWidth] - Shape outline width
|
11
|
-
* @param {number} [options.width] - Width value (When type option is 'rect', this options can use)
|
12
|
-
* @param {number} [options.height] - Height value (When type option is 'rect', this options can use)
|
13
|
-
* @param {number} [options.rx] - Radius x value (When type option is 'circle', this options can use)
|
14
|
-
* @param {number} [options.ry] - Radius y value (When type option is 'circle', this options can use)
|
15
|
-
* @param {number} [options.left] - Shape x position
|
16
|
-
* @param {number} [options.top] - Shape y position
|
17
|
-
* @param {number} [options.isRegular] - Whether resizing shape has 1:1 ratio or not
|
18
|
-
* @param {boolean} isSilent - is silent execution or not
|
19
|
-
* @returns {Promise}
|
20
|
-
*/
|
21
|
-
execute(graphics: any, id: any, options: any, isSilent: any): any;
|
22
|
-
/**
|
23
|
-
* @param {Graphics} graphics - Graphics instance
|
24
|
-
* @returns {Promise}
|
25
|
-
*/
|
26
|
-
undo(graphics: any): any;
|
27
|
-
};
|
28
|
-
export default command;
|
@@ -1,17 +0,0 @@
|
|
1
|
-
declare const command: {
|
2
|
-
name: string;
|
3
|
-
/**
|
4
|
-
* Change a text
|
5
|
-
* @param {Graphics} graphics - Graphics instance
|
6
|
-
* @param {number} id - object id
|
7
|
-
* @param {string} text - Changing text
|
8
|
-
* @returns {Promise}
|
9
|
-
*/
|
10
|
-
execute(graphics: any, id: any, text: any): any;
|
11
|
-
/**
|
12
|
-
* @param {Graphics} graphics - Graphics instance
|
13
|
-
* @returns {Promise}
|
14
|
-
*/
|
15
|
-
undo(graphics: any): any;
|
16
|
-
};
|
17
|
-
export default command;
|
@@ -1,25 +0,0 @@
|
|
1
|
-
declare const command: {
|
2
|
-
name: string;
|
3
|
-
/**
|
4
|
-
* Change text styles
|
5
|
-
* @param {Graphics} graphics - Graphics instance
|
6
|
-
* @param {number} id - object id
|
7
|
-
* @param {Object} styles - text styles
|
8
|
-
* @param {string} [styles.fill] Color
|
9
|
-
* @param {string} [styles.fontFamily] Font type for text
|
10
|
-
* @param {number} [styles.fontSize] Size
|
11
|
-
* @param {string} [styles.fontStyle] Type of inclination (normal / italic)
|
12
|
-
* @param {string} [styles.fontWeight] Type of thicker or thinner looking (normal / bold)
|
13
|
-
* @param {string} [styles.textAlign] Type of text align (left / center / right)
|
14
|
-
* @param {string} [styles.textDecoration] Type of line (underline / line-through / overline)
|
15
|
-
* @param {boolean} isSilent - is silent execution or not
|
16
|
-
* @returns {Promise}
|
17
|
-
*/
|
18
|
-
execute(graphics: any, id: any, styles: any, isSilent: any): any;
|
19
|
-
/**
|
20
|
-
* @param {Graphics} graphics - Graphics instance
|
21
|
-
* @returns {Promise}
|
22
|
-
*/
|
23
|
-
undo(graphics: any): any;
|
24
|
-
};
|
25
|
-
export default command;
|
@@ -1,16 +0,0 @@
|
|
1
|
-
declare const command: {
|
2
|
-
name: string;
|
3
|
-
/**
|
4
|
-
* Clear all objects without background (main) image
|
5
|
-
* @param {Graphics} graphics - Graphics instance
|
6
|
-
* @returns {Promise}
|
7
|
-
*/
|
8
|
-
execute(graphics: any): Promise<void>;
|
9
|
-
/**
|
10
|
-
* @param {Graphics} graphics - Graphics instance
|
11
|
-
* @returns {Promise}
|
12
|
-
* @ignore
|
13
|
-
*/
|
14
|
-
undo(graphics: any): Promise<void>;
|
15
|
-
};
|
16
|
-
export default command;
|
package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/flip.d.ts
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
declare const command: {
|
2
|
-
name: string;
|
3
|
-
/**
|
4
|
-
* flip an image
|
5
|
-
* @param {Graphics} graphics - Graphics instance
|
6
|
-
* @param {string} type - 'flipX' or 'flipY' or 'reset'
|
7
|
-
* @returns {Promise}
|
8
|
-
*/
|
9
|
-
execute(graphics: any, type: any): any;
|
10
|
-
/**
|
11
|
-
* @param {Graphics} graphics - Graphics instance
|
12
|
-
* @returns {Promise}
|
13
|
-
*/
|
14
|
-
undo(graphics: any): any;
|
15
|
-
};
|
16
|
-
export default command;
|
package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/loadImage.d.ts
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
declare const command: {
|
2
|
-
name: string;
|
3
|
-
/**
|
4
|
-
* Load a background (main) image
|
5
|
-
* @param {Graphics} graphics - Graphics instance
|
6
|
-
* @param {string} imageName - Image name
|
7
|
-
* @param {string} imgUrl - Image Url
|
8
|
-
* @returns {Promise}
|
9
|
-
*/
|
10
|
-
execute(graphics: any, imageName: any, imgUrl: any): any;
|
11
|
-
/**
|
12
|
-
* @param {Graphics} graphics - Graphics instance
|
13
|
-
* @returns {Promise}
|
14
|
-
*/
|
15
|
-
undo(graphics: any): any;
|
16
|
-
};
|
17
|
-
export default command;
|
@@ -1,17 +0,0 @@
|
|
1
|
-
declare const command: {
|
2
|
-
name: string;
|
3
|
-
/**
|
4
|
-
* Remove a filter from an image
|
5
|
-
* @param {Graphics} graphics - Graphics instance
|
6
|
-
* @param {string} type - Filter type
|
7
|
-
* @returns {Promise}
|
8
|
-
*/
|
9
|
-
execute(graphics: any, type: any): any;
|
10
|
-
/**
|
11
|
-
* @param {Graphics} graphics - Graphics instance
|
12
|
-
* @param {string} type - Filter type
|
13
|
-
* @returns {Promise}
|
14
|
-
*/
|
15
|
-
undo(graphics: any, type: any): any;
|
16
|
-
};
|
17
|
-
export default command;
|
@@ -1,16 +0,0 @@
|
|
1
|
-
declare const command: {
|
2
|
-
name: string;
|
3
|
-
/**
|
4
|
-
* Remove an object
|
5
|
-
* @param {Graphics} graphics - Graphics instance
|
6
|
-
* @param {number} id - object id
|
7
|
-
* @returns {Promise}
|
8
|
-
*/
|
9
|
-
execute(graphics: any, id: any): Promise<void>;
|
10
|
-
/**
|
11
|
-
* @param {Graphics} graphics - Graphics instance
|
12
|
-
* @returns {Promise}
|
13
|
-
*/
|
14
|
-
undo(graphics: any): Promise<void>;
|
15
|
-
};
|
16
|
-
export default command;
|
@@ -1,16 +0,0 @@
|
|
1
|
-
declare const command: {
|
2
|
-
name: string;
|
3
|
-
/**
|
4
|
-
* resize the canvas with given dimension
|
5
|
-
* @param {Graphics} graphics - Graphics instance
|
6
|
-
* @param {{width: number, height: number}} dimension - Max width & height
|
7
|
-
* @returns {Promise}
|
8
|
-
*/
|
9
|
-
execute(graphics: any, dimension: any): Promise<void>;
|
10
|
-
/**
|
11
|
-
* @param {Graphics} graphics - Graphics instance
|
12
|
-
* @returns {Promise}
|
13
|
-
*/
|
14
|
-
undo(graphics: any): Promise<void>;
|
15
|
-
};
|
16
|
-
export default command;
|
package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/rotate.d.ts
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
declare const command: {
|
2
|
-
name: string;
|
3
|
-
/**
|
4
|
-
* Rotate an image
|
5
|
-
* @param {Graphics} graphics - Graphics instance
|
6
|
-
* @param {string} type - 'rotate' or 'setAngle'
|
7
|
-
* @param {number} angle - angle value (degree)
|
8
|
-
* @param {boolean} isSilent - is silent execution or not
|
9
|
-
* @returns {Promise}
|
10
|
-
*/
|
11
|
-
execute(graphics: any, type: any, angle: any, isSilent: any): any;
|
12
|
-
/**
|
13
|
-
* @param {Graphics} graphics - Graphics instance
|
14
|
-
* @returns {Promise}
|
15
|
-
*/
|
16
|
-
undo(graphics: any): any;
|
17
|
-
};
|
18
|
-
export default command;
|