{"version":3,"file":"popover.min.js","sources":["https:\/\/edu.betha.com.br\/theme\/smart\/amd\/src\/bootstrap\/popover.js"],"sourcesContent":["\/**\r\n * --------------------------------------------------------------------------\r\n * Bootstrap (v4.6.2): popover.js\r\n * Licensed under MIT (https:\/\/github.com\/twbs\/bootstrap\/blob\/main\/LICENSE)\r\n * --------------------------------------------------------------------------\r\n *\/\r\n\r\nimport $ from 'jquery'\r\nimport Tooltip from '.\/tooltip'\r\n\r\n\/**\r\n * Constants\r\n *\/\r\n\r\nconst NAME = 'popover'\r\nconst VERSION = '4.6.2'\r\nconst DATA_KEY = 'bs.popover'\r\nconst EVENT_KEY = `.${DATA_KEY}`\r\nconst JQUERY_NO_CONFLICT = $.fn[NAME]\r\nconst CLASS_PREFIX = 'bs-popover'\r\nconst BSCLS_PREFIX_REGEX = new RegExp(`(^|\\\\s)${CLASS_PREFIX}\\\\S+`, 'g')\r\n\r\nconst CLASS_NAME_FADE = 'fade'\r\nconst CLASS_NAME_SHOW = 'show'\r\n\r\nconst SELECTOR_TITLE = '.popover-header'\r\nconst SELECTOR_CONTENT = '.popover-body'\r\n\r\nconst Default = {\r\n ...Tooltip.Default,\r\n placement: 'right',\r\n trigger: 'click',\r\n content: '',\r\n template: '