brut 0.9.0 → 0.9.1

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 (370) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -1
  3. data/CHANGELOG.md +6 -0
  4. data/Gemfile.lock +75 -69
  5. data/brut-css/package-lock.json +2 -2
  6. data/brut-css/package.json +1 -1
  7. data/brut-js/package-lock.json +2 -2
  8. data/brut-js/package.json +1 -1
  9. data/brut-js/specs/ConfirmSubmit.spec.js +32 -1
  10. data/brut-js/src/ConfirmSubmit.js +28 -7
  11. data/brutrb.com/images/tutorial/basic-form-with-violations.png +0 -0
  12. data/brutrb.com/images/tutorial/basic-form.png +0 -0
  13. data/brutrb.com/images/tutorial/initial-home-page.png +0 -0
  14. data/brutrb.com/images/tutorial/new-post-editor.png +0 -0
  15. data/brutrb.com/images/tutorial/new-post-home-page.png +0 -0
  16. data/brutrb.com/images/tutorial/styled-form-with-server-side-violations.png +0 -0
  17. data/brutrb.com/images/tutorial/styled-form-with-violations.png +0 -0
  18. data/brutrb.com/images/tutorial/styled-home-page-with-posts.png +0 -0
  19. data/brutrb.com/images/tutorial/styled-home-page.png +0 -0
  20. data/brutrb.com/images/tutorial/welcome-to-brut.png +0 -0
  21. data/brutrb.com/tutorial.md +1728 -3
  22. data/docs/404.html +2 -2
  23. data/docs/adrs.html +3 -3
  24. data/docs/ai.html +3 -3
  25. data/docs/api/Brut/BackEnd/SeedData.html +1 -1
  26. data/docs/api/Brut/BackEnd/Sidekiq/Middlewares/Server/FlushSpans.html +1 -1
  27. data/docs/api/Brut/BackEnd/Sidekiq/Middlewares/Server.html +1 -1
  28. data/docs/api/Brut/BackEnd/Sidekiq/Middlewares.html +1 -1
  29. data/docs/api/Brut/BackEnd/Sidekiq.html +1 -1
  30. data/docs/api/Brut/BackEnd/Validators/FormValidator.html +1 -1
  31. data/docs/api/Brut/BackEnd/Validators.html +1 -1
  32. data/docs/api/Brut/BackEnd.html +1 -1
  33. data/docs/api/Brut/CLI/App.html +1 -1
  34. data/docs/api/Brut/CLI/AppRunner.html +1 -1
  35. data/docs/api/Brut/CLI/Apps/BuildAssets/All.html +1 -1
  36. data/docs/api/Brut/CLI/Apps/BuildAssets/CSS.html +1 -1
  37. data/docs/api/Brut/CLI/Apps/BuildAssets/Images.html +1 -1
  38. data/docs/api/Brut/CLI/Apps/BuildAssets/JS.html +1 -1
  39. data/docs/api/Brut/CLI/Apps/BuildAssets.html +1 -1
  40. data/docs/api/Brut/CLI/Apps/DB/Create.html +1 -1
  41. data/docs/api/Brut/CLI/Apps/DB/Drop.html +1 -1
  42. data/docs/api/Brut/CLI/Apps/DB/Migrate.html +1 -1
  43. data/docs/api/Brut/CLI/Apps/DB/NewMigration.html +1 -1
  44. data/docs/api/Brut/CLI/Apps/DB/Rebuild.html +1 -1
  45. data/docs/api/Brut/CLI/Apps/DB/Seed.html +1 -1
  46. data/docs/api/Brut/CLI/Apps/DB/Status.html +1 -1
  47. data/docs/api/Brut/CLI/Apps/DB.html +1 -1
  48. data/docs/api/Brut/CLI/Apps/DeployBase/GitChecks.html +1 -1
  49. data/docs/api/Brut/CLI/Apps/DeployBase.html +1 -1
  50. data/docs/api/Brut/CLI/Apps/HerokuContainerBasedDeploy/Deploy.html +1 -1
  51. data/docs/api/Brut/CLI/Apps/HerokuContainerBasedDeploy.html +1 -1
  52. data/docs/api/Brut/CLI/Apps/Scaffold/Action/Route.html +1 -1
  53. data/docs/api/Brut/CLI/Apps/Scaffold/Action.html +1 -1
  54. data/docs/api/Brut/CLI/Apps/Scaffold/Component.html +1 -1
  55. data/docs/api/Brut/CLI/Apps/Scaffold/CustomElementTest.html +1 -1
  56. data/docs/api/Brut/CLI/Apps/Scaffold/DbModel.html +1 -1
  57. data/docs/api/Brut/CLI/Apps/Scaffold/E2ETest.html +1 -1
  58. data/docs/api/Brut/CLI/Apps/Scaffold/Form.html +1 -1
  59. data/docs/api/Brut/CLI/Apps/Scaffold/Page/Route.html +1 -1
  60. data/docs/api/Brut/CLI/Apps/Scaffold/Page.html +1 -1
  61. data/docs/api/Brut/CLI/Apps/Scaffold/RoutesEditor.html +1 -1
  62. data/docs/api/Brut/CLI/Apps/Scaffold/Test.html +1 -1
  63. data/docs/api/Brut/CLI/Apps/Scaffold.html +1 -1
  64. data/docs/api/Brut/CLI/Apps/Test/Audit.html +1 -1
  65. data/docs/api/Brut/CLI/Apps/Test/E2e.html +1 -1
  66. data/docs/api/Brut/CLI/Apps/Test/JS.html +1 -1
  67. data/docs/api/Brut/CLI/Apps/Test/Run.html +1 -1
  68. data/docs/api/Brut/CLI/Apps/Test.html +1 -1
  69. data/docs/api/Brut/CLI/Apps.html +1 -1
  70. data/docs/api/Brut/CLI/Command.html +1 -1
  71. data/docs/api/Brut/CLI/Error.html +1 -1
  72. data/docs/api/Brut/CLI/ExecutionResults/Result.html +1 -1
  73. data/docs/api/Brut/CLI/ExecutionResults.html +1 -1
  74. data/docs/api/Brut/CLI/Executor.html +1 -1
  75. data/docs/api/Brut/CLI/InvalidOption.html +1 -1
  76. data/docs/api/Brut/CLI/Options.html +1 -1
  77. data/docs/api/Brut/CLI/Output.html +1 -1
  78. data/docs/api/Brut/CLI/SystemExecError.html +1 -1
  79. data/docs/api/Brut/CLI.html +1 -1
  80. data/docs/api/Brut/FactoryBot.html +1 -1
  81. data/docs/api/Brut/Framework/App.html +1 -1
  82. data/docs/api/Brut/Framework/Config.html +11 -21
  83. data/docs/api/Brut/Framework/Container.html +1 -1
  84. data/docs/api/Brut/Framework/Error.html +1 -1
  85. data/docs/api/Brut/Framework/Errors/AbstractMethod.html +1 -1
  86. data/docs/api/Brut/Framework/Errors/Bug.html +1 -1
  87. data/docs/api/Brut/Framework/Errors/MissingConfiguration.html +1 -1
  88. data/docs/api/Brut/Framework/Errors/MissingParameter.html +1 -1
  89. data/docs/api/Brut/Framework/Errors/NoClassForPath.html +1 -1
  90. data/docs/api/Brut/Framework/Errors/NotFound.html +1 -1
  91. data/docs/api/Brut/Framework/Errors/NotImplemented.html +1 -1
  92. data/docs/api/Brut/Framework/Errors.html +1 -1
  93. data/docs/api/Brut/Framework/FussyTypeEnforcement.html +1 -1
  94. data/docs/api/Brut/Framework/MCP.html +1 -1
  95. data/docs/api/Brut/Framework/ProjectEnvironment.html +1 -1
  96. data/docs/api/Brut/Framework.html +1 -1
  97. data/docs/api/Brut/FrontEnd/AssetPathResolver.html +1 -1
  98. data/docs/api/Brut/FrontEnd/Component/Helpers.html +1 -1
  99. data/docs/api/Brut/FrontEnd/Component.html +1 -1
  100. data/docs/api/Brut/FrontEnd/Components/ConstraintViolations.html +1 -1
  101. data/docs/api/Brut/FrontEnd/Components/FormTag.html +1 -1
  102. data/docs/api/Brut/FrontEnd/Components/I18nTranslations.html +1 -1
  103. data/docs/api/Brut/FrontEnd/Components/Input.html +1 -1
  104. data/docs/api/Brut/FrontEnd/Components/Inputs/CsrfToken.html +1 -1
  105. data/docs/api/Brut/FrontEnd/Components/Inputs/InputTag.html +1 -1
  106. data/docs/api/Brut/FrontEnd/Components/Inputs/RadioButton.html +1 -1
  107. data/docs/api/Brut/FrontEnd/Components/Inputs/SelectTagWithOptions.html +1 -1
  108. data/docs/api/Brut/FrontEnd/Components/Inputs/TextareaTag.html +1 -1
  109. data/docs/api/Brut/FrontEnd/Components/Inputs.html +1 -1
  110. data/docs/api/Brut/FrontEnd/Components/LocaleDetection.html +1 -1
  111. data/docs/api/Brut/FrontEnd/Components/PageIdentifier.html +1 -1
  112. data/docs/api/Brut/FrontEnd/Components/TimeTag.html +1 -1
  113. data/docs/api/Brut/FrontEnd/Components/Traceparent.html +1 -1
  114. data/docs/api/Brut/FrontEnd/Components.html +1 -1
  115. data/docs/api/Brut/FrontEnd/CsrfProtector.html +1 -1
  116. data/docs/api/Brut/FrontEnd/Download.html +1 -1
  117. data/docs/api/Brut/FrontEnd/Flash.html +1 -1
  118. data/docs/api/Brut/FrontEnd/Form.html +1 -1
  119. data/docs/api/Brut/FrontEnd/Forms/ConstraintViolation.html +1 -1
  120. data/docs/api/Brut/FrontEnd/Forms/Input/Color.html +1 -1
  121. data/docs/api/Brut/FrontEnd/Forms/Input/TimeOfDay.html +1 -1
  122. data/docs/api/Brut/FrontEnd/Forms/Input.html +1 -1
  123. data/docs/api/Brut/FrontEnd/Forms/InputDeclarations.html +1 -1
  124. data/docs/api/Brut/FrontEnd/Forms/InputDefinition.html +1 -1
  125. data/docs/api/Brut/FrontEnd/Forms/RadioButtonGroupInput.html +1 -1
  126. data/docs/api/Brut/FrontEnd/Forms/RadioButtonGroupInputDefinition.html +1 -1
  127. data/docs/api/Brut/FrontEnd/Forms/SelectInput.html +1 -1
  128. data/docs/api/Brut/FrontEnd/Forms/SelectInputDefinition.html +1 -1
  129. data/docs/api/Brut/FrontEnd/Forms/ValidityState.html +1 -1
  130. data/docs/api/Brut/FrontEnd/Forms.html +1 -1
  131. data/docs/api/Brut/FrontEnd/GenericResponse.html +1 -1
  132. data/docs/api/Brut/FrontEnd/Handler.html +1 -1
  133. data/docs/api/Brut/FrontEnd/Handlers/CspReportingHandler.html +1 -1
  134. data/docs/api/Brut/FrontEnd/Handlers/InstrumentationHandler/TraceParent.html +1 -1
  135. data/docs/api/Brut/FrontEnd/Handlers/InstrumentationHandler.html +1 -1
  136. data/docs/api/Brut/FrontEnd/Handlers/LocaleDetectionHandler.html +1 -1
  137. data/docs/api/Brut/FrontEnd/Handlers/MissingHandler/Form.html +1 -1
  138. data/docs/api/Brut/FrontEnd/Handlers/MissingHandler.html +1 -1
  139. data/docs/api/Brut/FrontEnd/Handlers.html +1 -1
  140. data/docs/api/Brut/FrontEnd/HandlingResults.html +1 -1
  141. data/docs/api/Brut/FrontEnd/HttpMethod.html +1 -1
  142. data/docs/api/Brut/FrontEnd/HttpStatus.html +1 -1
  143. data/docs/api/Brut/FrontEnd/InlineSvgLocator.html +1 -1
  144. data/docs/api/Brut/FrontEnd/Layout.html +1 -1
  145. data/docs/api/Brut/FrontEnd/Middleware.html +1 -1
  146. data/docs/api/Brut/FrontEnd/Middlewares/AnnotateBrutOwnedPaths.html +1 -1
  147. data/docs/api/Brut/FrontEnd/Middlewares/Favicon.html +1 -1
  148. data/docs/api/Brut/FrontEnd/Middlewares/OpenTelemetrySpan.html +1 -1
  149. data/docs/api/Brut/FrontEnd/Middlewares/ReloadApp.html +1 -1
  150. data/docs/api/Brut/FrontEnd/Middlewares.html +1 -1
  151. data/docs/api/Brut/FrontEnd/Page.html +1 -1
  152. data/docs/api/Brut/FrontEnd/Pages/MissingPage.html +1 -1
  153. data/docs/api/Brut/FrontEnd/Pages.html +1 -1
  154. data/docs/api/Brut/FrontEnd/RequestContext.html +1 -1
  155. data/docs/api/Brut/FrontEnd/RouteHook.html +1 -1
  156. data/docs/api/Brut/FrontEnd/RouteHooks/AgeFlash.html +1 -1
  157. data/docs/api/Brut/FrontEnd/RouteHooks/CSPNoInlineScripts.html +1 -1
  158. data/docs/api/Brut/FrontEnd/RouteHooks/CSPNoInlineStylesOrScripts/ReportOnly.html +1 -1
  159. data/docs/api/Brut/FrontEnd/RouteHooks/CSPNoInlineStylesOrScripts.html +1 -1
  160. data/docs/api/Brut/FrontEnd/RouteHooks/LocaleDetection.html +1 -1
  161. data/docs/api/Brut/FrontEnd/RouteHooks/SetupRequestContext.html +1 -1
  162. data/docs/api/Brut/FrontEnd/RouteHooks.html +1 -1
  163. data/docs/api/Brut/FrontEnd/Routing/FormHandlerRoute.html +1 -1
  164. data/docs/api/Brut/FrontEnd/Routing/FormRoute.html +1 -1
  165. data/docs/api/Brut/FrontEnd/Routing/MissingForm.html +1 -1
  166. data/docs/api/Brut/FrontEnd/Routing/MissingHandler.html +1 -1
  167. data/docs/api/Brut/FrontEnd/Routing/MissingPage.html +1 -1
  168. data/docs/api/Brut/FrontEnd/Routing/MissingPath.html +1 -1
  169. data/docs/api/Brut/FrontEnd/Routing/PageRoute.html +1 -1
  170. data/docs/api/Brut/FrontEnd/Routing/Route.html +1 -1
  171. data/docs/api/Brut/FrontEnd/Routing.html +1 -1
  172. data/docs/api/Brut/FrontEnd/Session.html +1 -1
  173. data/docs/api/Brut/FrontEnd.html +1 -1
  174. data/docs/api/Brut/I18n/BaseMethods.html +1 -1
  175. data/docs/api/Brut/I18n/ForBackEnd.html +1 -1
  176. data/docs/api/Brut/I18n/ForCLI.html +1 -1
  177. data/docs/api/Brut/I18n/ForHTML.html +1 -1
  178. data/docs/api/Brut/I18n/HTTPAcceptLanguage/AlwaysEnglish.html +1 -1
  179. data/docs/api/Brut/I18n/HTTPAcceptLanguage.html +1 -1
  180. data/docs/api/Brut/I18n.html +1 -1
  181. data/docs/api/Brut/Instrumentation/LoggerSpanExporter.html +1 -1
  182. data/docs/api/Brut/Instrumentation/OpenTelemetry/NormalizedAttributes.html +1 -1
  183. data/docs/api/Brut/Instrumentation/OpenTelemetry/Span.html +1 -1
  184. data/docs/api/Brut/Instrumentation/OpenTelemetry.html +1 -1
  185. data/docs/api/Brut/Instrumentation.html +1 -1
  186. data/docs/api/Brut/RubocopConfig.html +1 -1
  187. data/docs/api/Brut/SinatraHelpers/ClassMethods.html +1 -1
  188. data/docs/api/Brut/SinatraHelpers.html +1 -1
  189. data/docs/api/Brut/SpecSupport/ClockSupport.html +1 -1
  190. data/docs/api/Brut/SpecSupport/ComponentSupport.html +1 -1
  191. data/docs/api/Brut/SpecSupport/E2ETestServer.html +1 -1
  192. data/docs/api/Brut/SpecSupport/E2eSupport.html +1 -1
  193. data/docs/api/Brut/SpecSupport/EnhancedNode.html +1 -1
  194. data/docs/api/Brut/SpecSupport/FlashSupport.html +1 -1
  195. data/docs/api/Brut/SpecSupport/GeneralSupport/ClassMethods.html +1 -1
  196. data/docs/api/Brut/SpecSupport/GeneralSupport.html +1 -1
  197. data/docs/api/Brut/SpecSupport/HandlerSupport.html +1 -1
  198. data/docs/api/Brut/SpecSupport/Matchers/BeABug.html +1 -1
  199. data/docs/api/Brut/SpecSupport/Matchers/BePageFor.html +1 -1
  200. data/docs/api/Brut/SpecSupport/Matchers/BeRoutingFor.html +1 -1
  201. data/docs/api/Brut/SpecSupport/Matchers/HaveConstraintViolation.html +1 -1
  202. data/docs/api/Brut/SpecSupport/Matchers/HaveGenerated.html +1 -1
  203. data/docs/api/Brut/SpecSupport/Matchers/HaveHTMLAttribute.html +1 -1
  204. data/docs/api/Brut/SpecSupport/Matchers/HaveI18nString.html +1 -1
  205. data/docs/api/Brut/SpecSupport/Matchers/HaveLinkTo.html +1 -1
  206. data/docs/api/Brut/SpecSupport/Matchers/HaveRedirectedTo.html +1 -1
  207. data/docs/api/Brut/SpecSupport/Matchers/HaveReturnedHttpStatus.html +1 -1
  208. data/docs/api/Brut/SpecSupport/Matchers/HaveReturnedRackResponse.html +1 -1
  209. data/docs/api/Brut/SpecSupport/Matchers.html +1 -1
  210. data/docs/api/Brut/SpecSupport/RSpecSetup/OptionalSidekiqSupport.html +1 -1
  211. data/docs/api/Brut/SpecSupport/RSpecSetup.html +1 -1
  212. data/docs/api/Brut/SpecSupport/SessionSupport.html +1 -1
  213. data/docs/api/Brut/SpecSupport.html +1 -1
  214. data/docs/api/Brut.html +1 -1
  215. data/docs/api/Clock.html +1 -1
  216. data/docs/api/ModuleName.html +1 -1
  217. data/docs/api/RichString.html +1 -1
  218. data/docs/api/SemanticLogger/Appender/Async.html +1 -1
  219. data/docs/api/Sequel/Extensions/BrutInstrumentation.html +1 -1
  220. data/docs/api/Sequel/Extensions/BrutMigrations.html +1 -1
  221. data/docs/api/Sequel/Extensions.html +1 -1
  222. data/docs/api/Sequel/Plugins/CreatedAt/InstanceMethods.html +1 -1
  223. data/docs/api/Sequel/Plugins/CreatedAt.html +1 -1
  224. data/docs/api/Sequel/Plugins/ExternalId/ClassMethods.html +1 -1
  225. data/docs/api/Sequel/Plugins/ExternalId/InstanceMethods.html +1 -1
  226. data/docs/api/Sequel/Plugins/ExternalId.html +1 -1
  227. data/docs/api/Sequel/Plugins/FindBang/ClassMethods.html +1 -1
  228. data/docs/api/Sequel/Plugins/FindBang.html +1 -1
  229. data/docs/api/Sequel/Plugins.html +1 -1
  230. data/docs/api/Sequel.html +1 -1
  231. data/docs/api/_index.html +1 -1
  232. data/docs/api/file.README.html +1 -1
  233. data/docs/api/index.html +1 -1
  234. data/docs/api/top-level-namespace.html +1 -1
  235. data/docs/assets/{app.CmkhEsw7.js → app.BuBdZoUg.js} +1 -1
  236. data/docs/assets/basic-form-with-violations.Cv6Y9-Q_.png +0 -0
  237. data/docs/assets/basic-form.DbHnu0oW.png +0 -0
  238. data/docs/assets/chunks/@localSearchIndexroot.BZ_a3X0T.js +1 -0
  239. data/docs/assets/chunks/{VPLocalSearchBox.CDh583Oj.js → VPLocalSearchBox.UtnyvkX-.js} +1 -1
  240. data/docs/assets/chunks/{theme.B0_7GeW8.js → theme.DqwvuBEK.js} +2 -2
  241. data/docs/assets/{components.md.-22ecBxM.js → components.md.Bu80E2Nr.js} +3 -3
  242. data/docs/assets/{configuration.md.CLKL1lFf.js → configuration.md.CuIxVsSf.js} +1 -1
  243. data/docs/assets/{forms.md.CBI5--o2.js → forms.md.DnLbzVDa.js} +1 -1
  244. data/docs/assets/{getting-started.md.D5nzBZ4J.js → getting-started.md.DdQLmU3C.js} +2 -2
  245. data/docs/assets/initial-home-page.DNIaYmgP.png +0 -0
  246. data/docs/assets/new-post-editor.DrHr-5oh.png +0 -0
  247. data/docs/assets/new-post-home-page.Bm34lyMg.png +0 -0
  248. data/docs/assets/styled-form-with-server-side-violations.Bjxd8Dpv.png +0 -0
  249. data/docs/assets/styled-form-with-violations.Bv_sa9tg.png +0 -0
  250. data/docs/assets/styled-home-page-with-posts.Dd4kG89D.png +0 -0
  251. data/docs/assets/styled-home-page.BzdI7dWz.png +0 -0
  252. data/docs/assets/tutorial.md.C4zR5XPG.js +728 -0
  253. data/docs/assets/tutorial.md.C4zR5XPG.lean.js +1 -0
  254. data/docs/assets/welcome-to-brut.VSWzl17-.png +0 -0
  255. data/docs/assets.html +3 -3
  256. data/docs/brut-js/api/AjaxSubmit.html +1 -1
  257. data/docs/brut-js/api/AjaxSubmit.js.html +1 -1
  258. data/docs/brut-js/api/Autosubmit.html +1 -1
  259. data/docs/brut-js/api/Autosubmit.js.html +1 -1
  260. data/docs/brut-js/api/BaseCustomElement.html +1 -1
  261. data/docs/brut-js/api/BaseCustomElement.js.html +1 -1
  262. data/docs/brut-js/api/BrutCustomElements.html +1 -1
  263. data/docs/brut-js/api/BufferedLogger.html +1 -1
  264. data/docs/brut-js/api/ConfirmSubmit.html +18 -10
  265. data/docs/brut-js/api/ConfirmSubmit.js.html +29 -8
  266. data/docs/brut-js/api/ConfirmationDialog.html +1 -1
  267. data/docs/brut-js/api/ConfirmationDialog.js.html +1 -1
  268. data/docs/brut-js/api/ConstraintViolationMessage.html +1 -1
  269. data/docs/brut-js/api/ConstraintViolationMessage.js.html +1 -1
  270. data/docs/brut-js/api/ConstraintViolationMessages.html +1 -1
  271. data/docs/brut-js/api/ConstraintViolationMessages.js.html +1 -1
  272. data/docs/brut-js/api/CopyToClipboard.html +1 -1
  273. data/docs/brut-js/api/CopyToClipboard.js.html +1 -1
  274. data/docs/brut-js/api/Form.html +1 -1
  275. data/docs/brut-js/api/Form.js.html +1 -1
  276. data/docs/brut-js/api/I18nTranslation.html +1 -1
  277. data/docs/brut-js/api/I18nTranslation.js.html +1 -1
  278. data/docs/brut-js/api/LocaleDetection.html +1 -1
  279. data/docs/brut-js/api/LocaleDetection.js.html +1 -1
  280. data/docs/brut-js/api/Logger.html +1 -1
  281. data/docs/brut-js/api/Logger.js.html +1 -1
  282. data/docs/brut-js/api/Message.html +1 -1
  283. data/docs/brut-js/api/Message.js.html +1 -1
  284. data/docs/brut-js/api/PrefixedLogger.html +1 -1
  285. data/docs/brut-js/api/RichString.html +1 -1
  286. data/docs/brut-js/api/RichString.js.html +1 -1
  287. data/docs/brut-js/api/Tabs.html +1 -1
  288. data/docs/brut-js/api/Tabs.js.html +1 -1
  289. data/docs/brut-js/api/Tracing.html +1 -1
  290. data/docs/brut-js/api/Tracing.js.html +1 -1
  291. data/docs/brut-js/api/external-CustomElementRegistry.html +1 -1
  292. data/docs/brut-js/api/external-Performance.html +1 -1
  293. data/docs/brut-js/api/external-Promise.html +1 -1
  294. data/docs/brut-js/api/external-ValidityState.html +1 -1
  295. data/docs/brut-js/api/external-Window.html +1 -1
  296. data/docs/brut-js/api/external-fetch.html +1 -1
  297. data/docs/brut-js/api/global.html +1 -1
  298. data/docs/brut-js/api/index.html +1 -1
  299. data/docs/brut-js/api/index.js.html +1 -1
  300. data/docs/brut-js/api/module-testing.html +1 -1
  301. data/docs/brut-js/api/testing.AssetMetadata.html +1 -1
  302. data/docs/brut-js/api/testing.AssetMetadataLoader.html +1 -1
  303. data/docs/brut-js/api/testing.CustomElementTest.html +1 -1
  304. data/docs/brut-js/api/testing.DOMCreator.html +1 -1
  305. data/docs/brut-js/api/testing_AssetMetadata.js.html +1 -1
  306. data/docs/brut-js/api/testing_AssetMetadataLoader.js.html +1 -1
  307. data/docs/brut-js/api/testing_CustomElementTest.js.html +1 -1
  308. data/docs/brut-js/api/testing_DOMCreator.js.html +1 -1
  309. data/docs/brut-js/api/testing_index.js.html +1 -1
  310. data/docs/brut-js.html +3 -3
  311. data/docs/business-logic.html +3 -3
  312. data/docs/cli.html +3 -3
  313. data/docs/components.html +7 -7
  314. data/docs/configuration.html +5 -5
  315. data/docs/css.html +3 -3
  316. data/docs/custom-element-tests.html +3 -3
  317. data/docs/database-access.html +3 -3
  318. data/docs/database-schema.html +3 -3
  319. data/docs/deployment.html +3 -3
  320. data/docs/dev-environment.html +3 -3
  321. data/docs/dir-structure.html +3 -3
  322. data/docs/doc-conventions.html +3 -3
  323. data/docs/end-to-end-tests.html +3 -3
  324. data/docs/features.html +3 -3
  325. data/docs/flash-and-session.html +3 -3
  326. data/docs/form-constraints.html +3 -3
  327. data/docs/forms.html +5 -5
  328. data/docs/getting-started.html +6 -6
  329. data/docs/handlers.html +3 -3
  330. data/docs/hashmap.json +1 -1
  331. data/docs/hooks.html +3 -3
  332. data/docs/i18n.html +3 -3
  333. data/docs/index.html +3 -3
  334. data/docs/instrumentation.html +3 -3
  335. data/docs/javascript.html +3 -3
  336. data/docs/jobs.html +3 -3
  337. data/docs/keyword-injection.html +3 -3
  338. data/docs/layouts.html +3 -3
  339. data/docs/lsp.html +3 -3
  340. data/docs/markdown-examples.html +3 -3
  341. data/docs/middleware.html +3 -3
  342. data/docs/overview.html +3 -3
  343. data/docs/pages.html +3 -3
  344. data/docs/recipes/alternate-layouts.html +3 -3
  345. data/docs/recipes/authentication.html +3 -3
  346. data/docs/recipes/blank-layouts.html +3 -3
  347. data/docs/recipes/custom-flash.html +3 -3
  348. data/docs/recipes/indexed-forms.html +3 -3
  349. data/docs/recipes/migrations.html +3 -3
  350. data/docs/recipes/text-field-component.html +3 -3
  351. data/docs/roadmap.html +3 -3
  352. data/docs/routes.html +3 -3
  353. data/docs/security.html +3 -3
  354. data/docs/seed-data.html +3 -3
  355. data/docs/space-time-continuum.html +3 -3
  356. data/docs/tutorial.html +732 -5
  357. data/docs/unit-tests.html +3 -3
  358. data/docs/why.html +3 -3
  359. data/lib/brut/framework/config.rb +9 -14
  360. data/lib/brut/version.rb +1 -1
  361. data/mkbrut/Gemfile.lock +1 -1
  362. data/mkbrut/lib/mkbrut/version.rb +1 -1
  363. metadata +35 -15
  364. data/docs/assets/chunks/@localSearchIndexroot.DUha-mf5.js +0 -1
  365. data/docs/assets/tutorial.md.BIb7XT6j.js +0 -1
  366. data/docs/assets/tutorial.md.BIb7XT6j.lean.js +0 -1
  367. /data/docs/assets/{components.md.-22ecBxM.lean.js → components.md.Bu80E2Nr.lean.js} +0 -0
  368. /data/docs/assets/{configuration.md.CLKL1lFf.lean.js → configuration.md.CuIxVsSf.lean.js} +0 -0
  369. /data/docs/assets/{forms.md.CBI5--o2.lean.js → forms.md.DnLbzVDa.lean.js} +0 -0
  370. /data/docs/assets/{getting-started.md.D5nzBZ4J.lean.js → getting-started.md.DdQLmU3C.lean.js} +0 -0
