@supersoniks/concorde 3.2.1 → 3.2.2

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.
Files changed (1007) hide show
  1. package/build-infos.json +1 -1
  2. package/concorde-core.bundle.js +102 -102
  3. package/concorde-core.es.js +188 -187
  4. package/dist/concorde-core.bundle.js +102 -102
  5. package/dist/concorde-core.es.js +188 -187
  6. package/index.html +0 -0
  7. package/package.json +1 -1
  8. package/scripts/create-search.js +0 -0
  9. package/scripts/generate-routes.js +0 -0
  10. package/src/core/_types/types.ts +0 -0
  11. package/src/core/components/functional/date/date.ts +0 -0
  12. package/src/core/components/functional/functional.ts +0 -0
  13. package/src/core/components/functional/if/if.md +0 -0
  14. package/src/core/components/functional/if/if.test.ts +0 -0
  15. package/src/core/components/functional/list/list.spec.ts +0 -0
  16. package/src/core/components/functional/queue/queue.demo.ts +0 -0
  17. package/src/core/components/functional/router/router.demo.ts +0 -0
  18. package/src/core/components/functional/router/router.md +0 -0
  19. package/src/core/components/functional/router/router.spec.ts +0 -0
  20. package/src/core/components/functional/router/router.ts +0 -0
  21. package/src/core/components/functional/sonic-scope/sonic-scope.ts +0 -0
  22. package/src/core/components/functional/states/states.demo.ts +0 -0
  23. package/src/core/components/functional/states/states.md +0 -0
  24. package/src/core/components/functional/states/states.spec.ts +0 -0
  25. package/src/core/components/functional/states/states.ts +0 -0
  26. package/src/core/components/functional/submit/submit.ts +0 -0
  27. package/src/core/components/functional/translation/translation.ts +0 -0
  28. package/src/core/components/ui/_css/scroll.ts +0 -0
  29. package/src/core/components/ui/_css/shadow.ts +0 -0
  30. package/src/core/components/ui/_css/size.ts +0 -0
  31. package/src/core/components/ui/_css/type.ts +0 -0
  32. package/src/core/components/ui/alert/alert.md +0 -0
  33. package/src/core/components/ui/alert/alert.ts +0 -0
  34. package/src/core/components/ui/alert-messages/alert-messages.md +0 -0
  35. package/src/core/components/ui/badge/badge.md +0 -0
  36. package/src/core/components/ui/badge/badge.ts +0 -0
  37. package/src/core/components/ui/button/button.md +0 -0
  38. package/src/core/components/ui/button/button.ts +0 -0
  39. package/src/core/components/ui/captcha/captcha.md +0 -0
  40. package/src/core/components/ui/captcha/captcha.ts +0 -0
  41. package/src/core/components/ui/card/card-footer.ts +0 -0
  42. package/src/core/components/ui/card/card-header-descripton.ts +0 -0
  43. package/src/core/components/ui/card/card-header.ts +0 -0
  44. package/src/core/components/ui/card/card-main.ts +0 -0
  45. package/src/core/components/ui/card/card.md +0 -0
  46. package/src/core/components/ui/card/card.ts +0 -0
  47. package/src/core/components/ui/divider/divider.ts +0 -0
  48. package/src/core/components/ui/form/checkbox/checkbox.md +0 -0
  49. package/src/core/components/ui/form/checkbox/checkbox.ts +0 -6
  50. package/src/core/components/ui/form/css/form-control.ts +0 -0
  51. package/src/core/components/ui/form/fieldset/fieldset.ts +0 -0
  52. package/src/core/components/ui/form/fieldset/legend-description.ts +0 -0
  53. package/src/core/components/ui/form/fieldset/legend.ts +0 -0
  54. package/src/core/components/ui/form/form-layout/form-layout.md +0 -0
  55. package/src/core/components/ui/form/input/input.md +0 -0
  56. package/src/core/components/ui/form/input-autocomplete/input-autocomplete.md +0 -0
  57. package/src/core/components/ui/form/radio/radio.md +0 -0
  58. package/src/core/components/ui/form/radio/radio.ts +1 -11
  59. package/src/core/components/ui/form/select/select.md +0 -0
  60. package/src/core/components/ui/form/switch/switch.md +0 -0
  61. package/src/core/components/ui/form/switch/switch.ts +0 -0
  62. package/src/core/components/ui/form/textarea/textarea.ts +0 -0
  63. package/src/core/components/ui/icon/icons.ts +14 -3
  64. package/src/core/components/ui/image/image.md +0 -0
  65. package/src/core/components/ui/image/image.ts +0 -0
  66. package/src/core/components/ui/loader/loader.md +0 -0
  67. package/src/core/components/ui/loader/loader.ts +0 -0
  68. package/src/core/components/ui/loader/styles/fixed.ts +0 -0
  69. package/src/core/components/ui/loader/styles/inline.ts +0 -0
  70. package/src/core/components/ui/menu/menu.ts +0 -0
  71. package/src/core/components/ui/modal/modal-actions.ts +0 -0
  72. package/src/core/components/ui/modal/modal-close.ts +0 -0
  73. package/src/core/components/ui/modal/modal-subtitle.ts +0 -0
  74. package/src/core/components/ui/modal/modal-title.ts +0 -0
  75. package/src/core/components/ui/modal/modal.md +0 -0
  76. package/src/core/components/ui/pop/pop.md +0 -0
  77. package/src/core/components/ui/progress/progress.ts +0 -0
  78. package/src/core/components/ui/table/table-tbody.ts +0 -0
  79. package/src/core/components/ui/table/table-th.ts +0 -0
  80. package/src/core/components/ui/table/table.ts +0 -0
  81. package/src/core/components/ui/theme/theme-collection/core-variables.ts +0 -0
  82. package/src/core/components/ui/theme/theme-collection/dark.ts +0 -0
  83. package/src/core/components/ui/theme/theme-collection/light.ts +0 -0
  84. package/src/core/components/ui/theme/theme.ts +0 -0
  85. package/src/core/components/ui/toast/toast-item.ts +0 -0
  86. package/src/core/components/ui/tooltip/tooltip.ts +0 -0
  87. package/src/core/components/ui/ui.ts +0 -0
  88. package/src/core/directives/DataProvider.ts +0 -0
  89. package/src/core/directives/Wording.ts +0 -0
  90. package/src/core/mixins/Fetcher.ts +0 -0
  91. package/src/core/mixins/FormCheckable.ts +0 -0
  92. package/src/core/mixins/TemplatesContainer.ts +0 -0
  93. package/src/core/utils/HTML.ts +0 -0
  94. package/src/core/utils/LocationHandler.ts +0 -0
  95. package/src/core/utils/Objects.ts +0 -0
  96. package/src/core/utils/Utils.ts +0 -0
  97. package/src/core/utils/api.ts +0 -0
  98. package/src/core/utils/route.spec.ts +0 -0
  99. package/src/core/utils/route.ts +0 -0
  100. package/src/docs/code.ts +0 -0
  101. package/src/docs/docs.ts +0 -0
  102. package/src/docs/header/header.ts +0 -0
  103. package/src/docs/layout.ts +0 -0
  104. package/src/docs/navigation/navigation.ts +0 -0
  105. package/src/docs/search/docs-search.json +0 -0
  106. package/src/docs/search/markdown-renderer.ts +0 -0
  107. package/src/docs/search/page.ts +0 -0
  108. package/src/docs/search/search.ts +0 -0
  109. package/src/docs/tailwind/css/tailwind.css +0 -0
  110. package/src/docs/tailwind/css.d.ts +0 -0
  111. package/src/index.ts +0 -0
  112. package/src/test-utils/TestUtils.ts +0 -0
  113. package/src/tsconfig-model.json +0 -0
  114. package/src/tsconfig.json +294 -294
  115. package/tailwind.config.js +0 -0
  116. package/templates-test.html +0 -0
  117. package/vite/config.js +0 -0
  118. package/README.md +0 -163
  119. package/docs/assets/index-C0K6xugr.css +0 -1
  120. package/docs/assets/index-Dgl1lJQo.js +0 -4861
  121. package/docs/css/docs.css +0 -0
  122. package/docs/fonts/ClashGrotesk-Bold.eot +0 -0
  123. package/docs/fonts/ClashGrotesk-Bold.ttf +0 -0
  124. package/docs/fonts/ClashGrotesk-Bold.woff +0 -0
  125. package/docs/fonts/ClashGrotesk-Bold.woff2 +0 -0
  126. package/docs/fonts/ClashGrotesk-Extralight.eot +0 -0
  127. package/docs/fonts/ClashGrotesk-Extralight.ttf +0 -0
  128. package/docs/fonts/ClashGrotesk-Extralight.woff +0 -0
  129. package/docs/fonts/ClashGrotesk-Extralight.woff2 +0 -0
  130. package/docs/fonts/ClashGrotesk-Light.eot +0 -0
  131. package/docs/fonts/ClashGrotesk-Light.ttf +0 -0
  132. package/docs/fonts/ClashGrotesk-Light.woff +0 -0
  133. package/docs/fonts/ClashGrotesk-Light.woff2 +0 -0
  134. package/docs/fonts/ClashGrotesk-Medium.eot +0 -0
  135. package/docs/fonts/ClashGrotesk-Medium.ttf +0 -0
  136. package/docs/fonts/ClashGrotesk-Medium.woff +0 -0
  137. package/docs/fonts/ClashGrotesk-Medium.woff2 +0 -0
  138. package/docs/fonts/ClashGrotesk-Regular.eot +0 -0
  139. package/docs/fonts/ClashGrotesk-Regular.ttf +0 -0
  140. package/docs/fonts/ClashGrotesk-Regular.woff +0 -0
  141. package/docs/fonts/ClashGrotesk-Regular.woff2 +0 -0
  142. package/docs/fonts/ClashGrotesk-Semibold.eot +0 -0
  143. package/docs/fonts/ClashGrotesk-Semibold.ttf +0 -0
  144. package/docs/fonts/ClashGrotesk-Semibold.woff +0 -0
  145. package/docs/fonts/ClashGrotesk-Semibold.woff2 +0 -0
  146. package/docs/fonts/ClashGrotesk-Variable.eot +0 -0
  147. package/docs/fonts/ClashGrotesk-Variable.ttf +0 -0
  148. package/docs/fonts/ClashGrotesk-Variable.woff +0 -0
  149. package/docs/fonts/ClashGrotesk-Variable.woff2 +0 -0
  150. package/docs/img/concorde-icon.svg +0 -5
  151. package/docs/img/concorde-logo.svg +0 -1
  152. package/docs/img/concorde.png +0 -0
  153. package/docs/img/concorde_def.png +0 -0
  154. package/docs/img/concorde_seuil.png.webp +0 -0
  155. package/docs/img/concorde_seuil_invert.png +0 -0
  156. package/docs/img/paul_metrand.jpg +0 -0
  157. package/docs/img/paul_metrand_xs.jpg +0 -0
  158. package/docs/index.html +0 -93
  159. package/docs/src/core/components/functional/date/date.md +0 -290
  160. package/docs/src/core/components/functional/fetch/fetch.md +0 -117
  161. package/docs/src/core/components/functional/if/if.md +0 -16
  162. package/docs/src/core/components/functional/list/list.md +0 -199
  163. package/docs/src/core/components/functional/mix/mix.md +0 -41
  164. package/docs/src/core/components/functional/queue/queue.md +0 -87
  165. package/docs/src/core/components/functional/router/router.md +0 -129
  166. package/docs/src/core/components/functional/sdui/default-library.json +0 -108
  167. package/docs/src/core/components/functional/sdui/example.json +0 -99
  168. package/docs/src/core/components/functional/sdui/sdui.md +0 -356
  169. package/docs/src/core/components/functional/states/states.md +0 -87
  170. package/docs/src/core/components/functional/submit/submit.md +0 -83
  171. package/docs/src/core/components/functional/subscriber/subscriber.md +0 -91
  172. package/docs/src/core/components/functional/value/value.md +0 -35
  173. package/docs/src/core/components/ui/alert/alert.md +0 -121
  174. package/docs/src/core/components/ui/alert-messages/alert-messages.md +0 -0
  175. package/docs/src/core/components/ui/badge/badge.md +0 -127
  176. package/docs/src/core/components/ui/button/button.md +0 -182
  177. package/docs/src/core/components/ui/captcha/captcha.md +0 -24
  178. package/docs/src/core/components/ui/card/card.md +0 -97
  179. package/docs/src/core/components/ui/divider/divider.md +0 -35
  180. package/docs/src/core/components/ui/form/checkbox/checkbox.md +0 -104
  181. package/docs/src/core/components/ui/form/fieldset/fieldset.md +0 -129
  182. package/docs/src/core/components/ui/form/form-actions/form-actions.md +0 -77
  183. package/docs/src/core/components/ui/form/form-layout/form-layout.md +0 -44
  184. package/docs/src/core/components/ui/form/input/input.md +0 -167
  185. package/docs/src/core/components/ui/form/input-autocomplete/input-autocomplete.md +0 -131
  186. package/docs/src/core/components/ui/form/radio/radio.md +0 -84
  187. package/docs/src/core/components/ui/form/select/select.md +0 -97
  188. package/docs/src/core/components/ui/form/switch/switch.md +0 -84
  189. package/docs/src/core/components/ui/form/textarea/textarea.md +0 -65
  190. package/docs/src/core/components/ui/group/group.md +0 -75
  191. package/docs/src/core/components/ui/icon/icon.md +0 -125
  192. package/docs/src/core/components/ui/icon/icons.json +0 -1
  193. package/docs/src/core/components/ui/image/image.md +0 -107
  194. package/docs/src/core/components/ui/link/link.md +0 -43
  195. package/docs/src/core/components/ui/loader/loader.md +0 -67
  196. package/docs/src/core/components/ui/menu/menu.md +0 -288
  197. package/docs/src/core/components/ui/modal/modal.md +0 -123
  198. package/docs/src/core/components/ui/pop/pop.md +0 -96
  199. package/docs/src/core/components/ui/progress/progress.md +0 -63
  200. package/docs/src/core/components/ui/table/table.md +0 -455
  201. package/docs/src/core/components/ui/tooltip/tooltip.md +0 -82
  202. package/docs/src/docs/_core-concept/overview.md +0 -57
  203. package/docs/src/docs/_core-concept/subscriber.md +0 -76
  204. package/docs/src/docs/_getting-started/concorde-outside.md +0 -143
  205. package/docs/src/docs/_getting-started/create-a-component.md +0 -137
  206. package/docs/src/docs/_getting-started/my-first-subscriber.md +0 -174
  207. package/docs/src/docs/_getting-started/pubsub.md +0 -150
  208. package/docs/src/docs/_getting-started/start.md +0 -39
  209. package/docs/src/docs/_getting-started/theming.md +0 -91
  210. package/docs/src/docs/search/docs-search.json +0 -3917
  211. package/docs/src/tag-list.json +0 -1
  212. package/docs/src/tsconfig-model.json +0 -23
  213. package/docs/src/tsconfig.json +0 -918
  214. package/docs/svg/regular/plane.svg +0 -1
  215. package/docs/svg/solid/plane.svg +0 -1
  216. package/mcp-server/COMPARISON-MCP.md +0 -176
  217. package/mcp-server/README-MCP-NODEJS.md +0 -284
  218. package/mcp-server/README-MCP.md +0 -114
  219. package/mcp-server/README.md +0 -127
  220. package/mcp-server/TECHNICAL-DOCS.md +0 -269
  221. package/mcp-server/concorde-mcp-server.js +0 -859
  222. package/mcp-server/concorde-mcp-server.py +0 -801
  223. package/mcp-server/cursor-mcp-config-advanced.json +0 -68
  224. package/mcp-server/cursor-mcp-config-nodejs.json +0 -74
  225. package/mcp-server/cursor-mcp-config.json +0 -11
  226. package/mcp-server/install-mcp-nodejs.sh +0 -104
  227. package/mcp-server/install-mcp.sh +0 -62
  228. package/mcp-server/node_modules/.package-lock.json +0 -133
  229. package/mcp-server/node_modules/@modelcontextprotocol/sdk/LICENSE +0 -7
  230. package/mcp-server/node_modules/@modelcontextprotocol/sdk/README.md +0 -110
  231. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/cli.d.ts +0 -2
  232. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/cli.d.ts.map +0 -1
  233. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/cli.js +0 -129
  234. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/cli.js.map +0 -1
  235. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/index.d.ts +0 -773
  236. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/index.d.ts.map +0 -1
  237. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/index.js +0 -206
  238. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/index.js.map +0 -1
  239. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/index.test.d.ts +0 -2
  240. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/index.test.d.ts.map +0 -1
  241. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/index.test.js +0 -357
  242. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/index.test.js.map +0 -1
  243. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/sse.d.ts +0 -22
  244. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/sse.d.ts.map +0 -1
  245. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/sse.js +0 -91
  246. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/sse.js.map +0 -1
  247. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/stdio.d.ts +0 -56
  248. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/stdio.d.ts.map +0 -1
  249. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/stdio.js +0 -135
  250. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/stdio.js.map +0 -1
  251. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/stdio.test.d.ts +0 -2
  252. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/stdio.test.d.ts.map +0 -1
  253. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/stdio.test.js +0 -51
  254. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/stdio.test.js.map +0 -1
  255. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/websocket.d.ts +0 -17
  256. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/websocket.d.ts.map +0 -1
  257. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/websocket.js +0 -61
  258. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/client/websocket.js.map +0 -1
  259. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/inMemory.d.ts +0 -20
  260. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/inMemory.d.ts.map +0 -1
  261. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/inMemory.js +0 -47
  262. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/inMemory.js.map +0 -1
  263. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/inMemory.test.d.ts +0 -2
  264. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/inMemory.test.d.ts.map +0 -1
  265. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/inMemory.test.js +0 -74
  266. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/inMemory.test.js.map +0 -1
  267. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/index.d.ts +0 -112
  268. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/index.d.ts.map +0 -1
  269. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/index.js +0 -182
  270. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/index.js.map +0 -1
  271. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/index.test.d.ts +0 -2
  272. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/index.test.d.ts.map +0 -1
  273. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/index.test.js +0 -360
  274. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/index.test.js.map +0 -1
  275. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/sse.d.ts +0 -46
  276. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/sse.d.ts.map +0 -1
  277. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/sse.js +0 -116
  278. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/sse.js.map +0 -1
  279. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/stdio.d.ts +0 -28
  280. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/stdio.d.ts.map +0 -1
  281. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/stdio.js +0 -69
  282. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/stdio.js.map +0 -1
  283. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/stdio.test.d.ts +0 -2
  284. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/stdio.test.d.ts.map +0 -1
  285. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/stdio.test.js +0 -87
  286. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/server/stdio.test.js.map +0 -1
  287. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/shared/protocol.d.ts +0 -149
  288. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/shared/protocol.d.ts.map +0 -1
  289. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/shared/protocol.js +0 -274
  290. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/shared/protocol.js.map +0 -1
  291. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/shared/stdio.d.ts +0 -13
  292. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/shared/stdio.d.ts.map +0 -1
  293. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/shared/stdio.js +0 -31
  294. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/shared/stdio.js.map +0 -1
  295. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/shared/stdio.test.d.ts +0 -2
  296. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/shared/stdio.test.d.ts.map +0 -1
  297. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/shared/stdio.test.js +0 -27
  298. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/shared/stdio.test.js.map +0 -1
  299. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/shared/transport.d.ts +0 -39
  300. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/shared/transport.d.ts.map +0 -1
  301. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/shared/transport.js +0 -2
  302. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/shared/transport.js.map +0 -1
  303. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/types.d.ts +0 -26424
  304. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/types.d.ts.map +0 -1
  305. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/types.js +0 -996
  306. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/types.js.map +0 -1
  307. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/utils.d.ts +0 -5
  308. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/utils.d.ts.map +0 -1
  309. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/utils.js +0 -11
  310. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/utils.js.map +0 -1
  311. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/utils.test.d.ts +0 -2
  312. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/utils.test.d.ts.map +0 -1
  313. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/utils.test.js +0 -14
  314. package/mcp-server/node_modules/@modelcontextprotocol/sdk/dist/utils.test.js.map +0 -1
  315. package/mcp-server/node_modules/@modelcontextprotocol/sdk/package.json +0 -61
  316. package/mcp-server/node_modules/bytes/History.md +0 -97
  317. package/mcp-server/node_modules/bytes/LICENSE +0 -23
  318. package/mcp-server/node_modules/bytes/Readme.md +0 -152
  319. package/mcp-server/node_modules/bytes/index.js +0 -170
  320. package/mcp-server/node_modules/bytes/package.json +0 -42
  321. package/mcp-server/node_modules/content-type/HISTORY.md +0 -29
  322. package/mcp-server/node_modules/content-type/LICENSE +0 -22
  323. package/mcp-server/node_modules/content-type/README.md +0 -94
  324. package/mcp-server/node_modules/content-type/index.js +0 -225
  325. package/mcp-server/node_modules/content-type/package.json +0 -42
  326. package/mcp-server/node_modules/depd/History.md +0 -103
  327. package/mcp-server/node_modules/depd/LICENSE +0 -22
  328. package/mcp-server/node_modules/depd/Readme.md +0 -280
  329. package/mcp-server/node_modules/depd/index.js +0 -538
  330. package/mcp-server/node_modules/depd/lib/browser/index.js +0 -77
  331. package/mcp-server/node_modules/depd/package.json +0 -45
  332. package/mcp-server/node_modules/http-errors/HISTORY.md +0 -180
  333. package/mcp-server/node_modules/http-errors/LICENSE +0 -23
  334. package/mcp-server/node_modules/http-errors/README.md +0 -169
  335. package/mcp-server/node_modules/http-errors/index.js +0 -289
  336. package/mcp-server/node_modules/http-errors/package.json +0 -50
  337. package/mcp-server/node_modules/iconv-lite/Changelog.md +0 -236
  338. package/mcp-server/node_modules/iconv-lite/LICENSE +0 -21
  339. package/mcp-server/node_modules/iconv-lite/README.md +0 -138
  340. package/mcp-server/node_modules/iconv-lite/encodings/dbcs-codec.js +0 -532
  341. package/mcp-server/node_modules/iconv-lite/encodings/dbcs-data.js +0 -185
  342. package/mcp-server/node_modules/iconv-lite/encodings/index.js +0 -23
  343. package/mcp-server/node_modules/iconv-lite/encodings/internal.js +0 -218
  344. package/mcp-server/node_modules/iconv-lite/encodings/sbcs-codec.js +0 -75
  345. package/mcp-server/node_modules/iconv-lite/encodings/sbcs-data-generated.js +0 -451
  346. package/mcp-server/node_modules/iconv-lite/encodings/sbcs-data.js +0 -178
  347. package/mcp-server/node_modules/iconv-lite/encodings/tables/big5-added.json +0 -122
  348. package/mcp-server/node_modules/iconv-lite/encodings/tables/cp936.json +0 -264
  349. package/mcp-server/node_modules/iconv-lite/encodings/tables/cp949.json +0 -273
  350. package/mcp-server/node_modules/iconv-lite/encodings/tables/cp950.json +0 -177
  351. package/mcp-server/node_modules/iconv-lite/encodings/tables/eucjp.json +0 -182
  352. package/mcp-server/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +0 -1
  353. package/mcp-server/node_modules/iconv-lite/encodings/tables/gbk-added.json +0 -56
  354. package/mcp-server/node_modules/iconv-lite/encodings/tables/shiftjis.json +0 -125
  355. package/mcp-server/node_modules/iconv-lite/encodings/utf16.js +0 -187
  356. package/mcp-server/node_modules/iconv-lite/encodings/utf32.js +0 -307
  357. package/mcp-server/node_modules/iconv-lite/encodings/utf7.js +0 -283
  358. package/mcp-server/node_modules/iconv-lite/lib/bom-handling.js +0 -48
  359. package/mcp-server/node_modules/iconv-lite/lib/helpers/merge-exports.js +0 -13
  360. package/mcp-server/node_modules/iconv-lite/lib/index.d.ts +0 -41
  361. package/mcp-server/node_modules/iconv-lite/lib/index.js +0 -183
  362. package/mcp-server/node_modules/iconv-lite/lib/streams.js +0 -105
  363. package/mcp-server/node_modules/iconv-lite/package.json +0 -59
  364. package/mcp-server/node_modules/inherits/LICENSE +0 -16
  365. package/mcp-server/node_modules/inherits/README.md +0 -42
  366. package/mcp-server/node_modules/inherits/inherits.js +0 -9
  367. package/mcp-server/node_modules/inherits/inherits_browser.js +0 -27
  368. package/mcp-server/node_modules/inherits/package.json +0 -29
  369. package/mcp-server/node_modules/raw-body/HISTORY.md +0 -333
  370. package/mcp-server/node_modules/raw-body/LICENSE +0 -22
  371. package/mcp-server/node_modules/raw-body/README.md +0 -223
  372. package/mcp-server/node_modules/raw-body/SECURITY.md +0 -24
  373. package/mcp-server/node_modules/raw-body/index.d.ts +0 -85
  374. package/mcp-server/node_modules/raw-body/index.js +0 -336
  375. package/mcp-server/node_modules/raw-body/package.json +0 -50
  376. package/mcp-server/node_modules/safer-buffer/LICENSE +0 -21
  377. package/mcp-server/node_modules/safer-buffer/Porting-Buffer.md +0 -268
  378. package/mcp-server/node_modules/safer-buffer/Readme.md +0 -156
  379. package/mcp-server/node_modules/safer-buffer/dangerous.js +0 -58
  380. package/mcp-server/node_modules/safer-buffer/package.json +0 -34
  381. package/mcp-server/node_modules/safer-buffer/safer.js +0 -77
  382. package/mcp-server/node_modules/safer-buffer/tests.js +0 -406
  383. package/mcp-server/node_modules/setprototypeof/LICENSE +0 -13
  384. package/mcp-server/node_modules/setprototypeof/README.md +0 -31
  385. package/mcp-server/node_modules/setprototypeof/index.d.ts +0 -2
  386. package/mcp-server/node_modules/setprototypeof/index.js +0 -17
  387. package/mcp-server/node_modules/setprototypeof/package.json +0 -38
  388. package/mcp-server/node_modules/setprototypeof/test/index.js +0 -24
  389. package/mcp-server/node_modules/statuses/HISTORY.md +0 -82
  390. package/mcp-server/node_modules/statuses/LICENSE +0 -23
  391. package/mcp-server/node_modules/statuses/README.md +0 -136
  392. package/mcp-server/node_modules/statuses/codes.json +0 -65
  393. package/mcp-server/node_modules/statuses/index.js +0 -146
  394. package/mcp-server/node_modules/statuses/package.json +0 -49
  395. package/mcp-server/node_modules/toidentifier/HISTORY.md +0 -9
  396. package/mcp-server/node_modules/toidentifier/LICENSE +0 -21
  397. package/mcp-server/node_modules/toidentifier/README.md +0 -61
  398. package/mcp-server/node_modules/toidentifier/index.js +0 -32
  399. package/mcp-server/node_modules/toidentifier/package.json +0 -38
  400. package/mcp-server/node_modules/unpipe/HISTORY.md +0 -4
  401. package/mcp-server/node_modules/unpipe/LICENSE +0 -22
  402. package/mcp-server/node_modules/unpipe/README.md +0 -43
  403. package/mcp-server/node_modules/unpipe/index.js +0 -69
  404. package/mcp-server/node_modules/unpipe/package.json +0 -27
  405. package/mcp-server/node_modules/zod/LICENSE +0 -21
  406. package/mcp-server/node_modules/zod/README.md +0 -208
  407. package/mcp-server/node_modules/zod/index.cjs +0 -33
  408. package/mcp-server/node_modules/zod/index.d.cts +0 -4
  409. package/mcp-server/node_modules/zod/index.d.ts +0 -4
  410. package/mcp-server/node_modules/zod/index.js +0 -4
  411. package/mcp-server/node_modules/zod/package.json +0 -118
  412. package/mcp-server/node_modules/zod/src/index.ts +0 -4
  413. package/mcp-server/node_modules/zod/src/v3/ZodError.ts +0 -330
  414. package/mcp-server/node_modules/zod/src/v3/benchmarks/datetime.ts +0 -58
  415. package/mcp-server/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts +0 -80
  416. package/mcp-server/node_modules/zod/src/v3/benchmarks/index.ts +0 -59
  417. package/mcp-server/node_modules/zod/src/v3/benchmarks/ipv4.ts +0 -57
  418. package/mcp-server/node_modules/zod/src/v3/benchmarks/object.ts +0 -69
  419. package/mcp-server/node_modules/zod/src/v3/benchmarks/primitives.ts +0 -162
  420. package/mcp-server/node_modules/zod/src/v3/benchmarks/realworld.ts +0 -63
  421. package/mcp-server/node_modules/zod/src/v3/benchmarks/string.ts +0 -55
  422. package/mcp-server/node_modules/zod/src/v3/benchmarks/union.ts +0 -80
  423. package/mcp-server/node_modules/zod/src/v3/errors.ts +0 -13
  424. package/mcp-server/node_modules/zod/src/v3/external.ts +0 -6
  425. package/mcp-server/node_modules/zod/src/v3/helpers/enumUtil.ts +0 -17
  426. package/mcp-server/node_modules/zod/src/v3/helpers/errorUtil.ts +0 -8
  427. package/mcp-server/node_modules/zod/src/v3/helpers/parseUtil.ts +0 -176
  428. package/mcp-server/node_modules/zod/src/v3/helpers/partialUtil.ts +0 -34
  429. package/mcp-server/node_modules/zod/src/v3/helpers/typeAliases.ts +0 -2
  430. package/mcp-server/node_modules/zod/src/v3/helpers/util.ts +0 -224
  431. package/mcp-server/node_modules/zod/src/v3/index.ts +0 -4
  432. package/mcp-server/node_modules/zod/src/v3/locales/en.ts +0 -124
  433. package/mcp-server/node_modules/zod/src/v3/standard-schema.ts +0 -113
  434. package/mcp-server/node_modules/zod/src/v3/tests/Mocker.ts +0 -54
  435. package/mcp-server/node_modules/zod/src/v3/tests/all-errors.test.ts +0 -157
  436. package/mcp-server/node_modules/zod/src/v3/tests/anyunknown.test.ts +0 -28
  437. package/mcp-server/node_modules/zod/src/v3/tests/array.test.ts +0 -71
  438. package/mcp-server/node_modules/zod/src/v3/tests/async-parsing.test.ts +0 -388
  439. package/mcp-server/node_modules/zod/src/v3/tests/async-refinements.test.ts +0 -46
  440. package/mcp-server/node_modules/zod/src/v3/tests/base.test.ts +0 -29
  441. package/mcp-server/node_modules/zod/src/v3/tests/bigint.test.ts +0 -55
  442. package/mcp-server/node_modules/zod/src/v3/tests/branded.test.ts +0 -53
  443. package/mcp-server/node_modules/zod/src/v3/tests/catch.test.ts +0 -220
  444. package/mcp-server/node_modules/zod/src/v3/tests/coerce.test.ts +0 -133
  445. package/mcp-server/node_modules/zod/src/v3/tests/complex.test.ts +0 -56
  446. package/mcp-server/node_modules/zod/src/v3/tests/custom.test.ts +0 -31
  447. package/mcp-server/node_modules/zod/src/v3/tests/date.test.ts +0 -32
  448. package/mcp-server/node_modules/zod/src/v3/tests/deepmasking.test.ts +0 -186
  449. package/mcp-server/node_modules/zod/src/v3/tests/default.test.ts +0 -112
  450. package/mcp-server/node_modules/zod/src/v3/tests/description.test.ts +0 -33
  451. package/mcp-server/node_modules/zod/src/v3/tests/discriminated-unions.test.ts +0 -315
  452. package/mcp-server/node_modules/zod/src/v3/tests/enum.test.ts +0 -80
  453. package/mcp-server/node_modules/zod/src/v3/tests/error.test.ts +0 -551
  454. package/mcp-server/node_modules/zod/src/v3/tests/firstparty.test.ts +0 -87
  455. package/mcp-server/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts +0 -21
  456. package/mcp-server/node_modules/zod/src/v3/tests/function.test.ts +0 -257
  457. package/mcp-server/node_modules/zod/src/v3/tests/generics.test.ts +0 -48
  458. package/mcp-server/node_modules/zod/src/v3/tests/instanceof.test.ts +0 -37
  459. package/mcp-server/node_modules/zod/src/v3/tests/intersection.test.ts +0 -110
  460. package/mcp-server/node_modules/zod/src/v3/tests/language-server.source.ts +0 -76
  461. package/mcp-server/node_modules/zod/src/v3/tests/language-server.test.ts +0 -207
  462. package/mcp-server/node_modules/zod/src/v3/tests/literal.test.ts +0 -36
  463. package/mcp-server/node_modules/zod/src/v3/tests/map.test.ts +0 -110
  464. package/mcp-server/node_modules/zod/src/v3/tests/masking.test.ts +0 -4
  465. package/mcp-server/node_modules/zod/src/v3/tests/mocker.test.ts +0 -19
  466. package/mcp-server/node_modules/zod/src/v3/tests/nan.test.ts +0 -21
  467. package/mcp-server/node_modules/zod/src/v3/tests/nativeEnum.test.ts +0 -87
  468. package/mcp-server/node_modules/zod/src/v3/tests/nullable.test.ts +0 -42
  469. package/mcp-server/node_modules/zod/src/v3/tests/number.test.ts +0 -176
  470. package/mcp-server/node_modules/zod/src/v3/tests/object-augmentation.test.ts +0 -29
  471. package/mcp-server/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts +0 -29
  472. package/mcp-server/node_modules/zod/src/v3/tests/object.test.ts +0 -434
  473. package/mcp-server/node_modules/zod/src/v3/tests/optional.test.ts +0 -42
  474. package/mcp-server/node_modules/zod/src/v3/tests/parseUtil.test.ts +0 -23
  475. package/mcp-server/node_modules/zod/src/v3/tests/parser.test.ts +0 -41
  476. package/mcp-server/node_modules/zod/src/v3/tests/partials.test.ts +0 -243
  477. package/mcp-server/node_modules/zod/src/v3/tests/pickomit.test.ts +0 -111
  478. package/mcp-server/node_modules/zod/src/v3/tests/pipeline.test.ts +0 -29
  479. package/mcp-server/node_modules/zod/src/v3/tests/preprocess.test.ts +0 -186
  480. package/mcp-server/node_modules/zod/src/v3/tests/primitive.test.ts +0 -440
  481. package/mcp-server/node_modules/zod/src/v3/tests/promise.test.ts +0 -90
  482. package/mcp-server/node_modules/zod/src/v3/tests/readonly.test.ts +0 -194
  483. package/mcp-server/node_modules/zod/src/v3/tests/record.test.ts +0 -171
  484. package/mcp-server/node_modules/zod/src/v3/tests/recursive.test.ts +0 -197
  485. package/mcp-server/node_modules/zod/src/v3/tests/refine.test.ts +0 -313
  486. package/mcp-server/node_modules/zod/src/v3/tests/safeparse.test.ts +0 -27
  487. package/mcp-server/node_modules/zod/src/v3/tests/set.test.ts +0 -142
  488. package/mcp-server/node_modules/zod/src/v3/tests/standard-schema.test.ts +0 -83
  489. package/mcp-server/node_modules/zod/src/v3/tests/string.test.ts +0 -916
  490. package/mcp-server/node_modules/zod/src/v3/tests/transformer.test.ts +0 -233
  491. package/mcp-server/node_modules/zod/src/v3/tests/tuple.test.ts +0 -90
  492. package/mcp-server/node_modules/zod/src/v3/tests/unions.test.ts +0 -57
  493. package/mcp-server/node_modules/zod/src/v3/tests/validations.test.ts +0 -133
  494. package/mcp-server/node_modules/zod/src/v3/tests/void.test.ts +0 -15
  495. package/mcp-server/node_modules/zod/src/v3/types.ts +0 -5136
  496. package/mcp-server/node_modules/zod/src/v4/classic/checks.ts +0 -30
  497. package/mcp-server/node_modules/zod/src/v4/classic/coerce.ts +0 -27
  498. package/mcp-server/node_modules/zod/src/v4/classic/compat.ts +0 -66
  499. package/mcp-server/node_modules/zod/src/v4/classic/errors.ts +0 -75
  500. package/mcp-server/node_modules/zod/src/v4/classic/external.ts +0 -50
  501. package/mcp-server/node_modules/zod/src/v4/classic/index.ts +0 -5
  502. package/mcp-server/node_modules/zod/src/v4/classic/iso.ts +0 -90
  503. package/mcp-server/node_modules/zod/src/v4/classic/parse.ts +0 -33
  504. package/mcp-server/node_modules/zod/src/v4/classic/schemas.ts +0 -2054
  505. package/mcp-server/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts +0 -26
  506. package/mcp-server/node_modules/zod/src/v4/classic/tests/array.test.ts +0 -264
  507. package/mcp-server/node_modules/zod/src/v4/classic/tests/assignability.test.ts +0 -210
  508. package/mcp-server/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts +0 -381
  509. package/mcp-server/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts +0 -68
  510. package/mcp-server/node_modules/zod/src/v4/classic/tests/base.test.ts +0 -7
  511. package/mcp-server/node_modules/zod/src/v4/classic/tests/bigint.test.ts +0 -54
  512. package/mcp-server/node_modules/zod/src/v4/classic/tests/brand.test.ts +0 -63
  513. package/mcp-server/node_modules/zod/src/v4/classic/tests/catch.test.ts +0 -252
  514. package/mcp-server/node_modules/zod/src/v4/classic/tests/coalesce.test.ts +0 -20
  515. package/mcp-server/node_modules/zod/src/v4/classic/tests/coerce.test.ts +0 -160
  516. package/mcp-server/node_modules/zod/src/v4/classic/tests/continuability.test.ts +0 -352
  517. package/mcp-server/node_modules/zod/src/v4/classic/tests/custom.test.ts +0 -40
  518. package/mcp-server/node_modules/zod/src/v4/classic/tests/date.test.ts +0 -31
  519. package/mcp-server/node_modules/zod/src/v4/classic/tests/datetime.test.ts +0 -296
  520. package/mcp-server/node_modules/zod/src/v4/classic/tests/default.test.ts +0 -313
  521. package/mcp-server/node_modules/zod/src/v4/classic/tests/description.test.ts +0 -32
  522. package/mcp-server/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +0 -619
  523. package/mcp-server/node_modules/zod/src/v4/classic/tests/enum.test.ts +0 -285
  524. package/mcp-server/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +0 -527
  525. package/mcp-server/node_modules/zod/src/v4/classic/tests/error.test.ts +0 -711
  526. package/mcp-server/node_modules/zod/src/v4/classic/tests/file.test.ts +0 -91
  527. package/mcp-server/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +0 -175
  528. package/mcp-server/node_modules/zod/src/v4/classic/tests/function.test.ts +0 -268
  529. package/mcp-server/node_modules/zod/src/v4/classic/tests/generics.test.ts +0 -72
  530. package/mcp-server/node_modules/zod/src/v4/classic/tests/index.test.ts +0 -829
  531. package/mcp-server/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +0 -34
  532. package/mcp-server/node_modules/zod/src/v4/classic/tests/intersection.test.ts +0 -171
  533. package/mcp-server/node_modules/zod/src/v4/classic/tests/json.test.ts +0 -108
  534. package/mcp-server/node_modules/zod/src/v4/classic/tests/lazy.test.ts +0 -227
  535. package/mcp-server/node_modules/zod/src/v4/classic/tests/literal.test.ts +0 -92
  536. package/mcp-server/node_modules/zod/src/v4/classic/tests/map.test.ts +0 -196
  537. package/mcp-server/node_modules/zod/src/v4/classic/tests/nan.test.ts +0 -21
  538. package/mcp-server/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts +0 -168
  539. package/mcp-server/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts +0 -86
  540. package/mcp-server/node_modules/zod/src/v4/classic/tests/nullable.test.ts +0 -22
  541. package/mcp-server/node_modules/zod/src/v4/classic/tests/number.test.ts +0 -247
  542. package/mcp-server/node_modules/zod/src/v4/classic/tests/object.test.ts +0 -563
  543. package/mcp-server/node_modules/zod/src/v4/classic/tests/optional.test.ts +0 -123
  544. package/mcp-server/node_modules/zod/src/v4/classic/tests/partial.test.ts +0 -147
  545. package/mcp-server/node_modules/zod/src/v4/classic/tests/pickomit.test.ts +0 -127
  546. package/mcp-server/node_modules/zod/src/v4/classic/tests/pipe.test.ts +0 -81
  547. package/mcp-server/node_modules/zod/src/v4/classic/tests/prefault.test.ts +0 -37
  548. package/mcp-server/node_modules/zod/src/v4/classic/tests/preprocess.test.ts +0 -298
  549. package/mcp-server/node_modules/zod/src/v4/classic/tests/primitive.test.ts +0 -175
  550. package/mcp-server/node_modules/zod/src/v4/classic/tests/promise.test.ts +0 -81
  551. package/mcp-server/node_modules/zod/src/v4/classic/tests/prototypes.test.ts +0 -23
  552. package/mcp-server/node_modules/zod/src/v4/classic/tests/readonly.test.ts +0 -252
  553. package/mcp-server/node_modules/zod/src/v4/classic/tests/record.test.ts +0 -342
  554. package/mcp-server/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +0 -356
  555. package/mcp-server/node_modules/zod/src/v4/classic/tests/refine.test.ts +0 -532
  556. package/mcp-server/node_modules/zod/src/v4/classic/tests/registries.test.ts +0 -204
  557. package/mcp-server/node_modules/zod/src/v4/classic/tests/set.test.ts +0 -179
  558. package/mcp-server/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts +0 -57
  559. package/mcp-server/node_modules/zod/src/v4/classic/tests/string-formats.test.ts +0 -109
  560. package/mcp-server/node_modules/zod/src/v4/classic/tests/string.test.ts +0 -881
  561. package/mcp-server/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +0 -66
  562. package/mcp-server/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +0 -758
  563. package/mcp-server/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +0 -2314
  564. package/mcp-server/node_modules/zod/src/v4/classic/tests/transform.test.ts +0 -250
  565. package/mcp-server/node_modules/zod/src/v4/classic/tests/tuple.test.ts +0 -163
  566. package/mcp-server/node_modules/zod/src/v4/classic/tests/union.test.ts +0 -94
  567. package/mcp-server/node_modules/zod/src/v4/classic/tests/validations.test.ts +0 -283
  568. package/mcp-server/node_modules/zod/src/v4/classic/tests/void.test.ts +0 -12
  569. package/mcp-server/node_modules/zod/src/v4/core/api.ts +0 -1594
  570. package/mcp-server/node_modules/zod/src/v4/core/checks.ts +0 -1283
  571. package/mcp-server/node_modules/zod/src/v4/core/config.ts +0 -15
  572. package/mcp-server/node_modules/zod/src/v4/core/core.ts +0 -134
  573. package/mcp-server/node_modules/zod/src/v4/core/doc.ts +0 -44
  574. package/mcp-server/node_modules/zod/src/v4/core/errors.ts +0 -424
  575. package/mcp-server/node_modules/zod/src/v4/core/function.ts +0 -176
  576. package/mcp-server/node_modules/zod/src/v4/core/index.ts +0 -15
  577. package/mcp-server/node_modules/zod/src/v4/core/json-schema.ts +0 -143
  578. package/mcp-server/node_modules/zod/src/v4/core/parse.ts +0 -94
  579. package/mcp-server/node_modules/zod/src/v4/core/regexes.ts +0 -135
  580. package/mcp-server/node_modules/zod/src/v4/core/registries.ts +0 -96
  581. package/mcp-server/node_modules/zod/src/v4/core/schemas.ts +0 -3842
  582. package/mcp-server/node_modules/zod/src/v4/core/standard-schema.ts +0 -64
  583. package/mcp-server/node_modules/zod/src/v4/core/tests/index.test.ts +0 -46
  584. package/mcp-server/node_modules/zod/src/v4/core/tests/locales/be.test.ts +0 -124
  585. package/mcp-server/node_modules/zod/src/v4/core/tests/locales/en.test.ts +0 -22
  586. package/mcp-server/node_modules/zod/src/v4/core/tests/locales/ru.test.ts +0 -128
  587. package/mcp-server/node_modules/zod/src/v4/core/tests/locales/tr.test.ts +0 -69
  588. package/mcp-server/node_modules/zod/src/v4/core/to-json-schema.ts +0 -977
  589. package/mcp-server/node_modules/zod/src/v4/core/util.ts +0 -775
  590. package/mcp-server/node_modules/zod/src/v4/core/versions.ts +0 -5
  591. package/mcp-server/node_modules/zod/src/v4/core/zsf.ts +0 -323
  592. package/mcp-server/node_modules/zod/src/v4/index.ts +0 -4
  593. package/mcp-server/node_modules/zod/src/v4/locales/ar.ts +0 -125
  594. package/mcp-server/node_modules/zod/src/v4/locales/az.ts +0 -121
  595. package/mcp-server/node_modules/zod/src/v4/locales/be.ts +0 -184
  596. package/mcp-server/node_modules/zod/src/v4/locales/ca.ts +0 -127
  597. package/mcp-server/node_modules/zod/src/v4/locales/cs.ts +0 -142
  598. package/mcp-server/node_modules/zod/src/v4/locales/de.ts +0 -124
  599. package/mcp-server/node_modules/zod/src/v4/locales/en.ts +0 -127
  600. package/mcp-server/node_modules/zod/src/v4/locales/eo.ts +0 -125
  601. package/mcp-server/node_modules/zod/src/v4/locales/es.ts +0 -125
  602. package/mcp-server/node_modules/zod/src/v4/locales/fa.ts +0 -134
  603. package/mcp-server/node_modules/zod/src/v4/locales/fi.ts +0 -131
  604. package/mcp-server/node_modules/zod/src/v4/locales/fr-CA.ts +0 -126
  605. package/mcp-server/node_modules/zod/src/v4/locales/fr.ts +0 -124
  606. package/mcp-server/node_modules/zod/src/v4/locales/he.ts +0 -125
  607. package/mcp-server/node_modules/zod/src/v4/locales/hu.ts +0 -126
  608. package/mcp-server/node_modules/zod/src/v4/locales/id.ts +0 -125
  609. package/mcp-server/node_modules/zod/src/v4/locales/index.ts +0 -39
  610. package/mcp-server/node_modules/zod/src/v4/locales/it.ts +0 -125
  611. package/mcp-server/node_modules/zod/src/v4/locales/ja.ts +0 -122
  612. package/mcp-server/node_modules/zod/src/v4/locales/kh.ts +0 -126
  613. package/mcp-server/node_modules/zod/src/v4/locales/ko.ts +0 -131
  614. package/mcp-server/node_modules/zod/src/v4/locales/mk.ts +0 -127
  615. package/mcp-server/node_modules/zod/src/v4/locales/ms.ts +0 -124
  616. package/mcp-server/node_modules/zod/src/v4/locales/nl.ts +0 -126
  617. package/mcp-server/node_modules/zod/src/v4/locales/no.ts +0 -124
  618. package/mcp-server/node_modules/zod/src/v4/locales/ota.ts +0 -125
  619. package/mcp-server/node_modules/zod/src/v4/locales/pl.ts +0 -126
  620. package/mcp-server/node_modules/zod/src/v4/locales/ps.ts +0 -133
  621. package/mcp-server/node_modules/zod/src/v4/locales/pt.ts +0 -123
  622. package/mcp-server/node_modules/zod/src/v4/locales/ru.ts +0 -184
  623. package/mcp-server/node_modules/zod/src/v4/locales/sl.ts +0 -126
  624. package/mcp-server/node_modules/zod/src/v4/locales/sv.ts +0 -127
  625. package/mcp-server/node_modules/zod/src/v4/locales/ta.ts +0 -125
  626. package/mcp-server/node_modules/zod/src/v4/locales/th.ts +0 -126
  627. package/mcp-server/node_modules/zod/src/v4/locales/tr.ts +0 -121
  628. package/mcp-server/node_modules/zod/src/v4/locales/ua.ts +0 -126
  629. package/mcp-server/node_modules/zod/src/v4/locales/ur.ts +0 -126
  630. package/mcp-server/node_modules/zod/src/v4/locales/vi.ts +0 -125
  631. package/mcp-server/node_modules/zod/src/v4/locales/zh-CN.ts +0 -123
  632. package/mcp-server/node_modules/zod/src/v4/locales/zh-TW.ts +0 -125
  633. package/mcp-server/node_modules/zod/src/v4/mini/checks.ts +0 -32
  634. package/mcp-server/node_modules/zod/src/v4/mini/coerce.ts +0 -22
  635. package/mcp-server/node_modules/zod/src/v4/mini/external.ts +0 -40
  636. package/mcp-server/node_modules/zod/src/v4/mini/index.ts +0 -3
  637. package/mcp-server/node_modules/zod/src/v4/mini/iso.ts +0 -62
  638. package/mcp-server/node_modules/zod/src/v4/mini/parse.ts +0 -1
  639. package/mcp-server/node_modules/zod/src/v4/mini/schemas.ts +0 -1579
  640. package/mcp-server/node_modules/zod/src/v4/mini/tests/assignability.test.ts +0 -129
  641. package/mcp-server/node_modules/zod/src/v4/mini/tests/brand.test.ts +0 -51
  642. package/mcp-server/node_modules/zod/src/v4/mini/tests/checks.test.ts +0 -144
  643. package/mcp-server/node_modules/zod/src/v4/mini/tests/computed.test.ts +0 -36
  644. package/mcp-server/node_modules/zod/src/v4/mini/tests/error.test.ts +0 -22
  645. package/mcp-server/node_modules/zod/src/v4/mini/tests/functions.test.ts +0 -43
  646. package/mcp-server/node_modules/zod/src/v4/mini/tests/index.test.ts +0 -871
  647. package/mcp-server/node_modules/zod/src/v4/mini/tests/number.test.ts +0 -95
  648. package/mcp-server/node_modules/zod/src/v4/mini/tests/object.test.ts +0 -185
  649. package/mcp-server/node_modules/zod/src/v4/mini/tests/prototypes.test.ts +0 -43
  650. package/mcp-server/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts +0 -275
  651. package/mcp-server/node_modules/zod/src/v4/mini/tests/string.test.ts +0 -299
  652. package/mcp-server/node_modules/zod/src/v4-mini/index.ts +0 -1
  653. package/mcp-server/node_modules/zod/v3/ZodError.cjs +0 -138
  654. package/mcp-server/node_modules/zod/v3/ZodError.d.cts +0 -164
  655. package/mcp-server/node_modules/zod/v3/ZodError.d.ts +0 -164
  656. package/mcp-server/node_modules/zod/v3/ZodError.js +0 -133
  657. package/mcp-server/node_modules/zod/v3/errors.cjs +0 -17
  658. package/mcp-server/node_modules/zod/v3/errors.d.cts +0 -5
  659. package/mcp-server/node_modules/zod/v3/errors.d.ts +0 -5
  660. package/mcp-server/node_modules/zod/v3/errors.js +0 -9
  661. package/mcp-server/node_modules/zod/v3/external.cjs +0 -22
  662. package/mcp-server/node_modules/zod/v3/external.d.cts +0 -6
  663. package/mcp-server/node_modules/zod/v3/external.d.ts +0 -6
  664. package/mcp-server/node_modules/zod/v3/external.js +0 -6
  665. package/mcp-server/node_modules/zod/v3/helpers/enumUtil.cjs +0 -2
  666. package/mcp-server/node_modules/zod/v3/helpers/enumUtil.d.cts +0 -8
  667. package/mcp-server/node_modules/zod/v3/helpers/enumUtil.d.ts +0 -8
  668. package/mcp-server/node_modules/zod/v3/helpers/enumUtil.js +0 -1
  669. package/mcp-server/node_modules/zod/v3/helpers/errorUtil.cjs +0 -9
  670. package/mcp-server/node_modules/zod/v3/helpers/errorUtil.d.cts +0 -9
  671. package/mcp-server/node_modules/zod/v3/helpers/errorUtil.d.ts +0 -9
  672. package/mcp-server/node_modules/zod/v3/helpers/errorUtil.js +0 -6
  673. package/mcp-server/node_modules/zod/v3/helpers/parseUtil.cjs +0 -124
  674. package/mcp-server/node_modules/zod/v3/helpers/parseUtil.d.cts +0 -78
  675. package/mcp-server/node_modules/zod/v3/helpers/parseUtil.d.ts +0 -78
  676. package/mcp-server/node_modules/zod/v3/helpers/parseUtil.js +0 -109
  677. package/mcp-server/node_modules/zod/v3/helpers/partialUtil.cjs +0 -2
  678. package/mcp-server/node_modules/zod/v3/helpers/partialUtil.d.cts +0 -8
  679. package/mcp-server/node_modules/zod/v3/helpers/partialUtil.d.ts +0 -8
  680. package/mcp-server/node_modules/zod/v3/helpers/partialUtil.js +0 -1
  681. package/mcp-server/node_modules/zod/v3/helpers/typeAliases.cjs +0 -2
  682. package/mcp-server/node_modules/zod/v3/helpers/typeAliases.d.cts +0 -2
  683. package/mcp-server/node_modules/zod/v3/helpers/typeAliases.d.ts +0 -2
  684. package/mcp-server/node_modules/zod/v3/helpers/typeAliases.js +0 -1
  685. package/mcp-server/node_modules/zod/v3/helpers/util.cjs +0 -137
  686. package/mcp-server/node_modules/zod/v3/helpers/util.d.cts +0 -85
  687. package/mcp-server/node_modules/zod/v3/helpers/util.d.ts +0 -85
  688. package/mcp-server/node_modules/zod/v3/helpers/util.js +0 -133
  689. package/mcp-server/node_modules/zod/v3/index.cjs +0 -33
  690. package/mcp-server/node_modules/zod/v3/index.d.cts +0 -4
  691. package/mcp-server/node_modules/zod/v3/index.d.ts +0 -4
  692. package/mcp-server/node_modules/zod/v3/index.js +0 -4
  693. package/mcp-server/node_modules/zod/v3/locales/en.cjs +0 -111
  694. package/mcp-server/node_modules/zod/v3/locales/en.d.cts +0 -3
  695. package/mcp-server/node_modules/zod/v3/locales/en.d.ts +0 -3
  696. package/mcp-server/node_modules/zod/v3/locales/en.js +0 -109
  697. package/mcp-server/node_modules/zod/v3/standard-schema.cjs +0 -2
  698. package/mcp-server/node_modules/zod/v3/standard-schema.d.cts +0 -102
  699. package/mcp-server/node_modules/zod/v3/standard-schema.d.ts +0 -102
  700. package/mcp-server/node_modules/zod/v3/standard-schema.js +0 -1
  701. package/mcp-server/node_modules/zod/v3/types.cjs +0 -3775
  702. package/mcp-server/node_modules/zod/v3/types.d.cts +0 -1031
  703. package/mcp-server/node_modules/zod/v3/types.d.ts +0 -1031
  704. package/mcp-server/node_modules/zod/v3/types.js +0 -3693
  705. package/mcp-server/node_modules/zod/v4/classic/checks.cjs +0 -32
  706. package/mcp-server/node_modules/zod/v4/classic/checks.d.cts +0 -1
  707. package/mcp-server/node_modules/zod/v4/classic/checks.d.ts +0 -1
  708. package/mcp-server/node_modules/zod/v4/classic/checks.js +0 -1
  709. package/mcp-server/node_modules/zod/v4/classic/coerce.cjs +0 -47
  710. package/mcp-server/node_modules/zod/v4/classic/coerce.d.cts +0 -17
  711. package/mcp-server/node_modules/zod/v4/classic/coerce.d.ts +0 -17
  712. package/mcp-server/node_modules/zod/v4/classic/coerce.js +0 -17
  713. package/mcp-server/node_modules/zod/v4/classic/compat.cjs +0 -57
  714. package/mcp-server/node_modules/zod/v4/classic/compat.d.cts +0 -46
  715. package/mcp-server/node_modules/zod/v4/classic/compat.d.ts +0 -46
  716. package/mcp-server/node_modules/zod/v4/classic/compat.js +0 -27
  717. package/mcp-server/node_modules/zod/v4/classic/errors.cjs +0 -67
  718. package/mcp-server/node_modules/zod/v4/classic/errors.d.cts +0 -30
  719. package/mcp-server/node_modules/zod/v4/classic/errors.d.ts +0 -30
  720. package/mcp-server/node_modules/zod/v4/classic/errors.js +0 -41
  721. package/mcp-server/node_modules/zod/v4/classic/external.cjs +0 -70
  722. package/mcp-server/node_modules/zod/v4/classic/external.d.cts +0 -13
  723. package/mcp-server/node_modules/zod/v4/classic/external.d.ts +0 -13
  724. package/mcp-server/node_modules/zod/v4/classic/external.js +0 -18
  725. package/mcp-server/node_modules/zod/v4/classic/index.cjs +0 -33
  726. package/mcp-server/node_modules/zod/v4/classic/index.d.cts +0 -4
  727. package/mcp-server/node_modules/zod/v4/classic/index.d.ts +0 -4
  728. package/mcp-server/node_modules/zod/v4/classic/index.js +0 -4
  729. package/mcp-server/node_modules/zod/v4/classic/iso.cjs +0 -60
  730. package/mcp-server/node_modules/zod/v4/classic/iso.d.cts +0 -22
  731. package/mcp-server/node_modules/zod/v4/classic/iso.d.ts +0 -22
  732. package/mcp-server/node_modules/zod/v4/classic/iso.js +0 -30
  733. package/mcp-server/node_modules/zod/v4/classic/parse.cjs +0 -32
  734. package/mcp-server/node_modules/zod/v4/classic/parse.d.cts +0 -23
  735. package/mcp-server/node_modules/zod/v4/classic/parse.d.ts +0 -23
  736. package/mcp-server/node_modules/zod/v4/classic/parse.js +0 -6
  737. package/mcp-server/node_modules/zod/v4/classic/schemas.cjs +0 -1109
  738. package/mcp-server/node_modules/zod/v4/classic/schemas.d.cts +0 -630
  739. package/mcp-server/node_modules/zod/v4/classic/schemas.d.ts +0 -630
  740. package/mcp-server/node_modules/zod/v4/classic/schemas.js +0 -1006
  741. package/mcp-server/node_modules/zod/v4/core/api.cjs +0 -1039
  742. package/mcp-server/node_modules/zod/v4/core/api.d.cts +0 -284
  743. package/mcp-server/node_modules/zod/v4/core/api.d.ts +0 -284
  744. package/mcp-server/node_modules/zod/v4/core/api.js +0 -906
  745. package/mcp-server/node_modules/zod/v4/core/checks.cjs +0 -591
  746. package/mcp-server/node_modules/zod/v4/core/checks.d.cts +0 -278
  747. package/mcp-server/node_modules/zod/v4/core/checks.d.ts +0 -278
  748. package/mcp-server/node_modules/zod/v4/core/checks.js +0 -565
  749. package/mcp-server/node_modules/zod/v4/core/core.cjs +0 -67
  750. package/mcp-server/node_modules/zod/v4/core/core.d.cts +0 -49
  751. package/mcp-server/node_modules/zod/v4/core/core.d.ts +0 -49
  752. package/mcp-server/node_modules/zod/v4/core/core.js +0 -61
  753. package/mcp-server/node_modules/zod/v4/core/doc.cjs +0 -39
  754. package/mcp-server/node_modules/zod/v4/core/doc.d.cts +0 -14
  755. package/mcp-server/node_modules/zod/v4/core/doc.d.ts +0 -14
  756. package/mcp-server/node_modules/zod/v4/core/doc.js +0 -35
  757. package/mcp-server/node_modules/zod/v4/core/errors.cjs +0 -226
  758. package/mcp-server/node_modules/zod/v4/core/errors.d.cts +0 -208
  759. package/mcp-server/node_modules/zod/v4/core/errors.d.ts +0 -208
  760. package/mcp-server/node_modules/zod/v4/core/errors.js +0 -195
  761. package/mcp-server/node_modules/zod/v4/core/function.cjs +0 -102
  762. package/mcp-server/node_modules/zod/v4/core/function.d.cts +0 -52
  763. package/mcp-server/node_modules/zod/v4/core/function.d.ts +0 -52
  764. package/mcp-server/node_modules/zod/v4/core/function.js +0 -75
  765. package/mcp-server/node_modules/zod/v4/core/index.cjs +0 -44
  766. package/mcp-server/node_modules/zod/v4/core/index.d.cts +0 -15
  767. package/mcp-server/node_modules/zod/v4/core/index.d.ts +0 -15
  768. package/mcp-server/node_modules/zod/v4/core/index.js +0 -15
  769. package/mcp-server/node_modules/zod/v4/core/json-schema.cjs +0 -2
  770. package/mcp-server/node_modules/zod/v4/core/json-schema.d.cts +0 -87
  771. package/mcp-server/node_modules/zod/v4/core/json-schema.d.ts +0 -87
  772. package/mcp-server/node_modules/zod/v4/core/json-schema.js +0 -1
  773. package/mcp-server/node_modules/zod/v4/core/parse.cjs +0 -87
  774. package/mcp-server/node_modules/zod/v4/core/parse.d.cts +0 -25
  775. package/mcp-server/node_modules/zod/v4/core/parse.d.ts +0 -25
  776. package/mcp-server/node_modules/zod/v4/core/parse.js +0 -57
  777. package/mcp-server/node_modules/zod/v4/core/regexes.cjs +0 -103
  778. package/mcp-server/node_modules/zod/v4/core/regexes.d.cts +0 -62
  779. package/mcp-server/node_modules/zod/v4/core/regexes.d.ts +0 -62
  780. package/mcp-server/node_modules/zod/v4/core/regexes.js +0 -95
  781. package/mcp-server/node_modules/zod/v4/core/registries.cjs +0 -56
  782. package/mcp-server/node_modules/zod/v4/core/registries.d.cts +0 -35
  783. package/mcp-server/node_modules/zod/v4/core/registries.d.ts +0 -35
  784. package/mcp-server/node_modules/zod/v4/core/registries.js +0 -51
  785. package/mcp-server/node_modules/zod/v4/core/schemas.cjs +0 -1748
  786. package/mcp-server/node_modules/zod/v4/core/schemas.d.cts +0 -1041
  787. package/mcp-server/node_modules/zod/v4/core/schemas.d.ts +0 -1041
  788. package/mcp-server/node_modules/zod/v4/core/schemas.js +0 -1717
  789. package/mcp-server/node_modules/zod/v4/core/standard-schema.cjs +0 -2
  790. package/mcp-server/node_modules/zod/v4/core/standard-schema.d.cts +0 -55
  791. package/mcp-server/node_modules/zod/v4/core/standard-schema.d.ts +0 -55
  792. package/mcp-server/node_modules/zod/v4/core/standard-schema.js +0 -1
  793. package/mcp-server/node_modules/zod/v4/core/to-json-schema.cjs +0 -854
  794. package/mcp-server/node_modules/zod/v4/core/to-json-schema.d.cts +0 -88
  795. package/mcp-server/node_modules/zod/v4/core/to-json-schema.d.ts +0 -88
  796. package/mcp-server/node_modules/zod/v4/core/to-json-schema.js +0 -849
  797. package/mcp-server/node_modules/zod/v4/core/util.cjs +0 -539
  798. package/mcp-server/node_modules/zod/v4/core/util.d.cts +0 -183
  799. package/mcp-server/node_modules/zod/v4/core/util.d.ts +0 -183
  800. package/mcp-server/node_modules/zod/v4/core/util.js +0 -493
  801. package/mcp-server/node_modules/zod/v4/core/versions.cjs +0 -8
  802. package/mcp-server/node_modules/zod/v4/core/versions.d.cts +0 -5
  803. package/mcp-server/node_modules/zod/v4/core/versions.d.ts +0 -5
  804. package/mcp-server/node_modules/zod/v4/core/versions.js +0 -5
  805. package/mcp-server/node_modules/zod/v4/index.cjs +0 -22
  806. package/mcp-server/node_modules/zod/v4/index.d.cts +0 -3
  807. package/mcp-server/node_modules/zod/v4/index.d.ts +0 -3
  808. package/mcp-server/node_modules/zod/v4/index.js +0 -3
  809. package/mcp-server/node_modules/zod/v4/locales/ar.cjs +0 -142
  810. package/mcp-server/node_modules/zod/v4/locales/ar.d.cts +0 -4
  811. package/mcp-server/node_modules/zod/v4/locales/ar.d.ts +0 -4
  812. package/mcp-server/node_modules/zod/v4/locales/ar.js +0 -116
  813. package/mcp-server/node_modules/zod/v4/locales/az.cjs +0 -141
  814. package/mcp-server/node_modules/zod/v4/locales/az.d.cts +0 -4
  815. package/mcp-server/node_modules/zod/v4/locales/az.d.ts +0 -4
  816. package/mcp-server/node_modules/zod/v4/locales/az.js +0 -115
  817. package/mcp-server/node_modules/zod/v4/locales/be.cjs +0 -190
  818. package/mcp-server/node_modules/zod/v4/locales/be.d.cts +0 -4
  819. package/mcp-server/node_modules/zod/v4/locales/be.d.ts +0 -4
  820. package/mcp-server/node_modules/zod/v4/locales/be.js +0 -164
  821. package/mcp-server/node_modules/zod/v4/locales/ca.cjs +0 -144
  822. package/mcp-server/node_modules/zod/v4/locales/ca.d.cts +0 -4
  823. package/mcp-server/node_modules/zod/v4/locales/ca.d.ts +0 -4
  824. package/mcp-server/node_modules/zod/v4/locales/ca.js +0 -118
  825. package/mcp-server/node_modules/zod/v4/locales/cs.cjs +0 -161
  826. package/mcp-server/node_modules/zod/v4/locales/cs.d.cts +0 -4
  827. package/mcp-server/node_modules/zod/v4/locales/cs.d.ts +0 -4
  828. package/mcp-server/node_modules/zod/v4/locales/cs.js +0 -135
  829. package/mcp-server/node_modules/zod/v4/locales/de.cjs +0 -142
  830. package/mcp-server/node_modules/zod/v4/locales/de.d.cts +0 -4
  831. package/mcp-server/node_modules/zod/v4/locales/de.d.ts +0 -4
  832. package/mcp-server/node_modules/zod/v4/locales/de.js +0 -116
  833. package/mcp-server/node_modules/zod/v4/locales/en.cjs +0 -145
  834. package/mcp-server/node_modules/zod/v4/locales/en.d.cts +0 -5
  835. package/mcp-server/node_modules/zod/v4/locales/en.d.ts +0 -5
  836. package/mcp-server/node_modules/zod/v4/locales/en.js +0 -117
  837. package/mcp-server/node_modules/zod/v4/locales/eo.cjs +0 -144
  838. package/mcp-server/node_modules/zod/v4/locales/eo.d.cts +0 -5
  839. package/mcp-server/node_modules/zod/v4/locales/eo.d.ts +0 -5
  840. package/mcp-server/node_modules/zod/v4/locales/eo.js +0 -116
  841. package/mcp-server/node_modules/zod/v4/locales/es.cjs +0 -143
  842. package/mcp-server/node_modules/zod/v4/locales/es.d.cts +0 -4
  843. package/mcp-server/node_modules/zod/v4/locales/es.d.ts +0 -4
  844. package/mcp-server/node_modules/zod/v4/locales/es.js +0 -117
  845. package/mcp-server/node_modules/zod/v4/locales/fa.cjs +0 -148
  846. package/mcp-server/node_modules/zod/v4/locales/fa.d.cts +0 -4
  847. package/mcp-server/node_modules/zod/v4/locales/fa.d.ts +0 -4
  848. package/mcp-server/node_modules/zod/v4/locales/fa.js +0 -122
  849. package/mcp-server/node_modules/zod/v4/locales/fi.cjs +0 -148
  850. package/mcp-server/node_modules/zod/v4/locales/fi.d.cts +0 -4
  851. package/mcp-server/node_modules/zod/v4/locales/fi.d.ts +0 -4
  852. package/mcp-server/node_modules/zod/v4/locales/fi.js +0 -122
  853. package/mcp-server/node_modules/zod/v4/locales/fr-CA.cjs +0 -143
  854. package/mcp-server/node_modules/zod/v4/locales/fr-CA.d.cts +0 -4
  855. package/mcp-server/node_modules/zod/v4/locales/fr-CA.d.ts +0 -4
  856. package/mcp-server/node_modules/zod/v4/locales/fr-CA.js +0 -117
  857. package/mcp-server/node_modules/zod/v4/locales/fr.cjs +0 -142
  858. package/mcp-server/node_modules/zod/v4/locales/fr.d.cts +0 -4
  859. package/mcp-server/node_modules/zod/v4/locales/fr.d.ts +0 -4
  860. package/mcp-server/node_modules/zod/v4/locales/fr.js +0 -116
  861. package/mcp-server/node_modules/zod/v4/locales/he.cjs +0 -143
  862. package/mcp-server/node_modules/zod/v4/locales/he.d.cts +0 -4
  863. package/mcp-server/node_modules/zod/v4/locales/he.d.ts +0 -4
  864. package/mcp-server/node_modules/zod/v4/locales/he.js +0 -117
  865. package/mcp-server/node_modules/zod/v4/locales/hu.cjs +0 -143
  866. package/mcp-server/node_modules/zod/v4/locales/hu.d.cts +0 -4
  867. package/mcp-server/node_modules/zod/v4/locales/hu.d.ts +0 -4
  868. package/mcp-server/node_modules/zod/v4/locales/hu.js +0 -117
  869. package/mcp-server/node_modules/zod/v4/locales/id.cjs +0 -142
  870. package/mcp-server/node_modules/zod/v4/locales/id.d.cts +0 -4
  871. package/mcp-server/node_modules/zod/v4/locales/id.d.ts +0 -4
  872. package/mcp-server/node_modules/zod/v4/locales/id.js +0 -116
  873. package/mcp-server/node_modules/zod/v4/locales/index.cjs +0 -84
  874. package/mcp-server/node_modules/zod/v4/locales/index.d.cts +0 -39
  875. package/mcp-server/node_modules/zod/v4/locales/index.d.ts +0 -39
  876. package/mcp-server/node_modules/zod/v4/locales/index.js +0 -39
  877. package/mcp-server/node_modules/zod/v4/locales/it.cjs +0 -143
  878. package/mcp-server/node_modules/zod/v4/locales/it.d.cts +0 -4
  879. package/mcp-server/node_modules/zod/v4/locales/it.d.ts +0 -4
  880. package/mcp-server/node_modules/zod/v4/locales/it.js +0 -117
  881. package/mcp-server/node_modules/zod/v4/locales/ja.cjs +0 -141
  882. package/mcp-server/node_modules/zod/v4/locales/ja.d.cts +0 -4
  883. package/mcp-server/node_modules/zod/v4/locales/ja.d.ts +0 -4
  884. package/mcp-server/node_modules/zod/v4/locales/ja.js +0 -115
  885. package/mcp-server/node_modules/zod/v4/locales/kh.cjs +0 -143
  886. package/mcp-server/node_modules/zod/v4/locales/kh.d.cts +0 -4
  887. package/mcp-server/node_modules/zod/v4/locales/kh.d.ts +0 -4
  888. package/mcp-server/node_modules/zod/v4/locales/kh.js +0 -117
  889. package/mcp-server/node_modules/zod/v4/locales/ko.cjs +0 -147
  890. package/mcp-server/node_modules/zod/v4/locales/ko.d.cts +0 -4
  891. package/mcp-server/node_modules/zod/v4/locales/ko.d.ts +0 -4
  892. package/mcp-server/node_modules/zod/v4/locales/ko.js +0 -121
  893. package/mcp-server/node_modules/zod/v4/locales/mk.cjs +0 -144
  894. package/mcp-server/node_modules/zod/v4/locales/mk.d.cts +0 -4
  895. package/mcp-server/node_modules/zod/v4/locales/mk.d.ts +0 -4
  896. package/mcp-server/node_modules/zod/v4/locales/mk.js +0 -118
  897. package/mcp-server/node_modules/zod/v4/locales/ms.cjs +0 -142
  898. package/mcp-server/node_modules/zod/v4/locales/ms.d.cts +0 -4
  899. package/mcp-server/node_modules/zod/v4/locales/ms.d.ts +0 -4
  900. package/mcp-server/node_modules/zod/v4/locales/ms.js +0 -116
  901. package/mcp-server/node_modules/zod/v4/locales/nl.cjs +0 -143
  902. package/mcp-server/node_modules/zod/v4/locales/nl.d.cts +0 -4
  903. package/mcp-server/node_modules/zod/v4/locales/nl.d.ts +0 -4
  904. package/mcp-server/node_modules/zod/v4/locales/nl.js +0 -117
  905. package/mcp-server/node_modules/zod/v4/locales/no.cjs +0 -142
  906. package/mcp-server/node_modules/zod/v4/locales/no.d.cts +0 -4
  907. package/mcp-server/node_modules/zod/v4/locales/no.d.ts +0 -4
  908. package/mcp-server/node_modules/zod/v4/locales/no.js +0 -116
  909. package/mcp-server/node_modules/zod/v4/locales/ota.cjs +0 -143
  910. package/mcp-server/node_modules/zod/v4/locales/ota.d.cts +0 -4
  911. package/mcp-server/node_modules/zod/v4/locales/ota.d.ts +0 -4
  912. package/mcp-server/node_modules/zod/v4/locales/ota.js +0 -117
  913. package/mcp-server/node_modules/zod/v4/locales/pl.cjs +0 -143
  914. package/mcp-server/node_modules/zod/v4/locales/pl.d.cts +0 -4
  915. package/mcp-server/node_modules/zod/v4/locales/pl.d.ts +0 -4
  916. package/mcp-server/node_modules/zod/v4/locales/pl.js +0 -117
  917. package/mcp-server/node_modules/zod/v4/locales/ps.cjs +0 -148
  918. package/mcp-server/node_modules/zod/v4/locales/ps.d.cts +0 -4
  919. package/mcp-server/node_modules/zod/v4/locales/ps.d.ts +0 -4
  920. package/mcp-server/node_modules/zod/v4/locales/ps.js +0 -122
  921. package/mcp-server/node_modules/zod/v4/locales/pt.cjs +0 -142
  922. package/mcp-server/node_modules/zod/v4/locales/pt.d.cts +0 -4
  923. package/mcp-server/node_modules/zod/v4/locales/pt.d.ts +0 -4
  924. package/mcp-server/node_modules/zod/v4/locales/pt.js +0 -116
  925. package/mcp-server/node_modules/zod/v4/locales/ru.cjs +0 -190
  926. package/mcp-server/node_modules/zod/v4/locales/ru.d.cts +0 -4
  927. package/mcp-server/node_modules/zod/v4/locales/ru.d.ts +0 -4
  928. package/mcp-server/node_modules/zod/v4/locales/ru.js +0 -164
  929. package/mcp-server/node_modules/zod/v4/locales/sl.cjs +0 -143
  930. package/mcp-server/node_modules/zod/v4/locales/sl.d.cts +0 -4
  931. package/mcp-server/node_modules/zod/v4/locales/sl.d.ts +0 -4
  932. package/mcp-server/node_modules/zod/v4/locales/sl.js +0 -117
  933. package/mcp-server/node_modules/zod/v4/locales/sv.cjs +0 -144
  934. package/mcp-server/node_modules/zod/v4/locales/sv.d.cts +0 -4
  935. package/mcp-server/node_modules/zod/v4/locales/sv.d.ts +0 -4
  936. package/mcp-server/node_modules/zod/v4/locales/sv.js +0 -118
  937. package/mcp-server/node_modules/zod/v4/locales/ta.cjs +0 -143
  938. package/mcp-server/node_modules/zod/v4/locales/ta.d.cts +0 -4
  939. package/mcp-server/node_modules/zod/v4/locales/ta.d.ts +0 -4
  940. package/mcp-server/node_modules/zod/v4/locales/ta.js +0 -117
  941. package/mcp-server/node_modules/zod/v4/locales/th.cjs +0 -143
  942. package/mcp-server/node_modules/zod/v4/locales/th.d.cts +0 -4
  943. package/mcp-server/node_modules/zod/v4/locales/th.d.ts +0 -4
  944. package/mcp-server/node_modules/zod/v4/locales/th.js +0 -117
  945. package/mcp-server/node_modules/zod/v4/locales/tr.cjs +0 -143
  946. package/mcp-server/node_modules/zod/v4/locales/tr.d.cts +0 -5
  947. package/mcp-server/node_modules/zod/v4/locales/tr.d.ts +0 -5
  948. package/mcp-server/node_modules/zod/v4/locales/tr.js +0 -115
  949. package/mcp-server/node_modules/zod/v4/locales/ua.cjs +0 -143
  950. package/mcp-server/node_modules/zod/v4/locales/ua.d.cts +0 -4
  951. package/mcp-server/node_modules/zod/v4/locales/ua.d.ts +0 -4
  952. package/mcp-server/node_modules/zod/v4/locales/ua.js +0 -117
  953. package/mcp-server/node_modules/zod/v4/locales/ur.cjs +0 -143
  954. package/mcp-server/node_modules/zod/v4/locales/ur.d.cts +0 -4
  955. package/mcp-server/node_modules/zod/v4/locales/ur.d.ts +0 -4
  956. package/mcp-server/node_modules/zod/v4/locales/ur.js +0 -117
  957. package/mcp-server/node_modules/zod/v4/locales/vi.cjs +0 -142
  958. package/mcp-server/node_modules/zod/v4/locales/vi.d.cts +0 -4
  959. package/mcp-server/node_modules/zod/v4/locales/vi.d.ts +0 -4
  960. package/mcp-server/node_modules/zod/v4/locales/vi.js +0 -116
  961. package/mcp-server/node_modules/zod/v4/locales/zh-CN.cjs +0 -142
  962. package/mcp-server/node_modules/zod/v4/locales/zh-CN.d.cts +0 -4
  963. package/mcp-server/node_modules/zod/v4/locales/zh-CN.d.ts +0 -4
  964. package/mcp-server/node_modules/zod/v4/locales/zh-CN.js +0 -116
  965. package/mcp-server/node_modules/zod/v4/locales/zh-TW.cjs +0 -143
  966. package/mcp-server/node_modules/zod/v4/locales/zh-TW.d.cts +0 -4
  967. package/mcp-server/node_modules/zod/v4/locales/zh-TW.d.ts +0 -4
  968. package/mcp-server/node_modules/zod/v4/locales/zh-TW.js +0 -117
  969. package/mcp-server/node_modules/zod/v4/mini/checks.cjs +0 -34
  970. package/mcp-server/node_modules/zod/v4/mini/checks.d.cts +0 -1
  971. package/mcp-server/node_modules/zod/v4/mini/checks.d.ts +0 -1
  972. package/mcp-server/node_modules/zod/v4/mini/checks.js +0 -1
  973. package/mcp-server/node_modules/zod/v4/mini/coerce.cjs +0 -47
  974. package/mcp-server/node_modules/zod/v4/mini/coerce.d.cts +0 -7
  975. package/mcp-server/node_modules/zod/v4/mini/coerce.d.ts +0 -7
  976. package/mcp-server/node_modules/zod/v4/mini/coerce.js +0 -17
  977. package/mcp-server/node_modules/zod/v4/mini/external.cjs +0 -62
  978. package/mcp-server/node_modules/zod/v4/mini/external.d.cts +0 -11
  979. package/mcp-server/node_modules/zod/v4/mini/external.d.ts +0 -11
  980. package/mcp-server/node_modules/zod/v4/mini/external.js +0 -13
  981. package/mcp-server/node_modules/zod/v4/mini/index.cjs +0 -32
  982. package/mcp-server/node_modules/zod/v4/mini/index.d.cts +0 -3
  983. package/mcp-server/node_modules/zod/v4/mini/index.d.ts +0 -3
  984. package/mcp-server/node_modules/zod/v4/mini/index.js +0 -3
  985. package/mcp-server/node_modules/zod/v4/mini/iso.cjs +0 -60
  986. package/mcp-server/node_modules/zod/v4/mini/iso.d.cts +0 -22
  987. package/mcp-server/node_modules/zod/v4/mini/iso.d.ts +0 -22
  988. package/mcp-server/node_modules/zod/v4/mini/iso.js +0 -30
  989. package/mcp-server/node_modules/zod/v4/mini/parse.cjs +0 -8
  990. package/mcp-server/node_modules/zod/v4/mini/parse.d.cts +0 -1
  991. package/mcp-server/node_modules/zod/v4/mini/parse.d.ts +0 -1
  992. package/mcp-server/node_modules/zod/v4/mini/parse.js +0 -1
  993. package/mcp-server/node_modules/zod/v4/mini/schemas.cjs +0 -839
  994. package/mcp-server/node_modules/zod/v4/mini/schemas.d.cts +0 -356
  995. package/mcp-server/node_modules/zod/v4/mini/schemas.d.ts +0 -356
  996. package/mcp-server/node_modules/zod/v4/mini/schemas.js +0 -732
  997. package/mcp-server/node_modules/zod/v4-mini/index.cjs +0 -17
  998. package/mcp-server/node_modules/zod/v4-mini/index.d.cts +0 -1
  999. package/mcp-server/node_modules/zod/v4-mini/index.d.ts +0 -1
  1000. package/mcp-server/node_modules/zod/v4-mini/index.js +0 -1
  1001. package/mcp-server/package-lock.json +0 -147
  1002. package/mcp-server/package-mcp.json +0 -40
  1003. package/mcp-server/package.json +0 -40
  1004. package/mcp-server/test-mcp.js +0 -107
  1005. package/mcp-server/test-mcp.py +0 -73
  1006. package/php/get-challenge.php +0 -34
  1007. package/php/some-service.php +0 -42
