import { barInput } from "./barInput.mjs"; import { dropdownInput } from "./dropdownInput.mjs"; import { numberInput } from "./numberInput.mjs"; import { stringSet } from "./stringSet.mjs"; const { getType } = foundry.utils; const inputTypes = { "string-set": stringSet, integer: numberInput, bar: barInput, dropdown: dropdownInput, boolean: displayOnly, }; const typesToSanitize = new Set([ `string`, `number` ]); function displayOnly(input) { return `