{"version":3,"file":"helpBlock.js","sources":["../../../Framework/Controls/helpBlock.ts"],"sourcesContent":["// \r\n// Copyright by the Spark Development Network\r\n//\r\n// Licensed under the Rock Community License (the \"License\");\r\n// you may not use this file except in compliance with the License.\r\n// You may obtain a copy of the License at\r\n//\r\n// http://www.rockrms.com/license\r\n//\r\n// Unless required by applicable law or agreed to in writing, software\r\n// distributed under the License is distributed on an \"AS IS\" BASIS,\r\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n// See the License for the specific language governing permissions and\r\n// limitations under the License.\r\n// \r\n//\r\n\r\nimport { defineComponent, PropType } from \"vue\";\r\nimport JavaScriptAnchor from \"./javaScriptAnchor\";\r\n\r\n/** Displays a help block tool-tip. */\r\nconst HelpBlock = defineComponent({\r\n name: \"HelpBlock\",\r\n components: {\r\n JavaScriptAnchor\r\n },\r\n props: {\r\n text: {\r\n type: String as PropType,\r\n required: true\r\n }\r\n },\r\n mounted() {\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n const jquery = window[\"$\"];\r\n jquery(this.$el).tooltip();\r\n },\r\n template: `\r\n\r\n \r\n`\r\n});\r\n\r\nexport default HelpBlock;\r\n"],"names":["HelpBlock","defineComponent","name","components","JavaScriptAnchor","props","text","type","String","required","mounted","jquery","window","$el","tooltip","template"],"mappings":";;;;;;;;;;;AAqBMA,gBAAAA,SAAS,sBAAGC,eAAe,CAAC;YAC9BC,EAAAA,IAAI,EAAE,WAAW;YACjBC,EAAAA,UAAU,EAAE;YACRC,IAAAA,gBAAAA;eACH;YACDC,EAAAA,KAAK,EAAE;YACHC,IAAAA,IAAI,EAAE;YACFC,MAAAA,IAAI,EAAEC,MAA0B;YAChCC,MAAAA,QAAQ,EAAE,IAAA;YACd,KAAA;eACH;YACDC,EAAAA,OAAOA,GAAG;YAEN,IAAA,IAAMC,MAAM,GAAQC,MAAM,CAAM,GAAG,CAAC,CAAA;YACpCD,IAAAA,MAAM,CAAC,IAAI,CAACE,GAAG,CAAC,CAACC,OAAO,EAAE,CAAA;eAC7B;cACDC,QAAQ,EAAA,uPAAA;YAIZ,CAAC;;;;;;;;"}