diff --git a/.gitignore b/.gitignore index 07a9a9b9..bed6def5 100644 --- a/.gitignore +++ b/.gitignore @@ -40,9 +40,5 @@ dist/**/* # ignore yarn.lock yarn.lock - -# typedoc -docs - # build build diff --git a/docs/.nojekyll b/docs/.nojekyll new file mode 100644 index 00000000..e2ac6616 --- /dev/null +++ b/docs/.nojekyll @@ -0,0 +1 @@ +TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false. \ No newline at end of file diff --git a/docs/assets/highlight.css b/docs/assets/highlight.css new file mode 100644 index 00000000..0c2db609 --- /dev/null +++ b/docs/assets/highlight.css @@ -0,0 +1,36 @@ +:root { + --light-hl-0: #000000; + --dark-hl-0: #D4D4D4; + --light-hl-1: #795E26; + --dark-hl-1: #DCDCAA; + --light-code-background: #F5F5F5; + --dark-code-background: #1E1E1E; +} + +@media (prefers-color-scheme: light) { :root { + --hl-0: var(--light-hl-0); + --hl-1: var(--light-hl-1); + --code-background: var(--light-code-background); +} } + +@media (prefers-color-scheme: dark) { :root { + --hl-0: var(--dark-hl-0); + --hl-1: var(--dark-hl-1); + --code-background: var(--dark-code-background); +} } + +body.light { + --hl-0: var(--light-hl-0); + --hl-1: var(--light-hl-1); + --code-background: var(--light-code-background); +} + +body.dark { + --hl-0: var(--dark-hl-0); + --hl-1: var(--dark-hl-1); + --code-background: var(--dark-code-background); +} + +.hl-0 { color: var(--hl-0); } +.hl-1 { color: var(--hl-1); } +pre, code { background: var(--code-background); } diff --git a/docs/assets/icons.css b/docs/assets/icons.css new file mode 100644 index 00000000..776a3562 --- /dev/null +++ b/docs/assets/icons.css @@ -0,0 +1,1043 @@ +.tsd-kind-icon { + display: block; + position: relative; + padding-left: 20px; + text-indent: -20px; +} +.tsd-kind-icon:before { + content: ""; + display: inline-block; + vertical-align: middle; + width: 17px; + height: 17px; + margin: 0 3px 2px 0; + background-image: url(./icons.png); +} +@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { + .tsd-kind-icon:before { + background-image: url(./icons@2x.png); + background-size: 238px 204px; + } +} + +.tsd-signature.tsd-kind-icon:before { + background-position: 0 -153px; +} + +.tsd-kind-object-literal > .tsd-kind-icon:before { + background-position: 0px -17px; +} +.tsd-kind-object-literal.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -17px; +} +.tsd-kind-object-literal.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -17px; +} + +.tsd-kind-class > .tsd-kind-icon:before { + background-position: 0px -34px; +} +.tsd-kind-class.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -34px; +} +.tsd-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -34px; +} + +.tsd-kind-class.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: 0px -51px; +} +.tsd-kind-class.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -17px -51px; +} +.tsd-kind-class.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -51px; +} + +.tsd-kind-interface > .tsd-kind-icon:before { + background-position: 0px -68px; +} +.tsd-kind-interface.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -68px; +} +.tsd-kind-interface.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -68px; +} + +.tsd-kind-interface.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: 0px -85px; +} +.tsd-kind-interface.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -17px -85px; +} +.tsd-kind-interface.tsd-has-type-parameter.tsd-is-private + > .tsd-kind-icon:before { + background-position: -34px -85px; +} + +.tsd-kind-namespace > .tsd-kind-icon:before { + background-position: 0px -102px; +} +.tsd-kind-namespace.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -102px; +} +.tsd-kind-namespace.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -102px; +} + +.tsd-kind-module > .tsd-kind-icon:before { + background-position: 0px -102px; +} +.tsd-kind-module.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -102px; +} +.tsd-kind-module.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -102px; +} + +.tsd-kind-enum > .tsd-kind-icon:before { + background-position: 0px -119px; +} +.tsd-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -119px; +} +.tsd-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -119px; +} + +.tsd-kind-enum-member > .tsd-kind-icon:before { + background-position: 0px -136px; +} +.tsd-kind-enum-member.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -136px; +} +.tsd-kind-enum-member.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -136px; +} + +.tsd-kind-signature > .tsd-kind-icon:before { + background-position: 0px -153px; +} +.tsd-kind-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -153px; +} +.tsd-kind-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -153px; +} + +.tsd-kind-type-alias > .tsd-kind-icon:before { + background-position: 0px -170px; +} +.tsd-kind-type-alias.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -170px; +} +.tsd-kind-type-alias.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -170px; +} + +.tsd-kind-type-alias.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: 0px -187px; +} +.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -17px -187px; +} +.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-private + > .tsd-kind-icon:before { + background-position: -34px -187px; +} + +.tsd-kind-variable > .tsd-kind-icon:before { + background-position: -136px -0px; +} +.tsd-kind-variable.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -0px; +} +.tsd-kind-variable.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-variable.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -0px; +} +.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -0px; +} +.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-variable.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -0px; +} +.tsd-kind-variable.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -0px; +} + +.tsd-kind-property > .tsd-kind-icon:before { + background-position: -136px -0px; +} +.tsd-kind-property.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -0px; +} +.tsd-kind-property.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-property.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-property.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -0px; +} +.tsd-kind-property.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -0px; +} +.tsd-kind-property.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-property.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -0px; +} +.tsd-kind-property.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -0px; +} + +.tsd-kind-get-signature > .tsd-kind-icon:before { + background-position: -136px -17px; +} +.tsd-kind-get-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -17px; +} +.tsd-kind-get-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -17px; +} + +.tsd-kind-set-signature > .tsd-kind-icon:before { + background-position: -136px -34px; +} +.tsd-kind-set-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -34px; +} +.tsd-kind-set-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -34px; +} + +.tsd-kind-accessor > .tsd-kind-icon:before { + background-position: -136px -51px; +} +.tsd-kind-accessor.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -51px; +} +.tsd-kind-accessor.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -51px; +} + +.tsd-kind-function > .tsd-kind-icon:before { + background-position: -136px -68px; +} +.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -68px; +} +.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -68px; +} +.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -68px; +} +.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -68px; +} +.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -68px; +} + +.tsd-kind-method > .tsd-kind-icon:before { + background-position: -136px -68px; +} +.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -68px; +} +.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -68px; +} +.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -187px -68px; +} +.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -68px; +} +.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -68px; +} + +.tsd-kind-call-signature > .tsd-kind-icon:before { + background-position: -136px -68px; +} +.tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -68px; +} +.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -68px; +} + +.tsd-kind-function.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: -136px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -153px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class + > .tsd-kind-icon:before { + background-position: -51px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum + > .tsd-kind-icon:before { + background-position: -170px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -85px; +} + +.tsd-kind-method.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: -136px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -153px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class + > .tsd-kind-icon:before { + background-position: -51px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum + > .tsd-kind-icon:before { + background-position: -170px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -85px; +} + +.tsd-kind-constructor > .tsd-kind-icon:before { + background-position: -136px -102px; +} +.tsd-kind-constructor.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -102px; +} +.tsd-kind-constructor.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -102px; +} + +.tsd-kind-constructor-signature > .tsd-kind-icon:before { + background-position: -136px -102px; +} +.tsd-kind-constructor-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -102px; +} +.tsd-kind-constructor-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -102px; +} + +.tsd-kind-index-signature > .tsd-kind-icon:before { + background-position: -136px -119px; +} +.tsd-kind-index-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -119px; +} +.tsd-kind-index-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -119px; +} + +.tsd-kind-event > .tsd-kind-icon:before { + background-position: -136px -136px; +} +.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -136px; +} +.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -136px; +} +.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { + background-position: -68px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { + background-position: -85px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -136px; +} +.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -136px; +} +.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -187px -136px; +} +.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -136px; +} +.tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -136px; +} +.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -136px; +} + +.tsd-is-static > .tsd-kind-icon:before { + background-position: -136px -153px; +} +.tsd-is-static.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -153px; +} +.tsd-is-static.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -153px; +} +.tsd-is-static.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { + background-position: -68px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { + background-position: -85px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -153px; +} +.tsd-is-static.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -153px; +} +.tsd-is-static.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -187px -153px; +} +.tsd-is-static.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -153px; +} +.tsd-is-static.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -153px; +} +.tsd-is-static.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -153px; +} + +.tsd-is-static.tsd-kind-function > .tsd-kind-icon:before { + background-position: -136px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -170px; +} + +.tsd-is-static.tsd-kind-method > .tsd-kind-icon:before { + background-position: -136px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -170px; +} + +.tsd-is-static.tsd-kind-call-signature > .tsd-kind-icon:before { + background-position: -136px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -153px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class + > .tsd-kind-icon:before { + background-position: -51px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum + > .tsd-kind-icon:before { + background-position: -170px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -170px; +} + +.tsd-is-static.tsd-kind-event > .tsd-kind-icon:before { + background-position: -136px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -187px; +} diff --git a/docs/assets/icons.png b/docs/assets/icons.png new file mode 100644 index 00000000..3836d5fe Binary files /dev/null and b/docs/assets/icons.png differ diff --git a/docs/assets/icons@2x.png b/docs/assets/icons@2x.png new file mode 100644 index 00000000..5a209e2f Binary files /dev/null and b/docs/assets/icons@2x.png differ diff --git a/docs/assets/main.js b/docs/assets/main.js new file mode 100644 index 00000000..99f331b2 --- /dev/null +++ b/docs/assets/main.js @@ -0,0 +1,52 @@ +(()=>{var Ce=Object.create;var J=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Oe=Object.getOwnPropertyNames;var Re=Object.getPrototypeOf,_e=Object.prototype.hasOwnProperty;var Me=t=>J(t,"__esModule",{value:!0});var Fe=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var De=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Oe(e))!_e.call(t,i)&&(r||i!=="default")&&J(t,i,{get:()=>e[i],enumerable:!(n=Pe(e,i))||n.enumerable});return t},Ae=(t,e)=>De(Me(J(t!=null?Ce(Re(t)):{},"default",!e&&t&&t.__esModule?{get:()=>t.default,enumerable:!0}:{value:t,enumerable:!0})),t);var de=Fe((ce,he)=>{(function(){var t=function(e){var r=new t.Builder;return r.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),r.searchPipeline.add(t.stemmer),e.call(r,r),r.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(r){e.console&&console.warn&&console.warn(r)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var r=Object.create(null),n=Object.keys(e),i=0;i0){var h=t.utils.clone(r)||{};h.position=[a,l],h.index=s.length,s.push(new t.Token(n.slice(a,o),h))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,r){r in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+r),e.label=r,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var r=e.label&&e.label in this.registeredFunctions;r||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. +`,e)},t.Pipeline.load=function(e){var r=new t.Pipeline;return e.forEach(function(n){var i=t.Pipeline.registeredFunctions[n];if(i)r.add(i);else throw new Error("Cannot load unregistered function: "+n)}),r},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(r){t.Pipeline.warnIfFunctionNotRegistered(r),this._stack.push(r)},this)},t.Pipeline.prototype.after=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");n=n+1,this._stack.splice(n,0,r)},t.Pipeline.prototype.before=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");this._stack.splice(n,0,r)},t.Pipeline.prototype.remove=function(e){var r=this._stack.indexOf(e);r!=-1&&this._stack.splice(r,1)},t.Pipeline.prototype.run=function(e){for(var r=this._stack.length,n=0;n1&&(oe&&(n=s),o!=e);)i=n-r,s=r+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ou?h+=2:a==u&&(r+=n[l+1]*i[h+1],l+=2,h+=2);return r},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),r=1,n=0;r0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}if(s.str.length==0&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}s.str.length==1&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var h=s.str.charAt(0),p=s.str.charAt(1),v;p in s.node.edges?v=s.node.edges[p]:(v=new t.TokenSet,s.node.edges[p]=v),s.str.length==1&&(v.final=!0),i.push({node:v,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return n},t.TokenSet.fromString=function(e){for(var r=new t.TokenSet,n=r,i=0,s=e.length;i=e;r--){var n=this.uncheckedNodes[r],i=n.child.toString();i in this.minimizedNodes?n.parent.edges[n.char]=this.minimizedNodes[i]:(n.child._str=i,this.minimizedNodes[i]=n.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(r){var n=new t.QueryParser(e,r);n.parse()})},t.Index.prototype.query=function(e){for(var r=new t.Query(this.fields),n=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),u=0;u1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,r){var n=e[this._ref],i=Object.keys(this._fields);this._documents[n]=r||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,r;do e=this.next(),r=e.charCodeAt(0);while(r>47&&r<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var r=e.next();if(r==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(r.charCodeAt(0)==92){e.escapeCharacter();continue}if(r==":")return t.QueryLexer.lexField;if(r=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(r=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(r=="+"&&e.width()===1||r=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(r.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,r){this.lexer=new t.QueryLexer(e),this.query=r,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var r=e.peekLexeme();if(r!=null)switch(r.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expected either a field or a term, found "+r.type;throw r.str.length>=1&&(n+=" with value '"+r.str+"'"),new t.QueryParseError(n,r.start,r.end)}},t.QueryParser.parsePresence=function(e){var r=e.consumeLexeme();if(r!=null){switch(r.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var n="unrecognised presence operator'"+r.str+"'";throw new t.QueryParseError(n,r.start,r.end)}var i=e.peekLexeme();if(i==null){var n="expecting term or field, found nothing";throw new t.QueryParseError(n,r.start,r.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(n,i.start,i.end)}}},t.QueryParser.parseField=function(e){var r=e.consumeLexeme();if(r!=null){if(e.query.allFields.indexOf(r.str)==-1){var n=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+r.str+"', possible fields: "+n;throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.fields=[r.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,r.start,r.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var r=e.consumeLexeme();if(r!=null){e.currentClause.term=r.str.toLowerCase(),r.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var n=e.peekLexeme();if(n==null){e.nextClause();return}switch(n.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+n.type+"'";throw new t.QueryParseError(i,n.start,n.end)}}},t.QueryParser.parseEditDistance=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="edit distance must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.editDistance=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="boost must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.boost=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,r){typeof define=="function"&&define.amd?define(r):typeof ce=="object"?he.exports=r():e.lunr=r()}(this,function(){return t})})()});var le=[];function N(t,e){le.push({selector:e,constructor:t})}var X=class{constructor(){this.createComponents(document.body)}createComponents(e){le.forEach(r=>{e.querySelectorAll(r.selector).forEach(n=>{n.dataset.hasInstance||(new r.constructor({el:n}),n.dataset.hasInstance=String(!0))})})}};var Q=class{constructor(e){this.el=e.el}};var Z=class{constructor(){this.listeners={}}addEventListener(e,r){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(r)}removeEventListener(e,r){if(!(e in this.listeners))return;let n=this.listeners[e];for(let i=0,s=n.length;i{let r=Date.now();return(...n)=>{r+e-Date.now()<0&&(t(...n),r=Date.now())}};var ee=class extends Z{constructor(){super();this.scrollTop=0;this.lastY=0;this.width=0;this.height=0;this.showToolbar=!0;this.toolbar=document.querySelector(".tsd-page-toolbar"),this.secondaryNav=document.querySelector(".tsd-navigation.secondary"),window.addEventListener("scroll",K(()=>this.onScroll(),10)),window.addEventListener("resize",K(()=>this.onResize(),10)),this.onResize(),this.onScroll()}triggerResize(){let e=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(e)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let e=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(e)}onScroll(){this.scrollTop=window.scrollY||0;let e=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(e),this.hideShowToolbar()}hideShowToolbar(){var r;let e=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0,e!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),(r=this.secondaryNav)==null||r.classList.toggle("tsd-navigation--toolbar-hide")),this.lastY=this.scrollTop}},I=ee;I.instance=new ee;var te=class extends Q{constructor(e){super(e);this.anchors=[];this.index=-1;I.instance.addEventListener("resize",()=>this.onResize()),I.instance.addEventListener("scroll",r=>this.onScroll(r)),this.createAnchors()}createAnchors(){let e=window.location.href;e.indexOf("#")!=-1&&(e=e.substr(0,e.indexOf("#"))),this.el.querySelectorAll("a").forEach(r=>{let n=r.href;if(n.indexOf("#")==-1||n.substr(0,e.length)!=e)return;let i=n.substr(n.indexOf("#")+1),s=document.querySelector("a.tsd-anchor[name="+i+"]"),o=r.parentNode;!s||!o||this.anchors.push({link:o,anchor:s,position:0})}),this.onResize()}onResize(){let e;for(let n=0,i=this.anchors.length;nn.position-i.position);let r=new CustomEvent("scroll",{detail:{scrollTop:I.instance.scrollTop}});this.onScroll(r)}onScroll(e){let r=e.detail.scrollTop+5,n=this.anchors,i=n.length-1,s=this.index;for(;s>-1&&n[s].position>r;)s-=1;for(;s-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=s,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var ue=(t,e=100)=>{let r;return(...n)=>{clearTimeout(r),r=setTimeout(()=>t(n),e)}};var fe=Ae(de());function pe(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let r=document.querySelector("#tsd-search input"),n=document.querySelector("#tsd-search .results");if(!r||!n)throw new Error("The input field or the result list wrapper was not found");let i=!1;n.addEventListener("mousedown",()=>i=!0),n.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),r.addEventListener("focus",()=>t.classList.add("has-focus")),r.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Ve(t,n,r,s)}function Ve(t,e,r,n){r.addEventListener("input",ue(()=>{ze(t,e,r,n)},200));let i=!1;r.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ne(e,r):s.key=="Escape"?r.blur():s.key=="ArrowUp"?me(e,-1):s.key==="ArrowDown"?me(e,1):i=!1}),r.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!r.matches(":focus")&&s.key==="/"&&(r.focus(),s.preventDefault())})}function He(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=fe.Index.load(window.searchData.index))}function ze(t,e,r,n){if(He(n,t),!n.index||!n.data)return;e.textContent="";let i=r.value.trim(),s=n.index.search(`*${i}*`);for(let o=0,a=Math.min(10,s.length);o${ve(u.parent,i)}.${l}`);let h=document.createElement("li");h.classList.value=u.classes;let p=document.createElement("a");p.href=n.base+u.url,p.classList.add("tsd-kind-icon"),p.innerHTML=l,h.append(p),e.appendChild(h)}}function me(t,e){let r=t.querySelector(".current");if(!r)r=t.querySelector(e==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let n=r;if(e===1)do n=n.nextElementSibling;while(n instanceof HTMLElement&&n.offsetParent==null);else do n=n.previousElementSibling;while(n instanceof HTMLElement&&n.offsetParent==null);n&&(r.classList.remove("current"),n.classList.add("current"))}}function Ne(t,e){let r=t.querySelector(".current");if(r||(r=t.querySelector("li:first-child")),r){let n=r.querySelector("a");n&&(window.location.href=n.href),e.blur()}}function ve(t,e){if(e==="")return t;let r=t.toLocaleLowerCase(),n=e.toLocaleLowerCase(),i=[],s=0,o=r.indexOf(n);for(;o!=-1;)i.push(re(t.substring(s,o)),`${re(t.substring(o,o+n.length))}`),s=o+n.length,o=r.indexOf(n,s);return i.push(re(t.substring(s))),i.join("")}var je={"&":"&","<":"<",">":">","'":"'",'"':"""};function re(t){return t.replace(/[&<>"'"]/g,e=>je[e])}var ge=class{constructor(e,r){this.signature=e,this.description=r}addClass(e){return this.signature.classList.add(e),this.description.classList.add(e),this}removeClass(e){return this.signature.classList.remove(e),this.description.classList.remove(e),this}},ne=class extends Q{constructor(e){super(e);this.groups=[];this.index=-1;this.createGroups(),this.container&&(this.el.classList.add("active"),Array.from(this.el.children).forEach(r=>{r.addEventListener("touchstart",n=>this.onClick(n)),r.addEventListener("click",n=>this.onClick(n))}),this.container.classList.add("active"),this.setIndex(0))}setIndex(e){if(e<0&&(e=0),e>this.groups.length-1&&(e=this.groups.length-1),this.index==e)return;let r=this.groups[e];if(this.index>-1){let n=this.groups[this.index];n.removeClass("current").addClass("fade-out"),r.addClass("current"),r.addClass("fade-in"),I.instance.triggerResize(),setTimeout(()=>{n.removeClass("fade-out"),r.removeClass("fade-in")},300)}else r.addClass("current"),I.instance.triggerResize();this.index=e}createGroups(){let e=this.el.children;if(e.length<2)return;this.container=this.el.nextElementSibling;let r=this.container.children;this.groups=[];for(let n=0;n{r.signature===e.currentTarget&&this.setIndex(n)})}};var C="mousedown",ye="mousemove",_="mouseup",G={x:0,y:0},xe=!1,ie=!1,Be=!1,A=!1,Le=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(Le?"is-mobile":"not-mobile");Le&&"ontouchstart"in document.documentElement&&(Be=!0,C="touchstart",ye="touchmove",_="touchend");document.addEventListener(C,t=>{ie=!0,A=!1;let e=C=="touchstart"?t.targetTouches[0]:t;G.y=e.pageY||0,G.x=e.pageX||0});document.addEventListener(ye,t=>{if(!!ie&&!A){let e=C=="touchstart"?t.targetTouches[0]:t,r=G.x-(e.pageX||0),n=G.y-(e.pageY||0);A=Math.sqrt(r*r+n*n)>10}});document.addEventListener(_,()=>{ie=!1});document.addEventListener("click",t=>{xe&&(t.preventDefault(),t.stopImmediatePropagation(),xe=!1)});var se=class extends Q{constructor(e){super(e);this.className=this.el.dataset.toggle||"",this.el.addEventListener(_,r=>this.onPointerUp(r)),this.el.addEventListener("click",r=>r.preventDefault()),document.addEventListener(C,r=>this.onDocumentPointerDown(r)),document.addEventListener(_,r=>this.onDocumentPointerUp(r))}setActive(e){if(this.active==e)return;this.active=e,document.documentElement.classList.toggle("has-"+this.className,e),this.el.classList.toggle("active",e);let r=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(r),setTimeout(()=>document.documentElement.classList.remove(r),500)}onPointerUp(e){A||(this.setActive(!0),e.preventDefault())}onDocumentPointerDown(e){if(this.active){if(e.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(e){if(!A&&this.active&&e.target.closest(".col-menu")){let r=e.target.closest("a");if(r){let n=window.location.href;n.indexOf("#")!=-1&&(n=n.substr(0,n.indexOf("#"))),r.href.substr(0,n.length)==n&&setTimeout(()=>this.setActive(!1),250)}}}};var oe=class{constructor(e,r){this.key=e,this.value=r,this.defaultValue=r,this.initialize(),window.localStorage[this.key]&&this.setValue(this.fromLocalStorage(window.localStorage[this.key]))}initialize(){}setValue(e){if(this.value==e)return;let r=this.value;this.value=e,window.localStorage[this.key]=this.toLocalStorage(e),this.handleValueChange(r,e)}},ae=class extends oe{initialize(){let e=document.querySelector("#tsd-filter-"+this.key);!e||(this.checkbox=e,this.checkbox.addEventListener("change",()=>{this.setValue(this.checkbox.checked)}))}handleValueChange(e,r){!this.checkbox||(this.checkbox.checked=this.value,document.documentElement.classList.toggle("toggle-"+this.key,this.value!=this.defaultValue))}fromLocalStorage(e){return e=="true"}toLocalStorage(e){return e?"true":"false"}},Ee=class extends oe{initialize(){document.documentElement.classList.add("toggle-"+this.key+this.value);let e=document.querySelector("#tsd-filter-"+this.key);if(!e)return;this.select=e;let r=()=>{this.select.classList.add("active")},n=()=>{this.select.classList.remove("active")};this.select.addEventListener(C,r),this.select.addEventListener("mouseover",r),this.select.addEventListener("mouseleave",n),this.select.querySelectorAll("li").forEach(i=>{i.addEventListener(_,s=>{e.classList.remove("active"),this.setValue(s.target.dataset.value||"")})}),document.addEventListener(C,i=>{this.select.contains(i.target)||this.select.classList.remove("active")})}handleValueChange(e,r){this.select.querySelectorAll("li.selected").forEach(s=>{s.classList.remove("selected")});let n=this.select.querySelector('li[data-value="'+r+'"]'),i=this.select.querySelector(".tsd-select-label");n&&i&&(n.classList.add("selected"),i.textContent=n.textContent),document.documentElement.classList.remove("toggle-"+e),document.documentElement.classList.add("toggle-"+r)}fromLocalStorage(e){return e}toLocalStorage(e){return e}},Y=class extends Q{constructor(e){super(e);this.optionVisibility=new Ee("visibility","private"),this.optionInherited=new ae("inherited",!0),this.optionExternals=new ae("externals",!0)}static isSupported(){try{return typeof window.localStorage!="undefined"}catch{return!1}}};function be(t){let e=localStorage.getItem("tsd-theme")||"os";t.value=e,we(e),t.addEventListener("change",()=>{localStorage.setItem("tsd-theme",t.value),we(t.value)})}function we(t){switch(t){case"os":document.body.classList.remove("light","dark");break;case"light":document.body.classList.remove("dark"),document.body.classList.add("light");break;case"dark":document.body.classList.remove("light"),document.body.classList.add("dark");break}}pe();N(te,".menu-highlight");N(ne,".tsd-signatures");N(se,"a[data-toggle]");Y.isSupported()?N(Y,"#tsd-filter"):document.documentElement.classList.add("no-filter");var Te=document.getElementById("theme");Te&&be(Te);var qe=new X;Object.defineProperty(window,"app",{value:qe});})(); +/*! + * lunr.Builder + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Index + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Pipeline + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Set + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.TokenSet + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Vector + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.stemmer + * Copyright (C) 2020 Oliver Nightingale + * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt + */ +/*! + * lunr.stopWordFilter + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.tokenizer + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.trimmer + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.utils + * Copyright (C) 2020 Oliver Nightingale + */ +/** + * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9 + * Copyright (C) 2020 Oliver Nightingale + * @license MIT + */ diff --git a/docs/assets/search.js b/docs/assets/search.js new file mode 100644 index 00000000..4aa40a24 --- /dev/null +++ b/docs/assets/search.js @@ -0,0 +1 @@ +window.searchData = JSON.parse("{\"kinds\":{\"8\":\"Enumeration\",\"16\":\"Enumeration member\",\"64\":\"Function\",\"256\":\"Interface\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"4194304\":\"Type alias\"},\"rows\":[{\"id\":0,\"kind\":64,\"name\":\"component\",\"url\":\"modules.html#component\",\"classes\":\"tsd-kind-function\"},{\"id\":1,\"kind\":64,\"name\":\"prefab\",\"url\":\"modules.html#prefab\",\"classes\":\"tsd-kind-function\"},{\"id\":2,\"kind\":4194304,\"name\":\"BeforeCreateArgs\",\"url\":\"modules.html#BeforeCreateArgs\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":3,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#BeforeCreateArgs.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"BeforeCreateArgs\"},{\"id\":4,\"kind\":2048,\"name\":\"close\",\"url\":\"modules.html#BeforeCreateArgs.__type.close\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"BeforeCreateArgs.__type\"},{\"id\":5,\"kind\":2048,\"name\":\"save\",\"url\":\"modules.html#BeforeCreateArgs.__type.save\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"BeforeCreateArgs.__type\"},{\"id\":6,\"kind\":1024,\"name\":\"prefab\",\"url\":\"modules.html#BeforeCreateArgs.__type.prefab\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BeforeCreateArgs.__type\"},{\"id\":7,\"kind\":1024,\"name\":\"prefabs\",\"url\":\"modules.html#BeforeCreateArgs.__type.prefabs\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BeforeCreateArgs.__type\"},{\"id\":8,\"kind\":1024,\"name\":\"components\",\"url\":\"modules.html#BeforeCreateArgs.__type.components\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BeforeCreateArgs.__type\"},{\"id\":9,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#BeforeCreateArgs.__type.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"BeforeCreateArgs.__type\"},{\"id\":10,\"kind\":64,\"name\":\"color\",\"url\":\"modules.html#color\",\"classes\":\"tsd-kind-function\"},{\"id\":11,\"kind\":64,\"name\":\"endpoint\",\"url\":\"modules.html#endpoint\",\"classes\":\"tsd-kind-function\"},{\"id\":12,\"kind\":64,\"name\":\"font\",\"url\":\"modules.html#font\",\"classes\":\"tsd-kind-function\"},{\"id\":13,\"kind\":64,\"name\":\"option\",\"url\":\"modules.html#option\",\"classes\":\"tsd-kind-function\"},{\"id\":14,\"kind\":64,\"name\":\"toggle\",\"url\":\"modules.html#toggle\",\"classes\":\"tsd-kind-function\"},{\"id\":15,\"kind\":64,\"name\":\"sizes\",\"url\":\"modules.html#sizes\",\"classes\":\"tsd-kind-function\"},{\"id\":16,\"kind\":64,\"name\":\"variable\",\"url\":\"modules.html#variable\",\"classes\":\"tsd-kind-function\"},{\"id\":17,\"kind\":64,\"name\":\"buttongroup\",\"url\":\"modules.html#buttongroup\",\"classes\":\"tsd-kind-function\"},{\"id\":18,\"kind\":64,\"name\":\"dropdown\",\"url\":\"modules.html#dropdown\",\"classes\":\"tsd-kind-function\"},{\"id\":19,\"kind\":64,\"name\":\"number\",\"url\":\"modules.html#number\",\"classes\":\"tsd-kind-function\"},{\"id\":20,\"kind\":64,\"name\":\"text\",\"url\":\"modules.html#text\",\"classes\":\"tsd-kind-function\"},{\"id\":21,\"kind\":64,\"name\":\"icon\",\"url\":\"modules.html#icon\",\"classes\":\"tsd-kind-function\"},{\"id\":22,\"kind\":64,\"name\":\"filter\",\"url\":\"modules.html#filter\",\"classes\":\"tsd-kind-function\"},{\"id\":23,\"kind\":64,\"name\":\"model\",\"url\":\"modules.html#model\",\"classes\":\"tsd-kind-function\"},{\"id\":24,\"kind\":64,\"name\":\"property\",\"url\":\"modules.html#property\",\"classes\":\"tsd-kind-function\"},{\"id\":25,\"kind\":64,\"name\":\"showIf\",\"url\":\"modules.html#showIf\",\"classes\":\"tsd-kind-function\"},{\"id\":26,\"kind\":64,\"name\":\"showIfTrue\",\"url\":\"modules.html#showIfTrue\",\"classes\":\"tsd-kind-function\"},{\"id\":27,\"kind\":64,\"name\":\"hideIf\",\"url\":\"modules.html#hideIf\",\"classes\":\"tsd-kind-function\"},{\"id\":28,\"kind\":256,\"name\":\"Prefab\",\"url\":\"interfaces/Prefab.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":29,\"kind\":1024,\"name\":\"actions\",\"url\":\"interfaces/Prefab.html#actions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Prefab\"},{\"id\":30,\"kind\":1024,\"name\":\"beforeCreate\",\"url\":\"interfaces/Prefab.html#beforeCreate\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Prefab\"},{\"id\":31,\"kind\":1024,\"name\":\"category\",\"url\":\"interfaces/Prefab.html#category\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Prefab\"},{\"id\":32,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/Prefab.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Prefab\"},{\"id\":33,\"kind\":1024,\"name\":\"keywords\",\"url\":\"interfaces/Prefab.html#keywords\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Prefab\"},{\"id\":34,\"kind\":1024,\"name\":\"icon\",\"url\":\"interfaces/Prefab.html#icon\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Prefab\"},{\"id\":35,\"kind\":1024,\"name\":\"interactions\",\"url\":\"interfaces/Prefab.html#interactions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Prefab\"},{\"id\":36,\"kind\":1024,\"name\":\"structure\",\"url\":\"interfaces/Prefab.html#structure\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Prefab\"},{\"id\":37,\"kind\":1024,\"name\":\"variables\",\"url\":\"interfaces/Prefab.html#variables\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Prefab\"},{\"id\":38,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/Prefab.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Prefab\"},{\"id\":39,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/Prefab.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Prefab\"},{\"id\":40,\"kind\":8,\"name\":\"Icon\",\"url\":\"enums/Icon.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":41,\"kind\":16,\"name\":\"AccordionIcon\",\"url\":\"enums/Icon.html#AccordionIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":42,\"kind\":16,\"name\":\"AccordionItemIcon\",\"url\":\"enums/Icon.html#AccordionItemIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":43,\"kind\":16,\"name\":\"AlertIcon\",\"url\":\"enums/Icon.html#AlertIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":44,\"kind\":16,\"name\":\"AutoCompleteIcon\",\"url\":\"enums/Icon.html#AutoCompleteIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":45,\"kind\":16,\"name\":\"AvatarIcon\",\"url\":\"enums/Icon.html#AvatarIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":46,\"kind\":16,\"name\":\"BreadcrumbIcon\",\"url\":\"enums/Icon.html#BreadcrumbIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":47,\"kind\":16,\"name\":\"BreadcrumbItemIcon\",\"url\":\"enums/Icon.html#BreadcrumbItemIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":48,\"kind\":16,\"name\":\"ButtonGroupIcon\",\"url\":\"enums/Icon.html#ButtonGroupIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":49,\"kind\":16,\"name\":\"ButtonIcon\",\"url\":\"enums/Icon.html#ButtonIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":50,\"kind\":16,\"name\":\"CardIcon\",\"url\":\"enums/Icon.html#CardIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":51,\"kind\":16,\"name\":\"CardActionsIcon\",\"url\":\"enums/Icon.html#CardActionsIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":52,\"kind\":16,\"name\":\"CardContentIcon\",\"url\":\"enums/Icon.html#CardContentIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":53,\"kind\":16,\"name\":\"CardHeaderIcon\",\"url\":\"enums/Icon.html#CardHeaderIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":54,\"kind\":16,\"name\":\"CardMediaIcon\",\"url\":\"enums/Icon.html#CardMediaIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":55,\"kind\":16,\"name\":\"CheckboxIcon\",\"url\":\"enums/Icon.html#CheckboxIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":56,\"kind\":16,\"name\":\"CheckboxGroupIcon\",\"url\":\"enums/Icon.html#CheckboxGroupIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":57,\"kind\":16,\"name\":\"ChipIcon\",\"url\":\"enums/Icon.html#ChipIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":58,\"kind\":16,\"name\":\"Column2Icon\",\"url\":\"enums/Icon.html#Column2Icon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":59,\"kind\":16,\"name\":\"Column3Icon\",\"url\":\"enums/Icon.html#Column3Icon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":60,\"kind\":16,\"name\":\"ColumnIcon\",\"url\":\"enums/Icon.html#ColumnIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":61,\"kind\":16,\"name\":\"ConditionalIcon\",\"url\":\"enums/Icon.html#ConditionalIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":62,\"kind\":16,\"name\":\"ContainerIcon\",\"url\":\"enums/Icon.html#ContainerIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":63,\"kind\":16,\"name\":\"CreateFormIcon\",\"url\":\"enums/Icon.html#CreateFormIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":64,\"kind\":16,\"name\":\"DataContainer\",\"url\":\"enums/Icon.html#DataContainer\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":65,\"kind\":16,\"name\":\"DataList\",\"url\":\"enums/Icon.html#DataList\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":66,\"kind\":16,\"name\":\"DataTable\",\"url\":\"enums/Icon.html#DataTable\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":67,\"kind\":16,\"name\":\"DataTableBody\",\"url\":\"enums/Icon.html#DataTableBody\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":68,\"kind\":16,\"name\":\"DataTableColumn\",\"url\":\"enums/Icon.html#DataTableColumn\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":69,\"kind\":16,\"name\":\"DataTableHead\",\"url\":\"enums/Icon.html#DataTableHead\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":70,\"kind\":16,\"name\":\"DataTableRow\",\"url\":\"enums/Icon.html#DataTableRow\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":71,\"kind\":16,\"name\":\"DatePickerIcon\",\"url\":\"enums/Icon.html#DatePickerIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":72,\"kind\":16,\"name\":\"DateTimePickerIcon\",\"url\":\"enums/Icon.html#DateTimePickerIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":73,\"kind\":16,\"name\":\"DecimalInputIcon\",\"url\":\"enums/Icon.html#DecimalInputIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":74,\"kind\":16,\"name\":\"DefinitionListIcon\",\"url\":\"enums/Icon.html#DefinitionListIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":75,\"kind\":16,\"name\":\"DeleteRecordIcon\",\"url\":\"enums/Icon.html#DeleteRecordIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":76,\"kind\":16,\"name\":\"DetailViewIcon\",\"url\":\"enums/Icon.html#DetailViewIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":77,\"kind\":16,\"name\":\"DialogIcon\",\"url\":\"enums/Icon.html#DialogIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":78,\"kind\":16,\"name\":\"DrawerIcon\",\"url\":\"enums/Icon.html#DrawerIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":79,\"kind\":16,\"name\":\"DynamicFormIcon\",\"url\":\"enums/Icon.html#DynamicFormIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":80,\"kind\":16,\"name\":\"DynamicTableIcon\",\"url\":\"enums/Icon.html#DynamicTableIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":81,\"kind\":16,\"name\":\"DynamicTilesIcon\",\"url\":\"enums/Icon.html#DynamicTilesIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":82,\"kind\":16,\"name\":\"EmailInputIcon\",\"url\":\"enums/Icon.html#EmailInputIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":83,\"kind\":16,\"name\":\"FileInputIcon\",\"url\":\"enums/Icon.html#FileInputIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":84,\"kind\":16,\"name\":\"FormIcon\",\"url\":\"enums/Icon.html#FormIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":85,\"kind\":16,\"name\":\"GridIcon\",\"url\":\"enums/Icon.html#GridIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":86,\"kind\":16,\"name\":\"HiddenInputIcon\",\"url\":\"enums/Icon.html#HiddenInputIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":87,\"kind\":16,\"name\":\"HorizontalRuleIcon\",\"url\":\"enums/Icon.html#HorizontalRuleIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":88,\"kind\":16,\"name\":\"HtmlIcon\",\"url\":\"enums/Icon.html#HtmlIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":89,\"kind\":16,\"name\":\"IbanInputIcon\",\"url\":\"enums/Icon.html#IbanInputIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":90,\"kind\":16,\"name\":\"IconIcon\",\"url\":\"enums/Icon.html#IconIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":91,\"kind\":16,\"name\":\"ImageCarouselIcon\",\"url\":\"enums/Icon.html#ImageCarouselIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":92,\"kind\":16,\"name\":\"ImageIcon\",\"url\":\"enums/Icon.html#ImageIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":93,\"kind\":16,\"name\":\"ImageInputIcon\",\"url\":\"enums/Icon.html#ImageInputIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":94,\"kind\":16,\"name\":\"IncludeIcon\",\"url\":\"enums/Icon.html#IncludeIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":95,\"kind\":16,\"name\":\"LabelIcon\",\"url\":\"enums/Icon.html#LabelIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":96,\"kind\":16,\"name\":\"Layout1Icon\",\"url\":\"enums/Icon.html#Layout1Icon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":97,\"kind\":16,\"name\":\"Layout2Icon\",\"url\":\"enums/Icon.html#Layout2Icon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":98,\"kind\":16,\"name\":\"Layout363Icon\",\"url\":\"enums/Icon.html#Layout363Icon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":99,\"kind\":16,\"name\":\"Layout444Icon\",\"url\":\"enums/Icon.html#Layout444Icon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":100,\"kind\":16,\"name\":\"Layout48Icon\",\"url\":\"enums/Icon.html#Layout48Icon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":101,\"kind\":16,\"name\":\"Layout66Icon\",\"url\":\"enums/Icon.html#Layout66Icon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":102,\"kind\":16,\"name\":\"Layout3333Icon\",\"url\":\"enums/Icon.html#Layout3333Icon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":103,\"kind\":16,\"name\":\"Layout84Icon\",\"url\":\"enums/Icon.html#Layout84Icon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":104,\"kind\":16,\"name\":\"LogoutIcon\",\"url\":\"enums/Icon.html#LogoutIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":105,\"kind\":16,\"name\":\"ListItemIcon\",\"url\":\"enums/Icon.html#ListItemIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":106,\"kind\":16,\"name\":\"ListWithDataIcon\",\"url\":\"enums/Icon.html#ListWithDataIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":107,\"kind\":16,\"name\":\"LoginFormIcon\",\"url\":\"enums/Icon.html#LoginFormIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":108,\"kind\":16,\"name\":\"MenuIcon\",\"url\":\"enums/Icon.html#MenuIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":109,\"kind\":16,\"name\":\"MenuItemIcon\",\"url\":\"enums/Icon.html#MenuItemIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":110,\"kind\":16,\"name\":\"MultiLineIcon\",\"url\":\"enums/Icon.html#MultiLineIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":111,\"kind\":16,\"name\":\"MultiSelectIcon\",\"url\":\"enums/Icon.html#MultiSelectIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":112,\"kind\":16,\"name\":\"NavbarIcon\",\"url\":\"enums/Icon.html#NavbarIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":113,\"kind\":16,\"name\":\"NavItemIcon\",\"url\":\"enums/Icon.html#NavItemIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":114,\"kind\":16,\"name\":\"NavSidebarIcon\",\"url\":\"enums/Icon.html#NavSidebarIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":115,\"kind\":16,\"name\":\"NumberInputIcon\",\"url\":\"enums/Icon.html#NumberInputIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":116,\"kind\":16,\"name\":\"OpenPageIcon\",\"url\":\"enums/Icon.html#OpenPageIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":117,\"kind\":16,\"name\":\"OrderedListIcon\",\"url\":\"enums/Icon.html#OrderedListIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":118,\"kind\":16,\"name\":\"PanelIcon\",\"url\":\"enums/Icon.html#PanelIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":119,\"kind\":16,\"name\":\"PaperIcon\",\"url\":\"enums/Icon.html#PaperIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":120,\"kind\":16,\"name\":\"ParagraphIcon\",\"url\":\"enums/Icon.html#ParagraphIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":121,\"kind\":16,\"name\":\"PasswordInputIcon\",\"url\":\"enums/Icon.html#PasswordInputIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":122,\"kind\":16,\"name\":\"PhoneInputIcon\",\"url\":\"enums/Icon.html#PhoneInputIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":123,\"kind\":16,\"name\":\"PriceInputIcon\",\"url\":\"enums/Icon.html#PriceInputIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":124,\"kind\":16,\"name\":\"ProgressBarIcon\",\"url\":\"enums/Icon.html#ProgressBarIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":125,\"kind\":16,\"name\":\"RadioButtonIcon\",\"url\":\"enums/Icon.html#RadioButtonIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":126,\"kind\":16,\"name\":\"RatingIcon\",\"url\":\"enums/Icon.html#RatingIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":127,\"kind\":16,\"name\":\"RowIcon\",\"url\":\"enums/Icon.html#RowIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":128,\"kind\":16,\"name\":\"RowColumnIcon\",\"url\":\"enums/Icon.html#RowColumnIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":129,\"kind\":16,\"name\":\"SelectIcon\",\"url\":\"enums/Icon.html#SelectIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":130,\"kind\":16,\"name\":\"SidebarLeftIcon\",\"url\":\"enums/Icon.html#SidebarLeftIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":131,\"kind\":16,\"name\":\"SliderComponentIcon\",\"url\":\"enums/Icon.html#SliderComponentIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":132,\"kind\":16,\"name\":\"SnackbarIcon\",\"url\":\"enums/Icon.html#SnackbarIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":133,\"kind\":16,\"name\":\"StepIcon\",\"url\":\"enums/Icon.html#StepIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":134,\"kind\":16,\"name\":\"StepperIcon\",\"url\":\"enums/Icon.html#StepperIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":135,\"kind\":16,\"name\":\"SubmitButtonIcon\",\"url\":\"enums/Icon.html#SubmitButtonIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":136,\"kind\":16,\"name\":\"SwitcherIcon\",\"url\":\"enums/Icon.html#SwitcherIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":137,\"kind\":16,\"name\":\"TabIcon\",\"url\":\"enums/Icon.html#TabIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":138,\"kind\":16,\"name\":\"TabsIcon\",\"url\":\"enums/Icon.html#TabsIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":139,\"kind\":16,\"name\":\"Table\",\"url\":\"enums/Icon.html#Table\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":140,\"kind\":16,\"name\":\"TextareaIcon\",\"url\":\"enums/Icon.html#TextareaIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":141,\"kind\":16,\"name\":\"TextInputIcon\",\"url\":\"enums/Icon.html#TextInputIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":142,\"kind\":16,\"name\":\"TimePickerIcon\",\"url\":\"enums/Icon.html#TimePickerIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":143,\"kind\":16,\"name\":\"TitleIcon\",\"url\":\"enums/Icon.html#TitleIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":144,\"kind\":16,\"name\":\"UnorderedListIcon\",\"url\":\"enums/Icon.html#UnorderedListIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":145,\"kind\":16,\"name\":\"UpdateFormIcon\",\"url\":\"enums/Icon.html#UpdateFormIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":146,\"kind\":16,\"name\":\"UrlInputIcon\",\"url\":\"enums/Icon.html#UrlInputIcon\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"Icon\"},{\"id\":147,\"kind\":8,\"name\":\"ThemeColor\",\"url\":\"enums/ThemeColor.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":148,\"kind\":16,\"name\":\"PRIMARY\",\"url\":\"enums/ThemeColor.html#PRIMARY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ThemeColor\"},{\"id\":149,\"kind\":16,\"name\":\"SECONDARY\",\"url\":\"enums/ThemeColor.html#SECONDARY\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ThemeColor\"},{\"id\":150,\"kind\":16,\"name\":\"SUCCESS\",\"url\":\"enums/ThemeColor.html#SUCCESS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ThemeColor\"},{\"id\":151,\"kind\":16,\"name\":\"INFO\",\"url\":\"enums/ThemeColor.html#INFO\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ThemeColor\"},{\"id\":152,\"kind\":16,\"name\":\"WARNING\",\"url\":\"enums/ThemeColor.html#WARNING\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ThemeColor\"},{\"id\":153,\"kind\":16,\"name\":\"DANGER\",\"url\":\"enums/ThemeColor.html#DANGER\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ThemeColor\"},{\"id\":154,\"kind\":16,\"name\":\"BLACK\",\"url\":\"enums/ThemeColor.html#BLACK\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ThemeColor\"},{\"id\":155,\"kind\":16,\"name\":\"DARK\",\"url\":\"enums/ThemeColor.html#DARK\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ThemeColor\"},{\"id\":156,\"kind\":16,\"name\":\"MEDIUM\",\"url\":\"enums/ThemeColor.html#MEDIUM\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ThemeColor\"},{\"id\":157,\"kind\":16,\"name\":\"LIGHT\",\"url\":\"enums/ThemeColor.html#LIGHT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ThemeColor\"},{\"id\":158,\"kind\":16,\"name\":\"WHITE\",\"url\":\"enums/ThemeColor.html#WHITE\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ThemeColor\"},{\"id\":159,\"kind\":16,\"name\":\"ACCENT_1\",\"url\":\"enums/ThemeColor.html#ACCENT_1\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ThemeColor\"},{\"id\":160,\"kind\":16,\"name\":\"ACCENT_2\",\"url\":\"enums/ThemeColor.html#ACCENT_2\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ThemeColor\"},{\"id\":161,\"kind\":16,\"name\":\"ACCENT_3\",\"url\":\"enums/ThemeColor.html#ACCENT_3\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ThemeColor\"},{\"id\":162,\"kind\":16,\"name\":\"TRANSPARENT\",\"url\":\"enums/ThemeColor.html#TRANSPARENT\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"ThemeColor\"},{\"id\":163,\"kind\":256,\"name\":\"PrefabAction\",\"url\":\"interfaces/PrefabAction.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":164,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/PrefabAction.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PrefabAction\"},{\"id\":165,\"kind\":1024,\"name\":\"ref\",\"url\":\"interfaces/PrefabAction.html#ref-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PrefabAction\"},{\"id\":166,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/PrefabAction.html#__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"PrefabAction\"},{\"id\":167,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/PrefabAction.html#__type-2.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PrefabAction.__type\"},{\"id\":168,\"kind\":1024,\"name\":\"endpointId\",\"url\":\"interfaces/PrefabAction.html#__type-2.endpointId\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PrefabAction.__type\"},{\"id\":169,\"kind\":1024,\"name\":\"options\",\"url\":\"interfaces/PrefabAction.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PrefabAction\"},{\"id\":170,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/PrefabAction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"PrefabAction\"},{\"id\":171,\"kind\":1024,\"name\":\"ref\",\"url\":\"interfaces/PrefabAction.html#__type.ref\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PrefabAction.__type\"},{\"id\":172,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/PrefabAction.html#__type.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"PrefabAction.__type\"},{\"id\":173,\"kind\":1024,\"name\":\"result\",\"url\":\"interfaces/PrefabAction.html#__type.__type-1.result\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PrefabAction.__type.__type\"},{\"id\":174,\"kind\":1024,\"name\":\"useNewRuntime\",\"url\":\"interfaces/PrefabAction.html#useNewRuntime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PrefabAction\"},{\"id\":175,\"kind\":1024,\"name\":\"events\",\"url\":\"interfaces/PrefabAction.html#events\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PrefabAction\"},{\"id\":176,\"kind\":256,\"name\":\"PrefabActionAssign\",\"url\":\"interfaces/PrefabActionAssign.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":177,\"kind\":1024,\"name\":\"leftHandSide\",\"url\":\"interfaces/PrefabActionAssign.html#leftHandSide\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PrefabActionAssign\"},{\"id\":178,\"kind\":1024,\"name\":\"ref\",\"url\":\"interfaces/PrefabActionAssign.html#ref\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PrefabActionAssign\"},{\"id\":179,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/PrefabActionAssign.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"PrefabActionAssign\"},{\"id\":180,\"kind\":1024,\"name\":\"path\",\"url\":\"interfaces/PrefabActionAssign.html#__type.path\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PrefabActionAssign.__type\"},{\"id\":181,\"kind\":256,\"name\":\"PrefabActionUpdateStepOption\",\"url\":\"interfaces/PrefabActionUpdateStepOption.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":182,\"kind\":1024,\"name\":\"ref\",\"url\":\"interfaces/PrefabActionUpdateStepOption.html#ref\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PrefabActionUpdateStepOption\"},{\"id\":183,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/PrefabActionUpdateStepOption.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"PrefabActionUpdateStepOption\"},{\"id\":184,\"kind\":1024,\"name\":\"object\",\"url\":\"interfaces/PrefabActionUpdateStepOption.html#__type.object\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PrefabActionUpdateStepOption.__type\"},{\"id\":185,\"kind\":1024,\"name\":\"customModel\",\"url\":\"interfaces/PrefabActionUpdateStepOption.html#__type.customModel\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PrefabActionUpdateStepOption.__type\"},{\"id\":186,\"kind\":1024,\"name\":\"assign\",\"url\":\"interfaces/PrefabActionUpdateStepOption.html#assign\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PrefabActionUpdateStepOption\"},{\"id\":187,\"kind\":256,\"name\":\"PrefabActionCreateStepOption\",\"url\":\"interfaces/PrefabActionCreateStepOption.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":188,\"kind\":1024,\"name\":\"modelId\",\"url\":\"interfaces/PrefabActionCreateStepOption.html#modelId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PrefabActionCreateStepOption\"},{\"id\":189,\"kind\":1024,\"name\":\"assign\",\"url\":\"interfaces/PrefabActionCreateStepOption.html#assign\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PrefabActionCreateStepOption\"},{\"id\":190,\"kind\":1024,\"name\":\"ref\",\"url\":\"interfaces/PrefabActionCreateStepOption.html#ref\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PrefabActionCreateStepOption\"},{\"id\":191,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/PrefabActionCreateStepOption.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"PrefabActionCreateStepOption\"},{\"id\":192,\"kind\":1024,\"name\":\"customModel\",\"url\":\"interfaces/PrefabActionCreateStepOption.html#__type.customModel\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PrefabActionCreateStepOption.__type\"},{\"id\":193,\"kind\":256,\"name\":\"PrefabActionDeleteStepOption\",\"url\":\"interfaces/PrefabActionDeleteStepOption.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":194,\"kind\":1024,\"name\":\"ref\",\"url\":\"interfaces/PrefabActionDeleteStepOption.html#ref\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PrefabActionDeleteStepOption\"},{\"id\":195,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/PrefabActionDeleteStepOption.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"PrefabActionDeleteStepOption\"},{\"id\":196,\"kind\":1024,\"name\":\"object\",\"url\":\"interfaces/PrefabActionDeleteStepOption.html#__type.object\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PrefabActionDeleteStepOption.__type\"},{\"id\":197,\"kind\":1024,\"name\":\"customModel\",\"url\":\"interfaces/PrefabActionDeleteStepOption.html#__type.customModel\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PrefabActionDeleteStepOption.__type\"},{\"id\":198,\"kind\":256,\"name\":\"AuthenticateUserStepOption\",\"url\":\"interfaces/AuthenticateUserStepOption.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":199,\"kind\":1024,\"name\":\"authenticationProfileId\",\"url\":\"interfaces/AuthenticateUserStepOption.html#authenticationProfileId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthenticateUserStepOption\"},{\"id\":200,\"kind\":1024,\"name\":\"ref\",\"url\":\"interfaces/AuthenticateUserStepOption.html#ref\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthenticateUserStepOption\"},{\"id\":201,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/AuthenticateUserStepOption.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"AuthenticateUserStepOption\"},{\"id\":202,\"kind\":1024,\"name\":\"username\",\"url\":\"interfaces/AuthenticateUserStepOption.html#__type.username\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AuthenticateUserStepOption.__type\"},{\"id\":203,\"kind\":1024,\"name\":\"password\",\"url\":\"interfaces/AuthenticateUserStepOption.html#__type.password\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AuthenticateUserStepOption.__type\"},{\"id\":204,\"kind\":1024,\"name\":\"jwtAs\",\"url\":\"interfaces/AuthenticateUserStepOption.html#__type.jwtAs\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AuthenticateUserStepOption.__type\"},{\"id\":205,\"kind\":256,\"name\":\"PrefabActionStep\",\"url\":\"interfaces/PrefabActionStep.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":206,\"kind\":1024,\"name\":\"kind\",\"url\":\"interfaces/PrefabActionStep.html#kind\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PrefabActionStep\"},{\"id\":207,\"kind\":1024,\"name\":\"options\",\"url\":\"interfaces/PrefabActionStep.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PrefabActionStep\"},{\"id\":208,\"kind\":4194304,\"name\":\"Hook\",\"url\":\"modules.html#Hook\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":209,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#Hook.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Hook\"},{\"id\":210,\"kind\":1024,\"name\":\"query\",\"url\":\"modules.html#Hook.__type.query\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Hook.__type\"},{\"id\":211,\"kind\":1024,\"name\":\"input\",\"url\":\"modules.html#Hook.__type.input\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Hook.__type\"},{\"id\":212,\"kind\":8,\"name\":\"InteractionOptionType\",\"url\":\"enums/InteractionOptionType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":213,\"kind\":16,\"name\":\"Boolean\",\"url\":\"enums/InteractionOptionType.html#Boolean\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"InteractionOptionType\"},{\"id\":214,\"kind\":16,\"name\":\"Number\",\"url\":\"enums/InteractionOptionType.html#Number\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"InteractionOptionType\"},{\"id\":215,\"kind\":16,\"name\":\"String\",\"url\":\"enums/InteractionOptionType.html#String\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"InteractionOptionType\"},{\"id\":216,\"kind\":16,\"name\":\"Event\",\"url\":\"enums/InteractionOptionType.html#Event\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"InteractionOptionType\"},{\"id\":217,\"kind\":16,\"name\":\"Void\",\"url\":\"enums/InteractionOptionType.html#Void\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"InteractionOptionType\"},{\"id\":218,\"kind\":16,\"name\":\"Page\",\"url\":\"enums/InteractionOptionType.html#Page\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"InteractionOptionType\"},{\"id\":219,\"kind\":16,\"name\":\"Locale\",\"url\":\"enums/InteractionOptionType.html#Locale\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"InteractionOptionType\"},{\"id\":220,\"kind\":8,\"name\":\"InteractionOptionTypeToDo\",\"url\":\"enums/InteractionOptionTypeToDo.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":221,\"kind\":16,\"name\":\"Color\",\"url\":\"enums/InteractionOptionTypeToDo.html#Color\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"InteractionOptionTypeToDo\"},{\"id\":222,\"kind\":16,\"name\":\"Endpoint\",\"url\":\"enums/InteractionOptionTypeToDo.html#Endpoint\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"InteractionOptionTypeToDo\"},{\"id\":223,\"kind\":16,\"name\":\"Filter\",\"url\":\"enums/InteractionOptionTypeToDo.html#Filter\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"InteractionOptionTypeToDo\"},{\"id\":224,\"kind\":16,\"name\":\"Font\",\"url\":\"enums/InteractionOptionTypeToDo.html#Font\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"InteractionOptionTypeToDo\"},{\"id\":225,\"kind\":16,\"name\":\"Properties\",\"url\":\"enums/InteractionOptionTypeToDo.html#Properties\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"InteractionOptionTypeToDo\"},{\"id\":226,\"kind\":16,\"name\":\"Property\",\"url\":\"enums/InteractionOptionTypeToDo.html#Property\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"InteractionOptionTypeToDo\"},{\"id\":227,\"kind\":16,\"name\":\"Size\",\"url\":\"enums/InteractionOptionTypeToDo.html#Size\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"InteractionOptionTypeToDo\"},{\"id\":228,\"kind\":16,\"name\":\"Unit\",\"url\":\"enums/InteractionOptionTypeToDo.html#Unit\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"InteractionOptionTypeToDo\"},{\"id\":229,\"kind\":256,\"name\":\"InteractionCompatibility\",\"url\":\"interfaces/InteractionCompatibility.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":230,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/InteractionCompatibility.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InteractionCompatibility\"},{\"id\":231,\"kind\":1024,\"name\":\"parameters\",\"url\":\"interfaces/InteractionCompatibility.html#parameters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InteractionCompatibility\"},{\"id\":232,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/InteractionCompatibility.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InteractionCompatibility\"},{\"id\":233,\"kind\":256,\"name\":\"Interaction\",\"url\":\"interfaces/Interaction.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":234,\"kind\":1024,\"name\":\"function\",\"url\":\"interfaces/Interaction.html#function\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Interaction\"},{\"id\":235,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/Interaction.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Interaction\"},{\"id\":236,\"kind\":1024,\"name\":\"parameters\",\"url\":\"interfaces/Interaction.html#parameters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Interaction\"},{\"id\":237,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/Interaction.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Interaction\"},{\"id\":238,\"kind\":8,\"name\":\"InteractionType\",\"url\":\"enums/InteractionType.html\",\"classes\":\"tsd-kind-enum\"},{\"id\":239,\"kind\":16,\"name\":\"Custom\",\"url\":\"enums/InteractionType.html#Custom\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"InteractionType\"},{\"id\":240,\"kind\":16,\"name\":\"Global\",\"url\":\"enums/InteractionType.html#Global\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"InteractionType\"},{\"id\":241,\"kind\":256,\"name\":\"BasePrefabInteraction\",\"url\":\"interfaces/BasePrefabInteraction.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":242,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/BasePrefabInteraction.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BasePrefabInteraction\"},{\"id\":243,\"kind\":1024,\"name\":\"ref\",\"url\":\"interfaces/BasePrefabInteraction.html#ref\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BasePrefabInteraction\"},{\"id\":244,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/BasePrefabInteraction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"BasePrefabInteraction\"},{\"id\":245,\"kind\":1024,\"name\":\"sourceComponentId\",\"url\":\"interfaces/BasePrefabInteraction.html#__type.sourceComponentId\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BasePrefabInteraction.__type\"},{\"id\":246,\"kind\":1024,\"name\":\"targetComponentId\",\"url\":\"interfaces/BasePrefabInteraction.html#__type.targetComponentId\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BasePrefabInteraction.__type\"},{\"id\":247,\"kind\":1024,\"name\":\"targetOptionName\",\"url\":\"interfaces/BasePrefabInteraction.html#targetOptionName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BasePrefabInteraction\"},{\"id\":248,\"kind\":1024,\"name\":\"sourceEvent\",\"url\":\"interfaces/BasePrefabInteraction.html#sourceEvent\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BasePrefabInteraction\"},{\"id\":249,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/BasePrefabInteraction.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BasePrefabInteraction\"},{\"id\":250,\"kind\":256,\"name\":\"ParameterOptionWithId\",\"url\":\"interfaces/ParameterOptionWithId.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":251,\"kind\":1024,\"name\":\"parameter\",\"url\":\"interfaces/ParameterOptionWithId.html#parameter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ParameterOptionWithId\"},{\"id\":252,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/ParameterOptionWithId.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ParameterOptionWithId\"},{\"id\":253,\"kind\":256,\"name\":\"ParameterOptionWithPath\",\"url\":\"interfaces/ParameterOptionWithPath.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":254,\"kind\":1024,\"name\":\"path\",\"url\":\"interfaces/ParameterOptionWithPath.html#path\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ParameterOptionWithPath\"},{\"id\":255,\"kind\":1024,\"name\":\"parameter\",\"url\":\"interfaces/ParameterOptionWithPath.html#parameter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ParameterOptionWithPath\"},{\"id\":256,\"kind\":256,\"name\":\"ParameterOptionWithComponentRef\",\"url\":\"interfaces/ParameterOptionWithComponentRef.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":257,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/ParameterOptionWithComponentRef.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ParameterOptionWithComponentRef\"},{\"id\":258,\"kind\":1024,\"name\":\"parameter\",\"url\":\"interfaces/ParameterOptionWithComponentRef.html#parameter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ParameterOptionWithComponentRef\"},{\"id\":259,\"kind\":1024,\"name\":\"ref\",\"url\":\"interfaces/ParameterOptionWithComponentRef.html#ref\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ParameterOptionWithComponentRef\"},{\"id\":260,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ParameterOptionWithComponentRef.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ParameterOptionWithComponentRef\"},{\"id\":261,\"kind\":1024,\"name\":\"componentId\",\"url\":\"interfaces/ParameterOptionWithComponentRef.html#__type.componentId\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ParameterOptionWithComponentRef.__type\"},{\"id\":262,\"kind\":4194304,\"name\":\"PrefabInteractionParameter\",\"url\":\"modules.html#PrefabInteractionParameter\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":263,\"kind\":4194304,\"name\":\"PrefabInteraction\",\"url\":\"modules.html#PrefabInteraction\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":264,\"kind\":256,\"name\":\"PrefabVariable\",\"url\":\"interfaces/PrefabVariable.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":265,\"kind\":1024,\"name\":\"kind\",\"url\":\"interfaces/PrefabVariable.html#kind\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PrefabVariable\"},{\"id\":266,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/PrefabVariable.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PrefabVariable\"},{\"id\":267,\"kind\":1024,\"name\":\"ref\",\"url\":\"interfaces/PrefabVariable.html#ref\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PrefabVariable\"},{\"id\":268,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/PrefabVariable.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"PrefabVariable\"},{\"id\":269,\"kind\":1024,\"name\":\"actionId\",\"url\":\"interfaces/PrefabVariable.html#__type.actionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PrefabVariable.__type\"},{\"id\":270,\"kind\":1024,\"name\":\"endpointId\",\"url\":\"interfaces/PrefabVariable.html#__type.endpointId\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PrefabVariable.__type\"},{\"id\":271,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/PrefabVariable.html#__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"PrefabVariable.__type\"},{\"id\":272,\"kind\":1024,\"name\":\"options\",\"url\":\"interfaces/PrefabVariable.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PrefabVariable\"},{\"id\":273,\"kind\":4194304,\"name\":\"PrefabVariableKind\",\"url\":\"modules.html#PrefabVariableKind\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":274,\"kind\":4194304,\"name\":\"ValueConfig\",\"url\":\"modules.html#ValueConfig\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":275,\"kind\":256,\"name\":\"PrefabComponentOptionBase\",\"url\":\"interfaces/PrefabComponentOptionBase.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":276,\"kind\":1024,\"name\":\"label\",\"url\":\"interfaces/PrefabComponentOptionBase.html#label\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PrefabComponentOptionBase\"},{\"id\":277,\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/PrefabComponentOptionBase.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PrefabComponentOptionBase\"},{\"id\":278,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/PrefabComponentOptionBase.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PrefabComponentOptionBase\"},{\"id\":279,\"kind\":1024,\"name\":\"configuration\",\"url\":\"interfaces/PrefabComponentOptionBase.html#configuration\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PrefabComponentOptionBase\"},{\"id\":280,\"kind\":256,\"name\":\"ValueDefault\",\"url\":\"interfaces/ValueDefault.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":281,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/ValueDefault.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ValueDefault\"},{\"id\":282,\"kind\":1024,\"name\":\"label\",\"url\":\"interfaces/ValueDefault.html#label\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValueDefault\"},{\"id\":283,\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/ValueDefault.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValueDefault\"},{\"id\":284,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/ValueDefault.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValueDefault\"},{\"id\":285,\"kind\":1024,\"name\":\"configuration\",\"url\":\"interfaces/ValueDefault.html#configuration\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValueDefault\"},{\"id\":286,\"kind\":256,\"name\":\"ValueRef\",\"url\":\"interfaces/ValueRef.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":287,\"kind\":1024,\"name\":\"ref\",\"url\":\"interfaces/ValueRef.html#ref\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ValueRef\"},{\"id\":288,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ValueRef.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ValueRef\"},{\"id\":289,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/ValueRef.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ValueRef.__type\"},{\"id\":290,\"kind\":1024,\"name\":\"label\",\"url\":\"interfaces/ValueRef.html#label\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValueRef\"},{\"id\":291,\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/ValueRef.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValueRef\"},{\"id\":292,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/ValueRef.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValueRef\"},{\"id\":293,\"kind\":1024,\"name\":\"configuration\",\"url\":\"interfaces/ValueRef.html#configuration\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValueRef\"},{\"id\":294,\"kind\":4194304,\"name\":\"PrefabComponentOption\",\"url\":\"modules.html#PrefabComponentOption\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":295,\"kind\":256,\"name\":\"BaseConfiguration\",\"url\":\"interfaces/BaseConfiguration.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":296,\"kind\":1024,\"name\":\"condition\",\"url\":\"interfaces/BaseConfiguration.html#condition\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BaseConfiguration\"},{\"id\":297,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/BaseConfiguration.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"BaseConfiguration\"},{\"id\":298,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/BaseConfiguration.html#__type.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BaseConfiguration.__type\"},{\"id\":299,\"kind\":1024,\"name\":\"option\",\"url\":\"interfaces/BaseConfiguration.html#__type.option\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BaseConfiguration.__type\"},{\"id\":300,\"kind\":1024,\"name\":\"comparator\",\"url\":\"interfaces/BaseConfiguration.html#__type.comparator\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BaseConfiguration.__type\"},{\"id\":301,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/BaseConfiguration.html#__type.value\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"BaseConfiguration.__type\"},{\"id\":302,\"kind\":4194304,\"name\":\"Configration\",\"url\":\"modules.html#Configration\",\"classes\":\"tsd-kind-type-alias\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"parent\"],\"fieldVectors\":[[\"name/0\",[0,53.116]],[\"parent/0\",[]],[\"name/1\",[1,30.429]],[\"parent/1\",[]],[\"name/2\",[2,48.007]],[\"parent/2\",[]],[\"name/3\",[3,29.137]],[\"parent/3\",[2,4.426]],[\"name/4\",[4,53.116]],[\"parent/4\",[5,3.545]],[\"name/5\",[6,53.116]],[\"parent/5\",[5,3.545]],[\"name/6\",[1,30.429]],[\"parent/6\",[5,3.545]],[\"name/7\",[7,53.116]],[\"parent/7\",[5,3.545]],[\"name/8\",[8,53.116]],[\"parent/8\",[5,3.545]],[\"name/9\",[3,29.137]],[\"parent/9\",[5,3.545]],[\"name/10\",[9,48.007]],[\"parent/10\",[]],[\"name/11\",[10,48.007]],[\"parent/11\",[]],[\"name/12\",[11,48.007]],[\"parent/12\",[]],[\"name/13\",[12,48.007]],[\"parent/13\",[]],[\"name/14\",[13,53.116]],[\"parent/14\",[]],[\"name/15\",[14,53.116]],[\"parent/15\",[]],[\"name/16\",[15,53.116]],[\"parent/16\",[]],[\"name/17\",[16,53.116]],[\"parent/17\",[]],[\"name/18\",[17,53.116]],[\"parent/18\",[]],[\"name/19\",[18,48.007]],[\"parent/19\",[]],[\"name/20\",[19,53.116]],[\"parent/20\",[]],[\"name/21\",[20,10.211]],[\"parent/21\",[]],[\"name/22\",[21,48.007]],[\"parent/22\",[]],[\"name/23\",[22,53.116]],[\"parent/23\",[]],[\"name/24\",[23,48.007]],[\"parent/24\",[]],[\"name/25\",[24,53.116]],[\"parent/25\",[]],[\"name/26\",[25,53.116]],[\"parent/26\",[]],[\"name/27\",[26,53.116]],[\"parent/27\",[]],[\"name/28\",[1,30.429]],[\"parent/28\",[]],[\"name/29\",[27,53.116]],[\"parent/29\",[1,2.805]],[\"name/30\",[28,53.116]],[\"parent/30\",[1,2.805]],[\"name/31\",[29,53.116]],[\"parent/31\",[1,2.805]],[\"name/32\",[30,37.021]],[\"parent/32\",[1,2.805]],[\"name/33\",[31,53.116]],[\"parent/33\",[1,2.805]],[\"name/34\",[20,10.211]],[\"parent/34\",[1,2.805]],[\"name/35\",[32,53.116]],[\"parent/35\",[1,2.805]],[\"name/36\",[33,53.116]],[\"parent/36\",[1,2.805]],[\"name/37\",[34,53.116]],[\"parent/37\",[1,2.805]],[\"name/38\",[35,35.77]],[\"parent/38\",[1,2.805]],[\"name/39\",[36,53.116]],[\"parent/39\",[1,2.805]],[\"name/40\",[20,10.211]],[\"parent/40\",[]],[\"name/41\",[37,53.116]],[\"parent/41\",[20,0.941]],[\"name/42\",[38,53.116]],[\"parent/42\",[20,0.941]],[\"name/43\",[39,53.116]],[\"parent/43\",[20,0.941]],[\"name/44\",[40,53.116]],[\"parent/44\",[20,0.941]],[\"name/45\",[41,53.116]],[\"parent/45\",[20,0.941]],[\"name/46\",[42,53.116]],[\"parent/46\",[20,0.941]],[\"name/47\",[43,53.116]],[\"parent/47\",[20,0.941]],[\"name/48\",[44,53.116]],[\"parent/48\",[20,0.941]],[\"name/49\",[45,53.116]],[\"parent/49\",[20,0.941]],[\"name/50\",[46,53.116]],[\"parent/50\",[20,0.941]],[\"name/51\",[47,53.116]],[\"parent/51\",[20,0.941]],[\"name/52\",[48,53.116]],[\"parent/52\",[20,0.941]],[\"name/53\",[49,53.116]],[\"parent/53\",[20,0.941]],[\"name/54\",[50,53.116]],[\"parent/54\",[20,0.941]],[\"name/55\",[51,53.116]],[\"parent/55\",[20,0.941]],[\"name/56\",[52,53.116]],[\"parent/56\",[20,0.941]],[\"name/57\",[53,53.116]],[\"parent/57\",[20,0.941]],[\"name/58\",[54,53.116]],[\"parent/58\",[20,0.941]],[\"name/59\",[55,53.116]],[\"parent/59\",[20,0.941]],[\"name/60\",[56,53.116]],[\"parent/60\",[20,0.941]],[\"name/61\",[57,53.116]],[\"parent/61\",[20,0.941]],[\"name/62\",[58,53.116]],[\"parent/62\",[20,0.941]],[\"name/63\",[59,53.116]],[\"parent/63\",[20,0.941]],[\"name/64\",[60,53.116]],[\"parent/64\",[20,0.941]],[\"name/65\",[61,53.116]],[\"parent/65\",[20,0.941]],[\"name/66\",[62,53.116]],[\"parent/66\",[20,0.941]],[\"name/67\",[63,53.116]],[\"parent/67\",[20,0.941]],[\"name/68\",[64,53.116]],[\"parent/68\",[20,0.941]],[\"name/69\",[65,53.116]],[\"parent/69\",[20,0.941]],[\"name/70\",[66,53.116]],[\"parent/70\",[20,0.941]],[\"name/71\",[67,53.116]],[\"parent/71\",[20,0.941]],[\"name/72\",[68,53.116]],[\"parent/72\",[20,0.941]],[\"name/73\",[69,53.116]],[\"parent/73\",[20,0.941]],[\"name/74\",[70,53.116]],[\"parent/74\",[20,0.941]],[\"name/75\",[71,53.116]],[\"parent/75\",[20,0.941]],[\"name/76\",[72,53.116]],[\"parent/76\",[20,0.941]],[\"name/77\",[73,53.116]],[\"parent/77\",[20,0.941]],[\"name/78\",[74,53.116]],[\"parent/78\",[20,0.941]],[\"name/79\",[75,53.116]],[\"parent/79\",[20,0.941]],[\"name/80\",[76,53.116]],[\"parent/80\",[20,0.941]],[\"name/81\",[77,53.116]],[\"parent/81\",[20,0.941]],[\"name/82\",[78,53.116]],[\"parent/82\",[20,0.941]],[\"name/83\",[79,53.116]],[\"parent/83\",[20,0.941]],[\"name/84\",[80,53.116]],[\"parent/84\",[20,0.941]],[\"name/85\",[81,53.116]],[\"parent/85\",[20,0.941]],[\"name/86\",[82,53.116]],[\"parent/86\",[20,0.941]],[\"name/87\",[83,53.116]],[\"parent/87\",[20,0.941]],[\"name/88\",[84,53.116]],[\"parent/88\",[20,0.941]],[\"name/89\",[85,53.116]],[\"parent/89\",[20,0.941]],[\"name/90\",[86,53.116]],[\"parent/90\",[20,0.941]],[\"name/91\",[87,53.116]],[\"parent/91\",[20,0.941]],[\"name/92\",[88,53.116]],[\"parent/92\",[20,0.941]],[\"name/93\",[89,53.116]],[\"parent/93\",[20,0.941]],[\"name/94\",[90,53.116]],[\"parent/94\",[20,0.941]],[\"name/95\",[91,53.116]],[\"parent/95\",[20,0.941]],[\"name/96\",[92,53.116]],[\"parent/96\",[20,0.941]],[\"name/97\",[93,53.116]],[\"parent/97\",[20,0.941]],[\"name/98\",[94,53.116]],[\"parent/98\",[20,0.941]],[\"name/99\",[95,53.116]],[\"parent/99\",[20,0.941]],[\"name/100\",[96,53.116]],[\"parent/100\",[20,0.941]],[\"name/101\",[97,53.116]],[\"parent/101\",[20,0.941]],[\"name/102\",[98,53.116]],[\"parent/102\",[20,0.941]],[\"name/103\",[99,53.116]],[\"parent/103\",[20,0.941]],[\"name/104\",[100,53.116]],[\"parent/104\",[20,0.941]],[\"name/105\",[101,53.116]],[\"parent/105\",[20,0.941]],[\"name/106\",[102,53.116]],[\"parent/106\",[20,0.941]],[\"name/107\",[103,53.116]],[\"parent/107\",[20,0.941]],[\"name/108\",[104,53.116]],[\"parent/108\",[20,0.941]],[\"name/109\",[105,53.116]],[\"parent/109\",[20,0.941]],[\"name/110\",[106,53.116]],[\"parent/110\",[20,0.941]],[\"name/111\",[107,53.116]],[\"parent/111\",[20,0.941]],[\"name/112\",[108,53.116]],[\"parent/112\",[20,0.941]],[\"name/113\",[109,53.116]],[\"parent/113\",[20,0.941]],[\"name/114\",[110,53.116]],[\"parent/114\",[20,0.941]],[\"name/115\",[111,53.116]],[\"parent/115\",[20,0.941]],[\"name/116\",[112,53.116]],[\"parent/116\",[20,0.941]],[\"name/117\",[113,53.116]],[\"parent/117\",[20,0.941]],[\"name/118\",[114,53.116]],[\"parent/118\",[20,0.941]],[\"name/119\",[115,53.116]],[\"parent/119\",[20,0.941]],[\"name/120\",[116,53.116]],[\"parent/120\",[20,0.941]],[\"name/121\",[117,53.116]],[\"parent/121\",[20,0.941]],[\"name/122\",[118,53.116]],[\"parent/122\",[20,0.941]],[\"name/123\",[119,53.116]],[\"parent/123\",[20,0.941]],[\"name/124\",[120,53.116]],[\"parent/124\",[20,0.941]],[\"name/125\",[121,53.116]],[\"parent/125\",[20,0.941]],[\"name/126\",[122,53.116]],[\"parent/126\",[20,0.941]],[\"name/127\",[123,53.116]],[\"parent/127\",[20,0.941]],[\"name/128\",[124,53.116]],[\"parent/128\",[20,0.941]],[\"name/129\",[125,53.116]],[\"parent/129\",[20,0.941]],[\"name/130\",[126,53.116]],[\"parent/130\",[20,0.941]],[\"name/131\",[127,53.116]],[\"parent/131\",[20,0.941]],[\"name/132\",[128,53.116]],[\"parent/132\",[20,0.941]],[\"name/133\",[129,53.116]],[\"parent/133\",[20,0.941]],[\"name/134\",[130,53.116]],[\"parent/134\",[20,0.941]],[\"name/135\",[131,53.116]],[\"parent/135\",[20,0.941]],[\"name/136\",[132,53.116]],[\"parent/136\",[20,0.941]],[\"name/137\",[133,53.116]],[\"parent/137\",[20,0.941]],[\"name/138\",[134,53.116]],[\"parent/138\",[20,0.941]],[\"name/139\",[135,53.116]],[\"parent/139\",[20,0.941]],[\"name/140\",[136,53.116]],[\"parent/140\",[20,0.941]],[\"name/141\",[137,53.116]],[\"parent/141\",[20,0.941]],[\"name/142\",[138,53.116]],[\"parent/142\",[20,0.941]],[\"name/143\",[139,53.116]],[\"parent/143\",[20,0.941]],[\"name/144\",[140,53.116]],[\"parent/144\",[20,0.941]],[\"name/145\",[141,53.116]],[\"parent/145\",[20,0.941]],[\"name/146\",[142,53.116]],[\"parent/146\",[20,0.941]],[\"name/147\",[143,29.137]],[\"parent/147\",[]],[\"name/148\",[144,53.116]],[\"parent/148\",[143,2.686]],[\"name/149\",[145,53.116]],[\"parent/149\",[143,2.686]],[\"name/150\",[146,53.116]],[\"parent/150\",[143,2.686]],[\"name/151\",[147,53.116]],[\"parent/151\",[143,2.686]],[\"name/152\",[148,53.116]],[\"parent/152\",[143,2.686]],[\"name/153\",[149,53.116]],[\"parent/153\",[143,2.686]],[\"name/154\",[150,53.116]],[\"parent/154\",[143,2.686]],[\"name/155\",[151,53.116]],[\"parent/155\",[143,2.686]],[\"name/156\",[152,53.116]],[\"parent/156\",[143,2.686]],[\"name/157\",[153,53.116]],[\"parent/157\",[143,2.686]],[\"name/158\",[154,53.116]],[\"parent/158\",[143,2.686]],[\"name/159\",[155,53.116]],[\"parent/159\",[143,2.686]],[\"name/160\",[156,53.116]],[\"parent/160\",[143,2.686]],[\"name/161\",[157,53.116]],[\"parent/161\",[143,2.686]],[\"name/162\",[158,53.116]],[\"parent/162\",[143,2.686]],[\"name/163\",[159,35.77]],[\"parent/163\",[]],[\"name/164\",[30,37.021]],[\"parent/164\",[159,3.297]],[\"name/165\",[160,32.747]],[\"parent/165\",[159,3.297]],[\"name/166\",[3,29.137]],[\"parent/166\",[159,3.297]],[\"name/167\",[161,44.643]],[\"parent/167\",[162,3.884]],[\"name/168\",[163,48.007]],[\"parent/168\",[162,3.884]],[\"name/169\",[164,44.643]],[\"parent/169\",[159,3.297]],[\"name/170\",[3,29.137]],[\"parent/170\",[159,3.297]],[\"name/171\",[160,32.747]],[\"parent/171\",[162,3.884]],[\"name/172\",[3,29.137]],[\"parent/172\",[162,3.884]],[\"name/173\",[165,53.116]],[\"parent/173\",[166,4.897]],[\"name/174\",[167,53.116]],[\"parent/174\",[159,3.297]],[\"name/175\",[168,53.116]],[\"parent/175\",[159,3.297]],[\"name/176\",[169,42.13]],[\"parent/176\",[]],[\"name/177\",[170,53.116]],[\"parent/177\",[169,3.884]],[\"name/178\",[160,32.747]],[\"parent/178\",[169,3.884]],[\"name/179\",[3,29.137]],[\"parent/179\",[169,3.884]],[\"name/180\",[171,48.007]],[\"parent/180\",[172,4.897]],[\"name/181\",[173,42.13]],[\"parent/181\",[]],[\"name/182\",[160,32.747]],[\"parent/182\",[173,3.884]],[\"name/183\",[3,29.137]],[\"parent/183\",[173,3.884]],[\"name/184\",[174,48.007]],[\"parent/184\",[175,4.426]],[\"name/185\",[176,44.643]],[\"parent/185\",[175,4.426]],[\"name/186\",[177,48.007]],[\"parent/186\",[173,3.884]],[\"name/187\",[178,40.123]],[\"parent/187\",[]],[\"name/188\",[179,53.116]],[\"parent/188\",[178,3.699]],[\"name/189\",[177,48.007]],[\"parent/189\",[178,3.699]],[\"name/190\",[160,32.747]],[\"parent/190\",[178,3.699]],[\"name/191\",[3,29.137]],[\"parent/191\",[178,3.699]],[\"name/192\",[176,44.643]],[\"parent/192\",[180,4.897]],[\"name/193\",[181,44.643]],[\"parent/193\",[]],[\"name/194\",[160,32.747]],[\"parent/194\",[181,4.115]],[\"name/195\",[3,29.137]],[\"parent/195\",[181,4.115]],[\"name/196\",[174,48.007]],[\"parent/196\",[182,4.426]],[\"name/197\",[176,44.643]],[\"parent/197\",[182,4.426]],[\"name/198\",[183,42.13]],[\"parent/198\",[]],[\"name/199\",[184,53.116]],[\"parent/199\",[183,3.884]],[\"name/200\",[160,32.747]],[\"parent/200\",[183,3.884]],[\"name/201\",[3,29.137]],[\"parent/201\",[183,3.884]],[\"name/202\",[185,53.116]],[\"parent/202\",[186,4.115]],[\"name/203\",[187,53.116]],[\"parent/203\",[186,4.115]],[\"name/204\",[188,53.116]],[\"parent/204\",[186,4.115]],[\"name/205\",[189,44.643]],[\"parent/205\",[]],[\"name/206\",[190,48.007]],[\"parent/206\",[189,4.115]],[\"name/207\",[164,44.643]],[\"parent/207\",[189,4.115]],[\"name/208\",[191,48.007]],[\"parent/208\",[]],[\"name/209\",[3,29.137]],[\"parent/209\",[191,4.426]],[\"name/210\",[192,53.116]],[\"parent/210\",[193,4.426]],[\"name/211\",[194,53.116]],[\"parent/211\",[193,4.426]],[\"name/212\",[195,35.77]],[\"parent/212\",[]],[\"name/213\",[196,53.116]],[\"parent/213\",[195,3.297]],[\"name/214\",[18,48.007]],[\"parent/214\",[195,3.297]],[\"name/215\",[197,53.116]],[\"parent/215\",[195,3.297]],[\"name/216\",[198,53.116]],[\"parent/216\",[195,3.297]],[\"name/217\",[199,53.116]],[\"parent/217\",[195,3.297]],[\"name/218\",[200,53.116]],[\"parent/218\",[195,3.297]],[\"name/219\",[201,53.116]],[\"parent/219\",[195,3.297]],[\"name/220\",[202,34.657]],[\"parent/220\",[]],[\"name/221\",[9,48.007]],[\"parent/221\",[202,3.195]],[\"name/222\",[10,48.007]],[\"parent/222\",[202,3.195]],[\"name/223\",[21,48.007]],[\"parent/223\",[202,3.195]],[\"name/224\",[11,48.007]],[\"parent/224\",[202,3.195]],[\"name/225\",[203,53.116]],[\"parent/225\",[202,3.195]],[\"name/226\",[23,48.007]],[\"parent/226\",[202,3.195]],[\"name/227\",[204,53.116]],[\"parent/227\",[202,3.195]],[\"name/228\",[205,53.116]],[\"parent/228\",[202,3.195]],[\"name/229\",[206,42.13]],[\"parent/229\",[]],[\"name/230\",[30,37.021]],[\"parent/230\",[206,3.884]],[\"name/231\",[207,48.007]],[\"parent/231\",[206,3.884]],[\"name/232\",[35,35.77]],[\"parent/232\",[206,3.884]],[\"name/233\",[208,40.123]],[\"parent/233\",[]],[\"name/234\",[209,53.116]],[\"parent/234\",[208,3.699]],[\"name/235\",[30,37.021]],[\"parent/235\",[208,3.699]],[\"name/236\",[207,48.007]],[\"parent/236\",[208,3.699]],[\"name/237\",[35,35.77]],[\"parent/237\",[208,3.699]],[\"name/238\",[210,44.643]],[\"parent/238\",[]],[\"name/239\",[211,53.116]],[\"parent/239\",[210,4.115]],[\"name/240\",[212,53.116]],[\"parent/240\",[210,4.115]],[\"name/241\",[213,37.021]],[\"parent/241\",[]],[\"name/242\",[30,37.021]],[\"parent/242\",[213,3.413]],[\"name/243\",[160,32.747]],[\"parent/243\",[213,3.413]],[\"name/244\",[3,29.137]],[\"parent/244\",[213,3.413]],[\"name/245\",[214,53.116]],[\"parent/245\",[215,4.426]],[\"name/246\",[216,53.116]],[\"parent/246\",[215,4.426]],[\"name/247\",[217,53.116]],[\"parent/247\",[213,3.413]],[\"name/248\",[218,53.116]],[\"parent/248\",[213,3.413]],[\"name/249\",[35,35.77]],[\"parent/249\",[213,3.413]],[\"name/250\",[219,44.643]],[\"parent/250\",[]],[\"name/251\",[220,44.643]],[\"parent/251\",[219,4.115]],[\"name/252\",[161,44.643]],[\"parent/252\",[219,4.115]],[\"name/253\",[221,44.643]],[\"parent/253\",[]],[\"name/254\",[171,48.007]],[\"parent/254\",[221,4.115]],[\"name/255\",[220,44.643]],[\"parent/255\",[221,4.115]],[\"name/256\",[222,40.123]],[\"parent/256\",[]],[\"name/257\",[30,37.021]],[\"parent/257\",[222,3.699]],[\"name/258\",[220,44.643]],[\"parent/258\",[222,3.699]],[\"name/259\",[160,32.747]],[\"parent/259\",[222,3.699]],[\"name/260\",[3,29.137]],[\"parent/260\",[222,3.699]],[\"name/261\",[223,53.116]],[\"parent/261\",[224,4.897]],[\"name/262\",[225,53.116]],[\"parent/262\",[]],[\"name/263\",[226,53.116]],[\"parent/263\",[]],[\"name/264\",[227,38.452]],[\"parent/264\",[]],[\"name/265\",[190,48.007]],[\"parent/265\",[227,3.545]],[\"name/266\",[30,37.021]],[\"parent/266\",[227,3.545]],[\"name/267\",[160,32.747]],[\"parent/267\",[227,3.545]],[\"name/268\",[3,29.137]],[\"parent/268\",[227,3.545]],[\"name/269\",[228,53.116]],[\"parent/269\",[229,4.115]],[\"name/270\",[163,48.007]],[\"parent/270\",[229,4.115]],[\"name/271\",[161,44.643]],[\"parent/271\",[229,4.115]],[\"name/272\",[164,44.643]],[\"parent/272\",[227,3.545]],[\"name/273\",[230,53.116]],[\"parent/273\",[]],[\"name/274\",[231,53.116]],[\"parent/274\",[]],[\"name/275\",[232,40.123]],[\"parent/275\",[]],[\"name/276\",[233,44.643]],[\"parent/276\",[232,3.699]],[\"name/277\",[234,44.643]],[\"parent/277\",[232,3.699]],[\"name/278\",[35,35.77]],[\"parent/278\",[232,3.699]],[\"name/279\",[235,44.643]],[\"parent/279\",[232,3.699]],[\"name/280\",[236,38.452]],[\"parent/280\",[]],[\"name/281\",[237,44.643]],[\"parent/281\",[236,3.545]],[\"name/282\",[233,44.643]],[\"parent/282\",[236,3.545]],[\"name/283\",[234,44.643]],[\"parent/283\",[236,3.545]],[\"name/284\",[35,35.77]],[\"parent/284\",[236,3.545]],[\"name/285\",[235,44.643]],[\"parent/285\",[236,3.545]],[\"name/286\",[238,37.021]],[\"parent/286\",[]],[\"name/287\",[160,32.747]],[\"parent/287\",[238,3.413]],[\"name/288\",[3,29.137]],[\"parent/288\",[238,3.413]],[\"name/289\",[237,44.643]],[\"parent/289\",[239,4.897]],[\"name/290\",[233,44.643]],[\"parent/290\",[238,3.413]],[\"name/291\",[234,44.643]],[\"parent/291\",[238,3.413]],[\"name/292\",[35,35.77]],[\"parent/292\",[238,3.413]],[\"name/293\",[235,44.643]],[\"parent/293\",[238,3.413]],[\"name/294\",[240,53.116]],[\"parent/294\",[]],[\"name/295\",[241,44.643]],[\"parent/295\",[]],[\"name/296\",[242,53.116]],[\"parent/296\",[241,4.115]],[\"name/297\",[3,29.137]],[\"parent/297\",[241,4.115]],[\"name/298\",[35,35.77]],[\"parent/298\",[243,3.884]],[\"name/299\",[12,48.007]],[\"parent/299\",[243,3.884]],[\"name/300\",[244,53.116]],[\"parent/300\",[243,3.884]],[\"name/301\",[237,44.643]],[\"parent/301\",[243,3.884]],[\"name/302\",[245,53.116]],[\"parent/302\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":3,\"name\":{\"3\":{},\"9\":{},\"166\":{},\"170\":{},\"172\":{},\"179\":{},\"183\":{},\"191\":{},\"195\":{},\"201\":{},\"209\":{},\"244\":{},\"260\":{},\"268\":{},\"288\":{},\"297\":{}},\"parent\":{}}],[\"accent_1\",{\"_index\":155,\"name\":{\"159\":{}},\"parent\":{}}],[\"accent_2\",{\"_index\":156,\"name\":{\"160\":{}},\"parent\":{}}],[\"accent_3\",{\"_index\":157,\"name\":{\"161\":{}},\"parent\":{}}],[\"accordionicon\",{\"_index\":37,\"name\":{\"41\":{}},\"parent\":{}}],[\"accordionitemicon\",{\"_index\":38,\"name\":{\"42\":{}},\"parent\":{}}],[\"actionid\",{\"_index\":228,\"name\":{\"269\":{}},\"parent\":{}}],[\"actions\",{\"_index\":27,\"name\":{\"29\":{}},\"parent\":{}}],[\"alerticon\",{\"_index\":39,\"name\":{\"43\":{}},\"parent\":{}}],[\"assign\",{\"_index\":177,\"name\":{\"186\":{},\"189\":{}},\"parent\":{}}],[\"authenticateuserstepoption\",{\"_index\":183,\"name\":{\"198\":{}},\"parent\":{\"199\":{},\"200\":{},\"201\":{}}}],[\"authenticateuserstepoption.__type\",{\"_index\":186,\"name\":{},\"parent\":{\"202\":{},\"203\":{},\"204\":{}}}],[\"authenticationprofileid\",{\"_index\":184,\"name\":{\"199\":{}},\"parent\":{}}],[\"autocompleteicon\",{\"_index\":40,\"name\":{\"44\":{}},\"parent\":{}}],[\"avataricon\",{\"_index\":41,\"name\":{\"45\":{}},\"parent\":{}}],[\"baseconfiguration\",{\"_index\":241,\"name\":{\"295\":{}},\"parent\":{\"296\":{},\"297\":{}}}],[\"baseconfiguration.__type\",{\"_index\":243,\"name\":{},\"parent\":{\"298\":{},\"299\":{},\"300\":{},\"301\":{}}}],[\"baseprefabinteraction\",{\"_index\":213,\"name\":{\"241\":{}},\"parent\":{\"242\":{},\"243\":{},\"244\":{},\"247\":{},\"248\":{},\"249\":{}}}],[\"baseprefabinteraction.__type\",{\"_index\":215,\"name\":{},\"parent\":{\"245\":{},\"246\":{}}}],[\"beforecreate\",{\"_index\":28,\"name\":{\"30\":{}},\"parent\":{}}],[\"beforecreateargs\",{\"_index\":2,\"name\":{\"2\":{}},\"parent\":{\"3\":{}}}],[\"beforecreateargs.__type\",{\"_index\":5,\"name\":{},\"parent\":{\"4\":{},\"5\":{},\"6\":{},\"7\":{},\"8\":{},\"9\":{}}}],[\"black\",{\"_index\":150,\"name\":{\"154\":{}},\"parent\":{}}],[\"boolean\",{\"_index\":196,\"name\":{\"213\":{}},\"parent\":{}}],[\"breadcrumbicon\",{\"_index\":42,\"name\":{\"46\":{}},\"parent\":{}}],[\"breadcrumbitemicon\",{\"_index\":43,\"name\":{\"47\":{}},\"parent\":{}}],[\"buttongroup\",{\"_index\":16,\"name\":{\"17\":{}},\"parent\":{}}],[\"buttongroupicon\",{\"_index\":44,\"name\":{\"48\":{}},\"parent\":{}}],[\"buttonicon\",{\"_index\":45,\"name\":{\"49\":{}},\"parent\":{}}],[\"cardactionsicon\",{\"_index\":47,\"name\":{\"51\":{}},\"parent\":{}}],[\"cardcontenticon\",{\"_index\":48,\"name\":{\"52\":{}},\"parent\":{}}],[\"cardheadericon\",{\"_index\":49,\"name\":{\"53\":{}},\"parent\":{}}],[\"cardicon\",{\"_index\":46,\"name\":{\"50\":{}},\"parent\":{}}],[\"cardmediaicon\",{\"_index\":50,\"name\":{\"54\":{}},\"parent\":{}}],[\"category\",{\"_index\":29,\"name\":{\"31\":{}},\"parent\":{}}],[\"checkboxgroupicon\",{\"_index\":52,\"name\":{\"56\":{}},\"parent\":{}}],[\"checkboxicon\",{\"_index\":51,\"name\":{\"55\":{}},\"parent\":{}}],[\"chipicon\",{\"_index\":53,\"name\":{\"57\":{}},\"parent\":{}}],[\"close\",{\"_index\":4,\"name\":{\"4\":{}},\"parent\":{}}],[\"color\",{\"_index\":9,\"name\":{\"10\":{},\"221\":{}},\"parent\":{}}],[\"column2icon\",{\"_index\":54,\"name\":{\"58\":{}},\"parent\":{}}],[\"column3icon\",{\"_index\":55,\"name\":{\"59\":{}},\"parent\":{}}],[\"columnicon\",{\"_index\":56,\"name\":{\"60\":{}},\"parent\":{}}],[\"comparator\",{\"_index\":244,\"name\":{\"300\":{}},\"parent\":{}}],[\"component\",{\"_index\":0,\"name\":{\"0\":{}},\"parent\":{}}],[\"componentid\",{\"_index\":223,\"name\":{\"261\":{}},\"parent\":{}}],[\"components\",{\"_index\":8,\"name\":{\"8\":{}},\"parent\":{}}],[\"condition\",{\"_index\":242,\"name\":{\"296\":{}},\"parent\":{}}],[\"conditionalicon\",{\"_index\":57,\"name\":{\"61\":{}},\"parent\":{}}],[\"configration\",{\"_index\":245,\"name\":{\"302\":{}},\"parent\":{}}],[\"configuration\",{\"_index\":235,\"name\":{\"279\":{},\"285\":{},\"293\":{}},\"parent\":{}}],[\"containericon\",{\"_index\":58,\"name\":{\"62\":{}},\"parent\":{}}],[\"createformicon\",{\"_index\":59,\"name\":{\"63\":{}},\"parent\":{}}],[\"custom\",{\"_index\":211,\"name\":{\"239\":{}},\"parent\":{}}],[\"custommodel\",{\"_index\":176,\"name\":{\"185\":{},\"192\":{},\"197\":{}},\"parent\":{}}],[\"danger\",{\"_index\":149,\"name\":{\"153\":{}},\"parent\":{}}],[\"dark\",{\"_index\":151,\"name\":{\"155\":{}},\"parent\":{}}],[\"datacontainer\",{\"_index\":60,\"name\":{\"64\":{}},\"parent\":{}}],[\"datalist\",{\"_index\":61,\"name\":{\"65\":{}},\"parent\":{}}],[\"datatable\",{\"_index\":62,\"name\":{\"66\":{}},\"parent\":{}}],[\"datatablebody\",{\"_index\":63,\"name\":{\"67\":{}},\"parent\":{}}],[\"datatablecolumn\",{\"_index\":64,\"name\":{\"68\":{}},\"parent\":{}}],[\"datatablehead\",{\"_index\":65,\"name\":{\"69\":{}},\"parent\":{}}],[\"datatablerow\",{\"_index\":66,\"name\":{\"70\":{}},\"parent\":{}}],[\"datepickericon\",{\"_index\":67,\"name\":{\"71\":{}},\"parent\":{}}],[\"datetimepickericon\",{\"_index\":68,\"name\":{\"72\":{}},\"parent\":{}}],[\"decimalinputicon\",{\"_index\":69,\"name\":{\"73\":{}},\"parent\":{}}],[\"definitionlisticon\",{\"_index\":70,\"name\":{\"74\":{}},\"parent\":{}}],[\"deleterecordicon\",{\"_index\":71,\"name\":{\"75\":{}},\"parent\":{}}],[\"description\",{\"_index\":36,\"name\":{\"39\":{}},\"parent\":{}}],[\"detailviewicon\",{\"_index\":72,\"name\":{\"76\":{}},\"parent\":{}}],[\"dialogicon\",{\"_index\":73,\"name\":{\"77\":{}},\"parent\":{}}],[\"drawericon\",{\"_index\":74,\"name\":{\"78\":{}},\"parent\":{}}],[\"dropdown\",{\"_index\":17,\"name\":{\"18\":{}},\"parent\":{}}],[\"dynamicformicon\",{\"_index\":75,\"name\":{\"79\":{}},\"parent\":{}}],[\"dynamictableicon\",{\"_index\":76,\"name\":{\"80\":{}},\"parent\":{}}],[\"dynamictilesicon\",{\"_index\":77,\"name\":{\"81\":{}},\"parent\":{}}],[\"emailinputicon\",{\"_index\":78,\"name\":{\"82\":{}},\"parent\":{}}],[\"endpoint\",{\"_index\":10,\"name\":{\"11\":{},\"222\":{}},\"parent\":{}}],[\"endpointid\",{\"_index\":163,\"name\":{\"168\":{},\"270\":{}},\"parent\":{}}],[\"event\",{\"_index\":198,\"name\":{\"216\":{}},\"parent\":{}}],[\"events\",{\"_index\":168,\"name\":{\"175\":{}},\"parent\":{}}],[\"fileinputicon\",{\"_index\":79,\"name\":{\"83\":{}},\"parent\":{}}],[\"filter\",{\"_index\":21,\"name\":{\"22\":{},\"223\":{}},\"parent\":{}}],[\"font\",{\"_index\":11,\"name\":{\"12\":{},\"224\":{}},\"parent\":{}}],[\"formicon\",{\"_index\":80,\"name\":{\"84\":{}},\"parent\":{}}],[\"function\",{\"_index\":209,\"name\":{\"234\":{}},\"parent\":{}}],[\"global\",{\"_index\":212,\"name\":{\"240\":{}},\"parent\":{}}],[\"gridicon\",{\"_index\":81,\"name\":{\"85\":{}},\"parent\":{}}],[\"hiddeninputicon\",{\"_index\":82,\"name\":{\"86\":{}},\"parent\":{}}],[\"hideif\",{\"_index\":26,\"name\":{\"27\":{}},\"parent\":{}}],[\"hook\",{\"_index\":191,\"name\":{\"208\":{}},\"parent\":{\"209\":{}}}],[\"hook.__type\",{\"_index\":193,\"name\":{},\"parent\":{\"210\":{},\"211\":{}}}],[\"horizontalruleicon\",{\"_index\":83,\"name\":{\"87\":{}},\"parent\":{}}],[\"htmlicon\",{\"_index\":84,\"name\":{\"88\":{}},\"parent\":{}}],[\"ibaninputicon\",{\"_index\":85,\"name\":{\"89\":{}},\"parent\":{}}],[\"icon\",{\"_index\":20,\"name\":{\"21\":{},\"34\":{},\"40\":{}},\"parent\":{\"41\":{},\"42\":{},\"43\":{},\"44\":{},\"45\":{},\"46\":{},\"47\":{},\"48\":{},\"49\":{},\"50\":{},\"51\":{},\"52\":{},\"53\":{},\"54\":{},\"55\":{},\"56\":{},\"57\":{},\"58\":{},\"59\":{},\"60\":{},\"61\":{},\"62\":{},\"63\":{},\"64\":{},\"65\":{},\"66\":{},\"67\":{},\"68\":{},\"69\":{},\"70\":{},\"71\":{},\"72\":{},\"73\":{},\"74\":{},\"75\":{},\"76\":{},\"77\":{},\"78\":{},\"79\":{},\"80\":{},\"81\":{},\"82\":{},\"83\":{},\"84\":{},\"85\":{},\"86\":{},\"87\":{},\"88\":{},\"89\":{},\"90\":{},\"91\":{},\"92\":{},\"93\":{},\"94\":{},\"95\":{},\"96\":{},\"97\":{},\"98\":{},\"99\":{},\"100\":{},\"101\":{},\"102\":{},\"103\":{},\"104\":{},\"105\":{},\"106\":{},\"107\":{},\"108\":{},\"109\":{},\"110\":{},\"111\":{},\"112\":{},\"113\":{},\"114\":{},\"115\":{},\"116\":{},\"117\":{},\"118\":{},\"119\":{},\"120\":{},\"121\":{},\"122\":{},\"123\":{},\"124\":{},\"125\":{},\"126\":{},\"127\":{},\"128\":{},\"129\":{},\"130\":{},\"131\":{},\"132\":{},\"133\":{},\"134\":{},\"135\":{},\"136\":{},\"137\":{},\"138\":{},\"139\":{},\"140\":{},\"141\":{},\"142\":{},\"143\":{},\"144\":{},\"145\":{},\"146\":{}}}],[\"iconicon\",{\"_index\":86,\"name\":{\"90\":{}},\"parent\":{}}],[\"id\",{\"_index\":161,\"name\":{\"167\":{},\"252\":{},\"271\":{}},\"parent\":{}}],[\"imagecarouselicon\",{\"_index\":87,\"name\":{\"91\":{}},\"parent\":{}}],[\"imageicon\",{\"_index\":88,\"name\":{\"92\":{}},\"parent\":{}}],[\"imageinputicon\",{\"_index\":89,\"name\":{\"93\":{}},\"parent\":{}}],[\"includeicon\",{\"_index\":90,\"name\":{\"94\":{}},\"parent\":{}}],[\"info\",{\"_index\":147,\"name\":{\"151\":{}},\"parent\":{}}],[\"input\",{\"_index\":194,\"name\":{\"211\":{}},\"parent\":{}}],[\"interaction\",{\"_index\":208,\"name\":{\"233\":{}},\"parent\":{\"234\":{},\"235\":{},\"236\":{},\"237\":{}}}],[\"interactioncompatibility\",{\"_index\":206,\"name\":{\"229\":{}},\"parent\":{\"230\":{},\"231\":{},\"232\":{}}}],[\"interactionoptiontype\",{\"_index\":195,\"name\":{\"212\":{}},\"parent\":{\"213\":{},\"214\":{},\"215\":{},\"216\":{},\"217\":{},\"218\":{},\"219\":{}}}],[\"interactionoptiontypetodo\",{\"_index\":202,\"name\":{\"220\":{}},\"parent\":{\"221\":{},\"222\":{},\"223\":{},\"224\":{},\"225\":{},\"226\":{},\"227\":{},\"228\":{}}}],[\"interactions\",{\"_index\":32,\"name\":{\"35\":{}},\"parent\":{}}],[\"interactiontype\",{\"_index\":210,\"name\":{\"238\":{}},\"parent\":{\"239\":{},\"240\":{}}}],[\"jwtas\",{\"_index\":188,\"name\":{\"204\":{}},\"parent\":{}}],[\"key\",{\"_index\":234,\"name\":{\"277\":{},\"283\":{},\"291\":{}},\"parent\":{}}],[\"keywords\",{\"_index\":31,\"name\":{\"33\":{}},\"parent\":{}}],[\"kind\",{\"_index\":190,\"name\":{\"206\":{},\"265\":{}},\"parent\":{}}],[\"label\",{\"_index\":233,\"name\":{\"276\":{},\"282\":{},\"290\":{}},\"parent\":{}}],[\"labelicon\",{\"_index\":91,\"name\":{\"95\":{}},\"parent\":{}}],[\"layout1icon\",{\"_index\":92,\"name\":{\"96\":{}},\"parent\":{}}],[\"layout2icon\",{\"_index\":93,\"name\":{\"97\":{}},\"parent\":{}}],[\"layout3333icon\",{\"_index\":98,\"name\":{\"102\":{}},\"parent\":{}}],[\"layout363icon\",{\"_index\":94,\"name\":{\"98\":{}},\"parent\":{}}],[\"layout444icon\",{\"_index\":95,\"name\":{\"99\":{}},\"parent\":{}}],[\"layout48icon\",{\"_index\":96,\"name\":{\"100\":{}},\"parent\":{}}],[\"layout66icon\",{\"_index\":97,\"name\":{\"101\":{}},\"parent\":{}}],[\"layout84icon\",{\"_index\":99,\"name\":{\"103\":{}},\"parent\":{}}],[\"lefthandside\",{\"_index\":170,\"name\":{\"177\":{}},\"parent\":{}}],[\"light\",{\"_index\":153,\"name\":{\"157\":{}},\"parent\":{}}],[\"listitemicon\",{\"_index\":101,\"name\":{\"105\":{}},\"parent\":{}}],[\"listwithdataicon\",{\"_index\":102,\"name\":{\"106\":{}},\"parent\":{}}],[\"locale\",{\"_index\":201,\"name\":{\"219\":{}},\"parent\":{}}],[\"loginformicon\",{\"_index\":103,\"name\":{\"107\":{}},\"parent\":{}}],[\"logouticon\",{\"_index\":100,\"name\":{\"104\":{}},\"parent\":{}}],[\"medium\",{\"_index\":152,\"name\":{\"156\":{}},\"parent\":{}}],[\"menuicon\",{\"_index\":104,\"name\":{\"108\":{}},\"parent\":{}}],[\"menuitemicon\",{\"_index\":105,\"name\":{\"109\":{}},\"parent\":{}}],[\"model\",{\"_index\":22,\"name\":{\"23\":{}},\"parent\":{}}],[\"modelid\",{\"_index\":179,\"name\":{\"188\":{}},\"parent\":{}}],[\"multilineicon\",{\"_index\":106,\"name\":{\"110\":{}},\"parent\":{}}],[\"multiselecticon\",{\"_index\":107,\"name\":{\"111\":{}},\"parent\":{}}],[\"name\",{\"_index\":30,\"name\":{\"32\":{},\"164\":{},\"230\":{},\"235\":{},\"242\":{},\"257\":{},\"266\":{}},\"parent\":{}}],[\"navbaricon\",{\"_index\":108,\"name\":{\"112\":{}},\"parent\":{}}],[\"navitemicon\",{\"_index\":109,\"name\":{\"113\":{}},\"parent\":{}}],[\"navsidebaricon\",{\"_index\":110,\"name\":{\"114\":{}},\"parent\":{}}],[\"number\",{\"_index\":18,\"name\":{\"19\":{},\"214\":{}},\"parent\":{}}],[\"numberinputicon\",{\"_index\":111,\"name\":{\"115\":{}},\"parent\":{}}],[\"object\",{\"_index\":174,\"name\":{\"184\":{},\"196\":{}},\"parent\":{}}],[\"openpageicon\",{\"_index\":112,\"name\":{\"116\":{}},\"parent\":{}}],[\"option\",{\"_index\":12,\"name\":{\"13\":{},\"299\":{}},\"parent\":{}}],[\"options\",{\"_index\":164,\"name\":{\"169\":{},\"207\":{},\"272\":{}},\"parent\":{}}],[\"orderedlisticon\",{\"_index\":113,\"name\":{\"117\":{}},\"parent\":{}}],[\"page\",{\"_index\":200,\"name\":{\"218\":{}},\"parent\":{}}],[\"panelicon\",{\"_index\":114,\"name\":{\"118\":{}},\"parent\":{}}],[\"papericon\",{\"_index\":115,\"name\":{\"119\":{}},\"parent\":{}}],[\"paragraphicon\",{\"_index\":116,\"name\":{\"120\":{}},\"parent\":{}}],[\"parameter\",{\"_index\":220,\"name\":{\"251\":{},\"255\":{},\"258\":{}},\"parent\":{}}],[\"parameteroptionwithcomponentref\",{\"_index\":222,\"name\":{\"256\":{}},\"parent\":{\"257\":{},\"258\":{},\"259\":{},\"260\":{}}}],[\"parameteroptionwithcomponentref.__type\",{\"_index\":224,\"name\":{},\"parent\":{\"261\":{}}}],[\"parameteroptionwithid\",{\"_index\":219,\"name\":{\"250\":{}},\"parent\":{\"251\":{},\"252\":{}}}],[\"parameteroptionwithpath\",{\"_index\":221,\"name\":{\"253\":{}},\"parent\":{\"254\":{},\"255\":{}}}],[\"parameters\",{\"_index\":207,\"name\":{\"231\":{},\"236\":{}},\"parent\":{}}],[\"password\",{\"_index\":187,\"name\":{\"203\":{}},\"parent\":{}}],[\"passwordinputicon\",{\"_index\":117,\"name\":{\"121\":{}},\"parent\":{}}],[\"path\",{\"_index\":171,\"name\":{\"180\":{},\"254\":{}},\"parent\":{}}],[\"phoneinputicon\",{\"_index\":118,\"name\":{\"122\":{}},\"parent\":{}}],[\"prefab\",{\"_index\":1,\"name\":{\"1\":{},\"6\":{},\"28\":{}},\"parent\":{\"29\":{},\"30\":{},\"31\":{},\"32\":{},\"33\":{},\"34\":{},\"35\":{},\"36\":{},\"37\":{},\"38\":{},\"39\":{}}}],[\"prefabaction\",{\"_index\":159,\"name\":{\"163\":{}},\"parent\":{\"164\":{},\"165\":{},\"166\":{},\"169\":{},\"170\":{},\"174\":{},\"175\":{}}}],[\"prefabaction.__type\",{\"_index\":162,\"name\":{},\"parent\":{\"167\":{},\"168\":{},\"171\":{},\"172\":{}}}],[\"prefabaction.__type.__type\",{\"_index\":166,\"name\":{},\"parent\":{\"173\":{}}}],[\"prefabactionassign\",{\"_index\":169,\"name\":{\"176\":{}},\"parent\":{\"177\":{},\"178\":{},\"179\":{}}}],[\"prefabactionassign.__type\",{\"_index\":172,\"name\":{},\"parent\":{\"180\":{}}}],[\"prefabactioncreatestepoption\",{\"_index\":178,\"name\":{\"187\":{}},\"parent\":{\"188\":{},\"189\":{},\"190\":{},\"191\":{}}}],[\"prefabactioncreatestepoption.__type\",{\"_index\":180,\"name\":{},\"parent\":{\"192\":{}}}],[\"prefabactiondeletestepoption\",{\"_index\":181,\"name\":{\"193\":{}},\"parent\":{\"194\":{},\"195\":{}}}],[\"prefabactiondeletestepoption.__type\",{\"_index\":182,\"name\":{},\"parent\":{\"196\":{},\"197\":{}}}],[\"prefabactionstep\",{\"_index\":189,\"name\":{\"205\":{}},\"parent\":{\"206\":{},\"207\":{}}}],[\"prefabactionupdatestepoption\",{\"_index\":173,\"name\":{\"181\":{}},\"parent\":{\"182\":{},\"183\":{},\"186\":{}}}],[\"prefabactionupdatestepoption.__type\",{\"_index\":175,\"name\":{},\"parent\":{\"184\":{},\"185\":{}}}],[\"prefabcomponentoption\",{\"_index\":240,\"name\":{\"294\":{}},\"parent\":{}}],[\"prefabcomponentoptionbase\",{\"_index\":232,\"name\":{\"275\":{}},\"parent\":{\"276\":{},\"277\":{},\"278\":{},\"279\":{}}}],[\"prefabinteraction\",{\"_index\":226,\"name\":{\"263\":{}},\"parent\":{}}],[\"prefabinteractionparameter\",{\"_index\":225,\"name\":{\"262\":{}},\"parent\":{}}],[\"prefabs\",{\"_index\":7,\"name\":{\"7\":{}},\"parent\":{}}],[\"prefabvariable\",{\"_index\":227,\"name\":{\"264\":{}},\"parent\":{\"265\":{},\"266\":{},\"267\":{},\"268\":{},\"272\":{}}}],[\"prefabvariable.__type\",{\"_index\":229,\"name\":{},\"parent\":{\"269\":{},\"270\":{},\"271\":{}}}],[\"prefabvariablekind\",{\"_index\":230,\"name\":{\"273\":{}},\"parent\":{}}],[\"priceinputicon\",{\"_index\":119,\"name\":{\"123\":{}},\"parent\":{}}],[\"primary\",{\"_index\":144,\"name\":{\"148\":{}},\"parent\":{}}],[\"progressbaricon\",{\"_index\":120,\"name\":{\"124\":{}},\"parent\":{}}],[\"properties\",{\"_index\":203,\"name\":{\"225\":{}},\"parent\":{}}],[\"property\",{\"_index\":23,\"name\":{\"24\":{},\"226\":{}},\"parent\":{}}],[\"query\",{\"_index\":192,\"name\":{\"210\":{}},\"parent\":{}}],[\"radiobuttonicon\",{\"_index\":121,\"name\":{\"125\":{}},\"parent\":{}}],[\"ratingicon\",{\"_index\":122,\"name\":{\"126\":{}},\"parent\":{}}],[\"ref\",{\"_index\":160,\"name\":{\"165\":{},\"171\":{},\"178\":{},\"182\":{},\"190\":{},\"194\":{},\"200\":{},\"243\":{},\"259\":{},\"267\":{},\"287\":{}},\"parent\":{}}],[\"result\",{\"_index\":165,\"name\":{\"173\":{}},\"parent\":{}}],[\"rowcolumnicon\",{\"_index\":124,\"name\":{\"128\":{}},\"parent\":{}}],[\"rowicon\",{\"_index\":123,\"name\":{\"127\":{}},\"parent\":{}}],[\"save\",{\"_index\":6,\"name\":{\"5\":{}},\"parent\":{}}],[\"secondary\",{\"_index\":145,\"name\":{\"149\":{}},\"parent\":{}}],[\"selecticon\",{\"_index\":125,\"name\":{\"129\":{}},\"parent\":{}}],[\"showif\",{\"_index\":24,\"name\":{\"25\":{}},\"parent\":{}}],[\"showiftrue\",{\"_index\":25,\"name\":{\"26\":{}},\"parent\":{}}],[\"sidebarlefticon\",{\"_index\":126,\"name\":{\"130\":{}},\"parent\":{}}],[\"size\",{\"_index\":204,\"name\":{\"227\":{}},\"parent\":{}}],[\"sizes\",{\"_index\":14,\"name\":{\"15\":{}},\"parent\":{}}],[\"slidercomponenticon\",{\"_index\":127,\"name\":{\"131\":{}},\"parent\":{}}],[\"snackbaricon\",{\"_index\":128,\"name\":{\"132\":{}},\"parent\":{}}],[\"sourcecomponentid\",{\"_index\":214,\"name\":{\"245\":{}},\"parent\":{}}],[\"sourceevent\",{\"_index\":218,\"name\":{\"248\":{}},\"parent\":{}}],[\"stepicon\",{\"_index\":129,\"name\":{\"133\":{}},\"parent\":{}}],[\"steppericon\",{\"_index\":130,\"name\":{\"134\":{}},\"parent\":{}}],[\"string\",{\"_index\":197,\"name\":{\"215\":{}},\"parent\":{}}],[\"structure\",{\"_index\":33,\"name\":{\"36\":{}},\"parent\":{}}],[\"submitbuttonicon\",{\"_index\":131,\"name\":{\"135\":{}},\"parent\":{}}],[\"success\",{\"_index\":146,\"name\":{\"150\":{}},\"parent\":{}}],[\"switchericon\",{\"_index\":132,\"name\":{\"136\":{}},\"parent\":{}}],[\"tabicon\",{\"_index\":133,\"name\":{\"137\":{}},\"parent\":{}}],[\"table\",{\"_index\":135,\"name\":{\"139\":{}},\"parent\":{}}],[\"tabsicon\",{\"_index\":134,\"name\":{\"138\":{}},\"parent\":{}}],[\"targetcomponentid\",{\"_index\":216,\"name\":{\"246\":{}},\"parent\":{}}],[\"targetoptionname\",{\"_index\":217,\"name\":{\"247\":{}},\"parent\":{}}],[\"text\",{\"_index\":19,\"name\":{\"20\":{}},\"parent\":{}}],[\"textareaicon\",{\"_index\":136,\"name\":{\"140\":{}},\"parent\":{}}],[\"textinputicon\",{\"_index\":137,\"name\":{\"141\":{}},\"parent\":{}}],[\"themecolor\",{\"_index\":143,\"name\":{\"147\":{}},\"parent\":{\"148\":{},\"149\":{},\"150\":{},\"151\":{},\"152\":{},\"153\":{},\"154\":{},\"155\":{},\"156\":{},\"157\":{},\"158\":{},\"159\":{},\"160\":{},\"161\":{},\"162\":{}}}],[\"timepickericon\",{\"_index\":138,\"name\":{\"142\":{}},\"parent\":{}}],[\"titleicon\",{\"_index\":139,\"name\":{\"143\":{}},\"parent\":{}}],[\"toggle\",{\"_index\":13,\"name\":{\"14\":{}},\"parent\":{}}],[\"transparent\",{\"_index\":158,\"name\":{\"162\":{}},\"parent\":{}}],[\"type\",{\"_index\":35,\"name\":{\"38\":{},\"232\":{},\"237\":{},\"249\":{},\"278\":{},\"284\":{},\"292\":{},\"298\":{}},\"parent\":{}}],[\"unit\",{\"_index\":205,\"name\":{\"228\":{}},\"parent\":{}}],[\"unorderedlisticon\",{\"_index\":140,\"name\":{\"144\":{}},\"parent\":{}}],[\"updateformicon\",{\"_index\":141,\"name\":{\"145\":{}},\"parent\":{}}],[\"urlinputicon\",{\"_index\":142,\"name\":{\"146\":{}},\"parent\":{}}],[\"usenewruntime\",{\"_index\":167,\"name\":{\"174\":{}},\"parent\":{}}],[\"username\",{\"_index\":185,\"name\":{\"202\":{}},\"parent\":{}}],[\"value\",{\"_index\":237,\"name\":{\"281\":{},\"289\":{},\"301\":{}},\"parent\":{}}],[\"valueconfig\",{\"_index\":231,\"name\":{\"274\":{}},\"parent\":{}}],[\"valuedefault\",{\"_index\":236,\"name\":{\"280\":{}},\"parent\":{\"281\":{},\"282\":{},\"283\":{},\"284\":{},\"285\":{}}}],[\"valueref\",{\"_index\":238,\"name\":{\"286\":{}},\"parent\":{\"287\":{},\"288\":{},\"290\":{},\"291\":{},\"292\":{},\"293\":{}}}],[\"valueref.__type\",{\"_index\":239,\"name\":{},\"parent\":{\"289\":{}}}],[\"variable\",{\"_index\":15,\"name\":{\"16\":{}},\"parent\":{}}],[\"variables\",{\"_index\":34,\"name\":{\"37\":{}},\"parent\":{}}],[\"void\",{\"_index\":199,\"name\":{\"217\":{}},\"parent\":{}}],[\"warning\",{\"_index\":148,\"name\":{\"152\":{}},\"parent\":{}}],[\"white\",{\"_index\":154,\"name\":{\"158\":{}},\"parent\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/docs/assets/style.css b/docs/assets/style.css new file mode 100644 index 00000000..a16ed029 --- /dev/null +++ b/docs/assets/style.css @@ -0,0 +1,1413 @@ +@import url("./icons.css"); + +:root { + /* Light */ + --light-color-background: #fcfcfc; + --light-color-secondary-background: #fff; + --light-color-text: #222; + --light-color-text-aside: #707070; + --light-color-link: #4da6ff; + --light-color-menu-divider: #eee; + --light-color-menu-divider-focus: #000; + --light-color-menu-label: #707070; + --light-color-panel: var(--light-color-secondary-background); + --light-color-panel-divider: #eee; + --light-color-comment-tag: #707070; + --light-color-comment-tag-text: #fff; + --light-color-ts: #9600ff; + --light-color-ts-interface: #647f1b; + --light-color-ts-enum: #937210; + --light-color-ts-class: #0672de; + --light-color-ts-private: #707070; + --light-color-toolbar: #fff; + --light-color-toolbar-text: #333; + --light-icon-filter: invert(0); + --light-external-icon: url("data:image/svg+xml;utf8,"); + + /* Dark */ + --dark-color-background: #36393f; + --dark-color-secondary-background: #2f3136; + --dark-color-text: #ffffff; + --dark-color-text-aside: #e6e4e4; + --dark-color-link: #00aff4; + --dark-color-menu-divider: #eee; + --dark-color-menu-divider-focus: #000; + --dark-color-menu-label: #707070; + --dark-color-panel: var(--dark-color-secondary-background); + --dark-color-panel-divider: #818181; + --dark-color-comment-tag: #dcddde; + --dark-color-comment-tag-text: #2f3136; + --dark-color-ts: #c97dff; + --dark-color-ts-interface: #9cbe3c; + --dark-color-ts-enum: #d6ab29; + --dark-color-ts-class: #3695f3; + --dark-color-ts-private: #e2e2e2; + --dark-color-toolbar: #34373c; + --dark-color-toolbar-text: #ffffff; + --dark-icon-filter: invert(1); + --dark-external-icon: url("data:image/svg+xml;utf8,"); +} + +@media (prefers-color-scheme: light) { + :root { + --color-background: var(--light-color-background); + --color-secondary-background: var(--light-color-secondary-background); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + --color-menu-divider: var(--light-color-menu-divider); + --color-menu-divider-focus: var(--light-color-menu-divider-focus); + --color-menu-label: var(--light-color-menu-label); + --color-panel: var(--light-color-panel); + --color-panel-divider: var(--light-color-panel-divider); + --color-comment-tag: var(--light-color-comment-tag); + --color-comment-tag-text: var(--light-color-comment-tag-text); + --color-ts: var(--light-color-ts); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-class: var(--light-color-ts-class); + --color-ts-private: var(--light-color-ts-private); + --color-toolbar: var(--light-color-toolbar); + --color-toolbar-text: var(--light-color-toolbar-text); + --icon-filter: var(--light-icon-filter); + --external-icon: var(--light-external-icon); + } +} + +@media (prefers-color-scheme: dark) { + :root { + --color-background: var(--dark-color-background); + --color-secondary-background: var(--dark-color-secondary-background); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + --color-menu-divider: var(--dark-color-menu-divider); + --color-menu-divider-focus: var(--dark-color-menu-divider-focus); + --color-menu-label: var(--dark-color-menu-label); + --color-panel: var(--dark-color-panel); + --color-panel-divider: var(--dark-color-panel-divider); + --color-comment-tag: var(--dark-color-comment-tag); + --color-comment-tag-text: var(--dark-color-comment-tag-text); + --color-ts: var(--dark-color-ts); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-private: var(--dark-color-ts-private); + --color-toolbar: var(--dark-color-toolbar); + --color-toolbar-text: var(--dark-color-toolbar-text); + --icon-filter: var(--dark-icon-filter); + --external-icon: var(--dark-external-icon); + } +} + +body { + margin: 0; +} + +body.light { + --color-background: var(--light-color-background); + --color-secondary-background: var(--light-color-secondary-background); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + --color-menu-divider: var(--light-color-menu-divider); + --color-menu-divider-focus: var(--light-color-menu-divider-focus); + --color-menu-label: var(--light-color-menu-label); + --color-panel: var(--light-color-panel); + --color-panel-divider: var(--light-color-panel-divider); + --color-comment-tag: var(--light-color-comment-tag); + --color-comment-tag-text: var(--light-color-comment-tag-text); + --color-ts: var(--light-color-ts); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-class: var(--light-color-ts-class); + --color-ts-private: var(--light-color-ts-private); + --color-toolbar: var(--light-color-toolbar); + --color-toolbar-text: var(--light-color-toolbar-text); + --icon-filter: var(--light-icon-filter); + --external-icon: var(--light-external-icon); +} + +body.dark { + --color-background: var(--dark-color-background); + --color-secondary-background: var(--dark-color-secondary-background); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + --color-menu-divider: var(--dark-color-menu-divider); + --color-menu-divider-focus: var(--dark-color-menu-divider-focus); + --color-menu-label: var(--dark-color-menu-label); + --color-panel: var(--dark-color-panel); + --color-panel-divider: var(--dark-color-panel-divider); + --color-comment-tag: var(--dark-color-comment-tag); + --color-comment-tag-text: var(--dark-color-comment-tag-text); + --color-ts: var(--dark-color-ts); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-private: var(--dark-color-ts-private); + --color-toolbar: var(--dark-color-toolbar); + --color-toolbar-text: var(--dark-color-toolbar-text); + --icon-filter: var(--dark-icon-filter); + --external-icon: var(--dark-external-icon); +} + +h1, +h2, +h3, +h4, +h5, +h6 { + line-height: 1.2; +} + +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +h2 { + font-size: 1.5em; + margin: 0.83em 0; +} + +h3 { + font-size: 1.17em; + margin: 1em 0; +} + +h4, +.tsd-index-panel h3 { + font-size: 1em; + margin: 1.33em 0; +} + +h5 { + font-size: 0.83em; + margin: 1.67em 0; +} + +h6 { + font-size: 0.67em; + margin: 2.33em 0; +} + +pre { + white-space: pre; + white-space: pre-wrap; + word-wrap: break-word; +} + +dl, +menu, +ol, +ul { + margin: 1em 0; +} + +dd { + margin: 0 0 0 40px; +} + +.container { + max-width: 1200px; + margin: 0 auto; + padding: 0 40px; +} +@media (max-width: 640px) { + .container { + padding: 0 20px; + } +} + +.container-main { + padding-bottom: 200px; +} + +.row { + display: flex; + position: relative; + margin: 0 -10px; +} +.row:after { + visibility: hidden; + display: block; + content: ""; + clear: both; + height: 0; +} + +.col-4, +.col-8 { + box-sizing: border-box; + float: left; + padding: 0 10px; +} + +.col-4 { + width: 33.3333333333%; +} +.col-8 { + width: 66.6666666667%; +} + +ul.tsd-descriptions > li > :first-child, +.tsd-panel > :first-child, +.col-8 > :first-child, +.col-4 > :first-child, +ul.tsd-descriptions > li > :first-child > :first-child, +.tsd-panel > :first-child > :first-child, +.col-8 > :first-child > :first-child, +.col-4 > :first-child > :first-child, +ul.tsd-descriptions > li > :first-child > :first-child > :first-child, +.tsd-panel > :first-child > :first-child > :first-child, +.col-8 > :first-child > :first-child > :first-child, +.col-4 > :first-child > :first-child > :first-child { + margin-top: 0; +} +ul.tsd-descriptions > li > :last-child, +.tsd-panel > :last-child, +.col-8 > :last-child, +.col-4 > :last-child, +ul.tsd-descriptions > li > :last-child > :last-child, +.tsd-panel > :last-child > :last-child, +.col-8 > :last-child > :last-child, +.col-4 > :last-child > :last-child, +ul.tsd-descriptions > li > :last-child > :last-child > :last-child, +.tsd-panel > :last-child > :last-child > :last-child, +.col-8 > :last-child > :last-child > :last-child, +.col-4 > :last-child > :last-child > :last-child { + margin-bottom: 0; +} + +@keyframes fade-in { + from { + opacity: 0; + } + to { + opacity: 1; + } +} +@keyframes fade-out { + from { + opacity: 1; + visibility: visible; + } + to { + opacity: 0; + } +} +@keyframes fade-in-delayed { + 0% { + opacity: 0; + } + 33% { + opacity: 0; + } + 100% { + opacity: 1; + } +} +@keyframes fade-out-delayed { + 0% { + opacity: 1; + visibility: visible; + } + 66% { + opacity: 0; + } + 100% { + opacity: 0; + } +} +@keyframes shift-to-left { + from { + transform: translate(0, 0); + } + to { + transform: translate(-25%, 0); + } +} +@keyframes unshift-to-left { + from { + transform: translate(-25%, 0); + } + to { + transform: translate(0, 0); + } +} +@keyframes pop-in-from-right { + from { + transform: translate(100%, 0); + } + to { + transform: translate(0, 0); + } +} +@keyframes pop-out-to-right { + from { + transform: translate(0, 0); + visibility: visible; + } + to { + transform: translate(100%, 0); + } +} +body { + background: var(--color-background); + font-family: "Segoe UI", sans-serif; + font-size: 16px; + color: var(--color-text); +} + +a { + color: var(--color-link); + text-decoration: none; +} +a:hover { + text-decoration: underline; +} +a.external[target="_blank"] { + background-image: var(--external-icon); + background-position: top 3px right; + background-repeat: no-repeat; + padding-right: 13px; +} + +code, +pre { + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + padding: 0.2em; + margin: 0; + font-size: 14px; +} + +pre { + padding: 10px; +} +pre code { + padding: 0; + font-size: 100%; +} + +blockquote { + margin: 1em 0; + padding-left: 1em; + border-left: 4px solid gray; +} + +.tsd-typography { + line-height: 1.333em; +} +.tsd-typography ul { + list-style: square; + padding: 0 0 0 20px; + margin: 0; +} +.tsd-typography h4, +.tsd-typography .tsd-index-panel h3, +.tsd-index-panel .tsd-typography h3, +.tsd-typography h5, +.tsd-typography h6 { + font-size: 1em; + margin: 0; +} +.tsd-typography h5, +.tsd-typography h6 { + font-weight: normal; +} +.tsd-typography p, +.tsd-typography ul, +.tsd-typography ol { + margin: 1em 0; +} + +@media (min-width: 901px) and (max-width: 1024px) { + html .col-content { + width: 72%; + } + html .col-menu { + width: 28%; + } + html .tsd-navigation { + padding-left: 10px; + } +} +@media (max-width: 900px) { + html .col-content { + float: none; + width: 100%; + } + html .col-menu { + position: fixed !important; + overflow: auto; + -webkit-overflow-scrolling: touch; + z-index: 1024; + top: 0 !important; + bottom: 0 !important; + left: auto !important; + right: 0 !important; + width: 100%; + padding: 20px 20px 0 0; + max-width: 450px; + visibility: hidden; + background-color: var(--color-panel); + transform: translate(100%, 0); + } + html .col-menu > *:last-child { + padding-bottom: 20px; + } + html .overlay { + content: ""; + display: block; + position: fixed; + z-index: 1023; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: rgba(0, 0, 0, 0.75); + visibility: hidden; + } + + .to-has-menu .overlay { + animation: fade-in 0.4s; + } + + .to-has-menu :is(header, footer, .col-content) { + animation: shift-to-left 0.4s; + } + + .to-has-menu .col-menu { + animation: pop-in-from-right 0.4s; + } + + .from-has-menu .overlay { + animation: fade-out 0.4s; + } + + .from-has-menu :is(header, footer, .col-content) { + animation: unshift-to-left 0.4s; + } + + .from-has-menu .col-menu { + animation: pop-out-to-right 0.4s; + } + + .has-menu body { + overflow: hidden; + } + .has-menu .overlay { + visibility: visible; + } + .has-menu :is(header, footer, .col-content) { + transform: translate(-25%, 0); + } + .has-menu .col-menu { + visibility: visible; + transform: translate(0, 0); + display: grid; + grid-template-rows: auto 1fr; + max-height: 100vh; + } + .has-menu .tsd-navigation { + max-height: 100%; + } +} + +.tsd-page-title { + padding: 70px 0 20px 0; + margin: 0 0 40px 0; + background: var(--color-panel); + box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); +} +.tsd-page-title h1 { + margin: 0; +} + +.tsd-breadcrumb { + margin: 0; + padding: 0; + color: var(--color-text-aside); +} +.tsd-breadcrumb a { + color: var(--color-text-aside); + text-decoration: none; +} +.tsd-breadcrumb a:hover { + text-decoration: underline; +} +.tsd-breadcrumb li { + display: inline; +} +.tsd-breadcrumb li:after { + content: " / "; +} + +dl.tsd-comment-tags { + overflow: hidden; +} +dl.tsd-comment-tags dt { + float: left; + padding: 1px 5px; + margin: 0 10px 0 0; + border-radius: 4px; + border: 1px solid var(--color-comment-tag); + color: var(--color-comment-tag); + font-size: 0.8em; + font-weight: normal; +} +dl.tsd-comment-tags dd { + margin: 0 0 10px 0; +} +dl.tsd-comment-tags dd:before, +dl.tsd-comment-tags dd:after { + display: table; + content: " "; +} +dl.tsd-comment-tags dd pre, +dl.tsd-comment-tags dd:after { + clear: both; +} +dl.tsd-comment-tags p { + margin: 0; +} + +.tsd-panel.tsd-comment .lead { + font-size: 1.1em; + line-height: 1.333em; + margin-bottom: 2em; +} +.tsd-panel.tsd-comment .lead:last-child { + margin-bottom: 0; +} + +.toggle-protected .tsd-is-private { + display: none; +} + +.toggle-public .tsd-is-private, +.toggle-public .tsd-is-protected, +.toggle-public .tsd-is-private-protected { + display: none; +} + +.toggle-inherited .tsd-is-inherited { + display: none; +} + +.toggle-externals .tsd-is-external { + display: none; +} + +#tsd-filter { + position: relative; + display: inline-block; + height: 40px; + vertical-align: bottom; +} +.no-filter #tsd-filter { + display: none; +} +#tsd-filter .tsd-filter-group { + display: inline-block; + height: 40px; + vertical-align: bottom; + white-space: nowrap; +} +#tsd-filter input { + display: none; +} +@media (max-width: 900px) { + #tsd-filter .tsd-filter-group { + display: block; + position: absolute; + top: 40px; + right: 20px; + height: auto; + background-color: var(--color-panel); + visibility: hidden; + transform: translate(50%, 0); + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); + } + .has-options #tsd-filter .tsd-filter-group { + visibility: visible; + } + .to-has-options #tsd-filter .tsd-filter-group { + animation: fade-in 0.2s; + } + .from-has-options #tsd-filter .tsd-filter-group { + animation: fade-out 0.2s; + } + #tsd-filter label, + #tsd-filter .tsd-select { + display: block; + padding-right: 20px; + } +} + +footer { + border-top: 1px solid var(--color-panel-divider); + background-color: var(--color-panel); +} +footer:after { + content: ""; + display: table; +} +footer.with-border-bottom { + border-bottom: 1px solid var(--color-panel-divider); +} +footer .tsd-legend-group { + font-size: 0; +} +footer .tsd-legend { + display: inline-block; + width: 25%; + padding: 0; + font-size: 16px; + list-style: none; + line-height: 1.333em; + vertical-align: top; +} +@media (max-width: 900px) { + footer .tsd-legend { + width: 50%; + } +} + +.tsd-hierarchy { + list-style: square; + padding: 0 0 0 20px; + margin: 0; +} +.tsd-hierarchy .target { + font-weight: bold; +} + +.tsd-index-panel .tsd-index-content { + margin-bottom: -30px !important; +} +.tsd-index-panel .tsd-index-section { + margin-bottom: 30px !important; +} +.tsd-index-panel h3 { + margin: 0 -20px 10px -20px; + padding: 0 20px 10px 20px; + border-bottom: 1px solid var(--color-panel-divider); +} +.tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 3; + -moz-column-count: 3; + -ms-column-count: 3; + -o-column-count: 3; + column-count: 3; + -webkit-column-gap: 20px; + -moz-column-gap: 20px; + -ms-column-gap: 20px; + -o-column-gap: 20px; + column-gap: 20px; + padding: 0; + list-style: none; + line-height: 1.333em; +} +@media (max-width: 900px) { + .tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 1; + -moz-column-count: 1; + -ms-column-count: 1; + -o-column-count: 1; + column-count: 1; + } +} +@media (min-width: 901px) and (max-width: 1024px) { + .tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 2; + -moz-column-count: 2; + -ms-column-count: 2; + -o-column-count: 2; + column-count: 2; + } +} +.tsd-index-panel ul.tsd-index-list li { + -webkit-page-break-inside: avoid; + -moz-page-break-inside: avoid; + -ms-page-break-inside: avoid; + -o-page-break-inside: avoid; + page-break-inside: avoid; +} +.tsd-index-panel a, +.tsd-index-panel .tsd-parent-kind-module a { + color: var(--color-ts); +} +.tsd-index-panel .tsd-parent-kind-interface a { + color: var(--color-ts-interface); +} +.tsd-index-panel .tsd-parent-kind-enum a { + color: var(--color-ts-enum); +} +.tsd-index-panel .tsd-parent-kind-class a { + color: var(--color-ts-class); +} +.tsd-index-panel .tsd-kind-module a { + color: var(--color-ts); +} +.tsd-index-panel .tsd-kind-interface a { + color: var(--color-ts-interface); +} +.tsd-index-panel .tsd-kind-enum a { + color: var(--color-ts-enum); +} +.tsd-index-panel .tsd-kind-class a { + color: var(--color-ts-class); +} +.tsd-index-panel .tsd-is-private a { + color: var(--color-ts-private); +} + +.tsd-flag { + display: inline-block; + padding: 1px 5px; + border-radius: 4px; + color: var(--color-comment-tag-text); + background-color: var(--color-comment-tag); + text-indent: 0; + font-size: 14px; + font-weight: normal; +} + +.tsd-anchor { + position: absolute; + top: -100px; +} + +.tsd-member { + position: relative; +} +.tsd-member .tsd-anchor + h3 { + margin-top: 0; + margin-bottom: 0; + border-bottom: none; +} +.tsd-member [data-tsd-kind] { + color: var(--color-ts); +} +.tsd-member [data-tsd-kind="Interface"] { + color: var(--color-ts-interface); +} +.tsd-member [data-tsd-kind="Enum"] { + color: var(--color-ts-enum); +} +.tsd-member [data-tsd-kind="Class"] { + color: var(--color-ts-class); +} +.tsd-member [data-tsd-kind="Private"] { + color: var(--color-ts-private); +} + +.tsd-navigation { + margin: 0 0 0 40px; +} +.tsd-navigation a { + display: block; + padding-top: 2px; + padding-bottom: 2px; + border-left: 2px solid transparent; + color: var(--color-text); + text-decoration: none; + transition: border-left-color 0.1s; +} +.tsd-navigation a:hover { + text-decoration: underline; +} +.tsd-navigation ul { + margin: 0; + padding: 0; + list-style: none; +} +.tsd-navigation li { + padding: 0; +} + +.tsd-navigation.primary { + padding-bottom: 40px; +} +.tsd-navigation.primary a { + display: block; + padding-top: 6px; + padding-bottom: 6px; +} +.tsd-navigation.primary ul li a { + padding-left: 5px; +} +.tsd-navigation.primary ul li li a { + padding-left: 25px; +} +.tsd-navigation.primary ul li li li a { + padding-left: 45px; +} +.tsd-navigation.primary ul li li li li a { + padding-left: 65px; +} +.tsd-navigation.primary ul li li li li li a { + padding-left: 85px; +} +.tsd-navigation.primary ul li li li li li li a { + padding-left: 105px; +} +.tsd-navigation.primary > ul { + border-bottom: 1px solid var(--color-panel-divider); +} +.tsd-navigation.primary li { + border-top: 1px solid var(--color-panel-divider); +} +.tsd-navigation.primary li.current > a { + font-weight: bold; +} +.tsd-navigation.primary li.label span { + display: block; + padding: 20px 0 6px 5px; + color: var(--color-menu-label); +} +.tsd-navigation.primary li.globals + li > span, +.tsd-navigation.primary li.globals + li > a { + padding-top: 20px; +} + +.tsd-navigation.secondary { + max-height: calc(100vh - 1rem - 40px); + overflow: auto; + position: sticky; + top: calc(0.5rem + 40px); + transition: 0.3s; +} +.tsd-navigation.secondary.tsd-navigation--toolbar-hide { + max-height: calc(100vh - 1rem); + top: 0.5rem; +} +.tsd-navigation.secondary ul { + transition: opacity 0.2s; +} +.tsd-navigation.secondary ul li a { + padding-left: 25px; +} +.tsd-navigation.secondary ul li li a { + padding-left: 45px; +} +.tsd-navigation.secondary ul li li li a { + padding-left: 65px; +} +.tsd-navigation.secondary ul li li li li a { + padding-left: 85px; +} +.tsd-navigation.secondary ul li li li li li a { + padding-left: 105px; +} +.tsd-navigation.secondary ul li li li li li li a { + padding-left: 125px; +} +.tsd-navigation.secondary ul.current a { + border-left-color: var(--color-panel-divider); +} +.tsd-navigation.secondary li.focus > a, +.tsd-navigation.secondary ul.current li.focus > a { + border-left-color: var(--color-menu-divider-focus); +} +.tsd-navigation.secondary li.current { + margin-top: 20px; + margin-bottom: 20px; + border-left-color: var(--color-panel-divider); +} +.tsd-navigation.secondary li.current > a { + font-weight: bold; +} + +@media (min-width: 901px) { + .menu-sticky-wrap { + position: static; + } +} + +.tsd-panel { + margin: 20px 0; + padding: 20px; + background-color: var(--color-panel); + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); +} +.tsd-panel:empty { + display: none; +} +.tsd-panel > h1, +.tsd-panel > h2, +.tsd-panel > h3 { + margin: 1.5em -20px 10px -20px; + padding: 0 20px 10px 20px; + border-bottom: 1px solid var(--color-panel-divider); +} +.tsd-panel > h1.tsd-before-signature, +.tsd-panel > h2.tsd-before-signature, +.tsd-panel > h3.tsd-before-signature { + margin-bottom: 0; + border-bottom: 0; +} +.tsd-panel table { + display: block; + width: 100%; + overflow: auto; + margin-top: 10px; + word-break: normal; + word-break: keep-all; + border-collapse: collapse; +} +.tsd-panel table th { + font-weight: bold; +} +.tsd-panel table th, +.tsd-panel table td { + padding: 6px 13px; + border: 1px solid var(--color-panel-divider); +} +.tsd-panel table tr { + background: var(--color-background); +} +.tsd-panel table tr:nth-child(even) { + background: var(--color-secondary-background); +} + +.tsd-panel-group { + margin: 60px 0; +} +.tsd-panel-group > h1, +.tsd-panel-group > h2, +.tsd-panel-group > h3 { + padding-left: 20px; + padding-right: 20px; +} + +#tsd-search { + transition: background-color 0.2s; +} +#tsd-search .title { + position: relative; + z-index: 2; +} +#tsd-search .field { + position: absolute; + left: 0; + top: 0; + right: 40px; + height: 40px; +} +#tsd-search .field input { + box-sizing: border-box; + position: relative; + top: -50px; + z-index: 1; + width: 100%; + padding: 0 10px; + opacity: 0; + outline: 0; + border: 0; + background: transparent; + color: var(--color-text); +} +#tsd-search .field label { + position: absolute; + overflow: hidden; + right: -40px; +} +#tsd-search .field input, +#tsd-search .title { + transition: opacity 0.2s; +} +#tsd-search .results { + position: absolute; + visibility: hidden; + top: 40px; + width: 100%; + margin: 0; + padding: 0; + list-style: none; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); +} +#tsd-search .results li { + padding: 0 10px; + background-color: var(--color-background); +} +#tsd-search .results li:nth-child(even) { + background-color: var(--color-panel); +} +#tsd-search .results li.state { + display: none; +} +#tsd-search .results li.current, +#tsd-search .results li:hover { + background-color: var(--color-panel-divider); +} +#tsd-search .results a { + display: block; +} +#tsd-search .results a:before { + top: 10px; +} +#tsd-search .results span.parent { + color: var(--color-text-aside); + font-weight: normal; +} +#tsd-search.has-focus { + background-color: var(--color-panel-divider); +} +#tsd-search.has-focus .field input { + top: 0; + opacity: 1; +} +#tsd-search.has-focus .title { + z-index: 0; + opacity: 0; +} +#tsd-search.has-focus .results { + visibility: visible; +} +#tsd-search.loading .results li.state.loading { + display: block; +} +#tsd-search.failure .results li.state.failure { + display: block; +} + +.tsd-signature { + margin: 0 0 1em 0; + padding: 10px; + border: 1px solid var(--color-panel-divider); + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + font-size: 14px; + overflow-x: auto; +} +.tsd-signature.tsd-kind-icon { + padding-left: 30px; +} +.tsd-signature.tsd-kind-icon:before { + top: 10px; + left: 10px; +} +.tsd-panel > .tsd-signature { + margin-left: -20px; + margin-right: -20px; + border-width: 1px 0; +} +.tsd-panel > .tsd-signature.tsd-kind-icon { + padding-left: 40px; +} +.tsd-panel > .tsd-signature.tsd-kind-icon:before { + left: 20px; +} + +.tsd-signature-symbol { + color: var(--color-text-aside); + font-weight: normal; +} + +.tsd-signature-type { + font-style: italic; + font-weight: normal; +} + +.tsd-signatures { + padding: 0; + margin: 0 0 1em 0; + border: 1px solid var(--color-panel-divider); +} +.tsd-signatures .tsd-signature { + margin: 0; + border-width: 1px 0 0 0; + transition: background-color 0.1s; +} +.tsd-signatures .tsd-signature:first-child { + border-top-width: 0; +} +.tsd-signatures .tsd-signature.current { + background-color: var(--color-panel-divider); +} +.tsd-signatures.active > .tsd-signature { + cursor: pointer; +} +.tsd-panel > .tsd-signatures { + margin-left: -20px; + margin-right: -20px; + border-width: 1px 0; +} +.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon { + padding-left: 40px; +} +.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon:before { + left: 20px; +} +.tsd-panel > a.anchor + .tsd-signatures { + border-top-width: 0; + margin-top: -20px; +} + +ul.tsd-descriptions { + position: relative; + overflow: hidden; + padding: 0; + list-style: none; +} +ul.tsd-descriptions.active > .tsd-description { + display: none; +} +ul.tsd-descriptions.active > .tsd-description.current { + display: block; +} +ul.tsd-descriptions.active > .tsd-description.fade-in { + animation: fade-in-delayed 0.3s; +} +ul.tsd-descriptions.active > .tsd-description.fade-out { + animation: fade-out-delayed 0.3s; + position: absolute; + display: block; + top: 0; + left: 0; + right: 0; + opacity: 0; + visibility: hidden; +} +ul.tsd-descriptions h4, +ul.tsd-descriptions .tsd-index-panel h3, +.tsd-index-panel ul.tsd-descriptions h3 { + font-size: 16px; + margin: 1em 0 0.5em 0; +} + +ul.tsd-parameters, +ul.tsd-type-parameters { + list-style: square; + margin: 0; + padding-left: 20px; +} +ul.tsd-parameters > li.tsd-parameter-signature, +ul.tsd-type-parameters > li.tsd-parameter-signature { + list-style: none; + margin-left: -20px; +} +ul.tsd-parameters h5, +ul.tsd-type-parameters h5 { + font-size: 16px; + margin: 1em 0 0.5em 0; +} +ul.tsd-parameters .tsd-comment, +ul.tsd-type-parameters .tsd-comment { + margin-top: -0.5em; +} + +.tsd-sources { + font-size: 14px; + color: var(--color-text-aside); + margin: 0 0 1em 0; +} +.tsd-sources a { + color: var(--color-text-aside); + text-decoration: underline; +} +.tsd-sources ul, +.tsd-sources p { + margin: 0 !important; +} +.tsd-sources ul { + list-style: none; + padding: 0; +} + +.tsd-page-toolbar { + position: fixed; + z-index: 1; + top: 0; + left: 0; + width: 100%; + height: 40px; + color: var(--color-toolbar-text); + background: var(--color-toolbar); + border-bottom: 1px solid var(--color-panel-divider); + transition: transform 0.3s linear; +} +.tsd-page-toolbar a { + color: var(--color-toolbar-text); + text-decoration: none; +} +.tsd-page-toolbar a.title { + font-weight: bold; +} +.tsd-page-toolbar a.title:hover { + text-decoration: underline; +} +.tsd-page-toolbar .table-wrap { + display: table; + width: 100%; + height: 40px; +} +.tsd-page-toolbar .table-cell { + display: table-cell; + position: relative; + white-space: nowrap; + line-height: 40px; +} +.tsd-page-toolbar .table-cell:first-child { + width: 100%; +} + +.tsd-page-toolbar--hide { + transform: translateY(-100%); +} + +.tsd-select .tsd-select-list li:before, +.tsd-select .tsd-select-label:before, +.tsd-widget:before { + content: ""; + display: inline-block; + width: 40px; + height: 40px; + margin: 0 -8px 0 0; + background-image: url(./widgets.png); + background-repeat: no-repeat; + text-indent: -1024px; + vertical-align: bottom; + filter: var(--icon-filter); +} +@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { + .tsd-select .tsd-select-list li:before, + .tsd-select .tsd-select-label:before, + .tsd-widget:before { + background-image: url(./widgets@2x.png); + background-size: 320px 40px; + } +} + +.tsd-widget { + display: inline-block; + overflow: hidden; + opacity: 0.8; + height: 40px; + transition: opacity 0.1s, background-color 0.2s; + vertical-align: bottom; + cursor: pointer; +} +.tsd-widget:hover { + opacity: 0.9; +} +.tsd-widget.active { + opacity: 1; + background-color: var(--color-panel-divider); +} +.tsd-widget.no-caption { + width: 40px; +} +.tsd-widget.no-caption:before { + margin: 0; +} +.tsd-widget.search:before { + background-position: 0 0; +} +.tsd-widget.menu:before { + background-position: -40px 0; +} +.tsd-widget.options:before { + background-position: -80px 0; +} +.tsd-widget.options, +.tsd-widget.menu { + display: none; +} +@media (max-width: 900px) { + .tsd-widget.options, + .tsd-widget.menu { + display: inline-block; + } +} +input[type="checkbox"] + .tsd-widget:before { + background-position: -120px 0; +} +input[type="checkbox"]:checked + .tsd-widget:before { + background-position: -160px 0; +} + +.tsd-select { + position: relative; + display: inline-block; + height: 40px; + transition: opacity 0.1s, background-color 0.2s; + vertical-align: bottom; + cursor: pointer; +} +.tsd-select .tsd-select-label { + opacity: 0.6; + transition: opacity 0.2s; +} +.tsd-select .tsd-select-label:before { + background-position: -240px 0; +} +.tsd-select.active .tsd-select-label { + opacity: 0.8; +} +.tsd-select.active .tsd-select-list { + visibility: visible; + opacity: 1; + transition-delay: 0s; +} +.tsd-select .tsd-select-list { + position: absolute; + visibility: hidden; + top: 40px; + left: 0; + margin: 0; + padding: 0; + opacity: 0; + list-style: none; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); + transition: visibility 0s 0.2s, opacity 0.2s; +} +.tsd-select .tsd-select-list li { + padding: 0 20px 0 0; + background-color: var(--color-background); +} +.tsd-select .tsd-select-list li:before { + background-position: 40px 0; +} +.tsd-select .tsd-select-list li:nth-child(even) { + background-color: var(--color-panel); +} +.tsd-select .tsd-select-list li:hover { + background-color: var(--color-panel-divider); +} +.tsd-select .tsd-select-list li.selected:before { + background-position: -200px 0; +} +@media (max-width: 900px) { + .tsd-select .tsd-select-list { + top: 0; + left: auto; + right: 100%; + margin-right: -5px; + } + .tsd-select .tsd-select-label:before { + background-position: -280px 0; + } +} + +img { + max-width: 100%; +} + +.tsd-anchor-icon { + margin-left: 10px; + vertical-align: middle; + color: var(--color-text); +} + +.tsd-anchor-icon svg { + width: 1em; + height: 1em; + visibility: hidden; +} + +.tsd-anchor-link:hover > .tsd-anchor-icon svg { + visibility: visible; +} diff --git a/docs/assets/widgets.png b/docs/assets/widgets.png new file mode 100644 index 00000000..c7380532 Binary files /dev/null and b/docs/assets/widgets.png differ diff --git a/docs/assets/widgets@2x.png b/docs/assets/widgets@2x.png new file mode 100644 index 00000000..4bbbd572 Binary files /dev/null and b/docs/assets/widgets@2x.png differ diff --git a/docs/enums/Icon.html b/docs/enums/Icon.html new file mode 100644 index 00000000..9e2ff45f --- /dev/null +++ b/docs/enums/Icon.html @@ -0,0 +1 @@ +Icon | @betty-blocks/component-sdk
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumeration members

