{"version":3,"file":"js/44148.29b4a2f030d8972e.js","mappings":"yrBACIA,EAAa,CACf,MAAS,0DAEPC,EAAa,CAAC,aCHlB,SACEC,WAAY,CACV,gBAAgB,IAAAC,uBAAqB,WACnC,OAAO,gCACT,KAEFC,MAAO,CACLC,QAAS,CACPC,KAAMC,OACNC,UAAU,GAEZC,MAAO,CACLH,KAAMI,QACN,SAAW,IAGfC,SAAU,CACRC,OAAQ,WACN,OAAOC,KAAKR,QAAQS,KAAKC,QAAO,SAAUC,EAAgBF,EAAMG,GAI9D,OAHKH,EAAKI,aACRF,EAAeG,KAAKF,GAEfD,CACT,GAAG,GACL,ICpBJ,MAEA,GAFiC,E,SAAA,GAAgB,EAAQ,CAAC,CAAC,SFApD,SAAgBI,EAAMC,EAAQC,EAAQC,EAAQC,EAAOC,GAC1D,IAAIC,GAA0B,sBAAkB,gBAC5CC,EAA8B,KAC9BC,EAAyB,KAC7B,OAAO,kBAAc,iBAAaA,EAAwB,CACxDC,WAAYJ,EAASb,OACrB,sBAAuBS,EAAO,KAAOA,EAAO,GAAK,SAAUS,GACzD,OAAOL,EAASb,OAASkB,CAC3B,GACA,MAAS,oBACR,CACD,SAAW,cAAS,WAClB,MAAO,GAAE,gBAAW,IAAO,wBAAoB,WAAW,MAAM,gBAAYR,EAAOjB,QAAQS,MAAM,SAAUiB,EAAMd,GAC/G,OAAO,kBAAc,iBAAaU,EAA6B,CAC7DK,IAAKf,EACLgB,KAAMhB,EACNiB,UAAWH,EAAKb,YAChB,MAAS,UACR,CACDiB,OAAO,cAAS,WACd,MAAO,EAAC,wBAAoB,IAAKnC,GAAY,qBAAiB+B,EAAKK,UAAW,GAAIL,EAAKb,cAAe,kBAAc,iBAAaQ,EAAyB,CACxJM,IAAK,EACLK,MAAOf,EAAOb,MAAQ,UAAY,UAClC,MAAS,yBACR,KAAM,EAAG,CAAC,YAAa,wBAAoB,IAAI,GACpD,IACA,SAAW,cAAS,WAClB,MAAO,EAAC,wBAAoB,IAAK,CAC/B,MAAS,UACT6B,UAAWP,EAAKQ,QACf,KAAM,EAAGtC,GACd,IACAuC,EAAG,GACF,KAAM,CAAC,OAAQ,YACpB,IAAI,MACN,IACAA,EAAG,GACF,EAAG,CAAC,cACT,I,kDGAA,QARA,WACE,IAAKC,UAAUC,OACb,MAAO,GAET,IAAIC,EAAQF,UAAU,GACtB,OAAO,OAAQE,GAASA,EAAQ,CAACA,EACnC,C","sources":["webpack://lawline/./resources/assets/js/vue/apps/requirements/components/state/RequirementsSection.vue?f539","webpack://lawline/./resources/assets/js/vue/apps/requirements/components/state/RequirementsSection.vue","webpack://lawline/./resources/assets/js/vue/apps/requirements/components/state/RequirementsSection.vue?61d7","webpack://lawline/./node_modules/lodash-es/castArray.js"],"sourcesContent":["import { renderList as _renderList, Fragment as _Fragment, openBlock as _openBlock, createElementBlock as _createElementBlock, toDisplayString as _toDisplayString, createElementVNode as _createElementVNode, resolveComponent as _resolveComponent, createBlock as _createBlock, createCommentVNode as _createCommentVNode, withCtx as _withCtx } from \"vue\";\nvar _hoisted_1 = {\n \"class\": \"text-left text-2xl font-medium leading-none lg:text-xl\"\n};\nvar _hoisted_2 = [\"innerHTML\"];\nexport function render(_ctx, _cache, $props, $setup, $data, $options) {\n var _component_ll_plus_icon = _resolveComponent(\"ll-plus-icon\");\n var _component_el_collapse_item = _resolveComponent(\"el-collapse-item\");\n var _component_el_collapse = _resolveComponent(\"el-collapse\");\n return _openBlock(), _createBlock(_component_el_collapse, {\n modelValue: $options.active,\n \"onUpdate:modelValue\": _cache[0] || (_cache[0] = function ($event) {\n return $options.active = $event;\n }),\n \"class\": \"faq mb-16 w-full\"\n }, {\n \"default\": _withCtx(function () {\n return [(_openBlock(true), _createElementBlock(_Fragment, null, _renderList($props.section.meta, function (item, i) {\n return _openBlock(), _createBlock(_component_el_collapse_item, {\n key: i,\n name: i,\n disabled: !item.collapsible,\n \"class\": \"w-full\"\n }, {\n title: _withCtx(function () {\n return [_createElementVNode(\"p\", _hoisted_1, _toDisplayString(item.question), 1), item.collapsible ? (_openBlock(), _createBlock(_component_ll_plus_icon, {\n key: 0,\n color: $props.isCpe ? '#C7408F' : '#EE2D38',\n \"class\": \"ml-auto flex-shrink-0\"\n }, null, 8, [\"color\"])) : _createCommentVNode(\"\", true)];\n }),\n \"default\": _withCtx(function () {\n return [_createElementVNode(\"p\", {\n \"class\": \"text-lg\",\n innerHTML: item.answer\n }, null, 8, _hoisted_2)];\n }),\n _: 2\n }, 1032, [\"name\", \"disabled\"]);\n }), 128))];\n }),\n _: 1\n }, 8, [\"modelValue\"]);\n}","import { defineAsyncComponent } from 'vue';\nexport default {\n components: {\n 'll-plus-icon': defineAsyncComponent(function () {\n return import('@vue_shared/icon/LLPlusIcon');\n })\n },\n props: {\n section: {\n type: Object,\n required: true\n },\n isCpe: {\n type: Boolean,\n \"default\": false\n }\n },\n computed: {\n active: function active() {\n return this.section.meta.reduce(function (activeSections, meta, i) {\n if (!meta.collapsible) {\n activeSections.push(i);\n }\n return activeSections;\n }, []);\n }\n }\n};","/* unplugin-vue-components disabled */import { render } from \"./RequirementsSection.vue?vue&type=template&id=471eccfc\"\nimport script from \"./RequirementsSection.vue?vue&type=script&lang=js\"\nexport * from \"./RequirementsSection.vue?vue&type=script&lang=js\"\n\nimport exportComponent from \"../../../../../../../../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render]])\n\nexport default __exports__","import isArray from './isArray.js';\n\n/**\n * Casts `value` as an array if it's not one.\n *\n * @static\n * @memberOf _\n * @since 4.4.0\n * @category Lang\n * @param {*} value The value to inspect.\n * @returns {Array} Returns the cast array.\n * @example\n *\n * _.castArray(1);\n * // => [1]\n *\n * _.castArray({ 'a': 1 });\n * // => [{ 'a': 1 }]\n *\n * _.castArray('abc');\n * // => ['abc']\n *\n * _.castArray(null);\n * // => [null]\n *\n * _.castArray(undefined);\n * // => [undefined]\n *\n * _.castArray();\n * // => []\n *\n * var array = [1, 2, 3];\n * console.log(_.castArray(array) === array);\n * // => true\n */\nfunction castArray() {\n if (!arguments.length) {\n return [];\n }\n var value = arguments[0];\n return isArray(value) ? value : [value];\n}\n\nexport default castArray;\n"],"names":["_hoisted_1","_hoisted_2","components","defineAsyncComponent","props","section","type","Object","required","isCpe","Boolean","computed","active","this","meta","reduce","activeSections","i","collapsible","push","_ctx","_cache","$props","$setup","$data","$options","_component_ll_plus_icon","_component_el_collapse_item","_component_el_collapse","modelValue","$event","item","key","name","disabled","title","question","color","innerHTML","answer","_","arguments","length","value"],"sourceRoot":""}