@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.
- package/CHANGELOG.md +14 -4
- package/docs/assets/hierarchy.js +1 -0
- package/docs/assets/icons.js +18 -0
- package/docs/assets/icons.svg +1 -0
- package/docs/assets/main.js +5 -3
- package/docs/assets/navigation.js +1 -0
- package/docs/assets/search.js +1 -1
- package/docs/assets/style.css +1449 -1183
- package/docs/classes/_saltcorn_admin-models.models_snapshot.export_.html +14 -0
- package/docs/classes/_saltcorn_common-code.relations_relation.Relation.html +13 -0
- package/docs/classes/_saltcorn_common-code.relations_relations_finder.RelationsFinder.html +11 -0
- package/docs/classes/_saltcorn_data.diagram_cy_raster.default.html +13 -0
- package/docs/classes/_saltcorn_data.diagram_nodes_dummy_node.DummyNode.html +19 -0
- package/docs/classes/_saltcorn_data.diagram_nodes_node.default.html +20 -0
- package/docs/classes/_saltcorn_data.diagram_nodes_page_node.PageNode.html +20 -0
- package/docs/classes/_saltcorn_data.diagram_nodes_table_node.TableNode.html +20 -0
- package/docs/classes/_saltcorn_data.diagram_nodes_trigger_node.TriggerNode.html +19 -0
- package/docs/classes/_saltcorn_data.diagram_nodes_view_node.ViewNode.html +20 -0
- package/docs/classes/_saltcorn_data.mobile-mocks_node_async_hooks.AsyncLocalStorage.html +4 -0
- package/docs/classes/_saltcorn_data.models_crash.export_.html +19 -0
- package/docs/classes/_saltcorn_data.models_eventlog.export_.html +20 -0
- package/docs/classes/_saltcorn_data.models_field.export_.html +85 -0
- package/docs/classes/_saltcorn_data.models_fieldrepeat.export_.html +18 -0
- package/docs/classes/_saltcorn_data.models_file.export_.html +92 -0
- package/docs/classes/_saltcorn_data.models_form.export_.html +40 -0
- package/docs/classes/_saltcorn_data.models_internal_push_message_helper.PushMessageHelper.html +12 -0
- package/docs/classes/_saltcorn_data.models_library.export_.html +15 -0
- package/docs/classes/_saltcorn_data.models_model.export_.html +20 -0
- package/docs/classes/_saltcorn_data.models_model_instance.export_.html +23 -0
- package/docs/classes/_saltcorn_data.models_notification.export_.html +19 -0
- package/docs/classes/_saltcorn_data.models_page.export_.html +34 -0
- package/docs/classes/_saltcorn_data.models_page_group.export_.html +52 -0
- package/docs/classes/_saltcorn_data.models_page_group_member.export_.html +28 -0
- package/docs/classes/_saltcorn_data.models_plugin.export_.html +38 -0
- package/docs/classes/_saltcorn_data.models_role.export_.html +11 -0
- package/docs/classes/_saltcorn_data.models_table.export_.html +294 -0
- package/docs/classes/_saltcorn_data.models_table_constraints.export_.html +15 -0
- package/docs/classes/_saltcorn_data.models_tag.export_.html +23 -0
- package/docs/classes/_saltcorn_data.models_tag_entry.export_.html +14 -0
- package/docs/classes/_saltcorn_data.models_trigger.export_.html +62 -0
- package/docs/classes/_saltcorn_data.models_user.export_.html +90 -0
- package/docs/classes/_saltcorn_data.models_view.export_.html +82 -0
- package/docs/classes/_saltcorn_data.models_workflow.export_.html +19 -0
- package/docs/classes/_saltcorn_data.models_workflow_run.export_.html +37 -0
- package/docs/classes/_saltcorn_data.models_workflow_step.export_.html +26 -0
- package/docs/classes/_saltcorn_data.models_workflow_trace.export_-1.html +20 -0
- package/docs/classes/_saltcorn_data.models_workflow_trace.export_.html +16 -0
- package/docs/classes/_saltcorn_mobile-builder.mobile-builder.MobileBuilder.html +37 -0
- package/docs/classes/_saltcorn_mobile-builder.utils_capacitor-helper.CapacitorHelper.html +21 -0
- package/docs/enums/_saltcorn_common-code.relations_relation_types.RelationType.html +7 -0
- package/docs/enums/_saltcorn_common-code.relations_relation_types.ViewDisplayType.html +4 -0
- package/docs/functions/_saltcorn_admin-models.models_config-check.runConfigurationCheck.html +2 -0
- package/docs/functions/_saltcorn_common-code.relations_relation_helpers.buildRelationPath.html +5 -0
- package/docs/functions/_saltcorn_common-code.relations_relation_helpers.buildTableCaches.html +3 -0
- package/docs/functions/_saltcorn_common-code.relations_relation_helpers.parseLegacyRelation.html +1 -0
- package/docs/functions/_saltcorn_common-code.relations_relation_helpers.parseRelationPath.html +4 -0
- package/docs/functions/_saltcorn_common-code.tests_test_data.fixturesData.html +1 -0
- package/docs/functions/_saltcorn_common-code.tests_test_data.withAnotherUserField.html +1 -0
- package/docs/functions/_saltcorn_common-code.tests_test_data.withKeyFromLayerThree.html +1 -0
- package/docs/functions/_saltcorn_common-code.tests_test_data.withKeyFromLayerTwo.html +1 -0
- package/docs/functions/_saltcorn_common-code.tests_test_data.withMultipleInbounds.html +1 -0
- package/docs/functions/_saltcorn_common-code.tests_test_data.withSecondTopicField.html +1 -0
- package/docs/functions/_saltcorn_common-code.tests_test_data.withSimplePostTopicrelation.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_fieldviews.radio_select.run.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_fieldviews.search_or_create.configFields.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_fieldviews.search_or_create.run.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_fieldviews.select.run.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_fieldviews.select_from_table.fill_options.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_fieldviews.select_from_table.run.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.contract.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.fieldviews.TrueFalse.run.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.fieldviews.checkboxes.run.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.fieldviews.edit.run.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.fieldviews.show.run.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.fieldviews.tristate.run.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.listAs.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.read.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.readFromDB.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.readFromFormRecord.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.validate.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.color.contract.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.color.fieldviews.edit.run.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.color.fieldviews.show.run.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.color.read.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.color.validate.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.date.contract.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.date.equals.html +3 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.edit.run.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.editDay.run.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.format.run.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.relative.run.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.show.run.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.showDay.run.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.yearsAgo.run.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.date.presets.Now.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.date.read.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.date.validate.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.float.contract.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.float.equals.html +3 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.float.fieldviews.edit.run.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.float.fieldviews.show.run.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.float.read.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.float.validate.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.int.contract.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.int.read.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.int.validate.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.int.validate_attributes.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.string.attributes.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.string.contract.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.as_header.run.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.as_link.run.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.as_text.run.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.edit.configFields.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.edit.run.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.img_from_url.run.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.password.run.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.radio_group.run.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.run.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.string.presets.IP.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.string.presets.SessionID.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.string.read.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.string.validate.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_types.string.validate_attributes.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.action_link.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.action_url.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.fill_presets.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.getForm.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.get_view_link_query.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.get_viewable_fields.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.get_viewable_fields_from_layout.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.make_link.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.objToQueryString.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.parse_view_select.html +3 -0
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.splitUniques.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.standardBlockDispatch.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.standardLayoutRowVisitor.html +1 -0
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.view_linker.html +1 -0
- package/docs/functions/_saltcorn_data.db_connect_mobile.getConnectObject.html +1 -0
- package/docs/functions/_saltcorn_data.db_reset_schema.export_.html +8 -0
- package/docs/functions/_saltcorn_data.diagram_cy_generate_utils.generateCyCode.html +3 -0
- package/docs/functions/_saltcorn_data.diagram_cy_generate_utils.genereateCyCfg.html +3 -0
- package/docs/functions/_saltcorn_data.diagram_node_extract_utils.buildObjectTrees.html +5 -0
- package/docs/functions/_saltcorn_data.diagram_node_extract_utils.extractFromColumns.html +4 -0
- package/docs/functions/_saltcorn_data.diagram_node_extract_utils.extractFromLayout.html +4 -0
- package/docs/functions/_saltcorn_data.diagram_node_extract_utils.extractViewToCreate.html +4 -0
- package/docs/functions/_saltcorn_data.migrate.create_blank_migration.html +2 -0
- package/docs/functions/_saltcorn_data.migrate.getMigrationsInDB.html +1 -0
- package/docs/functions/_saltcorn_data.migrate.migrate.html +3 -0
- package/docs/functions/_saltcorn_data.migrations_202102091312.js.html +1 -0
- package/docs/functions/_saltcorn_data.migrations_202210051058.js.html +1 -0
- package/docs/functions/_saltcorn_data.migrations_202210101540.js.html +1 -0
- package/docs/functions/_saltcorn_data.migrations_202304281224.js.html +1 -0
- package/docs/functions/_saltcorn_data.migrations_202307211459.js.html +1 -0
- package/docs/functions/_saltcorn_data.migrations_202502131103.js.html +1 -0
- package/docs/functions/_saltcorn_data.migrations_202508011455.js.html +1 -0
- package/docs/functions/_saltcorn_data.mobile-mocks_node_child_process.export_.html +1 -0
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs.createReadStream.html +1 -0
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs.readdirSync.html +1 -0
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs.writeFileSync.html +1 -0
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.mkdir.html +1 -0
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.readFile.html +1 -0
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.stat.html +1 -0
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.unlink.html +1 -0
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.writeFile.html +1 -0
- package/docs/functions/_saltcorn_data.mobile-mocks_node_latest-version.default.html +1 -0
- package/docs/functions/_saltcorn_data.mobile-mocks_node_v8.deserialize.html +1 -0
- package/docs/functions/_saltcorn_data.mobile-mocks_node_v8.serialize.html +1 -0
- package/docs/functions/_saltcorn_data.mobile-mocks_npm_env-paths.export_.html +1 -0
- package/docs/functions/_saltcorn_data.model-helper.get_predictor.html +1 -0
- package/docs/functions/_saltcorn_data.model-helper.run_jupyter_model.html +1 -0
- package/docs/functions/_saltcorn_data.model-helper.shorten_trackback.html +1 -0
- package/docs/functions/_saltcorn_data.model-helper.write_csv.html +1 -0
- package/docs/functions/_saltcorn_data.models_internal_async_json_stream.default.html +1 -0
- package/docs/functions/_saltcorn_data.models_internal_query.aggregation_query_fields.html +1 -0
- package/docs/functions/_saltcorn_data.models_internal_query.getAggAndField.html +1 -0
- package/docs/functions/_saltcorn_data.models_internal_query.joinfield_renamer.html +1 -0
- package/docs/functions/_saltcorn_data.models_internal_query.process_aggregations.html +1 -0
- package/docs/functions/_saltcorn_data.models_internal_table_helper.boolExamples.html +1 -0
- package/docs/functions/_saltcorn_data.models_internal_table_helper.colorExamples.html +1 -0
- package/docs/functions/_saltcorn_data.models_internal_table_helper.floatExamples.html +1 -0
- package/docs/functions/_saltcorn_data.models_internal_table_helper.get_formula_examples.html +1 -0
- package/docs/functions/_saltcorn_data.models_internal_table_helper.intExamples.html +1 -0
- package/docs/functions/_saltcorn_data.models_internal_table_helper.stringExamples.html +1 -0
- package/docs/functions/_saltcorn_data.plugin-helper.build_schema_data.html +1 -0
- package/docs/functions/_saltcorn_data.plugin-helper.calcfldViewConfig.html +1 -0
- package/docs/functions/_saltcorn_data.plugin-helper.calcfldViewOptions.html +1 -0
- package/docs/functions/_saltcorn_data.plugin-helper.calcrelViewOptions.html +6 -0
- package/docs/functions/_saltcorn_data.plugin-helper.displayType.html +1 -0
- package/docs/functions/_saltcorn_data.plugin-helper.field_picker_fields.html +1 -0
- package/docs/functions/_saltcorn_data.plugin-helper.generate_joined_query.html +1 -0
- package/docs/functions/_saltcorn_data.plugin-helper.getActionConfigFields.html +2 -0
- package/docs/functions/_saltcorn_data.plugin-helper.get_child_views.html +2 -0
- package/docs/functions/_saltcorn_data.plugin-helper.get_inbound_relation_opts.html +2 -0
- package/docs/functions/_saltcorn_data.plugin-helper.get_inbound_self_relation_opts.html +6 -0
- package/docs/functions/_saltcorn_data.plugin-helper.get_link_view_opts.html +1 -0
- package/docs/functions/_saltcorn_data.plugin-helper.get_many_to_many_relation_opts.html +7 -0
- package/docs/functions/_saltcorn_data.plugin-helper.get_parent_views.html +2 -0
- package/docs/functions/_saltcorn_data.plugin-helper.initial_config_all_fields.html +2 -0
- package/docs/functions/_saltcorn_data.plugin-helper.json_list_to_external_table.html +3 -0
- package/docs/functions/_saltcorn_data.plugin-helper.link_view.html +1 -0
- package/docs/functions/_saltcorn_data.plugin-helper.pathToState.html +1 -0
- package/docs/functions/_saltcorn_data.plugin-helper.picked_fields_to_query.html +2 -0
- package/docs/functions/_saltcorn_data.plugin-helper.readState.html +2 -0
- package/docs/functions/_saltcorn_data.plugin-helper.readStateStrict.html +3 -0
- package/docs/functions/_saltcorn_data.plugin-helper.runCollabEvents.html +5 -0
- package/docs/functions/_saltcorn_data.plugin-helper.run_action_column.html +2 -0
- package/docs/functions/_saltcorn_data.plugin-helper.stateFieldsToQuery.html +2 -0
- package/docs/functions/_saltcorn_data.plugin-helper.stateFieldsToWhere.html +1 -0
- package/docs/functions/_saltcorn_data.plugin-helper.stateToQueryString.html +1 -0
- package/docs/functions/_saltcorn_data.plugin-helper.strictParseInt.html +2 -0
- package/docs/functions/_saltcorn_data.plugin-testing.auto_test_plugin.html +1 -0
- package/docs/functions/_saltcorn_data.plugin-testing.check_view_columns.html +1 -0
- package/docs/functions/_saltcorn_data.plugin-testing.generate_attributes.html +1 -0
- package/docs/functions/_saltcorn_data.standard-menu.export_.html +1 -0
- package/docs/functions/_saltcorn_data.tests_assertions.assertIsErrorMsg.html +1 -0
- package/docs/functions/_saltcorn_data.tests_assertions.assertIsErrorsMsg.html +1 -0
- package/docs/functions/_saltcorn_data.tests_assertions.assertIsSet.html +1 -0
- package/docs/functions/_saltcorn_data.tests_assertions.assertIsType.html +1 -0
- package/docs/functions/_saltcorn_data.tests_assertions.assertsIsSuccessMessage.html +1 -0
- package/docs/functions/_saltcorn_data.tests_assertions.assertsObjectIsUser.html +1 -0
- package/docs/functions/_saltcorn_data.tests_common_helpers.createAnotherUserField.html +1 -0
- package/docs/functions/_saltcorn_data.tests_common_helpers.createKeyFromLevelTwo.html +1 -0
- package/docs/functions/_saltcorn_data.tests_common_helpers.createLevelThreeInbound.html +1 -0
- package/docs/functions/_saltcorn_data.tests_common_helpers.createMultipleInbounds.html +1 -0
- package/docs/functions/_saltcorn_data.tests_common_helpers.createSecondTopicField.html +1 -0
- package/docs/functions/_saltcorn_data.tests_common_helpers.prepareEmployeeDepartment.html +1 -0
- package/docs/functions/_saltcorn_data.tests_common_helpers.prepareSimpleTopicPostRelation.html +1 -0
- package/docs/functions/_saltcorn_data.tests_remote_query_helper.deleteViewFromServer.html +1 -0
- package/docs/functions/_saltcorn_data.tests_remote_query_helper.prepareQueryEnviroment.html +1 -0
- package/docs/functions/_saltcorn_data.tests_remote_query_helper.sendViewToServer.html +1 -0
- package/docs/functions/_saltcorn_data.translate.hasLLM.html +1 -0
- package/docs/functions/_saltcorn_data.translate.translate.html +1 -0
- package/docs/functions/_saltcorn_db-common.internal.ftsFieldsSqlExpr.html +1 -0
- package/docs/functions/_saltcorn_db-common.internal.mkSelectOptions.html +1 -0
- package/docs/functions/_saltcorn_db-common.internal.mkWhere.html +1 -0
- package/docs/functions/_saltcorn_db-common.internal.orderByIsObject.html +1 -0
- package/docs/functions/_saltcorn_db-common.internal.orderByIsOperator.html +1 -0
- package/docs/functions/_saltcorn_db-common.internal.prefixFieldsInWhere.html +1 -0
- package/docs/functions/_saltcorn_db-common.internal.sqlBinOp.html +1 -0
- package/docs/functions/_saltcorn_db-common.internal.sqlFun.html +1 -0
- package/docs/functions/_saltcorn_db-common.internal.sqlsanitize.html +3 -0
- package/docs/functions/_saltcorn_db-common.internal.sqlsanitizeAllowDots.html +5 -0
- package/docs/functions/_saltcorn_db-common.internal.subSelectWhere.html +1 -0
- package/docs/functions/_saltcorn_db-common.multi-tenant.enable_multi_tenant.html +1 -0
- package/docs/functions/_saltcorn_db-common.multi-tenant.getRequestContext.html +1 -0
- package/docs/functions/_saltcorn_db-common.multi-tenant.getTenantSchema.html +2 -0
- package/docs/functions/_saltcorn_db-common.multi-tenant.init.html +2 -0
- package/docs/functions/_saltcorn_db-common.multi-tenant.is_it_multi_tenant.html +2 -0
- package/docs/functions/_saltcorn_db-common.multi-tenant.runWithTenant.html +2 -0
- package/docs/functions/_saltcorn_db-common.sqlite-commons.buildInsertBulkSql.html +7 -0
- package/docs/functions/_saltcorn_db-common.sqlite-commons.buildInsertSql.html +6 -0
- package/docs/functions/_saltcorn_db-common.sqlite-commons.commitAndBeginNewTransaction.html +1 -0
- package/docs/functions/_saltcorn_db-common.sqlite-commons.doCount.html +1 -0
- package/docs/functions/_saltcorn_db-common.sqlite-commons.doDeleteWhere.html +1 -0
- package/docs/functions/_saltcorn_db-common.sqlite-commons.doListScTables.html +1 -0
- package/docs/functions/_saltcorn_db-common.sqlite-commons.doListTables.html +1 -0
- package/docs/functions/_saltcorn_db-common.sqlite-commons.doListUserDefinedTables.html +1 -0
- package/docs/functions/_saltcorn_db-common.sqlite-commons.do_add_index.html +5 -0
- package/docs/functions/_saltcorn_db-common.sqlite-commons.do_drop_index.html +5 -0
- package/docs/functions/_saltcorn_db-common.sqlite-commons.mkVal.html +1 -0
- package/docs/functions/_saltcorn_db-common.sqlite-commons.reprAsJson.html +1 -0
- package/docs/functions/_saltcorn_db-common.sqlite-commons.slugify.html +4 -0
- package/docs/functions/_saltcorn_db-common.sqlite-commons.tryCatchInTransaction.html +5 -0
- package/docs/functions/_saltcorn_db-common.sqlite-commons.withTransaction.html +5 -0
- package/docs/functions/_saltcorn_markup.mktag.export_.html +1 -0
- package/docs/functions/_saltcorn_markup.tabs.export_.html +1 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.androidFeatures.html +1 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.androidPermissions.html +1 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.buildTablesFile.html +5 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.copyPrepopulatedDb.html +1 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.copyServerFiles.html +3 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.copyShareExtFiles.html +1 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.copySiteLogo.html +2 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.copyTranslationFiles.html +3 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.createSqliteDb.html +4 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.decodeProvisioningProfile.html +1 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.extractDomain.html +1 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.generateAndroidVersionCode.html +1 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyAndroidManifest.html +1 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyConfigXml.html +1 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyGradleConfig.html +1 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyInfoPlist.html +1 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyXcodeProjectFile.html +2 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepAppIcon.html +1 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepareAppIcon.html +3 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepareBuildDir.html +6 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepareExportOptionsPlist.html +1 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepareSplashIcon.html +4 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepareSplashPage.html +5 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writeCapacitorConfig.html +1 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writeCfgFile.html +2 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writeDataExtractionRules.html +1 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writeNetworkSecurityConfig.html +1 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writePodfile.html +1 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writePrivacyInfo.html +1 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_package-bundle-utils.bundleMobileAppCode.html +1 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_package-bundle-utils.bundlePackagesAndPlugins.html +3 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_package-bundle-utils.copyMobileAppDirs.html +1 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_package-bundle-utils.copyPublicDirs.html +4 -0
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.add_index.html +5 -0
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.add_unique_constraint.html +5 -0
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.count.html +1 -0
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.deleteWhere.html +1 -0
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.drop_index.html +5 -0
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.drop_reset_schema.html +1 -0
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.drop_unique_constraint.html +5 -0
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.init.html +1 -0
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.insert.html +1 -0
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.insertRows.html +1 -0
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.listScTables.html +1 -0
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.listTables.html +1 -0
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.listUserDefinedTables.html +1 -0
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.query.html +1 -0
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.select.html +1 -0
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.selectMaybeOne.html +1 -0
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.selectOne.html +1 -0
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.setConnectionObject.html +1 -0
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.tableExists.html +2 -0
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.time.html +1 -0
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.update.html +1 -0
- package/docs/functions/_saltcorn_sqlite.sqlite.add_index.html +5 -0
- package/docs/functions/_saltcorn_sqlite.sqlite.add_unique_constraint.html +5 -0
- package/docs/functions/_saltcorn_sqlite.sqlite.begin.html +3 -0
- package/docs/functions/_saltcorn_sqlite.sqlite.changeConnection.html +3 -0
- package/docs/functions/_saltcorn_sqlite.sqlite.close.html +2 -0
- package/docs/functions/_saltcorn_sqlite.sqlite.commit.html +3 -0
- package/docs/functions/_saltcorn_sqlite.sqlite.count.html +5 -0
- package/docs/functions/_saltcorn_sqlite.sqlite.deleteWhere.html +5 -0
- package/docs/functions/_saltcorn_sqlite.sqlite.dropTable.html +1 -0
- package/docs/functions/_saltcorn_sqlite.sqlite.dropTables.html +1 -0
- package/docs/functions/_saltcorn_sqlite.sqlite.drop_index.html +5 -0
- package/docs/functions/_saltcorn_sqlite.sqlite.drop_reset_schema.html +4 -0
- package/docs/functions/_saltcorn_sqlite.sqlite.drop_unique_constraint.html +5 -0
- package/docs/functions/_saltcorn_sqlite.sqlite.getVersion.html +3 -0
- package/docs/functions/_saltcorn_sqlite.sqlite.get_db_filepath.html +2 -0
- package/docs/functions/_saltcorn_sqlite.sqlite.get_sql_logging.html +3 -0
- package/docs/functions/_saltcorn_sqlite.sqlite.init.html +3 -0
- package/docs/functions/_saltcorn_sqlite.sqlite.insert.html +6 -0
- package/docs/functions/_saltcorn_sqlite.sqlite.listScTables.html +1 -0
- package/docs/functions/_saltcorn_sqlite.sqlite.listTables.html +1 -0
- package/docs/functions/_saltcorn_sqlite.sqlite.listUserDefinedTables.html +1 -0
- package/docs/functions/_saltcorn_sqlite.sqlite.query.html +1 -0
- package/docs/functions/_saltcorn_sqlite.sqlite.rollback.html +3 -0
- package/docs/functions/_saltcorn_sqlite.sqlite.select.html +6 -0
- package/docs/functions/_saltcorn_sqlite.sqlite.selectMaybeOne.html +8 -0
- package/docs/functions/_saltcorn_sqlite.sqlite.selectOne.html +6 -0
- package/docs/functions/_saltcorn_sqlite.sqlite.set_sql_logging.html +3 -0
- package/docs/functions/_saltcorn_sqlite.sqlite.sql_log.html +4 -0
- package/docs/functions/_saltcorn_sqlite.sqlite.update.html +6 -0
- package/docs/functions/_saltcorn_sqlite.sqlite.updateWhere.html +1 -0
- package/docs/functions/_saltcorn_types.base_types.instanceOWithHtmlFile.html +1 -0
- package/docs/functions/_saltcorn_types.common_types.instanceOfErrorMsg.html +1 -0
- package/docs/functions/_saltcorn_types.common_types.instanceOfSuccessMsg.html +1 -0
- package/docs/functions/_saltcorn_types.common_types.instanceOfType.html +1 -0
- package/docs/functions/_saltcorn_types.model-abstracts_abstract_field.instanceOfField.html +1 -0
- package/docs/functions/_saltcorn_types.model-abstracts_abstract_page.instanceOfPage.html +1 -0
- package/docs/functions/_saltcorn_types.model-abstracts_abstract_view.instanceOfView.html +1 -0
- package/docs/hierarchy.html +1 -0
- package/docs/index.html +3 -56
- package/docs/interfaces/_saltcorn_markup.types.TagExports.html +125 -0
- package/docs/interfaces/_saltcorn_mobile-builder.utils_common-build-utils.ScCapacitorConfig.html +10 -0
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_field.AbstractField.html +15 -0
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_field.AbstractFieldRepeat.html +3 -0
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_form.AbstractForm.html +27 -0
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_page.AbstractPage.html +7 -0
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_page_group.AbstractPageGroup.html +7 -0
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_page_group_member.AbstractPageGroupMember.html +7 -0
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_role.AbstractRole.html +3 -0
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_table.AbstractTable.html +11 -0
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_tag.AbstractTag.html +4 -0
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_tag_entry.AbstractTagEntry.html +7 -0
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_trigger.AbstractTrigger.html +17 -0
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_user.AbstractUser.html +4 -0
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_user.ForUserRequest.html +3 -0
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html +10 -0
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_workflow.AbstractWorkflow.html +13 -0
- package/docs/modules/_saltcorn_admin-models..backup.html +2 -0
- package/docs/modules/_saltcorn_admin-models..html +3 -0
- package/docs/modules/_saltcorn_admin-models..pack.html +2 -0
- package/docs/modules/_saltcorn_admin-models..tenant.html +2 -0
- package/docs/modules/_saltcorn_admin-models.html +1 -0
- package/docs/modules/_saltcorn_admin-models.index.html +3 -0
- package/docs/modules/_saltcorn_admin-models.models_backup.html +1 -0
- package/docs/modules/_saltcorn_admin-models.models_config-check.html +1 -0
- package/docs/modules/_saltcorn_admin-models.models_snapshot.html +1 -0
- package/docs/modules/_saltcorn_admin-models.pack.html +2 -0
- package/docs/modules/_saltcorn_admin-models.tenant.html +2 -0
- package/docs/modules/_saltcorn_admin-models.tests_backup.test.html +1 -0
- package/docs/modules/_saltcorn_admin-models.tests_cfgcheck.test.html +1 -0
- package/docs/modules/_saltcorn_admin-models.tests_pack.test.html +1 -0
- package/docs/modules/_saltcorn_admin-models.tests_random.test.html +1 -0
- package/docs/modules/_saltcorn_admin-models.tests_tenant.test.html +1 -0
- package/docs/modules/_saltcorn_common-code..html +1 -0
- package/docs/modules/_saltcorn_common-code.html +1 -0
- package/docs/modules/_saltcorn_common-code.index.html +1 -0
- package/docs/modules/_saltcorn_common-code.relations_relation-1.html +1 -0
- package/docs/modules/_saltcorn_common-code.relations_relation.html +1 -0
- package/docs/modules/_saltcorn_common-code.relations_relation_helpers-1.html +1 -0
- package/docs/modules/_saltcorn_common-code.relations_relation_helpers.html +1 -0
- package/docs/modules/_saltcorn_common-code.relations_relation_types-1.html +1 -0
- package/docs/modules/_saltcorn_common-code.relations_relation_types.html +1 -0
- package/docs/modules/_saltcorn_common-code.relations_relations_finder-1.html +1 -0
- package/docs/modules/_saltcorn_common-code.relations_relations_finder.html +1 -0
- package/docs/modules/_saltcorn_common-code.tests_expected_relations.html +1 -0
- package/docs/modules/_saltcorn_common-code.tests_relations_finder.test.html +1 -0
- package/docs/modules/_saltcorn_common-code.tests_test_data.html +1 -0
- package/docs/modules/_saltcorn_data..html +2 -0
- package/docs/modules/_saltcorn_data..plugin_helper.html +1 -0
- package/docs/modules/_saltcorn_data..utils.html +1 -0
- package/docs/modules/_saltcorn_data.base-plugin_actions-1.html +3 -0
- package/docs/modules/_saltcorn_data.base-plugin_actions.html +3 -0
- package/docs/modules/_saltcorn_data.base-plugin_fieldviews-1.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_fieldviews.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_fieldviews.radio_select.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_fieldviews.search_or_create.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_fieldviews.select.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_fieldviews.select_from_table.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_fileview-1.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_fileview.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_index-1.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_index-2.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_index.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_types-1.html +4 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.bool.fieldviews.TrueFalse.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.bool.fieldviews.checkboxes.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.bool.fieldviews.edit.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.bool.fieldviews.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.bool.fieldviews.show.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.bool.fieldviews.tristate.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.bool.html +3 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.color.fieldviews.edit.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.color.fieldviews.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.color.fieldviews.show.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.color.html +4 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.date.fieldviews.edit.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.date.fieldviews.editDay.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.date.fieldviews.format.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.date.fieldviews.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.date.fieldviews.relative.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.date.fieldviews.show.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.date.fieldviews.showDay.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.date.fieldviews.yearsAgo.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.date.html +3 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.date.presets.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.float.fieldviews.edit.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.float.fieldviews.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.float.fieldviews.show.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.float.html +3 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.html +4 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.int.distance_operators.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.int.html +3 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.as_header.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.as_link.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.as_text.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.edit.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.img_from_url.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.password.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.radio_group.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.string.html +3 -0
- package/docs/modules/_saltcorn_data.base-plugin_types.string.presets.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_edit-1.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_edit.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_feed-1.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_feed.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_filter-1.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_filter.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_list-1.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_list.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_listshowlist-1.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_listshowlist.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_room-1.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_room-2.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_room-3.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_room.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_show-1.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_show.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_viewable_fields-1.html +2 -0
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.html +2 -0
- package/docs/modules/_saltcorn_data.contract.html +1 -0
- package/docs/modules/_saltcorn_data.db_connect-1.html +3 -0
- package/docs/modules/_saltcorn_data.db_connect.html +3 -0
- package/docs/modules/_saltcorn_data.db_connect_mobile-1.html +1 -0
- package/docs/modules/_saltcorn_data.db_connect_mobile.html +1 -0
- package/docs/modules/_saltcorn_data.db_fa5-icons-1.html +1 -0
- package/docs/modules/_saltcorn_data.db_fa5-icons.html +1 -0
- package/docs/modules/_saltcorn_data.db_fixtures-1.html +3 -0
- package/docs/modules/_saltcorn_data.db_fixtures.html +3 -0
- package/docs/modules/_saltcorn_data.db_index-1.html +3 -0
- package/docs/modules/_saltcorn_data.db_index-2.html +3 -0
- package/docs/modules/_saltcorn_data.db_index.html +3 -0
- package/docs/modules/_saltcorn_data.db_reset_schema-1.html +2 -0
- package/docs/modules/_saltcorn_data.db_reset_schema.html +2 -0
- package/docs/modules/_saltcorn_data.db_state-1.html +4 -0
- package/docs/modules/_saltcorn_data.db_state.html +4 -0
- package/docs/modules/_saltcorn_data.diagram_cy_generate_utils.html +1 -0
- package/docs/modules/_saltcorn_data.diagram_cy_raster.html +1 -0
- package/docs/modules/_saltcorn_data.diagram_node_extract_utils.html +1 -0
- package/docs/modules/_saltcorn_data.diagram_nodes_dummy_node.html +1 -0
- package/docs/modules/_saltcorn_data.diagram_nodes_node.html +1 -0
- package/docs/modules/_saltcorn_data.diagram_nodes_page_node.html +1 -0
- package/docs/modules/_saltcorn_data.diagram_nodes_table_node.html +1 -0
- package/docs/modules/_saltcorn_data.diagram_nodes_trigger_node.html +1 -0
- package/docs/modules/_saltcorn_data.diagram_nodes_view_node.html +1 -0
- package/docs/modules/_saltcorn_data.html +2 -525
- package/docs/modules/_saltcorn_data.index.html +2 -0
- package/docs/modules/_saltcorn_data.migrate.html +2 -0
- package/docs/modules/_saltcorn_data.migrations_202005141503.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202005241712.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202005251037.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202005282134.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202006022156.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202006051507.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202006240906.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202007091707.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202007202144.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202008031500.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202008051415.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202008121149.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202009112140.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202009181655.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202009221105.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202009231331.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202009301531.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202010231444.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202010251412.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202011021749.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202011051353.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202011111127.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202012011203.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202012100841.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202012281835.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202101061051.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202101141128.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202102091312.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202102101624.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202102172148.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202102261650.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202106102347.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202106112120.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202106120012.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202106120220.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202106121701.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202106121703.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202106251126.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202107281619.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202107302158.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202108022257.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202109201624.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202109301031.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202111290253.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202112282254.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202207022002.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202207252150.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202207261221.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202208101144.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202210051058.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202210101540.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202211040031.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202212112152.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202301130917.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202303201126.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202303221944.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202304281224.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202305031518.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202307211459.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202308211648.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202311011755.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202311231356.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202402071125.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202406260915.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202412051957.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202412111526.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202501081226.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202501201239.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202501262157.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202502131103.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202503071353.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202506050958.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202508011455.html +1 -0
- package/docs/modules/_saltcorn_data.mobile-mocks_copy_excluded_files.html +1 -0
- package/docs/modules/_saltcorn_data.mobile-mocks_db_postgres.html +1 -0
- package/docs/modules/_saltcorn_data.mobile-mocks_db_sqlite.html +1 -0
- package/docs/modules/_saltcorn_data.mobile-mocks_models_email.html +1 -0
- package/docs/modules/_saltcorn_data.mobile-mocks_models_internal_async_json_stream.html +1 -0
- package/docs/modules/_saltcorn_data.mobile-mocks_models_pack.html +1 -0
- package/docs/modules/_saltcorn_data.mobile-mocks_node_async_hooks.html +1 -0
- package/docs/modules/_saltcorn_data.mobile-mocks_node_child_process.html +1 -0
- package/docs/modules/_saltcorn_data.mobile-mocks_node_fs-extra.html +1 -0
- package/docs/modules/_saltcorn_data.mobile-mocks_node_fs.html +1 -0
- package/docs/modules/_saltcorn_data.mobile-mocks_node_fs_promises.html +1 -0
- package/docs/modules/_saltcorn_data.mobile-mocks_node_latest-version.html +1 -0
- package/docs/modules/_saltcorn_data.mobile-mocks_node_v8.html +1 -0
- package/docs/modules/_saltcorn_data.mobile-mocks_npm_env-paths.html +1 -0
- package/docs/modules/_saltcorn_data.mobile-mocks_npm_firebase-admin.html +1 -0
- package/docs/modules/_saltcorn_data.mobile-mocks_npm_fs-extended-attributes.html +1 -0
- package/docs/modules/_saltcorn_data.mobile-mocks_npm_live-plugin-manager.html +1 -0
- package/docs/modules/_saltcorn_data.mobile-mocks_npm_tar.html +1 -0
- package/docs/modules/_saltcorn_data.mobile-mocks_saltcorn_html-pdf-node.html +1 -0
- package/docs/modules/_saltcorn_data.mobile-mocks_saltcorn_migrate.html +1 -0
- package/docs/modules/_saltcorn_data.mobile-mocks_saltcorn_plugin-testing.html +1 -0
- package/docs/modules/_saltcorn_data.model-helper.html +1 -0
- package/docs/modules/_saltcorn_data.models_config-1.html +3 -0
- package/docs/modules/_saltcorn_data.models_config.export_.html +1 -0
- package/docs/modules/_saltcorn_data.models_config.html +3 -0
- package/docs/modules/_saltcorn_data.models_crash-1.html +3 -0
- package/docs/modules/_saltcorn_data.models_crash.html +3 -0
- package/docs/modules/_saltcorn_data.models_discovery-1.html +3 -0
- package/docs/modules/_saltcorn_data.models_discovery.html +3 -0
- package/docs/modules/_saltcorn_data.models_email-1.html +1 -0
- package/docs/modules/_saltcorn_data.models_email.html +1 -0
- package/docs/modules/_saltcorn_data.models_eventlog-1.html +3 -0
- package/docs/modules/_saltcorn_data.models_eventlog.export_.html +1 -0
- package/docs/modules/_saltcorn_data.models_eventlog.html +3 -0
- package/docs/modules/_saltcorn_data.models_expression-1.html +2 -0
- package/docs/modules/_saltcorn_data.models_expression.html +2 -0
- package/docs/modules/_saltcorn_data.models_field-1.html +3 -0
- package/docs/modules/_saltcorn_data.models_field.html +3 -0
- package/docs/modules/_saltcorn_data.models_fieldrepeat-1.html +3 -0
- package/docs/modules/_saltcorn_data.models_fieldrepeat.html +3 -0
- package/docs/modules/_saltcorn_data.models_file-1.html +3 -0
- package/docs/modules/_saltcorn_data.models_file.export_.html +1 -0
- package/docs/modules/_saltcorn_data.models_file.html +3 -0
- package/docs/modules/_saltcorn_data.models_form-1.html +3 -0
- package/docs/modules/_saltcorn_data.models_form.export_.html +1 -0
- package/docs/modules/_saltcorn_data.models_form.html +3 -0
- package/docs/modules/_saltcorn_data.models_index-1.html +1 -0
- package/docs/modules/_saltcorn_data.models_index.config.html +1 -0
- package/docs/modules/_saltcorn_data.models_index.discovery.html +1 -0
- package/docs/modules/_saltcorn_data.models_index.email.html +1 -0
- package/docs/modules/_saltcorn_data.models_index.expression.html +1 -0
- package/docs/modules/_saltcorn_data.models_index.html +1 -0
- package/docs/modules/_saltcorn_data.models_index.layout.html +1 -0
- package/docs/modules/_saltcorn_data.models_index.random.html +1 -0
- package/docs/modules/_saltcorn_data.models_index.scheduler.html +1 -0
- package/docs/modules/_saltcorn_data.models_internal_async_json_stream-1.html +1 -0
- package/docs/modules/_saltcorn_data.models_internal_async_json_stream.html +1 -0
- package/docs/modules/_saltcorn_data.models_internal_push_message_helper-1.html +1 -0
- package/docs/modules/_saltcorn_data.models_internal_push_message_helper.html +1 -0
- package/docs/modules/_saltcorn_data.models_internal_query-1.html +1 -0
- package/docs/modules/_saltcorn_data.models_internal_query.html +1 -0
- package/docs/modules/_saltcorn_data.models_internal_table_helper-1.html +1 -0
- package/docs/modules/_saltcorn_data.models_internal_table_helper.html +1 -0
- package/docs/modules/_saltcorn_data.models_layout-1.html +2 -0
- package/docs/modules/_saltcorn_data.models_layout.html +2 -0
- package/docs/modules/_saltcorn_data.models_library-1.html +3 -0
- package/docs/modules/_saltcorn_data.models_library.html +3 -0
- package/docs/modules/_saltcorn_data.models_model-1.html +3 -0
- package/docs/modules/_saltcorn_data.models_model.html +3 -0
- package/docs/modules/_saltcorn_data.models_model_instance-1.html +3 -0
- package/docs/modules/_saltcorn_data.models_model_instance.html +3 -0
- package/docs/modules/_saltcorn_data.models_notification-1.html +3 -0
- package/docs/modules/_saltcorn_data.models_notification.html +3 -0
- package/docs/modules/_saltcorn_data.models_page-1.html +3 -0
- package/docs/modules/_saltcorn_data.models_page.html +3 -0
- package/docs/modules/_saltcorn_data.models_page_group-1.html +1 -0
- package/docs/modules/_saltcorn_data.models_page_group.export_.html +1 -0
- package/docs/modules/_saltcorn_data.models_page_group.html +1 -0
- package/docs/modules/_saltcorn_data.models_page_group_member-1.html +1 -0
- package/docs/modules/_saltcorn_data.models_page_group_member.html +1 -0
- package/docs/modules/_saltcorn_data.models_plugin-1.html +3 -0
- package/docs/modules/_saltcorn_data.models_plugin.html +3 -0
- package/docs/modules/_saltcorn_data.models_random-1.html +3 -0
- package/docs/modules/_saltcorn_data.models_random.html +3 -0
- package/docs/modules/_saltcorn_data.models_role-1.html +2 -0
- package/docs/modules/_saltcorn_data.models_role.html +2 -0
- package/docs/modules/_saltcorn_data.models_scheduler-1.html +2 -0
- package/docs/modules/_saltcorn_data.models_scheduler.html +2 -0
- package/docs/modules/_saltcorn_data.models_table-1.html +3 -0
- package/docs/modules/_saltcorn_data.models_table.export_.html +1 -0
- package/docs/modules/_saltcorn_data.models_table.html +3 -0
- package/docs/modules/_saltcorn_data.models_table_constraints-1.html +3 -0
- package/docs/modules/_saltcorn_data.models_table_constraints.html +3 -0
- package/docs/modules/_saltcorn_data.models_tag-1.html +1 -0
- package/docs/modules/_saltcorn_data.models_tag.html +1 -0
- package/docs/modules/_saltcorn_data.models_tag_entry-1.html +1 -0
- package/docs/modules/_saltcorn_data.models_tag_entry.export_.html +1 -0
- package/docs/modules/_saltcorn_data.models_tag_entry.html +1 -0
- package/docs/modules/_saltcorn_data.models_trigger-1.html +3 -0
- package/docs/modules/_saltcorn_data.models_trigger.html +3 -0
- package/docs/modules/_saltcorn_data.models_user-1.html +2 -0
- package/docs/modules/_saltcorn_data.models_user.html +2 -0
- package/docs/modules/_saltcorn_data.models_view-1.html +3 -0
- package/docs/modules/_saltcorn_data.models_view.export_.html +1 -0
- package/docs/modules/_saltcorn_data.models_view.html +3 -0
- package/docs/modules/_saltcorn_data.models_workflow-1.html +3 -0
- package/docs/modules/_saltcorn_data.models_workflow.html +3 -0
- package/docs/modules/_saltcorn_data.models_workflow_run-1.html +3 -0
- package/docs/modules/_saltcorn_data.models_workflow_run.html +3 -0
- package/docs/modules/_saltcorn_data.models_workflow_step-1.html +3 -0
- package/docs/modules/_saltcorn_data.models_workflow_step.html +3 -0
- package/docs/modules/_saltcorn_data.models_workflow_trace-1.html +3 -0
- package/docs/modules/_saltcorn_data.models_workflow_trace-2.html +3 -0
- package/docs/modules/_saltcorn_data.models_workflow_trace-3.html +3 -0
- package/docs/modules/_saltcorn_data.models_workflow_trace.html +3 -0
- package/docs/modules/_saltcorn_data.plugin-helper.html +2 -0
- package/docs/modules/_saltcorn_data.plugin-testing.html +1 -0
- package/docs/modules/_saltcorn_data.standard-menu.html +1 -0
- package/docs/modules/_saltcorn_data.tests_actions.test.html +1 -0
- package/docs/modules/_saltcorn_data.tests_assertions.html +1 -0
- package/docs/modules/_saltcorn_data.tests_auth.test.html +1 -0
- package/docs/modules/_saltcorn_data.tests_auxtest.test.html +1 -0
- package/docs/modules/_saltcorn_data.tests_base.test.html +1 -0
- package/docs/modules/_saltcorn_data.tests_calc.test.html +1 -0
- package/docs/modules/_saltcorn_data.tests_common_helpers.html +1 -0
- package/docs/modules/_saltcorn_data.tests_composite_pk.test.html +1 -0
- package/docs/modules/_saltcorn_data.tests_config.test.html +1 -0
- package/docs/modules/_saltcorn_data.tests_db.test.html +1 -0
- package/docs/modules/_saltcorn_data.tests_discover.test.html +1 -0
- package/docs/modules/_saltcorn_data.tests_edit.test.html +1 -0
- package/docs/modules/_saltcorn_data.tests_email.test.html +1 -0
- package/docs/modules/_saltcorn_data.tests_exact_views.test.html +1 -0
- package/docs/modules/_saltcorn_data.tests_field.test.html +1 -0
- package/docs/modules/_saltcorn_data.tests_fieldviews.test.html +1 -0
- package/docs/modules/_saltcorn_data.tests_file.test.html +1 -0
- package/docs/modules/_saltcorn_data.tests_filter.test.html +1 -0
- package/docs/modules/_saltcorn_data.tests_form.test.html +1 -0
- package/docs/modules/_saltcorn_data.tests_list.test.html +1 -0
- package/docs/modules/_saltcorn_data.tests_mocks.html +1 -0
- package/docs/modules/_saltcorn_data.tests_models.test.html +1 -0
- package/docs/modules/_saltcorn_data.tests_page.test.html +1 -0
- package/docs/modules/_saltcorn_data.tests_page_group.test.html +1 -0
- package/docs/modules/_saltcorn_data.tests_plugin.test.html +1 -0
- package/docs/modules/_saltcorn_data.tests_remote_query_helper.html +1 -0
- package/docs/modules/_saltcorn_data.tests_show.test.html +1 -0
- package/docs/modules/_saltcorn_data.tests_state.test.html +1 -0
- package/docs/modules/_saltcorn_data.tests_table.test.html +1 -0
- package/docs/modules/_saltcorn_data.tests_table_history.test.html +1 -0
- package/docs/modules/_saltcorn_data.tests_tag.test.html +1 -0
- package/docs/modules/_saltcorn_data.tests_user.test.html +1 -0
- package/docs/modules/_saltcorn_data.tests_view.test.html +1 -0
- package/docs/modules/_saltcorn_data.tests_workflow.test.html +1 -0
- package/docs/modules/_saltcorn_data.tests_workflow_run.test.html +1 -0
- package/docs/modules/_saltcorn_data.translate.html +1 -0
- package/docs/modules/_saltcorn_data.utils.html +1 -74
- package/docs/modules/_saltcorn_data.web-mobile-commons.html +1 -0
- package/docs/modules/_saltcorn_db-common..html +2 -0
- package/docs/modules/_saltcorn_db-common.html +1 -0
- package/docs/modules/_saltcorn_db-common.index.html +2 -0
- package/docs/modules/_saltcorn_db-common.internal.html +1 -0
- package/docs/modules/_saltcorn_db-common.internal.test.html +1 -0
- package/docs/modules/_saltcorn_db-common.multi-tenant.html +2 -0
- package/docs/modules/_saltcorn_db-common.sqlite-commons.html +3 -0
- package/docs/modules/_saltcorn_db-common.tenants.html +1 -0
- package/docs/modules/_saltcorn_db-common.types.html +1 -0
- package/docs/modules/_saltcorn_markup..html +2 -0
- package/docs/modules/_saltcorn_markup.builder.html +1 -0
- package/docs/modules/_saltcorn_markup.emergency_layout.export_.html +1 -0
- package/docs/modules/_saltcorn_markup.emergency_layout.html +1 -0
- package/docs/modules/_saltcorn_markup.form.html +1 -0
- package/docs/modules/_saltcorn_markup.helpers.export_.html +1 -0
- package/docs/modules/_saltcorn_markup.helpers.html +1 -0
- package/docs/modules/_saltcorn_markup.html +1 -594
- package/docs/modules/_saltcorn_markup.index.html +2 -0
- package/docs/modules/_saltcorn_markup.layout-1.html +1 -0
- package/docs/modules/_saltcorn_markup.layout.export_-1.html +1 -0
- package/docs/modules/_saltcorn_markup.layout.export_.html +1 -0
- package/docs/modules/_saltcorn_markup.layout.html +2 -0
- package/docs/modules/_saltcorn_markup.layout_utils.html +1 -0
- package/docs/modules/_saltcorn_markup.mjml-layout.export_.html +1 -0
- package/docs/modules/_saltcorn_markup.mjml-layout.html +1 -0
- package/docs/modules/_saltcorn_markup.mjml-tags.html +1 -0
- package/docs/modules/_saltcorn_markup.mktag.html +1 -0
- package/docs/modules/_saltcorn_markup.table.export_.html +1 -0
- package/docs/modules/_saltcorn_markup.table.html +1 -0
- package/docs/modules/_saltcorn_markup.tabs.html +1 -0
- package/docs/modules/_saltcorn_markup.tags.html +1 -0
- package/docs/modules/_saltcorn_markup.types.html +1 -0
- package/docs/modules/_saltcorn_mobile-builder..html +2 -0
- package/docs/modules/_saltcorn_mobile-builder.appium_tests_ui.test.html +1 -0
- package/docs/modules/_saltcorn_mobile-builder.html +1 -0
- package/docs/modules/_saltcorn_mobile-builder.index.html +2 -0
- package/docs/modules/_saltcorn_mobile-builder.mobile-builder.html +1 -0
- package/docs/modules/_saltcorn_mobile-builder.tests_versioncode.test.html +1 -0
- package/docs/modules/_saltcorn_mobile-builder.tests_webpack.test.html +1 -0
- package/docs/modules/_saltcorn_mobile-builder.utils_capacitor-helper.html +1 -0
- package/docs/modules/_saltcorn_mobile-builder.utils_common-build-utils.html +1 -0
- package/docs/modules/_saltcorn_mobile-builder.utils_package-bundle-utils.html +1 -0
- package/docs/modules/_saltcorn_sqlite-mobile.html +1 -0
- package/docs/modules/_saltcorn_sqlite-mobile.index.html +2 -0
- package/docs/modules/_saltcorn_sqlite-mobile.sqlite_capacitor.html +1 -0
- package/docs/modules/_saltcorn_sqlite..html +2 -0
- package/docs/modules/_saltcorn_sqlite.html +1 -127
- package/docs/modules/_saltcorn_sqlite.index.html +2 -0
- package/docs/modules/_saltcorn_sqlite.sqlite.html +2 -0
- package/docs/modules/_saltcorn_types..Types.html +1 -0
- package/docs/modules/_saltcorn_types..generators.html +2 -0
- package/docs/modules/_saltcorn_types..html +2 -0
- package/docs/modules/_saltcorn_types.base_types.html +2 -0
- package/docs/modules/_saltcorn_types.common_types.html +1 -0
- package/docs/modules/_saltcorn_types.generators.html +1 -76
- package/docs/modules/_saltcorn_types.html +1 -67
- package/docs/modules/_saltcorn_types.index.html +2 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_event_log-1.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_event_log.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_field-1.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_field.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_form-1.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_form.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_library-1.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_library.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_model-1.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_model.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_model_instance-1.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_model_instance.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_page-1.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_page.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_page_group-1.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_page_group.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_page_group_member-1.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_page_group_member.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_plugin-1.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_plugin.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_role-1.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_role.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_table-1.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_table.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_tag-1.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_tag.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_tag_entry-1.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_tag_entry.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_trigger-1.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_trigger.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_user-1.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_user.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_view-1.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_view.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_workflow-1.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_workflow.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_workflow_run-1.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_workflow_run.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_workflow_step-1.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_workflow_step.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_workflow_trace-1.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_workflow_trace.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_index-1.html +1 -0
- package/docs/modules/_saltcorn_types.model-abstracts_index.ModelAbstracts.html +2 -0
- package/docs/modules/_saltcorn_types.model-abstracts_index.html +1 -0
- package/docs/modules.html +1 -0
- package/docs/types/_saltcorn_data.diagram_node_extract_utils.ExtractOpts.html +10 -0
- package/docs/types/_saltcorn_data.diagram_node_extract_utils.ExtractResult.html +3 -0
- package/docs/types/_saltcorn_data.diagram_nodes_node.NodeType.html +1 -0
- package/docs/types/_saltcorn_data.models_config.ConfigTypes.html +1 -0
- package/docs/types/_saltcorn_data.models_config.SingleConfig.html +1 -0
- package/docs/types/_saltcorn_data.models_eventlog.EventLogCfg.html +7 -0
- package/docs/types/_saltcorn_data.models_file.FileCfg.html +12 -0
- package/docs/types/_saltcorn_data.models_form.AdditionalButton.html +1 -0
- package/docs/types/_saltcorn_data.models_form.FormCfg.html +31 -0
- package/docs/types/_saltcorn_data.models_internal_push_message_helper.FcmSubscription.html +3 -0
- package/docs/types/_saltcorn_data.models_internal_push_message_helper.Subscription.html +1 -0
- package/docs/types/_saltcorn_data.models_internal_push_message_helper.WebPushSubscription.html +4 -0
- package/docs/types/_saltcorn_data.models_page_group.ScreenInfoParams.html +5 -0
- package/docs/types/_saltcorn_data.models_table.ChildRelations.html +3 -0
- package/docs/types/_saltcorn_data.models_table.ParentRelations.html +3 -0
- package/docs/types/_saltcorn_data.models_table.RelationData.html +3 -0
- package/docs/types/_saltcorn_data.models_tag_entry.TagEntryCfg.html +1 -0
- package/docs/types/_saltcorn_data.models_view.FindViewsPred.html +1 -0
- package/docs/types/_saltcorn_db-common.internal.AggregationOptions.html +11 -0
- package/docs/types/_saltcorn_db-common.internal.CoordOpts.html +5 -0
- package/docs/types/_saltcorn_db-common.internal.DatabaseClient.html +2 -0
- package/docs/types/_saltcorn_db-common.internal.JoinField.html +6 -0
- package/docs/types/_saltcorn_db-common.internal.JoinFields.html +1 -0
- package/docs/types/_saltcorn_db-common.internal.JoinOptions.html +1 -0
- package/docs/types/_saltcorn_db-common.internal.JsonPath.html +1 -0
- package/docs/types/_saltcorn_db-common.internal.JsonPathElem.html +1 -0
- package/docs/types/_saltcorn_db-common.internal.Operator.html +1 -0
- package/docs/types/_saltcorn_db-common.internal.PartialSome.html +1 -0
- package/docs/types/_saltcorn_db-common.internal.PrimaryKeyValue.html +1 -0
- package/docs/types/_saltcorn_db-common.internal.Row.html +1 -0
- package/docs/types/_saltcorn_db-common.internal.SelectOptions.html +21 -0
- package/docs/types/_saltcorn_db-common.internal.StrongRow.html +1 -0
- package/docs/types/_saltcorn_db-common.internal.SubselectOptions.html +5 -0
- package/docs/types/_saltcorn_db-common.internal.Value.html +1 -0
- package/docs/types/_saltcorn_db-common.internal.Where.html +5 -0
- package/docs/types/_saltcorn_db-common.sqlite-commons.SqlAndValues.html +5 -0
- package/docs/types/_saltcorn_db-common.types.DbExportsType.html +57 -0
- package/docs/types/_saltcorn_db-common.types.GenObj.html +1 -0
- package/docs/types/_saltcorn_markup.emergency_layout.WrapParams.html +9 -0
- package/docs/types/_saltcorn_markup.helpers.CheckBoxGroupOpts.html +7 -0
- package/docs/types/_saltcorn_markup.helpers.PaginationOpts.html +5 -0
- package/docs/types/_saltcorn_markup.helpers.RadioGroupOpts.html +8 -0
- package/docs/types/_saltcorn_markup.helpers.SearchBarOpts.html +9 -0
- package/docs/types/_saltcorn_markup.layout.RenderOpts-1.html +8 -0
- package/docs/types/_saltcorn_markup.layout.RenderOpts.html +8 -0
- package/docs/types/_saltcorn_markup.mjml-layout.RenderOpts.html +7 -0
- package/docs/types/_saltcorn_markup.table.HeadersParams.html +6 -0
- package/docs/types/_saltcorn_markup.table.OptsParams.html +11 -0
- package/docs/types/_saltcorn_markup.types.AttributeVal.html +1 -0
- package/docs/types/_saltcorn_markup.types.Attributes.html +3 -0
- package/docs/types/_saltcorn_markup.types.ClassVal.html +1 -0
- package/docs/types/_saltcorn_markup.types.Element.html +1 -0
- package/docs/types/_saltcorn_markup.types.Falsy.html +1 -0
- package/docs/types/_saltcorn_markup.types.StyleVal.html +1 -0
- package/docs/types/_saltcorn_markup.types.TagFunction.html +1 -0
- package/docs/types/_saltcorn_mobile-builder.mobile-builder.IosCfg.html +4 -0
- package/docs/types/_saltcorn_mobile-builder.utils_capacitor-helper.CapacitorCfg.html +13 -0
- package/docs/types/_saltcorn_types.base_types.Action.html +27 -0
- package/docs/types/_saltcorn_types.base_types.AuthenticationMethod.html +5 -0
- package/docs/types/_saltcorn_types.base_types.CalcJoinfield.html +6 -0
- package/docs/types/_saltcorn_types.base_types.CapacitorPlugin.html +5 -0
- package/docs/types/_saltcorn_types.base_types.CodePagePack.html +4 -0
- package/docs/types/_saltcorn_types.base_types.Column.html +2 -0
- package/docs/types/_saltcorn_types.base_types.ConnectObjType.html +21 -0
- package/docs/types/_saltcorn_types.base_types.ConnectedObjects.html +5 -0
- package/docs/types/_saltcorn_types.base_types.CopilotSkill.html +8 -0
- package/docs/types/_saltcorn_types.base_types.ErrorObj.html +5 -0
- package/docs/types/_saltcorn_types.base_types.FieldLike.html +1 -0
- package/docs/types/_saltcorn_types.base_types.FieldView.html +4 -0
- package/docs/types/_saltcorn_types.base_types.Header.html +6 -0
- package/docs/types/_saltcorn_types.base_types.JoinFieldOption.html +5 -0
- package/docs/types/_saltcorn_types.base_types.Layout.html +1 -0
- package/docs/types/_saltcorn_types.base_types.MobileConfig.html +18 -0
- package/docs/types/_saltcorn_types.base_types.ModelPattern.html +38 -0
- package/docs/types/_saltcorn_types.base_types.Pack.html +15 -0
- package/docs/types/_saltcorn_types.base_types.Plugin.html +1 -0
- package/docs/types/_saltcorn_types.base_types.PluginFunction.html +5 -0
- package/docs/types/_saltcorn_types.base_types.PluginLayout.html +3 -0
- package/docs/types/_saltcorn_types.base_types.PluginRoute.html +5 -0
- package/docs/types/_saltcorn_types.base_types.PluginSourceType.html +1 -0
- package/docs/types/_saltcorn_types.base_types.PluginType.html +9 -0
- package/docs/types/_saltcorn_types.base_types.PluginWrap.html +1 -0
- package/docs/types/_saltcorn_types.base_types.PluginWrapArg.html +10 -0
- package/docs/types/_saltcorn_types.base_types.RelationOption.html +3 -0
- package/docs/types/_saltcorn_types.base_types.Req.html +15 -0
- package/docs/types/_saltcorn_types.base_types.Res.html +6 -0
- package/docs/types/_saltcorn_types.base_types.ResultType.html +7 -0
- package/docs/types/_saltcorn_types.base_types.RouteAction.html +1 -0
- package/docs/types/_saltcorn_types.base_types.RunExtra.html +1 -0
- package/docs/types/_saltcorn_types.base_types.SlugStepType.html +4 -0
- package/docs/types/_saltcorn_types.base_types.StepResType.html +1 -0
- package/docs/types/_saltcorn_types.base_types.SubField.html +5 -0
- package/docs/types/_saltcorn_types.base_types.TableProvider.html +4 -0
- package/docs/types/_saltcorn_types.base_types.TableQuery.html +8 -0
- package/docs/types/_saltcorn_types.base_types.Tablely.html +1 -0
- package/docs/types/_saltcorn_types.base_types.ViewTemplate.html +27 -0
- package/docs/types/_saltcorn_types.common_types.ErrorMessage.html +4 -0
- package/docs/types/_saltcorn_types.common_types.GenObj.html +1 -0
- package/docs/types/_saltcorn_types.common_types.ReqRes.html +3 -0
- package/docs/types/_saltcorn_types.common_types.ResultMessage.html +1 -0
- package/docs/types/_saltcorn_types.common_types.SuccessMessage.html +5 -0
- package/docs/types/_saltcorn_types.common_types.Type.html +19 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_event_log.EventLogPack.html +7 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_field.FieldCfg.html +36 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_field.InputType.html +1 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_form.AdditionalButton.html +5 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_library.LibraryCfg.html +5 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_library.LibraryPack.html +1 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_model.ModelCfg.html +6 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_model.ModelPack.html +1 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_model_instance.ModelInstanceCfg.html +12 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_model_instance.ModelInstancePack.html +1 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_page.PageCfg.html +9 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_page.PagePack.html +1 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_page_group.PageGroupCfg.html +7 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_page_group.PageGroupPack.html +1 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_page_group_member.PageGroupMemberCfg.html +7 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_page_group_member.PageGroupMemberPack.html +1 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_plugin.PluginCfg.html +13 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_plugin.PluginPack.html +1 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_role.RoleCfg.html +1 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_role.RolePack.html +1 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_table.TableCfg.html +16 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_table.TablePack.html +1 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_tag.TagPack.html +3 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_tag_entry.TagEntryPack.html +5 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_trigger.TriggerCfg.html +13 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_trigger.TriggerPack.html +1 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_view.ViewCfg.html +15 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_view.ViewPack.html +1 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow.ConfigWorkflowStep.html +1 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow.RunResult.html +11 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow_run.WorkflowRunCfg.html +12 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow_step.WorkflowStepCfg.html +9 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow_step.WorkflowStepPack.html +1 -0
- package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow_trace.WorkflowTraceCfg.html +11 -0
- package/docs/variables/_saltcorn_admin-models..backup.create_backup.html +2 -0
- package/docs/variables/_saltcorn_admin-models..backup.create_csv_from_rows.html +1 -0
- package/docs/variables/_saltcorn_admin-models..backup.restore.html +2 -0
- package/docs/variables/_saltcorn_admin-models..pack.add_to_menu.html +2 -0
- package/docs/variables/_saltcorn_admin-models..pack.can_install_pack.html +2 -0
- package/docs/variables/_saltcorn_admin-models..pack.fetch_available_packs.html +2 -0
- package/docs/variables/_saltcorn_admin-models..pack.fetch_pack_by_name.html +2 -0
- package/docs/variables/_saltcorn_admin-models..pack.install_pack.html +1 -0
- package/docs/variables/_saltcorn_admin-models..pack.library_pack.html +2 -0
- package/docs/variables/_saltcorn_admin-models..pack.model_instance_pack.html +2 -0
- package/docs/variables/_saltcorn_admin-models..pack.model_pack.html +4 -0
- package/docs/variables/_saltcorn_admin-models..pack.page_group_pack.html +3 -0
- package/docs/variables/_saltcorn_admin-models..pack.page_pack.html +3 -0
- package/docs/variables/_saltcorn_admin-models..pack.plugin_pack.html +2 -0
- package/docs/variables/_saltcorn_admin-models..pack.role_pack.html +2 -0
- package/docs/variables/_saltcorn_admin-models..pack.table_pack.html +2 -0
- package/docs/variables/_saltcorn_admin-models..pack.trigger_pack.html +2 -0
- package/docs/variables/_saltcorn_admin-models..pack.uninstall_pack.html +2 -0
- package/docs/variables/_saltcorn_admin-models..pack.view_pack.html +2 -0
- package/docs/variables/_saltcorn_admin-models..tenant.copy_tenant_template.html +8 -0
- package/docs/variables/_saltcorn_admin-models..tenant.create_tenant.html +6 -0
- package/docs/variables/_saltcorn_admin-models..tenant.deleteTenant.html +7 -0
- package/docs/variables/_saltcorn_admin-models..tenant.domain_sanitize.html +6 -0
- package/docs/variables/_saltcorn_admin-models..tenant.eachTenant.html +4 -0
- package/docs/variables/_saltcorn_admin-models..tenant.getAllTenantRows.html +2 -0
- package/docs/variables/_saltcorn_admin-models..tenant.getAllTenants.html +2 -0
- package/docs/variables/_saltcorn_admin-models..tenant.insertTenant.html +10 -0
- package/docs/variables/_saltcorn_admin-models..tenant.switchToTenant.html +7 -0
- package/docs/variables/_saltcorn_admin-models.models_backup.export_.html +3 -0
- package/docs/variables/_saltcorn_admin-models.pack.export_.html +19 -0
- package/docs/variables/_saltcorn_admin-models.tenant.export_.html +37 -0
- package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedFive.html +1 -0
- package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedFour.html +1 -0
- package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedOne.html +1 -0
- package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedSix.html +1 -0
- package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedThree.html +1 -0
- package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedTwo.html +1 -0
- package/docs/variables/_saltcorn_data..migrations.html +1 -0
- package/docs/variables/_saltcorn_data..plugin_helper.run_action_column.html +1 -0
- package/docs/variables/_saltcorn_data..utils.NotAuthorized.html +1 -0
- package/docs/variables/_saltcorn_data..utils.isPushEnabled.html +1 -0
- package/docs/variables/_saltcorn_data..utils.sleep.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_actions.export_.html +18 -0
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.radio_select.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.radio_select.isEdit.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.radio_select.type.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.search_join_field.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.search_or_create.blockDisplay.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.search_or_create.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.search_or_create.isEdit.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.search_or_create.type.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select.blockDisplay.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select.configFields.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select.isEdit.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select.type.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_by_code.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_by_view.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_from_table.blockDisplay.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_from_table.configFields.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_from_table.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_from_table.isEdit.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_from_table.type.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.two_level_select.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_fileview.export_.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_index.export_.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.attributes.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.TrueFalse.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.TrueFalse.isEdit.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.checkboxes.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.checkboxes.isEdit.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.edit.configFields.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.edit.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.edit.isEdit.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.show.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.show.isEdit.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.show_with_html.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.switch.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.tristate.configFields.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.tristate.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.tristate.isEdit.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.js_type.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.name.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.sql_name.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.color.attributes.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.color.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.edit.blockDisplay.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.edit.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.edit.isEdit.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.show.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.show.isEdit.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.show_with_html.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.color.js_type.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.color.name.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.color.sql_name.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.date.attributes.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.date.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.edit.blockDisplay.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.edit.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.edit.isEdit.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.editDay.blockDisplay.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.editDay.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.editDay.isEdit.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.format.configFields.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.format.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.format.isEdit.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.relative.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.relative.isEdit.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.show.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.show.isEdit.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.showDay.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.showDay.isEdit.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.show_with_html.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.yearsAgo.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.yearsAgo.isEdit.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.date.js_type.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.date.name.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.date.sql_name.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.float.attributes.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.float.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.float.distance_operators.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.above_input.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.below_input.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.edit.blockDisplay.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.edit.configFields.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.edit.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.edit.isEdit.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.heat_cell.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.number_slider.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.progress_bar.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.range_interval.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.show.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.show.isEdit.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.show_with_html.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.to_locale_string.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.float.js_type.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.float.name.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.float.sql_name.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.int.attributes.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.int.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.int.distance_operators.near.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.int.fieldviews.html +3 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.int.js_type.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.int.name.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.int.primaryKey.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.int.sql_name.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_header.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_header.isEdit.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_link.configFields.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_link.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_link.isEdit.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_text.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_text.isEdit.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.checkbox_group.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.code.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.code_editor.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.edit.blockDisplay.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.edit.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.edit.isEdit.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.ellipsize.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.fill_formula_btn.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.img_from_url.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.img_from_url.isEdit.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.make_unique.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.monospace_block.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.password.blockDisplay.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.password.configFields.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.password.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.password.isEdit.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.preFormatted.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.radio_group.configFields.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.radio_group.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.radio_group.isEdit.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.select_by_code.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.show_with_html.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.blockDisplay.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.configFields.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.description.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.isEdit.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.js_type.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.name.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_types.string.sql_name.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_edit.export_.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_feed.export_.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_filter.export_.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_list.export_.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_listshowlist.export_.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_room.export_-1.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_room.export_.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_show.export_.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.edit_build_in_actions.html +1 -0
- package/docs/variables/_saltcorn_data.contract.fieldlike.html +1 -0
- package/docs/variables/_saltcorn_data.contract.is_column.html +1 -0
- package/docs/variables/_saltcorn_data.contract.is_header.html +1 -0
- package/docs/variables/_saltcorn_data.contract.is_pack.html +1 -0
- package/docs/variables/_saltcorn_data.contract.is_plugin.html +1 -0
- package/docs/variables/_saltcorn_data.contract.is_plugin_layout.html +1 -0
- package/docs/variables/_saltcorn_data.contract.is_plugin_type.html +1 -0
- package/docs/variables/_saltcorn_data.contract.is_plugin_wrap.html +1 -0
- package/docs/variables/_saltcorn_data.contract.is_plugin_wrap_arg.html +1 -0
- package/docs/variables/_saltcorn_data.contract.is_table_query.html +1 -0
- package/docs/variables/_saltcorn_data.contract.is_tablely.html +1 -0
- package/docs/variables/_saltcorn_data.contract.is_viewtemplate.html +1 -0
- package/docs/variables/_saltcorn_data.db_connect.export_.html +16 -0
- package/docs/variables/_saltcorn_data.db_fa5-icons.default.html +1 -0
- package/docs/variables/_saltcorn_data.db_fixtures.export_.html +1 -0
- package/docs/variables/_saltcorn_data.db_index.export_.html +1 -0
- package/docs/variables/_saltcorn_data.db_state.export_.html +12 -0
- package/docs/variables/_saltcorn_data.migrations_202005141503.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202005241712.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202005251037.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202005282134.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202006022156.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202006051507.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202006240906.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202007091707.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202007202144.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202008031500.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202008051415.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202008121149.sql_pg.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202008121149.sql_sqlite.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202009112140.sql_pg.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202009112140.sql_sqlite.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202009181655.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202009221105.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202009231331.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202009301531.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202010231444.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202010251412.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202011021749.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202011051353.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202011111127.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202012011203.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202012100841.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202012281835.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202101061051.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202101141128.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202102091312.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202102101624.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202102172148.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202102261650.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202106102347.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202106112120.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202106120012.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202106120220.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202106121701.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202106121703.sql_pg.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202106121703.sql_sqlite.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202106251126.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202107281619.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202107302158.sql_pg.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202107302158.sql_sqlite.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202108022257.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202109201624.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202109301031.sql_pg.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202109301031.sql_sqlite.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202111290253.sql_pg.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202111290253.sql_sqlite.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202112282254.sql_pg.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202112282254.sql_sqlite.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202207022002.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202207252150.sql_pg.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202207252150.sql_sqlite.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202207261221.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202208101144.sql_pg.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202208101144.sql_sqlite.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202211040031.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202212112152.sql_pg.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202212112152.sql_sqlite.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202301130917.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202303201126.sql_pg.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202303201126.sql_sqlite.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202303221944.sql_pg.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202303221944.sql_sqlite.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202304281224.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202305031518.sql_pg.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202305031518.sql_sqlite.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202308211648.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202311011755.sql_pg.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202311011755.sql_sqlite.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202311231356.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202402071125.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202406260915.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202412051957.sql_pg.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202412051957.sql_sqlite.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202412111526.sql_pg.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202412111526.sql_sqlite.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202501081226.sql_pg.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202501081226.sql_sqlite.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202501201239.sql_sqlite.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202501262157.sql.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202503071353.sql_pg.html +1 -0
- package/docs/variables/_saltcorn_data.migrations_202506050958.sql.html +1 -0
- package/docs/variables/_saltcorn_data.mobile-mocks_saltcorn_html-pdf-node.export_.html +1 -0
- package/docs/variables/_saltcorn_data.models_config.export_.html +10 -0
- package/docs/variables/_saltcorn_data.models_discovery.export_.html +8 -0
- package/docs/variables/_saltcorn_data.models_email.export_.html +4 -0
- package/docs/variables/_saltcorn_data.models_expression.export_.html +4 -0
- package/docs/variables/_saltcorn_data.models_index.config.available_languages.html +1 -0
- package/docs/variables/_saltcorn_data.models_index.config.check_email_mask.html +2 -0
- package/docs/variables/_saltcorn_data.models_index.config.configTypes.html +1 -0
- package/docs/variables/_saltcorn_data.models_index.config.deleteConfig.html +2 -0
- package/docs/variables/_saltcorn_data.models_index.config.getAllConfig.html +2 -0
- package/docs/variables/_saltcorn_data.models_index.config.getConfig.html +2 -0
- package/docs/variables/_saltcorn_data.models_index.config.get_base_url.html +2 -0
- package/docs/variables/_saltcorn_data.models_index.config.get_latest_npm_version.html +2 -0
- package/docs/variables/_saltcorn_data.models_index.config.remove_from_menu.html +2 -0
- package/docs/variables/_saltcorn_data.models_index.config.save_menu_items.html +1 -0
- package/docs/variables/_saltcorn_data.models_index.config.setConfig.html +2 -0
- package/docs/variables/_saltcorn_data.models_index.discovery.discover_tables.html +4 -0
- package/docs/variables/_saltcorn_data.models_index.discovery.discoverable_tables.html +6 -0
- package/docs/variables/_saltcorn_data.models_index.discovery.findType.html +4 -0
- package/docs/variables/_saltcorn_data.models_index.discovery.get_existing_views.html +4 -0
- package/docs/variables/_saltcorn_data.models_index.discovery.implement_discovery.html +3 -0
- package/docs/variables/_saltcorn_data.models_index.email.getMailTransport.html +1 -0
- package/docs/variables/_saltcorn_data.models_index.email.send_verification_email.html +2 -0
- package/docs/variables/_saltcorn_data.models_index.email.viewToEmailHtml.html +5 -0
- package/docs/variables/_saltcorn_data.models_index.expression.apply_calculated_fields.html +1 -0
- package/docs/variables/_saltcorn_data.models_index.expression.apply_calculated_fields_stored.html +1 -0
- package/docs/variables/_saltcorn_data.models_index.expression.eval_expression.html +1 -0
- package/docs/variables/_saltcorn_data.models_index.expression.expressionValidator.html +1 -0
- package/docs/variables/_saltcorn_data.models_index.expression.get_async_expression_function.html +1 -0
- package/docs/variables/_saltcorn_data.models_index.expression.get_expression_function.html +1 -0
- package/docs/variables/_saltcorn_data.models_index.expression.jsexprToWhere.html +1 -0
- package/docs/variables/_saltcorn_data.models_index.expression.recalculate_for_stored.html +3 -0
- package/docs/variables/_saltcorn_data.models_index.expression.transform_for_async.html +1 -0
- package/docs/variables/_saltcorn_data.models_index.layout.eachView.html +2 -0
- package/docs/variables/_saltcorn_data.models_index.layout.getStringsForI18n.html +1 -0
- package/docs/variables/_saltcorn_data.models_index.layout.getViews.html +1 -0
- package/docs/variables/_saltcorn_data.models_index.layout.translateLayout.html +1 -0
- package/docs/variables/_saltcorn_data.models_index.layout.traverse.html +1 -0
- package/docs/variables/_saltcorn_data.models_index.layout.traverseSync.html +1 -0
- package/docs/variables/_saltcorn_data.models_index.random.all_views.html +2 -0
- package/docs/variables/_saltcorn_data.models_index.random.fill_table_row.html +2 -0
- package/docs/variables/_saltcorn_data.models_index.random.initial_view.html +2 -0
- package/docs/variables/_saltcorn_data.models_index.random.random_table.html +1 -0
- package/docs/variables/_saltcorn_data.models_index.scheduler.runScheduler.html +1 -0
- package/docs/variables/_saltcorn_data.models_layout.export_.html +3 -0
- package/docs/variables/_saltcorn_data.models_random.export_.html +4 -0
- package/docs/variables/_saltcorn_data.models_scheduler.export_.html +1 -0
- package/docs/variables/_saltcorn_data.plugin-helper.add_free_variables_to_joinfields.html +2 -0
- package/docs/variables/_saltcorn_data.plugin-helper.sqlBinOp.html +1 -0
- package/docs/variables/_saltcorn_data.plugin-helper.sqlFun.html +1 -0
- package/docs/variables/_saltcorn_data.tests_mocks.export_.html +1 -0
- package/docs/variables/_saltcorn_data.tests_remote_query_helper.renderEditInEditConfig.html +1 -0
- package/docs/variables/_saltcorn_data.utils.export_.html +16 -0
- package/docs/variables/_saltcorn_data.web-mobile-commons.export_.html +7 -0
- package/docs/variables/_saltcorn_db-common.multi-tenant.tenantNamespace.html +1 -0
- package/docs/variables/_saltcorn_db-common.tenants.export_.html +2 -0
- package/docs/variables/_saltcorn_markup..export_.html +3 -0
- package/docs/variables/_saltcorn_markup.builder.export_.html +1 -0
- package/docs/variables/_saltcorn_markup.emergency_layout.export_.html +1 -0
- package/docs/variables/_saltcorn_markup.form.export_.html +1 -0
- package/docs/variables/_saltcorn_markup.helpers.export_.html +2 -0
- package/docs/variables/_saltcorn_markup.layout.export_-1.html +1 -0
- package/docs/variables/_saltcorn_markup.layout.export_.html +1 -0
- package/docs/variables/_saltcorn_markup.layout_utils.export_.html +4 -0
- package/docs/variables/_saltcorn_markup.mjml-layout.export_.html +1 -0
- package/docs/variables/_saltcorn_markup.mjml-tags.export_.html +1 -0
- package/docs/variables/_saltcorn_markup.table.export_.html +1 -0
- package/docs/variables/_saltcorn_markup.tags.export_.html +1 -0
- package/docs/variables/_saltcorn_sqlite-mobile.index.slugify.html +4 -0
- package/docs/variables/_saltcorn_sqlite-mobile.index.tryCatchInTransaction.html +5 -0
- package/docs/variables/_saltcorn_sqlite-mobile.index.withTransaction.html +5 -0
- package/docs/variables/_saltcorn_sqlite..slugify.html +4 -0
- package/docs/variables/_saltcorn_sqlite..tryCatchInTransaction.html +5 -0
- package/docs/variables/_saltcorn_sqlite..withTransaction.html +5 -0
- package/docs/variables/_saltcorn_types..generators.generateBool.html +1 -0
- package/docs/variables/_saltcorn_types..generators.generateString.html +1 -0
- package/docs/variables/_saltcorn_types..generators.num_between.html +1 -0
- package/docs/variables/_saltcorn_types..generators.oneOf.html +1 -0
- package/docs/variables/_saltcorn_types.generators.export_.html +1 -0
- package/help/Entry point by role.tmd +1 -0
- package/help/Extra state formula.tmd +5 -1
- package/locales/en.json +8 -1
- package/package.json +9 -9
- package/public/saltcorn-common.js +23 -4
- package/public/saltcorn.css +43 -0
- package/public/saltcorn.js +63 -6
- package/routes/admin.js +257 -140
- package/routes/common_lists.js +5 -0
- package/routes/tables.js +2 -2
- package/serve.js +77 -35
- package/tests/admin.test.js +3 -3
- package/tests/auth.test.js +5 -1
- package/tests/viewedit.test.js +2 -0
- package/wrapper.js +15 -3
- package/docs/classes/_saltcorn_common_code.Relation.html +0 -184
- package/docs/classes/_saltcorn_common_code.RelationsFinder.html +0 -182
- package/docs/classes/_saltcorn_data.models.Crash.html +0 -310
- package/docs/classes/_saltcorn_data.models.EventLog-1.html +0 -345
- package/docs/classes/_saltcorn_data.models.Field.html +0 -980
- package/docs/classes/_saltcorn_data.models.FieldRepeat.html +0 -287
- package/docs/classes/_saltcorn_data.models.File-1.html +0 -876
- package/docs/classes/_saltcorn_data.models.Form-1.html +0 -497
- package/docs/classes/_saltcorn_data.models.Library.html +0 -290
- package/docs/classes/_saltcorn_data.models.Page.html +0 -422
- package/docs/classes/_saltcorn_data.models.PageGroup-1.html +0 -490
- package/docs/classes/_saltcorn_data.models.Plugin.html +0 -409
- package/docs/classes/_saltcorn_data.models.Role.html +0 -249
- package/docs/classes/_saltcorn_data.models.Table-1.html +0 -1839
- package/docs/classes/_saltcorn_data.models.TableConstraint.html +0 -297
- package/docs/classes/_saltcorn_data.models.Trigger.html +0 -730
- package/docs/classes/_saltcorn_data.models.User.html +0 -839
- package/docs/classes/_saltcorn_data.models.View-1.html +0 -937
- package/docs/classes/_saltcorn_data.models.Workflow.html +0 -388
- package/docs/classes/_saltcorn_data.models.WorkflowRun.html +0 -545
- package/docs/classes/_saltcorn_data.models.WorkflowStep.html +0 -431
- package/docs/classes/_saltcorn_data.models.WorkflowTrace.html +0 -313
- package/docs/classes/_saltcorn_mobile_builder.MobileBuilder.html +0 -356
- package/docs/enums/_saltcorn_common_code.RelationType.html +0 -115
- package/docs/enums/_saltcorn_common_code.ViewDisplayType.html +0 -94
- package/docs/functions/_saltcorn_admin_models.backup.create_backup.html +0 -76
- package/docs/functions/_saltcorn_admin_models.backup.create_csv_from_rows.html +0 -77
- package/docs/functions/_saltcorn_admin_models.backup.restore.html +0 -95
- package/docs/functions/_saltcorn_admin_models.pack.add_to_menu.html +0 -100
- package/docs/functions/_saltcorn_admin_models.pack.can_install_pack.html +0 -89
- package/docs/functions/_saltcorn_admin_models.pack.fetch_available_packs.html +0 -83
- package/docs/functions/_saltcorn_admin_models.pack.fetch_pack_by_name.html +0 -90
- package/docs/functions/_saltcorn_admin_models.pack.install_pack.html +0 -107
- package/docs/functions/_saltcorn_admin_models.pack.library_pack.html +0 -90
- package/docs/functions/_saltcorn_admin_models.pack.model_instance_pack.html +0 -95
- package/docs/functions/_saltcorn_admin_models.pack.model_pack.html +0 -96
- package/docs/functions/_saltcorn_admin_models.pack.page_group_pack.html +0 -91
- package/docs/functions/_saltcorn_admin_models.pack.page_pack.html +0 -91
- package/docs/functions/_saltcorn_admin_models.pack.plugin_pack.html +0 -89
- package/docs/functions/_saltcorn_admin_models.pack.role_pack.html +0 -90
- package/docs/functions/_saltcorn_admin_models.pack.table_pack.html +0 -90
- package/docs/functions/_saltcorn_admin_models.pack.trigger_pack.html +0 -89
- package/docs/functions/_saltcorn_admin_models.pack.uninstall_pack.html +0 -92
- package/docs/functions/_saltcorn_admin_models.pack.view_pack.html +0 -89
- package/docs/functions/_saltcorn_admin_models.tenant.copy_tenant_template.html +0 -105
- package/docs/functions/_saltcorn_admin_models.tenant.create_tenant.html +0 -107
- package/docs/functions/_saltcorn_admin_models.tenant.deleteTenant.html +0 -88
- package/docs/functions/_saltcorn_admin_models.tenant.domain_sanitize.html +0 -87
- package/docs/functions/_saltcorn_admin_models.tenant.eachTenant.html +0 -91
- package/docs/functions/_saltcorn_admin_models.tenant.getAllTenantRows.html +0 -77
- package/docs/functions/_saltcorn_admin_models.tenant.getAllTenants.html +0 -77
- package/docs/functions/_saltcorn_admin_models.tenant.insertTenant.html +0 -103
- package/docs/functions/_saltcorn_admin_models.tenant.switchToTenant.html +0 -92
- package/docs/functions/_saltcorn_common_code.buildTableCaches.html +0 -81
- package/docs/functions/_saltcorn_common_code.parseLegacyRelation.html +0 -77
- package/docs/functions/_saltcorn_common_code.parseRelationPath.html +0 -76
- package/docs/functions/_saltcorn_data.models.config.check_email_mask.html +0 -126
- package/docs/functions/_saltcorn_data.models.config.deleteConfig.html +0 -126
- package/docs/functions/_saltcorn_data.models.config.getAllConfig.html +0 -120
- package/docs/functions/_saltcorn_data.models.config.getConfig.html +0 -129
- package/docs/functions/_saltcorn_data.models.config.get_base_url.html +0 -125
- package/docs/functions/_saltcorn_data.models.config.get_latest_npm_version.html +0 -127
- package/docs/functions/_saltcorn_data.models.config.remove_from_menu.html +0 -126
- package/docs/functions/_saltcorn_data.models.config.save_menu_items.html +0 -121
- package/docs/functions/_saltcorn_data.models.config.setConfig.html +0 -129
- package/docs/functions/_saltcorn_data.models.discovery.discover_tables.html +0 -126
- package/docs/functions/_saltcorn_data.models.discovery.discoverable_tables.html +0 -124
- package/docs/functions/_saltcorn_data.models.discovery.findType.html +0 -122
- package/docs/functions/_saltcorn_data.models.discovery.get_existing_views.html +0 -122
- package/docs/functions/_saltcorn_data.models.discovery.implement_discovery.html +0 -124
- package/docs/functions/_saltcorn_data.models.email.getMailTransport.html +0 -109
- package/docs/functions/_saltcorn_data.models.email.send_verification_email.html +0 -125
- package/docs/functions/_saltcorn_data.models.email.viewToEmailHtml.html +0 -130
- package/docs/functions/_saltcorn_data.models.expression.apply_calculated_fields.html +0 -126
- package/docs/functions/_saltcorn_data.models.expression.apply_calculated_fields_stored.html +0 -126
- package/docs/functions/_saltcorn_data.models.expression.eval_expression.html +0 -127
- package/docs/functions/_saltcorn_data.models.expression.expressionValidator.html +0 -121
- package/docs/functions/_saltcorn_data.models.expression.get_async_expression_function.html +0 -127
- package/docs/functions/_saltcorn_data.models.expression.get_expression_function.html +0 -124
- package/docs/functions/_saltcorn_data.models.expression.jsexprToWhere.html +0 -126
- package/docs/functions/_saltcorn_data.models.expression.recalculate_for_stored.html +0 -127
- package/docs/functions/_saltcorn_data.models.expression.transform_for_async.html +0 -129
- package/docs/functions/_saltcorn_data.models.layout.eachView.html +0 -123
- package/docs/functions/_saltcorn_data.models.layout.getStringsForI18n.html +0 -118
- package/docs/functions/_saltcorn_data.models.layout.getViews.html +0 -118
- package/docs/functions/_saltcorn_data.models.layout.translateLayout.html +0 -121
- package/docs/functions/_saltcorn_data.models.layout.traverse.html +0 -121
- package/docs/functions/_saltcorn_data.models.layout.traverseSync.html +0 -121
- package/docs/functions/_saltcorn_data.models.random.all_views.html +0 -118
- package/docs/functions/_saltcorn_data.models.random.fill_table_row.html +0 -118
- package/docs/functions/_saltcorn_data.models.random.initial_view.html +0 -121
- package/docs/functions/_saltcorn_data.models.random.random_table.html +0 -115
- package/docs/functions/_saltcorn_db_common.buildInsertBulkSql.html +0 -133
- package/docs/functions/_saltcorn_db_common.buildInsertSql.html +0 -134
- package/docs/functions/_saltcorn_db_common.commitAndBeginNewTransaction.html +0 -103
- package/docs/functions/_saltcorn_db_common.doCount.html +0 -116
- package/docs/functions/_saltcorn_db_common.doDeleteWhere.html +0 -116
- package/docs/functions/_saltcorn_db_common.doListScTables.html +0 -110
- package/docs/functions/_saltcorn_db_common.doListTables.html +0 -110
- package/docs/functions/_saltcorn_db_common.doListUserDefinedTables.html +0 -110
- package/docs/functions/_saltcorn_db_common.do_add_index.html +0 -126
- package/docs/functions/_saltcorn_db_common.do_drop_index.html +0 -126
- package/docs/functions/_saltcorn_db_common.ftsFieldsSqlExpr.html +0 -112
- package/docs/functions/_saltcorn_db_common.mkSelectOptions.html +0 -114
- package/docs/functions/_saltcorn_db_common.mkVal.html +0 -111
- package/docs/functions/_saltcorn_db_common.mkWhere.html +0 -116
- package/docs/functions/_saltcorn_db_common.multi_tenant.enable_multi_tenant.html +0 -115
- package/docs/functions/_saltcorn_db_common.multi_tenant.getRequestContext.html +0 -114
- package/docs/functions/_saltcorn_db_common.multi_tenant.getTenantSchema.html +0 -117
- package/docs/functions/_saltcorn_db_common.multi_tenant.init.html +0 -123
- package/docs/functions/_saltcorn_db_common.multi_tenant.is_it_multi_tenant.html +0 -117
- package/docs/functions/_saltcorn_db_common.multi_tenant.runWithTenant.html +0 -136
- package/docs/functions/_saltcorn_db_common.orderByIsObject.html +0 -108
- package/docs/functions/_saltcorn_db_common.orderByIsOperator.html +0 -108
- package/docs/functions/_saltcorn_db_common.prefixFieldsInWhere.html +0 -110
- package/docs/functions/_saltcorn_db_common.reprAsJson.html +0 -113
- package/docs/functions/_saltcorn_db_common.slugify.html +0 -115
- package/docs/functions/_saltcorn_db_common.sqlBinOp.html +0 -117
- package/docs/functions/_saltcorn_db_common.sqlFun.html +0 -117
- package/docs/functions/_saltcorn_db_common.sqlsanitize.html +0 -114
- package/docs/functions/_saltcorn_db_common.sqlsanitizeAllowDots.html +0 -116
- package/docs/functions/_saltcorn_db_common.subSelectWhere.html +0 -139
- package/docs/functions/_saltcorn_db_common.tryCatchInTransaction.html +0 -120
- package/docs/functions/_saltcorn_db_common.withTransaction.html +0 -120
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.androidFeatures.html +0 -95
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.androidPermissions.html +0 -95
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.buildTablesFile.html +0 -112
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copyPrepopulatedDb.html +0 -102
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copyServerFiles.html +0 -106
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copyShareExtFiles.html +0 -100
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copySiteLogo.html +0 -104
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copyTranslationFiles.html +0 -106
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.createSqliteDb.html +0 -107
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.decodeProvisioningProfile.html +0 -102
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.extractDomain.html +0 -100
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.generateAndroidVersionCode.html +0 -100
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyAndroidManifest.html +0 -104
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyConfigXml.html +0 -102
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyGradleConfig.html +0 -102
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyInfoPlist.html +0 -102
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyXcodeProjectFile.html +0 -109
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepAppIcon.html +0 -102
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareAppIcon.html +0 -111
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareBuildDir.html +0 -117
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareExportOptionsPlist.html +0 -100
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareSplashIcon.html +0 -112
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareSplashPage.html +0 -121
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writeCapacitorConfig.html +0 -102
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writeCfgFile.html +0 -104
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writeDataExtractionRules.html +0 -100
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writeNetworkSecurityConfig.html +0 -102
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writePodfile.html +0 -100
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writePrivacyInfo.html +0 -100
- package/docs/functions/_saltcorn_mobile_builder.package_bundle_utils.bundleMobileAppCode.html +0 -74
- package/docs/functions/_saltcorn_mobile_builder.package_bundle_utils.bundlePackagesAndPlugins.html +0 -83
- package/docs/functions/_saltcorn_mobile_builder.package_bundle_utils.copyMobileAppDirs.html +0 -74
- package/docs/functions/_saltcorn_mobile_builder.package_bundle_utils.copyPublicDirs.html +0 -81
- package/docs/functions/_saltcorn_sqlite.add_index.html +0 -107
- package/docs/functions/_saltcorn_sqlite.add_unique_constraint.html +0 -107
- package/docs/functions/_saltcorn_sqlite.begin.html +0 -94
- package/docs/functions/_saltcorn_sqlite.changeConnection.html +0 -102
- package/docs/functions/_saltcorn_sqlite.close.html +0 -94
- package/docs/functions/_saltcorn_sqlite.commit.html +0 -94
- package/docs/functions/_saltcorn_sqlite.count.html +0 -108
- package/docs/functions/_saltcorn_sqlite.deleteWhere.html +0 -108
- package/docs/functions/_saltcorn_sqlite.dropTable.html +0 -97
- package/docs/functions/_saltcorn_sqlite.dropTables.html +0 -97
- package/docs/functions/_saltcorn_sqlite.drop_index.html +0 -107
- package/docs/functions/_saltcorn_sqlite.drop_reset_schema.html +0 -96
- package/docs/functions/_saltcorn_sqlite.drop_unique_constraint.html +0 -107
- package/docs/functions/_saltcorn_sqlite.getVersion.html +0 -95
- package/docs/functions/_saltcorn_sqlite.get_db_filepath.html +0 -94
- package/docs/functions/_saltcorn_sqlite.get_sql_logging.html +0 -94
- package/docs/functions/_saltcorn_sqlite.init.html +0 -107
- package/docs/functions/_saltcorn_sqlite.insert.html +0 -115
- package/docs/functions/_saltcorn_sqlite.listScTables.html +0 -91
- package/docs/functions/_saltcorn_sqlite.listTables.html +0 -91
- package/docs/functions/_saltcorn_sqlite.listUserDefinedTables.html +0 -91
- package/docs/functions/_saltcorn_sqlite.query.html +0 -100
- package/docs/functions/_saltcorn_sqlite.rollback.html +0 -94
- package/docs/functions/_saltcorn_sqlite.select.html +0 -110
- package/docs/functions/_saltcorn_sqlite.selectMaybeOne.html +0 -112
- package/docs/functions/_saltcorn_sqlite.selectOne.html +0 -111
- package/docs/functions/_saltcorn_sqlite.set_sql_logging.html +0 -98
- package/docs/functions/_saltcorn_sqlite.slugify.html +0 -102
- package/docs/functions/_saltcorn_sqlite.sql_log.html +0 -106
- package/docs/functions/_saltcorn_sqlite.tryCatchInTransaction.html +0 -107
- package/docs/functions/_saltcorn_sqlite.update.html +0 -113
- package/docs/functions/_saltcorn_sqlite.updateWhere.html +0 -99
- package/docs/functions/_saltcorn_sqlite.withTransaction.html +0 -107
- package/docs/functions/_saltcorn_sqlite_mobile.add_index.html +0 -98
- package/docs/functions/_saltcorn_sqlite_mobile.add_unique_constraint.html +0 -98
- package/docs/functions/_saltcorn_sqlite_mobile.count.html +0 -91
- package/docs/functions/_saltcorn_sqlite_mobile.deleteWhere.html +0 -88
- package/docs/functions/_saltcorn_sqlite_mobile.drop_index.html +0 -98
- package/docs/functions/_saltcorn_sqlite_mobile.drop_reset_schema.html +0 -81
- package/docs/functions/_saltcorn_sqlite_mobile.drop_unique_constraint.html +0 -98
- package/docs/functions/_saltcorn_sqlite_mobile.init.html +0 -81
- package/docs/functions/_saltcorn_sqlite_mobile.insert.html +0 -99
- package/docs/functions/_saltcorn_sqlite_mobile.insertRows.html +0 -97
- package/docs/functions/_saltcorn_sqlite_mobile.listScTables.html +0 -82
- package/docs/functions/_saltcorn_sqlite_mobile.listTables.html +0 -82
- package/docs/functions/_saltcorn_sqlite_mobile.listUserDefinedTables.html +0 -82
- package/docs/functions/_saltcorn_sqlite_mobile.query.html +0 -88
- package/docs/functions/_saltcorn_sqlite_mobile.select.html +0 -90
- package/docs/functions/_saltcorn_sqlite_mobile.selectMaybeOne.html +0 -91
- package/docs/functions/_saltcorn_sqlite_mobile.selectOne.html +0 -91
- package/docs/functions/_saltcorn_sqlite_mobile.setConnectionObject.html +0 -88
- package/docs/functions/_saltcorn_sqlite_mobile.tableExists.html +0 -90
- package/docs/functions/_saltcorn_sqlite_mobile.time.html +0 -81
- package/docs/functions/_saltcorn_sqlite_mobile.update.html +0 -100
- package/docs/functions/_saltcorn_types.ModelAbstracts.abstract_field.instanceOfField.html +0 -88
- package/docs/functions/_saltcorn_types.ModelAbstracts.abstract_page.instanceOfPage.html +0 -87
- package/docs/functions/_saltcorn_types.ModelAbstracts.abstract_view.instanceOfView.html +0 -87
- package/docs/functions/_saltcorn_types.Types.base_types.instanceOWithHtmlFile.html +0 -115
- package/docs/functions/_saltcorn_types.Types.common_types.instanceOfErrorMsg.html +0 -84
- package/docs/functions/_saltcorn_types.Types.common_types.instanceOfSuccessMsg.html +0 -84
- package/docs/functions/_saltcorn_types.Types.common_types.instanceOfType.html +0 -84
- package/docs/functions/_saltcorn_types.generators.generateBool.html +0 -68
- package/docs/functions/_saltcorn_types.generators.generateString.html +0 -75
- package/docs/functions/_saltcorn_types.generators.num_between.html +0 -75
- package/docs/functions/_saltcorn_types.generators.oneOf.html +0 -73
- package/docs/interfaces/_saltcorn_mobile_builder.common_build_utils.ScCapacitorConfig.html +0 -171
- package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_field.AbstractField.html +0 -194
- package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_field.AbstractFieldRepeat.html +0 -110
- package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_form.AbstractForm.html +0 -275
- package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_page.AbstractPage.html +0 -153
- package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_role.AbstractRole.html +0 -108
- package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_table.AbstractTable.html +0 -175
- package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_trigger.AbstractTrigger.html +0 -246
- package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_view.AbstractView.html +0 -174
- package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_workflow.AbstractWorkflow.html +0 -264
- package/docs/modules/_saltcorn_admin_models.backup.html +0 -74
- package/docs/modules/_saltcorn_admin_models.html +0 -68
- package/docs/modules/_saltcorn_admin_models.pack.html +0 -100
- package/docs/modules/_saltcorn_admin_models.tenant.html +0 -86
- package/docs/modules/_saltcorn_common_code.html +0 -77
- package/docs/modules/_saltcorn_data.models.EventLog.html +0 -108
- package/docs/modules/_saltcorn_data.models.File.html +0 -108
- package/docs/modules/_saltcorn_data.models.Form.html +0 -110
- package/docs/modules/_saltcorn_data.models.PageGroup.html +0 -108
- package/docs/modules/_saltcorn_data.models.Table.html +0 -112
- package/docs/modules/_saltcorn_data.models.View.html +0 -108
- package/docs/modules/_saltcorn_data.models.config.html +0 -130
- package/docs/modules/_saltcorn_data.models.discovery.html +0 -115
- package/docs/modules/_saltcorn_data.models.email.html +0 -111
- package/docs/modules/_saltcorn_data.models.expression.html +0 -123
- package/docs/modules/_saltcorn_data.models.html +0 -140
- package/docs/modules/_saltcorn_data.models.layout.html +0 -117
- package/docs/modules/_saltcorn_data.models.random.html +0 -113
- package/docs/modules/_saltcorn_data.models.scheduler.html +0 -107
- package/docs/modules/_saltcorn_data.plugin_helper.html +0 -70
- package/docs/modules/_saltcorn_db_common.html +0 -193
- package/docs/modules/_saltcorn_db_common.multi_tenant.html +0 -128
- package/docs/modules/_saltcorn_mobile_builder.common_build_utils.html +0 -128
- package/docs/modules/_saltcorn_mobile_builder.html +0 -75
- package/docs/modules/_saltcorn_mobile_builder.package_bundle_utils.html +0 -73
- package/docs/modules/_saltcorn_sqlite_mobile.html +0 -129
- package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_field.html +0 -94
- package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_form.html +0 -85
- package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_library.html +0 -82
- package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_page.html +0 -92
- package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_plugin.html +0 -82
- package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_role.html +0 -87
- package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_table.html +0 -87
- package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_trigger.html +0 -87
- package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_view.html +0 -92
- package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_workflow.html +0 -87
- package/docs/modules/_saltcorn_types.ModelAbstracts.html +0 -88
- package/docs/modules/_saltcorn_types.Types.base_types.html +0 -157
- package/docs/modules/_saltcorn_types.Types.common_types.html +0 -91
- package/docs/modules/_saltcorn_types.Types.html +0 -68
- package/docs/types/_saltcorn_data.models.EventLog.EventLogCfg.html +0 -117
- package/docs/types/_saltcorn_data.models.File.FileCfg.html +0 -127
- package/docs/types/_saltcorn_data.models.Form.AdditionalButton.html +0 -103
- package/docs/types/_saltcorn_data.models.Form.FormCfg.html +0 -177
- package/docs/types/_saltcorn_data.models.PageGroup.ScreenInfoParams.html +0 -113
- package/docs/types/_saltcorn_data.models.Table.ChildRelations.html +0 -111
- package/docs/types/_saltcorn_data.models.Table.ParentRelations.html +0 -111
- package/docs/types/_saltcorn_data.models.Table.RelationData.html +0 -111
- package/docs/types/_saltcorn_data.models.View.FindViewsPred.html +0 -122
- package/docs/types/_saltcorn_db_common.AggregationOptions.html +0 -122
- package/docs/types/_saltcorn_db_common.CoordOpts.html +0 -110
- package/docs/types/_saltcorn_db_common.DatabaseClient.html +0 -117
- package/docs/types/_saltcorn_db_common.JoinField.html +0 -112
- package/docs/types/_saltcorn_db_common.JoinFields.html +0 -104
- package/docs/types/_saltcorn_db_common.JoinOptions.html +0 -113
- package/docs/types/_saltcorn_db_common.JsonPath.html +0 -99
- package/docs/types/_saltcorn_db_common.JsonPathElem.html +0 -99
- package/docs/types/_saltcorn_db_common.Operator.html +0 -108
- package/docs/types/_saltcorn_db_common.PartialSome.html +0 -106
- package/docs/types/_saltcorn_db_common.PrimaryKeyValue.html +0 -99
- package/docs/types/_saltcorn_db_common.Row.html +0 -104
- package/docs/types/_saltcorn_db_common.SelectOptions.html +0 -142
- package/docs/types/_saltcorn_db_common.SqlAndValues.html +0 -110
- package/docs/types/_saltcorn_db_common.StrongRow.html +0 -104
- package/docs/types/_saltcorn_db_common.SubselectOptions.html +0 -110
- package/docs/types/_saltcorn_db_common.Value.html +0 -104
- package/docs/types/_saltcorn_db_common.Where.html +0 -121
- package/docs/types/_saltcorn_mobile_builder.IosCfg.html +0 -76
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_field.FieldCfg.html +0 -175
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_field.InputType.html +0 -79
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_form.AdditionalButton.html +0 -87
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_library.LibraryCfg.html +0 -87
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_library.LibraryPack.html +0 -79
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_page.PageCfg.html +0 -97
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_page.PagePack.html +0 -85
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_plugin.PluginCfg.html +0 -103
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_plugin.PluginPack.html +0 -79
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_role.RoleCfg.html +0 -77
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_role.RolePack.html +0 -80
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_table.TableCfg.html +0 -111
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_table.TablePack.html +0 -86
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_trigger.TriggerCfg.html +0 -104
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_trigger.TriggerPack.html +0 -80
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_view.ViewCfg.html +0 -109
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_view.ViewPack.html +0 -89
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_workflow.ConfigWorkflowStep.html +0 -97
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_workflow.RunResult.html +0 -100
- package/docs/types/_saltcorn_types.Types.base_types.Action.html +0 -205
- package/docs/types/_saltcorn_types.Types.base_types.AuthenticationMethod.html +0 -117
- package/docs/types/_saltcorn_types.Types.base_types.CalcJoinfield.html +0 -119
- package/docs/types/_saltcorn_types.Types.base_types.CapacitorPlugin.html +0 -117
- package/docs/types/_saltcorn_types.Types.base_types.CodePagePack.html +0 -115
- package/docs/types/_saltcorn_types.Types.base_types.Column.html +0 -111
- package/docs/types/_saltcorn_types.Types.base_types.ConnectObjType.html +0 -149
- package/docs/types/_saltcorn_types.Types.base_types.ConnectedObjects.html +0 -117
- package/docs/types/_saltcorn_types.Types.base_types.CopilotSkill.html +0 -157
- package/docs/types/_saltcorn_types.Types.base_types.ErrorObj.html +0 -119
- package/docs/types/_saltcorn_types.Types.base_types.FieldLike.html +0 -106
- package/docs/types/_saltcorn_types.Types.base_types.FieldView.html +0 -189
- package/docs/types/_saltcorn_types.Types.base_types.Header.html +0 -115
- package/docs/types/_saltcorn_types.Types.base_types.JoinFieldOption.html +0 -117
- package/docs/types/_saltcorn_types.Types.base_types.Layout.html +0 -106
- package/docs/types/_saltcorn_types.Types.base_types.MobileConfig.html +0 -141
- package/docs/types/_saltcorn_types.Types.base_types.ModelPattern.html +0 -269
- package/docs/types/_saltcorn_types.Types.base_types.Pack.html +0 -137
- package/docs/types/_saltcorn_types.Types.base_types.Plugin.html +0 -130
- package/docs/types/_saltcorn_types.Types.base_types.PluginFunction.html +0 -128
- package/docs/types/_saltcorn_types.Types.base_types.PluginLayout.html +0 -124
- package/docs/types/_saltcorn_types.Types.base_types.PluginRoute.html +0 -133
- package/docs/types/_saltcorn_types.Types.base_types.PluginSourceType.html +0 -106
- package/docs/types/_saltcorn_types.Types.base_types.PluginType.html +0 -191
- package/docs/types/_saltcorn_types.Types.base_types.PluginWrap.html +0 -119
- package/docs/types/_saltcorn_types.Types.base_types.PluginWrapArg.html +0 -130
- package/docs/types/_saltcorn_types.Types.base_types.RelationOption.html +0 -113
- package/docs/types/_saltcorn_types.Types.base_types.Req.html +0 -192
- package/docs/types/_saltcorn_types.Types.base_types.Res.html +0 -176
- package/docs/types/_saltcorn_types.Types.base_types.ResultType.html +0 -123
- package/docs/types/_saltcorn_types.Types.base_types.RouteAction.html +0 -129
- package/docs/types/_saltcorn_types.Types.base_types.RunExtra.html +0 -111
- package/docs/types/_saltcorn_types.Types.base_types.SlugStepType.html +0 -115
- package/docs/types/_saltcorn_types.Types.base_types.StepResType.html +0 -113
- package/docs/types/_saltcorn_types.Types.base_types.SubField.html +0 -117
- package/docs/types/_saltcorn_types.Types.base_types.TableProvider.html +0 -148
- package/docs/types/_saltcorn_types.Types.base_types.TableQuery.html +0 -137
- package/docs/types/_saltcorn_types.Types.base_types.Tablely.html +0 -111
- package/docs/types/_saltcorn_types.Types.base_types.ViewTemplate.html +0 -481
- package/docs/types/_saltcorn_types.Types.common_types.ErrorMessage.html +0 -84
- package/docs/types/_saltcorn_types.Types.common_types.GenObj.html +0 -80
- package/docs/types/_saltcorn_types.Types.common_types.ReqRes.html +0 -82
- package/docs/types/_saltcorn_types.Types.common_types.ResultMessage.html +0 -75
- package/docs/types/_saltcorn_types.Types.common_types.SuccessMessage.html +0 -86
- package/docs/types/_saltcorn_types.Types.common_types.Type.html +0 -157
- package/docs/variables/_saltcorn_data.db.html +0 -60
- package/docs/variables/_saltcorn_data.migrations.html +0 -60
- package/docs/variables/_saltcorn_data.models.config.available_languages.html +0 -177
- package/docs/variables/_saltcorn_data.models.config.configTypes.html +0 -112
- package/docs/variables/_saltcorn_data.models.scheduler.runScheduler.html +0 -147
- package/docs/variables/_saltcorn_data.plugin_helper.run_action_column.html +0 -65
- package/docs/variables/_saltcorn_data.utils.NotAuthorized.html +0 -67
- package/docs/variables/_saltcorn_data.utils.isPushEnabled.html +0 -67
- package/docs/variables/_saltcorn_data.utils.sleep.html +0 -67
- package/docs/variables/_saltcorn_db_common.multi_tenant.tenantNamespace.html +0 -110
|
@@ -1,527 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta
|
|
2
|
-
<div class="tsd-toolbar-contents container">
|
|
3
|
-
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
|
-
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
5
|
-
<div class="field">
|
|
6
|
-
<div id="tsd-toolbar-links"></div></div>
|
|
7
|
-
<ul class="results">
|
|
8
|
-
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">saltcorn-monorepo</a></div>
|
|
10
|
-
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
|
-
<div class="container container-main">
|
|
12
|
-
<div class="col-content">
|
|
13
|
-
<div class="tsd-page-title">
|
|
14
|
-
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../index.html">saltcorn-monorepo</a></li>
|
|
16
|
-
<li><a href="_saltcorn_data.html">@saltcorn/data</a></li></ul>
|
|
17
|
-
<h1>Module @saltcorn/data</h1></div>
|
|
18
|
-
<section class="tsd-panel tsd-comment">
|
|
19
|
-
<div class="tsd-comment tsd-typography"><p>This is saltcorn data</p>
|
|
20
|
-
</div>
|
|
21
|
-
<div class="tsd-comment tsd-typography"></div></section>
|
|
22
|
-
<section class="tsd-panel tsd-typography"><a id="md:saltcorndata" class="tsd-anchor"></a><h1><a href="#md:saltcorndata">@saltcorn/data</a></h1><p>Data models for <a href="https://saltcorn.com">saltcorn</a></p>
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>@saltcorn/data | Documentation</title><meta name="description" content="Documentation for Documentation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">Documentation</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="" aria-current="page">@saltcorn/data</a></li></ul><h1>Module @saltcorn/data</h1></div><section class="tsd-panel tsd-typography"><h1 id="saltcorndata" class="tsd-anchor-link">@saltcorn/data<a href="#saltcorndata" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h1><p>Data models for <a href="https://saltcorn.com">saltcorn</a></p>
|
|
23
2
|
<p>If you are a saltcorn user, you probably want to install this package
|
|
24
3
|
instead: <a href="https://www.npmjs.com/package/@saltcorn/cli">@saltcorn/cli</a></p>
|
|
25
|
-
</section><aside class="tsd-sources">
|
|
26
|
-
<ul>
|
|
27
|
-
<li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/61a472138b/packages/saltcorn-data/index.ts#L1">saltcorn-data/index.ts:1</a></li></ul></aside>
|
|
28
|
-
<section class="tsd-panel-group tsd-index-group">
|
|
29
|
-
<section class="tsd-panel tsd-index-panel">
|
|
30
|
-
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
31
|
-
<h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex=0><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M1.5 5.50969L8 11.6609L14.5 5.50969L12.5466 3.66086L8 7.96494L3.45341 3.66086L1.5 5.50969Z" fill="var(--color-text)"></path></svg> Index</h5></summary>
|
|
32
|
-
<div class="tsd-accordion-details">
|
|
33
|
-
<section class="tsd-index-section">
|
|
34
|
-
<h3 class="tsd-index-heading">Namespaces</h3>
|
|
35
|
-
<div class="tsd-index-list"><a href="_saltcorn_data.models.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g></svg><span>models</span></a>
|
|
36
|
-
<a href="_saltcorn_data.plugin_helper.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>plugin_<wbr/>helper</span></a>
|
|
37
|
-
<a href="_saltcorn_data.utils.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>utils</span></a>
|
|
38
|
-
</div></section>
|
|
39
|
-
<section class="tsd-index-section">
|
|
40
|
-
<h3 class="tsd-index-heading">Properties</h3>
|
|
41
|
-
<div class="tsd-index-list"><a href="_saltcorn_data.html#state" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-1024"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)"></path></g></svg><span>state</span></a>
|
|
42
|
-
<a href="_saltcorn_data.html#web_mobile_commons" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>web_<wbr/>mobile_<wbr/>commons</span></a>
|
|
43
|
-
</div></section>
|
|
44
|
-
<section class="tsd-index-section">
|
|
45
|
-
<h3 class="tsd-index-heading">Variables</h3>
|
|
46
|
-
<div class="tsd-index-list"><a href="../variables/_saltcorn_data.db.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-32"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)"></path></g></svg><span>db</span></a>
|
|
47
|
-
<a href="../variables/_saltcorn_data.migrations.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-32"></use></svg><span>migrations</span></a>
|
|
48
|
-
</div></section></div></details></section></section>
|
|
49
|
-
<section class="tsd-panel-group tsd-member-group">
|
|
50
|
-
<h2>Properties</h2>
|
|
51
|
-
<section class="tsd-panel tsd-member"><a id="state" class="tsd-anchor"></a>
|
|
52
|
-
<h3 class="tsd-anchor-link"><span>state</span><a href="#state" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><g stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" id="icon-anchor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></g></svg></a></h3>
|
|
53
|
-
<div class="tsd-signature"><span class="tsd-kind-property">state</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">add_tenant</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">t</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">features</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">aggregation_query</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">async_validate</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">bootstrap5</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">capacitor</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">deep_public_plugin_serve</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">dynamic_auth_parameters</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">ellipsize</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">esm_plugins</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">fieldrepeats_in_field_attributes</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">get_view_goto</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">json_state_query</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">list_builder</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">metadata</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">no_plugin_fieldview_length_check</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">prefix_or_in_queries</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">public_user_role</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">serve_static_dependencies</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">stringify_json_fields</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">table_undo</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">version_plugin_serve_path</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">workflows</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">getAllTenants</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type ">State</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">getApp__</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">s</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">getReq__</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">s</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">getRootState</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type ">State</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">getState</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type ">State</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">getTenant</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">ten</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type ">State</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">get_other_domain_tenant</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">hostname</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">get_process_init_time</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type ">Date</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">init_multi_tenant</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">plugin_loader</span>, <span class="tsd-kind-parameter">disableMigrate</span>, <span class="tsd-kind-parameter">tenantList</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">process_send</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">v</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">restart_tenant</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">plugin_loader</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">set_tenant_base_url</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">tenant_subdomain</span>, <span class="tsd-kind-parameter">value</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div>
|
|
54
|
-
<div class="tsd-type-declaration">
|
|
55
|
-
<h4>Type declaration</h4>
|
|
56
|
-
<ul class="tsd-parameters">
|
|
57
|
-
<li class="tsd-parameter">
|
|
58
|
-
<h5><span class="tsd-kind-property">add_<wbr/>tenant</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">t</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span></h5>
|
|
59
|
-
<ul class="tsd-parameters">
|
|
60
|
-
<li class="tsd-parameter-signature">
|
|
61
|
-
<ul class="tsd-signatures">
|
|
62
|
-
<li class="tsd-signature" id="state.__type.add_tenant.__type-1.__type-2"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">t</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
63
|
-
<li class="tsd-description">
|
|
64
|
-
<div class="tsd-comment tsd-typography"><p>Add tenant to State</p>
|
|
65
|
-
</div>
|
|
66
|
-
<div class="tsd-parameters">
|
|
67
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
68
|
-
<ul class="tsd-parameter-list">
|
|
69
|
-
<li>
|
|
70
|
-
<h5><span class="tsd-kind-parameter">t</span>: <span class="tsd-signature-type">string</span></h5>
|
|
71
|
-
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
72
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
73
|
-
<div class="tsd-comment tsd-typography"></div></li></ul></li></ul></li>
|
|
74
|
-
<li class="tsd-parameter">
|
|
75
|
-
<h5><span class="tsd-kind-property">features</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">aggregation_query</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">async_validate</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">bootstrap5</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">capacitor</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">deep_public_plugin_serve</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">dynamic_auth_parameters</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">ellipsize</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">esm_plugins</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">fieldrepeats_in_field_attributes</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">get_view_goto</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">json_state_query</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">list_builder</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">metadata</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">no_plugin_fieldview_length_check</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">prefix_or_in_queries</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">public_user_role</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">serve_static_dependencies</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">stringify_json_fields</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">table_undo</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">version_plugin_serve_path</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">workflows</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></h5>
|
|
76
|
-
<ul class="tsd-parameters">
|
|
77
|
-
<li class="tsd-parameter">
|
|
78
|
-
<h5><span class="tsd-kind-property">aggregation_<wbr/>query</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
|
|
79
|
-
<li class="tsd-parameter">
|
|
80
|
-
<h5><span class="tsd-kind-property">async_<wbr/>validate</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
|
|
81
|
-
<li class="tsd-parameter">
|
|
82
|
-
<h5><span class="tsd-kind-property">bootstrap5</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
|
|
83
|
-
<li class="tsd-parameter">
|
|
84
|
-
<h5><span class="tsd-kind-property">capacitor</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
|
|
85
|
-
<li class="tsd-parameter">
|
|
86
|
-
<h5><span class="tsd-kind-property">deep_<wbr/>public_<wbr/>plugin_<wbr/>serve</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
|
|
87
|
-
<li class="tsd-parameter">
|
|
88
|
-
<h5><span class="tsd-kind-property">dynamic_<wbr/>auth_<wbr/>parameters</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
|
|
89
|
-
<li class="tsd-parameter">
|
|
90
|
-
<h5><span class="tsd-kind-property">ellipsize</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
|
|
91
|
-
<li class="tsd-parameter">
|
|
92
|
-
<h5><span class="tsd-kind-property">esm_<wbr/>plugins</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
|
|
93
|
-
<li class="tsd-parameter">
|
|
94
|
-
<h5><span class="tsd-kind-property">fieldrepeats_<wbr/>in_<wbr/>field_<wbr/>attributes</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
|
|
95
|
-
<li class="tsd-parameter">
|
|
96
|
-
<h5><span class="tsd-kind-property">get_<wbr/>view_<wbr/>goto</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
|
|
97
|
-
<li class="tsd-parameter">
|
|
98
|
-
<h5><span class="tsd-kind-property">json_<wbr/>state_<wbr/>query</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
|
|
99
|
-
<li class="tsd-parameter">
|
|
100
|
-
<h5><span class="tsd-kind-property">list_<wbr/>builder</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
|
|
101
|
-
<li class="tsd-parameter">
|
|
102
|
-
<h5><span class="tsd-kind-property">metadata</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
|
|
103
|
-
<li class="tsd-parameter">
|
|
104
|
-
<h5><span class="tsd-kind-property">no_<wbr/>plugin_<wbr/>fieldview_<wbr/>length_<wbr/>check</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
|
|
105
|
-
<li class="tsd-parameter">
|
|
106
|
-
<h5><span class="tsd-kind-property">prefix_<wbr/>or_<wbr/>in_<wbr/>queries</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
|
|
107
|
-
<li class="tsd-parameter">
|
|
108
|
-
<h5><span class="tsd-kind-property">public_<wbr/>user_<wbr/>role</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li>
|
|
109
|
-
<li class="tsd-parameter">
|
|
110
|
-
<h5><span class="tsd-kind-property">serve_<wbr/>static_<wbr/>dependencies</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
|
|
111
|
-
<li class="tsd-parameter">
|
|
112
|
-
<h5><span class="tsd-kind-property">stringify_<wbr/>json_<wbr/>fields</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
|
|
113
|
-
<li class="tsd-parameter">
|
|
114
|
-
<h5><span class="tsd-kind-property">table_<wbr/>undo</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
|
|
115
|
-
<li class="tsd-parameter">
|
|
116
|
-
<h5><span class="tsd-kind-property">version_<wbr/>plugin_<wbr/>serve_<wbr/>path</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li>
|
|
117
|
-
<li class="tsd-parameter">
|
|
118
|
-
<h5><span class="tsd-kind-property">workflows</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5></li></ul></li>
|
|
119
|
-
<li class="tsd-parameter">
|
|
120
|
-
<h5><span class="tsd-kind-property">get<wbr/>All<wbr/>Tenants</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type ">State</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span></h5>
|
|
121
|
-
<ul class="tsd-parameters">
|
|
122
|
-
<li class="tsd-parameter-signature">
|
|
123
|
-
<ul class="tsd-signatures">
|
|
124
|
-
<li class="tsd-signature" id="state.__type.getAllTenants.__type-4.__type-5"><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type ">State</span><span class="tsd-signature-symbol">></span></li>
|
|
125
|
-
<li class="tsd-description">
|
|
126
|
-
<div class="tsd-comment tsd-typography"><p>Returns all Tenants (from State)</p>
|
|
127
|
-
</div>
|
|
128
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type ">State</span><span class="tsd-signature-symbol">></span></h4>
|
|
129
|
-
<div class="tsd-comment tsd-typography"></div></li></ul></li></ul></li>
|
|
130
|
-
<li class="tsd-parameter">
|
|
131
|
-
<h5><span class="tsd-kind-property">get<wbr/>App__</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">s</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span></h5>
|
|
132
|
-
<ul class="tsd-parameters">
|
|
133
|
-
<li class="tsd-parameter-signature">
|
|
134
|
-
<ul class="tsd-signatures">
|
|
135
|
-
<li class="tsd-signature" id="state.__type.getApp__.__type-6.__type-7"><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">s</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span></li>
|
|
136
|
-
<li class="tsd-description">
|
|
137
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">s</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span></h4>
|
|
138
|
-
<ul class="tsd-parameters">
|
|
139
|
-
<li class="tsd-parameter-signature">
|
|
140
|
-
<ul class="tsd-signatures">
|
|
141
|
-
<li class="tsd-signature" id="state.__type.getApp__.__type-6.__type-7.__type-8.__type-9"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">s</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
|
|
142
|
-
<li class="tsd-description">
|
|
143
|
-
<div class="tsd-parameters">
|
|
144
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
145
|
-
<ul class="tsd-parameter-list">
|
|
146
|
-
<li>
|
|
147
|
-
<h5><span class="tsd-kind-parameter">s</span>: <span class="tsd-signature-type">string</span></h5></li></ul></div>
|
|
148
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4></li></ul></li></ul></li></ul></li></ul></li>
|
|
149
|
-
<li class="tsd-parameter">
|
|
150
|
-
<h5><span class="tsd-kind-property">get<wbr/>Req__</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">s</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span></h5>
|
|
151
|
-
<ul class="tsd-parameters">
|
|
152
|
-
<li class="tsd-parameter-signature">
|
|
153
|
-
<ul class="tsd-signatures">
|
|
154
|
-
<li class="tsd-signature" id="state.__type.getReq__.__type-10.__type-11"><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">s</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span></li>
|
|
155
|
-
<li class="tsd-description">
|
|
156
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">s</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span></h4>
|
|
157
|
-
<ul class="tsd-parameters">
|
|
158
|
-
<li class="tsd-parameter-signature">
|
|
159
|
-
<ul class="tsd-signatures">
|
|
160
|
-
<li class="tsd-signature" id="state.__type.getReq__.__type-10.__type-11.__type-12.__type-13"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">s</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
|
|
161
|
-
<li class="tsd-description">
|
|
162
|
-
<div class="tsd-parameters">
|
|
163
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
164
|
-
<ul class="tsd-parameter-list">
|
|
165
|
-
<li>
|
|
166
|
-
<h5><span class="tsd-kind-parameter">s</span>: <span class="tsd-signature-type">string</span></h5></li></ul></div>
|
|
167
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4></li></ul></li></ul></li></ul></li></ul></li>
|
|
168
|
-
<li class="tsd-parameter">
|
|
169
|
-
<h5><span class="tsd-kind-property">get<wbr/>Root<wbr/>State</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type ">State</span><span class="tsd-signature-symbol">)</span></h5>
|
|
170
|
-
<ul class="tsd-parameters">
|
|
171
|
-
<li class="tsd-parameter-signature">
|
|
172
|
-
<ul class="tsd-signatures">
|
|
173
|
-
<li class="tsd-signature" id="state.__type.getRootState.__type-14.__type-15"><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">State</span></li>
|
|
174
|
-
<li class="tsd-description">
|
|
175
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">State</span></h4></li></ul></li></ul></li>
|
|
176
|
-
<li class="tsd-parameter">
|
|
177
|
-
<h5><span class="tsd-kind-property">get<wbr/>State</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type ">State</span><span class="tsd-signature-symbol">)</span></h5>
|
|
178
|
-
<ul class="tsd-parameters">
|
|
179
|
-
<li class="tsd-parameter-signature">
|
|
180
|
-
<ul class="tsd-signatures">
|
|
181
|
-
<li class="tsd-signature" id="state.__type.getState.__type-16.__type-17"><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type ">State</span></li>
|
|
182
|
-
<li class="tsd-description">
|
|
183
|
-
<div class="tsd-comment tsd-typography"><p>Get the state in the current tenant</p>
|
|
184
|
-
</div>
|
|
185
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type ">State</span></h4>
|
|
186
|
-
<div class="tsd-comment tsd-typography">
|
|
187
|
-
<h4>Function</h4></div></li></ul></li></ul></li>
|
|
188
|
-
<li class="tsd-parameter">
|
|
189
|
-
<h5><span class="tsd-kind-property">get<wbr/>Tenant</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">ten</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type ">State</span><span class="tsd-signature-symbol">)</span></h5>
|
|
190
|
-
<ul class="tsd-parameters">
|
|
191
|
-
<li class="tsd-parameter-signature">
|
|
192
|
-
<ul class="tsd-signatures">
|
|
193
|
-
<li class="tsd-signature" id="state.__type.getTenant.__type-18.__type-19"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">ten</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">State</span></li>
|
|
194
|
-
<li class="tsd-description">
|
|
195
|
-
<div class="tsd-comment tsd-typography"><p>Get tenant from State</p>
|
|
196
|
-
</div>
|
|
197
|
-
<div class="tsd-parameters">
|
|
198
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
199
|
-
<ul class="tsd-parameter-list">
|
|
200
|
-
<li>
|
|
201
|
-
<h5><span class="tsd-kind-parameter">ten</span>: <span class="tsd-signature-type">string</span></h5>
|
|
202
|
-
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
203
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">State</span></h4>
|
|
204
|
-
<div class="tsd-comment tsd-typography"></div></li></ul></li></ul></li>
|
|
205
|
-
<li class="tsd-parameter">
|
|
206
|
-
<h5><span class="tsd-kind-property">get_<wbr/>other_<wbr/>domain_<wbr/>tenant</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">hostname</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span></h5>
|
|
207
|
-
<ul class="tsd-parameters">
|
|
208
|
-
<li class="tsd-parameter-signature">
|
|
209
|
-
<ul class="tsd-signatures">
|
|
210
|
-
<li class="tsd-signature" id="state.__type.get_other_domain_tenant.__type-20.__type-21"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">hostname</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
|
|
211
|
-
<li class="tsd-description">
|
|
212
|
-
<div class="tsd-comment tsd-typography"><p>Get tenant that has another domain (not subdomain)</p>
|
|
213
|
-
</div>
|
|
214
|
-
<div class="tsd-parameters">
|
|
215
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
216
|
-
<ul class="tsd-parameter-list">
|
|
217
|
-
<li>
|
|
218
|
-
<h5><span class="tsd-kind-parameter">hostname</span>: <span class="tsd-signature-type">string</span></h5>
|
|
219
|
-
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
220
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
|
|
221
|
-
<div class="tsd-comment tsd-typography"></div></li></ul></li></ul></li>
|
|
222
|
-
<li class="tsd-parameter">
|
|
223
|
-
<h5><span class="tsd-kind-property">get_<wbr/>process_<wbr/>init_<wbr/>time</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type ">Date</span><span class="tsd-signature-symbol">)</span></h5>
|
|
224
|
-
<ul class="tsd-parameters">
|
|
225
|
-
<li class="tsd-parameter-signature">
|
|
226
|
-
<ul class="tsd-signatures">
|
|
227
|
-
<li class="tsd-signature" id="state.__type.get_process_init_time.__type-22.__type-23"><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Date</span></li>
|
|
228
|
-
<li class="tsd-description">
|
|
229
|
-
<div class="tsd-comment tsd-typography"><p>Get Process Init Time - moment when Saltcorn process was initiated</p>
|
|
230
|
-
</div>
|
|
231
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Date</span></h4>
|
|
232
|
-
<div class="tsd-comment tsd-typography"></div></li></ul></li></ul></li>
|
|
233
|
-
<li class="tsd-parameter">
|
|
234
|
-
<h5><span class="tsd-kind-property">init_<wbr/>multi_<wbr/>tenant</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">plugin_loader</span>, <span class="tsd-kind-parameter">disableMigrate</span>, <span class="tsd-kind-parameter">tenantList</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span></h5>
|
|
235
|
-
<ul class="tsd-parameters">
|
|
236
|
-
<li class="tsd-parameter-signature">
|
|
237
|
-
<ul class="tsd-signatures">
|
|
238
|
-
<li class="tsd-signature" id="state.__type.init_multi_tenant.__type-24.__type-25"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">plugin_loader</span>, <span class="tsd-kind-parameter">disableMigrate</span>, <span class="tsd-kind-parameter">tenantList</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
239
|
-
<li class="tsd-description">
|
|
240
|
-
<div class="tsd-comment tsd-typography"><p>Switch to multi_tenant</p>
|
|
241
|
-
</div>
|
|
242
|
-
<div class="tsd-parameters">
|
|
243
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
244
|
-
<ul class="tsd-parameter-list">
|
|
245
|
-
<li>
|
|
246
|
-
<h5><span class="tsd-kind-parameter">plugin_loader</span>: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">s</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span></h5>
|
|
247
|
-
<div class="tsd-comment tsd-typography"></div>
|
|
248
|
-
<ul class="tsd-parameters">
|
|
249
|
-
<li class="tsd-parameter-signature">
|
|
250
|
-
<ul class="tsd-signatures">
|
|
251
|
-
<li class="tsd-signature"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">s</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
252
|
-
<li class="tsd-description">
|
|
253
|
-
<div class="tsd-parameters">
|
|
254
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
255
|
-
<ul class="tsd-parameter-list">
|
|
256
|
-
<li>
|
|
257
|
-
<h5><span class="tsd-kind-parameter">s</span>: <span class="tsd-signature-type">string</span></h5></li></ul></div>
|
|
258
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4></li></ul></li></ul></li>
|
|
259
|
-
<li>
|
|
260
|
-
<h5><span class="tsd-kind-parameter">disableMigrate</span>: <span class="tsd-signature-type">boolean</span></h5>
|
|
261
|
-
<div class="tsd-comment tsd-typography"><p>if true then dont migrate db</p>
|
|
262
|
-
</div>
|
|
263
|
-
<div class="tsd-comment tsd-typography"></div></li>
|
|
264
|
-
<li>
|
|
265
|
-
<h5><span class="tsd-kind-parameter">tenantList</span>: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
266
|
-
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
267
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
268
|
-
<div class="tsd-comment tsd-typography"></div></li></ul></li></ul></li>
|
|
269
|
-
<li class="tsd-parameter">
|
|
270
|
-
<h5><span class="tsd-kind-property">process_<wbr/>send</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">v</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span></h5>
|
|
271
|
-
<ul class="tsd-parameters">
|
|
272
|
-
<li class="tsd-parameter-signature">
|
|
273
|
-
<ul class="tsd-signatures">
|
|
274
|
-
<li class="tsd-signature" id="state.__type.process_send.__type-26.__type-27"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">v</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
275
|
-
<li class="tsd-description">
|
|
276
|
-
<div class="tsd-parameters">
|
|
277
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
278
|
-
<ul class="tsd-parameter-list">
|
|
279
|
-
<li>
|
|
280
|
-
<h5><span class="tsd-kind-parameter">v</span>: <span class="tsd-signature-type">any</span></h5>
|
|
281
|
-
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
282
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
283
|
-
<div class="tsd-comment tsd-typography"></div></li></ul></li></ul></li>
|
|
284
|
-
<li class="tsd-parameter">
|
|
285
|
-
<h5><span class="tsd-kind-property">restart_<wbr/>tenant</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">plugin_loader</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span></h5>
|
|
286
|
-
<ul class="tsd-parameters">
|
|
287
|
-
<li class="tsd-parameter-signature">
|
|
288
|
-
<ul class="tsd-signatures">
|
|
289
|
-
<li class="tsd-signature" id="state.__type.restart_tenant.__type-28.__type-29"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">plugin_loader</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></li>
|
|
290
|
-
<li class="tsd-description">
|
|
291
|
-
<div class="tsd-comment tsd-typography"><p>Restart tenant (means reload of plugins)</p>
|
|
292
|
-
</div>
|
|
293
|
-
<div class="tsd-parameters">
|
|
294
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
295
|
-
<ul class="tsd-parameter-list">
|
|
296
|
-
<li>
|
|
297
|
-
<h5><span class="tsd-kind-parameter">plugin_loader</span>: <span class="tsd-signature-type ">Function</span></h5>
|
|
298
|
-
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
299
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4>
|
|
300
|
-
<div class="tsd-comment tsd-typography"></div></li></ul></li></ul></li>
|
|
301
|
-
<li class="tsd-parameter">
|
|
302
|
-
<h5><span class="tsd-kind-property">set_<wbr/>tenant_<wbr/>base_<wbr/>url</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">tenant_subdomain</span>, <span class="tsd-kind-parameter">value</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span></h5>
|
|
303
|
-
<ul class="tsd-parameters">
|
|
304
|
-
<li class="tsd-parameter-signature">
|
|
305
|
-
<ul class="tsd-signatures">
|
|
306
|
-
<li class="tsd-signature" id="state.__type.set_tenant_base_url.__type-30.__type-31"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">tenant_subdomain</span>, <span class="tsd-kind-parameter">value</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
307
|
-
<li class="tsd-description">
|
|
308
|
-
<div class="tsd-comment tsd-typography"><p>Set tenant base url???
|
|
309
|
-
From my point of view it just add tenant to list of otherdomaintenant</p>
|
|
310
|
-
</div>
|
|
311
|
-
<div class="tsd-parameters">
|
|
312
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
313
|
-
<ul class="tsd-parameter-list">
|
|
314
|
-
<li>
|
|
315
|
-
<h5><span class="tsd-kind-parameter">tenant_subdomain</span>: <span class="tsd-signature-type">string</span></h5>
|
|
316
|
-
<div class="tsd-comment tsd-typography"></div></li>
|
|
317
|
-
<li>
|
|
318
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">value</span>: <span class="tsd-signature-type">string</span></h5>
|
|
319
|
-
<div class="tsd-comment tsd-typography"><p>new</p>
|
|
320
|
-
</div>
|
|
321
|
-
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
322
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
323
|
-
<div class="tsd-comment tsd-typography"></div></li></ul></li></ul></li></ul></div><aside class="tsd-sources">
|
|
324
|
-
<ul>
|
|
325
|
-
<li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/61a472138b/packages/saltcorn-data/db/state.ts#L1417">saltcorn-data/db/state.ts:1417</a></li></ul></aside></section>
|
|
326
|
-
<section class="tsd-panel tsd-member"><a id="web_mobile_commons" class="tsd-anchor"></a>
|
|
327
|
-
<h3 class="tsd-anchor-link"><span>web_<wbr/>mobile_<wbr/>commons</span><a href="#web_mobile_commons" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
328
|
-
<div class="tsd-signature"><span class="tsd-kind-property">web_<wbr/>mobile_<wbr/>commons</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">getWorkflowStepUserForm</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">run</span>, <span class="tsd-kind-parameter">trigger</span>, <span class="tsd-kind-parameter">step</span>, <span class="tsd-kind-parameter">req</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><a href="../classes/_saltcorn_data.models.Form-1.html" class="tsd-signature-type tsd-kind-class">Form</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">get_extra_menu</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">role</span>, <span class="tsd-kind-parameter">__</span>, <span class="tsd-kind-parameter">user</span><span class="tsd-signature-symbol">?</span>, <span class="tsd-kind-parameter">locale</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">prepare_insert_row</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">row</span>, <span class="tsd-kind-parameter">fields</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type ">Promise</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-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">prepare_update_row</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">table</span>, <span class="tsd-kind-parameter">row</span>, <span class="tsd-kind-parameter">id</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type ">Promise</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><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">show_calculated_fieldview</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">req</span>, <span class="tsd-kind-parameter">res</span>, <span class="tsd-kind-parameter">param2</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type ">Promise</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-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div>
|
|
329
|
-
<div class="tsd-type-declaration">
|
|
330
|
-
<h4>Type declaration</h4>
|
|
331
|
-
<ul class="tsd-parameters">
|
|
332
|
-
<li class="tsd-parameter">
|
|
333
|
-
<h5><span class="tsd-kind-property">get<wbr/>Workflow<wbr/>Step<wbr/>User<wbr/>Form</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">run</span>, <span class="tsd-kind-parameter">trigger</span>, <span class="tsd-kind-parameter">step</span>, <span class="tsd-kind-parameter">req</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><a href="../classes/_saltcorn_data.models.Form-1.html" class="tsd-signature-type tsd-kind-class">Form</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span></h5>
|
|
334
|
-
<ul class="tsd-parameters">
|
|
335
|
-
<li class="tsd-parameter-signature">
|
|
336
|
-
<ul class="tsd-signatures">
|
|
337
|
-
<li class="tsd-signature" id="web_mobile_commons.__type-32.getWorkflowStepUserForm.__type-33.__type-34"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">run</span>, <span class="tsd-kind-parameter">trigger</span>, <span class="tsd-kind-parameter">step</span>, <span class="tsd-kind-parameter">req</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><a href="../classes/_saltcorn_data.models.Form-1.html" class="tsd-signature-type tsd-kind-class">Form</a><span class="tsd-signature-symbol">></span></li>
|
|
338
|
-
<li class="tsd-description">
|
|
339
|
-
<div class="tsd-comment tsd-typography"><p>prepare a form for a workflow step</p>
|
|
340
|
-
</div>
|
|
341
|
-
<div class="tsd-parameters">
|
|
342
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
343
|
-
<ul class="tsd-parameter-list">
|
|
344
|
-
<li>
|
|
345
|
-
<h5><span class="tsd-kind-parameter">run</span>: <a href="../classes/_saltcorn_data.models.WorkflowRun.html" class="tsd-signature-type tsd-kind-class">WorkflowRun</a></h5>
|
|
346
|
-
<div class="tsd-comment tsd-typography"></div></li>
|
|
347
|
-
<li>
|
|
348
|
-
<h5><span class="tsd-kind-parameter">trigger</span>: <a href="../classes/_saltcorn_data.models.Trigger.html" class="tsd-signature-type tsd-kind-class">Trigger</a></h5>
|
|
349
|
-
<div class="tsd-comment tsd-typography"></div></li>
|
|
350
|
-
<li>
|
|
351
|
-
<h5><span class="tsd-kind-parameter">step</span>: <a href="../classes/_saltcorn_data.models.WorkflowStep.html" class="tsd-signature-type tsd-kind-class">WorkflowStep</a></h5>
|
|
352
|
-
<div class="tsd-comment tsd-typography"></div></li>
|
|
353
|
-
<li>
|
|
354
|
-
<h5><span class="tsd-kind-parameter">req</span>: <span class="tsd-signature-type">any</span></h5>
|
|
355
|
-
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
356
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><a href="../classes/_saltcorn_data.models.Form-1.html" class="tsd-signature-type tsd-kind-class">Form</a><span class="tsd-signature-symbol">></span></h4>
|
|
357
|
-
<div class="tsd-comment tsd-typography"></div></li></ul></li></ul></li>
|
|
358
|
-
<li class="tsd-parameter">
|
|
359
|
-
<h5><span class="tsd-kind-property">get_<wbr/>extra_<wbr/>menu</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">role</span>, <span class="tsd-kind-parameter">__</span>, <span class="tsd-kind-parameter">user</span><span class="tsd-signature-symbol">?</span>, <span class="tsd-kind-parameter">locale</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span></h5>
|
|
360
|
-
<ul class="tsd-parameters">
|
|
361
|
-
<li class="tsd-parameter-signature">
|
|
362
|
-
<ul class="tsd-signatures">
|
|
363
|
-
<li class="tsd-signature" id="web_mobile_commons.__type-32.get_extra_menu.__type-35.__type-36"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">role</span>, <span class="tsd-kind-parameter">__</span>, <span class="tsd-kind-parameter">user</span><span class="tsd-signature-symbol">?</span>, <span class="tsd-kind-parameter">locale</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li>
|
|
364
|
-
<li class="tsd-description">
|
|
365
|
-
<div class="tsd-comment tsd-typography"><p>Get extra menu</p>
|
|
366
|
-
</div>
|
|
367
|
-
<div class="tsd-parameters">
|
|
368
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
369
|
-
<ul class="tsd-parameter-list">
|
|
370
|
-
<li>
|
|
371
|
-
<h5><span class="tsd-kind-parameter">role</span>: <span class="tsd-signature-type">number</span></h5>
|
|
372
|
-
<div class="tsd-comment tsd-typography"></div></li>
|
|
373
|
-
<li>
|
|
374
|
-
<h5><span class="tsd-kind-parameter">__</span>: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">str</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span></h5>
|
|
375
|
-
<div class="tsd-comment tsd-typography"><p>translation function</p>
|
|
376
|
-
</div>
|
|
377
|
-
<div class="tsd-comment tsd-typography"></div>
|
|
378
|
-
<ul class="tsd-parameters">
|
|
379
|
-
<li class="tsd-parameter-signature">
|
|
380
|
-
<ul class="tsd-signatures">
|
|
381
|
-
<li class="tsd-signature"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">str</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
|
|
382
|
-
<li class="tsd-description">
|
|
383
|
-
<div class="tsd-parameters">
|
|
384
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
385
|
-
<ul class="tsd-parameter-list">
|
|
386
|
-
<li>
|
|
387
|
-
<h5><span class="tsd-kind-parameter">str</span>: <span class="tsd-signature-type">string</span></h5></li></ul></div>
|
|
388
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4></li></ul></li></ul></li>
|
|
389
|
-
<li>
|
|
390
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">user</span>: <a href="../classes/_saltcorn_data.models.User.html" class="tsd-signature-type tsd-kind-class">User</a></h5></li>
|
|
391
|
-
<li>
|
|
392
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">locale</span>: <span class="tsd-signature-type">string</span></h5></li></ul></div>
|
|
393
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4><p>array of extra menu items</p>
|
|
394
|
-
|
|
395
|
-
<div class="tsd-comment tsd-typography"></div></li></ul></li></ul></li>
|
|
396
|
-
<li class="tsd-parameter">
|
|
397
|
-
<h5><span class="tsd-kind-property">prepare_<wbr/>insert_<wbr/>row</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">row</span>, <span class="tsd-kind-parameter">fields</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type ">Promise</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></h5>
|
|
398
|
-
<ul class="tsd-parameters">
|
|
399
|
-
<li class="tsd-parameter-signature">
|
|
400
|
-
<ul class="tsd-signatures">
|
|
401
|
-
<li class="tsd-signature" id="web_mobile_commons.__type-32.prepare_insert_row.__type-37.__type-38"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">row</span>, <span class="tsd-kind-parameter">fields</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></li>
|
|
402
|
-
<li class="tsd-description">
|
|
403
|
-
<div class="tsd-comment tsd-typography"><p>take a row from a form, and prepare it for a db insert
|
|
404
|
-
needed for tabulator</p>
|
|
405
|
-
</div>
|
|
406
|
-
<div class="tsd-parameters">
|
|
407
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
408
|
-
<ul class="tsd-parameter-list">
|
|
409
|
-
<li>
|
|
410
|
-
<h5><span class="tsd-kind-parameter">row</span>: <span class="tsd-signature-type">any</span></h5>
|
|
411
|
-
<div class="tsd-comment tsd-typography"></div></li>
|
|
412
|
-
<li>
|
|
413
|
-
<h5><span class="tsd-kind-parameter">fields</span>: <a href="../classes/_saltcorn_data.models.Field.html" class="tsd-signature-type tsd-kind-class">Field</a><span class="tsd-signature-symbol">[]</span></h5>
|
|
414
|
-
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
415
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h4>
|
|
416
|
-
<div class="tsd-comment tsd-typography"></div></li></ul></li></ul></li>
|
|
417
|
-
<li class="tsd-parameter">
|
|
418
|
-
<h5><span class="tsd-kind-property">prepare_<wbr/>update_<wbr/>row</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">table</span>, <span class="tsd-kind-parameter">row</span>, <span class="tsd-kind-parameter">id</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type ">Promise</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></h5>
|
|
419
|
-
<ul class="tsd-parameters">
|
|
420
|
-
<li class="tsd-parameter-signature">
|
|
421
|
-
<ul class="tsd-signatures">
|
|
422
|
-
<li class="tsd-signature" id="web_mobile_commons.__type-32.prepare_update_row.__type-39.__type-40"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">table</span>, <span class="tsd-kind-parameter">row</span>, <span class="tsd-kind-parameter">id</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></li>
|
|
423
|
-
<li class="tsd-description">
|
|
424
|
-
<div class="tsd-comment tsd-typography"><p>take a row from a form, and prepare it for a db update
|
|
425
|
-
needed for tabulator</p>
|
|
426
|
-
</div>
|
|
427
|
-
<div class="tsd-parameters">
|
|
428
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
429
|
-
<ul class="tsd-parameter-list">
|
|
430
|
-
<li>
|
|
431
|
-
<h5><span class="tsd-kind-parameter">table</span>: <a href="../classes/_saltcorn_data.models.Table-1.html" class="tsd-signature-type tsd-kind-class">Table</a></h5>
|
|
432
|
-
<div class="tsd-comment tsd-typography"></div></li>
|
|
433
|
-
<li>
|
|
434
|
-
<h5><span class="tsd-kind-parameter">row</span>: <span class="tsd-signature-type">any</span></h5>
|
|
435
|
-
<div class="tsd-comment tsd-typography"><p>output parameter</p>
|
|
436
|
-
</div>
|
|
437
|
-
<div class="tsd-comment tsd-typography"></div></li>
|
|
438
|
-
<li>
|
|
439
|
-
<h5><span class="tsd-kind-parameter">id</span>: <span class="tsd-signature-type">number</span></h5>
|
|
440
|
-
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
441
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></h4>
|
|
442
|
-
<div class="tsd-comment tsd-typography"></div></li></ul></li></ul></li>
|
|
443
|
-
<li class="tsd-parameter">
|
|
444
|
-
<h5><span class="tsd-kind-property">show_<wbr/>calculated_<wbr/>fieldview</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">req</span>, <span class="tsd-kind-parameter">res</span>, <span class="tsd-kind-parameter">param2</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type ">Promise</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></h5>
|
|
445
|
-
<ul class="tsd-parameters">
|
|
446
|
-
<li class="tsd-parameter-signature">
|
|
447
|
-
<ul class="tsd-signatures">
|
|
448
|
-
<li class="tsd-signature" id="web_mobile_commons.__type-32.show_calculated_fieldview.__type-41.__type-42"><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">req</span>, <span class="tsd-kind-parameter">res</span>, <span class="tsd-kind-parameter">param2</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></li>
|
|
449
|
-
<li class="tsd-description">
|
|
450
|
-
<div class="tsd-parameters">
|
|
451
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
452
|
-
<ul class="tsd-parameter-list">
|
|
453
|
-
<li>
|
|
454
|
-
<h5><span class="tsd-kind-parameter">req</span>: <span class="tsd-signature-type">any</span></h5>
|
|
455
|
-
<div class="tsd-comment tsd-typography"><p>express or mocked mobile requese</p>
|
|
456
|
-
</div>
|
|
457
|
-
<div class="tsd-comment tsd-typography"></div></li>
|
|
458
|
-
<li>
|
|
459
|
-
<h5><span class="tsd-kind-parameter">res</span>: <span class="tsd-signature-type">any</span></h5>
|
|
460
|
-
<div class="tsd-comment tsd-typography"><p>express or mocked mobile response</p>
|
|
461
|
-
</div>
|
|
462
|
-
<div class="tsd-comment tsd-typography"></div></li>
|
|
463
|
-
<li>
|
|
464
|
-
<h5><span class="tsd-kind-parameter">param2</span>: <span class="tsd-signature-symbol">{ </span><br/><span> </span><span class="tsd-kind-property">fieldName</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">fieldview</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span> </span><span class="tsd-kind-property">tableName</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></h5>
|
|
465
|
-
<div class="tsd-comment tsd-typography"><p>table field and fieldview</p>
|
|
466
|
-
</div>
|
|
467
|
-
<div class="tsd-comment tsd-typography"></div>
|
|
468
|
-
<ul class="tsd-parameters">
|
|
469
|
-
<li class="tsd-parameter">
|
|
470
|
-
<h5><span class="tsd-kind-property">field<wbr/>Name</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li>
|
|
471
|
-
<li class="tsd-parameter">
|
|
472
|
-
<h5><span class="tsd-kind-property">fieldview</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li>
|
|
473
|
-
<li class="tsd-parameter">
|
|
474
|
-
<h5><span class="tsd-kind-property">table<wbr/>Name</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li></ul></li></ul></div>
|
|
475
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h4><p>void and writes to res</p>
|
|
476
|
-
|
|
477
|
-
<div class="tsd-comment tsd-typography"></div></li></ul></li></ul></li></ul></div><aside class="tsd-sources">
|
|
478
|
-
<ul>
|
|
479
|
-
<li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/61a472138b/packages/saltcorn-data/web-mobile-commons.ts#L505">saltcorn-data/web-mobile-commons.ts:505</a></li></ul></aside></section></section></div>
|
|
480
|
-
<div class="col-sidebar">
|
|
481
|
-
<div class="page-menu">
|
|
482
|
-
<div class="tsd-navigation settings">
|
|
483
|
-
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
484
|
-
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)" id="icon-chevronDown"></path></svg>Settings</h3></summary>
|
|
485
|
-
<div class="tsd-accordion-details">
|
|
486
|
-
<div class="tsd-filter-visibility">
|
|
487
|
-
<h4 class="uppercase">Member Visibility</h4><form>
|
|
488
|
-
<ul id="tsd-filter-options">
|
|
489
|
-
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li>
|
|
490
|
-
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li>
|
|
491
|
-
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div>
|
|
492
|
-
<div class="tsd-theme-toggle">
|
|
493
|
-
<h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
|
|
494
|
-
<details open class="tsd-index-accordion tsd-page-navigation"><summary class="tsd-accordion-summary">
|
|
495
|
-
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon-chevronDown"></use></svg>On This Page</h3></summary>
|
|
496
|
-
<div class="tsd-accordion-details">
|
|
497
|
-
<ul>
|
|
498
|
-
<li>
|
|
499
|
-
<ul>
|
|
500
|
-
<li><a href="#md:saltcorndata"><span>@saltcorn/data</span></a></li></ul></li>
|
|
501
|
-
<li><a href="#state" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>state</span></a></li>
|
|
502
|
-
<li><a href="#web_mobile_commons" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>web_<wbr/>mobile_<wbr/>commons</span></a></li></ul></div></details></div>
|
|
503
|
-
<div class="site-menu">
|
|
504
|
-
<nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>saltcorn-<wbr/>monorepo</span></a>
|
|
505
|
-
<ul class="tsd-small-nested-navigation">
|
|
506
|
-
<li><a href="_saltcorn_admin_models.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>@saltcorn/admin-<wbr/>models</span></a></li>
|
|
507
|
-
<li><a href="_saltcorn_common_code.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>@saltcorn/common-<wbr/>code</span></a></li>
|
|
508
|
-
<li>
|
|
509
|
-
<details class="tsd-index-accordion" open data-key="@saltcorn/data"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon-chevronDown"></use></svg><a href="_saltcorn_data.html" class="current"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>@saltcorn/data</span></a></summary>
|
|
510
|
-
<div class="tsd-accordion-details">
|
|
511
|
-
<ul class="tsd-nested-navigation">
|
|
512
|
-
<li><a href="_saltcorn_data.models.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>models</span></a></li>
|
|
513
|
-
<li><a href="_saltcorn_data.plugin_helper.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>plugin_<wbr/>helper</span></a></li>
|
|
514
|
-
<li><a href="_saltcorn_data.utils.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>utils</span></a></li>
|
|
515
|
-
<li><a href="_saltcorn_data.html#state"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>state</span></a></li>
|
|
516
|
-
<li><a href="_saltcorn_data.html#web_mobile_commons"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>web_<wbr/>mobile_<wbr/>commons</span></a></li>
|
|
517
|
-
<li><a href="../variables/_saltcorn_data.db.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-32"></use></svg><span>db</span></a></li>
|
|
518
|
-
<li><a href="../variables/_saltcorn_data.migrations.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-32"></use></svg><span>migrations</span></a></li></ul></div></details></li>
|
|
519
|
-
<li><a href="_saltcorn_db_common.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>@saltcorn/db-<wbr/>common</span></a></li>
|
|
520
|
-
<li><a href="_saltcorn_markup.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>@saltcorn/markup</span></a></li>
|
|
521
|
-
<li><a href="_saltcorn_mobile_builder.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>@saltcorn/mobile-<wbr/>builder</span></a></li>
|
|
522
|
-
<li><a href="_saltcorn_sqlite.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>@saltcorn/sqlite</span></a></li>
|
|
523
|
-
<li><a href="_saltcorn_sqlite_mobile.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>@saltcorn/sqlite-<wbr/>mobile</span></a></li>
|
|
524
|
-
<li><a href="_saltcorn_types.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>@saltcorn/types</span></a></li></ul></nav></div></div></div>
|
|
525
|
-
<div class="tsd-generator">
|
|
526
|
-
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
527
|
-
<div class="overlay"></div></body></html>
|
|
4
|
+
</section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Other"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h2>Other</h2></summary><dl class="tsd-member-summaries"><dt class="tsd-member-summary" id=""><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data..html"></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="dbconnect_mobile"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.db_connect_mobile.html">db/connect_mobile</a><a href="#dbconnect_mobile" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="dbconnect_mobile-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.db_connect_mobile-1.html">db/connect_mobile</a><a href="#dbconnect_mobile-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="dbfa5-icons"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.db_fa5-icons.html">db/fa5-icons</a><a href="#dbfa5-icons" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="dbfa5-icons-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.db_fa5-icons-1.html">db/fa5-icons</a><a href="#dbfa5-icons-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="diagramcy_generate_utils"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.diagram_cy_generate_utils.html">diagram/cy_generate_utils</a><a href="#diagramcy_generate_utils" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="diagramcy_raster"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.diagram_cy_raster.html">diagram/cy_raster</a><a href="#diagramcy_raster" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="diagramnode_extract_utils"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.diagram_node_extract_utils.html">diagram/node_extract_utils</a><a href="#diagramnode_extract_utils" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="diagramnodesdummy_node"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.diagram_nodes_dummy_node.html">diagram/nodes/dummy_node</a><a href="#diagramnodesdummy_node" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="diagramnodesnode"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.diagram_nodes_node.html">diagram/nodes/node</a><a href="#diagramnodesnode" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="diagramnodespage_node"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.diagram_nodes_page_node.html">diagram/nodes/page_node</a><a href="#diagramnodespage_node" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="diagramnodestable_node"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.diagram_nodes_table_node.html">diagram/nodes/table_node</a><a href="#diagramnodestable_node" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="diagramnodestrigger_node"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.diagram_nodes_trigger_node.html">diagram/nodes/trigger_node</a><a href="#diagramnodestrigger_node" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="diagramnodesview_node"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.diagram_nodes_view_node.html">diagram/nodes/view_node</a><a href="#diagramnodesview_node" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="index"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.index.html">index</a><a href="#index" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202005141503"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202005141503.html">migrations/202005141503</a><a href="#migrations202005141503" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202005241712"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202005241712.html">migrations/202005241712</a><a href="#migrations202005241712" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202005251037"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202005251037.html">migrations/202005251037</a><a href="#migrations202005251037" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202005282134"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202005282134.html">migrations/202005282134</a><a href="#migrations202005282134" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202006022156"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202006022156.html">migrations/202006022156</a><a href="#migrations202006022156" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202006051507"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202006051507.html">migrations/202006051507</a><a href="#migrations202006051507" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202006240906"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202006240906.html">migrations/202006240906</a><a href="#migrations202006240906" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202007091707"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202007091707.html">migrations/202007091707</a><a href="#migrations202007091707" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202007202144"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202007202144.html">migrations/202007202144</a><a href="#migrations202007202144" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202008031500"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202008031500.html">migrations/202008031500</a><a href="#migrations202008031500" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202008051415"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202008051415.html">migrations/202008051415</a><a href="#migrations202008051415" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202008121149"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202008121149.html">migrations/202008121149</a><a href="#migrations202008121149" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202009112140"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202009112140.html">migrations/202009112140</a><a href="#migrations202009112140" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202009181655"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202009181655.html">migrations/202009181655</a><a href="#migrations202009181655" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202009221105"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202009221105.html">migrations/202009221105</a><a href="#migrations202009221105" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202009231331"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202009231331.html">migrations/202009231331</a><a href="#migrations202009231331" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202009301531"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202009301531.html">migrations/202009301531</a><a href="#migrations202009301531" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202010231444"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202010231444.html">migrations/202010231444</a><a href="#migrations202010231444" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202010251412"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202010251412.html">migrations/202010251412</a><a href="#migrations202010251412" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202011021749"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202011021749.html">migrations/202011021749</a><a href="#migrations202011021749" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202011051353"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202011051353.html">migrations/202011051353</a><a href="#migrations202011051353" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202011111127"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202011111127.html">migrations/202011111127</a><a href="#migrations202011111127" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202012011203"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202012011203.html">migrations/202012011203</a><a href="#migrations202012011203" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202012100841"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202012100841.html">migrations/202012100841</a><a href="#migrations202012100841" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202012281835"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202012281835.html">migrations/202012281835</a><a href="#migrations202012281835" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202101061051"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202101061051.html">migrations/202101061051</a><a href="#migrations202101061051" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202101141128"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202101141128.html">migrations/202101141128</a><a href="#migrations202101141128" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202102091312"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202102091312.html">migrations/202102091312</a><a href="#migrations202102091312" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202102101624"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202102101624.html">migrations/202102101624</a><a href="#migrations202102101624" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202102172148"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202102172148.html">migrations/202102172148</a><a href="#migrations202102172148" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202102261650"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202102261650.html">migrations/202102261650</a><a href="#migrations202102261650" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202106102347"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202106102347.html">migrations/202106102347</a><a href="#migrations202106102347" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202106112120"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202106112120.html">migrations/202106112120</a><a href="#migrations202106112120" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202106120012"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202106120012.html">migrations/202106120012</a><a href="#migrations202106120012" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202106120220"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202106120220.html">migrations/202106120220</a><a href="#migrations202106120220" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202106121701"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202106121701.html">migrations/202106121701</a><a href="#migrations202106121701" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202106121703"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202106121703.html">migrations/202106121703</a><a href="#migrations202106121703" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202106251126"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202106251126.html">migrations/202106251126</a><a href="#migrations202106251126" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202107281619"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202107281619.html">migrations/202107281619</a><a href="#migrations202107281619" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202107302158"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202107302158.html">migrations/202107302158</a><a href="#migrations202107302158" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202108022257"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202108022257.html">migrations/202108022257</a><a href="#migrations202108022257" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202109201624"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202109201624.html">migrations/202109201624</a><a href="#migrations202109201624" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202109301031"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202109301031.html">migrations/202109301031</a><a href="#migrations202109301031" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202111290253"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202111290253.html">migrations/202111290253</a><a href="#migrations202111290253" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202112282254"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202112282254.html">migrations/202112282254</a><a href="#migrations202112282254" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202207022002"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202207022002.html">migrations/202207022002</a><a href="#migrations202207022002" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202207252150"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202207252150.html">migrations/202207252150</a><a href="#migrations202207252150" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202207261221"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202207261221.html">migrations/202207261221</a><a href="#migrations202207261221" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202208101144"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202208101144.html">migrations/202208101144</a><a href="#migrations202208101144" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202210051058"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202210051058.html">migrations/202210051058</a><a href="#migrations202210051058" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202210101540"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202210101540.html">migrations/202210101540</a><a href="#migrations202210101540" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202211040031"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202211040031.html">migrations/202211040031</a><a href="#migrations202211040031" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202212112152"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202212112152.html">migrations/202212112152</a><a href="#migrations202212112152" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202301130917"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202301130917.html">migrations/202301130917</a><a href="#migrations202301130917" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202303201126"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202303201126.html">migrations/202303201126</a><a href="#migrations202303201126" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202303221944"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202303221944.html">migrations/202303221944</a><a href="#migrations202303221944" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202304281224"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202304281224.html">migrations/202304281224</a><a href="#migrations202304281224" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202305031518"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202305031518.html">migrations/202305031518</a><a href="#migrations202305031518" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202307211459"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202307211459.html">migrations/202307211459</a><a href="#migrations202307211459" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202308211648"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202308211648.html">migrations/202308211648</a><a href="#migrations202308211648" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202311011755"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202311011755.html">migrations/202311011755</a><a href="#migrations202311011755" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202311231356"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202311231356.html">migrations/202311231356</a><a href="#migrations202311231356" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202402071125"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202402071125.html">migrations/202402071125</a><a href="#migrations202402071125" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202406260915"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202406260915.html">migrations/202406260915</a><a href="#migrations202406260915" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202412051957"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202412051957.html">migrations/202412051957</a><a href="#migrations202412051957" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202412111526"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202412111526.html">migrations/202412111526</a><a href="#migrations202412111526" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202501081226"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202501081226.html">migrations/202501081226</a><a href="#migrations202501081226" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202501201239"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202501201239.html">migrations/202501201239</a><a href="#migrations202501201239" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202501262157"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202501262157.html">migrations/202501262157</a><a href="#migrations202501262157" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202502131103"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202502131103.html">migrations/202502131103</a><a href="#migrations202502131103" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202503071353"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202503071353.html">migrations/202503071353</a><a href="#migrations202503071353" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202506050958"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202506050958.html">migrations/202506050958</a><a href="#migrations202506050958" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrations202508011455"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrations_202508011455.html">migrations/202508011455</a><a href="#migrations202508011455" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mockscopy_excluded_files"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_copy_excluded_files.html">mobile-mocks/copy_excluded_files</a><a href="#mobile-mockscopy_excluded_files" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksdbpostgres"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_db_postgres.html">mobile-mocks/db/postgres</a><a href="#mobile-mocksdbpostgres" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksdbsqlite"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_db_sqlite.html">mobile-mocks/db/sqlite</a><a href="#mobile-mocksdbsqlite" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksmodelsemail"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_models_email.html">mobile-mocks/models/email</a><a href="#mobile-mocksmodelsemail" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksmodelsinternalasync_json_stream"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_models_internal_async_json_stream.html">mobile-mocks/models/internal/async_json_stream</a><a href="#mobile-mocksmodelsinternalasync_json_stream" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksmodelspack"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_models_pack.html">mobile-mocks/models/pack</a><a href="#mobile-mocksmodelspack" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksnodeasync_hooks"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_node_async_hooks.html">mobile-mocks/node/async_hooks</a><a href="#mobile-mocksnodeasync_hooks" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksnodechild_process"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_node_child_process.html">mobile-mocks/node/child_process</a><a href="#mobile-mocksnodechild_process" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksnodefs"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_node_fs.html">mobile-mocks/node/fs</a><a href="#mobile-mocksnodefs" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksnodefs-extra"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_node_fs-extra.html">mobile-mocks/node/fs-extra</a><a href="#mobile-mocksnodefs-extra" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksnodefspromises"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_node_fs_promises.html">mobile-mocks/node/fs/promises</a><a href="#mobile-mocksnodefspromises" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksnodelatest-version"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_node_latest-version.html">mobile-mocks/node/latest-version</a><a href="#mobile-mocksnodelatest-version" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksnodev8"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_node_v8.html">mobile-mocks/node/v8</a><a href="#mobile-mocksnodev8" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksnpmenv-paths"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_npm_env-paths.html">mobile-mocks/npm/env-paths</a><a href="#mobile-mocksnpmenv-paths" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksnpmfirebase-admin"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_npm_firebase-admin.html">mobile-mocks/npm/firebase-admin</a><a href="#mobile-mocksnpmfirebase-admin" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksnpmfs-extended-attributes"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_npm_fs-extended-attributes.html">mobile-mocks/npm/fs-extended-attributes</a><a href="#mobile-mocksnpmfs-extended-attributes" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksnpmlive-plugin-manager"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_npm_live-plugin-manager.html">mobile-mocks/npm/live-plugin-manager</a><a href="#mobile-mocksnpmlive-plugin-manager" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mocksnpmtar"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_npm_tar.html">mobile-mocks/npm/tar</a><a href="#mobile-mocksnpmtar" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mockssaltcornhtml-pdf-node"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_saltcorn_html-pdf-node.html">mobile-mocks/saltcorn/html-pdf-node</a><a href="#mobile-mockssaltcornhtml-pdf-node" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mockssaltcornmigrate"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_saltcorn_migrate.html">mobile-mocks/saltcorn/migrate</a><a href="#mobile-mockssaltcornmigrate" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="mobile-mockssaltcornplugin-testing"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.mobile-mocks_saltcorn_plugin-testing.html">mobile-mocks/saltcorn/plugin-testing</a><a href="#mobile-mockssaltcornplugin-testing" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="model-helper"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.model-helper.html">model-helper</a><a href="#model-helper" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsemail"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_email.html">models/email</a><a href="#modelsemail" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsemail-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_email-1.html">models/email</a><a href="#modelsemail-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsindex"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_index.html">models/index</a><a href="#modelsindex" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsindex-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_index-1.html">models/index</a><a href="#modelsindex-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsinternalasync_json_stream"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_internal_async_json_stream.html">models/internal/async_json_stream</a><a href="#modelsinternalasync_json_stream" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsinternalasync_json_stream-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_internal_async_json_stream-1.html">models/internal/async_json_stream</a><a href="#modelsinternalasync_json_stream-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsinternalpush_message_helper"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_internal_push_message_helper.html">models/internal/push_message_helper</a><a href="#modelsinternalpush_message_helper" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsinternalpush_message_helper-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_internal_push_message_helper-1.html">models/internal/push_message_helper</a><a href="#modelsinternalpush_message_helper-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsinternalquery"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_internal_query.html">models/internal/query</a><a href="#modelsinternalquery" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsinternalquery-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_internal_query-1.html">models/internal/query</a><a href="#modelsinternalquery-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsinternaltable_helper"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_internal_table_helper.html">models/internal/table_helper</a><a href="#modelsinternaltable_helper" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsinternaltable_helper-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_internal_table_helper-1.html">models/internal/table_helper</a><a href="#modelsinternaltable_helper-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelspage_group"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_page_group.html">models/page_group</a><a href="#modelspage_group" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelspage_group-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_page_group-1.html">models/page_group</a><a href="#modelspage_group-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelspage_group_member"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_page_group_member.html">models/page_group_member</a><a href="#modelspage_group_member" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelspage_group_member-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_page_group_member-1.html">models/page_group_member</a><a href="#modelspage_group_member-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelstag"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_tag.html">models/tag</a><a href="#modelstag" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelstag-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_tag-1.html">models/tag</a><a href="#modelstag-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelstag_entry"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_tag_entry.html">models/tag_entry</a><a href="#modelstag_entry" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelstag_entry-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_tag_entry-1.html">models/tag_entry</a><a href="#modelstag_entry-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="standard-menu"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.standard-menu.html">standard-menu</a><a href="#standard-menu" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsactionstest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_actions.test.html">tests/actions.test</a><a href="#testsactionstest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsassertions"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_assertions.html">tests/assertions</a><a href="#testsassertions" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsauthtest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_auth.test.html">tests/auth.test</a><a href="#testsauthtest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsauxtesttest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_auxtest.test.html">tests/auxtest.test</a><a href="#testsauxtesttest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsbasetest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_base.test.html">tests/base.test</a><a href="#testsbasetest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testscalctest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_calc.test.html">tests/calc.test</a><a href="#testscalctest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testscommon_helpers"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_common_helpers.html">tests/common_helpers</a><a href="#testscommon_helpers" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testscomposite_pktest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_composite_pk.test.html">tests/composite_pk.test</a><a href="#testscomposite_pktest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsconfigtest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_config.test.html">tests/config.test</a><a href="#testsconfigtest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsdbtest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_db.test.html">tests/db.test</a><a href="#testsdbtest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsdiscovertest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_discover.test.html">tests/discover.test</a><a href="#testsdiscovertest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsedittest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_edit.test.html">tests/edit.test</a><a href="#testsedittest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsemailtest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_email.test.html">tests/email.test</a><a href="#testsemailtest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsexact_viewstest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_exact_views.test.html">tests/exact_views.test</a><a href="#testsexact_viewstest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsfieldtest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_field.test.html">tests/field.test</a><a href="#testsfieldtest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsfieldviewstest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_fieldviews.test.html">tests/fieldviews.test</a><a href="#testsfieldviewstest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsfiletest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_file.test.html">tests/file.test</a><a href="#testsfiletest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsfiltertest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_filter.test.html">tests/filter.test</a><a href="#testsfiltertest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsformtest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_form.test.html">tests/form.test</a><a href="#testsformtest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testslisttest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_list.test.html">tests/list.test</a><a href="#testslisttest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsmocks"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_mocks.html">tests/mocks</a><a href="#testsmocks" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsmodelstest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_models.test.html">tests/models.test</a><a href="#testsmodelstest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testspage_grouptest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_page_group.test.html">tests/page_group.test</a><a href="#testspage_grouptest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testspagetest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_page.test.html">tests/page.test</a><a href="#testspagetest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsplugintest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_plugin.test.html">tests/plugin.test</a><a href="#testsplugintest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsremote_query_helper"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_remote_query_helper.html">tests/remote_query_helper</a><a href="#testsremote_query_helper" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsshowtest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_show.test.html">tests/show.test</a><a href="#testsshowtest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsstatetest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_state.test.html">tests/state.test</a><a href="#testsstatetest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="teststable_historytest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_table_history.test.html">tests/table_history.test</a><a href="#teststable_historytest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="teststabletest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_table.test.html">tests/table.test</a><a href="#teststabletest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="teststagtest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_tag.test.html">tests/tag.test</a><a href="#teststagtest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsusertest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_user.test.html">tests/user.test</a><a href="#testsusertest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsviewtest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_view.test.html">tests/view.test</a><a href="#testsviewtest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsworkflow_runtest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_workflow_run.test.html">tests/workflow_run.test</a><a href="#testsworkflow_runtest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="testsworkflowtest"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.tests_workflow.test.html">tests/workflow.test</a><a href="#testsworkflowtest" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="translate"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.translate.html">translate</a><a href="#translate" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="web-mobile-commons"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.web-mobile-commons.html">web-mobile-commons</a><a href="#web-mobile-commons" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd></dl></details><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-saltcorn-data"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h2>saltcorn-data</h2></summary><dl class="tsd-member-summaries"><dt class="tsd-member-summary" id="base-pluginactions"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_actions.html">base-plugin/actions</a><a href="#base-pluginactions" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginactions-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_actions-1.html">base-plugin/actions</a><a href="#base-pluginactions-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginfieldviews"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_fieldviews.html">base-plugin/fieldviews</a><a href="#base-pluginfieldviews" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginfieldviews-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_fieldviews-1.html">base-plugin/fieldviews</a><a href="#base-pluginfieldviews-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginfileview"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_fileview.html">base-plugin/fileview</a><a href="#base-pluginfileview" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginfileview-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_fileview-1.html">base-plugin/fileview</a><a href="#base-pluginfileview-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginindex"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_index.html">base-plugin/index</a><a href="#base-pluginindex" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginindex-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_index-1.html">base-plugin/index</a><a href="#base-pluginindex-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginindex-2"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_index-2.html">base-plugin/index</a><a href="#base-pluginindex-2" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-plugintypes"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_types.html">base-plugin/types</a><a href="#base-plugintypes" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-plugintypes-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_types-1.html">base-plugin/types</a><a href="#base-plugintypes-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplatesedit"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_edit.html">base-plugin/viewtemplates/edit</a><a href="#base-pluginviewtemplatesedit" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplatesedit-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_edit-1.html">base-plugin/viewtemplates/edit</a><a href="#base-pluginviewtemplatesedit-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplatesfeed"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_feed.html">base-plugin/viewtemplates/feed</a><a href="#base-pluginviewtemplatesfeed" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplatesfeed-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_feed-1.html">base-plugin/viewtemplates/feed</a><a href="#base-pluginviewtemplatesfeed-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplatesfilter"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_filter.html">base-plugin/viewtemplates/filter</a><a href="#base-pluginviewtemplatesfilter" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplatesfilter-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_filter-1.html">base-plugin/viewtemplates/filter</a><a href="#base-pluginviewtemplatesfilter-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplateslist"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_list.html">base-plugin/viewtemplates/list</a><a href="#base-pluginviewtemplateslist" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplateslist-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_list-1.html">base-plugin/viewtemplates/list</a><a href="#base-pluginviewtemplateslist-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplateslistshowlist"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_listshowlist.html">base-plugin/viewtemplates/listshowlist</a><a href="#base-pluginviewtemplateslistshowlist" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplateslistshowlist-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_listshowlist-1.html">base-plugin/viewtemplates/listshowlist</a><a href="#base-pluginviewtemplateslistshowlist-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplatesroom"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_room.html">base-plugin/viewtemplates/room</a><a href="#base-pluginviewtemplatesroom" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplatesroom-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_room-1.html">base-plugin/viewtemplates/room</a><a href="#base-pluginviewtemplatesroom-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplatesroom-2"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_room-2.html">base-plugin/viewtemplates/room</a><a href="#base-pluginviewtemplatesroom-2" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplatesroom-3"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_room-3.html">base-plugin/viewtemplates/room</a><a href="#base-pluginviewtemplatesroom-3" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplatesshow"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_show.html">base-plugin/viewtemplates/show</a><a href="#base-pluginviewtemplatesshow" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplatesshow-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_show-1.html">base-plugin/viewtemplates/show</a><a href="#base-pluginviewtemplatesshow-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplatesviewable_fields"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_viewable_fields.html">base-plugin/viewtemplates/viewable_fields</a><a href="#base-pluginviewtemplatesviewable_fields" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="base-pluginviewtemplatesviewable_fields-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.base-plugin_viewtemplates_viewable_fields-1.html">base-plugin/viewtemplates/viewable_fields</a><a href="#base-pluginviewtemplatesviewable_fields-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="contract"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.contract.html">contract</a><a href="#contract" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="dbconnect"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.db_connect.html">db/connect</a><a href="#dbconnect" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="dbconnect-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.db_connect-1.html">db/connect</a><a href="#dbconnect-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="dbfixtures"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.db_fixtures.html">db/fixtures</a><a href="#dbfixtures" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="dbfixtures-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.db_fixtures-1.html">db/fixtures</a><a href="#dbfixtures-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="dbindex"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.db_index.html">db/index</a><a href="#dbindex" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="dbindex-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.db_index-1.html">db/index</a><a href="#dbindex-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="dbindex-2"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.db_index-2.html">db/index</a><a href="#dbindex-2" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="dbreset_schema"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.db_reset_schema.html">db/reset_schema</a><a href="#dbreset_schema" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="dbreset_schema-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.db_reset_schema-1.html">db/reset_schema</a><a href="#dbreset_schema-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="dbstate"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.db_state.html">db/state</a><a href="#dbstate" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="dbstate-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.db_state-1.html">db/state</a><a href="#dbstate-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="migrate"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.migrate.html">migrate</a><a href="#migrate" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsconfig"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_config.html">models/config</a><a href="#modelsconfig" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsconfig-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_config-1.html">models/config</a><a href="#modelsconfig-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelscrash"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_crash.html">models/crash</a><a href="#modelscrash" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelscrash-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_crash-1.html">models/crash</a><a href="#modelscrash-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsdiscovery"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_discovery.html">models/discovery</a><a href="#modelsdiscovery" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsdiscovery-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_discovery-1.html">models/discovery</a><a href="#modelsdiscovery-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelseventlog"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_eventlog.html">models/eventlog</a><a href="#modelseventlog" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelseventlog-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_eventlog-1.html">models/eventlog</a><a href="#modelseventlog-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsexpression"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_expression.html">models/expression</a><a href="#modelsexpression" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsexpression-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_expression-1.html">models/expression</a><a href="#modelsexpression-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsfield"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_field.html">models/field</a><a href="#modelsfield" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsfield-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_field-1.html">models/field</a><a href="#modelsfield-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsfieldrepeat"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_fieldrepeat.html">models/fieldrepeat</a><a href="#modelsfieldrepeat" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsfieldrepeat-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_fieldrepeat-1.html">models/fieldrepeat</a><a href="#modelsfieldrepeat-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsfile"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_file.html">models/file</a><a href="#modelsfile" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsfile-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_file-1.html">models/file</a><a href="#modelsfile-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsform"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_form.html">models/form</a><a href="#modelsform" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsform-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_form-1.html">models/form</a><a href="#modelsform-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelslayout"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_layout.html">models/layout</a><a href="#modelslayout" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelslayout-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_layout-1.html">models/layout</a><a href="#modelslayout-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelslibrary"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_library.html">models/library</a><a href="#modelslibrary" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelslibrary-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_library-1.html">models/library</a><a href="#modelslibrary-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsmodel"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_model.html">models/model</a><a href="#modelsmodel" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsmodel-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_model-1.html">models/model</a><a href="#modelsmodel-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsmodel_instance"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_model_instance.html">models/model_instance</a><a href="#modelsmodel_instance" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsmodel_instance-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_model_instance-1.html">models/model_instance</a><a href="#modelsmodel_instance-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsnotification"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_notification.html">models/notification</a><a href="#modelsnotification" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsnotification-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_notification-1.html">models/notification</a><a href="#modelsnotification-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelspage"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_page.html">models/page</a><a href="#modelspage" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelspage-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_page-1.html">models/page</a><a href="#modelspage-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsplugin"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_plugin.html">models/plugin</a><a href="#modelsplugin" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsplugin-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_plugin-1.html">models/plugin</a><a href="#modelsplugin-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsrandom"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_random.html">models/random</a><a href="#modelsrandom" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsrandom-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_random-1.html">models/random</a><a href="#modelsrandom-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsrole"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_role.html">models/role</a><a href="#modelsrole" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsrole-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_role-1.html">models/role</a><a href="#modelsrole-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsscheduler"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_scheduler.html">models/scheduler</a><a href="#modelsscheduler" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsscheduler-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_scheduler-1.html">models/scheduler</a><a href="#modelsscheduler-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelstable"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_table.html">models/table</a><a href="#modelstable" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelstable-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_table-1.html">models/table</a><a href="#modelstable-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelstable_constraints"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_table_constraints.html">models/table_constraints</a><a href="#modelstable_constraints" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelstable_constraints-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_table_constraints-1.html">models/table_constraints</a><a href="#modelstable_constraints-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelstrigger"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_trigger.html">models/trigger</a><a href="#modelstrigger" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelstrigger-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_trigger-1.html">models/trigger</a><a href="#modelstrigger-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsuser"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_user.html">models/user</a><a href="#modelsuser" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsuser-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_user-1.html">models/user</a><a href="#modelsuser-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsview"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_view.html">models/view</a><a href="#modelsview" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsview-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_view-1.html">models/view</a><a href="#modelsview-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsworkflow"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_workflow.html">models/workflow</a><a href="#modelsworkflow" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsworkflow-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_workflow-1.html">models/workflow</a><a href="#modelsworkflow-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsworkflow_run"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_workflow_run.html">models/workflow_run</a><a href="#modelsworkflow_run" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsworkflow_run-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_workflow_run-1.html">models/workflow_run</a><a href="#modelsworkflow_run-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsworkflow_step"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_workflow_step.html">models/workflow_step</a><a href="#modelsworkflow_step" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsworkflow_step-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_workflow_step-1.html">models/workflow_step</a><a href="#modelsworkflow_step-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsworkflow_trace"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_workflow_trace.html">models/workflow_trace</a><a href="#modelsworkflow_trace" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsworkflow_trace-1"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_workflow_trace-1.html">models/workflow_trace</a><a href="#modelsworkflow_trace-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsworkflow_trace-2"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_workflow_trace-2.html">models/workflow_trace</a><a href="#modelsworkflow_trace-2" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="modelsworkflow_trace-3"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.models_workflow_trace-3.html">models/workflow_trace</a><a href="#modelsworkflow_trace-3" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="plugin-helper"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.plugin-helper.html">plugin-helper</a><a href="#plugin-helper" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="plugin-testing"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.plugin-testing.html">plugin-testing</a><a href="#plugin-testing" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd><dt class="tsd-member-summary" id="utils"><span class="tsd-member-summary-name"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><a href="_saltcorn_data.utils.html">utils</a><a href="#utils" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></span></dt><dd class="tsd-member-summary"></dd></dl></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>On This Page</h3></summary><div class="tsd-accordion-details"><a href="#saltcorndata"><span>@saltcorn/data</span></a><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Other"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Other</summary><div><a href="#"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span></span></a><a href="#dbconnect_mobile"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>db/connect_<wbr/>mobile</span></a><a href="#dbconnect_mobile-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>db/connect_<wbr/>mobile</span></a><a href="#dbfa5-icons"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>db/fa5-<wbr/>icons</span></a><a href="#dbfa5-icons-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>db/fa5-<wbr/>icons</span></a><a href="#diagramcy_generate_utils"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>diagram/cy_<wbr/>generate_<wbr/>utils</span></a><a href="#diagramcy_raster"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>diagram/cy_<wbr/>raster</span></a><a href="#diagramnode_extract_utils"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>diagram/node_<wbr/>extract_<wbr/>utils</span></a><a href="#diagramnodesdummy_node"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>diagram/nodes/dummy_<wbr/>node</span></a><a href="#diagramnodesnode"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>diagram/nodes/node</span></a><a href="#diagramnodespage_node"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>diagram/nodes/page_<wbr/>node</span></a><a href="#diagramnodestable_node"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>diagram/nodes/table_<wbr/>node</span></a><a href="#diagramnodestrigger_node"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>diagram/nodes/trigger_<wbr/>node</span></a><a href="#diagramnodesview_node"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>diagram/nodes/view_<wbr/>node</span></a><a href="#index"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>index</span></a><a href="#migrations202005141503"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202005141503</span></a><a href="#migrations202005241712"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202005241712</span></a><a href="#migrations202005251037"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202005251037</span></a><a href="#migrations202005282134"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202005282134</span></a><a href="#migrations202006022156"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202006022156</span></a><a href="#migrations202006051507"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202006051507</span></a><a href="#migrations202006240906"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202006240906</span></a><a href="#migrations202007091707"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202007091707</span></a><a href="#migrations202007202144"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202007202144</span></a><a href="#migrations202008031500"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202008031500</span></a><a href="#migrations202008051415"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202008051415</span></a><a href="#migrations202008121149"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202008121149</span></a><a href="#migrations202009112140"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202009112140</span></a><a href="#migrations202009181655"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202009181655</span></a><a href="#migrations202009221105"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202009221105</span></a><a href="#migrations202009231331"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202009231331</span></a><a href="#migrations202009301531"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202009301531</span></a><a href="#migrations202010231444"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202010231444</span></a><a href="#migrations202010251412"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202010251412</span></a><a href="#migrations202011021749"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202011021749</span></a><a href="#migrations202011051353"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202011051353</span></a><a href="#migrations202011111127"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202011111127</span></a><a href="#migrations202012011203"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202012011203</span></a><a href="#migrations202012100841"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202012100841</span></a><a href="#migrations202012281835"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202012281835</span></a><a href="#migrations202101061051"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202101061051</span></a><a href="#migrations202101141128"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202101141128</span></a><a href="#migrations202102091312"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202102091312</span></a><a href="#migrations202102101624"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202102101624</span></a><a href="#migrations202102172148"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202102172148</span></a><a href="#migrations202102261650"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202102261650</span></a><a href="#migrations202106102347"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202106102347</span></a><a href="#migrations202106112120"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202106112120</span></a><a href="#migrations202106120012"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202106120012</span></a><a href="#migrations202106120220"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202106120220</span></a><a href="#migrations202106121701"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202106121701</span></a><a href="#migrations202106121703"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202106121703</span></a><a href="#migrations202106251126"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202106251126</span></a><a href="#migrations202107281619"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202107281619</span></a><a href="#migrations202107302158"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202107302158</span></a><a href="#migrations202108022257"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202108022257</span></a><a href="#migrations202109201624"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202109201624</span></a><a href="#migrations202109301031"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202109301031</span></a><a href="#migrations202111290253"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202111290253</span></a><a href="#migrations202112282254"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202112282254</span></a><a href="#migrations202207022002"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202207022002</span></a><a href="#migrations202207252150"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202207252150</span></a><a href="#migrations202207261221"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202207261221</span></a><a href="#migrations202208101144"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202208101144</span></a><a href="#migrations202210051058"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202210051058</span></a><a href="#migrations202210101540"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202210101540</span></a><a href="#migrations202211040031"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202211040031</span></a><a href="#migrations202212112152"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202212112152</span></a><a href="#migrations202301130917"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202301130917</span></a><a href="#migrations202303201126"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202303201126</span></a><a href="#migrations202303221944"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202303221944</span></a><a href="#migrations202304281224"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202304281224</span></a><a href="#migrations202305031518"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202305031518</span></a><a href="#migrations202307211459"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202307211459</span></a><a href="#migrations202308211648"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202308211648</span></a><a href="#migrations202311011755"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202311011755</span></a><a href="#migrations202311231356"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202311231356</span></a><a href="#migrations202402071125"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202402071125</span></a><a href="#migrations202406260915"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202406260915</span></a><a href="#migrations202412051957"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202412051957</span></a><a href="#migrations202412111526"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202412111526</span></a><a href="#migrations202501081226"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202501081226</span></a><a href="#migrations202501201239"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202501201239</span></a><a href="#migrations202501262157"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202501262157</span></a><a href="#migrations202502131103"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202502131103</span></a><a href="#migrations202503071353"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202503071353</span></a><a href="#migrations202506050958"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202506050958</span></a><a href="#migrations202508011455"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrations/202508011455</span></a><a href="#mobile-mockscopy_excluded_files"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/copy_<wbr/>excluded_<wbr/>files</span></a><a href="#mobile-mocksdbpostgres"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/db/postgres</span></a><a href="#mobile-mocksdbsqlite"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/db/sqlite</span></a><a href="#mobile-mocksmodelsemail"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/models/email</span></a><a href="#mobile-mocksmodelsinternalasync_json_stream"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/models/internal/async_<wbr/>json_<wbr/>stream</span></a><a href="#mobile-mocksmodelspack"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/models/pack</span></a><a href="#mobile-mocksnodeasync_hooks"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/node/async_<wbr/>hooks</span></a><a href="#mobile-mocksnodechild_process"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/node/child_<wbr/>process</span></a><a href="#mobile-mocksnodefs"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/node/fs</span></a><a href="#mobile-mocksnodefs-extra"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/node/fs-<wbr/>extra</span></a><a href="#mobile-mocksnodefspromises"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/node/fs/promises</span></a><a href="#mobile-mocksnodelatest-version"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/node/latest-<wbr/>version</span></a><a href="#mobile-mocksnodev8"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/node/v8</span></a><a href="#mobile-mocksnpmenv-paths"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/npm/env-<wbr/>paths</span></a><a href="#mobile-mocksnpmfirebase-admin"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/npm/firebase-<wbr/>admin</span></a><a href="#mobile-mocksnpmfs-extended-attributes"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/npm/fs-<wbr/>extended-<wbr/>attributes</span></a><a href="#mobile-mocksnpmlive-plugin-manager"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/npm/live-<wbr/>plugin-<wbr/>manager</span></a><a href="#mobile-mocksnpmtar"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/npm/tar</span></a><a href="#mobile-mockssaltcornhtml-pdf-node"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/saltcorn/html-<wbr/>pdf-<wbr/>node</span></a><a href="#mobile-mockssaltcornmigrate"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/saltcorn/migrate</span></a><a href="#mobile-mockssaltcornplugin-testing"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>mobile-<wbr/>mocks/saltcorn/plugin-<wbr/>testing</span></a><a href="#model-helper"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>model-<wbr/>helper</span></a><a href="#modelsemail"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/email</span></a><a href="#modelsemail-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/email</span></a><a href="#modelsindex"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/index</span></a><a href="#modelsindex-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/index</span></a><a href="#modelsinternalasync_json_stream"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/internal/async_<wbr/>json_<wbr/>stream</span></a><a href="#modelsinternalasync_json_stream-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/internal/async_<wbr/>json_<wbr/>stream</span></a><a href="#modelsinternalpush_message_helper"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/internal/push_<wbr/>message_<wbr/>helper</span></a><a href="#modelsinternalpush_message_helper-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/internal/push_<wbr/>message_<wbr/>helper</span></a><a href="#modelsinternalquery"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/internal/query</span></a><a href="#modelsinternalquery-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/internal/query</span></a><a href="#modelsinternaltable_helper"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/internal/table_<wbr/>helper</span></a><a href="#modelsinternaltable_helper-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/internal/table_<wbr/>helper</span></a><a href="#modelspage_group"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/page_<wbr/>group</span></a><a href="#modelspage_group-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/page_<wbr/>group</span></a><a href="#modelspage_group_member"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/page_<wbr/>group_<wbr/>member</span></a><a href="#modelspage_group_member-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/page_<wbr/>group_<wbr/>member</span></a><a href="#modelstag"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/tag</span></a><a href="#modelstag-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/tag</span></a><a href="#modelstag_entry"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/tag_<wbr/>entry</span></a><a href="#modelstag_entry-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/tag_<wbr/>entry</span></a><a href="#standard-menu"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>standard-<wbr/>menu</span></a><a href="#testsactionstest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/actions.test</span></a><a href="#testsassertions"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/assertions</span></a><a href="#testsauthtest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/auth.test</span></a><a href="#testsauxtesttest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/auxtest.test</span></a><a href="#testsbasetest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/base.test</span></a><a href="#testscalctest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/calc.test</span></a><a href="#testscommon_helpers"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/common_<wbr/>helpers</span></a><a href="#testscomposite_pktest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/composite_<wbr/>pk.test</span></a><a href="#testsconfigtest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/config.test</span></a><a href="#testsdbtest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/db.test</span></a><a href="#testsdiscovertest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/discover.test</span></a><a href="#testsedittest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/edit.test</span></a><a href="#testsemailtest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/email.test</span></a><a href="#testsexact_viewstest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/exact_<wbr/>views.test</span></a><a href="#testsfieldtest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/field.test</span></a><a href="#testsfieldviewstest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/fieldviews.test</span></a><a href="#testsfiletest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/file.test</span></a><a href="#testsfiltertest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/filter.test</span></a><a href="#testsformtest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/form.test</span></a><a href="#testslisttest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/list.test</span></a><a href="#testsmocks"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/mocks</span></a><a href="#testsmodelstest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/models.test</span></a><a href="#testspage_grouptest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/page_<wbr/>group.test</span></a><a href="#testspagetest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/page.test</span></a><a href="#testsplugintest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/plugin.test</span></a><a href="#testsremote_query_helper"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/remote_<wbr/>query_<wbr/>helper</span></a><a href="#testsshowtest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/show.test</span></a><a href="#testsstatetest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/state.test</span></a><a href="#teststable_historytest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/table_<wbr/>history.test</span></a><a href="#teststabletest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/table.test</span></a><a href="#teststagtest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/tag.test</span></a><a href="#testsusertest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/user.test</span></a><a href="#testsviewtest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/view.test</span></a><a href="#testsworkflow_runtest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/workflow_<wbr/>run.test</span></a><a href="#testsworkflowtest"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>tests/workflow.test</span></a><a href="#translate"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>translate</span></a><a href="#web-mobile-commons"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>web-<wbr/>mobile-<wbr/>commons</span></a></div></details><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-saltcorn-data"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>saltcorn-data</summary><div><a href="#base-pluginactions"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/actions</span></a><a href="#base-pluginactions-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/actions</span></a><a href="#base-pluginfieldviews"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/fieldviews</span></a><a href="#base-pluginfieldviews-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/fieldviews</span></a><a href="#base-pluginfileview"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/fileview</span></a><a href="#base-pluginfileview-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/fileview</span></a><a href="#base-pluginindex"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/index</span></a><a href="#base-pluginindex-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/index</span></a><a href="#base-pluginindex-2"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/index</span></a><a href="#base-plugintypes"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/types</span></a><a href="#base-plugintypes-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/types</span></a><a href="#base-pluginviewtemplatesedit"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/edit</span></a><a href="#base-pluginviewtemplatesedit-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/edit</span></a><a href="#base-pluginviewtemplatesfeed"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/feed</span></a><a href="#base-pluginviewtemplatesfeed-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/feed</span></a><a href="#base-pluginviewtemplatesfilter"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/filter</span></a><a href="#base-pluginviewtemplatesfilter-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/filter</span></a><a href="#base-pluginviewtemplateslist"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/list</span></a><a href="#base-pluginviewtemplateslist-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/list</span></a><a href="#base-pluginviewtemplateslistshowlist"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/listshowlist</span></a><a href="#base-pluginviewtemplateslistshowlist-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/listshowlist</span></a><a href="#base-pluginviewtemplatesroom"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/room</span></a><a href="#base-pluginviewtemplatesroom-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/room</span></a><a href="#base-pluginviewtemplatesroom-2"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/room</span></a><a href="#base-pluginviewtemplatesroom-3"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/room</span></a><a href="#base-pluginviewtemplatesshow"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/show</span></a><a href="#base-pluginviewtemplatesshow-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/show</span></a><a href="#base-pluginviewtemplatesviewable_fields"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/viewable_<wbr/>fields</span></a><a href="#base-pluginviewtemplatesviewable_fields-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>base-<wbr/>plugin/viewtemplates/viewable_<wbr/>fields</span></a><a href="#contract"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>contract</span></a><a href="#dbconnect"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>db/connect</span></a><a href="#dbconnect-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>db/connect</span></a><a href="#dbfixtures"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>db/fixtures</span></a><a href="#dbfixtures-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>db/fixtures</span></a><a href="#dbindex"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>db/index</span></a><a href="#dbindex-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>db/index</span></a><a href="#dbindex-2"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>db/index</span></a><a href="#dbreset_schema"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>db/reset_<wbr/>schema</span></a><a href="#dbreset_schema-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>db/reset_<wbr/>schema</span></a><a href="#dbstate"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>db/state</span></a><a href="#dbstate-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>db/state</span></a><a href="#migrate"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>migrate</span></a><a href="#modelsconfig"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/config</span></a><a href="#modelsconfig-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/config</span></a><a href="#modelscrash"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/crash</span></a><a href="#modelscrash-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/crash</span></a><a href="#modelsdiscovery"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/discovery</span></a><a href="#modelsdiscovery-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/discovery</span></a><a href="#modelseventlog"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/eventlog</span></a><a href="#modelseventlog-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/eventlog</span></a><a href="#modelsexpression"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/expression</span></a><a href="#modelsexpression-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/expression</span></a><a href="#modelsfield"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/field</span></a><a href="#modelsfield-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/field</span></a><a href="#modelsfieldrepeat"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/fieldrepeat</span></a><a href="#modelsfieldrepeat-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/fieldrepeat</span></a><a href="#modelsfile"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/file</span></a><a href="#modelsfile-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/file</span></a><a href="#modelsform"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/form</span></a><a href="#modelsform-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/form</span></a><a href="#modelslayout"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/layout</span></a><a href="#modelslayout-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/layout</span></a><a href="#modelslibrary"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/library</span></a><a href="#modelslibrary-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/library</span></a><a href="#modelsmodel"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/model</span></a><a href="#modelsmodel-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/model</span></a><a href="#modelsmodel_instance"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/model_<wbr/>instance</span></a><a href="#modelsmodel_instance-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/model_<wbr/>instance</span></a><a href="#modelsnotification"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/notification</span></a><a href="#modelsnotification-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/notification</span></a><a href="#modelspage"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/page</span></a><a href="#modelspage-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/page</span></a><a href="#modelsplugin"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/plugin</span></a><a href="#modelsplugin-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/plugin</span></a><a href="#modelsrandom"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/random</span></a><a href="#modelsrandom-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/random</span></a><a href="#modelsrole"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/role</span></a><a href="#modelsrole-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/role</span></a><a href="#modelsscheduler"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/scheduler</span></a><a href="#modelsscheduler-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/scheduler</span></a><a href="#modelstable"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/table</span></a><a href="#modelstable-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/table</span></a><a href="#modelstable_constraints"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/table_<wbr/>constraints</span></a><a href="#modelstable_constraints-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/table_<wbr/>constraints</span></a><a href="#modelstrigger"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/trigger</span></a><a href="#modelstrigger-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/trigger</span></a><a href="#modelsuser"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/user</span></a><a href="#modelsuser-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/user</span></a><a href="#modelsview"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/view</span></a><a href="#modelsview-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/view</span></a><a href="#modelsworkflow"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/workflow</span></a><a href="#modelsworkflow-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/workflow</span></a><a href="#modelsworkflow_run"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/workflow_<wbr/>run</span></a><a href="#modelsworkflow_run-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/workflow_<wbr/>run</span></a><a href="#modelsworkflow_step"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/workflow_<wbr/>step</span></a><a href="#modelsworkflow_step-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/workflow_<wbr/>step</span></a><a href="#modelsworkflow_trace"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/workflow_<wbr/>trace</span></a><a href="#modelsworkflow_trace-1"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/workflow_<wbr/>trace</span></a><a href="#modelsworkflow_trace-2"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/workflow_<wbr/>trace</span></a><a href="#modelsworkflow_trace-3"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>models/workflow_<wbr/>trace</span></a><a href="#plugin-helper"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>plugin-<wbr/>helper</span></a><a href="#plugin-testing"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>plugin-<wbr/>testing</span></a><a href="#utils"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Module"><use href="../assets/icons.svg#icon-2"></use></svg><span>utils</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">Documentation</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
|