AccordionIcon = "AccordionIcon"
AccordionItemIcon = "AccordionItemIcon"
AlertIcon = "AlertIcon"
AutoCompleteIcon = "AutoCompleteIcon"
AvatarIcon = "AvatarIcon"
BreadcrumbIcon = "BreadcrumbIcon"
BreadcrumbItemIcon = "BreadcrumbItemIcon"
ButtonGroupIcon = "ButtonGroupIcon"
ButtonIcon = "ButtonIcon"
CardActionsIcon = "CardActionsIcon"
CardContentIcon = "CardContentIcon"
CardHeaderIcon = "CardHeaderIcon"
CardIcon = "CardIcon"
CardMediaIcon = "CardMediaIcon"
CheckboxGroupIcon = "CheckboxGroupIcon"
CheckboxIcon = "CheckboxIcon"
ChipIcon = "ChipIcon"
Column2Icon = "Column2Icon"
Column3Icon = "Column3Icon"
ColumnIcon = "ColumnIcon"
ConditionalIcon = "ConditionalIcon"
ContainerIcon = "ContainerIcon"
CreateFormIcon = "CreateFormIcon"
DataContainer = "DataContainer"
DataList = "DataList"
DataTable = "DataTable"
DataTableBody = "DataTableBody"
DataTableColumn = "DataTableColumn"
DataTableHead = "DataTableHead"
DataTableRow = "DataTableRow"
DatePickerIcon = "DatePickerIcon"
DateTimePickerIcon = "DateTimePickerIcon"
DecimalInputIcon = "DecimalInputIcon"
DefinitionListIcon = "DefinitionListIcon"
DeleteRecordIcon = "DeleteRecordIcon"
DetailViewIcon = "DetailViewIcon"
DialogIcon = "DialogIcon"
DrawerIcon = "DrawerIcon"
DynamicFormIcon = "DynamicFormIcon"
DynamicTableIcon = "DynamicTableIcon"
DynamicTilesIcon = "DynamicTilesIcon"
EmailInputIcon = "EmailInputIcon"
FileInputIcon = "FileInputIcon"
FormIcon = "FormIcon"
GridIcon = "GridIcon"
HiddenInputIcon = "HiddenInputIcon"
HorizontalRuleIcon = "HorizontalRuleIcon"
HtmlIcon = "HtmlIcon"
IbanInputIcon = "IbanInputIcon"
IconIcon = "IconIcon"
ImageCarouselIcon = "ImageCarouselIcon"
ImageIcon = "ImageIcon"
ImageInputIcon = "ImageInputIcon"
IncludeIcon = "IncludeIcon"
LabelIcon = "LabelIcon"
Layout1Icon = "Layout1Icon"
Layout2Icon = "Layout2Icon"
Layout3333Icon = "Layout3333Icon"
Layout363Icon = "Layout363Icon"
Layout444Icon = "Layout444Icon"
Layout48Icon = "Layout48Icon"
Layout66Icon = "Layout66Icon"
Layout84Icon = "Layout84Icon"
ListItemIcon = "ListItemIcon"
ListWithDataIcon = "ListWithDataIcon"
LoginFormIcon = "LoginFormIcon"
LogoutIcon = "LogoutIcon"
MenuIcon = "MenuIcon"
MenuItemIcon = "MenuItemIcon"
MultiLineIcon = "MultiLineIcon"
MultiSelectIcon = "MultiSelectIcon"
NavItemIcon = "NavItemIcon"
NavSidebarIcon = "NavSidebarIcon"
NavbarIcon = "NavbarIcon"
NumberInputIcon = "NumberInputIcon"
OpenPageIcon = "OpenPageIcon"
OrderedListIcon = "OrderedListIcon"
PanelIcon = "PanelIcon"
PaperIcon = "PaperIcon"
ParagraphIcon = "ParagraphIcon"
PasswordInputIcon = "PasswordInputIcon"
PhoneInputIcon = "PhoneInputIcon"
PriceInputIcon = "PriceInputIcon"
ProgressBarIcon = "ProgressBarIcon"
RadioButtonIcon = "RadioButtonIcon"
RatingIcon = "RatingIcon"
RowColumnIcon = "RowColumnIcon"
RowIcon = "RowIcon"
SelectIcon = "SelectIcon"
SidebarLeftIcon = "SidebarLeftIcon"
SliderComponentIcon = "SliderComponentIcon"
SnackbarIcon = "SnackbarIcon"
StepIcon = "StepIcon"
StepperIcon = "StepperIcon"
SubmitButtonIcon = "SubmitButtonIcon"
SwitcherIcon = "SwitcherIcon"
TabIcon = "TabIcon"
Table = "Table"
TabsIcon = "TabsIcon"
TextInputIcon = "TextInputIcon"
TextareaIcon = "TextareaIcon"
TimePickerIcon = "TimePickerIcon"
TitleIcon = "TitleIcon"
UnorderedListIcon = "UnorderedListIcon"
UpdateFormIcon = "UpdateFormIcon"
UrlInputIcon = "UrlInputIcon"

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/InteractionOptionType.html b/docs/enums/InteractionOptionType.html new file mode 100644 index 00000000..1daa6c7b --- /dev/null +++ b/docs/enums/InteractionOptionType.html @@ -0,0 +1 @@ +InteractionOptionType | @betty-blocks/component-sdk
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration InteractionOptionType

