import * as __ctHelpers from "commontools"; import { Default, NAME, pattern, UI } from "commontools"; interface PatternState { count: Default; label: Default; } export default pattern((state) => { return { [NAME]: state.label, [UI]: (
{__ctHelpers.ifElse({ type: "boolean" } as const satisfies __ctHelpers.JSONSchema, { anyOf: [{}, { type: "object", properties: {} }] } as const satisfies __ctHelpers.JSONSchema, { anyOf: [{}, { type: "object", properties: {} }] } as const satisfies __ctHelpers.JSONSchema, { anyOf: [{}, { type: "object", properties: {} }] } as const satisfies __ctHelpers.JSONSchema, __ctHelpers.derive({ type: "object", properties: { state: { type: "object", properties: { count: { type: "number", asOpaque: true } }, required: ["count"] } }, required: ["state"] } as const satisfies __ctHelpers.JSONSchema, { type: "boolean" } as const satisfies __ctHelpers.JSONSchema, { state: { count: state.count } }, ({ state }) => state.count > 0),

Positive

,

Non-positive

)}
), }; }, { type: "object", properties: { count: { type: "number", "default": 0 }, label: { type: "string", "default": "" } }, required: ["count", "label"] } as const satisfies __ctHelpers.JSONSchema, { type: "object", properties: { $NAME: { type: "string", asOpaque: true }, $UI: { $ref: "#/$defs/JSXElement" } }, required: ["$NAME", "$UI"], $defs: { JSXElement: { anyOf: [{ $ref: "https://commonfabric.org/schemas/vnode.json" }, { type: "object", properties: {} }, { $ref: "#/$defs/UIRenderable", asOpaque: true }] }, UIRenderable: { type: "object", properties: { $UI: { $ref: "https://commonfabric.org/schemas/vnode.json" } }, required: ["$UI"] } } } as const satisfies __ctHelpers.JSONSchema); // @ts-ignore: Internals function h(...args: any[]) { return __ctHelpers.h.apply(null, args); } // @ts-ignore: Internals h.fragment = __ctHelpers.h.fragment;