@saltcorn/server 1.3.1-beta.9 → 1.4.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1739) hide show
  1. package/CHANGELOG.md +14 -4
  2. package/docs/assets/hierarchy.js +1 -0
  3. package/docs/assets/icons.js +18 -0
  4. package/docs/assets/icons.svg +1 -0
  5. package/docs/assets/main.js +5 -3
  6. package/docs/assets/navigation.js +1 -0
  7. package/docs/assets/search.js +1 -1
  8. package/docs/assets/style.css +1449 -1183
  9. package/docs/classes/_saltcorn_admin-models.models_snapshot.export_.html +14 -0
  10. package/docs/classes/_saltcorn_common-code.relations_relation.Relation.html +13 -0
  11. package/docs/classes/_saltcorn_common-code.relations_relations_finder.RelationsFinder.html +11 -0
  12. package/docs/classes/_saltcorn_data.diagram_cy_raster.default.html +13 -0
  13. package/docs/classes/_saltcorn_data.diagram_nodes_dummy_node.DummyNode.html +19 -0
  14. package/docs/classes/_saltcorn_data.diagram_nodes_node.default.html +20 -0
  15. package/docs/classes/_saltcorn_data.diagram_nodes_page_node.PageNode.html +20 -0
  16. package/docs/classes/_saltcorn_data.diagram_nodes_table_node.TableNode.html +20 -0
  17. package/docs/classes/_saltcorn_data.diagram_nodes_trigger_node.TriggerNode.html +19 -0
  18. package/docs/classes/_saltcorn_data.diagram_nodes_view_node.ViewNode.html +20 -0
  19. package/docs/classes/_saltcorn_data.mobile-mocks_node_async_hooks.AsyncLocalStorage.html +4 -0
  20. package/docs/classes/_saltcorn_data.models_crash.export_.html +19 -0
  21. package/docs/classes/_saltcorn_data.models_eventlog.export_.html +20 -0
  22. package/docs/classes/_saltcorn_data.models_field.export_.html +85 -0
  23. package/docs/classes/_saltcorn_data.models_fieldrepeat.export_.html +18 -0
  24. package/docs/classes/_saltcorn_data.models_file.export_.html +92 -0
  25. package/docs/classes/_saltcorn_data.models_form.export_.html +40 -0
  26. package/docs/classes/_saltcorn_data.models_internal_push_message_helper.PushMessageHelper.html +12 -0
  27. package/docs/classes/_saltcorn_data.models_library.export_.html +15 -0
  28. package/docs/classes/_saltcorn_data.models_model.export_.html +20 -0
  29. package/docs/classes/_saltcorn_data.models_model_instance.export_.html +23 -0
  30. package/docs/classes/_saltcorn_data.models_notification.export_.html +19 -0
  31. package/docs/classes/_saltcorn_data.models_page.export_.html +34 -0
  32. package/docs/classes/_saltcorn_data.models_page_group.export_.html +52 -0
  33. package/docs/classes/_saltcorn_data.models_page_group_member.export_.html +28 -0
  34. package/docs/classes/_saltcorn_data.models_plugin.export_.html +38 -0
  35. package/docs/classes/_saltcorn_data.models_role.export_.html +11 -0
  36. package/docs/classes/_saltcorn_data.models_table.export_.html +294 -0
  37. package/docs/classes/_saltcorn_data.models_table_constraints.export_.html +15 -0
  38. package/docs/classes/_saltcorn_data.models_tag.export_.html +23 -0
  39. package/docs/classes/_saltcorn_data.models_tag_entry.export_.html +14 -0
  40. package/docs/classes/_saltcorn_data.models_trigger.export_.html +62 -0
  41. package/docs/classes/_saltcorn_data.models_user.export_.html +90 -0
  42. package/docs/classes/_saltcorn_data.models_view.export_.html +82 -0
  43. package/docs/classes/_saltcorn_data.models_workflow.export_.html +19 -0
  44. package/docs/classes/_saltcorn_data.models_workflow_run.export_.html +37 -0
  45. package/docs/classes/_saltcorn_data.models_workflow_step.export_.html +26 -0
  46. package/docs/classes/_saltcorn_data.models_workflow_trace.export_-1.html +20 -0
  47. package/docs/classes/_saltcorn_data.models_workflow_trace.export_.html +16 -0
  48. package/docs/classes/_saltcorn_mobile-builder.mobile-builder.MobileBuilder.html +37 -0
  49. package/docs/classes/_saltcorn_mobile-builder.utils_capacitor-helper.CapacitorHelper.html +21 -0
  50. package/docs/enums/_saltcorn_common-code.relations_relation_types.RelationType.html +7 -0
  51. package/docs/enums/_saltcorn_common-code.relations_relation_types.ViewDisplayType.html +4 -0
  52. package/docs/functions/_saltcorn_admin-models.models_config-check.runConfigurationCheck.html +2 -0
  53. package/docs/functions/_saltcorn_common-code.relations_relation_helpers.buildRelationPath.html +5 -0
  54. package/docs/functions/_saltcorn_common-code.relations_relation_helpers.buildTableCaches.html +3 -0
  55. package/docs/functions/_saltcorn_common-code.relations_relation_helpers.parseLegacyRelation.html +1 -0
  56. package/docs/functions/_saltcorn_common-code.relations_relation_helpers.parseRelationPath.html +4 -0
  57. package/docs/functions/_saltcorn_common-code.tests_test_data.fixturesData.html +1 -0
  58. package/docs/functions/_saltcorn_common-code.tests_test_data.withAnotherUserField.html +1 -0
  59. package/docs/functions/_saltcorn_common-code.tests_test_data.withKeyFromLayerThree.html +1 -0
  60. package/docs/functions/_saltcorn_common-code.tests_test_data.withKeyFromLayerTwo.html +1 -0
  61. package/docs/functions/_saltcorn_common-code.tests_test_data.withMultipleInbounds.html +1 -0
  62. package/docs/functions/_saltcorn_common-code.tests_test_data.withSecondTopicField.html +1 -0
  63. package/docs/functions/_saltcorn_common-code.tests_test_data.withSimplePostTopicrelation.html +1 -0
  64. package/docs/functions/_saltcorn_data.base-plugin_fieldviews.radio_select.run.html +1 -0
  65. package/docs/functions/_saltcorn_data.base-plugin_fieldviews.search_or_create.configFields.html +1 -0
  66. package/docs/functions/_saltcorn_data.base-plugin_fieldviews.search_or_create.run.html +1 -0
  67. package/docs/functions/_saltcorn_data.base-plugin_fieldviews.select.run.html +1 -0
  68. package/docs/functions/_saltcorn_data.base-plugin_fieldviews.select_from_table.fill_options.html +1 -0
  69. package/docs/functions/_saltcorn_data.base-plugin_fieldviews.select_from_table.run.html +1 -0
  70. package/docs/functions/_saltcorn_data.base-plugin_types.bool.contract.html +1 -0
  71. package/docs/functions/_saltcorn_data.base-plugin_types.bool.fieldviews.TrueFalse.run.html +1 -0
  72. package/docs/functions/_saltcorn_data.base-plugin_types.bool.fieldviews.checkboxes.run.html +1 -0
  73. package/docs/functions/_saltcorn_data.base-plugin_types.bool.fieldviews.edit.run.html +1 -0
  74. package/docs/functions/_saltcorn_data.base-plugin_types.bool.fieldviews.show.run.html +1 -0
  75. package/docs/functions/_saltcorn_data.base-plugin_types.bool.fieldviews.tristate.run.html +1 -0
  76. package/docs/functions/_saltcorn_data.base-plugin_types.bool.listAs.html +1 -0
  77. package/docs/functions/_saltcorn_data.base-plugin_types.bool.read.html +1 -0
  78. package/docs/functions/_saltcorn_data.base-plugin_types.bool.readFromDB.html +1 -0
  79. package/docs/functions/_saltcorn_data.base-plugin_types.bool.readFromFormRecord.html +1 -0
  80. package/docs/functions/_saltcorn_data.base-plugin_types.bool.validate.html +1 -0
  81. package/docs/functions/_saltcorn_data.base-plugin_types.color.contract.html +1 -0
  82. package/docs/functions/_saltcorn_data.base-plugin_types.color.fieldviews.edit.run.html +1 -0
  83. package/docs/functions/_saltcorn_data.base-plugin_types.color.fieldviews.show.run.html +1 -0
  84. package/docs/functions/_saltcorn_data.base-plugin_types.color.read.html +1 -0
  85. package/docs/functions/_saltcorn_data.base-plugin_types.color.validate.html +1 -0
  86. package/docs/functions/_saltcorn_data.base-plugin_types.date.contract.html +1 -0
  87. package/docs/functions/_saltcorn_data.base-plugin_types.date.equals.html +3 -0
  88. package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.edit.run.html +1 -0
  89. package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.editDay.run.html +1 -0
  90. package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.format.run.html +1 -0
  91. package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.relative.run.html +1 -0
  92. package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.show.run.html +1 -0
  93. package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.showDay.run.html +1 -0
  94. package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.yearsAgo.run.html +1 -0
  95. package/docs/functions/_saltcorn_data.base-plugin_types.date.presets.Now.html +1 -0
  96. package/docs/functions/_saltcorn_data.base-plugin_types.date.read.html +1 -0
  97. package/docs/functions/_saltcorn_data.base-plugin_types.date.validate.html +1 -0
  98. package/docs/functions/_saltcorn_data.base-plugin_types.float.contract.html +1 -0
  99. package/docs/functions/_saltcorn_data.base-plugin_types.float.equals.html +3 -0
  100. package/docs/functions/_saltcorn_data.base-plugin_types.float.fieldviews.edit.run.html +1 -0
  101. package/docs/functions/_saltcorn_data.base-plugin_types.float.fieldviews.show.run.html +1 -0
  102. package/docs/functions/_saltcorn_data.base-plugin_types.float.read.html +1 -0
  103. package/docs/functions/_saltcorn_data.base-plugin_types.float.validate.html +1 -0
  104. package/docs/functions/_saltcorn_data.base-plugin_types.int.contract.html +1 -0
  105. package/docs/functions/_saltcorn_data.base-plugin_types.int.read.html +1 -0
  106. package/docs/functions/_saltcorn_data.base-plugin_types.int.validate.html +1 -0
  107. package/docs/functions/_saltcorn_data.base-plugin_types.int.validate_attributes.html +1 -0
  108. package/docs/functions/_saltcorn_data.base-plugin_types.string.attributes.html +1 -0
  109. package/docs/functions/_saltcorn_data.base-plugin_types.string.contract.html +1 -0
  110. package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.as_header.run.html +1 -0
  111. package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.as_link.run.html +1 -0
  112. package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.as_text.run.html +1 -0
  113. package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.edit.configFields.html +1 -0
  114. package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.edit.run.html +1 -0
  115. package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.img_from_url.run.html +1 -0
  116. package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.password.run.html +1 -0
  117. package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.radio_group.run.html +1 -0
  118. package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.run.html +1 -0
  119. package/docs/functions/_saltcorn_data.base-plugin_types.string.presets.IP.html +1 -0
  120. package/docs/functions/_saltcorn_data.base-plugin_types.string.presets.SessionID.html +1 -0
  121. package/docs/functions/_saltcorn_data.base-plugin_types.string.read.html +1 -0
  122. package/docs/functions/_saltcorn_data.base-plugin_types.string.validate.html +1 -0
  123. package/docs/functions/_saltcorn_data.base-plugin_types.string.validate_attributes.html +1 -0
  124. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.action_link.html +1 -0
  125. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.action_url.html +1 -0
  126. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.fill_presets.html +1 -0
  127. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.getForm.html +1 -0
  128. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.get_view_link_query.html +1 -0
  129. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.get_viewable_fields.html +1 -0
  130. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.get_viewable_fields_from_layout.html +1 -0
  131. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.make_link.html +1 -0
  132. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.objToQueryString.html +1 -0
  133. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.parse_view_select.html +3 -0
  134. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.splitUniques.html +1 -0
  135. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.standardBlockDispatch.html +1 -0
  136. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.standardLayoutRowVisitor.html +1 -0
  137. package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.view_linker.html +1 -0
  138. package/docs/functions/_saltcorn_data.db_connect_mobile.getConnectObject.html +1 -0
  139. package/docs/functions/_saltcorn_data.db_reset_schema.export_.html +8 -0
  140. package/docs/functions/_saltcorn_data.diagram_cy_generate_utils.generateCyCode.html +3 -0
  141. package/docs/functions/_saltcorn_data.diagram_cy_generate_utils.genereateCyCfg.html +3 -0
  142. package/docs/functions/_saltcorn_data.diagram_node_extract_utils.buildObjectTrees.html +5 -0
  143. package/docs/functions/_saltcorn_data.diagram_node_extract_utils.extractFromColumns.html +4 -0
  144. package/docs/functions/_saltcorn_data.diagram_node_extract_utils.extractFromLayout.html +4 -0
  145. package/docs/functions/_saltcorn_data.diagram_node_extract_utils.extractViewToCreate.html +4 -0
  146. package/docs/functions/_saltcorn_data.migrate.create_blank_migration.html +2 -0
  147. package/docs/functions/_saltcorn_data.migrate.getMigrationsInDB.html +1 -0
  148. package/docs/functions/_saltcorn_data.migrate.migrate.html +3 -0
  149. package/docs/functions/_saltcorn_data.migrations_202102091312.js.html +1 -0
  150. package/docs/functions/_saltcorn_data.migrations_202210051058.js.html +1 -0
  151. package/docs/functions/_saltcorn_data.migrations_202210101540.js.html +1 -0
  152. package/docs/functions/_saltcorn_data.migrations_202304281224.js.html +1 -0
  153. package/docs/functions/_saltcorn_data.migrations_202307211459.js.html +1 -0
  154. package/docs/functions/_saltcorn_data.migrations_202502131103.js.html +1 -0
  155. package/docs/functions/_saltcorn_data.migrations_202508011455.js.html +1 -0
  156. package/docs/functions/_saltcorn_data.mobile-mocks_node_child_process.export_.html +1 -0
  157. package/docs/functions/_saltcorn_data.mobile-mocks_node_fs.createReadStream.html +1 -0
  158. package/docs/functions/_saltcorn_data.mobile-mocks_node_fs.readdirSync.html +1 -0
  159. package/docs/functions/_saltcorn_data.mobile-mocks_node_fs.writeFileSync.html +1 -0
  160. package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.mkdir.html +1 -0
  161. package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.readFile.html +1 -0
  162. package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.stat.html +1 -0
  163. package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.unlink.html +1 -0
  164. package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.writeFile.html +1 -0
  165. package/docs/functions/_saltcorn_data.mobile-mocks_node_latest-version.default.html +1 -0
  166. package/docs/functions/_saltcorn_data.mobile-mocks_node_v8.deserialize.html +1 -0
  167. package/docs/functions/_saltcorn_data.mobile-mocks_node_v8.serialize.html +1 -0
  168. package/docs/functions/_saltcorn_data.mobile-mocks_npm_env-paths.export_.html +1 -0
  169. package/docs/functions/_saltcorn_data.model-helper.get_predictor.html +1 -0
  170. package/docs/functions/_saltcorn_data.model-helper.run_jupyter_model.html +1 -0
  171. package/docs/functions/_saltcorn_data.model-helper.shorten_trackback.html +1 -0
  172. package/docs/functions/_saltcorn_data.model-helper.write_csv.html +1 -0
  173. package/docs/functions/_saltcorn_data.models_internal_async_json_stream.default.html +1 -0
  174. package/docs/functions/_saltcorn_data.models_internal_query.aggregation_query_fields.html +1 -0
  175. package/docs/functions/_saltcorn_data.models_internal_query.getAggAndField.html +1 -0
  176. package/docs/functions/_saltcorn_data.models_internal_query.joinfield_renamer.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_composite_pk.test.html +1 -0
  708. package/docs/modules/_saltcorn_data.tests_config.test.html +1 -0
  709. package/docs/modules/_saltcorn_data.tests_db.test.html +1 -0
  710. package/docs/modules/_saltcorn_data.tests_discover.test.html +1 -0
  711. package/docs/modules/_saltcorn_data.tests_edit.test.html +1 -0
  712. package/docs/modules/_saltcorn_data.tests_email.test.html +1 -0
  713. package/docs/modules/_saltcorn_data.tests_exact_views.test.html +1 -0
  714. package/docs/modules/_saltcorn_data.tests_field.test.html +1 -0
  715. package/docs/modules/_saltcorn_data.tests_fieldviews.test.html +1 -0
  716. package/docs/modules/_saltcorn_data.tests_file.test.html +1 -0
  717. package/docs/modules/_saltcorn_data.tests_filter.test.html +1 -0
  718. package/docs/modules/_saltcorn_data.tests_form.test.html +1 -0
  719. package/docs/modules/_saltcorn_data.tests_list.test.html +1 -0
  720. package/docs/modules/_saltcorn_data.tests_mocks.html +1 -0
  721. package/docs/modules/_saltcorn_data.tests_models.test.html +1 -0
  722. package/docs/modules/_saltcorn_data.tests_page.test.html +1 -0
  723. package/docs/modules/_saltcorn_data.tests_page_group.test.html +1 -0
  724. package/docs/modules/_saltcorn_data.tests_plugin.test.html +1 -0
  725. package/docs/modules/_saltcorn_data.tests_remote_query_helper.html +1 -0
  726. package/docs/modules/_saltcorn_data.tests_show.test.html +1 -0
  727. package/docs/modules/_saltcorn_data.tests_state.test.html +1 -0
  728. package/docs/modules/_saltcorn_data.tests_table.test.html +1 -0
  729. package/docs/modules/_saltcorn_data.tests_table_history.test.html +1 -0
  730. package/docs/modules/_saltcorn_data.tests_tag.test.html +1 -0
  731. package/docs/modules/_saltcorn_data.tests_user.test.html +1 -0
  732. package/docs/modules/_saltcorn_data.tests_view.test.html +1 -0
  733. package/docs/modules/_saltcorn_data.tests_workflow.test.html +1 -0
  734. package/docs/modules/_saltcorn_data.tests_workflow_run.test.html +1 -0
  735. package/docs/modules/_saltcorn_data.translate.html +1 -0
  736. package/docs/modules/_saltcorn_data.utils.html +1 -74
  737. package/docs/modules/_saltcorn_data.web-mobile-commons.html +1 -0
  738. package/docs/modules/_saltcorn_db-common..html +2 -0
  739. package/docs/modules/_saltcorn_db-common.html +1 -0
  740. package/docs/modules/_saltcorn_db-common.index.html +2 -0
  741. package/docs/modules/_saltcorn_db-common.internal.html +1 -0
  742. package/docs/modules/_saltcorn_db-common.internal.test.html +1 -0
  743. package/docs/modules/_saltcorn_db-common.multi-tenant.html +2 -0
  744. package/docs/modules/_saltcorn_db-common.sqlite-commons.html +3 -0
  745. package/docs/modules/_saltcorn_db-common.tenants.html +1 -0
  746. package/docs/modules/_saltcorn_db-common.types.html +1 -0
  747. package/docs/modules/_saltcorn_markup..html +2 -0
  748. package/docs/modules/_saltcorn_markup.builder.html +1 -0
  749. package/docs/modules/_saltcorn_markup.emergency_layout.export_.html +1 -0
  750. package/docs/modules/_saltcorn_markup.emergency_layout.html +1 -0
  751. package/docs/modules/_saltcorn_markup.form.html +1 -0
  752. package/docs/modules/_saltcorn_markup.helpers.export_.html +1 -0
  753. package/docs/modules/_saltcorn_markup.helpers.html +1 -0
  754. package/docs/modules/_saltcorn_markup.html +1 -594
  755. package/docs/modules/_saltcorn_markup.index.html +2 -0
  756. package/docs/modules/_saltcorn_markup.layout-1.html +1 -0
  757. package/docs/modules/_saltcorn_markup.layout.export_-1.html +1 -0
  758. package/docs/modules/_saltcorn_markup.layout.export_.html +1 -0
  759. package/docs/modules/_saltcorn_markup.layout.html +2 -0
  760. package/docs/modules/_saltcorn_markup.layout_utils.html +1 -0
  761. package/docs/modules/_saltcorn_markup.mjml-layout.export_.html +1 -0
  762. package/docs/modules/_saltcorn_markup.mjml-layout.html +1 -0
  763. package/docs/modules/_saltcorn_markup.mjml-tags.html +1 -0
  764. package/docs/modules/_saltcorn_markup.mktag.html +1 -0
  765. package/docs/modules/_saltcorn_markup.table.export_.html +1 -0
  766. package/docs/modules/_saltcorn_markup.table.html +1 -0
  767. package/docs/modules/_saltcorn_markup.tabs.html +1 -0
  768. package/docs/modules/_saltcorn_markup.tags.html +1 -0
  769. package/docs/modules/_saltcorn_markup.types.html +1 -0
  770. package/docs/modules/_saltcorn_mobile-builder..html +2 -0
  771. package/docs/modules/_saltcorn_mobile-builder.appium_tests_ui.test.html +1 -0
  772. package/docs/modules/_saltcorn_mobile-builder.html +1 -0
  773. package/docs/modules/_saltcorn_mobile-builder.index.html +2 -0
  774. package/docs/modules/_saltcorn_mobile-builder.mobile-builder.html +1 -0
  775. package/docs/modules/_saltcorn_mobile-builder.tests_versioncode.test.html +1 -0
  776. package/docs/modules/_saltcorn_mobile-builder.tests_webpack.test.html +1 -0
  777. package/docs/modules/_saltcorn_mobile-builder.utils_capacitor-helper.html +1 -0
  778. package/docs/modules/_saltcorn_mobile-builder.utils_common-build-utils.html +1 -0
  779. package/docs/modules/_saltcorn_mobile-builder.utils_package-bundle-utils.html +1 -0
  780. package/docs/modules/_saltcorn_sqlite-mobile.html +1 -0
  781. package/docs/modules/_saltcorn_sqlite-mobile.index.html +2 -0
  782. package/docs/modules/_saltcorn_sqlite-mobile.sqlite_capacitor.html +1 -0
  783. package/docs/modules/_saltcorn_sqlite..html +2 -0
  784. package/docs/modules/_saltcorn_sqlite.html +1 -127
  785. package/docs/modules/_saltcorn_sqlite.index.html +2 -0
  786. package/docs/modules/_saltcorn_sqlite.sqlite.html +2 -0
  787. package/docs/modules/_saltcorn_types..Types.html +1 -0
  788. package/docs/modules/_saltcorn_types..generators.html +2 -0
  789. package/docs/modules/_saltcorn_types..html +2 -0
  790. package/docs/modules/_saltcorn_types.base_types.html +2 -0
  791. package/docs/modules/_saltcorn_types.common_types.html +1 -0
  792. package/docs/modules/_saltcorn_types.generators.html +1 -76
  793. package/docs/modules/_saltcorn_types.html +1 -67
  794. package/docs/modules/_saltcorn_types.index.html +2 -0
  795. package/docs/modules/_saltcorn_types.model-abstracts_abstract_event_log-1.html +1 -0
  796. package/docs/modules/_saltcorn_types.model-abstracts_abstract_event_log.html +1 -0
  797. package/docs/modules/_saltcorn_types.model-abstracts_abstract_field-1.html +1 -0
  798. package/docs/modules/_saltcorn_types.model-abstracts_abstract_field.html +1 -0
  799. package/docs/modules/_saltcorn_types.model-abstracts_abstract_form-1.html +1 -0
  800. package/docs/modules/_saltcorn_types.model-abstracts_abstract_form.html +1 -0
  801. package/docs/modules/_saltcorn_types.model-abstracts_abstract_library-1.html +1 -0
  802. package/docs/modules/_saltcorn_types.model-abstracts_abstract_library.html +1 -0
  803. package/docs/modules/_saltcorn_types.model-abstracts_abstract_model-1.html +1 -0
  804. package/docs/modules/_saltcorn_types.model-abstracts_abstract_model.html +1 -0
  805. package/docs/modules/_saltcorn_types.model-abstracts_abstract_model_instance-1.html +1 -0
  806. package/docs/modules/_saltcorn_types.model-abstracts_abstract_model_instance.html +1 -0
  807. package/docs/modules/_saltcorn_types.model-abstracts_abstract_page-1.html +1 -0
  808. package/docs/modules/_saltcorn_types.model-abstracts_abstract_page.html +1 -0
  809. package/docs/modules/_saltcorn_types.model-abstracts_abstract_page_group-1.html +1 -0
  810. package/docs/modules/_saltcorn_types.model-abstracts_abstract_page_group.html +1 -0
  811. package/docs/modules/_saltcorn_types.model-abstracts_abstract_page_group_member-1.html +1 -0
  812. package/docs/modules/_saltcorn_types.model-abstracts_abstract_page_group_member.html +1 -0
  813. package/docs/modules/_saltcorn_types.model-abstracts_abstract_plugin-1.html +1 -0
  814. package/docs/modules/_saltcorn_types.model-abstracts_abstract_plugin.html +1 -0
  815. package/docs/modules/_saltcorn_types.model-abstracts_abstract_role-1.html +1 -0
  816. package/docs/modules/_saltcorn_types.model-abstracts_abstract_role.html +1 -0
  817. package/docs/modules/_saltcorn_types.model-abstracts_abstract_table-1.html +1 -0
  818. package/docs/modules/_saltcorn_types.model-abstracts_abstract_table.html +1 -0
  819. package/docs/modules/_saltcorn_types.model-abstracts_abstract_tag-1.html +1 -0
  820. package/docs/modules/_saltcorn_types.model-abstracts_abstract_tag.html +1 -0
  821. package/docs/modules/_saltcorn_types.model-abstracts_abstract_tag_entry-1.html +1 -0
  822. package/docs/modules/_saltcorn_types.model-abstracts_abstract_tag_entry.html +1 -0
  823. package/docs/modules/_saltcorn_types.model-abstracts_abstract_trigger-1.html +1 -0
  824. package/docs/modules/_saltcorn_types.model-abstracts_abstract_trigger.html +1 -0
  825. package/docs/modules/_saltcorn_types.model-abstracts_abstract_user-1.html +1 -0
  826. package/docs/modules/_saltcorn_types.model-abstracts_abstract_user.html +1 -0
  827. package/docs/modules/_saltcorn_types.model-abstracts_abstract_view-1.html +1 -0
  828. package/docs/modules/_saltcorn_types.model-abstracts_abstract_view.html +1 -0
  829. package/docs/modules/_saltcorn_types.model-abstracts_abstract_workflow-1.html +1 -0
  830. package/docs/modules/_saltcorn_types.model-abstracts_abstract_workflow.html +1 -0
  831. package/docs/modules/_saltcorn_types.model-abstracts_abstract_workflow_run-1.html +1 -0
  832. package/docs/modules/_saltcorn_types.model-abstracts_abstract_workflow_run.html +1 -0
  833. package/docs/modules/_saltcorn_types.model-abstracts_abstract_workflow_step-1.html +1 -0
  834. package/docs/modules/_saltcorn_types.model-abstracts_abstract_workflow_step.html +1 -0
  835. package/docs/modules/_saltcorn_types.model-abstracts_abstract_workflow_trace-1.html +1 -0
  836. package/docs/modules/_saltcorn_types.model-abstracts_abstract_workflow_trace.html +1 -0
  837. package/docs/modules/_saltcorn_types.model-abstracts_index-1.html +1 -0
  838. package/docs/modules/_saltcorn_types.model-abstracts_index.ModelAbstracts.html +2 -0
  839. package/docs/modules/_saltcorn_types.model-abstracts_index.html +1 -0
  840. package/docs/modules.html +1 -0
  841. package/docs/types/_saltcorn_data.diagram_node_extract_utils.ExtractOpts.html +10 -0
  842. package/docs/types/_saltcorn_data.diagram_node_extract_utils.ExtractResult.html +3 -0
  843. package/docs/types/_saltcorn_data.diagram_nodes_node.NodeType.html +1 -0
  844. package/docs/types/_saltcorn_data.models_config.ConfigTypes.html +1 -0
  845. package/docs/types/_saltcorn_data.models_config.SingleConfig.html +1 -0
  846. package/docs/types/_saltcorn_data.models_eventlog.EventLogCfg.html +7 -0
  847. package/docs/types/_saltcorn_data.models_file.FileCfg.html +12 -0
  848. package/docs/types/_saltcorn_data.models_form.AdditionalButton.html +1 -0
  849. package/docs/types/_saltcorn_data.models_form.FormCfg.html +31 -0
  850. package/docs/types/_saltcorn_data.models_internal_push_message_helper.FcmSubscription.html +3 -0
  851. package/docs/types/_saltcorn_data.models_internal_push_message_helper.Subscription.html +1 -0
  852. package/docs/types/_saltcorn_data.models_internal_push_message_helper.WebPushSubscription.html +4 -0
  853. package/docs/types/_saltcorn_data.models_page_group.ScreenInfoParams.html +5 -0
  854. package/docs/types/_saltcorn_data.models_table.ChildRelations.html +3 -0
  855. package/docs/types/_saltcorn_data.models_table.ParentRelations.html +3 -0
  856. package/docs/types/_saltcorn_data.models_table.RelationData.html +3 -0
  857. package/docs/types/_saltcorn_data.models_tag_entry.TagEntryCfg.html +1 -0
  858. package/docs/types/_saltcorn_data.models_view.FindViewsPred.html +1 -0
  859. package/docs/types/_saltcorn_db-common.internal.AggregationOptions.html +11 -0
  860. package/docs/types/_saltcorn_db-common.internal.CoordOpts.html +5 -0
  861. package/docs/types/_saltcorn_db-common.internal.DatabaseClient.html +2 -0
  862. package/docs/types/_saltcorn_db-common.internal.JoinField.html +6 -0
  863. package/docs/types/_saltcorn_db-common.internal.JoinFields.html +1 -0
  864. package/docs/types/_saltcorn_db-common.internal.JoinOptions.html +1 -0
  865. package/docs/types/_saltcorn_db-common.internal.JsonPath.html +1 -0
  866. package/docs/types/_saltcorn_db-common.internal.JsonPathElem.html +1 -0
  867. package/docs/types/_saltcorn_db-common.internal.Operator.html +1 -0
  868. package/docs/types/_saltcorn_db-common.internal.PartialSome.html +1 -0
  869. package/docs/types/_saltcorn_db-common.internal.PrimaryKeyValue.html +1 -0
  870. package/docs/types/_saltcorn_db-common.internal.Row.html +1 -0
  871. package/docs/types/_saltcorn_db-common.internal.SelectOptions.html +21 -0
  872. package/docs/types/_saltcorn_db-common.internal.StrongRow.html +1 -0
  873. package/docs/types/_saltcorn_db-common.internal.SubselectOptions.html +5 -0
  874. package/docs/types/_saltcorn_db-common.internal.Value.html +1 -0
  875. package/docs/types/_saltcorn_db-common.internal.Where.html +5 -0
  876. package/docs/types/_saltcorn_db-common.sqlite-commons.SqlAndValues.html +5 -0
  877. package/docs/types/_saltcorn_db-common.types.DbExportsType.html +57 -0
  878. package/docs/types/_saltcorn_db-common.types.GenObj.html +1 -0
  879. package/docs/types/_saltcorn_markup.emergency_layout.WrapParams.html +9 -0
  880. package/docs/types/_saltcorn_markup.helpers.CheckBoxGroupOpts.html +7 -0
  881. package/docs/types/_saltcorn_markup.helpers.PaginationOpts.html +5 -0
  882. package/docs/types/_saltcorn_markup.helpers.RadioGroupOpts.html +8 -0
  883. package/docs/types/_saltcorn_markup.helpers.SearchBarOpts.html +9 -0
  884. package/docs/types/_saltcorn_markup.layout.RenderOpts-1.html +8 -0
  885. package/docs/types/_saltcorn_markup.layout.RenderOpts.html +8 -0
  886. package/docs/types/_saltcorn_markup.mjml-layout.RenderOpts.html +7 -0
  887. package/docs/types/_saltcorn_markup.table.HeadersParams.html +6 -0
  888. package/docs/types/_saltcorn_markup.table.OptsParams.html +11 -0
  889. package/docs/types/_saltcorn_markup.types.AttributeVal.html +1 -0
  890. package/docs/types/_saltcorn_markup.types.Attributes.html +3 -0
  891. package/docs/types/_saltcorn_markup.types.ClassVal.html +1 -0
  892. package/docs/types/_saltcorn_markup.types.Element.html +1 -0
  893. package/docs/types/_saltcorn_markup.types.Falsy.html +1 -0
  894. package/docs/types/_saltcorn_markup.types.StyleVal.html +1 -0
  895. package/docs/types/_saltcorn_markup.types.TagFunction.html +1 -0
  896. package/docs/types/_saltcorn_mobile-builder.mobile-builder.IosCfg.html +4 -0
  897. package/docs/types/_saltcorn_mobile-builder.utils_capacitor-helper.CapacitorCfg.html +13 -0
  898. package/docs/types/_saltcorn_types.base_types.Action.html +27 -0
  899. package/docs/types/_saltcorn_types.base_types.AuthenticationMethod.html +5 -0
  900. package/docs/types/_saltcorn_types.base_types.CalcJoinfield.html +6 -0
  901. package/docs/types/_saltcorn_types.base_types.CapacitorPlugin.html +5 -0
  902. package/docs/types/_saltcorn_types.base_types.CodePagePack.html +4 -0
  903. package/docs/types/_saltcorn_types.base_types.Column.html +2 -0
  904. package/docs/types/_saltcorn_types.base_types.ConnectObjType.html +21 -0
  905. package/docs/types/_saltcorn_types.base_types.ConnectedObjects.html +5 -0
  906. package/docs/types/_saltcorn_types.base_types.CopilotSkill.html +8 -0
  907. package/docs/types/_saltcorn_types.base_types.ErrorObj.html +5 -0
  908. package/docs/types/_saltcorn_types.base_types.FieldLike.html +1 -0
  909. package/docs/types/_saltcorn_types.base_types.FieldView.html +4 -0
  910. package/docs/types/_saltcorn_types.base_types.Header.html +6 -0
  911. package/docs/types/_saltcorn_types.base_types.JoinFieldOption.html +5 -0
  912. package/docs/types/_saltcorn_types.base_types.Layout.html +1 -0
  913. package/docs/types/_saltcorn_types.base_types.MobileConfig.html +18 -0
  914. package/docs/types/_saltcorn_types.base_types.ModelPattern.html +38 -0
  915. package/docs/types/_saltcorn_types.base_types.Pack.html +15 -0
  916. package/docs/types/_saltcorn_types.base_types.Plugin.html +1 -0
  917. package/docs/types/_saltcorn_types.base_types.PluginFunction.html +5 -0
  918. package/docs/types/_saltcorn_types.base_types.PluginLayout.html +3 -0
  919. package/docs/types/_saltcorn_types.base_types.PluginRoute.html +5 -0
  920. package/docs/types/_saltcorn_types.base_types.PluginSourceType.html +1 -0
  921. package/docs/types/_saltcorn_types.base_types.PluginType.html +9 -0
  922. package/docs/types/_saltcorn_types.base_types.PluginWrap.html +1 -0
  923. package/docs/types/_saltcorn_types.base_types.PluginWrapArg.html +10 -0
  924. package/docs/types/_saltcorn_types.base_types.RelationOption.html +3 -0
  925. package/docs/types/_saltcorn_types.base_types.Req.html +15 -0
  926. package/docs/types/_saltcorn_types.base_types.Res.html +6 -0
  927. package/docs/types/_saltcorn_types.base_types.ResultType.html +7 -0
  928. package/docs/types/_saltcorn_types.base_types.RouteAction.html +1 -0
  929. package/docs/types/_saltcorn_types.base_types.RunExtra.html +1 -0
  930. package/docs/types/_saltcorn_types.base_types.SlugStepType.html +4 -0
  931. package/docs/types/_saltcorn_types.base_types.StepResType.html +1 -0
  932. package/docs/types/_saltcorn_types.base_types.SubField.html +5 -0
  933. package/docs/types/_saltcorn_types.base_types.TableProvider.html +4 -0
  934. package/docs/types/_saltcorn_types.base_types.TableQuery.html +8 -0
  935. package/docs/types/_saltcorn_types.base_types.Tablely.html +1 -0
  936. package/docs/types/_saltcorn_types.base_types.ViewTemplate.html +27 -0
  937. package/docs/types/_saltcorn_types.common_types.ErrorMessage.html +4 -0
  938. package/docs/types/_saltcorn_types.common_types.GenObj.html +1 -0
  939. package/docs/types/_saltcorn_types.common_types.ReqRes.html +3 -0
  940. package/docs/types/_saltcorn_types.common_types.ResultMessage.html +1 -0
  941. package/docs/types/_saltcorn_types.common_types.SuccessMessage.html +5 -0
  942. package/docs/types/_saltcorn_types.common_types.Type.html +19 -0
  943. package/docs/types/_saltcorn_types.model-abstracts_abstract_event_log.EventLogPack.html +7 -0
  944. package/docs/types/_saltcorn_types.model-abstracts_abstract_field.FieldCfg.html +36 -0
  945. package/docs/types/_saltcorn_types.model-abstracts_abstract_field.InputType.html +1 -0
  946. package/docs/types/_saltcorn_types.model-abstracts_abstract_form.AdditionalButton.html +5 -0
  947. package/docs/types/_saltcorn_types.model-abstracts_abstract_library.LibraryCfg.html +5 -0
  948. package/docs/types/_saltcorn_types.model-abstracts_abstract_library.LibraryPack.html +1 -0
  949. package/docs/types/_saltcorn_types.model-abstracts_abstract_model.ModelCfg.html +6 -0
  950. package/docs/types/_saltcorn_types.model-abstracts_abstract_model.ModelPack.html +1 -0
  951. package/docs/types/_saltcorn_types.model-abstracts_abstract_model_instance.ModelInstanceCfg.html +12 -0
  952. package/docs/types/_saltcorn_types.model-abstracts_abstract_model_instance.ModelInstancePack.html +1 -0
  953. package/docs/types/_saltcorn_types.model-abstracts_abstract_page.PageCfg.html +9 -0
  954. package/docs/types/_saltcorn_types.model-abstracts_abstract_page.PagePack.html +1 -0
  955. package/docs/types/_saltcorn_types.model-abstracts_abstract_page_group.PageGroupCfg.html +7 -0
  956. package/docs/types/_saltcorn_types.model-abstracts_abstract_page_group.PageGroupPack.html +1 -0
  957. package/docs/types/_saltcorn_types.model-abstracts_abstract_page_group_member.PageGroupMemberCfg.html +7 -0
  958. package/docs/types/_saltcorn_types.model-abstracts_abstract_page_group_member.PageGroupMemberPack.html +1 -0
  959. package/docs/types/_saltcorn_types.model-abstracts_abstract_plugin.PluginCfg.html +13 -0
  960. package/docs/types/_saltcorn_types.model-abstracts_abstract_plugin.PluginPack.html +1 -0
  961. package/docs/types/_saltcorn_types.model-abstracts_abstract_role.RoleCfg.html +1 -0
  962. package/docs/types/_saltcorn_types.model-abstracts_abstract_role.RolePack.html +1 -0
  963. package/docs/types/_saltcorn_types.model-abstracts_abstract_table.TableCfg.html +16 -0
  964. package/docs/types/_saltcorn_types.model-abstracts_abstract_table.TablePack.html +1 -0
  965. package/docs/types/_saltcorn_types.model-abstracts_abstract_tag.TagPack.html +3 -0
  966. package/docs/types/_saltcorn_types.model-abstracts_abstract_tag_entry.TagEntryPack.html +5 -0
  967. package/docs/types/_saltcorn_types.model-abstracts_abstract_trigger.TriggerCfg.html +13 -0
  968. package/docs/types/_saltcorn_types.model-abstracts_abstract_trigger.TriggerPack.html +1 -0
  969. package/docs/types/_saltcorn_types.model-abstracts_abstract_view.ViewCfg.html +15 -0
  970. package/docs/types/_saltcorn_types.model-abstracts_abstract_view.ViewPack.html +1 -0
  971. package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow.ConfigWorkflowStep.html +1 -0
  972. package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow.RunResult.html +11 -0
  973. package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow_run.WorkflowRunCfg.html +12 -0
  974. package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow_step.WorkflowStepCfg.html +9 -0
  975. package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow_step.WorkflowStepPack.html +1 -0
  976. package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow_trace.WorkflowTraceCfg.html +11 -0
  977. package/docs/variables/_saltcorn_admin-models..backup.create_backup.html +2 -0
  978. package/docs/variables/_saltcorn_admin-models..backup.create_csv_from_rows.html +1 -0
  979. package/docs/variables/_saltcorn_admin-models..backup.restore.html +2 -0
  980. package/docs/variables/_saltcorn_admin-models..pack.add_to_menu.html +2 -0
  981. package/docs/variables/_saltcorn_admin-models..pack.can_install_pack.html +2 -0
  982. package/docs/variables/_saltcorn_admin-models..pack.fetch_available_packs.html +2 -0
  983. package/docs/variables/_saltcorn_admin-models..pack.fetch_pack_by_name.html +2 -0
  984. package/docs/variables/_saltcorn_admin-models..pack.install_pack.html +1 -0
  985. package/docs/variables/_saltcorn_admin-models..pack.library_pack.html +2 -0
  986. package/docs/variables/_saltcorn_admin-models..pack.model_instance_pack.html +2 -0
  987. package/docs/variables/_saltcorn_admin-models..pack.model_pack.html +4 -0
  988. package/docs/variables/_saltcorn_admin-models..pack.page_group_pack.html +3 -0
  989. package/docs/variables/_saltcorn_admin-models..pack.page_pack.html +3 -0
  990. package/docs/variables/_saltcorn_admin-models..pack.plugin_pack.html +2 -0
  991. package/docs/variables/_saltcorn_admin-models..pack.role_pack.html +2 -0
  992. package/docs/variables/_saltcorn_admin-models..pack.table_pack.html +2 -0
  993. package/docs/variables/_saltcorn_admin-models..pack.trigger_pack.html +2 -0
  994. package/docs/variables/_saltcorn_admin-models..pack.uninstall_pack.html +2 -0
  995. package/docs/variables/_saltcorn_admin-models..pack.view_pack.html +2 -0
  996. package/docs/variables/_saltcorn_admin-models..tenant.copy_tenant_template.html +8 -0
  997. package/docs/variables/_saltcorn_admin-models..tenant.create_tenant.html +6 -0
  998. package/docs/variables/_saltcorn_admin-models..tenant.deleteTenant.html +7 -0
  999. package/docs/variables/_saltcorn_admin-models..tenant.domain_sanitize.html +6 -0
  1000. package/docs/variables/_saltcorn_admin-models..tenant.eachTenant.html +4 -0
  1001. package/docs/variables/_saltcorn_admin-models..tenant.getAllTenantRows.html +2 -0
  1002. package/docs/variables/_saltcorn_admin-models..tenant.getAllTenants.html +2 -0
  1003. package/docs/variables/_saltcorn_admin-models..tenant.insertTenant.html +10 -0
  1004. package/docs/variables/_saltcorn_admin-models..tenant.switchToTenant.html +7 -0
  1005. package/docs/variables/_saltcorn_admin-models.models_backup.export_.html +3 -0
  1006. package/docs/variables/_saltcorn_admin-models.pack.export_.html +19 -0
  1007. package/docs/variables/_saltcorn_admin-models.tenant.export_.html +37 -0
  1008. package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedFive.html +1 -0
  1009. package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedFour.html +1 -0
  1010. package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedOne.html +1 -0
  1011. package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedSix.html +1 -0
  1012. package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedThree.html +1 -0
  1013. package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedTwo.html +1 -0
  1014. package/docs/variables/_saltcorn_data..migrations.html +1 -0
  1015. package/docs/variables/_saltcorn_data..plugin_helper.run_action_column.html +1 -0
  1016. package/docs/variables/_saltcorn_data..utils.NotAuthorized.html +1 -0
  1017. package/docs/variables/_saltcorn_data..utils.isPushEnabled.html +1 -0
  1018. package/docs/variables/_saltcorn_data..utils.sleep.html +1 -0
  1019. package/docs/variables/_saltcorn_data.base-plugin_actions.export_.html +18 -0
  1020. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.radio_select.description.html +1 -0
  1021. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.radio_select.isEdit.html +1 -0
  1022. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.radio_select.type.html +1 -0
  1023. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.search_join_field.html +1 -0
  1024. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.search_or_create.blockDisplay.html +1 -0
  1025. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.search_or_create.description.html +1 -0
  1026. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.search_or_create.isEdit.html +1 -0
  1027. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.search_or_create.type.html +1 -0
  1028. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select.blockDisplay.html +1 -0
  1029. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select.configFields.html +1 -0
  1030. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select.description.html +1 -0
  1031. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select.isEdit.html +1 -0
  1032. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select.type.html +1 -0
  1033. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_by_code.html +1 -0
  1034. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_by_view.html +1 -0
  1035. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_from_table.blockDisplay.html +1 -0
  1036. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_from_table.configFields.html +1 -0
  1037. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_from_table.description.html +1 -0
  1038. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_from_table.isEdit.html +1 -0
  1039. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_from_table.type.html +1 -0
  1040. package/docs/variables/_saltcorn_data.base-plugin_fieldviews.two_level_select.html +1 -0
  1041. package/docs/variables/_saltcorn_data.base-plugin_fileview.export_.html +1 -0
  1042. package/docs/variables/_saltcorn_data.base-plugin_index.export_.html +1 -0
  1043. package/docs/variables/_saltcorn_data.base-plugin_types.bool.attributes.html +1 -0
  1044. package/docs/variables/_saltcorn_data.base-plugin_types.bool.description.html +1 -0
  1045. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.TrueFalse.description.html +1 -0
  1046. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.TrueFalse.isEdit.html +1 -0
  1047. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.checkboxes.description.html +1 -0
  1048. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.checkboxes.isEdit.html +1 -0
  1049. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.edit.configFields.html +1 -0
  1050. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.edit.description.html +1 -0
  1051. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.edit.isEdit.html +1 -0
  1052. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.show.description.html +1 -0
  1053. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.show.isEdit.html +1 -0
  1054. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.show_with_html.html +1 -0
  1055. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.switch.html +1 -0
  1056. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.tristate.configFields.html +1 -0
  1057. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.tristate.description.html +1 -0
  1058. package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.tristate.isEdit.html +1 -0
  1059. package/docs/variables/_saltcorn_data.base-plugin_types.bool.js_type.html +1 -0
  1060. package/docs/variables/_saltcorn_data.base-plugin_types.bool.name.html +1 -0
  1061. package/docs/variables/_saltcorn_data.base-plugin_types.bool.sql_name.html +1 -0
  1062. package/docs/variables/_saltcorn_data.base-plugin_types.color.attributes.html +1 -0
  1063. package/docs/variables/_saltcorn_data.base-plugin_types.color.description.html +1 -0
  1064. package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.edit.blockDisplay.html +1 -0
  1065. package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.edit.description.html +1 -0
  1066. package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.edit.isEdit.html +1 -0
  1067. package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.show.description.html +1 -0
  1068. package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.show.isEdit.html +1 -0
  1069. package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.show_with_html.html +1 -0
  1070. package/docs/variables/_saltcorn_data.base-plugin_types.color.js_type.html +1 -0
  1071. package/docs/variables/_saltcorn_data.base-plugin_types.color.name.html +1 -0
  1072. package/docs/variables/_saltcorn_data.base-plugin_types.color.sql_name.html +1 -0
  1073. package/docs/variables/_saltcorn_data.base-plugin_types.date.attributes.html +1 -0
  1074. package/docs/variables/_saltcorn_data.base-plugin_types.date.description.html +1 -0
  1075. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.edit.blockDisplay.html +1 -0
  1076. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.edit.description.html +1 -0
  1077. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.edit.isEdit.html +1 -0
  1078. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.editDay.blockDisplay.html +1 -0
  1079. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.editDay.description.html +1 -0
  1080. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.editDay.isEdit.html +1 -0
  1081. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.format.configFields.html +1 -0
  1082. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.format.description.html +1 -0
  1083. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.format.isEdit.html +1 -0
  1084. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.relative.description.html +1 -0
  1085. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.relative.isEdit.html +1 -0
  1086. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.show.description.html +1 -0
  1087. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.show.isEdit.html +1 -0
  1088. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.showDay.description.html +1 -0
  1089. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.showDay.isEdit.html +1 -0
  1090. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.show_with_html.html +1 -0
  1091. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.yearsAgo.description.html +1 -0
  1092. package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.yearsAgo.isEdit.html +1 -0
  1093. package/docs/variables/_saltcorn_data.base-plugin_types.date.js_type.html +1 -0
  1094. package/docs/variables/_saltcorn_data.base-plugin_types.date.name.html +1 -0
  1095. package/docs/variables/_saltcorn_data.base-plugin_types.date.sql_name.html +1 -0
  1096. package/docs/variables/_saltcorn_data.base-plugin_types.float.attributes.html +1 -0
  1097. package/docs/variables/_saltcorn_data.base-plugin_types.float.description.html +1 -0
  1098. package/docs/variables/_saltcorn_data.base-plugin_types.float.distance_operators.html +1 -0
  1099. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.above_input.html +1 -0
  1100. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.below_input.html +1 -0
  1101. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.edit.blockDisplay.html +1 -0
  1102. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.edit.configFields.html +1 -0
  1103. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.edit.description.html +1 -0
  1104. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.edit.isEdit.html +1 -0
  1105. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.heat_cell.html +1 -0
  1106. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.number_slider.html +1 -0
  1107. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.progress_bar.html +1 -0
  1108. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.range_interval.html +1 -0
  1109. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.show.description.html +1 -0
  1110. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.show.isEdit.html +1 -0
  1111. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.show_with_html.html +1 -0
  1112. package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.to_locale_string.html +1 -0
  1113. package/docs/variables/_saltcorn_data.base-plugin_types.float.js_type.html +1 -0
  1114. package/docs/variables/_saltcorn_data.base-plugin_types.float.name.html +1 -0
  1115. package/docs/variables/_saltcorn_data.base-plugin_types.float.sql_name.html +1 -0
  1116. package/docs/variables/_saltcorn_data.base-plugin_types.int.attributes.html +1 -0
  1117. package/docs/variables/_saltcorn_data.base-plugin_types.int.description.html +1 -0
  1118. package/docs/variables/_saltcorn_data.base-plugin_types.int.distance_operators.near.html +1 -0
  1119. package/docs/variables/_saltcorn_data.base-plugin_types.int.fieldviews.html +3 -0
  1120. package/docs/variables/_saltcorn_data.base-plugin_types.int.js_type.html +1 -0
  1121. package/docs/variables/_saltcorn_data.base-plugin_types.int.name.html +1 -0
  1122. package/docs/variables/_saltcorn_data.base-plugin_types.int.primaryKey.html +1 -0
  1123. package/docs/variables/_saltcorn_data.base-plugin_types.int.sql_name.html +1 -0
  1124. package/docs/variables/_saltcorn_data.base-plugin_types.string.description.html +1 -0
  1125. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_header.description.html +1 -0
  1126. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_header.isEdit.html +1 -0
  1127. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_link.configFields.html +1 -0
  1128. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_link.description.html +1 -0
  1129. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_link.isEdit.html +1 -0
  1130. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_text.description.html +1 -0
  1131. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_text.isEdit.html +1 -0
  1132. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.checkbox_group.html +1 -0
  1133. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.code.html +1 -0
  1134. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.code_editor.html +1 -0
  1135. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.edit.blockDisplay.html +1 -0
  1136. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.edit.description.html +1 -0
  1137. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.edit.isEdit.html +1 -0
  1138. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.ellipsize.html +1 -0
  1139. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.fill_formula_btn.html +1 -0
  1140. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.img_from_url.description.html +1 -0
  1141. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.img_from_url.isEdit.html +1 -0
  1142. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.make_unique.html +1 -0
  1143. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.monospace_block.html +1 -0
  1144. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.password.blockDisplay.html +1 -0
  1145. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.password.configFields.html +1 -0
  1146. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.password.description.html +1 -0
  1147. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.password.isEdit.html +1 -0
  1148. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.preFormatted.html +1 -0
  1149. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.radio_group.configFields.html +1 -0
  1150. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.radio_group.description.html +1 -0
  1151. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.radio_group.isEdit.html +1 -0
  1152. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.select_by_code.html +1 -0
  1153. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.show_with_html.html +1 -0
  1154. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.blockDisplay.html +1 -0
  1155. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.configFields.html +1 -0
  1156. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.description.html +1 -0
  1157. package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.isEdit.html +1 -0
  1158. package/docs/variables/_saltcorn_data.base-plugin_types.string.js_type.html +1 -0
  1159. package/docs/variables/_saltcorn_data.base-plugin_types.string.name.html +1 -0
  1160. package/docs/variables/_saltcorn_data.base-plugin_types.string.sql_name.html +1 -0
  1161. package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_edit.export_.html +1 -0
  1162. package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_feed.export_.html +1 -0
  1163. package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_filter.export_.html +1 -0
  1164. package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_list.export_.html +1 -0
  1165. package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_listshowlist.export_.html +1 -0
  1166. package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_room.export_-1.html +1 -0
  1167. package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_room.export_.html +1 -0
  1168. package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_show.export_.html +1 -0
  1169. package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.edit_build_in_actions.html +1 -0
  1170. package/docs/variables/_saltcorn_data.contract.fieldlike.html +1 -0
  1171. package/docs/variables/_saltcorn_data.contract.is_column.html +1 -0
  1172. package/docs/variables/_saltcorn_data.contract.is_header.html +1 -0
  1173. package/docs/variables/_saltcorn_data.contract.is_pack.html +1 -0
  1174. package/docs/variables/_saltcorn_data.contract.is_plugin.html +1 -0
  1175. package/docs/variables/_saltcorn_data.contract.is_plugin_layout.html +1 -0
  1176. package/docs/variables/_saltcorn_data.contract.is_plugin_type.html +1 -0
  1177. package/docs/variables/_saltcorn_data.contract.is_plugin_wrap.html +1 -0
  1178. package/docs/variables/_saltcorn_data.contract.is_plugin_wrap_arg.html +1 -0
  1179. package/docs/variables/_saltcorn_data.contract.is_table_query.html +1 -0
  1180. package/docs/variables/_saltcorn_data.contract.is_tablely.html +1 -0
  1181. package/docs/variables/_saltcorn_data.contract.is_viewtemplate.html +1 -0
  1182. package/docs/variables/_saltcorn_data.db_connect.export_.html +16 -0
  1183. package/docs/variables/_saltcorn_data.db_fa5-icons.default.html +1 -0
  1184. package/docs/variables/_saltcorn_data.db_fixtures.export_.html +1 -0
  1185. package/docs/variables/_saltcorn_data.db_index.export_.html +1 -0
  1186. package/docs/variables/_saltcorn_data.db_state.export_.html +12 -0
  1187. package/docs/variables/_saltcorn_data.migrations_202005141503.sql.html +1 -0
  1188. package/docs/variables/_saltcorn_data.migrations_202005241712.sql.html +1 -0
  1189. package/docs/variables/_saltcorn_data.migrations_202005251037.sql.html +1 -0
  1190. package/docs/variables/_saltcorn_data.migrations_202005282134.sql.html +1 -0
  1191. package/docs/variables/_saltcorn_data.migrations_202006022156.sql.html +1 -0
  1192. package/docs/variables/_saltcorn_data.migrations_202006051507.sql.html +1 -0
  1193. package/docs/variables/_saltcorn_data.migrations_202006240906.sql.html +1 -0
  1194. package/docs/variables/_saltcorn_data.migrations_202007091707.sql.html +1 -0
  1195. package/docs/variables/_saltcorn_data.migrations_202007202144.sql.html +1 -0
  1196. package/docs/variables/_saltcorn_data.migrations_202008031500.sql.html +1 -0
  1197. package/docs/variables/_saltcorn_data.migrations_202008051415.sql.html +1 -0
  1198. package/docs/variables/_saltcorn_data.migrations_202008121149.sql_pg.html +1 -0
  1199. package/docs/variables/_saltcorn_data.migrations_202008121149.sql_sqlite.html +1 -0
  1200. package/docs/variables/_saltcorn_data.migrations_202009112140.sql_pg.html +1 -0
  1201. package/docs/variables/_saltcorn_data.migrations_202009112140.sql_sqlite.html +1 -0
  1202. package/docs/variables/_saltcorn_data.migrations_202009181655.sql.html +1 -0
  1203. package/docs/variables/_saltcorn_data.migrations_202009221105.sql.html +1 -0
  1204. package/docs/variables/_saltcorn_data.migrations_202009231331.sql.html +1 -0
  1205. package/docs/variables/_saltcorn_data.migrations_202009301531.sql.html +1 -0
  1206. package/docs/variables/_saltcorn_data.migrations_202010231444.sql.html +1 -0
  1207. package/docs/variables/_saltcorn_data.migrations_202010251412.sql.html +1 -0
  1208. package/docs/variables/_saltcorn_data.migrations_202011021749.sql.html +1 -0
  1209. package/docs/variables/_saltcorn_data.migrations_202011051353.sql.html +1 -0
  1210. package/docs/variables/_saltcorn_data.migrations_202011111127.sql.html +1 -0
  1211. package/docs/variables/_saltcorn_data.migrations_202012011203.sql.html +1 -0
  1212. package/docs/variables/_saltcorn_data.migrations_202012100841.sql.html +1 -0
  1213. package/docs/variables/_saltcorn_data.migrations_202012281835.sql.html +1 -0
  1214. package/docs/variables/_saltcorn_data.migrations_202101061051.sql.html +1 -0
  1215. package/docs/variables/_saltcorn_data.migrations_202101141128.sql.html +1 -0
  1216. package/docs/variables/_saltcorn_data.migrations_202102091312.sql.html +1 -0
  1217. package/docs/variables/_saltcorn_data.migrations_202102101624.sql.html +1 -0
  1218. package/docs/variables/_saltcorn_data.migrations_202102172148.sql.html +1 -0
  1219. package/docs/variables/_saltcorn_data.migrations_202102261650.sql.html +1 -0
  1220. package/docs/variables/_saltcorn_data.migrations_202106102347.sql.html +1 -0
  1221. package/docs/variables/_saltcorn_data.migrations_202106112120.sql.html +1 -0
  1222. package/docs/variables/_saltcorn_data.migrations_202106120012.sql.html +1 -0
  1223. package/docs/variables/_saltcorn_data.migrations_202106120220.sql.html +1 -0
  1224. package/docs/variables/_saltcorn_data.migrations_202106121701.sql.html +1 -0
  1225. package/docs/variables/_saltcorn_data.migrations_202106121703.sql_pg.html +1 -0
  1226. package/docs/variables/_saltcorn_data.migrations_202106121703.sql_sqlite.html +1 -0
  1227. package/docs/variables/_saltcorn_data.migrations_202106251126.sql.html +1 -0
  1228. package/docs/variables/_saltcorn_data.migrations_202107281619.sql.html +1 -0
  1229. package/docs/variables/_saltcorn_data.migrations_202107302158.sql_pg.html +1 -0
  1230. package/docs/variables/_saltcorn_data.migrations_202107302158.sql_sqlite.html +1 -0
  1231. package/docs/variables/_saltcorn_data.migrations_202108022257.sql.html +1 -0
  1232. package/docs/variables/_saltcorn_data.migrations_202109201624.sql.html +1 -0
  1233. package/docs/variables/_saltcorn_data.migrations_202109301031.sql_pg.html +1 -0
  1234. package/docs/variables/_saltcorn_data.migrations_202109301031.sql_sqlite.html +1 -0
  1235. package/docs/variables/_saltcorn_data.migrations_202111290253.sql_pg.html +1 -0
  1236. package/docs/variables/_saltcorn_data.migrations_202111290253.sql_sqlite.html +1 -0
  1237. package/docs/variables/_saltcorn_data.migrations_202112282254.sql_pg.html +1 -0
  1238. package/docs/variables/_saltcorn_data.migrations_202112282254.sql_sqlite.html +1 -0
  1239. package/docs/variables/_saltcorn_data.migrations_202207022002.sql.html +1 -0
  1240. package/docs/variables/_saltcorn_data.migrations_202207252150.sql_pg.html +1 -0
  1241. package/docs/variables/_saltcorn_data.migrations_202207252150.sql_sqlite.html +1 -0
  1242. package/docs/variables/_saltcorn_data.migrations_202207261221.sql.html +1 -0
  1243. package/docs/variables/_saltcorn_data.migrations_202208101144.sql_pg.html +1 -0
  1244. package/docs/variables/_saltcorn_data.migrations_202208101144.sql_sqlite.html +1 -0
  1245. package/docs/variables/_saltcorn_data.migrations_202211040031.sql.html +1 -0
  1246. package/docs/variables/_saltcorn_data.migrations_202212112152.sql_pg.html +1 -0
  1247. package/docs/variables/_saltcorn_data.migrations_202212112152.sql_sqlite.html +1 -0
  1248. package/docs/variables/_saltcorn_data.migrations_202301130917.sql.html +1 -0
  1249. package/docs/variables/_saltcorn_data.migrations_202303201126.sql_pg.html +1 -0
  1250. package/docs/variables/_saltcorn_data.migrations_202303201126.sql_sqlite.html +1 -0
  1251. package/docs/variables/_saltcorn_data.migrations_202303221944.sql_pg.html +1 -0
  1252. package/docs/variables/_saltcorn_data.migrations_202303221944.sql_sqlite.html +1 -0
  1253. package/docs/variables/_saltcorn_data.migrations_202304281224.sql.html +1 -0
  1254. package/docs/variables/_saltcorn_data.migrations_202305031518.sql_pg.html +1 -0
  1255. package/docs/variables/_saltcorn_data.migrations_202305031518.sql_sqlite.html +1 -0
  1256. package/docs/variables/_saltcorn_data.migrations_202308211648.sql.html +1 -0
  1257. package/docs/variables/_saltcorn_data.migrations_202311011755.sql_pg.html +1 -0
  1258. package/docs/variables/_saltcorn_data.migrations_202311011755.sql_sqlite.html +1 -0
  1259. package/docs/variables/_saltcorn_data.migrations_202311231356.sql.html +1 -0
  1260. package/docs/variables/_saltcorn_data.migrations_202402071125.sql.html +1 -0
  1261. package/docs/variables/_saltcorn_data.migrations_202406260915.sql.html +1 -0
  1262. package/docs/variables/_saltcorn_data.migrations_202412051957.sql_pg.html +1 -0
  1263. package/docs/variables/_saltcorn_data.migrations_202412051957.sql_sqlite.html +1 -0
  1264. package/docs/variables/_saltcorn_data.migrations_202412111526.sql_pg.html +1 -0
  1265. package/docs/variables/_saltcorn_data.migrations_202412111526.sql_sqlite.html +1 -0
  1266. package/docs/variables/_saltcorn_data.migrations_202501081226.sql_pg.html +1 -0
  1267. package/docs/variables/_saltcorn_data.migrations_202501081226.sql_sqlite.html +1 -0
  1268. package/docs/variables/_saltcorn_data.migrations_202501201239.sql_sqlite.html +1 -0
  1269. package/docs/variables/_saltcorn_data.migrations_202501262157.sql.html +1 -0
  1270. package/docs/variables/_saltcorn_data.migrations_202503071353.sql_pg.html +1 -0
  1271. package/docs/variables/_saltcorn_data.migrations_202506050958.sql.html +1 -0
  1272. package/docs/variables/_saltcorn_data.mobile-mocks_saltcorn_html-pdf-node.export_.html +1 -0
  1273. package/docs/variables/_saltcorn_data.models_config.export_.html +10 -0
  1274. package/docs/variables/_saltcorn_data.models_discovery.export_.html +8 -0
  1275. package/docs/variables/_saltcorn_data.models_email.export_.html +4 -0
  1276. package/docs/variables/_saltcorn_data.models_expression.export_.html +4 -0
  1277. package/docs/variables/_saltcorn_data.models_index.config.available_languages.html +1 -0
  1278. package/docs/variables/_saltcorn_data.models_index.config.check_email_mask.html +2 -0
  1279. package/docs/variables/_saltcorn_data.models_index.config.configTypes.html +1 -0
  1280. package/docs/variables/_saltcorn_data.models_index.config.deleteConfig.html +2 -0
  1281. package/docs/variables/_saltcorn_data.models_index.config.getAllConfig.html +2 -0
  1282. package/docs/variables/_saltcorn_data.models_index.config.getConfig.html +2 -0
  1283. package/docs/variables/_saltcorn_data.models_index.config.get_base_url.html +2 -0
  1284. package/docs/variables/_saltcorn_data.models_index.config.get_latest_npm_version.html +2 -0
  1285. package/docs/variables/_saltcorn_data.models_index.config.remove_from_menu.html +2 -0
  1286. package/docs/variables/_saltcorn_data.models_index.config.save_menu_items.html +1 -0
  1287. package/docs/variables/_saltcorn_data.models_index.config.setConfig.html +2 -0
  1288. package/docs/variables/_saltcorn_data.models_index.discovery.discover_tables.html +4 -0
  1289. package/docs/variables/_saltcorn_data.models_index.discovery.discoverable_tables.html +6 -0
  1290. package/docs/variables/_saltcorn_data.models_index.discovery.findType.html +4 -0
  1291. package/docs/variables/_saltcorn_data.models_index.discovery.get_existing_views.html +4 -0
  1292. package/docs/variables/_saltcorn_data.models_index.discovery.implement_discovery.html +3 -0
  1293. package/docs/variables/_saltcorn_data.models_index.email.getMailTransport.html +1 -0
  1294. package/docs/variables/_saltcorn_data.models_index.email.send_verification_email.html +2 -0
  1295. package/docs/variables/_saltcorn_data.models_index.email.viewToEmailHtml.html +5 -0
  1296. package/docs/variables/_saltcorn_data.models_index.expression.apply_calculated_fields.html +1 -0
  1297. package/docs/variables/_saltcorn_data.models_index.expression.apply_calculated_fields_stored.html +1 -0
  1298. package/docs/variables/_saltcorn_data.models_index.expression.eval_expression.html +1 -0
  1299. package/docs/variables/_saltcorn_data.models_index.expression.expressionValidator.html +1 -0
  1300. package/docs/variables/_saltcorn_data.models_index.expression.get_async_expression_function.html +1 -0
  1301. package/docs/variables/_saltcorn_data.models_index.expression.get_expression_function.html +1 -0
  1302. package/docs/variables/_saltcorn_data.models_index.expression.jsexprToWhere.html +1 -0
  1303. package/docs/variables/_saltcorn_data.models_index.expression.recalculate_for_stored.html +3 -0
  1304. package/docs/variables/_saltcorn_data.models_index.expression.transform_for_async.html +1 -0
  1305. package/docs/variables/_saltcorn_data.models_index.layout.eachView.html +2 -0
  1306. package/docs/variables/_saltcorn_data.models_index.layout.getStringsForI18n.html +1 -0
  1307. package/docs/variables/_saltcorn_data.models_index.layout.getViews.html +1 -0
  1308. package/docs/variables/_saltcorn_data.models_index.layout.translateLayout.html +1 -0
  1309. package/docs/variables/_saltcorn_data.models_index.layout.traverse.html +1 -0
  1310. package/docs/variables/_saltcorn_data.models_index.layout.traverseSync.html +1 -0
  1311. package/docs/variables/_saltcorn_data.models_index.random.all_views.html +2 -0
  1312. package/docs/variables/_saltcorn_data.models_index.random.fill_table_row.html +2 -0
  1313. package/docs/variables/_saltcorn_data.models_index.random.initial_view.html +2 -0
  1314. package/docs/variables/_saltcorn_data.models_index.random.random_table.html +1 -0
  1315. package/docs/variables/_saltcorn_data.models_index.scheduler.runScheduler.html +1 -0
  1316. package/docs/variables/_saltcorn_data.models_layout.export_.html +3 -0
  1317. package/docs/variables/_saltcorn_data.models_random.export_.html +4 -0
  1318. package/docs/variables/_saltcorn_data.models_scheduler.export_.html +1 -0
  1319. package/docs/variables/_saltcorn_data.plugin-helper.add_free_variables_to_joinfields.html +2 -0
  1320. package/docs/variables/_saltcorn_data.plugin-helper.sqlBinOp.html +1 -0
  1321. package/docs/variables/_saltcorn_data.plugin-helper.sqlFun.html +1 -0
  1322. package/docs/variables/_saltcorn_data.tests_mocks.export_.html +1 -0
  1323. package/docs/variables/_saltcorn_data.tests_remote_query_helper.renderEditInEditConfig.html +1 -0
  1324. package/docs/variables/_saltcorn_data.utils.export_.html +16 -0
  1325. package/docs/variables/_saltcorn_data.web-mobile-commons.export_.html +7 -0
  1326. package/docs/variables/_saltcorn_db-common.multi-tenant.tenantNamespace.html +1 -0
  1327. package/docs/variables/_saltcorn_db-common.tenants.export_.html +2 -0
  1328. package/docs/variables/_saltcorn_markup..export_.html +3 -0
  1329. package/docs/variables/_saltcorn_markup.builder.export_.html +1 -0
  1330. package/docs/variables/_saltcorn_markup.emergency_layout.export_.html +1 -0
  1331. package/docs/variables/_saltcorn_markup.form.export_.html +1 -0
  1332. package/docs/variables/_saltcorn_markup.helpers.export_.html +2 -0
  1333. package/docs/variables/_saltcorn_markup.layout.export_-1.html +1 -0
  1334. package/docs/variables/_saltcorn_markup.layout.export_.html +1 -0
  1335. package/docs/variables/_saltcorn_markup.layout_utils.export_.html +4 -0
  1336. package/docs/variables/_saltcorn_markup.mjml-layout.export_.html +1 -0
  1337. package/docs/variables/_saltcorn_markup.mjml-tags.export_.html +1 -0
  1338. package/docs/variables/_saltcorn_markup.table.export_.html +1 -0
  1339. package/docs/variables/_saltcorn_markup.tags.export_.html +1 -0
  1340. package/docs/variables/_saltcorn_sqlite-mobile.index.slugify.html +4 -0
  1341. package/docs/variables/_saltcorn_sqlite-mobile.index.tryCatchInTransaction.html +5 -0
  1342. package/docs/variables/_saltcorn_sqlite-mobile.index.withTransaction.html +5 -0
  1343. package/docs/variables/_saltcorn_sqlite..slugify.html +4 -0
  1344. package/docs/variables/_saltcorn_sqlite..tryCatchInTransaction.html +5 -0
  1345. package/docs/variables/_saltcorn_sqlite..withTransaction.html +5 -0
  1346. package/docs/variables/_saltcorn_types..generators.generateBool.html +1 -0
  1347. package/docs/variables/_saltcorn_types..generators.generateString.html +1 -0
  1348. package/docs/variables/_saltcorn_types..generators.num_between.html +1 -0
  1349. package/docs/variables/_saltcorn_types..generators.oneOf.html +1 -0
  1350. package/docs/variables/_saltcorn_types.generators.export_.html +1 -0
  1351. package/help/Entry point by role.tmd +1 -0
  1352. package/help/Extra state formula.tmd +5 -1
  1353. package/locales/en.json +8 -1
  1354. package/package.json +9 -9
  1355. package/public/saltcorn-common.js +23 -4
  1356. package/public/saltcorn.css +43 -0
  1357. package/public/saltcorn.js +63 -6
  1358. package/routes/admin.js +257 -140
  1359. package/routes/common_lists.js +5 -0
  1360. package/routes/tables.js +2 -2
  1361. package/serve.js +77 -35
  1362. package/tests/admin.test.js +3 -3
  1363. package/tests/auth.test.js +5 -1
  1364. package/tests/viewedit.test.js +2 -0
  1365. package/wrapper.js +15 -3
  1366. package/docs/classes/_saltcorn_common_code.Relation.html +0 -184
  1367. package/docs/classes/_saltcorn_common_code.RelationsFinder.html +0 -182
  1368. package/docs/classes/_saltcorn_data.models.Crash.html +0 -310
  1369. package/docs/classes/_saltcorn_data.models.EventLog-1.html +0 -345
  1370. package/docs/classes/_saltcorn_data.models.Field.html +0 -980
  1371. package/docs/classes/_saltcorn_data.models.FieldRepeat.html +0 -287
  1372. package/docs/classes/_saltcorn_data.models.File-1.html +0 -876
  1373. package/docs/classes/_saltcorn_data.models.Form-1.html +0 -497
  1374. package/docs/classes/_saltcorn_data.models.Library.html +0 -290
  1375. package/docs/classes/_saltcorn_data.models.Page.html +0 -422
  1376. package/docs/classes/_saltcorn_data.models.PageGroup-1.html +0 -490
  1377. package/docs/classes/_saltcorn_data.models.Plugin.html +0 -409
  1378. package/docs/classes/_saltcorn_data.models.Role.html +0 -249
  1379. package/docs/classes/_saltcorn_data.models.Table-1.html +0 -1839
  1380. package/docs/classes/_saltcorn_data.models.TableConstraint.html +0 -297
  1381. package/docs/classes/_saltcorn_data.models.Trigger.html +0 -730
  1382. package/docs/classes/_saltcorn_data.models.User.html +0 -839
  1383. package/docs/classes/_saltcorn_data.models.View-1.html +0 -937
  1384. package/docs/classes/_saltcorn_data.models.Workflow.html +0 -388
  1385. package/docs/classes/_saltcorn_data.models.WorkflowRun.html +0 -545
  1386. package/docs/classes/_saltcorn_data.models.WorkflowStep.html +0 -431
  1387. package/docs/classes/_saltcorn_data.models.WorkflowTrace.html +0 -313
  1388. package/docs/classes/_saltcorn_mobile_builder.MobileBuilder.html +0 -356
  1389. package/docs/enums/_saltcorn_common_code.RelationType.html +0 -115
  1390. package/docs/enums/_saltcorn_common_code.ViewDisplayType.html +0 -94
  1391. package/docs/functions/_saltcorn_admin_models.backup.create_backup.html +0 -76
  1392. package/docs/functions/_saltcorn_admin_models.backup.create_csv_from_rows.html +0 -77
  1393. package/docs/functions/_saltcorn_admin_models.backup.restore.html +0 -95
  1394. package/docs/functions/_saltcorn_admin_models.pack.add_to_menu.html +0 -100
  1395. package/docs/functions/_saltcorn_admin_models.pack.can_install_pack.html +0 -89
  1396. package/docs/functions/_saltcorn_admin_models.pack.fetch_available_packs.html +0 -83
  1397. package/docs/functions/_saltcorn_admin_models.pack.fetch_pack_by_name.html +0 -90
  1398. package/docs/functions/_saltcorn_admin_models.pack.install_pack.html +0 -107
  1399. package/docs/functions/_saltcorn_admin_models.pack.library_pack.html +0 -90
  1400. package/docs/functions/_saltcorn_admin_models.pack.model_instance_pack.html +0 -95
  1401. package/docs/functions/_saltcorn_admin_models.pack.model_pack.html +0 -96
  1402. package/docs/functions/_saltcorn_admin_models.pack.page_group_pack.html +0 -91
  1403. package/docs/functions/_saltcorn_admin_models.pack.page_pack.html +0 -91
  1404. package/docs/functions/_saltcorn_admin_models.pack.plugin_pack.html +0 -89
  1405. package/docs/functions/_saltcorn_admin_models.pack.role_pack.html +0 -90
  1406. package/docs/functions/_saltcorn_admin_models.pack.table_pack.html +0 -90
  1407. package/docs/functions/_saltcorn_admin_models.pack.trigger_pack.html +0 -89
  1408. package/docs/functions/_saltcorn_admin_models.pack.uninstall_pack.html +0 -92
  1409. package/docs/functions/_saltcorn_admin_models.pack.view_pack.html +0 -89
  1410. package/docs/functions/_saltcorn_admin_models.tenant.copy_tenant_template.html +0 -105
  1411. package/docs/functions/_saltcorn_admin_models.tenant.create_tenant.html +0 -107
  1412. package/docs/functions/_saltcorn_admin_models.tenant.deleteTenant.html +0 -88
  1413. package/docs/functions/_saltcorn_admin_models.tenant.domain_sanitize.html +0 -87
  1414. package/docs/functions/_saltcorn_admin_models.tenant.eachTenant.html +0 -91
  1415. package/docs/functions/_saltcorn_admin_models.tenant.getAllTenantRows.html +0 -77
  1416. package/docs/functions/_saltcorn_admin_models.tenant.getAllTenants.html +0 -77
  1417. package/docs/functions/_saltcorn_admin_models.tenant.insertTenant.html +0 -103
  1418. package/docs/functions/_saltcorn_admin_models.tenant.switchToTenant.html +0 -92
  1419. package/docs/functions/_saltcorn_common_code.buildTableCaches.html +0 -81
  1420. package/docs/functions/_saltcorn_common_code.parseLegacyRelation.html +0 -77
  1421. package/docs/functions/_saltcorn_common_code.parseRelationPath.html +0 -76
  1422. package/docs/functions/_saltcorn_data.models.config.check_email_mask.html +0 -126
  1423. package/docs/functions/_saltcorn_data.models.config.deleteConfig.html +0 -126
  1424. package/docs/functions/_saltcorn_data.models.config.getAllConfig.html +0 -120
  1425. package/docs/functions/_saltcorn_data.models.config.getConfig.html +0 -129
  1426. package/docs/functions/_saltcorn_data.models.config.get_base_url.html +0 -125
  1427. package/docs/functions/_saltcorn_data.models.config.get_latest_npm_version.html +0 -127
  1428. package/docs/functions/_saltcorn_data.models.config.remove_from_menu.html +0 -126
  1429. package/docs/functions/_saltcorn_data.models.config.save_menu_items.html +0 -121
  1430. package/docs/functions/_saltcorn_data.models.config.setConfig.html +0 -129
  1431. package/docs/functions/_saltcorn_data.models.discovery.discover_tables.html +0 -126
  1432. package/docs/functions/_saltcorn_data.models.discovery.discoverable_tables.html +0 -124
  1433. package/docs/functions/_saltcorn_data.models.discovery.findType.html +0 -122
  1434. package/docs/functions/_saltcorn_data.models.discovery.get_existing_views.html +0 -122
  1435. package/docs/functions/_saltcorn_data.models.discovery.implement_discovery.html +0 -124
  1436. package/docs/functions/_saltcorn_data.models.email.getMailTransport.html +0 -109
  1437. package/docs/functions/_saltcorn_data.models.email.send_verification_email.html +0 -125
  1438. package/docs/functions/_saltcorn_data.models.email.viewToEmailHtml.html +0 -130
  1439. package/docs/functions/_saltcorn_data.models.expression.apply_calculated_fields.html +0 -126
  1440. package/docs/functions/_saltcorn_data.models.expression.apply_calculated_fields_stored.html +0 -126
  1441. package/docs/functions/_saltcorn_data.models.expression.eval_expression.html +0 -127
  1442. package/docs/functions/_saltcorn_data.models.expression.expressionValidator.html +0 -121
  1443. package/docs/functions/_saltcorn_data.models.expression.get_async_expression_function.html +0 -127
  1444. package/docs/functions/_saltcorn_data.models.expression.get_expression_function.html +0 -124
  1445. package/docs/functions/_saltcorn_data.models.expression.jsexprToWhere.html +0 -126
  1446. package/docs/functions/_saltcorn_data.models.expression.recalculate_for_stored.html +0 -127
  1447. package/docs/functions/_saltcorn_data.models.expression.transform_for_async.html +0 -129
  1448. package/docs/functions/_saltcorn_data.models.layout.eachView.html +0 -123
  1449. package/docs/functions/_saltcorn_data.models.layout.getStringsForI18n.html +0 -118
  1450. package/docs/functions/_saltcorn_data.models.layout.getViews.html +0 -118
  1451. package/docs/functions/_saltcorn_data.models.layout.translateLayout.html +0 -121
  1452. package/docs/functions/_saltcorn_data.models.layout.traverse.html +0 -121
  1453. package/docs/functions/_saltcorn_data.models.layout.traverseSync.html +0 -121
  1454. package/docs/functions/_saltcorn_data.models.random.all_views.html +0 -118
  1455. package/docs/functions/_saltcorn_data.models.random.fill_table_row.html +0 -118
  1456. package/docs/functions/_saltcorn_data.models.random.initial_view.html +0 -121
  1457. package/docs/functions/_saltcorn_data.models.random.random_table.html +0 -115
  1458. package/docs/functions/_saltcorn_db_common.buildInsertBulkSql.html +0 -133
  1459. package/docs/functions/_saltcorn_db_common.buildInsertSql.html +0 -134
  1460. package/docs/functions/_saltcorn_db_common.commitAndBeginNewTransaction.html +0 -103
  1461. package/docs/functions/_saltcorn_db_common.doCount.html +0 -116
  1462. package/docs/functions/_saltcorn_db_common.doDeleteWhere.html +0 -116
  1463. package/docs/functions/_saltcorn_db_common.doListScTables.html +0 -110
  1464. package/docs/functions/_saltcorn_db_common.doListTables.html +0 -110
  1465. package/docs/functions/_saltcorn_db_common.doListUserDefinedTables.html +0 -110
  1466. package/docs/functions/_saltcorn_db_common.do_add_index.html +0 -126
  1467. package/docs/functions/_saltcorn_db_common.do_drop_index.html +0 -126
  1468. package/docs/functions/_saltcorn_db_common.ftsFieldsSqlExpr.html +0 -112
  1469. package/docs/functions/_saltcorn_db_common.mkSelectOptions.html +0 -114
  1470. package/docs/functions/_saltcorn_db_common.mkVal.html +0 -111
  1471. package/docs/functions/_saltcorn_db_common.mkWhere.html +0 -116
  1472. package/docs/functions/_saltcorn_db_common.multi_tenant.enable_multi_tenant.html +0 -115
  1473. package/docs/functions/_saltcorn_db_common.multi_tenant.getRequestContext.html +0 -114
  1474. package/docs/functions/_saltcorn_db_common.multi_tenant.getTenantSchema.html +0 -117
  1475. package/docs/functions/_saltcorn_db_common.multi_tenant.init.html +0 -123
  1476. package/docs/functions/_saltcorn_db_common.multi_tenant.is_it_multi_tenant.html +0 -117
  1477. package/docs/functions/_saltcorn_db_common.multi_tenant.runWithTenant.html +0 -136
  1478. package/docs/functions/_saltcorn_db_common.orderByIsObject.html +0 -108
  1479. package/docs/functions/_saltcorn_db_common.orderByIsOperator.html +0 -108
  1480. package/docs/functions/_saltcorn_db_common.prefixFieldsInWhere.html +0 -110
  1481. package/docs/functions/_saltcorn_db_common.reprAsJson.html +0 -113
  1482. package/docs/functions/_saltcorn_db_common.slugify.html +0 -115
  1483. package/docs/functions/_saltcorn_db_common.sqlBinOp.html +0 -117
  1484. package/docs/functions/_saltcorn_db_common.sqlFun.html +0 -117
  1485. package/docs/functions/_saltcorn_db_common.sqlsanitize.html +0 -114
  1486. package/docs/functions/_saltcorn_db_common.sqlsanitizeAllowDots.html +0 -116
  1487. package/docs/functions/_saltcorn_db_common.subSelectWhere.html +0 -139
  1488. package/docs/functions/_saltcorn_db_common.tryCatchInTransaction.html +0 -120
  1489. package/docs/functions/_saltcorn_db_common.withTransaction.html +0 -120
  1490. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.androidFeatures.html +0 -95
  1491. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.androidPermissions.html +0 -95
  1492. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.buildTablesFile.html +0 -112
  1493. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copyPrepopulatedDb.html +0 -102
  1494. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copyServerFiles.html +0 -106
  1495. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copyShareExtFiles.html +0 -100
  1496. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copySiteLogo.html +0 -104
  1497. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copyTranslationFiles.html +0 -106
  1498. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.createSqliteDb.html +0 -107
  1499. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.decodeProvisioningProfile.html +0 -102
  1500. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.extractDomain.html +0 -100
  1501. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.generateAndroidVersionCode.html +0 -100
  1502. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyAndroidManifest.html +0 -104
  1503. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyConfigXml.html +0 -102
  1504. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyGradleConfig.html +0 -102
  1505. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyInfoPlist.html +0 -102
  1506. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyXcodeProjectFile.html +0 -109
  1507. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepAppIcon.html +0 -102
  1508. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareAppIcon.html +0 -111
  1509. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareBuildDir.html +0 -117
  1510. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareExportOptionsPlist.html +0 -100
  1511. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareSplashIcon.html +0 -112
  1512. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareSplashPage.html +0 -121
  1513. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writeCapacitorConfig.html +0 -102
  1514. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writeCfgFile.html +0 -104
  1515. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writeDataExtractionRules.html +0 -100
  1516. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writeNetworkSecurityConfig.html +0 -102
  1517. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writePodfile.html +0 -100
  1518. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writePrivacyInfo.html +0 -100
  1519. package/docs/functions/_saltcorn_mobile_builder.package_bundle_utils.bundleMobileAppCode.html +0 -74
  1520. package/docs/functions/_saltcorn_mobile_builder.package_bundle_utils.bundlePackagesAndPlugins.html +0 -83
  1521. package/docs/functions/_saltcorn_mobile_builder.package_bundle_utils.copyMobileAppDirs.html +0 -74
  1522. package/docs/functions/_saltcorn_mobile_builder.package_bundle_utils.copyPublicDirs.html +0 -81
  1523. package/docs/functions/_saltcorn_sqlite.add_index.html +0 -107
  1524. package/docs/functions/_saltcorn_sqlite.add_unique_constraint.html +0 -107
  1525. package/docs/functions/_saltcorn_sqlite.begin.html +0 -94
  1526. package/docs/functions/_saltcorn_sqlite.changeConnection.html +0 -102
  1527. package/docs/functions/_saltcorn_sqlite.close.html +0 -94
  1528. package/docs/functions/_saltcorn_sqlite.commit.html +0 -94
  1529. package/docs/functions/_saltcorn_sqlite.count.html +0 -108
  1530. package/docs/functions/_saltcorn_sqlite.deleteWhere.html +0 -108
  1531. package/docs/functions/_saltcorn_sqlite.dropTable.html +0 -97
  1532. package/docs/functions/_saltcorn_sqlite.dropTables.html +0 -97
  1533. package/docs/functions/_saltcorn_sqlite.drop_index.html +0 -107
  1534. package/docs/functions/_saltcorn_sqlite.drop_reset_schema.html +0 -96
  1535. package/docs/functions/_saltcorn_sqlite.drop_unique_constraint.html +0 -107
  1536. package/docs/functions/_saltcorn_sqlite.getVersion.html +0 -95
  1537. package/docs/functions/_saltcorn_sqlite.get_db_filepath.html +0 -94
  1538. package/docs/functions/_saltcorn_sqlite.get_sql_logging.html +0 -94
  1539. package/docs/functions/_saltcorn_sqlite.init.html +0 -107
  1540. package/docs/functions/_saltcorn_sqlite.insert.html +0 -115
  1541. package/docs/functions/_saltcorn_sqlite.listScTables.html +0 -91
  1542. package/docs/functions/_saltcorn_sqlite.listTables.html +0 -91
  1543. package/docs/functions/_saltcorn_sqlite.listUserDefinedTables.html +0 -91
  1544. package/docs/functions/_saltcorn_sqlite.query.html +0 -100
  1545. package/docs/functions/_saltcorn_sqlite.rollback.html +0 -94
  1546. package/docs/functions/_saltcorn_sqlite.select.html +0 -110
  1547. package/docs/functions/_saltcorn_sqlite.selectMaybeOne.html +0 -112
  1548. package/docs/functions/_saltcorn_sqlite.selectOne.html +0 -111
  1549. package/docs/functions/_saltcorn_sqlite.set_sql_logging.html +0 -98
  1550. package/docs/functions/_saltcorn_sqlite.slugify.html +0 -102
  1551. package/docs/functions/_saltcorn_sqlite.sql_log.html +0 -106
  1552. package/docs/functions/_saltcorn_sqlite.tryCatchInTransaction.html +0 -107
  1553. package/docs/functions/_saltcorn_sqlite.update.html +0 -113
  1554. package/docs/functions/_saltcorn_sqlite.updateWhere.html +0 -99
  1555. package/docs/functions/_saltcorn_sqlite.withTransaction.html +0 -107
  1556. package/docs/functions/_saltcorn_sqlite_mobile.add_index.html +0 -98
  1557. package/docs/functions/_saltcorn_sqlite_mobile.add_unique_constraint.html +0 -98
  1558. package/docs/functions/_saltcorn_sqlite_mobile.count.html +0 -91
  1559. package/docs/functions/_saltcorn_sqlite_mobile.deleteWhere.html +0 -88
  1560. package/docs/functions/_saltcorn_sqlite_mobile.drop_index.html +0 -98
  1561. package/docs/functions/_saltcorn_sqlite_mobile.drop_reset_schema.html +0 -81
  1562. package/docs/functions/_saltcorn_sqlite_mobile.drop_unique_constraint.html +0 -98
  1563. package/docs/functions/_saltcorn_sqlite_mobile.init.html +0 -81
  1564. package/docs/functions/_saltcorn_sqlite_mobile.insert.html +0 -99
  1565. package/docs/functions/_saltcorn_sqlite_mobile.insertRows.html +0 -97
  1566. package/docs/functions/_saltcorn_sqlite_mobile.listScTables.html +0 -82
  1567. package/docs/functions/_saltcorn_sqlite_mobile.listTables.html +0 -82
  1568. package/docs/functions/_saltcorn_sqlite_mobile.listUserDefinedTables.html +0 -82
  1569. package/docs/functions/_saltcorn_sqlite_mobile.query.html +0 -88
  1570. package/docs/functions/_saltcorn_sqlite_mobile.select.html +0 -90
  1571. package/docs/functions/_saltcorn_sqlite_mobile.selectMaybeOne.html +0 -91
  1572. package/docs/functions/_saltcorn_sqlite_mobile.selectOne.html +0 -91
  1573. package/docs/functions/_saltcorn_sqlite_mobile.setConnectionObject.html +0 -88
  1574. package/docs/functions/_saltcorn_sqlite_mobile.tableExists.html +0 -90
  1575. package/docs/functions/_saltcorn_sqlite_mobile.time.html +0 -81
  1576. package/docs/functions/_saltcorn_sqlite_mobile.update.html +0 -100
  1577. package/docs/functions/_saltcorn_types.ModelAbstracts.abstract_field.instanceOfField.html +0 -88
  1578. package/docs/functions/_saltcorn_types.ModelAbstracts.abstract_page.instanceOfPage.html +0 -87
  1579. package/docs/functions/_saltcorn_types.ModelAbstracts.abstract_view.instanceOfView.html +0 -87
  1580. package/docs/functions/_saltcorn_types.Types.base_types.instanceOWithHtmlFile.html +0 -115
  1581. package/docs/functions/_saltcorn_types.Types.common_types.instanceOfErrorMsg.html +0 -84
  1582. package/docs/functions/_saltcorn_types.Types.common_types.instanceOfSuccessMsg.html +0 -84
  1583. package/docs/functions/_saltcorn_types.Types.common_types.instanceOfType.html +0 -84
  1584. package/docs/functions/_saltcorn_types.generators.generateBool.html +0 -68
  1585. package/docs/functions/_saltcorn_types.generators.generateString.html +0 -75
  1586. package/docs/functions/_saltcorn_types.generators.num_between.html +0 -75
  1587. package/docs/functions/_saltcorn_types.generators.oneOf.html +0 -73
  1588. package/docs/interfaces/_saltcorn_mobile_builder.common_build_utils.ScCapacitorConfig.html +0 -171
  1589. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_field.AbstractField.html +0 -194
  1590. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_field.AbstractFieldRepeat.html +0 -110
  1591. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_form.AbstractForm.html +0 -275
  1592. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_page.AbstractPage.html +0 -153
  1593. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_role.AbstractRole.html +0 -108
  1594. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_table.AbstractTable.html +0 -175
  1595. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_trigger.AbstractTrigger.html +0 -246
  1596. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_view.AbstractView.html +0 -174
  1597. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_workflow.AbstractWorkflow.html +0 -264
  1598. package/docs/modules/_saltcorn_admin_models.backup.html +0 -74
  1599. package/docs/modules/_saltcorn_admin_models.html +0 -68
  1600. package/docs/modules/_saltcorn_admin_models.pack.html +0 -100
  1601. package/docs/modules/_saltcorn_admin_models.tenant.html +0 -86
  1602. package/docs/modules/_saltcorn_common_code.html +0 -77
  1603. package/docs/modules/_saltcorn_data.models.EventLog.html +0 -108
  1604. package/docs/modules/_saltcorn_data.models.File.html +0 -108
  1605. package/docs/modules/_saltcorn_data.models.Form.html +0 -110
  1606. package/docs/modules/_saltcorn_data.models.PageGroup.html +0 -108
  1607. package/docs/modules/_saltcorn_data.models.Table.html +0 -112
  1608. package/docs/modules/_saltcorn_data.models.View.html +0 -108
  1609. package/docs/modules/_saltcorn_data.models.config.html +0 -130
  1610. package/docs/modules/_saltcorn_data.models.discovery.html +0 -115
  1611. package/docs/modules/_saltcorn_data.models.email.html +0 -111
  1612. package/docs/modules/_saltcorn_data.models.expression.html +0 -123
  1613. package/docs/modules/_saltcorn_data.models.html +0 -140
  1614. package/docs/modules/_saltcorn_data.models.layout.html +0 -117
  1615. package/docs/modules/_saltcorn_data.models.random.html +0 -113
  1616. package/docs/modules/_saltcorn_data.models.scheduler.html +0 -107
  1617. package/docs/modules/_saltcorn_data.plugin_helper.html +0 -70
  1618. package/docs/modules/_saltcorn_db_common.html +0 -193
  1619. package/docs/modules/_saltcorn_db_common.multi_tenant.html +0 -128
  1620. package/docs/modules/_saltcorn_mobile_builder.common_build_utils.html +0 -128
  1621. package/docs/modules/_saltcorn_mobile_builder.html +0 -75
  1622. package/docs/modules/_saltcorn_mobile_builder.package_bundle_utils.html +0 -73
  1623. package/docs/modules/_saltcorn_sqlite_mobile.html +0 -129
  1624. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_field.html +0 -94
  1625. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_form.html +0 -85
  1626. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_library.html +0 -82
  1627. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_page.html +0 -92
  1628. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_plugin.html +0 -82
  1629. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_role.html +0 -87
  1630. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_table.html +0 -87
  1631. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_trigger.html +0 -87
  1632. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_view.html +0 -92
  1633. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_workflow.html +0 -87
  1634. package/docs/modules/_saltcorn_types.ModelAbstracts.html +0 -88
  1635. package/docs/modules/_saltcorn_types.Types.base_types.html +0 -157
  1636. package/docs/modules/_saltcorn_types.Types.common_types.html +0 -91
  1637. package/docs/modules/_saltcorn_types.Types.html +0 -68
  1638. package/docs/types/_saltcorn_data.models.EventLog.EventLogCfg.html +0 -117
  1639. package/docs/types/_saltcorn_data.models.File.FileCfg.html +0 -127
  1640. package/docs/types/_saltcorn_data.models.Form.AdditionalButton.html +0 -103
  1641. package/docs/types/_saltcorn_data.models.Form.FormCfg.html +0 -177
  1642. package/docs/types/_saltcorn_data.models.PageGroup.ScreenInfoParams.html +0 -113
  1643. package/docs/types/_saltcorn_data.models.Table.ChildRelations.html +0 -111
  1644. package/docs/types/_saltcorn_data.models.Table.ParentRelations.html +0 -111
  1645. package/docs/types/_saltcorn_data.models.Table.RelationData.html +0 -111
  1646. package/docs/types/_saltcorn_data.models.View.FindViewsPred.html +0 -122
  1647. package/docs/types/_saltcorn_db_common.AggregationOptions.html +0 -122
  1648. package/docs/types/_saltcorn_db_common.CoordOpts.html +0 -110
  1649. package/docs/types/_saltcorn_db_common.DatabaseClient.html +0 -117
  1650. package/docs/types/_saltcorn_db_common.JoinField.html +0 -112
  1651. package/docs/types/_saltcorn_db_common.JoinFields.html +0 -104
  1652. package/docs/types/_saltcorn_db_common.JoinOptions.html +0 -113
  1653. package/docs/types/_saltcorn_db_common.JsonPath.html +0 -99
  1654. package/docs/types/_saltcorn_db_common.JsonPathElem.html +0 -99
  1655. package/docs/types/_saltcorn_db_common.Operator.html +0 -108
  1656. package/docs/types/_saltcorn_db_common.PartialSome.html +0 -106
  1657. package/docs/types/_saltcorn_db_common.PrimaryKeyValue.html +0 -99
  1658. package/docs/types/_saltcorn_db_common.Row.html +0 -104
  1659. package/docs/types/_saltcorn_db_common.SelectOptions.html +0 -142
  1660. package/docs/types/_saltcorn_db_common.SqlAndValues.html +0 -110
  1661. package/docs/types/_saltcorn_db_common.StrongRow.html +0 -104
  1662. package/docs/types/_saltcorn_db_common.SubselectOptions.html +0 -110
  1663. package/docs/types/_saltcorn_db_common.Value.html +0 -104
  1664. package/docs/types/_saltcorn_db_common.Where.html +0 -121
  1665. package/docs/types/_saltcorn_mobile_builder.IosCfg.html +0 -76
  1666. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_field.FieldCfg.html +0 -175
  1667. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_field.InputType.html +0 -79
  1668. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_form.AdditionalButton.html +0 -87
  1669. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_library.LibraryCfg.html +0 -87
  1670. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_library.LibraryPack.html +0 -79
  1671. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_page.PageCfg.html +0 -97
  1672. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_page.PagePack.html +0 -85
  1673. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_plugin.PluginCfg.html +0 -103
  1674. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_plugin.PluginPack.html +0 -79
  1675. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_role.RoleCfg.html +0 -77
  1676. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_role.RolePack.html +0 -80
  1677. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_table.TableCfg.html +0 -111
  1678. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_table.TablePack.html +0 -86
  1679. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_trigger.TriggerCfg.html +0 -104
  1680. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_trigger.TriggerPack.html +0 -80
  1681. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_view.ViewCfg.html +0 -109
  1682. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_view.ViewPack.html +0 -89
  1683. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_workflow.ConfigWorkflowStep.html +0 -97
  1684. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_workflow.RunResult.html +0 -100
  1685. package/docs/types/_saltcorn_types.Types.base_types.Action.html +0 -205
  1686. package/docs/types/_saltcorn_types.Types.base_types.AuthenticationMethod.html +0 -117
  1687. package/docs/types/_saltcorn_types.Types.base_types.CalcJoinfield.html +0 -119
  1688. package/docs/types/_saltcorn_types.Types.base_types.CapacitorPlugin.html +0 -117
  1689. package/docs/types/_saltcorn_types.Types.base_types.CodePagePack.html +0 -115
  1690. package/docs/types/_saltcorn_types.Types.base_types.Column.html +0 -111
  1691. package/docs/types/_saltcorn_types.Types.base_types.ConnectObjType.html +0 -149
  1692. package/docs/types/_saltcorn_types.Types.base_types.ConnectedObjects.html +0 -117
  1693. package/docs/types/_saltcorn_types.Types.base_types.CopilotSkill.html +0 -157
  1694. package/docs/types/_saltcorn_types.Types.base_types.ErrorObj.html +0 -119
  1695. package/docs/types/_saltcorn_types.Types.base_types.FieldLike.html +0 -106
  1696. package/docs/types/_saltcorn_types.Types.base_types.FieldView.html +0 -189
  1697. package/docs/types/_saltcorn_types.Types.base_types.Header.html +0 -115
  1698. package/docs/types/_saltcorn_types.Types.base_types.JoinFieldOption.html +0 -117
  1699. package/docs/types/_saltcorn_types.Types.base_types.Layout.html +0 -106
  1700. package/docs/types/_saltcorn_types.Types.base_types.MobileConfig.html +0 -141
  1701. package/docs/types/_saltcorn_types.Types.base_types.ModelPattern.html +0 -269
  1702. package/docs/types/_saltcorn_types.Types.base_types.Pack.html +0 -137
  1703. package/docs/types/_saltcorn_types.Types.base_types.Plugin.html +0 -130
  1704. package/docs/types/_saltcorn_types.Types.base_types.PluginFunction.html +0 -128
  1705. package/docs/types/_saltcorn_types.Types.base_types.PluginLayout.html +0 -124
  1706. package/docs/types/_saltcorn_types.Types.base_types.PluginRoute.html +0 -133
  1707. package/docs/types/_saltcorn_types.Types.base_types.PluginSourceType.html +0 -106
  1708. package/docs/types/_saltcorn_types.Types.base_types.PluginType.html +0 -191
  1709. package/docs/types/_saltcorn_types.Types.base_types.PluginWrap.html +0 -119
  1710. package/docs/types/_saltcorn_types.Types.base_types.PluginWrapArg.html +0 -130
  1711. package/docs/types/_saltcorn_types.Types.base_types.RelationOption.html +0 -113
  1712. package/docs/types/_saltcorn_types.Types.base_types.Req.html +0 -192
  1713. package/docs/types/_saltcorn_types.Types.base_types.Res.html +0 -176
  1714. package/docs/types/_saltcorn_types.Types.base_types.ResultType.html +0 -123
  1715. package/docs/types/_saltcorn_types.Types.base_types.RouteAction.html +0 -129
  1716. package/docs/types/_saltcorn_types.Types.base_types.RunExtra.html +0 -111
  1717. package/docs/types/_saltcorn_types.Types.base_types.SlugStepType.html +0 -115
  1718. package/docs/types/_saltcorn_types.Types.base_types.StepResType.html +0 -113
  1719. package/docs/types/_saltcorn_types.Types.base_types.SubField.html +0 -117
  1720. package/docs/types/_saltcorn_types.Types.base_types.TableProvider.html +0 -148
  1721. package/docs/types/_saltcorn_types.Types.base_types.TableQuery.html +0 -137
  1722. package/docs/types/_saltcorn_types.Types.base_types.Tablely.html +0 -111
  1723. package/docs/types/_saltcorn_types.Types.base_types.ViewTemplate.html +0 -481
  1724. package/docs/types/_saltcorn_types.Types.common_types.ErrorMessage.html +0 -84
  1725. package/docs/types/_saltcorn_types.Types.common_types.GenObj.html +0 -80
  1726. package/docs/types/_saltcorn_types.Types.common_types.ReqRes.html +0 -82
  1727. package/docs/types/_saltcorn_types.Types.common_types.ResultMessage.html +0 -75
  1728. package/docs/types/_saltcorn_types.Types.common_types.SuccessMessage.html +0 -86
  1729. package/docs/types/_saltcorn_types.Types.common_types.Type.html +0 -157
  1730. package/docs/variables/_saltcorn_data.db.html +0 -60
  1731. package/docs/variables/_saltcorn_data.migrations.html +0 -60
  1732. package/docs/variables/_saltcorn_data.models.config.available_languages.html +0 -177
  1733. package/docs/variables/_saltcorn_data.models.config.configTypes.html +0 -112
  1734. package/docs/variables/_saltcorn_data.models.scheduler.runScheduler.html +0 -147
  1735. package/docs/variables/_saltcorn_data.plugin_helper.run_action_column.html +0 -65
  1736. package/docs/variables/_saltcorn_data.utils.NotAuthorized.html +0 -67
  1737. package/docs/variables/_saltcorn_data.utils.isPushEnabled.html +0 -67
  1738. package/docs/variables/_saltcorn_data.utils.sleep.html +0 -67
  1739. package/docs/variables/_saltcorn_db_common.multi_tenant.tenantNamespace.html +0 -110