@@ -0,0 +1 @@
1
+ import{_ as a,c as i,o as n,ag as e}from"./chunks/framework.1L-BeKqY.js";const t="/assets/welcome-to-brut.VSWzl17-.png",l="/assets/initial-home-page.DNIaYmgP.png",p="/assets/styled-home-page.BzdI7dWz.png",h="/assets/basic-form.DbHnu0oW.png",o="/assets/basic-form-with-violations.Cv6Y9-Q_.png",k="/assets/styled-form-with-violations.Bv_sa9tg.png",d="/assets/styled-form-with-server-side-violations.Bjxd8Dpv.png",r="/assets/styled-home-page-with-posts.Dd4kG89D.png",c="/assets/new-post-editor.DrHr-5oh.png",g="/assets/new-post-home-page.Bm34lyMg.png",B=JSON.parse('{"title":"Tutorial","description":"","frontmatter":{},"headers":[],"relativePath":"tutorial.md","filePath":"tutorial.md"}'),E={name:"tutorial.md"};function u(y,s,F,b,m,C){return n(),i("div",null,s[0]||(s[0]=[e("",358)]))}const f=a(E,[["render",u]]);export{B as __pageData,f as default};
data/docs/assets.html CHANGED
@@ -9,8 +9,8 @@
9
9
  <link rel="preload stylesheet" href="/assets/style.B1z60PPQ.css" as="style">
