primevue
Version:
PrimeVue is an open source UI library for Vue featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBloc
2 lines (1 loc) • 735 B
JavaScript
this.primevue=this.primevue||{},this.primevue.tristatecheckbox=this.primevue.tristatecheckbox||{},this.primevue.tristatecheckbox.style=function(e){"use strict";function c(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}return c(primevue.base.style).default.extend({name:"tristatecheckbox",classes:{root:function(e){var c=e.props;return["p-checkbox p-component",{"p-checkbox-checked":!0===c.modelValue,"p-checkbox-disabled":c.disabled,"p-checkbox-focused":e.instance.focused}]},checkbox:function(e){var c=e.props;return["p-checkbox-box",{"p-highlight":null!=c.modelValue,"p-disabled":c.disabled,"p-focus":e.instance.focused}]},checkIcon:"p-checkbox-icon",uncheckIcon:"p-checkbox-icon",nullableIcon:"p-checkbox-icon"}})}();