@evercam/ui 1.0.0-preview-workshop-24cd2e996 → 1.0.0-preview-e-heatmap-overlay-e52726ba9
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 -29
- package/dist/index.d.ts +1 -19
- package/dist/index.mjs +8179 -29061
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +28 -266
- package/dist/index.umd.js.map +1 -1
- package/dist/tags.json +0 -11
- package/dist/web-types.json +3 -68
- package/package.json +1 -1
- package/dist/components/EHeatmapOverlay.vue.d.ts +0 -20
package/dist/attributes.json
CHANGED
|
@@ -1514,34 +1514,5 @@
|
|
|
1514
1514
|
"type": "string",
|
|
1515
1515
|
"description": "",
|
|
1516
1516
|
"default": "horizontal"
|
|
1517
|
-
},
|
|
1518
|
-
"EHeatmapOverlay/points": {
|
|
1519
|
-
"type": "array",
|
|
1520
|
-
"description": ""
|
|
1521
|
-
},
|
|
1522
|
-
"EHeatmapOverlay/radius": {
|
|
1523
|
-
"type": "number",
|
|
1524
|
-
"description": "",
|
|
1525
|
-
"default": 0.08
|
|
1526
|
-
},
|
|
1527
|
-
"EHeatmapOverlay/opacity": {
|
|
1528
|
-
"type": "number",
|
|
1529
|
-
"description": "",
|
|
1530
|
-
"default": 0.9
|
|
1531
|
-
},
|
|
1532
|
-
"EHeatmapOverlay/max": {
|
|
1533
|
-
"type": "number",
|
|
1534
|
-
"description": "",
|
|
1535
|
-
"default": 0
|
|
1536
|
-
},
|
|
1537
|
-
"EHeatmapOverlay/scheme": {
|
|
1538
|
-
"type": "string",
|
|
1539
|
-
"description": "",
|
|
1540
|
-
"default": "turbo"
|
|
1541
|
-
},
|
|
1542
|
-
"EHeatmapOverlay/clamp": {
|
|
1543
|
-
"type": "boolean",
|
|
1544
|
-
"description": "",
|
|
1545
|
-
"default": true
|
|
1546
1517
|
}
|
|
1547
1518
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -23,7 +23,6 @@ import ESchedulePicker from './components/ESchedulePicker.vue';
|
|
|
23
23
|
import ESchedule from './components/ESchedule.vue';
|
|
24
24
|
import ESelect from './components/ESelect.vue';
|
|
25
25
|
import EStepper from './components/EStepper.vue';
|
|
26
|
-
import EHeatmapOverlay from './components/EHeatmapOverlay.vue';
|
|
27
26
|
import { VueConstructor } from "vue";
|
|
28
27
|
import EGlobalSearch from './components/EGlobalSearch.vue';
|
|
29
28
|
import EImagePlayer from './components/EImagePlayer.vue';
|
|
@@ -1288,29 +1287,12 @@ export declare const components: {
|
|
|
1288
1287
|
dark: boolean;
|
|
1289
1288
|
orientation: string;
|
|
1290
1289
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
|
|
1291
|
-
EHeatmapOverlay: 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
|
-
overlayOpacity: number;
|
|
1293
|
-
isFistDraw: boolean;
|
|
1294
|
-
}, {
|
|
1295
|
-
onResize(): void;
|
|
1296
|
-
syncCanvasSize(): void;
|
|
1297
|
-
getInterpolator(): any;
|
|
1298
|
-
buildLookupTable(size?: number): Uint8ClampedArray;
|
|
1299
|
-
draw(): void;
|
|
1300
|
-
}, unknown, {
|
|
1301
|
-
points: import('./types').HeatmapPoint[];
|
|
1302
|
-
radius: number;
|
|
1303
|
-
opacity: number;
|
|
1304
|
-
max: number;
|
|
1305
|
-
scheme: string;
|
|
1306
|
-
clamp: boolean;
|
|
1307
|
-
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
|
|
1308
1290
|
};
|
|
1309
1291
|
declare const _default: {
|
|
1310
1292
|
install(Vue: VueConstructor): void;
|
|
1311
1293
|
};
|
|
1312
1294
|
export default _default;
|
|
1313
|
-
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,
|
|
1295
|
+
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, };
|
|
1314
1296
|
export * from './constants';
|
|
1315
1297
|
export * from './types';
|
|
1316
1298
|
export * from './utils';
|