10
10
  <link rel="preload stylesheet" href="/vp-icons.css" as="style">
11
11
 
12
- <script type="module" src="/assets/app.CmkhEsw7.js"></script>
13
- <link rel="modulepreload" href="/assets/chunks/theme.B0_7GeW8.js">
12
+ <script type="module" src="/assets/app.BuBdZoUg.js"></script>
13
+ <link rel="modulepreload" href="/assets/chunks/theme.DqwvuBEK.js">
14
14
  <link rel="modulepreload" href="/assets/chunks/framework.1L-BeKqY.js">
15
15
  <link rel="modulepreload" href="/assets/assets.md.7C3HWkga.lean.js">
16
16
  <link rel="icon" href="/favicon.ico">
@@ -41,7 +41,7 @@
41
41
  <span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"> }</span></span>
42
42
  <span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;"> }</span></span>
43
43
  <span class="line"><span style="--shiki-light:#24292E;--shiki-dark:#E1E4E8;">}</span></span></code></pre></div><p>As you can see, this format could support multiple bundles and additional file types.</p></div></div></main><footer class="VPDocFooter" data-v-e6f2a212 data-v-1bcd8184><!--[--><!--]--><!----><nav class="prev-next" aria-labelledby="doc-footer-aria-label" data-v-1bcd8184><span class="visually-hidden" id="doc-footer-aria-label" data-v-1bcd8184>Pager</span><div class="pager" data-v-1bcd8184><a class="VPLink link pager-link prev" href="/css.html" data-v-1bcd8184><!--[--><span class="desc" data-v-1bcd8184>Previous page</span><span class="title" data-v-1bcd8184>CSS</span><!--]--></a></div><div class="pager" data-v-1bcd8184><a class="VPLink link pager-link next" href="/brut-js.html" data-v-1bcd8184><!--[--><span class="desc" data-v-1bcd8184>Next page</span><span class="title" data-v-1bcd8184>BrutJS</span><!--]--></a></div></nav></footer><!--[--><!--]--></div></div></div><!--[--><!--]--></div></div><!----><!--[--><!--]--></div></div>