@@ -1,3917 +0,0 @@
1
- [
2
- {
3
- "search": "Date",
4
- "files": {
5
- "core/components/functional/date/date.md": {
6
- "title": "Date",
7
- "hashes": {
8
- "date": {
9
- "count": 2,
10
- "title": "",
11
- "type": "page"
12
- }
13
- }
14
- }
15
- }
16
- },
17
- {
18
- "search": "Nothing is displayed.\n",
19
- "files": {
20
- "core/components/functional/date/date.md": {
21
- "title": "Date",
22
- "hashes": {
23
- "no-attribute": {
24
- "count": 1,
25
- "title": "No attribute",
26
- "type": "paragraph"
27
- }
28
- }
29
- }
30
- }
31
- },
32
- {
33
- "search": "Displays the current date.\n",
34
- "files": {
35
- "core/components/functional/date/date.md": {
36
- "title": "Date",
37
- "hashes": {
38
- "now": {
39
- "count": 1,
40
- "title": "Now",
41
- "type": "paragraph"
42
- }
43
- }
44
- }
45
- }
46
- },
47
- {
48
- "search": "Displays a date from a timestamp.\n",
49
- "files": {
50
- "core/components/functional/date/date.md": {
51
- "title": "Date",
52
- "hashes": {
53
- "date": {
54
- "count": 1,
55
- "title": "",
56
- "type": "paragraph"
57
- }
58
- }
59
- }
60
- }
61
- },
62
- {
63
- "search": "Displays a date from a string.\n",
64
- "files": {
65
- "core/components/functional/date/date.md": {
66
- "title": "Date",
67
- "hashes": {
68
- "date_string": {
69
- "count": 1,
70
- "title": "Date_string",
71
- "type": "paragraph"
72
- }
73
- }
74
- }
75
- }
76
- },
77
- {
78
- "search": "Displays a period of time from start_date to end_date.When by itself start_date will act as dateif a start_date is not specified it will be set by the current date.if the end_date is anterior to start date date it will be used as the start_date. \n",
79
- "files": {
80
- "core/components/functional/date/date.md": {
81
- "title": "Date",
82
- "hashes": {
83
- "start_date--end_date": {
84
- "count": 1,
85
- "title": "Start_date / end_date",
86
- "type": "paragraph"
87
- }
88
- }
89
- }
90
- }
91
- },
92
- {
93
- "search": "ISO 639-1 Language Codes\n",
94
- "files": {
95
- "core/components/functional/date/date.md": {
96
- "title": "Date",
97
- "hashes": {
98
- "language": {
99
- "count": 1,
100
- "title": "Language",
101
- "type": "paragraph"
102
- }
103
- }
104
- }
105
- }
106
- },
107
- {
108
- "search": "For the list of supported timeZones, run Intl.supportedValuesOf('timeZone') in the console\n",
109
- "files": {
110
- "core/components/functional/date/date.md": {
111
- "title": "Date",
112
- "hashes": {
113
- "time_zone": {
114
- "count": 1,
115
- "title": "Time_zone",
116
- "type": "paragraph"
117
- }
118
- }
119
- }
120
- }
121
- },
122
- {
123
- "search": "Deprecated\n",
124
- "files": {
125
- "core/components/functional/date/date.md": {
126
- "title": "Date",
127
- "hashes": {
128
- "renderif": {
129
- "count": 1,
130
- "title": ".renderIf",
131
- "type": "paragraph"
132
- }
133
- }
134
- },
135
- "core/components/functional/fetch/fetch.md": {
136
- "title": "Fetch",
137
- "hashes": {
138
- "headersdataprovider": {
139
- "count": 1,
140
- "title": "HeadersDataProvider",
141
- "type": "paragraph"
142
- }
143
- }
144
- }
145
- }
146
- },
147
- {
148
- "search": "Fetch",
149
- "files": {
150
- "core/components/functional/fetch/fetch.md": {
151
- "title": "Fetch",
152
- "hashes": {
153
- "fetch": {
154
- "count": 1,
155
- "title": "",
156
- "type": "page"
157
- }
158
- }
159
- }
160
- }
161
- },
162
- {
163
- "search": "The sonic-fetch component is used to request and store data from an API.\nFetch extends the mixins Fetcher and Subscriber\n",
164
- "files": {
165
- "core/components/functional/fetch/fetch.md": {
166
- "title": "Fetch",
167
- "hashes": {
168
- "fetch": {
169
- "count": 1,
170
- "title": "",
171
- "type": "paragraph"
172
- }
173
- }
174
- }
175
- }
176
- },
177
- {
178
- "search": "In order to work properly the sonic-fetch component needs at least the following attributes. \n",
179
- "files": {
180
- "core/components/functional/fetch/fetch.md": {
181
- "title": "Fetch",
182
- "hashes": {
183
- "basic-usage": {
184
- "count": 1,
185
- "title": "Basic usage",
186
- "type": "paragraph"
187
- }
188
- }
189
- }
190
- }
191
- },
192
- {
193
- "search": "If no endPoint is specified it will be filled by the dataProvider ID instead \n",
194
- "files": {
195
- "core/components/functional/fetch/fetch.md": {
196
- "title": "Fetch",
197
- "hashes": {
198
- "dataprovider-as-an-endpoint": {
199
- "count": 1,
200
- "title": "DataProvider as an endPoint",
201
- "type": "paragraph"
202
- }
203
- }
204
- }
205
- }
206
- },
207
- {
208
- "search": "When the key attribute is present, only a sub-part of the data received is injected into the dataProvider.\nWe can use the dot syntax to target what we want to keep.\n",
209
- "files": {
210
- "core/components/functional/fetch/fetch.md": {
211
- "title": "Fetch",
212
- "hashes": {
213
- "key": {
214
- "count": 1,
215
- "title": "Key",
216
- "type": "paragraph"
217
- }
218
- }
219
- }
220
- }
221
- },
222
- {
223
- "search": "For example if the data is {my:{data:{a:1,b:2}}} and the key is key="my.data", the data available in the dataProvider will be {a:1 , b:2}\n",
224
- "files": {
225
- "core/components/functional/fetch/fetch.md": {
226
- "title": "Fetch",
227
- "hashes": {
228
- "key": {
229
- "count": 1,
230
- "title": "Key",
231
- "type": "paragraph"
232
- }
233
- }
234
- }
235
- }
236
- },
237
- {
238
- "search": "if the mime type of the content returned by the service begins with text/, then the dataProvider has a key named "text" which contains the text returned by the service.\n",
239
- "files": {
240
- "core/components/functional/fetch/fetch.md": {
241
- "title": "Fetch",
242
- "hashes": {
243
- "text-mode": {
244
- "count": 1,
245
- "title": "Text mode",
246
- "type": "paragraph"
247
- }
248
- }
249
- }
250
- }
251
- },
252
- {
253
- "search": "The noLoader attribute disables display of the default loader\n",
254
- "files": {
255
- "core/components/functional/fetch/fetch.md": {
256
- "title": "Fetch",
257
- "hashes": {
258
- "noloader": {
259
- "count": 1,
260
- "title": "NoLoader",
261
- "type": "paragraph"
262
- }
263
- }
264
- }
265
- }
266
- },
267
- {
268
- "search": "if",
269
- "files": {
270
- "core/components/functional/if/if.md": {
271
- "title": "if",
272
- "hashes": {
273
- "if": {
274
- "count": 1,
275
- "title": "",
276
- "type": "page"
277
- }
278
- }
279
- }
280
- }
281
- },
282
- {
283
- "search": "The sonic-if component shows its content based on the value of its reactive property names condition\n",
284
- "files": {
285
- "core/components/functional/if/if.md": {
286
- "title": "if",
287
- "hashes": {
288
- "if": {
289
- "count": 1,
290
- "title": "",
291
- "type": "paragraph"
292
- }
293
- }
294
- }
295
- }
296
- },
297
- {
298
- "search": "List",
299
- "files": {
300
- "core/components/functional/list/list.md": {
301
- "title": "List",
302
- "hashes": {
303
- "list": {
304
- "count": 1,
305
- "title": "",
306
- "type": "page"
307
- }
308
- }
309
- }
310
- }
311
- },
312
- {
313
- "search": "The sonic-list component creates list items.\n",
314
- "files": {
315
- "core/components/functional/list/list.md": {
316
- "title": "List",
317
- "hashes": {
318
- "list": {
319
- "count": 1,
320
- "title": "",
321
- "type": "paragraph"
322
- }
323
- }
324
- }
325
- }
326
- },
327
- {
328
- "search": "List extends the mixins Subscriber and Fetcher : \n",
329
- "files": {
330
- "core/components/functional/list/list.md": {
331
- "title": "List",
332
- "hashes": {
333
- "list": {
334
- "count": 1,
335
- "title": "",
336
- "type": "paragraph"
337
- }
338
- }
339
- }
340
- }
341
- },
342
- {
343
- "search": "The list component loops over its template children to render each items of its props data.Consider the following example using 2 templates and 9 items : \n",
344
- "files": {
345
- "core/components/functional/list/list.md": {
346
- "title": "List",
347
- "hashes": {
348
- "template": {
349
- "count": 1,
350
- "title": "Template",
351
- "type": "paragraph"
352
- }
353
- }
354
- }
355
- }
356
- },
357
- {
358
- "search": "Note that for each line there is a dataProvider found at [list dataProvider name]/liste-item/[line index or key]\nYou can hover the list items in the examples to see it.\n",
359
- "files": {
360
- "core/components/functional/list/list.md": {
361
- "title": "List",
362
- "hashes": {
363
- "template": {
364
- "count": 1,
365
- "title": "Template",
366
- "type": "paragraph"
367
- }
368
- }
369
- }
370
- }
371
- },
372
- {
373
- "search": "The templateKey attribute allows you to bind a template to a props item.Consider the following example : \n",
374
- "files": {
375
- "core/components/functional/list/list.md": {
376
- "title": "List",
377
- "hashes": {
378
- "templatekey--data-value": {
379
- "count": 1,
380
- "title": "TemplateKey / data-value",
381
- "type": "paragraph"
382
- }
383
- }
384
- }
385
- }
386
- },
387
- {
388
- "search": "A special template with attribute data-value="separator" will act as a separator between each list item\n",
389
- "files": {
390
- "core/components/functional/list/list.md": {
391
- "title": "List",
392
- "hashes": {
393
- "special-templates--list-item-separator--empty-list-view": {
394
- "count": 1,
395
- "title": "Special templates : list item separator / empty list view",
396
- "type": "paragraph"
397
- }
398
- }
399
- }
400
- }
401
- },
402
- {
403
- "search": "The same principle can be used to handle empty lists using a template with attribute data-value="no-item"\n",
404
- "files": {
405
- "core/components/functional/list/list.md": {
406
- "title": "List",
407
- "hashes": {
408
- "special-templates--list-item-separator--empty-list-view": {
409
- "count": 1,
410
- "title": "Special templates : list item separator / empty list view",
411
- "type": "paragraph"
412
- }
413
- }
414
- }
415
- }
416
- },
417
- {
418
- "search": "Enables the list to get data from an external API in order to fill its props attribute with an array of items\nSee the [Fetch] web component(#core/components/functional/fetch/fetch.md/fetch)\n\n",
419
- "files": {
420
- "core/components/functional/list/list.md": {
421
- "title": "List",
422
- "hashes": {
423
- "fetch": {
424
- "count": 1,
425
- "title": "Fetch",
426
- "type": "paragraph"
427
- }
428
- }
429
- }
430
- }
431
- },
432
- {
433
- "search": "Example of using the extractValues attribute with a service.\nAs in the previous example, the fetch attribute indicates that a service call should be made.\nNote that we use:\n",
434
- "files": {
435
- "core/components/functional/list/list.md": {
436
- "title": "List",
437
- "hashes": {
438
- "extract-values": {
439
- "count": 1,
440
- "title": "Extract Values",
441
- "type": "paragraph"
442
- }
443
- }
444
- }
445
- }
446
- },
447
- {
448
- "search": "Mix",
449
- "files": {
450
- "core/components/functional/mix/mix.md": {
451
- "title": "Mix",
452
- "hashes": {
453
- "mix": {
454
- "count": 1,
455
- "title": "",
456
- "type": "page"
457
- }
458
- }
459
- }
460
- }
461
- },
462
- {
463
- "search": "Mix allows you to mix several subsets of dataProvider in a new key/value structure which is itself associated with a new dataProvider. The data update is then bidirectional.\n",
464
- "files": {
465
- "core/components/functional/mix/mix.md": {
466
- "title": "Mix",
467
- "hashes": {
468
- "mix": {
469
- "count": 1,
470
- "title": "",
471
- "type": "paragraph"
472
- }
473
- }
474
- }
475
- }
476
- },
477
- {
478
- "search": "Dot notation is supported to extract a sub-part of the data.\n",
479
- "files": {
480
- "core/components/functional/mix/mix.md": {
481
- "title": "Mix",
482
- "hashes": {
483
- "mix": {
484
- "count": 1,
485
- "title": "",
486
- "type": "paragraph"
487
- }
488
- }
489
- }
490
- }
491
- },
492
- {
493
- "search": "For example, if we declare dataproviders as follows :\n\nWe can rearrange the data as follows\n\nThen we can change values in both dataProviders programaticaly this way, they will stay in sync\n\nOr by using a form element\n\n",
494
- "files": {
495
- "core/components/functional/mix/mix.md": {
496
- "title": "Mix",
497
- "hashes": {
498
- "mix": {
499
- "count": 1,
500
- "title": "",
501
- "type": "paragraph"
502
- }
503
- }
504
- }
505
- }
506
- },
507
- {
508
- "search": "Queue",
509
- "files": {
510
- "core/components/functional/queue/queue.md": {
511
- "title": "Queue",
512
- "hashes": {
513
- "queue": {
514
- "count": 1,
515
- "title": "",
516
- "type": "page"
517
- }
518
- }
519
- }
520
- }
521
- },
522
- {
523
- "search": "sonic-queue loads content in batches based on the expression provided in the dataProviderExpression attribute.\n",
524
- "files": {
525
- "core/components/functional/queue/queue.md": {
526
- "title": "Queue",
527
- "hashes": {
528
- "queue": {
529
- "count": 1,
530
- "title": "",
531
- "type": "paragraph"
532
- }
533
- }
534
- }
535
- }
536
- },
537
- {
538
- "search": "List extends the mixin Subscriber\n",
539
- "files": {
540
- "core/components/functional/queue/queue.md": {
541
- "title": "Queue",
542
- "hashes": {
543
- "queue": {
544
- "count": 1,
545
- "title": "",
546
- "type": "paragraph"
547
- }
548
- }
549
- }
550
- }
551
- },
552
- {
553
- "search": "Router",
554
- "files": {
555
- "core/components/functional/router/router.md": {
556
- "title": "Router",
557
- "hashes": {
558
- "router": {
559
- "count": 1,
560
- "title": "",
561
- "type": "page"
562
- }
563
- }
564
- }
565
- }
566
- },
567
- {
568
- "search": "The router observes the document.location changes and updates its view as follows\n",
569
- "files": {
570
- "core/components/functional/router/router.md": {
571
- "title": "Router",
572
- "hashes": {
573
- "router": {
574
- "count": 1,
575
- "title": "",
576
- "type": "paragraph"
577
- }
578
- }
579
- }
580
- }
581
- },
582
- {
583
- "search": "When the data-route attribute of a template matches the current url, the content of this template is rendered\n",
584
- "files": {
585
- "core/components/functional/router/router.md": {
586
- "title": "Router",
587
- "hashes": {
588
- "data-route--basic": {
589
- "count": 1,
590
- "title": "Data-route / Basic",
591
- "type": "paragraph"
592
- }
593
- }
594
- }
595
- }
596
- },
597
- {
598
- "search": "You can use any RegExp in the data-route attribute of your templates to match the current location and to extract variables from it using capturing groups.\nA dataProvider attribute is generated using the dataProviderExpression where $1, $2... are replaced with this variables.\n",
599
- "files": {
600
- "core/components/functional/router/router.md": {
601
- "title": "Router",
602
- "hashes": {
603
- "data-route--regexp": {
604
- "count": 1,
605
- "title": "Data-route / Regexp",
606
- "type": "paragraph"
607
- }
608
- }
609
- }
610
- }
611
- },
612
- {
613
- "search": "e.g., data-route="#couleur_(\\d+)" => dataProviderExpression="api/unknown/$1"\n",
614
- "files": {
615
- "core/components/functional/router/router.md": {
616
- "title": "Router",
617
- "hashes": {
618
- "data-route--regexp": {
619
- "count": 1,
620
- "title": "Data-route / Regexp",
621
- "type": "paragraph"
622
- }
623
- }
624
- }
625
- }
626
- },
627
- {
628
- "search": "The rendered content of the matching template is scoped with this dataProvider.\nYou can make creative usage on this feature to generate dynamic content based on services.\n",
629
- "files": {
630
- "core/components/functional/router/router.md": {
631
- "title": "Router",
632
- "hashes": {
633
- "data-route--regexp": {
634
- "count": 1,
635
- "title": "Data-route / Regexp",
636
- "type": "paragraph"
637
- }
638
- }
639
- }
640
- }
641
- },
642
- {
643
- "search": "Same as RegExp but using url patternse.g., data-route="#couleur_:id" => dataProviderExpression="api/unknown/:id"\n",
644
- "files": {
645
- "core/components/functional/router/router.md": {
646
- "title": "Router",
647
- "hashes": {
648
- "data-route--url-pattern": {
649
- "count": 1,
650
- "title": "Data-route / Url-pattern",
651
- "type": "paragraph"
652
- }
653
- }
654
- }
655
- }
656
- },
657
- {
658
- "search": "Redirect allows to redirect to a url when a data is provided.\nHere Redirect waits that a data is available in the property theData of the dataProvider stupid-data-set-id\nWe are then redirected to the url #data-is-set which does nothing in itself.\n",
659
- "files": {
660
- "core/components/functional/router/router.md": {
661
- "title": "Router",
662
- "hashes": {
663
- "redirect": {
664
- "count": 1,
665
- "title": "Redirect",
666
- "type": "paragraph"
667
- }
668
- }
669
- }
670
- }
671
- },
672
- {
673
- "search": "Example of use : use with a router and a submit to manage the steps of login/logout, display of user info.\n",
674
- "files": {
675
- "core/components/functional/router/router.md": {
676
- "title": "Router",
677
- "hashes": {
678
- "redirect": {
679
- "count": 1,
680
- "title": "Redirect",
681
- "type": "paragraph"
682
- }
683
- }
684
- }
685
- }
686
- },
687
- {
688
- "search": "The fallback route is rendered when no other route matches the current location.\n",
689
- "files": {
690
- "core/components/functional/router/router.md": {
691
- "title": "Router",
692
- "hashes": {
693
- "fallback": {
694
- "count": 1,
695
- "title": "Fallback",
696
- "type": "paragraph"
697
- }
698
- }
699
- }
700
- }
701
- },
702
- {
703
- "search": "SDUI",
704
- "files": {
705
- "core/components/functional/sdui/sdui.md": {
706
- "title": "SDUI",
707
- "hashes": {
708
- "sdui": {
709
- "count": 1,
710
- "title": "",
711
- "type": "page"
712
- }
713
- }
714
- }
715
- }
716
- },
717
- {
718
- "search": "SDUI stands for Server Driven User Interfaces.\nBasically, it generates a user interface based on a JSON SDUI Descriptor.\n",
719
- "files": {
720
- "core/components/functional/sdui/sdui.md": {
721
- "title": "SDUI",
722
- "hashes": {
723
- "what-is-sdui": {
724
- "count": 1,
725
- "title": "What is SDUI?",
726
- "type": "paragraph"
727
- }
728
- }
729
- }
730
- }
731
- },
732
- {
733
- "search": "SDUI extends the mixin Subscriber.\nThis means that you must set a dataProvider with an id pointing to the publisher that will hold your SDUI Descriptor.\nThis also means that it has a reactive property named props that you can set with the JSON SDUI Descriptor in order to configure it.\n",
734
- "files": {
735
- "core/components/functional/sdui/sdui.md": {
736
- "title": "SDUI",
737
- "hashes": {
738
- "subscriber-extension": {
739
- "count": 1,
740
- "title": "Subscriber extension:",
741
- "type": "paragraph"
742
- }
743
- }
744
- }
745
- }
746
- },
747
- {
748
- "search": "SDUI extends the mixin Fetcher as Fetch and List.\n",
749
- "files": {
750
- "core/components/functional/sdui/sdui.md": {
751
- "title": "SDUI",
752
- "hashes": {
753
- "fetcher-extension": {
754
- "count": 1,
755
- "title": "Fetcher extension:",
756
- "type": "paragraph"
757
- }
758
- }
759
- }
760
- }
761
- },
762
- {
763
- "search": "In this case, it will parse the JSON coming from the request.\nThe JSON must comply with the SDUI descriptor format.\n",
764
- "files": {
765
- "core/components/functional/sdui/sdui.md": {
766
- "title": "SDUI",
767
- "hashes": {
768
- "fetcher-extension": {
769
- "count": 1,
770
- "title": "Fetcher extension:",
771
- "type": "paragraph"
772
- }
773
- }
774
- }
775
- }
776
- },
777
- {
778
- "search": "As a fetcher, invalidating the publisher or updating the endpoint will trigger a new fetch and update accordingly.\n",
779
- "files": {
780
- "core/components/functional/sdui/sdui.md": {
781
- "title": "SDUI",
782
- "hashes": {
783
- "fetcher-extension": {
784
- "count": 1,
785
- "title": "Fetcher extension:",
786
- "type": "paragraph"
787
- }
788
- }
789
- }
790
- }
791
- },
792
- {
793
- "search": "It has no shadowdom, and its display style is set to contents, so an empty SDUI has the fewest impact on the layout.\n",
794
- "files": {
795
- "core/components/functional/sdui/sdui.md": {
796
- "title": "SDUI",
797
- "hashes": {
798
- "rendering": {
799
- "count": 1,
800
- "title": "Rendering:",
801
- "type": "paragraph"
802
- }
803
- }
804
- }
805
- }
806
- },
807
- {
808
- "search": "An SDUINode represents an HTMLElement.\n",
809
- "files": {
810
- "core/components/functional/sdui/sdui.md": {
811
- "title": "SDUI",
812
- "hashes": {
813
- "descriptor": {
814
- "count": 1,
815
- "title": "Descriptor",
816
- "type": "paragraph"
817
- }
818
- }
819
- }
820
- }
821
- },
822
- {
823
- "search": "TypeScript definition:\n",
824
- "files": {
825
- "core/components/functional/sdui/sdui.md": {
826
- "title": "SDUI",
827
- "hashes": {
828
- "descriptor": {
829
- "count": 1,
830
- "title": "Descriptor",
831
- "type": "paragraph"
832
- }
833
- }
834
- }
835
- }
836
- },
837
- {
838
- "search": "Summary of properties:\n",
839
- "files": {
840
- "core/components/functional/sdui/sdui.md": {
841
- "title": "SDUI",
842
- "hashes": {
843
- "descriptor": {
844
- "count": 1,
845
- "title": "Descriptor",
846
- "type": "paragraph"
847
- }
848
- }
849
- }
850
- }
851
- },
852
- {
853
- "search": "Use it if you prefer to define your node entirely using an HTML string.\n",
854
- "files": {
855
- "core/components/functional/sdui/sdui.md": {
856
- "title": "SDUI",
857
- "hashes": {
858
- "markup": {
859
- "count": 1,
860
- "title": "Markup",
861
- "type": "paragraph"
862
- }
863
- }
864
- }
865
- }
866
- },
867
- {
868
- "search": "Here we use the field tagName of SDUINode to create an element with tag name sonic-input.\n",
869
- "files": {
870
- "core/components/functional/sdui/sdui.md": {
871
- "title": "SDUI",
872
- "hashes": {
873
- "tag-name": {
874
- "count": 1,
875
- "title": "Tag name",
876
- "type": "paragraph"
877
- }
878
- }
879
- }
880
- }
881
- },
882
- {
883
- "search": "A string key/value pair storing each attribute name/value of the HTML element created.\nAs no tag name is defined, a div element is created.\nHere we define the style attribute to create a tiny red square.\n",
884
- "files": {
885
- "core/components/functional/sdui/sdui.md": {
886
- "title": "SDUI",
887
- "hashes": {
888
- "attributes": {
889
- "count": 1,
890
- "title": "Attributes",
891
- "type": "paragraph"
892
- }
893
- }
894
- }
895
- }
896
- },
897
- {
898
- "search": "Children of the current node can be added using the field nodes recursively.\n",
899
- "files": {
900
- "core/components/functional/sdui/sdui.md": {
901
- "title": "SDUI",
902
- "hashes": {
903
- "nodes": {
904
- "count": 1,
905
- "title": "Nodes",
906
- "type": "paragraph"
907
- }
908
- }
909
- }
910
- }
911
- },
912
- {
913
- "search": "As no tag name is defined, a div element is created, and then we use innerHTML to add content to it.\n",
914
- "files": {
915
- "core/components/functional/sdui/sdui.md": {
916
- "title": "SDUI",
917
- "hashes": {
918
- "innerhtml": {
919
- "count": 1,
920
- "title": "InnerHTML",
921
- "type": "paragraph"
922
- }
923
- }
924
- }
925
- }
926
- },
927
- {
928
- "search": "Use them if you want to wrap the component with some HTML string.\n",
929
- "files": {
930
- "core/components/functional/sdui/sdui.md": {
931
- "title": "SDUI",
932
- "hashes": {
933
- "prefix-and-suffix": {
934
- "count": 1,
935
- "title": "Prefix and suffix",
936
- "type": "paragraph"
937
- }
938
- }
939
- }
940
- }
941
- },
942
- {
943
- "search": "The libraryKey of SDUINode is an identifier that points to an SDUINode description in the library to be used as a model for this node.\n",
944
- "files": {
945
- "core/components/functional/sdui/sdui.md": {
946
- "title": "SDUI",
947
- "hashes": {
948
- "library-key-and-contentelementselector": {
949
- "count": 1,
950
- "title": "Library key and contentElementSelector",
951
- "type": "paragraph"
952
- }
953
- }
954
- }
955
- }
956
- },
957
- {
958
- "search": "Note that the SDUI has a default library containing some basic component definitions useful for form declaration (see default-library.json).\n",
959
- "files": {
960
- "core/components/functional/sdui/sdui.md": {
961
- "title": "SDUI",
962
- "hashes": {
963
- "library-key-and-contentelementselector": {
964
- "count": 1,
965
- "title": "Library key and contentElementSelector",
966
- "type": "paragraph"
967
- }
968
- }
969
- }
970
- }
971
- },
972
- {
973
- "search": "This example uses the library key submit which points to a sonic-submit containing a button also coming from the library.\n",
974
- "files": {
975
- "core/components/functional/sdui/sdui.md": {
976
- "title": "SDUI",
977
- "hashes": {
978
- "library-key-and-contentelementselector": {
979
- "count": 1,
980
- "title": "Library key and contentElementSelector",
981
- "type": "paragraph"
982
- }
983
- }
984
- }
985
- }
986
- },
987
- {
988
- "search": "The element named button in the library is a sonic-button of type success containing a check icon as a prefix.\n",
989
- "files": {
990
- "core/components/functional/sdui/sdui.md": {
991
- "title": "SDUI",
992
- "hashes": {
993
- "library-key-and-contentelementselector": {
994
- "count": 1,
995
- "title": "Library key and contentElementSelector",
996
- "type": "paragraph"
997
- }
998
- }
999
- }
1000
- }
1001
- },
1002
- {
1003
- "search": "Since the submit library element contains an attribute contentElementSelector with the value sonic-button, the "injected content" is put inside the button.\n",
1004
- "files": {
1005
- "core/components/functional/sdui/sdui.md": {
1006
- "title": "SDUI",
1007
- "hashes": {
1008
- "library-key-and-contentelementselector": {
1009
- "count": 1,
1010
- "title": "Library key and contentElementSelector",
1011
- "type": "paragraph"
1012
- }
1013
- }
1014
- }
1015
- }
1016
- },
1017
- {
1018
- "search": "We used innerHTML for the sake of simplicity, but you can use nodes to add any complex content.\n",
1019
- "files": {
1020
- "core/components/functional/sdui/sdui.md": {
1021
- "title": "SDUI",
1022
- "hashes": {
1023
- "library-key-and-contentelementselector": {
1024
- "count": 1,
1025
- "title": "Library key and contentElementSelector",
1026
- "type": "paragraph"
1027
- }
1028
- }
1029
- }
1030
- }
1031
- },
1032
- {
1033
- "search": "This special field lets you inject the content at any place in the HTML flow already set inside the parent SDUI component by using a CSS selector.\n",
1034
- "files": {
1035
- "core/components/functional/sdui/sdui.md": {
1036
- "title": "SDUI",
1037
- "hashes": {
1038
- "parentelementselector": {
1039
- "count": 1,
1040
- "title": "parentElementSelector",
1041
- "type": "paragraph"
1042
- }
1043
- }
1044
- }
1045
- }
1046
- },
1047
- {
1048
- "search": "⚠️ Note that it doesn't work with top-level nodes.\n",
1049
- "files": {
1050
- "core/components/functional/sdui/sdui.md": {
1051
- "title": "SDUI",
1052
- "hashes": {
1053
- "parentelementselector": {
1054
- "count": 1,
1055
- "title": "parentElementSelector",
1056
- "type": "paragraph"
1057
- }
1058
- }
1059
- }
1060
- }
1061
- },
1062
- {
1063
- "search": "The transformers let you transform the structure of the SDUI Descriptor into a new one before parsing and rendering it.\n",
1064
- "files": {
1065
- "core/components/functional/sdui/sdui.md": {
1066
- "title": "SDUI",
1067
- "hashes": {
1068
- "transformers": {
1069
- "count": 1,
1070
- "title": "Transformers:",
1071
- "type": "paragraph"
1072
- }
1073
- }
1074
- }
1075
- }
1076
- },
1077
- {
1078
- "search": "To enable it, you must fill the transformation attribute of the component with a URL pointing to a Transform descriptor.\n",
1079
- "files": {
1080
- "core/components/functional/sdui/sdui.md": {
1081
- "title": "SDUI",
1082
- "hashes": {
1083
- "transformers": {
1084
- "count": 1,
1085
- "title": "Transformers:",
1086
- "type": "paragraph"
1087
- }
1088
- }
1089
- }
1090
- }
1091
- },
1092
- {
1093
- "search": "Each key of the library will be merged with the current library in the SDUI Descriptor, by replacing or creating items library key by key.\n",
1094
- "files": {
1095
- "core/components/functional/sdui/sdui.md": {
1096
- "title": "SDUI",
1097
- "hashes": {
1098
- "the-library": {
1099
- "count": 1,
1100
- "title": "The library:",
1101
- "type": "paragraph"
1102
- }
1103
- }
1104
- }
1105
- }
1106
- },
1107
- {
1108
- "search": "Each transform represents an action that will be done on the SDUI descriptor before the creation of the entire UI.\n",
1109
- "files": {
1110
- "core/components/functional/sdui/sdui.md": {
1111
- "title": "SDUI",
1112
- "hashes": {
1113
- "the-transform-actions": {
1114
- "count": 1,
1115
- "title": "The transform actions:",
1116
- "type": "paragraph"
1117
- }
1118
- }
1119
- }
1120
- }
1121
- },
1122
- {
1123
- "search": "The action that will be done is a verb:\n",
1124
- "files": {
1125
- "core/components/functional/sdui/sdui.md": {
1126
- "title": "SDUI",
1127
- "hashes": {
1128
- "the-transform-actions": {
1129
- "count": 1,
1130
- "title": "The transform actions:",
1131
- "type": "paragraph"
1132
- }
1133
- }
1134
- }
1135
- }
1136
- },
1137
- {
1138
- "search": "This is an HTML attribute to set on the component if needed. In this case, the component will not treat its props value directly as an SDUI descriptor. Internally, it will basically extract the SDUIDescriptor by doing something like this: const sduiDescriptor = this.props[this.sduikey].\n",
1139
- "files": {
1140
- "core/components/functional/sdui/sdui.md": {
1141
- "title": "SDUI",
1142
- "hashes": {
1143
- "sduikey": {
1144
- "count": 1,
1145
- "title": "sduiKey",
1146
- "type": "paragraph"
1147
- }
1148
- }
1149
- }
1150
- }
1151
- },
1152
- {
1153
- "search": "This is an HTML attribute to set on the component if needed. In this case, the component will automatically create a sonic-toast-message-subscriber component. The data found in props[messageKey] will be treated as the data expected by the sonic-toast-message-subscriber. So, by respecting the format of data supported by this component, you will be able to show multiple toasts in the result of a request.\n",
1154
- "files": {
1155
- "core/components/functional/sdui/sdui.md": {
1156
- "title": "SDUI",
1157
- "hashes": {
1158
- "messagekey": {
1159
- "count": 1,
1160
- "title": "messageKey",
1161
- "type": "paragraph"
1162
- }
1163
- }
1164
- }
1165
- }
1166
- },
1167
- {
1168
- "search": "Example of JSON with messageKey=messages:\n\n",
1169
- "files": {
1170
- "core/components/functional/sdui/sdui.md": {
1171
- "title": "SDUI",
1172
- "hashes": {
1173
- "messagekey": {
1174
- "count": 1,
1175
- "title": "messageKey",
1176
- "type": "paragraph"
1177
- }
1178
- }
1179
- }
1180
- }
1181
- },
1182
- {
1183
- "search": "This is an HTML attribute to set on the component if needed. You can set a URL pointing to a JSON describing a library with the same structure as the library in the SDUIDescriptor. The component will simply override its library with the given one.\n",
1184
- "files": {
1185
- "core/components/functional/sdui/sdui.md": {
1186
- "title": "SDUI",
1187
- "hashes": {
1188
- "library": {
1189
- "count": 1,
1190
- "title": "library",
1191
- "type": "paragraph"
1192
- }
1193
- }
1194
- }
1195
- }
1196
- },
1197
- {
1198
- "search": "Here is a little playground to let you test some simple tricks.\n",
1199
- "files": {
1200
- "core/components/functional/sdui/sdui.md": {
1201
- "title": "SDUI",
1202
- "hashes": {
1203
- "playground": {
1204
- "count": 1,
1205
- "title": "Playground",
1206
- "type": "paragraph"
1207
- }
1208
- }
1209
- }
1210
- }
1211
- },
1212
- {
1213
- "search": "States",
1214
- "files": {
1215
- "core/components/functional/states/states.md": {
1216
- "title": "States",
1217
- "hashes": {
1218
- "states": {
1219
- "count": 1,
1220
- "title": "",
1221
- "type": "page"
1222
- }
1223
- }
1224
- }
1225
- }
1226
- },
1227
- {
1228
- "search": "When using capturing groups () the stored values are accessible via the dataProviderExpressione.g., data-value="#couleur_(\\d+)" => dataProviderExpression="api/unknown/$1"\n",
1229
- "files": {
1230
- "core/components/functional/states/states.md": {
1231
- "title": "States",
1232
- "hashes": {
1233
- "regexp": {
1234
- "count": 1,
1235
- "title": "Regexp",
1236
- "type": "paragraph"
1237
- }
1238
- }
1239
- }
1240
- }
1241
- },
1242
- {
1243
- "search": "Same as RegExp but using url patternse.g., data-value="#couleur_:id" => dataProviderExpression="api/unknown/:id"\n",
1244
- "files": {
1245
- "core/components/functional/states/states.md": {
1246
- "title": "States",
1247
- "hashes": {
1248
- "url-pattern": {
1249
- "count": 1,
1250
- "title": "Url-pattern",
1251
- "type": "paragraph"
1252
- }
1253
- }
1254
- }
1255
- }
1256
- },
1257
- {
1258
- "search": "Submit",
1259
- "files": {
1260
- "core/components/functional/submit/submit.md": {
1261
- "title": "Submit",
1262
- "hashes": {
1263
- "submit": {
1264
- "count": 1,
1265
- "title": "",
1266
- "type": "page"
1267
- }
1268
- }
1269
- }
1270
- }
1271
- },
1272
- {
1273
- "search": "Result will show when something has been submit because the dataprovider used in this example is the same as the submitResultDataProvider used in the previous form.\n\n",
1274
- "files": {
1275
- "core/components/functional/submit/submit.md": {
1276
- "title": "Submit",
1277
- "hashes": {
1278
- "result-handling-example": {
1279
- "count": 1,
1280
- "title": "Result handling example",
1281
- "type": "paragraph"
1282
- }
1283
- }
1284
- }
1285
- }
1286
- },
1287
- {
1288
- "search": "You can write the folowing code where the name attribute is written in dot notation.\n",
1289
- "files": {
1290
- "core/components/functional/submit/submit.md": {
1291
- "title": "Submit",
1292
- "hashes": {
1293
- "dot-notation": {
1294
- "count": 1,
1295
- "title": "dot notation",
1296
- "type": "paragraph"
1297
- }
1298
- }
1299
- }
1300
- }
1301
- },
1302
- {
1303
- "search": "The data will be stored in the following format:\n",
1304
- "files": {
1305
- "core/components/functional/submit/submit.md": {
1306
- "title": "Submit",
1307
- "hashes": {
1308
- "dot-notation": {
1309
- "count": 1,
1310
- "title": "dot notation",
1311
- "type": "paragraph"
1312
- }
1313
- }
1314
- }
1315
- }
1316
- },
1317
- {
1318
- "search": "Subscriber",
1319
- "files": {
1320
- "core/components/functional/subscriber/subscriber.md": {
1321
- "title": "Subscriber",
1322
- "hashes": {
1323
- "subscriber": {
1324
- "count": 1,
1325
- "title": "",
1326
- "type": "page"
1327
- }
1328
- }
1329
- }
1330
- }
1331
- },
1332
- {
1333
- "search": "La mixin Subscriber permet lier un composant à un publisher.\nLa liaison à un publisher se fait via l'attribut dataProvider du composant qui représente ce que l'on obtient en appellant PublisherManager.get(dataProvider).\n",
1334
- "files": {
1335
- "core/components/functional/subscriber/subscriber.md": {
1336
- "title": "Subscriber",
1337
- "hashes": {
1338
- "subscriber": {
1339
- "count": 1,
1340
- "title": "",
1341
- "type": "paragraph"
1342
- }
1343
- }
1344
- }
1345
- }
1346
- },
1347
- {
1348
- "search": "Les propriétés du composant sont automatiquement remplies avec les propriétés du même nom dans les données du publisher.\n",
1349
- "files": {
1350
- "core/components/functional/subscriber/subscriber.md": {
1351
- "title": "Subscriber",
1352
- "hashes": {
1353
- "subscriber": {
1354
- "count": 1,
1355
- "title": "",
1356
- "type": "paragraph"
1357
- }
1358
- }
1359
- }
1360
- }
1361
- },
1362
- {
1363
- "search": "Le composant est automatiquement mis à jour lorsque les données du publisher sont mises à jour.\n",
1364
- "files": {
1365
- "core/components/functional/subscriber/subscriber.md": {
1366
- "title": "Subscriber",
1367
- "hashes": {
1368
- "subscriber": {
1369
- "count": 1,
1370
- "title": "",
1371
- "type": "paragraph"
1372
- }
1373
- }
1374
- }
1375
- }
1376
- },
1377
- {
1378
- "search": "Id of the dataProvider that the component will subscribe to\n",
1379
- "files": {
1380
- "core/components/functional/subscriber/subscriber.md": {
1381
- "title": "Subscriber",
1382
- "hashes": {
1383
- "dataprovider": {
1384
- "count": 1,
1385
- "title": "DataProvider",
1386
- "type": "paragraph"
1387
- }
1388
- }
1389
- }
1390
- }
1391
- },
1392
- {
1393
- "search": "Data object (json) that will be passed to the dataProvider\n",
1394
- "files": {
1395
- "core/components/functional/subscriber/subscriber.md": {
1396
- "title": "Subscriber",
1397
- "hashes": {
1398
- "props": {
1399
- "count": 1,
1400
- "title": "Props",
1401
- "type": "paragraph"
1402
- }
1403
- }
1404
- }
1405
- }
1406
- },
1407
- {
1408
- "search": "Helper, display the data held by the dataProvider in a floating div\n",
1409
- "files": {
1410
- "core/components/functional/subscriber/subscriber.md": {
1411
- "title": "Subscriber",
1412
- "hashes": {
1413
- "debug": {
1414
- "count": 1,
1415
- "title": "Debug",
1416
- "type": "paragraph"
1417
- }
1418
- }
1419
- }
1420
- }
1421
- },
1422
- {
1423
- "search": "Docs coming soon\n",
1424
- "files": {
1425
- "core/components/functional/subscriber/subscriber.md": {
1426
- "title": "Subscriber",
1427
- "hashes": {
1428
- "noautofill": {
1429
- "count": 1,
1430
- "title": "NoAutofill",
1431
- "type": "paragraph"
1432
- },
1433
- "propertymap": {
1434
- "count": 1,
1435
- "title": "PropertyMap",
1436
- "type": "paragraph"
1437
- },
1438
- "bindpublisher": {
1439
- "count": 1,
1440
- "title": "BindPublisher",
1441
- "type": "paragraph"
1442
- },
1443
- "instancecounter": {
1444
- "count": 1,
1445
- "title": "instanceCounter",
1446
- "type": "paragraph"
1447
- },
1448
- "publisher": {
1449
- "count": 1,
1450
- "title": "Publisher",
1451
- "type": "paragraph"
1452
- },
1453
- "args": {
1454
- "count": 1,
1455
- "title": "Args",
1456
- "type": "paragraph"
1457
- }
1458
- }
1459
- }
1460
- }
1461
- },
1462
- {
1463
- "search": "Permet de mapper un nom de propriété de donnée source vers une propriété du subscriber à la volée\n",
1464
- "files": {
1465
- "core/components/functional/subscriber/subscriber.md": {
1466
- "title": "Subscriber",
1467
- "hashes": {
1468
- "propertymap": {
1469
- "count": 1,
1470
- "title": "PropertyMap",
1471
- "type": "paragraph"
1472
- }
1473
- }
1474
- }
1475
- }
1476
- },
1477
- {
1478
- "search": "On peut utiliser cette fonction pour lier un publisher spécifique au composant si besoin.\n",
1479
- "files": {
1480
- "core/components/functional/subscriber/subscriber.md": {
1481
- "title": "Subscriber",
1482
- "hashes": {
1483
- "bindpublisher": {
1484
- "count": 1,
1485
- "title": "BindPublisher",
1486
- "type": "paragraph"
1487
- }
1488
- }
1489
- }
1490
- }
1491
- },
1492
- {
1493
- "search": "Par défaut on crée un shadow dom mais on peut demander à ne pas en avoir via cette propriété et un attribut associé.Cela se fait à l'initialisation uniquement et n'est pas modifiable lors de la vie du composant.\n",
1494
- "files": {
1495
- "core/components/functional/subscriber/subscriber.md": {
1496
- "title": "Subscriber",
1497
- "hashes": {
1498
- "noshadowdom": {
1499
- "count": 1,
1500
- "title": "NoShadowDom",
1501
- "type": "paragraph"
1502
- }
1503
- }
1504
- }
1505
- }
1506
- },
1507
- {
1508
- "search": "styles ??title ??_props ??onAssign ??defferedDebug ??\n",
1509
- "files": {
1510
- "core/components/functional/subscriber/subscriber.md": {
1511
- "title": "Subscriber",
1512
- "hashes": {
1513
- "other-attributes-gathered-from-subscriberstoriests": {
1514
- "count": 1,
1515
- "title": "Other attributes gathered from subscriber.stories.ts",
1516
- "type": "paragraph"
1517
- }
1518
- }
1519
- }
1520
- }
1521
- },
1522
- {
1523
- "search": "Value",
1524
- "files": {
1525
- "core/components/functional/value/value.md": {
1526
- "title": "Value",
1527
- "hashes": {
1528
- "value": {
1529
- "count": 1,
1530
- "title": "",
1531
- "type": "page"
1532
- }
1533
- }
1534
- }
1535
- }
1536
- },
1537
- {
1538
- "search": "Simply shows a value from a data provider.\nYou can target sub data value using dot syntax.\nThe value reacts to changes.\n",
1539
- "files": {
1540
- "core/components/functional/value/value.md": {
1541
- "title": "Value",
1542
- "hashes": {
1543
- "value": {
1544
- "count": 1,
1545
- "title": "",
1546
- "type": "paragraph"
1547
- }
1548
- }
1549
- }
1550
- }
1551
- },
1552
- {
1553
- "search": "Alert",
1554
- "files": {
1555
- "core/components/ui/alert/alert.md": {
1556
- "title": "Alert",
1557
- "hashes": {
1558
- "alert": {
1559
- "count": 1,
1560
- "title": "",
1561
- "type": "page"
1562
- }
1563
- }
1564
- }
1565
- }
1566
- },
1567
- {
1568
- "search": "Badge",
1569
- "files": {
1570
- "core/components/ui/badge/badge.md": {
1571
- "title": "Badge",
1572
- "hashes": {
1573
- "badge": {
1574
- "count": 1,
1575
- "title": "",
1576
- "type": "page"
1577
- }
1578
- }
1579
- }
1580
- }
1581
- },
1582
- {
1583
- "search": "Button",
1584
- "files": {
1585
- "core/components/ui/button/button.md": {
1586
- "title": "Button",
1587
- "hashes": {
1588
- "button": {
1589
- "count": 1,
1590
- "title": "",
1591
- "type": "page"
1592
- }
1593
- }
1594
- }
1595
- }
1596
- },
1597
- {
1598
- "search": "The length of the button depends on the size of its content\n\n",
1599
- "files": {
1600
- "core/components/ui/button/button.md": {
1601
- "title": "Button",
1602
- "hashes": {
1603
- "loading": {
1604
- "count": 1,
1605
- "title": "Loading",
1606
- "type": "paragraph"
1607
- }
1608
- }
1609
- }
1610
- }
1611
- },
1612
- {
1613
- "search": "Captcha",
1614
- "files": {
1615
- "core/components/ui/captcha/captcha.md": {
1616
- "title": "Captcha",
1617
- "hashes": {
1618
- "captcha": {
1619
- "count": 1,
1620
- "title": "",
1621
- "type": "page"
1622
- }
1623
- }
1624
- }
1625
- }
1626
- },
1627
- {
1628
- "search": "Card",
1629
- "files": {
1630
- "core/components/ui/card/card.md": {
1631
- "title": "Card",
1632
- "hashes": {
1633
- "card": {
1634
- "count": 1,
1635
- "title": "",
1636
- "type": "page"
1637
- }
1638
- }
1639
- }
1640
- }
1641
- },
1642
- {
1643
- "search": "Divider",
1644
- "files": {
1645
- "core/components/ui/divider/divider.md": {
1646
- "title": "Divider",
1647
- "hashes": {
1648
- "divider": {
1649
- "count": 1,
1650
- "title": "",
1651
- "type": "page"
1652
- }
1653
- }
1654
- }
1655
- }
1656
- },
1657
- {
1658
- "search": "Checkbox",
1659
- "files": {
1660
- "core/components/ui/form/checkbox/checkbox.md": {
1661
- "title": "Checkbox",
1662
- "hashes": {
1663
- "checkbox": {
1664
- "count": 1,
1665
- "title": "",
1666
- "type": "page"
1667
- }
1668
- }
1669
- }
1670
- }
1671
- },
1672
- {
1673
- "search": "Fieldset",
1674
- "files": {
1675
- "core/components/ui/form/fieldset/fieldset.md": {
1676
- "title": "Fieldset",
1677
- "hashes": {
1678
- "fieldset": {
1679
- "count": 1,
1680
- "title": "",
1681
- "type": "page"
1682
- }
1683
- }
1684
- }
1685
- }
1686
- },
1687
- {
1688
- "search": "Form-actions",
1689
- "files": {
1690
- "core/components/ui/form/form-actions/form-actions.md": {
1691
- "title": "Form-actions",
1692
- "hashes": {
1693
- "form-actions": {
1694
- "count": 1,
1695
- "title": "",
1696
- "type": "page"
1697
- }
1698
- }
1699
- }
1700
- }
1701
- },
1702
- {
1703
- "search": "Form-layout",
1704
- "files": {
1705
- "core/components/ui/form/form-layout/form-layout.md": {
1706
- "title": "Form-layout",
1707
- "hashes": {
1708
- "form-layout": {
1709
- "count": 1,
1710
- "title": "",
1711
- "type": "page"
1712
- }
1713
- }
1714
- }
1715
- }
1716
- },
1717
- {
1718
- "search": "Input",
1719
- "files": {
1720
- "core/components/ui/form/input/input.md": {
1721
- "title": "Input",
1722
- "hashes": {
1723
- "input": {
1724
- "count": 1,
1725
- "title": "",
1726
- "type": "page"
1727
- }
1728
- }
1729
- }
1730
- }
1731
- },
1732
- {
1733
- "search": "Liste des types\n",
1734
- "files": {
1735
- "core/components/ui/form/input/input.md": {
1736
- "title": "Input",
1737
- "hashes": {
1738
- "type": {
1739
- "count": 1,
1740
- "title": "Type",
1741
- "type": "paragraph"
1742
- }
1743
- }
1744
- }
1745
- }
1746
- },
1747
- {
1748
- "search": "\n",
1749
- "files": {
1750
- "core/components/ui/form/input/input.md": {
1751
- "title": "Input",
1752
- "hashes": {
1753
- "list": {
1754
- "count": 1,
1755
- "title": "List",
1756
- "type": "paragraph"
1757
- }
1758
- }
1759
- },
1760
- "core/components/ui/icon/icon.md": {
1761
- "title": "Icon",
1762
- "hashes": {
1763
- "custom": {
1764
- "count": 1,
1765
- "title": "Custom",
1766
- "type": "paragraph"
1767
- }
1768
- }
1769
- }
1770
- }
1771
- },
1772
- {
1773
- "search": "Input-autocomplete",
1774
- "files": {
1775
- "core/components/ui/form/input-autocomplete/input-autocomplete.md": {
1776
- "title": "Input-autocomplete",
1777
- "hashes": {
1778
- "input-autocomplete": {
1779
- "count": 1,
1780
- "title": "",
1781
- "type": "page"
1782
- }
1783
- }
1784
- }
1785
- }
1786
- },
1787
- {
1788
- "search": "The input-autocomplete component brings input and queue together in order to create a suggest behavior. This is why this component is partially configured as a form input and as a queue.\n",
1789
- "files": {
1790
- "core/components/ui/form/input-autocomplete/input-autocomplete.md": {
1791
- "title": "Input-autocomplete",
1792
- "hashes": {
1793
- "input-autocomplete": {
1794
- "count": 1,
1795
- "title": "",
1796
- "type": "paragraph"
1797
- }
1798
- }
1799
- }
1800
- }
1801
- },
1802
- {
1803
- "search": "Please note that only basic text input params and methods are implemented at this time. You should also be sure to understand the behavior of a queue in order to take full advantage of the input-autocomplete component.\n",
1804
- "files": {
1805
- "core/components/ui/form/input-autocomplete/input-autocomplete.md": {
1806
- "title": "Input-autocomplete",
1807
- "hashes": {
1808
- "input-autocomplete": {
1809
- "count": 1,
1810
- "title": "",
1811
- "type": "paragraph"
1812
- }
1813
- }
1814
- }
1815
- }
1816
- },
1817
- {
1818
- "search": "Here are some of the features of the input-autocomplete component:\n",
1819
- "files": {
1820
- "core/components/ui/form/input-autocomplete/input-autocomplete.md": {
1821
- "title": "Input-autocomplete",
1822
- "hashes": {
1823
- "input-autocomplete": {
1824
- "count": 1,
1825
- "title": "",
1826
- "type": "paragraph"
1827
- }
1828
- }
1829
- }
1830
- }
1831
- },
1832
- {
1833
- "search": "If you are looking for a component to provide a suggest behavior, the input-autocomplete component is a good option. \n",
1834
- "files": {
1835
- "core/components/ui/form/input-autocomplete/input-autocomplete.md": {
1836
- "title": "Input-autocomplete",
1837
- "hashes": {
1838
- "input-autocomplete": {
1839
- "count": 1,
1840
- "title": "",
1841
- "type": "paragraph"
1842
- }
1843
- }
1844
- }
1845
- }
1846
- },
1847
- {
1848
- "search": "In this example, the input will use its name as the search parameter when calling the service responsible for autocompletion.\n",
1849
- "files": {
1850
- "core/components/ui/form/input-autocomplete/input-autocomplete.md": {
1851
- "title": "Input-autocomplete",
1852
- "hashes": {
1853
- "simple-example": {
1854
- "count": 1,
1855
- "title": "Simple Example",
1856
- "type": "paragraph"
1857
- }
1858
- }
1859
- }
1860
- }
1861
- },
1862
- {
1863
- "search": "The template is used to render the list items of results.\nThe list items are responsible for making a selection.\n",
1864
- "files": {
1865
- "core/components/ui/form/input-autocomplete/input-autocomplete.md": {
1866
- "title": "Input-autocomplete",
1867
- "hashes": {
1868
- "simple-example": {
1869
- "count": 1,
1870
- "title": "Simple Example",
1871
- "type": "paragraph"
1872
- }
1873
- }
1874
- }
1875
- }
1876
- },
1877
- {
1878
- "search": "This time, we added buttons with the same name as the input while keeping the same data provider.\nThe result is that when you select an item, the input takes the value of the selected item, completing the classic suggest behavior.\n",
1879
- "files": {
1880
- "core/components/ui/form/input-autocomplete/input-autocomplete.md": {
1881
- "title": "Input-autocomplete",
1882
- "hashes": {
1883
- "simple-example": {
1884
- "count": 1,
1885
- "title": "Simple Example",
1886
- "type": "paragraph"
1887
- }
1888
- }
1889
- }
1890
- }
1891
- },
1892
- {
1893
- "search": "In this example, the search parameter is separated from the name of the input. This means that the input will use the name "nom" as the search parameter, but the form data provider will be filled with the data named "siren" from the selected list item.\n",
1894
- "files": {
1895
- "core/components/ui/form/input-autocomplete/input-autocomplete.md": {
1896
- "title": "Input-autocomplete",
1897
- "hashes": {
1898
- "value-different-from-search-parameter": {
1899
- "count": 1,
1900
- "title": "Value different from search parameter",
1901
- "type": "paragraph"
1902
- }
1903
- }
1904
- }
1905
- }
1906
- },
1907
- {
1908
- "search": "To do this, we need to use the searchParam attribute on the input element. This attribute specifies the name of the search parameter that will be used.\n",
1909
- "files": {
1910
- "core/components/ui/form/input-autocomplete/input-autocomplete.md": {
1911
- "title": "Input-autocomplete",
1912
- "hashes": {
1913
- "value-different-from-search-parameter": {
1914
- "count": 1,
1915
- "title": "Value different from search parameter",
1916
- "type": "paragraph"
1917
- }
1918
- }
1919
- }
1920
- }
1921
- },
1922
- {
1923
- "search": "We also need to use the name and value attribute on the list items. This attribute specifies the value of the data provider that will be used for the selected list item.\n",
1924
- "files": {
1925
- "core/components/ui/form/input-autocomplete/input-autocomplete.md": {
1926
- "title": "Input-autocomplete",
1927
- "hashes": {
1928
- "value-different-from-search-parameter": {
1929
- "count": 1,
1930
- "title": "Value different from search parameter",
1931
- "type": "paragraph"
1932
- }
1933
- }
1934
- }
1935
- }
1936
- },
1937
- {
1938
- "search": "By using these attributes, we can separate the search parameter from the name of the input and still fill the form data provider with the data from the selected list item.\n",
1939
- "files": {
1940
- "core/components/ui/form/input-autocomplete/input-autocomplete.md": {
1941
- "title": "Input-autocomplete",
1942
- "hashes": {
1943
- "value-different-from-search-parameter": {
1944
- "count": 1,
1945
- "title": "Value different from search parameter",
1946
- "type": "paragraph"
1947
- }
1948
- }
1949
- }
1950
- }
1951
- },
1952
- {
1953
- "search": "This example is the same as the previous one, except that the select attribute is used. This attribute changes the look and feel of the component slightly.\n",
1954
- "files": {
1955
- "core/components/ui/form/input-autocomplete/input-autocomplete.md": {
1956
- "title": "Input-autocomplete",
1957
- "hashes": {
1958
- "select-autocomplete--value-different-from-search-parameter": {
1959
- "count": 1,
1960
- "title": "Select autocomplete / value different from search parameter",
1961
- "type": "paragraph"
1962
- }
1963
- }
1964
- }
1965
- }
1966
- },
1967
- {
1968
- "search": "Now the text is less free because, you must select either something from the list given by the service, or nothing else.\n",
1969
- "files": {
1970
- "core/components/ui/form/input-autocomplete/input-autocomplete.md": {
1971
- "title": "Input-autocomplete",
1972
- "hashes": {
1973
- "select-autocomplete--value-different-from-search-parameter": {
1974
- "count": 1,
1975
- "title": "Select autocomplete / value different from search parameter",
1976
- "type": "paragraph"
1977
- }
1978
- }
1979
- }
1980
- }
1981
- },
1982
- {
1983
- "search": "The following code shows how to use the select attribute in an autocomplete input:\n",
1984
- "files": {
1985
- "core/components/ui/form/input-autocomplete/input-autocomplete.md": {
1986
- "title": "Input-autocomplete",
1987
- "hashes": {
1988
- "select-autocomplete--value-different-from-search-parameter": {
1989
- "count": 1,
1990
- "title": "Select autocomplete / value different from search parameter",
1991
- "type": "paragraph"
1992
- }
1993
- }
1994
- }
1995
- }
1996
- },
1997
- {
1998
- "search": "At the moment you can enable keyboard up/down by adding an attribut "data-keyboard-nav" on the component and its listItems\n",
1999
- "files": {
2000
- "core/components/ui/form/input-autocomplete/input-autocomplete.md": {
2001
- "title": "Input-autocomplete",
2002
- "hashes": {
2003
- "keyboard-navigation": {
2004
- "count": 1,
2005
- "title": "keyboard navigation",
2006
- "type": "paragraph"
2007
- }
2008
- }
2009
- }
2010
- }
2011
- },
2012
- {
2013
- "search": "Radio",
2014
- "files": {
2015
- "core/components/ui/form/radio/radio.md": {
2016
- "title": "Radio",
2017
- "hashes": {
2018
- "radio": {
2019
- "count": 1,
2020
- "title": "",
2021
- "type": "page"
2022
- }
2023
- }
2024
- }
2025
- }
2026
- },
2027
- {
2028
- "search": "Select",
2029
- "files": {
2030
- "core/components/ui/form/select/select.md": {
2031
- "title": "Select",
2032
- "hashes": {
2033
- "select": {
2034
- "count": 1,
2035
- "title": "",
2036
- "type": "page"
2037
- }
2038
- }
2039
- }
2040
- }
2041
- },
2042
- {
2043
- "search": "Switch",
2044
- "files": {
2045
- "core/components/ui/form/switch/switch.md": {
2046
- "title": "Switch",
2047
- "hashes": {
2048
- "switch": {
2049
- "count": 1,
2050
- "title": "",
2051
- "type": "page"
2052
- }
2053
- }
2054
- }
2055
- }
2056
- },
2057
- {
2058
- "search": "Textarea",
2059
- "files": {
2060
- "core/components/ui/form/textarea/textarea.md": {
2061
- "title": "Textarea",
2062
- "hashes": {
2063
- "textarea": {
2064
- "count": 1,
2065
- "title": "",
2066
- "type": "page"
2067
- }
2068
- }
2069
- }
2070
- }
2071
- },
2072
- {
2073
- "search": "Group",
2074
- "files": {
2075
- "core/components/ui/group/group.md": {
2076
- "title": "Group",
2077
- "hashes": {
2078
- "group": {
2079
- "count": 1,
2080
- "title": "",
2081
- "type": "page"
2082
- }
2083
- }
2084
- }
2085
- }
2086
- },
2087
- {
2088
- "search": "Icon",
2089
- "files": {
2090
- "core/components/ui/icon/icon.md": {
2091
- "title": "Icon",
2092
- "hashes": {
2093
- "icon": {
2094
- "count": 1,
2095
- "title": "",
2096
- "type": "page"
2097
- }
2098
- }
2099
- }
2100
- }
2101
- },
2102
- {
2103
- "search": "Image",
2104
- "files": {
2105
- "core/components/ui/image/image.md": {
2106
- "title": "Image",
2107
- "hashes": {
2108
- "image": {
2109
- "count": 1,
2110
- "title": "",
2111
- "type": "page"
2112
- }
2113
- }
2114
- }
2115
- }
2116
- },
2117
- {
2118
- "search": "Link",
2119
- "files": {
2120
- "core/components/ui/link/link.md": {
2121
- "title": "Link",
2122
- "hashes": {
2123
- "link": {
2124
- "count": 1,
2125
- "title": "",
2126
- "type": "page"
2127
- }
2128
- }
2129
- }
2130
- }
2131
- },
2132
- {
2133
- "search": "Loader",
2134
- "files": {
2135
- "core/components/ui/loader/loader.md": {
2136
- "title": "Loader",
2137
- "hashes": {
2138
- "loader": {
2139
- "count": 1,
2140
- "title": "",
2141
- "type": "page"
2142
- }
2143
- }
2144
- }
2145
- }
2146
- },
2147
- {
2148
- "search": "Menu",
2149
- "files": {
2150
- "core/components/ui/menu/menu.md": {
2151
- "title": "Menu",
2152
- "hashes": {
2153
- "menu": {
2154
- "count": 1,
2155
- "title": "",
2156
- "type": "page"
2157
- }
2158
- }
2159
- }
2160
- }
2161
- },
2162
- {
2163
- "search": "Modal",
2164
- "files": {
2165
- "core/components/ui/modal/modal.md": {
2166
- "title": "Modal",
2167
- "hashes": {
2168
- "modal": {
2169
- "count": 1,
2170
- "title": "",
2171
- "type": "page"
2172
- }
2173
- }
2174
- }
2175
- }
2176
- },
2177
- {
2178
- "search": "Pop",
2179
- "files": {
2180
- "core/components/ui/pop/pop.md": {
2181
- "title": "Pop",
2182
- "hashes": {
2183
- "pop": {
2184
- "count": 1,
2185
- "title": "",
2186
- "type": "page"
2187
- }
2188
- }
2189
- }
2190
- }
2191
- },
2192
- {
2193
- "search": "Progress bar",
2194
- "files": {
2195
- "core/components/ui/progress/progress.md": {
2196
- "title": "Progress bar",
2197
- "hashes": {
2198
- "progress-bar": {
2199
- "count": 1,
2200
- "title": "",
2201
- "type": "page"
2202
- }
2203
- }
2204
- }
2205
- }
2206
- },
2207
- {
2208
- "search": "Displays an indicator showing the completion progress of a task.\n",
2209
- "files": {
2210
- "core/components/ui/progress/progress.md": {
2211
- "title": "Progress bar",
2212
- "hashes": {
2213
- "progress-bar": {
2214
- "count": 1,
2215
- "title": "",
2216
- "type": "paragraph"
2217
- }
2218
- }
2219
- }
2220
- }
2221
- },
2222
- {
2223
- "search": "Table",
2224
- "files": {
2225
- "core/components/ui/table/table.md": {
2226
- "title": "Table",
2227
- "hashes": {
2228
- "table": {
2229
- "count": 1,
2230
- "title": "",
2231
- "type": "page"
2232
- }
2233
- }
2234
- }
2235
- }
2236
- },
2237
- {
2238
- "search": "Values available : primary, info, success, warning, danger\n",
2239
- "files": {
2240
- "core/components/ui/table/table.md": {
2241
- "title": "Table",
2242
- "hashes": {
2243
- "type": {
2244
- "count": 1,
2245
- "title": "Type",
2246
- "type": "paragraph"
2247
- }
2248
- }
2249
- }
2250
- }
2251
- },
2252
- {
2253
- "search": "The following attributes will be used to set the style of the component : \n",
2254
- "files": {
2255
- "core/components/ui/table/table.md": {
2256
- "title": "Table",
2257
- "hashes": {
2258
- "cell-style-attributes": {
2259
- "count": 1,
2260
- "title": "Cell style attributes",
2261
- "type": "paragraph"
2262
- }
2263
- }
2264
- }
2265
- }
2266
- },
2267
- {
2268
- "search": "Every table is responsive by default\n",
2269
- "files": {
2270
- "core/components/ui/table/table.md": {
2271
- "title": "Table",
2272
- "hashes": {
2273
- "responsive": {
2274
- "count": 1,
2275
- "title": "Responsive",
2276
- "type": "paragraph"
2277
- }
2278
- }
2279
- }
2280
- }
2281
- },
2282
- {
2283
- "search": "Tooltip",
2284
- "files": {
2285
- "core/components/ui/tooltip/tooltip.md": {
2286
- "title": "Tooltip",
2287
- "hashes": {
2288
- "tooltip": {
2289
- "count": 1,
2290
- "title": "",
2291
- "type": "page"
2292
- }
2293
- }
2294
- }
2295
- }
2296
- },
2297
- {
2298
- "search": "By default, tooltip is centered next to its content\n",
2299
- "files": {
2300
- "core/components/ui/tooltip/tooltip.md": {
2301
- "title": "Tooltip",
2302
- "hashes": {
2303
- "placement": {
2304
- "count": 1,
2305
- "title": "Placement",
2306
- "type": "paragraph"
2307
- }
2308
- }
2309
- }
2310
- }
2311
- },
2312
- {
2313
- "search": "lit + tailwind + vite",
2314
- "files": {
2315
- "docs/_core-concept/overview.md": {
2316
- "title": "lit + tailwind + vite",
2317
- "hashes": {
2318
- "lit--tailwind--vite": {
2319
- "count": 1,
2320
- "title": "",
2321
- "type": "page"
2322
- }
2323
- }
2324
- }
2325
- }
2326
- },
2327
- {
2328
- "search": "Some notes for an overview of Concorde's functioning\n",
2329
- "files": {
2330
- "docs/_core-concept/overview.md": {
2331
- "title": "lit + tailwind + vite",
2332
- "hashes": {
2333
- "lit--tailwind--vite": {
2334
- "count": 1,
2335
- "title": "",
2336
- "type": "paragraph"
2337
- }
2338
- }
2339
- }
2340
- }
2341
- },
2342
- {
2343
- "search": "A web component is simply a custom HTML element created using web standards:\n",
2344
- "files": {
2345
- "docs/_core-concept/overview.md": {
2346
- "title": "lit + tailwind + vite",
2347
- "hashes": {
2348
- "standard-web-components": {
2349
- "count": 1,
2350
- "title": "Standard Web components",
2351
- "type": "paragraph"
2352
- }
2353
- }
2354
- }
2355
- }
2356
- },
2357
- {
2358
- "search": "web component = Custom Elements + shadowDom + HTML templates\n",
2359
- "files": {
2360
- "docs/_core-concept/overview.md": {
2361
- "title": "lit + tailwind + vite",
2362
- "hashes": {
2363
- "standard-web-components": {
2364
- "count": 1,
2365
- "title": "Standard Web components",
2366
- "type": "paragraph"
2367
- }
2368
- }
2369
- }
2370
- }
2371
- },
2372
- {
2373
- "search": "Concorde components are written using the lightweight Lit library: https://lit.dev/.\n",
2374
- "files": {
2375
- "docs/_core-concept/overview.md": {
2376
- "title": "lit + tailwind + vite",
2377
- "hashes": {
2378
- "lit-library": {
2379
- "count": 1,
2380
- "title": "Lit Library",
2381
- "type": "paragraph"
2382
- }
2383
- }
2384
- }
2385
- }
2386
- },
2387
- {
2388
- "search": "A good portion of the elements documented on the Lit website are standard JavaScript concepts (e.g., mixins, tagged template literals).\n",
2389
- "files": {
2390
- "docs/_core-concept/overview.md": {
2391
- "title": "lit + tailwind + vite",
2392
- "hashes": {
2393
- "lit-library": {
2394
- "count": 1,
2395
- "title": "Lit Library",
2396
- "type": "paragraph"
2397
- }
2398
- }
2399
- }
2400
- }
2401
- },
2402
- {
2403
- "search": "The library simplifies the writing of web components by automating certain tasks:\n",
2404
- "files": {
2405
- "docs/_core-concept/overview.md": {
2406
- "title": "lit + tailwind + vite",
2407
- "hashes": {
2408
- "lit-library": {
2409
- "count": 1,
2410
- "title": "Lit Library",
2411
- "type": "paragraph"
2412
- }
2413
- }
2414
- }
2415
- }
2416
- },
2417
- {
2418
- "search": "Our use of Lit rarely goes beyond this hello world\n",
2419
- "files": {
2420
- "docs/_core-concept/overview.md": {
2421
- "title": "lit + tailwind + vite",
2422
- "hashes": {
2423
- "lit-library": {
2424
- "count": 1,
2425
- "title": "Lit Library",
2426
- "type": "paragraph"
2427
- }
2428
- }
2429
- }
2430
- }
2431
- },
2432
- {
2433
- "search": "We write the components in TypeScript, which is then compiled into JS.\n",
2434
- "files": {
2435
- "docs/_core-concept/overview.md": {
2436
- "title": "lit + tailwind + vite",
2437
- "hashes": {
2438
- "typescript-language": {
2439
- "count": 1,
2440
- "title": "Typescript Language",
2441
- "type": "paragraph"
2442
- }
2443
- }
2444
- }
2445
- }
2446
- },
2447
- {
2448
- "search": "Static and inferred typing provides stronger validation of the program's functioning during compilation.\nHowever, we often use the "any" type due to time constraints.\n",
2449
- "files": {
2450
- "docs/_core-concept/overview.md": {
2451
- "title": "lit + tailwind + vite",
2452
- "hashes": {
2453
- "typescript-language": {
2454
- "count": 1,
2455
- "title": "Typescript Language",
2456
- "type": "paragraph"
2457
- }
2458
- }
2459
- }
2460
- }
2461
- },
2462
- {
2463
- "search": "Lit uses TypeScript to simplify development through metadata:\n",
2464
- "files": {
2465
- "docs/_core-concept/overview.md": {
2466
- "title": "lit + tailwind + vite",
2467
- "hashes": {
2468
- "typescript-language": {
2469
- "count": 1,
2470
- "title": "Typescript Language",
2471
- "type": "paragraph"
2472
- }
2473
- }
2474
- }
2475
- }
2476
- },
2477
- {
2478
- "search": "☢️Warning:\n",
2479
- "files": {
2480
- "docs/_core-concept/overview.md": {
2481
- "title": "lit + tailwind + vite",
2482
- "hashes": {
2483
- "typescript-language": {
2484
- "count": 1,
2485
- "title": "Typescript Language",
2486
- "type": "paragraph"
2487
- }
2488
- }
2489
- }
2490
- }
2491
- },
2492
- {
2493
- "search": "Compatibility issues may arise when using JS libraries, particularly regarding DOM traversal.\nThis is because these libraries are blocked from traversing the DOM due to the presence of the shadow DOM.\nHere are some examples of things that may cause problems:\n",
2494
- "files": {
2495
- "docs/_core-concept/overview.md": {
2496
- "title": "lit + tailwind + vite",
2497
- "hashes": {
2498
- "compatibility-with-classic-js-libraries": {
2499
- "count": 1,
2500
- "title": "Compatibility with Classic JS Libraries",
2501
- "type": "paragraph"
2502
- }
2503
- }
2504
- }
2505
- }
2506
- },
2507
- {
2508
- "search": "🧱 Creating components\n",
2509
- "files": {
2510
- "docs/_core-concept/overview.md": {
2511
- "title": "lit + tailwind + vite",
2512
- "hashes": {
2513
- "topics-to-explore-for-further-learning": {
2514
- "count": 1,
2515
- "title": "Topics to Explore for Further Learning",
2516
- "type": "paragraph"
2517
- }
2518
- }
2519
- }
2520
- }
2521
- },
2522
- {
2523
- "search": "🎨 Adding styles\n",
2524
- "files": {
2525
- "docs/_core-concept/overview.md": {
2526
- "title": "lit + tailwind + vite",
2527
- "hashes": {
2528
- "topics-to-explore-for-further-learning": {
2529
- "count": 1,
2530
- "title": "Topics to Explore for Further Learning",
2531
- "type": "paragraph"
2532
- }
2533
- }
2534
- }
2535
- }
2536
- },
2537
- {
2538
- "search": "🥨 Sharing data\n",
2539
- "files": {
2540
- "docs/_core-concept/overview.md": {
2541
- "title": "lit + tailwind + vite",
2542
- "hashes": {
2543
- "topics-to-explore-for-further-learning": {
2544
- "count": 1,
2545
- "title": "Topics to Explore for Further Learning",
2546
- "type": "paragraph"
2547
- }
2548
- }
2549
- }
2550
- }
2551
- },
2552
- {
2553
- "search": "The subscriber mixin",
2554
- "files": {
2555
- "docs/_core-concept/subscriber.md": {
2556
- "title": "The subscriber mixin",
2557
- "hashes": {
2558
- "the-subscriber-mixin": {
2559
- "count": 1,
2560
- "title": "",
2561
- "type": "page"
2562
- }
2563
- }
2564
- }
2565
- }
2566
- },
2567
- {
2568
- "search": "This is a mixin that is commonly extended by Concorde core components and destination components. Pure UI components usually don't extend it, especially those outside of form components.\n",
2569
- "files": {
2570
- "docs/_core-concept/subscriber.md": {
2571
- "title": "The subscriber mixin",
2572
- "hashes": {
2573
- "the-subscriber-mixin": {
2574
- "count": 1,
2575
- "title": "",
2576
- "type": "paragraph"
2577
- }
2578
- }
2579
- }
2580
- }
2581
- },
2582
- {
2583
- "search": "Upon being added to the DOM (connectedCallback), subscribers search for the first occurrence of the dataProvider attribute in their parent's HTML structure.\n",
2584
- "files": {
2585
- "docs/_core-concept/subscriber.md": {
2586
- "title": "The subscriber mixin",
2587
- "hashes": {
2588
- "dataprovider-attribute-automatic-filling-of-subscriber-properties": {
2589
- "count": 1,
2590
- "title": "DataProvider Attribute: Automatic Filling of Subscriber Properties",
2591
- "type": "paragraph"
2592
- }
2593
- }
2594
- }
2595
- }
2596
- },
2597
- {
2598
- "search": "The value of this attribute is used to obtain a publisher via the PublisherManager (see 🥨 Sharing Data).\n",
2599
- "files": {
2600
- "docs/_core-concept/subscriber.md": {
2601
- "title": "The subscriber mixin",
2602
- "hashes": {
2603
- "dataprovider-attribute-automatic-filling-of-subscriber-properties": {
2604
- "count": 1,
2605
- "title": "DataProvider Attribute: Automatic Filling of Subscriber Properties",
2606
- "type": "paragraph"
2607
- }
2608
- }
2609
- }
2610
- }
2611
- },
2612
- {
2613
- "search": "The subscriber then subscribes to the publisher as a data template to be filled.\n",
2614
- "files": {
2615
- "docs/_core-concept/subscriber.md": {
2616
- "title": "The subscriber mixin",
2617
- "hashes": {
2618
- "dataprovider-attribute-automatic-filling-of-subscriber-properties": {
2619
- "count": 1,
2620
- "title": "DataProvider Attribute: Automatic Filling of Subscriber Properties",
2621
- "type": "paragraph"
2622
- }
2623
- }
2624
- }
2625
- }
2626
- },
2627
- {
2628
- "search": "The reactive properties of the component reflect in real-time the properties with the same name in the publisher.\n",
2629
- "files": {
2630
- "docs/_core-concept/subscriber.md": {
2631
- "title": "The subscriber mixin",
2632
- "hashes": {
2633
- "dataprovider-attribute-automatic-filling-of-subscriber-properties": {
2634
- "count": 1,
2635
- "title": "DataProvider Attribute: Automatic Filling of Subscriber Properties",
2636
- "type": "paragraph"
2637
- }
2638
- }
2639
- }
2640
- }
2641
- },
2642
- {
2643
- "search": "This functionality is commonly used in the generic components fetch, queue, and list.\n",
2644
- "files": {
2645
- "docs/_core-concept/subscriber.md": {
2646
- "title": "The subscriber mixin",
2647
- "hashes": {
2648
- "dataprovider-attribute-automatic-filling-of-subscriber-properties": {
2649
- "count": 1,
2650
- "title": "DataProvider Attribute: Automatic Filling of Subscriber Properties",
2651
- "type": "paragraph"
2652
- }
2653
- }
2654
- }
2655
- }
2656
- },
2657
- {
2658
- "search": "If the subscriber is inside another subscriber, it can subscribe to a data of its parent using the attribute subDataProvider = 'address.of.my.data' instead of the parent's data. This allows for dynamic behavior.\n",
2659
- "files": {
2660
- "docs/_core-concept/subscriber.md": {
2661
- "title": "The subscriber mixin",
2662
- "hashes": {
2663
- "dataprovider-attribute-automatic-filling-of-subscriber-properties": {
2664
- "count": 1,
2665
- "title": "DataProvider Attribute: Automatic Filling of Subscriber Properties",
2666
- "type": "paragraph"
2667
- }
2668
- }
2669
- }
2670
- }
2671
- },
2672
- {
2673
- "search": "In a similar manner, searching for ancestor attributes can be used to configure automatic translation for any property starting with "wording" and ending with a label identifier recognized by the wordingProvider API.\n",
2674
- "files": {
2675
- "docs/_core-concept/subscriber.md": {
2676
- "title": "The subscriber mixin",
2677
- "hashes": {
2678
- "automated-translation": {
2679
- "count": 1,
2680
- "title": "Automated Translation",
2681
- "type": "paragraph"
2682
- }
2683
- }
2684
- }
2685
- }
2686
- },
2687
- {
2688
- "search": "Normally, this API is globally configured and not within the component. Therefore, remember to prefix translatable label identifiers present in the ticketing system, for example, with "wording".\n",
2689
- "files": {
2690
- "docs/_core-concept/subscriber.md": {
2691
- "title": "The subscriber mixin",
2692
- "hashes": {
2693
- "automated-translation": {
2694
- "count": 1,
2695
- "title": "Automated Translation",
2696
- "type": "paragraph"
2697
- }
2698
- }
2699
- }
2700
- }
2701
- },
2702
- {
2703
- "search": "The value of this property can be provided as a JSON object or any other value. This value is then assigned to the associated publisher via the dataProvider attribute. As a result, the reactive properties of all subscribers associated with the same dataProvider are filled as mentioned above.\n",
2704
- "files": {
2705
- "docs/_core-concept/subscriber.md": {
2706
- "title": "The subscriber mixin",
2707
- "hashes": {
2708
- "reactive-property-props": {
2709
- "count": 1,
2710
- "title": "Reactive Property `props`",
2711
- "type": "paragraph"
2712
- }
2713
- }
2714
- }
2715
- }
2716
- },
2717
- {
2718
- "search": "It is possible to disable the automatic filling of reactive properties in a particular component. To do so, set the variable noAutoFill = true in the component's class. However, the reactive property props will still be updated.\n",
2719
- "files": {
2720
- "docs/_core-concept/subscriber.md": {
2721
- "title": "The subscriber mixin",
2722
- "hashes": {
2723
- "disabling-automatic-filling-of-reactive-properties": {
2724
- "count": 1,
2725
- "title": "Disabling Automatic Filling of Reactive Properties",
2726
- "type": "paragraph"
2727
- }
2728
- }
2729
- }
2730
- }
2731
- },
2732
- {
2733
- "search": "For example, sonic-subscriber and sonic-fetch have this attribute because they do not have reactive properties.\n",
2734
- "files": {
2735
- "docs/_core-concept/subscriber.md": {
2736
- "title": "The subscriber mixin",
2737
- "hashes": {
2738
- "disabling-automatic-filling-of-reactive-properties": {
2739
- "count": 1,
2740
- "title": "Disabling Automatic Filling of Reactive Properties",
2741
- "type": "paragraph"
2742
- }
2743
- }
2744
- }
2745
- }
2746
- },
2747
- {
2748
- "search": "☢ CAUTION: When creating an object of type Subscriber or Fetcher, make sure to use the mixins and not directly extend the concrete fetch component (sonic-fetch) and subscriber component (sonic-subscriber). This is because the noAutofill = true attribute is set in those components.\n",
2749
- "files": {
2750
- "docs/_core-concept/subscriber.md": {
2751
- "title": "The subscriber mixin",
2752
- "hashes": {
2753
- "disabling-automatic-filling-of-reactive-properties": {
2754
- "count": 1,
2755
- "title": "Disabling Automatic Filling of Reactive Properties",
2756
- "type": "paragraph"
2757
- }
2758
- }
2759
- }
2760
- }
2761
- },
2762
- {
2763
- "search": "TIPS: \nIf you disable automatic filling, you will likely make the rendering dynamic by writing expressions like this.props.my.subproperty. If props is updated, the rendering will be triggered. However, if this.props.my.subproperty is directly modified, the rendering will not be triggered. To achieve more reactivity, you can enable rendering when any subproperty is modified. Simply set the variable renderOnPropsInternalChange = true in the class that implements the corresponding mixin.\n",
2764
- "files": {
2765
- "docs/_core-concept/subscriber.md": {
2766
- "title": "The subscriber mixin",
2767
- "hashes": {
2768
- "disabling-automatic-filling-of-reactive-properties": {
2769
- "count": 1,
2770
- "title": "Disabling Automatic Filling of Reactive Properties",
2771
- "type": "paragraph"
2772
- }
2773
- }
2774
- }
2775
- }
2776
- },
2777
- {
2778
- "search": "Suppose that:\n",
2779
- "files": {
2780
- "docs/_core-concept/subscriber.md": {
2781
- "title": "The subscriber mixin",
2782
- "hashes": {
2783
- "data-binding": {
2784
- "count": 1,
2785
- "title": "Data Binding",
2786
- "type": "paragraph"
2787
- }
2788
- }
2789
- }
2790
- }
2791
- },
2792
- {
2793
- "search": "This example also illustrates:\n",
2794
- "files": {
2795
- "docs/_core-concept/subscriber.md": {
2796
- "title": "The subscriber mixin",
2797
- "hashes": {
2798
- "data-binding": {
2799
- "count": 1,
2800
- "title": "Data Binding",
2801
- "type": "paragraph"
2802
- }
2803
- }
2804
- }
2805
- }
2806
- },
2807
- {
2808
- "search": "Note: Data binding implies that updating the img.src data via the publisher will change the photo without any additional calls.\n",
2809
- "files": {
2810
- "docs/_core-concept/subscriber.md": {
2811
- "title": "The subscriber mixin",
2812
- "hashes": {
2813
- "data-binding": {
2814
- "count": 1,
2815
- "title": "Data Binding",
2816
- "type": "paragraph"
2817
- }
2818
- }
2819
- }
2820
- }
2821
- },
2822
- {
2823
- "search": "Special Variables:\n",
2824
- "files": {
2825
- "docs/_core-concept/subscriber.md": {
2826
- "title": "The subscriber mixin",
2827
- "hashes": {
2828
- "data-binding": {
2829
- "count": 1,
2830
- "title": "Data Binding",
2831
- "type": "paragraph"
2832
- }
2833
- }
2834
- }
2835
- }
2836
- },
2837
- {
2838
- "search": "Disabling this functionality:\nYou can disable data binding if it is not needed by calling DataBinding.disable().\n",
2839
- "files": {
2840
- "docs/_core-concept/subscriber.md": {
2841
- "title": "The subscriber mixin",
2842
- "hashes": {
2843
- "data-binding": {
2844
- "count": 1,
2845
- "title": "Data Binding",
2846
- "type": "paragraph"
2847
- }
2848
- }
2849
- }
2850
- }
2851
- },
2852
- {
2853
- "search": "Installation",
2854
- "files": {
2855
- "docs/_getting-started/concorde-outside.md": {
2856
- "title": "Installation",
2857
- "hashes": {
2858
- "installation": {
2859
- "count": 1,
2860
- "title": "",
2861
- "type": "page"
2862
- }
2863
- }
2864
- }
2865
- }
2866
- },
2867
- {
2868
- "search": "The easiest way to use Concorde is by using the Concorde starter.The following command creates a new Vite project in TypeScript mode with Tailwind and an example component to get started.\n",
2869
- "files": {
2870
- "docs/_getting-started/concorde-outside.md": {
2871
- "title": "Installation",
2872
- "hashes": {
2873
- "starter": {
2874
- "count": 1,
2875
- "title": "Starter",
2876
- "type": "paragraph"
2877
- }
2878
- }
2879
- }
2880
- }
2881
- },
2882
- {
2883
- "search": "For a more manual configuration, you can refer to the following sections. \nHowever, the Tailwind configuration is not mentioned at the moment.\n",
2884
- "files": {
2885
- "docs/_getting-started/concorde-outside.md": {
2886
- "title": "Installation",
2887
- "hashes": {
2888
- "brand-new-vite-project": {
2889
- "count": 1,
2890
- "title": "Brand New Vite Project",
2891
- "type": "paragraph"
2892
- }
2893
- }
2894
- }
2895
- }
2896
- },
2897
- {
2898
- "search": "Using Lit with TypeScript requires the following configuration in the "compilerOptions" section of the tsconfig.json file:\n",
2899
- "files": {
2900
- "docs/_getting-started/concorde-outside.md": {
2901
- "title": "Installation",
2902
- "hashes": {
2903
- "creating-the-project": {
2904
- "count": 1,
2905
- "title": "Creating the Project",
2906
- "type": "paragraph"
2907
- }
2908
- }
2909
- }
2910
- }
2911
- },
2912
- {
2913
- "search": "Navigate to the project folder created and perform the installation:\n",
2914
- "files": {
2915
- "docs/_getting-started/concorde-outside.md": {
2916
- "title": "Installation",
2917
- "hashes": {
2918
- "installing-concorde": {
2919
- "count": 1,
2920
- "title": "Installing Concorde",
2921
- "type": "paragraph"
2922
- }
2923
- }
2924
- }
2925
- }
2926
- },
2927
- {
2928
- "search": "Shortcut imports work by default in JavaScript, but in TypeScript, they are activated by choice as they inject data into tsconfig.json. Here is the command:\n",
2929
- "files": {
2930
- "docs/_getting-started/concorde-outside.md": {
2931
- "title": "Installation",
2932
- "hashes": {
2933
- "shortcut-imports": {
2934
- "count": 1,
2935
- "title": "Shortcut Imports",
2936
- "type": "paragraph"
2937
- }
2938
- }
2939
- }
2940
- }
2941
- },
2942
- {
2943
- "search": "Shortcut imports replace the actual paths with aliases as follows:\n",
2944
- "files": {
2945
- "docs/_getting-started/concorde-outside.md": {
2946
- "title": "Installation",
2947
- "hashes": {
2948
- "shortcut-imports": {
2949
- "count": 1,
2950
- "title": "Shortcut Imports",
2951
- "type": "paragraph"
2952
- }
2953
- }
2954
- }
2955
- }
2956
- },
2957
- {
2958
- "search": "The original paths remain accessible. Shortcut imports are used for the examples later in this documentation.\n",
2959
- "files": {
2960
- "docs/_getting-started/concorde-outside.md": {
2961
- "title": "Installation",
2962
- "hashes": {
2963
- "shortcut-imports": {
2964
- "count": 1,
2965
- "title": "Shortcut Imports",
2966
- "type": "paragraph"
2967
- }
2968
- }
2969
- }
2970
- }
2971
- },
2972
- {
2973
- "search": "Import needed component in main.ts or wherever you want to use it:\n",
2974
- "files": {
2975
- "docs/_getting-started/concorde-outside.md": {
2976
- "title": "Installation",
2977
- "hashes": {
2978
- "simple-integration-in-html": {
2979
- "count": 1,
2980
- "title": "Simple Integration in HTML",
2981
- "type": "paragraph"
2982
- }
2983
- }
2984
- }
2985
- }
2986
- },
2987
- {
2988
- "search": "Then in the render function ofyour component or in the HTML of the web page that includes the compiled JS, use the component as follows:\n",
2989
- "files": {
2990
- "docs/_getting-started/concorde-outside.md": {
2991
- "title": "Installation",
2992
- "hashes": {
2993
- "simple-integration-in-html": {
2994
- "count": 1,
2995
- "title": "Simple Integration in HTML",
2996
- "type": "paragraph"
2997
- }
2998
- }
2999
- }
3000
- }
3001
- },
3002
- {
3003
- "search": "For example, create a file my-element.ts at the root:\n",
3004
- "files": {
3005
- "docs/_getting-started/concorde-outside.md": {
3006
- "title": "Installation",
3007
- "hashes": {
3008
- "using-a-mixin-to-create-a-new-lit-component": {
3009
- "count": 1,
3010
- "title": "Using a Mixin to Create a New Lit Component",
3011
- "type": "paragraph"
3012
- }
3013
- }
3014
- }
3015
- }
3016
- },
3017
- {
3018
- "search": "@customElement("my-element")\nexport class SonicComponent extends Fetcher(Subscriber(LitElement)) {\n @property() email = "";\n @property() first_name = "";\n @property() last_name = "";\n",
3019
- "files": {
3020
- "docs/_getting-started/concorde-outside.md": {
3021
- "title": "Installation",
3022
- "hashes": {
3023
- "using-a-mixin-to-create-a-new-lit-component": {
3024
- "count": 1,
3025
- "title": "Using a Mixin to Create a New Lit Component",
3026
- "type": "paragraph"
3027
- }
3028
- }
3029
- }
3030
- }
3031
- },
3032
- {
3033
- "search": " render() {\n return html<div> ${this.first_name} ${this.last_name} : ${this.email} </div>;\n }\n}\n \n\n",
3034
- "files": {
3035
- "docs/_getting-started/concorde-outside.md": {
3036
- "title": "Installation",
3037
- "hashes": {
3038
- "using-a-mixin-to-create-a-new-lit-component": {
3039
- "count": 1,
3040
- "title": "Using a Mixin to Create a New Lit Component",
3041
- "type": "paragraph"
3042
- }
3043
- }
3044
- }
3045
- }
3046
- },
3047
- {
3048
- "search": "Import component main.ts or main.js or any other component that uses it to be compiled\n",
3049
- "files": {
3050
- "docs/_getting-started/concorde-outside.md": {
3051
- "title": "Installation",
3052
- "hashes": {
3053
- "using-a-mixin-to-create-a-new-lit-component": {
3054
- "count": 1,
3055
- "title": "Using a Mixin to Create a New Lit Component",
3056
- "type": "paragraph"
3057
- }
3058
- }
3059
- }
3060
- }
3061
- },
3062
- {
3063
- "search": "In the HTML of a JS or TS component or in the HTML of the web page containing the compiled JS:\n",
3064
- "files": {
3065
- "docs/_getting-started/concorde-outside.md": {
3066
- "title": "Installation",
3067
- "hashes": {
3068
- "using-a-mixin-to-create-a-new-lit-component": {
3069
- "count": 1,
3070
- "title": "Using a Mixin to Create a New Lit Component",
3071
- "type": "paragraph"
3072
- }
3073
- }
3074
- }
3075
- }
3076
- },
3077
- {
3078
- "search": "Creating components",
3079
- "files": {
3080
- "docs/_getting-started/create-a-component.md": {
3081
- "title": "Creating components",
3082
- "hashes": {
3083
- "creating-components": {
3084
- "count": 1,
3085
- "title": "",
3086
- "type": "page"
3087
- }
3088
- }
3089
- }
3090
- }
3091
- },
3092
- {
3093
- "search": "In this document, we consider the src directory of the project as the root.\nWe describe how we organize our components as an example, however it depends on your project.\n",
3094
- "files": {
3095
- "docs/_getting-started/create-a-component.md": {
3096
- "title": "Creating components",
3097
- "hashes": {
3098
- "where-to-put-it": {
3099
- "count": 1,
3100
- "title": "Where to put it?",
3101
- "type": "paragraph"
3102
- }
3103
- }
3104
- }
3105
- }
3106
- },
3107
- {
3108
- "search": "In concorde each component is currently organized in the following directory structure (at least we try):\n",
3109
- "files": {
3110
- "docs/_getting-started/create-a-component.md": {
3111
- "title": "Creating components",
3112
- "hashes": {
3113
- "where-to-put-it": {
3114
- "count": 1,
3115
- "title": "Where to put it?",
3116
- "type": "paragraph"
3117
- }
3118
- }
3119
- }
3120
- }
3121
- },
3122
- {
3123
- "search": "You can copy example.ts from the source to the desired destination to start with.\nThis file contains a web component in the form of a class that extends the Subscriber mixin, with a reactive property and a render function.\n",
3124
- "files": {
3125
- "docs/_getting-started/create-a-component.md": {
3126
- "title": "Creating components",
3127
- "hashes": {
3128
- "starting-from-a-simple-model": {
3129
- "count": 1,
3130
- "title": "Starting from a Simple Model",
3131
- "type": "paragraph"
3132
- }
3133
- }
3134
- }
3135
- }
3136
- },
3137
- {
3138
- "search": "@customElement("sonic-example")\nexport class SonicComponent extends Subscriber(LitElement) {\n @property() text = "Example";\n render() {\n return html${this.text};\n }\n}\n \n\n",
3139
- "files": {
3140
- "docs/_getting-started/create-a-component.md": {
3141
- "title": "Creating components",
3142
- "hashes": {
3143
- "starting-from-a-simple-model": {
3144
- "count": 1,
3145
- "title": "Starting from a Simple Model",
3146
- "type": "paragraph"
3147
- }
3148
- }
3149
- }
3150
- }
3151
- },
3152
- {
3153
- "search": "You can remove the dependency on Subscriber if automatic population of the component with external data is not required.\nFor example, for a UI component:\n",
3154
- "files": {
3155
- "docs/_getting-started/create-a-component.md": {
3156
- "title": "Creating components",
3157
- "hashes": {
3158
- "starting-from-a-simple-model": {
3159
- "count": 1,
3160
- "title": "Starting from a Simple Model",
3161
- "type": "paragraph"
3162
- }
3163
- }
3164
- }
3165
- }
3166
- },
3167
- {
3168
- "search": "@customElement("sonic-example")\nexport class SonicComponent extends LitElement {\n @property() text = "Example";\n render() {\n return html${this.text};\n }\n}\n \n\n",
3169
- "files": {
3170
- "docs/_getting-started/create-a-component.md": {
3171
- "title": "Creating components",
3172
- "hashes": {
3173
- "starting-from-a-simple-model": {
3174
- "count": 1,
3175
- "title": "Starting from a Simple Model",
3176
- "type": "paragraph"
3177
- }
3178
- }
3179
- }
3180
- }
3181
- },
3182
- {
3183
- "search": "Regarding Subscriber, see:\n",
3184
- "files": {
3185
- "docs/_getting-started/create-a-component.md": {
3186
- "title": "Creating components",
3187
- "hashes": {
3188
- "starting-from-a-simple-model": {
3189
- "count": 1,
3190
- "title": "Starting from a Simple Model",
3191
- "type": "paragraph"
3192
- }
3193
- }
3194
- }
3195
- }
3196
- },
3197
- {
3198
- "search": "The class name is not necessarily important. However, it is important to give it a component name prefixed with "sonic" (or a prefix of your own) using the dedicated metadata already present in the copied document. For example, a button component would be named as follows:\n",
3199
- "files": {
3200
- "docs/_getting-started/create-a-component.md": {
3201
- "title": "Creating components",
3202
- "hashes": {
3203
- "naming-the-component": {
3204
- "count": 1,
3205
- "title": "Naming the Component",
3206
- "type": "paragraph"
3207
- }
3208
- }
3209
- }
3210
- }
3211
- },
3212
- {
3213
- "search": "For less generic components with a specific destination, we advise to include the destination in the name.\nFor example, for a "title" component in the "event" destination, the name would be simply:\n",
3214
- "files": {
3215
- "docs/_getting-started/create-a-component.md": {
3216
- "title": "Creating components",
3217
- "hashes": {
3218
- "naming-the-component": {
3219
- "count": 1,
3220
- "title": "Naming the Component",
3221
- "type": "paragraph"
3222
- }
3223
- }
3224
- }
3225
- }
3226
- },
3227
- {
3228
- "search": "To do this, study the functioning of https://lit.dev and also refer to Subscriber.\n",
3229
- "files": {
3230
- "docs/_getting-started/create-a-component.md": {
3231
- "title": "Creating components",
3232
- "hashes": {
3233
- "creating-reactive-properties-and-modifying-the-render-function": {
3234
- "count": 1,
3235
- "title": "Creating Reactive Properties and Modifying the Render Function",
3236
- "type": "paragraph"
3237
- }
3238
- }
3239
- }
3240
- }
3241
- },
3242
- {
3243
- "search": "The HTML structure of a component should remain as simple as possible.\n",
3244
- "files": {
3245
- "docs/_getting-started/create-a-component.md": {
3246
- "title": "Creating components",
3247
- "hashes": {
3248
- "html-structure-of-a-component": {
3249
- "count": 1,
3250
- "title": "HTML Structure of a Component",
3251
- "type": "paragraph"
3252
- }
3253
- }
3254
- }
3255
- }
3256
- },
3257
- {
3258
- "search": "Ideally, there should be only one additional level of elements in addition to slots.\n",
3259
- "files": {
3260
- "docs/_getting-started/create-a-component.md": {
3261
- "title": "Creating components",
3262
- "hashes": {
3263
- "html-structure-of-a-component": {
3264
- "count": 1,
3265
- "title": "HTML Structure of a Component",
3266
- "type": "paragraph"
3267
- }
3268
- }
3269
- }
3270
- }
3271
- },
3272
- {
3273
- "search": "This leads to the creation of more components and thus raises questions about the hierarchical organization of files. However, this tends to atomize their roles.\n",
3274
- "files": {
3275
- "docs/_getting-started/create-a-component.md": {
3276
- "title": "Creating components",
3277
- "hashes": {
3278
- "html-structure-of-a-component": {
3279
- "count": 1,
3280
- "title": "HTML Structure of a Component",
3281
- "type": "paragraph"
3282
- }
3283
- }
3284
- }
3285
- }
3286
- },
3287
- {
3288
- "search": "To compile the component, it needs to be referenced somewhere through an import statement. In particular, it is important to reference it in any component that uses it.\n",
3289
- "files": {
3290
- "docs/_getting-started/create-a-component.md": {
3291
- "title": "Creating components",
3292
- "hashes": {
3293
- "referencing-it": {
3294
- "count": 1,
3295
- "title": "Referencing It",
3296
- "type": "paragraph"
3297
- }
3298
- }
3299
- }
3300
- }
3301
- },
3302
- {
3303
- "search": "In the case where it can be directly used in a page, it should also be globally referenced, especially considering the creation of specific bundles in the future.\n",
3304
- "files": {
3305
- "docs/_getting-started/create-a-component.md": {
3306
- "title": "Creating components",
3307
- "hashes": {
3308
- "referencing-it": {
3309
- "count": 1,
3310
- "title": "Referencing It",
3311
- "type": "paragraph"
3312
- }
3313
- }
3314
- }
3315
- }
3316
- },
3317
- {
3318
- "search": "Here's where we add imports based on the component's location inside concorde as an example\n",
3319
- "files": {
3320
- "docs/_getting-started/create-a-component.md": {
3321
- "title": "Creating components",
3322
- "hashes": {
3323
- "referencing-it": {
3324
- "count": 1,
3325
- "title": "Referencing It",
3326
- "type": "paragraph"
3327
- }
3328
- }
3329
- }
3330
- }
3331
- },
3332
- {
3333
- "search": "As a reminder, the component is simply integrated into the context by adding a tag with the component's name, for example:\n",
3334
- "files": {
3335
- "docs/_getting-started/create-a-component.md": {
3336
- "title": "Creating components",
3337
- "hashes": {
3338
- "using-it": {
3339
- "count": 1,
3340
- "title": "Using It",
3341
- "type": "paragraph"
3342
- }
3343
- }
3344
- }
3345
- }
3346
- },
3347
- {
3348
- "search": "My first subscriber component",
3349
- "files": {
3350
- "docs/_getting-started/my-first-subscriber.md": {
3351
- "title": "My first subscriber component",
3352
- "hashes": {
3353
- "my-first-subscriber-component": {
3354
- "count": 1,
3355
- "title": "",
3356
- "type": "page"
3357
- }
3358
- }
3359
- }
3360
- }
3361
- },
3362
- {
3363
- "search": "Learn how to build a subscriber component, styled with tailwind, \nwhich could be used as a regular component or could be filled from a dataprovider.\n",
3364
- "files": {
3365
- "docs/_getting-started/my-first-subscriber.md": {
3366
- "title": "My first subscriber component",
3367
- "hashes": {
3368
- "my-first-subscriber-component": {
3369
- "count": 1,
3370
- "title": "",
3371
- "type": "paragraph"
3372
- }
3373
- }
3374
- }
3375
- }
3376
- },
3377
- {
3378
- "search": "First export tailwind, in a tailwind.ts file, stylesheet to add it in our component when needed.\n",
3379
- "files": {
3380
- "docs/_getting-started/my-first-subscriber.md": {
3381
- "title": "My first subscriber component",
3382
- "hashes": {
3383
- "style-with-tailwind-and-ui-components": {
3384
- "count": 1,
3385
- "title": "Style with tailwind and ui components",
3386
- "type": "paragraph"
3387
- }
3388
- }
3389
- }
3390
- }
3391
- },
3392
- {
3393
- "search": "Reactive properties can be filled by its attributes as a simple lit component.\n",
3394
- "files": {
3395
- "docs/_getting-started/my-first-subscriber.md": {
3396
- "title": "My first subscriber component",
3397
- "hashes": {
3398
- "basic-usage": {
3399
- "count": 1,
3400
- "title": "Basic usage",
3401
- "type": "paragraph"
3402
- }
3403
- }
3404
- }
3405
- }
3406
- },
3407
- {
3408
- "search": "Import Subscriber mixin, and add it around LitElement.\n\n",
3409
- "files": {
3410
- "docs/_getting-started/my-first-subscriber.md": {
3411
- "title": "My first subscriber component",
3412
- "hashes": {
3413
- "add-subscriber-mixin": {
3414
- "count": 1,
3415
- "title": "Add Subscriber mixin",
3416
- "type": "paragraph"
3417
- }
3418
- }
3419
- }
3420
- }
3421
- },
3422
- {
3423
- "search": "Without a dataProvider attribute, a subscriber set its own dataprovider from first ancestor found, and then reactive properties automatically filled and update from it.\nA fetcher is a simple component which set its fetch result to props of its dataprovider.\n\n",
3424
- "files": {
3425
- "docs/_getting-started/my-first-subscriber.md": {
3426
- "title": "My first subscriber component",
3427
- "hashes": {
3428
- "autofill-properties-from-a-dataprovider": {
3429
- "count": 1,
3430
- "title": "Autofill properties from a dataProvider",
3431
- "type": "paragraph"
3432
- }
3433
- }
3434
- }
3435
- }
3436
- },
3437
- {
3438
- "search": "A subscriber can subscribe data from anywhere in the DOM, with its dataprovider set as a provider id.\n",
3439
- "files": {
3440
- "docs/_getting-started/my-first-subscriber.md": {
3441
- "title": "My first subscriber component",
3442
- "hashes": {
3443
- "autofill-properties-from-a-dataprovider": {
3444
- "count": 1,
3445
- "title": "Autofill properties from a dataProvider",
3446
- "type": "paragraph"
3447
- }
3448
- }
3449
- }
3450
- }
3451
- },
3452
- {
3453
- "search": "Sharing data",
3454
- "files": {
3455
- "docs/_getting-started/pubsub.md": {
3456
- "title": "Sharing data",
3457
- "hashes": {
3458
- "sharing-data": {
3459
- "count": 1,
3460
- "title": "",
3461
- "type": "page"
3462
- }
3463
- }
3464
- }
3465
- }
3466
- },
3467
- {
3468
- "search": "This section describes how we share data between graphical and non graphical components and classes.\n",
3469
- "files": {
3470
- "docs/_getting-started/pubsub.md": {
3471
- "title": "Sharing data",
3472
- "hashes": {
3473
- "sharing-data": {
3474
- "count": 1,
3475
- "title": "",
3476
- "type": "paragraph"
3477
- }
3478
- }
3479
- }
3480
- }
3481
- },
3482
- {
3483
- "search": "Especialy, graphical components should not reference each other in order to remain decoupled.\n",
3484
- "files": {
3485
- "docs/_getting-started/pubsub.md": {
3486
- "title": "Sharing data",
3487
- "hashes": {
3488
- "sharing-data": {
3489
- "count": 1,
3490
- "title": "",
3491
- "type": "paragraph"
3492
- }
3493
- }
3494
- }
3495
- }
3496
- },
3497
- {
3498
- "search": "Thats why we use publish/subscribe paradigm to addresse this issue.\n",
3499
- "files": {
3500
- "docs/_getting-started/pubsub.md": {
3501
- "title": "Sharing data",
3502
- "hashes": {
3503
- "sharing-data": {
3504
- "count": 1,
3505
- "title": "",
3506
- "type": "paragraph"
3507
- }
3508
- }
3509
- }
3510
- }
3511
- },
3512
- {
3513
- "search": "❇️ The order of data creation and subscription theoretically has no importance.\n",
3514
- "files": {
3515
- "docs/_getting-started/pubsub.md": {
3516
- "title": "Sharing data",
3517
- "hashes": {
3518
- "principle": {
3519
- "count": 1,
3520
- "title": "Principle",
3521
- "type": "paragraph"
3522
- }
3523
- }
3524
- }
3525
- }
3526
- },
3527
- {
3528
- "search": "Denotes the identifier of a publisher as referenced in the PublisherManager (see below).\nUses the dataProvider attribut in html tags to scop the content with some data.\nsee Subscribers.\n",
3529
- "files": {
3530
- "docs/_getting-started/pubsub.md": {
3531
- "title": "Sharing data",
3532
- "hashes": {
3533
- "dataprovider": {
3534
- "count": 1,
3535
- "title": "DataProvider",
3536
- "type": "paragraph"
3537
- }
3538
- }
3539
- }
3540
- }
3541
- },
3542
- {
3543
- "search": "The PublisherManager is a utility class to get publishers\n",
3544
- "files": {
3545
- "docs/_getting-started/pubsub.md": {
3546
- "title": "Sharing data",
3547
- "hashes": {
3548
- "publishermanager": {
3549
- "count": 1,
3550
- "title": "PublisherManager",
3551
- "type": "paragraph"
3552
- }
3553
- }
3554
- }
3555
- }
3556
- },
3557
- {
3558
- "search": "It plays a central role in the components, especially through the "subscriber" mixin.\nAutomatic data communication between components in concorde uses this principle in conjunction with Lit's reactive properties. \nRefer to the documentation for Subscriber.\n",
3559
- "files": {
3560
- "docs/_getting-started/pubsub.md": {
3561
- "title": "Sharing data",
3562
- "hashes": {
3563
- "publishermanager": {
3564
- "count": 1,
3565
- "title": "PublisherManager",
3566
- "type": "paragraph"
3567
- }
3568
- }
3569
- }
3570
- }
3571
- },
3572
- {
3573
- "search": "It is declared on the window object to allow usage in a web page, so the equivalent one-liner would be:\n",
3574
- "files": {
3575
- "docs/_getting-started/pubsub.md": {
3576
- "title": "Sharing data",
3577
- "hashes": {
3578
- "publishermanager": {
3579
- "count": 1,
3580
- "title": "PublisherManager",
3581
- "type": "paragraph"
3582
- }
3583
- }
3584
- }
3585
- }
3586
- },
3587
- {
3588
- "search": "This example can be tested in a console when Concorde is loaded on the page (for example, in a ticketing system).\nIn a component, you will need to perform an import as explained earlier.\n",
3589
- "files": {
3590
- "docs/_getting-started/pubsub.md": {
3591
- "title": "Sharing data",
3592
- "hashes": {
3593
- "basic-example": {
3594
- "count": 1,
3595
- "title": "Basic Example",
3596
- "type": "paragraph"
3597
- }
3598
- }
3599
- }
3600
- }
3601
- },
3602
- {
3603
- "search": "Introduction",
3604
- "files": {
3605
- "docs/_getting-started/start.md": {
3606
- "title": "Introduction",
3607
- "hashes": {
3608
- "introduction": {
3609
- "count": 1,
3610
- "title": "",
3611
- "type": "page"
3612
- }
3613
- }
3614
- }
3615
- }
3616
- },
3617
- {
3618
- "search": "Based on lit.dev, Concorde is a collection of webcomponents made to build shared apps or websites.Develop user interfaces without thinking about the implementation context, where everything is scoped, but preserving graphic consistency by setting the strict minimum of css variables.\n",
3619
- "files": {
3620
- "docs/_getting-started/start.md": {
3621
- "title": "Introduction",
3622
- "hashes": {
3623
- "what-is-concorde-": {
3624
- "count": 1,
3625
- "title": "What is Concorde ?",
3626
- "type": "paragraph"
3627
- }
3628
- }
3629
- }
3630
- }
3631
- },
3632
- {
3633
- "search": "In 2022, Supersoniks wanted to create a new version of his ticketing app, in production un nearly 100 websites. We needed shared components which could be implemented in mobile apps, modern websites, and also old ones made in php, without bundlers or whatever.Instead of building a new app for each type of project, which would become impossible to maintain, we've decided to create one app, composed by a few webcomponents wich could easily be recomposed on any website.\nWebcomponents appeared to be a the perfect solution to guarantee that compatibility with all past, present and futures environment, and lit seemed to be the best choice to build them.\n",
3634
- "files": {
3635
- "docs/_getting-started/start.md": {
3636
- "title": "Introduction",
3637
- "hashes": {
3638
- "why-and-use-case": {
3639
- "count": 1,
3640
- "title": "Why and use case",
3641
- "type": "paragraph"
3642
- }
3643
- }
3644
- }
3645
- }
3646
- },
3647
- {
3648
- "search": "A new project with Vite, Typescript and Tailwind already configured and a simple example of a subscriber component : \n",
3649
- "files": {
3650
- "docs/_getting-started/start.md": {
3651
- "title": "Introduction",
3652
- "hashes": {
3653
- "start-a-new-project-easily": {
3654
- "count": 1,
3655
- "title": "Start a new project easily",
3656
- "type": "paragraph"
3657
- }
3658
- }
3659
- }
3660
- }
3661
- },
3662
- {
3663
- "search": "Adding styles",
3664
- "files": {
3665
- "docs/_getting-started/theming.md": {
3666
- "title": "Adding styles",
3667
- "hashes": {
3668
- "adding-styles": {
3669
- "count": 1,
3670
- "title": "",
3671
- "type": "page"
3672
- }
3673
- }
3674
- }
3675
- }
3676
- },
3677
- {
3678
- "search": "No style crosses the shadow root of a component, except for inheritable properties (which have the "inherit" property possible) and CSS variables.\nProperties integrated via a "slot" remain stylizable in a conventional way.\n",
3679
- "files": {
3680
- "docs/_getting-started/theming.md": {
3681
- "title": "Adding styles",
3682
- "hashes": {
3683
- "normal-behavior": {
3684
- "count": 1,
3685
- "title": "Normal Behavior",
3686
- "type": "paragraph"
3687
- }
3688
- }
3689
- }
3690
- }
3691
- },
3692
- {
3693
- "search": "The declaration of reactive properties is useful for selecting a particular configuration that mostly affects a set of properties.\n",
3694
- "files": {
3695
- "docs/_getting-started/theming.md": {
3696
- "title": "Adding styles",
3697
- "hashes": {
3698
- "choosing-style-presets-via-reactive-properties": {
3699
- "count": 1,
3700
- "title": "Choosing Style Presets via Reactive Properties:",
3701
- "type": "paragraph"
3702
- }
3703
- }
3704
- }
3705
- }
3706
- },
3707
- {
3708
- "search": "For example, a size property (xs, sm, md, xl) will affect margins, font, line heights to align them with the corresponding CSS vars, which can be customized using the methods mentioned earlier if necessary.\n",
3709
- "files": {
3710
- "docs/_getting-started/theming.md": {
3711
- "title": "Adding styles",
3712
- "hashes": {
3713
- "choosing-style-presets-via-reactive-properties": {
3714
- "count": 1,
3715
- "title": "Choosing Style Presets via Reactive Properties:",
3716
- "type": "paragraph"
3717
- }
3718
- }
3719
- }
3720
- }
3721
- },
3722
- {
3723
- "search": "It is recommended to use the {reflect: true} property for reactive properties that have an associated style on the :host(). For example: :host([type='primary']){...}\n",
3724
- "files": {
3725
- "docs/_getting-started/theming.md": {
3726
- "title": "Adding styles",
3727
- "hashes": {
3728
- "choosing-style-presets-via-reactive-properties": {
3729
- "count": 1,
3730
- "title": "Choosing Style Presets via Reactive Properties:",
3731
- "type": "paragraph"
3732
- }
3733
- }
3734
- }
3735
- }
3736
- },
3737
- {
3738
- "search": "☢️ Caution: Passing class names via reactive properties / HTML attributes of the component should be avoided as it can quickly lead to difficult-to-manage situations.\n",
3739
- "files": {
3740
- "docs/_getting-started/theming.md": {
3741
- "title": "Adding styles",
3742
- "hashes": {
3743
- "choosing-style-presets-via-reactive-properties": {
3744
- "count": 1,
3745
- "title": "Choosing Style Presets via Reactive Properties:",
3746
- "type": "paragraph"
3747
- }
3748
- }
3749
- }
3750
- }
3751
- },
3752
- {
3753
- "search": "By default, the display property is inline.\nTherefore, be careful to define it according to the needs, as one might mistakenly expect it to be block as with a regular <div>.\n",
3754
- "files": {
3755
- "docs/_getting-started/theming.md": {
3756
- "title": "Adding styles",
3757
- "hashes": {
3758
- "css-display-property": {
3759
- "count": 1,
3760
- "title": "CSS \"display\" Property",
3761
- "type": "paragraph"
3762
- }
3763
- }
3764
- }
3765
- }
3766
- },
3767
- {
3768
- "search": "☢️ Caution: Defining the display property as contents may seem attractive at first, but:\n",
3769
- "files": {
3770
- "docs/_getting-started/theming.md": {
3771
- "title": "Adding styles",
3772
- "hashes": {
3773
- "css-display-property": {
3774
- "count": 1,
3775
- "title": "CSS \"display\" Property",
3776
- "type": "paragraph"
3777
- }
3778
- }
3779
- }
3780
- }
3781
- },
3782
- {
3783
- "search": "tailwind has been integrated into Concorde and is available in scoped components (with Shadow DOM).\nTo use it, you need to import the following:\n",
3784
- "files": {
3785
- "docs/_getting-started/theming.md": {
3786
- "title": "Adding styles",
3787
- "hashes": {
3788
- "tailwind-functional-classes": {
3789
- "count": 1,
3790
- "title": "TAILWIND Functional Classes",
3791
- "type": "paragraph"
3792
- }
3793
- }
3794
- }
3795
- }
3796
- },
3797
- {
3798
- "search": "Then include the tailwind style in the static styles property of the component:\n",
3799
- "files": {
3800
- "docs/_getting-started/theming.md": {
3801
- "title": "Adding styles",
3802
- "hashes": {
3803
- "tailwind-functional-classes": {
3804
- "count": 1,
3805
- "title": "TAILWIND Functional Classes",
3806
- "type": "paragraph"
3807
- }
3808
- }
3809
- }
3810
- }
3811
- },
3812
- {
3813
- "search": "Finally, use it in the HTML within the render function:\n",
3814
- "files": {
3815
- "docs/_getting-started/theming.md": {
3816
- "title": "Adding styles",
3817
- "hashes": {
3818
- "tailwind-functional-classes": {
3819
- "count": 1,
3820
- "title": "TAILWIND Functional Classes",
3821
- "type": "paragraph"
3822
- }
3823
- }
3824
- }
3825
- }
3826
- },
3827
- {
3828
- "search": "The colors from Concorde's theme are referenced in Tailwind's theme.\n",
3829
- "files": {
3830
- "docs/_getting-started/theming.md": {
3831
- "title": "Adding styles",
3832
- "hashes": {
3833
- "tailwind-functional-classes": {
3834
- "count": 1,
3835
- "title": "TAILWIND Functional Classes",
3836
- "type": "paragraph"
3837
- }
3838
- }
3839
- }
3840
- }
3841
- },
3842
- {
3843
- "search": "This operation is particularly useful when it comes to adding behavior to a simple existing element.\nIt may also become necessary to establish compatibility with a traditional JS library.\n",
3844
- "files": {
3845
- "docs/_getting-started/theming.md": {
3846
- "title": "Adding styles",
3847
- "hashes": {
3848
- "usefulness": {
3849
- "count": 1,
3850
- "title": "Usefulness",
3851
- "type": "paragraph"
3852
- }
3853
- }
3854
- }
3855
- }
3856
- },
3857
- {
3858
- "search": "For example, with a text input:\n",
3859
- "files": {
3860
- "docs/_getting-started/theming.md": {
3861
- "title": "Adding styles",
3862
- "hashes": {
3863
- "usefulness": {
3864
- "count": 1,
3865
- "title": "Usefulness",
3866
- "type": "paragraph"
3867
- }
3868
- }
3869
- }
3870
- }
3871
- },
3872
- {
3873
- "search": "If there is no shadow DOM (see the noShadowDom property of Subscriber):\n",
3874
- "files": {
3875
- "docs/_getting-started/theming.md": {
3876
- "title": "Adding styles",
3877
- "hashes": {
3878
- "consequences": {
3879
- "count": 1,
3880
- "title": "Consequences",
3881
- "type": "paragraph"
3882
- }
3883
- }
3884
- }
3885
- }
3886
- },
3887
- {
3888
- "search": "For example, the components queue, list, and fetch do not have a shadow DOM.\n",
3889
- "files": {
3890
- "docs/_getting-started/theming.md": {
3891
- "title": "Adding styles",
3892
- "hashes": {
3893
- "consequences": {
3894
- "count": 1,
3895
- "title": "Consequences",
3896
- "type": "paragraph"
3897
- }
3898
- }
3899
- }
3900
- }
3901
- },
3902
- {
3903
- "search": "ℹ️ Note: Specifically in this case, it may be useful to set the display property to contents.\n",
3904
- "files": {
3905
- "docs/_getting-started/theming.md": {
3906
- "title": "Adding styles",
3907
- "hashes": {
3908
- "consequences": {
3909
- "count": 1,
3910
- "title": "Consequences",
3911
- "type": "paragraph"
3912
- }
3913
- }
3914
- }
3915
- }
3916
- }
3917
- ]