Index

Enumeration members

Boolean = "Boolean"
Event = "Event"
Locale = "Locale"
Number = "Number"
Page = "Page"
String = "String"
Void = "Void"

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/InteractionOptionTypeToDo.html b/docs/enums/InteractionOptionTypeToDo.html new file mode 100644 index 00000000..b37ac6b2 --- /dev/null +++ b/docs/enums/InteractionOptionTypeToDo.html @@ -0,0 +1 @@ +InteractionOptionTypeToDo | @betty-blocks/component-sdk
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration InteractionOptionTypeToDo

Index

Enumeration members

Color = "Color"
Endpoint = "Endpoint"
Filter = "Filter"
Font = "Font"
Properties = "Properties"
Property = "Property"
Size = "Size"
Unit = "Unit"

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/InteractionType.html b/docs/enums/InteractionType.html new file mode 100644 index 00000000..ff08d4d8 --- /dev/null +++ b/docs/enums/InteractionType.html @@ -0,0 +1 @@ +InteractionType | @betty-blocks/component-sdk
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumeration members

Enumeration members

Custom = "Custom"
Global = "Global"

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/ThemeColor.html b/docs/enums/ThemeColor.html new file mode 100644 index 00000000..de071ba3 --- /dev/null +++ b/docs/enums/ThemeColor.html @@ -0,0 +1 @@ +ThemeColor | @betty-blocks/component-sdk
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumeration members

