UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

21 lines (20 loc) • 978 B
(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.39.1" }; var t = new e.Error().stack; t && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[t] = "466d047a-54e7-4df0-800e-662536bd3755", e._sentryDebugIdIdentifier = "sentry-dbid-466d047a-54e7-4df0-800e-662536bd3755"); } catch {} })(); import { t as e } from "./jsx-runtime-BGutO_I9.js"; import { OptionalEnumEditor as t } from "./optional-enum-editor-_RF_OVcS.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 };