@evercam/ui 0.0.63-preview-create-image-comparator-comp-974ad3272 → 0.0.63
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/dist/attributes.json +0 -15
- package/dist/index.d.ts +1 -30
- package/dist/index.mjs +708 -850
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +23 -23
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/styles.css +0 -8
- package/dist/tags.json +0 -8
- package/dist/web-types.json +2 -40
- package/package.json +2 -2
- package/CHANGELOG.md +0 -25
- package/dist/components/EImagesComparator.vue.d.ts +0 -30
package/dist/attributes.json
CHANGED
|
@@ -579,21 +579,6 @@
|
|
|
579
579
|
"description": "",
|
|
580
580
|
"default": 50
|
|
581
581
|
},
|
|
582
|
-
"EImagesComparator/before-image-src": {
|
|
583
|
-
"type": "string",
|
|
584
|
-
"description": "",
|
|
585
|
-
"default": null
|
|
586
|
-
},
|
|
587
|
-
"EImagesComparator/after-image-src": {
|
|
588
|
-
"type": "string",
|
|
589
|
-
"description": "",
|
|
590
|
-
"default": null
|
|
591
|
-
},
|
|
592
|
-
"EImagesComparator/is-loading": {
|
|
593
|
-
"type": "boolean",
|
|
594
|
-
"description": "",
|
|
595
|
-
"default": false
|
|
596
|
-
},
|
|
597
582
|
"EToggleSwitch/options": {
|
|
598
583
|
"type": "array",
|
|
599
584
|
"description": ""
|
package/dist/index.d.ts
CHANGED
|
@@ -12,7 +12,6 @@ import EHoursHeatmap from './components/EHoursHeatmap.vue';
|
|
|
12
12
|
import EReadMore from './components/EReadMore.vue';
|
|
13
13
|
import ETruncatedDiv from './components/ETruncatedDiv.vue';
|
|
14
14
|
import ECompareSeparator from './components/ECompareSeparator.vue';
|
|
15
|
-
import EImagesComparator from './components/EImagesComparator.vue';
|
|
16
15
|
import EExpandableMenu from './components/EExpandableMenu.vue';
|
|
17
16
|
import ESvgIcon from './components/ESvgIcon.vue';
|
|
18
17
|
import EToggleSwitch from './components/EToggleSwitch.vue';
|
|
@@ -610,34 +609,6 @@ export declare const components: {
|
|
|
610
609
|
}, {
|
|
611
610
|
xOffset: string | number;
|
|
612
611
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
|
|
613
|
-
EImagesComparator: import("vue/types/vue").ExtendedVue<import("vue").default<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => import("vue").default<Record<string, any>, Record<string, any>, never, never, any>>, {
|
|
614
|
-
separatorPositionX: number;
|
|
615
|
-
startSeparatorPositionX: number;
|
|
616
|
-
computedImageDimension: Record<string, any>;
|
|
617
|
-
isSeparatorDragging: boolean;
|
|
618
|
-
watermarkDimension: Record<string, any>;
|
|
619
|
-
touchIdentifier: number | null;
|
|
620
|
-
startTouchX: number;
|
|
621
|
-
containerRect: DOMRect;
|
|
622
|
-
container: HTMLElement;
|
|
623
|
-
afterImage: HTMLImageElement;
|
|
624
|
-
}, {
|
|
625
|
-
handleResize(): void;
|
|
626
|
-
handleWatermarkResize(): void;
|
|
627
|
-
handleMouseMove(event: MouseEvent): void;
|
|
628
|
-
handleMouseDown(): void;
|
|
629
|
-
handleMouseUp(): void;
|
|
630
|
-
handleTouchStart(event: TouchEvent): void;
|
|
631
|
-
handleTouchMove(event: TouchEvent): void;
|
|
632
|
-
handleTouchEnd(event: TouchEvent): void;
|
|
633
|
-
}, {
|
|
634
|
-
clipStyle: Record<string, string>;
|
|
635
|
-
contentStyle: Record<string, string>;
|
|
636
|
-
}, {
|
|
637
|
-
beforeImageSrc: string;
|
|
638
|
-
afterImageSrc: string;
|
|
639
|
-
isLoading: boolean;
|
|
640
|
-
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
|
|
641
612
|
EToggleSwitch: import("vue/types/vue").ExtendedVue<import("vue").default<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => import("vue").default<Record<string, any>, Record<string, any>, never, never, any>>, {
|
|
642
613
|
value: any;
|
|
643
614
|
}, {
|
|
@@ -773,7 +744,7 @@ declare const _default: {
|
|
|
773
744
|
install(Vue: VueConstructor): void;
|
|
774
745
|
};
|
|
775
746
|
export default _default;
|
|
776
|
-
export { EAvatar, EBadge, EIcon, ESpinner, ERow, ECol, EVideoPlayer, ETimeline, EVideoEmbed, EHeatmapBar, EHoursHeatmap, EReadMore, ETruncatedDiv, ECompareSeparator,
|
|
747
|
+
export { EAvatar, EBadge, EIcon, ESpinner, ERow, ECol, EVideoPlayer, ETimeline, EVideoEmbed, EHeatmapBar, EHoursHeatmap, EReadMore, ETruncatedDiv, ECompareSeparator, EToggleSwitch, EExpandableMenu, EZoomable, EGlobalSearch, ESvgIcon, };
|
|
777
748
|
export * from './constants';
|
|
778
749
|
export * from './types';
|
|
779
750
|
export * from './utils';
|