ACCENT_1 = "Accent1"
ACCENT_2 = "Accent2"
ACCENT_3 = "Accent3"
BLACK = "Black"
DANGER = "Danger"
DARK = "Dark"
INFO = "Info"
LIGHT = "Light"
MEDIUM = "Medium"
PRIMARY = "Primary"
SECONDARY = "Secondary"
SUCCESS = "Success"
TRANSPARENT = "transparent"
WARNING = "Warning"
WHITE = "White"

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 00000000..278b8c6a --- /dev/null +++ b/docs/index.html @@ -0,0 +1,32 @@ +@betty-blocks/component-sdk
Options
All
  • Public
  • Public/Protected
  • All
Menu

@betty-blocks/component-sdk

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/AuthenticateUserStepOption.html b/docs/interfaces/AuthenticateUserStepOption.html new file mode 100644 index 00000000..b5d41c65 --- /dev/null +++ b/docs/interfaces/AuthenticateUserStepOption.html @@ -0,0 +1 @@ +AuthenticateUserStepOption | @betty-blocks/component-sdk
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AuthenticateUserStepOption

Hierarchy

  • AuthenticateUserStepOption

Index

Properties

authenticationProfileId: string
ref: { jwtAs: string; password: string; username: string }

Type declaration

  • jwtAs: string
  • password: string
  • username: string

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/BaseConfiguration.html b/docs/interfaces/BaseConfiguration.html new file mode 100644 index 00000000..9d3c7b03 --- /dev/null +++ b/docs/interfaces/BaseConfiguration.html @@ -0,0 +1 @@ +BaseConfiguration | @betty-blocks/component-sdk
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BaseConfiguration

