@expofp/floorplan
Version:
Interactive floor plan library for expos and events
21 lines (20 loc) • 978 B
JavaScript
(function() {
try {
var e = typeof window < "u" ? window : typeof global < "u" ? global : typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : {};
e.SENTRY_RELEASE = { id: "3.20.0" };
var t = new e.Error().stack;
t && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[t] = "feb61ab7-d2a4-4190-8d80-c40d8dbac5d8", e._sentryDebugIdIdentifier = "sentry-dbid-feb61ab7-d2a4-4190-8d80-c40d8dbac5d8");
} catch {}
})();
import { t as e } from "./jsx-runtime-BRhWrtmW.js";
import { OptionalEnumEditor as t } from "./optional-enum-editor-DIBHKeL9.js";
//#region ../debug/src/lib/ui/optional-boolean-editor.tsx
var n = e(), r = ["on", "off"], i = (e) => /* @__PURE__ */ (0, n.jsx)(t, {
label: e.label,
context: { values: r },
value: e.value === void 0 ? void 0 : e.value ? "on" : "off",
onChange: (t) => e.onChange(t === void 0 ? void 0 : t === "on")
});
i.displayName = "OptionalBooleanEditor";
//#endregion
export { i as OptionalBooleanEditor };