lego-dom 0.0.9 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/README.md +1 -0
- package/{go.html → cdn.html} +33 -26
- package/docs/.vitepress/config.js +39 -1
- package/docs/api/directives.md +3 -3
- package/docs/api/index.md +1 -1
- package/docs/contributing/01-welcome.md +36 -0
- package/docs/contributing/02-registry.md +99 -0
- package/docs/contributing/03-batcher.md +110 -0
- package/docs/contributing/04-reactivity.md +87 -0
- package/docs/contributing/05-caching.md +59 -0
- package/docs/contributing/06-init.md +125 -0
- package/docs/contributing/07-observer.md +69 -0
- package/docs/contributing/08-snap.md +126 -0
- package/docs/contributing/09-diffing.md +69 -0
- package/docs/contributing/10-studs.md +76 -0
- package/docs/contributing/11-scanner.md +104 -0
- package/docs/contributing/12-render.md +116 -0
- package/docs/contributing/13-directives.md +225 -0
- package/docs/contributing/14-events.md +57 -0
- package/docs/contributing/15-router.md +9 -0
- package/docs/contributing/16-state.md +48 -0
- package/docs/contributing/17-legodom.md +55 -0
- package/docs/contributing/index.md +5 -0
- package/docs/examples/form.md +1 -1
- package/docs/examples/index.md +1 -1
- package/docs/examples/routing.md +4 -4
- package/docs/examples/todo-app.md +1 -1
- package/docs/guide/cdn-usage.md +8 -0
- package/docs/guide/components.md +33 -15
- package/docs/guide/directives.md +22 -22
- package/docs/guide/getting-started.md +35 -10
- package/docs/guide/index.md +3 -3
- package/docs/guide/quick-start.md +4 -1
- package/docs/guide/reactivity.md +22 -1
- package/docs/guide/routing.md +189 -289
- package/docs/guide/sfc.md +1 -1
- package/docs/guide/templating.md +2 -2
- package/docs/index.md +41 -7
- package/docs/router/basic-routing.md +103 -0
- package/docs/router/cold-entry.md +91 -0
- package/docs/router/history.md +69 -0
- package/docs/router/index.md +73 -0
- package/docs/router/resolver.md +74 -0
- package/docs/router/surgical-swaps.md +134 -0
- package/examples/vite-app/index.html +4 -12
- package/examples/vite-app/package.json +4 -2
- package/examples/vite-app/src/app.css +3 -0
- package/examples/vite-app/src/app.js +29 -0
- package/examples/vite-app/src/components/app-navbar.lego +34 -0
- package/examples/vite-app/src/components/customers/customer-details.lego +24 -0
- package/examples/vite-app/src/components/customers/customer-orders.lego +21 -0
- package/examples/vite-app/src/components/customers/order-list.lego +55 -0
- package/examples/vite-app/src/components/greeting-card.lego +1 -1
- package/examples/vite-app/src/components/sample-component.lego +15 -15
- package/examples/vite-app/src/components/shells/customers-shell.lego +21 -0
- package/examples/vite-app/src/components/todo-list.lego +12 -15
- package/examples/vite-app/src/components/widgets/user-card.lego +27 -0
- package/examples/vite-app/vite.config.js +5 -1
- package/main.js +247 -56
- package/package.json +1 -1
- package/parse-lego.js +17 -8
- package/{main.test.js → tests/main.test.js} +34 -17
- package/tests/parse-lego.test.js +65 -0
- package/vite-plugin.js +60 -22
- package/docs/.vitepress/dist/404.html +0 -22
- package/docs/.vitepress/dist/api/define.html +0 -35
- package/docs/.vitepress/dist/api/directives.html +0 -32
- package/docs/.vitepress/dist/api/globals.html +0 -27
- package/docs/.vitepress/dist/api/index.html +0 -25
- package/docs/.vitepress/dist/api/lifecycle.html +0 -38
- package/docs/.vitepress/dist/api/route.html +0 -34
- package/docs/.vitepress/dist/api/vite-plugin.html +0 -37
- package/docs/.vitepress/dist/assets/api_define.md.UA-ygUnQ.js +0 -11
- package/docs/.vitepress/dist/assets/api_define.md.UA-ygUnQ.lean.js +0 -1
- package/docs/.vitepress/dist/assets/api_directives.md.BV-D251p.js +0 -8
- package/docs/.vitepress/dist/assets/api_directives.md.BV-D251p.lean.js +0 -1
- package/docs/.vitepress/dist/assets/api_globals.md.CEznyRAY.js +0 -3
- package/docs/.vitepress/dist/assets/api_globals.md.CEznyRAY.lean.js +0 -1
- package/docs/.vitepress/dist/assets/api_index.md.IEYUxUIr.js +0 -1
- package/docs/.vitepress/dist/assets/api_index.md.IEYUxUIr.lean.js +0 -1
- package/docs/.vitepress/dist/assets/api_lifecycle.md.Ccm5xw6-.js +0 -14
- package/docs/.vitepress/dist/assets/api_lifecycle.md.Ccm5xw6-.lean.js +0 -1
- package/docs/.vitepress/dist/assets/api_route.md.CAHf_KNp.js +0 -10
- package/docs/.vitepress/dist/assets/api_route.md.CAHf_KNp.lean.js +0 -1
- package/docs/.vitepress/dist/assets/api_vite-plugin.md.DC8Li09k.js +0 -13
- package/docs/.vitepress/dist/assets/api_vite-plugin.md.DC8Li09k.lean.js +0 -1
- package/docs/.vitepress/dist/assets/app.BfblNDJy.js +0 -1
- package/docs/.vitepress/dist/assets/chunks/@localSearchIndexroot.Crdp7-Zp.js +0 -1
- package/docs/.vitepress/dist/assets/chunks/VPLocalSearchBox.C18E44rY.js +0 -9
- package/docs/.vitepress/dist/assets/chunks/framework.B7OFBR9X.js +0 -19
- package/docs/.vitepress/dist/assets/chunks/theme.VX3itTW6.js +0 -2
- package/docs/.vitepress/dist/assets/examples_form.md.DQoAgbLR.js +0 -34
- package/docs/.vitepress/dist/assets/examples_form.md.DQoAgbLR.lean.js +0 -1
- package/docs/.vitepress/dist/assets/examples_index.md.CVJJjXXE.js +0 -28
- package/docs/.vitepress/dist/assets/examples_index.md.CVJJjXXE.lean.js +0 -1
- package/docs/.vitepress/dist/assets/examples_routing.md.sRnA5RXw.js +0 -338
- package/docs/.vitepress/dist/assets/examples_routing.md.sRnA5RXw.lean.js +0 -1
- package/docs/.vitepress/dist/assets/examples_sfc-showcase.md.DPf9Wm99.js +0 -13
- package/docs/.vitepress/dist/assets/examples_sfc-showcase.md.DPf9Wm99.lean.js +0 -1
- package/docs/.vitepress/dist/assets/examples_todo-app.md.CqF4JaWn.js +0 -297
- package/docs/.vitepress/dist/assets/examples_todo-app.md.CqF4JaWn.lean.js +0 -1
- package/docs/.vitepress/dist/assets/guide_cdn-usage.md.CjIjusre.js +0 -182
- package/docs/.vitepress/dist/assets/guide_cdn-usage.md.CjIjusre.lean.js +0 -1
- package/docs/.vitepress/dist/assets/guide_components.md.CMU3iM6R.js +0 -174
- package/docs/.vitepress/dist/assets/guide_components.md.CMU3iM6R.lean.js +0 -1
- package/docs/.vitepress/dist/assets/guide_contributing.md.Crrv3T_0.js +0 -1
- package/docs/.vitepress/dist/assets/guide_contributing.md.Crrv3T_0.lean.js +0 -1
- package/docs/.vitepress/dist/assets/guide_directives.md.DFwqvqOv.js +0 -140
- package/docs/.vitepress/dist/assets/guide_directives.md.DFwqvqOv.lean.js +0 -1
- package/docs/.vitepress/dist/assets/guide_getting-started.md.DtaJPe0i.js +0 -107
- package/docs/.vitepress/dist/assets/guide_getting-started.md.DtaJPe0i.lean.js +0 -1
- package/docs/.vitepress/dist/assets/guide_index.md.DtJVpLI9.js +0 -2
- package/docs/.vitepress/dist/assets/guide_index.md.DtJVpLI9.lean.js +0 -1
- package/docs/.vitepress/dist/assets/guide_lifecycle.md.CfY3jlU1.js +0 -304
- package/docs/.vitepress/dist/assets/guide_lifecycle.md.CfY3jlU1.lean.js +0 -1
- package/docs/.vitepress/dist/assets/guide_quick-start.md.CwdNNA21.js +0 -33
- package/docs/.vitepress/dist/assets/guide_quick-start.md.CwdNNA21.lean.js +0 -1
- package/docs/.vitepress/dist/assets/guide_reactivity.md.DgTH0MTn.js +0 -135
- package/docs/.vitepress/dist/assets/guide_reactivity.md.DgTH0MTn.lean.js +0 -1
- package/docs/.vitepress/dist/assets/guide_routing.md.nMB0QOBR.js +0 -193
- package/docs/.vitepress/dist/assets/guide_routing.md.nMB0QOBR.lean.js +0 -1
- package/docs/.vitepress/dist/assets/guide_sfc.md.BUkWma1z.js +0 -187
- package/docs/.vitepress/dist/assets/guide_sfc.md.BUkWma1z.lean.js +0 -1
- package/docs/.vitepress/dist/assets/guide_templating.md.XI3uUlYI.js +0 -119
- package/docs/.vitepress/dist/assets/guide_templating.md.XI3uUlYI.lean.js +0 -1
- package/docs/.vitepress/dist/assets/index.md.M4_o26kF.js +0 -23
- package/docs/.vitepress/dist/assets/index.md.M4_o26kF.lean.js +0 -1
- package/docs/.vitepress/dist/assets/inter-italic-cyrillic-ext.r48I6akx.woff2 +0 -0
- package/docs/.vitepress/dist/assets/inter-italic-cyrillic.By2_1cv3.woff2 +0 -0
- package/docs/.vitepress/dist/assets/inter-italic-greek-ext.1u6EdAuj.woff2 +0 -0
- package/docs/.vitepress/dist/assets/inter-italic-greek.DJ8dCoTZ.woff2 +0 -0
- package/docs/.vitepress/dist/assets/inter-italic-latin-ext.CN1xVJS-.woff2 +0 -0
- package/docs/.vitepress/dist/assets/inter-italic-latin.C2AdPX0b.woff2 +0 -0
- package/docs/.vitepress/dist/assets/inter-italic-vietnamese.BSbpV94h.woff2 +0 -0
- package/docs/.vitepress/dist/assets/inter-roman-cyrillic-ext.BBPuwvHQ.woff2 +0 -0
- package/docs/.vitepress/dist/assets/inter-roman-cyrillic.C5lxZ8CY.woff2 +0 -0
- package/docs/.vitepress/dist/assets/inter-roman-greek-ext.CqjqNYQ-.woff2 +0 -0
- package/docs/.vitepress/dist/assets/inter-roman-greek.BBVDIX6e.woff2 +0 -0
- package/docs/.vitepress/dist/assets/inter-roman-latin-ext.4ZJIpNVo.woff2 +0 -0
- package/docs/.vitepress/dist/assets/inter-roman-latin.Di8DUHzh.woff2 +0 -0
- package/docs/.vitepress/dist/assets/inter-roman-vietnamese.BjW4sHH5.woff2 +0 -0
- package/docs/.vitepress/dist/assets/style.eycE2Jhw.css +0 -1
- package/docs/.vitepress/dist/examples/form.html +0 -58
- package/docs/.vitepress/dist/examples/index.html +0 -52
- package/docs/.vitepress/dist/examples/routing.html +0 -362
- package/docs/.vitepress/dist/examples/sfc-showcase.html +0 -37
- package/docs/.vitepress/dist/examples/todo-app.html +0 -321
- package/docs/.vitepress/dist/guide/cdn-usage.html +0 -206
- package/docs/.vitepress/dist/guide/components.html +0 -198
- package/docs/.vitepress/dist/guide/contributing.html +0 -25
- package/docs/.vitepress/dist/guide/directives.html +0 -164
- package/docs/.vitepress/dist/guide/getting-started.html +0 -131
- package/docs/.vitepress/dist/guide/index.html +0 -26
- package/docs/.vitepress/dist/guide/lifecycle.html +0 -328
- package/docs/.vitepress/dist/guide/quick-start.html +0 -57
- package/docs/.vitepress/dist/guide/reactivity.html +0 -159
- package/docs/.vitepress/dist/guide/routing.html +0 -217
- package/docs/.vitepress/dist/guide/sfc.html +0 -211
- package/docs/.vitepress/dist/guide/templating.html +0 -143
- package/docs/.vitepress/dist/hashmap.json +0 -1
- package/docs/.vitepress/dist/index.html +0 -47
- package/docs/.vitepress/dist/logo.svg +0 -38
- package/docs/.vitepress/dist/vp-icons.css +0 -1
- package/examples/vite-app/src/main.js +0 -11
- package/examples.js +0 -99
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const e=`{"documentCount":370,"nextId":370,"documentIds":{"0":"/LegoJS/api/define.html#lego-define","1":"/LegoJS/api/define.html#type-signature","2":"/LegoJS/api/define.html#arguments","3":"/LegoJS/api/define.html#example","4":"/LegoJS/api/directives.html#directives","5":"/LegoJS/api/directives.html#b-if","6":"/LegoJS/api/directives.html#b-for","7":"/LegoJS/api/directives.html#b-sync","8":"/LegoJS/api/directives.html#event","9":"/LegoJS/api/globals.html#global-helpers","10":"/LegoJS/api/globals.html#lego-page","11":"/LegoJS/api/globals.html#lego-create","12":"/LegoJS/api/globals.html#event-bus","13":"/LegoJS/api/#api-reference","14":"/LegoJS/api/#core","15":"/LegoJS/api/#templates-binding","16":"/LegoJS/api/#browser-support","17":"/LegoJS/api/lifecycle.html#lifecycle-hooks","18":"/LegoJS/api/lifecycle.html#init","19":"/LegoJS/api/lifecycle.html#render","20":"/LegoJS/api/lifecycle.html#destroy","21":"/LegoJS/api/route.html#lego-route","22":"/LegoJS/api/route.html#type-signature","23":"/LegoJS/api/route.html#arguments","24":"/LegoJS/api/route.html#example","25":"/LegoJS/api/route.html#router-outlet","26":"/LegoJS/api/vite-plugin.html#vite-plugin-api","27":"/LegoJS/api/vite-plugin.html#installation","28":"/LegoJS/api/vite-plugin.html#usage","29":"/LegoJS/api/vite-plugin.html#options","30":"/LegoJS/api/vite-plugin.html#componentsdir","31":"/LegoJS/api/vite-plugin.html#include","32":"/LegoJS/api/vite-plugin.html#exclude","33":"/LegoJS/api/vite-plugin.html#virtual-module","34":"/LegoJS/examples/form.html#form-example","35":"/LegoJS/examples/form.html#live-demo","36":"/LegoJS/examples/#examples","37":"/LegoJS/examples/#quick-examples","38":"/LegoJS/examples/#counter","39":"/LegoJS/examples/#input-binding","40":"/LegoJS/examples/#todo-list","41":"/LegoJS/examples/#full-applications","42":"/LegoJS/examples/#codepen-examples","43":"/LegoJS/examples/#next-steps","44":"/LegoJS/examples/routing.html#routing-example","45":"/LegoJS/examples/routing.html#full-source-code","46":"/LegoJS/examples/routing.html#features-demonstrated","47":"/LegoJS/examples/routing.html#✅-multiple-routes","48":"/LegoJS/examples/routing.html#✅-dynamic-routes","49":"/LegoJS/examples/routing.html#✅-data-fetching","50":"/LegoJS/examples/routing.html#✅-active-link-styling","51":"/LegoJS/examples/routing.html#✅-loading-states","52":"/LegoJS/examples/routing.html#key-concepts","53":"/LegoJS/examples/routing.html#route-definition","54":"/LegoJS/examples/routing.html#accessing-route-params","55":"/LegoJS/examples/routing.html#navigation","56":"/LegoJS/examples/routing.html#try-it-yourself","57":"/LegoJS/examples/routing.html#next-steps","58":"/LegoJS/examples/sfc-showcase.html#sfc-showcase","59":"/LegoJS/examples/sfc-showcase.html#file-structure","60":"/LegoJS/examples/sfc-showcase.html#usage","61":"/LegoJS/examples/todo-app.html#todo-app-example","62":"/LegoJS/examples/todo-app.html#live-demo","63":"/LegoJS/examples/todo-app.html#full-source-code","64":"/LegoJS/examples/todo-app.html#features-demonstrated","65":"/LegoJS/examples/todo-app.html#✅-reactivity","66":"/LegoJS/examples/todo-app.html#✅-list-rendering","67":"/LegoJS/examples/todo-app.html#✅-event-handling","68":"/LegoJS/examples/todo-app.html#✅-lifecycle-hooks","69":"/LegoJS/examples/todo-app.html#✅-conditional-rendering","70":"/LegoJS/examples/todo-app.html#✅-methods","71":"/LegoJS/examples/todo-app.html#key-concepts","72":"/LegoJS/examples/todo-app.html#local-storage-persistence","73":"/LegoJS/examples/todo-app.html#filtering","74":"/LegoJS/examples/todo-app.html#array-manipulation","75":"/LegoJS/examples/todo-app.html#try-it-yourself","76":"/LegoJS/examples/todo-app.html#extensions","77":"/LegoJS/examples/todo-app.html#next-steps","78":"/LegoJS/guide/cdn-usage.html#cdn-usage","79":"/LegoJS/guide/cdn-usage.html#quick-start","80":"/LegoJS/guide/cdn-usage.html#cdn-providers","81":"/LegoJS/guide/cdn-usage.html#unpkg-recommended","82":"/LegoJS/guide/cdn-usage.html#jsdelivr","83":"/LegoJS/guide/cdn-usage.html#cdnjs","84":"/LegoJS/guide/cdn-usage.html#complete-example","85":"/LegoJS/guide/cdn-usage.html#progressive-enhancement","86":"/LegoJS/guide/cdn-usage.html#embedding-in-existing-apps","87":"/LegoJS/guide/cdn-usage.html#loading-strategy","88":"/LegoJS/guide/cdn-usage.html#for-production","89":"/LegoJS/guide/cdn-usage.html#for-development-prototyping","90":"/LegoJS/guide/cdn-usage.html#with-defer","91":"/LegoJS/guide/cdn-usage.html#with-integrity-sri","92":"/LegoJS/guide/cdn-usage.html#browser-compatibility","93":"/LegoJS/guide/cdn-usage.html#pros-and-cons","94":"/LegoJS/guide/cdn-usage.html#✅-advantages","95":"/LegoJS/guide/cdn-usage.html#⚠️-limitations","96":"/LegoJS/guide/cdn-usage.html#when-to-use-cdn","97":"/LegoJS/guide/cdn-usage.html#next-steps","98":"/LegoJS/guide/components.html#components","99":"/LegoJS/guide/components.html#what-is-a-component","100":"/LegoJS/guide/components.html#creating-components","101":"/LegoJS/guide/components.html#method-1-html-templates","102":"/LegoJS/guide/components.html#method-2-javascript","103":"/LegoJS/guide/components.html#method-3-single-file-components-lego","104":"/LegoJS/guide/components.html#component-state","105":"/LegoJS/guide/components.html#passing-data","106":"/LegoJS/guide/components.html#via-b-data-attribute","107":"/LegoJS/guide/components.html#merging-with-defaults","108":"/LegoJS/guide/components.html#component-communication","109":"/LegoJS/guide/components.html#parent-→-child-props","110":"/LegoJS/guide/components.html#child-→-parent-events","111":"/LegoJS/guide/components.html#accessing-ancestors","112":"/LegoJS/guide/components.html#component-composition","113":"/LegoJS/guide/components.html#nesting-components","114":"/LegoJS/guide/components.html#using-slots","115":"/LegoJS/guide/components.html#shadow-dom","116":"/LegoJS/guide/components.html#benefits","117":"/LegoJS/guide/components.html#styling-the-host","118":"/LegoJS/guide/components.html#lifecycle","119":"/LegoJS/guide/components.html#best-practices","120":"/LegoJS/guide/components.html#_1-keep-components-small","121":"/LegoJS/guide/components.html#_2-use-semantic-names","122":"/LegoJS/guide/components.html#_3-avoid-deep-nesting","123":"/LegoJS/guide/components.html#_4-initialize-state-in-mounted","124":"/LegoJS/guide/components.html#_5-clean-up-in-unmounted","125":"/LegoJS/guide/components.html#common-patterns","126":"/LegoJS/guide/components.html#loading-states","127":"/LegoJS/guide/components.html#form-components","128":"/LegoJS/guide/components.html#computed-values","129":"/LegoJS/guide/components.html#next-steps","130":"/LegoJS/guide/contributing.html#contributing","131":"/LegoJS/guide/contributing.html#development-setup","132":"/LegoJS/guide/contributing.html#pull-requests","133":"/LegoJS/guide/contributing.html#license","134":"/LegoJS/guide/directives.html#directives","135":"/LegoJS/guide/directives.html#b-if","136":"/LegoJS/guide/directives.html#basic-usage","137":"/LegoJS/guide/directives.html#with-expressions","138":"/LegoJS/guide/directives.html#multiple-conditions","139":"/LegoJS/guide/directives.html#b-for","140":"/LegoJS/guide/directives.html#basic-syntax","141":"/LegoJS/guide/directives.html#with-objects","142":"/LegoJS/guide/directives.html#accessing-index","143":"/LegoJS/guide/directives.html#nested-loops","144":"/LegoJS/guide/directives.html#with-conditionals","145":"/LegoJS/guide/directives.html#b-sync","146":"/LegoJS/guide/directives.html#text-input","147":"/LegoJS/guide/directives.html#checkbox","148":"/LegoJS/guide/directives.html#radio-buttons","149":"/LegoJS/guide/directives.html#select-dropdown","150":"/LegoJS/guide/directives.html#textarea","151":"/LegoJS/guide/directives.html#in-b-for-loops","152":"/LegoJS/guide/directives.html#event","153":"/LegoJS/guide/directives.html#common-events","154":"/LegoJS/guide/directives.html#event-object","155":"/LegoJS/guide/directives.html#inline-expressions","156":"/LegoJS/guide/directives.html#key-events","157":"/LegoJS/guide/directives.html#b-link","158":"/LegoJS/guide/directives.html#basic-usage-1","159":"/LegoJS/guide/directives.html#with-dynamic-routes","160":"/LegoJS/guide/directives.html#b-data","161":"/LegoJS/guide/directives.html#basic-usage-2","162":"/LegoJS/guide/directives.html#with-complex-data","163":"/LegoJS/guide/directives.html#merging-with-defaults","164":"/LegoJS/guide/directives.html#combining-directives","165":"/LegoJS/guide/directives.html#b-if-b-for","166":"/LegoJS/guide/directives.html#b-for-b-sync","167":"/LegoJS/guide/directives.html#multiple-events","168":"/LegoJS/guide/directives.html#best-practices","169":"/LegoJS/guide/directives.html#_1-use-b-if-for-show-hide","170":"/LegoJS/guide/directives.html#_2-keep-event-handlers-simple","171":"/LegoJS/guide/directives.html#_3-use-b-sync-for-forms","172":"/LegoJS/guide/directives.html#_4-avoid-deep-nesting-in-b-for","173":"/LegoJS/guide/directives.html#performance-tips","174":"/LegoJS/guide/directives.html#b-if-vs-css","175":"/LegoJS/guide/directives.html#limit-b-for-items","176":"/LegoJS/guide/directives.html#common-patterns","177":"/LegoJS/guide/directives.html#toggle","178":"/LegoJS/guide/directives.html#counter","179":"/LegoJS/guide/directives.html#todo-list","180":"/LegoJS/guide/directives.html#tabs","181":"/LegoJS/guide/directives.html#next-steps","182":"/LegoJS/guide/getting-started.html#getting-started","183":"/LegoJS/guide/getting-started.html#installation","184":"/LegoJS/guide/getting-started.html#option-1-cdn-no-build-tools","185":"/LegoJS/guide/getting-started.html#option-2-npm","186":"/LegoJS/guide/getting-started.html#option-3-with-vite-recommended-for-larger-projects","187":"/LegoJS/guide/getting-started.html#your-first-component","188":"/LegoJS/guide/getting-started.html#using-html-templates","189":"/LegoJS/guide/getting-started.html#using-javascript","190":"/LegoJS/guide/getting-started.html#using-lego-files-with-vite","191":"/LegoJS/guide/getting-started.html#understanding-the-basics","192":"/LegoJS/guide/getting-started.html#_1-templates","193":"/LegoJS/guide/getting-started.html#_2-state-studs","194":"/LegoJS/guide/getting-started.html#_3-events","195":"/LegoJS/guide/getting-started.html#_4-directives","196":"/LegoJS/guide/getting-started.html#what-you-ve-learned","197":"/LegoJS/guide/getting-started.html#next-steps","198":"/LegoJS/guide/#what-is-lego","199":"/LegoJS/guide/#the-philosophy","200":"/LegoJS/guide/#key-principles","201":"/LegoJS/guide/#_1-mental-model-simplicity","202":"/LegoJS/guide/#_2-no-build-step-required","203":"/LegoJS/guide/#_3-true-reactivity","204":"/LegoJS/guide/#_4-web-standards-first","205":"/LegoJS/guide/#when-to-use-lego","206":"/LegoJS/guide/#✅-lego-is-great-for","207":"/LegoJS/guide/#⚠️-consider-alternatives-if","208":"/LegoJS/guide/#how-small-is-it","209":"/LegoJS/guide/#what-makes-it-different","210":"/LegoJS/guide/#next-steps","211":"/LegoJS/guide/lifecycle.html#lifecycle-hooks","212":"/LegoJS/guide/lifecycle.html#overview","213":"/LegoJS/guide/lifecycle.html#mounted","214":"/LegoJS/guide/lifecycle.html#usage","215":"/LegoJS/guide/lifecycle.html#common-use-cases","216":"/LegoJS/guide/lifecycle.html#updated","217":"/LegoJS/guide/lifecycle.html#usage-1","218":"/LegoJS/guide/lifecycle.html#common-use-cases-1","219":"/LegoJS/guide/lifecycle.html#unmounted","220":"/LegoJS/guide/lifecycle.html#usage-2","221":"/LegoJS/guide/lifecycle.html#common-use-cases-2","222":"/LegoJS/guide/lifecycle.html#lifecycle-flow","223":"/LegoJS/guide/lifecycle.html#complete-example","224":"/LegoJS/guide/lifecycle.html#best-practices","225":"/LegoJS/guide/lifecycle.html#_1-initialize-in-mounted","226":"/LegoJS/guide/lifecycle.html#_2-always-clean-up","227":"/LegoJS/guide/lifecycle.html#_3-keep-updated-light","228":"/LegoJS/guide/lifecycle.html#_4-guard-against-errors","229":"/LegoJS/guide/lifecycle.html#common-patterns","230":"/LegoJS/guide/lifecycle.html#loading-state","231":"/LegoJS/guide/lifecycle.html#polling","232":"/LegoJS/guide/lifecycle.html#scroll-position","233":"/LegoJS/guide/lifecycle.html#animation","234":"/LegoJS/guide/lifecycle.html#debugging-lifecycle","235":"/LegoJS/guide/lifecycle.html#next-steps","236":"/LegoJS/guide/quick-start.html#quick-start","237":"/LegoJS/guide/quick-start.html#_1-create-an-html-file","238":"/LegoJS/guide/quick-start.html#next-steps","239":"/LegoJS/guide/reactivity.html#reactivity","240":"/LegoJS/guide/reactivity.html#the-core-concept","241":"/LegoJS/guide/reactivity.html#how-it-works","242":"/LegoJS/guide/reactivity.html#what-s-reactive","243":"/LegoJS/guide/reactivity.html#✅-direct-property-assignment","244":"/LegoJS/guide/reactivity.html#✅-array-methods","245":"/LegoJS/guide/reactivity.html#✅-nested-objects","246":"/LegoJS/guide/reactivity.html#✅-object-deletion","247":"/LegoJS/guide/reactivity.html#⚠️-limitations","248":"/LegoJS/guide/reactivity.html#replacing-arrays","249":"/LegoJS/guide/reactivity.html#adding-new-root-properties","250":"/LegoJS/guide/reactivity.html#batching-updates","251":"/LegoJS/guide/reactivity.html#update-lifecycle","252":"/LegoJS/guide/reactivity.html#deep-reactivity","253":"/LegoJS/guide/reactivity.html#arrays-and-objects","254":"/LegoJS/guide/reactivity.html#array-mutations","255":"/LegoJS/guide/reactivity.html#non-mutating-methods","256":"/LegoJS/guide/reactivity.html#object-changes","257":"/LegoJS/guide/reactivity.html#adding-properties-to-nested-objects","258":"/LegoJS/guide/reactivity.html#object-assign","259":"/LegoJS/guide/reactivity.html#performance-considerations","260":"/LegoJS/guide/reactivity.html#minimize-unnecessary-updates","261":"/LegoJS/guide/reactivity.html#avoid-reactive-overhead-for-static-data","262":"/LegoJS/guide/reactivity.html#debugging-reactivity","263":"/LegoJS/guide/reactivity.html#check-if-value-changed","264":"/LegoJS/guide/reactivity.html#inspect-proxy","265":"/LegoJS/guide/reactivity.html#comparing-with-other-frameworks","266":"/LegoJS/guide/reactivity.html#vue-3","267":"/LegoJS/guide/reactivity.html#react","268":"/LegoJS/guide/reactivity.html#svelte","269":"/LegoJS/guide/reactivity.html#advanced-patterns","270":"/LegoJS/guide/reactivity.html#watching-for-changes","271":"/LegoJS/guide/reactivity.html#computed-properties","272":"/LegoJS/guide/reactivity.html#debouncing-updates","273":"/LegoJS/guide/reactivity.html#best-practices","274":"/LegoJS/guide/reactivity.html#next-steps","275":"/LegoJS/guide/routing.html#routing","276":"/LegoJS/guide/routing.html#basic-setup","277":"/LegoJS/guide/routing.html#_1-add-router-outlet","278":"/LegoJS/guide/routing.html#_2-define-routes","279":"/LegoJS/guide/routing.html#_3-create-page-components","280":"/LegoJS/guide/routing.html#_4-add-navigation","281":"/LegoJS/guide/routing.html#complete-example","282":"/LegoJS/guide/routing.html#dynamic-routes","283":"/LegoJS/guide/routing.html#accessing-parameters","284":"/LegoJS/guide/routing.html#programmatic-navigation","285":"/LegoJS/guide/routing.html#route-middleware","286":"/LegoJS/guide/routing.html#middleware-example","287":"/LegoJS/guide/routing.html#active-link-styling","288":"/LegoJS/guide/routing.html#_404-not-found","289":"/LegoJS/guide/routing.html#nested-routes","290":"/LegoJS/guide/routing.html#query-strings","291":"/LegoJS/guide/routing.html#hash-vs-history-mode","292":"/LegoJS/guide/routing.html#server-configuration","293":"/LegoJS/guide/routing.html#best-practices","294":"/LegoJS/guide/routing.html#_1-centralize-route-definitions","295":"/LegoJS/guide/routing.html#_2-loading-states","296":"/LegoJS/guide/routing.html#_3-error-handling","297":"/LegoJS/guide/routing.html#limitations","298":"/LegoJS/guide/routing.html#next-steps","299":"/LegoJS/guide/sfc.html#single-file-components-lego","300":"/LegoJS/guide/sfc.html#why-sfcs","301":"/LegoJS/guide/sfc.html#benefits","302":"/LegoJS/guide/sfc.html#file-format","303":"/LegoJS/guide/sfc.html#example-component","304":"/LegoJS/guide/sfc.html#vite-plugin-setup","305":"/LegoJS/guide/sfc.html#installation","306":"/LegoJS/guide/sfc.html#configuration","307":"/LegoJS/guide/sfc.html#project-structure","308":"/LegoJS/guide/sfc.html#entry-point","309":"/LegoJS/guide/sfc.html#use-components","310":"/LegoJS/guide/sfc.html#component-naming","311":"/LegoJS/guide/sfc.html#section-details","312":"/LegoJS/guide/sfc.html#template-section","313":"/LegoJS/guide/sfc.html#script-section","314":"/LegoJS/guide/sfc.html#style-section","315":"/LegoJS/guide/sfc.html#hot-module-replacement","316":"/LegoJS/guide/sfc.html#passing-props","317":"/LegoJS/guide/sfc.html#best-practices","318":"/LegoJS/guide/sfc.html#_1-keep-components-small","319":"/LegoJS/guide/sfc.html#_2-use-semantic-names","320":"/LegoJS/guide/sfc.html#_3-organize-by-feature","321":"/LegoJS/guide/sfc.html#limitations","322":"/LegoJS/guide/sfc.html#comparison-sfc-vs-traditional","323":"/LegoJS/guide/sfc.html#traditional-html-template","324":"/LegoJS/guide/sfc.html#sfc-lego-file","325":"/LegoJS/guide/sfc.html#next-steps","326":"/LegoJS/guide/templating.html#templating","327":"/LegoJS/guide/templating.html#interpolation","328":"/LegoJS/guide/templating.html#simple-values","329":"/LegoJS/guide/templating.html#expressions","330":"/LegoJS/guide/templating.html#method-calls","331":"/LegoJS/guide/templating.html#conditional-ternary","332":"/LegoJS/guide/templating.html#attribute-binding","333":"/LegoJS/guide/templating.html#simple-attributes","334":"/LegoJS/guide/templating.html#class-names","335":"/LegoJS/guide/templating.html#data-attributes","336":"/LegoJS/guide/templating.html#style-inline","337":"/LegoJS/guide/templating.html#escaping","338":"/LegoJS/guide/templating.html#whitespace","339":"/LegoJS/guide/templating.html#context","340":"/LegoJS/guide/templating.html#component-state-this","341":"/LegoJS/guide/templating.html#methods","342":"/LegoJS/guide/templating.html#special-keywords","343":"/LegoJS/guide/templating.html#complex-examples","344":"/LegoJS/guide/templating.html#formatting-currency","345":"/LegoJS/guide/templating.html#date-formatting","346":"/LegoJS/guide/templating.html#pluralization","347":"/LegoJS/guide/templating.html#truncation","348":"/LegoJS/guide/templating.html#limitations","349":"/LegoJS/guide/templating.html#no-statements","350":"/LegoJS/guide/templating.html#no-declarations","351":"/LegoJS/guide/templating.html#best-practices","352":"/LegoJS/guide/templating.html#_1-keep-templates-simple","353":"/LegoJS/guide/templating.html#_2-format-in-methods","354":"/LegoJS/guide/templating.html#_3-avoid-side-effects","355":"/LegoJS/guide/templating.html#_4-use-descriptive-method-names","356":"/LegoJS/guide/templating.html#performance-tips","357":"/LegoJS/guide/templating.html#cache-computed-values","358":"/LegoJS/guide/templating.html#avoid-heavy-calculations","359":"/LegoJS/guide/templating.html#common-patterns","360":"/LegoJS/guide/templating.html#show-hide-based-on-condition","361":"/LegoJS/guide/templating.html#list-with-index","362":"/LegoJS/guide/templating.html#conditional-classes","363":"/LegoJS/guide/templating.html#dynamic-attributes","364":"/LegoJS/guide/templating.html#next-steps","365":"/LegoJS/#quick-example","366":"/LegoJS/#why-lego","367":"/LegoJS/#comparison","368":"/LegoJS/#browser-support","369":"/LegoJS/#community"},"fieldIds":{"title":0,"titles":1,"text":2},"fieldLength":{"0":[3,1,5],"1":[2,3,8],"2":[1,3,29],"3":[1,3,22],"4":[1,1,7],"5":[2,1,15],"6":[2,1,18],"7":[2,1,20],"8":[2,1,15],"9":[2,1,15],"10":[2,2,19],"11":[3,2,16],"12":[2,2,14],"13":[2,1,7],"14":[1,2,17],"15":[3,2,6],"16":[2,2,25],"17":[2,1,11],"18":[2,2,17],"19":[2,2,14],"20":[2,2,18],"21":[3,1,4],"22":[2,3,8],"23":[1,3,20],"24":[1,3,16],"25":[2,3,27],"26":[3,1,12],"27":[1,3,6],"28":[1,3,15],"29":[1,3,1],"30":[1,4,12],"31":[1,4,12],"32":[1,4,12],"33":[2,3,15],"34":[2,1,5],"35":[2,2,50],"36":[1,1,13],"37":[2,1,1],"38":[1,2,37],"39":[2,2,26],"40":[2,2,37],"41":[2,1,1],"42":[2,1,14],"43":[2,1,10],"44":[2,1,9],"45":[3,2,337],"46":[2,2,1],"47":[3,4,15],"48":[3,4,11],"49":[3,4,19],"50":[4,4,6],"51":[3,4,6],"52":[2,2,1],"53":[2,4,10],"54":[3,4,12],"55":[1,4,9],"56":[3,2,23],"57":[2,2,12],"58":[2,1,6],"59":[2,2,19],"60":[1,2,11],"61":[3,1,8],"62":[2,3,1],"63":[3,3,220],"64":[2,3,1],"65":[2,5,16],"66":[3,5,12],"67":[3,5,11],"68":[3,5,8],"69":[3,5,11],"70":[2,5,13],"71":[2,3,1],"72":[3,5,16],"73":[1,5,14],"74":[2,5,17],"75":[3,3,21],"76":[1,3,35],"77":[2,3,11],"78":[2,1,16],"79":[2,2,51],"80":[2,2,1],"81":[3,3,19],"82":[1,3,21],"83":[1,3,19],"84":[2,2,161],"85":[2,2,91],"86":[4,2,41],"87":[2,2,1],"88":[2,4,22],"89":[3,4,16],"90":[2,4,21],"91":[4,4,23],"92":[2,2,21],"93":[3,2,1],"94":[2,5,27],"95":[2,5,25],"96":[4,2,34],"97":[2,2,16],"98":[1,1,10],"99":[5,1,55],"100":[2,1,1],"101":[4,2,26],"102":[3,2,17],"103":[7,2,19],"104":[2,1,39],"105":[2,1,1],"106":[4,3,17],"107":[3,3,29],"108":[2,1,1],"109":[5,3,14],"110":[5,3,32],"111":[2,3,26],"112":[2,1,1],"113":[2,3,14],"114":[2,3,35],"115":[2,1,9],"116":[1,3,25],"117":[3,3,17],"118":[1,1,34],"119":[2,1,1],"120":[4,3,19],"121":[4,3,19],"122":[4,3,22],"123":[6,3,22],"124":[6,3,17],"125":[2,1,1],"126":[2,3,18],"127":[2,3,22],"128":[2,3,31],"129":[2,1,12],"130":[1,1,10],"131":[2,1,21],"132":[2,1,32],"133":[1,1,15],"134":[1,1,11],"135":[2,1,6],"136":[2,3,13],"137":[2,3,22],"138":[2,3,38],"139":[2,1,3],"140":[2,3,12],"141":[2,3,16],"142":[2,3,19],"143":[2,3,18],"144":[2,3,18],"145":[2,1,8],"146":[2,3,12],"147":[1,3,17],"148":[2,3,18],"149":[2,3,21],"150":[1,3,14],"151":[4,3,20],"152":[2,1,3],"153":[2,2,47],"154":[2,2,22],"155":[2,2,19],"156":[2,2,15],"157":[2,1,7],"158":[2,3,12],"159":[3,3,29],"160":[2,1,4],"161":[2,3,13],"162":[3,3,20],"163":[3,3,24],"164":[2,1,1],"165":[4,2,14],"166":[4,2,17],"167":[2,2,11],"168":[2,1,1],"169":[7,3,19],"170":[5,3,26],"171":[6,3,17],"172":[7,3,25],"173":[2,1,1],"174":[4,3,29],"175":[4,3,30],"176":[2,1,1],"177":[1,3,14],"178":[1,3,11],"179":[2,3,29],"180":[1,3,21],"181":[2,1,11],"182":[2,1,11],"183":[1,2,1],"184":[7,3,51],"185":[3,3,22],"186":[9,3,33],"187":[3,2,8],"188":[3,5,63],"189":[2,5,43],"190":[6,5,42],"191":[3,2,1],"192":[2,5,21],"193":[4,5,20],"194":[2,5,21],"195":[2,5,34],"196":[4,2,22],"197":[2,2,21],"198":[4,1,18],"199":[2,4,48],"200":[2,4,1],"201":[4,5,20],"202":[5,5,22],"203":[3,5,26],"204":[4,5,28],"205":[4,4,1],"206":[6,6,38],"207":[5,6,33],"208":[5,4,42],"209":[5,4,39],"210":[2,4,17],"211":[2,1,8],"212":[1,2,24],"213":[2,2,11],"214":[1,4,24],"215":[3,4,39],"216":[2,2,9],"217":[1,4,12],"218":[3,4,43],"219":[2,2,9],"220":[1,4,11],"221":[3,4,61],"222":[2,2,41],"223":[2,2,64],"224":[2,2,1],"225":[5,4,36],"226":[4,4,22],"227":[4,4,25],"228":[4,4,13],"229":[2,2,1],"230":[2,4,20],"231":[1,4,22],"232":[2,4,15],"233":[1,4,15],"234":[2,2,15],"235":[2,2,11],"236":[2,1,17],"237":[5,2,68],"238":[2,2,9],"239":[1,1,12],"240":[3,1,29],"241":[3,1,39],"242":[3,1,1],"243":[4,4,14],"244":[3,4,13],"245":[3,4,16],"246":[3,4,7],"247":[2,4,1],"248":[2,6,27],"249":[4,6,28],"250":[2,1,25],"251":[2,1,41],"252":[2,1,23],"253":[3,1,1],"254":[2,4,20],"255":[3,4,51],"256":[2,1,1],"257":[5,3,10],"258":[3,3,11],"259":[2,1,1],"260":[3,3,27],"261":[6,3,26],"262":[2,1,1],"263":[4,2,11],"264":[2,2,11],"265":[4,1,1],"266":[2,5,13],"267":[1,5,14],"268":[1,5,21],"269":[2,1,1],"270":[3,3,18],"271":[2,3,17],"272":[2,3,13],"273":[2,1,35],"274":[2,1,9],"275":[1,1,14],"276":[2,1,1],"277":[4,3,13],"278":[3,3,8],"279":[4,3,22],"280":[3,3,24],"281":[2,1,76],"282":[2,1,21],"283":[2,3,53],"284":[2,1,24],"285":[2,1,40],"286":[2,3,33],"287":[3,1,28],"288":[3,1,41],"289":[2,1,41],"290":[2,1,27],"291":[4,1,23],"292":[2,5,44],"293":[2,1,1],"294":[4,3,22],"295":[3,3,19],"296":[3,3,27],"297":[1,1,33],"298":[2,1,12],"299":[5,1,20],"300":[3,5,16],"301":[1,7,40],"302":[2,5,26],"303":[2,5,99],"304":[3,5,1],"305":[1,7,7],"306":[1,7,27],"307":[2,7,23],"308":[2,7,22],"309":[2,7,31],"310":[2,5,49],"311":[2,5,1],"312":[2,6,29],"313":[2,6,33],"314":[2,6,40],"315":[3,5,27],"316":[2,5,33],"317":[2,5,1],"318":[4,6,21],"319":[4,6,23],"320":[4,6,18],"321":[1,5,31],"322":[4,5,1],"323":[4,8,19],"324":[4,8,40],"325":[2,5,18],"326":[1,1,8],"327":[1,1,6],"328":[2,2,9],"329":[1,2,13],"330":[2,2,10],"331":[3,2,22],"332":[2,1,5],"333":[2,3,18],"334":[2,3,19],"335":[2,3,11],"336":[3,3,11],"337":[1,1,34],"338":[1,1,19],"339":[1,1,6],"340":[4,2,10],"341":[1,2,8],"342":[2,2,25],"343":[2,1,1],"344":[2,3,16],"345":[2,3,13],"346":[1,3,16],"347":[1,3,17],"348":[1,1,1],"349":[2,2,32],"350":[2,2,24],"351":[2,1,1],"352":[4,3,27],"353":[4,3,22],"354":[4,3,21],"355":[5,3,11],"356":[2,1,1],"357":[3,3,27],"358":[3,3,22],"359":[2,1,1],"360":[5,3,13],"361":[3,3,16],"362":[2,3,11],"363":[2,3,19],"364":[2,1,10],"365":[2,1,56],"366":[3,1,37],"367":[1,1,32],"368":[2,1,28],"369":[1,1,11]},"averageFieldLength":[2.483783783783787,2.7675675675675664,20.891891891891888],"storedFields":{"0":{"title":"Lego.define()","titles":[]},"1":{"title":"Type Signature","titles":["Lego.define()"]},"2":{"title":"Arguments","titles":["Lego.define()"]},"3":{"title":"Example","titles":["Lego.define()"]},"4":{"title":"Directives","titles":[]},"5":{"title":"b-if","titles":["Directives"]},"6":{"title":"b-for","titles":["Directives"]},"7":{"title":"b-sync","titles":["Directives"]},"8":{"title":"@event","titles":["Directives"]},"9":{"title":"Global Helpers","titles":[]},"10":{"title":"Lego.page","titles":["Global Helpers"]},"11":{"title":"Lego.create()","titles":["Global Helpers"]},"12":{"title":"Event Bus","titles":["Global Helpers"]},"13":{"title":"API Reference","titles":[]},"14":{"title":"Core","titles":["API Reference"]},"15":{"title":"Templates & Binding","titles":["API Reference"]},"16":{"title":"Browser Support","titles":["API Reference"]},"17":{"title":"Lifecycle Hooks","titles":[]},"18":{"title":"init()","titles":["Lifecycle Hooks"]},"19":{"title":"render()","titles":["Lifecycle Hooks"]},"20":{"title":"destroy()","titles":["Lifecycle Hooks"]},"21":{"title":"Lego.route()","titles":[]},"22":{"title":"Type Signature","titles":["Lego.route()"]},"23":{"title":"Arguments","titles":["Lego.route()"]},"24":{"title":"Example","titles":["Lego.route()"]},"25":{"title":"Router Outlet","titles":["Lego.route()"]},"26":{"title":"Vite Plugin API","titles":[]},"27":{"title":"Installation","titles":["Vite Plugin API"]},"28":{"title":"Usage","titles":["Vite Plugin API"]},"29":{"title":"Options","titles":["Vite Plugin API"]},"30":{"title":"componentsDir","titles":["Vite Plugin API","Options"]},"31":{"title":"include","titles":["Vite Plugin API","Options"]},"32":{"title":"exclude","titles":["Vite Plugin API","Options"]},"33":{"title":"Virtual Module","titles":["Vite Plugin API"]},"34":{"title":"Form Example","titles":[]},"35":{"title":"Live Demo","titles":["Form Example"]},"36":{"title":"Examples","titles":[]},"37":{"title":"Quick Examples","titles":["Examples"]},"38":{"title":"Counter","titles":["Examples","Quick Examples"]},"39":{"title":"Input Binding","titles":["Examples","Quick Examples"]},"40":{"title":"Todo List","titles":["Examples","Quick Examples"]},"41":{"title":"Full Applications","titles":["Examples"]},"42":{"title":"CodePen Examples","titles":["Examples"]},"43":{"title":"Next Steps","titles":["Examples"]},"44":{"title":"Routing Example","titles":[]},"45":{"title":"Full Source Code","titles":["Routing Example"]},"46":{"title":"Features Demonstrated","titles":["Routing Example"]},"47":{"title":"✅ Multiple Routes","titles":["Routing Example","Features Demonstrated"]},"48":{"title":"✅ Dynamic Routes","titles":["Routing Example","Features Demonstrated"]},"49":{"title":"✅ Data Fetching","titles":["Routing Example","Features Demonstrated"]},"50":{"title":"✅ Active Link Styling","titles":["Routing Example","Features Demonstrated"]},"51":{"title":"✅ Loading States","titles":["Routing Example","Features Demonstrated"]},"52":{"title":"Key Concepts","titles":["Routing Example"]},"53":{"title":"Route Definition","titles":["Routing Example","Key Concepts"]},"54":{"title":"Accessing Route Params","titles":["Routing Example","Key Concepts"]},"55":{"title":"Navigation","titles":["Routing Example","Key Concepts"]},"56":{"title":"Try It Yourself","titles":["Routing Example"]},"57":{"title":"Next Steps","titles":["Routing Example"]},"58":{"title":"SFC Showcase","titles":[]},"59":{"title":"File Structure","titles":["SFC Showcase"]},"60":{"title":"Usage","titles":["SFC Showcase"]},"61":{"title":"Todo App Example","titles":[]},"62":{"title":"Live Demo","titles":["Todo App Example"]},"63":{"title":"Full Source Code","titles":["Todo App Example"]},"64":{"title":"Features Demonstrated","titles":["Todo App Example"]},"65":{"title":"✅ Reactivity","titles":["Todo App Example","Features Demonstrated"]},"66":{"title":"✅ List Rendering","titles":["Todo App Example","Features Demonstrated"]},"67":{"title":"✅ Event Handling","titles":["Todo App Example","Features Demonstrated"]},"68":{"title":"✅ Lifecycle Hooks","titles":["Todo App Example","Features Demonstrated"]},"69":{"title":"✅ Conditional Rendering","titles":["Todo App Example","Features Demonstrated"]},"70":{"title":"✅ Methods","titles":["Todo App Example","Features Demonstrated"]},"71":{"title":"Key Concepts","titles":["Todo App Example"]},"72":{"title":"Local Storage Persistence","titles":["Todo App Example","Key Concepts"]},"73":{"title":"Filtering","titles":["Todo App Example","Key Concepts"]},"74":{"title":"Array Manipulation","titles":["Todo App Example","Key Concepts"]},"75":{"title":"Try It Yourself","titles":["Todo App Example"]},"76":{"title":"Extensions","titles":["Todo App Example"]},"77":{"title":"Next Steps","titles":["Todo App Example"]},"78":{"title":"CDN Usage","titles":[]},"79":{"title":"Quick Start","titles":["CDN Usage"]},"80":{"title":"CDN Providers","titles":["CDN Usage"]},"81":{"title":"unpkg (Recommended)","titles":["CDN Usage","CDN Providers"]},"82":{"title":"jsdelivr","titles":["CDN Usage","CDN Providers"]},"83":{"title":"cdnjs","titles":["CDN Usage","CDN Providers"]},"84":{"title":"Complete Example","titles":["CDN Usage"]},"85":{"title":"Progressive Enhancement","titles":["CDN Usage"]},"86":{"title":"Embedding in Existing Apps","titles":["CDN Usage"]},"87":{"title":"Loading Strategy","titles":["CDN Usage"]},"88":{"title":"For Production","titles":["CDN Usage","Loading Strategy"]},"89":{"title":"For Development/Prototyping","titles":["CDN Usage","Loading Strategy"]},"90":{"title":"With defer","titles":["CDN Usage","Loading Strategy"]},"91":{"title":"With integrity (SRI)","titles":["CDN Usage","Loading Strategy"]},"92":{"title":"Browser Compatibility","titles":["CDN Usage"]},"93":{"title":"Pros and Cons","titles":["CDN Usage"]},"94":{"title":"✅ Advantages","titles":["CDN Usage","Pros and Cons"]},"95":{"title":"⚠️ Limitations","titles":["CDN Usage","Pros and Cons"]},"96":{"title":"When to Use CDN","titles":["CDN Usage"]},"97":{"title":"Next Steps","titles":["CDN Usage"]},"98":{"title":"Components","titles":[]},"99":{"title":"What is a Component?","titles":["Components"]},"100":{"title":"Creating Components","titles":["Components"]},"101":{"title":"Method 1: HTML Templates","titles":["Components","Creating Components"]},"102":{"title":"Method 2: JavaScript","titles":["Components","Creating Components"]},"103":{"title":"Method 3: Single File Components (.lego)","titles":["Components","Creating Components"]},"104":{"title":"Component State","titles":["Components"]},"105":{"title":"Passing Data","titles":["Components"]},"106":{"title":"Via b-data Attribute","titles":["Components","Passing Data"]},"107":{"title":"Merging with Defaults","titles":["Components","Passing Data"]},"108":{"title":"Component Communication","titles":["Components"]},"109":{"title":"Parent → Child (Props)","titles":["Components","Component Communication"]},"110":{"title":"Child → Parent (Events)","titles":["Components","Component Communication"]},"111":{"title":"Accessing Ancestors","titles":["Components","Component Communication"]},"112":{"title":"Component Composition","titles":["Components"]},"113":{"title":"Nesting Components","titles":["Components","Component Composition"]},"114":{"title":"Using Slots","titles":["Components","Component Composition"]},"115":{"title":"Shadow DOM","titles":["Components"]},"116":{"title":"Benefits","titles":["Components","Shadow DOM"]},"117":{"title":"Styling the Host","titles":["Components","Shadow DOM"]},"118":{"title":"Lifecycle","titles":["Components"]},"119":{"title":"Best Practices","titles":["Components"]},"120":{"title":"1. Keep Components Small","titles":["Components","Best Practices"]},"121":{"title":"2. Use Semantic Names","titles":["Components","Best Practices"]},"122":{"title":"3. Avoid Deep Nesting","titles":["Components","Best Practices"]},"123":{"title":"4. Initialize State in mounted()","titles":["Components","Best Practices"]},"124":{"title":"5. Clean Up in unmounted()","titles":["Components","Best Practices"]},"125":{"title":"Common Patterns","titles":["Components"]},"126":{"title":"Loading States","titles":["Components","Common Patterns"]},"127":{"title":"Form Components","titles":["Components","Common Patterns"]},"128":{"title":"Computed Values","titles":["Components","Common Patterns"]},"129":{"title":"Next Steps","titles":["Components"]},"130":{"title":"Contributing","titles":[]},"131":{"title":"Development Setup","titles":["Contributing"]},"132":{"title":"Pull Requests","titles":["Contributing"]},"133":{"title":"License","titles":["Contributing"]},"134":{"title":"Directives","titles":[]},"135":{"title":"b-if","titles":["Directives"]},"136":{"title":"Basic Usage","titles":["Directives","b-if"]},"137":{"title":"With Expressions","titles":["Directives","b-if"]},"138":{"title":"Multiple Conditions","titles":["Directives","b-if"]},"139":{"title":"b-for","titles":["Directives"]},"140":{"title":"Basic Syntax","titles":["Directives","b-for"]},"141":{"title":"With Objects","titles":["Directives","b-for"]},"142":{"title":"Accessing Index","titles":["Directives","b-for"]},"143":{"title":"Nested Loops","titles":["Directives","b-for"]},"144":{"title":"With Conditionals","titles":["Directives","b-for"]},"145":{"title":"b-sync","titles":["Directives"]},"146":{"title":"Text Input","titles":["Directives","b-sync"]},"147":{"title":"Checkbox","titles":["Directives","b-sync"]},"148":{"title":"Radio Buttons","titles":["Directives","b-sync"]},"149":{"title":"Select Dropdown","titles":["Directives","b-sync"]},"150":{"title":"Textarea","titles":["Directives","b-sync"]},"151":{"title":"In b-for Loops","titles":["Directives","b-sync"]},"152":{"title":"@event","titles":["Directives"]},"153":{"title":"Common Events","titles":["Directives","@event"]},"154":{"title":"Event Object","titles":["Directives","@event"]},"155":{"title":"Inline Expressions","titles":["Directives","@event"]},"156":{"title":"Key Events","titles":["Directives","@event"]},"157":{"title":"b-link","titles":["Directives"]},"158":{"title":"Basic Usage","titles":["Directives","b-link"]},"159":{"title":"With Dynamic Routes","titles":["Directives","b-link"]},"160":{"title":"b-data","titles":["Directives"]},"161":{"title":"Basic Usage","titles":["Directives","b-data"]},"162":{"title":"With Complex Data","titles":["Directives","b-data"]},"163":{"title":"Merging with Defaults","titles":["Directives","b-data"]},"164":{"title":"Combining Directives","titles":["Directives"]},"165":{"title":"b-if + b-for","titles":["Directives","Combining Directives"]},"166":{"title":"b-for + b-sync","titles":["Directives","Combining Directives"]},"167":{"title":"Multiple Events","titles":["Directives","Combining Directives"]},"168":{"title":"Best Practices","titles":["Directives"]},"169":{"title":"1. Use b-if for Show/Hide","titles":["Directives","Best Practices"]},"170":{"title":"2. Keep Event Handlers Simple","titles":["Directives","Best Practices"]},"171":{"title":"3. Use b-sync for Forms","titles":["Directives","Best Practices"]},"172":{"title":"4. Avoid Deep Nesting in b-for","titles":["Directives","Best Practices"]},"173":{"title":"Performance Tips","titles":["Directives"]},"174":{"title":"b-if vs CSS","titles":["Directives","Performance Tips"]},"175":{"title":"Limit b-for Items","titles":["Directives","Performance Tips"]},"176":{"title":"Common Patterns","titles":["Directives"]},"177":{"title":"Toggle","titles":["Directives","Common Patterns"]},"178":{"title":"Counter","titles":["Directives","Common Patterns"]},"179":{"title":"Todo List","titles":["Directives","Common Patterns"]},"180":{"title":"Tabs","titles":["Directives","Common Patterns"]},"181":{"title":"Next Steps","titles":["Directives"]},"182":{"title":"Getting Started","titles":[]},"183":{"title":"Installation","titles":["Getting Started"]},"184":{"title":"Option 1: CDN (No Build Tools)","titles":["Getting Started","Installation"]},"185":{"title":"Option 2: npm","titles":["Getting Started","Installation"]},"186":{"title":"Option 3: With Vite (Recommended for Larger Projects)","titles":["Getting Started","Installation"]},"187":{"title":"Your First Component","titles":["Getting Started"]},"188":{"title":"Using HTML Templates","titles":["Getting Started","Your First Component"]},"189":{"title":"Using JavaScript","titles":["Getting Started","Your First Component"]},"190":{"title":"Using .lego Files (with Vite)","titles":["Getting Started","Your First Component"]},"191":{"title":"Understanding the Basics","titles":["Getting Started"]},"192":{"title":"1. Templates","titles":["Getting Started","Understanding the Basics"]},"193":{"title":"2. State (Studs)","titles":["Getting Started","Understanding the Basics"]},"194":{"title":"3. Events","titles":["Getting Started","Understanding the Basics"]},"195":{"title":"4. Directives","titles":["Getting Started","Understanding the Basics"]},"196":{"title":"What You've Learned","titles":["Getting Started"]},"197":{"title":"Next Steps","titles":["Getting Started"]},"198":{"title":"What is Lego?","titles":[]},"199":{"title":"The Philosophy","titles":["What is Lego?"]},"200":{"title":"Key Principles","titles":["What is Lego?"]},"201":{"title":"1. Mental Model Simplicity","titles":["What is Lego?","Key Principles"]},"202":{"title":"2. No Build Step Required","titles":["What is Lego?","Key Principles"]},"203":{"title":"3. True Reactivity","titles":["What is Lego?","Key Principles"]},"204":{"title":"4. Web Standards First","titles":["What is Lego?","Key Principles"]},"205":{"title":"When to Use Lego","titles":["What is Lego?"]},"206":{"title":"✅ Lego is Great For:","titles":["What is Lego?","When to Use Lego"]},"207":{"title":"⚠️ Consider Alternatives If:","titles":["What is Lego?","When to Use Lego"]},"208":{"title":"How Small Is It?","titles":["What is Lego?"]},"209":{"title":"What Makes It Different?","titles":["What is Lego?"]},"210":{"title":"Next Steps","titles":["What is Lego?"]},"211":{"title":"Lifecycle Hooks","titles":[]},"212":{"title":"Overview","titles":["Lifecycle Hooks"]},"213":{"title":"mounted()","titles":["Lifecycle Hooks"]},"214":{"title":"Usage","titles":["Lifecycle Hooks","mounted()"]},"215":{"title":"Common Use Cases","titles":["Lifecycle Hooks","mounted()"]},"216":{"title":"updated()","titles":["Lifecycle Hooks"]},"217":{"title":"Usage","titles":["Lifecycle Hooks","updated()"]},"218":{"title":"Common Use Cases","titles":["Lifecycle Hooks","updated()"]},"219":{"title":"unmounted()","titles":["Lifecycle Hooks"]},"220":{"title":"Usage","titles":["Lifecycle Hooks","unmounted()"]},"221":{"title":"Common Use Cases","titles":["Lifecycle Hooks","unmounted()"]},"222":{"title":"Lifecycle Flow","titles":["Lifecycle Hooks"]},"223":{"title":"Complete Example","titles":["Lifecycle Hooks"]},"224":{"title":"Best Practices","titles":["Lifecycle Hooks"]},"225":{"title":"1. Initialize in mounted()","titles":["Lifecycle Hooks","Best Practices"]},"226":{"title":"2. Always Clean Up","titles":["Lifecycle Hooks","Best Practices"]},"227":{"title":"3. Keep updated() Light","titles":["Lifecycle Hooks","Best Practices"]},"228":{"title":"4. Guard Against Errors","titles":["Lifecycle Hooks","Best Practices"]},"229":{"title":"Common Patterns","titles":["Lifecycle Hooks"]},"230":{"title":"Loading State","titles":["Lifecycle Hooks","Common Patterns"]},"231":{"title":"Polling","titles":["Lifecycle Hooks","Common Patterns"]},"232":{"title":"Scroll Position","titles":["Lifecycle Hooks","Common Patterns"]},"233":{"title":"Animation","titles":["Lifecycle Hooks","Common Patterns"]},"234":{"title":"Debugging Lifecycle","titles":["Lifecycle Hooks"]},"235":{"title":"Next Steps","titles":["Lifecycle Hooks"]},"236":{"title":"Quick Start","titles":[]},"237":{"title":"1. Create an HTML file","titles":["Quick Start"]},"238":{"title":"Next Steps","titles":["Quick Start"]},"239":{"title":"Reactivity","titles":[]},"240":{"title":"The Core Concept","titles":["Reactivity"]},"241":{"title":"How It Works","titles":["Reactivity"]},"242":{"title":"What's Reactive","titles":["Reactivity"]},"243":{"title":"✅ Direct Property Assignment","titles":["Reactivity","What's Reactive"]},"244":{"title":"✅ Array Methods","titles":["Reactivity","What's Reactive"]},"245":{"title":"✅ Nested Objects","titles":["Reactivity","What's Reactive"]},"246":{"title":"✅ Object Deletion","titles":["Reactivity","What's Reactive"]},"247":{"title":"⚠️ Limitations","titles":["Reactivity","What's Reactive"]},"248":{"title":"Replacing Arrays","titles":["Reactivity","What's Reactive","⚠️ Limitations"]},"249":{"title":"Adding New Root Properties","titles":["Reactivity","What's Reactive","⚠️ Limitations"]},"250":{"title":"Batching Updates","titles":["Reactivity"]},"251":{"title":"Update Lifecycle","titles":["Reactivity"]},"252":{"title":"Deep Reactivity","titles":["Reactivity"]},"253":{"title":"Arrays and Objects","titles":["Reactivity"]},"254":{"title":"Array Mutations","titles":["Reactivity","Arrays and Objects"]},"255":{"title":"Non-Mutating Methods","titles":["Reactivity","Arrays and Objects"]},"256":{"title":"Object Changes","titles":["Reactivity"]},"257":{"title":"Adding Properties to Nested Objects","titles":["Reactivity","Object Changes"]},"258":{"title":"Object.assign()","titles":["Reactivity","Object Changes"]},"259":{"title":"Performance Considerations","titles":["Reactivity"]},"260":{"title":"Minimize Unnecessary Updates","titles":["Reactivity","Performance Considerations"]},"261":{"title":"Avoid Reactive Overhead for Static Data","titles":["Reactivity","Performance Considerations"]},"262":{"title":"Debugging Reactivity","titles":["Reactivity"]},"263":{"title":"Check if Value Changed","titles":["Reactivity","Debugging Reactivity"]},"264":{"title":"Inspect Proxy","titles":["Reactivity","Debugging Reactivity"]},"265":{"title":"Comparing with Other Frameworks","titles":["Reactivity"]},"266":{"title":"Vue 3","titles":["Reactivity","Comparing with Other Frameworks"]},"267":{"title":"React","titles":["Reactivity","Comparing with Other Frameworks"]},"268":{"title":"Svelte","titles":["Reactivity","Comparing with Other Frameworks"]},"269":{"title":"Advanced Patterns","titles":["Reactivity"]},"270":{"title":"Watching for Changes","titles":["Reactivity","Advanced Patterns"]},"271":{"title":"Computed Properties","titles":["Reactivity","Advanced Patterns"]},"272":{"title":"Debouncing Updates","titles":["Reactivity","Advanced Patterns"]},"273":{"title":"Best Practices","titles":["Reactivity"]},"274":{"title":"Next Steps","titles":["Reactivity"]},"275":{"title":"Routing","titles":[]},"276":{"title":"Basic Setup","titles":["Routing"]},"277":{"title":"1. Add Router Outlet","titles":["Routing","Basic Setup"]},"278":{"title":"2. Define Routes","titles":["Routing","Basic Setup"]},"279":{"title":"3. Create Page Components","titles":["Routing","Basic Setup"]},"280":{"title":"4. Add Navigation","titles":["Routing","Basic Setup"]},"281":{"title":"Complete Example","titles":["Routing"]},"282":{"title":"Dynamic Routes","titles":["Routing"]},"283":{"title":"Accessing Parameters","titles":["Routing","Dynamic Routes"]},"284":{"title":"Programmatic Navigation","titles":["Routing"]},"285":{"title":"Route Middleware","titles":["Routing"]},"286":{"title":"Middleware Example","titles":["Routing","Route Middleware"]},"287":{"title":"Active Link Styling","titles":["Routing"]},"288":{"title":"404 / Not Found","titles":["Routing"]},"289":{"title":"Nested Routes","titles":["Routing"]},"290":{"title":"Query Strings","titles":["Routing"]},"291":{"title":"Hash vs History Mode","titles":["Routing"]},"292":{"title":"Server Configuration","titles":["Routing","Hash vs History Mode"]},"293":{"title":"Best Practices","titles":["Routing"]},"294":{"title":"1. Centralize Route Definitions","titles":["Routing","Best Practices"]},"295":{"title":"2. Loading States","titles":["Routing","Best Practices"]},"296":{"title":"3. Error Handling","titles":["Routing","Best Practices"]},"297":{"title":"Limitations","titles":["Routing"]},"298":{"title":"Next Steps","titles":["Routing"]},"299":{"title":"Single File Components (.lego)","titles":[]},"300":{"title":"Why SFCs?","titles":["Single File Components (.lego)"]},"301":{"title":"Benefits","titles":["Single File Components (.lego)","Why SFCs?"]},"302":{"title":"File Format","titles":["Single File Components (.lego)"]},"303":{"title":"Example Component","titles":["Single File Components (.lego)","File Format"]},"304":{"title":"Vite Plugin Setup","titles":["Single File Components (.lego)"]},"305":{"title":"Installation","titles":["Single File Components (.lego)","Vite Plugin Setup"]},"306":{"title":"Configuration","titles":["Single File Components (.lego)","Vite Plugin Setup"]},"307":{"title":"Project Structure","titles":["Single File Components (.lego)","Vite Plugin Setup"]},"308":{"title":"Entry Point","titles":["Single File Components (.lego)","Vite Plugin Setup"]},"309":{"title":"Use Components","titles":["Single File Components (.lego)","Vite Plugin Setup"]},"310":{"title":"Component Naming","titles":["Single File Components (.lego)"]},"311":{"title":"Section Details","titles":["Single File Components (.lego)"]},"312":{"title":"Template Section","titles":["Single File Components (.lego)","Section Details"]},"313":{"title":"Script Section","titles":["Single File Components (.lego)","Section Details"]},"314":{"title":"Style Section","titles":["Single File Components (.lego)","Section Details"]},"315":{"title":"Hot Module Replacement","titles":["Single File Components (.lego)"]},"316":{"title":"Passing Props","titles":["Single File Components (.lego)"]},"317":{"title":"Best Practices","titles":["Single File Components (.lego)"]},"318":{"title":"1. Keep Components Small","titles":["Single File Components (.lego)","Best Practices"]},"319":{"title":"2. Use Semantic Names","titles":["Single File Components (.lego)","Best Practices"]},"320":{"title":"3. Organize by Feature","titles":["Single File Components (.lego)","Best Practices"]},"321":{"title":"Limitations","titles":["Single File Components (.lego)"]},"322":{"title":"Comparison: SFC vs Traditional","titles":["Single File Components (.lego)"]},"323":{"title":"Traditional (HTML Template)","titles":["Single File Components (.lego)","Comparison: SFC vs Traditional"]},"324":{"title":"SFC (.lego file)","titles":["Single File Components (.lego)","Comparison: SFC vs Traditional"]},"325":{"title":"Next Steps","titles":["Single File Components (.lego)"]},"326":{"title":"Templating","titles":[]},"327":{"title":"Interpolation","titles":["Templating"]},"328":{"title":"Simple Values","titles":["Templating","Interpolation"]},"329":{"title":"Expressions","titles":["Templating","Interpolation"]},"330":{"title":"Method Calls","titles":["Templating","Interpolation"]},"331":{"title":"Conditional (Ternary)","titles":["Templating","Interpolation"]},"332":{"title":"Attribute Binding","titles":["Templating"]},"333":{"title":"Simple Attributes","titles":["Templating","Attribute Binding"]},"334":{"title":"Class Names","titles":["Templating","Attribute Binding"]},"335":{"title":"Data Attributes","titles":["Templating","Attribute Binding"]},"336":{"title":"Style (Inline)","titles":["Templating","Attribute Binding"]},"337":{"title":"Escaping","titles":["Templating"]},"338":{"title":"Whitespace","titles":["Templating"]},"339":{"title":"Context","titles":["Templating"]},"340":{"title":"Component State (this)","titles":["Templating","Context"]},"341":{"title":"Methods","titles":["Templating","Context"]},"342":{"title":"Special Keywords","titles":["Templating","Context"]},"343":{"title":"Complex Examples","titles":["Templating"]},"344":{"title":"Formatting Currency","titles":["Templating","Complex Examples"]},"345":{"title":"Date Formatting","titles":["Templating","Complex Examples"]},"346":{"title":"Pluralization","titles":["Templating","Complex Examples"]},"347":{"title":"Truncation","titles":["Templating","Complex Examples"]},"348":{"title":"Limitations","titles":["Templating"]},"349":{"title":"No Statements","titles":["Templating","Limitations"]},"350":{"title":"No Declarations","titles":["Templating","Limitations"]},"351":{"title":"Best Practices","titles":["Templating"]},"352":{"title":"1. Keep Templates Simple","titles":["Templating","Best Practices"]},"353":{"title":"2. Format in Methods","titles":["Templating","Best Practices"]},"354":{"title":"3. Avoid Side Effects","titles":["Templating","Best Practices"]},"355":{"title":"4. Use Descriptive Method Names","titles":["Templating","Best Practices"]},"356":{"title":"Performance Tips","titles":["Templating"]},"357":{"title":"Cache Computed Values","titles":["Templating","Performance Tips"]},"358":{"title":"Avoid Heavy Calculations","titles":["Templating","Performance Tips"]},"359":{"title":"Common Patterns","titles":["Templating"]},"360":{"title":"Show/Hide Based on Condition","titles":["Templating","Common Patterns"]},"361":{"title":"List with Index","titles":["Templating","Common Patterns"]},"362":{"title":"Conditional Classes","titles":["Templating","Common Patterns"]},"363":{"title":"Dynamic Attributes","titles":["Templating","Common Patterns"]},"364":{"title":"Next Steps","titles":["Templating"]},"365":{"title":"Quick Example","titles":[]},"366":{"title":"Why Lego?","titles":[]},"367":{"title":"Comparison","titles":[]},"368":{"title":"Browser Support","titles":[]},"369":{"title":"Community","titles":[]}},"dirtCount":0,"index":[["📦",{"2":{"369":1}}],["🐛",{"2":{"369":1}}],["💬",{"2":{"369":1}}],["📖",{"2":{"369":1}}],["🔴",{"2":{"331":1}}],["🟢",{"2":{"331":1}}],["^",{"2":{"292":1}}],["qty",{"2":{"350":2}}],["q=legojs",{"2":{"290":1}}],["q",{"2":{"290":1}}],["queue",{"2":{"251":2}}],["queryselectorall",{"2":{"45":1,"287":1}}],["queryselector",{"2":{"45":3,"63":1,"110":1,"215":1,"233":1,"237":1,"288":1}}],["query",{"0":{"290":1},"2":{"10":2,"290":1}}],["quot",{"2":{"69":2,"193":2}}],["quick",{"0":{"37":1,"79":1,"236":1,"365":1},"1":{"38":1,"39":1,"40":1,"237":1,"238":1},"2":{"237":1}}],["99",{"2":{"344":1}}],["999",{"2":{"63":1}}],["9",{"2":{"222":1,"310":2}}],["~100kb+",{"2":{"208":1}}],["~17kb",{"2":{"208":1}}],["~40kb",{"2":{"208":1,"367":1}}],["~33kb",{"2":{"208":1,"367":1}}],["~6kb",{"2":{"208":1}}],["yes",{"2":{"349":2,"367":4}}],["yet",{"2":{"251":1}}],["years",{"2":{"192":1}}],["yourself",{"0":{"56":1,"75":1}}],["your",{"0":{"187":1},"1":{"188":1,"189":1,"190":1},"2":{"25":1,"39":1,"42":1,"79":1,"85":1,"86":2,"101":1,"130":1,"132":2,"133":1,"189":1,"192":1,"196":1,"199":1,"202":1,"207":1,"210":1,"237":1,"239":1,"277":1,"288":2,"292":1,"299":1,"300":2,"302":2,"308":1,"309":1,"312":1,"314":1,"315":2,"324":1}}],["you",{"0":{"196":1},"2":{"25":1,"45":1,"95":1,"130":1,"132":2,"133":1,"159":1,"201":2,"202":1,"206":1,"207":3,"226":1,"240":1,"241":1,"251":1,"289":1,"291":1,"299":1,"301":1,"339":1,"366":3}}],["known",{"2":{"288":1}}],["know",{"2":{"201":2}}],["kingdom",{"2":{"149":1}}],["kebab",{"2":{"310":1}}],["keeping",{"2":{"300":1}}],["keep",{"0":{"120":1,"170":1,"227":1,"318":1,"352":1},"2":{"122":1,"218":1,"273":1}}],["keydown",{"2":{"223":2}}],["keydown=",{"2":{"153":1,"156":1}}],["keyboard",{"2":{"153":1}}],["keys",{"2":{"127":1}}],["keywords",{"0":{"342":1}}],["keyword",{"2":{"117":1}}],["keyup=",{"2":{"63":1,"84":1,"153":1,"156":1,"179":1}}],["key",{"0":{"52":1,"71":1,"156":1,"200":1},"1":{"53":1,"54":1,"55":1,"72":1,"73":1,"74":1,"201":1,"202":1,"203":1,"204":1},"2":{"63":1,"67":1,"84":1,"156":2,"179":1,"223":1,"241":3}}],["+",{"0":{"165":1,"166":1},"2":{"128":1,"142":1,"175":1,"208":4,"267":1,"310":2,"329":2,"331":1,"344":1,"347":1,"357":1,"361":1}}],["└──",{"2":{"122":3,"307":3,"320":4}}],["│",{"2":{"122":2,"307":8,"320":5}}],["├──",{"2":{"122":2,"307":6,"320":6}}],["❌",{"2":{"120":1,"121":1,"169":1,"170":1,"171":1,"172":1,"225":1,"227":1,"260":1,"291":2,"310":1,"318":1,"319":1,"349":1,"350":1,"352":1,"353":1,"354":1,"358":1}}],["⚠️",{"0":{"95":1,"207":1,"247":1},"1":{"248":1,"249":1},"2":{"248":1,"249":1}}],["✅",{"0":{"47":1,"48":1,"49":1,"50":1,"51":1,"65":1,"66":1,"67":1,"68":1,"69":1,"70":1,"94":1,"206":1,"243":1,"244":1,"245":1,"246":1},"2":{"92":4,"116":3,"120":1,"121":1,"169":1,"170":1,"171":1,"172":1,"196":4,"225":1,"226":2,"227":1,"243":3,"244":4,"245":1,"246":1,"248":1,"249":1,"252":1,"255":2,"257":1,"258":1,"260":1,"291":3,"301":5,"310":1,"318":1,"319":1,"349":1,"350":1,"352":1,"353":1,"354":1,"355":1,"358":1}}],["z0",{"2":{"310":2}}],["z",{"2":{"310":1}}],["zipcode",{"2":{"45":1}}],["zero",{"2":{"45":1,"198":1,"208":1}}],["xss",{"2":{"337":3}}],["x",{"2":{"255":6,"303":1,"352":8,"357":2}}],["x26",{"2":{"45":2,"63":2,"84":2,"126":4,"137":2,"138":2,"156":4,"179":2,"303":1,"337":4}}],["x3c",{"2":{"3":6,"5":4,"6":4,"7":3,"8":3,"25":8,"35":20,"38":10,"39":7,"40":11,"45":174,"55":2,"59":8,"60":2,"63":53,"79":20,"81":6,"82":6,"83":2,"84":39,"85":22,"86":11,"88":2,"89":2,"90":2,"91":2,"99":7,"101":6,"102":2,"103":7,"104":4,"106":2,"107":4,"109":2,"110":3,"111":3,"113":12,"114":19,"117":2,"126":10,"128":2,"136":4,"137":6,"138":4,"140":4,"141":4,"142":4,"143":8,"144":6,"146":3,"147":3,"148":5,"149":10,"150":4,"151":5,"153":18,"154":2,"155":6,"156":2,"158":6,"159":4,"161":2,"162":2,"163":4,"165":2,"166":3,"167":1,"169":6,"170":6,"171":4,"172":10,"174":3,"175":2,"177":4,"178":6,"179":8,"180":14,"184":17,"185":2,"188":16,"189":10,"190":12,"192":4,"194":4,"195":5,"237":28,"252":3,"271":2,"277":2,"279":12,"280":10,"281":51,"283":10,"288":2,"289":14,"295":10,"302":7,"303":15,"309":17,"312":10,"313":2,"314":2,"316":2,"323":8,"324":12,"328":6,"329":6,"330":6,"331":6,"333":4,"334":6,"335":2,"336":2,"337":5,"338":5,"340":6,"341":4,"342":4,"344":2,"345":2,"346":2,"347":2,"349":11,"350":6,"352":6,"353":6,"354":8,"358":6,"360":4,"361":4,"362":2,"363":2,"365":14}}],["→",{"0":{"109":1,"110":1},"2":{"45":1,"203":1,"222":2,"324":2}}],["300px",{"2":{"303":1}}],["300",{"2":{"272":1}}],["30",{"2":{"245":1,"258":1,"260":2}}],["32px",{"2":{"99":2}}],["3",{"0":{"103":1,"122":1,"171":1,"186":1,"194":1,"203":1,"227":1,"266":1,"279":1,"296":1,"320":1,"354":1},"2":{"86":1,"122":1,"208":1,"222":1,"237":1,"250":1,"260":1,"266":1}}],["3rem",{"2":{"45":1}}],["333",{"2":{"45":1,"63":1,"314":1}}],["7",{"2":{"81":1,"82":1,"83":1,"88":1,"91":1,"222":2,"303":1}}],["75rem",{"2":{"45":2,"63":4,"84":1}}],["764ba2",{"2":{"45":1}}],["79+",{"2":{"16":1,"92":1,"368":1}}],["646cff",{"2":{"237":1}}],["6",{"2":{"84":1,"86":1,"222":1}}],["666",{"2":{"45":2,"63":1,"303":1}}],["667eea",{"2":{"45":1}}],["600px",{"2":{"63":1,"84":1}}],["600",{"2":{"45":2,"63":1}}],["63+",{"2":{"16":2,"92":2,"368":2}}],["404",{"0":{"288":1},"2":{"288":2}}],["4",{"0":{"123":1,"172":1,"195":1,"204":1,"228":1,"280":1,"355":1},"2":{"122":1,"150":1,"222":1,"237":1}}],["45a049",{"2":{"63":1,"188":1}}],["4caf50",{"2":{"45":3,"63":3,"84":1,"188":1,"303":1}}],["4px",{"2":{"45":5,"63":4,"188":1,"303":1}}],["5678",{"2":{"316":1}}],["50",{"2":{"99":1,"303":1}}],["5000",{"2":{"231":1}}],["500",{"2":{"45":1,"208":1}}],["5",{"0":{"124":1},"2":{"45":1,"96":1,"182":1,"210":1,"222":2,"237":1,"240":1}}],["555",{"2":{"45":1}}],["5rem",{"2":{"38":1,"45":5,"63":7,"84":4,"99":2,"188":2,"303":5,"365":1}}],["29",{"2":{"344":1}}],["25",{"2":{"193":1}}],["25rem",{"2":{"63":1}}],["2",{"0":{"102":1,"121":1,"170":1,"185":1,"193":1,"202":1,"226":1,"278":1,"295":1,"319":1,"353":1},"2":{"128":1,"222":1,"237":1,"250":1,"281":1,"329":2,"344":1,"353":2}}],["20",{"2":{"128":1,"175":1}}],["20px",{"2":{"63":2,"99":1}}],["200px",{"2":{"45":1}}],["2px",{"2":{"45":2,"63":3,"85":1,"303":1}}],["2s",{"2":{"45":1,"63":2}}],["2rem",{"2":{"38":1,"45":5,"63":1,"84":1,"188":2,"189":1,"190":1,"365":1}}],["80px",{"2":{"303":2}}],["80",{"2":{"128":1}}],["800px",{"2":{"45":1}}],["875rem",{"2":{"63":2}}],["8px",{"2":{"45":6,"63":2,"188":1,"303":1}}],["8",{"2":{"45":1,"63":1,"84":1,"222":1,"237":1}}],["$uri",{"2":{"292":2}}],["$index",{"2":{"142":2,"361":1}}],["$ancestors",{"2":{"111":3}}],["$element",{"2":{"215":1,"233":1}}],["$emit",{"2":{"110":2,"155":1}}],["$event",{"2":{"8":1}}],["$",{"2":{"35":1,"45":1,"86":1,"128":1,"271":1,"283":1,"344":1,"363":1}}],["nginxlocation",{"2":{"292":1}}],["nginx",{"2":{"292":1}}],["npm",{"0":{"185":1},"2":{"82":2,"94":1,"185":1,"186":1,"365":1,"369":1}}],["nesting",{"0":{"113":1,"122":1,"172":1}}],["nested",{"0":{"143":1,"245":1,"257":1,"289":1},"2":{"111":1,"245":1,"252":1,"257":1,"289":1,"297":1}}],["need",{"2":{"206":1,"207":2}}],["needing",{"2":{"96":1}}],["needed",{"2":{"92":1,"222":1,"316":1,"338":1}}],["needs",{"2":{"63":1,"84":1,"297":1,"324":1}}],["net",{"2":{"82":2}}],["newlines",{"2":{"338":1}}],["newitem",{"2":{"254":1}}],["newitems",{"2":{"248":2}}],["newprop",{"2":{"249":2,"257":1}}],["new",{"0":{"249":1},"2":{"70":1,"118":1,"155":1,"193":1,"201":1,"215":1,"221":2,"240":1,"241":1,"244":1,"255":1,"284":3,"285":1,"290":1,"345":1}}],["newtodo",{"2":{"63":5,"84":5,"179":1}}],["next",{"0":{"43":1,"57":1,"77":1,"97":1,"129":1,"181":1,"197":1,"210":1,"235":1,"238":1,"274":1,"298":1,"325":1,"364":1}}],["non",{"0":{"255":1}}],["none",{"2":{"45":3,"63":7,"84":2,"135":1,"138":1,"169":1,"174":1,"188":1,"281":1,"303":1}}],["node",{"2":{"208":1,"292":1}}],["not",{"0":{"288":1},"2":{"111":1,"199":1,"202":1,"248":1,"249":1,"251":1,"261":1,"288":2,"291":1,"297":1,"319":1}}],["now",{"2":{"63":1,"214":1,"251":1,"308":1,"345":1}}],["no",{"0":{"184":1,"202":1,"349":1,"350":1},"2":{"45":1,"56":1,"92":1,"94":3,"95":4,"116":1,"201":1,"203":3,"204":1,"206":1,"208":1,"236":1,"240":3,"255":2,"297":3,"337":1,"349":1,"365":3,"367":3}}],["null",{"2":{"32":1,"45":1,"123":1,"124":1,"214":1,"215":1,"218":1,"221":4,"223":2,"225":2,"230":1,"231":1,"232":1,"249":1,"272":1,"296":1,"357":3,"358":1}}],["native",{"2":{"154":1,"204":1,"209":1,"367":1}}],["naming",{"0":{"310":1},"2":{"116":1,"310":1}}],["names",{"0":{"121":1,"319":1,"334":1,"355":1},"2":{"116":1,"310":2}}],["name=",{"2":{"45":1,"63":1,"84":1,"114":2,"148":3}}],["name",{"2":{"2":1,"3":2,"6":1,"12":1,"23":1,"39":8,"45":5,"85":1,"99":2,"101":2,"102":2,"103":2,"106":1,"107":3,"120":1,"121":1,"128":2,"142":1,"143":2,"144":2,"161":1,"163":3,"165":1,"175":1,"192":1,"193":1,"195":1,"221":1,"237":5,"243":1,"255":1,"258":1,"260":2,"283":1,"295":1,"303":5,"316":1,"318":1,"319":1,"321":1,"340":2,"342":1,"352":2,"360":1,"361":1,"362":1,"363":2}}],["navigating",{"2":{"286":1}}],["navigation",{"0":{"55":1,"280":1,"284":1},"2":{"45":1,"50":1,"157":1,"285":2,"287":2}}],["navigate",{"2":{"284":2}}],["nav",{"2":{"45":6,"122":1,"281":3,"310":1}}],["nav>",{"2":{"25":2,"45":2,"180":2,"280":2,"281":2}}],["||",{"2":{"35":1,"138":1,"290":2}}],["|",{"2":{"22":1,"31":1,"32":1}}],["17kb",{"2":{"367":1}}],["1999",{"2":{"193":1}}],["18",{"2":{"138":1,"331":1}}],["1234",{"2":{"303":1}}],["123",{"2":{"110":2,"155":1,"291":2}}],["10",{"2":{"222":1,"223":1,"243":1,"349":1}}],["10+",{"2":{"96":1}}],["10px",{"2":{"85":1}}],["1000",{"2":{"124":1,"175":1,"215":1,"221":1,"223":1,"225":2}}],["100",{"2":{"45":2,"261":1,"347":1}}],["155724",{"2":{"45":1}}],["1px",{"2":{"45":1,"63":1,"84":1}}],["1fr",{"2":{"45":1}}],["135deg",{"2":{"45":1}}],["1rem",{"2":{"38":1,"45":10,"63":8,"84":5,"85":3,"99":1,"117":1,"281":2,"303":1,"314":1,"323":1,"324":1,"365":2}}],["1",{"0":{"101":1,"120":1,"169":1,"184":1,"192":1,"201":1,"225":1,"237":1,"277":1,"294":1,"318":1,"352":1},"2":{"38":1,"45":6,"63":9,"74":1,"84":1,"85":1,"96":1,"128":1,"142":1,"175":2,"188":2,"222":1,"244":1,"250":1,"254":1,"255":2,"260":1,"267":1,"281":1,"290":1,"303":2,"346":1,"353":1,"361":1,"365":1}}],["1+",{"2":{"16":1,"92":1,"368":1}}],["11",{"2":{"16":1,"92":1,"368":1}}],["0",{"2":{"11":1,"38":2,"45":23,"59":1,"63":23,"81":2,"82":2,"83":2,"84":9,"85":5,"86":1,"88":2,"91":2,"99":2,"104":1,"127":1,"128":2,"137":2,"161":1,"188":2,"189":1,"190":1,"217":1,"218":1,"223":3,"232":1,"243":1,"244":1,"248":1,"249":2,"251":1,"255":1,"261":1,"263":1,"266":1,"267":1,"268":1,"270":2,"303":5,"313":1,"331":1,"347":1,"349":1,"357":1,"365":2,"367":1}}],["==",{"2":{"218":1,"241":1,"270":1}}],["===",{"2":{"45":1,"63":7,"73":2,"84":1,"127":1,"137":2,"156":2,"179":1,"180":3,"221":1,"223":2,"237":1,"287":1,"289":2,"346":1,"357":1}}],["=>",{"2":{"12":1,"45":1,"63":5,"73":2,"74":1,"84":1,"85":1,"110":1,"123":1,"124":1,"128":1,"214":1,"215":1,"221":3,"223":3,"225":3,"230":1,"231":2,"232":1,"241":1,"255":3,"272":1,"283":1,"285":1,"286":3,"287":2,"288":1,"292":1,"294":1,"296":1,"352":4,"357":1}}],["=",{"2":{"11":1,"35":2,"45":9,"48":1,"49":2,"54":1,"63":8,"72":2,"74":1,"84":1,"85":3,"123":1,"124":1,"127":3,"170":1,"171":1,"175":1,"177":1,"180":3,"214":1,"215":2,"218":2,"221":7,"223":4,"225":1,"226":1,"230":2,"231":2,"232":2,"233":1,"237":2,"240":1,"241":3,"243":3,"245":1,"248":2,"249":1,"250":3,"252":1,"255":4,"257":1,"260":3,"266":1,"267":1,"268":1,"270":1,"272":1,"283":3,"285":1,"286":2,"287":1,"288":4,"290":3,"294":1,"296":6,"303":2,"349":1,"350":2,"357":2,"358":1}}],["vue",{"0":{"266":1},"2":{"207":1,"208":1,"266":1,"301":1,"367":1}}],["vs",{"0":{"174":1,"291":1,"322":1},"1":{"292":1,"323":1,"324":1}}],["variables",{"2":{"350":1}}],["variable",{"2":{"142":1}}],["value++",{"2":{"266":1}}],["value",{"0":{"263":1},"2":{"171":1,"218":5,"241":3,"249":1,"257":1,"264":1,"344":2,"355":1}}],["value=",{"2":{"148":3,"149":3}}],["values",{"0":{"128":1,"328":1,"357":1},"2":{"65":1,"128":1,"273":1}}],["validation",{"2":{"57":1,"77":1}}],["validate",{"2":{"8":1,"127":2}}],["very",{"2":{"347":1}}],["verbose",{"2":{"169":1}}],["versions",{"2":{"95":1}}],["version",{"2":{"81":2,"82":2,"88":1}}],["ve",{"0":{"196":1},"2":{"132":2,"159":1,"301":1}}],["visibleitems",{"2":{"175":2}}],["visible",{"2":{"165":1,"174":1,"177":3}}],["viewport",{"2":{"45":1,"63":1,"84":1}}],["view",{"2":{"43":1,"286":1}}],["virtual",{"0":{"33":1},"2":{"33":2,"199":1,"308":1,"367":1}}],["vite",{"0":{"26":1,"186":1,"190":1,"304":1},"1":{"27":1,"28":1,"29":1,"30":1,"31":1,"32":1,"33":1,"305":1,"306":1,"307":1,"308":1,"309":1},"2":{"26":1,"27":1,"28":3,"58":1,"103":1,"186":4,"190":1,"299":1,"301":1,"305":1,"306":3,"307":1,"321":1,"324":1,"325":1,"367":1}}],["via",{"0":{"106":1},"2":{"9":1,"48":1,"78":1,"109":1,"184":1,"316":1}}],["v1",{"2":{"16":2}}],["won",{"2":{"249":1,"314":1}}],["worth",{"2":{"206":1}}],["workflow",{"2":{"96":1}}],["work",{"2":{"86":1,"114":1,"116":1,"206":2,"292":1,"321":1,"324":1,"349":1,"350":1}}],["working",{"2":{"84":1}}],["works",{"0":{"241":1},"2":{"78":1,"79":1,"85":1,"86":1,"92":1,"138":1,"159":1,"184":1,"197":1,"203":1,"366":1,"368":1}}],["world>",{"2":{"79":1,"101":1,"237":2}}],["world",{"2":{"79":2,"101":2,"102":1,"103":1,"237":5}}],["wraps",{"2":{"245":1}}],["watching",{"0":{"270":1}}],["want",{"2":{"206":1}}],["wanting",{"2":{"96":1}}],["wasn",{"2":{"199":1}}],["ways",{"2":{"196":1}}],["way",{"2":{"7":1,"39":1,"65":1,"145":1,"184":1,"195":1,"236":1,"337":1}}],["why",{"0":{"300":1,"366":1},"1":{"301":1}}],["whole",{"2":{"95":1}}],["what",{"0":{"99":1,"196":1,"198":1,"209":1,"242":1},"1":{"199":1,"200":1,"201":1,"202":1,"203":1,"204":1,"205":1,"206":1,"207":1,"208":1,"209":1,"210":1,"243":1,"244":1,"245":1,"246":1,"247":1,"248":1,"249":1},"2":{"63":1,"84":1,"121":1,"192":1,"306":1,"319":1}}],["while",{"2":{"51":1,"289":1}}],["whitespace",{"0":{"338":1},"2":{"338":1}}],["white",{"2":{"45":5,"63":4,"84":1,"85":1,"188":1,"303":1,"314":1}}],["where",{"2":{"25":1,"206":2,"277":1,"306":1}}],["when",{"0":{"96":1,"205":1},"1":{"206":1,"207":1},"2":{"9":2,"18":1,"20":1,"65":1,"138":1,"212":1,"213":1,"219":1,"223":1,"239":1,"240":1,"241":1,"273":1,"299":1,"300":1}}],["widgets",{"2":{"206":1}}],["widget",{"2":{"85":3}}],["widget>",{"2":{"85":2}}],["width",{"2":{"45":3,"63":3,"84":2,"99":1,"221":1,"303":2}}],["width=device",{"2":{"45":1,"63":1,"84":1}}],["window",{"2":{"45":2,"85":1,"215":1,"218":1,"221":3,"226":2,"232":3,"284":2,"285":1,"286":2,"287":2,"288":2,"290":1}}],["will",{"2":{"25":1,"133":1,"277":1}}],["without",{"2":{"78":1,"85":1,"90":1,"116":1,"366":1}}],["with",{"0":{"90":1,"91":1,"107":1,"137":1,"141":1,"144":1,"159":1,"162":1,"163":1,"186":1,"190":1,"265":1,"361":1},"1":{"266":1,"267":1,"268":1},"2":{"24":1,"39":1,"40":1,"45":1,"58":1,"65":1,"84":1,"86":1,"99":1,"101":1,"103":1,"107":1,"159":1,"182":1,"186":1,"207":1,"209":1,"236":1,"249":1,"251":1,"310":1,"312":1,"321":1,"324":1,"338":1,"367":1}}],["weeks",{"2":{"209":1}}],["well",{"2":{"208":1}}],["welcome",{"2":{"13":1,"188":1,"189":1,"190":1,"313":1}}],["were",{"2":{"199":1}}],["we",{"2":{"45":1}}],["weight",{"2":{"45":2,"63":1,"281":1,"303":1}}],["websites",{"2":{"96":1}}],["website",{"2":{"45":1}}],["web",{"0":{"204":1},"2":{"16":1,"45":1,"114":1,"198":1,"199":1,"204":2,"303":1,"366":1,"367":1,"368":1}}],["giving",{"2":{"291":1}}],["git",{"2":{"131":1}}],["github",{"2":{"131":1}}],["gzipped",{"2":{"208":4}}],["gotoabout",{"2":{"284":1}}],["go",{"2":{"202":1}}],["good",{"2":{"120":1,"121":1,"170":1,"225":1,"227":1,"310":1,"318":1,"319":1,"354":1}}],["guards",{"2":{"297":1}}],["guard",{"0":{"228":1}}],["guest",{"2":{"85":1,"107":1,"163":1}}],["guide",{"2":{"43":1,"57":1,"210":1,"325":1}}],["getactivenames",{"2":{"352":2}}],["getattribute",{"2":{"45":1,"287":1}}],["gettotal",{"2":{"350":2}}],["getting",{"0":{"182":1},"1":{"183":1,"184":1,"185":1,"186":1,"187":1,"188":1,"189":1,"190":1,"191":1,"192":1,"193":1,"194":1,"195":1,"196":1,"197":1},"2":{"210":1}}],["getusername",{"2":{"330":1}}],["getfullyear",{"2":{"193":1}}],["get",{"2":{"95":1,"182":1,"236":1,"290":2,"292":1,"366":2}}],["getitem",{"2":{"63":1,"72":1}}],["grows",{"2":{"300":1}}],["group",{"2":{"45":4,"63":2,"84":2,"260":1}}],["granted",{"2":{"138":1}}],["gradient",{"2":{"45":1}}],["great",{"0":{"206":1},"2":{"94":1}}],["grid",{"2":{"45":2}}],["gap",{"2":{"45":2,"63":3,"84":2,"99":1}}],["glob",{"2":{"31":1,"32":1}}],["globals",{"2":{"14":1,"45":1,"48":2,"54":1,"283":1,"285":2,"286":1,"342":1}}],["global",{"0":{"9":1},"1":{"10":1,"11":1,"12":1},"2":{"9":1,"12":1,"14":1,"283":2,"289":2,"314":1,"342":2}}],["g",{"2":{"23":1}}],["gtag",{"2":{"218":2,"286":2}}],["gt",{"2":{"2":1,"25":1,"101":1,"202":1,"310":3,"321":1,"337":2}}],["png",{"2":{"333":1}}],["philosophy",{"0":{"199":1},"2":{"209":1}}],["phone",{"2":{"45":1}}],["pending",{"2":{"141":1,"221":1}}],["per",{"2":{"301":1}}],["performsearch",{"2":{"272":1}}],["performance",{"0":{"173":1,"259":1,"356":1},"1":{"174":1,"175":1,"260":1,"261":1,"357":1,"358":1},"2":{"218":1,"250":1}}],["perfect",{"2":{"85":1,"94":1,"96":1}}],["perfectly",{"2":{"78":1,"324":1}}],["persist",{"2":{"75":1}}],["persistence",{"0":{"72":1}}],["purpose",{"2":{"355":1}}],["put",{"2":{"353":1}}],["pull",{"0":{"132":1}}],["pushstate",{"2":{"284":2,"285":1,"291":1}}],["push",{"2":{"63":1,"74":1,"84":1,"104":1,"155":1,"240":1,"244":1,"248":1,"254":1,"273":1}}],["piece",{"2":{"99":1}}],["pin",{"2":{"88":1}}],["picker",{"2":{"76":1}}],["point",{"0":{"308":1}}],["pointer",{"2":{"45":1,"63":5,"84":1,"188":1,"303":1}}],["postlist",{"2":{"310":1}}],["posts>",{"2":{"289":1}}],["posts",{"2":{"289":3,"320":1}}],["post",{"2":{"281":2,"282":1,"291":1,"294":1,"307":1,"309":2,"310":3,"320":2}}],["possible",{"2":{"273":1}}],["position",{"0":{"232":1},"2":{"85":1}}],["pop",{"2":{"244":1,"254":1}}],["popstateevent",{"2":{"284":2,"285":1}}],["popstate",{"2":{"45":1,"284":2,"285":1,"287":1,"288":1}}],["poll",{"2":{"231":3}}],["pollinterval",{"2":{"231":3}}],["polling",{"0":{"231":1}}],["polyfills",{"2":{"92":1}}],["p",{"2":{"35":1,"39":1,"45":1,"136":2,"138":2,"147":1,"195":1,"303":1,"312":1,"360":2}}],["preserve",{"2":{"338":1}}],["preview",{"2":{"319":1}}],["previouscount",{"2":{"270":4}}],["previousvalue",{"2":{"218":4}}],["prevent",{"2":{"280":1,"337":1}}],["prevents",{"2":{"157":1,"250":1}}],["preventdefault",{"2":{"45":1,"154":1}}],["prevent=",{"2":{"35":1}}],["pre",{"2":{"207":1}}],["principles",{"0":{"200":1},"1":{"201":1,"202":1,"203":1,"204":1}}],["price",{"2":{"128":3,"170":1,"329":1,"344":2,"350":2,"353":2,"357":1,"363":1}}],["primary",{"2":{"63":3}}],["practices",{"0":{"119":1,"168":1,"224":1,"273":1,"293":1,"317":1,"351":1},"1":{"120":1,"121":1,"122":1,"123":1,"124":1,"169":1,"170":1,"171":1,"172":1,"225":1,"226":1,"227":1,"228":1,"294":1,"295":1,"296":1,"318":1,"319":1,"320":1,"352":1,"353":1,"354":1,"355":1},"2":{"36":1}}],["project",{"0":{"307":1},"2":{"300":1,"324":1}}],["projects",{"0":{"186":1},"2":{"96":1,"185":1,"206":1,"324":2,"366":2}}],["problems",{"2":{"199":1}}],["productname",{"2":{"159":1}}],["productid",{"2":{"159":1}}],["production",{"0":{"88":1},"2":{"96":1}}],["products",{"2":{"143":1,"286":1}}],["product",{"2":{"121":1,"143":2,"159":1,"282":1,"286":1,"363":7}}],["proper",{"2":{"301":1}}],["property",{"0":{"243":1},"2":{"241":1}}],["properties",{"0":{"249":1,"257":1,"271":1},"2":{"104":1,"203":1,"249":2,"273":1,"313":1}}],["proprietary",{"2":{"204":1}}],["props",{"0":{"109":1,"316":1}}],["programmatically",{"2":{"284":1}}],["programmatic",{"0":{"284":1},"2":{"102":1}}],["progressively",{"2":{"85":1}}],["progressive",{"0":{"85":1},"2":{"94":1,"96":1,"206":1}}],["prototypes",{"2":{"96":1,"324":1}}],["prototyping",{"0":{"89":1},"2":{"94":1}}],["pros",{"0":{"93":1},"1":{"94":1,"95":1}}],["providers",{"0":{"80":1},"1":{"81":1,"82":1,"83":1}}],["proxies",{"2":{"45":1,"204":1,"241":1,"245":1,"268":1}}],["proxy",{"0":{"264":1},"2":{"16":1,"241":2,"251":1,"264":1,"368":1}}],["processing",{"2":{"26":1}}],["profile",{"2":{"24":1,"45":9,"47":1,"53":1,"120":1,"159":1,"180":2,"245":1,"252":3,"282":1,"283":4,"285":2,"294":1,"295":1,"318":1,"320":1}}],["plural",{"2":{"346":4}}],["pluralization",{"0":{"346":1}}],["plugins",{"2":{"28":1,"186":1,"306":1}}],["plugin",{"0":{"26":1,"304":1},"1":{"27":1,"28":1,"29":1,"30":1,"31":1,"32":1,"33":1,"305":1,"306":1,"307":1,"308":1,"309":1},"2":{"26":1,"28":1,"33":1,"186":1,"190":1,"301":1,"306":1,"325":1}}],["place",{"2":{"248":1}}],["placeholder=",{"2":{"7":1,"39":1,"63":1,"84":1,"146":1,"333":1}}],["platform",{"2":{"209":2}}],["please",{"2":{"35":1}}],["package",{"2":{"307":1,"369":1}}],["paginate",{"2":{"175":1}}],["page=2",{"2":{"290":1}}],["pages",{"2":{"45":1}}],["page",{"0":{"10":1,"279":1},"2":{"10":2,"24":2,"44":1,"45":20,"47":2,"50":1,"53":1,"56":1,"85":1,"90":1,"97":1,"120":1,"157":1,"275":1,"278":3,"279":2,"280":1,"281":6,"285":2,"286":3,"288":2,"290":2,"294":3,"315":1,"318":1}}],["panel",{"2":{"137":1}}],["passes",{"2":{"132":1}}],["pass",{"2":{"109":1,"316":1}}],["passing",{"0":{"105":1,"316":1},"1":{"106":1,"107":1}}],["password",{"2":{"35":4,"127":1}}],["party",{"2":{"215":1,"218":1,"221":1}}],["parentdata",{"2":{"109":1}}],["parent",{"0":{"109":1,"110":1},"2":{"110":1,"111":2}}],["parseint",{"2":{"290":1}}],["parse",{"2":{"63":1,"72":1}}],["param",{"2":{"282":1}}],["parameters",{"0":{"283":1},"2":{"10":2,"48":1,"282":1,"283":1,"290":1}}],["params",{"0":{"54":1},"2":{"10":1,"24":1,"45":1,"48":2,"54":1,"283":3,"285":1,"286":6,"289":2,"290":3}}],["padding",{"2":{"38":1,"45":13,"63":9,"84":5,"85":1,"99":1,"117":1,"188":2,"189":1,"190":1,"281":1,"303":2,"314":1,"323":1,"324":1,"365":2}}],["patterns",{"0":{"125":1,"176":1,"229":1,"269":1,"359":1},"1":{"126":1,"127":1,"128":1,"177":1,"178":1,"179":1,"180":1,"230":1,"231":1,"232":1,"233":1,"270":1,"271":1,"272":1,"360":1,"361":1,"362":1,"363":1},"2":{"36":1,"97":1,"181":1,"195":1,"235":1,"298":1,"364":1}}],["pattern",{"2":{"23":1,"31":1,"32":1,"310":1}}],["pathname",{"2":{"45":1,"286":1,"287":1,"288":1}}],["paths",{"2":{"45":1}}],["path",{"2":{"22":1,"23":2,"286":1,"288":2,"292":1,"294":2}}],["p>$",{"2":{"353":1}}],["p>price",{"2":{"344":1}}],["p>followers",{"2":{"303":1}}],["p>user",{"2":{"283":1}}],["p>we",{"2":{"281":1}}],["p>welcome",{"2":{"85":1,"279":1}}],["p>learn",{"2":{"279":1}}],["p>lego",{"2":{"45":1}}],["p>selected",{"2":{"148":1}}],["p>hello",{"2":{"146":1}}],["p>total",{"2":{"128":1}}],["p>this",{"2":{"85":1,"281":1}}],["p>thank",{"2":{"45":1}}],["p>main",{"2":{"114":1}}],["p>app",{"2":{"111":1}}],["p>built",{"2":{"45":1}}],["p>no",{"2":{"45":2}}],["p>navigate",{"2":{"45":1}}],["p>country",{"2":{"149":1}}],["p>count",{"2":{"38":1,"104":1,"188":1,"189":1,"190":1}}],["p>you",{"2":{"7":1}}],["p>",{"2":{"3":2,"7":1,"35":1,"38":1,"39":1,"45":19,"84":2,"85":2,"104":1,"111":1,"114":1,"126":2,"128":1,"136":2,"138":2,"146":1,"147":1,"148":1,"149":1,"150":2,"188":1,"189":1,"190":1,"192":2,"195":1,"252":2,"271":2,"279":2,"281":2,"283":1,"295":2,"303":2,"312":1,"328":2,"329":2,"330":2,"331":2,"337":2,"338":4,"340":2,"341":2,"342":2,"344":1,"346":2,"347":2,"349":8,"350":4,"352":4,"353":3,"354":4,"358":4,"360":2}}],["uk",{"2":{"149":1}}],["upfront",{"2":{"249":1,"273":1,"297":1}}],["up",{"0":{"124":1,"226":1},"2":{"123":1,"159":1,"182":1}}],["upload",{"2":{"76":1}}],["updates",{"0":{"250":1,"260":1,"272":1},"2":{"65":1,"203":1,"240":3,"250":2,"252":1,"254":1,"255":1,"260":1}}],["updateactivelink",{"2":{"45":3}}],["update",{"0":{"251":1},"2":{"45":1,"132":1,"218":2,"239":1,"251":1,"255":3,"260":1,"287":1,"306":1}}],["updatedisplay",{"2":{"170":1}}],["updated",{"0":{"216":1,"227":1},"1":{"217":1,"218":1},"2":{"19":1,"63":1,"68":1,"72":1,"118":1,"212":1,"217":1,"218":4,"222":1,"223":3,"227":3,"234":2,"243":1,"251":6,"263":1,"270":2,"357":1}}],["unfollow",{"2":{"303":1}}],["unknown",{"2":{"288":1}}],["unshift",{"2":{"254":1}}],["unnecessary",{"0":{"260":1},"2":{"250":1}}],["unminified",{"2":{"208":1}}],["unmounted",{"0":{"124":1,"219":1},"1":{"220":1,"221":1},"2":{"118":1,"124":1,"212":1,"220":1,"221":4,"222":1,"223":3,"226":2,"228":1,"231":1,"232":1,"234":2}}],["understand",{"2":{"234":1,"239":1,"366":1}}],["understanding",{"0":{"191":1},"1":{"192":1,"193":1,"194":1,"195":1}}],["under",{"2":{"133":1,"182":1,"206":1,"208":1,"210":1}}],["underline",{"2":{"63":1}}],["unpkg",{"0":{"81":1},"2":{"45":1,"63":1,"79":1,"81":2,"84":1,"85":1,"86":1,"88":1,"89":1,"90":1,"91":1,"184":1,"188":1,"237":1,"281":1,"365":1}}],["ul",{"2":{"63":1,"84":1}}],["ul>",{"2":{"6":2,"40":2,"45":2,"63":2,"84":2,"140":2,"141":2,"142":2,"143":2,"179":2,"281":2,"312":2,"361":2}}],["ui",{"2":{"45":1,"63":1,"84":1,"99":1,"239":1}}],["utf",{"2":{"45":1,"63":1,"84":1,"237":1}}],["urlsearchparams",{"2":{"290":2}}],["urls",{"2":{"45":1,"291":1,"292":1}}],["url",{"2":{"10":1,"23":1,"261":1,"282":1}}],["usestate",{"2":{"267":1}}],["uses",{"2":{"204":1,"241":1,"268":1,"291":1}}],["used",{"2":{"199":1,"301":1}}],["use",{"0":{"96":1,"121":1,"169":1,"171":1,"205":1,"215":1,"218":1,"221":1,"309":1,"319":1,"355":1},"1":{"206":1,"207":1},"2":{"56":1,"79":1,"89":1,"98":1,"102":1,"103":1,"107":1,"110":1,"111":1,"115":1,"117":1,"128":1,"142":1,"174":1,"189":1,"192":1,"194":1,"237":1,"255":1,"270":1,"271":1,"273":3,"282":1,"297":1,"314":1,"327":1,"349":2,"350":1,"352":1,"365":1}}],["userinput",{"2":{"337":2}}],["userid",{"2":{"45":2,"48":1,"54":2,"159":1,"283":2,"333":2}}],["usercard",{"2":{"310":1}}],["username",{"2":{"7":3,"85":3,"104":1,"127":3,"146":3,"171":2,"195":1,"283":1,"333":2}}],["users",{"2":{"6":1,"23":1,"45":18,"47":3,"49":2,"53":1,"144":1,"283":1}}],["user",{"2":{"3":1,"6":2,"12":3,"24":2,"45":25,"47":1,"53":1,"85":8,"99":1,"106":2,"107":4,"120":4,"137":2,"144":5,"159":1,"163":5,"222":1,"243":1,"245":1,"246":1,"252":3,"257":1,"258":1,"260":4,"282":2,"283":6,"291":2,"294":2,"295":3,"303":1,"307":1,"309":2,"310":3,"316":2,"318":3,"320":4,"333":1,"340":2,"342":1,"360":3}}],["us",{"2":{"45":2,"149":1,"279":1,"281":1}}],["usage",{"0":{"28":1,"60":1,"78":1,"136":1,"158":1,"161":1,"214":1,"217":1,"220":1},"1":{"79":1,"80":1,"81":1,"82":1,"83":1,"84":1,"85":1,"86":1,"87":1,"88":1,"89":1,"90":1,"91":1,"92":1,"93":1,"94":1,"95":1,"96":1,"97":1},"2":{"114":1}}],["using",{"0":{"114":1,"188":1,"189":1,"190":1},"2":{"9":1,"45":1,"58":1,"84":1,"104":1,"135":1,"185":1,"236":1,"250":1,"284":1,"290":1,"299":1,"314":1}}],["rules",{"2":{"310":1}}],["runs",{"2":{"218":1,"227":2,"358":1}}],["running",{"2":{"182":1}}],["run",{"2":{"131":1,"315":1}}],["r",{"2":{"85":2,"123":2,"214":2,"221":2,"223":2,"225":2,"230":2,"231":2,"283":2,"296":2}}],["right",{"2":{"85":1,"281":1}}],["rgba",{"2":{"45":2,"63":1,"85":1}}],["rare",{"2":{"342":1}}],["radio",{"0":{"148":1},"2":{"148":3}}],["radius",{"2":{"45":9,"63":5,"99":2,"188":2,"303":3}}],["rayattack",{"2":{"131":1}}],["raw",{"2":{"23":1,"337":1}}],["req",{"2":{"292":1}}],["request",{"2":{"292":2}}],["requestanimationframe",{"2":{"250":1,"251":1}}],["requests",{"0":{"132":1},"2":{"221":1}}],["requiring",{"2":{"96":1}}],["require",{"2":{"321":1}}],["required",{"0":{"202":1},"2":{"127":1,"159":1,"209":1,"236":1,"367":1}}],["required>",{"2":{"45":3}}],["requires",{"2":{"16":1}}],["rewriterule",{"2":{"292":1}}],["rewritecond",{"2":{"292":2}}],["related",{"2":{"260":1,"273":1}}],["reload",{"2":{"56":1,"157":1,"301":1,"315":1}}],["reloads",{"2":{"45":1,"280":1}}],["reverse",{"2":{"254":1}}],["recursively",{"2":{"245":1}}],["recommended",{"0":{"81":1,"186":1}}],["result",{"2":{"315":1,"358":1}}],["restoration",{"2":{"297":1}}],["res",{"2":{"292":2}}],["reset",{"2":{"223":2}}],["resize",{"2":{"215":1,"221":2,"226":2}}],["responsibility",{"2":{"120":1}}],["response",{"2":{"45":4,"49":2}}],["respond",{"2":{"45":1}}],["re",{"2":{"118":1,"202":1,"207":1,"212":1,"216":1,"217":1,"222":1,"223":1,"241":2,"250":1,"251":1,"273":1}}],["reusable",{"2":{"99":1}}],["replace",{"2":{"248":1}}],["replacement",{"0":{"315":1},"2":{"95":1}}],["replacing",{"0":{"248":1}}],["repo",{"2":{"132":1}}],["repository",{"2":{"131":1}}],["represent",{"2":{"121":1,"318":1,"319":1}}],["repeat",{"2":{"45":1,"222":1}}],["registry",{"2":{"84":1,"85":1,"283":1}}],["registers",{"2":{"190":1,"301":1}}],["registercomponents",{"2":{"33":2,"308":2}}],["register",{"2":{"33":1,"308":1}}],["reorder",{"2":{"76":1}}],["reflect",{"2":{"301":1}}],["ref",{"2":{"209":1,"266":1}}],["refresh",{"2":{"75":1}}],["reference",{"0":{"13":1},"1":{"14":1,"15":1,"16":1},"2":{"43":1,"238":1,"248":1,"342":1}}],["remains",{"2":{"163":1}}],["remaining",{"2":{"63":3,"65":1,"84":3}}],["removeeventlistener",{"2":{"221":1,"223":1,"226":1,"232":1}}],["remove",{"2":{"70":1,"74":1,"124":1,"221":1,"223":1}}],["removed",{"2":{"20":1,"118":1,"212":1,"219":1,"220":1,"222":1,"223":1}}],["reaches",{"2":{"223":1}}],["reactdom",{"2":{"208":1}}],["react",{"0":{"267":1},"2":{"207":1,"208":1,"267":1,"367":1}}],["reactivity",{"0":{"65":1,"203":1,"239":1,"252":1,"262":1},"1":{"240":1,"241":1,"242":1,"243":1,"244":1,"245":1,"246":1,"247":1,"248":1,"249":1,"250":1,"251":1,"252":1,"253":1,"254":1,"255":1,"256":1,"257":1,"258":1,"259":1,"260":1,"261":1,"262":1,"263":2,"264":2,"265":1,"266":1,"267":1,"268":1,"269":1,"270":1,"271":1,"272":1,"273":1,"274":1},"2":{"45":1,"129":1,"197":1,"204":1,"209":1,"274":1}}],["reactive",{"0":{"242":1,"261":1},"1":{"243":1,"244":1,"245":1,"246":1,"247":1,"248":1,"249":1},"2":{"11":1,"18":1,"38":1,"45":1,"134":1,"193":1,"198":1,"206":1,"241":1,"243":3,"244":4,"245":1,"246":1,"248":1,"249":2,"252":2,"255":2,"257":1,"258":1,"261":3,"302":1,"313":2,"366":1}}],["reassign",{"2":{"74":1}}],["real",{"2":{"45":1,"197":1}}],["readable",{"2":{"208":1}}],["reading",{"2":{"111":1}}],["ready",{"2":{"86":1,"202":1,"210":1}}],["read",{"2":{"43":1,"111":2,"172":1,"366":1}}],["return",{"2":{"35":1,"63":5,"73":3,"84":1,"127":1,"128":1,"175":1,"193":1,"241":2,"255":1,"271":1,"285":2,"286":3,"344":1,"345":1,"346":1,"347":1,"349":1,"350":1,"352":1,"357":1}}],["reduce",{"2":{"128":1,"357":1}}],["red",{"2":{"35":1,"59":1}}],["renderlist",{"2":{"349":1}}],["renders",{"2":{"337":1,"338":1}}],["rendered",{"2":{"19":1,"118":1,"217":1,"222":2,"223":1}}],["rendering",{"0":{"66":1,"69":1},"2":{"18":1,"135":1,"139":1,"195":2,"207":1}}],["render",{"0":{"19":1},"2":{"5":1,"6":1,"19":1,"23":1,"90":1,"212":1,"216":1,"241":3,"250":1,"251":3,"273":1,"277":1,"337":1,"358":1}}],["root",{"0":{"249":1},"2":{"111":1,"122":1,"314":1}}],["rows=",{"2":{"45":1,"150":1}}],["routing",{"0":{"44":1,"275":1},"1":{"45":1,"46":1,"47":1,"48":1,"49":1,"50":1,"51":1,"52":1,"53":1,"54":1,"55":1,"56":1,"57":1,"276":1,"277":1,"278":1,"279":1,"280":1,"281":1,"282":1,"283":1,"284":1,"285":1,"286":1,"287":1,"288":1,"289":1,"290":1,"291":1,"292":1,"293":1,"294":1,"295":1,"296":1,"297":1,"298":1},"2":{"14":1,"21":1,"44":1,"45":4,"56":1,"57":1,"77":1,"97":1,"159":1,"289":1,"297":1,"298":1,"325":1}}],["routes",{"0":{"47":1,"48":1,"159":1,"278":1,"282":1,"289":1},"1":{"283":1},"2":{"45":1,"285":1,"288":5,"292":1,"294":3,"297":1}}],["routed",{"2":{"25":1,"277":1}}],["route",{"0":{"21":1,"53":1,"54":1,"285":1,"294":1},"1":{"22":1,"23":1,"24":1,"25":1,"286":1},"2":{"14":1,"22":1,"24":5,"45":8,"53":2,"159":1,"278":3,"281":3,"282":3,"283":1,"284":1,"285":2,"286":1,"288":2,"289":1,"294":1,"297":1}}],["router>",{"2":{"45":2,"277":2,"280":2,"281":2}}],["router",{"0":{"25":1,"277":1},"2":{"10":1,"25":3,"45":1,"159":1,"275":1,"288":1,"297":2}}],["role",{"2":{"3":2,"106":1,"107":2,"137":1,"163":2}}],["i++",{"2":{"349":1}}],["i",{"2":{"255":5,"349":2}}],["immediately",{"2":{"225":1,"315":1}}],["implement",{"2":{"289":1}}],["implicit",{"2":{"142":1}}],["improves",{"2":{"250":1}}],["imperative",{"2":{"171":1}}],["import",{"2":{"28":2,"76":1,"185":1,"186":1,"306":1,"308":1}}],["img",{"2":{"99":1,"303":1,"333":1}}],["its",{"2":{"99":1,"133":1}}],["iterate",{"2":{"66":1}}],["itemtype",{"2":{"335":1}}],["itemid",{"2":{"335":1}}],["item",{"2":{"63":1,"70":2,"104":2,"128":2,"140":2,"142":2,"155":2,"165":3,"172":1,"175":2,"195":2,"240":1,"254":1,"282":1,"307":1,"310":2,"312":2,"320":1,"334":1,"346":1,"361":2,"362":4}}],["itemsperpage",{"2":{"175":3}}],["items",{"0":{"175":1},"2":{"6":1,"45":1,"63":1,"69":1,"84":1,"99":1,"104":2,"128":2,"137":2,"140":1,"142":1,"155":1,"165":1,"172":1,"175":1,"195":1,"240":1,"243":1,"244":4,"248":3,"254":7,"255":7,"312":1,"313":1,"331":3,"346":4,"352":2,"357":2,"361":1}}],["it",{"0":{"56":1,"75":1,"208":1,"209":1,"241":1},"2":{"78":1,"79":3,"111":1,"138":1,"184":2,"185":1,"189":1,"190":1,"197":1,"199":2,"203":1,"206":1,"218":1,"226":1,"241":1,"289":1,"357":1,"365":2,"366":1}}],["id=",{"2":{"35":1,"38":1,"39":1,"40":1,"45":8,"63":2,"79":1,"84":1,"85":2,"99":1,"101":1,"113":1,"114":1,"184":1,"188":1,"237":1,"279":2,"281":3,"283":1,"289":1,"295":1,"309":1,"323":1,"335":1,"365":1}}],["id",{"2":{"23":1,"24":1,"45":3,"47":1,"48":1,"53":1,"54":1,"63":1,"101":1,"110":2,"116":1,"155":1,"282":2,"283":3,"286":1,"294":1,"363":1}}],["issue",{"2":{"369":1}}],["isvalidemail",{"2":{"355":1}}],["isdisabled",{"2":{"334":1}}],["isonline",{"2":{"331":1}}],["isolated",{"2":{"116":1}}],["isfollowing",{"2":{"303":5}}],["isn",{"2":{"206":1}}],["ispremium",{"2":{"138":1}}],["isloggedin",{"2":{"136":2,"138":1,"195":1,"285":1}}],["isactive",{"2":{"45":2,"287":2,"334":1}}],["is",{"0":{"99":1,"198":1,"206":1,"208":1},"1":{"199":1,"200":1,"201":1,"202":1,"203":1,"204":1,"205":1,"206":1,"207":1,"208":1,"209":1,"210":1},"2":{"18":2,"20":1,"45":1,"85":1,"99":1,"104":1,"107":1,"111":1,"137":1,"138":2,"163":1,"174":1,"184":1,"198":1,"199":2,"204":1,"207":1,"208":1,"212":2,"213":1,"214":1,"217":1,"219":1,"220":1,"222":1,"236":1,"251":3,"268":1,"273":1,"277":1,"281":1,"321":1,"337":2,"352":1,"357":1}}],["if=",{"2":{"5":2,"35":1,"39":1,"45":4,"63":1,"126":3,"136":2,"137":3,"138":2,"144":2,"147":1,"165":1,"169":1,"177":1,"180":3,"195":1,"289":2,"295":2,"312":1,"360":2}}],["if",{"0":{"5":1,"135":1,"165":1,"169":1,"174":1,"207":1,"263":1},"1":{"136":1,"137":1,"138":1},"2":{"15":1,"35":1,"63":5,"72":1,"73":2,"84":1,"127":3,"132":2,"138":1,"159":1,"174":1,"195":1,"201":1,"218":3,"221":3,"223":3,"226":1,"228":2,"241":1,"255":1,"270":1,"285":1,"286":1,"288":1,"301":1,"303":1,"338":1,"349":1,"352":1,"357":2}}],["indentation",{"2":{"338":1}}],["indexof",{"2":{"63":1}}],["index",{"0":{"142":1,"361":1},"2":{"60":1,"63":3,"74":1,"254":1,"292":4,"307":1,"309":1,"324":1}}],["inside",{"2":{"339":1}}],["insert",{"2":{"327":1}}],["inspect",{"0":{"264":1}}],["instock",{"2":{"363":1}}],["instead",{"2":{"248":1,"255":1,"268":1,"297":1}}],["instances",{"2":{"221":1}}],["instantly",{"2":{"301":1,"315":1}}],["instantiated",{"2":{"222":1}}],["instant",{"2":{"45":1,"94":1}}],["install",{"2":{"27":1,"131":2,"185":1,"186":1,"196":1,"305":1}}],["installation",{"0":{"27":1,"183":1,"305":1},"1":{"184":1,"185":1,"186":1}}],["innerwidth",{"2":{"221":1}}],["innerhtml",{"2":{"45":3,"63":1,"84":1,"85":1,"283":1,"288":1}}],["invested",{"2":{"207":1}}],["invalidate",{"2":{"357":1}}],["invalid",{"2":{"127":1}}],["inclusion",{"2":{"321":1}}],["includes",{"2":{"26":1,"127":1,"275":1,"288":1,"368":1}}],["include",{"0":{"31":1},"2":{"2":1,"78":1,"79":1,"306":1}}],["increment",{"2":{"104":2,"170":1,"189":2,"190":2,"251":1,"313":1}}],["inline",{"0":{"155":1,"336":1},"2":{"99":1}}],["introduced",{"2":{"199":1}}],["integrating",{"2":{"297":1}}],["integrity=",{"2":{"91":1}}],["integrity",{"0":{"91":1}}],["intended",{"2":{"199":1}}],["interpolate",{"2":{"332":1}}],["interpolation",{"0":{"327":1},"1":{"328":1,"329":1,"330":1,"331":1}}],["intercepts",{"2":{"241":1,"251":1}}],["interval",{"2":{"223":2}}],["interaction",{"2":{"222":1}}],["interactive",{"2":{"85":1,"222":1}}],["interest",{"2":{"130":1}}],["into",{"2":{"76":1,"172":1}}],["init",{"0":{"18":1},"2":{"18":1}}],["initialization",{"2":{"249":1}}],["initialize",{"0":{"123":1,"225":1},"2":{"84":1,"160":1,"215":1,"249":2,"273":1}}],["initialized",{"2":{"18":1}}],["initial",{"2":{"2":1,"45":1,"63":1,"84":1,"223":1,"249":1,"288":1}}],["input>",{"2":{"39":1}}],["input=",{"2":{"8":1,"153":1,"167":1,"171":1,"194":1}}],["input",{"0":{"39":1,"146":1},"2":{"7":1,"8":1,"35":2,"39":3,"40":1,"45":3,"63":7,"84":5,"146":1,"147":1,"148":3,"151":1,"153":4,"156":2,"166":1,"167":1,"171":2,"179":2,"194":1,"195":1,"333":1}}],["inputs",{"2":{"7":1,"145":1}}],["in",{"0":{"86":1,"123":1,"124":1,"151":1,"172":1,"225":1,"353":1},"2":{"0":1,"6":1,"25":1,"34":1,"35":2,"40":1,"42":1,"45":3,"49":1,"50":1,"56":1,"63":1,"75":1,"79":1,"84":1,"92":1,"98":1,"101":1,"104":2,"111":1,"116":1,"123":1,"129":1,"130":1,"136":1,"138":1,"140":1,"141":1,"142":1,"143":2,"144":1,"151":1,"165":1,"166":1,"172":3,"175":1,"179":1,"182":1,"184":1,"189":1,"195":1,"197":1,"198":1,"202":1,"207":1,"209":1,"210":2,"211":1,"214":1,"225":1,"226":2,"233":1,"245":1,"248":1,"275":1,"283":1,"284":1,"289":1,"299":1,"300":1,"308":1,"309":1,"312":1,"316":1,"332":1,"342":1,"353":1,"354":1,"360":1,"361":1,"366":1,"368":1}}],["bgcolor",{"2":{"336":1}}],["blog",{"2":{"281":6,"282":2,"289":9,"291":1,"294":4}}],["bloat",{"2":{"208":1}}],["blocking",{"2":{"90":1}}],["block",{"2":{"45":6,"63":1,"84":1,"117":1,"169":1,"188":1,"189":1,"190":1,"285":1,"303":1,"314":1,"365":1}}],["blur=",{"2":{"153":1,"167":1}}],["blur",{"2":{"153":1}}],["blue",{"2":{"121":1,"314":1,"319":1}}],["bind",{"2":{"215":1}}],["binding",{"0":{"15":1,"39":1,"332":1},"1":{"333":1,"334":1,"335":1,"336":1},"2":{"7":1,"39":1,"65":1,"145":1,"195":1}}],["bindings",{"2":{"2":1}}],["bio",{"2":{"120":1,"295":1,"303":4,"316":1,"318":1}}],["by",{"0":{"320":1},"2":{"76":1,"133":1,"291":1,"337":1}}],["btn",{"2":{"63":13}}],["break",{"2":{"172":1}}],["branch",{"2":{"132":1}}],["br>",{"2":{"45":1}}],["browsers",{"2":{"16":1,"92":2,"368":1}}],["browser",{"0":{"16":1,"92":1,"368":1},"2":{"42":1,"56":2,"75":1,"79":1,"184":1,"198":1,"251":1}}],["both",{"2":{"324":1}}],["bottom",{"2":{"45":2,"63":3,"84":2,"85":1}}],["bold",{"2":{"281":1,"303":1}}],["bob",{"2":{"106":2}}],["bootstrap",{"2":{"86":1}}],["box",{"2":{"45":2,"63":1,"85":1,"121":1,"207":1,"319":1}}],["border",{"2":{"45":11,"63":13,"84":2,"99":2,"188":3,"303":5}}],["body>",{"2":{"45":2,"63":2,"79":2,"84":2,"184":2,"237":2,"281":2,"309":2}}],["body",{"2":{"45":1,"63":1,"84":1}}],["bar",{"2":{"121":1,"215":1}}],["barrier",{"2":{"94":1}}],["bad",{"2":{"120":1,"121":1,"225":1,"227":1,"260":1,"310":1,"318":1,"319":1,"354":1}}],["badge",{"2":{"99":1}}],["banana",{"2":{"104":1,"128":1,"313":1,"346":1}}],["batches",{"2":{"250":1}}],["batching",{"0":{"250":1}}],["batch",{"2":{"70":1,"251":1,"273":1}}],["back",{"2":{"45":1,"56":1,"136":1,"195":1,"255":1}}],["background",{"2":{"45":11,"63":12,"84":1,"85":1,"99":1,"117":1,"188":3,"281":1,"303":1,"314":1,"336":1}}],["bashyarn",{"2":{"131":2}}],["bashgit",{"2":{"131":1}}],["bashnpm",{"2":{"27":1,"185":1,"186":1,"305":1,"315":1}}],["based",{"0":{"360":1},"2":{"45":1,"66":1,"291":1,"324":1}}],["basics",{"0":{"191":1},"1":{"192":1,"193":1,"194":1,"195":1},"2":{"196":1}}],["basic",{"0":{"136":1,"140":1,"158":1,"161":1,"276":1},"1":{"277":1,"278":1,"279":1,"280":1},"2":{"38":1,"201":1}}],["better",{"2":{"248":1,"260":1,"301":1,"352":1}}],["between",{"2":{"45":2,"63":1}}],["being",{"2":{"220":1}}],["belief",{"2":{"199":1}}],["benefits",{"0":{"116":1,"301":1}}],["beginners",{"2":{"94":1}}],["be",{"2":{"63":1,"84":1,"132":1,"133":1,"199":1,"248":1,"249":1,"297":1,"310":1,"321":1}}],["best",{"0":{"119":1,"168":1,"224":1,"273":1,"293":1,"317":1,"351":1},"1":{"120":1,"121":1,"122":1,"123":1,"124":1,"169":1,"170":1,"171":1,"172":1,"225":1,"226":1,"227":1,"228":1,"294":1,"295":1,"296":1,"318":1,"319":1,"320":1,"352":1,"353":1,"354":1,"355":1},"2":{"36":1,"186":1}}],["been",{"2":{"19":1}}],["before",{"2":{"18":1,"225":1,"228":2,"251":1}}],["behavior",{"2":{"4":1,"134":1,"234":1}}],["built",{"2":{"199":1,"204":1,"207":1,"275":1,"289":1}}],["building",{"2":{"45":1,"78":1,"198":1,"207":1,"275":1,"325":1}}],["build",{"0":{"184":1,"202":1},"2":{"40":1,"78":1,"84":1,"94":1,"162":1,"202":1,"209":1,"210":1,"236":1,"281":1,"299":1,"365":1,"367":1}}],["bundling",{"2":{"96":1}}],["bundled",{"2":{"95":1}}],["but",{"2":{"18":1,"138":1,"174":1,"261":1,"268":1}}],["buttons",{"0":{"148":1},"2":{"56":1,"67":1}}],["button>",{"2":{"8":1,"35":1,"38":1,"45":2,"59":1,"63":6,"84":1,"85":1,"104":1,"110":1,"114":1,"153":1,"154":1,"155":3,"170":2,"177":1,"178":2,"180":3,"188":1,"189":1,"190":1,"194":1,"237":1,"283":1,"303":1,"334":1,"342":1,"354":1,"365":2}}],["button",{"2":{"8":1,"35":1,"38":2,"45":3,"59":2,"63":6,"69":1,"84":2,"85":1,"104":1,"110":1,"114":1,"153":1,"154":1,"155":3,"170":2,"177":1,"178":2,"180":3,"188":3,"189":1,"190":1,"194":1,"237":1,"283":1,"303":2,"314":1,"320":1,"334":1,"342":1,"354":1,"365":4}}],["bus",{"0":{"12":1},"2":{"12":1}}],["b",{"0":{"5":1,"6":1,"7":1,"106":1,"135":1,"139":1,"145":1,"151":1,"157":1,"160":1,"165":2,"166":2,"169":1,"171":1,"172":1,"174":1,"175":1},"1":{"136":1,"137":1,"138":1,"140":1,"141":1,"142":1,"143":1,"144":1,"146":1,"147":1,"148":1,"149":1,"150":1,"151":1,"158":1,"159":1,"161":1,"162":1,"163":1},"2":{"5":2,"6":1,"7":1,"15":3,"35":4,"38":2,"39":5,"40":5,"45":24,"55":1,"63":6,"65":1,"66":1,"79":2,"84":4,"85":1,"99":1,"101":3,"106":1,"107":2,"109":2,"113":1,"114":1,"126":3,"136":2,"137":3,"138":3,"140":1,"141":1,"142":1,"143":2,"144":3,"146":1,"147":2,"148":3,"149":1,"150":1,"151":2,"158":3,"159":3,"161":1,"162":1,"163":1,"165":2,"166":2,"169":1,"171":1,"172":3,"174":1,"175":1,"177":1,"179":3,"180":3,"184":1,"188":2,"195":6,"237":1,"279":2,"280":4,"281":8,"283":1,"287":1,"289":5,"295":3,"312":2,"316":2,"323":2,"360":2,"361":1,"365":2}}],[">+",{"2":{"178":1}}],[">+1",{"2":{"104":1,"170":1}}],[">toggle",{"2":{"177":1,"237":1}}],[">title",{"2":{"114":1}}],[">calculate",{"2":{"170":1}}],[">canada",{"2":{"149":1}}],[">click",{"2":{"153":1,"154":1,"188":1,"189":1,"190":1,"194":1,"342":1}}],[">count",{"2":{"59":1,"137":1}}],[">content",{"2":{"5":1,"174":1,"177":1}}],[">united",{"2":{"149":2}}],[">you",{"2":{"147":1}}],[">❌",{"2":{"144":1}}],[">✅",{"2":{"144":1}}],[">=",{"2":{"138":1,"255":1,"331":1}}],[">profile",{"2":{"180":2}}],[">premium",{"2":{"138":1}}],[">panel",{"2":{"169":2}}],[">please",{"2":{"136":1,"360":1}}],[">no",{"2":{"137":1}}],[">welcome",{"2":{"136":1,"195":1,"360":1}}],[">delete",{"2":{"63":1}}],[">access",{"2":{"138":1}}],[">action",{"2":{"114":1}}],[">admin",{"2":{"137":1}}],[">add",{"2":{"63":1,"84":1,"155":1}}],[">about",{"2":{"25":1}}],[">settings",{"2":{"180":2}}],[">send",{"2":{"45":2}}],[">save",{"2":{"8":1,"110":1,"155":1}}],[">hover",{"2":{"153":1}}],[">home",{"2":{"25":1,"180":2}}],[">hello",{"2":{"39":1}}],[">increment",{"2":{"38":1,"155":1,"354":1}}],[">load",{"2":{"283":1}}],[">loading",{"2":{"5":1,"126":1,"295":1}}],[">logout",{"2":{"85":1}}],[">login",{"2":{"35":1}}],[">",{"2":{"3":1,"6":1,"7":1,"8":1,"35":5,"38":2,"39":3,"40":5,"45":28,"63":18,"79":6,"81":4,"82":4,"83":1,"84":10,"85":5,"86":5,"88":1,"89":1,"90":1,"91":1,"99":2,"101":2,"103":1,"106":1,"107":3,"109":1,"110":1,"111":1,"113":1,"114":5,"126":2,"137":1,"140":1,"141":1,"142":1,"143":2,"144":1,"146":1,"147":1,"148":3,"149":1,"150":1,"151":3,"153":12,"156":2,"161":1,"162":1,"163":3,"165":1,"166":2,"167":1,"169":2,"170":2,"171":4,"172":5,"174":1,"175":1,"178":1,"179":4,"184":2,"188":3,"194":2,"195":2,"237":8,"252":1,"279":2,"281":4,"283":1,"289":3,"295":2,"302":1,"303":4,"309":2,"312":2,"316":1,"323":2,"324":2,"331":1,"333":3,"334":3,"335":1,"336":1,"337":1,"338":1,"340":2,"347":1,"349":2,"350":2,"352":2,"353":2,"354":2,"358":2,"361":1,"362":1,"363":1,"365":6}}],["\`$",{"2":{"271":1}}],["\`https",{"2":{"45":1}}],["\`logging",{"2":{"35":1}}],["\`",{"2":{"3":2,"35":1,"45":1,"102":2,"107":2,"163":2,"185":2,"189":2,"271":1,"283":2}}],["d",{"2":{"292":1,"305":1}}],["dropdown",{"0":{"149":1}}],["drop",{"2":{"76":1,"202":1}}],["drag",{"2":{"76":1}}],["due",{"2":{"76":1}}],["during",{"2":{"17":1,"301":1,"315":1}}],["dashboard",{"2":{"285":2}}],["dark",{"2":{"252":1}}],["days",{"2":{"209":1}}],["dates",{"2":{"76":1}}],["date",{"0":{"345":1},"2":{"63":1,"76":2,"193":1,"345":2}}],["data=",{"2":{"38":1,"39":1,"40":1,"79":1,"101":1,"106":1,"107":1,"109":1,"161":1,"162":1,"163":1,"188":1,"316":1,"323":1,"365":1}}],["data",{"0":{"49":1,"105":1,"106":1,"160":1,"162":1,"261":1,"335":1},"1":{"106":1,"107":1,"161":1,"162":1,"163":1},"2":{"7":1,"39":1,"49":1,"51":1,"84":1,"104":1,"107":1,"109":2,"123":4,"126":3,"145":1,"214":3,"215":2,"218":1,"221":4,"223":4,"225":4,"230":3,"231":1,"239":1,"240":1,"251":1,"261":1,"296":5,"316":2,"335":2}}],["da190b",{"2":{"63":1}}],["d4edda",{"2":{"45":1}}],["ddd",{"2":{"45":1,"303":1}}],["dynamic",{"0":{"48":1,"159":1,"282":1,"363":1},"1":{"283":1},"2":{"42":1,"45":2,"47":1,"66":1,"192":1,"327":1}}],["derived",{"2":{"310":1,"321":1}}],["dedicated",{"2":{"297":1,"299":1}}],["debouncing",{"0":{"272":1}}],["debugging",{"0":{"234":1,"262":1},"1":{"263":1,"264":1}}],["detected",{"2":{"251":1}}],["details",{"0":{"311":1},"1":{"312":1,"313":1,"314":1},"2":{"118":1}}],["detail",{"2":{"110":1,"282":1}}],["detached",{"2":{"11":1}}],["deletion",{"0":{"246":1}}],["deletetodo",{"2":{"63":2,"70":1}}],["delete",{"2":{"63":3,"67":1,"70":1,"75":1}}],["descriptive",{"0":{"355":1}}],["description",{"2":{"347":2}}],["design",{"2":{"337":1}}],["designer",{"2":{"316":1}}],["designed",{"2":{"199":1}}],["destroying",{"2":{"228":1}}],["destroy",{"0":{"20":1},"2":{"20":1,"221":2,"228":1}}],["declare",{"2":{"350":1}}],["declarations",{"0":{"350":1}}],["declarative",{"2":{"171":1}}],["decoration",{"2":{"45":2,"63":2,"84":1,"281":1}}],["developer",{"2":{"303":1}}],["development",{"0":{"89":1,"131":1},"2":{"94":1,"186":1,"301":1,"315":1}}],["dev",{"2":{"131":2,"315":1}}],["depth",{"2":{"129":1,"197":1}}],["dependency",{"2":{"45":1,"94":1,"198":1}}],["dependencies",{"2":{"45":2,"131":1,"206":1,"208":1,"367":1}}],["deep",{"0":{"122":1,"172":1,"252":1}}],["demos",{"2":{"94":1,"96":1}}],["demonstrated",{"0":{"46":1,"64":1},"1":{"47":1,"48":1,"49":1,"50":1,"51":1,"65":1,"66":1,"67":1,"68":1,"69":1,"70":1}}],["demonstrating",{"2":{"38":1,"44":1,"61":1}}],["demo",{"0":{"35":1,"62":1},"2":{"45":2,"56":1}}],["defer",{"0":{"90":1},"2":{"90":1}}],["defaulttext",{"2":{"333":1}}],["defaults",{"0":{"107":1,"163":1},"2":{"107":2,"316":1}}],["default",{"2":{"28":1,"30":1,"31":1,"32":1,"59":1,"103":1,"107":3,"163":2,"186":1,"190":1,"249":1,"291":1,"302":1,"303":1,"306":1,"313":1,"324":1}}],["definitions",{"0":{"294":1}}],["definition",{"0":{"53":1},"2":{"163":1}}],["defining",{"2":{"0":1,"14":1}}],["defined",{"2":{"104":1,"297":1}}],["defineconfig",{"2":{"28":2,"186":2,"306":2}}],["define",{"0":{"0":1,"278":1},"1":{"1":1,"2":1,"3":1},"2":{"1":1,"3":1,"14":1,"35":1,"45":4,"63":1,"79":1,"84":1,"85":1,"101":1,"102":2,"107":1,"163":1,"185":1,"189":1,"192":1,"237":2,"273":1,"283":1,"285":1,"288":1,"299":1,"316":1,"365":1}}],["dicebear",{"2":{"303":1}}],["dirname",{"2":{"292":1}}],["direct",{"0":{"243":1},"2":{"209":1,"321":1}}],["directive",{"2":{"181":1}}],["directives",{"0":{"4":1,"134":1,"164":1,"195":1},"1":{"5":1,"6":1,"7":1,"8":1,"135":1,"136":1,"137":1,"138":1,"139":1,"140":1,"141":1,"142":1,"143":1,"144":1,"145":1,"146":1,"147":1,"148":1,"149":1,"150":1,"151":1,"152":1,"153":1,"154":1,"155":1,"156":1,"157":1,"158":1,"159":1,"160":1,"161":1,"162":1,"163":1,"164":1,"165":2,"166":2,"167":2,"168":1,"169":1,"170":1,"171":1,"172":1,"173":1,"174":1,"175":1,"176":1,"177":1,"178":1,"179":1,"180":1,"181":1},"2":{"15":1,"97":1,"134":1,"196":1,"274":1,"312":1,"364":1}}],["directly",{"2":{"42":1,"101":1,"198":1}}],["directory",{"2":{"30":1}}],["discussions",{"2":{"369":1}}],["discovered",{"2":{"308":1}}],["discovery",{"2":{"301":1}}],["discovers",{"2":{"190":1}}],["disabled",{"2":{"334":1}}],["dispatchevent",{"2":{"284":2,"285":1}}],["dispatch",{"2":{"110":1,"203":1,"209":1,"240":1}}],["display",{"2":{"45":9,"63":5,"84":3,"99":1,"117":1,"135":1,"138":1,"169":1,"174":1,"188":1,"189":1,"190":1,"303":1,"314":1,"365":1}}],["different",{"0":{"209":1},"2":{"69":1,"196":1,"199":1}}],["dive",{"2":{"210":1}}],["div>",{"2":{"3":1,"5":2,"35":4,"45":14,"63":3,"84":1,"85":1,"114":1,"126":3,"137":3,"143":1,"153":1,"169":2,"172":3,"174":1,"177":1,"180":3,"295":2,"309":1,"329":2,"330":2,"331":2,"334":1,"335":1,"336":1,"341":2,"362":1}}],["div",{"2":{"3":1,"5":2,"45":12,"63":3,"84":1,"85":1,"114":1,"126":3,"137":3,"143":1,"153":1,"169":2,"172":3,"174":1,"177":1,"180":3,"295":2,"309":1,"334":1,"335":1,"336":1,"362":1}}],["don",{"2":{"225":1,"248":1,"255":1,"261":1,"321":1,"353":1,"354":1}}],["done",{"2":{"40":5,"63":11,"73":2,"74":1,"84":9,"141":2,"151":3,"162":2,"166":1,"179":3}}],["do",{"2":{"199":1}}],["download",{"2":{"76":1}}],["double",{"2":{"76":1}}],["docs",{"2":{"131":2}}],["document",{"2":{"45":4,"63":1,"86":1,"110":1,"223":2,"237":1,"287":1,"288":1}}],["documentation",{"2":{"13":1,"132":1,"369":1}}],["doctype",{"2":{"45":1,"63":1,"79":1,"84":1,"184":1,"237":1,"281":1,"309":1}}],["doesn",{"2":{"116":1,"289":1,"349":1,"350":1}}],["doe",{"2":{"3":1,"271":1,"303":1}}],["doms",{"2":{"199":1}}],["dom",{"0":{"115":1},"1":{"116":1,"117":1},"2":{"3":1,"4":1,"16":1,"19":1,"20":1,"25":1,"27":1,"28":1,"45":2,"63":1,"79":1,"81":2,"82":2,"83":1,"84":1,"85":1,"86":1,"88":1,"89":1,"90":1,"91":1,"115":1,"118":2,"138":1,"184":1,"185":2,"186":2,"188":1,"189":1,"199":3,"201":1,"203":1,"204":1,"209":1,"212":2,"213":1,"214":1,"219":1,"222":2,"223":2,"237":1,"240":3,"250":1,"251":4,"252":1,"281":1,"305":1,"306":1,"308":1,"314":1,"365":1,"367":1,"368":1}}],["f",{"2":{"292":1}}],["flat",{"2":{"273":1}}],["flow",{"0":{"222":1}}],["flex",{"2":{"45":2,"63":6,"84":3,"99":1,"121":1,"319":1}}],["framework",{"2":{"206":1,"366":1}}],["frameworks",{"0":{"265":1},"1":{"266":1,"267":1,"268":1},"2":{"86":1,"199":1,"209":1}}],["frequent",{"2":{"174":1}}],["frequently",{"2":{"174":1,"227":1}}],["from",{"2":{"3":1,"11":1,"20":1,"28":2,"33":1,"63":1,"68":1,"79":1,"118":1,"132":1,"185":1,"186":2,"189":1,"199":1,"212":1,"218":1,"219":1,"222":1,"223":1,"270":1,"306":2,"308":2,"310":1,"321":1}}],["f44336",{"2":{"63":2}}],["f0f0f0",{"2":{"63":3,"99":1,"188":1,"281":1}}],["function",{"2":{"45":1,"86":1,"285":1}}],["fullname",{"2":{"271":2}}],["full",{"0":{"41":1,"45":1,"63":1},"2":{"84":1,"206":1,"315":1,"366":1}}],["f9f9f9",{"2":{"45":1,"63":1}}],["f5f5f5",{"2":{"45":1,"63":1,"117":1}}],["fetchuser",{"2":{"54":1}}],["fetching",{"0":{"49":1},"2":{"51":1}}],["fetch",{"2":{"45":2,"49":2,"85":1,"123":2,"214":1,"215":1,"221":2,"223":2,"225":2,"230":1,"231":1,"283":1,"296":1}}],["fetchdata",{"2":{"18":1,"118":1,"123":2,"214":2,"221":1,"223":2,"225":1}}],["featured",{"2":{"362":2}}],["feature",{"0":{"320":1},"2":{"45":4,"367":1}}],["features",{"0":{"46":1,"64":1},"1":{"47":1,"48":1,"49":1,"50":1,"51":1,"65":1,"66":1,"67":1,"68":1,"69":1,"70":1},"2":{"45":2,"61":1,"76":1,"129":1,"197":1,"326":1}}],["familiar",{"2":{"301":1}}],["family",{"2":{"45":1,"63":1,"84":1}}],["failed",{"2":{"296":1}}],["fade",{"2":{"233":1}}],["faster",{"2":{"273":1}}],["fastest",{"2":{"184":1,"236":1}}],["fast",{"2":{"45":1,"94":1}}],["false",{"2":{"40":1,"45":3,"63":1,"84":2,"138":1,"162":1,"230":1,"285":1,"296":1,"303":2}}],["follow",{"2":{"303":3}}],["followers++",{"2":{"303":1}}],["followers",{"2":{"303":3,"316":1}}],["found>",{"2":{"288":2}}],["found",{"0":{"288":1}}],["footer",{"2":{"114":2,"122":1}}],["focused",{"2":{"318":1}}],["focus=",{"2":{"153":1,"167":1}}],["focus",{"2":{"63":1,"153":1}}],["font",{"2":{"38":1,"45":5,"63":7,"84":3,"188":1,"281":1,"303":2,"365":1}}],["fork",{"2":{"132":1}}],["forward",{"2":{"56":1}}],["foreach",{"2":{"45":1,"287":1,"294":1}}],["formatprice",{"2":{"353":1}}],["formatcurrency",{"2":{"344":2,"355":1}}],["formatting",{"0":{"344":1,"345":1},"2":{"353":1}}],["formatdate",{"2":{"330":1,"341":1,"345":2}}],["format",{"0":{"302":1,"353":1},"1":{"303":1},"2":{"301":1}}],["form>",{"2":{"35":1,"45":1,"153":1}}],["forms",{"0":{"171":1},"2":{"34":1}}],["form",{"0":{"34":1,"127":1},"1":{"35":1},"2":{"7":1,"35":3,"42":1,"45":12,"47":1,"57":1,"77":1,"127":4,"145":1,"153":1,"181":1,"194":1}}],["for=",{"2":{"6":1,"40":1,"45":1,"63":1,"84":1,"140":1,"141":1,"142":1,"143":2,"144":1,"151":1,"165":1,"166":1,"172":3,"175":1,"179":1,"195":1,"312":1,"361":1}}],["for",{"0":{"6":1,"88":1,"89":1,"139":1,"151":1,"165":1,"166":1,"169":1,"171":1,"172":1,"175":1,"186":1,"206":1,"261":1,"270":1},"1":{"140":1,"141":1,"142":1,"143":1,"144":1},"2":{"2":1,"7":1,"15":1,"26":1,"30":1,"40":1,"45":2,"66":1,"69":1,"85":1,"91":1,"92":1,"94":2,"95":1,"96":2,"97":2,"102":1,"111":1,"115":1,"118":1,"128":1,"130":1,"131":1,"145":1,"174":3,"185":1,"186":1,"192":1,"195":2,"198":1,"199":1,"204":2,"255":1,"273":1,"275":1,"282":1,"285":1,"288":1,"292":2,"297":1,"325":1,"337":1,"349":1,"366":3,"367":1}}],["finds",{"2":{"301":1}}],["finally",{"2":{"230":1,"296":1}}],["fine",{"2":{"86":1,"174":1,"261":1}}],["firstname",{"2":{"271":2,"329":1}}],["first",{"0":{"187":1,"204":1},"1":{"188":1,"189":1,"190":1},"2":{"196":1,"210":1,"213":1}}],["firefox",{"2":{"16":1,"92":1,"368":1}}],["fixed",{"2":{"85":1}}],["fit",{"2":{"45":1,"303":1}}],["fields",{"2":{"35":1}}],["filtered",{"2":{"255":1}}],["filteredtodos",{"2":{"63":2,"70":1}}],["filtering",{"0":{"73":1},"2":{"66":1}}],["filter",{"2":{"63":19,"67":1,"70":1,"73":4,"74":2,"75":1,"84":1,"162":1,"255":3,"352":2}}],["filters",{"2":{"63":2}}],["fill",{"2":{"35":1}}],["filenames",{"2":{"310":1}}],["filename",{"2":{"292":2,"310":1,"321":1}}],["files",{"0":{"190":1},"2":{"30":1,"31":1,"32":1,"58":1,"103":1,"292":1,"299":1,"300":1,"315":1,"321":1,"367":1}}],["file",{"0":{"59":1,"103":1,"237":1,"299":1,"302":1,"324":1},"1":{"300":1,"301":1,"302":1,"303":2,"304":1,"305":1,"306":1,"307":1,"308":1,"309":1,"310":1,"311":1,"312":1,"313":1,"314":1,"315":1,"316":1,"317":1,"318":1,"319":1,"320":1,"321":1,"322":1,"323":1,"324":1,"325":1},"2":{"26":1,"79":1,"184":1,"186":1,"299":1,"301":1,"302":1,"318":1,"321":1}}],["jane",{"2":{"316":1}}],["javascript",{"0":{"102":1,"189":1},"2":{"0":1,"45":1,"85":1,"198":1,"201":1,"208":1}}],["join",{"2":{"292":1,"352":2}}],["john",{"2":{"3":1,"271":1,"303":1}}],["jquery",{"2":{"86":5}}],["just",{"2":{"78":1,"203":1,"240":1}}],["justify",{"2":{"45":1,"63":1}}],["jsapp",{"2":{"292":1}}],["jsasync",{"2":{"49":1}}],["jsobject",{"2":{"258":1}}],["json",{"2":{"45":2,"49":1,"63":2,"72":2,"85":1,"123":1,"214":1,"221":1,"223":1,"225":1,"230":1,"231":1,"283":1,"296":1,"307":1}}],["jsonplaceholder",{"2":{"45":2}}],["jsdelete",{"2":{"246":1}}],["jsdelivr",{"0":{"82":1},"2":{"82":2}}],["jsthis",{"2":{"243":1,"244":1,"245":1,"248":2,"250":1,"252":1,"254":1,"255":1,"257":1}}],["jscomponent",{"2":{"240":1}}],["jsconst",{"2":{"11":1,"48":1,"241":1,"255":1}}],["jsconsole",{"2":{"10":1,"264":1}}],["jsx",{"2":{"209":1}}],["jsfiddle",{"2":{"96":1}}],["jsfilteredtodos",{"2":{"73":1}}],["jsmounted",{"2":{"72":1}}],["js",{"2":{"18":1,"19":1,"20":1,"24":1,"28":2,"45":1,"54":1,"60":1,"63":1,"74":1,"79":1,"81":2,"82":2,"83":1,"84":1,"85":1,"86":2,"88":1,"89":1,"90":1,"91":1,"104":1,"110":1,"118":1,"123":1,"124":1,"127":1,"128":1,"154":1,"163":1,"175":1,"184":1,"186":1,"188":1,"193":1,"203":1,"208":1,"209":1,"214":1,"215":4,"217":1,"218":3,"220":1,"221":4,"223":1,"225":1,"226":1,"227":1,"228":1,"230":1,"231":1,"232":1,"233":1,"234":1,"237":1,"249":2,"251":1,"252":1,"255":1,"260":1,"261":1,"263":1,"266":1,"267":1,"268":1,"270":1,"271":1,"272":1,"281":1,"284":1,"285":1,"286":1,"287":1,"288":1,"290":1,"292":1,"294":2,"296":1,"306":1,"307":2,"308":2,"309":1,"337":1,"344":1,"345":1,"346":1,"347":1,"350":1,"352":1,"355":1,"357":1,"358":1,"365":1}}],["jslego",{"2":{"12":1,"53":1,"102":1,"107":1,"278":1,"282":1,"289":1}}],["jsimport",{"2":{"3":1,"33":1,"60":1,"185":1,"186":1,"189":1,"306":1,"308":1}}],["equivalents",{"2":{"255":1}}],["err",{"2":{"221":2,"296":1}}],["errors",{"0":{"228":1},"2":{"127":5}}],["error",{"0":{"296":1},"2":{"35":5,"126":3,"296":2}}],["ecosystem",{"2":{"207":1}}],["every",{"2":{"216":1,"218":1,"227":1,"273":1,"358":1}}],["everything",{"2":{"204":1,"261":1}}],["eventname",{"2":{"194":1}}],["events",{"0":{"110":1,"153":1,"156":1,"167":1,"194":1},"2":{"38":1,"110":1,"153":1,"194":1,"196":1,"201":1,"234":1}}],["event",{"0":{"8":1,"12":1,"67":1,"152":1,"154":1,"170":1},"1":{"153":1,"154":1,"155":1,"156":1},"2":{"8":1,"12":1,"45":3,"63":1,"84":1,"152":1,"153":3,"154":7,"156":2,"171":1,"179":1,"181":1,"194":1,"215":1,"218":1,"221":1,"223":2,"286":1,"342":3}}],["escaping",{"0":{"337":1}}],["escapes",{"2":{"337":1}}],["escape",{"2":{"156":1,"223":1}}],["es6",{"2":{"16":1,"204":1,"241":1,"368":1}}],["each",{"2":{"120":1,"193":1,"318":1,"321":1}}],["easily",{"2":{"94":1}}],["effects",{"0":{"354":1},"2":{"116":1}}],["etc",{"2":{"86":1,"273":1,"285":1}}],["eee",{"2":{"84":1}}],["editor",{"2":{"301":1}}],["edit",{"2":{"76":2,"315":1}}],["edge",{"2":{"16":1,"92":1,"368":1}}],["el",{"2":{"233":2,"241":2}}],["else",{"2":{"63":1,"73":1,"303":1}}],["elements",{"2":{"16":1,"134":1,"174":1,"204":1}}],["element",{"2":{"2":1,"5":1,"138":1,"222":1,"342":1}}],["e0e0e0",{"2":{"63":1}}],["enabled",{"2":{"334":1}}],["enemy",{"2":{"199":1}}],["ensure",{"2":{"132":1}}],["entry",{"0":{"308":1}}],["entries",{"2":{"294":1}}],["enthusiast",{"2":{"303":1}}],["entire",{"2":{"120":1,"248":1,"318":1,"366":1}}],["enter",{"2":{"7":1,"39":1,"63":1,"67":1,"84":1,"146":1,"156":1,"179":1}}],["enhancing",{"2":{"85":1}}],["enhancement",{"0":{"85":1},"2":{"94":1,"96":1,"206":1}}],["encapsulation",{"2":{"45":1,"115":1,"204":1}}],["en",{"2":{"45":1,"63":1,"84":1,"237":1}}],["empty",{"2":{"331":1}}],["embrace",{"2":{"209":1}}],["embraces",{"2":{"199":1}}],["embedded",{"2":{"206":1}}],["embedding",{"0":{"86":1}}],["email",{"2":{"35":5,"45":6,"106":1,"107":2,"127":4,"246":1,"260":2,"355":1}}],["emit",{"2":{"12":1}}],["e",{"2":{"23":1,"110":2,"223":2}}],["exactly",{"2":{"321":1,"366":1}}],["examples",{"0":{"36":1,"37":1,"42":1,"343":1},"1":{"37":1,"38":2,"39":2,"40":2,"41":1,"42":1,"43":1,"344":1,"345":1,"346":1,"347":1},"2":{"36":1,"42":1,"96":1,"97":1,"129":1,"181":1,"197":1,"235":1,"274":1,"298":1,"325":1,"364":1}}],["example",{"0":{"3":1,"24":1,"34":1,"44":1,"61":1,"84":1,"223":1,"281":1,"286":1,"303":1,"365":1},"1":{"35":1,"45":1,"46":1,"47":1,"48":1,"49":1,"50":1,"51":1,"52":1,"53":1,"54":1,"55":1,"56":1,"57":1,"62":1,"63":1,"64":1,"65":1,"66":1,"67":1,"68":1,"69":1,"70":1,"71":1,"72":1,"73":1,"74":1,"75":1,"76":1,"77":1},"2":{"49":1,"57":2,"77":1,"106":1,"260":2,"261":1,"290":1,"303":1}}],["exists",{"2":{"225":1}}],["existing",{"0":{"86":1},"2":{"85":3,"94":1,"206":1}}],["executes",{"2":{"225":1}}],["extremely",{"2":{"207":1}}],["extensions",{"0":{"76":1}}],["express",{"2":{"292":1}}],["expressions",{"0":{"137":1,"155":1,"329":1},"2":{"349":1}}],["expensive",{"2":{"357":1}}],["expensivecalculation",{"2":{"227":1,"358":2}}],["experience",{"2":{"186":1}}],["experimentation",{"2":{"96":1}}],["explore",{"2":{"36":1,"77":1,"97":1,"129":1,"181":1,"197":1,"235":1,"238":1,"274":1,"298":1,"364":1}}],["export",{"2":{"28":1,"59":1,"76":1,"103":1,"186":1,"190":1,"302":1,"303":1,"306":1,"313":1,"324":1}}],["exports",{"2":{"9":1,"313":1}}],["exposes",{"2":{"9":1,"33":1}}],["exclude",{"0":{"32":1},"2":{"32":1}}],["middleware",{"0":{"285":1,"286":1},"1":{"286":1},"2":{"285":2,"286":2,"297":1}}],["might",{"2":{"248":1}}],["milestone",{"2":{"223":2}}],["mit",{"2":{"133":1}}],["minor",{"2":{"331":1}}],["minimal",{"2":{"367":1}}],["minimize",{"0":{"260":1}}],["minified",{"2":{"208":4}}],["minutes",{"2":{"182":1,"210":1}}],["min",{"2":{"86":1}}],["minmax",{"2":{"45":1}}],["my",{"2":{"86":2,"161":2,"184":3,"185":1,"186":2,"218":1,"291":1,"307":1,"323":3,"324":3,"365":1}}],["more",{"2":{"279":1,"300":1}}],["most",{"2":{"174":1}}],["move",{"2":{"170":1}}],["mouseleave=",{"2":{"153":1}}],["mouseenter=",{"2":{"153":1}}],["mouse",{"2":{"153":1}}],["mounted",{"0":{"123":1,"213":1,"225":1},"1":{"214":1,"215":1},"2":{"45":2,"49":2,"54":1,"63":1,"68":1,"85":1,"118":1,"123":2,"124":1,"212":1,"214":1,"215":4,"221":3,"222":1,"223":3,"225":1,"226":2,"230":1,"231":1,"232":1,"233":1,"234":2,"290":1,"313":2,"358":1}}],["modal",{"2":{"320":1}}],["moderate",{"2":{"367":2}}],["modern",{"2":{"92":1,"199":1,"368":1}}],["model",{"0":{"201":1},"2":{"268":1,"366":1}}],["mode",{"0":{"291":1},"1":{"292":1},"2":{"76":1}}],["module",{"0":{"33":1,"315":1},"2":{"33":1,"95":1,"309":1}}],["modules",{"2":{"9":1,"208":1}}],["messy",{"2":{"353":1}}],["message",{"2":{"45":4,"79":2,"150":2,"188":2,"189":2,"190":2,"328":1,"338":2}}],["mental",{"0":{"201":1},"2":{"366":1}}],["menu",{"2":{"122":1,"310":1}}],["me",{"2":{"153":2,"188":1,"189":1,"190":1}}],["medium",{"2":{"148":1,"206":1,"324":1}}],["merged",{"2":{"107":1}}],["merging",{"0":{"107":1,"163":1}}],["method",{"0":{"101":1,"102":1,"103":1,"330":1,"355":1},"2":{"284":1}}],["methods",{"0":{"70":1,"244":1,"255":1,"341":1,"353":1},"2":{"2":1,"14":1,"17":1,"104":1,"128":1,"170":1,"223":1,"254":1,"271":1,"273":2,"302":1,"313":2,"349":1,"350":1,"352":1}}],["meta",{"2":{"45":2,"63":2,"84":2,"237":1}}],["mutate",{"2":{"240":1,"248":1,"251":1,"354":1}}],["mutations",{"0":{"254":1}}],["mutation",{"2":{"209":1}}],["mutationobserver",{"2":{"16":1}}],["mutating",{"0":{"255":1},"2":{"111":1,"254":1,"255":1}}],["much",{"2":{"170":1}}],["multiple",{"0":{"47":1,"138":1,"167":1}}],["multi",{"2":{"44":1,"97":1}}],["must",{"2":{"2":1,"25":1,"297":1,"310":1}}],["map",{"2":{"255":1,"352":2}}],["mapped",{"2":{"255":1}}],["massive",{"2":{"207":1}}],["makes",{"0":{"209":1},"2":{"239":1,"300":1}}],["make",{"2":{"132":1,"199":1,"255":1,"261":1}}],["many",{"2":{"367":2}}],["mandatory",{"2":{"202":1}}],["management",{"2":{"94":1,"235":1,"298":1}}],["manipulation",{"0":{"74":1}}],["manually",{"2":{"11":1,"338":1}}],["maximum",{"2":{"91":1}}],["max",{"2":{"45":1,"63":1,"84":1,"122":1,"261":1,"303":1}}],["maintainable",{"2":{"300":1}}],["main>",{"2":{"45":2,"113":2,"289":2}}],["main",{"2":{"45":2,"60":1,"63":1,"79":1,"81":2,"82":2,"83":1,"84":1,"85":1,"86":1,"88":1,"89":1,"90":1,"91":1,"122":1,"132":1,"184":1,"188":1,"208":1,"237":1,"281":1,"307":1,"308":2,"309":1,"365":1}}],["mark",{"2":{"75":1}}],["markup",{"2":{"2":1,"302":1,"312":1}}],["margin",{"2":{"45":8,"63":5,"84":2,"281":1,"303":2}}],["matchroute",{"2":{"288":3}}],["match",{"2":{"31":1,"306":1,"310":1}}],["l",{"2":{"292":1}}],["ll",{"2":{"45":1}}],["lazy",{"2":{"297":1}}],["lastname",{"2":{"271":2,"329":1}}],["later",{"2":{"249":1}}],["latest",{"2":{"81":1,"82":1,"89":1,"186":1}}],["layout",{"2":{"113":1,"289":2}}],["larger",{"0":{"186":1}}],["large",{"2":{"95":1,"96":1,"148":1,"175":1,"324":1,"366":1}}],["label",{"2":{"45":1}}],["label>message",{"2":{"45":1}}],["label>name",{"2":{"45":1}}],["label>password",{"2":{"35":1}}],["label>",{"2":{"35":2,"45":3}}],["label>email",{"2":{"35":1,"45":1}}],["lang=",{"2":{"45":1,"63":1,"84":1,"237":1}}],["level",{"2":{"297":1}}],["levels",{"2":{"122":1}}],["let",{"2":{"187":1,"255":1,"268":1,"299":1,"349":1}}],["least",{"2":{"310":1}}],["leak",{"2":{"116":1}}],["learned",{"0":{"196":1}}],["learning",{"2":{"94":1,"96":1,"206":1,"209":1,"366":1,"367":1}}],["learn",{"2":{"36":1,"40":1,"57":1,"77":1,"84":1,"97":1,"98":1,"129":1,"162":1,"181":1,"197":1,"201":1,"211":1,"235":1,"274":1,"298":1,"325":1,"326":1,"364":1}}],["legacy",{"2":{"85":1}}],["legojs",{"2":{"63":2,"72":2}}],["legoplugin",{"2":{"28":2,"186":2,"306":2}}],["lego",{"0":{"0":1,"10":1,"11":1,"21":1,"103":1,"190":1,"198":1,"205":1,"206":1,"299":1,"324":1,"366":1},"1":{"1":1,"2":1,"3":1,"22":1,"23":1,"24":1,"25":1,"199":1,"200":1,"201":1,"202":1,"203":1,"204":1,"205":1,"206":2,"207":2,"208":1,"209":1,"210":1,"300":1,"301":1,"302":1,"303":1,"304":1,"305":1,"306":1,"307":1,"308":1,"309":1,"310":1,"311":1,"312":1,"313":1,"314":1,"315":1,"316":1,"317":1,"318":1,"319":1,"320":1,"321":1,"322":1,"323":1,"324":1,"325":1},"2":{"3":3,"9":2,"10":2,"11":1,"12":1,"13":1,"14":3,"16":1,"24":3,"26":2,"27":1,"28":1,"30":1,"31":1,"33":1,"34":1,"35":1,"36":1,"40":1,"45":15,"48":2,"53":1,"54":1,"58":1,"59":1,"60":1,"61":1,"63":3,"78":1,"79":2,"81":2,"82":2,"83":1,"84":5,"85":4,"86":3,"88":1,"89":1,"90":1,"91":1,"92":1,"95":1,"98":1,"102":1,"103":2,"130":1,"131":1,"159":1,"162":1,"163":1,"182":1,"184":4,"185":5,"186":5,"188":1,"189":3,"190":1,"196":1,"198":1,"199":2,"201":1,"204":1,"209":1,"211":1,"236":1,"237":3,"239":1,"241":1,"245":1,"250":1,"266":1,"267":1,"268":2,"275":1,"277":2,"278":2,"280":2,"281":6,"282":2,"283":3,"285":2,"286":1,"288":3,"289":1,"291":1,"294":1,"299":1,"302":1,"303":1,"305":1,"306":2,"307":3,"308":4,"309":1,"310":3,"312":1,"315":1,"318":5,"319":4,"320":7,"321":1,"324":1,"326":1,"337":1,"342":1,"365":1,"367":2,"368":1}}],["length",{"2":{"63":2,"84":1,"127":1,"137":1,"150":1,"248":1,"255":1,"331":2,"346":2,"347":4}}],["left",{"2":{"63":1}}],["long",{"2":{"347":1}}],["look",{"2":{"306":1,"319":1}}],["looks",{"2":{"192":1}}],["loops",{"0":{"143":1,"151":1}}],["lowercase",{"2":{"310":1}}],["low",{"2":{"94":1}}],["local",{"0":{"72":1}}],["localstorage",{"2":{"63":4,"68":2,"72":2}}],["location",{"2":{"45":1,"85":1,"286":1,"287":1,"288":1,"290":1}}],["logger",{"2":{"286":2}}],["logging",{"2":{"285":1,"286":1}}],["logout",{"2":{"85":3}}],["logic",{"2":{"70":1,"99":1,"104":1,"170":2,"237":1,"302":1,"352":1,"353":1}}],["login",{"2":{"12":2,"35":4,"285":1}}],["log",{"2":{"10":2,"19":1,"110":1,"118":1,"136":1,"154":2,"214":1,"217":1,"218":1,"220":1,"221":1,"223":5,"227":2,"234":4,"251":3,"263":1,"264":2,"270":1,"286":1,"313":1,"342":1,"360":1}}],["loaddata",{"2":{"296":1}}],["loaduser",{"2":{"283":2}}],["loaduserdata",{"2":{"215":1}}],["load",{"2":{"63":1,"68":1,"90":1,"237":1,"296":1}}],["loaded",{"2":{"5":1,"9":1,"297":1}}],["loading",{"0":{"51":1,"87":1,"126":1,"230":1,"295":1},"1":{"88":1,"89":1,"90":1,"91":1},"2":{"5":2,"45":7,"126":3,"230":2,"295":2,"296":2}}],["light",{"0":{"227":1},"2":{"252":1}}],["lightweight",{"2":{"218":1}}],["like",{"2":{"192":1}}],["limit",{"0":{"175":1}}],["limitations",{"0":{"95":1,"247":1,"297":1,"321":1,"348":1},"1":{"248":1,"249":1,"349":1,"350":1}}],["licensed",{"2":{"133":1}}],["license",{"0":{"133":1},"2":{"133":1}}],["libraries",{"2":{"215":1,"218":1}}],["library",{"2":{"45":1,"95":1,"198":1,"208":1,"297":1}}],["libs",{"2":{"83":1}}],["lints",{"2":{"132":1}}],["links",{"2":{"56":1,"287":1}}],["link",{"0":{"50":1,"157":1,"287":1},"1":{"158":1,"159":1},"2":{"45":5,"159":1,"280":1,"287":4,"363":1}}],["link>authors",{"2":{"289":1}}],["link>about",{"2":{"45":1,"55":1,"158":1,"280":1,"281":1}}],["link>posts",{"2":{"289":1}}],["link>second",{"2":{"281":1}}],["link>first",{"2":{"281":1}}],["link>blog",{"2":{"281":1}}],["link>",{"2":{"159":1}}],["link>←",{"2":{"45":1}}],["link>view",{"2":{"45":2,"159":1}}],["link>contact",{"2":{"45":1,"158":1,"280":1}}],["link>users",{"2":{"45":1}}],["link>home",{"2":{"45":1,"158":1,"280":1,"281":1}}],["line",{"2":{"63":1,"84":1}}],["lines",{"2":{"45":1,"208":1}}],["linear",{"2":{"45":1}}],["live",{"0":{"35":1,"62":1}}],["literals",{"2":{"16":1,"204":1,"368":1}}],["lifecycle",{"0":{"17":1,"68":1,"118":1,"211":1,"222":1,"234":1,"251":1},"1":{"18":1,"19":1,"20":1,"212":1,"213":1,"214":1,"215":1,"216":1,"217":1,"218":1,"219":1,"220":1,"221":1,"222":1,"223":1,"224":1,"225":1,"226":1,"227":1,"228":1,"229":1,"230":1,"231":1,"232":1,"233":1,"234":1,"235":1},"2":{"14":2,"17":1,"118":2,"211":1,"212":1,"223":3,"234":4,"235":1,"298":1,"313":1}}],["li>built",{"2":{"45":1}}],["li>shadow",{"2":{"45":1}}],["li>true",{"2":{"45":1}}],["li>under",{"2":{"45":1}}],["li>zero",{"2":{"45":1}}],["li>",{"2":{"6":1,"40":1,"45":5,"63":1,"84":1,"140":1,"141":1,"142":1,"143":1,"144":1,"151":1,"165":1,"166":1,"175":1,"179":1,"195":1,"281":4,"312":1,"334":1,"361":1}}],["li",{"2":{"6":1,"40":1,"63":3,"84":2,"140":1,"141":1,"142":1,"143":1,"144":1,"151":1,"165":1,"166":1,"175":1,"179":1,"195":1,"312":1,"334":1,"361":1}}],["listener",{"2":{"223":2}}],["listeners",{"2":{"8":1,"20":1,"124":1,"215":1,"221":1}}],["listens",{"2":{"110":1}}],["list>",{"2":{"40":1,"162":1,"172":2,"309":2}}],["lists",{"2":{"40":1,"76":1,"175":1}}],["list",{"0":{"40":1,"66":1,"179":1,"361":1},"2":{"6":1,"40":2,"45":1,"47":1,"63":1,"76":1,"84":1,"139":1,"162":1,"195":1,"307":1,"310":3,"319":1,"320":1}}],["lt",{"2":{"2":1,"25":1,"101":1,"202":1,"310":3,"321":1,"337":2,"367":1}}],["human",{"2":{"208":1}}],["hundreds",{"2":{"207":1}}],["h2",{"2":{"114":1,"303":1}}],["h2>",{"2":{"45":1,"114":1,"126":2,"188":2,"189":2,"190":2,"303":1,"365":2}}],["h2>features",{"2":{"45":1}}],["history",{"0":{"291":1},"1":{"292":1},"2":{"284":3,"285":1,"291":1}}],["hijacks",{"2":{"280":1}}],["hidden",{"2":{"138":1,"174":2}}],["hide",{"0":{"169":1,"360":1},"2":{"69":1}}],["highlighting",{"2":{"301":1}}],["highlight",{"2":{"50":1}}],["h1",{"2":{"63":1,"237":1,"314":1}}],["h1>user",{"2":{"283":1}}],["h1>users",{"2":{"45":1}}],["h1>blog",{"2":{"281":1}}],["h1>home",{"2":{"279":1}}],["h1>hello",{"2":{"101":1,"102":1,"103":1,"184":1,"185":1,"192":1,"237":1}}],["h1>my",{"2":{"84":1,"85":1}}],["h1>📝",{"2":{"63":1}}],["h1>contact",{"2":{"45":1}}],["h1>about",{"2":{"45":1,"279":1,"281":1}}],["h1>",{"2":{"45":6,"63":1,"79":2,"84":1,"85":1,"101":1,"102":1,"103":1,"184":1,"185":1,"192":1,"237":1,"279":2,"281":3,"283":1,"295":2,"312":2,"323":2,"324":2,"328":2}}],["h1>welcome",{"2":{"45":1,"281":1}}],["href",{"2":{"45":1,"85":1,"287":1}}],["href=",{"2":{"25":2,"45":7,"55":1,"158":3,"159":2,"280":3,"281":5,"289":2,"333":1,"363":1}}],["hr>",{"2":{"45":1}}],["htaccess",{"2":{"292":1}}],["https",{"2":{"45":2,"49":1,"63":1,"79":1,"81":2,"82":2,"83":1,"84":1,"85":1,"86":2,"88":1,"89":1,"90":1,"91":1,"131":1,"184":1,"188":1,"237":1,"261":1,"281":1,"303":1,"365":1}}],["htmlapp",{"2":{"122":1}}],["html>",{"2":{"45":2,"63":2,"79":3,"84":2,"184":3,"237":2,"281":3,"309":3}}],["htmlelement",{"2":{"22":1}}],["html",{"0":{"101":1,"188":1,"237":1,"323":1},"2":{"2":1,"5":1,"6":1,"7":1,"8":1,"23":1,"25":1,"35":1,"38":1,"39":1,"40":1,"45":2,"55":1,"56":1,"59":1,"60":2,"63":2,"75":1,"79":1,"81":1,"82":1,"83":1,"84":2,"85":1,"86":1,"88":1,"89":1,"90":1,"91":1,"99":1,"101":2,"103":1,"104":1,"106":1,"107":1,"109":1,"110":1,"111":1,"113":1,"114":1,"117":1,"126":1,"128":1,"136":1,"137":1,"138":1,"140":1,"141":1,"142":1,"143":1,"144":1,"146":1,"147":1,"148":1,"149":1,"150":1,"151":1,"153":1,"154":1,"155":1,"156":1,"158":1,"159":1,"161":1,"162":1,"163":1,"165":1,"166":1,"167":1,"169":1,"170":1,"171":1,"172":1,"174":1,"175":1,"177":1,"178":1,"179":1,"180":1,"184":2,"188":1,"189":2,"190":1,"192":1,"194":1,"195":1,"201":1,"202":1,"209":1,"222":1,"237":2,"252":1,"271":1,"277":1,"279":1,"280":1,"281":1,"283":1,"289":1,"292":4,"295":1,"302":1,"303":1,"307":1,"309":2,"312":2,"313":1,"314":1,"316":1,"323":1,"324":4,"328":1,"329":1,"330":1,"331":1,"333":1,"334":1,"335":1,"336":1,"337":3,"338":2,"340":1,"341":1,"342":1,"344":1,"345":1,"346":1,"347":1,"349":1,"350":1,"352":1,"353":1,"354":1,"358":1,"360":1,"361":1,"362":1,"363":1,"365":1}}],["heavy",{"0":{"358":1},"2":{"227":1}}],["head",{"2":{"210":1}}],["header",{"2":{"114":2,"122":1}}],["header>",{"2":{"113":4}}],["head>",{"2":{"45":2,"63":2,"79":2,"84":2,"184":2,"237":2,"281":2,"309":2}}],["here",{"2":{"84":1,"86":1,"303":1}}],["hero",{"2":{"45":2}}],["hello",{"2":{"79":4,"101":3,"102":1,"103":1,"237":4,"323":1,"324":1}}],["helpers",{"0":{"9":1},"1":{"10":1,"11":1,"12":1}}],["height",{"2":{"63":1,"99":1,"303":1}}],["happens",{"2":{"250":1}}],["hard",{"2":{"172":1}}],["handlescroll",{"2":{"232":4}}],["handlesubmit",{"2":{"45":2,"153":1,"194":1}}],["handlekeypress",{"2":{"223":3}}],["handleresize",{"2":{"215":1,"221":4,"226":2}}],["handlers",{"0":{"170":1},"2":{"152":1,"342":1}}],["handle",{"2":{"194":1,"288":1}}],["handlechange",{"2":{"153":1}}],["handleclick",{"2":{"153":1,"154":2,"194":1}}],["handleinput",{"2":{"153":1,"167":1,"194":1}}],["handling",{"0":{"67":1,"296":1},"2":{"34":1,"181":1}}],["hands",{"2":{"36":1}}],["have",{"2":{"25":1,"118":1,"120":1,"212":1,"289":1,"339":1}}],["hasparentconsent",{"2":{"138":1}}],["hash",{"0":{"291":1},"1":{"292":1},"2":{"45":1,"291":1}}],["has",{"2":{"19":1,"193":1}}],["hours",{"2":{"209":1}}],["hood",{"2":{"206":1}}],["hook",{"2":{"49":1,"222":3,"251":1,"270":1}}],["hooks",{"0":{"17":1,"68":1,"211":1},"1":{"18":1,"19":1,"20":1,"212":1,"213":1,"214":1,"215":1,"216":1,"217":1,"218":1,"219":1,"220":1,"221":1,"222":1,"223":1,"224":1,"225":1,"226":1,"227":1,"228":1,"229":1,"230":1,"231":1,"232":1,"233":1,"234":1,"235":1},"2":{"14":1,"118":2,"211":1,"212":1,"298":1,"313":1}}],["host",{"0":{"117":1},"2":{"117":1}}],["how",{"0":{"208":1,"241":1},"2":{"98":1,"138":1,"196":1,"197":1,"206":1,"239":1,"319":1,"366":1}}],["hot",{"0":{"315":1},"2":{"95":1,"301":1}}],["hover",{"2":{"45":1,"63":3,"117":1,"188":1}}],["homepage",{"2":{"279":1,"281":1}}],["home",{"2":{"24":1,"45":3,"47":1,"53":1,"180":2,"278":1,"279":1,"281":3,"288":1,"294":1}}],["h3>✅",{"2":{"45":1}}],["h3>address",{"2":{"45":1}}],["h3>🎨",{"2":{"45":1}}],["h3>📦",{"2":{"45":1}}],["h3>🚀",{"2":{"45":1}}],["h3>",{"2":{"3":2,"45":5,"143":2}}],["hyphens",{"2":{"310":1}}],["hyphen",{"2":{"2":1,"310":1}}],["amount",{"2":{"355":1}}],["amp",{"0":{"15":1},"2":{"76":1,"290":1}}],["affect",{"2":{"314":1}}],["afternoon",{"2":{"366":1}}],["after",{"2":{"19":1,"121":1,"212":2,"216":1,"249":1,"251":2,"319":1}}],["at",{"2":{"310":1}}],["attached",{"2":{"213":1,"222":1}}],["attribute",{"0":{"106":1,"332":1},"1":{"333":1,"334":1,"335":1,"336":1},"2":{"280":1,"316":1,"332":1}}],["attributes",{"0":{"333":1,"335":1,"363":1},"2":{"4":1,"134":1,"195":1}}],["authors>",{"2":{"289":1}}],["authors",{"2":{"289":3}}],["authmiddleware",{"2":{"285":3}}],["authentication",{"2":{"285":1}}],["automatic",{"2":{"297":1}}],["automatically",{"2":{"17":1,"190":1,"239":1,"240":1,"252":1,"301":1,"310":1,"314":1,"337":1}}],["auto",{"2":{"45":2,"63":1,"65":1,"84":1,"301":1,"308":1}}],["abstract",{"2":{"209":1}}],["abort",{"2":{"221":1}}],["aborted",{"2":{"221":1}}],["aborterror",{"2":{"221":1}}],["abortcontroller",{"2":{"221":1}}],["above",{"2":{"56":1,"75":1}}],["about",{"2":{"24":2,"25":1,"45":5,"47":2,"55":1,"57":1,"77":1,"97":1,"129":1,"158":1,"181":1,"197":1,"211":1,"235":1,"274":1,"278":2,"279":2,"280":1,"281":4,"284":2,"288":3,"291":2,"294":2,"298":1,"325":1,"326":1,"364":1}}],["against",{"0":{"228":1}}],["age",{"2":{"138":1,"193":1,"245":1,"258":1,"260":2,"331":1}}],["agreed",{"2":{"147":3}}],["agree",{"2":{"133":1}}],["avataaars",{"2":{"303":1}}],["avatars",{"2":{"333":1}}],["avatarurl",{"2":{"99":1,"303":2}}],["avatar",{"2":{"99":2,"120":1,"303":2,"318":1,"320":1}}],["available",{"2":{"196":1,"283":1,"308":1}}],["avoid",{"0":{"122":1,"172":1,"261":1,"354":1,"358":1},"2":{"227":1}}],["awesome",{"2":{"84":1,"281":1}}],["await",{"2":{"45":4,"49":2,"85":1,"123":1,"214":1,"221":1,"223":1,"230":1,"231":1,"283":1,"296":1}}],["ajax",{"2":{"83":1}}],["adult",{"2":{"331":1}}],["advanced",{"0":{"269":1},"1":{"270":1,"271":1,"272":1}}],["advantages",{"0":{"94":1}}],["added",{"2":{"118":1,"132":1,"212":1,"223":1,"251":1}}],["addeventlistener",{"2":{"45":1,"110":1,"215":1,"221":1,"223":1,"226":1,"232":1,"287":1,"288":1}}],["additem",{"2":{"104":1}}],["adding",{"0":{"249":1,"257":1},"2":{"76":1,"249":1}}],["add",{"0":{"277":1,"280":1},"2":{"67":1,"70":1,"74":1,"75":1,"76":1,"85":1,"94":1,"132":1,"134":1,"215":1,"223":1,"233":1,"285":1}}],["addtodo",{"2":{"63":3,"70":1,"84":3,"179":1}}],["address",{"2":{"45":3}}],["admin",{"2":{"3":1,"106":1,"137":1}}],["actual",{"2":{"264":1}}],["activetab",{"2":{"180":6}}],["active",{"0":{"50":1,"287":1},"2":{"45":3,"63":8,"73":1,"144":2,"255":3,"281":1,"287":3,"334":1,"352":2,"362":2}}],["accessing",{"0":{"54":1,"111":1,"142":1,"283":1}}],["access",{"2":{"10":1,"48":1,"104":1,"154":1,"290":1,"339":1,"342":1}}],["alternatives",{"0":{"207":1}}],["alt=",{"2":{"99":1,"303":1,"333":1}}],["already",{"2":{"201":1,"207":1}}],["always",{"0":{"226":1},"2":{"88":1}}],["alongside",{"2":{"86":1}}],["align",{"2":{"45":3,"63":2,"84":1,"99":1,"188":1,"189":1}}],["alice",{"2":{"12":1,"101":1,"102":1,"103":1,"104":1,"107":1,"161":1,"163":1,"193":1,"243":1,"258":1,"260":4}}],["alert",{"2":{"35":1,"337":1}}],["allow",{"2":{"285":1}}],["allitems",{"2":{"175":2}}],["all",{"2":{"33":1,"35":1,"63":4,"92":1,"115":1,"162":1,"249":1,"252":1,"254":1,"273":1,"288":2,"292":1,"308":2,"368":1}}],["a>",{"2":{"25":2,"45":7,"55":1,"158":3,"159":2,"280":3,"281":5,"289":2,"333":1,"363":1}}],["apacherewriteengine",{"2":{"292":1}}],["apache",{"2":{"292":1}}],["approach",{"2":{"199":1}}],["apps",{"0":{"86":1},"2":{"95":1,"96":1,"97":1,"325":1}}],["app>",{"2":{"63":2,"84":2}}],["apply",{"2":{"285":1,"286":1}}],["apple",{"2":{"63":1,"104":1,"128":1,"313":1,"346":1}}],["application",{"2":{"44":1,"61":1,"84":1}}],["applications",{"0":{"41":1},"2":{"96":1,"197":1,"206":1,"275":1}}],["app",{"0":{"61":1},"1":{"62":1,"63":1,"64":1,"65":1,"66":1,"67":1,"68":1,"69":1,"70":1,"71":1,"72":1,"73":1,"74":1,"75":1,"76":1,"77":1},"2":{"40":1,"42":1,"57":1,"63":5,"79":1,"84":5,"111":1,"113":7,"122":3,"162":1,"184":1,"186":2,"307":1,"309":2,"320":2}}],["appear",{"2":{"25":1,"315":1}}],["apis",{"2":{"132":1,"204":1}}],["api",{"0":{"13":1,"26":1},"1":{"14":1,"15":1,"16":1,"27":1,"28":1,"29":1,"30":1,"31":1,"32":1,"33":1},"2":{"13":1,"43":1,"49":1,"85":1,"123":1,"214":1,"221":1,"223":1,"225":1,"230":1,"231":1,"238":1,"261":2,"283":1,"284":1,"291":1,"296":1,"303":1,"325":1}}],["article",{"2":{"319":1}}],["arose",{"2":{"199":1}}],["arrays",{"0":{"248":1,"253":1},"1":{"254":1,"255":1},"2":{"255":1}}],["array",{"0":{"74":1,"244":1,"254":1},"2":{"248":1,"273":1}}],["area",{"2":{"122":1}}],["are",{"2":{"17":1,"107":1,"116":1,"134":1,"201":1,"202":1,"252":1,"283":1,"308":1,"310":1,"314":1}}],["arguments",{"0":{"2":1,"23":1}}],["aside>",{"2":{"289":2}}],["assign",{"0":{"258":1},"2":{"255":1,"258":1,"260":1,"273":1}}],["assignment",{"0":{"243":1}}],["aspect",{"2":{"209":1}}],["asynchronously",{"2":{"90":1}}],["async",{"2":{"45":2,"85":1,"123":1,"214":1,"221":1,"223":1,"230":1,"231":1,"283":1,"296":1}}],["as",{"2":{"9":1,"35":1,"56":1,"75":2,"199":1,"222":1,"299":1,"316":1,"337":1}}],["animated",{"2":{"233":1}}],["animation",{"0":{"233":1}}],["analytics",{"2":{"218":1,"286":3}}],["angular",{"2":{"207":1,"208":1}}],["ancestors",{"0":{"111":1}}],["anonymous",{"2":{"91":1}}],["another",{"2":{"45":1}}],["anywhere",{"2":{"206":1}}],["any",{"2":{"78":1,"79":1,"184":1,"332":1}}],["an",{"0":{"237":1},"2":{"5":1,"40":1,"203":1,"240":1,"366":1}}],["and",{"0":{"93":1,"253":1},"1":{"94":1,"95":1,"254":1,"255":1},"2":{"2":2,"18":1,"36":1,"38":1,"76":1,"78":1,"79":1,"94":1,"96":2,"98":1,"99":1,"107":1,"118":1,"132":1,"182":1,"184":1,"190":1,"196":1,"197":1,"199":2,"202":1,"206":1,"208":1,"212":1,"216":1,"241":1,"250":1,"300":1,"301":1,"302":1,"313":1,"315":1,"316":1,"326":1,"338":1,"366":2,"368":1}}],["a",{"0":{"99":1},"2":{"2":1,"6":1,"9":1,"11":2,"17":1,"24":1,"25":3,"26":1,"33":1,"38":1,"44":1,"45":13,"55":1,"56":1,"61":1,"75":1,"84":1,"88":1,"99":2,"120":1,"158":3,"159":2,"187":1,"198":1,"199":2,"202":1,"207":1,"241":2,"275":1,"280":3,"281":7,"284":2,"289":2,"297":1,"302":1,"303":1,"310":3,"315":1,"318":1,"333":1,"357":1,"363":1,"365":1,"366":2}}],["centralize",{"0":{"294":1}}],["center",{"2":{"45":3,"63":2,"84":1,"99":1,"188":1,"189":1}}],["cd",{"2":{"186":1}}],["cdnjs",{"0":{"83":1},"2":{"83":1}}],["cdn",{"0":{"78":1,"80":1,"96":1,"184":1},"1":{"79":1,"80":1,"81":2,"82":2,"83":2,"84":1,"85":1,"86":1,"87":1,"88":1,"89":1,"90":1,"91":1,"92":1,"93":1,"94":1,"95":1,"96":1,"97":1},"2":{"9":1,"78":1,"79":1,"82":2,"84":1,"97":1,"184":1,"236":1}}],["css",{"0":{"174":1},"2":{"116":1,"174":2,"209":2}}],["creation",{"2":{"102":1}}],["creating",{"0":{"100":1},"1":{"101":1,"102":1,"103":1}}],["creates",{"2":{"321":1}}],["created",{"2":{"222":1}}],["create",{"0":{"11":1,"237":1,"279":1},"2":{"11":2,"98":1,"132":1,"186":1,"187":1,"190":1,"196":1,"306":1}}],["crossorigin=",{"2":{"91":1}}],["city",{"2":{"45":1}}],["choose",{"2":{"324":1}}],["child",{"0":{"109":1,"110":1},"2":{"109":2,"110":2}}],["chartdata",{"2":{"215":1,"218":2}}],["chart",{"2":{"215":2,"218":3,"221":5,"228":2}}],["characters",{"2":{"150":1}}],["charset=",{"2":{"45":1,"63":1,"84":1,"237":1}}],["changes",{"0":{"256":1,"270":1},"1":{"257":1,"258":1},"2":{"212":1,"218":1,"239":1,"241":1,"260":1,"273":1,"301":1,"315":2}}],["change=",{"2":{"153":1}}],["changed",{"0":{"263":1},"2":{"118":1,"132":1,"218":1,"227":1,"263":1,"270":1}}],["change",{"2":{"45":1,"65":1,"153":1,"203":1,"216":1,"218":2,"222":1,"227":1,"240":1,"251":2}}],["check",{"0":{"263":1},"2":{"43":1,"197":1,"228":2,"238":1,"288":1,"325":1}}],["checkbox",{"0":{"147":1},"2":{"40":1,"63":2,"84":1,"147":1,"151":1,"166":1,"179":1}}],["chrome",{"2":{"16":1,"92":1,"368":1}}],["currency",{"0":{"344":1}}],["currentpage",{"2":{"175":2}}],["current",{"2":{"10":1,"50":1}}],["curve",{"2":{"209":1,"367":1}}],["cursor",{"2":{"45":1,"63":5,"84":1,"188":1,"303":1}}],["customized",{"2":{"321":1}}],["custom",{"2":{"2":1,"16":1,"110":1,"204":1}}],["closest",{"2":{"268":1}}],["clone",{"2":{"131":2}}],["cloudflare",{"2":{"83":1}}],["classes",{"0":{"362":1}}],["class",{"0":{"334":1},"2":{"116":1,"287":1}}],["classlist",{"2":{"45":1,"233":1,"287":1}}],["class=",{"2":{"3":1,"40":1,"45":12,"63":10,"84":2,"99":1,"114":1,"151":1,"174":1,"179":1,"303":3,"334":3,"362":1,"363":1}}],["cleartimeout",{"2":{"272":1}}],["clearing",{"2":{"228":1}}],["clearinterval",{"2":{"20":1,"118":1,"124":1,"221":1,"223":1,"226":1,"228":1,"231":1}}],["clearcompleted",{"2":{"63":2,"70":1}}],["clear",{"2":{"63":3,"69":1,"124":1,"221":1,"223":1,"355":1,"366":1}}],["clean",{"0":{"124":1,"226":1},"2":{"45":1,"169":1,"291":1,"292":1,"353":1}}],["cleanup",{"2":{"20":1,"220":1,"222":1}}],["clicked",{"2":{"365":1}}],["clicks",{"2":{"280":1}}],["click",{"2":{"38":3,"56":1,"67":1,"76":1,"153":1,"188":3,"189":3,"190":1}}],["click=",{"2":{"8":1,"38":1,"45":1,"59":1,"63":6,"84":1,"85":1,"104":1,"110":1,"153":1,"154":1,"155":3,"170":2,"177":1,"178":2,"180":3,"188":1,"189":1,"190":1,"194":1,"237":1,"283":1,"303":1,"342":1,"354":1,"365":1}}],["client",{"2":{"14":1,"21":1,"44":1,"45":1,"157":1,"275":1}}],["cachedresult",{"2":{"358":3}}],["cachedtotal",{"2":{"357":5}}],["cache",{"0":{"357":1},"2":{"357":2}}],["case",{"2":{"310":1}}],["cases",{"0":{"215":1,"218":1,"221":1},"2":{"174":1}}],["calculations",{"0":{"358":1}}],["calculation",{"2":{"357":1}}],["calculate",{"2":{"358":1}}],["calculatetax",{"2":{"355":1}}],["calculatetotal",{"2":{"330":1,"341":1}}],["calculateage",{"2":{"192":1,"193":1}}],["calls",{"0":{"330":1}}],["called",{"2":{"17":1,"18":1,"19":1,"20":1,"193":1,"212":3,"213":1,"216":1,"219":1,"222":3,"251":1,"273":1}}],["catch",{"2":{"221":1,"288":1,"296":1}}],["cat",{"2":{"172":2,"282":1}}],["category",{"2":{"143":3,"172":2,"282":1}}],["categories",{"2":{"76":1,"143":1,"172":1}}],["ca",{"2":{"149":1}}],["card>",{"2":{"106":1,"107":1,"163":1,"309":2,"316":1}}],["card",{"2":{"3":2,"45":3,"106":1,"107":2,"114":4,"121":1,"163":2,"303":1,"307":1,"310":4,"316":1,"320":1,"334":1}}],["cannot",{"2":{"321":1}}],["canvas",{"2":{"215":1}}],["cancel",{"2":{"156":1,"221":1}}],["can",{"2":{"2":1,"289":1,"349":1,"350":1,"366":1}}],["coffee",{"2":{"303":1}}],["cover",{"2":{"303":1}}],["copy",{"2":{"56":1,"75":1}}],["columns",{"2":{"45":1}}],["color",{"2":{"35":1,"45":7,"59":1,"63":8,"84":1,"188":1,"237":1,"303":2,"314":2,"336":1}}],["combining",{"0":{"164":1},"1":{"165":1,"166":1,"167":1}}],["community",{"0":{"369":1}}],["communication",{"0":{"108":1},"1":{"109":1,"110":1,"111":1}}],["comment",{"2":{"307":1,"310":2,"319":1}}],["commented",{"2":{"208":1}}],["common",{"0":{"125":1,"153":1,"176":1,"215":1,"218":1,"221":1,"229":1,"359":1},"1":{"126":1,"127":1,"128":1,"177":1,"178":1,"179":1,"180":1,"230":1,"231":1,"232":1,"233":1,"360":1,"361":1,"362":1,"363":1},"2":{"97":1,"195":1}}],["compliance",{"2":{"366":1}}],["complex",{"0":{"162":1,"343":1},"1":{"344":1,"345":1,"346":1,"347":1},"2":{"170":1,"207":1,"297":1,"352":2}}],["completedcount",{"2":{"63":3,"65":1}}],["completed",{"2":{"63":7,"69":2,"73":1}}],["complete",{"0":{"84":1,"223":1,"281":1},"2":{"61":1,"67":1,"75":1,"97":1,"129":1,"303":1,"325":1}}],["composability",{"2":{"116":1}}],["composition",{"0":{"112":1},"1":{"113":1,"114":1}}],["component>",{"2":{"60":2,"86":2,"109":1,"161":1,"184":2,"323":1,"324":2}}],["componentorhtml",{"2":{"22":1,"23":1}}],["component",{"0":{"99":1,"104":1,"108":1,"112":1,"187":1,"303":1,"310":1,"340":1},"1":{"109":1,"110":1,"111":1,"113":1,"114":1,"188":1,"189":1,"190":1},"2":{"2":1,"11":1,"14":1,"17":1,"18":1,"19":1,"20":1,"23":1,"24":1,"45":3,"79":1,"86":1,"99":1,"102":1,"104":1,"107":1,"109":1,"110":2,"111":2,"118":2,"120":1,"122":1,"160":1,"161":1,"163":1,"184":1,"185":1,"187":1,"192":1,"193":1,"196":1,"203":1,"210":1,"211":1,"212":2,"213":1,"214":1,"217":1,"218":2,"219":1,"220":1,"222":4,"223":6,"225":1,"234":1,"235":1,"237":1,"240":1,"251":1,"264":2,"284":1,"294":2,"301":1,"302":2,"310":3,"312":1,"313":2,"314":2,"315":1,"318":1,"321":2,"323":2,"324":1,"342":1,"364":1,"365":1}}],["componentsdir",{"0":{"30":1},"2":{"306":1}}],["components",{"0":{"98":1,"100":1,"103":1,"113":1,"120":1,"127":1,"279":1,"299":1,"309":1,"318":1},"1":{"99":1,"100":1,"101":2,"102":2,"103":2,"104":1,"105":1,"106":1,"107":1,"108":1,"109":1,"110":1,"111":1,"112":1,"113":1,"114":1,"115":1,"116":1,"117":1,"118":1,"119":1,"120":1,"121":1,"122":1,"123":1,"124":1,"125":1,"126":1,"127":1,"128":1,"129":1,"300":1,"301":1,"302":1,"303":1,"304":1,"305":1,"306":1,"307":1,"308":1,"309":1,"310":1,"311":1,"312":1,"313":1,"314":1,"315":1,"316":1,"317":1,"318":1,"319":1,"320":1,"321":1,"322":1,"323":1,"324":1,"325":1},"2":{"0":1,"14":1,"16":1,"26":1,"30":1,"33":2,"45":1,"85":1,"86":1,"96":2,"98":1,"101":1,"114":1,"115":1,"116":1,"118":1,"121":1,"172":1,"186":1,"190":1,"197":1,"198":1,"199":1,"204":1,"207":2,"212":1,"277":1,"299":2,"300":1,"301":1,"306":1,"307":1,"308":3,"314":1,"316":1,"319":1,"320":1,"366":1,"367":1,"368":1}}],["comparison",{"0":{"322":1,"367":1},"1":{"323":1,"324":1}}],["comparing",{"0":{"265":1},"1":{"266":1,"267":1,"268":1}}],["compare",{"2":{"208":1}}],["compared",{"2":{"95":1}}],["compatibility",{"0":{"92":1}}],["compilation",{"2":{"95":1,"199":1,"268":1}}],["computed",{"0":{"128":1,"271":1,"357":1},"2":{"65":1,"128":1,"203":1,"273":1}}],["com",{"2":{"45":3,"49":1,"63":1,"79":1,"81":2,"83":1,"84":1,"85":1,"86":2,"88":1,"89":1,"90":1,"91":1,"106":1,"131":1,"184":1,"188":1,"237":1,"260":2,"261":1,"281":1,"303":1,"365":1}}],["codebase",{"2":{"300":1}}],["code",{"0":{"45":1,"63":1},"2":{"43":1,"45":1,"56":1,"75":1,"86":3,"132":2,"208":1,"366":1}}],["codepen",{"0":{"42":1},"2":{"96":1}}],["core",{"0":{"14":1,"240":1},"2":{"208":1,"238":1}}],["country",{"2":{"149":2}}],["count++",{"2":{"38":1,"59":1,"104":1,"155":1,"170":1,"178":1,"188":1,"189":1,"190":1,"203":1,"223":1,"251":1,"266":1,"267":1,"268":2,"313":1,"354":2,"365":1}}],["counter>",{"2":{"38":1,"188":1,"189":2}}],["counter",{"0":{"38":1,"178":1},"2":{"38":3,"42":1,"59":1,"60":3,"187":1,"188":2,"189":1,"190":1,"365":4}}],["count",{"2":{"11":1,"38":2,"59":2,"104":2,"118":2,"137":2,"161":1,"170":1,"178":2,"188":2,"189":2,"190":2,"217":3,"218":2,"223":7,"240":1,"243":1,"249":2,"250":3,"251":4,"261":2,"263":3,"264":1,"266":2,"267":2,"268":1,"270":5,"313":1,"328":1,"329":1,"340":2,"346":2,"354":1,"365":2}}],["concept",{"0":{"240":1}}],["concepts",{"0":{"52":1,"71":1},"1":{"53":1,"54":1,"55":1,"72":1,"73":1,"74":1},"2":{"201":1,"238":1}}],["condition",{"0":{"360":1},"2":{"138":1,"349":2}}],["conditions",{"0":{"138":1}}],["conditionals",{"0":{"144":1}}],["conditional",{"0":{"69":1,"331":1,"362":1},"2":{"135":1,"195":1}}],["conditionally",{"2":{"5":1}}],["converts",{"2":{"117":1}}],["conflicts",{"2":{"116":1}}],["configuration",{"0":{"292":1,"306":1},"2":{"365":1}}],["configure",{"2":{"186":1,"203":1,"292":1}}],["config",{"2":{"28":1,"186":1,"306":1,"307":1}}],["considerations",{"0":{"259":1},"1":{"260":1,"261":1}}],["consider",{"0":{"207":1},"2":{"96":1,"297":1}}],["cons",{"0":{"93":1},"1":{"94":1,"95":1}}],["constants",{"2":{"261":1}}],["const",{"2":{"45":4,"49":1,"54":1,"63":2,"72":1,"85":1,"175":1,"221":1,"233":1,"241":1,"255":1,"266":1,"267":1,"283":2,"285":1,"286":2,"287":1,"288":3,"290":1,"294":1,"296":1,"350":2}}],["console",{"2":{"10":1,"19":1,"110":1,"118":1,"154":2,"214":1,"217":1,"218":1,"220":1,"221":1,"223":4,"227":1,"234":3,"251":3,"263":1,"264":1,"270":1,"286":1,"313":1,"342":1}}],["context",{"0":{"339":1},"1":{"340":1,"341":1,"342":1}}],["content>",{"2":{"113":2}}],["content=",{"2":{"45":1,"63":1,"84":1}}],["content",{"2":{"25":1,"45":1,"63":1,"85":1,"114":1,"122":1,"126":1,"138":1,"169":2,"180":3,"192":1,"312":1,"327":1}}],["contributions",{"2":{"133":1}}],["contributing",{"0":{"130":1},"1":{"131":1,"132":1,"133":1},"2":{"130":1,"133":1}}],["controller",{"2":{"221":5}}],["control",{"2":{"4":1,"206":1}}],["contacting",{"2":{"45":1}}],["contact",{"2":{"45":8,"47":2,"158":1,"278":2,"280":1}}],["contains",{"2":{"302":1,"312":1}}],["container>",{"2":{"114":2}}],["container",{"2":{"114":1,"121":1,"319":1}}],["contained",{"2":{"99":1}}],["contain",{"2":{"2":1,"310":1}}],["obj",{"2":{"241":2}}],["objects",{"0":{"141":1,"245":1,"253":1,"257":1},"1":{"254":1,"255":1},"2":{"201":1,"245":1,"252":1}}],["object",{"0":{"154":1,"246":1,"256":1,"258":1},"1":{"257":1,"258":1},"2":{"1":1,"2":1,"9":1,"11":1,"104":1,"127":1,"154":1,"203":1,"209":1,"225":1,"240":1,"257":1,"260":1,"264":1,"273":1,"294":1,"303":1}}],["oldvalue",{"2":{"241":2}}],["old",{"2":{"192":1}}],["out",{"2":{"116":1,"197":1,"207":1,"238":1,"325":1,"363":1}}],["outline",{"2":{"63":1}}],["outlets",{"2":{"297":1}}],["outlet>",{"2":{"25":2}}],["outlet",{"0":{"25":1,"277":1},"2":{"25":1}}],["own",{"2":{"99":1}}],["other",{"0":{"265":1},"1":{"266":1,"267":1,"268":1},"2":{"86":1,"314":1}}],["override",{"2":{"316":1}}],["overridden",{"2":{"107":1,"163":1}}],["overview",{"0":{"212":1}}],["overhead",{"0":{"261":1},"2":{"206":1,"366":1}}],["over",{"2":{"66":1}}],["operations",{"2":{"227":1}}],["open",{"2":{"56":1,"75":1,"79":1,"184":1}}],["optional",{"2":{"202":1,"209":1,"237":1,"302":1,"367":2}}],["option>",{"2":{"149":3}}],["option",{"0":{"184":1,"185":1,"186":1},"2":{"149":3}}],["options",{"0":{"29":1},"1":{"30":1,"31":1,"32":1},"2":{"28":1}}],["optimization",{"2":{"96":1}}],["opacity",{"2":{"84":1}}],["oninput",{"2":{"272":1}}],["one",{"2":{"250":1,"301":1,"310":1,"321":1}}],["once",{"2":{"213":1,"358":1}}],["onkeydown",{"2":{"153":1}}],["onkeyup",{"2":{"153":1}}],["online",{"2":{"331":1}}],["onleave",{"2":{"153":1}}],["only",{"2":{"84":1,"107":1,"111":1,"159":1,"163":1,"227":1,"250":1,"297":1,"349":1}}],["onhover",{"2":{"153":1}}],["onblur",{"2":{"153":1,"167":1}}],["onfocus",{"2":{"153":1,"167":1}}],["on",{"0":{"360":1},"2":{"12":1,"36":1,"45":1,"66":1,"67":1,"199":1,"204":1,"218":1,"227":1,"273":1,"287":1,"292":1,"324":1,"358":1}}],["organization",{"2":{"301":1}}],["organized",{"2":{"300":1}}],["organize",{"0":{"320":1},"2":{"76":1}}],["or",{"2":{"9":1,"20":1,"23":1,"116":1,"123":1,"225":1,"227":1,"255":1,"284":1,"306":1,"314":1,"316":1,"349":1}}],["offline",{"2":{"331":1}}],["of",{"2":{"2":1,"6":1,"23":1,"45":1,"99":1,"196":1,"197":1,"206":1,"207":3,"208":1,"255":1,"268":1,"363":1,"366":1}}],["smith",{"2":{"316":1}}],["small",{"0":{"120":1,"208":1,"318":1},"2":{"96":1,"148":1,"206":1,"324":1,"366":1}}],["svg",{"2":{"303":1}}],["svelte",{"0":{"268":1},"2":{"268":2}}],["ssr",{"2":{"207":1}}],["slug",{"2":{"282":1,"294":1}}],["slice",{"2":{"175":1,"347":1}}],["slot=",{"2":{"114":2}}],["slot>",{"2":{"114":4}}],["slot",{"2":{"114":2}}],["slots",{"0":{"114":1},"2":{"114":1}}],["slower",{"2":{"95":1}}],["sri",{"0":{"91":1}}],["src=",{"2":{"45":1,"63":1,"79":1,"81":2,"82":2,"83":1,"84":1,"85":1,"86":2,"88":1,"89":1,"90":1,"91":1,"99":1,"184":1,"188":1,"237":1,"281":1,"303":1,"309":1,"333":1,"365":1}}],["src",{"2":{"30":1,"190":1,"306":1,"307":1,"308":1,"309":1}}],["sfcs",{"0":{"300":1},"1":{"301":1},"2":{"299":1,"301":1,"324":1}}],["sfc",{"0":{"58":1,"322":1,"324":1},"1":{"59":1,"60":1,"323":1,"324":1},"2":{"77":1,"95":1,"96":1,"325":1}}],["shift",{"2":{"254":1}}],["should",{"2":{"120":1,"132":1,"318":1}}],["showcontent",{"2":{"312":1}}],["showcase",{"0":{"58":1},"1":{"59":1,"60":1},"2":{"77":1}}],["showpanel",{"2":{"169":2}}],["show",{"0":{"169":1,"360":1},"2":{"51":1,"69":1,"288":1}}],["shared",{"2":{"320":1}}],["shallow",{"2":{"122":1,"273":1}}],["shaking",{"2":{"95":1}}],["sha384",{"2":{"91":1}}],["shadowroot",{"2":{"215":1,"233":1}}],["shadow",{"0":{"115":1},"1":{"116":1,"117":1},"2":{"16":1,"45":2,"63":1,"85":1,"115":1,"204":1,"209":1,"222":1,"314":1,"368":1}}],["solve",{"2":{"199":1}}],["solid",{"2":{"45":1,"63":3,"84":1,"303":1}}],["something",{"2":{"84":1,"207":1,"226":1}}],["sort",{"2":{"76":1,"244":1,"254":1}}],["soon",{"2":{"45":1}}],["source",{"0":{"45":1,"63":1},"2":{"43":1,"366":1}}],["sendfile",{"2":{"292":1}}],["sent",{"2":{"45":1}}],["sections",{"2":{"302":1}}],["section",{"0":{"311":1,"312":1,"313":1,"314":1},"1":{"312":1,"313":1,"314":1},"2":{"289":3,"316":1}}],["security",{"2":{"91":1,"337":1}}],["separate",{"2":{"260":1,"300":1}}],["select>",{"2":{"149":1,"153":1}}],["select",{"0":{"149":1},"2":{"149":1,"153":1}}],["selectedsize",{"2":{"148":4}}],["self",{"2":{"45":5,"63":1,"84":1,"85":1,"99":2,"117":3,"188":1,"189":1,"190":1,"303":1,"314":2,"324":1,"342":1,"365":1}}],["serve",{"2":{"292":1}}],["server",{"0":{"292":1},"2":{"131":1,"207":1,"292":1}}],["serif",{"2":{"45":1,"63":1,"84":1}}],["settimeout",{"2":{"272":1}}],["settings",{"2":{"180":2,"252":3}}],["setcount",{"2":{"267":2}}],["setstate",{"2":{"203":1,"209":1,"240":1}}],["sets",{"2":{"138":1}}],["setup",{"0":{"131":1,"276":1,"304":1},"1":{"277":1,"278":1,"279":1,"280":1,"305":1,"306":1,"307":1,"308":1,"309":1}}],["setinterval",{"2":{"124":1,"215":1,"221":1,"223":1,"225":2,"226":1,"231":1}}],["setitem",{"2":{"63":1,"72":1}}],["set",{"2":{"123":1,"159":1,"241":2}}],["semantic",{"0":{"121":1,"319":1}}],["seed=john",{"2":{"303":1}}],["see",{"2":{"57":1,"77":1,"97":1,"118":1,"129":1,"181":1,"197":1,"235":1,"274":1,"298":1,"315":1,"325":1,"364":1}}],["searchquery",{"2":{"272":1,"290":1}}],["search",{"2":{"30":1,"121":1,"290":2}}],["syntax",{"0":{"140":1},"2":{"209":1,"240":1,"282":1,"301":1,"326":1}}],["sync=",{"2":{"7":1,"35":2,"39":1,"40":1,"45":3,"63":2,"84":2,"146":1,"147":1,"148":3,"149":1,"150":1,"151":1,"166":1,"171":1,"179":2,"195":1}}],["sync",{"0":{"7":1,"145":1,"166":1,"171":1},"1":{"146":1,"147":1,"148":1,"149":1,"150":1,"151":1},"2":{"15":1,"39":1,"65":1,"195":1}}],["systems",{"2":{"206":1}}],["system",{"2":{"45":1,"63":2,"84":1}}],["schedules",{"2":{"241":1,"251":1}}],["schedule",{"2":{"241":1}}],["scrolly",{"2":{"232":3}}],["scroll",{"0":{"232":1},"2":{"232":2,"297":1}}],["script",{"0":{"313":1},"2":{"45":1,"63":1,"79":1,"81":2,"82":2,"83":1,"84":1,"85":1,"86":2,"88":1,"89":1,"90":1,"91":1,"184":1,"188":1,"202":1,"237":1,"281":1,"309":1,"316":1,"321":1,"337":2,"365":1}}],["script>alert",{"2":{"337":1}}],["script>",{"2":{"35":2,"45":3,"59":2,"63":3,"79":1,"81":2,"82":2,"83":1,"84":3,"85":3,"86":4,"88":1,"89":1,"90":1,"91":1,"103":2,"184":1,"188":1,"190":2,"237":3,"281":3,"283":2,"302":2,"303":2,"309":1,"313":2,"324":2,"337":1,"365":1}}],["scoped",{"2":{"116":1,"209":1,"302":1,"314":2}}],["scale=1",{"2":{"45":1,"63":1,"84":1}}],["specific",{"2":{"81":1,"82":1,"88":1}}],["special",{"0":{"342":1},"2":{"4":1,"134":1,"195":1,"240":1}}],["splice",{"2":{"63":1,"74":1,"244":1,"254":1,"255":1,"273":1}}],["spinner",{"2":{"51":1}}],["spa",{"2":{"281":1}}],["space",{"2":{"45":1,"63":1}}],["span>",{"2":{"40":1,"63":3,"84":1,"99":2,"144":2,"151":1,"178":2,"179":1,"328":2,"329":2,"330":2,"331":2,"340":2}}],["span",{"2":{"40":1,"63":1,"84":1,"144":2,"151":1,"179":1}}],["subcategories",{"2":{"172":1}}],["sub",{"2":{"172":2}}],["submit=",{"2":{"45":1,"153":1,"194":1}}],["submitted",{"2":{"45":5}}],["submit",{"2":{"35":2,"45":1,"127":2,"153":1,"156":1}}],["sure",{"2":{"132":1}}],["suite",{"2":{"132":1}}],["sum",{"2":{"128":2,"357":2}}],["success",{"2":{"45":2}}],["supported",{"2":{"16":1}}],["support",{"0":{"16":1,"368":1},"2":{"95":1,"301":1,"368":1}}],["sans",{"2":{"45":1,"63":1,"84":1}}],["safari",{"2":{"16":1,"92":1,"368":1}}],["saved",{"2":{"63":3,"72":3,"110":1}}],["save",{"2":{"8":1,"56":1,"63":1,"68":1,"75":1,"110":2,"155":1,"315":1}}],["singular",{"2":{"346":2}}],["single",{"0":{"103":1,"299":1},"1":{"300":1,"301":1,"302":1,"303":1,"304":1,"305":1,"306":1,"307":1,"308":1,"309":1,"310":1,"311":1,"312":1,"313":1,"314":1,"315":1,"316":1,"317":1,"318":1,"319":1,"320":1,"321":1,"322":1,"323":1,"324":1,"325":1},"2":{"26":1,"120":1,"186":1,"275":1,"297":1,"299":1,"318":1}}],["similar",{"2":{"301":1}}],["simplicity",{"0":{"201":1}}],["simple",{"0":{"170":1,"328":1,"333":1,"352":1},"2":{"12":1,"38":1,"42":1,"45":1,"187":1,"199":1}}],["signal",{"2":{"221":2}}],["signature",{"0":{"1":1,"22":1}}],["site",{"2":{"85":1}}],["sites",{"2":{"85":1,"94":1,"206":1}}],["size",{"2":{"38":1,"45":2,"63":5,"84":2,"148":3,"188":1,"303":1,"365":1,"367":1}}],["sidebar>",{"2":{"113":2}}],["side",{"0":{"354":1},"2":{"14":1,"21":1,"44":1,"45":1,"116":1,"157":1,"207":1,"275":1}}],["s",{"0":{"242":1},"1":{"243":1,"244":1,"245":1,"246":1,"247":1,"248":1,"249":1},"2":{"10":1,"17":1,"31":1,"32":1,"63":1,"79":1,"84":1,"104":1,"184":1,"187":1,"203":1,"261":1,"268":1,"303":1,"312":1,"313":1,"365":1}}],["stock",{"2":{"363":1}}],["stop",{"2":{"226":1}}],["stoppropagation",{"2":{"154":1}}],["storage",{"0":{"72":1}}],["store",{"2":{"11":1,"358":1}}],["step",{"0":{"202":1},"2":{"94":1,"365":1}}],["steps",{"0":{"43":1,"57":1,"77":1,"97":1,"129":1,"181":1,"197":1,"210":1,"235":1,"238":1,"274":1,"298":1,"325":1,"364":1},"2":{"199":1,"222":1}}],["stays",{"2":{"138":1}}],["standards",{"0":{"204":1},"2":{"204":1,"366":1}}],["standard",{"2":{"114":1,"204":1}}],["starts",{"2":{"225":1}}],["started",{"0":{"182":1},"1":{"183":1,"184":1,"185":1,"186":1,"187":1,"188":1,"189":1,"190":1,"191":1,"192":1,"193":1,"194":1,"195":1,"196":1,"197":1},"2":{"210":1,"236":1}}],["start",{"0":{"79":1,"236":1},"1":{"237":1,"238":1},"2":{"78":1,"175":3,"215":1,"223":1,"225":1,"226":1,"237":1}}],["static",{"0":{"261":1}}],["status",{"2":{"66":1,"231":1,"334":2}}],["stats",{"2":{"63":2}}],["statements",{"0":{"349":1},"2":{"349":1}}],["states",{"0":{"51":1,"126":1,"295":1},"2":{"149":1}}],["state",{"0":{"104":1,"123":1,"193":1,"230":1,"340":1},"2":{"1":1,"2":2,"10":1,"14":1,"18":1,"38":1,"104":2,"111":2,"118":1,"160":1,"193":1,"196":1,"212":1,"216":1,"218":2,"222":1,"223":1,"225":1,"227":1,"235":1,"237":1,"249":1,"251":1,"273":1,"298":1,"302":1,"313":1,"354":1}}],["styling",{"0":{"50":1,"117":1,"287":1}}],["styles",{"2":{"69":1,"99":1,"116":1,"209":1,"302":1,"314":3}}],["style>self",{"2":{"323":1}}],["style>",{"2":{"38":2,"45":12,"59":2,"63":4,"84":4,"85":2,"99":2,"117":2,"188":2,"189":2,"190":2,"237":2,"281":2,"302":2,"303":2,"314":2,"323":1,"324":2,"365":2}}],["style=",{"2":{"35":1,"45":1,"169":1,"336":1}}],["style",{"0":{"314":1,"336":1},"2":{"2":1,"63":1,"84":1,"115":1,"287":1}}],["strategy",{"0":{"87":1},"1":{"88":1,"89":1,"90":1,"91":1}}],["structure",{"0":{"59":1,"307":1}}],["street",{"2":{"45":1}}],["strong>website",{"2":{"45":1}}],["strong>phone",{"2":{"45":1}}],["strong>email",{"2":{"45":1}}],["strong>",{"2":{"45":5,"188":2}}],["strings",{"0":{"290":1}}],["stringify",{"2":{"63":1,"72":1}}],["string",{"2":{"1":2,"2":1,"10":1,"22":2,"30":1,"31":2,"32":2}}],["studs",{"0":{"193":1},"2":{"193":1,"203":1,"240":2,"264":2}}],["stud",{"2":{"11":1}}],["ts",{"2":{"345":2}}],["tslego",{"2":{"1":1,"22":1}}],["takes",{"2":{"199":1}}],["tabs",{"0":{"180":1}}],["target",{"2":{"154":2,"171":1,"241":3,"314":1}}],["tag",{"2":{"23":1,"202":1,"310":1,"321":1}}],["tagname",{"2":{"1":1,"2":1}}],["t",{"2":{"63":10,"73":4,"74":2,"84":2,"116":1,"199":1,"206":1,"225":1,"248":1,"249":1,"255":1,"261":1,"289":1,"314":1,"321":1,"349":2,"350":2,"353":1,"354":1}}],["typicode",{"2":{"45":2}}],["typescript",{"2":{"95":1,"96":1}}],["type=",{"2":{"35":3,"40":1,"45":2,"63":5,"84":1,"147":1,"148":3,"151":1,"166":1,"179":1,"309":1,"335":1}}],["typed",{"2":{"7":1}}],["type",{"0":{"1":1,"22":1},"2":{"30":1,"31":1,"32":1,"154":2,"215":1}}],["times",{"2":{"365":1}}],["timestamp",{"2":{"330":1,"341":1,"345":2}}],["time>",{"2":{"345":2}}],["timer",{"2":{"20":1,"118":1,"124":3,"215":2,"221":3,"223":4,"225":3,"226":2,"228":2,"272":3}}],["timers",{"2":{"20":1,"123":1,"124":1,"215":1,"221":1,"225":1}}],["tips",{"0":{"173":1,"356":1},"1":{"174":1,"175":1,"357":1,"358":1}}],["tick",{"2":{"124":1,"215":1,"221":1}}],["title=",{"2":{"363":1}}],["title",{"2":{"109":2,"111":2,"126":1,"312":1,"313":1,"323":2,"324":2,"328":1,"365":2}}],["title>lego",{"2":{"237":1}}],["title>my",{"2":{"79":1,"184":1,"281":1,"309":1}}],["title>todo",{"2":{"63":1,"84":1}}],["title>",{"2":{"45":1,"63":1,"79":1,"84":1,"184":1,"237":1,"281":1,"309":1}}],["title>routing",{"2":{"45":1}}],["tiny",{"2":{"45":1,"198":1}}],["truncate",{"2":{"347":2}}],["truncation",{"0":{"347":1}}],["true",{"0":{"203":1},"2":{"40":1,"45":2,"84":1,"162":1,"230":1,"241":1,"285":1,"286":3,"296":1,"303":1}}],["triggers",{"2":{"255":1}}],["trigger",{"2":{"254":1,"255":1,"315":1}}],["trim",{"2":{"63":1,"84":1,"338":2}}],["tracker",{"2":{"369":1}}],["track",{"2":{"218":1,"227":1,"241":1}}],["traditional",{"0":{"322":1,"323":1},"1":{"323":1,"324":1},"2":{"209":1}}],["transition",{"2":{"45":1,"63":2}}],["trees",{"2":{"122":1}}],["tree",{"2":{"95":1}}],["trying",{"2":{"199":1}}],["try",{"0":{"56":1,"75":1},"2":{"42":1,"57":1,"76":1,"184":1,"221":1,"230":1,"292":1,"296":1}}],["ternary",{"0":{"331":1},"2":{"349":1}}],["terms",{"2":{"147":1}}],["team",{"2":{"207":1}}],["teams",{"2":{"96":1}}],["test",{"2":{"132":1}}],["tests",{"2":{"132":1}}],["tested",{"2":{"132":1}}],["templating",{"0":{"326":1},"1":{"327":1,"328":1,"329":1,"330":1,"331":1,"332":1,"333":1,"334":1,"335":1,"336":1,"337":1,"338":1,"339":1,"340":1,"341":1,"342":1,"343":1,"344":1,"345":1,"346":1,"347":1,"348":1,"349":1,"350":1,"351":1,"352":1,"353":1,"354":1,"355":1,"356":1,"357":1,"358":1,"359":1,"360":1,"361":1,"362":1,"363":1,"364":1},"2":{"129":1,"197":1,"204":1,"274":1,"326":1,"364":1}}],["template>",{"2":{"35":1,"38":1,"39":1,"40":1,"45":5,"59":2,"63":1,"79":1,"84":1,"85":1,"99":1,"101":1,"103":2,"113":1,"114":1,"184":1,"188":1,"190":2,"237":1,"279":2,"281":3,"283":1,"289":1,"295":1,"302":2,"303":2,"312":2,"323":1,"324":2,"365":1}}],["templates",{"0":{"15":1,"101":1,"188":1,"192":1,"352":1},"2":{"104":1,"192":1,"196":1,"209":1,"324":1,"338":1,"353":1,"354":1}}],["template",{"0":{"312":1,"323":1},"2":{"1":1,"2":1,"16":1,"35":1,"38":1,"39":1,"40":1,"45":9,"63":2,"79":1,"84":1,"85":1,"99":2,"101":2,"113":1,"114":1,"184":1,"188":1,"204":1,"209":1,"222":1,"237":2,"279":2,"281":3,"283":1,"289":1,"295":1,"323":1,"365":1,"368":1}}],["textcolor",{"2":{"336":1}}],["textarea>",{"2":{"45":1,"150":1}}],["textarea",{"0":{"150":1},"2":{"45":2,"150":1}}],["text",{"0":{"146":1},"2":{"40":3,"45":4,"63":11,"76":1,"84":5,"141":1,"151":1,"162":2,"166":1,"179":1,"188":1,"189":1,"281":1,"347":5}}],["tolocaledatestring",{"2":{"345":1}}],["toggling",{"2":{"174":1}}],["toggled",{"2":{"174":1}}],["toggle",{"0":{"177":1},"2":{"45":1,"237":2,"287":1}}],["tool",{"2":{"299":1}}],["tools",{"0":{"184":1},"2":{"78":1,"202":1,"236":1}}],["too",{"2":{"170":1,"352":1}}],["tofixed",{"2":{"128":1,"329":1,"344":1,"353":1}}],["total",{"2":{"128":2,"170":1,"350":4,"357":1}}],["top",{"2":{"45":2,"63":3}}],["todos",{"2":{"40":2,"63":15,"65":1,"66":1,"72":4,"73":3,"74":4,"75":2,"76":2,"84":4,"141":1,"151":1,"162":1,"166":1,"179":1}}],["todo",{"0":{"40":1,"61":1,"179":1},"1":{"62":1,"63":1,"64":1,"65":1,"66":1,"67":1,"68":1,"69":1,"70":1,"71":1,"72":1,"73":1,"74":1,"75":1,"76":1,"77":1},"2":{"40":7,"42":1,"57":1,"61":1,"63":16,"75":1,"76":2,"84":10,"141":3,"151":4,"162":2,"166":3,"179":4}}],["to",{"0":{"96":1,"205":1,"257":1},"1":{"206":1,"207":1},"2":{"10":1,"13":1,"23":1,"24":1,"30":1,"31":1,"32":1,"33":1,"36":1,"45":3,"63":2,"66":1,"67":1,"68":1,"76":1,"84":1,"88":1,"94":1,"95":1,"98":1,"110":1,"111":1,"117":1,"118":1,"130":1,"134":1,"147":1,"170":1,"172":1,"184":1,"194":1,"196":2,"199":3,"201":1,"202":1,"203":1,"206":2,"208":1,"210":3,"212":1,"213":1,"218":1,"223":1,"234":1,"236":1,"241":1,"251":1,"255":1,"263":1,"268":1,"270":1,"279":1,"280":1,"284":1,"285":1,"286":1,"292":2,"296":1,"301":1,"306":2,"314":2,"315":1,"316":1,"327":1,"337":2,"339":1,"342":1}}],["two",{"2":{"7":1,"39":1,"65":1,"145":1,"195":1}}],["third",{"2":{"215":1,"218":1,"221":1}}],["things",{"2":{"199":1,"281":1}}],["this",{"0":{"340":1},"2":{"18":1,"20":1,"35":5,"45":4,"49":1,"54":1,"63":17,"72":2,"73":5,"74":4,"79":1,"84":5,"85":1,"104":2,"118":3,"123":2,"124":3,"127":7,"128":1,"175":4,"184":1,"189":1,"190":1,"203":1,"214":2,"215":8,"217":1,"218":11,"220":1,"221":15,"223":14,"225":2,"226":4,"227":1,"228":4,"230":2,"231":5,"232":4,"233":1,"237":2,"243":2,"244":3,"246":1,"248":1,"249":1,"250":3,"251":4,"254":6,"255":6,"258":1,"260":4,"263":1,"266":1,"267":1,"268":1,"270":6,"271":2,"272":3,"277":1,"283":1,"290":2,"296":5,"303":5,"313":1,"337":1,"340":2,"350":2,"352":1,"357":5,"358":2,"368":1}}],["thank",{"2":{"130":1}}],["that",{"2":{"4":1,"17":1,"79":1,"132":1,"133":1,"134":1,"184":1,"199":1,"203":1,"206":1,"208":1,"261":1,"365":1,"368":1}}],["three",{"2":{"118":1,"196":1,"212":1,"302":1}}],["through",{"2":{"63":1,"84":1}}],["them",{"2":{"255":1,"273":1,"301":1}}],["theme",{"2":{"252":3}}],["there",{"2":{"201":1,"337":1}}],["they",{"2":{"121":1,"199":1,"255":1,"273":1,"314":1,"319":2,"321":1}}],["then",{"2":{"85":1,"123":1,"185":1,"189":1,"214":1,"221":1,"223":1,"225":1,"230":1,"231":1,"283":1,"296":1}}],["these",{"2":{"36":1,"42":1,"76":1,"92":1,"255":1}}],["the",{"0":{"117":1,"191":1,"199":1,"240":1},"1":{"192":1,"193":1,"194":1,"195":1},"2":{"2":4,"10":1,"13":1,"18":1,"19":1,"20":2,"23":3,"25":1,"33":1,"43":3,"56":1,"75":1,"95":1,"104":1,"131":2,"132":3,"138":3,"147":1,"154":1,"184":1,"186":1,"190":1,"196":1,"198":1,"199":3,"203":1,"206":1,"207":1,"208":1,"209":2,"210":1,"213":2,"214":1,"219":2,"225":1,"236":2,"237":1,"238":1,"240":2,"241":1,"248":1,"279":1,"280":1,"281":1,"284":1,"310":1,"313":1,"314":1,"315":1,"316":2,"325":2,"366":2}}]],"serializationVersion":2}`;export{e as default};
|