inferno-vnode-flags
Advanced tools
Comparing version 4.0.0-16 to 4.0.0-17
@@ -5,5 +5,2 @@ 'use strict'; | ||
/** | ||
* @module Inferno-Vnode-Flags | ||
*/ /** TypeDoc Comment */ | ||
/* If editing these values check babel-plugin-also */ | ||
@@ -30,3 +27,5 @@ | ||
VNodeFlags[VNodeFlags["Component"] = 14] = "Component"; | ||
VNodeFlags[VNodeFlags["VNodeShape"] = 1565] = "VNodeShape"; | ||
})(exports.VNodeFlags || (exports.VNodeFlags = {})); | ||
// Combinations are not possible, its bitwise only to reduce vNode size | ||
@@ -33,0 +32,0 @@ (function (ChildFlags) { |
@@ -1,1 +0,1 @@ | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),function(e){e[e.HtmlElement=1]="HtmlElement",e[e.ComponentUnknown=2]="ComponentUnknown",e[e.ComponentClass=4]="ComponentClass",e[e.ComponentFunction=8]="ComponentFunction",e[e.Text=16]="Text",e[e.SvgElement=32]="SvgElement",e[e.InputElement=64]="InputElement",e[e.TextareaElement=128]="TextareaElement",e[e.SelectElement=256]="SelectElement",e[e.Void=512]="Void",e[e.Portal=1024]="Portal",e[e.ReCreate=2048]="ReCreate",e[e.FormElement=448]="FormElement",e[e.Element=481]="Element",e[e.Component=14]="Component"}(exports.VNodeFlags||(exports.VNodeFlags={})),function(e){e[e.HasInvalidChildren=1]="HasInvalidChildren",e[e.HasVNodeChildren=2]="HasVNodeChildren",e[e.HasNonKeyedChildren=4]="HasNonKeyedChildren",e[e.HasKeyedChildren=8]="HasKeyedChildren",e[e.MultipleChildren=12]="MultipleChildren"}(exports.ChildFlags||(exports.ChildFlags={})); | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),function(e){e[e.HtmlElement=1]="HtmlElement",e[e.ComponentUnknown=2]="ComponentUnknown",e[e.ComponentClass=4]="ComponentClass",e[e.ComponentFunction=8]="ComponentFunction",e[e.Text=16]="Text",e[e.SvgElement=32]="SvgElement",e[e.InputElement=64]="InputElement",e[e.TextareaElement=128]="TextareaElement",e[e.SelectElement=256]="SelectElement",e[e.Void=512]="Void",e[e.Portal=1024]="Portal",e[e.ReCreate=2048]="ReCreate",e[e.FormElement=448]="FormElement",e[e.Element=481]="Element",e[e.Component=14]="Component",e[e.VNodeShape=1565]="VNodeShape"}(exports.VNodeFlags||(exports.VNodeFlags={})),function(e){e[e.HasInvalidChildren=1]="HasInvalidChildren",e[e.HasVNodeChildren=2]="HasVNodeChildren",e[e.HasNonKeyedChildren=4]="HasNonKeyedChildren",e[e.HasKeyedChildren=8]="HasKeyedChildren",e[e.MultipleChildren=12]="MultipleChildren"}(exports.ChildFlags||(exports.ChildFlags={})); |
// Generated by dts-bundle v0.7.3 | ||
declare module 'inferno-vnode-flags' { | ||
/** | ||
* @module Inferno-Vnode-Flags | ||
*/ /** TypeDoc Comment */ | ||
export const enum VNodeFlags { | ||
HtmlElement = 1, | ||
ComponentUnknown = 2, | ||
ComponentClass = 4, | ||
ComponentFunction = 8, | ||
Text = 16, | ||
SvgElement = 32, | ||
InputElement = 64, | ||
TextareaElement = 128, | ||
SelectElement = 256, | ||
Void = 512, | ||
Portal = 1024, | ||
ReCreate = 2048, | ||
FormElement = 448, | ||
Element = 481, | ||
Component = 14, | ||
HtmlElement = 1, | ||
ComponentUnknown = 2, | ||
ComponentClass = 4, | ||
ComponentFunction = 8, | ||
Text = 16, | ||
SvgElement = 32, | ||
InputElement = 64, | ||
TextareaElement = 128, | ||
SelectElement = 256, | ||
Void = 512, | ||
Portal = 1024, | ||
ReCreate = 2048, | ||
FormElement = 448, | ||
Element = 481, | ||
Component = 14, | ||
VNodeShape = 1565, | ||
} | ||
export const enum ChildFlags { | ||
HasInvalidChildren = 1, | ||
HasVNodeChildren = 2, | ||
HasNonKeyedChildren = 4, | ||
HasKeyedChildren = 8, | ||
MultipleChildren = 12, | ||
HasInvalidChildren = 1, | ||
HasVNodeChildren = 2, | ||
HasNonKeyedChildren = 4, | ||
HasKeyedChildren = 8, | ||
MultipleChildren = 12, | ||
} | ||
} | ||
@@ -7,5 +7,2 @@ (function (global, factory) { | ||
/** | ||
* @module Inferno-Vnode-Flags | ||
*/ /** TypeDoc Comment */ | ||
/* If editing these values check babel-plugin-also */ | ||
@@ -32,3 +29,5 @@ | ||
VNodeFlags[VNodeFlags["Component"] = 14] = "Component"; | ||
VNodeFlags[VNodeFlags["VNodeShape"] = 1565] = "VNodeShape"; | ||
})(exports.VNodeFlags || (exports.VNodeFlags = {})); | ||
// Combinations are not possible, its bitwise only to reduce vNode size | ||
@@ -35,0 +34,0 @@ (function (ChildFlags) { |
@@ -1,1 +0,1 @@ | ||
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports):"function"==typeof define&&define.amd?define(["exports"],n):n(e.Inferno=e.Inferno||{})}(this,function(e){"use strict";var n,t;(n=e.VNodeFlags||(e.VNodeFlags={}))[n.HtmlElement=1]="HtmlElement",n[n.ComponentUnknown=2]="ComponentUnknown",n[n.ComponentClass=4]="ComponentClass",n[n.ComponentFunction=8]="ComponentFunction",n[n.Text=16]="Text",n[n.SvgElement=32]="SvgElement",n[n.InputElement=64]="InputElement",n[n.TextareaElement=128]="TextareaElement",n[n.SelectElement=256]="SelectElement",n[n.Void=512]="Void",n[n.Portal=1024]="Portal",n[n.ReCreate=2048]="ReCreate",n[n.FormElement=448]="FormElement",n[n.Element=481]="Element",n[n.Component=14]="Component",(t=e.ChildFlags||(e.ChildFlags={}))[t.HasInvalidChildren=1]="HasInvalidChildren",t[t.HasVNodeChildren=2]="HasVNodeChildren",t[t.HasNonKeyedChildren=4]="HasNonKeyedChildren",t[t.HasKeyedChildren=8]="HasKeyedChildren",t[t.MultipleChildren=12]="MultipleChildren",Object.defineProperty(e,"__esModule",{value:!0})}); | ||
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports):"function"==typeof define&&define.amd?define(["exports"],n):n(e.Inferno=e.Inferno||{})}(this,function(e){"use strict";var n,t;(n=e.VNodeFlags||(e.VNodeFlags={}))[n.HtmlElement=1]="HtmlElement",n[n.ComponentUnknown=2]="ComponentUnknown",n[n.ComponentClass=4]="ComponentClass",n[n.ComponentFunction=8]="ComponentFunction",n[n.Text=16]="Text",n[n.SvgElement=32]="SvgElement",n[n.InputElement=64]="InputElement",n[n.TextareaElement=128]="TextareaElement",n[n.SelectElement=256]="SelectElement",n[n.Void=512]="Void",n[n.Portal=1024]="Portal",n[n.ReCreate=2048]="ReCreate",n[n.FormElement=448]="FormElement",n[n.Element=481]="Element",n[n.Component=14]="Component",n[n.VNodeShape=1565]="VNodeShape",(t=e.ChildFlags||(e.ChildFlags={}))[t.HasInvalidChildren=1]="HasInvalidChildren",t[t.HasVNodeChildren=2]="HasVNodeChildren",t[t.HasNonKeyedChildren=4]="HasNonKeyedChildren",t[t.HasKeyedChildren=8]="HasKeyedChildren",t[t.MultipleChildren=12]="MultipleChildren",Object.defineProperty(e,"__esModule",{value:!0})}); |
{ | ||
"name": "inferno-vnode-flags", | ||
"version": "4.0.0-16", | ||
"version": "4.0.0-17", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Provides an enum of all possible VNode Flags used when calling Inferno.createVNode", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
12910
182