@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
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>TagExports | Documentation</title><meta name="description" content="Documentation for Documentation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">Documentation</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/_saltcorn_markup.html">@saltcorn/markup</a></li><li><a href="../modules/_saltcorn_markup.types.html">types</a></li><li><a href="" aria-current="page">TagExports</a></li></ul><h1>Interface TagExports</h1></div><div class="tsd-signature"><span class="tsd-signature-keyword">interface</span> <span class="tsd-kind-interface">TagExports</span> <span class="tsd-signature-symbol">{</span><br/> <a class="tsd-kind-property" href="#a">a</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#abbr">abbr</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#address">address</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#area">area</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#article">article</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#aside">aside</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#audio">audio</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#b">b</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#base">base</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#bdi">bdi</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#bdo">bdo</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#blockquote">blockquote</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#body">body</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#br">br</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#button">button</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#canvas">canvas</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#caption">caption</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#cite">cite</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#code">code</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#col">col</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#colgroup">colgroup</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#data">data</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#datalist">datalist</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#dd">dd</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#del">del</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#details">details</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#dfn">dfn</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#dialog">dialog</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#div">div</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#dl">dl</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#domready">domReady</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">js</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span> <span class="tsd-signature-symbol">=></span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#dt">dt</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#em">em</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#embed">embed</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#fieldset">fieldset</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#figcaption">figcaption</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#figure">figure</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#footer">footer</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#form">form</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#genericelement">genericElement</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><br/> <span class="tsd-kind-parameter">tagName</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-kind-parameter">attributes_or_first_child</span><span class="tsd-signature-symbol">?:</span> <a href="../types/_saltcorn_markup.types.Element.html" class="tsd-signature-type tsd-kind-type-alias">Element</a> <span class="tsd-signature-symbol">|</span> <a href="../types/_saltcorn_markup.types.Attributes.html" class="tsd-signature-type tsd-kind-type-alias">Attributes</a><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">children</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.Element.html" class="tsd-signature-type tsd-kind-type-alias">Element</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">)</span> <span class="tsd-signature-symbol">=></span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#h1">h1</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#h2">h2</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#h3">h3</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#h4">h4</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#h5">h5</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#h6">h6</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#head">head</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#header">header</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#hgroup">hgroup</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#hr">hr</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#html">html</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#i">i</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#iframe">iframe</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#img">img</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#input">input</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ins">ins</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#kbd">kbd</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#label">label</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#legend">legend</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#li">li</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#link">link</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#main">main</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#map">map</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#mark">mark</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#math">math</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#menu">menu</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#menuitem">menuitem</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#meta">meta</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#meter">meter</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#mktag">mkTag</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">tnm</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">voidTag</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span> <span class="tsd-signature-symbol">=></span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#nav">nav</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#nbsp">nbsp</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#noscript">noscript</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#object">object</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ol">ol</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#optgroup">optgroup</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#option">option</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#output">output</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#p">p</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#param">param</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#picture">picture</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#pre">pre</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#progress">progress</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#q">q</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#rb">rb</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#rp">rp</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#rt">rt</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#rtc">rtc</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ruby">ruby</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#s">s</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#samp">samp</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#script">script</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#search">search</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#section">section</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#select">select</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#slot">slot</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#small">small</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#source">source</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#span">span</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#strong">strong</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#style">style</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#sub">sub</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#summary">summary</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#sup">sup</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#svg">svg</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#table">table</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#tbody">tbody</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#td">td</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#template">template</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#text">text</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">t</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">customWhiteList</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">IWhiteList</span><span class="tsd-signature-symbol">)</span> <span class="tsd-signature-symbol">=></span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#text_attr">text_attr</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">t</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span> <span class="tsd-signature-symbol">=></span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#textarea">textarea</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#tfoot">tfoot</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#th">th</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#thead">thead</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#time">time</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#title">title</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#tr">tr</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#track">track</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#u">u</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#ul">ul</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#var">var</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#video">video</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#wbr">wbr</a><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel tsd-hierarchy" data-refl="16391"><h4>Hierarchy</h4><ul class="tsd-hierarchy"><li class="tsd-hierarchy-item"><span class="tsd-signature-type">TagFunctionExports</span><ul class="tsd-hierarchy"><li class="tsd-hierarchy-item"><span class="tsd-hierarchy-target">TagExports</span></li></ul></li></ul></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-markup/types.ts#L148">types.ts:148</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h5 class="tsd-index-heading uppercase">Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="#a" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>a</span></a>
|
|
2
|
+
<a href="#abbr" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>abbr</span></a>
|
|
3
|
+
<a href="#address" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>address</span></a>
|
|
4
|
+
<a href="#area" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>area</span></a>
|
|
5
|
+
<a href="#article" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>article</span></a>
|
|
6
|
+
<a href="#aside" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aside</span></a>
|
|
7
|
+
<a href="#audio" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>audio</span></a>
|
|
8
|
+
<a href="#b" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>b</span></a>
|
|
9
|
+
<a href="#base" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>base</span></a>
|
|
10
|
+
<a href="#bdi" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>bdi</span></a>
|
|
11
|
+
<a href="#bdo" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>bdo</span></a>
|
|
12
|
+
<a href="#blockquote" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>blockquote</span></a>
|
|
13
|
+
<a href="#body" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>body</span></a>
|
|
14
|
+
<a href="#br" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>br</span></a>
|
|
15
|
+
<a href="#button" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>button</span></a>
|
|
16
|
+
<a href="#canvas" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>canvas</span></a>
|
|
17
|
+
<a href="#caption" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>caption</span></a>
|
|
18
|
+
<a href="#cite" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>cite</span></a>
|
|
19
|
+
<a href="#code" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>code</span></a>
|
|
20
|
+
<a href="#col" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>col</span></a>
|
|
21
|
+
<a href="#colgroup" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>colgroup</span></a>
|
|
22
|
+
<a href="#data" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data</span></a>
|
|
23
|
+
<a href="#datalist" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>datalist</span></a>
|
|
24
|
+
<a href="#dd" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dd</span></a>
|
|
25
|
+
<a href="#del" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>del</span></a>
|
|
26
|
+
<a href="#details" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>details</span></a>
|
|
27
|
+
<a href="#dfn" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dfn</span></a>
|
|
28
|
+
<a href="#dialog" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dialog</span></a>
|
|
29
|
+
<a href="#div" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>div</span></a>
|
|
30
|
+
<a href="#dl" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dl</span></a>
|
|
31
|
+
<a href="#domready" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dom<wbr/>Ready</span></a>
|
|
32
|
+
<a href="#dt" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dt</span></a>
|
|
33
|
+
<a href="#em" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>em</span></a>
|
|
34
|
+
<a href="#embed" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>embed</span></a>
|
|
35
|
+
<a href="#fieldset" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>fieldset</span></a>
|
|
36
|
+
<a href="#figcaption" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>figcaption</span></a>
|
|
37
|
+
<a href="#figure" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>figure</span></a>
|
|
38
|
+
<a href="#footer" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>footer</span></a>
|
|
39
|
+
<a href="#form" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>form</span></a>
|
|
40
|
+
<a href="#genericelement" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>generic<wbr/>Element</span></a>
|
|
41
|
+
<a href="#h1" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>h1</span></a>
|
|
42
|
+
<a href="#h2" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>h2</span></a>
|
|
43
|
+
<a href="#h3" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>h3</span></a>
|
|
44
|
+
<a href="#h4" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>h4</span></a>
|
|
45
|
+
<a href="#h5" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>h5</span></a>
|
|
46
|
+
<a href="#h6" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>h6</span></a>
|
|
47
|
+
<a href="#head" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>head</span></a>
|
|
48
|
+
<a href="#header" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>header</span></a>
|
|
49
|
+
<a href="#hgroup" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>hgroup</span></a>
|
|
50
|
+
<a href="#hr" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>hr</span></a>
|
|
51
|
+
<a href="#html" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>html</span></a>
|
|
52
|
+
<a href="#i" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>i</span></a>
|
|
53
|
+
<a href="#iframe" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>iframe</span></a>
|
|
54
|
+
<a href="#img" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>img</span></a>
|
|
55
|
+
<a href="#input" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>input</span></a>
|
|
56
|
+
<a href="#ins" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>ins</span></a>
|
|
57
|
+
<a href="#kbd" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>kbd</span></a>
|
|
58
|
+
<a href="#label" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>label</span></a>
|
|
59
|
+
<a href="#legend" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>legend</span></a>
|
|
60
|
+
<a href="#li" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>li</span></a>
|
|
61
|
+
<a href="#link" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>link</span></a>
|
|
62
|
+
<a href="#main" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>main</span></a>
|
|
63
|
+
<a href="#map" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>map</span></a>
|
|
64
|
+
<a href="#mark" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>mark</span></a>
|
|
65
|
+
<a href="#math" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>math</span></a>
|
|
66
|
+
<a href="#menu" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>menu</span></a>
|
|
67
|
+
<a href="#menuitem" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>menuitem</span></a>
|
|
68
|
+
<a href="#meta" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>meta</span></a>
|
|
69
|
+
<a href="#meter" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>meter</span></a>
|
|
70
|
+
<a href="#mktag" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>mk<wbr/>Tag</span></a>
|
|
71
|
+
<a href="#nav" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>nav</span></a>
|
|
72
|
+
<a href="#nbsp" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>nbsp</span></a>
|
|
73
|
+
<a href="#noscript" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>noscript</span></a>
|
|
74
|
+
<a href="#object" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>object</span></a>
|
|
75
|
+
<a href="#ol" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>ol</span></a>
|
|
76
|
+
<a href="#optgroup" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>optgroup</span></a>
|
|
77
|
+
<a href="#option" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>option</span></a>
|
|
78
|
+
<a href="#output" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>output</span></a>
|
|
79
|
+
<a href="#p" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>p</span></a>
|
|
80
|
+
<a href="#param" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>param</span></a>
|
|
81
|
+
<a href="#picture" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>picture</span></a>
|
|
82
|
+
<a href="#pre" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>pre</span></a>
|
|
83
|
+
<a href="#progress" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>progress</span></a>
|
|
84
|
+
<a href="#q" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>q</span></a>
|
|
85
|
+
<a href="#rb" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>rb</span></a>
|
|
86
|
+
<a href="#rp" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>rp</span></a>
|
|
87
|
+
<a href="#rt" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>rt</span></a>
|
|
88
|
+
<a href="#rtc" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>rtc</span></a>
|
|
89
|
+
<a href="#ruby" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>ruby</span></a>
|
|
90
|
+
<a href="#s" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>s</span></a>
|
|
91
|
+
<a href="#samp" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>samp</span></a>
|
|
92
|
+
<a href="#script" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>script</span></a>
|
|
93
|
+
<a href="#search" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>search</span></a>
|
|
94
|
+
<a href="#section" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>section</span></a>
|
|
95
|
+
<a href="#select" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>select</span></a>
|
|
96
|
+
<a href="#slot" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>slot</span></a>
|
|
97
|
+
<a href="#small" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>small</span></a>
|
|
98
|
+
<a href="#source" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>source</span></a>
|
|
99
|
+
<a href="#span" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>span</span></a>
|
|
100
|
+
<a href="#strong" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>strong</span></a>
|
|
101
|
+
<a href="#style" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>style</span></a>
|
|
102
|
+
<a href="#sub" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>sub</span></a>
|
|
103
|
+
<a href="#summary" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>summary</span></a>
|
|
104
|
+
<a href="#sup" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>sup</span></a>
|
|
105
|
+
<a href="#svg" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>svg</span></a>
|
|
106
|
+
<a href="#table" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>table</span></a>
|
|
107
|
+
<a href="#tbody" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>tbody</span></a>
|
|
108
|
+
<a href="#td" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>td</span></a>
|
|
109
|
+
<a href="#template" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>template</span></a>
|
|
110
|
+
<a href="#text" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>text</span></a>
|
|
111
|
+
<a href="#text_attr" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>text_<wbr/>attr</span></a>
|
|
112
|
+
<a href="#textarea" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>textarea</span></a>
|
|
113
|
+
<a href="#tfoot" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>tfoot</span></a>
|
|
114
|
+
<a href="#th" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>th</span></a>
|
|
115
|
+
<a href="#thead" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>thead</span></a>
|
|
116
|
+
<a href="#time" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>time</span></a>
|
|
117
|
+
<a href="#title" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>title</span></a>
|
|
118
|
+
<a href="#tr" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>tr</span></a>
|
|
119
|
+
<a href="#track" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>track</span></a>
|
|
120
|
+
<a href="#u" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>u</span></a>
|
|
121
|
+
<a href="#ul" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>ul</span></a>
|
|
122
|
+
<a href="#var" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>var</span></a>
|
|
123
|
+
<a href="#video" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>video</span></a>
|
|
124
|
+
<a href="#wbr" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>wbr</span></a>
|
|
125
|
+
</div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h2>Properties</h2></summary><section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="a"><span>a</span><a href="#a" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">a</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.a</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="abbr"><span>abbr</span><a href="#abbr" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">abbr</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.abbr</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="address"><span>address</span><a href="#address" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">address</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.address</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="area"><span>area</span><a href="#area" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">area</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.area</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="article"><span>article</span><a href="#article" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">article</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.article</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="aside"><span>aside</span><a href="#aside" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">aside</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.aside</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="audio"><span>audio</span><a href="#audio" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">audio</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.audio</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="b"><span>b</span><a href="#b" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">b</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.b</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="base"><span>base</span><a href="#base" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">base</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.base</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="bdi"><span>bdi</span><a href="#bdi" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">bdi</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.bdi</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="bdo"><span>bdo</span><a href="#bdo" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">bdo</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.bdo</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="blockquote"><span>blockquote</span><a href="#blockquote" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">blockquote</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.blockquote</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="body"><span>body</span><a href="#body" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">body</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.body</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="br"><span>br</span><a href="#br" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">br</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.br</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="button"><span>button</span><a href="#button" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">button</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.button</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="canvas"><span>canvas</span><a href="#canvas" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">canvas</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.canvas</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="caption"><span>caption</span><a href="#caption" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">caption</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.caption</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="cite"><span>cite</span><a href="#cite" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">cite</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.cite</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="code"><span>code</span><a href="#code" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">code</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.code</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="col"><span>col</span><a href="#col" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">col</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.col</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="colgroup"><span>colgroup</span><a href="#colgroup" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">colgroup</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.colgroup</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="data"><span>data</span><a href="#data" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">data</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.data</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="datalist"><span>datalist</span><a href="#datalist" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">datalist</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.datalist</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="dd"><span>dd</span><a href="#dd" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">dd</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.dd</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="del"><span>del</span><a href="#del" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">del</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.del</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="details"><span>details</span><a href="#details" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">details</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.details</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="dfn"><span>dfn</span><a href="#dfn" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">dfn</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.dfn</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="dialog"><span>dialog</span><a href="#dialog" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">dialog</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.dialog</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="div"><span>div</span><a href="#div" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">div</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.div</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="dl"><span>dl</span><a href="#dl" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">dl</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.dl</p></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="domready"><span>dom<wbr/>Ready</span><a href="#domready" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">domReady</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">js</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span> <span class="tsd-signature-symbol">=></span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-markup/types.ts#L154">types.ts:154</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="dt"><span>dt</span><a href="#dt" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">dt</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.dt</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="em"><span>em</span><a href="#em" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">em</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.em</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="embed"><span>embed</span><a href="#embed" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">embed</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.embed</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="fieldset"><span>fieldset</span><a href="#fieldset" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">fieldset</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.fieldset</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="figcaption"><span>figcaption</span><a href="#figcaption" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">figcaption</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.figcaption</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="figure"><span>figure</span><a href="#figure" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">figure</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.figure</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="footer"><span>footer</span><a href="#footer" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">footer</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.footer</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="form"><span>form</span><a href="#form" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">form</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.form</p></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="genericelement"><span>generic<wbr/>Element</span><a href="#genericelement" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">genericElement</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><br/> <span class="tsd-kind-parameter">tagName</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-kind-parameter">attributes_or_first_child</span><span class="tsd-signature-symbol">?:</span> <a href="../types/_saltcorn_markup.types.Element.html" class="tsd-signature-type tsd-kind-type-alias">Element</a> <span class="tsd-signature-symbol">|</span> <a href="../types/_saltcorn_markup.types.Attributes.html" class="tsd-signature-type tsd-kind-type-alias">Attributes</a><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">...</span><span class="tsd-kind-parameter">children</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.Element.html" class="tsd-signature-type tsd-kind-type-alias">Element</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span> <span class="tsd-signature-symbol">=></span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-markup/types.ts#L149">types.ts:149</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="h1"><span>h1</span><a href="#h1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">h1</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.h1</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="h2"><span>h2</span><a href="#h2" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">h2</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.h2</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="h3"><span>h3</span><a href="#h3" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">h3</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.h3</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="h4"><span>h4</span><a href="#h4" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">h4</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.h4</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="h5"><span>h5</span><a href="#h5" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">h5</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.h5</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="h6"><span>h6</span><a href="#h6" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">h6</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.h6</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="head"><span>head</span><a href="#head" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">head</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.head</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="header"><span>header</span><a href="#header" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">header</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.header</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="hgroup"><span>hgroup</span><a href="#hgroup" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">hgroup</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.hgroup</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="hr"><span>hr</span><a href="#hr" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">hr</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.hr</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="html"><span>html</span><a href="#html" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">html</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.html</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="i"><span>i</span><a href="#i" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">i</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.i</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="iframe"><span>iframe</span><a href="#iframe" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">iframe</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.iframe</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="img"><span>img</span><a href="#img" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">img</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.img</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="input"><span>input</span><a href="#input" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">input</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.input</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="ins"><span>ins</span><a href="#ins" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">ins</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.ins</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="kbd"><span>kbd</span><a href="#kbd" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">kbd</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.kbd</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="label"><span>label</span><a href="#label" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">label</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.label</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="legend"><span>legend</span><a href="#legend" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">legend</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.legend</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="li"><span>li</span><a href="#li" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">li</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.li</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="link"><span>link</span><a href="#link" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">link</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.link</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="main"><span>main</span><a href="#main" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">main</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.main</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="map"><span>map</span><a href="#map" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">map</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.map</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="mark"><span>mark</span><a href="#mark" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">mark</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.mark</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="math"><span>math</span><a href="#math" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">math</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.math</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="menu"><span>menu</span><a href="#menu" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">menu</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.menu</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="menuitem"><span>menuitem</span><a href="#menuitem" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">menuitem</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.menuitem</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="meta"><span>meta</span><a href="#meta" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">meta</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.meta</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="meter"><span>meter</span><a href="#meter" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">meter</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.meter</p></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="mktag"><span>mk<wbr/>Tag</span><a href="#mktag" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">mkTag</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">tnm</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">voidTag</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span> <span class="tsd-signature-symbol">=></span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-markup/types.ts#L158">types.ts:158</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="nav"><span>nav</span><a href="#nav" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">nav</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.nav</p></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="nbsp"><span>nbsp</span><a href="#nbsp" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">nbsp</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-markup/types.ts#L157">types.ts:157</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="noscript"><span>noscript</span><a href="#noscript" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">noscript</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.noscript</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="object"><span>object</span><a href="#object" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">object</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.object</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="ol"><span>ol</span><a href="#ol" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">ol</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.ol</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="optgroup"><span>optgroup</span><a href="#optgroup" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">optgroup</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.optgroup</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="option"><span>option</span><a href="#option" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">option</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.option</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="output"><span>output</span><a href="#output" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">output</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.output</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="p"><span>p</span><a href="#p" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">p</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.p</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="param"><span>param</span><a href="#param" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">param</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.param</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="picture"><span>picture</span><a href="#picture" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">picture</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.picture</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="pre"><span>pre</span><a href="#pre" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">pre</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.pre</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="progress"><span>progress</span><a href="#progress" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">progress</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.progress</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="q"><span>q</span><a href="#q" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">q</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.q</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="rb"><span>rb</span><a href="#rb" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">rb</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.rb</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="rp"><span>rp</span><a href="#rp" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">rp</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.rp</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="rt"><span>rt</span><a href="#rt" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">rt</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.rt</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="rtc"><span>rtc</span><a href="#rtc" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">rtc</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.rtc</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="ruby"><span>ruby</span><a href="#ruby" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">ruby</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.ruby</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="s"><span>s</span><a href="#s" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">s</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.s</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="samp"><span>samp</span><a href="#samp" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">samp</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.samp</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="script"><span>script</span><a href="#script" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">script</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.script</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="search"><span>search</span><a href="#search" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">search</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.search</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="section"><span>section</span><a href="#section" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">section</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.section</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="select"><span>select</span><a href="#select" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">select</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.select</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="slot"><span>slot</span><a href="#slot" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">slot</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.slot</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="small"><span>small</span><a href="#small" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">small</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.small</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="source"><span>source</span><a href="#source" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">source</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.source</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="span"><span>span</span><a href="#span" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">span</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.span</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="strong"><span>strong</span><a href="#strong" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">strong</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.strong</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="style"><span>style</span><a href="#style" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">style</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.style</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="sub"><span>sub</span><a href="#sub" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">sub</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.sub</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="summary"><span>summary</span><a href="#summary" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">summary</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.summary</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="sup"><span>sup</span><a href="#sup" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">sup</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.sup</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="svg"><span>svg</span><a href="#svg" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">svg</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.svg</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="table"><span>table</span><a href="#table" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">table</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.table</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="tbody"><span>tbody</span><a href="#tbody" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">tbody</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.tbody</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="td"><span>td</span><a href="#td" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">td</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.td</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="template"><span>template</span><a href="#template" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">template</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.template</p></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="text"><span>text</span><a href="#text" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">text</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">t</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">customWhiteList</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">IWhiteList</span><span class="tsd-signature-symbol">)</span> <span class="tsd-signature-symbol">=></span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-markup/types.ts#L155">types.ts:155</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="text_attr"><span>text_<wbr/>attr</span><a href="#text_attr" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">text_attr</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">t</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">|</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span> <span class="tsd-signature-symbol">=></span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/saltcorn/saltcorn/blob/cc3d601955b04e703b4712fed07e26c19762adfc/packages/saltcorn-markup/types.ts#L156">types.ts:156</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="textarea"><span>textarea</span><a href="#textarea" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">textarea</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.textarea</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="tfoot"><span>tfoot</span><a href="#tfoot" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">tfoot</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.tfoot</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="th"><span>th</span><a href="#th" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">th</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.th</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="thead"><span>thead</span><a href="#thead" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">thead</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.thead</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="time"><span>time</span><a href="#time" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">time</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.time</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="title"><span>title</span><a href="#title" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">title</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.title</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="tr"><span>tr</span><a href="#tr" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">tr</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.tr</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="track"><span>track</span><a href="#track" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">track</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.track</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="u"><span>u</span><a href="#u" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">u</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.u</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="ul"><span>ul</span><a href="#ul" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">ul</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.ul</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="var"><span>var</span><a href="#var" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">var</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.var</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="video"><span>video</span><a href="#video" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">video</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.video</p></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="wbr"><span>wbr</span><a href="#wbr" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">wbr</span><span class="tsd-signature-symbol">:</span> <a href="../types/_saltcorn_markup.types.TagFunction.html" class="tsd-signature-type tsd-kind-type-alias">TagFunction</a></div><aside class="tsd-sources"><p>Inherited from TagFunctionExports.wbr</p></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#a" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>a</span></a><a href="#abbr" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>abbr</span></a><a href="#address" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>address</span></a><a href="#area" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>area</span></a><a href="#article" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>article</span></a><a href="#aside" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>aside</span></a><a href="#audio" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>audio</span></a><a href="#b" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>b</span></a><a href="#base" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>base</span></a><a href="#bdi" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>bdi</span></a><a href="#bdo" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>bdo</span></a><a href="#blockquote" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>blockquote</span></a><a href="#body" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>body</span></a><a href="#br" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>br</span></a><a href="#button" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>button</span></a><a href="#canvas" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>canvas</span></a><a href="#caption" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>caption</span></a><a href="#cite" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>cite</span></a><a href="#code" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>code</span></a><a href="#col" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>col</span></a><a href="#colgroup" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>colgroup</span></a><a href="#data" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data</span></a><a href="#datalist" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>datalist</span></a><a href="#dd" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dd</span></a><a href="#del" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>del</span></a><a href="#details" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>details</span></a><a href="#dfn" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dfn</span></a><a href="#dialog" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dialog</span></a><a href="#div" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>div</span></a><a href="#dl" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dl</span></a><a href="#domready"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dom<wbr/>Ready</span></a><a href="#dt" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>dt</span></a><a href="#em" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>em</span></a><a href="#embed" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>embed</span></a><a href="#fieldset" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>fieldset</span></a><a href="#figcaption" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>figcaption</span></a><a href="#figure" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>figure</span></a><a href="#footer" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>footer</span></a><a href="#form" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>form</span></a><a href="#genericelement"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>generic<wbr/>Element</span></a><a href="#h1" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>h1</span></a><a href="#h2" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>h2</span></a><a href="#h3" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>h3</span></a><a href="#h4" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>h4</span></a><a href="#h5" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>h5</span></a><a href="#h6" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>h6</span></a><a href="#head" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>head</span></a><a href="#header" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>header</span></a><a href="#hgroup" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>hgroup</span></a><a href="#hr" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>hr</span></a><a href="#html" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>html</span></a><a href="#i" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>i</span></a><a href="#iframe" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>iframe</span></a><a href="#img" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>img</span></a><a href="#input" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>input</span></a><a href="#ins" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>ins</span></a><a href="#kbd" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>kbd</span></a><a href="#label" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>label</span></a><a href="#legend" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>legend</span></a><a href="#li" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>li</span></a><a href="#link" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>link</span></a><a href="#main" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>main</span></a><a href="#map" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>map</span></a><a href="#mark" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>mark</span></a><a href="#math" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>math</span></a><a href="#menu" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>menu</span></a><a href="#menuitem" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>menuitem</span></a><a href="#meta" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>meta</span></a><a href="#meter" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>meter</span></a><a href="#mktag"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>mk<wbr/>Tag</span></a><a href="#nav" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>nav</span></a><a href="#nbsp"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>nbsp</span></a><a href="#noscript" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>noscript</span></a><a href="#object" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>object</span></a><a href="#ol" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>ol</span></a><a href="#optgroup" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>optgroup</span></a><a href="#option" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>option</span></a><a href="#output" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>output</span></a><a href="#p" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>p</span></a><a href="#param" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>param</span></a><a href="#picture" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>picture</span></a><a href="#pre" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>pre</span></a><a href="#progress" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>progress</span></a><a href="#q" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>q</span></a><a href="#rb" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>rb</span></a><a href="#rp" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>rp</span></a><a href="#rt" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>rt</span></a><a href="#rtc" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>rtc</span></a><a href="#ruby" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>ruby</span></a><a href="#s" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>s</span></a><a href="#samp" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>samp</span></a><a href="#script" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>script</span></a><a href="#search" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>search</span></a><a href="#section" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>section</span></a><a href="#select" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>select</span></a><a href="#slot" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>slot</span></a><a href="#small" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>small</span></a><a href="#source" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>source</span></a><a href="#span" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>span</span></a><a href="#strong" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>strong</span></a><a href="#style" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>style</span></a><a href="#sub" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>sub</span></a><a href="#summary" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>summary</span></a><a href="#sup" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>sup</span></a><a href="#svg" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>svg</span></a><a href="#table" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>table</span></a><a href="#tbody" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>tbody</span></a><a href="#td" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>td</span></a><a href="#template" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>template</span></a><a href="#text"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>text</span></a><a href="#text_attr"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>text_<wbr/>attr</span></a><a href="#textarea" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>textarea</span></a><a href="#tfoot" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>tfoot</span></a><a href="#th" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>th</span></a><a href="#thead" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>thead</span></a><a href="#time" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>time</span></a><a href="#title" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>title</span></a><a href="#tr" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>tr</span></a><a href="#track" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>track</span></a><a href="#u" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>u</span></a><a href="#ul" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>ul</span></a><a href="#var" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>var</span></a><a href="#video" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>video</span></a><a href="#wbr" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>wbr</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">Documentation</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
|