UNPKG

@grafana/ui

Version:
20 lines (16 loc) 580 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); "use strict"; function logOptions(amount, recommendedAmount, id, ariaLabelledBy) { if (amount > recommendedAmount) { const msg = `[Combobox] Items exceed the recommended amount ${recommendedAmount}.`; console.warn(msg, { itemsCount: "" + amount, recommendedAmount: "" + recommendedAmount, "aria-labelledby": ariaLabelledBy != null ? ariaLabelledBy : "", id: id != null ? id : "" }); } } exports.logOptions = logOptions; //# sourceMappingURL=logOptions.cjs.map