@solostylist/image-editor 1.0.10 → 1.0.12
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/lib/actions/duplicate-annotations.js +1 -1
- package/lib/actions/redo.js +1 -1
- package/lib/actions/reset.js +2 -2
- package/lib/actions/select-tab.js +2 -2
- package/lib/actions/set-annotation.js +1 -1
- package/lib/actions/set-canvas-size.js +1 -1
- package/lib/actions/set-crop.js +1 -1
- package/lib/actions/toggle-flip.js +1 -1
- package/lib/actions/undo.js +1 -1
- package/lib/actions/update-state.js +1 -1
- package/lib/actions/zoom-canvas.js +3 -3
- package/lib/components/app/index.js +14 -14
- package/lib/components/assembly-point/index.js +5 -5
- package/lib/components/common/annotation-options/annotation-options.constants.js +1 -1
- package/lib/components/common/annotation-options/index.js +1 -1
- package/lib/components/common/annotation-options/opacity-field.js +1 -1
- package/lib/components/common/annotation-options/position-fields.js +3 -3
- package/lib/components/common/annotation-options/shadow-fields.js +2 -2
- package/lib/components/common/annotation-options/stroke-fields.js +2 -2
- package/lib/components/common/button-with-menu/index.js +1 -1
- package/lib/components/common/color-input/index.js +2 -2
- package/lib/components/common/color-picker-modal/index.js +1 -1
- package/lib/components/feedback-popup/index.js +3 -3
- package/lib/components/layers/design-layer/annotation-nodes/annotation-nodes.constants.js +1 -1
- package/lib/components/layers/design-layer/annotation-nodes/image-node.js +1 -1
- package/lib/components/layers/design-layer/annotation-nodes/index.js +1 -1
- package/lib/components/layers/design-layer/index.js +8 -8
- package/lib/components/layers/transformers-layer/crop-transformer.js +3 -3
- package/lib/components/layers/transformers-layer/index.js +2 -2
- package/lib/components/layers/transformers-layer/nodes-transformer.js +3 -3
- package/lib/components/layers/transformers-layer/transformers-layer.utils.js +3 -3
- package/lib/components/main-canvas/canvas-node.js +3 -3
- package/lib/components/main-canvas/index.js +5 -5
- package/lib/components/main-canvas/touch-zooming-events.js +1 -1
- package/lib/components/node-controls/index.js +4 -4
- package/lib/components/tabs/index.js +2 -2
- package/lib/components/tabs/tabs.constants.js +1 -1
- package/lib/components/tabs-drawer/index.js +3 -3
- package/lib/components/tools/arrow/arrow-button.js +2 -2
- package/lib/components/tools/arrow/arrow-options.js +3 -3
- package/lib/components/tools/blur/blur-options.js +3 -3
- package/lib/components/tools/blur/blur.js +2 -2
- package/lib/components/tools/brightness/brightness-options.js +3 -3
- package/lib/components/tools/brightness/brightness.js +2 -2
- package/lib/components/tools/contrast/contrast-options.js +3 -3
- package/lib/components/tools/contrast/contrast.js +2 -2
- package/lib/components/tools/crop/crop.constants.js +2 -2
- package/lib/components/tools/crop/crop.js +5 -5
- package/lib/components/tools/ellipse/ellipse-button.js +2 -2
- package/lib/components/tools/ellipse/ellipse-options.js +3 -3
- package/lib/components/tools/filters/filters.constants.js +1 -1
- package/lib/components/tools/filters/filters.js +1 -1
- package/lib/components/tools/flip/flip-x.js +4 -4
- package/lib/components/tools/flip/flip-y.js +4 -4
- package/lib/components/tools/hsv/hsv.js +2 -2
- package/lib/components/tools/hsv/hsvoptions.js +2 -2
- package/lib/components/tools/image/image-button.js +2 -2
- package/lib/components/tools/image/image-controls.js +1 -1
- package/lib/components/tools/image/image-options.js +5 -5
- package/lib/components/tools/image/images-gallery.js +1 -1
- package/lib/components/tools/line/line-button.js +2 -2
- package/lib/components/tools/line/line-options.js +3 -3
- package/lib/components/tools/pen/pen-button.js +2 -2
- package/lib/components/tools/pen/pen-options.js +7 -7
- package/lib/components/tools/polygon/polygon-button.js +2 -2
- package/lib/components/tools/polygon/polygon-options.js +3 -3
- package/lib/components/tools/polygon/polygon-sides-field.js +2 -2
- package/lib/components/tools/rect/rect-button.js +2 -2
- package/lib/components/tools/rect/rect-corner-field.js +2 -2
- package/lib/components/tools/rect/rect-options.js +3 -3
- package/lib/components/tools/resize/resize.js +7 -7
- package/lib/components/tools/rotate/rotate-button.js +2 -2
- package/lib/components/tools/rotate/rotate-options.js +6 -6
- package/lib/components/tools/text/text-button.js +2 -2
- package/lib/components/tools/text/text-options/index.js +2 -2
- package/lib/components/tools/text/text-options/text-alignment-fields.js +2 -2
- package/lib/components/tools/text/text-options/text-controls.js +6 -6
- package/lib/components/tools/text/text-options/text-spacings-fields.js +2 -2
- package/lib/components/tools/tools.constants.js +1 -1
- package/lib/components/tools/warmth/warmth-options.js +4 -4
- package/lib/components/tools/warmth/warmth.js +2 -2
- package/lib/components/tools/watermark/watermark-padding.js +3 -3
- package/lib/components/tools/watermark/watermark.js +7 -7
- package/lib/components/tools/watermark/watermarks-gallery.js +5 -5
- package/lib/components/tools-bar/index.js +4 -4
- package/lib/components/topbar/canvas-zooming.js +5 -5
- package/lib/components/topbar/confirmation-modal.js +3 -3
- package/lib/components/topbar/image-dimensions-and-display-toggle.js +3 -3
- package/lib/components/topbar/redo-button.js +2 -2
- package/lib/components/topbar/reset-button.js +1 -1
- package/lib/components/topbar/save-button.js +8 -8
- package/lib/components/topbar/undo-button.js +2 -2
- package/lib/context/app-provider.js +2 -2
- package/lib/context/app-reducer.js +1 -1
- package/lib/context/default-config.js +1 -1
- package/lib/context/get-initial-app-state.js +3 -3
- package/lib/hooks/use-annotation/get-new-annotation-preview.js +1 -1
- package/lib/hooks/use-annotation/index.js +5 -5
- package/lib/hooks/use-annotation/preview-then-call-annotation-adding.js +3 -3
- package/lib/hooks/use-annotation-events.js +2 -2
- package/lib/hooks/use-app-reducer.js +2 -2
- package/lib/hooks/use-debounced-callback.js +1 -1
- package/lib/hooks/use-filter.js +1 -1
- package/lib/hooks/use-finetune.js +2 -2
- package/lib/hooks/use-store.js +1 -1
- package/lib/hooks/use-transformed-img-data.js +6 -6
- package/lib/utils/extract-current-design-state.js +2 -2
- package/lib/utils/filter-str-to-class.js +1 -1
- package/lib/utils/finetunes-strs-to-classes.js +1 -1
- package/lib/utils/map-position-string-to-point.js +1 -1
- package/lib/utils/serialize-design-state.js +1 -1
- package/lib/utils/translator.js +1 -1
- package/package.json +1 -1
- package/lib/actions/add-filter.d.ts +0 -10
- package/lib/actions/add-filter.d.ts.map +0 -1
- package/lib/actions/change-pointer-icon.d.ts +0 -6
- package/lib/actions/change-pointer-icon.d.ts.map +0 -1
- package/lib/actions/change-rotation.d.ts +0 -6
- package/lib/actions/change-rotation.d.ts.map +0 -1
- package/lib/actions/clear-annotations-selections.d.ts +0 -5
- package/lib/actions/clear-annotations-selections.d.ts.map +0 -1
- package/lib/actions/duplicate-annotations.d.ts +0 -9
- package/lib/actions/duplicate-annotations.d.ts.map +0 -1
- package/lib/actions/enable-text-content-edit.d.ts +0 -8
- package/lib/actions/enable-text-content-edit.d.ts.map +0 -1
- package/lib/actions/hide-loader.d.ts +0 -5
- package/lib/actions/hide-loader.d.ts.map +0 -1
- package/lib/actions/index.d.ts +0 -40
- package/lib/actions/index.d.ts.map +0 -1
- package/lib/actions/redo.d.ts +0 -5
- package/lib/actions/redo.d.ts.map +0 -1
- package/lib/actions/remove-annotations.d.ts +0 -9
- package/lib/actions/remove-annotations.d.ts.map +0 -1
- package/lib/actions/reset.d.ts +0 -8
- package/lib/actions/reset.d.ts.map +0 -1
- package/lib/actions/select-annotation.d.ts +0 -6
- package/lib/actions/select-annotation.d.ts.map +0 -1
- package/lib/actions/select-tab.d.ts +0 -6
- package/lib/actions/select-tab.d.ts.map +0 -1
- package/lib/actions/select-tool.d.ts +0 -9
- package/lib/actions/select-tool.d.ts.map +0 -1
- package/lib/actions/set-annotation.d.ts +0 -10
- package/lib/actions/set-annotation.d.ts.map +0 -1
- package/lib/actions/set-canvas-size.d.ts +0 -6
- package/lib/actions/set-canvas-size.d.ts.map +0 -1
- package/lib/actions/set-crop.d.ts +0 -9
- package/lib/actions/set-crop.d.ts.map +0 -1
- package/lib/actions/set-feedback.d.ts +0 -6
- package/lib/actions/set-feedback.d.ts.map +0 -1
- package/lib/actions/set-finetune.d.ts +0 -11
- package/lib/actions/set-finetune.d.ts.map +0 -1
- package/lib/actions/set-latest-color.d.ts +0 -6
- package/lib/actions/set-latest-color.d.ts.map +0 -1
- package/lib/actions/set-original-image.d.ts +0 -6
- package/lib/actions/set-original-image.d.ts.map +0 -1
- package/lib/actions/set-resize.d.ts +0 -9
- package/lib/actions/set-resize.d.ts.map +0 -1
- package/lib/actions/set-saved.d.ts +0 -5
- package/lib/actions/set-saved.d.ts.map +0 -1
- package/lib/actions/set-saving.d.ts +0 -6
- package/lib/actions/set-saving.d.ts.map +0 -1
- package/lib/actions/set-show-tabs-menu.d.ts +0 -8
- package/lib/actions/set-show-tabs-menu.d.ts.map +0 -1
- package/lib/actions/set-shown-image-dimensions.d.ts +0 -13
- package/lib/actions/set-shown-image-dimensions.d.ts.map +0 -1
- package/lib/actions/show-loader.d.ts +0 -5
- package/lib/actions/show-loader.d.ts.map +0 -1
- package/lib/actions/toggle-flip.d.ts +0 -9
- package/lib/actions/toggle-flip.d.ts.map +0 -1
- package/lib/actions/toggle-original-image-display.d.ts +0 -8
- package/lib/actions/toggle-original-image-display.d.ts.map +0 -1
- package/lib/actions/undo.d.ts +0 -5
- package/lib/actions/undo.d.ts.map +0 -1
- package/lib/actions/update-state.d.ts +0 -7
- package/lib/actions/update-state.d.ts.map +0 -1
- package/lib/actions/zoom-canvas.d.ts +0 -10
- package/lib/actions/zoom-canvas.d.ts.map +0 -1
- package/lib/components/app/index.d.ts +0 -3
- package/lib/components/app/index.d.ts.map +0 -1
- package/lib/components/assembly-point/index.d.ts +0 -9
- package/lib/components/assembly-point/index.d.ts.map +0 -1
- package/lib/components/common/annotation-options/annotation-options.constants.d.ts +0 -9
- package/lib/components/common/annotation-options/annotation-options.constants.d.ts.map +0 -1
- package/lib/components/common/annotation-options/index.d.ts +0 -21
- package/lib/components/common/annotation-options/index.d.ts.map +0 -1
- package/lib/components/common/annotation-options/opacity-field.d.ts +0 -10
- package/lib/components/common/annotation-options/opacity-field.d.ts.map +0 -1
- package/lib/components/common/annotation-options/position-fields.d.ts +0 -8
- package/lib/components/common/annotation-options/position-fields.d.ts.map +0 -1
- package/lib/components/common/annotation-options/shadow-fields.d.ts +0 -9
- package/lib/components/common/annotation-options/shadow-fields.d.ts.map +0 -1
- package/lib/components/common/annotation-options/stroke-fields.d.ts +0 -9
- package/lib/components/common/annotation-options/stroke-fields.d.ts.map +0 -1
- package/lib/components/common/button-with-menu/index.d.ts +0 -16
- package/lib/components/common/button-with-menu/index.d.ts.map +0 -1
- package/lib/components/common/color-input/index.d.ts +0 -8
- package/lib/components/common/color-input/index.d.ts.map +0 -1
- package/lib/components/common/color-picker-modal/index.d.ts +0 -10
- package/lib/components/common/color-picker-modal/index.d.ts.map +0 -1
- package/lib/components/common/hidden-upload-input/index.d.ts +0 -3
- package/lib/components/common/hidden-upload-input/index.d.ts.map +0 -1
- package/lib/components/common/icon-wrapper/index.d.ts +0 -16
- package/lib/components/common/icon-wrapper/index.d.ts.map +0 -1
- package/lib/components/common/image-preview-tile/index.d.ts +0 -14
- package/lib/components/common/image-preview-tile/index.d.ts.map +0 -1
- package/lib/components/common/slider/index.d.ts +0 -12
- package/lib/components/common/slider/index.d.ts.map +0 -1
- package/lib/components/feedback-popup/index.d.ts +0 -8
- package/lib/components/feedback-popup/index.d.ts.map +0 -1
- package/lib/components/layers/design-layer/annotation-nodes/annotation-nodes.constants.d.ts +0 -11
- package/lib/components/layers/design-layer/annotation-nodes/annotation-nodes.constants.d.ts.map +0 -1
- package/lib/components/layers/design-layer/annotation-nodes/arrow-node.d.ts +0 -15
- package/lib/components/layers/design-layer/annotation-nodes/arrow-node.d.ts.map +0 -1
- package/lib/components/layers/design-layer/annotation-nodes/ellipse-node.d.ts +0 -14
- package/lib/components/layers/design-layer/annotation-nodes/ellipse-node.d.ts.map +0 -1
- package/lib/components/layers/design-layer/annotation-nodes/image-node.d.ts +0 -14
- package/lib/components/layers/design-layer/annotation-nodes/image-node.d.ts.map +0 -1
- package/lib/components/layers/design-layer/annotation-nodes/index.d.ts +0 -3
- package/lib/components/layers/design-layer/annotation-nodes/index.d.ts.map +0 -1
- package/lib/components/layers/design-layer/annotation-nodes/line-node.d.ts +0 -12
- package/lib/components/layers/design-layer/annotation-nodes/line-node.d.ts.map +0 -1
- package/lib/components/layers/design-layer/annotation-nodes/memoized-annotation.d.ts +0 -11
- package/lib/components/layers/design-layer/annotation-nodes/memoized-annotation.d.ts.map +0 -1
- package/lib/components/layers/design-layer/annotation-nodes/polygon-node.d.ts +0 -15
- package/lib/components/layers/design-layer/annotation-nodes/polygon-node.d.ts.map +0 -1
- package/lib/components/layers/design-layer/annotation-nodes/rect-node.d.ts +0 -16
- package/lib/components/layers/design-layer/annotation-nodes/rect-node.d.ts.map +0 -1
- package/lib/components/layers/design-layer/annotation-nodes/text-node.d.ts +0 -21
- package/lib/components/layers/design-layer/annotation-nodes/text-node.d.ts.map +0 -1
- package/lib/components/layers/design-layer/index.d.ts +0 -3
- package/lib/components/layers/design-layer/index.d.ts.map +0 -1
- package/lib/components/layers/design-layer/nodes-common-prop-types.d.ts +0 -45
- package/lib/components/layers/design-layer/nodes-common-prop-types.d.ts.map +0 -1
- package/lib/components/layers/design-layer/preview-group.d.ts +0 -3
- package/lib/components/layers/design-layer/preview-group.d.ts.map +0 -1
- package/lib/components/layers/index.d.ts +0 -3
- package/lib/components/layers/index.d.ts.map +0 -1
- package/lib/components/layers/transformers-layer/crop-transformer.d.ts +0 -3
- package/lib/components/layers/transformers-layer/crop-transformer.d.ts.map +0 -1
- package/lib/components/layers/transformers-layer/index.d.ts +0 -3
- package/lib/components/layers/transformers-layer/index.d.ts.map +0 -1
- package/lib/components/layers/transformers-layer/nodes-transformer.d.ts +0 -3
- package/lib/components/layers/transformers-layer/nodes-transformer.d.ts.map +0 -1
- package/lib/components/layers/transformers-layer/transformers-layer.utils.d.ts +0 -42
- package/lib/components/layers/transformers-layer/transformers-layer.utils.d.ts.map +0 -1
- package/lib/components/main-canvas/canvas-node.d.ts +0 -6
- package/lib/components/main-canvas/canvas-node.d.ts.map +0 -1
- package/lib/components/main-canvas/index.d.ts +0 -3
- package/lib/components/main-canvas/index.d.ts.map +0 -1
- package/lib/components/main-canvas/touch-zooming-events.d.ts +0 -11
- package/lib/components/main-canvas/touch-zooming-events.d.ts.map +0 -1
- package/lib/components/node-controls/index.d.ts +0 -3
- package/lib/components/node-controls/index.d.ts.map +0 -1
- package/lib/components/tabs/index.d.ts +0 -6
- package/lib/components/tabs/index.d.ts.map +0 -1
- package/lib/components/tabs/tabs.constants.d.ts +0 -9
- package/lib/components/tabs/tabs.constants.d.ts.map +0 -1
- package/lib/components/tabs-drawer/index.d.ts +0 -6
- package/lib/components/tabs-drawer/index.d.ts.map +0 -1
- package/lib/components/tools/arrow/arrow-button.d.ts +0 -8
- package/lib/components/tools/arrow/arrow-button.d.ts.map +0 -1
- package/lib/components/tools/arrow/arrow-options.d.ts +0 -4
- package/lib/components/tools/arrow/arrow-options.d.ts.map +0 -1
- package/lib/components/tools/arrow/index.d.ts +0 -3
- package/lib/components/tools/arrow/index.d.ts.map +0 -1
- package/lib/components/tools/blur/blur-options.d.ts +0 -6
- package/lib/components/tools/blur/blur-options.d.ts.map +0 -1
- package/lib/components/tools/blur/blur.d.ts +0 -8
- package/lib/components/tools/blur/blur.d.ts.map +0 -1
- package/lib/components/tools/blur/index.d.ts +0 -3
- package/lib/components/tools/blur/index.d.ts.map +0 -1
- package/lib/components/tools/brightness/brightness-options.d.ts +0 -6
- package/lib/components/tools/brightness/brightness-options.d.ts.map +0 -1
- package/lib/components/tools/brightness/brightness.d.ts +0 -8
- package/lib/components/tools/brightness/brightness.d.ts.map +0 -1
- package/lib/components/tools/brightness/index.d.ts +0 -3
- package/lib/components/tools/brightness/index.d.ts.map +0 -1
- package/lib/components/tools/contrast/contrast-options.d.ts +0 -6
- package/lib/components/tools/contrast/contrast-options.d.ts.map +0 -1
- package/lib/components/tools/contrast/contrast.d.ts +0 -8
- package/lib/components/tools/contrast/contrast.d.ts.map +0 -1
- package/lib/components/tools/contrast/index.d.ts +0 -3
- package/lib/components/tools/contrast/index.d.ts.map +0 -1
- package/lib/components/tools/crop/crop.constants.d.ts +0 -15
- package/lib/components/tools/crop/crop.constants.d.ts.map +0 -1
- package/lib/components/tools/crop/crop.d.ts +0 -7
- package/lib/components/tools/crop/crop.d.ts.map +0 -1
- package/lib/components/tools/crop/index.d.ts +0 -2
- package/lib/components/tools/crop/index.d.ts.map +0 -1
- package/lib/components/tools/ellipse/ellipse-button.d.ts +0 -8
- package/lib/components/tools/ellipse/ellipse-button.d.ts.map +0 -1
- package/lib/components/tools/ellipse/ellipse-options.d.ts +0 -4
- package/lib/components/tools/ellipse/ellipse-options.d.ts.map +0 -1
- package/lib/components/tools/ellipse/index.d.ts +0 -3
- package/lib/components/tools/ellipse/index.d.ts.map +0 -1
- package/lib/components/tools/filters/filter-item.d.ts +0 -10
- package/lib/components/tools/filters/filter-item.d.ts.map +0 -1
- package/lib/components/tools/filters/filters.constants.d.ts +0 -8
- package/lib/components/tools/filters/filters.constants.d.ts.map +0 -1
- package/lib/components/tools/filters/filters.d.ts +0 -3
- package/lib/components/tools/filters/filters.d.ts.map +0 -1
- package/lib/components/tools/filters/index.d.ts +0 -2
- package/lib/components/tools/filters/index.d.ts.map +0 -1
- package/lib/components/tools/flip/flip-x.d.ts +0 -8
- package/lib/components/tools/flip/flip-x.d.ts.map +0 -1
- package/lib/components/tools/flip/flip-y.d.ts +0 -8
- package/lib/components/tools/flip/flip-y.d.ts.map +0 -1
- package/lib/components/tools/flip/index.d.ts +0 -3
- package/lib/components/tools/flip/index.d.ts.map +0 -1
- package/lib/components/tools/hsv/hsv.d.ts +0 -8
- package/lib/components/tools/hsv/hsv.d.ts.map +0 -1
- package/lib/components/tools/hsv/hsvoptions.d.ts +0 -6
- package/lib/components/tools/hsv/hsvoptions.d.ts.map +0 -1
- package/lib/components/tools/hsv/index.d.ts +0 -3
- package/lib/components/tools/hsv/index.d.ts.map +0 -1
- package/lib/components/tools/image/image-button.d.ts +0 -8
- package/lib/components/tools/image/image-button.d.ts.map +0 -1
- package/lib/components/tools/image/image-controls.d.ts +0 -13
- package/lib/components/tools/image/image-controls.d.ts.map +0 -1
- package/lib/components/tools/image/image-options.d.ts +0 -3
- package/lib/components/tools/image/image-options.d.ts.map +0 -1
- package/lib/components/tools/image/images-gallery.d.ts +0 -14
- package/lib/components/tools/image/images-gallery.d.ts.map +0 -1
- package/lib/components/tools/image/index.d.ts +0 -3
- package/lib/components/tools/image/index.d.ts.map +0 -1
- package/lib/components/tools/line/index.d.ts +0 -3
- package/lib/components/tools/line/index.d.ts.map +0 -1
- package/lib/components/tools/line/line-button.d.ts +0 -8
- package/lib/components/tools/line/line-button.d.ts.map +0 -1
- package/lib/components/tools/line/line-options.d.ts +0 -4
- package/lib/components/tools/line/line-options.d.ts.map +0 -1
- package/lib/components/tools/pen/index.d.ts +0 -3
- package/lib/components/tools/pen/index.d.ts.map +0 -1
- package/lib/components/tools/pen/pen-button.d.ts +0 -8
- package/lib/components/tools/pen/pen-button.d.ts.map +0 -1
- package/lib/components/tools/pen/pen-options.d.ts +0 -3
- package/lib/components/tools/pen/pen-options.d.ts.map +0 -1
- package/lib/components/tools/polygon/index.d.ts +0 -3
- package/lib/components/tools/polygon/index.d.ts.map +0 -1
- package/lib/components/tools/polygon/polygon-button.d.ts +0 -8
- package/lib/components/tools/polygon/polygon-button.d.ts.map +0 -1
- package/lib/components/tools/polygon/polygon-options.d.ts +0 -4
- package/lib/components/tools/polygon/polygon-options.d.ts.map +0 -1
- package/lib/components/tools/polygon/polygon-sides-field.d.ts +0 -9
- package/lib/components/tools/polygon/polygon-sides-field.d.ts.map +0 -1
- package/lib/components/tools/polygon/polygon.constants.d.ts +0 -12
- package/lib/components/tools/polygon/polygon.constants.d.ts.map +0 -1
- package/lib/components/tools/rect/index.d.ts +0 -3
- package/lib/components/tools/rect/index.d.ts.map +0 -1
- package/lib/components/tools/rect/rect-button.d.ts +0 -8
- package/lib/components/tools/rect/rect-button.d.ts.map +0 -1
- package/lib/components/tools/rect/rect-corner-field.d.ts +0 -9
- package/lib/components/tools/rect/rect-corner-field.d.ts.map +0 -1
- package/lib/components/tools/rect/rect-options.d.ts +0 -4
- package/lib/components/tools/rect/rect-options.d.ts.map +0 -1
- package/lib/components/tools/rect/rect.constants.d.ts +0 -12
- package/lib/components/tools/rect/rect.constants.d.ts.map +0 -1
- package/lib/components/tools/resize/index.d.ts +0 -2
- package/lib/components/tools/resize/index.d.ts.map +0 -1
- package/lib/components/tools/resize/resize.d.ts +0 -13
- package/lib/components/tools/resize/resize.d.ts.map +0 -1
- package/lib/components/tools/rotate/index.d.ts +0 -3
- package/lib/components/tools/rotate/index.d.ts.map +0 -1
- package/lib/components/tools/rotate/rotate-button.d.ts +0 -8
- package/lib/components/tools/rotate/rotate-button.d.ts.map +0 -1
- package/lib/components/tools/rotate/rotate-options.d.ts +0 -3
- package/lib/components/tools/rotate/rotate-options.d.ts.map +0 -1
- package/lib/components/tools/text/index.d.ts +0 -3
- package/lib/components/tools/text/index.d.ts.map +0 -1
- package/lib/components/tools/text/text-button.d.ts +0 -8
- package/lib/components/tools/text/text-button.d.ts.map +0 -1
- package/lib/components/tools/text/text-options/handle-text-change-area.d.ts +0 -4
- package/lib/components/tools/text/text-options/handle-text-change-area.d.ts.map +0 -1
- package/lib/components/tools/text/text-options/index.d.ts +0 -4
- package/lib/components/tools/text/text-options/index.d.ts.map +0 -1
- package/lib/components/tools/text/text-options/text-alignment-fields.d.ts +0 -9
- package/lib/components/tools/text/text-options/text-alignment-fields.d.ts.map +0 -1
- package/lib/components/tools/text/text-options/text-controls.d.ts +0 -12
- package/lib/components/tools/text/text-options/text-controls.d.ts.map +0 -1
- package/lib/components/tools/text/text-options/text-options.constants.d.ts +0 -14
- package/lib/components/tools/text/text-options/text-options.constants.d.ts.map +0 -1
- package/lib/components/tools/text/text-options/text-spacings-fields.d.ts +0 -10
- package/lib/components/tools/text/text-options/text-spacings-fields.d.ts.map +0 -1
- package/lib/components/tools/tools.constants.d.ts +0 -9
- package/lib/components/tools/tools.constants.d.ts.map +0 -1
- package/lib/components/tools/warmth/index.d.ts +0 -3
- package/lib/components/tools/warmth/index.d.ts.map +0 -1
- package/lib/components/tools/warmth/warmth-options.d.ts +0 -7
- package/lib/components/tools/warmth/warmth-options.d.ts.map +0 -1
- package/lib/components/tools/warmth/warmth.d.ts +0 -8
- package/lib/components/tools/warmth/warmth.d.ts.map +0 -1
- package/lib/components/tools/watermark/index.d.ts +0 -2
- package/lib/components/tools/watermark/index.d.ts.map +0 -1
- package/lib/components/tools/watermark/watermark-padding.d.ts +0 -8
- package/lib/components/tools/watermark/watermark-padding.d.ts.map +0 -1
- package/lib/components/tools/watermark/watermark.d.ts +0 -3
- package/lib/components/tools/watermark/watermark.d.ts.map +0 -1
- package/lib/components/tools/watermark/watermarks-gallery.d.ts +0 -7
- package/lib/components/tools/watermark/watermarks-gallery.d.ts.map +0 -1
- package/lib/components/tools-bar/index.d.ts +0 -3
- package/lib/components/tools-bar/index.d.ts.map +0 -1
- package/lib/components/tools-bar/tools-bar-item-button.d.ts +0 -23
- package/lib/components/tools-bar/tools-bar-item-button.d.ts.map +0 -1
- package/lib/components/topbar/canvas-zooming.d.ts +0 -3
- package/lib/components/topbar/canvas-zooming.d.ts.map +0 -1
- package/lib/components/topbar/confirmation-modal.d.ts +0 -8
- package/lib/components/topbar/confirmation-modal.d.ts.map +0 -1
- package/lib/components/topbar/image-dimensions-and-display-toggle.d.ts +0 -3
- package/lib/components/topbar/image-dimensions-and-display-toggle.d.ts.map +0 -1
- package/lib/components/topbar/index.d.ts +0 -7
- package/lib/components/topbar/index.d.ts.map +0 -1
- package/lib/components/topbar/redo-button.d.ts +0 -3
- package/lib/components/topbar/redo-button.d.ts.map +0 -1
- package/lib/components/topbar/reset-button.d.ts +0 -3
- package/lib/components/topbar/reset-button.d.ts.map +0 -1
- package/lib/components/topbar/save-button.d.ts +0 -3
- package/lib/components/topbar/save-button.d.ts.map +0 -1
- package/lib/components/topbar/topbar.constants.d.ts +0 -8
- package/lib/components/topbar/topbar.constants.d.ts.map +0 -1
- package/lib/components/topbar/undo-button.d.ts +0 -3
- package/lib/components/topbar/undo-button.d.ts.map +0 -1
- package/lib/context/app-context.d.ts +0 -14
- package/lib/context/app-context.d.ts.map +0 -1
- package/lib/context/app-provider-overriden-value.d.ts +0 -11
- package/lib/context/app-provider-overriden-value.d.ts.map +0 -1
- package/lib/context/app-provider.d.ts +0 -10
- package/lib/context/app-provider.d.ts.map +0 -1
- package/lib/context/app-reducer.d.ts +0 -5
- package/lib/context/app-reducer.d.ts.map +0 -1
- package/lib/context/default-config.d.ts +0 -4
- package/lib/context/default-config.d.ts.map +0 -1
- package/lib/context/default-translations.d.ts +0 -3
- package/lib/context/default-translations.d.ts.map +0 -1
- package/lib/context/get-initial-app-state.d.ts +0 -5
- package/lib/context/get-initial-app-state.d.ts.map +0 -1
- package/lib/context/index.d.ts +0 -5
- package/lib/context/index.d.ts.map +0 -1
- package/lib/custom/filters/aden.d.ts +0 -14
- package/lib/custom/filters/aden.d.ts.map +0 -1
- package/lib/custom/filters/amaro.d.ts +0 -14
- package/lib/custom/filters/amaro.d.ts.map +0 -1
- package/lib/custom/filters/ashby.d.ts +0 -14
- package/lib/custom/filters/ashby.d.ts.map +0 -1
- package/lib/custom/filters/base-filters.d.ts +0 -14
- package/lib/custom/filters/base-filters.d.ts.map +0 -1
- package/lib/custom/filters/black-and-white.d.ts +0 -14
- package/lib/custom/filters/black-and-white.d.ts.map +0 -1
- package/lib/custom/filters/brannan.d.ts +0 -14
- package/lib/custom/filters/brannan.d.ts.map +0 -1
- package/lib/custom/filters/brooklyn.d.ts +0 -14
- package/lib/custom/filters/brooklyn.d.ts.map +0 -1
- package/lib/custom/filters/charmes.d.ts +0 -14
- package/lib/custom/filters/charmes.d.ts.map +0 -1
- package/lib/custom/filters/clarendon.d.ts +0 -14
- package/lib/custom/filters/clarendon.d.ts.map +0 -1
- package/lib/custom/filters/crema.d.ts +0 -14
- package/lib/custom/filters/crema.d.ts.map +0 -1
- package/lib/custom/filters/dogpatch.d.ts +0 -14
- package/lib/custom/filters/dogpatch.d.ts.map +0 -1
- package/lib/custom/filters/earlybird.d.ts +0 -14
- package/lib/custom/filters/earlybird.d.ts.map +0 -1
- package/lib/custom/filters/gingham.d.ts +0 -14
- package/lib/custom/filters/gingham.d.ts.map +0 -1
- package/lib/custom/filters/ginza.d.ts +0 -14
- package/lib/custom/filters/ginza.d.ts.map +0 -1
- package/lib/custom/filters/hefe.d.ts +0 -14
- package/lib/custom/filters/hefe.d.ts.map +0 -1
- package/lib/custom/filters/helena.d.ts +0 -14
- package/lib/custom/filters/helena.d.ts.map +0 -1
- package/lib/custom/filters/hudson.d.ts +0 -14
- package/lib/custom/filters/hudson.d.ts.map +0 -1
- package/lib/custom/filters/index.d.ts +0 -41
- package/lib/custom/filters/index.d.ts.map +0 -1
- package/lib/custom/filters/juno.d.ts +0 -14
- package/lib/custom/filters/juno.d.ts.map +0 -1
- package/lib/custom/filters/kelvin.d.ts +0 -14
- package/lib/custom/filters/kelvin.d.ts.map +0 -1
- package/lib/custom/filters/lark.d.ts +0 -14
- package/lib/custom/filters/lark.d.ts.map +0 -1
- package/lib/custom/filters/lo-fi.d.ts +0 -14
- package/lib/custom/filters/lo-fi.d.ts.map +0 -1
- package/lib/custom/filters/ludwig.d.ts +0 -14
- package/lib/custom/filters/ludwig.d.ts.map +0 -1
- package/lib/custom/filters/maven.d.ts +0 -14
- package/lib/custom/filters/maven.d.ts.map +0 -1
- package/lib/custom/filters/mayfair.d.ts +0 -14
- package/lib/custom/filters/mayfair.d.ts.map +0 -1
- package/lib/custom/filters/moon.d.ts +0 -14
- package/lib/custom/filters/moon.d.ts.map +0 -1
- package/lib/custom/filters/nashville.d.ts +0 -14
- package/lib/custom/filters/nashville.d.ts.map +0 -1
- package/lib/custom/filters/ninteen-seventy-seven.d.ts +0 -14
- package/lib/custom/filters/ninteen-seventy-seven.d.ts.map +0 -1
- package/lib/custom/filters/perpetua.d.ts +0 -14
- package/lib/custom/filters/perpetua.d.ts.map +0 -1
- package/lib/custom/filters/reyes.d.ts +0 -14
- package/lib/custom/filters/reyes.d.ts.map +0 -1
- package/lib/custom/filters/rise.d.ts +0 -14
- package/lib/custom/filters/rise.d.ts.map +0 -1
- package/lib/custom/filters/sierra.d.ts +0 -14
- package/lib/custom/filters/sierra.d.ts.map +0 -1
- package/lib/custom/filters/skyline.d.ts +0 -14
- package/lib/custom/filters/skyline.d.ts.map +0 -1
- package/lib/custom/filters/slumber.d.ts +0 -14
- package/lib/custom/filters/slumber.d.ts.map +0 -1
- package/lib/custom/filters/stinson.d.ts +0 -14
- package/lib/custom/filters/stinson.d.ts.map +0 -1
- package/lib/custom/filters/sutro.d.ts +0 -14
- package/lib/custom/filters/sutro.d.ts.map +0 -1
- package/lib/custom/filters/toaster.d.ts +0 -14
- package/lib/custom/filters/toaster.d.ts.map +0 -1
- package/lib/custom/filters/valencia.d.ts +0 -14
- package/lib/custom/filters/valencia.d.ts.map +0 -1
- package/lib/custom/filters/vesper.d.ts +0 -14
- package/lib/custom/filters/vesper.d.ts.map +0 -1
- package/lib/custom/filters/walden.d.ts +0 -14
- package/lib/custom/filters/walden.d.ts.map +0 -1
- package/lib/custom/filters/willow.d.ts +0 -14
- package/lib/custom/filters/willow.d.ts.map +0 -1
- package/lib/custom/filters/xpro2.d.ts +0 -14
- package/lib/custom/filters/xpro2.d.ts.map +0 -1
- package/lib/custom/finetunes/custom-threshold.d.ts +0 -15
- package/lib/custom/finetunes/custom-threshold.d.ts.map +0 -1
- package/lib/custom/finetunes/index.d.ts +0 -3
- package/lib/custom/finetunes/index.d.ts.map +0 -1
- package/lib/custom/finetunes/warmth.d.ts +0 -17
- package/lib/custom/finetunes/warmth.d.ts.map +0 -1
- package/lib/demo/app.d.ts +0 -6
- package/lib/demo/app.d.ts.map +0 -1
- package/lib/demo/index.d.ts +0 -2
- package/lib/demo/index.d.ts.map +0 -1
- package/lib/hooks/index.d.ts +0 -13
- package/lib/hooks/index.d.ts.map +0 -1
- package/lib/hooks/use-annotation/get-bounding-rect-un-scaled.d.ts +0 -19
- package/lib/hooks/use-annotation/get-bounding-rect-un-scaled.d.ts.map +0 -1
- package/lib/hooks/use-annotation/get-new-annotation-preview.d.ts +0 -25
- package/lib/hooks/use-annotation/get-new-annotation-preview.d.ts.map +0 -1
- package/lib/hooks/use-annotation/index.d.ts +0 -74
- package/lib/hooks/use-annotation/index.d.ts.map +0 -1
- package/lib/hooks/use-annotation/preview-then-call-annotation-adding.d.ts +0 -3
- package/lib/hooks/use-annotation/preview-then-call-annotation-adding.d.ts.map +0 -1
- package/lib/hooks/use-annotation-events.d.ts +0 -11
- package/lib/hooks/use-annotation-events.d.ts.map +0 -1
- package/lib/hooks/use-app-reducer.d.ts +0 -13
- package/lib/hooks/use-app-reducer.d.ts.map +0 -1
- package/lib/hooks/use-debounced-callback.d.ts +0 -5
- package/lib/hooks/use-debounced-callback.d.ts.map +0 -1
- package/lib/hooks/use-drag.d.ts +0 -8
- package/lib/hooks/use-drag.d.ts.map +0 -1
- package/lib/hooks/use-filter.d.ts +0 -4
- package/lib/hooks/use-filter.d.ts.map +0 -1
- package/lib/hooks/use-finetune.d.ts +0 -5
- package/lib/hooks/use-finetune.d.ts.map +0 -1
- package/lib/hooks/use-phone-screen.d.ts +0 -3
- package/lib/hooks/use-phone-screen.d.ts.map +0 -1
- package/lib/hooks/use-popover.d.ts +0 -11
- package/lib/hooks/use-popover.d.ts.map +0 -1
- package/lib/hooks/use-resize-observer.d.ts +0 -12
- package/lib/hooks/use-resize-observer.d.ts.map +0 -1
- package/lib/hooks/use-store.d.ts +0 -5
- package/lib/hooks/use-store.d.ts.map +0 -1
- package/lib/hooks/use-transformed-img-data.d.ts +0 -20
- package/lib/hooks/use-transformed-img-data.d.ts.map +0 -1
- package/lib/hooks/use-update-effect.d.ts +0 -5
- package/lib/hooks/use-update-effect.d.ts.map +0 -1
- package/lib/index.d.ts +0 -6
- package/lib/index.d.ts.map +0 -1
- package/lib/types/actions.d.ts +0 -204
- package/lib/types/actions.d.ts.map +0 -1
- package/lib/types/annotations.d.ts +0 -181
- package/lib/types/annotations.d.ts.map +0 -1
- package/lib/types/common.d.ts +0 -31
- package/lib/types/common.d.ts.map +0 -1
- package/lib/types/config.d.ts +0 -144
- package/lib/types/config.d.ts.map +0 -1
- package/lib/types/index.d.ts +0 -6
- package/lib/types/index.d.ts.map +0 -1
- package/lib/types/state.d.ts +0 -105
- package/lib/types/state.d.ts.map +0 -1
- package/lib/utils/assign-finetune-names-to-konva.d.ts +0 -3
- package/lib/utils/assign-finetune-names-to-konva.d.ts.map +0 -1
- package/lib/utils/calculate-zoom-data.d.ts +0 -9
- package/lib/utils/calculate-zoom-data.d.ts.map +0 -1
- package/lib/utils/compare-ratios.d.ts +0 -3
- package/lib/utils/compare-ratios.d.ts.map +0 -1
- package/lib/utils/constants.d.ts +0 -85
- package/lib/utils/constants.d.ts.map +0 -1
- package/lib/utils/crop-image.d.ts +0 -10
- package/lib/utils/crop-image.d.ts.map +0 -1
- package/lib/utils/debounce.d.ts +0 -3
- package/lib/utils/debounce.d.ts.map +0 -1
- package/lib/utils/deep-merge.d.ts +0 -3
- package/lib/utils/deep-merge.d.ts.map +0 -1
- package/lib/utils/extract-current-design-state.d.ts +0 -11
- package/lib/utils/extract-current-design-state.d.ts.map +0 -1
- package/lib/utils/extract-name-from-url.d.ts +0 -3
- package/lib/utils/extract-name-from-url.d.ts.map +0 -1
- package/lib/utils/filter-str-to-class.d.ts +0 -4
- package/lib/utils/filter-str-to-class.d.ts.map +0 -1
- package/lib/utils/finetunes-strs-to-classes.d.ts +0 -4
- package/lib/utils/finetunes-strs-to-classes.d.ts.map +0 -1
- package/lib/utils/get-center-rotated-point.d.ts +0 -8
- package/lib/utils/get-center-rotated-point.d.ts.map +0 -1
- package/lib/utils/get-default-save-quality.d.ts +0 -3
- package/lib/utils/get-default-save-quality.d.ts.map +0 -1
- package/lib/utils/get-dimensions-minimal-ratio.d.ts +0 -3
- package/lib/utils/get-dimensions-minimal-ratio.d.ts.map +0 -1
- package/lib/utils/get-elem-document-coords.d.ts +0 -9
- package/lib/utils/get-elem-document-coords.d.ts.map +0 -1
- package/lib/utils/get-file-full-name.d.ts +0 -8
- package/lib/utils/get-file-full-name.d.ts.map +0 -1
- package/lib/utils/get-pointer-offset-position-bounded-to-object.d.ts +0 -21
- package/lib/utils/get-pointer-offset-position-bounded-to-object.d.ts.map +0 -1
- package/lib/utils/get-proper-dimensions.d.ts +0 -11
- package/lib/utils/get-proper-dimensions.d.ts.map +0 -1
- package/lib/utils/get-proper-image-to-canvas-spacing.d.ts +0 -3
- package/lib/utils/get-proper-image-to-canvas-spacing.d.ts.map +0 -1
- package/lib/utils/get-scroll-offset.d.ts +0 -7
- package/lib/utils/get-scroll-offset.d.ts.map +0 -1
- package/lib/utils/get-size-after-rotation.d.ts +0 -9
- package/lib/utils/get-size-after-rotation.d.ts.map +0 -1
- package/lib/utils/get-zoom-fit-factor.d.ts +0 -4
- package/lib/utils/get-zoom-fit-factor.d.ts.map +0 -1
- package/lib/utils/image-to-base64.d.ts +0 -3
- package/lib/utils/image-to-base64.d.ts.map +0 -1
- package/lib/utils/is-default-zero-values-only.d.ts +0 -3
- package/lib/utils/is-default-zero-values-only.d.ts.map +0 -1
- package/lib/utils/is-same-image.d.ts +0 -3
- package/lib/utils/is-same-image.d.ts.map +0 -1
- package/lib/utils/load-image.d.ts +0 -3
- package/lib/utils/load-image.d.ts.map +0 -1
- package/lib/utils/map-crop-box.d.ts +0 -16
- package/lib/utils/map-crop-box.d.ts.map +0 -1
- package/lib/utils/map-number.d.ts +0 -3
- package/lib/utils/map-number.d.ts.map +0 -1
- package/lib/utils/map-position-string-to-point.d.ts +0 -8
- package/lib/utils/map-position-string-to-point.d.ts.map +0 -1
- package/lib/utils/random-id.d.ts +0 -3
- package/lib/utils/random-id.d.ts.map +0 -1
- package/lib/utils/restrict-number.d.ts +0 -3
- package/lib/utils/restrict-number.d.ts.map +0 -1
- package/lib/utils/serialize-design-state.d.ts +0 -27
- package/lib/utils/serialize-design-state.d.ts.map +0 -1
- package/lib/utils/to-precised-float.d.ts +0 -3
- package/lib/utils/to-precised-float.d.ts.map +0 -1
- package/lib/utils/translator.d.ts +0 -3
- package/lib/utils/translator.d.ts.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"image-options.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/image/image-options.tsx"],"names":[],"mappings":"AAgBA,QAAA,MAAM,YAAY,+CAuLjB,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/** External Dependencies */
|
|
2
|
-
interface GalleryItem {
|
|
3
|
-
originalUrl: string;
|
|
4
|
-
previewUrl: string;
|
|
5
|
-
}
|
|
6
|
-
interface ImagesGalleryProps {
|
|
7
|
-
gallery?: GalleryItem[];
|
|
8
|
-
anchorEl?: HTMLElement | null;
|
|
9
|
-
onClose: () => void;
|
|
10
|
-
onSelect: (originalUrl: string) => void;
|
|
11
|
-
}
|
|
12
|
-
declare const ImagesGallery: ({ gallery, anchorEl, onClose, onSelect, }: ImagesGalleryProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
-
export default ImagesGallery;
|
|
14
|
-
//# sourceMappingURL=images-gallery.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"images-gallery.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/image/images-gallery.tsx"],"names":[],"mappings":"AAAA,4BAA4B;AAO5B,UAAU,WAAW;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,UAAU,kBAAkB;IAC1B,OAAO,CAAC,EAAE,WAAW,EAAE,CAAC;IACxB,QAAQ,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IAC9B,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;CACzC;AAED,QAAA,MAAM,aAAa,GAAI,2CAKpB,kBAAkB,4CAwCpB,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/image/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAExD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/line/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,eAAe,CAAC;AAEtD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,gBAAgB,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
interface LineButtonProps {
|
|
2
|
-
selectTool: () => void;
|
|
3
|
-
isSelected?: boolean;
|
|
4
|
-
t: (key: string) => string;
|
|
5
|
-
}
|
|
6
|
-
declare const LineButton: ({ selectTool, isSelected, t }: LineButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export default LineButton;
|
|
8
|
-
//# sourceMappingURL=line-button.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"line-button.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/line/line-button.tsx"],"names":[],"mappings":"AAOA,UAAU,eAAe;IACvB,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC;CAC5B;AAED,QAAA,MAAM,UAAU,GAAI,+BAAuC,eAAe,4CAUzE,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"line-options.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/line/line-options.tsx"],"names":[],"mappings":"AAAA,4BAA4B;AAQ5B,QAAA,MAAM,WAAW,+CAahB,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/pen/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,cAAc,CAAC;AAEpD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
interface PenButtonProps {
|
|
2
|
-
selectTool: () => void;
|
|
3
|
-
isSelected?: boolean;
|
|
4
|
-
t: (key: string) => string;
|
|
5
|
-
}
|
|
6
|
-
declare const PenButton: ({ selectTool, isSelected, t }: PenButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export default PenButton;
|
|
8
|
-
//# sourceMappingURL=pen-button.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pen-button.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/pen/pen-button.tsx"],"names":[],"mappings":"AAOA,UAAU,cAAc;IACtB,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC;CAC5B;AAED,QAAA,MAAM,SAAS,GAAI,+BAAuC,cAAc,4CAUvE,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pen-options.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/pen/pen-options.tsx"],"names":[],"mappings":"AAuBA,QAAA,MAAM,UAAU,+CA6Hf,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/polygon/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAE5D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
interface PolygonButtonProps {
|
|
2
|
-
selectTool: () => void;
|
|
3
|
-
isSelected?: boolean;
|
|
4
|
-
t: (key: string) => string;
|
|
5
|
-
}
|
|
6
|
-
declare const PolygonButton: ({ selectTool, isSelected, t, }: PolygonButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export default PolygonButton;
|
|
8
|
-
//# sourceMappingURL=polygon-button.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"polygon-button.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/polygon/polygon-button.tsx"],"names":[],"mappings":"AAOA,UAAU,kBAAkB;IAC1B,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC;CAC5B;AAED,QAAA,MAAM,aAAa,GAAI,gCAIpB,kBAAkB,4CAUpB,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"polygon-options.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/polygon/polygon-options.tsx"],"names":[],"mappings":"AAAA,4BAA4B;AAY5B,QAAA,MAAM,cAAc,+CAcnB,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { PolygonAnnotation } from 'types/annotations';
|
|
2
|
-
export interface PolygonSidesFieldProps {
|
|
3
|
-
annotation: PolygonAnnotation;
|
|
4
|
-
updateAnnotation: (updates: Partial<PolygonAnnotation>) => void;
|
|
5
|
-
t: (key: string) => string;
|
|
6
|
-
}
|
|
7
|
-
declare const PolygonSidesField: ({ annotation: polygon, updateAnnotation: updatePolygon, t, }: PolygonSidesFieldProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
export default PolygonSidesField;
|
|
9
|
-
//# sourceMappingURL=polygon-sides-field.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"polygon-sides-field.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/polygon/polygon-sides-field.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAMtD,MAAM,WAAW,sBAAsB;IACrC,UAAU,EAAE,iBAAiB,CAAC;IAC9B,gBAAgB,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IAChE,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC;CAC5B;AAED,QAAA,MAAM,iBAAiB,GAAI,8DAIxB,sBAAsB,4CAkBxB,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export declare const SIDES_NUMBER: "sides-number";
|
|
2
|
-
export declare const POLYGON_POPPABLE_OPTIONS: readonly [{
|
|
3
|
-
readonly titleKey: "sides";
|
|
4
|
-
readonly name: "sides-number";
|
|
5
|
-
readonly Icon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
6
|
-
muiName: string;
|
|
7
|
-
};
|
|
8
|
-
}];
|
|
9
|
-
export declare const polygonOptionsPopupComponents: {
|
|
10
|
-
readonly "sides-number": ({ annotation: polygon, updateAnnotation: updatePolygon, t, }: import("./polygon-sides-field").PolygonSidesFieldProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=polygon.constants.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"polygon.constants.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/polygon/polygon.constants.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,YAAY,EAAG,cAAuB,CAAC;AAEpD,eAAO,MAAM,wBAAwB;;;;;;EAM3B,CAAC;AAEX,eAAO,MAAM,6BAA6B;;CAEhC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/rect/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,eAAe,CAAC;AAEtD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,gBAAgB,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
interface RectButtonProps {
|
|
2
|
-
selectTool: () => void;
|
|
3
|
-
isSelected?: boolean;
|
|
4
|
-
t: (key: string) => string;
|
|
5
|
-
}
|
|
6
|
-
declare const RectButton: ({ selectTool, isSelected, t }: RectButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export default RectButton;
|
|
8
|
-
//# sourceMappingURL=rect-button.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rect-button.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/rect/rect-button.tsx"],"names":[],"mappings":"AAOA,UAAU,eAAe;IACvB,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC;CAC5B;AAED,QAAA,MAAM,UAAU,GAAI,+BAAuC,eAAe,4CAUzE,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { RectAnnotation } from 'types/annotations';
|
|
2
|
-
export interface RectCornerFieldProps {
|
|
3
|
-
annotation: RectAnnotation;
|
|
4
|
-
updateAnnotation: (updates: Partial<RectAnnotation>) => void;
|
|
5
|
-
t: (key: string) => string;
|
|
6
|
-
}
|
|
7
|
-
declare const RectCornerField: ({ annotation: rect, updateAnnotation: updateRect, t, }: RectCornerFieldProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
export default RectCornerField;
|
|
9
|
-
//# sourceMappingURL=rect-corner-field.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rect-corner-field.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/rect/rect-corner-field.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAMnD,MAAM,WAAW,oBAAoB;IACnC,UAAU,EAAE,cAAc,CAAC;IAC3B,gBAAgB,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC;IAC7D,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC;CAC5B;AAED,QAAA,MAAM,eAAe,GAAI,wDAItB,oBAAoB,4CAmBtB,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rect-options.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/rect/rect-options.tsx"],"names":[],"mappings":"AAAA,4BAA4B;AAY5B,QAAA,MAAM,WAAW,+CAahB,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export declare const CORNER_RADIUS: "corner-radius";
|
|
2
|
-
export declare const RECT_POPPABLE_OPTIONS: readonly [{
|
|
3
|
-
readonly titleKey: "cornerRadius";
|
|
4
|
-
readonly name: "corner-radius";
|
|
5
|
-
readonly Icon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
|
|
6
|
-
muiName: string;
|
|
7
|
-
};
|
|
8
|
-
}];
|
|
9
|
-
export declare const rectOptionsPopupComponents: {
|
|
10
|
-
readonly "corner-radius": ({ annotation: rect, updateAnnotation: updateRect, t, }: import("./rect-corner-field").RectCornerFieldProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=rect.constants.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rect.constants.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/rect/rect.constants.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,aAAa,EAAG,eAAwB,CAAC;AAEtD,eAAO,MAAM,qBAAqB;;;;;;EAMxB,CAAC;AAEX,eAAO,MAAM,0BAA0B;;CAE7B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/resize/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
interface CurrentSize {
|
|
2
|
-
width?: number;
|
|
3
|
-
height?: number;
|
|
4
|
-
ratioUnlocked?: boolean;
|
|
5
|
-
}
|
|
6
|
-
interface ResizeProps {
|
|
7
|
-
onChange?: (newResize: Record<string, any>) => void;
|
|
8
|
-
currentSize?: CurrentSize;
|
|
9
|
-
hideResetButton?: boolean;
|
|
10
|
-
}
|
|
11
|
-
declare const Resize: ({ onChange, currentSize, hideResetButton, }: ResizeProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
export default Resize;
|
|
13
|
-
//# sourceMappingURL=resize.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"resize.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/resize/resize.tsx"],"names":[],"mappings":"AAaA,UAAU,WAAW;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,UAAU,WAAW;IACnB,QAAQ,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,IAAI,CAAC;IACpD,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,QAAA,MAAM,MAAM,GAAI,6CAIb,WAAW,4CAqLb,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/rotate/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE1D,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,kBAAkB,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
interface RotateButtonProps {
|
|
2
|
-
selectTool: () => void;
|
|
3
|
-
isSelected?: boolean;
|
|
4
|
-
t: (key: string) => string;
|
|
5
|
-
}
|
|
6
|
-
declare const RotateButton: ({ selectTool, isSelected, t, }: RotateButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export default RotateButton;
|
|
8
|
-
//# sourceMappingURL=rotate-button.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rotate-button.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/rotate/rotate-button.tsx"],"names":[],"mappings":"AAOA,UAAU,iBAAiB;IACzB,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC;CAC5B;AAED,QAAA,MAAM,YAAY,GAAI,gCAInB,iBAAiB,4CAUnB,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rotate-options.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/rotate/rotate-options.tsx"],"names":[],"mappings":"AAiBA,QAAA,MAAM,aAAa,+CAsGlB,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/text/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,eAAe,CAAC;AAEtD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,gBAAgB,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
interface TextButtonProps {
|
|
2
|
-
selectTool: () => void;
|
|
3
|
-
isSelected?: boolean;
|
|
4
|
-
t: (key: string) => string;
|
|
5
|
-
}
|
|
6
|
-
declare const TextButton: ({ selectTool, isSelected, t }: TextButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export default TextButton;
|
|
8
|
-
//# sourceMappingURL=text-button.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"text-button.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/text/text-button.tsx"],"names":[],"mappings":"AAOA,UAAU,eAAe;IACvB,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC;CAC5B;AAED,QAAA,MAAM,UAAU,GAAI,+BAAuC,eAAe,4CAUzE,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
declare function deactivateTextChange(): void;
|
|
2
|
-
declare const activateTextChange: (textNodeId: string, canvasStage: any, currentTransformer: any, finishingCallback: (textValue: string) => void, dismissingTextEditing: () => void) => void;
|
|
3
|
-
export { activateTextChange, deactivateTextChange };
|
|
4
|
-
//# sourceMappingURL=handle-text-change-area.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"handle-text-change-area.d.ts","sourceRoot":"","sources":["../../../../../src/components/tools/text/text-options/handle-text-change-area.ts"],"names":[],"mappings":"AAMA,iBAAS,oBAAoB,IAAI,IAAI,CAwBpC;AAWD,QAAA,MAAM,kBAAkB,GACtB,YAAY,MAAM,EAClB,aAAa,GAAG,EAChB,oBAAoB,GAAG,EACvB,mBAAmB,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,EAC9C,uBAAuB,MAAM,IAAI,KAChC,IAyHF,CAAC;AAEF,OAAO,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/tools/text/text-options/index.tsx"],"names":[],"mappings":"AAAA,4BAA4B;AAQ5B,QAAA,MAAM,WAAW,+CAMhB,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/** External Dependencies */
|
|
2
|
-
import { TextAnnotation } from 'types/annotations';
|
|
3
|
-
interface TextAlignmentFieldsProps {
|
|
4
|
-
annotation: TextAnnotation;
|
|
5
|
-
updateAnnotation: (updates: Partial<TextAnnotation>) => void;
|
|
6
|
-
}
|
|
7
|
-
declare const TextAlignmentFields: ({ annotation: text, updateAnnotation: updateText, }: TextAlignmentFieldsProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
export default TextAlignmentFields;
|
|
9
|
-
//# sourceMappingURL=text-alignment-fields.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"text-alignment-fields.d.ts","sourceRoot":"","sources":["../../../../../src/components/tools/text/text-options/text-alignment-fields.tsx"],"names":[],"mappings":"AAAA,4BAA4B;AAS5B,OAAO,EAAiB,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAIlE,UAAU,wBAAwB;IAChC,UAAU,EAAE,cAAc,CAAC;IAC3B,gBAAgB,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC;CAC9D;AAED,QAAA,MAAM,mBAAmB,GAAI,qDAG1B,wBAAwB,4CA6B1B,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TextAnnotation } from 'types/annotations';
|
|
2
|
-
interface TextControlsProps {
|
|
3
|
-
text: TextAnnotation & {
|
|
4
|
-
shouldSave?: boolean;
|
|
5
|
-
neverSave?: boolean;
|
|
6
|
-
};
|
|
7
|
-
saveText: (updater: Partial<TextAnnotation> | ((latest: any) => any)) => void;
|
|
8
|
-
children?: React.ReactNode;
|
|
9
|
-
}
|
|
10
|
-
declare const TextControls: ({ text, saveText, children }: TextControlsProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
-
export default TextControls;
|
|
12
|
-
//# sourceMappingURL=text-controls.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"text-controls.d.ts","sourceRoot":"","sources":["../../../../../src/components/tools/text/text-options/text-controls.tsx"],"names":[],"mappings":"AAaA,OAAO,EAAc,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAe/D,UAAU,iBAAiB;IAGzB,IAAI,EAAE,cAAc,GAAG;QAAE,UAAU,CAAC,EAAE,OAAO,CAAC;QAAC,SAAS,CAAC,EAAE,OAAO,CAAA;KAAE,CAAC;IACrE,QAAQ,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,GAAG,KAAK,GAAG,CAAC,KAAK,IAAI,CAAC;IAC9E,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED,QAAA,MAAM,YAAY,GAAI,8BAA8B,iBAAiB,4CA8IpE,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/** External Dependencies */
|
|
2
|
-
import { SvgIconComponent } from '@mui/icons-material';
|
|
3
|
-
import { ComponentType } from 'react';
|
|
4
|
-
export declare const TEXT_ALIGNMENT: string;
|
|
5
|
-
export declare const TEXT_SPACINGS: string;
|
|
6
|
-
interface TextPoppableOption {
|
|
7
|
-
titleKey: string;
|
|
8
|
-
name: string;
|
|
9
|
-
Icon: SvgIconComponent;
|
|
10
|
-
}
|
|
11
|
-
export declare const TEXT_POPPABLE_OPTIONS: TextPoppableOption[];
|
|
12
|
-
export declare const textOptionsPopupComponents: Record<string, ComponentType<any>>;
|
|
13
|
-
export {};
|
|
14
|
-
//# sourceMappingURL=text-options.constants.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"text-options.constants.d.ts","sourceRoot":"","sources":["../../../../../src/components/tools/text/text-options/text-options.constants.ts"],"names":[],"mappings":"AAAA,4BAA4B;AAC5B,OAAO,EAGL,gBAAgB,EACjB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAMtC,eAAO,MAAM,cAAc,EAAE,MAAyB,CAAC;AACvD,eAAO,MAAM,aAAa,EAAE,MAAwB,CAAC;AAErD,UAAU,kBAAkB;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,gBAAgB,CAAC;CACxB;AAED,eAAO,MAAM,qBAAqB,EAAE,kBAAkB,EAWrD,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC,GAAG,CAAC,CAGzE,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/** External Dependencies */
|
|
2
|
-
import { TextAnnotation } from 'types/annotations';
|
|
3
|
-
interface TextSpacingsFieldsProps {
|
|
4
|
-
annotation: TextAnnotation;
|
|
5
|
-
updateAnnotation: (updates: Partial<TextAnnotation>) => void;
|
|
6
|
-
t: (key: string) => string;
|
|
7
|
-
}
|
|
8
|
-
declare const TextSpacingsFields: ({ annotation: text, updateAnnotation: updateText, t, }: TextSpacingsFieldsProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
export default TextSpacingsFields;
|
|
10
|
-
//# sourceMappingURL=text-spacings-fields.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"text-spacings-fields.d.ts","sourceRoot":"","sources":["../../../../../src/components/tools/text/text-options/text-spacings-fields.tsx"],"names":[],"mappings":"AAAA,4BAA4B;AAI5B,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAOnD,UAAU,uBAAuB;IAC/B,UAAU,EAAE,cAAc,CAAC;IAC3B,gBAAgB,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC;IAC7D,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC;CAC5B;AAED,QAAA,MAAM,kBAAkB,GAAI,wDAIzB,uBAAuB,4CAyBzB,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tools.constants.d.ts","sourceRoot":"","sources":["../../../src/components/tools/tools.constants.ts"],"names":[],"mappings":"AAsBA,UAAU,QAAQ;IAChB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,GAAG,CAAC;IACV,WAAW,CAAC,EAAE,GAAG,CAAC;CACnB;AAED,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,QAAQ,CA+FhD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CA2B/C,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/warmth/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAE7C,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,kBAAkB,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/** External Dependencies */
|
|
2
|
-
interface WarmthOptionsProps {
|
|
3
|
-
t: (key: string) => string;
|
|
4
|
-
}
|
|
5
|
-
declare const WarmthOptions: ({ t }: WarmthOptionsProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
export default WarmthOptions;
|
|
7
|
-
//# sourceMappingURL=warmth-options.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"warmth-options.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/warmth/warmth-options.tsx"],"names":[],"mappings":"AAAA,4BAA4B;AAe5B,UAAU,kBAAkB;IAC1B,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC;CAC5B;AAED,QAAA,MAAM,aAAa,GAAI,OAAO,kBAAkB,4CAuB/C,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
interface WarmthProps {
|
|
2
|
-
selectTool: () => void;
|
|
3
|
-
isSelected?: boolean;
|
|
4
|
-
t: (key: string) => string;
|
|
5
|
-
}
|
|
6
|
-
declare const Warmth: ({ selectTool, isSelected, t }: WarmthProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export default Warmth;
|
|
8
|
-
//# sourceMappingURL=warmth.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"warmth.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/warmth/warmth.tsx"],"names":[],"mappings":"AAOA,UAAU,WAAW;IACnB,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC;CAC5B;AAED,QAAA,MAAM,MAAM,GAAI,+BAAuC,WAAW,4CAUjE,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/watermark/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
interface WatermarkPaddingProps {
|
|
2
|
-
watermark: Record<string, any>;
|
|
3
|
-
saveWatermark: (updates: Record<string, any>) => void;
|
|
4
|
-
t: (key: string) => string;
|
|
5
|
-
}
|
|
6
|
-
declare const WatermarkPadding: ({ watermark, saveWatermark, t, }: WatermarkPaddingProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export default WatermarkPadding;
|
|
8
|
-
//# sourceMappingURL=watermark-padding.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"watermark-padding.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/watermark/watermark-padding.tsx"],"names":[],"mappings":"AAUA,UAAU,qBAAqB;IAC7B,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC/B,aAAa,EAAE,CAAC,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,IAAI,CAAC;IACtD,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC;CAC5B;AAED,QAAA,MAAM,gBAAgB,GAAI,kCAIvB,qBAAqB,4CAiDvB,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"watermark.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/watermark/watermark.tsx"],"names":[],"mappings":"AAwBA,QAAA,MAAM,SAAS,+CAmQd,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
interface WatermarksGalleryProps {
|
|
2
|
-
addImgWatermark: (img: HTMLImageElement) => void;
|
|
3
|
-
loadAndSetWatermarkImg: (imgUrl: string, revokeObjectUrl?: boolean) => void;
|
|
4
|
-
}
|
|
5
|
-
declare const WatermarksGallery: ({ addImgWatermark, loadAndSetWatermarkImg, }: WatermarksGalleryProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
6
|
-
export default WatermarksGallery;
|
|
7
|
-
//# sourceMappingURL=watermarks-gallery.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"watermarks-gallery.d.ts","sourceRoot":"","sources":["../../../../src/components/tools/watermark/watermarks-gallery.tsx"],"names":[],"mappings":"AAYA,UAAU,sBAAsB;IAC9B,eAAe,EAAE,CAAC,GAAG,EAAE,gBAAgB,KAAK,IAAI,CAAC;IACjD,sBAAsB,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,eAAe,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;CAC7E;AAED,QAAA,MAAM,iBAAiB,GAAI,8CAGxB,sBAAsB,mDA6ExB,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/tools-bar/index.tsx"],"names":[],"mappings":"AAUA,QAAA,MAAM,QAAQ,+CAqIb,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/** External Dependencies */
|
|
2
|
-
import { SvgIconTypeMap, SxProps, Theme } from '@mui/material';
|
|
3
|
-
import { OverridableComponent } from '@mui/material/OverridableComponent';
|
|
4
|
-
interface ToolsBarItemButtonSlotProps {
|
|
5
|
-
icon?: {
|
|
6
|
-
sx?: SxProps<Theme>;
|
|
7
|
-
};
|
|
8
|
-
}
|
|
9
|
-
interface ToolsBarItemButtonProps {
|
|
10
|
-
id?: string;
|
|
11
|
-
label?: string;
|
|
12
|
-
onClick: (id: string | undefined, e: React.MouseEvent) => void;
|
|
13
|
-
Icon: OverridableComponent<SvgIconTypeMap<object, 'svg'>> & {
|
|
14
|
-
muiName: string;
|
|
15
|
-
};
|
|
16
|
-
isSelected?: boolean;
|
|
17
|
-
children?: React.ReactNode;
|
|
18
|
-
className?: string;
|
|
19
|
-
slotProps?: ToolsBarItemButtonSlotProps;
|
|
20
|
-
}
|
|
21
|
-
declare const _default: import("react").MemoExoticComponent<({ id, label, onClick, Icon, isSelected, children, className, slotProps, }: ToolsBarItemButtonProps) => import("react/jsx-runtime").JSX.Element>;
|
|
22
|
-
export default _default;
|
|
23
|
-
//# sourceMappingURL=tools-bar-item-button.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tools-bar-item-button.d.ts","sourceRoot":"","sources":["../../../src/components/tools-bar/tools-bar-item-button.tsx"],"names":[],"mappings":"AAAA,4BAA4B;AAC5B,OAAO,EAAE,cAAc,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAC/D,OAAO,EAAE,oBAAoB,EAAE,MAAM,oCAAoC,CAAC;AAK1E,UAAU,2BAA2B;IACnC,IAAI,CAAC,EAAE;QACL,EAAE,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC;KACrB,CAAC;CACH;AAED,UAAU,uBAAuB;IAC/B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,CAAC,EAAE,EAAE,MAAM,GAAG,SAAS,EAAE,CAAC,EAAE,KAAK,CAAC,UAAU,KAAK,IAAI,CAAC;IAC/D,IAAI,EAAE,oBAAoB,CAAC,cAAc,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,GAAG;QAC1D,OAAO,EAAE,MAAM,CAAC;KACjB,CAAC;IACF,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,2BAA2B,CAAC;CACzC;wIAWE,uBAAuB;AAiC1B,wBAAwC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"canvas-zooming.d.ts","sourceRoot":"","sources":["../../../src/components/topbar/canvas-zooming.tsx"],"names":[],"mappings":"AAmBA,QAAA,MAAM,aAAa,+CAqIlB,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ReactElement } from 'react';
|
|
2
|
-
interface ConfirmationModalProps {
|
|
3
|
-
children: ReactElement;
|
|
4
|
-
isReset?: boolean;
|
|
5
|
-
}
|
|
6
|
-
declare const ConfirmationModal: ({ children, isReset, }: ConfirmationModalProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export default ConfirmationModal;
|
|
8
|
-
//# sourceMappingURL=confirmation-modal.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"confirmation-modal.d.ts","sourceRoot":"","sources":["../../../src/components/topbar/confirmation-modal.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAgB,YAAY,EAAe,MAAM,OAAO,CAAC;AAOhE,UAAU,sBAAsB;IAC9B,QAAQ,EAAE,YAAY,CAAC;IACvB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,QAAA,MAAM,iBAAiB,GAAI,wBAGxB,sBAAsB,4CA2DxB,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"image-dimensions-and-display-toggle.d.ts","sourceRoot":"","sources":["../../../src/components/topbar/image-dimensions-and-display-toggle.tsx"],"names":[],"mappings":"AAWA,QAAA,MAAM,+BAA+B,sDA2EpC,CAAC;AAEF,eAAe,+BAA+B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/topbar/index.tsx"],"names":[],"mappings":"AAAA,4BAA4B;AAW5B,UAAU,WAAW;IACnB,cAAc,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;CAC1C;AAED,QAAA,MAAM,MAAM,GAAI,oBAA+B,WAAW,4CAgDzD,CAAC;AAEF,eAAe,MAAM,CAAC"}
|