@saltcorn/server 1.3.1-beta.8 → 1.3.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 (1738) hide show
  1. package/CHANGELOG.md +14 -4
  2. package/auth/routes.js +27 -5
  3. package/docs/assets/hierarchy.js +1 -0
  4. package/docs/assets/icons.js +18 -0
  5. package/docs/assets/icons.svg +1 -0
  6. package/docs/assets/main.js +5 -3
  7. package/docs/assets/navigation.js +1 -0
  8. package/docs/assets/search.js +1 -1
  9. package/docs/assets/style.css +1449 -1183
  10. package/docs/classes/_saltcorn_admin-models.models_snapshot.export_.html +14 -0
  11. package/docs/classes/_saltcorn_common-code.relations_relation.Relation.html +13 -0
  12. package/docs/classes/_saltcorn_common-code.relations_relations_finder.RelationsFinder.html +11 -0
  13. package/docs/classes/_saltcorn_data.diagram_cy_raster.default.html +13 -0
  14. package/docs/classes/_saltcorn_data.diagram_nodes_dummy_node.DummyNode.html +19 -0
  15. package/docs/classes/_saltcorn_data.diagram_nodes_node.default.html +20 -0
  16. package/docs/classes/_saltcorn_data.diagram_nodes_page_node.PageNode.html +20 -0
  17. package/docs/classes/_saltcorn_data.diagram_nodes_table_node.TableNode.html +20 -0
  18. package/docs/classes/_saltcorn_data.diagram_nodes_trigger_node.TriggerNode.html +19 -0
  19. package/docs/classes/_saltcorn_data.diagram_nodes_view_node.ViewNode.html +20 -0
  20. package/docs/classes/_saltcorn_data.mobile-mocks_node_async_hooks.AsyncLocalStorage.html +4 -0
  21. package/docs/classes/_saltcorn_data.models_crash.export_.html +19 -0
  22. package/docs/classes/_saltcorn_data.models_eventlog.export_.html +20 -0
  23. package/docs/classes/_saltcorn_data.models_field.export_.html +85 -0
  24. package/docs/classes/_saltcorn_data.models_fieldrepeat.export_.html +18 -0
  25. package/docs/classes/_saltcorn_data.models_file.export_.html +92 -0
  26. package/docs/classes/_saltcorn_data.models_form.export_.html +40 -0
  27. package/docs/classes/_saltcorn_data.models_internal_push_message_helper.PushMessageHelper.html +12 -0
  28. package/docs/classes/_saltcorn_data.models_library.export_.html +15 -0
  29. package/docs/classes/_saltcorn_data.models_model.export_.html +20 -0
  30. package/docs/classes/_saltcorn_data.models_model_instance.export_.html +23 -0
  31. package/docs/classes/_saltcorn_data.models_notification.export_.html +19 -0
  32. package/docs/classes/_saltcorn_data.models_page.export_.html +34 -0
  33. package/docs/classes/_saltcorn_data.models_page_group.export_.html +52 -0
  34. package/docs/classes/_saltcorn_data.models_page_group_member.export_.html +28 -0
  35. package/docs/classes/_saltcorn_data.models_plugin.export_.html +38 -0
  36. package/docs/classes/_saltcorn_data.models_role.export_.html +11 -0
  37. package/docs/classes/_saltcorn_data.models_table.export_.html +294 -0
  38. package/docs/classes/_saltcorn_data.models_table_constraints.export_.html +15 -0
  39. package/docs/classes/_saltcorn_data.models_tag.export_.html +23 -0
  40. package/docs/classes/_saltcorn_data.models_tag_entry.export_.html +14 -0
  41. package/docs/classes/_saltcorn_data.models_trigger.export_.html +62 -0
  42. package/docs/classes/_saltcorn_data.models_user.export_.html +90 -0
  43. package/docs/classes/_saltcorn_data.models_view.export_.html +82 -0
  44. package/docs/classes/_saltcorn_data.models_workflow.export_.html +19 -0
  45. package/docs/classes/_saltcorn_data.models_workflow_run.export_.html +37 -0
  46. package/docs/classes/_saltcorn_data.models_workflow_step.export_.html +26 -0
  47. package/docs/classes/_saltcorn_data.models_workflow_trace.export_-1.html +20 -0
  48. package/docs/classes/_saltcorn_data.models_workflow_trace.export_.html +16 -0
  49. package/docs/classes/_saltcorn_mobile-builder.mobile-builder.MobileBuilder.html +37 -0
  50. package/docs/classes/_saltcorn_mobile-builder.utils_capacitor-helper.CapacitorHelper.html +21 -0
  51. package/docs/enums/_saltcorn_common-code.relations_relation_types.RelationType.html +7 -0
  52. package/docs/enums/_saltcorn_common-code.relations_relation_types.ViewDisplayType.html +4 -0
  53. package/docs/functions/_saltcorn_admin-models.models_config-check.runConfigurationCheck.html +2 -0
  54. package/docs/functions/_saltcorn_common-code.relations_relation_helpers.buildRelationPath.html +5 -0
  55. package/docs/functions/_saltcorn_common-code.relations_relation_helpers.buildTableCaches.html +3 -0
  56. package/docs/functions/_saltcorn_common-code.relations_relation_helpers.parseLegacyRelation.html +1 -0
  57. package/docs/functions/_saltcorn_common-code.relations_relation_helpers.parseRelationPath.html +4 -0
  58. package/docs/functions/_saltcorn_common-code.tests_test_data.fixturesData.html +1 -0
  59. package/docs/functions/_saltcorn_common-code.tests_test_data.withAnotherUserField.html +1 -0
  60. package/docs/functions/_saltcorn_common-code.tests_test_data.withKeyFromLayerThree.html +1 -0
  61. package/docs/functions/_saltcorn_common-code.tests_test_data.withKeyFromLayerTwo.html +1 -0
  62. package/docs/functions/_saltcorn_common-code.tests_test_data.withMultipleInbounds.html +1 -0
  63. package/docs/functions/_saltcorn_common-code.tests_test_data.withSecondTopicField.html +1 -0
  64. package/docs/functions/_saltcorn_common-code.tests_test_data.withSimplePostTopicrelation.html +1 -0
  65. package/docs/functions/_saltcorn_data.base-plugin_fieldviews.radio_select.run.html +1 -0
  66. package/docs/functions/_saltcorn_data.base-plugin_fieldviews.search_or_create.configFields.html +1 -0
  67. package/docs/functions/_saltcorn_data.base-plugin_fieldviews.search_or_create.run.html +1 -0
  68. package/docs/functions/_saltcorn_data.base-plugin_fieldviews.select.run.html +1 -0
  69. package/docs/functions/_saltcorn_data.base-plugin_fieldviews.select_from_table.fill_options.html +1 -0
  70. package/docs/functions/_saltcorn_data.base-plugin_fieldviews.select_from_table.run.html +1 -0
  71. package/docs/functions/_saltcorn_data.base-plugin_types.bool.contract.html +1 -0
  72. package/docs/functions/_saltcorn_data.base-plugin_types.bool.fieldviews.TrueFalse.run.html +1 -0
  73. package/docs/functions/_saltcorn_data.base-plugin_types.bool.fieldviews.checkboxes.run.html +1 -0
  74. package/docs/functions/_saltcorn_data.base-plugin_types.bool.fieldviews.edit.run.html +1 -0
  75. package/docs/functions/_saltcorn_data.base-plugin_types.bool.fieldviews.show.run.html +1 -0
  76. package/docs/functions/_saltcorn_data.base-plugin_types.bool.fieldviews.tristate.run.html +1 -0
  77. package/docs/functions/_saltcorn_data.base-plugin_types.bool.listAs.html +1 -0
  78. package/docs/functions/_saltcorn_data.base-plugin_types.bool.read.html +1 -0
  79. package/docs/functions/_saltcorn_data.base-plugin_types.bool.readFromDB.html +1 -0
  80. package/docs/functions/_saltcorn_data.base-plugin_types.bool.readFromFormRecord.html +1 -0
  81. package/docs/functions/_saltcorn_data.base-plugin_types.bool.validate.html +1 -0
  82. package/docs/functions/_saltcorn_data.base-plugin_types.color.contract.html +1 -0
  83. package/docs/functions/_saltcorn_data.base-plugin_types.color.fieldviews.edit.run.html +1 -0
  84. package/docs/functions/_saltcorn_data.base-plugin_types.color.fieldviews.show.run.html +1 -0
  85. package/docs/functions/_saltcorn_data.base-plugin_types.color.read.html +1 -0
  86. package/docs/functions/_saltcorn_data.base-plugin_types.color.validate.html +1 -0
  87. package/docs/functions/_saltcorn_data.base-plugin_types.date.contract.html +1 -0
  88. package/docs/functions/_saltcorn_data.base-plugin_types.date.equals.html +3 -0
  89. package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.edit.run.html +1 -0
  90. package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.editDay.run.html +1 -0
  91. package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.format.run.html +1 -0
  92. package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.relative.run.html +1 -0
  93. package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.show.run.html +1 -0
  94. package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.showDay.run.html +1 -0
  95. package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.yearsAgo.run.html +1 -0
  96. package/docs/functions/_saltcorn_data.base-plugin_types.date.presets.Now.html +1 -0
  97. package/docs/functions/_saltcorn_data.base-plugin_types.date.read.html +1 -0
  98. package/docs/functions/_saltcorn_data.base-plugin_types.date.validate.html +1 -0
  99. package/docs/functions/_saltcorn_data.base-plugin_types.float.contract.html +1 -0
  100. package/docs/functions/_saltcorn_data.base-plugin_types.float.equals.html +3 -0
  101. package/docs/functions/_saltcorn_data.base-plugin_types.float.fieldviews.edit.run.html +1 -0
  102. package/docs/functions/_saltcorn_data.base-plugin_types.float.fieldviews.show.run.html +1 -0
  103. package/docs/functions/_saltcorn_data.base-plugin_types.float.read.html +1 -0
  104. package/docs/functions/_saltcorn_data.base-plugin_types.float.validate.html +1 -0
  105. package/docs/functions/_saltcorn_data.base-plugin_types.int.contract.html +1 -0
  106. package/docs/functions/_saltcorn_data.base-plugin_types.int.read.html +1 -0
  107. package/docs/functions/_saltcorn_data.base-plugin_types.int.validate.html +1 -0
  108. package/docs/functions/_saltcorn_data.base-plugin_types.int.validate_attributes.html +1 -0
  109. package/docs/functions/_saltcorn_data.base-plugin_types.string.attributes.html +1 -0
  110. package/docs/functions/_saltcorn_data.base-plugin_types.string.contract.html +1 -0
  111. package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.as_header.run.html +1 -0
  112. package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.as_link.run.html +1 -0
  113. package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.as_text.run.html +1 -0
  114. package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.edit.configFields.html +1 -0
  115. package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.edit.run.html +1 -0
  116. package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.img_from_url.run.html +1 -0
  117. package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.password.run.html +1 -0
  118. package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.radio_group.run.html +1 -0
  119. package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.run.html +1 -0
  120. package/docs/functions/_saltcorn_data.base-plugin_types.string.presets.IP.html +1 -0
  121. package/docs/functions/_saltcorn_data.base-plugin_types.string.presets.SessionID.html +1 -0
  122. package/docs/functions/_saltcorn_data.base-plugin_types.string.read.html +1 -0
  123. package/docs/functions/_saltcorn_data.base-plugin_types.string.validate.html +1 -0
  124. package/docs/functions/_saltcorn_data.base-plugin_types.string.validate_attributes.html +1 -0
  125. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.action_link.html +1 -0
  126. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.action_url.html +1 -0
  127. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.fill_presets.html +1 -0
  128. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.getForm.html +1 -0
  129. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.get_view_link_query.html +1 -0
  130. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.get_viewable_fields.html +1 -0
  131. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.get_viewable_fields_from_layout.html +1 -0
  132. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.make_link.html +1 -0
  133. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.objToQueryString.html +1 -0
  134. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.parse_view_select.html +3 -0
  135. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.splitUniques.html +1 -0
  136. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.standardBlockDispatch.html +1 -0
  137. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.standardLayoutRowVisitor.html +1 -0
  138. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.view_linker.html +1 -0
  139. package/docs/functions/_saltcorn_data.db_connect_mobile.getConnectObject.html +1 -0
  140. package/docs/functions/_saltcorn_data.db_reset_schema.export_.html +8 -0
  141. package/docs/functions/_saltcorn_data.diagram_cy_generate_utils.generateCyCode.html +3 -0
  142. package/docs/functions/_saltcorn_data.diagram_cy_generate_utils.genereateCyCfg.html +3 -0
  143. package/docs/functions/_saltcorn_data.diagram_node_extract_utils.buildObjectTrees.html +5 -0
  144. package/docs/functions/_saltcorn_data.diagram_node_extract_utils.extractFromColumns.html +4 -0
  145. package/docs/functions/_saltcorn_data.diagram_node_extract_utils.extractFromLayout.html +4 -0
  146. package/docs/functions/_saltcorn_data.diagram_node_extract_utils.extractViewToCreate.html +4 -0
  147. package/docs/functions/_saltcorn_data.migrate.create_blank_migration.html +2 -0
  148. package/docs/functions/_saltcorn_data.migrate.getMigrationsInDB.html +1 -0
  149. package/docs/functions/_saltcorn_data.migrate.migrate.html +3 -0
  150. package/docs/functions/_saltcorn_data.migrations_202102091312.js.html +1 -0
  151. package/docs/functions/_saltcorn_data.migrations_202210051058.js.html +1 -0
  152. package/docs/functions/_saltcorn_data.migrations_202210101540.js.html +1 -0
  153. package/docs/functions/_saltcorn_data.migrations_202304281224.js.html +1 -0
  154. package/docs/functions/_saltcorn_data.migrations_202307211459.js.html +1 -0
  155. package/docs/functions/_saltcorn_data.migrations_202502131103.js.html +1 -0
  156. package/docs/functions/_saltcorn_data.migrations_202508011455.js.html +1 -0
  157. package/docs/functions/_saltcorn_data.mobile-mocks_node_child_process.export_.html +1 -0
  158. package/docs/functions/_saltcorn_data.mobile-mocks_node_fs.createReadStream.html +1 -0
  159. package/docs/functions/_saltcorn_data.mobile-mocks_node_fs.readdirSync.html +1 -0
  160. package/docs/functions/_saltcorn_data.mobile-mocks_node_fs.writeFileSync.html +1 -0
  161. package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.mkdir.html +1 -0
  162. package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.readFile.html +1 -0
  163. package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.stat.html +1 -0
  164. package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.unlink.html +1 -0
  165. package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.writeFile.html +1 -0
  166. package/docs/functions/_saltcorn_data.mobile-mocks_node_latest-version.default.html +1 -0
  167. package/docs/functions/_saltcorn_data.mobile-mocks_node_v8.deserialize.html +1 -0
  168. package/docs/functions/_saltcorn_data.mobile-mocks_node_v8.serialize.html +1 -0
  169. package/docs/functions/_saltcorn_data.mobile-mocks_npm_env-paths.export_.html +1 -0
  170. package/docs/functions/_saltcorn_data.model-helper.get_predictor.html +1 -0
  171. package/docs/functions/_saltcorn_data.model-helper.run_jupyter_model.html +1 -0
  172. package/docs/functions/_saltcorn_data.model-helper.shorten_trackback.html +1 -0
  173. package/docs/functions/_saltcorn_data.model-helper.write_csv.html +1 -0
  174. package/docs/functions/_saltcorn_data.models_internal_async_json_stream.default.html +1 -0
  175. package/docs/functions/_saltcorn_data.models_internal_query.aggregation_query_fields.html +1 -0
  176. package/docs/functions/_saltcorn_data.models_internal_query.getAggAndField.html +1 -0
  177. package/docs/functions/_saltcorn_data.models_internal_query.process_aggregations.html +1 -0
  178. package/docs/functions/_saltcorn_data.models_internal_table_helper.boolExamples.html +1 -0
  179. package/docs/functions/_saltcorn_data.models_internal_table_helper.colorExamples.html +1 -0
  180. package/docs/functions/_saltcorn_data.models_internal_table_helper.floatExamples.html +1 -0
  181. package/docs/functions/_saltcorn_data.models_internal_table_helper.get_formula_examples.html +1 -0
  182. package/docs/functions/_saltcorn_data.models_internal_table_helper.intExamples.html +1 -0
  183. package/docs/functions/_saltcorn_data.models_internal_table_helper.stringExamples.html +1 -0
  184. package/docs/functions/_saltcorn_data.plugin-helper.build_schema_data.html +1 -0
  185. package/docs/functions/_saltcorn_data.plugin-helper.calcfldViewConfig.html +1 -0
  186. package/docs/functions/_saltcorn_data.plugin-helper.calcfldViewOptions.html +1 -0
  187. package/docs/functions/_saltcorn_data.plugin-helper.calcrelViewOptions.html +6 -0
  188. package/docs/functions/_saltcorn_data.plugin-helper.displayType.html +1 -0
  189. package/docs/functions/_saltcorn_data.plugin-helper.field_picker_fields.html +1 -0
  190. package/docs/functions/_saltcorn_data.plugin-helper.generate_joined_query.html +1 -0
  191. package/docs/functions/_saltcorn_data.plugin-helper.getActionConfigFields.html +2 -0
  192. package/docs/functions/_saltcorn_data.plugin-helper.get_child_views.html +2 -0
  193. package/docs/functions/_saltcorn_data.plugin-helper.get_inbound_relation_opts.html +2 -0
  194. package/docs/functions/_saltcorn_data.plugin-helper.get_inbound_self_relation_opts.html +6 -0
  195. package/docs/functions/_saltcorn_data.plugin-helper.get_link_view_opts.html +1 -0
  196. package/docs/functions/_saltcorn_data.plugin-helper.get_many_to_many_relation_opts.html +7 -0
  197. package/docs/functions/_saltcorn_data.plugin-helper.get_parent_views.html +2 -0
  198. package/docs/functions/_saltcorn_data.plugin-helper.initial_config_all_fields.html +2 -0
  199. package/docs/functions/_saltcorn_data.plugin-helper.json_list_to_external_table.html +3 -0
  200. package/docs/functions/_saltcorn_data.plugin-helper.link_view.html +1 -0
  201. package/docs/functions/_saltcorn_data.plugin-helper.pathToState.html +1 -0
  202. package/docs/functions/_saltcorn_data.plugin-helper.picked_fields_to_query.html +2 -0
  203. package/docs/functions/_saltcorn_data.plugin-helper.readState.html +2 -0
  204. package/docs/functions/_saltcorn_data.plugin-helper.readStateStrict.html +3 -0
  205. package/docs/functions/_saltcorn_data.plugin-helper.runCollabEvents.html +5 -0
  206. package/docs/functions/_saltcorn_data.plugin-helper.run_action_column.html +2 -0
  207. package/docs/functions/_saltcorn_data.plugin-helper.stateFieldsToQuery.html +2 -0
  208. package/docs/functions/_saltcorn_data.plugin-helper.stateFieldsToWhere.html +1 -0
  209. package/docs/functions/_saltcorn_data.plugin-helper.stateToQueryString.html +1 -0
  210. package/docs/functions/_saltcorn_data.plugin-helper.strictParseInt.html +2 -0
  211. package/docs/functions/_saltcorn_data.plugin-testing.auto_test_plugin.html +1 -0
  212. package/docs/functions/_saltcorn_data.plugin-testing.check_view_columns.html +1 -0
  213. package/docs/functions/_saltcorn_data.plugin-testing.generate_attributes.html +1 -0
  214. package/docs/functions/_saltcorn_data.standard-menu.export_.html +1 -0
  215. package/docs/functions/_saltcorn_data.tests_assertions.assertIsErrorMsg.html +1 -0
  216. package/docs/functions/_saltcorn_data.tests_assertions.assertIsErrorsMsg.html +1 -0
  217. package/docs/functions/_saltcorn_data.tests_assertions.assertIsSet.html +1 -0
  218. package/docs/functions/_saltcorn_data.tests_assertions.assertIsType.html +1 -0
  219. package/docs/functions/_saltcorn_data.tests_assertions.assertsIsSuccessMessage.html +1 -0
  220. package/docs/functions/_saltcorn_data.tests_assertions.assertsObjectIsUser.html +1 -0
  221. package/docs/functions/_saltcorn_data.tests_common_helpers.createAnotherUserField.html +1 -0
  222. package/docs/functions/_saltcorn_data.tests_common_helpers.createKeyFromLevelTwo.html +1 -0
  223. package/docs/functions/_saltcorn_data.tests_common_helpers.createLevelThreeInbound.html +1 -0
  224. package/docs/functions/_saltcorn_data.tests_common_helpers.createMultipleInbounds.html +1 -0
  225. package/docs/functions/_saltcorn_data.tests_common_helpers.createSecondTopicField.html +1 -0
  226. package/docs/functions/_saltcorn_data.tests_common_helpers.prepareEmployeeDepartment.html +1 -0
  227. package/docs/functions/_saltcorn_data.tests_common_helpers.prepareSimpleTopicPostRelation.html +1 -0
  228. package/docs/functions/_saltcorn_data.tests_remote_query_helper.deleteViewFromServer.html +1 -0
  229. package/docs/functions/_saltcorn_data.tests_remote_query_helper.prepareQueryEnviroment.html +1 -0
  230. package/docs/functions/_saltcorn_data.tests_remote_query_helper.sendViewToServer.html +1 -0
  231. package/docs/functions/_saltcorn_data.translate.hasLLM.html +1 -0
  232. package/docs/functions/_saltcorn_data.translate.translate.html +1 -0
  233. package/docs/functions/_saltcorn_db-common.internal.ftsFieldsSqlExpr.html +1 -0
  234. package/docs/functions/_saltcorn_db-common.internal.mkSelectOptions.html +1 -0
  235. package/docs/functions/_saltcorn_db-common.internal.mkWhere.html +1 -0
  236. package/docs/functions/_saltcorn_db-common.internal.orderByIsObject.html +1 -0
  237. package/docs/functions/_saltcorn_db-common.internal.orderByIsOperator.html +1 -0
  238. package/docs/functions/_saltcorn_db-common.internal.prefixFieldsInWhere.html +1 -0
  239. package/docs/functions/_saltcorn_db-common.internal.sqlBinOp.html +1 -0
  240. package/docs/functions/_saltcorn_db-common.internal.sqlFun.html +1 -0
  241. package/docs/functions/_saltcorn_db-common.internal.sqlsanitize.html +3 -0
  242. package/docs/functions/_saltcorn_db-common.internal.sqlsanitizeAllowDots.html +5 -0
  243. package/docs/functions/_saltcorn_db-common.internal.subSelectWhere.html +1 -0
  244. package/docs/functions/_saltcorn_db-common.multi-tenant.enable_multi_tenant.html +1 -0
  245. package/docs/functions/_saltcorn_db-common.multi-tenant.getRequestContext.html +1 -0
  246. package/docs/functions/_saltcorn_db-common.multi-tenant.getTenantSchema.html +2 -0
  247. package/docs/functions/_saltcorn_db-common.multi-tenant.init.html +2 -0
  248. package/docs/functions/_saltcorn_db-common.multi-tenant.is_it_multi_tenant.html +2 -0
  249. package/docs/functions/_saltcorn_db-common.multi-tenant.runWithTenant.html +2 -0
  250. package/docs/functions/_saltcorn_db-common.sqlite-commons.buildInsertBulkSql.html +7 -0
  251. package/docs/functions/_saltcorn_db-common.sqlite-commons.buildInsertSql.html +6 -0
  252. package/docs/functions/_saltcorn_db-common.sqlite-commons.commitAndBeginNewTransaction.html +1 -0
  253. package/docs/functions/_saltcorn_db-common.sqlite-commons.doCount.html +1 -0
  254. package/docs/functions/_saltcorn_db-common.sqlite-commons.doDeleteWhere.html +1 -0
  255. package/docs/functions/_saltcorn_db-common.sqlite-commons.doListScTables.html +1 -0
  256. package/docs/functions/_saltcorn_db-common.sqlite-commons.doListTables.html +1 -0
  257. package/docs/functions/_saltcorn_db-common.sqlite-commons.doListUserDefinedTables.html +1 -0
  258. package/docs/functions/_saltcorn_db-common.sqlite-commons.do_add_index.html +5 -0
  259. package/docs/functions/_saltcorn_db-common.sqlite-commons.do_drop_index.html +5 -0
  260. package/docs/functions/_saltcorn_db-common.sqlite-commons.mkVal.html +1 -0
  261. package/docs/functions/_saltcorn_db-common.sqlite-commons.reprAsJson.html +1 -0
  262. package/docs/functions/_saltcorn_db-common.sqlite-commons.slugify.html +4 -0
  263. package/docs/functions/_saltcorn_db-common.sqlite-commons.tryCatchInTransaction.html +5 -0
  264. package/docs/functions/_saltcorn_db-common.sqlite-commons.withTransaction.html +5 -0
  265. package/docs/functions/_saltcorn_markup.mktag.export_.html +1 -0
  266. package/docs/functions/_saltcorn_markup.tabs.export_.html +1 -0
  267. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.androidFeatures.html +1 -0
  268. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.androidPermissions.html +1 -0
  269. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.buildTablesFile.html +5 -0
  270. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.copyPrepopulatedDb.html +1 -0
  271. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.copyServerFiles.html +3 -0
  272. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.copyShareExtFiles.html +1 -0
  273. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.copySiteLogo.html +2 -0
  274. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.copyTranslationFiles.html +3 -0
  275. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.createSqliteDb.html +4 -0
  276. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.decodeProvisioningProfile.html +1 -0
  277. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.extractDomain.html +1 -0
  278. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.generateAndroidVersionCode.html +1 -0
  279. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyAndroidManifest.html +1 -0
  280. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyConfigXml.html +1 -0
  281. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyGradleConfig.html +1 -0
  282. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyInfoPlist.html +1 -0
  283. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyXcodeProjectFile.html +2 -0
  284. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepAppIcon.html +1 -0
  285. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepareAppIcon.html +3 -0
  286. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepareBuildDir.html +6 -0
  287. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepareExportOptionsPlist.html +1 -0
  288. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepareSplashIcon.html +4 -0
  289. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepareSplashPage.html +5 -0
  290. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writeCapacitorConfig.html +1 -0
  291. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writeCfgFile.html +2 -0
  292. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writeDataExtractionRules.html +1 -0
  293. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writeNetworkSecurityConfig.html +1 -0
  294. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writePodfile.html +1 -0
  295. package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writePrivacyInfo.html +1 -0
  296. package/docs/functions/_saltcorn_mobile-builder.utils_package-bundle-utils.bundleMobileAppCode.html +1 -0
  297. package/docs/functions/_saltcorn_mobile-builder.utils_package-bundle-utils.bundlePackagesAndPlugins.html +3 -0
  298. package/docs/functions/_saltcorn_mobile-builder.utils_package-bundle-utils.copyMobileAppDirs.html +1 -0
  299. package/docs/functions/_saltcorn_mobile-builder.utils_package-bundle-utils.copyPublicDirs.html +4 -0
  300. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.add_index.html +5 -0
  301. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.add_unique_constraint.html +5 -0
  302. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.count.html +1 -0
  303. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.deleteWhere.html +1 -0
  304. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.drop_index.html +5 -0
  305. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.drop_reset_schema.html +1 -0
  306. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.drop_unique_constraint.html +5 -0
  307. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.init.html +1 -0
  308. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.insert.html +1 -0
  309. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.insertRows.html +1 -0
  310. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.listScTables.html +1 -0
  311. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.listTables.html +1 -0
  312. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.listUserDefinedTables.html +1 -0
  313. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.query.html +1 -0
  314. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.select.html +1 -0
  315. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.selectMaybeOne.html +1 -0
  316. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.selectOne.html +1 -0
  317. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.setConnectionObject.html +1 -0
  318. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.tableExists.html +2 -0
  319. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.time.html +1 -0
  320. package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.update.html +1 -0
  321. package/docs/functions/_saltcorn_sqlite.sqlite.add_index.html +5 -0
  322. package/docs/functions/_saltcorn_sqlite.sqlite.add_unique_constraint.html +5 -0
  323. package/docs/functions/_saltcorn_sqlite.sqlite.begin.html +3 -0
  324. package/docs/functions/_saltcorn_sqlite.sqlite.changeConnection.html +3 -0
  325. package/docs/functions/_saltcorn_sqlite.sqlite.close.html +2 -0
  326. package/docs/functions/_saltcorn_sqlite.sqlite.commit.html +3 -0
  327. package/docs/functions/_saltcorn_sqlite.sqlite.count.html +5 -0
  328. package/docs/functions/_saltcorn_sqlite.sqlite.deleteWhere.html +5 -0
  329. package/docs/functions/_saltcorn_sqlite.sqlite.dropTable.html +1 -0
  330. package/docs/functions/_saltcorn_sqlite.sqlite.dropTables.html +1 -0
  331. package/docs/functions/_saltcorn_sqlite.sqlite.drop_index.html +5 -0
  332. package/docs/functions/_saltcorn_sqlite.sqlite.drop_reset_schema.html +4 -0
  333. package/docs/functions/_saltcorn_sqlite.sqlite.drop_unique_constraint.html +5 -0
  334. package/docs/functions/_saltcorn_sqlite.sqlite.getVersion.html +3 -0
  335. package/docs/functions/_saltcorn_sqlite.sqlite.get_db_filepath.html +2 -0
  336. package/docs/functions/_saltcorn_sqlite.sqlite.get_sql_logging.html +3 -0
  337. package/docs/functions/_saltcorn_sqlite.sqlite.init.html +3 -0
  338. package/docs/functions/_saltcorn_sqlite.sqlite.insert.html +6 -0
  339. package/docs/functions/_saltcorn_sqlite.sqlite.listScTables.html +1 -0
  340. package/docs/functions/_saltcorn_sqlite.sqlite.listTables.html +1 -0
  341. package/docs/functions/_saltcorn_sqlite.sqlite.listUserDefinedTables.html +1 -0
  342. package/docs/functions/_saltcorn_sqlite.sqlite.query.html +1 -0
  343. package/docs/functions/_saltcorn_sqlite.sqlite.rollback.html +3 -0
  344. package/docs/functions/_saltcorn_sqlite.sqlite.select.html +6 -0
  345. package/docs/functions/_saltcorn_sqlite.sqlite.selectMaybeOne.html +8 -0
  346. package/docs/functions/_saltcorn_sqlite.sqlite.selectOne.html +6 -0
  347. package/docs/functions/_saltcorn_sqlite.sqlite.set_sql_logging.html +3 -0
  348. package/docs/functions/_saltcorn_sqlite.sqlite.sql_log.html +4 -0
  349. package/docs/functions/_saltcorn_sqlite.sqlite.update.html +6 -0
  350. package/docs/functions/_saltcorn_sqlite.sqlite.updateWhere.html +1 -0
  351. package/docs/functions/_saltcorn_types.base_types.instanceOWithHtmlFile.html +1 -0
  352. package/docs/functions/_saltcorn_types.common_types.instanceOfErrorMsg.html +1 -0
  353. package/docs/functions/_saltcorn_types.common_types.instanceOfSuccessMsg.html +1 -0
  354. package/docs/functions/_saltcorn_types.common_types.instanceOfType.html +1 -0
  355. package/docs/functions/_saltcorn_types.model-abstracts_abstract_field.instanceOfField.html +1 -0
  356. package/docs/functions/_saltcorn_types.model-abstracts_abstract_page.instanceOfPage.html +1 -0
  357. package/docs/functions/_saltcorn_types.model-abstracts_abstract_view.instanceOfView.html +1 -0
  358. package/docs/hierarchy.html +1 -0
  359. package/docs/index.html +3 -56
  360. package/docs/interfaces/_saltcorn_markup.types.TagExports.html +125 -0
  361. package/docs/interfaces/_saltcorn_mobile-builder.utils_common-build-utils.ScCapacitorConfig.html +10 -0
  362. package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_field.AbstractField.html +15 -0
  363. package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_field.AbstractFieldRepeat.html +3 -0
  364. package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_form.AbstractForm.html +27 -0
  365. package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_page.AbstractPage.html +7 -0
  366. package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_page_group.AbstractPageGroup.html +7 -0
  367. package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_page_group_member.AbstractPageGroupMember.html +7 -0
  368. package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_role.AbstractRole.html +3 -0
  369. package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_table.AbstractTable.html +11 -0
  370. package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_tag.AbstractTag.html +4 -0
  371. package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_tag_entry.AbstractTagEntry.html +7 -0
  372. package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_trigger.AbstractTrigger.html +17 -0
  373. package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_user.AbstractUser.html +4 -0
  374. package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_user.ForUserRequest.html +3 -0
  375. package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html +10 -0
  376. package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_workflow.AbstractWorkflow.html +13 -0
  377. package/docs/modules/_saltcorn_admin-models..backup.html +2 -0
  378. package/docs/modules/_saltcorn_admin-models..html +3 -0
  379. package/docs/modules/_saltcorn_admin-models..pack.html +2 -0
  380. package/docs/modules/_saltcorn_admin-models..tenant.html +2 -0
  381. package/docs/modules/_saltcorn_admin-models.html +1 -0
  382. package/docs/modules/_saltcorn_admin-models.index.html +3 -0
  383. package/docs/modules/_saltcorn_admin-models.models_backup.html +1 -0
  384. package/docs/modules/_saltcorn_admin-models.models_config-check.html +1 -0
  385. package/docs/modules/_saltcorn_admin-models.models_snapshot.html +1 -0
  386. package/docs/modules/_saltcorn_admin-models.pack.html +2 -0
  387. package/docs/modules/_saltcorn_admin-models.tenant.html +2 -0
  388. package/docs/modules/_saltcorn_admin-models.tests_backup.test.html +1 -0
  389. package/docs/modules/_saltcorn_admin-models.tests_cfgcheck.test.html +1 -0
  390. package/docs/modules/_saltcorn_admin-models.tests_pack.test.html +1 -0
  391. package/docs/modules/_saltcorn_admin-models.tests_random.test.html +1 -0
  392. package/docs/modules/_saltcorn_admin-models.tests_tenant.test.html +1 -0
  393. package/docs/modules/_saltcorn_common-code..html +1 -0
  394. package/docs/modules/_saltcorn_common-code.html +1 -0
  395. package/docs/modules/_saltcorn_common-code.index.html +1 -0
  396. package/docs/modules/_saltcorn_common-code.relations_relation-1.html +1 -0
  397. package/docs/modules/_saltcorn_common-code.relations_relation.html +1 -0
  398. package/docs/modules/_saltcorn_common-code.relations_relation_helpers-1.html +1 -0
  399. package/docs/modules/_saltcorn_common-code.relations_relation_helpers.html +1 -0
  400. package/docs/modules/_saltcorn_common-code.relations_relation_types-1.html +1 -0
  401. package/docs/modules/_saltcorn_common-code.relations_relation_types.html +1 -0
  402. package/docs/modules/_saltcorn_common-code.relations_relations_finder-1.html +1 -0
  403. package/docs/modules/_saltcorn_common-code.relations_relations_finder.html +1 -0
  404. package/docs/modules/_saltcorn_common-code.tests_expected_relations.html +1 -0
  405. package/docs/modules/_saltcorn_common-code.tests_relations_finder.test.html +1 -0
  406. package/docs/modules/_saltcorn_common-code.tests_test_data.html +1 -0
  407. package/docs/modules/_saltcorn_data..html +2 -0
  408. package/docs/modules/_saltcorn_data..plugin_helper.html +1 -0
  409. package/docs/modules/_saltcorn_data..utils.html +1 -0
  410. package/docs/modules/_saltcorn_data.base-plugin_actions-1.html +3 -0
  411. package/docs/modules/_saltcorn_data.base-plugin_actions.html +3 -0
  412. package/docs/modules/_saltcorn_data.base-plugin_fieldviews-1.html +2 -0
  413. package/docs/modules/_saltcorn_data.base-plugin_fieldviews.html +2 -0
  414. package/docs/modules/_saltcorn_data.base-plugin_fieldviews.radio_select.html +2 -0
  415. package/docs/modules/_saltcorn_data.base-plugin_fieldviews.search_or_create.html +2 -0
  416. package/docs/modules/_saltcorn_data.base-plugin_fieldviews.select.html +2 -0
  417. package/docs/modules/_saltcorn_data.base-plugin_fieldviews.select_from_table.html +2 -0
  418. package/docs/modules/_saltcorn_data.base-plugin_fileview-1.html +2 -0
  419. package/docs/modules/_saltcorn_data.base-plugin_fileview.html +2 -0
  420. package/docs/modules/_saltcorn_data.base-plugin_index-1.html +2 -0
  421. package/docs/modules/_saltcorn_data.base-plugin_index-2.html +2 -0
  422. package/docs/modules/_saltcorn_data.base-plugin_index.html +2 -0
  423. package/docs/modules/_saltcorn_data.base-plugin_types-1.html +4 -0
  424. package/docs/modules/_saltcorn_data.base-plugin_types.bool.fieldviews.TrueFalse.html +2 -0
  425. package/docs/modules/_saltcorn_data.base-plugin_types.bool.fieldviews.checkboxes.html +2 -0
  426. package/docs/modules/_saltcorn_data.base-plugin_types.bool.fieldviews.edit.html +2 -0
  427. package/docs/modules/_saltcorn_data.base-plugin_types.bool.fieldviews.html +2 -0
  428. package/docs/modules/_saltcorn_data.base-plugin_types.bool.fieldviews.show.html +2 -0
  429. package/docs/modules/_saltcorn_data.base-plugin_types.bool.fieldviews.tristate.html +2 -0
  430. package/docs/modules/_saltcorn_data.base-plugin_types.bool.html +3 -0
  431. package/docs/modules/_saltcorn_data.base-plugin_types.color.fieldviews.edit.html +2 -0
  432. package/docs/modules/_saltcorn_data.base-plugin_types.color.fieldviews.html +2 -0
  433. package/docs/modules/_saltcorn_data.base-plugin_types.color.fieldviews.show.html +2 -0
  434. package/docs/modules/_saltcorn_data.base-plugin_types.color.html +4 -0
  435. package/docs/modules/_saltcorn_data.base-plugin_types.date.fieldviews.edit.html +2 -0
  436. package/docs/modules/_saltcorn_data.base-plugin_types.date.fieldviews.editDay.html +2 -0
  437. package/docs/modules/_saltcorn_data.base-plugin_types.date.fieldviews.format.html +2 -0
  438. package/docs/modules/_saltcorn_data.base-plugin_types.date.fieldviews.html +2 -0
  439. package/docs/modules/_saltcorn_data.base-plugin_types.date.fieldviews.relative.html +2 -0
  440. package/docs/modules/_saltcorn_data.base-plugin_types.date.fieldviews.show.html +2 -0
  441. package/docs/modules/_saltcorn_data.base-plugin_types.date.fieldviews.showDay.html +2 -0
  442. package/docs/modules/_saltcorn_data.base-plugin_types.date.fieldviews.yearsAgo.html +2 -0
  443. package/docs/modules/_saltcorn_data.base-plugin_types.date.html +3 -0
  444. package/docs/modules/_saltcorn_data.base-plugin_types.date.presets.html +2 -0
  445. package/docs/modules/_saltcorn_data.base-plugin_types.float.fieldviews.edit.html +2 -0
  446. package/docs/modules/_saltcorn_data.base-plugin_types.float.fieldviews.html +2 -0
  447. package/docs/modules/_saltcorn_data.base-plugin_types.float.fieldviews.show.html +2 -0
  448. package/docs/modules/_saltcorn_data.base-plugin_types.float.html +3 -0
  449. package/docs/modules/_saltcorn_data.base-plugin_types.html +4 -0
  450. package/docs/modules/_saltcorn_data.base-plugin_types.int.distance_operators.html +2 -0
  451. package/docs/modules/_saltcorn_data.base-plugin_types.int.html +3 -0
  452. package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.as_header.html +2 -0
  453. package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.as_link.html +2 -0
  454. package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.as_text.html +2 -0
  455. package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.edit.html +2 -0
  456. package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.html +2 -0
  457. package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.img_from_url.html +2 -0
  458. package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.password.html +2 -0
  459. package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.radio_group.html +2 -0
  460. package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.html +2 -0
  461. package/docs/modules/_saltcorn_data.base-plugin_types.string.html +3 -0
  462. package/docs/modules/_saltcorn_data.base-plugin_types.string.presets.html +2 -0
  463. package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_edit-1.html +2 -0
  464. package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_edit.html +2 -0
  465. package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_feed-1.html +2 -0
  466. package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_feed.html +2 -0
  467. package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_filter-1.html +2 -0
  468. package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_filter.html +2 -0
  469. package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_list-1.html +2 -0
  470. package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_list.html +2 -0
  471. package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_listshowlist-1.html +2 -0
  472. package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_listshowlist.html +2 -0
  473. package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_room-1.html +2 -0
  474. package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_room-2.html +2 -0
  475. package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_room-3.html +2 -0
  476. package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_room.html +2 -0
  477. package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_show-1.html +2 -0
  478. package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_show.html +2 -0
  479. package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_viewable_fields-1.html +2 -0
  480. package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.html +2 -0
  481. package/docs/modules/_saltcorn_data.contract.html +1 -0
  482. package/docs/modules/_saltcorn_data.db_connect-1.html +3 -0
  483. package/docs/modules/_saltcorn_data.db_connect.html +3 -0
  484. package/docs/modules/_saltcorn_data.db_connect_mobile-1.html +1 -0
  485. package/docs/modules/_saltcorn_data.db_connect_mobile.html +1 -0
  486. package/docs/modules/_saltcorn_data.db_fa5-icons-1.html +1 -0
  487. package/docs/modules/_saltcorn_data.db_fa5-icons.html +1 -0
  488. package/docs/modules/_saltcorn_data.db_fixtures-1.html +3 -0
  489. package/docs/modules/_saltcorn_data.db_fixtures.html +3 -0
  490. package/docs/modules/_saltcorn_data.db_index-1.html +3 -0
  491. package/docs/modules/_saltcorn_data.db_index-2.html +3 -0
  492. package/docs/modules/_saltcorn_data.db_index.html +3 -0
  493. package/docs/modules/_saltcorn_data.db_reset_schema-1.html +2 -0
  494. package/docs/modules/_saltcorn_data.db_reset_schema.html +2 -0
  495. package/docs/modules/_saltcorn_data.db_state-1.html +4 -0
  496. package/docs/modules/_saltcorn_data.db_state.html +4 -0
  497. package/docs/modules/_saltcorn_data.diagram_cy_generate_utils.html +1 -0
  498. package/docs/modules/_saltcorn_data.diagram_cy_raster.html +1 -0
  499. package/docs/modules/_saltcorn_data.diagram_node_extract_utils.html +1 -0
  500. package/docs/modules/_saltcorn_data.diagram_nodes_dummy_node.html +1 -0
  501. package/docs/modules/_saltcorn_data.diagram_nodes_node.html +1 -0
  502. package/docs/modules/_saltcorn_data.diagram_nodes_page_node.html +1 -0
  503. package/docs/modules/_saltcorn_data.diagram_nodes_table_node.html +1 -0
  504. package/docs/modules/_saltcorn_data.diagram_nodes_trigger_node.html +1 -0
  505. package/docs/modules/_saltcorn_data.diagram_nodes_view_node.html +1 -0
  506. package/docs/modules/_saltcorn_data.html +2 -525
  507. package/docs/modules/_saltcorn_data.index.html +2 -0
  508. package/docs/modules/_saltcorn_data.migrate.html +2 -0
  509. package/docs/modules/_saltcorn_data.migrations_202005141503.html +1 -0
  510. package/docs/modules/_saltcorn_data.migrations_202005241712.html +1 -0
  511. package/docs/modules/_saltcorn_data.migrations_202005251037.html +1 -0
  512. package/docs/modules/_saltcorn_data.migrations_202005282134.html +1 -0
  513. package/docs/modules/_saltcorn_data.migrations_202006022156.html +1 -0
  514. package/docs/modules/_saltcorn_data.migrations_202006051507.html +1 -0
  515. package/docs/modules/_saltcorn_data.migrations_202006240906.html +1 -0
  516. package/docs/modules/_saltcorn_data.migrations_202007091707.html +1 -0
  517. package/docs/modules/_saltcorn_data.migrations_202007202144.html +1 -0
  518. package/docs/modules/_saltcorn_data.migrations_202008031500.html +1 -0
  519. package/docs/modules/_saltcorn_data.migrations_202008051415.html +1 -0
  520. package/docs/modules/_saltcorn_data.migrations_202008121149.html +1 -0
  521. package/docs/modules/_saltcorn_data.migrations_202009112140.html +1 -0
  522. package/docs/modules/_saltcorn_data.migrations_202009181655.html +1 -0
  523. package/docs/modules/_saltcorn_data.migrations_202009221105.html +1 -0
  524. package/docs/modules/_saltcorn_data.migrations_202009231331.html +1 -0
  525. package/docs/modules/_saltcorn_data.migrations_202009301531.html +1 -0
  526. package/docs/modules/_saltcorn_data.migrations_202010231444.html +1 -0
  527. package/docs/modules/_saltcorn_data.migrations_202010251412.html +1 -0
  528. package/docs/modules/_saltcorn_data.migrations_202011021749.html +1 -0
  529. package/docs/modules/_saltcorn_data.migrations_202011051353.html +1 -0
  530. package/docs/modules/_saltcorn_data.migrations_202011111127.html +1 -0
  531. package/docs/modules/_saltcorn_data.migrations_202012011203.html +1 -0
  532. package/docs/modules/_saltcorn_data.migrations_202012100841.html +1 -0
  533. package/docs/modules/_saltcorn_data.migrations_202012281835.html +1 -0
  534. package/docs/modules/_saltcorn_data.migrations_202101061051.html +1 -0
  535. package/docs/modules/_saltcorn_data.migrations_202101141128.html +1 -0
  536. package/docs/modules/_saltcorn_data.migrations_202102091312.html +1 -0
  537. package/docs/modules/_saltcorn_data.migrations_202102101624.html +1 -0
  538. package/docs/modules/_saltcorn_data.migrations_202102172148.html +1 -0
  539. package/docs/modules/_saltcorn_data.migrations_202102261650.html +1 -0
  540. package/docs/modules/_saltcorn_data.migrations_202106102347.html +1 -0
  541. package/docs/modules/_saltcorn_data.migrations_202106112120.html +1 -0
  542. package/docs/modules/_saltcorn_data.migrations_202106120012.html +1 -0
  543. package/docs/modules/_saltcorn_data.migrations_202106120220.html +1 -0
  544. package/docs/modules/_saltcorn_data.migrations_202106121701.html +1 -0
  545. package/docs/modules/_saltcorn_data.migrations_202106121703.html +1 -0
  546. package/docs/modules/_saltcorn_data.migrations_202106251126.html +1 -0
  547. package/docs/modules/_saltcorn_data.migrations_202107281619.html +1 -0
  548. package/docs/modules/_saltcorn_data.migrations_202107302158.html +1 -0
  549. package/docs/modules/_saltcorn_data.migrations_202108022257.html +1 -0
  550. package/docs/modules/_saltcorn_data.migrations_202109201624.html +1 -0
  551. package/docs/modules/_saltcorn_data.migrations_202109301031.html +1 -0
  552. package/docs/modules/_saltcorn_data.migrations_202111290253.html +1 -0
  553. package/docs/modules/_saltcorn_data.migrations_202112282254.html +1 -0
  554. package/docs/modules/_saltcorn_data.migrations_202207022002.html +1 -0
  555. package/docs/modules/_saltcorn_data.migrations_202207252150.html +1 -0
  556. package/docs/modules/_saltcorn_data.migrations_202207261221.html +1 -0
  557. package/docs/modules/_saltcorn_data.migrations_202208101144.html +1 -0
  558. package/docs/modules/_saltcorn_data.migrations_202210051058.html +1 -0
  559. package/docs/modules/_saltcorn_data.migrations_202210101540.html +1 -0
  560. package/docs/modules/_saltcorn_data.migrations_202211040031.html +1 -0
  561. package/docs/modules/_saltcorn_data.migrations_202212112152.html +1 -0
  562. package/docs/modules/_saltcorn_data.migrations_202301130917.html +1 -0
  563. package/docs/modules/_saltcorn_data.migrations_202303201126.html +1 -0
  564. package/docs/modules/_saltcorn_data.migrations_202303221944.html +1 -0
  565. package/docs/modules/_saltcorn_data.migrations_202304281224.html +1 -0
  566. package/docs/modules/_saltcorn_data.migrations_202305031518.html +1 -0
  567. package/docs/modules/_saltcorn_data.migrations_202307211459.html +1 -0
  568. package/docs/modules/_saltcorn_data.migrations_202308211648.html +1 -0
  569. package/docs/modules/_saltcorn_data.migrations_202311011755.html +1 -0
  570. package/docs/modules/_saltcorn_data.migrations_202311231356.html +1 -0
  571. package/docs/modules/_saltcorn_data.migrations_202402071125.html +1 -0
  572. package/docs/modules/_saltcorn_data.migrations_202406260915.html +1 -0
  573. package/docs/modules/_saltcorn_data.migrations_202412051957.html +1 -0
  574. package/docs/modules/_saltcorn_data.migrations_202412111526.html +1 -0
  575. package/docs/modules/_saltcorn_data.migrations_202501081226.html +1 -0
  576. package/docs/modules/_saltcorn_data.migrations_202501201239.html +1 -0
  577. package/docs/modules/_saltcorn_data.migrations_202501262157.html +1 -0
  578. package/docs/modules/_saltcorn_data.migrations_202502131103.html +1 -0
  579. package/docs/modules/_saltcorn_data.migrations_202503071353.html +1 -0
  580. package/docs/modules/_saltcorn_data.migrations_202506050958.html +1 -0
  581. package/docs/modules/_saltcorn_data.migrations_202508011455.html +1 -0
  582. package/docs/modules/_saltcorn_data.mobile-mocks_copy_excluded_files.html +1 -0
  583. package/docs/modules/_saltcorn_data.mobile-mocks_db_postgres.html +1 -0
  584. package/docs/modules/_saltcorn_data.mobile-mocks_db_sqlite.html +1 -0
  585. package/docs/modules/_saltcorn_data.mobile-mocks_models_email.html +1 -0
  586. package/docs/modules/_saltcorn_data.mobile-mocks_models_internal_async_json_stream.html +1 -0
  587. package/docs/modules/_saltcorn_data.mobile-mocks_models_pack.html +1 -0
  588. package/docs/modules/_saltcorn_data.mobile-mocks_node_async_hooks.html +1 -0
  589. package/docs/modules/_saltcorn_data.mobile-mocks_node_child_process.html +1 -0
  590. package/docs/modules/_saltcorn_data.mobile-mocks_node_fs-extra.html +1 -0
  591. package/docs/modules/_saltcorn_data.mobile-mocks_node_fs.html +1 -0
  592. package/docs/modules/_saltcorn_data.mobile-mocks_node_fs_promises.html +1 -0
  593. package/docs/modules/_saltcorn_data.mobile-mocks_node_latest-version.html +1 -0
  594. package/docs/modules/_saltcorn_data.mobile-mocks_node_v8.html +1 -0
  595. package/docs/modules/_saltcorn_data.mobile-mocks_npm_env-paths.html +1 -0
  596. package/docs/modules/_saltcorn_data.mobile-mocks_npm_firebase-admin.html +1 -0
  597. package/docs/modules/_saltcorn_data.mobile-mocks_npm_fs-extended-attributes.html +1 -0
  598. package/docs/modules/_saltcorn_data.mobile-mocks_npm_live-plugin-manager.html +1 -0
  599. package/docs/modules/_saltcorn_data.mobile-mocks_npm_tar.html +1 -0
  600. package/docs/modules/_saltcorn_data.mobile-mocks_saltcorn_html-pdf-node.html +1 -0
  601. package/docs/modules/_saltcorn_data.mobile-mocks_saltcorn_migrate.html +1 -0
  602. package/docs/modules/_saltcorn_data.mobile-mocks_saltcorn_plugin-testing.html +1 -0
  603. package/docs/modules/_saltcorn_data.model-helper.html +1 -0
  604. package/docs/modules/_saltcorn_data.models_config-1.html +3 -0
  605. package/docs/modules/_saltcorn_data.models_config.export_.html +1 -0
  606. package/docs/modules/_saltcorn_data.models_config.html +3 -0
  607. package/docs/modules/_saltcorn_data.models_crash-1.html +3 -0
  608. package/docs/modules/_saltcorn_data.models_crash.html +3 -0
  609. package/docs/modules/_saltcorn_data.models_discovery-1.html +3 -0
  610. package/docs/modules/_saltcorn_data.models_discovery.html +3 -0
  611. package/docs/modules/_saltcorn_data.models_email-1.html +1 -0
  612. package/docs/modules/_saltcorn_data.models_email.html +1 -0
  613. package/docs/modules/_saltcorn_data.models_eventlog-1.html +3 -0
  614. package/docs/modules/_saltcorn_data.models_eventlog.export_.html +1 -0
  615. package/docs/modules/_saltcorn_data.models_eventlog.html +3 -0
  616. package/docs/modules/_saltcorn_data.models_expression-1.html +2 -0
  617. package/docs/modules/_saltcorn_data.models_expression.html +2 -0
  618. package/docs/modules/_saltcorn_data.models_field-1.html +3 -0
  619. package/docs/modules/_saltcorn_data.models_field.html +3 -0
  620. package/docs/modules/_saltcorn_data.models_fieldrepeat-1.html +3 -0
  621. package/docs/modules/_saltcorn_data.models_fieldrepeat.html +3 -0
  622. package/docs/modules/_saltcorn_data.models_file-1.html +3 -0
  623. package/docs/modules/_saltcorn_data.models_file.export_.html +1 -0
  624. package/docs/modules/_saltcorn_data.models_file.html +3 -0
  625. package/docs/modules/_saltcorn_data.models_form-1.html +3 -0
  626. package/docs/modules/_saltcorn_data.models_form.export_.html +1 -0
  627. package/docs/modules/_saltcorn_data.models_form.html +3 -0
  628. package/docs/modules/_saltcorn_data.models_index-1.html +1 -0
  629. package/docs/modules/_saltcorn_data.models_index.config.html +1 -0
  630. package/docs/modules/_saltcorn_data.models_index.discovery.html +1 -0
  631. package/docs/modules/_saltcorn_data.models_index.email.html +1 -0
  632. package/docs/modules/_saltcorn_data.models_index.expression.html +1 -0
  633. package/docs/modules/_saltcorn_data.models_index.html +1 -0
  634. package/docs/modules/_saltcorn_data.models_index.layout.html +1 -0
  635. package/docs/modules/_saltcorn_data.models_index.random.html +1 -0
  636. package/docs/modules/_saltcorn_data.models_index.scheduler.html +1 -0
  637. package/docs/modules/_saltcorn_data.models_internal_async_json_stream-1.html +1 -0
  638. package/docs/modules/_saltcorn_data.models_internal_async_json_stream.html +1 -0
  639. package/docs/modules/_saltcorn_data.models_internal_push_message_helper-1.html +1 -0
  640. package/docs/modules/_saltcorn_data.models_internal_push_message_helper.html +1 -0
  641. package/docs/modules/_saltcorn_data.models_internal_query-1.html +1 -0
  642. package/docs/modules/_saltcorn_data.models_internal_query.html +1 -0
  643. package/docs/modules/_saltcorn_data.models_internal_table_helper-1.html +1 -0
  644. package/docs/modules/_saltcorn_data.models_internal_table_helper.html +1 -0
  645. package/docs/modules/_saltcorn_data.models_layout-1.html +2 -0
  646. package/docs/modules/_saltcorn_data.models_layout.html +2 -0
  647. package/docs/modules/_saltcorn_data.models_library-1.html +3 -0
  648. package/docs/modules/_saltcorn_data.models_library.html +3 -0
  649. package/docs/modules/_saltcorn_data.models_model-1.html +3 -0
  650. package/docs/modules/_saltcorn_data.models_model.html +3 -0
  651. package/docs/modules/_saltcorn_data.models_model_instance-1.html +3 -0
  652. package/docs/modules/_saltcorn_data.models_model_instance.html +3 -0
  653. package/docs/modules/_saltcorn_data.models_notification-1.html +3 -0
  654. package/docs/modules/_saltcorn_data.models_notification.html +3 -0
  655. package/docs/modules/_saltcorn_data.models_page-1.html +3 -0
  656. package/docs/modules/_saltcorn_data.models_page.html +3 -0
  657. package/docs/modules/_saltcorn_data.models_page_group-1.html +1 -0
  658. package/docs/modules/_saltcorn_data.models_page_group.export_.html +1 -0
  659. package/docs/modules/_saltcorn_data.models_page_group.html +1 -0
  660. package/docs/modules/_saltcorn_data.models_page_group_member-1.html +1 -0
  661. package/docs/modules/_saltcorn_data.models_page_group_member.html +1 -0
  662. package/docs/modules/_saltcorn_data.models_plugin-1.html +3 -0
  663. package/docs/modules/_saltcorn_data.models_plugin.html +3 -0
  664. package/docs/modules/_saltcorn_data.models_random-1.html +3 -0
  665. package/docs/modules/_saltcorn_data.models_random.html +3 -0
  666. package/docs/modules/_saltcorn_data.models_role-1.html +2 -0
  667. package/docs/modules/_saltcorn_data.models_role.html +2 -0
  668. package/docs/modules/_saltcorn_data.models_scheduler-1.html +2 -0
  669. package/docs/modules/_saltcorn_data.models_scheduler.html +2 -0
  670. package/docs/modules/_saltcorn_data.models_table-1.html +3 -0
  671. package/docs/modules/_saltcorn_data.models_table.export_.html +1 -0
  672. package/docs/modules/_saltcorn_data.models_table.html +3 -0
  673. package/docs/modules/_saltcorn_data.models_table_constraints-1.html +3 -0
  674. package/docs/modules/_saltcorn_data.models_table_constraints.html +3 -0
  675. package/docs/modules/_saltcorn_data.models_tag-1.html +1 -0
  676. package/docs/modules/_saltcorn_data.models_tag.html +1 -0
  677. package/docs/modules/_saltcorn_data.models_tag_entry-1.html +1 -0
  678. package/docs/modules/_saltcorn_data.models_tag_entry.export_.html +1 -0
  679. package/docs/modules/_saltcorn_data.models_tag_entry.html +1 -0
  680. package/docs/modules/_saltcorn_data.models_trigger-1.html +3 -0
  681. package/docs/modules/_saltcorn_data.models_trigger.html +3 -0
  682. package/docs/modules/_saltcorn_data.models_user-1.html +2 -0
  683. package/docs/modules/_saltcorn_data.models_user.html +2 -0
  684. package/docs/modules/_saltcorn_data.models_view-1.html +3 -0
  685. package/docs/modules/_saltcorn_data.models_view.export_.html +1 -0
  686. package/docs/modules/_saltcorn_data.models_view.html +3 -0
  687. package/docs/modules/_saltcorn_data.models_workflow-1.html +3 -0
  688. package/docs/modules/_saltcorn_data.models_workflow.html +3 -0
  689. package/docs/modules/_saltcorn_data.models_workflow_run-1.html +3 -0
  690. package/docs/modules/_saltcorn_data.models_workflow_run.html +3 -0
  691. package/docs/modules/_saltcorn_data.models_workflow_step-1.html +3 -0
  692. package/docs/modules/_saltcorn_data.models_workflow_step.html +3 -0
  693. package/docs/modules/_saltcorn_data.models_workflow_trace-1.html +3 -0
  694. package/docs/modules/_saltcorn_data.models_workflow_trace-2.html +3 -0
  695. package/docs/modules/_saltcorn_data.models_workflow_trace-3.html +3 -0
  696. package/docs/modules/_saltcorn_data.models_workflow_trace.html +3 -0
  697. package/docs/modules/_saltcorn_data.plugin-helper.html +2 -0
  698. package/docs/modules/_saltcorn_data.plugin-testing.html +1 -0
  699. package/docs/modules/_saltcorn_data.standard-menu.html +1 -0
  700. package/docs/modules/_saltcorn_data.tests_actions.test.html +1 -0
  701. package/docs/modules/_saltcorn_data.tests_assertions.html +1 -0
  702. package/docs/modules/_saltcorn_data.tests_auth.test.html +1 -0
  703. package/docs/modules/_saltcorn_data.tests_auxtest.test.html +1 -0
  704. package/docs/modules/_saltcorn_data.tests_base.test.html +1 -0
  705. package/docs/modules/_saltcorn_data.tests_calc.test.html +1 -0
  706. package/docs/modules/_saltcorn_data.tests_common_helpers.html +1 -0
  707. package/docs/modules/_saltcorn_data.tests_config.test.html +1 -0
  708. package/docs/modules/_saltcorn_data.tests_db.test.html +1 -0
  709. package/docs/modules/_saltcorn_data.tests_discover.test.html +1 -0
  710. package/docs/modules/_saltcorn_data.tests_edit.test.html +1 -0
  711. package/docs/modules/_saltcorn_data.tests_email.test.html +1 -0
  712. package/docs/modules/_saltcorn_data.tests_exact_views.test.html +1 -0
  713. package/docs/modules/_saltcorn_data.tests_field.test.html +1 -0
  714. package/docs/modules/_saltcorn_data.tests_fieldviews.test.html +1 -0
  715. package/docs/modules/_saltcorn_data.tests_file.test.html +1 -0
  716. package/docs/modules/_saltcorn_data.tests_filter.test.html +1 -0
  717. package/docs/modules/_saltcorn_data.tests_form.test.html +1 -0
  718. package/docs/modules/_saltcorn_data.tests_list.test.html +1 -0
  719. package/docs/modules/_saltcorn_data.tests_mocks.html +1 -0
  720. package/docs/modules/_saltcorn_data.tests_models.test.html +1 -0
  721. package/docs/modules/_saltcorn_data.tests_page.test.html +1 -0
  722. package/docs/modules/_saltcorn_data.tests_page_group.test.html +1 -0
  723. package/docs/modules/_saltcorn_data.tests_plugin.test.html +1 -0
  724. package/docs/modules/_saltcorn_data.tests_remote_query_helper.html +1 -0
  725. package/docs/modules/_saltcorn_data.tests_show.test.html +1 -0
  726. package/docs/modules/_saltcorn_data.tests_state.test.html +1 -0
  727. package/docs/modules/_saltcorn_data.tests_table.test.html +1 -0
  728. package/docs/modules/_saltcorn_data.tests_table_history.test.html +1 -0
  729. package/docs/modules/_saltcorn_data.tests_tag.test.html +1 -0
  730. package/docs/modules/_saltcorn_data.tests_user.test.html +1 -0
  731. package/docs/modules/_saltcorn_data.tests_view.test.html +1 -0
  732. package/docs/modules/_saltcorn_data.tests_workflow.test.html +1 -0
  733. package/docs/modules/_saltcorn_data.tests_workflow_run.test.html +1 -0
  734. package/docs/modules/_saltcorn_data.translate.html +1 -0
  735. package/docs/modules/_saltcorn_data.utils.html +1 -74
  736. package/docs/modules/_saltcorn_data.web-mobile-commons.html +1 -0
  737. package/docs/modules/_saltcorn_db-common..html +2 -0
  738. package/docs/modules/_saltcorn_db-common.html +1 -0
  739. package/docs/modules/_saltcorn_db-common.index.html +2 -0
  740. package/docs/modules/_saltcorn_db-common.internal.html +1 -0
  741. package/docs/modules/_saltcorn_db-common.internal.test.html +1 -0
  742. package/docs/modules/_saltcorn_db-common.multi-tenant.html +2 -0
  743. package/docs/modules/_saltcorn_db-common.sqlite-commons.html +3 -0
  744. package/docs/modules/_saltcorn_db-common.tenants.html +1 -0
  745. package/docs/modules/_saltcorn_db-common.types.html +1 -0
  746. package/docs/modules/_saltcorn_markup..html +2 -0
  747. package/docs/modules/_saltcorn_markup.builder.html +1 -0
  748. package/docs/modules/_saltcorn_markup.emergency_layout.export_.html +1 -0
  749. package/docs/modules/_saltcorn_markup.emergency_layout.html +1 -0
  750. package/docs/modules/_saltcorn_markup.form.html +1 -0
  751. package/docs/modules/_saltcorn_markup.helpers.export_.html +1 -0
  752. package/docs/modules/_saltcorn_markup.helpers.html +1 -0
  753. package/docs/modules/_saltcorn_markup.html +1 -594
  754. package/docs/modules/_saltcorn_markup.index.html +2 -0
  755. package/docs/modules/_saltcorn_markup.layout-1.html +1 -0
  756. package/docs/modules/_saltcorn_markup.layout.export_-1.html +1 -0
  757. package/docs/modules/_saltcorn_markup.layout.export_.html +1 -0
  758. package/docs/modules/_saltcorn_markup.layout.html +2 -0
  759. package/docs/modules/_saltcorn_markup.layout_utils.html +1 -0
  760. package/docs/modules/_saltcorn_markup.mjml-layout.export_.html +1 -0
  761. package/docs/modules/_saltcorn_markup.mjml-layout.html +1 -0
  762. package/docs/modules/_saltcorn_markup.mjml-tags.html +1 -0
  763. package/docs/modules/_saltcorn_markup.mktag.html +1 -0
  764. package/docs/modules/_saltcorn_markup.table.export_.html +1 -0
  765. package/docs/modules/_saltcorn_markup.table.html +1 -0
  766. package/docs/modules/_saltcorn_markup.tabs.html +1 -0
  767. package/docs/modules/_saltcorn_markup.tags.html +1 -0
  768. package/docs/modules/_saltcorn_markup.types.html +1 -0
  769. package/docs/modules/_saltcorn_mobile-builder..html +2 -0
  770. package/docs/modules/_saltcorn_mobile-builder.appium_tests_ui.test.html +1 -0
  771. package/docs/modules/_saltcorn_mobile-builder.html +1 -0
  772. package/docs/modules/_saltcorn_mobile-builder.index.html +2 -0
  773. package/docs/modules/_saltcorn_mobile-builder.mobile-builder.html +1 -0
  774. package/docs/modules/_saltcorn_mobile-builder.tests_versioncode.test.html +1 -0
  775. package/docs/modules/_saltcorn_mobile-builder.tests_webpack.test.html +1 -0
  776. package/docs/modules/_saltcorn_mobile-builder.utils_capacitor-helper.html +1 -0
  777. package/docs/modules/_saltcorn_mobile-builder.utils_common-build-utils.html +1 -0
  778. package/docs/modules/_saltcorn_mobile-builder.utils_package-bundle-utils.html +1 -0
  779. package/docs/modules/_saltcorn_sqlite-mobile.html +1 -0
  780. package/docs/modules/_saltcorn_sqlite-mobile.index.html +2 -0
  781. package/docs/modules/_saltcorn_sqlite-mobile.sqlite_capacitor.html +1 -0
  782. package/docs/modules/_saltcorn_sqlite..html +2 -0
  783. package/docs/modules/_saltcorn_sqlite.html +1 -127
  784. package/docs/modules/_saltcorn_sqlite.index.html +2 -0
  785. package/docs/modules/_saltcorn_sqlite.sqlite.html +2 -0
  786. package/docs/modules/_saltcorn_types..Types.html +1 -0
  787. package/docs/modules/_saltcorn_types..generators.html +2 -0
  788. package/docs/modules/_saltcorn_types..html +2 -0
  789. package/docs/modules/_saltcorn_types.base_types.html +2 -0
  790. package/docs/modules/_saltcorn_types.common_types.html +1 -0
  791. package/docs/modules/_saltcorn_types.generators.html +1 -76
  792. package/docs/modules/_saltcorn_types.html +1 -67
  793. package/docs/modules/_saltcorn_types.index.html +2 -0
  794. package/docs/modules/_saltcorn_types.model-abstracts_abstract_event_log-1.html +1 -0
  795. package/docs/modules/_saltcorn_types.model-abstracts_abstract_event_log.html +1 -0
  796. package/docs/modules/_saltcorn_types.model-abstracts_abstract_field-1.html +1 -0
  797. package/docs/modules/_saltcorn_types.model-abstracts_abstract_field.html +1 -0
  798. package/docs/modules/_saltcorn_types.model-abstracts_abstract_form-1.html +1 -0
  799. package/docs/modules/_saltcorn_types.model-abstracts_abstract_form.html +1 -0
  800. package/docs/modules/_saltcorn_types.model-abstracts_abstract_library-1.html +1 -0
  801. package/docs/modules/_saltcorn_types.model-abstracts_abstract_library.html +1 -0
  802. package/docs/modules/_saltcorn_types.model-abstracts_abstract_model-1.html +1 -0
  803. package/docs/modules/_saltcorn_types.model-abstracts_abstract_model.html +1 -0
  804. package/docs/modules/_saltcorn_types.model-abstracts_abstract_model_instance-1.html +1 -0
  805. package/docs/modules/_saltcorn_types.model-abstracts_abstract_model_instance.html +1 -0
  806. package/docs/modules/_saltcorn_types.model-abstracts_abstract_page-1.html +1 -0
  807. package/docs/modules/_saltcorn_types.model-abstracts_abstract_page.html +1 -0
  808. package/docs/modules/_saltcorn_types.model-abstracts_abstract_page_group-1.html +1 -0
  809. package/docs/modules/_saltcorn_types.model-abstracts_abstract_page_group.html +1 -0
  810. package/docs/modules/_saltcorn_types.model-abstracts_abstract_page_group_member-1.html +1 -0
  811. package/docs/modules/_saltcorn_types.model-abstracts_abstract_page_group_member.html +1 -0
  812. package/docs/modules/_saltcorn_types.model-abstracts_abstract_plugin-1.html +1 -0
  813. package/docs/modules/_saltcorn_types.model-abstracts_abstract_plugin.html +1 -0
  814. package/docs/modules/_saltcorn_types.model-abstracts_abstract_role-1.html +1 -0
  815. package/docs/modules/_saltcorn_types.model-abstracts_abstract_role.html +1 -0
  816. package/docs/modules/_saltcorn_types.model-abstracts_abstract_table-1.html +1 -0
  817. package/docs/modules/_saltcorn_types.model-abstracts_abstract_table.html +1 -0
  818. package/docs/modules/_saltcorn_types.model-abstracts_abstract_tag-1.html +1 -0
  819. package/docs/modules/_saltcorn_types.model-abstracts_abstract_tag.html +1 -0
  820. package/docs/modules/_saltcorn_types.model-abstracts_abstract_tag_entry-1.html +1 -0
  821. package/docs/modules/_saltcorn_types.model-abstracts_abstract_tag_entry.html +1 -0
  822. package/docs/modules/_saltcorn_types.model-abstracts_abstract_trigger-1.html +1 -0
  823. package/docs/modules/_saltcorn_types.model-abstracts_abstract_trigger.html +1 -0
  824. package/docs/modules/_saltcorn_types.model-abstracts_abstract_user-1.html +1 -0
  825. package/docs/modules/_saltcorn_types.model-abstracts_abstract_user.html +1 -0
  826. package/docs/modules/_saltcorn_types.model-abstracts_abstract_view-1.html +1 -0
  827. package/docs/modules/_saltcorn_types.model-abstracts_abstract_view.html +1 -0
  828. package/docs/modules/_saltcorn_types.model-abstracts_abstract_workflow-1.html +1 -0
  829. package/docs/modules/_saltcorn_types.model-abstracts_abstract_workflow.html +1 -0
  830. package/docs/modules/_saltcorn_types.model-abstracts_abstract_workflow_run-1.html +1 -0
  831. package/docs/modules/_saltcorn_types.model-abstracts_abstract_workflow_run.html +1 -0
  832. package/docs/modules/_saltcorn_types.model-abstracts_abstract_workflow_step-1.html +1 -0
  833. package/docs/modules/_saltcorn_types.model-abstracts_abstract_workflow_step.html +1 -0
  834. package/docs/modules/_saltcorn_types.model-abstracts_abstract_workflow_trace-1.html +1 -0
  835. package/docs/modules/_saltcorn_types.model-abstracts_abstract_workflow_trace.html +1 -0
  836. package/docs/modules/_saltcorn_types.model-abstracts_index-1.html +1 -0
  837. package/docs/modules/_saltcorn_types.model-abstracts_index.ModelAbstracts.html +2 -0
  838. package/docs/modules/_saltcorn_types.model-abstracts_index.html +1 -0
  839. package/docs/modules.html +1 -0
  840. package/docs/types/_saltcorn_data.diagram_node_extract_utils.ExtractOpts.html +10 -0
  841. package/docs/types/_saltcorn_data.diagram_node_extract_utils.ExtractResult.html +3 -0
  842. package/docs/types/_saltcorn_data.diagram_nodes_node.NodeType.html +1 -0
  843. package/docs/types/_saltcorn_data.models_config.ConfigTypes.html +1 -0
  844. package/docs/types/_saltcorn_data.models_config.SingleConfig.html +1 -0
  845. package/docs/types/_saltcorn_data.models_eventlog.EventLogCfg.html +7 -0
  846. package/docs/types/_saltcorn_data.models_file.FileCfg.html +12 -0
  847. package/docs/types/_saltcorn_data.models_form.AdditionalButton.html +1 -0
  848. package/docs/types/_saltcorn_data.models_form.FormCfg.html +31 -0
  849. package/docs/types/_saltcorn_data.models_internal_push_message_helper.FcmSubscription.html +3 -0
  850. package/docs/types/_saltcorn_data.models_internal_push_message_helper.Subscription.html +1 -0
  851. package/docs/types/_saltcorn_data.models_internal_push_message_helper.WebPushSubscription.html +4 -0
  852. package/docs/types/_saltcorn_data.models_page_group.ScreenInfoParams.html +5 -0
  853. package/docs/types/_saltcorn_data.models_table.ChildRelations.html +3 -0
  854. package/docs/types/_saltcorn_data.models_table.ParentRelations.html +3 -0
  855. package/docs/types/_saltcorn_data.models_table.RelationData.html +3 -0
  856. package/docs/types/_saltcorn_data.models_tag_entry.TagEntryCfg.html +1 -0
  857. package/docs/types/_saltcorn_data.models_view.FindViewsPred.html +1 -0
  858. package/docs/types/_saltcorn_db-common.internal.AggregationOptions.html +11 -0
  859. package/docs/types/_saltcorn_db-common.internal.CoordOpts.html +5 -0
  860. package/docs/types/_saltcorn_db-common.internal.DatabaseClient.html +2 -0
  861. package/docs/types/_saltcorn_db-common.internal.JoinField.html +6 -0
  862. package/docs/types/_saltcorn_db-common.internal.JoinFields.html +1 -0
  863. package/docs/types/_saltcorn_db-common.internal.JoinOptions.html +1 -0
  864. package/docs/types/_saltcorn_db-common.internal.JsonPath.html +1 -0
  865. package/docs/types/_saltcorn_db-common.internal.JsonPathElem.html +1 -0
  866. package/docs/types/_saltcorn_db-common.internal.Operator.html +1 -0
  867. package/docs/types/_saltcorn_db-common.internal.PartialSome.html +1 -0
  868. package/docs/types/_saltcorn_db-common.internal.PrimaryKeyValue.html +1 -0
  869. package/docs/types/_saltcorn_db-common.internal.Row.html +1 -0
  870. package/docs/types/_saltcorn_db-common.internal.SelectOptions.html +21 -0
  871. package/docs/types/_saltcorn_db-common.internal.StrongRow.html +1 -0
  872. package/docs/types/_saltcorn_db-common.internal.SubselectOptions.html +5 -0
  873. package/docs/types/_saltcorn_db-common.internal.Value.html +1 -0
  874. package/docs/types/_saltcorn_db-common.internal.Where.html +5 -0
  875. package/docs/types/_saltcorn_db-common.sqlite-commons.SqlAndValues.html +5 -0
  876. package/docs/types/_saltcorn_db-common.types.DbExportsType.html +57 -0
  877. package/docs/types/_saltcorn_db-common.types.GenObj.html +1 -0
  878. package/docs/types/_saltcorn_markup.emergency_layout.WrapParams.html +9 -0
  879. package/docs/types/_saltcorn_markup.helpers.CheckBoxGroupOpts.html +7 -0
  880. package/docs/types/_saltcorn_markup.helpers.PaginationOpts.html +5 -0
  881. package/docs/types/_saltcorn_markup.helpers.RadioGroupOpts.html +8 -0
  882. package/docs/types/_saltcorn_markup.helpers.SearchBarOpts.html +9 -0
  883. package/docs/types/_saltcorn_markup.layout.RenderOpts-1.html +8 -0
  884. package/docs/types/_saltcorn_markup.layout.RenderOpts.html +8 -0
  885. package/docs/types/_saltcorn_markup.mjml-layout.RenderOpts.html +7 -0
  886. package/docs/types/_saltcorn_markup.table.HeadersParams.html +6 -0
  887. package/docs/types/_saltcorn_markup.table.OptsParams.html +11 -0
  888. package/docs/types/_saltcorn_markup.types.AttributeVal.html +1 -0
  889. package/docs/types/_saltcorn_markup.types.Attributes.html +3 -0
  890. package/docs/types/_saltcorn_markup.types.ClassVal.html +1 -0
  891. package/docs/types/_saltcorn_markup.types.Element.html +1 -0
  892. package/docs/types/_saltcorn_markup.types.Falsy.html +1 -0
  893. package/docs/types/_saltcorn_markup.types.StyleVal.html +1 -0
  894. package/docs/types/_saltcorn_markup.types.TagFunction.html +1 -0
  895. package/docs/types/_saltcorn_mobile-builder.mobile-builder.IosCfg.html +4 -0
  896. package/docs/types/_saltcorn_mobile-builder.utils_capacitor-helper.CapacitorCfg.html +13 -0
  897. package/docs/types/_saltcorn_types.base_types.Action.html +27 -0
  898. package/docs/types/_saltcorn_types.base_types.AuthenticationMethod.html +5 -0
  899. package/docs/types/_saltcorn_types.base_types.CalcJoinfield.html +6 -0
  900. package/docs/types/_saltcorn_types.base_types.CapacitorPlugin.html +5 -0
  901. package/docs/types/_saltcorn_types.base_types.CodePagePack.html +4 -0
  902. package/docs/types/_saltcorn_types.base_types.Column.html +2 -0
  903. package/docs/types/_saltcorn_types.base_types.ConnectObjType.html +21 -0
  904. package/docs/types/_saltcorn_types.base_types.ConnectedObjects.html +5 -0
  905. package/docs/types/_saltcorn_types.base_types.CopilotSkill.html +8 -0
  906. package/docs/types/_saltcorn_types.base_types.ErrorObj.html +5 -0
  907. package/docs/types/_saltcorn_types.base_types.FieldLike.html +1 -0
  908. package/docs/types/_saltcorn_types.base_types.FieldView.html +4 -0
  909. package/docs/types/_saltcorn_types.base_types.Header.html +6 -0
  910. package/docs/types/_saltcorn_types.base_types.JoinFieldOption.html +5 -0
  911. package/docs/types/_saltcorn_types.base_types.Layout.html +1 -0
  912. package/docs/types/_saltcorn_types.base_types.MobileConfig.html +18 -0
  913. package/docs/types/_saltcorn_types.base_types.ModelPattern.html +38 -0
  914. package/docs/types/_saltcorn_types.base_types.Pack.html +15 -0
  915. package/docs/types/_saltcorn_types.base_types.Plugin.html +1 -0
  916. package/docs/types/_saltcorn_types.base_types.PluginFunction.html +5 -0
  917. package/docs/types/_saltcorn_types.base_types.PluginLayout.html +3 -0
  918. package/docs/types/_saltcorn_types.base_types.PluginRoute.html +5 -0
  919. package/docs/types/_saltcorn_types.base_types.PluginSourceType.html +1 -0
  920. package/docs/types/_saltcorn_types.base_types.PluginType.html +9 -0
  921. package/docs/types/_saltcorn_types.base_types.PluginWrap.html +1 -0
  922. package/docs/types/_saltcorn_types.base_types.PluginWrapArg.html +10 -0
  923. package/docs/types/_saltcorn_types.base_types.RelationOption.html +3 -0
  924. package/docs/types/_saltcorn_types.base_types.Req.html +15 -0
  925. package/docs/types/_saltcorn_types.base_types.Res.html +6 -0
  926. package/docs/types/_saltcorn_types.base_types.ResultType.html +7 -0
  927. package/docs/types/_saltcorn_types.base_types.RouteAction.html +1 -0
  928. package/docs/types/_saltcorn_types.base_types.RunExtra.html +1 -0
  929. package/docs/types/_saltcorn_types.base_types.SlugStepType.html +4 -0
  930. package/docs/types/_saltcorn_types.base_types.StepResType.html +1 -0
  931. package/docs/types/_saltcorn_types.base_types.SubField.html +5 -0
  932. package/docs/types/_saltcorn_types.base_types.TableProvider.html +4 -0
  933. package/docs/types/_saltcorn_types.base_types.TableQuery.html +8 -0
  934. package/docs/types/_saltcorn_types.base_types.Tablely.html +1 -0
  935. package/docs/types/_saltcorn_types.base_types.ViewTemplate.html +27 -0
  936. package/docs/types/_saltcorn_types.common_types.ErrorMessage.html +4 -0
  937. package/docs/types/_saltcorn_types.common_types.GenObj.html +1 -0
  938. package/docs/types/_saltcorn_types.common_types.ReqRes.html +3 -0
  939. package/docs/types/_saltcorn_types.common_types.ResultMessage.html +1 -0
  940. package/docs/types/_saltcorn_types.common_types.SuccessMessage.html +5 -0
  941. package/docs/types/_saltcorn_types.common_types.Type.html +19 -0
  942. package/docs/types/_saltcorn_types.model-abstracts_abstract_event_log.EventLogPack.html +7 -0
  943. package/docs/types/_saltcorn_types.model-abstracts_abstract_field.FieldCfg.html +36 -0
  944. package/docs/types/_saltcorn_types.model-abstracts_abstract_field.InputType.html +1 -0
  945. package/docs/types/_saltcorn_types.model-abstracts_abstract_form.AdditionalButton.html +5 -0
  946. package/docs/types/_saltcorn_types.model-abstracts_abstract_library.LibraryCfg.html +5 -0
  947. package/docs/types/_saltcorn_types.model-abstracts_abstract_library.LibraryPack.html +1 -0
  948. package/docs/types/_saltcorn_types.model-abstracts_abstract_model.ModelCfg.html +6 -0
  949. package/docs/types/_saltcorn_types.model-abstracts_abstract_model.ModelPack.html +1 -0
  950. package/docs/types/_saltcorn_types.model-abstracts_abstract_model_instance.ModelInstanceCfg.html +12 -0
  951. package/docs/types/_saltcorn_types.model-abstracts_abstract_model_instance.ModelInstancePack.html +1 -0
  952. package/docs/types/_saltcorn_types.model-abstracts_abstract_page.PageCfg.html +9 -0
  953. package/docs/types/_saltcorn_types.model-abstracts_abstract_page.PagePack.html +1 -0
  954. package/docs/types/_saltcorn_types.model-abstracts_abstract_page_group.PageGroupCfg.html +7 -0
  955. package/docs/types/_saltcorn_types.model-abstracts_abstract_page_group.PageGroupPack.html +1 -0
  956. package/docs/types/_saltcorn_types.model-abstracts_abstract_page_group_member.PageGroupMemberCfg.html +7 -0
  957. package/docs/types/_saltcorn_types.model-abstracts_abstract_page_group_member.PageGroupMemberPack.html +1 -0
  958. package/docs/types/_saltcorn_types.model-abstracts_abstract_plugin.PluginCfg.html +13 -0
  959. package/docs/types/_saltcorn_types.model-abstracts_abstract_plugin.PluginPack.html +1 -0
  960. package/docs/types/_saltcorn_types.model-abstracts_abstract_role.RoleCfg.html +1 -0
  961. package/docs/types/_saltcorn_types.model-abstracts_abstract_role.RolePack.html +1 -0
  962. package/docs/types/_saltcorn_types.model-abstracts_abstract_table.TableCfg.html +16 -0
  963. package/docs/types/_saltcorn_types.model-abstracts_abstract_table.TablePack.html +1 -0
  964. package/docs/types/_saltcorn_types.model-abstracts_abstract_tag.TagPack.html +3 -0
  965. package/docs/types/_saltcorn_types.model-abstracts_abstract_tag_entry.TagEntryPack.html +5 -0
  966. package/docs/types/_saltcorn_types.model-abstracts_abstract_trigger.TriggerCfg.html +13 -0
  967. package/docs/types/_saltcorn_types.model-abstracts_abstract_trigger.TriggerPack.html +1 -0
  968. package/docs/types/_saltcorn_types.model-abstracts_abstract_view.ViewCfg.html +15 -0
  969. package/docs/types/_saltcorn_types.model-abstracts_abstract_view.ViewPack.html +1 -0
  970. package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow.ConfigWorkflowStep.html +1 -0
  971. package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow.RunResult.html +11 -0
  972. package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow_run.WorkflowRunCfg.html +12 -0
  973. package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow_step.WorkflowStepCfg.html +9 -0
  974. package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow_step.WorkflowStepPack.html +1 -0
  975. package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow_trace.WorkflowTraceCfg.html +11 -0
  976. package/docs/variables/_saltcorn_admin-models..backup.create_backup.html +2 -0
  977. package/docs/variables/_saltcorn_admin-models..backup.create_csv_from_rows.html +1 -0
  978. package/docs/variables/_saltcorn_admin-models..backup.restore.html +2 -0
  979. package/docs/variables/_saltcorn_admin-models..pack.add_to_menu.html +2 -0
  980. package/docs/variables/_saltcorn_admin-models..pack.can_install_pack.html +2 -0
  981. package/docs/variables/_saltcorn_admin-models..pack.fetch_available_packs.html +2 -0
  982. package/docs/variables/_saltcorn_admin-models..pack.fetch_pack_by_name.html +2 -0
  983. package/docs/variables/_saltcorn_admin-models..pack.install_pack.html +1 -0
  984. package/docs/variables/_saltcorn_admin-models..pack.library_pack.html +2 -0
  985. package/docs/variables/_saltcorn_admin-models..pack.model_instance_pack.html +2 -0
  986. package/docs/variables/_saltcorn_admin-models..pack.model_pack.html +4 -0
  987. package/docs/variables/_saltcorn_admin-models..pack.page_group_pack.html +3 -0
  988. package/docs/variables/_saltcorn_admin-models..pack.page_pack.html +3 -0
  989. package/docs/variables/_saltcorn_admin-models..pack.plugin_pack.html +2 -0
  990. package/docs/variables/_saltcorn_admin-models..pack.role_pack.html +2 -0
  991. package/docs/variables/_saltcorn_admin-models..pack.table_pack.html +2 -0
  992. package/docs/variables/_saltcorn_admin-models..pack.trigger_pack.html +2 -0
  993. package/docs/variables/_saltcorn_admin-models..pack.uninstall_pack.html +2 -0
  994. package/docs/variables/_saltcorn_admin-models..pack.view_pack.html +2 -0
  995. package/docs/variables/_saltcorn_admin-models..tenant.copy_tenant_template.html +8 -0
  996. package/docs/variables/_saltcorn_admin-models..tenant.create_tenant.html +6 -0
  997. package/docs/variables/_saltcorn_admin-models..tenant.deleteTenant.html +7 -0
  998. package/docs/variables/_saltcorn_admin-models..tenant.domain_sanitize.html +6 -0
  999. package/docs/variables/_saltcorn_admin-models..tenant.eachTenant.html +4 -0
  1000. package/docs/variables/_saltcorn_admin-models..tenant.getAllTenantRows.html +2 -0
  1001. package/docs/variables/_saltcorn_admin-models..tenant.getAllTenants.html +2 -0
  1002. package/docs/variables/_saltcorn_admin-models..tenant.insertTenant.html +10 -0
  1003. package/docs/variables/_saltcorn_admin-models..tenant.switchToTenant.html +7 -0
  1004. package/docs/variables/_saltcorn_admin-models.models_backup.export_.html +3 -0
  1005. package/docs/variables/_saltcorn_admin-models.pack.export_.html +19 -0
  1006. package/docs/variables/_saltcorn_admin-models.tenant.export_.html +37 -0
  1007. package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedFive.html +1 -0
  1008. package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedFour.html +1 -0
  1009. package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedOne.html +1 -0
  1010. package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedSix.html +1 -0
  1011. package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedThree.html +1 -0
  1012. package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedTwo.html +1 -0
  1013. package/docs/variables/_saltcorn_data..migrations.html +1 -0
  1014. package/docs/variables/_saltcorn_data..plugin_helper.run_action_column.html +1 -0
  1015. package/docs/variables/_saltcorn_data..utils.NotAuthorized.html +1 -0
  1016. package/docs/variables/_saltcorn_data..utils.isPushEnabled.html +1 -0
  1017. package/docs/variables/_saltcorn_data..utils.sleep.html +1 -0
  1018. package/docs/variables/_saltcorn_data.base-plugin_actions.export_.html +18 -0
  1019. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.radio_select.description.html +1 -0
  1020. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.radio_select.isEdit.html +1 -0
  1021. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.radio_select.type.html +1 -0
  1022. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.search_join_field.html +1 -0
  1023. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.search_or_create.blockDisplay.html +1 -0
  1024. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.search_or_create.description.html +1 -0
  1025. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.search_or_create.isEdit.html +1 -0
  1026. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.search_or_create.type.html +1 -0
  1027. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select.blockDisplay.html +1 -0
  1028. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select.configFields.html +1 -0
  1029. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select.description.html +1 -0
  1030. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select.isEdit.html +1 -0
  1031. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select.type.html +1 -0
  1032. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_by_code.html +1 -0
  1033. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_by_view.html +1 -0
  1034. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_from_table.blockDisplay.html +1 -0
  1035. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_from_table.configFields.html +1 -0
  1036. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_from_table.description.html +1 -0
  1037. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_from_table.isEdit.html +1 -0
  1038. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_from_table.type.html +1 -0
  1039. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.two_level_select.html +1 -0
  1040. package/docs/variables/_saltcorn_data.base-plugin_fileview.export_.html +1 -0
  1041. package/docs/variables/_saltcorn_data.base-plugin_index.export_.html +1 -0
  1042. package/docs/variables/_saltcorn_data.base-plugin_types.bool.attributes.html +1 -0
  1043. package/docs/variables/_saltcorn_data.base-plugin_types.bool.description.html +1 -0
  1044. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.TrueFalse.description.html +1 -0
  1045. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.TrueFalse.isEdit.html +1 -0
  1046. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.checkboxes.description.html +1 -0
  1047. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.checkboxes.isEdit.html +1 -0
  1048. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.edit.configFields.html +1 -0
  1049. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.edit.description.html +1 -0
  1050. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.edit.isEdit.html +1 -0
  1051. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.show.description.html +1 -0
  1052. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.show.isEdit.html +1 -0
  1053. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.show_with_html.html +1 -0
  1054. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.switch.html +1 -0
  1055. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.tristate.configFields.html +1 -0
  1056. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.tristate.description.html +1 -0
  1057. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.tristate.isEdit.html +1 -0
  1058. package/docs/variables/_saltcorn_data.base-plugin_types.bool.js_type.html +1 -0
  1059. package/docs/variables/_saltcorn_data.base-plugin_types.bool.name.html +1 -0
  1060. package/docs/variables/_saltcorn_data.base-plugin_types.bool.sql_name.html +1 -0
  1061. package/docs/variables/_saltcorn_data.base-plugin_types.color.attributes.html +1 -0
  1062. package/docs/variables/_saltcorn_data.base-plugin_types.color.description.html +1 -0
  1063. package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.edit.blockDisplay.html +1 -0
  1064. package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.edit.description.html +1 -0
  1065. package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.edit.isEdit.html +1 -0
  1066. package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.show.description.html +1 -0
  1067. package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.show.isEdit.html +1 -0
  1068. package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.show_with_html.html +1 -0
  1069. package/docs/variables/_saltcorn_data.base-plugin_types.color.js_type.html +1 -0
  1070. package/docs/variables/_saltcorn_data.base-plugin_types.color.name.html +1 -0
  1071. package/docs/variables/_saltcorn_data.base-plugin_types.color.sql_name.html +1 -0
  1072. package/docs/variables/_saltcorn_data.base-plugin_types.date.attributes.html +1 -0
  1073. package/docs/variables/_saltcorn_data.base-plugin_types.date.description.html +1 -0
  1074. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.edit.blockDisplay.html +1 -0
  1075. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.edit.description.html +1 -0
  1076. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.edit.isEdit.html +1 -0
  1077. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.editDay.blockDisplay.html +1 -0
  1078. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.editDay.description.html +1 -0
  1079. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.editDay.isEdit.html +1 -0
  1080. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.format.configFields.html +1 -0
  1081. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.format.description.html +1 -0
  1082. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.format.isEdit.html +1 -0
  1083. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.relative.description.html +1 -0
  1084. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.relative.isEdit.html +1 -0
  1085. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.show.description.html +1 -0
  1086. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.show.isEdit.html +1 -0
  1087. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.showDay.description.html +1 -0
  1088. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.showDay.isEdit.html +1 -0
  1089. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.show_with_html.html +1 -0
  1090. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.yearsAgo.description.html +1 -0
  1091. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.yearsAgo.isEdit.html +1 -0
  1092. package/docs/variables/_saltcorn_data.base-plugin_types.date.js_type.html +1 -0
  1093. package/docs/variables/_saltcorn_data.base-plugin_types.date.name.html +1 -0
  1094. package/docs/variables/_saltcorn_data.base-plugin_types.date.sql_name.html +1 -0
  1095. package/docs/variables/_saltcorn_data.base-plugin_types.float.attributes.html +1 -0
  1096. package/docs/variables/_saltcorn_data.base-plugin_types.float.description.html +1 -0
  1097. package/docs/variables/_saltcorn_data.base-plugin_types.float.distance_operators.html +1 -0
  1098. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.above_input.html +1 -0
  1099. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.below_input.html +1 -0
  1100. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.edit.blockDisplay.html +1 -0
  1101. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.edit.configFields.html +1 -0
  1102. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.edit.description.html +1 -0
  1103. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.edit.isEdit.html +1 -0
  1104. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.heat_cell.html +1 -0
  1105. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.number_slider.html +1 -0
  1106. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.progress_bar.html +1 -0
  1107. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.range_interval.html +1 -0
  1108. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.show.description.html +1 -0
  1109. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.show.isEdit.html +1 -0
  1110. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.show_with_html.html +1 -0
  1111. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.to_locale_string.html +1 -0
  1112. package/docs/variables/_saltcorn_data.base-plugin_types.float.js_type.html +1 -0
  1113. package/docs/variables/_saltcorn_data.base-plugin_types.float.name.html +1 -0
  1114. package/docs/variables/_saltcorn_data.base-plugin_types.float.sql_name.html +1 -0
  1115. package/docs/variables/_saltcorn_data.base-plugin_types.int.attributes.html +1 -0
  1116. package/docs/variables/_saltcorn_data.base-plugin_types.int.description.html +1 -0
  1117. package/docs/variables/_saltcorn_data.base-plugin_types.int.distance_operators.near.html +1 -0
  1118. package/docs/variables/_saltcorn_data.base-plugin_types.int.fieldviews.html +3 -0
  1119. package/docs/variables/_saltcorn_data.base-plugin_types.int.js_type.html +1 -0
  1120. package/docs/variables/_saltcorn_data.base-plugin_types.int.name.html +1 -0
  1121. package/docs/variables/_saltcorn_data.base-plugin_types.int.primaryKey.html +1 -0
  1122. package/docs/variables/_saltcorn_data.base-plugin_types.int.sql_name.html +1 -0
  1123. package/docs/variables/_saltcorn_data.base-plugin_types.string.description.html +1 -0
  1124. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_header.description.html +1 -0
  1125. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_header.isEdit.html +1 -0
  1126. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_link.configFields.html +1 -0
  1127. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_link.description.html +1 -0
  1128. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_link.isEdit.html +1 -0
  1129. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_text.description.html +1 -0
  1130. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_text.isEdit.html +1 -0
  1131. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.checkbox_group.html +1 -0
  1132. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.code.html +1 -0
  1133. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.code_editor.html +1 -0
  1134. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.edit.blockDisplay.html +1 -0
  1135. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.edit.description.html +1 -0
  1136. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.edit.isEdit.html +1 -0
  1137. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.ellipsize.html +1 -0
  1138. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.fill_formula_btn.html +1 -0
  1139. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.img_from_url.description.html +1 -0
  1140. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.img_from_url.isEdit.html +1 -0
  1141. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.make_unique.html +1 -0
  1142. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.monospace_block.html +1 -0
  1143. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.password.blockDisplay.html +1 -0
  1144. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.password.configFields.html +1 -0
  1145. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.password.description.html +1 -0
  1146. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.password.isEdit.html +1 -0
  1147. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.preFormatted.html +1 -0
  1148. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.radio_group.configFields.html +1 -0
  1149. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.radio_group.description.html +1 -0
  1150. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.radio_group.isEdit.html +1 -0
  1151. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.select_by_code.html +1 -0
  1152. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.show_with_html.html +1 -0
  1153. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.blockDisplay.html +1 -0
  1154. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.configFields.html +1 -0
  1155. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.description.html +1 -0
  1156. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.isEdit.html +1 -0
  1157. package/docs/variables/_saltcorn_data.base-plugin_types.string.js_type.html +1 -0
  1158. package/docs/variables/_saltcorn_data.base-plugin_types.string.name.html +1 -0
  1159. package/docs/variables/_saltcorn_data.base-plugin_types.string.sql_name.html +1 -0
  1160. package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_edit.export_.html +1 -0
  1161. package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_feed.export_.html +1 -0
  1162. package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_filter.export_.html +1 -0
  1163. package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_list.export_.html +1 -0
  1164. package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_listshowlist.export_.html +1 -0
  1165. package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_room.export_-1.html +1 -0
  1166. package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_room.export_.html +1 -0
  1167. package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_show.export_.html +1 -0
  1168. package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.edit_build_in_actions.html +1 -0
  1169. package/docs/variables/_saltcorn_data.contract.fieldlike.html +1 -0
  1170. package/docs/variables/_saltcorn_data.contract.is_column.html +1 -0
  1171. package/docs/variables/_saltcorn_data.contract.is_header.html +1 -0
  1172. package/docs/variables/_saltcorn_data.contract.is_pack.html +1 -0
  1173. package/docs/variables/_saltcorn_data.contract.is_plugin.html +1 -0
  1174. package/docs/variables/_saltcorn_data.contract.is_plugin_layout.html +1 -0
  1175. package/docs/variables/_saltcorn_data.contract.is_plugin_type.html +1 -0
  1176. package/docs/variables/_saltcorn_data.contract.is_plugin_wrap.html +1 -0
  1177. package/docs/variables/_saltcorn_data.contract.is_plugin_wrap_arg.html +1 -0
  1178. package/docs/variables/_saltcorn_data.contract.is_table_query.html +1 -0
  1179. package/docs/variables/_saltcorn_data.contract.is_tablely.html +1 -0
  1180. package/docs/variables/_saltcorn_data.contract.is_viewtemplate.html +1 -0
  1181. package/docs/variables/_saltcorn_data.db_connect.export_.html +16 -0
  1182. package/docs/variables/_saltcorn_data.db_fa5-icons.default.html +1 -0
  1183. package/docs/variables/_saltcorn_data.db_fixtures.export_.html +1 -0
  1184. package/docs/variables/_saltcorn_data.db_index.export_.html +1 -0
  1185. package/docs/variables/_saltcorn_data.db_state.export_.html +12 -0
  1186. package/docs/variables/_saltcorn_data.migrations_202005141503.sql.html +1 -0
  1187. package/docs/variables/_saltcorn_data.migrations_202005241712.sql.html +1 -0
  1188. package/docs/variables/_saltcorn_data.migrations_202005251037.sql.html +1 -0
  1189. package/docs/variables/_saltcorn_data.migrations_202005282134.sql.html +1 -0
  1190. package/docs/variables/_saltcorn_data.migrations_202006022156.sql.html +1 -0
  1191. package/docs/variables/_saltcorn_data.migrations_202006051507.sql.html +1 -0
  1192. package/docs/variables/_saltcorn_data.migrations_202006240906.sql.html +1 -0
  1193. package/docs/variables/_saltcorn_data.migrations_202007091707.sql.html +1 -0
  1194. package/docs/variables/_saltcorn_data.migrations_202007202144.sql.html +1 -0
  1195. package/docs/variables/_saltcorn_data.migrations_202008031500.sql.html +1 -0
  1196. package/docs/variables/_saltcorn_data.migrations_202008051415.sql.html +1 -0
  1197. package/docs/variables/_saltcorn_data.migrations_202008121149.sql_pg.html +1 -0
  1198. package/docs/variables/_saltcorn_data.migrations_202008121149.sql_sqlite.html +1 -0
  1199. package/docs/variables/_saltcorn_data.migrations_202009112140.sql_pg.html +1 -0
  1200. package/docs/variables/_saltcorn_data.migrations_202009112140.sql_sqlite.html +1 -0
  1201. package/docs/variables/_saltcorn_data.migrations_202009181655.sql.html +1 -0
  1202. package/docs/variables/_saltcorn_data.migrations_202009221105.sql.html +1 -0
  1203. package/docs/variables/_saltcorn_data.migrations_202009231331.sql.html +1 -0
  1204. package/docs/variables/_saltcorn_data.migrations_202009301531.sql.html +1 -0
  1205. package/docs/variables/_saltcorn_data.migrations_202010231444.sql.html +1 -0
  1206. package/docs/variables/_saltcorn_data.migrations_202010251412.sql.html +1 -0
  1207. package/docs/variables/_saltcorn_data.migrations_202011021749.sql.html +1 -0
  1208. package/docs/variables/_saltcorn_data.migrations_202011051353.sql.html +1 -0
  1209. package/docs/variables/_saltcorn_data.migrations_202011111127.sql.html +1 -0
  1210. package/docs/variables/_saltcorn_data.migrations_202012011203.sql.html +1 -0
  1211. package/docs/variables/_saltcorn_data.migrations_202012100841.sql.html +1 -0
  1212. package/docs/variables/_saltcorn_data.migrations_202012281835.sql.html +1 -0
  1213. package/docs/variables/_saltcorn_data.migrations_202101061051.sql.html +1 -0
  1214. package/docs/variables/_saltcorn_data.migrations_202101141128.sql.html +1 -0
  1215. package/docs/variables/_saltcorn_data.migrations_202102091312.sql.html +1 -0
  1216. package/docs/variables/_saltcorn_data.migrations_202102101624.sql.html +1 -0
  1217. package/docs/variables/_saltcorn_data.migrations_202102172148.sql.html +1 -0
  1218. package/docs/variables/_saltcorn_data.migrations_202102261650.sql.html +1 -0
  1219. package/docs/variables/_saltcorn_data.migrations_202106102347.sql.html +1 -0
  1220. package/docs/variables/_saltcorn_data.migrations_202106112120.sql.html +1 -0
  1221. package/docs/variables/_saltcorn_data.migrations_202106120012.sql.html +1 -0
  1222. package/docs/variables/_saltcorn_data.migrations_202106120220.sql.html +1 -0
  1223. package/docs/variables/_saltcorn_data.migrations_202106121701.sql.html +1 -0
  1224. package/docs/variables/_saltcorn_data.migrations_202106121703.sql_pg.html +1 -0
  1225. package/docs/variables/_saltcorn_data.migrations_202106121703.sql_sqlite.html +1 -0
  1226. package/docs/variables/_saltcorn_data.migrations_202106251126.sql.html +1 -0
  1227. package/docs/variables/_saltcorn_data.migrations_202107281619.sql.html +1 -0
  1228. package/docs/variables/_saltcorn_data.migrations_202107302158.sql_pg.html +1 -0
  1229. package/docs/variables/_saltcorn_data.migrations_202107302158.sql_sqlite.html +1 -0
  1230. package/docs/variables/_saltcorn_data.migrations_202108022257.sql.html +1 -0
  1231. package/docs/variables/_saltcorn_data.migrations_202109201624.sql.html +1 -0
  1232. package/docs/variables/_saltcorn_data.migrations_202109301031.sql_pg.html +1 -0
  1233. package/docs/variables/_saltcorn_data.migrations_202109301031.sql_sqlite.html +1 -0
  1234. package/docs/variables/_saltcorn_data.migrations_202111290253.sql_pg.html +1 -0
  1235. package/docs/variables/_saltcorn_data.migrations_202111290253.sql_sqlite.html +1 -0
  1236. package/docs/variables/_saltcorn_data.migrations_202112282254.sql_pg.html +1 -0
  1237. package/docs/variables/_saltcorn_data.migrations_202112282254.sql_sqlite.html +1 -0
  1238. package/docs/variables/_saltcorn_data.migrations_202207022002.sql.html +1 -0
  1239. package/docs/variables/_saltcorn_data.migrations_202207252150.sql_pg.html +1 -0
  1240. package/docs/variables/_saltcorn_data.migrations_202207252150.sql_sqlite.html +1 -0
  1241. package/docs/variables/_saltcorn_data.migrations_202207261221.sql.html +1 -0
  1242. package/docs/variables/_saltcorn_data.migrations_202208101144.sql_pg.html +1 -0
  1243. package/docs/variables/_saltcorn_data.migrations_202208101144.sql_sqlite.html +1 -0
  1244. package/docs/variables/_saltcorn_data.migrations_202211040031.sql.html +1 -0
  1245. package/docs/variables/_saltcorn_data.migrations_202212112152.sql_pg.html +1 -0
  1246. package/docs/variables/_saltcorn_data.migrations_202212112152.sql_sqlite.html +1 -0
  1247. package/docs/variables/_saltcorn_data.migrations_202301130917.sql.html +1 -0
  1248. package/docs/variables/_saltcorn_data.migrations_202303201126.sql_pg.html +1 -0
  1249. package/docs/variables/_saltcorn_data.migrations_202303201126.sql_sqlite.html +1 -0
  1250. package/docs/variables/_saltcorn_data.migrations_202303221944.sql_pg.html +1 -0
  1251. package/docs/variables/_saltcorn_data.migrations_202303221944.sql_sqlite.html +1 -0
  1252. package/docs/variables/_saltcorn_data.migrations_202304281224.sql.html +1 -0
  1253. package/docs/variables/_saltcorn_data.migrations_202305031518.sql_pg.html +1 -0
  1254. package/docs/variables/_saltcorn_data.migrations_202305031518.sql_sqlite.html +1 -0
  1255. package/docs/variables/_saltcorn_data.migrations_202308211648.sql.html +1 -0
  1256. package/docs/variables/_saltcorn_data.migrations_202311011755.sql_pg.html +1 -0
  1257. package/docs/variables/_saltcorn_data.migrations_202311011755.sql_sqlite.html +1 -0
  1258. package/docs/variables/_saltcorn_data.migrations_202311231356.sql.html +1 -0
  1259. package/docs/variables/_saltcorn_data.migrations_202402071125.sql.html +1 -0
  1260. package/docs/variables/_saltcorn_data.migrations_202406260915.sql.html +1 -0
  1261. package/docs/variables/_saltcorn_data.migrations_202412051957.sql_pg.html +1 -0
  1262. package/docs/variables/_saltcorn_data.migrations_202412051957.sql_sqlite.html +1 -0
  1263. package/docs/variables/_saltcorn_data.migrations_202412111526.sql_pg.html +1 -0
  1264. package/docs/variables/_saltcorn_data.migrations_202412111526.sql_sqlite.html +1 -0
  1265. package/docs/variables/_saltcorn_data.migrations_202501081226.sql_pg.html +1 -0
  1266. package/docs/variables/_saltcorn_data.migrations_202501081226.sql_sqlite.html +1 -0
  1267. package/docs/variables/_saltcorn_data.migrations_202501201239.sql_sqlite.html +1 -0
  1268. package/docs/variables/_saltcorn_data.migrations_202501262157.sql.html +1 -0
  1269. package/docs/variables/_saltcorn_data.migrations_202503071353.sql_pg.html +1 -0
  1270. package/docs/variables/_saltcorn_data.migrations_202506050958.sql.html +1 -0
  1271. package/docs/variables/_saltcorn_data.mobile-mocks_saltcorn_html-pdf-node.export_.html +1 -0
  1272. package/docs/variables/_saltcorn_data.models_config.export_.html +10 -0
  1273. package/docs/variables/_saltcorn_data.models_discovery.export_.html +8 -0
  1274. package/docs/variables/_saltcorn_data.models_email.export_.html +4 -0
  1275. package/docs/variables/_saltcorn_data.models_expression.export_.html +4 -0
  1276. package/docs/variables/_saltcorn_data.models_index.config.available_languages.html +1 -0
  1277. package/docs/variables/_saltcorn_data.models_index.config.check_email_mask.html +2 -0
  1278. package/docs/variables/_saltcorn_data.models_index.config.configTypes.html +1 -0
  1279. package/docs/variables/_saltcorn_data.models_index.config.deleteConfig.html +2 -0
  1280. package/docs/variables/_saltcorn_data.models_index.config.getAllConfig.html +2 -0
  1281. package/docs/variables/_saltcorn_data.models_index.config.getConfig.html +2 -0
  1282. package/docs/variables/_saltcorn_data.models_index.config.get_base_url.html +2 -0
  1283. package/docs/variables/_saltcorn_data.models_index.config.get_latest_npm_version.html +2 -0
  1284. package/docs/variables/_saltcorn_data.models_index.config.remove_from_menu.html +2 -0
  1285. package/docs/variables/_saltcorn_data.models_index.config.save_menu_items.html +1 -0
  1286. package/docs/variables/_saltcorn_data.models_index.config.setConfig.html +2 -0
  1287. package/docs/variables/_saltcorn_data.models_index.discovery.discover_tables.html +4 -0
  1288. package/docs/variables/_saltcorn_data.models_index.discovery.discoverable_tables.html +6 -0
  1289. package/docs/variables/_saltcorn_data.models_index.discovery.findType.html +4 -0
  1290. package/docs/variables/_saltcorn_data.models_index.discovery.get_existing_views.html +4 -0
  1291. package/docs/variables/_saltcorn_data.models_index.discovery.implement_discovery.html +3 -0
  1292. package/docs/variables/_saltcorn_data.models_index.email.getMailTransport.html +1 -0
  1293. package/docs/variables/_saltcorn_data.models_index.email.send_verification_email.html +2 -0
  1294. package/docs/variables/_saltcorn_data.models_index.email.viewToEmailHtml.html +5 -0
  1295. package/docs/variables/_saltcorn_data.models_index.expression.apply_calculated_fields.html +1 -0
  1296. package/docs/variables/_saltcorn_data.models_index.expression.apply_calculated_fields_stored.html +1 -0
  1297. package/docs/variables/_saltcorn_data.models_index.expression.eval_expression.html +1 -0
  1298. package/docs/variables/_saltcorn_data.models_index.expression.expressionValidator.html +1 -0
  1299. package/docs/variables/_saltcorn_data.models_index.expression.get_async_expression_function.html +1 -0
  1300. package/docs/variables/_saltcorn_data.models_index.expression.get_expression_function.html +1 -0
  1301. package/docs/variables/_saltcorn_data.models_index.expression.jsexprToWhere.html +1 -0
  1302. package/docs/variables/_saltcorn_data.models_index.expression.recalculate_for_stored.html +3 -0
  1303. package/docs/variables/_saltcorn_data.models_index.expression.transform_for_async.html +1 -0
  1304. package/docs/variables/_saltcorn_data.models_index.layout.eachView.html +2 -0
  1305. package/docs/variables/_saltcorn_data.models_index.layout.getStringsForI18n.html +1 -0
  1306. package/docs/variables/_saltcorn_data.models_index.layout.getViews.html +1 -0
  1307. package/docs/variables/_saltcorn_data.models_index.layout.translateLayout.html +1 -0
  1308. package/docs/variables/_saltcorn_data.models_index.layout.traverse.html +1 -0
  1309. package/docs/variables/_saltcorn_data.models_index.layout.traverseSync.html +1 -0
  1310. package/docs/variables/_saltcorn_data.models_index.random.all_views.html +2 -0
  1311. package/docs/variables/_saltcorn_data.models_index.random.fill_table_row.html +2 -0
  1312. package/docs/variables/_saltcorn_data.models_index.random.initial_view.html +2 -0
  1313. package/docs/variables/_saltcorn_data.models_index.random.random_table.html +1 -0
  1314. package/docs/variables/_saltcorn_data.models_index.scheduler.runScheduler.html +1 -0
  1315. package/docs/variables/_saltcorn_data.models_layout.export_.html +3 -0
  1316. package/docs/variables/_saltcorn_data.models_random.export_.html +4 -0
  1317. package/docs/variables/_saltcorn_data.models_scheduler.export_.html +1 -0
  1318. package/docs/variables/_saltcorn_data.plugin-helper.add_free_variables_to_joinfields.html +2 -0
  1319. package/docs/variables/_saltcorn_data.plugin-helper.sqlBinOp.html +1 -0
  1320. package/docs/variables/_saltcorn_data.plugin-helper.sqlFun.html +1 -0
  1321. package/docs/variables/_saltcorn_data.tests_mocks.export_.html +1 -0
  1322. package/docs/variables/_saltcorn_data.tests_remote_query_helper.renderEditInEditConfig.html +1 -0
  1323. package/docs/variables/_saltcorn_data.utils.export_.html +16 -0
  1324. package/docs/variables/_saltcorn_data.web-mobile-commons.export_.html +7 -0
  1325. package/docs/variables/_saltcorn_db-common.multi-tenant.tenantNamespace.html +1 -0
  1326. package/docs/variables/_saltcorn_db-common.tenants.export_.html +2 -0
  1327. package/docs/variables/_saltcorn_markup..export_.html +3 -0
  1328. package/docs/variables/_saltcorn_markup.builder.export_.html +1 -0
  1329. package/docs/variables/_saltcorn_markup.emergency_layout.export_.html +1 -0
  1330. package/docs/variables/_saltcorn_markup.form.export_.html +1 -0
  1331. package/docs/variables/_saltcorn_markup.helpers.export_.html +2 -0
  1332. package/docs/variables/_saltcorn_markup.layout.export_-1.html +1 -0
  1333. package/docs/variables/_saltcorn_markup.layout.export_.html +1 -0
  1334. package/docs/variables/_saltcorn_markup.layout_utils.export_.html +4 -0
  1335. package/docs/variables/_saltcorn_markup.mjml-layout.export_.html +1 -0
  1336. package/docs/variables/_saltcorn_markup.mjml-tags.export_.html +1 -0
  1337. package/docs/variables/_saltcorn_markup.table.export_.html +1 -0
  1338. package/docs/variables/_saltcorn_markup.tags.export_.html +1 -0
  1339. package/docs/variables/_saltcorn_sqlite-mobile.index.slugify.html +4 -0
  1340. package/docs/variables/_saltcorn_sqlite-mobile.index.tryCatchInTransaction.html +5 -0
  1341. package/docs/variables/_saltcorn_sqlite-mobile.index.withTransaction.html +5 -0
  1342. package/docs/variables/_saltcorn_sqlite..slugify.html +4 -0
  1343. package/docs/variables/_saltcorn_sqlite..tryCatchInTransaction.html +5 -0
  1344. package/docs/variables/_saltcorn_sqlite..withTransaction.html +5 -0
  1345. package/docs/variables/_saltcorn_types..generators.generateBool.html +1 -0
  1346. package/docs/variables/_saltcorn_types..generators.generateString.html +1 -0
  1347. package/docs/variables/_saltcorn_types..generators.num_between.html +1 -0
  1348. package/docs/variables/_saltcorn_types..generators.oneOf.html +1 -0
  1349. package/docs/variables/_saltcorn_types.generators.export_.html +1 -0
  1350. package/help/Entry point by role.tmd +1 -0
  1351. package/locales/en.json +8 -1
  1352. package/package.json +9 -9
  1353. package/public/saltcorn-common.js +30 -10
  1354. package/public/saltcorn.css +43 -0
  1355. package/public/saltcorn.js +63 -6
  1356. package/routes/actions.js +4 -2
  1357. package/routes/admin.js +257 -140
  1358. package/routes/common_lists.js +8 -1
  1359. package/routes/tables.js +2 -2
  1360. package/serve.js +77 -35
  1361. package/tests/admin.test.js +3 -3
  1362. package/tests/auth.test.js +5 -1
  1363. package/tests/viewedit.test.js +2 -0
  1364. package/wrapper.js +15 -3
  1365. package/docs/classes/_saltcorn_common_code.Relation.html +0 -184
  1366. package/docs/classes/_saltcorn_common_code.RelationsFinder.html +0 -182
  1367. package/docs/classes/_saltcorn_data.models.Crash.html +0 -310
  1368. package/docs/classes/_saltcorn_data.models.EventLog-1.html +0 -345
  1369. package/docs/classes/_saltcorn_data.models.Field.html +0 -980
  1370. package/docs/classes/_saltcorn_data.models.FieldRepeat.html +0 -287
  1371. package/docs/classes/_saltcorn_data.models.File-1.html +0 -876
  1372. package/docs/classes/_saltcorn_data.models.Form-1.html +0 -497
  1373. package/docs/classes/_saltcorn_data.models.Library.html +0 -290
  1374. package/docs/classes/_saltcorn_data.models.Page.html +0 -422
  1375. package/docs/classes/_saltcorn_data.models.PageGroup-1.html +0 -490
  1376. package/docs/classes/_saltcorn_data.models.Plugin.html +0 -409
  1377. package/docs/classes/_saltcorn_data.models.Role.html +0 -249
  1378. package/docs/classes/_saltcorn_data.models.Table-1.html +0 -1839
  1379. package/docs/classes/_saltcorn_data.models.TableConstraint.html +0 -297
  1380. package/docs/classes/_saltcorn_data.models.Trigger.html +0 -730
  1381. package/docs/classes/_saltcorn_data.models.User.html +0 -839
  1382. package/docs/classes/_saltcorn_data.models.View-1.html +0 -937
  1383. package/docs/classes/_saltcorn_data.models.Workflow.html +0 -388
  1384. package/docs/classes/_saltcorn_data.models.WorkflowRun.html +0 -545
  1385. package/docs/classes/_saltcorn_data.models.WorkflowStep.html +0 -431
  1386. package/docs/classes/_saltcorn_data.models.WorkflowTrace.html +0 -313
  1387. package/docs/classes/_saltcorn_mobile_builder.MobileBuilder.html +0 -356
  1388. package/docs/enums/_saltcorn_common_code.RelationType.html +0 -115
  1389. package/docs/enums/_saltcorn_common_code.ViewDisplayType.html +0 -94
  1390. package/docs/functions/_saltcorn_admin_models.backup.create_backup.html +0 -76
  1391. package/docs/functions/_saltcorn_admin_models.backup.create_csv_from_rows.html +0 -77
  1392. package/docs/functions/_saltcorn_admin_models.backup.restore.html +0 -95
  1393. package/docs/functions/_saltcorn_admin_models.pack.add_to_menu.html +0 -100
  1394. package/docs/functions/_saltcorn_admin_models.pack.can_install_pack.html +0 -89
  1395. package/docs/functions/_saltcorn_admin_models.pack.fetch_available_packs.html +0 -83
  1396. package/docs/functions/_saltcorn_admin_models.pack.fetch_pack_by_name.html +0 -90
  1397. package/docs/functions/_saltcorn_admin_models.pack.install_pack.html +0 -107
  1398. package/docs/functions/_saltcorn_admin_models.pack.library_pack.html +0 -90
  1399. package/docs/functions/_saltcorn_admin_models.pack.model_instance_pack.html +0 -95
  1400. package/docs/functions/_saltcorn_admin_models.pack.model_pack.html +0 -96
  1401. package/docs/functions/_saltcorn_admin_models.pack.page_group_pack.html +0 -91
  1402. package/docs/functions/_saltcorn_admin_models.pack.page_pack.html +0 -91
  1403. package/docs/functions/_saltcorn_admin_models.pack.plugin_pack.html +0 -89
  1404. package/docs/functions/_saltcorn_admin_models.pack.role_pack.html +0 -90
  1405. package/docs/functions/_saltcorn_admin_models.pack.table_pack.html +0 -90
  1406. package/docs/functions/_saltcorn_admin_models.pack.trigger_pack.html +0 -89
  1407. package/docs/functions/_saltcorn_admin_models.pack.uninstall_pack.html +0 -92
  1408. package/docs/functions/_saltcorn_admin_models.pack.view_pack.html +0 -89
  1409. package/docs/functions/_saltcorn_admin_models.tenant.copy_tenant_template.html +0 -105
  1410. package/docs/functions/_saltcorn_admin_models.tenant.create_tenant.html +0 -107
  1411. package/docs/functions/_saltcorn_admin_models.tenant.deleteTenant.html +0 -88
  1412. package/docs/functions/_saltcorn_admin_models.tenant.domain_sanitize.html +0 -87
  1413. package/docs/functions/_saltcorn_admin_models.tenant.eachTenant.html +0 -91
  1414. package/docs/functions/_saltcorn_admin_models.tenant.getAllTenantRows.html +0 -77
  1415. package/docs/functions/_saltcorn_admin_models.tenant.getAllTenants.html +0 -77
  1416. package/docs/functions/_saltcorn_admin_models.tenant.insertTenant.html +0 -103
  1417. package/docs/functions/_saltcorn_admin_models.tenant.switchToTenant.html +0 -92
  1418. package/docs/functions/_saltcorn_common_code.buildTableCaches.html +0 -81
  1419. package/docs/functions/_saltcorn_common_code.parseLegacyRelation.html +0 -77
  1420. package/docs/functions/_saltcorn_common_code.parseRelationPath.html +0 -76
  1421. package/docs/functions/_saltcorn_data.models.config.check_email_mask.html +0 -126
  1422. package/docs/functions/_saltcorn_data.models.config.deleteConfig.html +0 -126
  1423. package/docs/functions/_saltcorn_data.models.config.getAllConfig.html +0 -120
  1424. package/docs/functions/_saltcorn_data.models.config.getConfig.html +0 -129
  1425. package/docs/functions/_saltcorn_data.models.config.get_base_url.html +0 -125
  1426. package/docs/functions/_saltcorn_data.models.config.get_latest_npm_version.html +0 -127
  1427. package/docs/functions/_saltcorn_data.models.config.remove_from_menu.html +0 -126
  1428. package/docs/functions/_saltcorn_data.models.config.save_menu_items.html +0 -121
  1429. package/docs/functions/_saltcorn_data.models.config.setConfig.html +0 -129
  1430. package/docs/functions/_saltcorn_data.models.discovery.discover_tables.html +0 -126
  1431. package/docs/functions/_saltcorn_data.models.discovery.discoverable_tables.html +0 -124
  1432. package/docs/functions/_saltcorn_data.models.discovery.findType.html +0 -122
  1433. package/docs/functions/_saltcorn_data.models.discovery.get_existing_views.html +0 -122
  1434. package/docs/functions/_saltcorn_data.models.discovery.implement_discovery.html +0 -124
  1435. package/docs/functions/_saltcorn_data.models.email.getMailTransport.html +0 -109
  1436. package/docs/functions/_saltcorn_data.models.email.send_verification_email.html +0 -125
  1437. package/docs/functions/_saltcorn_data.models.email.viewToEmailHtml.html +0 -130
  1438. package/docs/functions/_saltcorn_data.models.expression.apply_calculated_fields.html +0 -126
  1439. package/docs/functions/_saltcorn_data.models.expression.apply_calculated_fields_stored.html +0 -126
  1440. package/docs/functions/_saltcorn_data.models.expression.eval_expression.html +0 -127
  1441. package/docs/functions/_saltcorn_data.models.expression.expressionValidator.html +0 -121
  1442. package/docs/functions/_saltcorn_data.models.expression.get_async_expression_function.html +0 -127
  1443. package/docs/functions/_saltcorn_data.models.expression.get_expression_function.html +0 -124
  1444. package/docs/functions/_saltcorn_data.models.expression.jsexprToWhere.html +0 -126
  1445. package/docs/functions/_saltcorn_data.models.expression.recalculate_for_stored.html +0 -127
  1446. package/docs/functions/_saltcorn_data.models.expression.transform_for_async.html +0 -129
  1447. package/docs/functions/_saltcorn_data.models.layout.eachView.html +0 -123
  1448. package/docs/functions/_saltcorn_data.models.layout.getStringsForI18n.html +0 -118
  1449. package/docs/functions/_saltcorn_data.models.layout.getViews.html +0 -118
  1450. package/docs/functions/_saltcorn_data.models.layout.translateLayout.html +0 -121
  1451. package/docs/functions/_saltcorn_data.models.layout.traverse.html +0 -121
  1452. package/docs/functions/_saltcorn_data.models.layout.traverseSync.html +0 -121
  1453. package/docs/functions/_saltcorn_data.models.random.all_views.html +0 -118
  1454. package/docs/functions/_saltcorn_data.models.random.fill_table_row.html +0 -118
  1455. package/docs/functions/_saltcorn_data.models.random.initial_view.html +0 -121
  1456. package/docs/functions/_saltcorn_data.models.random.random_table.html +0 -115
  1457. package/docs/functions/_saltcorn_db_common.buildInsertBulkSql.html +0 -133
  1458. package/docs/functions/_saltcorn_db_common.buildInsertSql.html +0 -134
  1459. package/docs/functions/_saltcorn_db_common.commitAndBeginNewTransaction.html +0 -103
  1460. package/docs/functions/_saltcorn_db_common.doCount.html +0 -116
  1461. package/docs/functions/_saltcorn_db_common.doDeleteWhere.html +0 -116
  1462. package/docs/functions/_saltcorn_db_common.doListScTables.html +0 -110
  1463. package/docs/functions/_saltcorn_db_common.doListTables.html +0 -110
  1464. package/docs/functions/_saltcorn_db_common.doListUserDefinedTables.html +0 -110
  1465. package/docs/functions/_saltcorn_db_common.do_add_index.html +0 -126
  1466. package/docs/functions/_saltcorn_db_common.do_drop_index.html +0 -126
  1467. package/docs/functions/_saltcorn_db_common.ftsFieldsSqlExpr.html +0 -112
  1468. package/docs/functions/_saltcorn_db_common.mkSelectOptions.html +0 -114
  1469. package/docs/functions/_saltcorn_db_common.mkVal.html +0 -111
  1470. package/docs/functions/_saltcorn_db_common.mkWhere.html +0 -116
  1471. package/docs/functions/_saltcorn_db_common.multi_tenant.enable_multi_tenant.html +0 -115
  1472. package/docs/functions/_saltcorn_db_common.multi_tenant.getRequestContext.html +0 -114
  1473. package/docs/functions/_saltcorn_db_common.multi_tenant.getTenantSchema.html +0 -117
  1474. package/docs/functions/_saltcorn_db_common.multi_tenant.init.html +0 -123
  1475. package/docs/functions/_saltcorn_db_common.multi_tenant.is_it_multi_tenant.html +0 -117
  1476. package/docs/functions/_saltcorn_db_common.multi_tenant.runWithTenant.html +0 -136
  1477. package/docs/functions/_saltcorn_db_common.orderByIsObject.html +0 -108
  1478. package/docs/functions/_saltcorn_db_common.orderByIsOperator.html +0 -108
  1479. package/docs/functions/_saltcorn_db_common.prefixFieldsInWhere.html +0 -110
  1480. package/docs/functions/_saltcorn_db_common.reprAsJson.html +0 -113
  1481. package/docs/functions/_saltcorn_db_common.slugify.html +0 -115
  1482. package/docs/functions/_saltcorn_db_common.sqlBinOp.html +0 -117
  1483. package/docs/functions/_saltcorn_db_common.sqlFun.html +0 -117
  1484. package/docs/functions/_saltcorn_db_common.sqlsanitize.html +0 -114
  1485. package/docs/functions/_saltcorn_db_common.sqlsanitizeAllowDots.html +0 -116
  1486. package/docs/functions/_saltcorn_db_common.subSelectWhere.html +0 -139
  1487. package/docs/functions/_saltcorn_db_common.tryCatchInTransaction.html +0 -120
  1488. package/docs/functions/_saltcorn_db_common.withTransaction.html +0 -120
  1489. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.androidFeatures.html +0 -95
  1490. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.androidPermissions.html +0 -95
  1491. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.buildTablesFile.html +0 -112
  1492. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copyPrepopulatedDb.html +0 -102
  1493. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copyServerFiles.html +0 -106
  1494. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copyShareExtFiles.html +0 -100
  1495. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copySiteLogo.html +0 -104
  1496. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copyTranslationFiles.html +0 -106
  1497. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.createSqliteDb.html +0 -107
  1498. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.decodeProvisioningProfile.html +0 -102
  1499. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.extractDomain.html +0 -100
  1500. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.generateAndroidVersionCode.html +0 -100
  1501. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyAndroidManifest.html +0 -104
  1502. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyConfigXml.html +0 -102
  1503. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyGradleConfig.html +0 -102
  1504. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyInfoPlist.html +0 -102
  1505. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyXcodeProjectFile.html +0 -109
  1506. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepAppIcon.html +0 -102
  1507. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareAppIcon.html +0 -111
  1508. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareBuildDir.html +0 -117
  1509. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareExportOptionsPlist.html +0 -100
  1510. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareSplashIcon.html +0 -112
  1511. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareSplashPage.html +0 -121
  1512. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writeCapacitorConfig.html +0 -102
  1513. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writeCfgFile.html +0 -104
  1514. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writeDataExtractionRules.html +0 -100
  1515. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writeNetworkSecurityConfig.html +0 -102
  1516. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writePodfile.html +0 -100
  1517. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writePrivacyInfo.html +0 -100
  1518. package/docs/functions/_saltcorn_mobile_builder.package_bundle_utils.bundleMobileAppCode.html +0 -74
  1519. package/docs/functions/_saltcorn_mobile_builder.package_bundle_utils.bundlePackagesAndPlugins.html +0 -83
  1520. package/docs/functions/_saltcorn_mobile_builder.package_bundle_utils.copyMobileAppDirs.html +0 -74
  1521. package/docs/functions/_saltcorn_mobile_builder.package_bundle_utils.copyPublicDirs.html +0 -81
  1522. package/docs/functions/_saltcorn_sqlite.add_index.html +0 -107
  1523. package/docs/functions/_saltcorn_sqlite.add_unique_constraint.html +0 -107
  1524. package/docs/functions/_saltcorn_sqlite.begin.html +0 -94
  1525. package/docs/functions/_saltcorn_sqlite.changeConnection.html +0 -102
  1526. package/docs/functions/_saltcorn_sqlite.close.html +0 -94
  1527. package/docs/functions/_saltcorn_sqlite.commit.html +0 -94
  1528. package/docs/functions/_saltcorn_sqlite.count.html +0 -108
  1529. package/docs/functions/_saltcorn_sqlite.deleteWhere.html +0 -108
  1530. package/docs/functions/_saltcorn_sqlite.dropTable.html +0 -97
  1531. package/docs/functions/_saltcorn_sqlite.dropTables.html +0 -97
  1532. package/docs/functions/_saltcorn_sqlite.drop_index.html +0 -107
  1533. package/docs/functions/_saltcorn_sqlite.drop_reset_schema.html +0 -96
  1534. package/docs/functions/_saltcorn_sqlite.drop_unique_constraint.html +0 -107
  1535. package/docs/functions/_saltcorn_sqlite.getVersion.html +0 -95
  1536. package/docs/functions/_saltcorn_sqlite.get_db_filepath.html +0 -94
  1537. package/docs/functions/_saltcorn_sqlite.get_sql_logging.html +0 -94
  1538. package/docs/functions/_saltcorn_sqlite.init.html +0 -107
  1539. package/docs/functions/_saltcorn_sqlite.insert.html +0 -115
  1540. package/docs/functions/_saltcorn_sqlite.listScTables.html +0 -91
  1541. package/docs/functions/_saltcorn_sqlite.listTables.html +0 -91
  1542. package/docs/functions/_saltcorn_sqlite.listUserDefinedTables.html +0 -91
  1543. package/docs/functions/_saltcorn_sqlite.query.html +0 -100
  1544. package/docs/functions/_saltcorn_sqlite.rollback.html +0 -94
  1545. package/docs/functions/_saltcorn_sqlite.select.html +0 -110
  1546. package/docs/functions/_saltcorn_sqlite.selectMaybeOne.html +0 -112
  1547. package/docs/functions/_saltcorn_sqlite.selectOne.html +0 -111
  1548. package/docs/functions/_saltcorn_sqlite.set_sql_logging.html +0 -98
  1549. package/docs/functions/_saltcorn_sqlite.slugify.html +0 -102
  1550. package/docs/functions/_saltcorn_sqlite.sql_log.html +0 -106
  1551. package/docs/functions/_saltcorn_sqlite.tryCatchInTransaction.html +0 -107
  1552. package/docs/functions/_saltcorn_sqlite.update.html +0 -113
  1553. package/docs/functions/_saltcorn_sqlite.updateWhere.html +0 -99
  1554. package/docs/functions/_saltcorn_sqlite.withTransaction.html +0 -107
  1555. package/docs/functions/_saltcorn_sqlite_mobile.add_index.html +0 -98
  1556. package/docs/functions/_saltcorn_sqlite_mobile.add_unique_constraint.html +0 -98
  1557. package/docs/functions/_saltcorn_sqlite_mobile.count.html +0 -91
  1558. package/docs/functions/_saltcorn_sqlite_mobile.deleteWhere.html +0 -88
  1559. package/docs/functions/_saltcorn_sqlite_mobile.drop_index.html +0 -98
  1560. package/docs/functions/_saltcorn_sqlite_mobile.drop_reset_schema.html +0 -81
  1561. package/docs/functions/_saltcorn_sqlite_mobile.drop_unique_constraint.html +0 -98
  1562. package/docs/functions/_saltcorn_sqlite_mobile.init.html +0 -81
  1563. package/docs/functions/_saltcorn_sqlite_mobile.insert.html +0 -99
  1564. package/docs/functions/_saltcorn_sqlite_mobile.insertRows.html +0 -97
  1565. package/docs/functions/_saltcorn_sqlite_mobile.listScTables.html +0 -82
  1566. package/docs/functions/_saltcorn_sqlite_mobile.listTables.html +0 -82
  1567. package/docs/functions/_saltcorn_sqlite_mobile.listUserDefinedTables.html +0 -82
  1568. package/docs/functions/_saltcorn_sqlite_mobile.query.html +0 -88
  1569. package/docs/functions/_saltcorn_sqlite_mobile.select.html +0 -90
  1570. package/docs/functions/_saltcorn_sqlite_mobile.selectMaybeOne.html +0 -91
  1571. package/docs/functions/_saltcorn_sqlite_mobile.selectOne.html +0 -91
  1572. package/docs/functions/_saltcorn_sqlite_mobile.setConnectionObject.html +0 -88
  1573. package/docs/functions/_saltcorn_sqlite_mobile.tableExists.html +0 -90
  1574. package/docs/functions/_saltcorn_sqlite_mobile.time.html +0 -81
  1575. package/docs/functions/_saltcorn_sqlite_mobile.update.html +0 -100
  1576. package/docs/functions/_saltcorn_types.ModelAbstracts.abstract_field.instanceOfField.html +0 -88
  1577. package/docs/functions/_saltcorn_types.ModelAbstracts.abstract_page.instanceOfPage.html +0 -87
  1578. package/docs/functions/_saltcorn_types.ModelAbstracts.abstract_view.instanceOfView.html +0 -87
  1579. package/docs/functions/_saltcorn_types.Types.base_types.instanceOWithHtmlFile.html +0 -115
  1580. package/docs/functions/_saltcorn_types.Types.common_types.instanceOfErrorMsg.html +0 -84
  1581. package/docs/functions/_saltcorn_types.Types.common_types.instanceOfSuccessMsg.html +0 -84
  1582. package/docs/functions/_saltcorn_types.Types.common_types.instanceOfType.html +0 -84
  1583. package/docs/functions/_saltcorn_types.generators.generateBool.html +0 -68
  1584. package/docs/functions/_saltcorn_types.generators.generateString.html +0 -75
  1585. package/docs/functions/_saltcorn_types.generators.num_between.html +0 -75
  1586. package/docs/functions/_saltcorn_types.generators.oneOf.html +0 -73
  1587. package/docs/interfaces/_saltcorn_mobile_builder.common_build_utils.ScCapacitorConfig.html +0 -171
  1588. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_field.AbstractField.html +0 -194
  1589. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_field.AbstractFieldRepeat.html +0 -110
  1590. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_form.AbstractForm.html +0 -275
  1591. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_page.AbstractPage.html +0 -153
  1592. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_role.AbstractRole.html +0 -108
  1593. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_table.AbstractTable.html +0 -175
  1594. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_trigger.AbstractTrigger.html +0 -246
  1595. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_view.AbstractView.html +0 -174
  1596. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_workflow.AbstractWorkflow.html +0 -264
  1597. package/docs/modules/_saltcorn_admin_models.backup.html +0 -74
  1598. package/docs/modules/_saltcorn_admin_models.html +0 -68
  1599. package/docs/modules/_saltcorn_admin_models.pack.html +0 -100
  1600. package/docs/modules/_saltcorn_admin_models.tenant.html +0 -86
  1601. package/docs/modules/_saltcorn_common_code.html +0 -77
  1602. package/docs/modules/_saltcorn_data.models.EventLog.html +0 -108
  1603. package/docs/modules/_saltcorn_data.models.File.html +0 -108
  1604. package/docs/modules/_saltcorn_data.models.Form.html +0 -110
  1605. package/docs/modules/_saltcorn_data.models.PageGroup.html +0 -108
  1606. package/docs/modules/_saltcorn_data.models.Table.html +0 -112
  1607. package/docs/modules/_saltcorn_data.models.View.html +0 -108
  1608. package/docs/modules/_saltcorn_data.models.config.html +0 -130
  1609. package/docs/modules/_saltcorn_data.models.discovery.html +0 -115
  1610. package/docs/modules/_saltcorn_data.models.email.html +0 -111
  1611. package/docs/modules/_saltcorn_data.models.expression.html +0 -123
  1612. package/docs/modules/_saltcorn_data.models.html +0 -140
  1613. package/docs/modules/_saltcorn_data.models.layout.html +0 -117
  1614. package/docs/modules/_saltcorn_data.models.random.html +0 -113
  1615. package/docs/modules/_saltcorn_data.models.scheduler.html +0 -107
  1616. package/docs/modules/_saltcorn_data.plugin_helper.html +0 -70
  1617. package/docs/modules/_saltcorn_db_common.html +0 -193
  1618. package/docs/modules/_saltcorn_db_common.multi_tenant.html +0 -128
  1619. package/docs/modules/_saltcorn_mobile_builder.common_build_utils.html +0 -128
  1620. package/docs/modules/_saltcorn_mobile_builder.html +0 -75
  1621. package/docs/modules/_saltcorn_mobile_builder.package_bundle_utils.html +0 -73
  1622. package/docs/modules/_saltcorn_sqlite_mobile.html +0 -129
  1623. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_field.html +0 -94
  1624. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_form.html +0 -85
  1625. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_library.html +0 -82
  1626. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_page.html +0 -92
  1627. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_plugin.html +0 -82
  1628. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_role.html +0 -87
  1629. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_table.html +0 -87
  1630. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_trigger.html +0 -87
  1631. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_view.html +0 -92
  1632. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_workflow.html +0 -87
  1633. package/docs/modules/_saltcorn_types.ModelAbstracts.html +0 -88
  1634. package/docs/modules/_saltcorn_types.Types.base_types.html +0 -157
  1635. package/docs/modules/_saltcorn_types.Types.common_types.html +0 -91
  1636. package/docs/modules/_saltcorn_types.Types.html +0 -68
  1637. package/docs/types/_saltcorn_data.models.EventLog.EventLogCfg.html +0 -117
  1638. package/docs/types/_saltcorn_data.models.File.FileCfg.html +0 -127
  1639. package/docs/types/_saltcorn_data.models.Form.AdditionalButton.html +0 -103
  1640. package/docs/types/_saltcorn_data.models.Form.FormCfg.html +0 -177
  1641. package/docs/types/_saltcorn_data.models.PageGroup.ScreenInfoParams.html +0 -113
  1642. package/docs/types/_saltcorn_data.models.Table.ChildRelations.html +0 -111
  1643. package/docs/types/_saltcorn_data.models.Table.ParentRelations.html +0 -111
  1644. package/docs/types/_saltcorn_data.models.Table.RelationData.html +0 -111
  1645. package/docs/types/_saltcorn_data.models.View.FindViewsPred.html +0 -122
  1646. package/docs/types/_saltcorn_db_common.AggregationOptions.html +0 -122
  1647. package/docs/types/_saltcorn_db_common.CoordOpts.html +0 -110
  1648. package/docs/types/_saltcorn_db_common.DatabaseClient.html +0 -117
  1649. package/docs/types/_saltcorn_db_common.JoinField.html +0 -112
  1650. package/docs/types/_saltcorn_db_common.JoinFields.html +0 -104
  1651. package/docs/types/_saltcorn_db_common.JoinOptions.html +0 -113
  1652. package/docs/types/_saltcorn_db_common.JsonPath.html +0 -99
  1653. package/docs/types/_saltcorn_db_common.JsonPathElem.html +0 -99
  1654. package/docs/types/_saltcorn_db_common.Operator.html +0 -108
  1655. package/docs/types/_saltcorn_db_common.PartialSome.html +0 -106
  1656. package/docs/types/_saltcorn_db_common.PrimaryKeyValue.html +0 -99
  1657. package/docs/types/_saltcorn_db_common.Row.html +0 -104
  1658. package/docs/types/_saltcorn_db_common.SelectOptions.html +0 -142
  1659. package/docs/types/_saltcorn_db_common.SqlAndValues.html +0 -110
  1660. package/docs/types/_saltcorn_db_common.StrongRow.html +0 -104
  1661. package/docs/types/_saltcorn_db_common.SubselectOptions.html +0 -110
  1662. package/docs/types/_saltcorn_db_common.Value.html +0 -104
  1663. package/docs/types/_saltcorn_db_common.Where.html +0 -121
  1664. package/docs/types/_saltcorn_mobile_builder.IosCfg.html +0 -76
  1665. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_field.FieldCfg.html +0 -175
  1666. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_field.InputType.html +0 -79
  1667. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_form.AdditionalButton.html +0 -87
  1668. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_library.LibraryCfg.html +0 -87
  1669. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_library.LibraryPack.html +0 -79
  1670. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_page.PageCfg.html +0 -97
  1671. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_page.PagePack.html +0 -85
  1672. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_plugin.PluginCfg.html +0 -103
  1673. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_plugin.PluginPack.html +0 -79
  1674. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_role.RoleCfg.html +0 -77
  1675. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_role.RolePack.html +0 -80
  1676. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_table.TableCfg.html +0 -111
  1677. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_table.TablePack.html +0 -86
  1678. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_trigger.TriggerCfg.html +0 -104
  1679. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_trigger.TriggerPack.html +0 -80
  1680. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_view.ViewCfg.html +0 -109
  1681. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_view.ViewPack.html +0 -89
  1682. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_workflow.ConfigWorkflowStep.html +0 -97
  1683. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_workflow.RunResult.html +0 -100
  1684. package/docs/types/_saltcorn_types.Types.base_types.Action.html +0 -205
  1685. package/docs/types/_saltcorn_types.Types.base_types.AuthenticationMethod.html +0 -117
  1686. package/docs/types/_saltcorn_types.Types.base_types.CalcJoinfield.html +0 -119
  1687. package/docs/types/_saltcorn_types.Types.base_types.CapacitorPlugin.html +0 -117
  1688. package/docs/types/_saltcorn_types.Types.base_types.CodePagePack.html +0 -115
  1689. package/docs/types/_saltcorn_types.Types.base_types.Column.html +0 -111
  1690. package/docs/types/_saltcorn_types.Types.base_types.ConnectObjType.html +0 -149
  1691. package/docs/types/_saltcorn_types.Types.base_types.ConnectedObjects.html +0 -117
  1692. package/docs/types/_saltcorn_types.Types.base_types.CopilotSkill.html +0 -157
  1693. package/docs/types/_saltcorn_types.Types.base_types.ErrorObj.html +0 -119
  1694. package/docs/types/_saltcorn_types.Types.base_types.FieldLike.html +0 -106
  1695. package/docs/types/_saltcorn_types.Types.base_types.FieldView.html +0 -189
  1696. package/docs/types/_saltcorn_types.Types.base_types.Header.html +0 -115
  1697. package/docs/types/_saltcorn_types.Types.base_types.JoinFieldOption.html +0 -117
  1698. package/docs/types/_saltcorn_types.Types.base_types.Layout.html +0 -106
  1699. package/docs/types/_saltcorn_types.Types.base_types.MobileConfig.html +0 -141
  1700. package/docs/types/_saltcorn_types.Types.base_types.ModelPattern.html +0 -269
  1701. package/docs/types/_saltcorn_types.Types.base_types.Pack.html +0 -137
  1702. package/docs/types/_saltcorn_types.Types.base_types.Plugin.html +0 -130
  1703. package/docs/types/_saltcorn_types.Types.base_types.PluginFunction.html +0 -128
  1704. package/docs/types/_saltcorn_types.Types.base_types.PluginLayout.html +0 -124
  1705. package/docs/types/_saltcorn_types.Types.base_types.PluginRoute.html +0 -133
  1706. package/docs/types/_saltcorn_types.Types.base_types.PluginSourceType.html +0 -106
  1707. package/docs/types/_saltcorn_types.Types.base_types.PluginType.html +0 -191
  1708. package/docs/types/_saltcorn_types.Types.base_types.PluginWrap.html +0 -119
  1709. package/docs/types/_saltcorn_types.Types.base_types.PluginWrapArg.html +0 -130
  1710. package/docs/types/_saltcorn_types.Types.base_types.RelationOption.html +0 -113
  1711. package/docs/types/_saltcorn_types.Types.base_types.Req.html +0 -192
  1712. package/docs/types/_saltcorn_types.Types.base_types.Res.html +0 -176
  1713. package/docs/types/_saltcorn_types.Types.base_types.ResultType.html +0 -123
  1714. package/docs/types/_saltcorn_types.Types.base_types.RouteAction.html +0 -129
  1715. package/docs/types/_saltcorn_types.Types.base_types.RunExtra.html +0 -111
  1716. package/docs/types/_saltcorn_types.Types.base_types.SlugStepType.html +0 -115
  1717. package/docs/types/_saltcorn_types.Types.base_types.StepResType.html +0 -113
  1718. package/docs/types/_saltcorn_types.Types.base_types.SubField.html +0 -117
  1719. package/docs/types/_saltcorn_types.Types.base_types.TableProvider.html +0 -148
  1720. package/docs/types/_saltcorn_types.Types.base_types.TableQuery.html +0 -137
  1721. package/docs/types/_saltcorn_types.Types.base_types.Tablely.html +0 -111
  1722. package/docs/types/_saltcorn_types.Types.base_types.ViewTemplate.html +0 -481
  1723. package/docs/types/_saltcorn_types.Types.common_types.ErrorMessage.html +0 -84
  1724. package/docs/types/_saltcorn_types.Types.common_types.GenObj.html +0 -80
  1725. package/docs/types/_saltcorn_types.Types.common_types.ReqRes.html +0 -82
  1726. package/docs/types/_saltcorn_types.Types.common_types.ResultMessage.html +0 -75
  1727. package/docs/types/_saltcorn_types.Types.common_types.SuccessMessage.html +0 -86
  1728. package/docs/types/_saltcorn_types.Types.common_types.Type.html +0 -157
  1729. package/docs/variables/_saltcorn_data.db.html +0 -60
  1730. package/docs/variables/_saltcorn_data.migrations.html +0 -60
  1731. package/docs/variables/_saltcorn_data.models.config.available_languages.html +0 -177
  1732. package/docs/variables/_saltcorn_data.models.config.configTypes.html +0 -112
  1733. package/docs/variables/_saltcorn_data.models.scheduler.runScheduler.html +0 -147
  1734. package/docs/variables/_saltcorn_data.plugin_helper.run_action_column.html +0 -65
  1735. package/docs/variables/_saltcorn_data.utils.NotAuthorized.html +0 -67
  1736. package/docs/variables/_saltcorn_data.utils.isPushEnabled.html +0 -67
  1737. package/docs/variables/_saltcorn_data.utils.sleep.html +0 -67
  1738. package/docs/variables/_saltcorn_db_common.multi_tenant.tenantNamespace.html +0 -110
