@omnia/fx 8.0.102-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/messaging/InternalTopics.d.ts +3 -0
- package/internal-do-not-import-from-here/core/services/ServiceManifestProviderInternal.d.ts +2 -2
- package/internal-do-not-import-from-here/core/utils/Utils.d.ts +6 -6
- package/internal-do-not-import-from-here/index.d.ts +5 -5
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/runtime/core/InternalWebComponentBootstrapper.d.ts +4 -4
- package/internal-do-not-import-from-here/runtime/core/ManifestByElementLoader.d.ts +1 -0
- package/internal-do-not-import-from-here/runtime/core/PrivateWebComponentBootstrapper.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +20 -36
- 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 +9 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformEditor/ImageTransformEditor.d.ts +18 -17
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformEditor/ImageTransformEditor_old.d.ts +0 -66
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformFilter/ImageTransformFilter.d.ts +130 -17
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformFilter/ImageTransformFilter_old.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.css.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.d.ts +4 -5
- package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer_older.d.ts +1 -40
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +6 -6
- 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/list/List.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +11 -0
- 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/oxide/toolbar/Toolbar.css.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +16 -5
- 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/use/UseIcon.d.ts +10 -0
- 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/internal-do-not-import-from-here/vue/VueApp.d.ts +2 -2
- package/package.json +3 -3
- 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 -15
- 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
@@ -55,6 +55,7 @@ declare const _default: {
|
|
55
55
|
}>) => void)[];
|
56
56
|
readonly variant?: "navigation" | "default" | "options";
|
57
57
|
readonly lines?: false | "one" | "two" | "three";
|
58
|
+
readonly divider?: boolean;
|
58
59
|
readonly toned?: boolean;
|
59
60
|
};
|
60
61
|
$attrs: {
|
@@ -74,6 +75,9 @@ declare const _default: {
|
|
74
75
|
variant: {
|
75
76
|
type: import("vue").PropType<"navigation" | "default" | "options">;
|
76
77
|
};
|
78
|
+
divider: {
|
79
|
+
type: import("vue").PropType<boolean>;
|
80
|
+
};
|
77
81
|
toned: {
|
78
82
|
type: import("vue").PropType<boolean>;
|
79
83
|
} & {
|
@@ -124,6 +128,9 @@ declare const _default: {
|
|
124
128
|
variant: {
|
125
129
|
type: import("vue").PropType<"navigation" | "default" | "options">;
|
126
130
|
};
|
131
|
+
divider: {
|
132
|
+
type: import("vue").PropType<boolean>;
|
133
|
+
};
|
127
134
|
toned: {
|
128
135
|
type: import("vue").PropType<boolean>;
|
129
136
|
} & {
|
@@ -152,6 +159,9 @@ declare const _default: {
|
|
152
159
|
variant: {
|
153
160
|
type: import("vue").PropType<"navigation" | "default" | "options">;
|
154
161
|
};
|
162
|
+
divider: {
|
163
|
+
type: import("vue").PropType<boolean>;
|
164
|
+
};
|
155
165
|
toned: {
|
156
166
|
type: import("vue").PropType<boolean>;
|
157
167
|
} & {
|
@@ -190,6 +200,7 @@ declare const _default: {
|
|
190
200
|
class?: String | String[];
|
191
201
|
variant?: "navigation" | "default" | "options";
|
192
202
|
lines?: false | "one" | "two" | "three";
|
203
|
+
divider?: boolean;
|
193
204
|
toned?: boolean;
|
194
205
|
}>, never>;
|
195
206
|
};
|
@@ -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"> & {
|
@@ -1,6 +1,9 @@
|
|
1
|
+
import { ToolbarVariants } from "@omnia/fx-models";
|
1
2
|
export declare const ToolbarStyles: {
|
2
|
-
templateTitle: string;
|
3
|
+
templateTitle: (variant: ToolbarVariants) => string;
|
3
4
|
templateTitleCustom: string;
|
4
5
|
content: string;
|
6
|
+
drawer: string;
|
5
7
|
iconWrapper: (color: string) => string;
|
8
|
+
divider: (dark: boolean) => string;
|
6
9
|
};
|
@@ -63,7 +63,8 @@ declare const _default: {
|
|
63
63
|
title?: Func<[VNodeChild]>;
|
64
64
|
customButtons?: Func<[VNodeChild]>;
|
65
65
|
};
|
66
|
-
readonly variant?: "default" | "menu" | "blade";
|
66
|
+
readonly variant?: "default" | "menu" | "drawer" | "blade";
|
67
|
+
readonly divider?: boolean;
|
67
68
|
readonly toned?: boolean;
|
68
69
|
readonly subTitle?: string;
|
69
70
|
"onClick:close"?: () => any;
|
@@ -99,6 +100,9 @@ declare const _default: {
|
|
99
100
|
closeButton: {
|
100
101
|
type: import("vue").PropType<boolean>;
|
101
102
|
};
|
103
|
+
divider: {
|
104
|
+
type: import("vue").PropType<boolean>;
|
105
|
+
};
|
102
106
|
icon: {
|
103
107
|
type: import("vue").PropType<IIcon>;
|
104
108
|
};
|
@@ -109,7 +113,7 @@ declare const _default: {
|
|
109
113
|
type: import("vue").PropType<string>;
|
110
114
|
};
|
111
115
|
variant: {
|
112
|
-
type: import("vue").PropType<"default" | "menu" | "blade">;
|
116
|
+
type: import("vue").PropType<"default" | "menu" | "drawer" | "blade">;
|
113
117
|
};
|
114
118
|
class: {
|
115
119
|
type: import("vue").PropType<String | String[]>;
|
@@ -168,6 +172,9 @@ declare const _default: {
|
|
168
172
|
closeButton: {
|
169
173
|
type: import("vue").PropType<boolean>;
|
170
174
|
};
|
175
|
+
divider: {
|
176
|
+
type: import("vue").PropType<boolean>;
|
177
|
+
};
|
171
178
|
icon: {
|
172
179
|
type: import("vue").PropType<IIcon>;
|
173
180
|
};
|
@@ -178,7 +185,7 @@ declare const _default: {
|
|
178
185
|
type: import("vue").PropType<string>;
|
179
186
|
};
|
180
187
|
variant: {
|
181
|
-
type: import("vue").PropType<"default" | "menu" | "blade">;
|
188
|
+
type: import("vue").PropType<"default" | "menu" | "drawer" | "blade">;
|
182
189
|
};
|
183
190
|
class: {
|
184
191
|
type: import("vue").PropType<String | String[]>;
|
@@ -212,6 +219,9 @@ declare const _default: {
|
|
212
219
|
closeButton: {
|
213
220
|
type: import("vue").PropType<boolean>;
|
214
221
|
};
|
222
|
+
divider: {
|
223
|
+
type: import("vue").PropType<boolean>;
|
224
|
+
};
|
215
225
|
icon: {
|
216
226
|
type: import("vue").PropType<IIcon>;
|
217
227
|
};
|
@@ -222,7 +232,7 @@ declare const _default: {
|
|
222
232
|
type: import("vue").PropType<string>;
|
223
233
|
};
|
224
234
|
variant: {
|
225
|
-
type: import("vue").PropType<"default" | "menu" | "blade">;
|
235
|
+
type: import("vue").PropType<"default" | "menu" | "drawer" | "blade">;
|
226
236
|
};
|
227
237
|
class: {
|
228
238
|
type: import("vue").PropType<String | String[]>;
|
@@ -263,7 +273,8 @@ declare const _default: {
|
|
263
273
|
title?: Func<[VNodeChild]>;
|
264
274
|
customButtons?: Func<[VNodeChild]>;
|
265
275
|
};
|
266
|
-
variant?: "default" | "menu" | "blade";
|
276
|
+
variant?: "default" | "menu" | "drawer" | "blade";
|
277
|
+
divider?: boolean;
|
267
278
|
toned?: boolean;
|
268
279
|
subTitle?: string;
|
269
280
|
backButton?: boolean;
|
@@ -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";
|
@@ -9,10 +9,12 @@ export declare function useIcons(): {
|
|
9
9
|
customIcon: (name: string) => CustomIcon;
|
10
10
|
icon: {
|
11
11
|
add: FontAwesomeIcon;
|
12
|
+
adjust: FontAwesomeIcon;
|
12
13
|
back: FontAwesomeIcon;
|
13
14
|
clone: FontAwesomeIcon;
|
14
15
|
clipboard: FontAwesomeIcon;
|
15
16
|
close: FontAwesomeIcon;
|
17
|
+
crop: FontAwesomeIcon;
|
16
18
|
code: MaterialIcon;
|
17
19
|
color: MaterialIcon;
|
18
20
|
copy: MaterialIcon;
|
@@ -21,6 +23,8 @@ export declare function useIcons(): {
|
|
21
23
|
drag: FontAwesomeIcon;
|
22
24
|
edit: FontAwesomeIcon;
|
23
25
|
expand: FontAwesomeIcon;
|
26
|
+
flip: MaterialIcon;
|
27
|
+
filter: FontAwesomeIcon;
|
24
28
|
header: FontAwesomeIcon;
|
25
29
|
info: FontAwesomeIcon;
|
26
30
|
lock: FontAwesomeIcon;
|
@@ -33,6 +37,7 @@ export declare function useIcons(): {
|
|
33
37
|
tag: FontAwesomeIcon;
|
34
38
|
tags: FontAwesomeIcon;
|
35
39
|
targeting: FontAwesomeIcon;
|
40
|
+
redo: FontAwesomeIcon;
|
36
41
|
remove: FontAwesomeIcon;
|
37
42
|
settings: FontAwesomeIcon;
|
38
43
|
sort: MaterialIcon;
|
@@ -51,10 +56,12 @@ export declare function useIcons(): {
|
|
51
56
|
};
|
52
57
|
presets: {
|
53
58
|
add: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
59
|
+
adjust: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
54
60
|
back: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
55
61
|
close: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
56
62
|
clipboard: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
57
63
|
clone: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
64
|
+
crop: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
58
65
|
color: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
59
66
|
copy: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
60
67
|
code: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
@@ -62,6 +69,8 @@ export declare function useIcons(): {
|
|
62
69
|
device: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
63
70
|
drag: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
64
71
|
edit: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
72
|
+
filter: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
73
|
+
flip: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
65
74
|
expand: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
66
75
|
header: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
67
76
|
info: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
@@ -74,6 +83,7 @@ export declare function useIcons(): {
|
|
74
83
|
navigate: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
75
84
|
tag: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
76
85
|
tags: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
86
|
+
redo: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
77
87
|
remove: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
78
88
|
settings: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
79
89
|
sort: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
@@ -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 {
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { App, DefineComponent } from "vue";
|
2
|
-
import {
|
2
|
+
import { ComponentBundleManifest } from "@omnia/fx-models";
|
3
3
|
export declare function getVueApps(): Set<App<Element>>;
|
4
4
|
export declare function destroyVueApp(app: App<Element>): void;
|
5
5
|
export declare function createVueApp(rootComponent: any, rootProps?: any): App<Element>;
|
6
|
-
export declare function registerAsyncVueComponent(app: App, component:
|
6
|
+
export declare function registerAsyncVueComponent(app: App, component: ComponentBundleManifest): void;
|
7
7
|
export declare function resolveAsyncVueComponent(elementName: string, definition: DefineComponent): void;
|
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,13 +20,13 @@
|
|
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",
|
27
27
|
"vue-virtual-scroller": "1.0.0-rc.2",
|
28
28
|
"splitpanes": "2.4.1",
|
29
|
-
"vuetify": "3.3.
|
29
|
+
"vuetify": "3.3.16",
|
30
30
|
"vue": "3.3.4",
|
31
31
|
"tslib": "2.5.0",
|
32
32
|
"typescript": "5.0.4",
|
@@ -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;
|