44
- <script>window.__VP_HASH_MAP__=JSON.parse("{\"adrs.md\":\"BxjHi9-8\",\"ai.md\":\"Cy9GWnER\",\"assets.md\":\"7C3HWkga\",\"brut-js.md\":\"B4GYxQVw\",\"business-logic.md\":\"BY4hGy0m\",\"cli.md\":\"CjsktgFz\",\"components.md\":\"-22ecBxM\",\"configuration.md\":\"CLKL1lFf\",\"css.md\":\"CltvJqAa\",\"custom-element-tests.md\":\"B_rbta32\",\"database-access.md\":\"gnluu54N\",\"database-schema.md\":\"LpmBPVEU\",\"deployment.md\":\"BLseERGV\",\"dev-environment.md\":\"DRH2D2-O\",\"dir-structure.md\":\"CWir1pic\",\"doc-conventions.md\":\"DOkAuXlt\",\"end-to-end-tests.md\":\"DzqRpZ43\",\"features.md\":\"DPFXsy0z\",\"flash-and-session.md\":\"nPvUpnUx\",\"form-constraints.md\":\"DK5adCgM\",\"forms.md\":\"CBI5--o2\",\"getting-started.md\":\"D5nzBZ4J\",\"handlers.md\":\"h84MMB1R\",\"hooks.md\":\"Jmb5VOLA\",\"i18n.md\":\"BAm9t9JJ\",\"index.md\":\"Bn9e0sRJ\",\"instrumentation.md\":\"BgcaGVYH\",\"javascript.md\":\"DzrMxUmI\",\"jobs.md\":\"S-2amAYp\",\"keyword-injection.md\":\"95Zgh2eN\",\"layouts.md\":\"CVGl9xIO\",\"lsp.md\":\"Dn1rIiW0\",\"markdown-examples.md\":\"CCFEQO44\",\"middleware.md\":\"Czz_UlJN\",\"overview.md\":\"DlKiRRG_\",\"pages.md\":\"B7Hc-i6H\",\"recipes_alternate-layouts.md\":\"BwEytl59\",\"recipes_authentication.md\":\"Dzvi_g69\",\"recipes_blank-layouts.md\":\"fyAUJyJR\",\"recipes_custom-flash.md\":\"CrQbI5eH\",\"recipes_indexed-forms.md\":\"CstYyOSo\",\"recipes_migrations.md\":\"CTcnWDJF\",\"recipes_text-field-component.md\":\"H4wLAK0Z\",\"roadmap.md\":\"C6PRi0DX\",\"routes.md\":\"BD6y2i-f\",\"security.md\":\"C0G_AZR-\",\"seed-data.md\":\"BvFZlqIk\",\"space-time-continuum.md\":\"xl44xDos\",\"tutorial.md\":\"BIb7XT6j\",\"unit-tests.md\":\"DUGrnLj5\",\"why.md\":\"C-hk5xgJ\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"Brut RB\",\"description\":\"Documentation for the Brut.RB web framework.\",\"base\":\"/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"search\":{\"provider\":\"local\"},\"nav\":[{\"text\":\"Home\",\"link\":\"/\"},{\"text\":\"Getting Started\",\"link\":\"/getting-started\"},{\"text\":\"Overview\",\"link\":\"/overview\"},{\"text\":\"Brut API\",\"link\":\"/api/index.html\",\"target\":\"_self\"},{\"text\":\"BrutJS\",\"link\":\"/brut-js/api/index.html\",\"target\":\"_self\"},{\"text\":\"BrutCSS\",\"link\":\"/brut-css/index.html\",\"target\":\"_self\"}],\"outline\":[2,3],\"sidebar\":[{\"text\":\"Overview\",\"collapsed\":false,\"items\":[{\"text\":\"Getting Started\",\"link\":\"/getting-started\"},{\"text\":\"Concepts\",\"link\":\"/overview\"},{\"text\":\"Features\",\"link\":\"/features\"},{\"text\":\"Directory Structure\",\"link\":\"/dir-structure\"},{\"text\":\"Dev Environment\",\"link\":\"/dev-environment\"},{\"text\":\"Tutorial\",\"link\":\"/tutorial\"},{\"text\":\"Documentation Conventions\",\"link\":\"/doc-conventions\"}]},{\"text\":\"Front-End\",\"collapsed\":false,\"items\":[{\"text\":\"Routes\",\"link\":\"/routes\"},{\"text\":\"Pages\",\"link\":\"/pages\"},{\"text\":\"Layouts\",\"link\":\"/layouts\"},{\"text\":\"Forms\",\"link\":\"/forms\"},{\"text\":\"Form Constraints\",\"link\":\"/form-constraints\"},{\"text\":\"Handlers and Actions\",\"link\":\"/handlers\"},{\"text\":\"Components\",\"link\":\"/components\"},{\"text\":\"Flash and Session\",\"link\":\"/flash-and-session\"},{\"text\":\"Space/Time Continuum\",\"link\":\"/space-time-continuum\"},{\"text\":\"JavaScript\",\"link\":\"/javascript\"},{\"text\":\"CSS\",\"link\":\"/css\"},{\"text\":\"Assets\",\"link\":\"/assets\"},{\"text\":\"BrutJS\",\"link\":\"/brut-js\"}]},{\"text\":\"Back-End\",\"collapsed\":false,\"items\":[{\"text\":\"Database Schema\",\"link\":\"/database-schema\"},{\"text\":\"Database Access\",\"link\":\"/database-access\"},{\"text\":\"Seed Data\",\"link\":\"/seed-data\"},{\"text\":\"Jobs\",\"link\":\"/jobs\"},{\"text\":\"Business Logic\",\"link\":\"/business-logic\"}]},{\"text\":\"Framework\",\"collapsed\":false,\"items\":[{\"text\":\"Configuration\",\"link\":\"/configuration\"},{\"text\":\"Keyword Injection\",\"link\":\"/keyword-injection\"},{\"text\":\"I18n\",\"link\":\"/i18n\"},{\"text\":\"CLI / Tasks\",\"link\":\"/cli\"},{\"text\":\"Deployment\",\"link\":\"/deployment\"}]},{\"text\":\"Testing\",\"collapsed\":false,\"items\":[{\"text\":\"Unit Tests\",\"link\":\"/unit-tests\"},{\"text\":\"End-to-End Tests\",\"link\":\"/end-to-end-tests\"},{\"text\":\"Testing Custom Elements\",\"link\":\"/custom-element-tests\"}]},{\"text\":\"Advanced Topics\",\"collapsed\":true,\"items\":[{\"text\":\"Route Hooks\",\"link\":\"/hooks\"},{\"text\":\"Middleware\",\"link\":\"/middleware\"},{\"text\":\"Instrumentation\",\"link\":\"/instrumentation\"},{\"text\":\"Security\",\"link\":\"/security\"},{\"text\":\"LSP Support\",\"link\":\"/lsp\"}]},{\"text\":\"Recipes\",\"collapsed\":true,\"items\":[{\"text\":\"Migration Basics\",\"link\":\"/recipes/migrations\"},{\"text\":\"Authentication\",\"link\":\"/recipes/authentication\"},{\"text\":\"Alternate Layouts\",\"link\":\"/recipes/alternate-layouts\"},{\"text\":\"Blank Layouts\",\"link\":\"/recipes/blank-layouts\"},{\"text\":\"Custom Flash Class\",\"link\":\"/recipes/custom-flash\"},{\"text\":\"Indexed Form Elements\",\"link\":\"/recipes/indexed-forms\"},{\"text\":\"Text Field Component\",\"link\":\"/recipes/text-field-component\"}]},{\"text\":\"Meta\",\"collapsed\":false,\"items\":[{\"text\":\"Why?!\",\"link\":\"/why\"},{\"text\":\"ADRs\",\"link\":\"/adrs\"},{\"text\":\"Roadmap to 1.0\",\"link\":\"/roadmap\"},{\"text\":\"AI Declaration\",\"link\":\"/ai\"}]}],\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/thirdtank/brut\"}]},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":false}");</script>
44
+ <script>window.__VP_HASH_MAP__=JSON.parse("{\"adrs.md\":\"BxjHi9-8\",\"ai.md\":\"Cy9GWnER\",\"assets.md\":\"7C3HWkga\",\"brut-js.md\":\"B4GYxQVw\",\"business-logic.md\":\"BY4hGy0m\",\"cli.md\":\"CjsktgFz\",\"components.md\":\"Bu80E2Nr\",\"configuration.md\":\"CuIxVsSf\",\"css.md\":\"CltvJqAa\",\"custom-element-tests.md\":\"B_rbta32\",\"database-access.md\":\"gnluu54N\",\"database-schema.md\":\"LpmBPVEU\",\"deployment.md\":\"BLseERGV\",\"dev-environment.md\":\"DRH2D2-O\",\"dir-structure.md\":\"CWir1pic\",\"doc-conventions.md\":\"DOkAuXlt\",\"end-to-end-tests.md\":\"DzqRpZ43\",\"features.md\":\"DPFXsy0z\",\"flash-and-session.md\":\"nPvUpnUx\",\"form-constraints.md\":\"DK5adCgM\",\"forms.md\":\"DnLbzVDa\",\"getting-started.md\":\"DdQLmU3C\",\"handlers.md\":\"h84MMB1R\",\"hooks.md\":\"Jmb5VOLA\",\"i18n.md\":\"BAm9t9JJ\",\"index.md\":\"Bn9e0sRJ\",\"instrumentation.md\":\"BgcaGVYH\",\"javascript.md\":\"DzrMxUmI\",\"jobs.md\":\"S-2amAYp\",\"keyword-injection.md\":\"95Zgh2eN\",\"layouts.md\":\"CVGl9xIO\",\"lsp.md\":\"Dn1rIiW0\",\"markdown-examples.md\":\"CCFEQO44\",\"middleware.md\":\"Czz_UlJN\",\"overview.md\":\"DlKiRRG_\",\"pages.md\":\"B7Hc-i6H\",\"recipes_alternate-layouts.md\":\"BwEytl59\",\"recipes_authentication.md\":\"Dzvi_g69\",\"recipes_blank-layouts.md\":\"fyAUJyJR\",\"recipes_custom-flash.md\":\"CrQbI5eH\",\"recipes_indexed-forms.md\":\"CstYyOSo\",\"recipes_migrations.md\":\"CTcnWDJF\",\"recipes_text-field-component.md\":\"H4wLAK0Z\",\"roadmap.md\":\"C6PRi0DX\",\"routes.md\":\"BD6y2i-f\",\"security.md\":\"C0G_AZR-\",\"seed-data.md\":\"BvFZlqIk\",\"space-time-continuum.md\":\"xl44xDos\",\"tutorial.md\":\"C4zR5XPG\",\"unit-tests.md\":\"DUGrnLj5\",\"why.md\":\"C-hk5xgJ\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"Brut RB\",\"description\":\"Documentation for the Brut.RB web framework.\",\"base\":\"/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"search\":{\"provider\":\"local\"},\"nav\":[{\"text\":\"Home\",\"link\":\"/\"},{\"text\":\"Getting Started\",\"link\":\"/getting-started\"},{\"text\":\"Overview\",\"link\":\"/overview\"},{\"text\":\"Brut API\",\"link\":\"/api/index.html\",\"target\":\"_self\"},{\"text\":\"BrutJS\",\"link\":\"/brut-js/api/index.html\",\"target\":\"_self\"},{\"text\":\"BrutCSS\",\"link\":\"/brut-css/index.html\",\"target\":\"_self\"}],\"outline\":[2,3],\"sidebar\":[{\"text\":\"Overview\",\"collapsed\":false,\"items\":[{\"text\":\"Getting Started\",\"link\":\"/getting-started\"},{\"text\":\"Concepts\",\"link\":\"/overview\"},{\"text\":\"Features\",\"link\":\"/features\"},{\"text\":\"Directory Structure\",\"link\":\"/dir-structure\"},{\"text\":\"Dev Environment\",\"link\":\"/dev-environment\"},{\"text\":\"Tutorial\",\"link\":\"/tutorial\"},{\"text\":\"Documentation Conventions\",\"link\":\"/doc-conventions\"}]},{\"text\":\"Front-End\",\"collapsed\":false,\"items\":[{\"text\":\"Routes\",\"link\":\"/routes\"},{\"text\":\"Pages\",\"link\":\"/pages\"},{\"text\":\"Layouts\",\"link\":\"/layouts\"},{\"text\":\"Forms\",\"link\":\"/forms\"},{\"text\":\"Form Constraints\",\"link\":\"/form-constraints\"},{\"text\":\"Handlers and Actions\",\"link\":\"/handlers\"},{\"text\":\"Components\",\"link\":\"/components\"},{\"text\":\"Flash and Session\",\"link\":\"/flash-and-session\"},{\"text\":\"Space/Time Continuum\",\"link\":\"/space-time-continuum\"},{\"text\":\"JavaScript\",\"link\":\"/javascript\"},{\"text\":\"CSS\",\"link\":\"/css\"},{\"text\":\"Assets\",\"link\":\"/assets\"},{\"text\":\"BrutJS\",\"link\":\"/brut-js\"}]},{\"text\":\"Back-End\",\"collapsed\":false,\"items\":[{\"text\":\"Database Schema\",\"link\":\"/database-schema\"},{\"text\":\"Database Access\",\"link\":\"/database-access\"},{\"text\":\"Seed Data\",\"link\":\"/seed-data\"},{\"text\":\"Jobs\",\"link\":\"/jobs\"},{\"text\":\"Business Logic\",\"link\":\"/business-logic\"}]},{\"text\":\"Framework\",\"collapsed\":false,\"items\":[{\"text\":\"Configuration\",\"link\":\"/configuration\"},{\"text\":\"Keyword Injection\",\"link\":\"/keyword-injection\"},{\"text\":\"I18n\",\"link\":\"/i18n\"},{\"text\":\"CLI / Tasks\",\"link\":\"/cli\"},{\"text\":\"Deployment\",\"link\":\"/deployment\"}]},{\"text\":\"Testing\",\"collapsed\":false,\"items\":[{\"text\":\"Unit Tests\",\"link\":\"/unit-tests\"},{\"text\":\"End-to-End Tests\",\"link\":\"/end-to-end-tests\"},{\"text\":\"Testing Custom Elements\",\"link\":\"/custom-element-tests\"}]},{\"text\":\"Advanced Topics\",\"collapsed\":true,\"items\":[{\"text\":\"Route Hooks\",\"link\":\"/hooks\"},{\"text\":\"Middleware\",\"link\":\"/middleware\"},{\"text\":\"Instrumentation\",\"link\":\"/instrumentation\"},{\"text\":\"Security\",\"link\":\"/security\"},{\"text\":\"LSP Support\",\"link\":\"/lsp\"}]},{\"text\":\"Recipes\",\"collapsed\":true,\"items\":[{\"text\":\"Migration Basics\",\"link\":\"/recipes/migrations\"},{\"text\":\"Authentication\",\"link\":\"/recipes/authentication\"},{\"text\":\"Alternate Layouts\",\"link\":\"/recipes/alternate-layouts\"},{\"text\":\"Blank Layouts\",\"link\":\"/recipes/blank-layouts\"},{\"text\":\"Custom Flash Class\",\"link\":\"/recipes/custom-flash\"},{\"text\":\"Indexed Form Elements\",\"link\":\"/recipes/indexed-forms\"},{\"text\":\"Text Field Component\",\"link\":\"/recipes/text-field-component\"}]},{\"text\":\"Meta\",\"collapsed\":false,\"items\":[{\"text\":\"Why?!\",\"link\":\"/why\"},{\"text\":\"ADRs\",\"link\":\"/adrs\"},{\"text\":\"Roadmap to 1.0\",\"link\":\"/roadmap\"},{\"text\":\"AI Declaration\",\"link\":\"/ai\"}]}],\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/thirdtank/brut\"}]},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":false}");</script>
45
45
 
