{"version":3,"file":"now-ui-dashboard.js","sources":["core/partials/description_pro.js","core/partials/variables.js","core/partials/debounce.js","core/partials/perfect_scrollbar.js","core/partials/ready_dashboard_pro.js","core/partials/navbar_toggle.js","core/partials/resize.js","core/partials/object_dashboard_pro.js","core/partials/hex_to_rgb.js"],"sourcesContent":["/*!\n\n =========================================================\n * now-ui-dashboard-pro - v1.0.1\n =========================================================\n\n * Product Page: https://www.creative-tim.com/product/now-ui-dashboard\n * Copyright 2018 Creative Tim (http://www.creative-tim.com)\n * Licensed under MIT (https://github.com/creativetimofficial/now-ui-dashboard/blob/master/LICENSE.md)\n\n * Designed by www.invisionapp.com Coded by www.creative-tim.com\n\n =========================================================\n\n * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\n */\n"," transparent = true;\n transparentDemo = true;\n fixedTop = false;\n\n navbar_initialized,\n backgroundOrange = false,\n sidebar_mini_active = false,\n toggle_initialized = false;\n\n seq = 0, delays = 80, durations = 500;\n seq2 = 0, delays2 = 80, durations2 = 500;\n","// Returns a function, that, as long as it continues to be invoked, will not\n// be triggered. The function will be called after it stops being called for\n// N milliseconds. If `immediate` is passed, trigger the function on the\n// leading edge, instead of the trailing.\n\ndebounce = function (func, wait, immediate) {\n\tvar timeout;\n\treturn function() {\n\t\tvar context = this, args = arguments;\n\t\tclearTimeout(timeout);\n\t\ttimeout = setTimeout(function() {\n\t\t\ttimeout = null;\n\t\t\tif (!immediate) func.apply(context, args);\n\t\t}, wait);\n\t\tif (immediate && !timeout) func.apply(context, args);\n\t};\n}\n","(function(){\n isWindows = navigator.platform.indexOf('Win') > -1 ? true : false;\n\n if (isWindows){\n // if we are on windows OS we activate the perfectScrollbar function\n $('.sidebar .sidebar-wrapper, .main-panel').perfectScrollbar();\n\n $('html').addClass('perfect-scrollbar-on');\n } else {\n $('html').addClass('perfect-scrollbar-off');\n }\n})();\n","$(document).ready(function(){\n // Activate the Tooltips\n $('[data-toggle=\"tooltip\"], [rel=\"tooltip\"]').tooltip();\n\n // Activate Popovers and set color for popovers\n $('[data-toggle=\"popover\"]').each(function(){\n color_class = $(this).data('color');\n $(this).popover({\n template: '