Index

Properties

Properties

condition?: { comparator: "EQ"; option: string; type: "SHOW" | "HIDE"; value: string | boolean }

Type declaration

  • comparator: "EQ"
  • option: string
  • type: "SHOW" | "HIDE"
  • value: string | boolean

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/BasePrefabInteraction.html b/docs/interfaces/BasePrefabInteraction.html new file mode 100644 index 00000000..f27e2743 --- /dev/null +++ b/docs/interfaces/BasePrefabInteraction.html @@ -0,0 +1 @@ +BasePrefabInteraction | @betty-blocks/component-sdk
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BasePrefabInteraction<T>

Type parameters

Hierarchy

  • BasePrefabInteraction

Index

Properties

name: string
ref: { sourceComponentId: string; targetComponentId?: string }

Type declaration

  • sourceComponentId: string
  • Optional targetComponentId?: string
sourceEvent: string
targetOptionName?: string
type: T

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/Interaction.html b/docs/interfaces/Interaction.html new file mode 100644 index 00000000..d0267c41 --- /dev/null +++ b/docs/interfaces/Interaction.html @@ -0,0 +1 @@ +Interaction | @betty-blocks/component-sdk
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/InteractionCompatibility.html b/docs/interfaces/InteractionCompatibility.html new file mode 100644 index 00000000..de6789d4 --- /dev/null +++ b/docs/interfaces/InteractionCompatibility.html @@ -0,0 +1 @@ +InteractionCompatibility | @betty-blocks/component-sdk
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InteractionCompatibility

