@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
@@ -0,0 +1 @@
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>isEdit | Documentation</title><meta name="description" content="Documentation for Documentation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">Documentation</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/_saltcorn_data.html">@saltcorn/data</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.html">base-plugin/types</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.date.html">date</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.date.fieldviews.html">fieldviews</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.date.fieldviews.showDay.html">showDay</a></li><li><a href="" aria-current="page">isEdit</a></li></ul><h1>Variable isEdit</h1></div><div class="tsd-signature"><span class="tsd-kind-variable">isEdit</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/base-plugin/types.js#L2137">packages/saltcorn-data/base-plugin/types.js:2137</a></li></ul></aside></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></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>
@@ -0,0 +1 @@
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>show_with_html | Documentation</title><meta name="description" content="Documentation for Documentation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">Documentation</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/_saltcorn_data.html">@saltcorn/data</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.html">base-plugin/types</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.date.html">date</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.date.fieldviews.html">fieldviews</a></li><li><a href="" aria-current="page">show_with_html</a></li></ul><h1>Variable show_with_html</h1></div><div class="tsd-signature"><span class="tsd-kind-variable">show_with_html</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span><br/>    <span class="tsd-kind-property">configFields</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span><br/>        <span class="tsd-kind-property">attributes</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">mode</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">default</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">input_type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">label</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">sublabel</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><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">description</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">isEdit</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">run</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-type">any</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">req</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">attrs</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">string</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></div><div class="tsd-type-declaration"><h4>Type Declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter"><h5 id="configfields"><span class="tsd-kind-property">configFields</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{</span><br/>    <span class="tsd-kind-property">attributes</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">mode</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">default</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">input_type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">label</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">sublabel</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><span class="tsd-signature-symbol">[]</span></h5></li><li class="tsd-parameter"><h5 id="description"><span class="tsd-kind-property">description</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li><li class="tsd-parameter"><h5 id="isedit"><span class="tsd-kind-property">isEdit</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li><li class="tsd-parameter"><h5 id="run"><span class="tsd-kind-property">run</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-type">any</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">req</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">attrs</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">string</span></h5></li></ul></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/base-plugin/types.js#L2218">packages/saltcorn-data/base-plugin/types.js:2218</a></li></ul></aside></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></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>
@@ -0,0 +1 @@
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>description | Documentation</title><meta name="description" content="Documentation for Documentation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">Documentation</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/_saltcorn_data.html">@saltcorn/data</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.html">base-plugin/types</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.date.html">date</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.date.fieldviews.html">fieldviews</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.date.fieldviews.yearsAgo.html">yearsAgo</a></li><li><a href="" aria-current="page">description</a></li></ul><h1>Variable description</h1></div><div class="tsd-signature"><span class="tsd-kind-variable">description</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;Show how many years ago this occurred.&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/base-plugin/types.js#L2211">packages/saltcorn-data/base-plugin/types.js:2211</a></li></ul></aside></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></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>
@@ -0,0 +1 @@
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>isEdit | Documentation</title><meta name="description" content="Documentation for Documentation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">Documentation</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/_saltcorn_data.html">@saltcorn/data</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.html">base-plugin/types</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.date.html">date</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.date.fieldviews.html">fieldviews</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.date.fieldviews.yearsAgo.html">yearsAgo</a></li><li><a href="" aria-current="page">isEdit</a></li></ul><h1>Variable isEdit</h1></div><div class="tsd-signature"><span class="tsd-kind-variable">isEdit</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/base-plugin/types.js#L2210">packages/saltcorn-data/base-plugin/types.js:2210</a></li></ul></aside></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></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>
@@ -0,0 +1 @@
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>js_type | Documentation</title><meta name="description" content="Documentation for Documentation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">Documentation</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/_saltcorn_data.html">@saltcorn/data</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.html">base-plugin/types</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.date.html">date</a></li><li><a href="" aria-current="page">js_type</a></li></ul><h1>Variable js_type</h1></div><div class="tsd-signature"><span class="tsd-kind-variable">js_type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;Date&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/base-plugin/types.js#L2092">packages/saltcorn-data/base-plugin/types.js:2092</a></li></ul></aside></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></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>
@@ -0,0 +1 @@
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>name | Documentation</title><meta name="description" content="Documentation for Documentation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">Documentation</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/_saltcorn_data.html">@saltcorn/data</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.html">base-plugin/types</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.date.html">date</a></li><li><a href="" aria-current="page">name</a></li></ul><h1>Variable name</h1></div><div class="tsd-signature"><span class="tsd-kind-variable">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;Date&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/base-plugin/types.js#L2088">packages/saltcorn-data/base-plugin/types.js:2088</a></li></ul></aside></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></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>
@@ -0,0 +1 @@
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>sql_name | Documentation</title><meta name="description" content="Documentation for Documentation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">Documentation</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/_saltcorn_data.html">@saltcorn/data</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.html">base-plugin/types</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.date.html">date</a></li><li><a href="" aria-current="page">sql_name</a></li></ul><h1>Variable sql_name</h1></div><div class="tsd-signature"><span class="tsd-kind-variable">sql_name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/base-plugin/types.js#L2091">packages/saltcorn-data/base-plugin/types.js:2091</a></li></ul></aside></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></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>
@@ -0,0 +1 @@
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>attributes | Documentation</title><meta name="description" content="Documentation for Documentation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">Documentation</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/_saltcorn_data.html">@saltcorn/data</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.html">base-plugin/types</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.float.html">float</a></li><li><a href="" aria-current="page">attributes</a></li></ul><h1>Variable attributes</h1></div><div class="tsd-signature"><span class="tsd-kind-variable">attributes</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = ...</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/base-plugin/types.js#L2010">packages/saltcorn-data/base-plugin/types.js:2010</a></li></ul></aside></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></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>
@@ -0,0 +1 @@
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>description | Documentation</title><meta name="description" content="Documentation for Documentation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">Documentation</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/_saltcorn_data.html">@saltcorn/data</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.html">base-plugin/types</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.float.html">float</a></li><li><a href="" aria-current="page">description</a></li></ul><h1>Variable description</h1></div><div class="tsd-signature"><span class="tsd-kind-variable">description</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;Floating-point numbers&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/base-plugin/types.js#L1931">packages/saltcorn-data/base-plugin/types.js:1931</a></li></ul></aside></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></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>
@@ -0,0 +1 @@
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>distance_operators | Documentation</title><meta name="description" content="Documentation for Documentation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">Documentation</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/_saltcorn_data.html">@saltcorn/data</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.html">base-plugin/types</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.float.html">float</a></li><li><a href="" aria-current="page">distance_operators</a></li></ul><h1>Variable distance_operators</h1></div><div class="tsd-signature"><span class="tsd-kind-variable">distance_operators</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">near</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">args</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = ...</span></div><div class="tsd-type-declaration"><h4>Type Declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter"><h5 id="near"><span class="tsd-kind-property">near</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">args</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span></h5></li></ul></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/base-plugin/types.js#L1944">packages/saltcorn-data/base-plugin/types.js:1944</a></li></ul></aside></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></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>
@@ -0,0 +1 @@
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>above_input | Documentation</title><meta name="description" content="Documentation for Documentation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">Documentation</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/_saltcorn_data.html">@saltcorn/data</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.html">base-plugin/types</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.float.html">float</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.float.fieldviews.html">fieldviews</a></li><li><a href="" aria-current="page">above_input</a></li></ul><h1>Variable above_input</h1></div><div class="tsd-signature"><span class="tsd-kind-variable">above_input</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span><br/>    <span class="tsd-kind-property">blockDisplay</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">isEdit</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">isFilter</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">run</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><br/>        <span class="tsd-kind-parameter">nm</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/>        <span class="tsd-kind-parameter">v</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/>        <span class="tsd-kind-parameter">attrs</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">,</span><br/>        <span class="tsd-kind-parameter">cls</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/>        <span class="tsd-kind-parameter">required</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/>        <span class="tsd-kind-parameter">field</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/>        <span class="tsd-kind-parameter">state</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-signature-symbol">)</span> <span class="tsd-signature-symbol">=&gt;</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = ...</span></div><div class="tsd-type-declaration"><h4>Type Declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter"><h5 id="blockdisplay"><span class="tsd-kind-property">blockDisplay</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li><li class="tsd-parameter"><h5 id="isedit"><span class="tsd-kind-property">isEdit</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li><li class="tsd-parameter"><h5 id="isfilter"><span class="tsd-kind-property">isFilter</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li><li class="tsd-parameter"><h5 id="run"><span class="tsd-kind-property">run</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><br/>    <span class="tsd-kind-parameter">nm</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">v</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">attrs</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">cls</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">required</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">field</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">state</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span> <span class="tsd-signature-symbol">=&gt;</span> <span class="tsd-signature-type">string</span></h5></li></ul></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/base-plugin/types.js#L2004">packages/saltcorn-data/base-plugin/types.js:2004</a></li></ul></aside></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></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>
@@ -0,0 +1 @@
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>below_input | Documentation</title><meta name="description" content="Documentation for Documentation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">Documentation</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/_saltcorn_data.html">@saltcorn/data</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.html">base-plugin/types</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.float.html">float</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.float.fieldviews.html">fieldviews</a></li><li><a href="" aria-current="page">below_input</a></li></ul><h1>Variable below_input</h1></div><div class="tsd-signature"><span class="tsd-kind-variable">below_input</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span><br/>    <span class="tsd-kind-property">blockDisplay</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">isEdit</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">isFilter</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">run</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><br/>        <span class="tsd-kind-parameter">nm</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/>        <span class="tsd-kind-parameter">v</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/>        <span class="tsd-kind-parameter">attrs</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">,</span><br/>        <span class="tsd-kind-parameter">cls</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/>        <span class="tsd-kind-parameter">required</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/>        <span class="tsd-kind-parameter">field</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/>        <span class="tsd-kind-parameter">state</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-signature-symbol">)</span> <span class="tsd-signature-symbol">=&gt;</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = ...</span></div><div class="tsd-type-declaration"><h4>Type Declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter"><h5 id="blockdisplay"><span class="tsd-kind-property">blockDisplay</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li><li class="tsd-parameter"><h5 id="isedit"><span class="tsd-kind-property">isEdit</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li><li class="tsd-parameter"><h5 id="isfilter"><span class="tsd-kind-property">isFilter</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li><li class="tsd-parameter"><h5 id="run"><span class="tsd-kind-property">run</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><br/>    <span class="tsd-kind-parameter">nm</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">v</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">attrs</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">cls</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">required</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">field</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-kind-parameter">state</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span> <span class="tsd-signature-symbol">=&gt;</span> <span class="tsd-signature-type">string</span></h5></li></ul></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/base-plugin/types.js#L2005">packages/saltcorn-data/base-plugin/types.js:2005</a></li></ul></aside></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></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>
@@ -0,0 +1 @@
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>blockDisplay | Documentation</title><meta name="description" content="Documentation for Documentation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">Documentation</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/_saltcorn_data.html">@saltcorn/data</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.html">base-plugin/types</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.float.html">float</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.float.fieldviews.html">fieldviews</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.float.fieldviews.edit.html">edit</a></li><li><a href="" aria-current="page">blockDisplay</a></li></ul><h1>Variable blockDisplay</h1></div><div class="tsd-signature"><span class="tsd-kind-variable">blockDisplay</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = true</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/base-plugin/types.js#L1969">packages/saltcorn-data/base-plugin/types.js:1969</a></li></ul></aside></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></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>
@@ -0,0 +1 @@
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>configFields | Documentation</title><meta name="description" content="Documentation for Documentation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">Documentation</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/_saltcorn_data.html">@saltcorn/data</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.html">base-plugin/types</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.float.html">float</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.float.fieldviews.html">fieldviews</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.float.fieldviews.edit.html">edit</a></li><li><a href="" aria-current="page">configFields</a></li></ul><h1>Variable configFields</h1></div><div class="tsd-signature"><span class="tsd-kind-variable">configFields</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">label</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = ...</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/base-plugin/types.js#L1971">packages/saltcorn-data/base-plugin/types.js:1971</a></li></ul></aside></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></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>
@@ -0,0 +1 @@
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>description | Documentation</title><meta name="description" content="Documentation for Documentation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">Documentation</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/_saltcorn_data.html">@saltcorn/data</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.html">base-plugin/types</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.float.html">float</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.float.fieldviews.html">fieldviews</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.float.fieldviews.edit.html">edit</a></li><li><a href="" aria-current="page">description</a></li></ul><h1>Variable description</h1></div><div class="tsd-signature"><span class="tsd-kind-variable">description</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &quot;Number input&quot;</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/base-plugin/types.js#L1970">packages/saltcorn-data/base-plugin/types.js:1970</a></li></ul></aside></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></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>
@@ -0,0 +1 @@
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>isEdit | Documentation</title><meta name="description" content="Documentation for Documentation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">Documentation</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/_saltcorn_data.html">@saltcorn/data</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.html">base-plugin/types</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.float.html">float</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.float.fieldviews.html">fieldviews</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.float.fieldviews.edit.html">edit</a></li><li><a href="" aria-current="page">isEdit</a></li></ul><h1>Variable isEdit</h1></div><div class="tsd-signature"><span class="tsd-kind-variable">isEdit</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = true</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/base-plugin/types.js#L1968">packages/saltcorn-data/base-plugin/types.js:1968</a></li></ul></aside></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></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>
@@ -0,0 +1 @@
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>heat_cell | Documentation</title><meta name="description" content="Documentation for Documentation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">Documentation</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/_saltcorn_data.html">@saltcorn/data</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.html">base-plugin/types</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.float.html">float</a></li><li><a href="../modules/_saltcorn_data.base-plugin_types.float.fieldviews.html">fieldviews</a></li><li><a href="" aria-current="page">heat_cell</a></li></ul><h1>Variable heat_cell</h1></div><div class="tsd-signature"><span class="tsd-kind-variable">heat_cell</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span><br/>    <span class="tsd-kind-property">configFields</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><br/>        <span class="tsd-kind-parameter">field</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/>    <span class="tsd-signature-symbol">)</span> <span class="tsd-signature-symbol">=&gt;</span> (<br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-symbol">{</span><br/>            <span class="tsd-kind-property">attributes</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">class</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">default</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">label</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">required</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">showIf</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">type</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><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-symbol">{</span><br/>            <span class="tsd-kind-property">attributes</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">class</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">default</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">label</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">required</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">showIf</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">max_min_formula</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-signature-symbol">}</span><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-symbol">{</span><br/>            <span class="tsd-kind-property">attributes</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">class</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">default</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">label</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">required</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">showIf</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">max_min_formula</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">type</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><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-symbol">{</span><br/>            <span class="tsd-kind-property">attributes</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">options</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">class</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">default</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">label</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">required</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">showIf</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">type</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><br/>        <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-symbol">{</span><br/>            <span class="tsd-kind-property">attributes</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">class</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">default</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">label</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">required</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">showIf</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>            <span class="tsd-kind-property">type</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><br/>    )<span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">description</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">isEdit</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">run</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-type">any</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">req</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">attrs</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">string</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = ...</span></div><div class="tsd-type-declaration"><h4>Type Declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter"><h5 id="configfields"><span class="tsd-kind-property">configFields</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><br/>    <span class="tsd-kind-parameter">field</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span> <span class="tsd-signature-symbol">=&gt;</span> (<br/>    <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-symbol">{</span><br/>        <span class="tsd-kind-property">attributes</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">class</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">default</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">label</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">required</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">showIf</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">type</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><br/>    <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-symbol">{</span><br/>        <span class="tsd-kind-property">attributes</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">class</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">default</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">label</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">required</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">showIf</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">max_min_formula</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-signature-symbol">}</span><br/>    <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-symbol">{</span><br/>        <span class="tsd-kind-property">attributes</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">class</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">default</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">label</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">required</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">showIf</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">max_min_formula</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">type</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><br/>    <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-symbol">{</span><br/>        <span class="tsd-kind-property">attributes</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">options</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">class</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">default</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">label</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">required</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">showIf</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">type</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><br/>    <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-symbol">{</span><br/>        <span class="tsd-kind-property">attributes</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">class</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">default</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">label</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">required</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">showIf</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">type</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><br/>)<span class="tsd-signature-symbol">[]</span></h5></li><li class="tsd-parameter"><h5 id="description"><span class="tsd-kind-property">description</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li><li class="tsd-parameter"><h5 id="isedit"><span class="tsd-kind-property">isEdit</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li><li class="tsd-parameter"><h5 id="run"><span class="tsd-kind-property">run</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-type">any</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">req</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">attrs</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">string</span></h5></li></ul></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-data/base-plugin/types.js#L2003">packages/saltcorn-data/base-plugin/types.js:2003</a></li></ul></aside></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></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>