46
46
  </body>
47
47
  </html>
@@ -414,7 +414,7 @@ cause any form submission to be delayed by 2s to allow you to read the console.<
414
414
  <br class="clear">
415
415
 
416
416
  <footer>
417
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
417
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
418
418
  </footer>
419
419
 
420
420
  <script> prettyPrint(); </script>
@@ -462,7 +462,7 @@ export default AjaxSubmit
462
462
  <br class="clear">
463
463
 
464
464
  <footer>
465
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
465
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
466
466
  </footer>
467
467
 
468
468
  <script> prettyPrint(); </script>
@@ -183,7 +183,7 @@ That means if your input/textarea/select uses the <code>form</code> attribute, t
183
183
  <br class="clear">
184
184
 
185
185
  <footer>
186
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
186
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
187
187
  </footer>
188
188
 
189
189
  <script> prettyPrint(); </script>
@@ -105,7 +105,7 @@ export default Autosubmit
105
105
  <br class="clear">
106
106
 
107
107
  <footer>
108
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
108
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
109
109
  </footer>
110
110
 
111
111
  <script> prettyPrint(); </script>
@@ -1082,7 +1082,7 @@ this inside a <code>DOMContentLoaded</code> event, or after the page's HTML has
1082
1082
  <br class="clear">
1083
1083
 