@@ -1,527 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>@saltcorn/data | saltcorn-monorepo</title><meta name="description" content="Documentation for saltcorn-monorepo"/><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/search.js" id="tsd-search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
- <div class="tsd-toolbar-contents container">
3
- <div class="table-cell" id="tsd-search" data-base="..">
4
- <div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
5
- <div class="field">
6
- <div id="tsd-toolbar-links"></div></div>
7
- <ul class="results">
8
- <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">saltcorn-monorepo</a></div>
10
- <div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
11
- <div class="container container-main">
12
- <div class="col-content">
13
- <div class="tsd-page-title">
14
- <ul class="tsd-breadcrumb">
15
- <li><a href="../index.html">saltcorn-monorepo</a></li>
16
- <li><a href="_saltcorn_data.html">@saltcorn/data</a></li></ul>
17
- <h1>Module @saltcorn/data</h1></div>
18
- <section class="tsd-panel tsd-comment">
19
- <div class="tsd-comment tsd-typography"><p>This is saltcorn data</p>
20
- </div>
21
- <div class="tsd-comment tsd-typography"></div></section>
22
- <section class="tsd-panel tsd-typography"><a id="md:saltcorndata" class="tsd-anchor"></a><h1><a href="#md:saltcorndata">@saltcorn/data</a></h1><p>Data models for <a href="https://saltcorn.com">saltcorn</a></p>
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>@saltcorn/data | 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="" aria-current="page">@saltcorn/data</a></li></ul><h1>Module @saltcorn/data</h1></div><section class="tsd-panel tsd-typography"><h1 id="saltcorndata" class="tsd-anchor-link">@saltcorn/data<a href="#saltcorndata" 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></h1><p>Data models for <a href="https://saltcorn.com">saltcorn</a></p>
23
2
  <p>If you are a saltcorn user, you probably want to install this package