@@ -0,0 +1,125 @@
1
+ <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>TagExports | Documentation</title><meta name="description" content="Documentation for Documentation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">Documentation</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/_saltcorn_markup.html">@saltcorn/markup</a></li><li><a href="../modules/_saltcorn_markup.types.html">types</a></li><li><a href="" aria-current="page">TagExports</a></li></ul><h1>Interface TagExports</h1></div><div class="tsd-signature"><span class="tsd-signature-keyword">interface</span> <span class="tsd-kind-interface">TagExports</span> <span class="tsd-signature-symbol">{</span><br/>    <a class="tsd-kind-property" href="#a">a</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#abbr">abbr</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#address">address</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#area">area</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#article">article</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#aside">aside</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#audio">audio</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#b">b</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#base">base</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#bdi">bdi</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#bdo">bdo</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#blockquote">blockquote</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#body">body</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#br">br</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#button">button</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#canvas">canvas</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#caption">caption</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#cite">cite</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#code">code</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#col">col</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#colgroup">colgroup</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#data">data</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#datalist">datalist</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#dd">dd</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#del">del</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#details">details</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#dfn">dfn</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#dialog">dialog</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#div">div</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#dl">dl</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#domready">domReady</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">js</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span> <span class="tsd-signature-symbol">=&gt;</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#dt">dt</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#em">em</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#embed">embed</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#fieldset">fieldset</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#figcaption">figcaption</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#figure">figure</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#footer">footer</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#form">form</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#genericelement">genericElement</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><br/>        <span class="tsd-kind-parameter">tagName</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span><br/>        <span class="tsd-kind-parameter">attributes_or_first_child</span><span class="tsd-signature-symbol">?:</span> <a href="../types/_saltcorn_markup.types.Element.html" class="tsd-signature-type tsd-kind-type-alias">Element</a> <span class="tsd-signature-symbol">|</span> <a href="../types/_saltcorn_markup.types.Attributes.html" class="tsd-signature-type tsd-kind-type-alias">Attributes</a><span class="tsd-signature-symbol">,</span><br/>        <span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">children</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.Element.html" class="tsd-signature-type tsd-kind-type-alias">Element</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-signature-symbol">)</span> <span class="tsd-signature-symbol">=&gt;</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#h1">h1</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#h2">h2</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#h3">h3</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#h4">h4</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#h5">h5</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#h6">h6</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#head">head</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#header">header</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#hgroup">hgroup</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#hr">hr</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#html">html</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#i">i</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#iframe">iframe</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#img">img</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#input">input</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#ins">ins</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#kbd">kbd</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#label">label</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#legend">legend</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#li">li</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#link">link</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#main">main</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#map">map</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#mark">mark</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#math">math</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#menu">menu</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#menuitem">menuitem</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#meta">meta</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#meter">meter</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#mktag">mkTag</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">tnm</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">voidTag</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span> <span class="tsd-signature-symbol">=&gt;</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#nav">nav</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#nbsp">nbsp</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#noscript">noscript</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#object">object</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#ol">ol</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#optgroup">optgroup</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#option">option</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#output">output</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#p">p</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#param">param</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#picture">picture</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#pre">pre</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#progress">progress</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#q">q</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#rb">rb</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#rp">rp</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#rt">rt</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#rtc">rtc</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#ruby">ruby</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#s">s</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#samp">samp</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#script">script</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#search">search</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#section">section</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#select">select</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#slot">slot</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#small">small</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#source">source</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#span">span</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#strong">strong</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#style">style</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#sub">sub</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#summary">summary</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#sup">sup</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#svg">svg</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#table">table</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#tbody">tbody</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#td">td</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#template">template</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#text">text</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">t</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">customWhiteList</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">IWhiteList</span><span class="tsd-signature-symbol">)</span> <span class="tsd-signature-symbol">=&gt;</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#text_attr">text_attr</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">t</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span> <span class="tsd-signature-symbol">=&gt;</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#textarea">textarea</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#tfoot">tfoot</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#th">th</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#thead">thead</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#time">time</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#title">title</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#tr">tr</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#track">track</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#u">u</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#ul">ul</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#var">var</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#video">video</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#wbr">wbr</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel tsd-hierarchy" data-refl="16380"><h4>Hierarchy</h4><ul class="tsd-hierarchy"><li class="tsd-hierarchy-item"><span class="tsd-signature-type">TagFunctionExports</span><ul class="tsd-hierarchy"><li class="tsd-hierarchy-item"><span class="tsd-hierarchy-target">TagExports</span></li></ul></li></ul></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/a0048b84fce32fc35fc66ae9271de91410376c98/packages/saltcorn-markup/types.ts#L148">types.ts:148</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h5 class="tsd-index-heading uppercase">Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="#a" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>a</span></a>
2
+ <a href="#abbr" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>abbr</span></a>
3
+ <a href="#address" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>address</span></a>
4
+ <a href="#area" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>area</span></a>
5
+ <a href="#article" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>article</span></a>
6
+ <a href="#aside" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aside</span></a>
7
+ <a href="#audio" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>audio</span></a>
8
+ <a href="#b" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>b</span></a>
9
+ <a href="#base" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>base</span></a>
10
+ <a href="#bdi" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>bdi</span></a>
11
+ <a href="#bdo" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>bdo</span></a>
12
+ <a href="#blockquote" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>blockquote</span></a>
13
+ <a href="#body" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>body</span></a>
14
+ <a href="#br" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>br</span></a>
15
+ <a href="#button" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>button</span></a>
16
+ <a href="#canvas" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>canvas</span></a>
17
+ <a href="#caption" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>caption</span></a>
18
+ <a href="#cite" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>cite</span></a>
19
+ <a href="#code" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>code</span></a>
20
+ <a href="#col" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>col</span></a>
21
+ <a href="#colgroup" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>colgroup</span></a>
22
+ <a href="#data" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data</span></a>
23
+ <a href="#datalist" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>datalist</span></a>
24
+ <a href="#dd" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dd</span></a>
25
+ <a href="#del" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>del</span></a>
26
+ <a href="#details" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>details</span></a>
27
+ <a href="#dfn" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dfn</span></a>
28
+ <a href="#dialog" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dialog</span></a>
29
+ <a href="#div" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>div</span></a>
30
+ <a href="#dl" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dl</span></a>
31
+ <a href="#domready" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dom<wbr/>Ready</span></a>
32
+ <a href="#dt" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dt</span></a>
33
+ <a href="#em" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>em</span></a>
34
+ <a href="#embed" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>embed</span></a>
35
+ <a href="#fieldset" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>fieldset</span></a>
36
+ <a href="#figcaption" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>figcaption</span></a>
37
+ <a href="#figure" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>figure</span></a>
38
+ <a href="#footer" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>footer</span></a>
39
+ <a href="#form" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>form</span></a>
40
+ <a href="#genericelement" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>generic<wbr/>Element</span></a>
41
+ <a href="#h1" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>h1</span></a>
42
+ <a href="#h2" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>h2</span></a>
43
+ <a href="#h3" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>h3</span></a>
44
+ <a href="#h4" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>h4</span></a>
45
+ <a href="#h5" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>h5</span></a>
46
+ <a href="#h6" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>h6</span></a>
47
+ <a href="#head" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>head</span></a>
48
+ <a href="#header" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>header</span></a>
49
+ <a href="#hgroup" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>hgroup</span></a>
50
+ <a href="#hr" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>hr</span></a>
51
+ <a href="#html" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>html</span></a>
52
+ <a href="#i" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>i</span></a>
53
+ <a href="#iframe" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>iframe</span></a>
54
+ <a href="#img" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>img</span></a>
55
+ <a href="#input" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>input</span></a>
56
+ <a href="#ins" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>ins</span></a>
57
+ <a href="#kbd" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>kbd</span></a>
58
+ <a href="#label" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>label</span></a>
59
+ <a href="#legend" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>legend</span></a>
60
+ <a href="#li" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>li</span></a>
61
+ <a href="#link" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>link</span></a>
62
+ <a href="#main" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>main</span></a>
63
+ <a href="#map" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>map</span></a>
64
+ <a href="#mark" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>mark</span></a>
65
+ <a href="#math" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>math</span></a>
66
+ <a href="#menu" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>menu</span></a>
67
+ <a href="#menuitem" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>menuitem</span></a>
68
+ <a href="#meta" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>meta</span></a>
69
+ <a href="#meter" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>meter</span></a>
70
+ <a href="#mktag" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>mk<wbr/>Tag</span></a>
71
+ <a href="#nav" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>nav</span></a>
72
+ <a href="#nbsp" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>nbsp</span></a>
73
+ <a href="#noscript" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>noscript</span></a>
74
+ <a href="#object" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>object</span></a>
75
+ <a href="#ol" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>ol</span></a>
76
+ <a href="#optgroup" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>optgroup</span></a>
77
+ <a href="#option" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>option</span></a>
78
+ <a href="#output" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>output</span></a>
79
+ <a href="#p" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>p</span></a>
80
+ <a href="#param" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>param</span></a>
81
+ <a href="#picture" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>picture</span></a>
82
+ <a href="#pre" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>pre</span></a>
83
+ <a href="#progress" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>progress</span></a>
84
+ <a href="#q" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>q</span></a>
85
+ <a href="#rb" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>rb</span></a>
86
+ <a href="#rp" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>rp</span></a>
87
+ <a href="#rt" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>rt</span></a>
88
+ <a href="#rtc" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>rtc</span></a>
89
+ <a href="#ruby" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>ruby</span></a>
90
+ <a href="#s" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>s</span></a>
91
+ <a href="#samp" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>samp</span></a>
92
+ <a href="#script" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>script</span></a>
93
+ <a href="#search" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>search</span></a>
94
+ <a href="#section" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>section</span></a>
95
+ <a href="#select" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>select</span></a>
96
+ <a href="#slot" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>slot</span></a>
97
+ <a href="#small" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>small</span></a>
98
+ <a href="#source" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>source</span></a>
99
+ <a href="#span" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>span</span></a>
100
+ <a href="#strong" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>strong</span></a>
101
+ <a href="#style" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>style</span></a>
102
+ <a href="#sub" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>sub</span></a>
103
+ <a href="#summary" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>summary</span></a>
104
+ <a href="#sup" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>sup</span></a>
105
+ <a href="#svg" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>svg</span></a>
106
+ <a href="#table" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>table</span></a>
107
+ <a href="#tbody" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>tbody</span></a>
108
+ <a href="#td" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>td</span></a>
109
+ <a href="#template" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>template</span></a>
110
+ <a href="#text" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>text</span></a>
111
+ <a href="#text_attr" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>text_<wbr/>attr</span></a>
112
+ <a href="#textarea" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>textarea</span></a>
113
+ <a href="#tfoot" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>tfoot</span></a>
114
+ <a href="#th" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>th</span></a>
115
+ <a href="#thead" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>thead</span></a>
116
+ <a href="#time" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>time</span></a>
117
+ <a href="#title" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>title</span></a>
118
+ <a href="#tr" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>tr</span></a>
119
+ <a href="#track" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>track</span></a>
120
+ <a href="#u" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>u</span></a>
121
+ <a href="#ul" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>ul</span></a>
122
+ <a href="#var" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>var</span></a>
123
+ <a href="#video" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>video</span></a>
124
+ <a href="#wbr" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>wbr</span></a>
125
+ </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h2>Properties</h2></summary><section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="a"><span>a</span><a href="#a" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">a</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.a</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="abbr"><span>abbr</span><a href="#abbr" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">abbr</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.abbr</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="address"><span>address</span><a href="#address" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">address</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.address</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="area"><span>area</span><a href="#area" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">area</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.area</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="article"><span>article</span><a href="#article" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">article</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.article</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="aside"><span>aside</span><a href="#aside" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aside</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.aside</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="audio"><span>audio</span><a href="#audio" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">audio</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.audio</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="b"><span>b</span><a href="#b" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">b</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.b</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="base"><span>base</span><a href="#base" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">base</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.base</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="bdi"><span>bdi</span><a href="#bdi" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">bdi</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.bdi</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="bdo"><span>bdo</span><a href="#bdo" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">bdo</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.bdo</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="blockquote"><span>blockquote</span><a href="#blockquote" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">blockquote</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.blockquote</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="body"><span>body</span><a href="#body" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">body</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.body</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="br"><span>br</span><a href="#br" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">br</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.br</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="button"><span>button</span><a href="#button" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">button</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.button</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="canvas"><span>canvas</span><a href="#canvas" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">canvas</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.canvas</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="caption"><span>caption</span><a href="#caption" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">caption</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.caption</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="cite"><span>cite</span><a href="#cite" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">cite</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.cite</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="code"><span>code</span><a href="#code" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">code</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.code</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="col"><span>col</span><a href="#col" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">col</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.col</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="colgroup"><span>colgroup</span><a href="#colgroup" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">colgroup</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.colgroup</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="data"><span>data</span><a href="#data" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">data</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.data</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="datalist"><span>datalist</span><a href="#datalist" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">datalist</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.datalist</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="dd"><span>dd</span><a href="#dd" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">dd</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.dd</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="del"><span>del</span><a href="#del" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">del</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.del</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="details"><span>details</span><a href="#details" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">details</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.details</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="dfn"><span>dfn</span><a href="#dfn" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">dfn</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.dfn</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="dialog"><span>dialog</span><a href="#dialog" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">dialog</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.dialog</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="div"><span>div</span><a href="#div" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">div</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.div</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="dl"><span>dl</span><a href="#dl" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">dl</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.dl</p></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="domready"><span>dom<wbr/>Ready</span><a href="#domready" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">domReady</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">js</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span> <span class="tsd-signature-symbol">=&gt;</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/a0048b84fce32fc35fc66ae9271de91410376c98/packages/saltcorn-markup/types.ts#L154">types.ts:154</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="dt"><span>dt</span><a href="#dt" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">dt</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.dt</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="em"><span>em</span><a href="#em" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">em</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.em</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="embed"><span>embed</span><a href="#embed" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">embed</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.embed</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="fieldset"><span>fieldset</span><a href="#fieldset" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">fieldset</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.fieldset</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="figcaption"><span>figcaption</span><a href="#figcaption" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">figcaption</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.figcaption</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="figure"><span>figure</span><a href="#figure" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">figure</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.figure</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="footer"><span>footer</span><a href="#footer" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">footer</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.footer</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="form"><span>form</span><a href="#form" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">form</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.form</p></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="genericelement"><span>generic<wbr/>Element</span><a href="#genericelement" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">genericElement</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><br/>    <span class="tsd-kind-parameter">tagName</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">attributes_or_first_child</span><span class="tsd-signature-symbol">?:</span> <a href="../types/_saltcorn_markup.types.Element.html" class="tsd-signature-type tsd-kind-type-alias">Element</a> <span class="tsd-signature-symbol">|</span> <a href="../types/_saltcorn_markup.types.Attributes.html" class="tsd-signature-type tsd-kind-type-alias">Attributes</a><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">children</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.Element.html" class="tsd-signature-type tsd-kind-type-alias">Element</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span> <span class="tsd-signature-symbol">=&gt;</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/a0048b84fce32fc35fc66ae9271de91410376c98/packages/saltcorn-markup/types.ts#L149">types.ts:149</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="h1"><span>h1</span><a href="#h1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">h1</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.h1</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="h2"><span>h2</span><a href="#h2" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">h2</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.h2</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="h3"><span>h3</span><a href="#h3" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">h3</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.h3</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="h4"><span>h4</span><a href="#h4" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">h4</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.h4</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="h5"><span>h5</span><a href="#h5" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">h5</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.h5</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="h6"><span>h6</span><a href="#h6" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">h6</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.h6</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="head"><span>head</span><a href="#head" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">head</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.head</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="header"><span>header</span><a href="#header" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">header</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.header</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="hgroup"><span>hgroup</span><a href="#hgroup" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">hgroup</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.hgroup</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="hr"><span>hr</span><a href="#hr" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">hr</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.hr</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="html"><span>html</span><a href="#html" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">html</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.html</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="i"><span>i</span><a href="#i" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">i</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.i</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="iframe"><span>iframe</span><a href="#iframe" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">iframe</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.iframe</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="img"><span>img</span><a href="#img" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">img</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.img</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="input"><span>input</span><a href="#input" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">input</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.input</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="ins"><span>ins</span><a href="#ins" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">ins</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.ins</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="kbd"><span>kbd</span><a href="#kbd" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">kbd</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.kbd</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="label"><span>label</span><a href="#label" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">label</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.label</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="legend"><span>legend</span><a href="#legend" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">legend</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.legend</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="li"><span>li</span><a href="#li" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">li</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.li</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="link"><span>link</span><a href="#link" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">link</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.link</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="main"><span>main</span><a href="#main" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">main</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.main</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="map"><span>map</span><a href="#map" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">map</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.map</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="mark"><span>mark</span><a href="#mark" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">mark</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.mark</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="math"><span>math</span><a href="#math" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">math</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.math</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="menu"><span>menu</span><a href="#menu" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">menu</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.menu</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="menuitem"><span>menuitem</span><a href="#menuitem" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">menuitem</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.menuitem</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="meta"><span>meta</span><a href="#meta" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">meta</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.meta</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="meter"><span>meter</span><a href="#meter" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">meter</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.meter</p></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="mktag"><span>mk<wbr/>Tag</span><a href="#mktag" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">mkTag</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">tnm</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">voidTag</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span> <span class="tsd-signature-symbol">=&gt;</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/a0048b84fce32fc35fc66ae9271de91410376c98/packages/saltcorn-markup/types.ts#L158">types.ts:158</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="nav"><span>nav</span><a href="#nav" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">nav</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.nav</p></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="nbsp"><span>nbsp</span><a href="#nbsp" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">nbsp</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/a0048b84fce32fc35fc66ae9271de91410376c98/packages/saltcorn-markup/types.ts#L157">types.ts:157</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="noscript"><span>noscript</span><a href="#noscript" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">noscript</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.noscript</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="object"><span>object</span><a href="#object" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">object</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.object</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="ol"><span>ol</span><a href="#ol" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">ol</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.ol</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="optgroup"><span>optgroup</span><a href="#optgroup" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">optgroup</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.optgroup</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="option"><span>option</span><a href="#option" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">option</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.option</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="output"><span>output</span><a href="#output" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">output</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.output</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="p"><span>p</span><a href="#p" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">p</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.p</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="param"><span>param</span><a href="#param" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">param</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.param</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="picture"><span>picture</span><a href="#picture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">picture</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.picture</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="pre"><span>pre</span><a href="#pre" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">pre</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.pre</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="progress"><span>progress</span><a href="#progress" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">progress</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.progress</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="q"><span>q</span><a href="#q" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">q</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.q</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="rb"><span>rb</span><a href="#rb" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">rb</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.rb</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="rp"><span>rp</span><a href="#rp" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">rp</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.rp</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="rt"><span>rt</span><a href="#rt" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">rt</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.rt</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="rtc"><span>rtc</span><a href="#rtc" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">rtc</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.rtc</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="ruby"><span>ruby</span><a href="#ruby" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">ruby</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.ruby</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="s"><span>s</span><a href="#s" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">s</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.s</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="samp"><span>samp</span><a href="#samp" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">samp</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.samp</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="script"><span>script</span><a href="#script" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">script</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.script</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="search"><span>search</span><a href="#search" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">search</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.search</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="section"><span>section</span><a href="#section" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">section</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.section</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="select"><span>select</span><a href="#select" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">select</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.select</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="slot"><span>slot</span><a href="#slot" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">slot</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.slot</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="small"><span>small</span><a href="#small" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">small</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.small</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="source"><span>source</span><a href="#source" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">source</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.source</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="span"><span>span</span><a href="#span" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">span</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.span</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="strong"><span>strong</span><a href="#strong" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">strong</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.strong</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="style"><span>style</span><a href="#style" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">style</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.style</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="sub"><span>sub</span><a href="#sub" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">sub</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.sub</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="summary"><span>summary</span><a href="#summary" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">summary</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.summary</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="sup"><span>sup</span><a href="#sup" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">sup</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.sup</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="svg"><span>svg</span><a href="#svg" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">svg</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.svg</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="table"><span>table</span><a href="#table" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">table</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.table</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="tbody"><span>tbody</span><a href="#tbody" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">tbody</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.tbody</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="td"><span>td</span><a href="#td" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">td</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.td</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="template"><span>template</span><a href="#template" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">template</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.template</p></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="text"><span>text</span><a href="#text" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">text</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">t</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">customWhiteList</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">IWhiteList</span><span class="tsd-signature-symbol">)</span> <span class="tsd-signature-symbol">=&gt;</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/a0048b84fce32fc35fc66ae9271de91410376c98/packages/saltcorn-markup/types.ts#L155">types.ts:155</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="text_attr"><span>text_<wbr/>attr</span><a href="#text_attr" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">text_attr</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">t</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span> <span class="tsd-signature-symbol">=&gt;</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/a0048b84fce32fc35fc66ae9271de91410376c98/packages/saltcorn-markup/types.ts#L156">types.ts:156</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="textarea"><span>textarea</span><a href="#textarea" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">textarea</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.textarea</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="tfoot"><span>tfoot</span><a href="#tfoot" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">tfoot</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.tfoot</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="th"><span>th</span><a href="#th" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">th</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.th</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="thead"><span>thead</span><a href="#thead" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">thead</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.thead</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="time"><span>time</span><a href="#time" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">time</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.time</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="title"><span>title</span><a href="#title" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.title</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="tr"><span>tr</span><a href="#tr" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">tr</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.tr</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="track"><span>track</span><a href="#track" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">track</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.track</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="u"><span>u</span><a href="#u" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">u</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.u</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="ul"><span>ul</span><a href="#ul" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">ul</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.ul</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="var"><span>var</span><a href="#var" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">var</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.var</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="video"><span>video</span><a href="#video" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">video</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.video</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="wbr"><span>wbr</span><a href="#wbr" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">wbr</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.wbr</p></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#a" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>a</span></a><a href="#abbr" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>abbr</span></a><a href="#address" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>address</span></a><a href="#area" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>area</span></a><a href="#article" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>article</span></a><a href="#aside" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aside</span></a><a href="#audio" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>audio</span></a><a href="#b" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>b</span></a><a href="#base" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>base</span></a><a href="#bdi" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>bdi</span></a><a href="#bdo" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>bdo</span></a><a href="#blockquote" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>blockquote</span></a><a href="#body" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>body</span></a><a href="#br" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>br</span></a><a href="#button" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>button</span></a><a href="#canvas" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>canvas</span></a><a href="#caption" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>caption</span></a><a href="#cite" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>cite</span></a><a href="#code" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>code</span></a><a href="#col" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>col</span></a><a href="#colgroup" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>colgroup</span></a><a href="#data" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data</span></a><a href="#datalist" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>datalist</span></a><a href="#dd" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dd</span></a><a href="#del" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>del</span></a><a href="#details" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>details</span></a><a href="#dfn" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dfn</span></a><a href="#dialog" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dialog</span></a><a href="#div" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>div</span></a><a href="#dl" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dl</span></a><a href="#domready"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dom<wbr/>Ready</span></a><a href="#dt" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dt</span></a><a href="#em" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>em</span></a><a href="#embed" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>embed</span></a><a href="#fieldset" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>fieldset</span></a><a href="#figcaption" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>figcaption</span></a><a href="#figure" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>figure</span></a><a href="#footer" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>footer</span></a><a href="#form" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>form</span></a><a href="#genericelement"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>generic<wbr/>Element</span></a><a href="#h1" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>h1</span></a><a href="#h2" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>h2</span></a><a href="#h3" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>h3</span></a><a href="#h4" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>h4</span></a><a href="#h5" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>h5</span></a><a href="#h6" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>h6</span></a><a href="#head" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>head</span></a><a href="#header" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>header</span></a><a href="#hgroup" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>hgroup</span></a><a href="#hr" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>hr</span></a><a href="#html" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>html</span></a><a href="#i" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>i</span></a><a href="#iframe" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>iframe</span></a><a href="#img" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>img</span></a><a href="#input" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>input</span></a><a href="#ins" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>ins</span></a><a href="#kbd" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>kbd</span></a><a href="#label" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>label</span></a><a href="#legend" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>legend</span></a><a href="#li" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>li</span></a><a href="#link" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>link</span></a><a href="#main" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>main</span></a><a href="#map" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>map</span></a><a href="#mark" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>mark</span></a><a href="#math" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>math</span></a><a href="#menu" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>menu</span></a><a href="#menuitem" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>menuitem</span></a><a href="#meta" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>meta</span></a><a href="#meter" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>meter</span></a><a href="#mktag"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>mk<wbr/>Tag</span></a><a href="#nav" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>nav</span></a><a href="#nbsp"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>nbsp</span></a><a href="#noscript" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>noscript</span></a><a href="#object" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>object</span></a><a href="#ol" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>ol</span></a><a href="#optgroup" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>optgroup</span></a><a href="#option" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>option</span></a><a href="#output" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>output</span></a><a href="#p" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>p</span></a><a href="#param" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>param</span></a><a href="#picture" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>picture</span></a><a href="#pre" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>pre</span></a><a href="#progress" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>progress</span></a><a href="#q" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>q</span></a><a href="#rb" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>rb</span></a><a href="#rp" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>rp</span></a><a href="#rt" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>rt</span></a><a href="#rtc" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>rtc</span></a><a href="#ruby" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>ruby</span></a><a href="#s" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>s</span></a><a href="#samp" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>samp</span></a><a href="#script" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>script</span></a><a href="#search" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>search</span></a><a href="#section" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>section</span></a><a href="#select" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>select</span></a><a href="#slot" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>slot</span></a><a href="#small" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>small</span></a><a href="#source" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>source</span></a><a href="#span" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>span</span></a><a href="#strong" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>strong</span></a><a href="#style" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>style</span></a><a href="#sub" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>sub</span></a><a href="#summary" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>summary</span></a><a href="#sup" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>sup</span></a><a href="#svg" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>svg</span></a><a href="#table" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>table</span></a><a href="#tbody" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>tbody</span></a><a href="#td" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>td</span></a><a href="#template" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>template</span></a><a href="#text"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>text</span></a><a href="#text_attr"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>text_<wbr/>attr</span></a><a href="#textarea" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>textarea</span></a><a href="#tfoot" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>tfoot</span></a><a href="#th" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>th</span></a><a href="#thead" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>thead</span></a><a href="#time" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>time</span></a><a href="#title" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>title</span></a><a href="#tr" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>tr</span></a><a href="#track" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>track</span></a><a href="#u" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>u</span></a><a href="#ul" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>ul</span></a><a href="#var" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>var</span></a><a href="#video" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>video</span></a><a href="#wbr" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>wbr</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">Documentation</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>