kimai-plugin-heatmap/Resources/public/heatmap.js
Christopher Mühl 032b6f87ff
feat: add JS toolchain — esbuild, TypeScript, Vitest
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 13:11:26 +02:00

1 line
537 B
JavaScript

"use strict";var KimaiHeatmap=(()=>{var e=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var m=Object.prototype.hasOwnProperty;var p=(i,n)=>{for(var t in n)e(i,t,{get:n[t],enumerable:!0})},H=(i,n,t,l)=>{if(n&&typeof n=="object"||typeof n=="function")for(let o of c(n))!m.call(i,o)&&o!==t&&e(i,o,{get:()=>n[o],enumerable:!(l=a(n,o))||l.enumerable});return i};var d=i=>H(e({},"__esModule",{value:!0}),i);var g={};p(g,{init:()=>f});function f(i){console.log("Heatmap init",i)}return d(g);})();