1084
1084
  <footer>
1085
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
1085
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
1086
1086
  </footer>
1087
1087
 
1088
1088
  <script> prettyPrint(); </script>
@@ -303,7 +303,7 @@ export default BaseCustomElement
303
303
  <br class="clear">
304
304
 
305
305
  <footer>
306
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
306
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
307
307
  </footer>
308
308
 
309
309
  <script> prettyPrint(); </script>
@@ -163,7 +163,7 @@ elements.</p></div>
163
163
  <br class="clear">
164
164
 
165
165
  <footer>
166
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
166
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
167
167
  </footer>
168
168
 
169
169
  <script> prettyPrint(); </script>
@@ -164,7 +164,7 @@ information captured before warnings were turned on.</p></div>
164
164
  <br class="clear">
165
165
 
166
166
  <footer>
167
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
167
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
168
168
  </footer>
169
169
 
170
170
  <script> prettyPrint(); </script>
@@ -33,13 +33,19 @@
33
33
  <h3><code>&lt;brut-confirm-submit&gt;</code></h3>
34
34
 
35
35
 
36
- <div class="class-description"><p>Confirms form submissions with the user before allowing the form to be submitted. This can be applied per submit
37
- button and only affects the behavior of <code>button</code> or <code>input type=submit</code>, and <em>only</em> if no other click handler
38
- has been put onto those buttons. Note that this does not affect links (<code>a</code> elements).</p>
39
- <p>This can ask for confirmation with <a href="external-Window.html#confirm"><code>external:Window#confirm</code></a> or a
40
- <code>brut-confirmation-dialog</code>. What it will use depends on several factors, all of which
41
- are geared toward doing the right thing. Note that setting <code>show-warnings</code> will elucidate the reasons
42
- this component does what it does.</p>
36
+ <div class="class-description"><p>Confirms form submissions with the user before allowing the form to be submitted. This is applied
37
+ to buttons, not forms, to allow for finer control over the behavior.</p>
38
+ <ul>
39
+ <li>This only works for <code>button</code> or <code>input type=submit</code></li>
40
+ <li>The elements must have a form, either by being inside a form or having
41
+ a <code>form</code> attribute.</li>
42
+ <li>If the form is not valid, it will not show the confirmation dialog.</li>
43
+ </ul>
44
+ <p>By default, this will use <a href="external-Window.html#confirm"><code>external:Window#confirm</code></a>. if &quot;OK&quot; is pressed,
45
+ the button click goes through and the form would be submitted. If &quot;Cancel&quot; is pressed,
46
+ the event is prevented.</p>
47
+ <p>If there is a <code>brut-confirmation-dialog</code> on the page, this component can use that, possibly
48
+ with help from the <code>dialog</code> attribute as followed:</p>
43
49
  <ul>
