{"version":3,"file":"VueTailwindSettings.26494021.js","sources":["../../js/components/VueTailwindSettings.ts"],"sourcesContent":["// Due to VueTailwind being UMD, see https://github.com/vitejs/vite/issues/813\nimport TRichSelect from 'vue-tailwind/dist/t-rich-select'\n\n// We have to use a shared settings object because if we register tailwind a second tim\n// with different settings, it is ignored. There's probably a way to manually call\n// Vue.component and pass in the settings, but this is easier and is what is documented.\nconst tailwindSettings = {\n 't-rich-select': {\n component: TRichSelect,\n props: {\n fixedClasses: {\n wrapper: 'relative',\n buttonWrapper: 'inline-block relative w-full',\n selectButton: 'w-full grid text-left justify-between items-center pl-3 py-2 pr-8 text-black transition duration-100 ease-in-out border-b focus:outline-none disabled:opacity-50 disabled:cursor-not-allowed',\n selectButtonLabel: 'block truncate',\n selectButtonPlaceholder: 'block truncate',\n selectButtonIcon: 'rounded flex flex-shrink-0 items-center justify-center absolute right-0 top-0 m-2 h-6 w-6 transition duration-100 ease-in-out fill-current h-3 w-3',\n selectButtonClearButton: 'rounded flex flex-shrink-0 items-center justify-center absolute right-0 top-0 m-2 h-6 w-6 transition duration-100 ease-in-out',\n selectButtonClearIcon: 'fill-current h-3 w-3',\n dropdown: 'absolute w-full z-10 -mt-1 absolute border rounded-b shadow-sm z-10',\n optionsList: 'overflow-auto',\n searchWrapper: 'inline-block w-full',\n searchBox: 'inline-block w-full',\n option: 'cursor-pointer',\n disabledOption: 'opacity-50 cursor-not-allowed',\n highlightedOption: 'cursor-pointer',\n selectedOption: 'cursor-pointer',\n selectedHighlightedOption: 'cursor-pointer',\n optionLabel: 'truncate block',\n // Remove the checkmark to indicate selection. Another option (later) is to\n // create our own slot template so that we can add other styling that we want.\n selectedIcon: 'hidden'\n // selectedIcon: 'fill-current h-4 w-4'\n },\n classes: {\n wrapper: '',\n buttonWrapper: '',\n selectButton: 'bg-white border-gray-700',\n selectButtonLabel: '',\n selectButtonPlaceholder: 'text-gray-400',\n selectButtonIcon: 'hover:bg-primary hover:text-white text-black',\n selectButtonClearButton: 'hover:bg-primary hover:text-white text-black',\n selectButtonClearIcon: '',\n dropdown: 'bg-white border-gray-300',\n dropdownFeedback: 'pb-2 px-3 text-gray-400 text-sm',\n loadingMoreResults: 'pb-2 px-3 text-gray-400 text-sm',\n optionsList: '',\n searchWrapper: 'p-2 placeholder-gray-400',\n searchBox: 'px-3 py-2 bg-gray-50 text-sm rounded border focus:outline-none border-gray-400',\n optgroup: 'text-primary text-opacity-75 uppercase text-xs py-1 px-2 font-semibold',\n option: '',\n disabledOption: '',\n highlightedOption: 'bg-primary bg-opacity-75 text-white',\n selectedOption: 'bg-primary text-white',\n selectedHighlightedOption: 'bg-primary text-white',\n optionContent: 'flex justify-between items-center px-3 py-2',\n optionLabel: '',\n selectedIcon: '',\n enterClass: 'opacity-0',\n enterActiveClass: 'transition ease-out duration-100',\n enterToClass: 'opacity-100',\n leaveClass: 'opacity-100',\n leaveActiveClass: 'transition ease-in duration-75',\n leaveToClass: 'opacity-0'\n }\n }\n }\n}\n\nexport default tailwindSettings;"],"names":["tailwindSettings","component","TRichSelect","props","fixedClasses","wrapper","buttonWrapper","selectButton","selectButtonLabel","selectButtonPlaceholder","selectButtonIcon","selectButtonClearButton","selectButtonClearIcon","dropdown","optionsList","searchWrapper","searchBox","option","disabledOption","highlightedOption","selectedOption","selectedHighlightedOption","optionLabel","selectedIcon","classes","dropdownFeedback","loadingMoreResults","optgroup","optionContent","enterClass","enterActiveClass","enterToClass","leaveClass","leaveActiveClass","leaveToClass"],"mappings":"+CAMMA,EAAmB,CACrB,gBAAiB,CACbC,UAAWC,EACXC,MAAO,CACHC,aAAc,CACVC,QAAS,WACTC,cAAe,+BACfC,aAAc,+LACdC,kBAAmB,iBACnBC,wBAAyB,iBACzBC,iBAAkB,qJAClBC,wBAAyB,gIACzBC,sBAAuB,uBACvBC,SAAU,sEACVC,YAAa,gBACbC,cAAe,sBACfC,UAAW,sBACXC,OAAQ,iBACRC,eAAgB,gCAChBC,kBAAmB,iBACnBC,eAAgB,iBAChBC,0BAA2B,iBAC3BC,YAAa,iBAGbC,aAAc,UAGlBC,QAAS,CACLnB,QAAS,GACTC,cAAe,GACfC,aAAc,2BACdC,kBAAmB,GACnBC,wBAAyB,gBACzBC,iBAAkB,+CAClBC,wBAAyB,+CACzBC,sBAAuB,GACvBC,SAAU,2BACVY,iBAAkB,kCAClBC,mBAAoB,kCACpBZ,YAAa,GACbC,cAAe,2BACfC,UAAW,iFACXW,SAAU,yEACVV,OAAQ,GACRC,eAAgB,GAChBC,kBAAmB,sCACnBC,eAAgB,wBAChBC,0BAA2B,wBAC3BO,cAAe,8CACfN,YAAa,GACbC,aAAc,GACdM,WAAY,YACZC,iBAAkB,mCAClBC,aAAc,cACdC,WAAY,cACZC,iBAAkB,iCAClBC,aAAc"}