@teleporthq/teleport-uidl-builders
Advanced tools
Comparing version 0.28.0-alpha.0 to 0.28.0
@@ -14,4 +14,4 @@ import { ComponentUIDL, ReferenceType, UIDLDependency, UIDLNode, UIDLSlotNode, UIDLStyleValue, UIDLRepeatNode, UIDLElementNode, UIDLStaticValue, UIDLAttributeValue, UIDLPropDefinition, UIDLStateDefinition, UIDLConditionalNode, UIDLDynamicReference, UIDLEventDefinitions, UIDLRawValue, UIDLReferencedStyles, UIDLElement } from '@teleporthq/teleport-types'; | ||
export declare const conditionalNode: (reference: UIDLDynamicReference, node: UIDLNode, value: string | number | boolean) => UIDLConditionalNode; | ||
export declare const repeatNode: (node: UIDLElementNode, dataSource: UIDLDynamicReference | UIDLStaticValue | UIDLRawValue, meta?: Record<string, unknown>) => UIDLRepeatNode; | ||
export declare const repeatNode: (node: UIDLElementNode, dataSource: UIDLAttributeValue, meta?: Record<string, unknown>) => UIDLRepeatNode; | ||
export declare const rawNode: (content: string) => UIDLRawValue; | ||
//# sourceMappingURL=component-builders.d.ts.map |
@@ -14,4 +14,4 @@ import { ComponentUIDL, ReferenceType, UIDLDependency, UIDLNode, UIDLSlotNode, UIDLStyleValue, UIDLRepeatNode, UIDLElementNode, UIDLStaticValue, UIDLAttributeValue, UIDLPropDefinition, UIDLStateDefinition, UIDLConditionalNode, UIDLDynamicReference, UIDLEventDefinitions, UIDLRawValue, UIDLReferencedStyles, UIDLElement } from '@teleporthq/teleport-types'; | ||
export declare const conditionalNode: (reference: UIDLDynamicReference, node: UIDLNode, value: string | number | boolean) => UIDLConditionalNode; | ||
export declare const repeatNode: (node: UIDLElementNode, dataSource: UIDLDynamicReference | UIDLStaticValue | UIDLRawValue, meta?: Record<string, unknown>) => UIDLRepeatNode; | ||
export declare const repeatNode: (node: UIDLElementNode, dataSource: UIDLAttributeValue, meta?: Record<string, unknown>) => UIDLRepeatNode; | ||
export declare const rawNode: (content: string) => UIDLRawValue; | ||
//# sourceMappingURL=component-builders.d.ts.map |
{ | ||
"name": "@teleporthq/teleport-uidl-builders", | ||
"version": "0.28.0-alpha.0", | ||
"version": "0.28.0", | ||
"description": "A set of functions used for constructing UIDL structures", | ||
@@ -27,5 +27,5 @@ "author": "teleportHQ", | ||
"dependencies": { | ||
"@teleporthq/teleport-types": "^0.28.0-alpha.0" | ||
"@teleporthq/teleport-types": "^0.28.0" | ||
}, | ||
"gitHead": "250d0e95a830f2b404486d3ad4f7a3739a74c77f" | ||
"gitHead": "5d350846b9729bb461d67cd333172c67753e6a2f" | ||
} |
@@ -163,3 +163,3 @@ import { | ||
node: UIDLElementNode, | ||
dataSource: UIDLDynamicReference | UIDLStaticValue | UIDLRawValue, | ||
dataSource: UIDLAttributeValue, | ||
meta?: Record<string, unknown> | ||
@@ -166,0 +166,0 @@ ): UIDLRepeatNode => { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
87091