44
50
  <li>If <code>dialog</code> is set:
45
51
  <ul>
@@ -53,7 +59,9 @@ this component does what it does.</p>
53
59
  <li>If there is more than one, or no <code>&lt;brut-confirmation-dialog&gt;</code>s, <code>window.confirm</code> is used.</li>
54
60
  </ul>
55
61
  </li>
56
- </ul></div>
62
+ </ul>
63
+ <p>If the wrong dialog or notification method is happening, set <code>show-warnings</code> on the element, and it will
64
+ print out why it's doing what it's doing.</p></div>
57
65
 
58
66
 
59
67
  </header>
@@ -194,7 +202,7 @@ If there is no such dialog or the id references the wrong element type,
194
202
 
195
203
  <dt class="tag-source">Source:</dt>
196
204
  <dd class="tag-source"><ul class="dummy"><li>
197
- <a href="ConfirmSubmit.js.html">ConfirmSubmit.js</a>, <a href="ConfirmSubmit.js.html#line31">line 31</a>
205
+ <a href="ConfirmSubmit.js.html">ConfirmSubmit.js</a>, <a href="ConfirmSubmit.js.html#line41">line 41</a>
198
206
  </li></ul></dd>
199
207
 
200
208
 
@@ -269,7 +277,7 @@ If there is no such dialog or the id references the wrong element type,
269
277
  <br class="clear">
270
278
 
271
279
  <footer>
272
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
280
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
273
281
  </footer>
274
282
 
275
283
  <script> prettyPrint(); </script>
@@ -30,14 +30,21 @@
30
30
  import RichString from "./RichString"
31
31
  import ConfirmationDialog from "./ConfirmationDialog"
32
32
 
