UNPKG

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) 612 B
"use strict";function e(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var c=e(require("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"}});module.exports=c;