Hierarchy

Index

Properties

name: string
parameters: Record<string, InteractionOptionType>

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/ParameterOptionWithComponentRef.html b/docs/interfaces/ParameterOptionWithComponentRef.html new file mode 100644 index 00000000..66900e3a --- /dev/null +++ b/docs/interfaces/ParameterOptionWithComponentRef.html @@ -0,0 +1 @@ +ParameterOptionWithComponentRef | @betty-blocks/component-sdk
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ParameterOptionWithComponentRef

Hierarchy

  • ParameterOptionWithComponentRef

Index

Properties

name: string
parameter: string
ref: { componentId: string }

Type declaration

  • componentId: string

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/ParameterOptionWithId.html b/docs/interfaces/ParameterOptionWithId.html new file mode 100644 index 00000000..4c1a6a0a --- /dev/null +++ b/docs/interfaces/ParameterOptionWithId.html @@ -0,0 +1 @@ +ParameterOptionWithId | @betty-blocks/component-sdk
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ParameterOptionWithId

Index

Properties

Properties

id: string[]
parameter: string

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/ParameterOptionWithPath.html b/docs/interfaces/ParameterOptionWithPath.html new file mode 100644 index 00000000..257e27b9 --- /dev/null +++ b/docs/interfaces/ParameterOptionWithPath.html @@ -0,0 +1 @@ +ParameterOptionWithPath | @betty-blocks/component-sdk
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ParameterOptionWithPath

