@evercam/ui 1.0.0-preview-addEPolygonOverlayUiComponent-e67247489 → 1.0.0-preview-labs-189-copilot-multi-agents-0b7c7ca53
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 +5 -73
- package/dist/components/ETooltip.vue.d.ts +1 -0
- package/dist/index.d.ts +2 -73
- package/dist/index.mjs +742 -1002
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +16 -16
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/styles.css +1 -1
- package/dist/tags.json +2 -21
- package/dist/types.d.ts +0 -10
- package/dist/web-types.json +10 -147
- package/package.json +1 -1
- package/dist/components/EPolygonOverlay.vue.d.ts +0 -74
package/dist/attributes.json
CHANGED
|
@@ -1041,6 +1041,11 @@
|
|
|
1041
1041
|
"description": "",
|
|
1042
1042
|
"default": false
|
|
1043
1043
|
},
|
|
1044
|
+
"ETooltip/disabled": {
|
|
1045
|
+
"type": "boolean",
|
|
1046
|
+
"description": "",
|
|
1047
|
+
"default": false
|
|
1048
|
+
},
|
|
1044
1049
|
"ELayout/height": {
|
|
1045
1050
|
"type": "string|number",
|
|
1046
1051
|
"description": "",
|
|
@@ -1514,78 +1519,5 @@
|
|
|
1514
1519
|
"type": "string",
|
|
1515
1520
|
"description": "",
|
|
1516
1521
|
"default": "horizontal"
|
|
1517
|
-
},
|
|
1518
|
-
"EPolygonOverlay/polygons": {
|
|
1519
|
-
"type": "array",
|
|
1520
|
-
"description": ""
|
|
1521
|
-
},
|
|
1522
|
-
"EPolygonOverlay/is-read-only": {
|
|
1523
|
-
"type": "boolean",
|
|
1524
|
-
"description": "",
|
|
1525
|
-
"default": false
|
|
1526
|
-
},
|
|
1527
|
-
"EPolygonOverlay/use-mask": {
|
|
1528
|
-
"type": "boolean",
|
|
1529
|
-
"description": "",
|
|
1530
|
-
"default": false
|
|
1531
|
-
},
|
|
1532
|
-
"EPolygonOverlay/straight-line": {
|
|
1533
|
-
"type": "boolean",
|
|
1534
|
-
"description": "",
|
|
1535
|
-
"default": false
|
|
1536
|
-
},
|
|
1537
|
-
"EPolygonOverlay/value": {
|
|
1538
|
-
"type": "array",
|
|
1539
|
-
"description": ""
|
|
1540
|
-
},
|
|
1541
|
-
"EPolygonOverlay/is-rectangle": {
|
|
1542
|
-
"type": "boolean",
|
|
1543
|
-
"description": "",
|
|
1544
|
-
"default": true
|
|
1545
|
-
},
|
|
1546
|
-
"EPolygonOverlay/show-clear-button": {
|
|
1547
|
-
"type": "boolean",
|
|
1548
|
-
"description": "",
|
|
1549
|
-
"default": false
|
|
1550
|
-
},
|
|
1551
|
-
"EPolygonOverlay/node-size": {
|
|
1552
|
-
"type": "number",
|
|
1553
|
-
"description": "",
|
|
1554
|
-
"default": 6
|
|
1555
|
-
},
|
|
1556
|
-
"EPolygonOverlay/line-color": {
|
|
1557
|
-
"type": "string",
|
|
1558
|
-
"description": "",
|
|
1559
|
-
"default": "#029eff"
|
|
1560
|
-
},
|
|
1561
|
-
"EPolygonOverlay/fill-color": {
|
|
1562
|
-
"type": "string",
|
|
1563
|
-
"description": "",
|
|
1564
|
-
"default": "#029eff22"
|
|
1565
|
-
},
|
|
1566
|
-
"EPolygonOverlay/hover-fill-color": {
|
|
1567
|
-
"type": "string",
|
|
1568
|
-
"description": "",
|
|
1569
|
-
"default": "rgba(66, 192,31, 0.5 )"
|
|
1570
|
-
},
|
|
1571
|
-
"EPolygonOverlay/hover-line-color": {
|
|
1572
|
-
"type": "string",
|
|
1573
|
-
"description": "",
|
|
1574
|
-
"default": "rgb(66, 192,31 )"
|
|
1575
|
-
},
|
|
1576
|
-
"EPolygonOverlay/scale": {
|
|
1577
|
-
"type": "number",
|
|
1578
|
-
"description": "",
|
|
1579
|
-
"default": 1
|
|
1580
|
-
},
|
|
1581
|
-
"EPolygonOverlay/image-width": {
|
|
1582
|
-
"type": "number",
|
|
1583
|
-
"description": "",
|
|
1584
|
-
"default": 0
|
|
1585
|
-
},
|
|
1586
|
-
"EPolygonOverlay/image-height": {
|
|
1587
|
-
"type": "number",
|
|
1588
|
-
"description": "",
|
|
1589
|
-
"default": 0
|
|
1590
1522
|
}
|
|
1591
1523
|
}
|
|
@@ -12,5 +12,6 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, a
|
|
|
12
12
|
position: Position;
|
|
13
13
|
color: BaseColor;
|
|
14
14
|
dark: boolean;
|
|
15
|
+
disabled: boolean;
|
|
15
16
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
|
|
16
17
|
export default _default;
|
package/dist/index.d.ts
CHANGED
|
@@ -36,7 +36,6 @@ import EVoiceRecorderToText from './components/EVoiceInput.vue';
|
|
|
36
36
|
import ERadioGroup from './components/ERadioGroup.vue';
|
|
37
37
|
import ETabs from './components/ETabs.vue';
|
|
38
38
|
import EPopover from './components/EPopover.vue';
|
|
39
|
-
import EPolygonOverlay from './components/EPolygonOverlay.vue';
|
|
40
39
|
export declare const components: {
|
|
41
40
|
EAvatar: 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>>, {
|
|
42
41
|
sizes: {
|
|
@@ -875,6 +874,7 @@ export declare const components: {
|
|
|
875
874
|
position: import('./types').Position;
|
|
876
875
|
color: import('./types').BaseColor;
|
|
877
876
|
dark: boolean;
|
|
877
|
+
disabled: boolean;
|
|
878
878
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
|
|
879
879
|
ELayout: 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>>, {
|
|
880
880
|
footerHeight: number;
|
|
@@ -1288,83 +1288,12 @@ export declare const components: {
|
|
|
1288
1288
|
dark: boolean;
|
|
1289
1289
|
orientation: string;
|
|
1290
1290
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
|
|
1291
|
-
EPolygonOverlay: 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>>, {
|
|
1292
|
-
points: import('./types').Point[];
|
|
1293
|
-
draggingPointIndex: null;
|
|
1294
|
-
isDraggingPoint: boolean;
|
|
1295
|
-
isMouseDown: boolean;
|
|
1296
|
-
startX: number;
|
|
1297
|
-
startY: number;
|
|
1298
|
-
currentX: number;
|
|
1299
|
-
currentY: number;
|
|
1300
|
-
hoveredIndex: null;
|
|
1301
|
-
strokeDasharray: string;
|
|
1302
|
-
width: number;
|
|
1303
|
-
height: number;
|
|
1304
|
-
containerRect: {
|
|
1305
|
-
left: number;
|
|
1306
|
-
top: number;
|
|
1307
|
-
};
|
|
1308
|
-
}, {
|
|
1309
|
-
onResize(): void;
|
|
1310
|
-
getRelativePosition(event: MouseEvent): {
|
|
1311
|
-
x: number;
|
|
1312
|
-
y: number;
|
|
1313
|
-
container: HTMLElement;
|
|
1314
|
-
};
|
|
1315
|
-
handleResize(): void;
|
|
1316
|
-
handleMouseDown(event: MouseEvent): void;
|
|
1317
|
-
handleMouseMove(event: MouseEvent): void;
|
|
1318
|
-
handleMouseUp(event: MouseEvent): void;
|
|
1319
|
-
removePoint(index: number): void;
|
|
1320
|
-
startDraggingPoint(event: MouseEvent, index: number): void;
|
|
1321
|
-
insertPoint(point: import('./types').Point): void;
|
|
1322
|
-
distanceToLineSegment(p1: import('./types').Point, p2: import('./types').Point, p: import('./types').Point): number;
|
|
1323
|
-
saveSelection(): void;
|
|
1324
|
-
}, {
|
|
1325
|
-
controlsStyles: Record<string, string>;
|
|
1326
|
-
polygonPosition: {
|
|
1327
|
-
left: number;
|
|
1328
|
-
top: number;
|
|
1329
|
-
} | null;
|
|
1330
|
-
polygonPoints: string;
|
|
1331
|
-
denormalizedPolygons: import('./types').Polygon[];
|
|
1332
|
-
deNormalizedPoints: import('./types').Point[];
|
|
1333
|
-
normalizedPoints: import('./types').Point[];
|
|
1334
|
-
}, {
|
|
1335
|
-
polygons: import('./types').Polygon[];
|
|
1336
|
-
isReadOnly: boolean;
|
|
1337
|
-
useMask: boolean;
|
|
1338
|
-
straightLine: boolean;
|
|
1339
|
-
value: import('./types').Point[];
|
|
1340
|
-
isRectangle: boolean;
|
|
1341
|
-
showClearButton: boolean;
|
|
1342
|
-
nodeSize: number;
|
|
1343
|
-
lineColor: string;
|
|
1344
|
-
fillColor: string;
|
|
1345
|
-
hoverFillColor: string;
|
|
1346
|
-
hoverLineColor: string;
|
|
1347
|
-
scale: number;
|
|
1348
|
-
imageWidth: number;
|
|
1349
|
-
imageHeight: number;
|
|
1350
|
-
}, {}, 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>>, {
|
|
1351
|
-
eventListeners: import("./mixins/event-listeners").IEventListener[];
|
|
1352
|
-
}, {
|
|
1353
|
-
$addEventListener(event: string, cb: () => void, element?: Document): void;
|
|
1354
|
-
$removeEventListener(event: string, cb: () => void, element?: Document): void;
|
|
1355
|
-
$removeEventListeners(): void;
|
|
1356
|
-
}, unknown, Record<never, any>, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin> | 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>>, {
|
|
1357
|
-
timeouts: number[];
|
|
1358
|
-
}, {
|
|
1359
|
-
$setTimeout(cb: Function, timeout?: number): number;
|
|
1360
|
-
$clearTimeouts(): void;
|
|
1361
|
-
}, unknown, Record<never, any>, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>, import("vue").ComponentOptionsMixin>;
|
|
1362
1291
|
};
|
|
1363
1292
|
declare const _default: {
|
|
1364
1293
|
install(Vue: VueConstructor): void;
|
|
1365
1294
|
};
|
|
1366
1295
|
export default _default;
|
|
1367
|
-
export { EAvatar, EBadge, EIcon, ESpinner, ERow, ECol, EVideoPlayer, ETimeline, EVideoEmbed, EHeatmapBar, EHoursHeatmap, EReadMore, ETruncatedDiv, ECompareSeparator, EImagesComparator, EDragResize, EToggleSwitch, EExpandableMenu, EZoomable, EGlobalSearch, ESvgIcon, ECalendarHeatmap, EImagePlayer, EZoomableImg, EZoomSlider, EActionButton, ETooltip, ELayout, ECopyToClipboardBtn, EPopover, EVoiceRecorderToText, ERadioGroup, ESelect, ETabs, ESchedulePicker, ESchedule, EStepper,
|
|
1296
|
+
export { EAvatar, EBadge, EIcon, ESpinner, ERow, ECol, EVideoPlayer, ETimeline, EVideoEmbed, EHeatmapBar, EHoursHeatmap, EReadMore, ETruncatedDiv, ECompareSeparator, EImagesComparator, EDragResize, EToggleSwitch, EExpandableMenu, EZoomable, EGlobalSearch, ESvgIcon, ECalendarHeatmap, EImagePlayer, EZoomableImg, EZoomSlider, EActionButton, ETooltip, ELayout, ECopyToClipboardBtn, EPopover, EVoiceRecorderToText, ERadioGroup, ESelect, ETabs, ESchedulePicker, ESchedule, EStepper, };
|
|
1368
1297
|
export * from './constants';
|
|
1369
1298
|
export * from './types';
|
|
1370
1299
|
export * from './utils';
|