33
- /** Confirms form submissions with the user before allowing the form to be submitted. This can be applied per submit
34
- * button and only affects the behavior of `button` or `input type=submit`, and *only* if no other click handler
35
- * has been put onto those buttons. Note that this does not affect links (`a` elements).
33
+ /** Confirms form submissions with the user before allowing the form to be submitted. This is applied
34
+ * to buttons, not forms, to allow for finer control over the behavior.
36
35
  *
37
- * This can ask for confirmation with {@link external:Window#confirm} or a
38
- * `brut-confirmation-dialog`. What it will use depends on several factors, all of which
39
- * are geared toward doing the right thing. Note that setting `show-warnings` will elucidate the reasons
40
- * this component does what it does.
36
+ * * This only works for `button` or `input type=submit`
37
+ * * The elements must have a form, either by being inside a form or having
38
+ * a `form` attribute.
39
+ * * If the form is not valid, it will not show the confirmation dialog.
40
+ *
41
+ *
42
+ * By default, this will use {@link external:Window#confirm}. if "OK" is pressed,
43
+ * the button click goes through and the form would be submitted. If "Cancel" is pressed,
44
+ * the event is prevented.
45
+ *
46
+ * If there is a `brut-confirmation-dialog` on the page, this component can use that, possibly
47
+ * with help from the `dialog` attribute as followed:
41
48
  *
42
49
  * * If `dialog` is set:
43
50
  * - If that id is on a `&lt;brut-confirmation-dialog>` that is used.
@@ -46,6 +53,9 @@ import ConfirmationDialog from "./ConfirmationDialog"
46
53
  * - If there is exactly one `&lt;brut-confirmation-dialog>` on the page, this is used.
47
54
  * - If there is more than one, or no `&lt;brut-confirmation-dialog>`s, `window.confirm` is used.
48
55
  *
56
+ * If the wrong dialog or notification method is happening, set `show-warnings` on the element, and it will
57
+ * print out why it's doing what it's doing.
58
+ *
49
59
  * @see ConfirmationDialog
50
60
  *
51
61
  * @property {string} message - the message to show that asks for confirmation. It should be written such that
@@ -88,6 +98,17 @@ class ConfirmSubmit extends BaseCustomElement {
88
98
  this.logger.warn("No message provided, so cannot confirm")
89
99
  return
90
100
  }
101
+ const form = event.currentTarget.form
102
+
103
+ if (!form) {
104
+ this.logger.warn("Element was not part of a form, so cannot confirm submission")
105
+ return
106
+ }
107
+
108
+ if (!form.checkValidity()) {
109
+ return
110
+ }
111
+
91
112
  const dialog = this.#findDialog()
92
113
  if (dialog) {
93
114
  event.preventDefault()
@@ -158,7 +179,7 @@ export default ConfirmSubmit
158
179
  <br class="clear">
159
180
 
160
181
  <footer>
161
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
182
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
162
183
  </footer>
163
184
 
164
185
  <script> prettyPrint(); </script>
@@ -416,7 +416,7 @@ denied, respectively.</p></td>
416
416
  <br class="clear">
417
417
 
418
418
  <footer>
419
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
419
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
420
420
  </footer>
421
421
 
422
422
  <script> prettyPrint(); </script>
@@ -185,7 +185,7 @@ export default ConfirmationDialog
185
185
  <br class="clear">
186
186
 
187
187
  <footer>
188
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
188
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
189
189
  </footer>
190
190
 
191
191
  <script> prettyPrint(); </script>
@@ -439,7 +439,7 @@ are managed.</p>
439
439
  <br class="clear">
440
440
 
441
441
  <footer>
442
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
442
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
443
443
  </footer>
444
444
 
445
445
  <script> prettyPrint(); </script>
@@ -167,7 +167,7 @@ export default ConstraintViolationMessage
167
167
  <br class="clear">
168
168
 
169
169
  <footer>
170
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
170
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
171
171
  </footer>
172
172
 
173
173
  <script> prettyPrint(); </script>
@@ -581,7 +581,7 @@ true. Thus, a <code>&lt;brut-cv&gt;</code> would be created with <code>key=&quo
581
581
  <br class="clear">
582
582
 
583
583
  <footer>
584
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
584
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
585
585
  </footer>
586
586
 
587
587
  <script> prettyPrint(); </script>
@@ -140,7 +140,7 @@ export default ConstraintViolationMessages
140
140
  <br class="clear">
141
141
 
142
142
  <footer>
143
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
143
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
144
144
  </footer>
145
145
 
146
146
  <script> prettyPrint(); </script>
@@ -336,7 +336,7 @@ c. The <code>brut:copyfailed</code> event is fired. It's detail contains a <code
336
336
  <br class="clear">
337
337
 
338
338
  <footer>
339
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
339
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
340
340
  </footer>
341
341
 
342
342
  <script> prettyPrint(); </script>
@@ -138,7 +138,7 @@ export default CopyToClipboard
138
138
  <br class="clear">
139
139
 
140
140
  <footer>
141
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
141
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
142
142
  </footer>
143
143
 
144
144
  <script> prettyPrint(); </script>
@@ -285,7 +285,7 @@ when constraint violations have cleared.event:</li>
285
285
  <br class="clear">
286
286
 
287
287
  <footer>
288
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
288
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
289
289
  </footer>
290
290
 
291
291
  <script> prettyPrint(); </script>
@@ -193,7 +193,7 @@ export default Form
193
193
  <br class="clear">
194
194
 
195
195
  <footer>
196
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
196
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
197
197
  </footer>
198
198
 
199
199
  <script> prettyPrint(); </script>
@@ -400,7 +400,7 @@ if (element) {
400
400
  <br class="clear">
401
401
 
402
402
  <footer>
403
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
403
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
404
404
  </footer>
405
405
 
406
406
  <script> prettyPrint(); </script>
@@ -103,7 +103,7 @@ export default I18nTranslation
103
103
  <br class="clear">
104
104
 
105
105
  <footer>
106
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
106
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
107
107
  </footer>
108
108
 
109
109
  <script> prettyPrint(); </script>
@@ -303,7 +303,7 @@ set. Further note that this will only contact the server once per page load, un
303
303
  <br class="clear">
304
304
 
305
305
  <footer>
306
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
306
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
307
307
  </footer>
308
308
 
309
309
  <script> prettyPrint(); </script>
@@ -159,7 +159,7 @@ export default LocaleDetection
159
159
  <br class="clear">
160
160
 
161
161
  <footer>
162
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
162
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
163
163
  </footer>
164
164
 
165
165
  <script> prettyPrint(); </script>
@@ -693,7 +693,7 @@ in the console to help debug.</p></div>
693
693
  <br class="clear">
694
694
 
695
695
  <footer>
696
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
696
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
697
697
  </footer>
698
698
 
699
699
  <script> prettyPrint(); </script>
@@ -132,7 +132,7 @@ export default Logger
132
132
  <br class="clear">
133
133
 
134
134
  <footer>
135
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
135
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
136
136
  </footer>
137
137
 
138
138
  <script> prettyPrint(); </script>
@@ -229,7 +229,7 @@ the element will not render any text.</p></td>
229
229
  <br class="clear">
230
230
 
231
231
  <footer>
232
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
232
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
233
233
  </footer>
234
234
 
235
235
  <script> prettyPrint(); </script>
@@ -98,7 +98,7 @@ export default Message
98
98
  <br class="clear">
99
99
 
100
100
  <footer>
101
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
101
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
102
102
  </footer>
103
103
 
104
104
  <script> prettyPrint(); </script>
@@ -360,7 +360,7 @@ messages output.</p></td>
360
360
  <br class="clear">
361
361
 
362
362
  <footer>
363
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
363
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
364
364
  </footer>
365
365
 
366
366
  <script> prettyPrint(); </script>
@@ -1040,7 +1040,7 @@ as well as handle <code>null</code>.</p>
1040
1040
  <br class="clear">
1041
1041
 
1042
1042
  <footer>
1043
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
1043
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
1044
1044
  </footer>
1045
1045
 
1046
1046
  <script> prettyPrint(); </script>
@@ -155,7 +155,7 @@ export default RichString
155
155
  <br class="clear">
156
156
 
157
157
  <footer>
158
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
158
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
159
159
  </footer>
160
160
 
161
161
  <script> prettyPrint(); </script>
@@ -286,7 +286,7 @@ style UI.</p></td>
286
286
  <br class="clear">
287
287
 
288
288
  <footer>
289
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
289
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
290
290
  </footer>
291
291
 
292
292
  <script> prettyPrint(); </script>
@@ -210,7 +210,7 @@ export default Tabs
210
210
  <br class="clear">
211
211
 
212
212
  <footer>
213
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
213
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
214
214
  </footer>
215
215
 
216
216
  <script> prettyPrint(); </script>
@@ -268,7 +268,7 @@ Of course, this element is many magnitudes smaller in size than Open Telemetry's
268
268
  <br class="clear">
269
269
 
270
270
  <footer>
271
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
271
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
272
272
  </footer>
273
273
 
274
274
  <script> prettyPrint(); </script>
@@ -289,7 +289,7 @@ export default Tracing
289
289
  <br class="clear">
290
290
 
291
291
  <footer>
292
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
292
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
293
293
  </footer>
294
294
 
295
295
  <script> prettyPrint(); </script>
@@ -131,7 +131,7 @@
131
131
  <br class="clear">
132
132
 
133
133
  <footer>
134
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
134
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
135
135
  </footer>
136
136
 
137
137
  <script> prettyPrint(); </script>
@@ -129,7 +129,7 @@
129
129
  <br class="clear">
130
130
 
131
131
  <footer>
132
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
132
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
133
133
  </footer>
134
134
 
135
135
  <script> prettyPrint(); </script>
@@ -129,7 +129,7 @@
129
129
  <br class="clear">
130
130
 
131
131
  <footer>
132
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
132
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
133
133
  </footer>
134
134
 
135
135
  <script> prettyPrint(); </script>
@@ -129,7 +129,7 @@
129
129
  <br class="clear">
130
130
 
131
131
  <footer>
132
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
132
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
133
133
  </footer>
134
134
 
135
135
  <script> prettyPrint(); </script>
@@ -224,7 +224,7 @@
224
224
  <br class="clear">
225
225
 
226
226
  <footer>
227
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Thu Aug 07 2025 21:05:56 GMT+0000 (Coordinated Universal Time)
227
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.4</a> on Tue Aug 12 2025 16:58:18 GMT+0000 (Coordinated Universal Time)
228
228
  </footer>
229
229
 
230
230
  <script> prettyPrint(); </script>