Index

Properties

Properties

parameter: string
path: string[]

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/Prefab.html b/docs/interfaces/Prefab.html new file mode 100644 index 00000000..eb2fd8b1 --- /dev/null +++ b/docs/interfaces/Prefab.html @@ -0,0 +1 @@ +Prefab | @betty-blocks/component-sdk
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Prefab

Index

Properties

actions?: PrefabAction[]
beforeCreate?: string
category: string
description?: string
icon: Icon
interactions?: PrefabInteraction[]
keywords?: string[]
name: string
structure: PrefabComponent[]
type?: string
variables?: PrefabVariable[]

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/PrefabAction.html b/docs/interfaces/PrefabAction.html new file mode 100644 index 00000000..4448aa39 --- /dev/null +++ b/docs/interfaces/PrefabAction.html @@ -0,0 +1 @@ +PrefabAction | @betty-blocks/component-sdk
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PrefabAction

Index

Properties

events?: PrefabActionStep[]
name: string
options?: { ref: { result: string } }

Type declaration

  • ref: { result: string }
    • result: string
ref: { endpointId?: string; id: string }

Type declaration

  • Optional endpointId?: string
  • id: string
useNewRuntime: boolean

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/PrefabActionAssign.html b/docs/interfaces/PrefabActionAssign.html new file mode 100644 index 00000000..c00f5c53 --- /dev/null +++ b/docs/interfaces/PrefabActionAssign.html @@ -0,0 +1 @@ +PrefabActionAssign | @betty-blocks/component-sdk
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PrefabActionAssign

