{ "version": 3, "sources": ["lib/utilties.ts", "lib/blazor-window-bindings.ts", "_index.ts"], "sourcesContent": ["/**\n * Type Predicate for checking if the sidebar exists.\n * @param element - The element to check.\n */\nexport function ElementExists(element: Element | null): element is T {\n return element !== null;\n}\n\n/**\n * Get the dimensions of the window (can be called within Blazor components).\n */\nexport function GetWindowDimensions(): { width: number; height: number } {\n console.log(\"GetWindowDimensions\");\n return {\n width: window.innerWidth,\n height: window.innerHeight,\n };\n}\n\n/**\n * Check if the device is a mobile device.\n */\nexport function IsMobile(): boolean {\n return window.innerWidth < 768;\n}", "import { GetWindowDimensions, IsMobile } from \"./utilties\";\n\n(window as any).GetWindowDimensions = GetWindowDimensions;\n(window as any).IsMobile = IsMobile;", "import './lib/blazor-window-bindings';\n\nconsole.log('Welcome to Moobob.')"], "mappings": ";;AAWO,WAAS,sBAAyD;AACrE,YAAQ,IAAI,qBAAqB;AACjC,WAAO;AAAA,MACH,OAAO,OAAO;AAAA,MACd,QAAQ,OAAO;AAAA,IACnB;AAAA,EACJ;AAKO,WAAS,WAAoB;AAChC,WAAO,OAAO,aAAa;AAAA,EAC/B;;;ACtBA,EAAC,OAAe,sBAAsB;AACtC,EAAC,OAAe,WAAW;;;ACD3B,UAAQ,IAAI,oBAAoB;", "names": [] }