UNPKG

@public-ui/components

Version:

Contains all web components that belong to KoliBri - The accessible HTML-Standard.

23 lines (19 loc) 550 B
/*! * KoliBri - The accessible HTML-Standard */ 'use strict'; var common = require('./common-DPb6NWR4.js'); const validateDisabled = (component, value) => { common.watchBoolean(component, '_disabled', value, { hooks: { afterPatch: (value) => { if (value === true) { common.a11yHintDisabled(); } }, }, }); }; exports.validateDisabled = validateDisabled; //# sourceMappingURL=disabled-GY6LfYNH.js.map //# sourceMappingURL=disabled-GY6LfYNH.js.map