diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 000000000..92e970095 --- /dev/null +++ b/.eslintignore @@ -0,0 +1 @@ +typedoc/* diff --git a/.prettierignore b/.prettierignore index 9ede4117e..991ba956b 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,3 +1,4 @@ node_modules/ .yarn emulators/ +typedoc/ diff --git a/package.json b/package.json index fde33f997..bd6dec548 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,8 @@ "prepare": "husky install", "env": "node createDotEnv", "target": "firebase target:apply hosting rowy", - "deploy": "firebase deploy --only hosting" + "deploy": "firebase deploy --only hosting", + "typedoc": "typedoc src/atoms/tableScope/index.ts src/atoms/globalScope/index.ts --out typedoc" }, "engines": { "node": ">=16" @@ -174,7 +175,8 @@ "prettier": "^2.6.2", "raw-loader": "^4.0.2", "source-map-explorer": "^2.5.2", - "ts-jest": "^28.0.2" + "ts-jest": "^28.0.2", + "typedoc": "^0.22.17" }, "resolutions": { "@types/react": "^18" diff --git a/typedoc/.nojekyll b/typedoc/.nojekyll new file mode 100644 index 000000000..e2ac6616a --- /dev/null +++ b/typedoc/.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/typedoc/assets/highlight.css b/typedoc/assets/highlight.css new file mode 100644 index 000000000..1ba84af37 --- /dev/null +++ b/typedoc/assets/highlight.css @@ -0,0 +1,78 @@ +:root { + --light-hl-0: #0000FF; + --dark-hl-0: #569CD6; + --light-hl-1: #000000; + --dark-hl-1: #D4D4D4; + --light-hl-2: #0070C1; + --dark-hl-2: #4FC1FF; + --light-hl-3: #795E26; + --dark-hl-3: #DCDCAA; + --light-hl-4: #001080; + --dark-hl-4: #9CDCFE; + --light-hl-5: #AF00DB; + --dark-hl-5: #C586C0; + --light-hl-6: #098658; + --dark-hl-6: #B5CEA8; + --light-hl-7: #A31515; + --dark-hl-7: #CE9178; + --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); + --hl-2: var(--light-hl-2); + --hl-3: var(--light-hl-3); + --hl-4: var(--light-hl-4); + --hl-5: var(--light-hl-5); + --hl-6: var(--light-hl-6); + --hl-7: var(--light-hl-7); + --code-background: var(--light-code-background); +} } + +@media (prefers-color-scheme: dark) { :root { + --hl-0: var(--dark-hl-0); + --hl-1: var(--dark-hl-1); + --hl-2: var(--dark-hl-2); + --hl-3: var(--dark-hl-3); + --hl-4: var(--dark-hl-4); + --hl-5: var(--dark-hl-5); + --hl-6: var(--dark-hl-6); + --hl-7: var(--dark-hl-7); + --code-background: var(--dark-code-background); +} } + +body.light { + --hl-0: var(--light-hl-0); + --hl-1: var(--light-hl-1); + --hl-2: var(--light-hl-2); + --hl-3: var(--light-hl-3); + --hl-4: var(--light-hl-4); + --hl-5: var(--light-hl-5); + --hl-6: var(--light-hl-6); + --hl-7: var(--light-hl-7); + --code-background: var(--light-code-background); +} + +body.dark { + --hl-0: var(--dark-hl-0); + --hl-1: var(--dark-hl-1); + --hl-2: var(--dark-hl-2); + --hl-3: var(--dark-hl-3); + --hl-4: var(--dark-hl-4); + --hl-5: var(--dark-hl-5); + --hl-6: var(--dark-hl-6); + --hl-7: var(--dark-hl-7); + --code-background: var(--dark-code-background); +} + +.hl-0 { color: var(--hl-0); } +.hl-1 { color: var(--hl-1); } +.hl-2 { color: var(--hl-2); } +.hl-3 { color: var(--hl-3); } +.hl-4 { color: var(--hl-4); } +.hl-5 { color: var(--hl-5); } +.hl-6 { color: var(--hl-6); } +.hl-7 { color: var(--hl-7); } +pre, code { background: var(--code-background); } diff --git a/typedoc/assets/icons.css b/typedoc/assets/icons.css new file mode 100644 index 000000000..776a3562d --- /dev/null +++ b/typedoc/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/typedoc/assets/icons.png b/typedoc/assets/icons.png new file mode 100644 index 000000000..3836d5fe4 Binary files /dev/null and b/typedoc/assets/icons.png differ diff --git a/typedoc/assets/icons@2x.png b/typedoc/assets/icons@2x.png new file mode 100644 index 000000000..5a209e2f6 Binary files /dev/null and b/typedoc/assets/icons@2x.png differ diff --git a/typedoc/assets/main.js b/typedoc/assets/main.js new file mode 100644 index 000000000..bd45452db --- /dev/null +++ b/typedoc/assets/main.js @@ -0,0 +1,52 @@ +(()=>{var Ce=Object.create;var ue=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Oe=Object.getOwnPropertyNames;var Re=Object.getPrototypeOf,_e=Object.prototype.hasOwnProperty;var Me=(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)&&i!==r&&ue(t,i,{get:()=>e[i],enumerable:!(n=Pe(e,i))||n.enumerable});return t};var Fe=(t,e,r)=>(r=t!=null?Ce(Re(t)):{},De(e||!t||!t.__esModule?ue(r,"default",{value:t,enumerable:!0}):r,t));var pe=Me((de,fe)=>{(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,u],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(ol?h+=2:a==l&&(r+=n[u+1]*i[h+1],u+=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 l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}if(s.str.length==0&&(l.final=!0),i.push({node:l,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 u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}s.str.length==1&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var h=s.str.charAt(0),f=s.str.charAt(1),p;f in s.node.edges?p=s.node.edges[f]:(p=new t.TokenSet,s.node.edges[f]=p),s.str.length==1&&(p.final=!0),i.push({node:p,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),l=0;l1?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 de=="object"?fe.exports=r():e.lunr=r()}(this,function(){return t})})()});var ce=[];function N(t,e){ce.push({selector:e,constructor:t})}var Y=class{constructor(){this.createComponents(document.body)}createComponents(e){ce.forEach(r=>{e.querySelectorAll(r.selector).forEach(n=>{n.dataset.hasInstance||(new r.constructor({el:n}),n.dataset.hasInstance=String(!0))})})}};var k=class{constructor(e){this.el=e.el}};var J=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 ie=class extends J{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",ne(()=>this.onScroll(),10)),window.addEventListener("resize",ne(()=>this.onResize(),10)),this.onResize(),this.onScroll()}triggerResize(){let r=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(r)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let r=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(r)}onScroll(){this.scrollTop=window.scrollY||0;let r=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(r),this.hideShowToolbar()}hideShowToolbar(){var n;let r=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0,r!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),(n=this.secondaryNav)==null||n.classList.toggle("tsd-navigation--toolbar-hide")),this.lastY=this.scrollTop}},Q=ie;Q.instance=new ie;var X=class extends k{constructor(r){super(r);this.anchors=[];this.index=-1;Q.instance.addEventListener("resize",()=>this.onResize()),Q.instance.addEventListener("scroll",n=>this.onScroll(n)),this.createAnchors()}createAnchors(){let r=window.location.href;r.indexOf("#")!=-1&&(r=r.substr(0,r.indexOf("#"))),this.el.querySelectorAll("a").forEach(n=>{let i=n.href;if(i.indexOf("#")==-1||i.substr(0,r.length)!=r)return;let s=i.substr(i.indexOf("#")+1),o=document.querySelector("a.tsd-anchor[name="+s+"]"),a=n.parentNode;!o||!a||this.anchors.push({link:a,anchor:o,position:0})}),this.onResize()}onResize(){let r;for(let i=0,s=this.anchors.length;ii.position-s.position);let n=new CustomEvent("scroll",{detail:{scrollTop:Q.instance.scrollTop}});this.onScroll(n)}onScroll(r){let n=r.detail.scrollTop+5,i=this.anchors,s=i.length-1,o=this.index;for(;o>-1&&i[o].position>n;)o-=1;for(;o-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=o,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var he=(t,e=100)=>{let r;return(...n)=>{clearTimeout(r),r=setTimeout(()=>t(n),e)}};var ge=Fe(pe());function ye(){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+"/"};Ae(t,n,r,s)}function Ae(t,e,r,n){r.addEventListener("input",he(()=>{He(t,e,r,n)},200));let i=!1;r.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?ze(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 Ve(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=ge.Index.load(window.searchData.index))}function He(t,e,r,n){var o,a;if(Ve(n,t),!n.index||!n.data)return;e.textContent="";let i=r.value.trim(),s=i?n.index.search(`*${i}*`):[];for(let l=0;lu.score-l.score);for(let l=0,u=Math.min(10,s.length);l${ve(h.parent,i)}.${f}`);let p=document.createElement("li");p.classList.value=(a=h.classes)!=null?a:"";let E=document.createElement("a");E.href=n.base+h.url,E.classList.add("tsd-kind-icon"),E.innerHTML=f,p.append(E),e.appendChild(p)}}function me(t,e){var n,i;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 s=r;if(e===1)do s=(n=s.nextElementSibling)!=null?n:void 0;while(s instanceof HTMLElement&&s.offsetParent==null);else do s=(i=s.previousElementSibling)!=null?i:void 0;while(s instanceof HTMLElement&&s.offsetParent==null);s&&(r.classList.remove("current"),s.classList.add("current"))}}function ze(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(se(t.substring(s,o)),`${se(t.substring(o,o+n.length))}`),s=o+n.length,o=r.indexOf(n,s);return i.push(se(t.substring(s))),i.join("")}var Ne={"&":"&","<":"<",">":">","'":"'",'"':"""};function se(t){return t.replace(/[&<>"'"]/g,e=>Ne[e])}var oe=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}},Z=class extends k{constructor(r){super(r);this.groups=[];this.index=-1;this.createGroups(),this.container&&(this.el.classList.add("active"),Array.from(this.el.children).forEach(n=>{n.addEventListener("touchstart",i=>this.onClick(i)),n.addEventListener("click",i=>this.onClick(i))}),this.container.classList.add("active"),this.setIndex(0))}setIndex(r){if(r<0&&(r=0),r>this.groups.length-1&&(r=this.groups.length-1),this.index==r)return;let n=this.groups[r];if(this.index>-1){let i=this.groups[this.index];i.removeClass("current").addClass("fade-out"),n.addClass("current"),n.addClass("fade-in"),Q.instance.triggerResize(),setTimeout(()=>{i.removeClass("fade-out"),n.removeClass("fade-in")},300)}else n.addClass("current"),Q.instance.triggerResize();this.index=r}createGroups(){let r=this.el.children;if(r.length<2)return;this.container=this.el.nextElementSibling;let n=this.container.children;this.groups=[];for(let i=0;i{n.signature===r.currentTarget&&this.setIndex(i)})}};var C="mousedown",Le="mousemove",_="mouseup",K={x:0,y:0},xe=!1,ae=!1,je=!1,A=!1,Ee=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(Ee?"is-mobile":"not-mobile");Ee&&"ontouchstart"in document.documentElement&&(je=!0,C="touchstart",Le="touchmove",_="touchend");document.addEventListener(C,t=>{ae=!0,A=!1;let e=C=="touchstart"?t.targetTouches[0]:t;K.y=e.pageY||0,K.x=e.pageX||0});document.addEventListener(Le,t=>{if(!!ae&&!A){let e=C=="touchstart"?t.targetTouches[0]:t,r=K.x-(e.pageX||0),n=K.y-(e.pageY||0);A=Math.sqrt(r*r+n*n)>10}});document.addEventListener(_,()=>{ae=!1});document.addEventListener("click",t=>{xe&&(t.preventDefault(),t.stopImmediatePropagation(),xe=!1)});var ee=class extends k{constructor(r){super(r);this.className=this.el.dataset.toggle||"",this.el.addEventListener(_,n=>this.onPointerUp(n)),this.el.addEventListener("click",n=>n.preventDefault()),document.addEventListener(C,n=>this.onDocumentPointerDown(n)),document.addEventListener(_,n=>this.onDocumentPointerUp(n))}setActive(r){if(this.active==r)return;this.active=r,document.documentElement.classList.toggle("has-"+this.className,r),this.el.classList.toggle("active",r);let n=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(n),setTimeout(()=>document.documentElement.classList.remove(n),500)}onPointerUp(r){A||(this.setActive(!0),r.preventDefault())}onDocumentPointerDown(r){if(this.active){if(r.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(r){if(!A&&this.active&&r.target.closest(".col-menu")){let n=r.target.closest("a");if(n){let i=window.location.href;i.indexOf("#")!=-1&&(i=i.substr(0,i.indexOf("#"))),n.href.substr(0,i.length)==i&&setTimeout(()=>this.setActive(!1),250)}}}};var te=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)}},re=class extends te{initialize(){let r=document.querySelector("#tsd-filter-"+this.key);!r||(this.checkbox=r,this.checkbox.addEventListener("change",()=>{this.setValue(this.checkbox.checked)}))}handleValueChange(r,n){!this.checkbox||(this.checkbox.checked=this.value,document.documentElement.classList.toggle("toggle-"+this.key,this.value!=this.defaultValue))}fromLocalStorage(r){return r=="true"}toLocalStorage(r){return r?"true":"false"}},le=class extends te{initialize(){document.documentElement.classList.add("toggle-"+this.key+this.value);let r=document.querySelector("#tsd-filter-"+this.key);if(!r)return;this.select=r;let n=()=>{this.select.classList.add("active")},i=()=>{this.select.classList.remove("active")};this.select.addEventListener(C,n),this.select.addEventListener("mouseover",n),this.select.addEventListener("mouseleave",i),this.select.querySelectorAll("li").forEach(s=>{s.addEventListener(_,o=>{r.classList.remove("active"),this.setValue(o.target.dataset.value||"")})}),document.addEventListener(C,s=>{this.select.contains(s.target)||this.select.classList.remove("active")})}handleValueChange(r,n){this.select.querySelectorAll("li.selected").forEach(o=>{o.classList.remove("selected")});let i=this.select.querySelector('li[data-value="'+n+'"]'),s=this.select.querySelector(".tsd-select-label");i&&s&&(i.classList.add("selected"),s.textContent=i.textContent),document.documentElement.classList.remove("toggle-"+r),document.documentElement.classList.add("toggle-"+n)}fromLocalStorage(r){return r}toLocalStorage(r){return r}},j=class extends k{constructor(r){super(r);this.optionVisibility=new le("visibility","private"),this.optionInherited=new re("inherited",!0),this.optionExternals=new re("externals",!0)}static isSupported(){try{return typeof window.localStorage!="undefined"}catch{return!1}}};function we(t){let e=localStorage.getItem("tsd-theme")||"os";t.value=e,be(e),t.addEventListener("change",()=>{localStorage.setItem("tsd-theme",t.value),be(t.value)})}function be(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}}ye();N(X,".menu-highlight");N(Z,".tsd-signatures");N(ee,"a[data-toggle]");j.isSupported()?N(j,"#tsd-filter"):document.documentElement.classList.add("no-filter");var Te=document.getElementById("theme");Te&&we(Te);var Be=new Y;Object.defineProperty(window,"app",{value:Be});})(); +/*! + * 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/typedoc/assets/search.js b/typedoc/assets/search.js new file mode 100644 index 000000000..3d247d570 --- /dev/null +++ b/typedoc/assets/search.js @@ -0,0 +1 @@ +window.searchData = JSON.parse("{\"kinds\":{\"2\":\"Module\",\"32\":\"Variable\",\"64\":\"Function\",\"256\":\"Interface\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"4194304\":\"Type alias\"},\"rows\":[{\"id\":0,\"kind\":2,\"name\":\"tableScope\",\"url\":\"modules/tableScope.html\",\"classes\":\"tsd-kind-module\"},{\"id\":1,\"kind\":32,\"name\":\"tableScope\",\"url\":\"modules/tableScope.html#tableScope-1\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":2,\"kind\":2,\"name\":\"globalScope\",\"url\":\"modules/globalScope.html\",\"classes\":\"tsd-kind-module\"},{\"id\":3,\"kind\":32,\"name\":\"globalScope\",\"url\":\"modules/globalScope.html#globalScope-1\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":4,\"kind\":32,\"name\":\"tableIdAtom\",\"url\":\"modules/tableScope.html#tableIdAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":5,\"kind\":32,\"name\":\"tableSettingsAtom\",\"url\":\"modules/tableScope.html#tableSettingsAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":6,\"kind\":32,\"name\":\"tableSchemaAtom\",\"url\":\"modules/tableScope.html#tableSchemaAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":7,\"kind\":32,\"name\":\"updateTableSchemaAtom\",\"url\":\"modules/tableScope.html#updateTableSchemaAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":8,\"kind\":32,\"name\":\"tableColumnsOrderedAtom\",\"url\":\"modules/tableScope.html#tableColumnsOrderedAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":9,\"kind\":64,\"name\":\"tableColumnsReducer\",\"url\":\"modules/tableScope.html#tableColumnsReducer\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":10,\"kind\":32,\"name\":\"tableFiltersAtom\",\"url\":\"modules/tableScope.html#tableFiltersAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":11,\"kind\":32,\"name\":\"tableOrdersAtom\",\"url\":\"modules/tableScope.html#tableOrdersAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":12,\"kind\":32,\"name\":\"tablePageHashAtom\",\"url\":\"modules/tableScope.html#tablePageHashAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":13,\"kind\":32,\"name\":\"tablePageAtom\",\"url\":\"modules/tableScope.html#tablePageAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":14,\"kind\":32,\"name\":\"tableRowsLocalAtom\",\"url\":\"modules/tableScope.html#tableRowsLocalAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":15,\"kind\":32,\"name\":\"tableRowsDbAtom\",\"url\":\"modules/tableScope.html#tableRowsDbAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":16,\"kind\":32,\"name\":\"tableRowsAtom\",\"url\":\"modules/tableScope.html#tableRowsAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":17,\"kind\":32,\"name\":\"tableNextPageAtom\",\"url\":\"modules/tableScope.html#tableNextPageAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":18,\"kind\":32,\"name\":\"_updateRowDbAtom\",\"url\":\"modules/tableScope.html#_updateRowDbAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":19,\"kind\":32,\"name\":\"_deleteRowDbAtom\",\"url\":\"modules/tableScope.html#_deleteRowDbAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":20,\"kind\":32,\"name\":\"_bulkWriteDbAtom\",\"url\":\"modules/tableScope.html#_bulkWriteDbAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":21,\"kind\":4194304,\"name\":\"AuditChangeFunction\",\"url\":\"modules/tableScope.html#AuditChangeFunction\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":22,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/tableScope.html#AuditChangeFunction.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"tableScope.AuditChangeFunction\"},{\"id\":23,\"kind\":32,\"name\":\"auditChangeAtom\",\"url\":\"modules/tableScope.html#auditChangeAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":24,\"kind\":256,\"name\":\"IAddColumnOptions\",\"url\":\"interfaces/tableScope.IAddColumnOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":25,\"kind\":1024,\"name\":\"config\",\"url\":\"interfaces/tableScope.IAddColumnOptions.html#config\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"tableScope.IAddColumnOptions\"},{\"id\":26,\"kind\":1024,\"name\":\"index\",\"url\":\"interfaces/tableScope.IAddColumnOptions.html#index\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"tableScope.IAddColumnOptions\"},{\"id\":27,\"kind\":32,\"name\":\"addColumnAtom\",\"url\":\"modules/tableScope.html#addColumnAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":28,\"kind\":256,\"name\":\"IUpdateColumnOptions\",\"url\":\"interfaces/tableScope.IUpdateColumnOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":29,\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/tableScope.IUpdateColumnOptions.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"tableScope.IUpdateColumnOptions\"},{\"id\":30,\"kind\":1024,\"name\":\"config\",\"url\":\"interfaces/tableScope.IUpdateColumnOptions.html#config\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"tableScope.IUpdateColumnOptions\"},{\"id\":31,\"kind\":1024,\"name\":\"index\",\"url\":\"interfaces/tableScope.IUpdateColumnOptions.html#index\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"tableScope.IUpdateColumnOptions\"},{\"id\":32,\"kind\":32,\"name\":\"updateColumnAtom\",\"url\":\"modules/tableScope.html#updateColumnAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":33,\"kind\":32,\"name\":\"deleteColumnAtom\",\"url\":\"modules/tableScope.html#deleteColumnAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":34,\"kind\":256,\"name\":\"IAddRowOptions\",\"url\":\"interfaces/tableScope.IAddRowOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":35,\"kind\":1024,\"name\":\"row\",\"url\":\"interfaces/tableScope.IAddRowOptions.html#row\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"tableScope.IAddRowOptions\"},{\"id\":36,\"kind\":1024,\"name\":\"ignoreRequiredFields\",\"url\":\"interfaces/tableScope.IAddRowOptions.html#ignoreRequiredFields\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"tableScope.IAddRowOptions\"},{\"id\":37,\"kind\":1024,\"name\":\"setId\",\"url\":\"interfaces/tableScope.IAddRowOptions.html#setId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"tableScope.IAddRowOptions\"},{\"id\":38,\"kind\":32,\"name\":\"addRowAtom\",\"url\":\"modules/tableScope.html#addRowAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":39,\"kind\":32,\"name\":\"deleteRowAtom\",\"url\":\"modules/tableScope.html#deleteRowAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":40,\"kind\":256,\"name\":\"IBulkAddRowsOptions\",\"url\":\"interfaces/tableScope.IBulkAddRowsOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":41,\"kind\":1024,\"name\":\"rows\",\"url\":\"interfaces/tableScope.IBulkAddRowsOptions.html#rows\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"tableScope.IBulkAddRowsOptions\"},{\"id\":42,\"kind\":1024,\"name\":\"collection\",\"url\":\"interfaces/tableScope.IBulkAddRowsOptions.html#collection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"tableScope.IBulkAddRowsOptions\"},{\"id\":43,\"kind\":1024,\"name\":\"onBatchCommit\",\"url\":\"interfaces/tableScope.IBulkAddRowsOptions.html#onBatchCommit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"tableScope.IBulkAddRowsOptions\"},{\"id\":44,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/tableScope.IBulkAddRowsOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"tableScope.IBulkAddRowsOptions\"},{\"id\":45,\"kind\":32,\"name\":\"bulkAddRowsAtom\",\"url\":\"modules/tableScope.html#bulkAddRowsAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":46,\"kind\":256,\"name\":\"IUpdateFieldOptions\",\"url\":\"interfaces/tableScope.IUpdateFieldOptions.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":47,\"kind\":1024,\"name\":\"path\",\"url\":\"interfaces/tableScope.IUpdateFieldOptions.html#path\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"tableScope.IUpdateFieldOptions\"},{\"id\":48,\"kind\":1024,\"name\":\"fieldName\",\"url\":\"interfaces/tableScope.IUpdateFieldOptions.html#fieldName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"tableScope.IUpdateFieldOptions\"},{\"id\":49,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/tableScope.IUpdateFieldOptions.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"tableScope.IUpdateFieldOptions\"},{\"id\":50,\"kind\":1024,\"name\":\"deleteField\",\"url\":\"interfaces/tableScope.IUpdateFieldOptions.html#deleteField\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"tableScope.IUpdateFieldOptions\"},{\"id\":51,\"kind\":1024,\"name\":\"ignoreRequiredFields\",\"url\":\"interfaces/tableScope.IUpdateFieldOptions.html#ignoreRequiredFields\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"tableScope.IUpdateFieldOptions\"},{\"id\":52,\"kind\":1024,\"name\":\"disableCheckEquality\",\"url\":\"interfaces/tableScope.IUpdateFieldOptions.html#disableCheckEquality\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"tableScope.IUpdateFieldOptions\"},{\"id\":53,\"kind\":32,\"name\":\"updateFieldAtom\",\"url\":\"modules/tableScope.html#updateFieldAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":54,\"kind\":32,\"name\":\"columnMenuAtom\",\"url\":\"modules/tableScope.html#columnMenuAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":55,\"kind\":32,\"name\":\"columnModalAtom\",\"url\":\"modules/tableScope.html#columnModalAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":56,\"kind\":4194304,\"name\":\"TableFiltersPopoverState\",\"url\":\"modules/tableScope.html#TableFiltersPopoverState\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":57,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/tableScope.html#TableFiltersPopoverState.__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"tableScope.TableFiltersPopoverState\"},{\"id\":58,\"kind\":1024,\"name\":\"open\",\"url\":\"modules/tableScope.html#TableFiltersPopoverState.__type-4.open\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"tableScope.TableFiltersPopoverState.__type\"},{\"id\":59,\"kind\":1024,\"name\":\"defaultQuery\",\"url\":\"modules/tableScope.html#TableFiltersPopoverState.__type-4.defaultQuery\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"tableScope.TableFiltersPopoverState.__type\"},{\"id\":60,\"kind\":32,\"name\":\"tableFiltersPopoverAtom\",\"url\":\"modules/tableScope.html#tableFiltersPopoverAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":61,\"kind\":32,\"name\":\"sideDrawerShowHiddenFieldsAtom\",\"url\":\"modules/tableScope.html#sideDrawerShowHiddenFieldsAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":62,\"kind\":32,\"name\":\"tableModalAtom\",\"url\":\"modules/tableScope.html#tableModalAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":63,\"kind\":4194304,\"name\":\"ImportCsvData\",\"url\":\"modules/tableScope.html#ImportCsvData\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":64,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/tableScope.html#ImportCsvData.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"tableScope.ImportCsvData\"},{\"id\":65,\"kind\":1024,\"name\":\"columns\",\"url\":\"modules/tableScope.html#ImportCsvData.__type-2.columns\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"tableScope.ImportCsvData.__type\"},{\"id\":66,\"kind\":1024,\"name\":\"rows\",\"url\":\"modules/tableScope.html#ImportCsvData.__type-2.rows\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"tableScope.ImportCsvData.__type\"},{\"id\":67,\"kind\":32,\"name\":\"importCsvAtom\",\"url\":\"modules/tableScope.html#importCsvAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":68,\"kind\":32,\"name\":\"sideDrawerOpenAtom\",\"url\":\"modules/tableScope.html#sideDrawerOpenAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":69,\"kind\":4194304,\"name\":\"SelectedCell\",\"url\":\"modules/tableScope.html#SelectedCell\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":70,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/tableScope.html#SelectedCell.__type-3\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"tableScope.SelectedCell\"},{\"id\":71,\"kind\":1024,\"name\":\"path\",\"url\":\"modules/tableScope.html#SelectedCell.__type-3.path\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"tableScope.SelectedCell.__type\"},{\"id\":72,\"kind\":1024,\"name\":\"columnKey\",\"url\":\"modules/tableScope.html#SelectedCell.__type-3.columnKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"tableScope.SelectedCell.__type\"},{\"id\":73,\"kind\":32,\"name\":\"selectedCellAtom\",\"url\":\"modules/tableScope.html#selectedCellAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":74,\"kind\":32,\"name\":\"contextMenuTargetAtom\",\"url\":\"modules/tableScope.html#contextMenuTargetAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":75,\"kind\":4194304,\"name\":\"CloudLogFilters\",\"url\":\"modules/tableScope.html#CloudLogFilters\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":76,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/tableScope.html#CloudLogFilters.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"tableScope.CloudLogFilters\"},{\"id\":77,\"kind\":1024,\"name\":\"type\",\"url\":\"modules/tableScope.html#CloudLogFilters.__type-1.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"tableScope.CloudLogFilters.__type\"},{\"id\":78,\"kind\":1024,\"name\":\"timeRange\",\"url\":\"modules/tableScope.html#CloudLogFilters.__type-1.timeRange\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"tableScope.CloudLogFilters.__type\"},{\"id\":79,\"kind\":1024,\"name\":\"severity\",\"url\":\"modules/tableScope.html#CloudLogFilters.__type-1.severity\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"tableScope.CloudLogFilters.__type\"},{\"id\":80,\"kind\":1024,\"name\":\"webhook\",\"url\":\"modules/tableScope.html#CloudLogFilters.__type-1.webhook\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"tableScope.CloudLogFilters.__type\"},{\"id\":81,\"kind\":1024,\"name\":\"auditRowId\",\"url\":\"modules/tableScope.html#CloudLogFilters.__type-1.auditRowId\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"tableScope.CloudLogFilters.__type\"},{\"id\":82,\"kind\":1024,\"name\":\"buildLogExpanded\",\"url\":\"modules/tableScope.html#CloudLogFilters.__type-1.buildLogExpanded\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"tableScope.CloudLogFilters.__type\"},{\"id\":83,\"kind\":32,\"name\":\"cloudLogFiltersAtom\",\"url\":\"modules/tableScope.html#cloudLogFiltersAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"tableScope\"},{\"id\":84,\"kind\":32,\"name\":\"currentUserAtom\",\"url\":\"modules/globalScope.html#currentUserAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":85,\"kind\":32,\"name\":\"userRolesAtom\",\"url\":\"modules/globalScope.html#userRolesAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":86,\"kind\":32,\"name\":\"projectIdAtom\",\"url\":\"modules/globalScope.html#projectIdAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":87,\"kind\":4194304,\"name\":\"PublicSettings\",\"url\":\"modules/globalScope.html#PublicSettings\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":88,\"kind\":32,\"name\":\"publicSettingsAtom\",\"url\":\"modules/globalScope.html#publicSettingsAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":89,\"kind\":32,\"name\":\"updatePublicSettingsAtom\",\"url\":\"modules/globalScope.html#updatePublicSettingsAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":90,\"kind\":4194304,\"name\":\"ProjectSettings\",\"url\":\"modules/globalScope.html#ProjectSettings\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":91,\"kind\":32,\"name\":\"projectSettingsAtom\",\"url\":\"modules/globalScope.html#projectSettingsAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":92,\"kind\":32,\"name\":\"updateProjectSettingsAtom\",\"url\":\"modules/globalScope.html#updateProjectSettingsAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":93,\"kind\":32,\"name\":\"tablesAtom\",\"url\":\"modules/globalScope.html#tablesAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":94,\"kind\":4194304,\"name\":\"AdditionalTableSettings\",\"url\":\"modules/globalScope.html#AdditionalTableSettings\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":95,\"kind\":32,\"name\":\"createTableAtom\",\"url\":\"modules/globalScope.html#createTableAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":96,\"kind\":4194304,\"name\":\"MinimumTableSettings\",\"url\":\"modules/globalScope.html#MinimumTableSettings\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":97,\"kind\":32,\"name\":\"updateTableAtom\",\"url\":\"modules/globalScope.html#updateTableAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":98,\"kind\":32,\"name\":\"deleteTableAtom\",\"url\":\"modules/globalScope.html#deleteTableAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":99,\"kind\":32,\"name\":\"getTableSchemaAtom\",\"url\":\"modules/globalScope.html#getTableSchemaAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":100,\"kind\":32,\"name\":\"projectRolesAtom\",\"url\":\"modules/globalScope.html#projectRolesAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":101,\"kind\":32,\"name\":\"allUsersAtom\",\"url\":\"modules/globalScope.html#allUsersAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":102,\"kind\":32,\"name\":\"updateUserAtom\",\"url\":\"modules/globalScope.html#updateUserAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":103,\"kind\":32,\"name\":\"FunctionsIndexAtom\",\"url\":\"modules/globalScope.html#FunctionsIndexAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":104,\"kind\":32,\"name\":\"updateFunctionAtom\",\"url\":\"modules/globalScope.html#updateFunctionAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":105,\"kind\":4194304,\"name\":\"UserSettings\",\"url\":\"modules/globalScope.html#UserSettings\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":106,\"kind\":32,\"name\":\"userSettingsAtom\",\"url\":\"modules/globalScope.html#userSettingsAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":107,\"kind\":32,\"name\":\"updateUserSettingsAtom\",\"url\":\"modules/globalScope.html#updateUserSettingsAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":108,\"kind\":32,\"name\":\"themeAtom\",\"url\":\"modules/globalScope.html#themeAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":109,\"kind\":32,\"name\":\"themeOverriddenAtom\",\"url\":\"modules/globalScope.html#themeOverriddenAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":110,\"kind\":32,\"name\":\"customizedThemesAtom\",\"url\":\"modules/globalScope.html#customizedThemesAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":111,\"kind\":32,\"name\":\"altPressAtom\",\"url\":\"modules/globalScope.html#altPressAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":112,\"kind\":32,\"name\":\"navOpenAtom\",\"url\":\"modules/globalScope.html#navOpenAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":113,\"kind\":32,\"name\":\"navPinnedAtom\",\"url\":\"modules/globalScope.html#navPinnedAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":114,\"kind\":32,\"name\":\"tablesViewAtom\",\"url\":\"modules/globalScope.html#tablesViewAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":115,\"kind\":4194304,\"name\":\"ConfirmDialogProps\",\"url\":\"modules/globalScope.html#ConfirmDialogProps\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":116,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/globalScope.html#ConfirmDialogProps.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"globalScope.ConfirmDialogProps\"},{\"id\":117,\"kind\":1024,\"name\":\"open\",\"url\":\"modules/globalScope.html#ConfirmDialogProps.__type.open\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"globalScope.ConfirmDialogProps.__type\"},{\"id\":118,\"kind\":1024,\"name\":\"title\",\"url\":\"modules/globalScope.html#ConfirmDialogProps.__type.title\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"globalScope.ConfirmDialogProps.__type\"},{\"id\":119,\"kind\":1024,\"name\":\"body\",\"url\":\"modules/globalScope.html#ConfirmDialogProps.__type.body\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"globalScope.ConfirmDialogProps.__type\"},{\"id\":120,\"kind\":2048,\"name\":\"handleConfirm\",\"url\":\"modules/globalScope.html#ConfirmDialogProps.__type.handleConfirm\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"globalScope.ConfirmDialogProps.__type\"},{\"id\":121,\"kind\":1024,\"name\":\"confirm\",\"url\":\"modules/globalScope.html#ConfirmDialogProps.__type.confirm\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"globalScope.ConfirmDialogProps.__type\"},{\"id\":122,\"kind\":1024,\"name\":\"confirmationCommand\",\"url\":\"modules/globalScope.html#ConfirmDialogProps.__type.confirmationCommand\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"globalScope.ConfirmDialogProps.__type\"},{\"id\":123,\"kind\":1024,\"name\":\"confirmColor\",\"url\":\"modules/globalScope.html#ConfirmDialogProps.__type.confirmColor\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"globalScope.ConfirmDialogProps.__type\"},{\"id\":124,\"kind\":2048,\"name\":\"handleCancel\",\"url\":\"modules/globalScope.html#ConfirmDialogProps.__type.handleCancel\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"globalScope.ConfirmDialogProps.__type\"},{\"id\":125,\"kind\":1024,\"name\":\"cancel\",\"url\":\"modules/globalScope.html#ConfirmDialogProps.__type.cancel\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"globalScope.ConfirmDialogProps.__type\"},{\"id\":126,\"kind\":1024,\"name\":\"hideCancel\",\"url\":\"modules/globalScope.html#ConfirmDialogProps.__type.hideCancel\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"globalScope.ConfirmDialogProps.__type\"},{\"id\":127,\"kind\":1024,\"name\":\"maxWidth\",\"url\":\"modules/globalScope.html#ConfirmDialogProps.__type.maxWidth\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"globalScope.ConfirmDialogProps.__type\"},{\"id\":128,\"kind\":32,\"name\":\"confirmDialogAtom\",\"url\":\"modules/globalScope.html#confirmDialogAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":129,\"kind\":4194304,\"name\":\"RowyRunModalState\",\"url\":\"modules/globalScope.html#RowyRunModalState\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":130,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/globalScope.html#RowyRunModalState.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"globalScope.RowyRunModalState\"},{\"id\":131,\"kind\":1024,\"name\":\"open\",\"url\":\"modules/globalScope.html#RowyRunModalState.__type-1.open-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"globalScope.RowyRunModalState.__type\"},{\"id\":132,\"kind\":1024,\"name\":\"feature\",\"url\":\"modules/globalScope.html#RowyRunModalState.__type-1.feature\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"globalScope.RowyRunModalState.__type\"},{\"id\":133,\"kind\":1024,\"name\":\"version\",\"url\":\"modules/globalScope.html#RowyRunModalState.__type-1.version\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"globalScope.RowyRunModalState.__type\"},{\"id\":134,\"kind\":32,\"name\":\"rowyRunModalAtom\",\"url\":\"modules/globalScope.html#rowyRunModalAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":135,\"kind\":4194304,\"name\":\"TableSettingsDialogState\",\"url\":\"modules/globalScope.html#TableSettingsDialogState\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":136,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/globalScope.html#TableSettingsDialogState.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"globalScope.TableSettingsDialogState\"},{\"id\":137,\"kind\":1024,\"name\":\"open\",\"url\":\"modules/globalScope.html#TableSettingsDialogState.__type-2.open-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"globalScope.TableSettingsDialogState.__type\"},{\"id\":138,\"kind\":1024,\"name\":\"mode\",\"url\":\"modules/globalScope.html#TableSettingsDialogState.__type-2.mode\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"globalScope.TableSettingsDialogState.__type\"},{\"id\":139,\"kind\":1024,\"name\":\"data\",\"url\":\"modules/globalScope.html#TableSettingsDialogState.__type-2.data\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"globalScope.TableSettingsDialogState.__type\"},{\"id\":140,\"kind\":32,\"name\":\"tableSettingsDialogAtom\",\"url\":\"modules/globalScope.html#tableSettingsDialogAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":141,\"kind\":32,\"name\":\"tableSettingsDialogIdAtom\",\"url\":\"modules/globalScope.html#tableSettingsDialogIdAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":142,\"kind\":32,\"name\":\"tableSettingsDialogSchemaAtom\",\"url\":\"modules/globalScope.html#tableSettingsDialogSchemaAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":143,\"kind\":32,\"name\":\"tableAddRowIdTypeAtom\",\"url\":\"modules/globalScope.html#tableAddRowIdTypeAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":144,\"kind\":32,\"name\":\"tableOutOfOrderDismissedAtom\",\"url\":\"modules/globalScope.html#tableOutOfOrderDismissedAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":145,\"kind\":32,\"name\":\"tableDescriptionDismissedAtom\",\"url\":\"modules/globalScope.html#tableDescriptionDismissedAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":146,\"kind\":32,\"name\":\"jsonEditorAtom\",\"url\":\"modules/globalScope.html#jsonEditorAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":147,\"kind\":256,\"name\":\"IRowyRunRequestProps\",\"url\":\"interfaces/globalScope.IRowyRunRequestProps.html\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":148,\"kind\":1024,\"name\":\"forceRefresh\",\"url\":\"interfaces/globalScope.IRowyRunRequestProps.html#forceRefresh\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"globalScope.IRowyRunRequestProps\"},{\"id\":149,\"kind\":1024,\"name\":\"service\",\"url\":\"interfaces/globalScope.IRowyRunRequestProps.html#service\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"globalScope.IRowyRunRequestProps\"},{\"id\":150,\"kind\":1024,\"name\":\"localhost\",\"url\":\"interfaces/globalScope.IRowyRunRequestProps.html#localhost\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"globalScope.IRowyRunRequestProps\"},{\"id\":151,\"kind\":1024,\"name\":\"route\",\"url\":\"interfaces/globalScope.IRowyRunRequestProps.html#route\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"globalScope.IRowyRunRequestProps\"},{\"id\":152,\"kind\":1024,\"name\":\"body\",\"url\":\"interfaces/globalScope.IRowyRunRequestProps.html#body\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"globalScope.IRowyRunRequestProps\"},{\"id\":153,\"kind\":1024,\"name\":\"params\",\"url\":\"interfaces/globalScope.IRowyRunRequestProps.html#params\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"globalScope.IRowyRunRequestProps\"},{\"id\":154,\"kind\":1024,\"name\":\"json\",\"url\":\"interfaces/globalScope.IRowyRunRequestProps.html#json\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"globalScope.IRowyRunRequestProps\"},{\"id\":155,\"kind\":1024,\"name\":\"signal\",\"url\":\"interfaces/globalScope.IRowyRunRequestProps.html#signal\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"globalScope.IRowyRunRequestProps\"},{\"id\":156,\"kind\":2048,\"name\":\"handleNotSetUp\",\"url\":\"interfaces/globalScope.IRowyRunRequestProps.html#handleNotSetUp\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"globalScope.IRowyRunRequestProps\"},{\"id\":157,\"kind\":32,\"name\":\"rowyRunAtom\",\"url\":\"modules/globalScope.html#rowyRunAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":158,\"kind\":32,\"name\":\"rowyRunVersionAtom\",\"url\":\"modules/globalScope.html#rowyRunVersionAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":159,\"kind\":32,\"name\":\"compatibleRowyRunVersionAtom\",\"url\":\"modules/globalScope.html#compatibleRowyRunVersionAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"},{\"id\":160,\"kind\":32,\"name\":\"rowyRunLatestUpdateAtom\",\"url\":\"modules/globalScope.html#rowyRunLatestUpdateAtom\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"globalScope\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"parent\"],\"fieldVectors\":[[\"name/0\",[0,12.06]],[\"parent/0\",[]],[\"name/1\",[0,12.06]],[\"parent/1\",[0,1.2]],[\"name/2\",[1,11.46]],[\"parent/2\",[]],[\"name/3\",[1,11.46]],[\"parent/3\",[1,1.14]],[\"name/4\",[2,46.821]],[\"parent/4\",[0,1.2]],[\"name/5\",[3,46.821]],[\"parent/5\",[0,1.2]],[\"name/6\",[4,46.821]],[\"parent/6\",[0,1.2]],[\"name/7\",[5,46.821]],[\"parent/7\",[0,1.2]],[\"name/8\",[6,46.821]],[\"parent/8\",[0,1.2]],[\"name/9\",[7,46.821]],[\"parent/9\",[0,1.2]],[\"name/10\",[8,46.821]],[\"parent/10\",[0,1.2]],[\"name/11\",[9,46.821]],[\"parent/11\",[0,1.2]],[\"name/12\",[10,46.821]],[\"parent/12\",[0,1.2]],[\"name/13\",[11,46.821]],[\"parent/13\",[0,1.2]],[\"name/14\",[12,46.821]],[\"parent/14\",[0,1.2]],[\"name/15\",[13,46.821]],[\"parent/15\",[0,1.2]],[\"name/16\",[14,46.821]],[\"parent/16\",[0,1.2]],[\"name/17\",[15,46.821]],[\"parent/17\",[0,1.2]],[\"name/18\",[16,46.821]],[\"parent/18\",[0,1.2]],[\"name/19\",[17,46.821]],[\"parent/19\",[0,1.2]],[\"name/20\",[18,46.821]],[\"parent/20\",[0,1.2]],[\"name/21\",[19,46.821]],[\"parent/21\",[0,1.2]],[\"name/22\",[20,28.363]],[\"parent/22\",[21,4.658]],[\"name/23\",[22,46.821]],[\"parent/23\",[0,1.2]],[\"name/24\",[23,46.821]],[\"parent/24\",[0,1.2]],[\"name/25\",[24,41.713]],[\"parent/25\",[25,4.15]],[\"name/26\",[26,41.713]],[\"parent/26\",[25,4.15]],[\"name/27\",[27,46.821]],[\"parent/27\",[0,1.2]],[\"name/28\",[28,46.821]],[\"parent/28\",[0,1.2]],[\"name/29\",[29,46.821]],[\"parent/29\",[30,3.815]],[\"name/30\",[24,41.713]],[\"parent/30\",[30,3.815]],[\"name/31\",[26,41.713]],[\"parent/31\",[30,3.815]],[\"name/32\",[31,46.821]],[\"parent/32\",[0,1.2]],[\"name/33\",[32,46.821]],[\"parent/33\",[0,1.2]],[\"name/34\",[33,46.821]],[\"parent/34\",[0,1.2]],[\"name/35\",[34,46.821]],[\"parent/35\",[35,3.815]],[\"name/36\",[36,41.713]],[\"parent/36\",[35,3.815]],[\"name/37\",[37,46.821]],[\"parent/37\",[35,3.815]],[\"name/38\",[38,46.821]],[\"parent/38\",[0,1.2]],[\"name/39\",[39,46.821]],[\"parent/39\",[0,1.2]],[\"name/40\",[40,46.821]],[\"parent/40\",[0,1.2]],[\"name/41\",[41,41.713]],[\"parent/41\",[42,3.565]],[\"name/42\",[43,46.821]],[\"parent/42\",[42,3.565]],[\"name/43\",[44,46.821]],[\"parent/43\",[42,3.565]],[\"name/44\",[20,28.363]],[\"parent/44\",[42,3.565]],[\"name/45\",[45,46.821]],[\"parent/45\",[0,1.2]],[\"name/46\",[46,46.821]],[\"parent/46\",[0,1.2]],[\"name/47\",[47,41.713]],[\"parent/47\",[48,3.199]],[\"name/48\",[49,46.821]],[\"parent/48\",[48,3.199]],[\"name/49\",[50,46.821]],[\"parent/49\",[48,3.199]],[\"name/50\",[51,46.821]],[\"parent/50\",[48,3.199]],[\"name/51\",[36,41.713]],[\"parent/51\",[48,3.199]],[\"name/52\",[52,46.821]],[\"parent/52\",[48,3.199]],[\"name/53\",[53,46.821]],[\"parent/53\",[0,1.2]],[\"name/54\",[54,46.821]],[\"parent/54\",[0,1.2]],[\"name/55\",[55,46.821]],[\"parent/55\",[0,1.2]],[\"name/56\",[56,46.821]],[\"parent/56\",[0,1.2]],[\"name/57\",[20,28.363]],[\"parent/57\",[57,4.658]],[\"name/58\",[58,35.835]],[\"parent/58\",[59,4.15]],[\"name/59\",[60,46.821]],[\"parent/59\",[59,4.15]],[\"name/60\",[61,46.821]],[\"parent/60\",[0,1.2]],[\"name/61\",[62,46.821]],[\"parent/61\",[0,1.2]],[\"name/62\",[63,46.821]],[\"parent/62\",[0,1.2]],[\"name/63\",[64,46.821]],[\"parent/63\",[0,1.2]],[\"name/64\",[20,28.363]],[\"parent/64\",[65,4.658]],[\"name/65\",[66,46.821]],[\"parent/65\",[67,4.15]],[\"name/66\",[41,41.713]],[\"parent/66\",[67,4.15]],[\"name/67\",[68,46.821]],[\"parent/67\",[0,1.2]],[\"name/68\",[69,46.821]],[\"parent/68\",[0,1.2]],[\"name/69\",[70,46.821]],[\"parent/69\",[0,1.2]],[\"name/70\",[20,28.363]],[\"parent/70\",[71,4.658]],[\"name/71\",[47,41.713]],[\"parent/71\",[72,4.15]],[\"name/72\",[73,46.821]],[\"parent/72\",[72,4.15]],[\"name/73\",[74,46.821]],[\"parent/73\",[0,1.2]],[\"name/74\",[75,46.821]],[\"parent/74\",[0,1.2]],[\"name/75\",[76,46.821]],[\"parent/75\",[0,1.2]],[\"name/76\",[20,28.363]],[\"parent/76\",[77,4.658]],[\"name/77\",[78,46.821]],[\"parent/77\",[79,3.199]],[\"name/78\",[80,46.821]],[\"parent/78\",[79,3.199]],[\"name/79\",[81,46.821]],[\"parent/79\",[79,3.199]],[\"name/80\",[82,46.821]],[\"parent/80\",[79,3.199]],[\"name/81\",[83,46.821]],[\"parent/81\",[79,3.199]],[\"name/82\",[84,46.821]],[\"parent/82\",[79,3.199]],[\"name/83\",[85,46.821]],[\"parent/83\",[0,1.2]],[\"name/84\",[86,46.821]],[\"parent/84\",[1,1.14]],[\"name/85\",[87,46.821]],[\"parent/85\",[1,1.14]],[\"name/86\",[88,46.821]],[\"parent/86\",[1,1.14]],[\"name/87\",[89,46.821]],[\"parent/87\",[1,1.14]],[\"name/88\",[90,46.821]],[\"parent/88\",[1,1.14]],[\"name/89\",[91,46.821]],[\"parent/89\",[1,1.14]],[\"name/90\",[92,46.821]],[\"parent/90\",[1,1.14]],[\"name/91\",[93,46.821]],[\"parent/91\",[1,1.14]],[\"name/92\",[94,46.821]],[\"parent/92\",[1,1.14]],[\"name/93\",[95,46.821]],[\"parent/93\",[1,1.14]],[\"name/94\",[96,46.821]],[\"parent/94\",[1,1.14]],[\"name/95\",[97,46.821]],[\"parent/95\",[1,1.14]],[\"name/96\",[98,46.821]],[\"parent/96\",[1,1.14]],[\"name/97\",[99,46.821]],[\"parent/97\",[1,1.14]],[\"name/98\",[100,46.821]],[\"parent/98\",[1,1.14]],[\"name/99\",[101,46.821]],[\"parent/99\",[1,1.14]],[\"name/100\",[102,46.821]],[\"parent/100\",[1,1.14]],[\"name/101\",[103,46.821]],[\"parent/101\",[1,1.14]],[\"name/102\",[104,46.821]],[\"parent/102\",[1,1.14]],[\"name/103\",[105,46.821]],[\"parent/103\",[1,1.14]],[\"name/104\",[106,46.821]],[\"parent/104\",[1,1.14]],[\"name/105\",[107,46.821]],[\"parent/105\",[1,1.14]],[\"name/106\",[108,46.821]],[\"parent/106\",[1,1.14]],[\"name/107\",[109,46.821]],[\"parent/107\",[1,1.14]],[\"name/108\",[110,46.821]],[\"parent/108\",[1,1.14]],[\"name/109\",[111,46.821]],[\"parent/109\",[1,1.14]],[\"name/110\",[112,46.821]],[\"parent/110\",[1,1.14]],[\"name/111\",[113,46.821]],[\"parent/111\",[1,1.14]],[\"name/112\",[114,46.821]],[\"parent/112\",[1,1.14]],[\"name/113\",[115,46.821]],[\"parent/113\",[1,1.14]],[\"name/114\",[116,46.821]],[\"parent/114\",[1,1.14]],[\"name/115\",[117,46.821]],[\"parent/115\",[1,1.14]],[\"name/116\",[20,28.363]],[\"parent/116\",[118,4.658]],[\"name/117\",[58,35.835]],[\"parent/117\",[119,2.632]],[\"name/118\",[120,46.821]],[\"parent/118\",[119,2.632]],[\"name/119\",[121,41.713]],[\"parent/119\",[119,2.632]],[\"name/120\",[122,46.821]],[\"parent/120\",[119,2.632]],[\"name/121\",[123,46.821]],[\"parent/121\",[119,2.632]],[\"name/122\",[124,46.821]],[\"parent/122\",[119,2.632]],[\"name/123\",[125,46.821]],[\"parent/123\",[119,2.632]],[\"name/124\",[126,46.821]],[\"parent/124\",[119,2.632]],[\"name/125\",[127,46.821]],[\"parent/125\",[119,2.632]],[\"name/126\",[128,46.821]],[\"parent/126\",[119,2.632]],[\"name/127\",[129,46.821]],[\"parent/127\",[119,2.632]],[\"name/128\",[130,46.821]],[\"parent/128\",[1,1.14]],[\"name/129\",[131,46.821]],[\"parent/129\",[1,1.14]],[\"name/130\",[20,28.363]],[\"parent/130\",[132,4.658]],[\"name/131\",[58,35.835]],[\"parent/131\",[133,3.815]],[\"name/132\",[134,46.821]],[\"parent/132\",[133,3.815]],[\"name/133\",[135,46.821]],[\"parent/133\",[133,3.815]],[\"name/134\",[136,46.821]],[\"parent/134\",[1,1.14]],[\"name/135\",[137,46.821]],[\"parent/135\",[1,1.14]],[\"name/136\",[20,28.363]],[\"parent/136\",[138,4.658]],[\"name/137\",[58,35.835]],[\"parent/137\",[139,3.815]],[\"name/138\",[140,46.821]],[\"parent/138\",[139,3.815]],[\"name/139\",[141,46.821]],[\"parent/139\",[139,3.815]],[\"name/140\",[142,46.821]],[\"parent/140\",[1,1.14]],[\"name/141\",[143,46.821]],[\"parent/141\",[1,1.14]],[\"name/142\",[144,46.821]],[\"parent/142\",[1,1.14]],[\"name/143\",[145,46.821]],[\"parent/143\",[1,1.14]],[\"name/144\",[146,46.821]],[\"parent/144\",[1,1.14]],[\"name/145\",[147,46.821]],[\"parent/145\",[1,1.14]],[\"name/146\",[148,46.821]],[\"parent/146\",[1,1.14]],[\"name/147\",[149,46.821]],[\"parent/147\",[1,1.14]],[\"name/148\",[150,46.821]],[\"parent/148\",[151,2.822]],[\"name/149\",[152,46.821]],[\"parent/149\",[151,2.822]],[\"name/150\",[153,46.821]],[\"parent/150\",[151,2.822]],[\"name/151\",[154,46.821]],[\"parent/151\",[151,2.822]],[\"name/152\",[121,41.713]],[\"parent/152\",[151,2.822]],[\"name/153\",[155,46.821]],[\"parent/153\",[151,2.822]],[\"name/154\",[156,46.821]],[\"parent/154\",[151,2.822]],[\"name/155\",[157,46.821]],[\"parent/155\",[151,2.822]],[\"name/156\",[158,46.821]],[\"parent/156\",[151,2.822]],[\"name/157\",[159,46.821]],[\"parent/157\",[1,1.14]],[\"name/158\",[160,46.821]],[\"parent/158\",[1,1.14]],[\"name/159\",[161,46.821]],[\"parent/159\",[1,1.14]],[\"name/160\",[162,46.821]],[\"parent/160\",[1,1.14]]],\"invertedIndex\":[[\"__type\",{\"_index\":20,\"name\":{\"22\":{},\"44\":{},\"57\":{},\"64\":{},\"70\":{},\"76\":{},\"116\":{},\"130\":{},\"136\":{}},\"parent\":{}}],[\"_bulkwritedbatom\",{\"_index\":18,\"name\":{\"20\":{}},\"parent\":{}}],[\"_deleterowdbatom\",{\"_index\":17,\"name\":{\"19\":{}},\"parent\":{}}],[\"_updaterowdbatom\",{\"_index\":16,\"name\":{\"18\":{}},\"parent\":{}}],[\"addcolumnatom\",{\"_index\":27,\"name\":{\"27\":{}},\"parent\":{}}],[\"additionaltablesettings\",{\"_index\":96,\"name\":{\"94\":{}},\"parent\":{}}],[\"addrowatom\",{\"_index\":38,\"name\":{\"38\":{}},\"parent\":{}}],[\"allusersatom\",{\"_index\":103,\"name\":{\"101\":{}},\"parent\":{}}],[\"altpressatom\",{\"_index\":113,\"name\":{\"111\":{}},\"parent\":{}}],[\"auditchangeatom\",{\"_index\":22,\"name\":{\"23\":{}},\"parent\":{}}],[\"auditchangefunction\",{\"_index\":19,\"name\":{\"21\":{}},\"parent\":{}}],[\"auditrowid\",{\"_index\":83,\"name\":{\"81\":{}},\"parent\":{}}],[\"body\",{\"_index\":121,\"name\":{\"119\":{},\"152\":{}},\"parent\":{}}],[\"buildlogexpanded\",{\"_index\":84,\"name\":{\"82\":{}},\"parent\":{}}],[\"bulkaddrowsatom\",{\"_index\":45,\"name\":{\"45\":{}},\"parent\":{}}],[\"cancel\",{\"_index\":127,\"name\":{\"125\":{}},\"parent\":{}}],[\"cloudlogfilters\",{\"_index\":76,\"name\":{\"75\":{}},\"parent\":{}}],[\"cloudlogfiltersatom\",{\"_index\":85,\"name\":{\"83\":{}},\"parent\":{}}],[\"collection\",{\"_index\":43,\"name\":{\"42\":{}},\"parent\":{}}],[\"columnkey\",{\"_index\":73,\"name\":{\"72\":{}},\"parent\":{}}],[\"columnmenuatom\",{\"_index\":54,\"name\":{\"54\":{}},\"parent\":{}}],[\"columnmodalatom\",{\"_index\":55,\"name\":{\"55\":{}},\"parent\":{}}],[\"columns\",{\"_index\":66,\"name\":{\"65\":{}},\"parent\":{}}],[\"compatiblerowyrunversionatom\",{\"_index\":161,\"name\":{\"159\":{}},\"parent\":{}}],[\"config\",{\"_index\":24,\"name\":{\"25\":{},\"30\":{}},\"parent\":{}}],[\"confirm\",{\"_index\":123,\"name\":{\"121\":{}},\"parent\":{}}],[\"confirmationcommand\",{\"_index\":124,\"name\":{\"122\":{}},\"parent\":{}}],[\"confirmcolor\",{\"_index\":125,\"name\":{\"123\":{}},\"parent\":{}}],[\"confirmdialogatom\",{\"_index\":130,\"name\":{\"128\":{}},\"parent\":{}}],[\"confirmdialogprops\",{\"_index\":117,\"name\":{\"115\":{}},\"parent\":{}}],[\"contextmenutargetatom\",{\"_index\":75,\"name\":{\"74\":{}},\"parent\":{}}],[\"createtableatom\",{\"_index\":97,\"name\":{\"95\":{}},\"parent\":{}}],[\"currentuseratom\",{\"_index\":86,\"name\":{\"84\":{}},\"parent\":{}}],[\"customizedthemesatom\",{\"_index\":112,\"name\":{\"110\":{}},\"parent\":{}}],[\"data\",{\"_index\":141,\"name\":{\"139\":{}},\"parent\":{}}],[\"defaultquery\",{\"_index\":60,\"name\":{\"59\":{}},\"parent\":{}}],[\"deletecolumnatom\",{\"_index\":32,\"name\":{\"33\":{}},\"parent\":{}}],[\"deletefield\",{\"_index\":51,\"name\":{\"50\":{}},\"parent\":{}}],[\"deleterowatom\",{\"_index\":39,\"name\":{\"39\":{}},\"parent\":{}}],[\"deletetableatom\",{\"_index\":100,\"name\":{\"98\":{}},\"parent\":{}}],[\"disablecheckequality\",{\"_index\":52,\"name\":{\"52\":{}},\"parent\":{}}],[\"feature\",{\"_index\":134,\"name\":{\"132\":{}},\"parent\":{}}],[\"fieldname\",{\"_index\":49,\"name\":{\"48\":{}},\"parent\":{}}],[\"forcerefresh\",{\"_index\":150,\"name\":{\"148\":{}},\"parent\":{}}],[\"functionsindexatom\",{\"_index\":105,\"name\":{\"103\":{}},\"parent\":{}}],[\"gettableschemaatom\",{\"_index\":101,\"name\":{\"99\":{}},\"parent\":{}}],[\"globalscope\",{\"_index\":1,\"name\":{\"2\":{},\"3\":{}},\"parent\":{\"3\":{},\"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\":{},\"128\":{},\"129\":{},\"134\":{},\"135\":{},\"140\":{},\"141\":{},\"142\":{},\"143\":{},\"144\":{},\"145\":{},\"146\":{},\"147\":{},\"157\":{},\"158\":{},\"159\":{},\"160\":{}}}],[\"globalscope.confirmdialogprops\",{\"_index\":118,\"name\":{},\"parent\":{\"116\":{}}}],[\"globalscope.confirmdialogprops.__type\",{\"_index\":119,\"name\":{},\"parent\":{\"117\":{},\"118\":{},\"119\":{},\"120\":{},\"121\":{},\"122\":{},\"123\":{},\"124\":{},\"125\":{},\"126\":{},\"127\":{}}}],[\"globalscope.irowyrunrequestprops\",{\"_index\":151,\"name\":{},\"parent\":{\"148\":{},\"149\":{},\"150\":{},\"151\":{},\"152\":{},\"153\":{},\"154\":{},\"155\":{},\"156\":{}}}],[\"globalscope.rowyrunmodalstate\",{\"_index\":132,\"name\":{},\"parent\":{\"130\":{}}}],[\"globalscope.rowyrunmodalstate.__type\",{\"_index\":133,\"name\":{},\"parent\":{\"131\":{},\"132\":{},\"133\":{}}}],[\"globalscope.tablesettingsdialogstate\",{\"_index\":138,\"name\":{},\"parent\":{\"136\":{}}}],[\"globalscope.tablesettingsdialogstate.__type\",{\"_index\":139,\"name\":{},\"parent\":{\"137\":{},\"138\":{},\"139\":{}}}],[\"handlecancel\",{\"_index\":126,\"name\":{\"124\":{}},\"parent\":{}}],[\"handleconfirm\",{\"_index\":122,\"name\":{\"120\":{}},\"parent\":{}}],[\"handlenotsetup\",{\"_index\":158,\"name\":{\"156\":{}},\"parent\":{}}],[\"hidecancel\",{\"_index\":128,\"name\":{\"126\":{}},\"parent\":{}}],[\"iaddcolumnoptions\",{\"_index\":23,\"name\":{\"24\":{}},\"parent\":{}}],[\"iaddrowoptions\",{\"_index\":33,\"name\":{\"34\":{}},\"parent\":{}}],[\"ibulkaddrowsoptions\",{\"_index\":40,\"name\":{\"40\":{}},\"parent\":{}}],[\"ignorerequiredfields\",{\"_index\":36,\"name\":{\"36\":{},\"51\":{}},\"parent\":{}}],[\"importcsvatom\",{\"_index\":68,\"name\":{\"67\":{}},\"parent\":{}}],[\"importcsvdata\",{\"_index\":64,\"name\":{\"63\":{}},\"parent\":{}}],[\"index\",{\"_index\":26,\"name\":{\"26\":{},\"31\":{}},\"parent\":{}}],[\"irowyrunrequestprops\",{\"_index\":149,\"name\":{\"147\":{}},\"parent\":{}}],[\"iupdatecolumnoptions\",{\"_index\":28,\"name\":{\"28\":{}},\"parent\":{}}],[\"iupdatefieldoptions\",{\"_index\":46,\"name\":{\"46\":{}},\"parent\":{}}],[\"json\",{\"_index\":156,\"name\":{\"154\":{}},\"parent\":{}}],[\"jsoneditoratom\",{\"_index\":148,\"name\":{\"146\":{}},\"parent\":{}}],[\"key\",{\"_index\":29,\"name\":{\"29\":{}},\"parent\":{}}],[\"localhost\",{\"_index\":153,\"name\":{\"150\":{}},\"parent\":{}}],[\"maxwidth\",{\"_index\":129,\"name\":{\"127\":{}},\"parent\":{}}],[\"minimumtablesettings\",{\"_index\":98,\"name\":{\"96\":{}},\"parent\":{}}],[\"mode\",{\"_index\":140,\"name\":{\"138\":{}},\"parent\":{}}],[\"navopenatom\",{\"_index\":114,\"name\":{\"112\":{}},\"parent\":{}}],[\"navpinnedatom\",{\"_index\":115,\"name\":{\"113\":{}},\"parent\":{}}],[\"onbatchcommit\",{\"_index\":44,\"name\":{\"43\":{}},\"parent\":{}}],[\"open\",{\"_index\":58,\"name\":{\"58\":{},\"117\":{},\"131\":{},\"137\":{}},\"parent\":{}}],[\"params\",{\"_index\":155,\"name\":{\"153\":{}},\"parent\":{}}],[\"path\",{\"_index\":47,\"name\":{\"47\":{},\"71\":{}},\"parent\":{}}],[\"projectidatom\",{\"_index\":88,\"name\":{\"86\":{}},\"parent\":{}}],[\"projectrolesatom\",{\"_index\":102,\"name\":{\"100\":{}},\"parent\":{}}],[\"projectsettings\",{\"_index\":92,\"name\":{\"90\":{}},\"parent\":{}}],[\"projectsettingsatom\",{\"_index\":93,\"name\":{\"91\":{}},\"parent\":{}}],[\"publicsettings\",{\"_index\":89,\"name\":{\"87\":{}},\"parent\":{}}],[\"publicsettingsatom\",{\"_index\":90,\"name\":{\"88\":{}},\"parent\":{}}],[\"route\",{\"_index\":154,\"name\":{\"151\":{}},\"parent\":{}}],[\"row\",{\"_index\":34,\"name\":{\"35\":{}},\"parent\":{}}],[\"rows\",{\"_index\":41,\"name\":{\"41\":{},\"66\":{}},\"parent\":{}}],[\"rowyrunatom\",{\"_index\":159,\"name\":{\"157\":{}},\"parent\":{}}],[\"rowyrunlatestupdateatom\",{\"_index\":162,\"name\":{\"160\":{}},\"parent\":{}}],[\"rowyrunmodalatom\",{\"_index\":136,\"name\":{\"134\":{}},\"parent\":{}}],[\"rowyrunmodalstate\",{\"_index\":131,\"name\":{\"129\":{}},\"parent\":{}}],[\"rowyrunversionatom\",{\"_index\":160,\"name\":{\"158\":{}},\"parent\":{}}],[\"selectedcell\",{\"_index\":70,\"name\":{\"69\":{}},\"parent\":{}}],[\"selectedcellatom\",{\"_index\":74,\"name\":{\"73\":{}},\"parent\":{}}],[\"service\",{\"_index\":152,\"name\":{\"149\":{}},\"parent\":{}}],[\"setid\",{\"_index\":37,\"name\":{\"37\":{}},\"parent\":{}}],[\"severity\",{\"_index\":81,\"name\":{\"79\":{}},\"parent\":{}}],[\"sidedraweropenatom\",{\"_index\":69,\"name\":{\"68\":{}},\"parent\":{}}],[\"sidedrawershowhiddenfieldsatom\",{\"_index\":62,\"name\":{\"61\":{}},\"parent\":{}}],[\"signal\",{\"_index\":157,\"name\":{\"155\":{}},\"parent\":{}}],[\"tableaddrowidtypeatom\",{\"_index\":145,\"name\":{\"143\":{}},\"parent\":{}}],[\"tablecolumnsorderedatom\",{\"_index\":6,\"name\":{\"8\":{}},\"parent\":{}}],[\"tablecolumnsreducer\",{\"_index\":7,\"name\":{\"9\":{}},\"parent\":{}}],[\"tabledescriptiondismissedatom\",{\"_index\":147,\"name\":{\"145\":{}},\"parent\":{}}],[\"tablefiltersatom\",{\"_index\":8,\"name\":{\"10\":{}},\"parent\":{}}],[\"tablefilterspopoveratom\",{\"_index\":61,\"name\":{\"60\":{}},\"parent\":{}}],[\"tablefilterspopoverstate\",{\"_index\":56,\"name\":{\"56\":{}},\"parent\":{}}],[\"tableidatom\",{\"_index\":2,\"name\":{\"4\":{}},\"parent\":{}}],[\"tablemodalatom\",{\"_index\":63,\"name\":{\"62\":{}},\"parent\":{}}],[\"tablenextpageatom\",{\"_index\":15,\"name\":{\"17\":{}},\"parent\":{}}],[\"tableordersatom\",{\"_index\":9,\"name\":{\"11\":{}},\"parent\":{}}],[\"tableoutoforderdismissedatom\",{\"_index\":146,\"name\":{\"144\":{}},\"parent\":{}}],[\"tablepageatom\",{\"_index\":11,\"name\":{\"13\":{}},\"parent\":{}}],[\"tablepagehashatom\",{\"_index\":10,\"name\":{\"12\":{}},\"parent\":{}}],[\"tablerowsatom\",{\"_index\":14,\"name\":{\"16\":{}},\"parent\":{}}],[\"tablerowsdbatom\",{\"_index\":13,\"name\":{\"15\":{}},\"parent\":{}}],[\"tablerowslocalatom\",{\"_index\":12,\"name\":{\"14\":{}},\"parent\":{}}],[\"tablesatom\",{\"_index\":95,\"name\":{\"93\":{}},\"parent\":{}}],[\"tableschemaatom\",{\"_index\":4,\"name\":{\"6\":{}},\"parent\":{}}],[\"tablescope\",{\"_index\":0,\"name\":{\"0\":{},\"1\":{}},\"parent\":{\"1\":{},\"4\":{},\"5\":{},\"6\":{},\"7\":{},\"8\":{},\"9\":{},\"10\":{},\"11\":{},\"12\":{},\"13\":{},\"14\":{},\"15\":{},\"16\":{},\"17\":{},\"18\":{},\"19\":{},\"20\":{},\"21\":{},\"23\":{},\"24\":{},\"27\":{},\"28\":{},\"32\":{},\"33\":{},\"34\":{},\"38\":{},\"39\":{},\"40\":{},\"45\":{},\"46\":{},\"53\":{},\"54\":{},\"55\":{},\"56\":{},\"60\":{},\"61\":{},\"62\":{},\"63\":{},\"67\":{},\"68\":{},\"69\":{},\"73\":{},\"74\":{},\"75\":{},\"83\":{}}}],[\"tablescope.auditchangefunction\",{\"_index\":21,\"name\":{},\"parent\":{\"22\":{}}}],[\"tablescope.cloudlogfilters\",{\"_index\":77,\"name\":{},\"parent\":{\"76\":{}}}],[\"tablescope.cloudlogfilters.__type\",{\"_index\":79,\"name\":{},\"parent\":{\"77\":{},\"78\":{},\"79\":{},\"80\":{},\"81\":{},\"82\":{}}}],[\"tablescope.iaddcolumnoptions\",{\"_index\":25,\"name\":{},\"parent\":{\"25\":{},\"26\":{}}}],[\"tablescope.iaddrowoptions\",{\"_index\":35,\"name\":{},\"parent\":{\"35\":{},\"36\":{},\"37\":{}}}],[\"tablescope.ibulkaddrowsoptions\",{\"_index\":42,\"name\":{},\"parent\":{\"41\":{},\"42\":{},\"43\":{},\"44\":{}}}],[\"tablescope.importcsvdata\",{\"_index\":65,\"name\":{},\"parent\":{\"64\":{}}}],[\"tablescope.importcsvdata.__type\",{\"_index\":67,\"name\":{},\"parent\":{\"65\":{},\"66\":{}}}],[\"tablescope.iupdatecolumnoptions\",{\"_index\":30,\"name\":{},\"parent\":{\"29\":{},\"30\":{},\"31\":{}}}],[\"tablescope.iupdatefieldoptions\",{\"_index\":48,\"name\":{},\"parent\":{\"47\":{},\"48\":{},\"49\":{},\"50\":{},\"51\":{},\"52\":{}}}],[\"tablescope.selectedcell\",{\"_index\":71,\"name\":{},\"parent\":{\"70\":{}}}],[\"tablescope.selectedcell.__type\",{\"_index\":72,\"name\":{},\"parent\":{\"71\":{},\"72\":{}}}],[\"tablescope.tablefilterspopoverstate\",{\"_index\":57,\"name\":{},\"parent\":{\"57\":{}}}],[\"tablescope.tablefilterspopoverstate.__type\",{\"_index\":59,\"name\":{},\"parent\":{\"58\":{},\"59\":{}}}],[\"tablesettingsatom\",{\"_index\":3,\"name\":{\"5\":{}},\"parent\":{}}],[\"tablesettingsdialogatom\",{\"_index\":142,\"name\":{\"140\":{}},\"parent\":{}}],[\"tablesettingsdialogidatom\",{\"_index\":143,\"name\":{\"141\":{}},\"parent\":{}}],[\"tablesettingsdialogschemaatom\",{\"_index\":144,\"name\":{\"142\":{}},\"parent\":{}}],[\"tablesettingsdialogstate\",{\"_index\":137,\"name\":{\"135\":{}},\"parent\":{}}],[\"tablesviewatom\",{\"_index\":116,\"name\":{\"114\":{}},\"parent\":{}}],[\"themeatom\",{\"_index\":110,\"name\":{\"108\":{}},\"parent\":{}}],[\"themeoverriddenatom\",{\"_index\":111,\"name\":{\"109\":{}},\"parent\":{}}],[\"timerange\",{\"_index\":80,\"name\":{\"78\":{}},\"parent\":{}}],[\"title\",{\"_index\":120,\"name\":{\"118\":{}},\"parent\":{}}],[\"type\",{\"_index\":78,\"name\":{\"77\":{}},\"parent\":{}}],[\"updatecolumnatom\",{\"_index\":31,\"name\":{\"32\":{}},\"parent\":{}}],[\"updatefieldatom\",{\"_index\":53,\"name\":{\"53\":{}},\"parent\":{}}],[\"updatefunctionatom\",{\"_index\":106,\"name\":{\"104\":{}},\"parent\":{}}],[\"updateprojectsettingsatom\",{\"_index\":94,\"name\":{\"92\":{}},\"parent\":{}}],[\"updatepublicsettingsatom\",{\"_index\":91,\"name\":{\"89\":{}},\"parent\":{}}],[\"updatetableatom\",{\"_index\":99,\"name\":{\"97\":{}},\"parent\":{}}],[\"updatetableschemaatom\",{\"_index\":5,\"name\":{\"7\":{}},\"parent\":{}}],[\"updateuseratom\",{\"_index\":104,\"name\":{\"102\":{}},\"parent\":{}}],[\"updateusersettingsatom\",{\"_index\":109,\"name\":{\"107\":{}},\"parent\":{}}],[\"userrolesatom\",{\"_index\":87,\"name\":{\"85\":{}},\"parent\":{}}],[\"usersettings\",{\"_index\":107,\"name\":{\"105\":{}},\"parent\":{}}],[\"usersettingsatom\",{\"_index\":108,\"name\":{\"106\":{}},\"parent\":{}}],[\"value\",{\"_index\":50,\"name\":{\"49\":{}},\"parent\":{}}],[\"version\",{\"_index\":135,\"name\":{\"133\":{}},\"parent\":{}}],[\"webhook\",{\"_index\":82,\"name\":{\"80\":{}},\"parent\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/typedoc/assets/style.css b/typedoc/assets/style.css new file mode 100644 index 000000000..6127b27cd --- /dev/null +++ b/typedoc/assets/style.css @@ -0,0 +1,1414 @@ +@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: 0.25em 0.4em; + border-radius: 4px; + color: var(--color-comment-tag-text); + background-color: var(--color-comment-tag); + text-indent: 0; + font-size: 75%; + line-height: 1; + 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/typedoc/assets/widgets.png b/typedoc/assets/widgets.png new file mode 100644 index 000000000..c7380532a Binary files /dev/null and b/typedoc/assets/widgets.png differ diff --git a/typedoc/assets/widgets@2x.png b/typedoc/assets/widgets@2x.png new file mode 100644 index 000000000..4bbbd5727 Binary files /dev/null and b/typedoc/assets/widgets@2x.png differ diff --git a/typedoc/index.html b/typedoc/index.html new file mode 100644 index 000000000..028e6fa74 --- /dev/null +++ b/typedoc/index.html @@ -0,0 +1,145 @@ +rowy
Options
All
  • Public
  • Public/Protected
  • All
Menu

rowy

+Rowy +

+ +

+✨ Data x Code ✨
+

+

+Modern Backend Stack +

+

+Forget CLIs, configs, and DevOps. Focus on building your apps with a platform designed for developer productivity. Your production database (Firestore) in an Airtable-like UI with full coding extensibility via Cloud Functions visually in the browser. +

+ +
+ +

Discord

+

+ Website • + Documentation • + Discord • + Twitter +

+ +

License +Last commit +GitHub stars

+
+ + + + +

Live Demo

+
+

💥 Check out the live demo of Rowy 💥

+ + +

Quick Deploy

+
+

Set up Rowy on your Google Cloud Platform project with this easy deploy button.

+

Run on Google Cloud

+

https://deploy.rowy.app/

+ + +

Documentation

+
+

You can find the full documentation with how-to guides and templates +here.

+ + +

Features

+
+

https://user-images.githubusercontent.com/307298/157185793-f67511cd-7b7b-4229-9589-d7defbf7a63f.mp4

+ + + +

Powerful spreadsheet interface for Firestore

+
+
    +
  • CRUD operations
  • +
  • Sort and filter by row values
  • +
  • Lock, Freeze, Resize, Hide and Rename columns
  • +
  • Multiple views for the same collection
  • +
  • Bulk import or export data - csv, json
  • +
+ + +

Automate with cloud functions and ready made extensions

+
+
    +
  • Effortlessly build cloud functions on field level triggers right in the browser
      +
    • Use any NPM modules or APIs
    • +
    +
  • +
  • Connect to your favourite tool with pre-built extensions or create your own
      +
    • SendGrid, Algolia, Twilio, Bigquery and more
    • +
    +
  • +
+ + +

Rich and flexible data fields

+
+
    +
  • 30+ fields supported
      +
    • Basic types: Short Text, Long Text, Email, Phone, URL…
    • +
    • Custom UI pickers: Date, Checkbox, Single Select, Multi Select…
    • +
    • Uploaders: Image, File
    • +
    • Rich Editors: JSON, Code, Rich Text (HTML)
    • +
    +
  • +
  • Data validation, default values, required fields
  • +
  • Action field: Clickable trigger for any Cloud Function
  • +
  • Aggregate field: Populate cell with value aggregated from the row’s sub-table
  • +
  • Connect Table: Get snapshot of data from another data table using Algolia
  • +
  • Connect Service: Get data from any HTTP endpoint
  • +
+ + +

Collaborate with your team

+
+
    +
  • Granular table-level and field-level permission control
    with custom user roles
  • +
  • Built in user management
  • +
  • Customizable views for different user roles
  • +
+ + +

Install

+
+

Set up Rowy on your Google Cloud project with this one-click deploy button. Your data and cloud functions stay on your own Firestore/GCP.

+

Run on Google Cloud

+

The one-click deploy makes the process of setting up easy with a step by step +guide and ensures your project is setup correctly.

+

It deploys Rowy Run, an open-source Cloud +Run instance that operates exclusively on your GCP project. So we never have +access to your service account or any of your data.

+

Alternatively, you can manually install by +following this guide.

+ + +

Roadmap

+
+

View our roadmap on Rowy - Upvote, downvote, share your thoughts!

+

If you'd like to propose a feature, submit an issue here.

+ + +

Support the project

+
+ + + +

Help

+
+ +

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/typedoc/interfaces/globalScope.IRowyRunRequestProps.html b/typedoc/interfaces/globalScope.IRowyRunRequestProps.html new file mode 100644 index 000000000..c240017cc --- /dev/null +++ b/typedoc/interfaces/globalScope.IRowyRunRequestProps.html @@ -0,0 +1,13 @@ +IRowyRunRequestProps | rowy
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRowyRunRequestProps

Hierarchy

  • IRowyRunRequestProps

Index

Properties

body?: any
forceRefresh?: boolean
+

Optionally force refresh the token

+
json?: boolean
+

Parse response as JSON. Default: true

+
localhost?: boolean
+

Optionally use Rowy Run instance on localhost

+
params?: string[]
+

Params appended to the URL. Will be transforme to a /-separated string.

+
route: RunRoute
service?: "hooks" | "builder"
signal?: AbortSignal
+

Optionally pass an abort signal to abort the request

+

Methods

  • handleNotSetUp(): void

Legend

  • Variable
  • Function
  • Type alias
  • Interface
  • Property
  • Method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/typedoc/interfaces/tableScope.IAddColumnOptions.html b/typedoc/interfaces/tableScope.IAddColumnOptions.html new file mode 100644 index 000000000..f4cf534c1 --- /dev/null +++ b/typedoc/interfaces/tableScope.IAddColumnOptions.html @@ -0,0 +1,5 @@ +IAddColumnOptions | rowy
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAddColumnOptions

Hierarchy

  • IAddColumnOptions

Index

Properties

Properties

config: Omit<ColumnConfig, "index">
+

Column config to add. config.index is ignored

+
index?: number
+

Index to add column at. If undefined, adds to end

+

Legend

  • Variable
  • Function
  • Type alias
  • Interface
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/typedoc/interfaces/tableScope.IAddRowOptions.html b/typedoc/interfaces/tableScope.IAddRowOptions.html new file mode 100644 index 000000000..f33cfb374 --- /dev/null +++ b/typedoc/interfaces/tableScope.IAddRowOptions.html @@ -0,0 +1,7 @@ +IAddRowOptions | rowy
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAddRowOptions

Hierarchy

  • IAddRowOptions

Index

Properties

ignoreRequiredFields?: boolean
+

If true, ignores checking required fields have values

+
row: TableRow | TableRow[]
+

The row or array of rows to add

+
setId?: "random" | "decrement"
+

Optionally overwite the IDs in the provided rows

+

Legend

  • Variable
  • Function
  • Type alias
  • Interface
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/typedoc/interfaces/tableScope.IBulkAddRowsOptions.html b/typedoc/interfaces/tableScope.IBulkAddRowsOptions.html new file mode 100644 index 000000000..9452caf21 --- /dev/null +++ b/typedoc/interfaces/tableScope.IBulkAddRowsOptions.html @@ -0,0 +1 @@ +IBulkAddRowsOptions | rowy
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBulkAddRowsOptions

Hierarchy

  • IBulkAddRowsOptions

Index

Properties

collection: string
onBatchCommit?: ((batchNumber: number) => void)

Type declaration

    • (batchNumber: number): void
    • Parameters

      • batchNumber: number

      Returns void

rows: (undefined | TableRow)[]

Legend

  • Variable
  • Function
  • Type alias
  • Interface
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/typedoc/interfaces/tableScope.IUpdateColumnOptions.html b/typedoc/interfaces/tableScope.IUpdateColumnOptions.html new file mode 100644 index 000000000..e1e77d004 --- /dev/null +++ b/typedoc/interfaces/tableScope.IUpdateColumnOptions.html @@ -0,0 +1,7 @@ +IUpdateColumnOptions | rowy
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IUpdateColumnOptions

Hierarchy

  • IUpdateColumnOptions

Index

Properties

Properties

config: Partial<ColumnConfig>
+

Partial column config to add. config.index is ignored

+
index?: number
+

If passed, reorders the column to the index

+
key: string
+

Unique key of column to update

+

Legend

  • Variable
  • Function
  • Type alias
  • Interface
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/typedoc/interfaces/tableScope.IUpdateFieldOptions.html b/typedoc/interfaces/tableScope.IUpdateFieldOptions.html new file mode 100644 index 000000000..387968eab --- /dev/null +++ b/typedoc/interfaces/tableScope.IUpdateFieldOptions.html @@ -0,0 +1,13 @@ +IUpdateFieldOptions | rowy
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IUpdateFieldOptions

Hierarchy

  • IUpdateFieldOptions

Index

Properties

deleteField?: boolean
+

Optionally, delete the field with fieldName. Use dot notation to access nested fields.

+
disableCheckEquality?: boolean
+

Optionally, disable checking if the updated value is equal to the current value. By default, we skip the update if they’re equal.

+
fieldName: string
+

The field name to update. Use dot notation to access nested fields.

+
ignoreRequiredFields?: boolean
+

If true, ignores checking required fields have values

+
path: string
+

The path to the row to update

+
value: any
+

The value to write

+

Legend

  • Variable
  • Function
  • Type alias
  • Interface
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/typedoc/modules.html b/typedoc/modules.html new file mode 100644 index 000000000..83241ced2 --- /dev/null +++ b/typedoc/modules.html @@ -0,0 +1 @@ +rowy
Options
All
  • Public
  • Public/Protected
  • All
Menu

rowy

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/typedoc/modules/globalScope.html b/typedoc/modules/globalScope.html new file mode 100644 index 000000000..527c6caec --- /dev/null +++ b/typedoc/modules/globalScope.html @@ -0,0 +1,138 @@ +globalScope | rowy
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module globalScope

Index

Type Aliases

AdditionalTableSettings: Partial<{ _initialColumns: Record<FieldType, boolean>; _schema: TableSchema; _schemaSource: string; _suggestedRules: string }>
+

Additional table settings that can be passed to write functions +but are not written to the settings document

+
ConfirmDialogProps: { body?: React.ReactNode; cancel?: string; confirm?: string | JSX.Element; confirmColor?: ButtonProps["color"]; confirmationCommand?: string; hideCancel?: boolean; maxWidth?: DialogProps["maxWidth"]; open: boolean; title?: string; handleCancel?: any; handleConfirm?: any }

Type declaration

  • Optional body?: React.ReactNode
    +

    Pass a string to display basic styled text

    +
  • Optional cancel?: string
    +

    Optionally override cancel button text

    +
  • Optional confirm?: string | JSX.Element
    +

    Optionally override confirm button text

    +
  • Optional confirmColor?: ButtonProps["color"]
    +

    Optionally set confirm button color

    +
  • Optional confirmationCommand?: string
    +

    Optionally require user to type this string to enable the confirm button

    +
  • Optional hideCancel?: boolean
    +

    Optionally hide cancel button

    +
  • Optional maxWidth?: DialogProps["maxWidth"]
    +

    Optionally set dialog max width

    +
  • open: boolean
  • Optional title?: string
  • handleCancel?:function
    • handleCancel(): void
  • handleConfirm?:function
    • handleConfirm(): void
MinimumTableSettings: { id: TableSettings["id"]; tableType: TableSettings["tableType"] } & Partial<TableSettings>
+

Minimum amount of table settings required to be passed to updateTable to +idetify the table and schema doc

+
ProjectSettings: Partial<{ rowyRunBuildStatus: "BUILDING" | "COMPLETE"; rowyRunRegion: string; rowyRunUrl: string; services: Partial<{ builder: string; hooks: string; terminal: string }>; setupCompleted: boolean; tables: TableSettings[] }>
+

Project settings are visible to authenticated users

+
PublicSettings: Partial<{ signInOptions: ("google" | "twitter" | "facebook" | "github" | "microsoft" | "apple" | "yahoo" | "email" | "phone" | "anonymous")[]; theme: Record<"base" | "light" | "dark", ThemeOptions> }>
+

Public settings are visible to unauthenticated users

+
RowyRunModalState: { feature: string; open: boolean; version: string }

Type declaration

  • feature: string
  • open: boolean
  • version: string
TableSettingsDialogState: { data: TableSettings | null; mode: "create" | "update"; open: boolean }

Type declaration

  • data: TableSettings | null
  • mode: "create" | "update"
  • open: boolean
UserSettings: Partial<{ _rowy_ref: TableRowRef; favoriteTables: string[]; roles: string[]; tables: Record<string, Partial<{ filters: TableFilter[]; hiddenFields: string[] }>>; theme: Record<"base" | "light" | "dark", ThemeOptions>; user: { displayName?: string; email: string; phoneNumber?: string; photoURL?: string } }>
+

User info and settings

+

Variables

FunctionsIndexAtom: Atom<FunctionSettings[]> & { onMount?: OnMount<SetStateAction<FunctionSettings[]>, void>; write: Write<SetStateAction<FunctionSettings[]>, void> } & WithInitialValue<FunctionSettings[]> = ...
+

Functions home page: all functions

+
allUsersAtom: Atom<Partial<{ _rowy_ref: TableRowRef; favoriteTables: string[]; roles: string[]; tables: Record<string, Partial<{ filters: TableFilter[]; hiddenFields: string[] }>>; theme: Record<"base" | "light" | "dark", ThemeOptions>; user: { displayName?: string; email: string; phoneNumber?: string; photoURL?: string } }>[]> & { onMount?: OnMount<SetStateAction<Partial<{ _rowy_ref: TableRowRef; favoriteTables: string[]; roles: string[]; tables: Record<string, Partial<{ filters: TableFilter[]; hiddenFields: string[] }>>; theme: Record<"base" | "light" | "dark", ThemeOptions>; user: { displayName?: string; email: string; phoneNumber?: string; photoURL?: string } }>[]>, void>; write: Write<SetStateAction<Partial<{ _rowy_ref: TableRowRef; favoriteTables: string[]; roles: string[]; tables: Record<string, Partial<{ filters: TableFilter[]; hiddenFields: string[] }>>; theme: Record<"base" | "light" | "dark", ThemeOptions>; user: { displayName?: string; email: string; phoneNumber?: string; photoURL?: string } }>[]>, void> } & WithInitialValue<Partial<{ _rowy_ref: TableRowRef; favoriteTables: string[]; roles: string[]; tables: Record<string, Partial<{ filters: TableFilter[]; hiddenFields: string[] }>>; theme: Record<"base" | "light" | "dark", ThemeOptions>; user: { displayName?: string; email: string; phoneNumber?: string; photoURL?: string } }>[]> = ...
+

User management page: all users

+
altPressAtom: Atom<boolean> & { onMount?: OnMount<SetStateAction<boolean>, void>; write: Write<SetStateAction<boolean>, void> } & WithInitialValue<boolean> = ...
+

Global state when the Alt key is pressed, +so we don’t set multiple event listeners

+
compatibleRowyRunVersionAtom: Atom<((__namedParameters: { maxVersion?: string; minVersion?: string }) => boolean)> = ...
+

Helper function to check if deployed Rowy Run version +is compatible with a feature

+
confirmDialogAtom: Atom<ConfirmDialogProps> & { onMount?: OnMount<Partial<ConfirmDialogProps>, void>; write: Write<Partial<ConfirmDialogProps>, void> } & WithInitialValue<ConfirmDialogProps> = ...
+

Open a confirm dialog

+
example

Basic usage:

+
const confirm = useSetAtom(confirmDialogAtom, globalScope);
confirm({ handleConfirm: () => ... }); +
+
createTableAtom: Atom<undefined | ((settings: TableSettings, additionalSettings?: Partial<{ _initialColumns: Record<FieldType, boolean>; _schema: TableSchema; _schemaSource: string; _suggestedRules: string }>) => Promise<void>)> & { onMount?: OnMount<SetStateAction<undefined | ((settings: TableSettings, additionalSettings?: Partial<{ _initialColumns: Record<FieldType, boolean>; _schema: TableSchema; _schemaSource: string; _suggestedRules: string }>) => Promise<void>)>, void>; write: Write<SetStateAction<undefined | ((settings: TableSettings, additionalSettings?: Partial<{ _initialColumns: Record<FieldType, boolean>; _schema: TableSchema; _schemaSource: string; _suggestedRules: string }>) => Promise<void>)>, void> } & WithInitialValue<undefined | ((settings: TableSettings, additionalSettings?: Partial<{ _initialColumns: Record<FieldType, boolean>; _schema: TableSchema; _schemaSource: string; _suggestedRules: string }>) => Promise<void>)> = ...
+

Stores a function to create a table with schema doc

+
currentUserAtom: Atom<undefined | null | User> & { onMount?: OnMount<SetStateAction<undefined | null | User>, void>; write: Write<SetStateAction<undefined | null | User>, void> } & WithInitialValue<undefined | null | User> = ...
+

Currently signed in user. undefined means loading.

+
customizedThemesAtom: Atom<{ dark: Theme; light: Theme }> = ...
+

Customized base theme based on project and user settings

+
deleteTableAtom: Atom<undefined | ((id: string) => Promise<void>)> & { onMount?: OnMount<SetStateAction<undefined | ((id: string) => Promise<void>)>, void>; write: Write<SetStateAction<undefined | ((id: string) => Promise<void>)>, void> } & WithInitialValue<undefined | ((id: string) => Promise<void>)> = ...
+

Stores a function to delete a table and its schema doc

+
getTableSchemaAtom: Atom<undefined | ((id: string) => Promise<TableSchema>)> & { onMount?: OnMount<SetStateAction<undefined | ((id: string) => Promise<TableSchema>)>, void>; write: Write<SetStateAction<undefined | ((id: string) => Promise<TableSchema>)>, void> } & WithInitialValue<undefined | ((id: string) => Promise<TableSchema>)> = ...
+

Stores a function to get a table’s schema doc (without listener)

+
globalScope: typeof globalScope = ...
+

Scope for atoms stored at the root of the app

+
jsonEditorAtom: WritableAtom<"code" | "tree", typeof RESET | SetStateAction<"code" | "tree">, void> = ...
+

Store current JSON editor view

+
navOpenAtom: WritableAtom<boolean, typeof RESET | SetStateAction<boolean>, void> = ...
+

Nav open state stored in local storage.

+
navPinnedAtom: WritableAtom<boolean, typeof RESET | SetStateAction<boolean>, void> = ...
+

Nav pinned state stored in local storage.

+
projectIdAtom: Atom<string> & { onMount?: OnMount<SetStateAction<string>, void>; write: Write<SetStateAction<string>, void> } & WithInitialValue<string> = ...
projectRolesAtom: Atom<string[]> = ...
+

Roles used in the project based on table settings

+
projectSettingsAtom: Atom<Partial<{ rowyRunBuildStatus: "BUILDING" | "COMPLETE"; rowyRunRegion: string; rowyRunUrl: string; services: Partial<{ builder: string; hooks: string; terminal: string }>; setupCompleted: boolean; tables: TableSettings[] }>> & { onMount?: OnMount<SetStateAction<Partial<{ rowyRunBuildStatus: "BUILDING" | "COMPLETE"; rowyRunRegion: string; rowyRunUrl: string; services: Partial<{ builder: string; hooks: string; terminal: string }>; setupCompleted: boolean; tables: TableSettings[] }>>, void>; write: Write<SetStateAction<Partial<{ rowyRunBuildStatus: "BUILDING" | "COMPLETE"; rowyRunRegion: string; rowyRunUrl: string; services: Partial<{ builder: string; hooks: string; terminal: string }>; setupCompleted: boolean; tables: TableSettings[] }>>, void> } & WithInitialValue<Partial<{ rowyRunBuildStatus: "BUILDING" | "COMPLETE"; rowyRunRegion: string; rowyRunUrl: string; services: Partial<{ builder: string; hooks: string; terminal: string }>; setupCompleted: boolean; tables: TableSettings[] }>> = ...
+

Project settings are visible to authenticated users

+
publicSettingsAtom: Atom<Partial<{ signInOptions: ("email" | "google" | "twitter" | "facebook" | "github" | "microsoft" | "apple" | "yahoo" | "phone" | "anonymous")[]; theme: Record<"base" | "light" | "dark", ThemeOptions> }>> & { onMount?: OnMount<SetStateAction<Partial<{ signInOptions: ("email" | "google" | "twitter" | "facebook" | "github" | "microsoft" | "apple" | "yahoo" | "phone" | "anonymous")[]; theme: Record<"base" | "light" | "dark", ThemeOptions> }>>, void>; write: Write<SetStateAction<Partial<{ signInOptions: ("email" | "google" | "twitter" | "facebook" | "github" | "microsoft" | "apple" | "yahoo" | "phone" | "anonymous")[]; theme: Record<"base" | "light" | "dark", ThemeOptions> }>>, void> } & WithInitialValue<Partial<{ signInOptions: ("email" | "google" | "twitter" | "facebook" | "github" | "microsoft" | "apple" | "yahoo" | "phone" | "anonymous")[]; theme: Record<"base" | "light" | "dark", ThemeOptions> }>> = ...
+

Public settings are visible to unauthenticated users

+
rowyRunAtom: Atom<((__namedParameters: IRowyRunRequestProps) => Promise<any>)> = ...
+

An atom that returns a function to call Rowy Run endpoints using the URL +defined in project settings and retrieving a JWT token.

+

Returns false if user not signed in or Rowy Run not set up.

+
example

Basic usage:

+
const [rowyRun] = useAtom(rowyRunAtom, globalScope);
...
await rowyRun(...); +
+
rowyRunLatestUpdateAtom: WritableAtom<RowyRunLatestUpdate, typeof RESET | SetStateAction<RowyRunLatestUpdate>, void> = ...
+

Store latest update from GitHub releases and currently deployed versions

+
rowyRunModalAtom: Atom<RowyRunModalState> & { onMount?: OnMount<Partial<RowyRunModalState>, void>; write: Write<Partial<RowyRunModalState>, void> } & WithInitialValue<RowyRunModalState> = ...
+

Open global Rowy Run modal if feature not available. +Calling the set function resets props.

+
example

Basic usage:

+
const openRowyRunModal = useSetAtom(rowyRunModalAtom, globalScope);
openRowyRunModal({ feature: ... , version: ... }); +
+
example

Close dialog:

+
openRowyRunModal({ open: false })
+
+
rowyRunVersionAtom: Atom<Promise<string | false>> = ...
+

Store deployed Rowy Run version

+
tableAddRowIdTypeAtom: WritableAtom<"random" | "decrement" | "custom", typeof RESET | SetStateAction<"random" | "decrement" | "custom">, void> = ...
+

Persist the state of the add row ID type

+
tableDescriptionDismissedAtom: WritableAtom<string[], typeof RESET | SetStateAction<string[]>, void> = ...
+

Store tables where user has dismissed the description tooltip

+
tableOutOfOrderDismissedAtom: WritableAtom<boolean, typeof RESET | SetStateAction<boolean>, void> = ...
+

Persist when the user dismissed the row out of order warning

+
tableSettingsDialogAtom: Atom<TableSettingsDialogState> & { onMount?: OnMount<Partial<TableSettingsDialogState>, void>; write: Write<Partial<TableSettingsDialogState>, void> } & WithInitialValue<TableSettingsDialogState> = ...
+

Open table settings dialog. +Calling the set function resets props.

+
example

Basic usage:

+
const openTableSettingsDialog = useSetAtom(tableSettingsDialogAtom, globalScope);
openTableSettingsDialog({ data: ... }); +
+
example

Clear dialog:

+
openTableSettingsDialog({ open: false })
+
+
tableSettingsDialogIdAtom: Atom<string> & { onMount?: OnMount<SetStateAction<string>, void>; write: Write<SetStateAction<string>, void> } & WithInitialValue<string> = ...
+

Store the current ID of the table being edited in tableSettingsDialog +to derive tableSettingsDialogSchemaAtom

+
tableSettingsDialogSchemaAtom: Atom<Promise<TableSchema>> = ...
+

Get and store the schema document of the current table being edited

+
tablesAtom: Atom<TableSettings[]> = ...
+

Tables visible to the signed-in user based on roles

+
tablesViewAtom: WritableAtom<"grid" | "list", typeof RESET | SetStateAction<"grid" | "list">, void> = ...
+

View for tables page

+
themeAtom: WritableAtom<"light" | "dark", typeof RESET | SetStateAction<"light" | "dark">, void> = ...
+

Stores which theme is currently active, based on user or OS setting. +Saved in localStorage.

+
themeOverriddenAtom: WritableAtom<boolean, typeof RESET | SetStateAction<boolean>, void> = ...
+

User can override OS theme. Saved in localStorage.

+
updateFunctionAtom: Atom<undefined | UpdateCollectionDocFunction<FunctionSettings>> & { onMount?: OnMount<SetStateAction<undefined | UpdateCollectionDocFunction<FunctionSettings>>, void>; write: Write<SetStateAction<undefined | UpdateCollectionDocFunction<FunctionSettings>>, void> } & WithInitialValue<undefined | UpdateCollectionDocFunction<FunctionSettings>> = ...
+

Stores a function that updates a user document

+
updateProjectSettingsAtom: Atom<undefined | UpdateDocFunction<Partial<{ rowyRunBuildStatus: "BUILDING" | "COMPLETE"; rowyRunRegion: string; rowyRunUrl: string; services: Partial<{ builder: string; hooks: string; terminal: string }>; setupCompleted: boolean; tables: TableSettings[] }>>> & { onMount?: OnMount<SetStateAction<undefined | UpdateDocFunction<Partial<{ rowyRunBuildStatus: "BUILDING" | "COMPLETE"; rowyRunRegion: string; rowyRunUrl: string; services: Partial<{ builder: string; hooks: string; terminal: string }>; setupCompleted: boolean; tables: TableSettings[] }>>>, void>; write: Write<SetStateAction<undefined | UpdateDocFunction<Partial<{ rowyRunBuildStatus: "BUILDING" | "COMPLETE"; rowyRunRegion: string; rowyRunUrl: string; services: Partial<{ builder: string; hooks: string; terminal: string }>; setupCompleted: boolean; tables: TableSettings[] }>>>, void> } & WithInitialValue<undefined | UpdateDocFunction<Partial<{ rowyRunBuildStatus: "BUILDING" | "COMPLETE"; rowyRunRegion: string; rowyRunUrl: string; services: Partial<{ builder: string; hooks: string; terminal: string }>; setupCompleted: boolean; tables: TableSettings[] }>>> = ...
+

Stores a function that updates project settings

+
example

Basic usage:

+
const [updateProjectSettings] = useAtom(updateProjectSettingsAtom, globalScope);
if (updateProjectSettings) updateProjectSettings({ ... }); +
+
updatePublicSettingsAtom: Atom<undefined | UpdateDocFunction<Partial<{ signInOptions: ("email" | "google" | "twitter" | "facebook" | "github" | "microsoft" | "apple" | "yahoo" | "phone" | "anonymous")[]; theme: Record<"base" | "light" | "dark", ThemeOptions> }>>> & { onMount?: OnMount<SetStateAction<undefined | UpdateDocFunction<Partial<{ signInOptions: ("email" | "google" | "twitter" | "facebook" | "github" | "microsoft" | "apple" | "yahoo" | "phone" | "anonymous")[]; theme: Record<"base" | "light" | "dark", ThemeOptions> }>>>, void>; write: Write<SetStateAction<undefined | UpdateDocFunction<Partial<{ signInOptions: ("email" | "google" | "twitter" | "facebook" | "github" | "microsoft" | "apple" | "yahoo" | "phone" | "anonymous")[]; theme: Record<"base" | "light" | "dark", ThemeOptions> }>>>, void> } & WithInitialValue<undefined | UpdateDocFunction<Partial<{ signInOptions: ("email" | "google" | "twitter" | "facebook" | "github" | "microsoft" | "apple" | "yahoo" | "phone" | "anonymous")[]; theme: Record<"base" | "light" | "dark", ThemeOptions> }>>> = ...
+

Stores a function that updates public settings

+
updateTableAtom: Atom<undefined | ((settings: MinimumTableSettings, additionalSettings?: Partial<{ _initialColumns: Record<FieldType, boolean>; _schema: TableSchema; _schemaSource: string; _suggestedRules: string }>) => Promise<void>)> & { onMount?: OnMount<SetStateAction<undefined | ((settings: MinimumTableSettings, additionalSettings?: Partial<{ _initialColumns: Record<FieldType, boolean>; _schema: TableSchema; _schemaSource: string; _suggestedRules: string }>) => Promise<void>)>, void>; write: Write<SetStateAction<undefined | ((settings: MinimumTableSettings, additionalSettings?: Partial<{ _initialColumns: Record<FieldType, boolean>; _schema: TableSchema; _schemaSource: string; _suggestedRules: string }>) => Promise<void>)>, void> } & WithInitialValue<undefined | ((settings: MinimumTableSettings, additionalSettings?: Partial<{ _initialColumns: Record<FieldType, boolean>; _schema: TableSchema; _schemaSource: string; _suggestedRules: string }>) => Promise<void>)> = ...
+

Stores a function to update a table and its schema doc

+
updateUserAtom: Atom<undefined | UpdateCollectionDocFunction<Partial<{ _rowy_ref: TableRowRef; favoriteTables: string[]; roles: string[]; tables: Record<string, Partial<{ filters: TableFilter[]; hiddenFields: string[] }>>; theme: Record<"base" | "light" | "dark", ThemeOptions>; user: { displayName?: string; email: string; phoneNumber?: string; photoURL?: string } }>>> & { onMount?: OnMount<SetStateAction<undefined | UpdateCollectionDocFunction<Partial<{ _rowy_ref: TableRowRef; favoriteTables: string[]; roles: string[]; tables: Record<string, Partial<{ filters: TableFilter[]; hiddenFields: string[] }>>; theme: Record<"base" | "light" | "dark", ThemeOptions>; user: { displayName?: string; email: string; phoneNumber?: string; photoURL?: string } }>>>, void>; write: Write<SetStateAction<undefined | UpdateCollectionDocFunction<Partial<{ _rowy_ref: TableRowRef; favoriteTables: string[]; roles: string[]; tables: Record<string, Partial<{ filters: TableFilter[]; hiddenFields: string[] }>>; theme: Record<"base" | "light" | "dark", ThemeOptions>; user: { displayName?: string; email: string; phoneNumber?: string; photoURL?: string } }>>>, void> } & WithInitialValue<undefined | UpdateCollectionDocFunction<Partial<{ _rowy_ref: TableRowRef; favoriteTables: string[]; roles: string[]; tables: Record<string, Partial<{ filters: TableFilter[]; hiddenFields: string[] }>>; theme: Record<"base" | "light" | "dark", ThemeOptions>; user: { displayName?: string; email: string; phoneNumber?: string; photoURL?: string } }>>> = ...
+

Stores a function that updates a user document

+
updateUserSettingsAtom: Atom<undefined | UpdateDocFunction<Partial<{ _rowy_ref: TableRowRef; favoriteTables: string[]; roles: string[]; tables: Record<string, Partial<{ filters: TableFilter[]; hiddenFields: string[] }>>; theme: Record<"base" | "light" | "dark", ThemeOptions>; user: { displayName?: string; email: string; phoneNumber?: string; photoURL?: string } }>>> & { onMount?: OnMount<SetStateAction<undefined | UpdateDocFunction<Partial<{ _rowy_ref: TableRowRef; favoriteTables: string[]; roles: string[]; tables: Record<string, Partial<{ filters: TableFilter[]; hiddenFields: string[] }>>; theme: Record<"base" | "light" | "dark", ThemeOptions>; user: { displayName?: string; email: string; phoneNumber?: string; photoURL?: string } }>>>, void>; write: Write<SetStateAction<undefined | UpdateDocFunction<Partial<{ _rowy_ref: TableRowRef; favoriteTables: string[]; roles: string[]; tables: Record<string, Partial<{ filters: TableFilter[]; hiddenFields: string[] }>>; theme: Record<"base" | "light" | "dark", ThemeOptions>; user: { displayName?: string; email: string; phoneNumber?: string; photoURL?: string } }>>>, void> } & WithInitialValue<undefined | UpdateDocFunction<Partial<{ _rowy_ref: TableRowRef; favoriteTables: string[]; roles: string[]; tables: Record<string, Partial<{ filters: TableFilter[]; hiddenFields: string[] }>>; theme: Record<"base" | "light" | "dark", ThemeOptions>; user: { displayName?: string; email: string; phoneNumber?: string; photoURL?: string } }>>> = ...
+

Stores a function that updates user settings

+
userRolesAtom: Atom<string[]> & { onMount?: OnMount<SetStateAction<string[]>, void>; write: Write<SetStateAction<string[]>, void> } & WithInitialValue<string[]> = ...
+

User roles from Firebase Auth user custom claims

+
userSettingsAtom: Atom<Partial<{ _rowy_ref: TableRowRef; favoriteTables: string[]; roles: string[]; tables: Record<string, Partial<{ filters: TableFilter[]; hiddenFields: string[] }>>; theme: Record<"base" | "light" | "dark", ThemeOptions>; user: { displayName?: string; email: string; phoneNumber?: string; photoURL?: string } }>> & { onMount?: OnMount<SetStateAction<Partial<{ _rowy_ref: TableRowRef; favoriteTables: string[]; roles: string[]; tables: Record<string, Partial<{ filters: TableFilter[]; hiddenFields: string[] }>>; theme: Record<"base" | "light" | "dark", ThemeOptions>; user: { displayName?: string; email: string; phoneNumber?: string; photoURL?: string } }>>, void>; write: Write<SetStateAction<Partial<{ _rowy_ref: TableRowRef; favoriteTables: string[]; roles: string[]; tables: Record<string, Partial<{ filters: TableFilter[]; hiddenFields: string[] }>>; theme: Record<"base" | "light" | "dark", ThemeOptions>; user: { displayName?: string; email: string; phoneNumber?: string; photoURL?: string } }>>, void> } & WithInitialValue<Partial<{ _rowy_ref: TableRowRef; favoriteTables: string[]; roles: string[]; tables: Record<string, Partial<{ filters: TableFilter[]; hiddenFields: string[] }>>; theme: Record<"base" | "light" | "dark", ThemeOptions>; user: { displayName?: string; email: string; phoneNumber?: string; photoURL?: string } }>> = ...
+

User info and settings

+

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/typedoc/modules/tableScope.html b/typedoc/modules/tableScope.html new file mode 100644 index 000000000..efd448dc0 --- /dev/null +++ b/typedoc/modules/tableScope.html @@ -0,0 +1,142 @@ +tableScope | rowy
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module tableScope

Index

Type Aliases

AuditChangeFunction: ((type: "ADD_ROW" | "UPDATE_CELL" | "DELETE_ROW", rowId: string, data?: { updatedField?: string }) => Promise<any>)

Type declaration

    • (type: "ADD_ROW" | "UPDATE_CELL" | "DELETE_ROW", rowId: string, data?: { updatedField?: string }): Promise<any>
    • Parameters

      • type: "ADD_ROW" | "UPDATE_CELL" | "DELETE_ROW"
      • rowId: string
      • Optional data: { updatedField?: string }
        • Optional updatedField?: string

      Returns Promise<any>

CloudLogFilters: { auditRowId?: string; buildLogExpanded?: number; severity?: (keyof typeof SEVERITY_LEVELS)[]; timeRange: { type: "seconds" | "minutes" | "hours" | "days"; value: number } | { end: Date; start: Date; type: "range" }; type: "webhook" | "functions" | "audit" | "build"; webhook?: string[] }

Type declaration

  • Optional auditRowId?: string
  • Optional buildLogExpanded?: number
  • Optional severity?: (keyof typeof SEVERITY_LEVELS)[]
  • timeRange: { type: "seconds" | "minutes" | "hours" | "days"; value: number } | { end: Date; start: Date; type: "range" }
  • type: "webhook" | "functions" | "audit" | "build"
  • Optional webhook?: string[]
ImportCsvData: { columns: string[]; rows: Record<string, any>[] }

Type declaration

  • columns: string[]
  • rows: Record<string, any>[]
SelectedCell: { columnKey: string; path: string }

Type declaration

  • columnKey: string
  • path: string
TableFiltersPopoverState: { defaultQuery?: TableFilter; open: boolean }

Type declaration

  • Optional defaultQuery?: TableFilter
  • open: boolean

Variables

_bulkWriteDbAtom: Atom<undefined | BulkWriteFunction<Partial<TableRow>>> & { onMount?: OnMount<SetStateAction<undefined | BulkWriteFunction<Partial<TableRow>>>, void>; write: Write<SetStateAction<undefined | BulkWriteFunction<Partial<TableRow>>>, void> } & WithInitialValue<undefined | BulkWriteFunction<Partial<TableRow>>> = ...
+

Store function to bulk write to db

+
internal

Use bulkAddRowsAtom instead

+
_deleteRowDbAtom: Atom<undefined | DeleteCollectionDocFunction> & { onMount?: OnMount<SetStateAction<undefined | DeleteCollectionDocFunction>, void>; write: Write<SetStateAction<undefined | DeleteCollectionDocFunction>, void> } & WithInitialValue<undefined | DeleteCollectionDocFunction> = ...
+

Store function to delete row in db directly

+
internal

Use deleteRowAtom instead

+
_updateRowDbAtom: Atom<undefined | UpdateCollectionDocFunction<TableRow>> & { onMount?: OnMount<SetStateAction<undefined | UpdateCollectionDocFunction<TableRow>>, void>; write: Write<SetStateAction<undefined | UpdateCollectionDocFunction<TableRow>>, void> } & WithInitialValue<undefined | UpdateCollectionDocFunction<TableRow>> = ...
+

Store function to add or update row in db directly. +Has same behaviour as Firestore setDoc with merge.

+
see
+
internal

Use addRowAtom or {@link updateRowAtom} instead

+
addColumnAtom: Atom<null> & { onMount?: OnMount<IAddColumnOptions, Promise<void>>; write: Write<IAddColumnOptions, Promise<void>> } & WithInitialValue<null> = ...
+

Set function adds a column to tableSchema, to the end or by index. +Also fixes any issues with column indexes, so they go from 0 to length - 1

+
param options

IAddColumnOptions

+
example

Basic usage:

+
const addColumn = useSetAtom(addColumnAtom, tableScope);
addColumn({ config: {...}, index?: 0 }); +
+
addRowAtom: Atom<null> & { onMount?: OnMount<IAddRowOptions, Promise<void>>; write: Write<IAddRowOptions, Promise<void>> } & WithInitialValue<null> = ...
+

Set function adds a row or an array of rows. +Adds to rowsDb if it has no missing required fields, otherwise to rowsLocal.

+
param options

IAddRowOptions

+
example

Basic usage:

+
const addRow = useSetAtom(addRowAtom, tableScope);
addRow({ row: [ {...}, ... ] }); +
+
auditChangeAtom: Atom<undefined | AuditChangeFunction> & { onMount?: OnMount<SetStateAction<undefined | AuditChangeFunction>, void>; write: Write<SetStateAction<undefined | AuditChangeFunction>, void> } & WithInitialValue<undefined | AuditChangeFunction> = ...
+

Store function to write auditing logs when user makes changes to the table. +Silently fails if auditing is disabled for the table or Rowy Run version +not compatible.

+
param type

Action type: "ADD_ROW" | "UPDATE_CELL" | "DELETE_ROW"

+
param rowId

ID of row updated

+
param data

Optional additional data to log

+
bulkAddRowsAtom: Atom<null> & { onMount?: OnMount<IBulkAddRowsOptions, Promise<void>>; write: Write<IBulkAddRowsOptions, Promise<void>> } & WithInitialValue<null> = ...
cloudLogFiltersAtom: WritableAtom<CloudLogFilters, typeof RESET | SetStateAction<CloudLogFilters>, void> = ...
+

Store cloud log modal filters in URL

+
columnMenuAtom: Atom<null | { anchorEl: undefined | null | Element | ((element: Element) => Element); column: ColumnConfig }> & { onMount?: OnMount<SetStateAction<null | { anchorEl: undefined | null | Element | ((element: Element) => Element); column: ColumnConfig }>, void>; write: Write<SetStateAction<null | { anchorEl: undefined | null | Element | ((element: Element) => Element); column: ColumnConfig }>, void> } & WithInitialValue<null | { anchorEl: undefined | null | Element | ((element: Element) => Element); column: ColumnConfig }> = ...
+

Open table column menu. Set to null to close.

+
example

Basic usage:

+
const openColumnMenu = useSetAtom(columnMenuAtom, globalScope);
openColumnMenu({ column, anchorEl: ... }); +
+
example

Close:

+
openColumnMenu(null)
+
+
columnModalAtom: WritableAtom<null | { columnKey?: string; index?: number; type: "name" | "type" | "config" | "new" }, typeof RESET | SetStateAction<null | { columnKey?: string; index?: number; type: "name" | "type" | "config" | "new" }>, void> = ...
+

Opens a table column modal. Set to null to close. +Modals: new column, name change, type change, column settings.

+
example

Basic usage:

+
const openColumnModal = useSetAtom(columnModalAtom, globalScope);
openColumnModal({ type: "...", column }); +
+
example

Close:

+
import { RESET } from "jotai/utils";
openColumnModal(RESET) +
+
contextMenuTargetAtom: Atom<null | HTMLElement> & { onMount?: OnMount<SetStateAction<null | HTMLElement>, void>; write: Write<SetStateAction<null | HTMLElement>, void> } & WithInitialValue<null | HTMLElement> = ...
+

Store context menu target atom for positioning. If not null, menu open.

+
deleteColumnAtom: Atom<null> & { onMount?: OnMount<string, Promise<void>>; write: Write<string, Promise<void>> } & WithInitialValue<null> = ...
+

Set function deletes a column in tableSchema

+
param key

Unique key of column to delete

+
example

Basic usage:

+
const deleteColumn = useSetAtom(deleteColumnAtom, tableScope);
deleteColumn(" ... "); +
+
deleteRowAtom: Atom<null> & { onMount?: OnMount<string | string[], Promise<void>>; write: Write<string | string[], Promise<void>> } & WithInitialValue<null> = ...
+

Set function deletes a row or an array of rows from rowsDb or rowsLocal.

+
param path

A single path or array of paths of rows to delete

+
example

Basic usage:

+
const deleteRow = useSetAtom(deleteRowAtom, tableScope);
deleteRow( path ); +
+
importCsvAtom: Atom<{ csvData: null | ImportCsvData; importType: "csv" | "tsv" }> & { onMount?: OnMount<SetStateAction<{ csvData: null | ImportCsvData; importType: "csv" | "tsv" }>, void>; write: Write<SetStateAction<{ csvData: null | ImportCsvData; importType: "csv" | "tsv" }>, void> } & WithInitialValue<{ csvData: null | ImportCsvData; importType: "csv" | "tsv" }> = ...
+

Store import CSV popover and wizard state

+
selectedCellAtom: Atom<null | SelectedCell> & { onMount?: OnMount<SetStateAction<null | SelectedCell>, void>; write: Write<SetStateAction<null | SelectedCell>, void> } & WithInitialValue<null | SelectedCell> = ...
+

Store selected cell in table. Used in side drawer and context menu

+
sideDrawerOpenAtom: Atom<boolean> & { onMount?: OnMount<SetStateAction<boolean>, void>; write: Write<SetStateAction<boolean>, void> } & WithInitialValue<boolean> = ...
+

Store side drawer open state

+
sideDrawerShowHiddenFieldsAtom: WritableAtom<boolean, typeof RESET | SetStateAction<boolean>, void> = ...
+

Store whether to show hidden fields (override) in side drawer

+
tableColumnsOrderedAtom: Atom<ColumnConfig[]> = ...
+

Store the table columns as an ordered array. +Puts frozen columns at the start, then sorts by ascending index.

+
tableFiltersAtom: Atom<TableFilter[]> & { onMount?: OnMount<SetStateAction<TableFilter[]>, void>; write: Write<SetStateAction<TableFilter[]>, void> } & WithInitialValue<TableFilter[]> = ...
+

Filters applied to the local view

+
tableFiltersPopoverAtom: Atom<TableFiltersPopoverState> & { onMount?: OnMount<Partial<TableFiltersPopoverState>, void>; write: Write<Partial<TableFiltersPopoverState>, void> } & WithInitialValue<TableFiltersPopoverState> = ...
+

Store table filter popover state. +Calling the set function resets props.

+
example

Basic usage:

+
const openTableFiltersPopover = useSetAtom(tableFiltersPopoverAtom, globalScope);
openTableFiltersPopover({ query: ... }); +
+
example

Close:

+
openTableFiltersPopover({ open: false })
+
+
tableIdAtom: Atom<string> & { onMount?: OnMount<SetStateAction<string>, void>; write: Write<SetStateAction<string>, void> } & WithInitialValue<string> = ...
+

Root atom from which others are derived

+
tableModalAtom: WritableAtom<null | "cloudLogs" | "extensions" | "webhooks" | "export" | "import" | "importCsv", typeof RESET | SetStateAction<null | "cloudLogs" | "extensions" | "webhooks" | "export" | "import" | "importCsv">, void> = ...
+

Opens a table modal. Set to null to close. +Modals: cloud logs, extensions, webhooks, export, import, import CSV.

+
example

Basic usage:

+
const openTableModal = useSetAtom(tableModalAtom, globalScope);
openTableModal("..."); +
+
example

Close:

+
openTableModal(null)
+
+
tableNextPageAtom: Atom<NextPageState> & { onMount?: OnMount<SetStateAction<NextPageState>, void>; write: Write<SetStateAction<NextPageState>, void> } & WithInitialValue<NextPageState> = ...
+

Store next page state for infinite scroll

+
tableOrdersAtom: Atom<TableOrder[]> & { onMount?: OnMount<SetStateAction<TableOrder[]>, void>; write: Write<SetStateAction<TableOrder[]>, void> } & WithInitialValue<TableOrder[]> = ...
+

Orders applied to the local view

+
tablePageAtom: WritableAtom<number, number | ((p: number) => number), void> = ...
+

Set the page for the table query. Stops updating if we’ve loaded all rows.

+
tablePageHashAtom: WritableAtom<number, typeof RESET | SetStateAction<number>, void> = ...
+

Store current page in URL

+
tableRowsAtom: Atom<TableRow[]> = ...
+

Combine tableRowsLocal and tableRowsDb

+
tableRowsDbAtom: Atom<TableRow[]> & { onMount?: OnMount<SetStateAction<TableRow[]>, void>; write: Write<SetStateAction<TableRow[]>, void> } & WithInitialValue<TableRow[]> = ...
+

Store rows from the db listener

+
tableRowsLocalAtom: WritableAtom<TableRow[], TableRowsLocalAction, void> = ...
+

Store rows that are out of order or not ready to be written to the db. +See {@link TableRowsLocalAction} for reducer actions.

+
tableSchemaAtom: Atom<TableSchema> & { onMount?: OnMount<SetStateAction<TableSchema>, void>; write: Write<SetStateAction<TableSchema>, void> } & WithInitialValue<TableSchema> = ...
+

Store tableSchema from schema document

+
tableScope: typeof tableScope = ...
+

Scope for atoms stored at the table level

+
tableSettingsAtom: Atom<TableSettings> & { onMount?: OnMount<SetStateAction<TableSettings>, void>; write: Write<SetStateAction<TableSettings>, void> } & WithInitialValue<TableSettings> = ...
+

Store tableSettings from project settings document

+
updateColumnAtom: Atom<null> & { onMount?: OnMount<IUpdateColumnOptions, Promise<void>>; write: Write<IUpdateColumnOptions, Promise<void>> } & WithInitialValue<null> = ...
+

Set function updates a column in tableSchema

+
throws

Error if column not found

+
param options

IUpdateColumnOptions

+
example

Basic usage:

+
const updateColumn = useSetAtom(updateColumnAtom, tableScope);
updateColumn({ key: "", config: {...}, index?: 0 }); +
+
updateFieldAtom: Atom<null> & { onMount?: OnMount<IUpdateFieldOptions, Promise<void>>; write: Write<IUpdateFieldOptions, Promise<void>> } & WithInitialValue<null> = ...
+

Set function updates or deletes a field in a row. +Adds to rowsDb if it has no missing required fields, +otherwise keeps in rowsLocal.

+
param options

IUpdateFieldOptions

+
example

Basic usage:

+
const updateField = useSetAtom(updateFieldAtom, tableScope);
updateField({ path, fieldName: "", value: null, deleteField: true }); +
+
updateTableSchemaAtom: Atom<undefined | UpdateDocFunction<TableSchema>> & { onMount?: OnMount<SetStateAction<undefined | UpdateDocFunction<TableSchema>>, void>; write: Write<SetStateAction<undefined | UpdateDocFunction<TableSchema>>, void> } & WithInitialValue<undefined | UpdateDocFunction<TableSchema>> = ...
+

Store function to update tableSchema

+

Functions

  • tableColumnsReducer(a: Record<string, ColumnConfig>, c: ColumnConfig, index: number): Record<string, ColumnConfig>
  • +

    Reducer function to convert from array of columns to columns object

    +

    Parameters

    • a: Record<string, ColumnConfig>
    • c: ColumnConfig
    • index: number

    Returns Record<string, ColumnConfig>

Legend

  • Variable
  • Function
  • Type alias
  • Interface

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/yarn.lock b/yarn.lock index ea2c33a4d..75ba9c601 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4981,6 +4981,13 @@ brace-expansion@^1.1.7: balanced-match "^1.0.0" concat-map "0.0.1" +brace-expansion@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae" + integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA== + dependencies: + balanced-match "^1.0.0" + braces@^3.0.1, braces@^3.0.2, braces@~3.0.2: version "3.0.2" resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" @@ -7239,6 +7246,17 @@ glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6: once "^1.3.0" path-is-absolute "^1.0.0" +glob@^8.0.3: + version "8.0.3" + resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.3.tgz#415c6eb2deed9e502c68fa44a272e6da6eeca42e" + integrity sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ== + dependencies: + fs.realpath "^1.0.0" + inflight "^1.0.4" + inherits "2" + minimatch "^5.0.1" + once "^1.3.0" + global-modules@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-2.0.0.tgz#997605ad2345f27f51539bea26574421215c7780" @@ -8725,6 +8743,11 @@ json5@^2.1.2: dependencies: minimist "^1.2.5" +jsonc-parser@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.0.0.tgz#abdd785701c7e7eaca8a9ec8cf070ca51a745a22" + integrity sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA== + jsonfile@^6.0.1: version "6.1.0" resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae" @@ -9106,6 +9129,11 @@ lru-cache@^7.4.0: resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.8.0.tgz#649aaeb294a56297b5cbc5d70f198dcc5ebe5747" integrity sha512-AmXqneQZL3KZMIgBpaPTeI6pfwh+xQ2vutMsyqOu1TBdEXFZgpG/80wuJ531w2ZN7TI0/oc8CPxzh/DKQudZqg== +lunr@^2.3.9: + version "2.3.9" + resolved "https://registry.yarnpkg.com/lunr/-/lunr-2.3.9.tgz#18b123142832337dd6e964df1a5a7707b25d35e1" + integrity sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow== + lz-string@^1.4.4: version "1.4.4" resolved "https://registry.yarnpkg.com/lz-string/-/lz-string-1.4.4.tgz#c0d8eaf36059f705796e1e344811cf4c498d3a26" @@ -9149,6 +9177,11 @@ markdown-table@^3.0.0: resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-3.0.2.tgz#9b59eb2c1b22fe71954a65ff512887065a7bb57c" integrity sha512-y8j3a5/DkJCmS5x4dMCQL+OR0+2EAq3DOtio1COSHsmW2BGXnNCK3v12hJt1LrUz5iZH5g0LmuYOjDdI+czghA== +marked@^4.0.16: + version "4.0.16" + resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.16.tgz#9ec18fc1a723032eb28666100344d9428cf7a264" + integrity sha512-wahonIQ5Jnyatt2fn8KqF/nIqZM8mh3oRu2+l5EANGMhu6RFjiSG52QNE2eWzFMI94HqYSgN184NurgNG6CztA== + match-sorter@^6.3.1: version "6.3.1" resolved "https://registry.yarnpkg.com/match-sorter/-/match-sorter-6.3.1.tgz#98cc37fda756093424ddf3cbc62bfe9c75b92bda" @@ -9714,6 +9747,13 @@ minimatch@^3.0.4, minimatch@^3.1.2: dependencies: brace-expansion "^1.1.7" +minimatch@^5.0.1, minimatch@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.0.tgz#1717b464f4971b144f6aabe8f2d0b8e4511e09c7" + integrity sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg== + dependencies: + brace-expansion "^2.0.1" + minimist@^1.1.1, minimist@^1.2.5: version "1.2.5" resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" @@ -12215,6 +12255,15 @@ shell-quote@^1.7.3: resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.3.tgz#aa40edac170445b9a431e17bb62c0b881b9c4123" integrity sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw== +shiki@^0.10.1: + version "0.10.1" + resolved "https://registry.yarnpkg.com/shiki/-/shiki-0.10.1.tgz#6f9a16205a823b56c072d0f1a0bcd0f2646bef14" + integrity sha512-VsY7QJVzU51j5o1+DguUd+6vmCmZ5v/6gYu4vyYAhzjuNQU6P/vmSy4uQaOhvje031qQMiW0d2BwgMH52vqMng== + dependencies: + jsonc-parser "^3.0.0" + vscode-oniguruma "^1.6.1" + vscode-textmate "5.2.0" + side-channel@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf" @@ -13124,6 +13173,17 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= +typedoc@^0.22.17: + version "0.22.17" + resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.22.17.tgz#bc51cc95f569040112504300831cdac4f8089b7b" + integrity sha512-h6+uXHVVCPDaANzjwzdsj9aePBjZiBTpiMpBBeyh1zcN2odVsDCNajz8zyKnixF93HJeGpl34j/70yoEE5BfNg== + dependencies: + glob "^8.0.3" + lunr "^2.3.9" + marked "^4.0.16" + minimatch "^5.1.0" + shiki "^0.10.1" + typescript@^4.6.3: version "4.6.3" resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.3.tgz#eefeafa6afdd31d725584c67a0eaba80f6fc6c6c" @@ -13450,6 +13510,16 @@ vlq@^0.2.2: resolved "https://registry.yarnpkg.com/vlq/-/vlq-0.2.3.tgz#8f3e4328cf63b1540c0d67e1b2778386f8975b26" integrity sha512-DRibZL6DsNhIgYQ+wNdWDL2SL3bKPlVrRiBqV5yuMm++op8W4kGFtaQfCs4KEJn0wBZcHVHJ3eoywX8983k1ow== +vscode-oniguruma@^1.6.1: + version "1.6.2" + resolved "https://registry.yarnpkg.com/vscode-oniguruma/-/vscode-oniguruma-1.6.2.tgz#aeb9771a2f1dbfc9083c8a7fdd9cccaa3f386607" + integrity sha512-KH8+KKov5eS/9WhofZR8M8dMHWN2gTxjMsG4jd04YhpbPR91fUj7rYQ2/XjeHCJWbg7X++ApRIU9NUwM2vTvLA== + +vscode-textmate@5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/vscode-textmate/-/vscode-textmate-5.2.0.tgz#01f01760a391e8222fe4f33fbccbd1ad71aed74e" + integrity sha512-Uw5ooOQxRASHgu6C7GVvUxisKXfSgW4oFlO+aa+PAkgmH89O3CXxEEzNRNtHSqtXFTl0nAC1uYj0GMSH27uwtQ== + w3c-hr-time@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz#0a89cdf5cc15822df9c360543676963e0cc308cd"