Index

Properties

Properties

leftHandSide: string
ref: { path: string[] }

Type declaration

  • path: string[]

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/PrefabActionCreateStepOption.html b/docs/interfaces/PrefabActionCreateStepOption.html new file mode 100644 index 00000000..18e31243 --- /dev/null +++ b/docs/interfaces/PrefabActionCreateStepOption.html @@ -0,0 +1 @@ +PrefabActionCreateStepOption | @betty-blocks/component-sdk
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PrefabActionCreateStepOption

Hierarchy

  • PrefabActionCreateStepOption

Index

Properties

modelId: string
ref: { customModel: string }

Type declaration

  • customModel: string

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/PrefabActionDeleteStepOption.html b/docs/interfaces/PrefabActionDeleteStepOption.html new file mode 100644 index 00000000..c3fcde6e --- /dev/null +++ b/docs/interfaces/PrefabActionDeleteStepOption.html @@ -0,0 +1 @@ +PrefabActionDeleteStepOption | @betty-blocks/component-sdk
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PrefabActionDeleteStepOption

Hierarchy

  • PrefabActionDeleteStepOption

Index

Properties

Properties

ref: { customModel: string; object: string }

Type declaration

  • customModel: string
  • object: string

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/PrefabActionStep.html b/docs/interfaces/PrefabActionStep.html new file mode 100644 index 00000000..02fc9079 --- /dev/null +++ b/docs/interfaces/PrefabActionStep.html @@ -0,0 +1 @@ +PrefabActionStep | @betty-blocks/component-sdk
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/PrefabActionUpdateStepOption.html b/docs/interfaces/PrefabActionUpdateStepOption.html new file mode 100644 index 00000000..e24de2e9 --- /dev/null +++ b/docs/interfaces/PrefabActionUpdateStepOption.html @@ -0,0 +1 @@ +PrefabActionUpdateStepOption | @betty-blocks/component-sdk
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PrefabActionUpdateStepOption

Hierarchy

  • PrefabActionUpdateStepOption

Index

Properties

Properties

ref: { customModel?: string; object: string }

Type declaration

  • Optional customModel?: string
  • object: string

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/PrefabComponentOptionBase.html b/docs/interfaces/PrefabComponentOptionBase.html new file mode 100644 index 00000000..8bed216f --- /dev/null +++ b/docs/interfaces/PrefabComponentOptionBase.html @@ -0,0 +1 @@ +PrefabComponentOptionBase | @betty-blocks/component-sdk
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PrefabComponentOptionBase

Hierarchy

Index

Properties

configuration?: unknown
key: string
label: string
type: string

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/PrefabVariable.html b/docs/interfaces/PrefabVariable.html new file mode 100644 index 00000000..75e544be --- /dev/null +++ b/docs/interfaces/PrefabVariable.html @@ -0,0 +1 @@ +PrefabVariable | @betty-blocks/component-sdk
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PrefabVariable

Index

Properties

name: string
options?: unknown
ref: { actionId?: string; endpointId?: string; id: string }

Type declaration

  • Optional actionId?: string
  • Optional endpointId?: string
  • id: string

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/ValueDefault.html b/docs/interfaces/ValueDefault.html new file mode 100644 index 00000000..55d908d0 --- /dev/null +++ b/docs/interfaces/ValueDefault.html @@ -0,0 +1 @@ +ValueDefault | @betty-blocks/component-sdk
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

configuration?: unknown
key: string
label: string
type: string
value: string | boolean | string[] | ValueConfig

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/ValueRef.html b/docs/interfaces/ValueRef.html new file mode 100644 index 00000000..d62e10e1 --- /dev/null +++ b/docs/interfaces/ValueRef.html @@ -0,0 +1 @@ +ValueRef | @betty-blocks/component-sdk
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

configuration?: unknown
key: string
label: string
ref: { value: string | string[] }

Type declaration

  • value: string | string[]
type: string

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules.html b/docs/modules.html new file mode 100644 index 00000000..88f34005 --- /dev/null +++ b/docs/modules.html @@ -0,0 +1,9 @@ +@betty-blocks/component-sdk
Options
All
  • Public
  • Public/Protected
  • All
Menu

@betty-blocks/component-sdk

Index

Type aliases

BeforeCreateArgs: { components: {}; prefab: Prefab; prefabs: Prefab[]; close: any; save: any }

Type declaration

Configration: VariableConfigration | ButtonGroupConfiguration | DropdownConfiguration
Hook: { input: Record<string, Ref>; query: string }

Type declaration

  • input: Record<string, Ref>
  • query: string
PrefabComponentOption: ValueDefault | ValueRef
PrefabVariableKind: "construct" | "object" | "string"
ValueConfig: Record<string, unknown>

Functions

  • buttongroup(label: string, options: [string, string][], attrs?: Attributes): OptionProducer
  • color(label: string, attrs: ColorAttributes): OptionProducer
  • component(name: string, attrs: UnresolvedAttributes, descendants: PrefabComponent[]): PrefabComponent
  • +

    Create a component prefab

    +

    Parameters

    • name: string
      +

      name of the component

      +
    • attrs: UnresolvedAttributes
      +

      attributes

      +
    • descendants: PrefabComponent[]
      +

      a list of child prefab components

      +

    Returns PrefabComponent

  • dropdown(label: string, options: [string, string][], attrs?: Attributes): OptionProducer
  • endpoint(label: string, attrs?: Attributes): OptionProducer
  • filter(label: string, attrs?: Attributes): OptionProducer
  • font(label: string, attrs: Attributes): OptionProducer
  • hideIf(key: string, comparator: "EQ", value: string | boolean): undefined | { comparator: "EQ"; option: string; type: "SHOW" | "HIDE"; value: string | boolean }
  • icon(label: string, attrs?: Attributes): OptionProducer
  • model(label: string, attrs?: Attributes): OptionProducer
  • number(label: string, attrs?: Attributes): OptionProducer
  • option(type: string, attrs: Attributes): OptionProducer
  • prefab(name: string, attr: Attributes, beforeCreate: undefined | BeforeCreate, structure: PrefabComponent[]): Prefab
  • property(label: string, attrs?: Attributes): OptionProducer
  • showIf(key: string, comparator: "EQ", value: string | boolean): undefined | { comparator: "EQ"; option: string; type: "SHOW" | "HIDE"; value: string | boolean }
  • showIfTrue(key: string): undefined | { comparator: "EQ"; option: string; type: "SHOW" | "HIDE"; value: string | boolean }
  • sizes(label: string, attrs: Attributes): OptionProducer
  • text(label: string, attrs?: Attributes): OptionProducer
  • toggle(label: string, attrs?: Attributes): OptionProducer
  • variable(label: string, attrs?: Attributes): OptionProducer

Legend

  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file