24
3
  instead: <a href="https://www.npmjs.com/package/@saltcorn/cli">@saltcorn/cli</a></p>
25
- </section><aside class="tsd-sources">
26
- <ul>
27
- <li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/61a472138b/packages/saltcorn-data/index.ts#L1">saltcorn-data/index.ts:1</a></li></ul></aside>
28
- <section class="tsd-panel-group tsd-index-group">
29
- <section class="tsd-panel tsd-index-panel">
30
- <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
31
- <h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex=0><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M1.5 5.50969L8 11.6609L14.5 5.50969L12.5466 3.66086L8 7.96494L3.45341 3.66086L1.5 5.50969Z" fill="var(--color-text)"></path></svg> Index</h5></summary>
32
- <div class="tsd-accordion-details">
33
- <section class="tsd-index-section">
34
- <h3 class="tsd-index-heading">Namespaces</h3>
35
- <div class="tsd-index-list"><a href="_saltcorn_data.models.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g></svg><span>models</span></a>
36
- <a href="_saltcorn_data.plugin_helper.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>plugin_<wbr/>helper</span></a>
37
- <a href="_saltcorn_data.utils.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>utils</span></a>
38
- </div></section>
39
- <section class="tsd-index-section">
40
- <h3 class="tsd-index-heading">Properties</h3>
41
- <div class="tsd-index-list"><a href="_saltcorn_data.html#state" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-1024"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)"></path></g></svg><span>state</span></a>
42
- <a href="_saltcorn_data.html#web_mobile_commons" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>web_<wbr/>mobile_<wbr/>commons</span></a>
43
- </div></section>
44
- <section class="tsd-index-section">
45
- <h3 class="tsd-index-heading">Variables</h3>
46
- <div class="tsd-index-list"><a href="../variables/_saltcorn_data.db.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-32"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)"></path></g></svg><span>db</span></a>
47
- <a href="../variables/_saltcorn_data.migrations.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-32"></use></svg><span>migrations</span></a>
48
- </div></section></div></details></section></section>
49
- <section class="tsd-panel-group tsd-member-group">
50
- <h2>Properties</h2>
51
- <section class="tsd-panel tsd-member"><a id="state" class="tsd-anchor"></a>
52
- <h3 class="tsd-anchor-link"><span>state</span><a href="#state" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><g stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" id="icon-anchor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></g></svg></a></h3>
53
- <div class="tsd-signature"><span class="tsd-kind-property">state</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><span class="tsd-kind-property">add_tenant</span><span class="tsd-signature-symbol">: </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-symbol"> =&gt; </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">features</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span><br/><span>        </span><span class="tsd-kind-property">aggregation_query</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">async_validate</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">bootstrap5</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">capacitor</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">deep_public_plugin_serve</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">dynamic_auth_parameters</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">ellipsize</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">esm_plugins</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">fieldrepeats_in_field_attributes</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">get_view_goto</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">json_state_query</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">list_builder</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">metadata</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">no_plugin_fieldview_length_check</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">prefix_or_in_queries</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">public_user_role</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">serve_static_dependencies</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">stringify_json_fields</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">table_undo</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">version_plugin_serve_path</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>        </span><span class="tsd-kind-property">workflows</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">getAllTenants</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type ">State</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">getApp__</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">s</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><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">getReq__</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">s</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><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">getRootState</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type ">State</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">getState</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type ">State</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">getTenant</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">ten</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type ">State</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">get_other_domain_tenant</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">hostname</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><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">get_process_init_time</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type ">Date</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">init_multi_tenant</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">plugin_loader</span>, <span class="tsd-kind-parameter">disableMigrate</span>, <span class="tsd-kind-parameter">tenantList</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">process_send</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">v</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">restart_tenant</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">plugin_loader</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">set_tenant_base_url</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">tenant_subdomain</span>, <span class="tsd-kind-parameter">value</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div>
54
- <div class="tsd-type-declaration">
55
- <h4>Type declaration</h4>
56
- <ul class="tsd-parameters">
57
- <li class="tsd-parameter">
58
- <h5><span class="tsd-kind-property">add_<wbr/>tenant</span><span class="tsd-signature-symbol">: </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-symbol"> =&gt; </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span></h5>
59
- <ul class="tsd-parameters">
60
- <li class="tsd-parameter-signature">
61
- <ul class="tsd-signatures">
62
- <li class="tsd-signature" id="state.__type.add_tenant.__type-1.__type-2"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">t</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
63
- <li class="tsd-description">
64
- <div class="tsd-comment tsd-typography"><p>Add tenant to State</p>
65
- </div>
66
- <div class="tsd-parameters">
67
- <h4 class="tsd-parameters-title">Parameters</h4>
68
- <ul class="tsd-parameter-list">
69
- <li>
70
- <h5><span class="tsd-kind-parameter">t</span>: <span class="tsd-signature-type">string</span></h5>
71
- <div class="tsd-comment tsd-typography"></div></li></ul></div>
72
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
73
- <div class="tsd-comment tsd-typography"></div></li></ul></li></ul></li>
74
- <li class="tsd-parameter">
75
- <h5><span class="tsd-kind-property">features</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span><br/><span>    </span><span class="tsd-kind-property">aggregation_query</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">async_validate</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">bootstrap5</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">capacitor</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">deep_public_plugin_serve</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">dynamic_auth_parameters</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">ellipsize</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">esm_plugins</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">fieldrepeats_in_field_attributes</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">get_view_goto</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">json_state_query</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">list_builder</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">metadata</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">no_plugin_fieldview_length_check</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">prefix_or_in_queries</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">public_user_role</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">serve_static_dependencies</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">stringify_json_fields</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">table_undo</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">version_plugin_serve_path</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">workflows</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></h5>
76
- <ul class="tsd-parameters">
77
- <li class="tsd-parameter">
78
- <h5><span class="tsd-kind-property">aggregation_<wbr/>query</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
79
- <li class="tsd-parameter">
80
- <h5><span class="tsd-kind-property">async_<wbr/>validate</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
81
- <li class="tsd-parameter">
82
- <h5><span class="tsd-kind-property">bootstrap5</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
83
- <li class="tsd-parameter">
84
- <h5><span class="tsd-kind-property">capacitor</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
85
- <li class="tsd-parameter">
86
- <h5><span class="tsd-kind-property">deep_<wbr/>public_<wbr/>plugin_<wbr/>serve</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
87
- <li class="tsd-parameter">
88
- <h5><span class="tsd-kind-property">dynamic_<wbr/>auth_<wbr/>parameters</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
89
- <li class="tsd-parameter">
90
- <h5><span class="tsd-kind-property">ellipsize</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
91
- <li class="tsd-parameter">
92
- <h5><span class="tsd-kind-property">esm_<wbr/>plugins</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
93
- <li class="tsd-parameter">
94
- <h5><span class="tsd-kind-property">fieldrepeats_<wbr/>in_<wbr/>field_<wbr/>attributes</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
95
- <li class="tsd-parameter">
96
- <h5><span class="tsd-kind-property">get_<wbr/>view_<wbr/>goto</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
97
- <li class="tsd-parameter">
98
- <h5><span class="tsd-kind-property">json_<wbr/>state_<wbr/>query</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
99
- <li class="tsd-parameter">
100
- <h5><span class="tsd-kind-property">list_<wbr/>builder</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
101
- <li class="tsd-parameter">
102
- <h5><span class="tsd-kind-property">metadata</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
103
- <li class="tsd-parameter">
104
- <h5><span class="tsd-kind-property">no_<wbr/>plugin_<wbr/>fieldview_<wbr/>length_<wbr/>check</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
105
- <li class="tsd-parameter">
106
- <h5><span class="tsd-kind-property">prefix_<wbr/>or_<wbr/>in_<wbr/>queries</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
107
- <li class="tsd-parameter">
108
- <h5><span class="tsd-kind-property">public_<wbr/>user_<wbr/>role</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li>
109
- <li class="tsd-parameter">
110
- <h5><span class="tsd-kind-property">serve_<wbr/>static_<wbr/>dependencies</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
111
- <li class="tsd-parameter">
112
- <h5><span class="tsd-kind-property">stringify_<wbr/>json_<wbr/>fields</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
113
- <li class="tsd-parameter">
114
- <h5><span class="tsd-kind-property">table_<wbr/>undo</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
115
- <li class="tsd-parameter">
116
- <h5><span class="tsd-kind-property">version_<wbr/>plugin_<wbr/>serve_<wbr/>path</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
117
- <li class="tsd-parameter">
118
- <h5><span class="tsd-kind-property">workflows</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li></ul></li>
119
- <li class="tsd-parameter">
120
- <h5><span class="tsd-kind-property">get<wbr/>All<wbr/>Tenants</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type ">State</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span></h5>
121
- <ul class="tsd-parameters">
122
- <li class="tsd-parameter-signature">
123
- <ul class="tsd-signatures">
124
- <li class="tsd-signature" id="state.__type.getAllTenants.__type-4.__type-5"><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type ">State</span><span class="tsd-signature-symbol">&gt;</span></li>
125
- <li class="tsd-description">
126
- <div class="tsd-comment tsd-typography"><p>Returns all Tenants (from State)</p>
127
- </div>
128
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type ">State</span><span class="tsd-signature-symbol">&gt;</span></h4>
129
- <div class="tsd-comment tsd-typography"></div></li></ul></li></ul></li>
130
- <li class="tsd-parameter">
131
- <h5><span class="tsd-kind-property">get<wbr/>App__</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">s</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><span class="tsd-signature-symbol">)</span></h5>
132
- <ul class="tsd-parameters">
133
- <li class="tsd-parameter-signature">
134
- <ul class="tsd-signatures">
135
- <li class="tsd-signature" id="state.__type.getApp__.__type-6.__type-7"><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">s</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></li>
136
- <li class="tsd-description">
137
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">s</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></h4>
138
- <ul class="tsd-parameters">
139
- <li class="tsd-parameter-signature">
140
- <ul class="tsd-signatures">
141
- <li class="tsd-signature" id="state.__type.getApp__.__type-6.__type-7.__type-8.__type-9"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">s</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
142
- <li class="tsd-description">
143
- <div class="tsd-parameters">
144
- <h4 class="tsd-parameters-title">Parameters</h4>
145
- <ul class="tsd-parameter-list">
146
- <li>
147
- <h5><span class="tsd-kind-parameter">s</span>: <span class="tsd-signature-type">string</span></h5></li></ul></div>
148
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4></li></ul></li></ul></li></ul></li></ul></li>
149
- <li class="tsd-parameter">
150
- <h5><span class="tsd-kind-property">get<wbr/>Req__</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">s</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><span class="tsd-signature-symbol">)</span></h5>
151
- <ul class="tsd-parameters">
152
- <li class="tsd-parameter-signature">
153
- <ul class="tsd-signatures">
154
- <li class="tsd-signature" id="state.__type.getReq__.__type-10.__type-11"><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">s</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></li>
155
- <li class="tsd-description">
156
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">s</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></h4>
157
- <ul class="tsd-parameters">
158
- <li class="tsd-parameter-signature">
159
- <ul class="tsd-signatures">
160
- <li class="tsd-signature" id="state.__type.getReq__.__type-10.__type-11.__type-12.__type-13"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">s</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
161
- <li class="tsd-description">
162
- <div class="tsd-parameters">
163
- <h4 class="tsd-parameters-title">Parameters</h4>
164
- <ul class="tsd-parameter-list">
165
- <li>
166
- <h5><span class="tsd-kind-parameter">s</span>: <span class="tsd-signature-type">string</span></h5></li></ul></div>
167
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4></li></ul></li></ul></li></ul></li></ul></li>
168
- <li class="tsd-parameter">
169
- <h5><span class="tsd-kind-property">get<wbr/>Root<wbr/>State</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type ">State</span><span class="tsd-signature-symbol">)</span></h5>
170
- <ul class="tsd-parameters">
171
- <li class="tsd-parameter-signature">
172
- <ul class="tsd-signatures">
173
- <li class="tsd-signature" id="state.__type.getRootState.__type-14.__type-15"><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">State</span></li>
174
- <li class="tsd-description">
175
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">State</span></h4></li></ul></li></ul></li>
176
- <li class="tsd-parameter">
177
- <h5><span class="tsd-kind-property">get<wbr/>State</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type ">State</span><span class="tsd-signature-symbol">)</span></h5>
178
- <ul class="tsd-parameters">
179
- <li class="tsd-parameter-signature">
180
- <ul class="tsd-signatures">
181
- <li class="tsd-signature" id="state.__type.getState.__type-16.__type-17"><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type ">State</span></li>
182
- <li class="tsd-description">
183
- <div class="tsd-comment tsd-typography"><p>Get the state in the current tenant</p>
184
- </div>
185
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type ">State</span></h4>
186
- <div class="tsd-comment tsd-typography">
187
- <h4>Function</h4></div></li></ul></li></ul></li>
188
- <li class="tsd-parameter">
189
- <h5><span class="tsd-kind-property">get<wbr/>Tenant</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">ten</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type ">State</span><span class="tsd-signature-symbol">)</span></h5>
190
- <ul class="tsd-parameters">
191
- <li class="tsd-parameter-signature">
192
- <ul class="tsd-signatures">
193
- <li class="tsd-signature" id="state.__type.getTenant.__type-18.__type-19"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">ten</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">State</span></li>
194
- <li class="tsd-description">
195
- <div class="tsd-comment tsd-typography"><p>Get tenant from State</p>
196
- </div>
197
- <div class="tsd-parameters">
198
- <h4 class="tsd-parameters-title">Parameters</h4>
199
- <ul class="tsd-parameter-list">
200
- <li>
201
- <h5><span class="tsd-kind-parameter">ten</span>: <span class="tsd-signature-type">string</span></h5>
202
- <div class="tsd-comment tsd-typography"></div></li></ul></div>
203
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">State</span></h4>
204
- <div class="tsd-comment tsd-typography"></div></li></ul></li></ul></li>
205
- <li class="tsd-parameter">
206
- <h5><span class="tsd-kind-property">get_<wbr/>other_<wbr/>domain_<wbr/>tenant</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">hostname</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></h5>
207
- <ul class="tsd-parameters">
208
- <li class="tsd-parameter-signature">
209
- <ul class="tsd-signatures">
210
- <li class="tsd-signature" id="state.__type.get_other_domain_tenant.__type-20.__type-21"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">hostname</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
211
- <li class="tsd-description">
212
- <div class="tsd-comment tsd-typography"><p>Get tenant that has another domain (not subdomain)</p>
213
- </div>
214
- <div class="tsd-parameters">
215
- <h4 class="tsd-parameters-title">Parameters</h4>
216
- <ul class="tsd-parameter-list">
217
- <li>
218
- <h5><span class="tsd-kind-parameter">hostname</span>: <span class="tsd-signature-type">string</span></h5>
219
- <div class="tsd-comment tsd-typography"></div></li></ul></div>
220
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
221
- <div class="tsd-comment tsd-typography"></div></li></ul></li></ul></li>
222
- <li class="tsd-parameter">
223
- <h5><span class="tsd-kind-property">get_<wbr/>process_<wbr/>init_<wbr/>time</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type ">Date</span><span class="tsd-signature-symbol">)</span></h5>
224
- <ul class="tsd-parameters">
225
- <li class="tsd-parameter-signature">
226
- <ul class="tsd-signatures">
227
- <li class="tsd-signature" id="state.__type.get_process_init_time.__type-22.__type-23"><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Date</span></li>
228
- <li class="tsd-description">
229
- <div class="tsd-comment tsd-typography"><p>Get Process Init Time - moment when Saltcorn process was initiated</p>
230
- </div>
231
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Date</span></h4>
232
- <div class="tsd-comment tsd-typography"></div></li></ul></li></ul></li>
233
- <li class="tsd-parameter">
234
- <h5><span class="tsd-kind-property">init_<wbr/>multi_<wbr/>tenant</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">plugin_loader</span>, <span class="tsd-kind-parameter">disableMigrate</span>, <span class="tsd-kind-parameter">tenantList</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span></h5>
235
- <ul class="tsd-parameters">
236
- <li class="tsd-parameter-signature">
237
- <ul class="tsd-signatures">
238
- <li class="tsd-signature" id="state.__type.init_multi_tenant.__type-24.__type-25"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">plugin_loader</span>, <span class="tsd-kind-parameter">disableMigrate</span>, <span class="tsd-kind-parameter">tenantList</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></li>
239
- <li class="tsd-description">
240
- <div class="tsd-comment tsd-typography"><p>Switch to multi_tenant</p>
241
- </div>
242
- <div class="tsd-parameters">
243
- <h4 class="tsd-parameters-title">Parameters</h4>
244
- <ul class="tsd-parameter-list">
245
- <li>
246
- <h5><span class="tsd-kind-parameter">plugin_loader</span>: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">s</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span></h5>
247
- <div class="tsd-comment tsd-typography"></div>
248
- <ul class="tsd-parameters">
249
- <li class="tsd-parameter-signature">
250
- <ul class="tsd-signatures">
251
- <li class="tsd-signature"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">s</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></li>
252
- <li class="tsd-description">
253
- <div class="tsd-parameters">
254
- <h4 class="tsd-parameters-title">Parameters</h4>
255
- <ul class="tsd-parameter-list">
256
- <li>
257
- <h5><span class="tsd-kind-parameter">s</span>: <span class="tsd-signature-type">string</span></h5></li></ul></div>
258
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4></li></ul></li></ul></li>
259
- <li>
260
- <h5><span class="tsd-kind-parameter">disableMigrate</span>: <span class="tsd-signature-type">boolean</span></h5>
261
- <div class="tsd-comment tsd-typography"><p>if true then dont migrate db</p>
262
- </div>
263
- <div class="tsd-comment tsd-typography"></div></li>
264
- <li>
265
- <h5><span class="tsd-kind-parameter">tenantList</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5>
266
- <div class="tsd-comment tsd-typography"></div></li></ul></div>
267
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4>
268
- <div class="tsd-comment tsd-typography"></div></li></ul></li></ul></li>
269
- <li class="tsd-parameter">
270
- <h5><span class="tsd-kind-property">process_<wbr/>send</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">v</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span></h5>
271
- <ul class="tsd-parameters">
272
- <li class="tsd-parameter-signature">
273
- <ul class="tsd-signatures">
274
- <li class="tsd-signature" id="state.__type.process_send.__type-26.__type-27"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">v</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
275
- <li class="tsd-description">
276
- <div class="tsd-parameters">
277
- <h4 class="tsd-parameters-title">Parameters</h4>
278
- <ul class="tsd-parameter-list">
279
- <li>
280
- <h5><span class="tsd-kind-parameter">v</span>: <span class="tsd-signature-type">any</span></h5>
281
- <div class="tsd-comment tsd-typography"></div></li></ul></div>
282
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
283
- <div class="tsd-comment tsd-typography"></div></li></ul></li></ul></li>
284
- <li class="tsd-parameter">
285
- <h5><span class="tsd-kind-property">restart_<wbr/>tenant</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">plugin_loader</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span></h5>
286
- <ul class="tsd-parameters">
287
- <li class="tsd-parameter-signature">
288
- <ul class="tsd-signatures">
289
- <li class="tsd-signature" id="state.__type.restart_tenant.__type-28.__type-29"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">plugin_loader</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></li>
290
- <li class="tsd-description">
291
- <div class="tsd-comment tsd-typography"><p>Restart tenant (means reload of plugins)</p>
292
- </div>
293
- <div class="tsd-parameters">
294
- <h4 class="tsd-parameters-title">Parameters</h4>
295
- <ul class="tsd-parameter-list">
296
- <li>
297
- <h5><span class="tsd-kind-parameter">plugin_loader</span>: <span class="tsd-signature-type ">Function</span></h5>
298
- <div class="tsd-comment tsd-typography"></div></li></ul></div>
299
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4>
300
- <div class="tsd-comment tsd-typography"></div></li></ul></li></ul></li>
301
- <li class="tsd-parameter">
302
- <h5><span class="tsd-kind-property">set_<wbr/>tenant_<wbr/>base_<wbr/>url</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">tenant_subdomain</span>, <span class="tsd-kind-parameter">value</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span></h5>
303
- <ul class="tsd-parameters">
304
- <li class="tsd-parameter-signature">
305
- <ul class="tsd-signatures">
306
- <li class="tsd-signature" id="state.__type.set_tenant_base_url.__type-30.__type-31"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">tenant_subdomain</span>, <span class="tsd-kind-parameter">value</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
307
- <li class="tsd-description">
308
- <div class="tsd-comment tsd-typography"><p>Set tenant base url???
309
- From my point of view it just add tenant to list of otherdomaintenant</p>
310
- </div>
311
- <div class="tsd-parameters">
312
- <h4 class="tsd-parameters-title">Parameters</h4>
313
- <ul class="tsd-parameter-list">
314
- <li>
315
- <h5><span class="tsd-kind-parameter">tenant_subdomain</span>: <span class="tsd-signature-type">string</span></h5>
316
- <div class="tsd-comment tsd-typography"></div></li>
317
- <li>
318
- <h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">value</span>: <span class="tsd-signature-type">string</span></h5>
319
- <div class="tsd-comment tsd-typography"><p>new</p>
320
- </div>
321
- <div class="tsd-comment tsd-typography"></div></li></ul></div>
322
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
323
- <div class="tsd-comment tsd-typography"></div></li></ul></li></ul></li></ul></div><aside class="tsd-sources">
324
- <ul>
325
- <li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/61a472138b/packages/saltcorn-data/db/state.ts#L1417">saltcorn-data/db/state.ts:1417</a></li></ul></aside></section>
326
- <section class="tsd-panel tsd-member"><a id="web_mobile_commons" class="tsd-anchor"></a>
327
- <h3 class="tsd-anchor-link"><span>web_<wbr/>mobile_<wbr/>commons</span><a href="#web_mobile_commons" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
328
- <div class="tsd-signature"><span class="tsd-kind-property">web_<wbr/>mobile_<wbr/>commons</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><span class="tsd-kind-property">getWorkflowStepUserForm</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">run</span>, <span class="tsd-kind-parameter">trigger</span>, <span class="tsd-kind-parameter">step</span>, <span class="tsd-kind-parameter">req</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../classes/_saltcorn_data.models.Form-1.html" class="tsd-signature-type tsd-kind-class">Form</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">get_extra_menu</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">role</span>, <span class="tsd-kind-parameter">__</span>, <span class="tsd-kind-parameter">user</span><span class="tsd-signature-symbol">?</span>, <span class="tsd-kind-parameter">locale</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">prepare_insert_row</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">row</span>, <span class="tsd-kind-parameter">fields</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">prepare_update_row</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">table</span>, <span class="tsd-kind-parameter">row</span>, <span class="tsd-kind-parameter">id</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</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-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">show_calculated_fieldview</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">req</span>, <span class="tsd-kind-parameter">res</span>, <span class="tsd-kind-parameter">param2</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div>
329
- <div class="tsd-type-declaration">
330
- <h4>Type declaration</h4>
331
- <ul class="tsd-parameters">
332
- <li class="tsd-parameter">
333
- <h5><span class="tsd-kind-property">get<wbr/>Workflow<wbr/>Step<wbr/>User<wbr/>Form</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">run</span>, <span class="tsd-kind-parameter">trigger</span>, <span class="tsd-kind-parameter">step</span>, <span class="tsd-kind-parameter">req</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../classes/_saltcorn_data.models.Form-1.html" class="tsd-signature-type tsd-kind-class">Form</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span></h5>
334
- <ul class="tsd-parameters">
335
- <li class="tsd-parameter-signature">
336
- <ul class="tsd-signatures">
337
- <li class="tsd-signature" id="web_mobile_commons.__type-32.getWorkflowStepUserForm.__type-33.__type-34"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">run</span>, <span class="tsd-kind-parameter">trigger</span>, <span class="tsd-kind-parameter">step</span>, <span class="tsd-kind-parameter">req</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../classes/_saltcorn_data.models.Form-1.html" class="tsd-signature-type tsd-kind-class">Form</a><span class="tsd-signature-symbol">&gt;</span></li>
338
- <li class="tsd-description">
339
- <div class="tsd-comment tsd-typography"><p>prepare a form for a workflow step</p>
340
- </div>
341
- <div class="tsd-parameters">
342
- <h4 class="tsd-parameters-title">Parameters</h4>
343
- <ul class="tsd-parameter-list">
344
- <li>
345
- <h5><span class="tsd-kind-parameter">run</span>: <a href="../classes/_saltcorn_data.models.WorkflowRun.html" class="tsd-signature-type tsd-kind-class">WorkflowRun</a></h5>
346
- <div class="tsd-comment tsd-typography"></div></li>
347
- <li>
348
- <h5><span class="tsd-kind-parameter">trigger</span>: <a href="../classes/_saltcorn_data.models.Trigger.html" class="tsd-signature-type tsd-kind-class">Trigger</a></h5>
349
- <div class="tsd-comment tsd-typography"></div></li>
350
- <li>
351
- <h5><span class="tsd-kind-parameter">step</span>: <a href="../classes/_saltcorn_data.models.WorkflowStep.html" class="tsd-signature-type tsd-kind-class">WorkflowStep</a></h5>
352
- <div class="tsd-comment tsd-typography"></div></li>
353
- <li>
354
- <h5><span class="tsd-kind-parameter">req</span>: <span class="tsd-signature-type">any</span></h5>
355
- <div class="tsd-comment tsd-typography"></div></li></ul></div>
356
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="../classes/_saltcorn_data.models.Form-1.html" class="tsd-signature-type tsd-kind-class">Form</a><span class="tsd-signature-symbol">&gt;</span></h4>
357
- <div class="tsd-comment tsd-typography"></div></li></ul></li></ul></li>
358
- <li class="tsd-parameter">
359
- <h5><span class="tsd-kind-property">get_<wbr/>extra_<wbr/>menu</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">role</span>, <span class="tsd-kind-parameter">__</span>, <span class="tsd-kind-parameter">user</span><span class="tsd-signature-symbol">?</span>, <span class="tsd-kind-parameter">locale</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span></h5>
360
- <ul class="tsd-parameters">
361
- <li class="tsd-parameter-signature">
362
- <ul class="tsd-signatures">
363
- <li class="tsd-signature" id="web_mobile_commons.__type-32.get_extra_menu.__type-35.__type-36"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">role</span>, <span class="tsd-kind-parameter">__</span>, <span class="tsd-kind-parameter">user</span><span class="tsd-signature-symbol">?</span>, <span class="tsd-kind-parameter">locale</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li>
364
- <li class="tsd-description">
365
- <div class="tsd-comment tsd-typography"><p>Get extra menu</p>
366
- </div>
367
- <div class="tsd-parameters">
368
- <h4 class="tsd-parameters-title">Parameters</h4>
369
- <ul class="tsd-parameter-list">
370
- <li>
371
- <h5><span class="tsd-kind-parameter">role</span>: <span class="tsd-signature-type">number</span></h5>
372
- <div class="tsd-comment tsd-typography"></div></li>
373
- <li>
374
- <h5><span class="tsd-kind-parameter">__</span>: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">str</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></h5>
375
- <div class="tsd-comment tsd-typography"><p>translation function</p>
376
- </div>
377
- <div class="tsd-comment tsd-typography"></div>
378
- <ul class="tsd-parameters">
379
- <li class="tsd-parameter-signature">
380
- <ul class="tsd-signatures">
381
- <li class="tsd-signature"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">str</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
382
- <li class="tsd-description">
383
- <div class="tsd-parameters">
384
- <h4 class="tsd-parameters-title">Parameters</h4>
385
- <ul class="tsd-parameter-list">
386
- <li>
387
- <h5><span class="tsd-kind-parameter">str</span>: <span class="tsd-signature-type">string</span></h5></li></ul></div>
388
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4></li></ul></li></ul></li>
389
- <li>
390
- <h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">user</span>: <a href="../classes/_saltcorn_data.models.User.html" class="tsd-signature-type tsd-kind-class">User</a></h5></li>
391
- <li>
392
- <h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">locale</span>: <span class="tsd-signature-type">string</span></h5></li></ul></div>
393
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4><p>array of extra menu items</p>
394
-
395
- <div class="tsd-comment tsd-typography"></div></li></ul></li></ul></li>
396
- <li class="tsd-parameter">
397
- <h5><span class="tsd-kind-property">prepare_<wbr/>insert_<wbr/>row</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">row</span>, <span class="tsd-kind-parameter">fields</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span></h5>
398
- <ul class="tsd-parameters">
399
- <li class="tsd-parameter-signature">
400
- <ul class="tsd-signatures">
401
- <li class="tsd-signature" id="web_mobile_commons.__type-32.prepare_insert_row.__type-37.__type-38"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">row</span>, <span class="tsd-kind-parameter">fields</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></li>
402
- <li class="tsd-description">
403
- <div class="tsd-comment tsd-typography"><p>take a row from a form, and prepare it for a db insert
404
- needed for tabulator</p>
405
- </div>
406
- <div class="tsd-parameters">
407
- <h4 class="tsd-parameters-title">Parameters</h4>
408
- <ul class="tsd-parameter-list">
409
- <li>
410
- <h5><span class="tsd-kind-parameter">row</span>: <span class="tsd-signature-type">any</span></h5>
411
- <div class="tsd-comment tsd-typography"></div></li>
412
- <li>
413
- <h5><span class="tsd-kind-parameter">fields</span>: <a href="../classes/_saltcorn_data.models.Field.html" class="tsd-signature-type tsd-kind-class">Field</a><span class="tsd-signature-symbol">[]</span></h5>
414
- <div class="tsd-comment tsd-typography"></div></li></ul></div>
415
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h4>
416
- <div class="tsd-comment tsd-typography"></div></li></ul></li></ul></li>
417
- <li class="tsd-parameter">
418
- <h5><span class="tsd-kind-property">prepare_<wbr/>update_<wbr/>row</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">table</span>, <span class="tsd-kind-parameter">row</span>, <span class="tsd-kind-parameter">id</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</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-symbol">)</span></h5>
419
- <ul class="tsd-parameters">
420
- <li class="tsd-parameter-signature">
421
- <ul class="tsd-signatures">
422
- <li class="tsd-signature" id="web_mobile_commons.__type-32.prepare_update_row.__type-39.__type-40"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">table</span>, <span class="tsd-kind-parameter">row</span>, <span class="tsd-kind-parameter">id</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></li>
423
- <li class="tsd-description">
424
- <div class="tsd-comment tsd-typography"><p>take a row from a form, and prepare it for a db update
425
- needed for tabulator</p>
426
- </div>
427
- <div class="tsd-parameters">
428
- <h4 class="tsd-parameters-title">Parameters</h4>
429
- <ul class="tsd-parameter-list">
430
- <li>
431
- <h5><span class="tsd-kind-parameter">table</span>: <a href="../classes/_saltcorn_data.models.Table-1.html" class="tsd-signature-type tsd-kind-class">Table</a></h5>
432
- <div class="tsd-comment tsd-typography"></div></li>
433
- <li>
434
- <h5><span class="tsd-kind-parameter">row</span>: <span class="tsd-signature-type">any</span></h5>
435
- <div class="tsd-comment tsd-typography"><p>output parameter</p>
436
- </div>
437
- <div class="tsd-comment tsd-typography"></div></li>
438
- <li>
439
- <h5><span class="tsd-kind-parameter">id</span>: <span class="tsd-signature-type">number</span></h5>
440
- <div class="tsd-comment tsd-typography"></div></li></ul></div>
441
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></h4>
442
- <div class="tsd-comment tsd-typography"></div></li></ul></li></ul></li>
443
- <li class="tsd-parameter">
444
- <h5><span class="tsd-kind-property">show_<wbr/>calculated_<wbr/>fieldview</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">req</span>, <span class="tsd-kind-parameter">res</span>, <span class="tsd-kind-parameter">param2</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span></h5>
445
- <ul class="tsd-parameters">
446
- <li class="tsd-parameter-signature">
447
- <ul class="tsd-signatures">
448
- <li class="tsd-signature" id="web_mobile_commons.__type-32.show_calculated_fieldview.__type-41.__type-42"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">req</span>, <span class="tsd-kind-parameter">res</span>, <span class="tsd-kind-parameter">param2</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></li>
449
- <li class="tsd-description">
450
- <div class="tsd-parameters">
451
- <h4 class="tsd-parameters-title">Parameters</h4>
452
- <ul class="tsd-parameter-list">
453
- <li>
454
- <h5><span class="tsd-kind-parameter">req</span>: <span class="tsd-signature-type">any</span></h5>
455
- <div class="tsd-comment tsd-typography"><p>express or mocked mobile requese</p>
456
- </div>
457
- <div class="tsd-comment tsd-typography"></div></li>
458
- <li>
459
- <h5><span class="tsd-kind-parameter">res</span>: <span class="tsd-signature-type">any</span></h5>
460
- <div class="tsd-comment tsd-typography"><p>express or mocked mobile response</p>
461
- </div>
462
- <div class="tsd-comment tsd-typography"></div></li>
463
- <li>
464
- <h5><span class="tsd-kind-parameter">param2</span>: <span class="tsd-signature-symbol">{ </span><br/><span>    </span><span class="tsd-kind-property">fieldName</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">fieldview</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><span class="tsd-kind-property">tableName</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></h5>
465
- <div class="tsd-comment tsd-typography"><p>table field and fieldview</p>
466
- </div>
467
- <div class="tsd-comment tsd-typography"></div>
468
- <ul class="tsd-parameters">
469
- <li class="tsd-parameter">
470
- <h5><span class="tsd-kind-property">field<wbr/>Name</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li>
471
- <li class="tsd-parameter">
472
- <h5><span class="tsd-kind-property">fieldview</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li>
473
- <li class="tsd-parameter">
474
- <h5><span class="tsd-kind-property">table<wbr/>Name</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li></ul></li></ul></div>
475
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h4><p>void and writes to res</p>
476
-
477
- <div class="tsd-comment tsd-typography"></div></li></ul></li></ul></li></ul></div><aside class="tsd-sources">
478
- <ul>
479
- <li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/61a472138b/packages/saltcorn-data/web-mobile-commons.ts#L505">saltcorn-data/web-mobile-commons.ts:505</a></li></ul></aside></section></section></div>
480
- <div class="col-sidebar">
481
- <div class="page-menu">
482
- <div class="tsd-navigation settings">
483
- <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
484
- <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)" id="icon-chevronDown"></path></svg>Settings</h3></summary>
485
- <div class="tsd-accordion-details">
486
- <div class="tsd-filter-visibility">
487
- <h4 class="uppercase">Member Visibility</h4><form>
488
- <ul id="tsd-filter-options">
489
- <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>
490
- <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>
491
- <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></form></div>
492
- <div class="tsd-theme-toggle">
493
- <h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
494
- <details open class="tsd-index-accordion tsd-page-navigation"><summary class="tsd-accordion-summary">
495
- <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon-chevronDown"></use></svg>On This Page</h3></summary>
496
- <div class="tsd-accordion-details">
497
- <ul>
498
- <li>
499
- <ul>
500
- <li><a href="#md:saltcorndata"><span>@saltcorn/data</span></a></li></ul></li>
501
- <li><a href="#state" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>state</span></a></li>
502
- <li><a href="#web_mobile_commons" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>web_<wbr/>mobile_<wbr/>commons</span></a></li></ul></div></details></div>
503
- <div class="site-menu">
504
- <nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>saltcorn-<wbr/>monorepo</span></a>
505
- <ul class="tsd-small-nested-navigation">
506
- <li><a href="_saltcorn_admin_models.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>@saltcorn/admin-<wbr/>models</span></a></li>
507
- <li><a href="_saltcorn_common_code.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>@saltcorn/common-<wbr/>code</span></a></li>
508
- <li>
509
- <details class="tsd-index-accordion" open data-key="@saltcorn/data"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon-chevronDown"></use></svg><a href="_saltcorn_data.html" class="current"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>@saltcorn/data</span></a></summary>
510
- <div class="tsd-accordion-details">
511
- <ul class="tsd-nested-navigation">
512
- <li><a href="_saltcorn_data.models.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>models</span></a></li>
513
- <li><a href="_saltcorn_data.plugin_helper.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>plugin_<wbr/>helper</span></a></li>
514
- <li><a href="_saltcorn_data.utils.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>utils</span></a></li>
515
- <li><a href="_saltcorn_data.html#state"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>state</span></a></li>
516
- <li><a href="_saltcorn_data.html#web_mobile_commons"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>web_<wbr/>mobile_<wbr/>commons</span></a></li>
517
- <li><a href="../variables/_saltcorn_data.db.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-32"></use></svg><span>db</span></a></li>
518
- <li><a href="../variables/_saltcorn_data.migrations.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-32"></use></svg><span>migrations</span></a></li></ul></div></details></li>
519
- <li><a href="_saltcorn_db_common.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>@saltcorn/db-<wbr/>common</span></a></li>
520
- <li><a href="_saltcorn_markup.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>@saltcorn/markup</span></a></li>
521
- <li><a href="_saltcorn_mobile_builder.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>@saltcorn/mobile-<wbr/>builder</span></a></li>
522
- <li><a href="_saltcorn_sqlite.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>@saltcorn/sqlite</span></a></li>
523
- <li><a href="_saltcorn_sqlite_mobile.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>@saltcorn/sqlite-<wbr/>mobile</span></a></li>
524
- <li><a href="_saltcorn_types.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>@saltcorn/types</span></a></li></ul></nav></div></div></div>
525
- <div class="tsd-generator">
526
- <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
527
- <div class="overlay"></div></body></html>
4
+ </section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Other"><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>Other</h2></summary><dl class="tsd-member-summaries"><dt class="tsd-member-summary" id=""><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data..html"></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="dbconnect_mobile"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.db_connect_mobile.html">db/connect_mobile</a><a href="#dbconnect_mobile" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="dbconnect_mobile-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.db_connect_mobile-1.html">db/connect_mobile</a><a href="#dbconnect_mobile-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="dbfa5-icons"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.db_fa5-icons.html">db/fa5-icons</a><a href="#dbfa5-icons" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="dbfa5-icons-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.db_fa5-icons-1.html">db/fa5-icons</a><a href="#dbfa5-icons-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="diagramcy_generate_utils"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.diagram_cy_generate_utils.html">diagram/cy_generate_utils</a><a href="#diagramcy_generate_utils" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="diagramcy_raster"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.diagram_cy_raster.html">diagram/cy_raster</a><a href="#diagramcy_raster" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="diagramnode_extract_utils"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.diagram_node_extract_utils.html">diagram/node_extract_utils</a><a href="#diagramnode_extract_utils" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="diagramnodesdummy_node"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.diagram_nodes_dummy_node.html">diagram/nodes/dummy_node</a><a href="#diagramnodesdummy_node" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="diagramnodesnode"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.diagram_nodes_node.html">diagram/nodes/node</a><a href="#diagramnodesnode" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="diagramnodespage_node"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.diagram_nodes_page_node.html">diagram/nodes/page_node</a><a href="#diagramnodespage_node" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="diagramnodestable_node"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.diagram_nodes_table_node.html">diagram/nodes/table_node</a><a href="#diagramnodestable_node" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="diagramnodestrigger_node"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.diagram_nodes_trigger_node.html">diagram/nodes/trigger_node</a><a href="#diagramnodestrigger_node" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="diagramnodesview_node"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.diagram_nodes_view_node.html">diagram/nodes/view_node</a><a href="#diagramnodesview_node" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="index"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.index.html">index</a><a href="#index" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202005141503"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202005141503.html">migrations/202005141503</a><a href="#migrations202005141503" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202005241712"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202005241712.html">migrations/202005241712</a><a href="#migrations202005241712" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202005251037"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202005251037.html">migrations/202005251037</a><a href="#migrations202005251037" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202005282134"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202005282134.html">migrations/202005282134</a><a href="#migrations202005282134" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202006022156"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202006022156.html">migrations/202006022156</a><a href="#migrations202006022156" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202006051507"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202006051507.html">migrations/202006051507</a><a href="#migrations202006051507" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202006240906"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202006240906.html">migrations/202006240906</a><a href="#migrations202006240906" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202007091707"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202007091707.html">migrations/202007091707</a><a href="#migrations202007091707" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202007202144"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202007202144.html">migrations/202007202144</a><a href="#migrations202007202144" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202008031500"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202008031500.html">migrations/202008031500</a><a href="#migrations202008031500" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202008051415"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202008051415.html">migrations/202008051415</a><a href="#migrations202008051415" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202008121149"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202008121149.html">migrations/202008121149</a><a href="#migrations202008121149" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202009112140"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202009112140.html">migrations/202009112140</a><a href="#migrations202009112140" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202009181655"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202009181655.html">migrations/202009181655</a><a href="#migrations202009181655" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202009221105"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202009221105.html">migrations/202009221105</a><a href="#migrations202009221105" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202009231331"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202009231331.html">migrations/202009231331</a><a href="#migrations202009231331" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202009301531"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202009301531.html">migrations/202009301531</a><a href="#migrations202009301531" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202010231444"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202010231444.html">migrations/202010231444</a><a href="#migrations202010231444" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202010251412"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202010251412.html">migrations/202010251412</a><a href="#migrations202010251412" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202011021749"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202011021749.html">migrations/202011021749</a><a href="#migrations202011021749" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202011051353"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202011051353.html">migrations/202011051353</a><a href="#migrations202011051353" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202011111127"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202011111127.html">migrations/202011111127</a><a href="#migrations202011111127" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202012011203"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202012011203.html">migrations/202012011203</a><a href="#migrations202012011203" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202012100841"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202012100841.html">migrations/202012100841</a><a href="#migrations202012100841" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202012281835"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202012281835.html">migrations/202012281835</a><a href="#migrations202012281835" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202101061051"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202101061051.html">migrations/202101061051</a><a href="#migrations202101061051" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202101141128"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202101141128.html">migrations/202101141128</a><a href="#migrations202101141128" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202102091312"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202102091312.html">migrations/202102091312</a><a href="#migrations202102091312" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202102101624"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202102101624.html">migrations/202102101624</a><a href="#migrations202102101624" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202102172148"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202102172148.html">migrations/202102172148</a><a href="#migrations202102172148" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202102261650"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202102261650.html">migrations/202102261650</a><a href="#migrations202102261650" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202106102347"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202106102347.html">migrations/202106102347</a><a href="#migrations202106102347" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202106112120"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202106112120.html">migrations/202106112120</a><a href="#migrations202106112120" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202106120012"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202106120012.html">migrations/202106120012</a><a href="#migrations202106120012" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202106120220"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202106120220.html">migrations/202106120220</a><a href="#migrations202106120220" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202106121701"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202106121701.html">migrations/202106121701</a><a href="#migrations202106121701" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202106121703"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202106121703.html">migrations/202106121703</a><a href="#migrations202106121703" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202106251126"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202106251126.html">migrations/202106251126</a><a href="#migrations202106251126" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202107281619"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202107281619.html">migrations/202107281619</a><a href="#migrations202107281619" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202107302158"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202107302158.html">migrations/202107302158</a><a href="#migrations202107302158" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202108022257"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202108022257.html">migrations/202108022257</a><a href="#migrations202108022257" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202109201624"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202109201624.html">migrations/202109201624</a><a href="#migrations202109201624" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202109301031"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202109301031.html">migrations/202109301031</a><a href="#migrations202109301031" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202111290253"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202111290253.html">migrations/202111290253</a><a href="#migrations202111290253" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202112282254"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202112282254.html">migrations/202112282254</a><a href="#migrations202112282254" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202207022002"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202207022002.html">migrations/202207022002</a><a href="#migrations202207022002" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202207252150"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202207252150.html">migrations/202207252150</a><a href="#migrations202207252150" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202207261221"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202207261221.html">migrations/202207261221</a><a href="#migrations202207261221" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202208101144"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202208101144.html">migrations/202208101144</a><a href="#migrations202208101144" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202210051058"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202210051058.html">migrations/202210051058</a><a href="#migrations202210051058" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202210101540"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202210101540.html">migrations/202210101540</a><a href="#migrations202210101540" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202211040031"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202211040031.html">migrations/202211040031</a><a href="#migrations202211040031" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202212112152"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202212112152.html">migrations/202212112152</a><a href="#migrations202212112152" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202301130917"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202301130917.html">migrations/202301130917</a><a href="#migrations202301130917" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202303201126"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202303201126.html">migrations/202303201126</a><a href="#migrations202303201126" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202303221944"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202303221944.html">migrations/202303221944</a><a href="#migrations202303221944" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202304281224"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202304281224.html">migrations/202304281224</a><a href="#migrations202304281224" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202305031518"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202305031518.html">migrations/202305031518</a><a href="#migrations202305031518" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202307211459"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202307211459.html">migrations/202307211459</a><a href="#migrations202307211459" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202308211648"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202308211648.html">migrations/202308211648</a><a href="#migrations202308211648" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202311011755"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202311011755.html">migrations/202311011755</a><a href="#migrations202311011755" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202311231356"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202311231356.html">migrations/202311231356</a><a href="#migrations202311231356" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202402071125"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202402071125.html">migrations/202402071125</a><a href="#migrations202402071125" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202406260915"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202406260915.html">migrations/202406260915</a><a href="#migrations202406260915" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202412051957"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202412051957.html">migrations/202412051957</a><a href="#migrations202412051957" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202412111526"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202412111526.html">migrations/202412111526</a><a href="#migrations202412111526" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202501081226"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202501081226.html">migrations/202501081226</a><a href="#migrations202501081226" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202501201239"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202501201239.html">migrations/202501201239</a><a href="#migrations202501201239" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202501262157"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202501262157.html">migrations/202501262157</a><a href="#migrations202501262157" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202502131103"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202502131103.html">migrations/202502131103</a><a href="#migrations202502131103" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202503071353"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202503071353.html">migrations/202503071353</a><a href="#migrations202503071353" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202506050958"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202506050958.html">migrations/202506050958</a><a href="#migrations202506050958" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202508011455"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202508011455.html">migrations/202508011455</a><a href="#migrations202508011455" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mockscopy_excluded_files"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_copy_excluded_files.html">mobile-mocks/copy_excluded_files</a><a href="#mobile-mockscopy_excluded_files" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksdbpostgres"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_db_postgres.html">mobile-mocks/db/postgres</a><a href="#mobile-mocksdbpostgres" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksdbsqlite"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_db_sqlite.html">mobile-mocks/db/sqlite</a><a href="#mobile-mocksdbsqlite" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksmodelsemail"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_models_email.html">mobile-mocks/models/email</a><a href="#mobile-mocksmodelsemail" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksmodelsinternalasync_json_stream"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_models_internal_async_json_stream.html">mobile-mocks/models/internal/async_json_stream</a><a href="#mobile-mocksmodelsinternalasync_json_stream" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksmodelspack"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_models_pack.html">mobile-mocks/models/pack</a><a href="#mobile-mocksmodelspack" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksnodeasync_hooks"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_node_async_hooks.html">mobile-mocks/node/async_hooks</a><a href="#mobile-mocksnodeasync_hooks" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksnodechild_process"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_node_child_process.html">mobile-mocks/node/child_process</a><a href="#mobile-mocksnodechild_process" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksnodefs"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_node_fs.html">mobile-mocks/node/fs</a><a href="#mobile-mocksnodefs" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksnodefs-extra"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_node_fs-extra.html">mobile-mocks/node/fs-extra</a><a href="#mobile-mocksnodefs-extra" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksnodefspromises"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_node_fs_promises.html">mobile-mocks/node/fs/promises</a><a href="#mobile-mocksnodefspromises" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksnodelatest-version"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_node_latest-version.html">mobile-mocks/node/latest-version</a><a href="#mobile-mocksnodelatest-version" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksnodev8"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_node_v8.html">mobile-mocks/node/v8</a><a href="#mobile-mocksnodev8" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksnpmenv-paths"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_npm_env-paths.html">mobile-mocks/npm/env-paths</a><a href="#mobile-mocksnpmenv-paths" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksnpmfirebase-admin"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_npm_firebase-admin.html">mobile-mocks/npm/firebase-admin</a><a href="#mobile-mocksnpmfirebase-admin" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksnpmfs-extended-attributes"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_npm_fs-extended-attributes.html">mobile-mocks/npm/fs-extended-attributes</a><a href="#mobile-mocksnpmfs-extended-attributes" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksnpmlive-plugin-manager"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_npm_live-plugin-manager.html">mobile-mocks/npm/live-plugin-manager</a><a href="#mobile-mocksnpmlive-plugin-manager" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksnpmtar"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_npm_tar.html">mobile-mocks/npm/tar</a><a href="#mobile-mocksnpmtar" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mockssaltcornhtml-pdf-node"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_saltcorn_html-pdf-node.html">mobile-mocks/saltcorn/html-pdf-node</a><a href="#mobile-mockssaltcornhtml-pdf-node" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mockssaltcornmigrate"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_saltcorn_migrate.html">mobile-mocks/saltcorn/migrate</a><a href="#mobile-mockssaltcornmigrate" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mockssaltcornplugin-testing"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_saltcorn_plugin-testing.html">mobile-mocks/saltcorn/plugin-testing</a><a href="#mobile-mockssaltcornplugin-testing" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="model-helper"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.model-helper.html">model-helper</a><a href="#model-helper" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsemail"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_email.html">models/email</a><a href="#modelsemail" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsemail-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_email-1.html">models/email</a><a href="#modelsemail-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsindex"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_index.html">models/index</a><a href="#modelsindex" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsindex-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_index-1.html">models/index</a><a href="#modelsindex-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsinternalasync_json_stream"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_internal_async_json_stream.html">models/internal/async_json_stream</a><a href="#modelsinternalasync_json_stream" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsinternalasync_json_stream-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_internal_async_json_stream-1.html">models/internal/async_json_stream</a><a href="#modelsinternalasync_json_stream-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsinternalpush_message_helper"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_internal_push_message_helper.html">models/internal/push_message_helper</a><a href="#modelsinternalpush_message_helper" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsinternalpush_message_helper-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_internal_push_message_helper-1.html">models/internal/push_message_helper</a><a href="#modelsinternalpush_message_helper-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsinternalquery"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_internal_query.html">models/internal/query</a><a href="#modelsinternalquery" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsinternalquery-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_internal_query-1.html">models/internal/query</a><a href="#modelsinternalquery-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsinternaltable_helper"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_internal_table_helper.html">models/internal/table_helper</a><a href="#modelsinternaltable_helper" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsinternaltable_helper-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_internal_table_helper-1.html">models/internal/table_helper</a><a href="#modelsinternaltable_helper-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelspage_group"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_page_group.html">models/page_group</a><a href="#modelspage_group" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelspage_group-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_page_group-1.html">models/page_group</a><a href="#modelspage_group-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelspage_group_member"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_page_group_member.html">models/page_group_member</a><a href="#modelspage_group_member" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelspage_group_member-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_page_group_member-1.html">models/page_group_member</a><a href="#modelspage_group_member-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelstag"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_tag.html">models/tag</a><a href="#modelstag" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelstag-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_tag-1.html">models/tag</a><a href="#modelstag-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelstag_entry"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_tag_entry.html">models/tag_entry</a><a href="#modelstag_entry" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelstag_entry-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_tag_entry-1.html">models/tag_entry</a><a href="#modelstag_entry-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="standard-menu"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.standard-menu.html">standard-menu</a><a href="#standard-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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsactionstest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_actions.test.html">tests/actions.test</a><a href="#testsactionstest" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsassertions"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_assertions.html">tests/assertions</a><a href="#testsassertions" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsauthtest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_auth.test.html">tests/auth.test</a><a href="#testsauthtest" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsauxtesttest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_auxtest.test.html">tests/auxtest.test</a><a href="#testsauxtesttest" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsbasetest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_base.test.html">tests/base.test</a><a href="#testsbasetest" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testscalctest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_calc.test.html">tests/calc.test</a><a href="#testscalctest" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testscommon_helpers"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_common_helpers.html">tests/common_helpers</a><a href="#testscommon_helpers" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testscomposite_pktest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_composite_pk.test.html">tests/composite_pk.test</a><a href="#testscomposite_pktest" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsconfigtest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_config.test.html">tests/config.test</a><a href="#testsconfigtest" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsdbtest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_db.test.html">tests/db.test</a><a href="#testsdbtest" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsdiscovertest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_discover.test.html">tests/discover.test</a><a href="#testsdiscovertest" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsedittest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_edit.test.html">tests/edit.test</a><a href="#testsedittest" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsemailtest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_email.test.html">tests/email.test</a><a href="#testsemailtest" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsexact_viewstest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_exact_views.test.html">tests/exact_views.test</a><a href="#testsexact_viewstest" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsfieldtest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_field.test.html">tests/field.test</a><a href="#testsfieldtest" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsfieldviewstest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_fieldviews.test.html">tests/fieldviews.test</a><a href="#testsfieldviewstest" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsfiletest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_file.test.html">tests/file.test</a><a href="#testsfiletest" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsfiltertest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_filter.test.html">tests/filter.test</a><a href="#testsfiltertest" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsformtest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_form.test.html">tests/form.test</a><a href="#testsformtest" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testslisttest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_list.test.html">tests/list.test</a><a href="#testslisttest" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsmocks"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_mocks.html">tests/mocks</a><a href="#testsmocks" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsmodelstest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_models.test.html">tests/models.test</a><a href="#testsmodelstest" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testspage_grouptest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_page_group.test.html">tests/page_group.test</a><a href="#testspage_grouptest" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testspagetest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_page.test.html">tests/page.test</a><a href="#testspagetest" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsplugintest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_plugin.test.html">tests/plugin.test</a><a href="#testsplugintest" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsremote_query_helper"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_remote_query_helper.html">tests/remote_query_helper</a><a href="#testsremote_query_helper" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsshowtest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_show.test.html">tests/show.test</a><a href="#testsshowtest" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsstatetest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_state.test.html">tests/state.test</a><a href="#testsstatetest" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="teststable_historytest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_table_history.test.html">tests/table_history.test</a><a href="#teststable_historytest" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="teststabletest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_table.test.html">tests/table.test</a><a href="#teststabletest" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="teststagtest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_tag.test.html">tests/tag.test</a><a href="#teststagtest" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsusertest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_user.test.html">tests/user.test</a><a href="#testsusertest" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsviewtest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_view.test.html">tests/view.test</a><a href="#testsviewtest" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsworkflow_runtest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_workflow_run.test.html">tests/workflow_run.test</a><a href="#testsworkflow_runtest" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsworkflowtest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_workflow.test.html">tests/workflow.test</a><a href="#testsworkflowtest" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="translate"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.translate.html">translate</a><a href="#translate" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="web-mobile-commons"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.web-mobile-commons.html">web-mobile-commons</a><a href="#web-mobile-commons" 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></span></dt><dd class="tsd-member-summary"></dd></dl></details><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-saltcorn-data"><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>saltcorn-data</h2></summary><dl class="tsd-member-summaries"><dt class="tsd-member-summary" id="base-pluginactions"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_actions.html">base-plugin/actions</a><a href="#base-pluginactions" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginactions-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_actions-1.html">base-plugin/actions</a><a href="#base-pluginactions-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginfieldviews"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_fieldviews.html">base-plugin/fieldviews</a><a href="#base-pluginfieldviews" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginfieldviews-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_fieldviews-1.html">base-plugin/fieldviews</a><a href="#base-pluginfieldviews-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginfileview"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_fileview.html">base-plugin/fileview</a><a href="#base-pluginfileview" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginfileview-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_fileview-1.html">base-plugin/fileview</a><a href="#base-pluginfileview-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginindex"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_index.html">base-plugin/index</a><a href="#base-pluginindex" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginindex-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_index-1.html">base-plugin/index</a><a href="#base-pluginindex-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginindex-2"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_index-2.html">base-plugin/index</a><a href="#base-pluginindex-2" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-plugintypes"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_types.html">base-plugin/types</a><a href="#base-plugintypes" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-plugintypes-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_types-1.html">base-plugin/types</a><a href="#base-plugintypes-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplatesedit"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_edit.html">base-plugin/viewtemplates/edit</a><a href="#base-pluginviewtemplatesedit" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplatesedit-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_edit-1.html">base-plugin/viewtemplates/edit</a><a href="#base-pluginviewtemplatesedit-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplatesfeed"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_feed.html">base-plugin/viewtemplates/feed</a><a href="#base-pluginviewtemplatesfeed" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplatesfeed-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_feed-1.html">base-plugin/viewtemplates/feed</a><a href="#base-pluginviewtemplatesfeed-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplatesfilter"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_filter.html">base-plugin/viewtemplates/filter</a><a href="#base-pluginviewtemplatesfilter" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplatesfilter-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_filter-1.html">base-plugin/viewtemplates/filter</a><a href="#base-pluginviewtemplatesfilter-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplateslist"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_list.html">base-plugin/viewtemplates/list</a><a href="#base-pluginviewtemplateslist" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplateslist-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_list-1.html">base-plugin/viewtemplates/list</a><a href="#base-pluginviewtemplateslist-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplateslistshowlist"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_listshowlist.html">base-plugin/viewtemplates/listshowlist</a><a href="#base-pluginviewtemplateslistshowlist" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplateslistshowlist-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_listshowlist-1.html">base-plugin/viewtemplates/listshowlist</a><a href="#base-pluginviewtemplateslistshowlist-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplatesroom"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_room.html">base-plugin/viewtemplates/room</a><a href="#base-pluginviewtemplatesroom" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplatesroom-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_room-1.html">base-plugin/viewtemplates/room</a><a href="#base-pluginviewtemplatesroom-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplatesroom-2"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_room-2.html">base-plugin/viewtemplates/room</a><a href="#base-pluginviewtemplatesroom-2" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplatesroom-3"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_room-3.html">base-plugin/viewtemplates/room</a><a href="#base-pluginviewtemplatesroom-3" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplatesshow"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_show.html">base-plugin/viewtemplates/show</a><a href="#base-pluginviewtemplatesshow" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplatesshow-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_show-1.html">base-plugin/viewtemplates/show</a><a href="#base-pluginviewtemplatesshow-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplatesviewable_fields"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_viewable_fields.html">base-plugin/viewtemplates/viewable_fields</a><a href="#base-pluginviewtemplatesviewable_fields" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplatesviewable_fields-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_viewable_fields-1.html">base-plugin/viewtemplates/viewable_fields</a><a href="#base-pluginviewtemplatesviewable_fields-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="contract"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.contract.html">contract</a><a href="#contract" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="dbconnect"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.db_connect.html">db/connect</a><a href="#dbconnect" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="dbconnect-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.db_connect-1.html">db/connect</a><a href="#dbconnect-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="dbfixtures"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.db_fixtures.html">db/fixtures</a><a href="#dbfixtures" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="dbfixtures-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.db_fixtures-1.html">db/fixtures</a><a href="#dbfixtures-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="dbindex"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.db_index.html">db/index</a><a href="#dbindex" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="dbindex-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.db_index-1.html">db/index</a><a href="#dbindex-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="dbindex-2"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.db_index-2.html">db/index</a><a href="#dbindex-2" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="dbreset_schema"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.db_reset_schema.html">db/reset_schema</a><a href="#dbreset_schema" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="dbreset_schema-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.db_reset_schema-1.html">db/reset_schema</a><a href="#dbreset_schema-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="dbstate"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.db_state.html">db/state</a><a href="#dbstate" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="dbstate-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.db_state-1.html">db/state</a><a href="#dbstate-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrate"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrate.html">migrate</a><a href="#migrate" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsconfig"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_config.html">models/config</a><a href="#modelsconfig" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsconfig-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_config-1.html">models/config</a><a href="#modelsconfig-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelscrash"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_crash.html">models/crash</a><a href="#modelscrash" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelscrash-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_crash-1.html">models/crash</a><a href="#modelscrash-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsdiscovery"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_discovery.html">models/discovery</a><a href="#modelsdiscovery" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsdiscovery-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_discovery-1.html">models/discovery</a><a href="#modelsdiscovery-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelseventlog"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_eventlog.html">models/eventlog</a><a href="#modelseventlog" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelseventlog-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_eventlog-1.html">models/eventlog</a><a href="#modelseventlog-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsexpression"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_expression.html">models/expression</a><a href="#modelsexpression" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsexpression-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_expression-1.html">models/expression</a><a href="#modelsexpression-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsfield"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_field.html">models/field</a><a href="#modelsfield" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsfield-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_field-1.html">models/field</a><a href="#modelsfield-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsfieldrepeat"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_fieldrepeat.html">models/fieldrepeat</a><a href="#modelsfieldrepeat" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsfieldrepeat-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_fieldrepeat-1.html">models/fieldrepeat</a><a href="#modelsfieldrepeat-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsfile"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_file.html">models/file</a><a href="#modelsfile" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsfile-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_file-1.html">models/file</a><a href="#modelsfile-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsform"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_form.html">models/form</a><a href="#modelsform" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsform-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_form-1.html">models/form</a><a href="#modelsform-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelslayout"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_layout.html">models/layout</a><a href="#modelslayout" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelslayout-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_layout-1.html">models/layout</a><a href="#modelslayout-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelslibrary"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_library.html">models/library</a><a href="#modelslibrary" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelslibrary-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_library-1.html">models/library</a><a href="#modelslibrary-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsmodel"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_model.html">models/model</a><a href="#modelsmodel" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsmodel-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_model-1.html">models/model</a><a href="#modelsmodel-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsmodel_instance"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_model_instance.html">models/model_instance</a><a href="#modelsmodel_instance" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsmodel_instance-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_model_instance-1.html">models/model_instance</a><a href="#modelsmodel_instance-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsnotification"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_notification.html">models/notification</a><a href="#modelsnotification" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsnotification-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_notification-1.html">models/notification</a><a href="#modelsnotification-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelspage"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_page.html">models/page</a><a href="#modelspage" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelspage-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_page-1.html">models/page</a><a href="#modelspage-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsplugin"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_plugin.html">models/plugin</a><a href="#modelsplugin" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsplugin-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_plugin-1.html">models/plugin</a><a href="#modelsplugin-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsrandom"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_random.html">models/random</a><a href="#modelsrandom" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsrandom-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_random-1.html">models/random</a><a href="#modelsrandom-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsrole"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_role.html">models/role</a><a href="#modelsrole" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsrole-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_role-1.html">models/role</a><a href="#modelsrole-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsscheduler"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_scheduler.html">models/scheduler</a><a href="#modelsscheduler" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsscheduler-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_scheduler-1.html">models/scheduler</a><a href="#modelsscheduler-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelstable"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_table.html">models/table</a><a href="#modelstable" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelstable-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_table-1.html">models/table</a><a href="#modelstable-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelstable_constraints"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_table_constraints.html">models/table_constraints</a><a href="#modelstable_constraints" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelstable_constraints-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_table_constraints-1.html">models/table_constraints</a><a href="#modelstable_constraints-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelstrigger"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_trigger.html">models/trigger</a><a href="#modelstrigger" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelstrigger-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_trigger-1.html">models/trigger</a><a href="#modelstrigger-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsuser"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_user.html">models/user</a><a href="#modelsuser" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsuser-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_user-1.html">models/user</a><a href="#modelsuser-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsview"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_view.html">models/view</a><a href="#modelsview" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsview-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_view-1.html">models/view</a><a href="#modelsview-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsworkflow"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_workflow.html">models/workflow</a><a href="#modelsworkflow" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsworkflow-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_workflow-1.html">models/workflow</a><a href="#modelsworkflow-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsworkflow_run"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_workflow_run.html">models/workflow_run</a><a href="#modelsworkflow_run" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsworkflow_run-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_workflow_run-1.html">models/workflow_run</a><a href="#modelsworkflow_run-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsworkflow_step"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_workflow_step.html">models/workflow_step</a><a href="#modelsworkflow_step" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsworkflow_step-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_workflow_step-1.html">models/workflow_step</a><a href="#modelsworkflow_step-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsworkflow_trace"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_workflow_trace.html">models/workflow_trace</a><a href="#modelsworkflow_trace" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsworkflow_trace-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_workflow_trace-1.html">models/workflow_trace</a><a href="#modelsworkflow_trace-1" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsworkflow_trace-2"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_workflow_trace-2.html">models/workflow_trace</a><a href="#modelsworkflow_trace-2" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsworkflow_trace-3"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_workflow_trace-3.html">models/workflow_trace</a><a href="#modelsworkflow_trace-3" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="plugin-helper"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.plugin-helper.html">plugin-helper</a><a href="#plugin-helper" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="plugin-testing"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.plugin-testing.html">plugin-testing</a><a href="#plugin-testing" 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></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="utils"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.utils.html">utils</a><a href="#utils" 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></span></dt><dd class="tsd-member-summary"></dd></dl></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"><a href="#saltcorndata"><span>@saltcorn/data</span></a><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Other"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Other</summary><div><a href="#"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span></span></a><a href="#dbconnect_mobile"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>db/connect_<wbr/>mobile</span></a><a href="#dbconnect_mobile-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>db/connect_<wbr/>mobile</span></a><a href="#dbfa5-icons"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>db/fa5-<wbr/>icons</span></a><a href="#dbfa5-icons-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>db/fa5-<wbr/>icons</span></a><a href="#diagramcy_generate_utils"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>diagram/cy_<wbr/>generate_<wbr/>utils</span></a><a href="#diagramcy_raster"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>diagram/cy_<wbr/>raster</span></a><a href="#diagramnode_extract_utils"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>diagram/node_<wbr/>extract_<wbr/>utils</span></a><a href="#diagramnodesdummy_node"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>diagram/nodes/dummy_<wbr/>node</span></a><a href="#diagramnodesnode"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>diagram/nodes/node</span></a><a href="#diagramnodespage_node"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>diagram/nodes/page_<wbr/>node</span></a><a href="#diagramnodestable_node"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>diagram/nodes/table_<wbr/>node</span></a><a href="#diagramnodestrigger_node"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>diagram/nodes/trigger_<wbr/>node</span></a><a href="#diagramnodesview_node"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>diagram/nodes/view_<wbr/>node</span></a><a href="#index"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>index</span></a><a href="#migrations202005141503"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202005141503</span></a><a href="#migrations202005241712"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202005241712</span></a><a href="#migrations202005251037"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202005251037</span></a><a href="#migrations202005282134"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202005282134</span></a><a href="#migrations202006022156"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202006022156</span></a><a href="#migrations202006051507"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202006051507</span></a><a href="#migrations202006240906"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202006240906</span></a><a href="#migrations202007091707"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202007091707</span></a><a href="#migrations202007202144"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202007202144</span></a><a href="#migrations202008031500"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202008031500</span></a><a href="#migrations202008051415"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202008051415</span></a><a href="#migrations202008121149"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202008121149</span></a><a href="#migrations202009112140"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202009112140</span></a><a href="#migrations202009181655"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202009181655</span></a><a href="#migrations202009221105"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202009221105</span></a><a href="#migrations202009231331"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202009231331</span></a><a href="#migrations202009301531"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202009301531</span></a><a href="#migrations202010231444"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202010231444</span></a><a href="#migrations202010251412"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202010251412</span></a><a href="#migrations202011021749"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202011021749</span></a><a href="#migrations202011051353"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202011051353</span></a><a href="#migrations202011111127"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202011111127</span></a><a href="#migrations202012011203"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202012011203</span></a><a href="#migrations202012100841"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202012100841</span></a><a href="#migrations202012281835"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202012281835</span></a><a href="#migrations202101061051"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202101061051</span></a><a href="#migrations202101141128"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202101141128</span></a><a href="#migrations202102091312"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202102091312</span></a><a href="#migrations202102101624"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202102101624</span></a><a href="#migrations202102172148"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202102172148</span></a><a href="#migrations202102261650"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202102261650</span></a><a href="#migrations202106102347"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202106102347</span></a><a href="#migrations202106112120"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202106112120</span></a><a href="#migrations202106120012"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202106120012</span></a><a href="#migrations202106120220"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202106120220</span></a><a href="#migrations202106121701"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202106121701</span></a><a href="#migrations202106121703"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202106121703</span></a><a href="#migrations202106251126"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202106251126</span></a><a href="#migrations202107281619"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202107281619</span></a><a href="#migrations202107302158"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202107302158</span></a><a href="#migrations202108022257"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202108022257</span></a><a href="#migrations202109201624"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202109201624</span></a><a href="#migrations202109301031"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202109301031</span></a><a href="#migrations202111290253"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202111290253</span></a><a href="#migrations202112282254"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202112282254</span></a><a href="#migrations202207022002"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202207022002</span></a><a href="#migrations202207252150"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202207252150</span></a><a href="#migrations202207261221"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202207261221</span></a><a href="#migrations202208101144"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202208101144</span></a><a href="#migrations202210051058"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202210051058</span></a><a href="#migrations202210101540"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202210101540</span></a><a href="#migrations202211040031"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202211040031</span></a><a href="#migrations202212112152"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202212112152</span></a><a href="#migrations202301130917"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202301130917</span></a><a href="#migrations202303201126"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202303201126</span></a><a href="#migrations202303221944"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202303221944</span></a><a href="#migrations202304281224"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202304281224</span></a><a href="#migrations202305031518"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202305031518</span></a><a href="#migrations202307211459"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202307211459</span></a><a href="#migrations202308211648"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202308211648</span></a><a href="#migrations202311011755"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202311011755</span></a><a href="#migrations202311231356"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202311231356</span></a><a href="#migrations202402071125"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202402071125</span></a><a href="#migrations202406260915"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202406260915</span></a><a href="#migrations202412051957"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202412051957</span></a><a href="#migrations202412111526"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202412111526</span></a><a href="#migrations202501081226"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202501081226</span></a><a href="#migrations202501201239"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202501201239</span></a><a href="#migrations202501262157"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202501262157</span></a><a href="#migrations202502131103"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202502131103</span></a><a href="#migrations202503071353"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202503071353</span></a><a href="#migrations202506050958"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202506050958</span></a><a href="#migrations202508011455"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202508011455</span></a><a href="#mobile-mockscopy_excluded_files"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/copy_<wbr/>excluded_<wbr/>files</span></a><a href="#mobile-mocksdbpostgres"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/db/postgres</span></a><a href="#mobile-mocksdbsqlite"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/db/sqlite</span></a><a href="#mobile-mocksmodelsemail"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/models/email</span></a><a href="#mobile-mocksmodelsinternalasync_json_stream"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/models/internal/async_<wbr/>json_<wbr/>stream</span></a><a href="#mobile-mocksmodelspack"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/models/pack</span></a><a href="#mobile-mocksnodeasync_hooks"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/node/async_<wbr/>hooks</span></a><a href="#mobile-mocksnodechild_process"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/node/child_<wbr/>process</span></a><a href="#mobile-mocksnodefs"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/node/fs</span></a><a href="#mobile-mocksnodefs-extra"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/node/fs-<wbr/>extra</span></a><a href="#mobile-mocksnodefspromises"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/node/fs/promises</span></a><a href="#mobile-mocksnodelatest-version"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/node/latest-<wbr/>version</span></a><a href="#mobile-mocksnodev8"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/node/v8</span></a><a href="#mobile-mocksnpmenv-paths"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/npm/env-<wbr/>paths</span></a><a href="#mobile-mocksnpmfirebase-admin"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/npm/firebase-<wbr/>admin</span></a><a href="#mobile-mocksnpmfs-extended-attributes"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/npm/fs-<wbr/>extended-<wbr/>attributes</span></a><a href="#mobile-mocksnpmlive-plugin-manager"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/npm/live-<wbr/>plugin-<wbr/>manager</span></a><a href="#mobile-mocksnpmtar"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/npm/tar</span></a><a href="#mobile-mockssaltcornhtml-pdf-node"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/saltcorn/html-<wbr/>pdf-<wbr/>node</span></a><a href="#mobile-mockssaltcornmigrate"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/saltcorn/migrate</span></a><a href="#mobile-mockssaltcornplugin-testing"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/saltcorn/plugin-<wbr/>testing</span></a><a href="#model-helper"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>model-<wbr/>helper</span></a><a href="#modelsemail"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/email</span></a><a href="#modelsemail-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/email</span></a><a href="#modelsindex"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/index</span></a><a href="#modelsindex-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/index</span></a><a href="#modelsinternalasync_json_stream"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/internal/async_<wbr/>json_<wbr/>stream</span></a><a href="#modelsinternalasync_json_stream-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/internal/async_<wbr/>json_<wbr/>stream</span></a><a href="#modelsinternalpush_message_helper"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/internal/push_<wbr/>message_<wbr/>helper</span></a><a href="#modelsinternalpush_message_helper-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/internal/push_<wbr/>message_<wbr/>helper</span></a><a href="#modelsinternalquery"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/internal/query</span></a><a href="#modelsinternalquery-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/internal/query</span></a><a href="#modelsinternaltable_helper"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/internal/table_<wbr/>helper</span></a><a href="#modelsinternaltable_helper-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/internal/table_<wbr/>helper</span></a><a href="#modelspage_group"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/page_<wbr/>group</span></a><a href="#modelspage_group-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/page_<wbr/>group</span></a><a href="#modelspage_group_member"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/page_<wbr/>group_<wbr/>member</span></a><a href="#modelspage_group_member-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/page_<wbr/>group_<wbr/>member</span></a><a href="#modelstag"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/tag</span></a><a href="#modelstag-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/tag</span></a><a href="#modelstag_entry"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/tag_<wbr/>entry</span></a><a href="#modelstag_entry-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/tag_<wbr/>entry</span></a><a href="#standard-menu"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>standard-<wbr/>menu</span></a><a href="#testsactionstest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/actions.test</span></a><a href="#testsassertions"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/assertions</span></a><a href="#testsauthtest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/auth.test</span></a><a href="#testsauxtesttest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/auxtest.test</span></a><a href="#testsbasetest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/base.test</span></a><a href="#testscalctest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/calc.test</span></a><a href="#testscommon_helpers"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/common_<wbr/>helpers</span></a><a href="#testscomposite_pktest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/composite_<wbr/>pk.test</span></a><a href="#testsconfigtest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/config.test</span></a><a href="#testsdbtest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/db.test</span></a><a href="#testsdiscovertest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/discover.test</span></a><a href="#testsedittest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/edit.test</span></a><a href="#testsemailtest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/email.test</span></a><a href="#testsexact_viewstest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/exact_<wbr/>views.test</span></a><a href="#testsfieldtest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/field.test</span></a><a href="#testsfieldviewstest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/fieldviews.test</span></a><a href="#testsfiletest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/file.test</span></a><a href="#testsfiltertest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/filter.test</span></a><a href="#testsformtest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/form.test</span></a><a href="#testslisttest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/list.test</span></a><a href="#testsmocks"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/mocks</span></a><a href="#testsmodelstest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/models.test</span></a><a href="#testspage_grouptest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/page_<wbr/>group.test</span></a><a href="#testspagetest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/page.test</span></a><a href="#testsplugintest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/plugin.test</span></a><a href="#testsremote_query_helper"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/remote_<wbr/>query_<wbr/>helper</span></a><a href="#testsshowtest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/show.test</span></a><a href="#testsstatetest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/state.test</span></a><a href="#teststable_historytest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/table_<wbr/>history.test</span></a><a href="#teststabletest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/table.test</span></a><a href="#teststagtest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/tag.test</span></a><a href="#testsusertest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/user.test</span></a><a href="#testsviewtest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/view.test</span></a><a href="#testsworkflow_runtest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/workflow_<wbr/>run.test</span></a><a href="#testsworkflowtest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/workflow.test</span></a><a href="#translate"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>translate</span></a><a href="#web-mobile-commons"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>web-<wbr/>mobile-<wbr/>commons</span></a></div></details><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-saltcorn-data"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>saltcorn-data</summary><div><a href="#base-pluginactions"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/actions</span></a><a href="#base-pluginactions-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/actions</span></a><a href="#base-pluginfieldviews"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/fieldviews</span></a><a href="#base-pluginfieldviews-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/fieldviews</span></a><a href="#base-pluginfileview"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/fileview</span></a><a href="#base-pluginfileview-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/fileview</span></a><a href="#base-pluginindex"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/index</span></a><a href="#base-pluginindex-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/index</span></a><a href="#base-pluginindex-2"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/index</span></a><a href="#base-plugintypes"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/types</span></a><a href="#base-plugintypes-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/types</span></a><a href="#base-pluginviewtemplatesedit"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/edit</span></a><a href="#base-pluginviewtemplatesedit-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/edit</span></a><a href="#base-pluginviewtemplatesfeed"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/feed</span></a><a href="#base-pluginviewtemplatesfeed-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/feed</span></a><a href="#base-pluginviewtemplatesfilter"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/filter</span></a><a href="#base-pluginviewtemplatesfilter-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/filter</span></a><a href="#base-pluginviewtemplateslist"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/list</span></a><a href="#base-pluginviewtemplateslist-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/list</span></a><a href="#base-pluginviewtemplateslistshowlist"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/listshowlist</span></a><a href="#base-pluginviewtemplateslistshowlist-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/listshowlist</span></a><a href="#base-pluginviewtemplatesroom"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/room</span></a><a href="#base-pluginviewtemplatesroom-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/room</span></a><a href="#base-pluginviewtemplatesroom-2"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/room</span></a><a href="#base-pluginviewtemplatesroom-3"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/room</span></a><a href="#base-pluginviewtemplatesshow"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/show</span></a><a href="#base-pluginviewtemplatesshow-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/show</span></a><a href="#base-pluginviewtemplatesviewable_fields"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/viewable_<wbr/>fields</span></a><a href="#base-pluginviewtemplatesviewable_fields-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/viewable_<wbr/>fields</span></a><a href="#contract"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>contract</span></a><a href="#dbconnect"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>db/connect</span></a><a href="#dbconnect-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>db/connect</span></a><a href="#dbfixtures"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>db/fixtures</span></a><a href="#dbfixtures-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>db/fixtures</span></a><a href="#dbindex"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>db/index</span></a><a href="#dbindex-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>db/index</span></a><a href="#dbindex-2"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>db/index</span></a><a href="#dbreset_schema"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>db/reset_<wbr/>schema</span></a><a href="#dbreset_schema-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>db/reset_<wbr/>schema</span></a><a href="#dbstate"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>db/state</span></a><a href="#dbstate-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>db/state</span></a><a href="#migrate"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrate</span></a><a href="#modelsconfig"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/config</span></a><a href="#modelsconfig-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/config</span></a><a href="#modelscrash"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/crash</span></a><a href="#modelscrash-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/crash</span></a><a href="#modelsdiscovery"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/discovery</span></a><a href="#modelsdiscovery-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/discovery</span></a><a href="#modelseventlog"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/eventlog</span></a><a href="#modelseventlog-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/eventlog</span></a><a href="#modelsexpression"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/expression</span></a><a href="#modelsexpression-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/expression</span></a><a href="#modelsfield"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/field</span></a><a href="#modelsfield-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/field</span></a><a href="#modelsfieldrepeat"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/fieldrepeat</span></a><a href="#modelsfieldrepeat-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/fieldrepeat</span></a><a href="#modelsfile"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/file</span></a><a href="#modelsfile-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/file</span></a><a href="#modelsform"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/form</span></a><a href="#modelsform-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/form</span></a><a href="#modelslayout"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/layout</span></a><a href="#modelslayout-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/layout</span></a><a href="#modelslibrary"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/library</span></a><a href="#modelslibrary-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/library</span></a><a href="#modelsmodel"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/model</span></a><a href="#modelsmodel-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/model</span></a><a href="#modelsmodel_instance"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/model_<wbr/>instance</span></a><a href="#modelsmodel_instance-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/model_<wbr/>instance</span></a><a href="#modelsnotification"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/notification</span></a><a href="#modelsnotification-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/notification</span></a><a href="#modelspage"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/page</span></a><a href="#modelspage-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/page</span></a><a href="#modelsplugin"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/plugin</span></a><a href="#modelsplugin-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/plugin</span></a><a href="#modelsrandom"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/random</span></a><a href="#modelsrandom-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/random</span></a><a href="#modelsrole"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/role</span></a><a href="#modelsrole-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/role</span></a><a href="#modelsscheduler"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/scheduler</span></a><a href="#modelsscheduler-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/scheduler</span></a><a href="#modelstable"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/table</span></a><a href="#modelstable-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/table</span></a><a href="#modelstable_constraints"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/table_<wbr/>constraints</span></a><a href="#modelstable_constraints-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/table_<wbr/>constraints</span></a><a href="#modelstrigger"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/trigger</span></a><a href="#modelstrigger-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/trigger</span></a><a href="#modelsuser"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/user</span></a><a href="#modelsuser-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/user</span></a><a href="#modelsview"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/view</span></a><a href="#modelsview-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/view</span></a><a href="#modelsworkflow"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/workflow</span></a><a href="#modelsworkflow-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/workflow</span></a><a href="#modelsworkflow_run"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/workflow_<wbr/>run</span></a><a href="#modelsworkflow_run-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/workflow_<wbr/>run</span></a><a href="#modelsworkflow_step"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/workflow_<wbr/>step</span></a><a href="#modelsworkflow_step-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/workflow_<wbr/>step</span></a><a href="#modelsworkflow_trace"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/workflow_<wbr/>trace</span></a><a href="#modelsworkflow_trace-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/workflow_<wbr/>trace</span></a><a href="#modelsworkflow_trace-2"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/workflow_<wbr/>trace</span></a><a href="#modelsworkflow_trace-3"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/workflow_<wbr/>trace</span></a><a href="#plugin-helper"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>plugin-<wbr/>helper</span></a><a href="#plugin-testing"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>plugin-<wbr/>testing</span></a><a href="#utils"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>utils</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>