@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
package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/line.d.ts
DELETED
@@ -1,55 +0,0 @@
|
|
1
|
-
import Component from "../interface/component";
|
2
|
-
/**
|
3
|
-
* Line
|
4
|
-
* @class Line
|
5
|
-
* @param {Graphics} graphics - Graphics instance
|
6
|
-
* @extends {Component}
|
7
|
-
* @ignore
|
8
|
-
*/
|
9
|
-
declare class Line extends Component {
|
10
|
-
constructor(graphics: any);
|
11
|
-
/**
|
12
|
-
* Start drawing line mode
|
13
|
-
* @param {{width: ?number, color: ?string}} [setting] - Brush width & color
|
14
|
-
*/
|
15
|
-
setHeadOption(setting: any): void;
|
16
|
-
/**
|
17
|
-
* Start drawing line mode
|
18
|
-
* @param {{width: ?number, color: ?string}} [setting] - Brush width & color
|
19
|
-
*/
|
20
|
-
start(setting?: {}): void;
|
21
|
-
/**
|
22
|
-
* Set brush
|
23
|
-
* @param {{width: ?number, color: ?string}} [setting] - Brush width & color
|
24
|
-
*/
|
25
|
-
setBrush(setting: any): void;
|
26
|
-
/**
|
27
|
-
* End drawing line mode
|
28
|
-
*/
|
29
|
-
end(): void;
|
30
|
-
/**
|
31
|
-
* Mousedown event handler in fabric canvas
|
32
|
-
* @param {{target: fabric.Object, e: MouseEvent}} fEvent - Fabric event object
|
33
|
-
* @private
|
34
|
-
*/
|
35
|
-
_onFabricMouseDown(fEvent: any): void;
|
36
|
-
/**
|
37
|
-
* Mousemove event handler in fabric canvas
|
38
|
-
* @param {{target: fabric.Object, e: MouseEvent}} fEvent - Fabric event object
|
39
|
-
* @private
|
40
|
-
*/
|
41
|
-
_onFabricMouseMove(fEvent: any): void;
|
42
|
-
/**
|
43
|
-
* Mouseup event handler in fabric canvas
|
44
|
-
* @param {{target: fabric.Object, e: MouseEvent}} fEvent - Fabric event object
|
45
|
-
* @private
|
46
|
-
*/
|
47
|
-
_onFabricMouseUp(): void;
|
48
|
-
/**
|
49
|
-
* create line event object properties
|
50
|
-
* @returns {Object} properties line object
|
51
|
-
* @private
|
52
|
-
*/
|
53
|
-
_createLineEventObjectProperties(): any;
|
54
|
-
}
|
55
|
-
export default Line;
|
@@ -1,42 +0,0 @@
|
|
1
|
-
import Component from "../interface/component";
|
2
|
-
/**
|
3
|
-
* Image Rotation component
|
4
|
-
* @class Rotation
|
5
|
-
* @extends {Component}
|
6
|
-
* @param {Graphics} graphics - Graphics instance
|
7
|
-
* @ignore
|
8
|
-
*/
|
9
|
-
declare class Rotation extends Component {
|
10
|
-
constructor(graphics: any);
|
11
|
-
/**
|
12
|
-
* Get current angle
|
13
|
-
* @returns {Number}
|
14
|
-
*/
|
15
|
-
getCurrentAngle(): any;
|
16
|
-
/**
|
17
|
-
* Set angle of the image
|
18
|
-
*
|
19
|
-
* Do not call "this.setImageProperties" for setting angle directly.
|
20
|
-
* Before setting angle, The originX,Y of image should be set to center.
|
21
|
-
* See "http://fabricjs.com/docs/fabric.Object.html#setAngle"
|
22
|
-
*
|
23
|
-
* @param {number} angle - Angle value
|
24
|
-
* @returns {Promise}
|
25
|
-
*/
|
26
|
-
setAngle(angle: any): Promise<any>;
|
27
|
-
/**
|
28
|
-
* Rotate for each object
|
29
|
-
* @param {fabric.Point} oldImageCenter - Image center point before rotation
|
30
|
-
* @param {fabric.Point} newImageCenter - Image center point after rotation
|
31
|
-
* @param {number} angleDiff - Image angle difference after rotation
|
32
|
-
* @private
|
33
|
-
*/
|
34
|
-
_rotateForEachObject(oldImageCenter: any, newImageCenter: any, angleDiff: any): void;
|
35
|
-
/**
|
36
|
-
* Rotate the image
|
37
|
-
* @param {number} additionalAngle - Additional angle
|
38
|
-
* @returns {Promise}
|
39
|
-
*/
|
40
|
-
rotate(additionalAngle: any): Promise<any>;
|
41
|
-
}
|
42
|
-
export default Rotation;
|
package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/shape.d.ts
DELETED
@@ -1,144 +0,0 @@
|
|
1
|
-
import Component from "../interface/component";
|
2
|
-
/**
|
3
|
-
* Shape
|
4
|
-
* @class Shape
|
5
|
-
* @param {Graphics} graphics - Graphics instance
|
6
|
-
* @extends {Component}
|
7
|
-
* @ignore
|
8
|
-
*/
|
9
|
-
export default class Shape extends Component {
|
10
|
-
constructor(graphics: any);
|
11
|
-
/**
|
12
|
-
* Start to draw the shape on canvas
|
13
|
-
* @ignore
|
14
|
-
*/
|
15
|
-
start(): void;
|
16
|
-
/**
|
17
|
-
* End to draw the shape on canvas
|
18
|
-
* @ignore
|
19
|
-
*/
|
20
|
-
end(): void;
|
21
|
-
/**
|
22
|
-
* Set states of the current drawing shape
|
23
|
-
* @ignore
|
24
|
-
* @param {string} type - Shape type (ex: 'rect', 'circle')
|
25
|
-
* @param {Object} [options] - Shape options
|
26
|
-
* @param {(ShapeFillOption | string)} [options.fill] - {@link ShapeFillOption} or
|
27
|
-
* Shape foreground color (ex: '#fff', 'transparent')
|
28
|
-
* @param {string} [options.stoke] - Shape outline color
|
29
|
-
* @param {number} [options.strokeWidth] - Shape outline width
|
30
|
-
* @param {number} [options.width] - Width value (When type option is 'rect', this options can use)
|
31
|
-
* @param {number} [options.height] - Height value (When type option is 'rect', this options can use)
|
32
|
-
* @param {number} [options.rx] - Radius x value (When type option is 'circle', this options can use)
|
33
|
-
* @param {number} [options.ry] - Radius y value (When type option is 'circle', this options can use)
|
34
|
-
*/
|
35
|
-
setStates(type: any, options: any): void;
|
36
|
-
/**
|
37
|
-
* Add the shape
|
38
|
-
* @ignore
|
39
|
-
* @param {string} type - Shape type (ex: 'rect', 'circle')
|
40
|
-
* @param {Object} options - Shape options
|
41
|
-
* @param {(ShapeFillOption | string)} [options.fill] - ShapeFillOption or Shape foreground color (ex: '#fff', 'transparent') or ShapeFillOption object
|
42
|
-
* @param {string} [options.stroke] - Shape outline color
|
43
|
-
* @param {number} [options.strokeWidth] - Shape outline width
|
44
|
-
* @param {number} [options.width] - Width value (When type option is 'rect', this options can use)
|
45
|
-
* @param {number} [options.height] - Height value (When type option is 'rect', this options can use)
|
46
|
-
* @param {number} [options.rx] - Radius x value (When type option is 'circle', this options can use)
|
47
|
-
* @param {number} [options.ry] - Radius y value (When type option is 'circle', this options can use)
|
48
|
-
* @param {number} [options.isRegular] - Whether scaling shape has 1:1 ratio or not
|
49
|
-
* @returns {Promise}
|
50
|
-
*/
|
51
|
-
add(type: any, options: any): Promise<unknown>;
|
52
|
-
/**
|
53
|
-
* Change the shape
|
54
|
-
* @ignore
|
55
|
-
* @param {fabric.Object} shapeObj - Selected shape object on canvas
|
56
|
-
* @param {Object} options - Shape options
|
57
|
-
* @param {(ShapeFillOption | string)} [options.fill] - {@link ShapeFillOption} or
|
58
|
-
* Shape foreground color (ex: '#fff', 'transparent')
|
59
|
-
* @param {string} [options.stroke] - Shape outline color
|
60
|
-
* @param {number} [options.strokeWidth] - Shape outline width
|
61
|
-
* @param {number} [options.width] - Width value (When type option is 'rect', this options can use)
|
62
|
-
* @param {number} [options.height] - Height value (When type option is 'rect', this options can use)
|
63
|
-
* @param {number} [options.rx] - Radius x value (When type option is 'circle', this options can use)
|
64
|
-
* @param {number} [options.ry] - Radius y value (When type option is 'circle', this options can use)
|
65
|
-
* @param {number} [options.isRegular] - Whether scaling shape has 1:1 ratio or not
|
66
|
-
* @returns {Promise}
|
67
|
-
*/
|
68
|
-
change(shapeObj: any, options: any): Promise<void>;
|
69
|
-
/**
|
70
|
-
* make fill property for user event
|
71
|
-
* @param {fabric.Object} shapeObj - fabric object
|
72
|
-
* @returns {Object}
|
73
|
-
*/
|
74
|
-
makeFillPropertyForUserEvent(shapeObj: any): {};
|
75
|
-
/**
|
76
|
-
* Copy object handling.
|
77
|
-
* @param {fabric.Object} shapeObj - Shape object
|
78
|
-
* @param {fabric.Object} originalShapeObj - Shape object
|
79
|
-
*/
|
80
|
-
processForCopiedObject(shapeObj: any, originalShapeObj: any): void;
|
81
|
-
/**
|
82
|
-
* Create the instance of shape
|
83
|
-
* @param {string} type - Shape type
|
84
|
-
* @param {Object} options - Options to creat the shape
|
85
|
-
* @returns {fabric.Object} Shape instance
|
86
|
-
* @private
|
87
|
-
*/
|
88
|
-
_createInstance(type: any, options: any): any;
|
89
|
-
/**
|
90
|
-
* Get the options to create the shape
|
91
|
-
* @param {Object} options - Options to creat the shape
|
92
|
-
* @returns {Object} Shape options
|
93
|
-
* @private
|
94
|
-
*/
|
95
|
-
_extendOptions(options: any): any;
|
96
|
-
/**
|
97
|
-
* Bind fabric events on the creating shape object
|
98
|
-
* @param {fabric.Object} shapeObj - Shape object
|
99
|
-
* @private
|
100
|
-
*/
|
101
|
-
_bindEventOnShape(shapeObj: any): void;
|
102
|
-
/**
|
103
|
-
* MouseDown event handler on canvas
|
104
|
-
* @param {{target: fabric.Object, e: MouseEvent}} fEvent - Fabric event object
|
105
|
-
* @private
|
106
|
-
*/
|
107
|
-
_onFabricMouseDown(fEvent: any): void;
|
108
|
-
/**
|
109
|
-
* MouseDown event handler on canvas
|
110
|
-
* @param {{target: fabric.Object, e: MouseEvent}} fEvent - Fabric event object
|
111
|
-
* @private
|
112
|
-
*/
|
113
|
-
_onFabricMouseMove(fEvent: any): void;
|
114
|
-
/**
|
115
|
-
* MouseUp event handler on canvas
|
116
|
-
* @private
|
117
|
-
*/
|
118
|
-
_onFabricMouseUp(): void;
|
119
|
-
/**
|
120
|
-
* Keydown event handler on document
|
121
|
-
* @param {KeyboardEvent} e - Event object
|
122
|
-
* @private
|
123
|
-
*/
|
124
|
-
_onKeyDown(e: any): void;
|
125
|
-
/**
|
126
|
-
* Keyup event handler on document
|
127
|
-
* @param {KeyboardEvent} e - Event object
|
128
|
-
* @private
|
129
|
-
*/
|
130
|
-
_onKeyUp(e: any): void;
|
131
|
-
/**
|
132
|
-
* Reset shape position and internal proportions in the filter type fill area.
|
133
|
-
* @param {fabric.Object} shapeObj - Shape object
|
134
|
-
* @private
|
135
|
-
*/
|
136
|
-
_resetPositionFillFilter(shapeObj: any): void;
|
137
|
-
/**
|
138
|
-
* Reset filter area position within group selection.
|
139
|
-
* @param {fabric.Object} shapeObj - Shape object
|
140
|
-
* @param {fabric.ActiveSelection} activeSelection - Shape object
|
141
|
-
* @private
|
142
|
-
*/
|
143
|
-
_fillFilterRePositionInGroupSelection(shapeObj: any, activeSelection: any): void;
|
144
|
-
}
|
package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/text.d.ts
DELETED
@@ -1,173 +0,0 @@
|
|
1
|
-
import Component from "../interface/component";
|
2
|
-
/**
|
3
|
-
* Text
|
4
|
-
* @class Text
|
5
|
-
* @param {Graphics} graphics - Graphics instance
|
6
|
-
* @extends {Component}
|
7
|
-
* @ignore
|
8
|
-
*/
|
9
|
-
declare class Text extends Component {
|
10
|
-
constructor(graphics: any);
|
11
|
-
/**
|
12
|
-
* Start input text mode
|
13
|
-
*/
|
14
|
-
start(): void;
|
15
|
-
/**
|
16
|
-
* End input text mode
|
17
|
-
*/
|
18
|
-
end(): void;
|
19
|
-
/**
|
20
|
-
* Adjust the origin position
|
21
|
-
* @param {fabric.Object} text - text object
|
22
|
-
* @param {string} editStatus - 'start' or 'end'
|
23
|
-
*/
|
24
|
-
adjustOriginPosition(text: any, editStatus: any): void;
|
25
|
-
/**
|
26
|
-
* Add new text on canvas image
|
27
|
-
* @param {string} text - Initial input text
|
28
|
-
* @param {Object} options - Options for generating text
|
29
|
-
* @param {Object} [options.styles] Initial styles
|
30
|
-
* @param {string} [options.styles.fill] Color
|
31
|
-
* @param {string} [options.styles.fontFamily] Font type for text
|
32
|
-
* @param {number} [options.styles.fontSize] Size
|
33
|
-
* @param {string} [options.styles.fontStyle] Type of inclination (normal / italic)
|
34
|
-
* @param {string} [options.styles.fontWeight] Type of thicker or thinner looking (normal / bold)
|
35
|
-
* @param {string} [options.styles.textAlign] Type of text align (left / center / right)
|
36
|
-
* @param {string} [options.styles.textDecoration] Type of line (underline / line-through / overline)
|
37
|
-
* @param {{x: number, y: number}} [options.position] - Initial position
|
38
|
-
* @returns {Promise}
|
39
|
-
*/
|
40
|
-
add(text: any, options: any): Promise<unknown>;
|
41
|
-
/**
|
42
|
-
* Change text of activate object on canvas image
|
43
|
-
* @param {Object} activeObj - Current selected text object
|
44
|
-
* @param {string} text - Changed text
|
45
|
-
* @returns {Promise}
|
46
|
-
*/
|
47
|
-
change(activeObj: any, text: any): Promise<unknown>;
|
48
|
-
/**
|
49
|
-
* Set style
|
50
|
-
* @param {Object} activeObj - Current selected text object
|
51
|
-
* @param {Object} styleObj - Initial styles
|
52
|
-
* @param {string} [styleObj.fill] Color
|
53
|
-
* @param {string} [styleObj.fontFamily] Font type for text
|
54
|
-
* @param {number} [styleObj.fontSize] Size
|
55
|
-
* @param {string} [styleObj.fontStyle] Type of inclination (normal / italic)
|
56
|
-
* @param {string} [styleObj.fontWeight] Type of thicker or thinner looking (normal / bold)
|
57
|
-
* @param {string} [styleObj.textAlign] Type of text align (left / center / right)
|
58
|
-
* @param {string} [styleObj.textDecoration] Type of line (underline / line-through / overline)
|
59
|
-
* @returns {Promise}
|
60
|
-
*/
|
61
|
-
setStyle(activeObj: any, styleObj: any): Promise<unknown>;
|
62
|
-
/**
|
63
|
-
* Get the text
|
64
|
-
* @param {Object} activeObj - Current selected text object
|
65
|
-
* @returns {String} text
|
66
|
-
*/
|
67
|
-
getText(activeObj: any): any;
|
68
|
-
/**
|
69
|
-
* Set infos of the current selected object
|
70
|
-
* @param {fabric.Text} obj - Current selected text object
|
71
|
-
* @param {boolean} state - State of selecting
|
72
|
-
*/
|
73
|
-
setSelectedInfo(obj: any, state: any): void;
|
74
|
-
/**
|
75
|
-
* Whether object is selected or not
|
76
|
-
* @returns {boolean} State of selecting
|
77
|
-
*/
|
78
|
-
isSelected(): any;
|
79
|
-
/**
|
80
|
-
* Get current selected text object
|
81
|
-
* @returns {fabric.Text} Current selected text object
|
82
|
-
*/
|
83
|
-
getSelectedObj(): any;
|
84
|
-
/**
|
85
|
-
* Set ratio value of canvas
|
86
|
-
*/
|
87
|
-
setCanvasRatio(): void;
|
88
|
-
/**
|
89
|
-
* Get ratio value of canvas
|
90
|
-
* @returns {number} Ratio value
|
91
|
-
*/
|
92
|
-
getCanvasRatio(): any;
|
93
|
-
/**
|
94
|
-
* Get text decoration adapt object
|
95
|
-
* @param {string} textDecoration - text decoration option string
|
96
|
-
* @returns {object} adapt object for override
|
97
|
-
*/
|
98
|
-
_getTextDecorationAdaptObject(textDecoration: any): {
|
99
|
-
underline: boolean;
|
100
|
-
linetrought: boolean;
|
101
|
-
overline: boolean;
|
102
|
-
};
|
103
|
-
/**
|
104
|
-
* Set initial position on canvas image
|
105
|
-
* @param {{x: number, y: number}} [position] - Selected position
|
106
|
-
* @private
|
107
|
-
*/
|
108
|
-
_setInitPos(position: any): void;
|
109
|
-
/**
|
110
|
-
* Input event handler
|
111
|
-
* @private
|
112
|
-
*/
|
113
|
-
_onInput(): void;
|
114
|
-
/**
|
115
|
-
* Keydown event handler
|
116
|
-
* @private
|
117
|
-
*/
|
118
|
-
_onKeyDown(): void;
|
119
|
-
/**
|
120
|
-
* Blur event handler
|
121
|
-
* @private
|
122
|
-
*/
|
123
|
-
_onBlur(): void;
|
124
|
-
/**
|
125
|
-
* Scroll event handler
|
126
|
-
* @private
|
127
|
-
*/
|
128
|
-
_onScroll(): void;
|
129
|
-
/**
|
130
|
-
* Fabric scaling event handler
|
131
|
-
* @param {fabric.Event} fEvent - Current scaling event on selected object
|
132
|
-
* @private
|
133
|
-
*/
|
134
|
-
_onFabricScaling(fEvent: any): void;
|
135
|
-
/**
|
136
|
-
* onSelectClear handler in fabric canvas
|
137
|
-
* @param {{target: fabric.Object, e: MouseEvent}} fEvent - Fabric event
|
138
|
-
* @private
|
139
|
-
*/
|
140
|
-
_onFabricSelectClear(fEvent: any): void;
|
141
|
-
/**
|
142
|
-
* onSelect handler in fabric canvas
|
143
|
-
* @param {{target: fabric.Object, e: MouseEvent}} fEvent - Fabric event
|
144
|
-
* @private
|
145
|
-
*/
|
146
|
-
_onFabricSelect(fEvent: any): void;
|
147
|
-
/**
|
148
|
-
* Fabric 'mousedown' event handler
|
149
|
-
* @param {fabric.Event} fEvent - Current mousedown event on selected object
|
150
|
-
* @private
|
151
|
-
*/
|
152
|
-
_onFabricMouseDown(fEvent: any): void;
|
153
|
-
/**
|
154
|
-
* Fire 'addText' event if object is not selected.
|
155
|
-
* @param {fabric.Event} fEvent - Current mousedown event on selected object
|
156
|
-
* @private
|
157
|
-
*/
|
158
|
-
_fireAddText(fEvent: any): void;
|
159
|
-
/**
|
160
|
-
* Fabric mouseup event handler
|
161
|
-
* @param {fabric.Event} fEvent - Current mousedown event on selected object
|
162
|
-
* @private
|
163
|
-
*/
|
164
|
-
_onFabricMouseUp(fEvent: any): void;
|
165
|
-
/**
|
166
|
-
* Get state of firing double click event
|
167
|
-
* @param {Date} newClickTime - Current clicked time
|
168
|
-
* @returns {boolean} Whether double clicked or not
|
169
|
-
* @private
|
170
|
-
*/
|
171
|
-
_isDoubleClick(newClickTime: any): boolean;
|
172
|
-
}
|
173
|
-
export default Text;
|
@@ -1,243 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @author NHN Ent. FE Development Team <dl_javascript@nhn.com>
|
3
|
-
* @fileoverview Constants
|
4
|
-
*/
|
5
|
-
/**
|
6
|
-
* Editor help features
|
7
|
-
* @type {Array.<string>}
|
8
|
-
*/
|
9
|
-
export declare const HELP_MENUS: string[];
|
10
|
-
/**
|
11
|
-
* Filter name value map
|
12
|
-
* @type {Object.<string, string>}
|
13
|
-
*/
|
14
|
-
export declare const FILTER_NAME_VALUE_MAP: {
|
15
|
-
blur: string;
|
16
|
-
blocksize: string;
|
17
|
-
};
|
18
|
-
/**
|
19
|
-
* Fill type for shape
|
20
|
-
* @type {Object.<string, string>}
|
21
|
-
*/
|
22
|
-
export declare const SHAPE_FILL_TYPE: {
|
23
|
-
FILTER: string;
|
24
|
-
COLOR: string;
|
25
|
-
};
|
26
|
-
/**
|
27
|
-
* Shape type list
|
28
|
-
* @type {Array.<string>}
|
29
|
-
*/
|
30
|
-
export declare const SHAPE_TYPE: string[];
|
31
|
-
/**
|
32
|
-
* Component names
|
33
|
-
* @type {Object.<string, string>}
|
34
|
-
*/
|
35
|
-
export declare const componentNames: {};
|
36
|
-
/**
|
37
|
-
* Shape default option
|
38
|
-
* @type {Object}
|
39
|
-
*/
|
40
|
-
export declare const SHAPE_DEFAULT_OPTIONS: {
|
41
|
-
lockSkewingX: boolean;
|
42
|
-
lockSkewingY: boolean;
|
43
|
-
lockUniScaling: boolean;
|
44
|
-
bringForward: boolean;
|
45
|
-
isRegular: boolean;
|
46
|
-
};
|
47
|
-
/**
|
48
|
-
* Cropzone default option
|
49
|
-
* @type {Object}
|
50
|
-
*/
|
51
|
-
export declare const CROPZONE_DEFAULT_OPTIONS: {
|
52
|
-
hasRotatingPoint: boolean;
|
53
|
-
hasBorders: boolean;
|
54
|
-
lockScalingFlip: boolean;
|
55
|
-
lockRotation: boolean;
|
56
|
-
lockSkewingX: boolean;
|
57
|
-
lockSkewingY: boolean;
|
58
|
-
};
|
59
|
-
/**
|
60
|
-
* Command names
|
61
|
-
* @type {Object.<string, string>}
|
62
|
-
*/
|
63
|
-
export declare const commandNames: {
|
64
|
-
CLEAR_OBJECTS: string;
|
65
|
-
LOAD_IMAGE: string;
|
66
|
-
FLIP_IMAGE: string;
|
67
|
-
ROTATE_IMAGE: string;
|
68
|
-
ADD_OBJECT: string;
|
69
|
-
REMOVE_OBJECT: string;
|
70
|
-
APPLY_FILTER: string;
|
71
|
-
REMOVE_FILTER: string;
|
72
|
-
ADD_ICON: string;
|
73
|
-
CHANGE_ICON_COLOR: string;
|
74
|
-
ADD_SHAPE: string;
|
75
|
-
CHANGE_SHAPE: string;
|
76
|
-
ADD_TEXT: string;
|
77
|
-
CHANGE_TEXT: string;
|
78
|
-
CHANGE_TEXT_STYLE: string;
|
79
|
-
ADD_IMAGE_OBJECT: string;
|
80
|
-
RESIZE_CANVAS_DIMENSION: string;
|
81
|
-
SET_OBJECT_PROPERTIES: string;
|
82
|
-
SET_OBJECT_POSITION: string;
|
83
|
-
};
|
84
|
-
/**
|
85
|
-
* Event names
|
86
|
-
* @type {Object.<string, string>}
|
87
|
-
*/
|
88
|
-
export declare const eventNames: {
|
89
|
-
OBJECT_ACTIVATED: string;
|
90
|
-
OBJECT_MOVED: string;
|
91
|
-
OBJECT_SCALED: string;
|
92
|
-
OBJECT_CREATED: string;
|
93
|
-
OBJECT_ROTATED: string;
|
94
|
-
OBJECT_ADDED: string;
|
95
|
-
TEXT_EDITING: string;
|
96
|
-
TEXT_CHANGED: string;
|
97
|
-
ICON_CREATE_RESIZE: string;
|
98
|
-
ICON_CREATE_END: string;
|
99
|
-
ADD_TEXT: string;
|
100
|
-
ADD_OBJECT: string;
|
101
|
-
ADD_OBJECT_AFTER: string;
|
102
|
-
MOUSE_DOWN: string;
|
103
|
-
MOUSE_UP: string;
|
104
|
-
MOUSE_MOVE: string;
|
105
|
-
REDO_STACK_CHANGED: string;
|
106
|
-
UNDO_STACK_CHANGED: string;
|
107
|
-
SELECTION_CLEARED: string;
|
108
|
-
SELECTION_CREATED: string;
|
109
|
-
};
|
110
|
-
/**
|
111
|
-
* Editor states
|
112
|
-
* @type {Object.<string, string>}
|
113
|
-
*/
|
114
|
-
export declare const drawingModes: {};
|
115
|
-
/**
|
116
|
-
* Shortcut key values
|
117
|
-
* @type {Object.<string, number>}
|
118
|
-
*/
|
119
|
-
export declare const keyCodes: {
|
120
|
-
Z: number;
|
121
|
-
Y: number;
|
122
|
-
C: number;
|
123
|
-
V: number;
|
124
|
-
SHIFT: number;
|
125
|
-
BACKSPACE: number;
|
126
|
-
DEL: number;
|
127
|
-
ARROW_DOWN: number;
|
128
|
-
ARROW_UP: number;
|
129
|
-
};
|
130
|
-
/**
|
131
|
-
* Fabric object options
|
132
|
-
* @type {Object.<string, Object>}
|
133
|
-
*/
|
134
|
-
export declare const fObjectOptions: {
|
135
|
-
SELECTION_STYLE: {
|
136
|
-
borderColor: string;
|
137
|
-
cornerColor: string;
|
138
|
-
cornerSize: number;
|
139
|
-
originX: string;
|
140
|
-
originY: string;
|
141
|
-
transparentCorners: boolean;
|
142
|
-
};
|
143
|
-
};
|
144
|
-
/**
|
145
|
-
* Promise reject messages
|
146
|
-
* @type {Object.<string, string>}
|
147
|
-
*/
|
148
|
-
export declare const rejectMessages: {
|
149
|
-
addedObject: string;
|
150
|
-
flip: string;
|
151
|
-
invalidDrawingMode: string;
|
152
|
-
invalidParameters: string;
|
153
|
-
isLock: string;
|
154
|
-
loadImage: string;
|
155
|
-
loadingImageFailed: string;
|
156
|
-
noActiveObject: string;
|
157
|
-
noObject: string;
|
158
|
-
redo: string;
|
159
|
-
rotation: string;
|
160
|
-
undo: string;
|
161
|
-
unsupportedOperation: string;
|
162
|
-
unsupportedType: string;
|
163
|
-
};
|
164
|
-
/**
|
165
|
-
* Default icon menu svg path
|
166
|
-
* @type {Object.<string, string>}
|
167
|
-
*/
|
168
|
-
export declare const defaultIconPath: {
|
169
|
-
"icon-arrow": string;
|
170
|
-
"icon-arrow-2": string;
|
171
|
-
"icon-arrow-3": string;
|
172
|
-
"icon-star": string;
|
173
|
-
"icon-star-2": string;
|
174
|
-
"icon-polygon": string;
|
175
|
-
"icon-location": string;
|
176
|
-
"icon-heart": string;
|
177
|
-
"icon-bubble": string;
|
178
|
-
};
|
179
|
-
export declare const defaultRotateRangeValus: {
|
180
|
-
realTimeEvent: boolean;
|
181
|
-
min: number;
|
182
|
-
max: number;
|
183
|
-
value: number;
|
184
|
-
};
|
185
|
-
export declare const defaultDrawRangeValus: {
|
186
|
-
min: number;
|
187
|
-
max: number;
|
188
|
-
value: number;
|
189
|
-
};
|
190
|
-
export declare const defaultShapeStrokeValus: {
|
191
|
-
realTimeEvent: boolean;
|
192
|
-
min: number;
|
193
|
-
max: number;
|
194
|
-
value: number;
|
195
|
-
};
|
196
|
-
export declare const defaultTextRangeValus: {
|
197
|
-
realTimeEvent: boolean;
|
198
|
-
min: number;
|
199
|
-
max: number;
|
200
|
-
value: number;
|
201
|
-
};
|
202
|
-
export declare const defaultFilterRangeValus: {
|
203
|
-
tintOpacityRange: {
|
204
|
-
realTimeEvent: boolean;
|
205
|
-
min: number;
|
206
|
-
max: number;
|
207
|
-
value: number;
|
208
|
-
useDecimal: boolean;
|
209
|
-
};
|
210
|
-
removewhiteDistanceRange: {
|
211
|
-
realTimeEvent: boolean;
|
212
|
-
min: number;
|
213
|
-
max: number;
|
214
|
-
value: number;
|
215
|
-
useDecimal: boolean;
|
216
|
-
};
|
217
|
-
brightnessRange: {
|
218
|
-
realTimeEvent: boolean;
|
219
|
-
min: number;
|
220
|
-
max: number;
|
221
|
-
value: number;
|
222
|
-
useDecimal: boolean;
|
223
|
-
};
|
224
|
-
noiseRange: {
|
225
|
-
realTimeEvent: boolean;
|
226
|
-
min: number;
|
227
|
-
max: number;
|
228
|
-
value: number;
|
229
|
-
};
|
230
|
-
pixelateRange: {
|
231
|
-
realTimeEvent: boolean;
|
232
|
-
min: number;
|
233
|
-
max: number;
|
234
|
-
value: number;
|
235
|
-
};
|
236
|
-
colorfilterThresholeRange: {
|
237
|
-
realTimeEvent: boolean;
|
238
|
-
min: number;
|
239
|
-
max: number;
|
240
|
-
value: number;
|
241
|
-
useDecimal: boolean;
|
242
|
-
};
|
243
|
-
};
|
@@ -1 +0,0 @@
|
|
1
|
-
export {};
|
@@ -1,26 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @author NHN Ent. FE Development Team <dl_javascript@nhn.com>
|
3
|
-
* @fileoverview CropperDrawingMode class
|
4
|
-
*/
|
5
|
-
import DrawingMode from "../interface/drawingMode";
|
6
|
-
/**
|
7
|
-
* CropperDrawingMode class
|
8
|
-
* @class
|
9
|
-
* @ignore
|
10
|
-
*/
|
11
|
-
declare class CropperDrawingMode extends DrawingMode {
|
12
|
-
constructor();
|
13
|
-
/**
|
14
|
-
* start this drawing mode
|
15
|
-
* @param {Graphics} graphics - Graphics instance
|
16
|
-
* @override
|
17
|
-
*/
|
18
|
-
start(graphics: any): void;
|
19
|
-
/**
|
20
|
-
* stop this drawing mode
|
21
|
-
* @param {Graphics} graphics - Graphics instance
|
22
|
-
* @override
|
23
|
-
*/
|
24
|
-
end(graphics: any): void;
|
25
|
-
}
|
26
|
-
export default CropperDrawingMode;
|