@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
package/docs/assets/style.css
CHANGED
|
@@ -1,98 +1,288 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
--dark-external-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' width='10' height='10'><path fill-opacity='0' stroke='%23fff' stroke-width='10' d='m43,35H5v60h60V57M45,5v10l10,10-30,30 20,20 30-30 10,10h10V5z'/></svg>");
|
|
80
|
-
--dark-color-scheme: dark;
|
|
81
|
-
}
|
|
1
|
+
@layer typedoc {
|
|
2
|
+
:root {
|
|
3
|
+
--dim-toolbar-contents-height: 2.5rem;
|
|
4
|
+
--dim-toolbar-border-bottom-width: 1px;
|
|
5
|
+
--dim-header-height: calc(
|
|
6
|
+
var(--dim-toolbar-border-bottom-width) +
|
|
7
|
+
var(--dim-toolbar-contents-height)
|
|
8
|
+
);
|
|
9
|
+
|
|
10
|
+
/* 0rem For mobile; unit is required for calculation in `calc` */
|
|
11
|
+
--dim-container-main-margin-y: 0rem;
|
|
12
|
+
|
|
13
|
+
--dim-footer-height: 3.5rem;
|
|
14
|
+
|
|
15
|
+
--modal-animation-duration: 0.2s;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
:root {
|
|
19
|
+
/* Light */
|
|
20
|
+
--light-color-background: #f2f4f8;
|
|
21
|
+
--light-color-background-secondary: #eff0f1;
|
|
22
|
+
/* Not to be confused with [:active](https://developer.mozilla.org/en-US/docs/Web/CSS/:active) */
|
|
23
|
+
--light-color-background-active: #d6d8da;
|
|
24
|
+
--light-color-background-warning: #e6e600;
|
|
25
|
+
--light-color-warning-text: #222;
|
|
26
|
+
--light-color-accent: #c5c7c9;
|
|
27
|
+
--light-color-active-menu-item: var(--light-color-background-active);
|
|
28
|
+
--light-color-text: #222;
|
|
29
|
+
--light-color-contrast-text: #000;
|
|
30
|
+
--light-color-text-aside: #5e5e5e;
|
|
31
|
+
|
|
32
|
+
--light-color-icon-background: var(--light-color-background);
|
|
33
|
+
--light-color-icon-text: var(--light-color-text);
|
|
34
|
+
|
|
35
|
+
--light-color-comment-tag-text: var(--light-color-text);
|
|
36
|
+
--light-color-comment-tag: var(--light-color-background);
|
|
37
|
+
|
|
38
|
+
--light-color-link: #1f70c2;
|
|
39
|
+
--light-color-focus-outline: #3584e4;
|
|
40
|
+
|
|
41
|
+
--light-color-ts-keyword: #056bd6;
|
|
42
|
+
--light-color-ts-project: #b111c9;
|
|
43
|
+
--light-color-ts-module: var(--light-color-ts-project);
|
|
44
|
+
--light-color-ts-namespace: var(--light-color-ts-project);
|
|
45
|
+
--light-color-ts-enum: #7e6f15;
|
|
46
|
+
--light-color-ts-enum-member: var(--light-color-ts-enum);
|
|
47
|
+
--light-color-ts-variable: #4760ec;
|
|
48
|
+
--light-color-ts-function: #572be7;
|
|
49
|
+
--light-color-ts-class: #1f70c2;
|
|
50
|
+
--light-color-ts-interface: #108024;
|
|
51
|
+
--light-color-ts-constructor: var(--light-color-ts-class);
|
|
52
|
+
--light-color-ts-property: #9f5f30;
|
|
53
|
+
--light-color-ts-method: #be3989;
|
|
54
|
+
--light-color-ts-reference: #ff4d82;
|
|
55
|
+
--light-color-ts-call-signature: var(--light-color-ts-method);
|
|
56
|
+
--light-color-ts-index-signature: var(--light-color-ts-property);
|
|
57
|
+
--light-color-ts-constructor-signature: var(
|
|
58
|
+
--light-color-ts-constructor
|
|
59
|
+
);
|
|
60
|
+
--light-color-ts-parameter: var(--light-color-ts-variable);
|
|
61
|
+
/* type literal not included as links will never be generated to it */
|
|
62
|
+
--light-color-ts-type-parameter: #a55c0e;
|
|
63
|
+
--light-color-ts-accessor: #c73c3c;
|
|
64
|
+
--light-color-ts-get-signature: var(--light-color-ts-accessor);
|
|
65
|
+
--light-color-ts-set-signature: var(--light-color-ts-accessor);
|
|
66
|
+
--light-color-ts-type-alias: #d51270;
|
|
67
|
+
/* reference not included as links will be colored with the kind that it points to */
|
|
68
|
+
--light-color-document: #000000;
|
|
69
|
+
|
|
70
|
+
--light-color-alert-note: #0969d9;
|
|
71
|
+
--light-color-alert-tip: #1a7f37;
|
|
72
|
+
--light-color-alert-important: #8250df;
|
|
73
|
+
--light-color-alert-warning: #9a6700;
|
|
74
|
+
--light-color-alert-caution: #cf222e;
|
|
75
|
+
|
|
76
|
+
--light-external-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' width='10' height='10'><path fill-opacity='0' stroke='%23000' stroke-width='10' d='m43,35H5v60h60V57M45,5v10l10,10-30,30 20,20 30-30 10,10h10V5z'/></svg>");
|
|
77
|
+
--light-color-scheme: light;
|
|
78
|
+
}
|
|
82
79
|
|
|
83
|
-
@media (prefers-color-scheme: light) {
|
|
84
80
|
:root {
|
|
81
|
+
/* Dark */
|
|
82
|
+
--dark-color-background: #2b2e33;
|
|
83
|
+
--dark-color-background-secondary: #1e2024;
|
|
84
|
+
/* Not to be confused with [:active](https://developer.mozilla.org/en-US/docs/Web/CSS/:active) */
|
|
85
|
+
--dark-color-background-active: #5d5d6a;
|
|
86
|
+
--dark-color-background-warning: #bebe00;
|
|
87
|
+
--dark-color-warning-text: #222;
|
|
88
|
+
--dark-color-accent: #9096a2;
|
|
89
|
+
--dark-color-active-menu-item: var(--dark-color-background-active);
|
|
90
|
+
--dark-color-text: #f5f5f5;
|
|
91
|
+
--dark-color-contrast-text: #ffffff;
|
|
92
|
+
--dark-color-text-aside: #dddddd;
|
|
93
|
+
|
|
94
|
+
--dark-color-icon-background: var(--dark-color-background-secondary);
|
|
95
|
+
--dark-color-icon-text: var(--dark-color-text);
|
|
96
|
+
|
|
97
|
+
--dark-color-comment-tag-text: var(--dark-color-text);
|
|
98
|
+
--dark-color-comment-tag: var(--dark-color-background);
|
|
99
|
+
|
|
100
|
+
--dark-color-link: #00aff4;
|
|
101
|
+
--dark-color-focus-outline: #4c97f2;
|
|
102
|
+
|
|
103
|
+
--dark-color-ts-keyword: #3399ff;
|
|
104
|
+
--dark-color-ts-project: #e358ff;
|
|
105
|
+
--dark-color-ts-module: var(--dark-color-ts-project);
|
|
106
|
+
--dark-color-ts-namespace: var(--dark-color-ts-project);
|
|
107
|
+
--dark-color-ts-enum: #f4d93e;
|
|
108
|
+
--dark-color-ts-enum-member: var(--dark-color-ts-enum);
|
|
109
|
+
--dark-color-ts-variable: #798dff;
|
|
110
|
+
--dark-color-ts-function: #a280ff;
|
|
111
|
+
--dark-color-ts-class: #8ac4ff;
|
|
112
|
+
--dark-color-ts-interface: #6cff87;
|
|
113
|
+
--dark-color-ts-constructor: var(--dark-color-ts-class);
|
|
114
|
+
--dark-color-ts-property: #ff984d;
|
|
115
|
+
--dark-color-ts-method: #ff4db8;
|
|
116
|
+
--dark-color-ts-reference: #ff4d82;
|
|
117
|
+
--dark-color-ts-call-signature: var(--dark-color-ts-method);
|
|
118
|
+
--dark-color-ts-index-signature: var(--dark-color-ts-property);
|
|
119
|
+
--dark-color-ts-constructor-signature: var(--dark-color-ts-constructor);
|
|
120
|
+
--dark-color-ts-parameter: var(--dark-color-ts-variable);
|
|
121
|
+
/* type literal not included as links will never be generated to it */
|
|
122
|
+
--dark-color-ts-type-parameter: #e07d13;
|
|
123
|
+
--dark-color-ts-accessor: #ff6060;
|
|
124
|
+
--dark-color-ts-get-signature: var(--dark-color-ts-accessor);
|
|
125
|
+
--dark-color-ts-set-signature: var(--dark-color-ts-accessor);
|
|
126
|
+
--dark-color-ts-type-alias: #ff6492;
|
|
127
|
+
/* reference not included as links will be colored with the kind that it points to */
|
|
128
|
+
--dark-color-document: #ffffff;
|
|
129
|
+
|
|
130
|
+
--dark-color-alert-note: #0969d9;
|
|
131
|
+
--dark-color-alert-tip: #1a7f37;
|
|
132
|
+
--dark-color-alert-important: #8250df;
|
|
133
|
+
--dark-color-alert-warning: #9a6700;
|
|
134
|
+
--dark-color-alert-caution: #cf222e;
|
|
135
|
+
|
|
136
|
+
--dark-external-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' width='10' height='10'><path fill-opacity='0' stroke='%23fff' stroke-width='10' d='m43,35H5v60h60V57M45,5v10l10,10-30,30 20,20 30-30 10,10h10V5z'/></svg>");
|
|
137
|
+
--dark-color-scheme: dark;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
@media (prefers-color-scheme: light) {
|
|
141
|
+
:root {
|
|
142
|
+
--color-background: var(--light-color-background);
|
|
143
|
+
--color-background-secondary: var(
|
|
144
|
+
--light-color-background-secondary
|
|
145
|
+
);
|
|
146
|
+
--color-background-active: var(--light-color-background-active);
|
|
147
|
+
--color-background-warning: var(--light-color-background-warning);
|
|
148
|
+
--color-warning-text: var(--light-color-warning-text);
|
|
149
|
+
--color-accent: var(--light-color-accent);
|
|
150
|
+
--color-active-menu-item: var(--light-color-active-menu-item);
|
|
151
|
+
--color-text: var(--light-color-text);
|
|
152
|
+
--color-contrast-text: var(--light-color-contrast-text);
|
|
153
|
+
--color-text-aside: var(--light-color-text-aside);
|
|
154
|
+
|
|
155
|
+
--color-icon-background: var(--light-color-icon-background);
|
|
156
|
+
--color-icon-text: var(--light-color-icon-text);
|
|
157
|
+
|
|
158
|
+
--color-comment-tag-text: var(--light-color-text);
|
|
159
|
+
--color-comment-tag: var(--light-color-background);
|
|
160
|
+
|
|
161
|
+
--color-link: var(--light-color-link);
|
|
162
|
+
--color-focus-outline: var(--light-color-focus-outline);
|
|
163
|
+
|
|
164
|
+
--color-ts-keyword: var(--light-color-ts-keyword);
|
|
165
|
+
--color-ts-project: var(--light-color-ts-project);
|
|
166
|
+
--color-ts-module: var(--light-color-ts-module);
|
|
167
|
+
--color-ts-namespace: var(--light-color-ts-namespace);
|
|
168
|
+
--color-ts-enum: var(--light-color-ts-enum);
|
|
169
|
+
--color-ts-enum-member: var(--light-color-ts-enum-member);
|
|
170
|
+
--color-ts-variable: var(--light-color-ts-variable);
|
|
171
|
+
--color-ts-function: var(--light-color-ts-function);
|
|
172
|
+
--color-ts-class: var(--light-color-ts-class);
|
|
173
|
+
--color-ts-interface: var(--light-color-ts-interface);
|
|
174
|
+
--color-ts-constructor: var(--light-color-ts-constructor);
|
|
175
|
+
--color-ts-property: var(--light-color-ts-property);
|
|
176
|
+
--color-ts-method: var(--light-color-ts-method);
|
|
177
|
+
--color-ts-reference: var(--light-color-ts-reference);
|
|
178
|
+
--color-ts-call-signature: var(--light-color-ts-call-signature);
|
|
179
|
+
--color-ts-index-signature: var(--light-color-ts-index-signature);
|
|
180
|
+
--color-ts-constructor-signature: var(
|
|
181
|
+
--light-color-ts-constructor-signature
|
|
182
|
+
);
|
|
183
|
+
--color-ts-parameter: var(--light-color-ts-parameter);
|
|
184
|
+
--color-ts-type-parameter: var(--light-color-ts-type-parameter);
|
|
185
|
+
--color-ts-accessor: var(--light-color-ts-accessor);
|
|
186
|
+
--color-ts-get-signature: var(--light-color-ts-get-signature);
|
|
187
|
+
--color-ts-set-signature: var(--light-color-ts-set-signature);
|
|
188
|
+
--color-ts-type-alias: var(--light-color-ts-type-alias);
|
|
189
|
+
--color-document: var(--light-color-document);
|
|
190
|
+
|
|
191
|
+
--color-alert-note: var(--light-color-alert-note);
|
|
192
|
+
--color-alert-tip: var(--light-color-alert-tip);
|
|
193
|
+
--color-alert-important: var(--light-color-alert-important);
|
|
194
|
+
--color-alert-warning: var(--light-color-alert-warning);
|
|
195
|
+
--color-alert-caution: var(--light-color-alert-caution);
|
|
196
|
+
|
|
197
|
+
--external-icon: var(--light-external-icon);
|
|
198
|
+
--color-scheme: var(--light-color-scheme);
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
@media (prefers-color-scheme: dark) {
|
|
203
|
+
:root {
|
|
204
|
+
--color-background: var(--dark-color-background);
|
|
205
|
+
--color-background-secondary: var(
|
|
206
|
+
--dark-color-background-secondary
|
|
207
|
+
);
|
|
208
|
+
--color-background-active: var(--dark-color-background-active);
|
|
209
|
+
--color-background-warning: var(--dark-color-background-warning);
|
|
210
|
+
--color-warning-text: var(--dark-color-warning-text);
|
|
211
|
+
--color-accent: var(--dark-color-accent);
|
|
212
|
+
--color-active-menu-item: var(--dark-color-active-menu-item);
|
|
213
|
+
--color-text: var(--dark-color-text);
|
|
214
|
+
--color-contrast-text: var(--dark-color-contrast-text);
|
|
215
|
+
--color-text-aside: var(--dark-color-text-aside);
|
|
216
|
+
|
|
217
|
+
--color-icon-background: var(--dark-color-icon-background);
|
|
218
|
+
--color-icon-text: var(--dark-color-icon-text);
|
|
219
|
+
|
|
220
|
+
--color-comment-tag-text: var(--dark-color-text);
|
|
221
|
+
--color-comment-tag: var(--dark-color-background);
|
|
222
|
+
|
|
223
|
+
--color-link: var(--dark-color-link);
|
|
224
|
+
--color-focus-outline: var(--dark-color-focus-outline);
|
|
225
|
+
|
|
226
|
+
--color-ts-keyword: var(--dark-color-ts-keyword);
|
|
227
|
+
--color-ts-project: var(--dark-color-ts-project);
|
|
228
|
+
--color-ts-module: var(--dark-color-ts-module);
|
|
229
|
+
--color-ts-namespace: var(--dark-color-ts-namespace);
|
|
230
|
+
--color-ts-enum: var(--dark-color-ts-enum);
|
|
231
|
+
--color-ts-enum-member: var(--dark-color-ts-enum-member);
|
|
232
|
+
--color-ts-variable: var(--dark-color-ts-variable);
|
|
233
|
+
--color-ts-function: var(--dark-color-ts-function);
|
|
234
|
+
--color-ts-class: var(--dark-color-ts-class);
|
|
235
|
+
--color-ts-interface: var(--dark-color-ts-interface);
|
|
236
|
+
--color-ts-constructor: var(--dark-color-ts-constructor);
|
|
237
|
+
--color-ts-property: var(--dark-color-ts-property);
|
|
238
|
+
--color-ts-method: var(--dark-color-ts-method);
|
|
239
|
+
--color-ts-reference: var(--dark-color-ts-reference);
|
|
240
|
+
--color-ts-call-signature: var(--dark-color-ts-call-signature);
|
|
241
|
+
--color-ts-index-signature: var(--dark-color-ts-index-signature);
|
|
242
|
+
--color-ts-constructor-signature: var(
|
|
243
|
+
--dark-color-ts-constructor-signature
|
|
244
|
+
);
|
|
245
|
+
--color-ts-parameter: var(--dark-color-ts-parameter);
|
|
246
|
+
--color-ts-type-parameter: var(--dark-color-ts-type-parameter);
|
|
247
|
+
--color-ts-accessor: var(--dark-color-ts-accessor);
|
|
248
|
+
--color-ts-get-signature: var(--dark-color-ts-get-signature);
|
|
249
|
+
--color-ts-set-signature: var(--dark-color-ts-set-signature);
|
|
250
|
+
--color-ts-type-alias: var(--dark-color-ts-type-alias);
|
|
251
|
+
--color-document: var(--dark-color-document);
|
|
252
|
+
|
|
253
|
+
--color-alert-note: var(--dark-color-alert-note);
|
|
254
|
+
--color-alert-tip: var(--dark-color-alert-tip);
|
|
255
|
+
--color-alert-important: var(--dark-color-alert-important);
|
|
256
|
+
--color-alert-warning: var(--dark-color-alert-warning);
|
|
257
|
+
--color-alert-caution: var(--dark-color-alert-caution);
|
|
258
|
+
|
|
259
|
+
--external-icon: var(--dark-external-icon);
|
|
260
|
+
--color-scheme: var(--dark-color-scheme);
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
:root[data-theme="light"] {
|
|
85
265
|
--color-background: var(--light-color-background);
|
|
86
266
|
--color-background-secondary: var(--light-color-background-secondary);
|
|
267
|
+
--color-background-active: var(--light-color-background-active);
|
|
87
268
|
--color-background-warning: var(--light-color-background-warning);
|
|
88
269
|
--color-warning-text: var(--light-color-warning-text);
|
|
89
270
|
--color-icon-background: var(--light-color-icon-background);
|
|
90
271
|
--color-accent: var(--light-color-accent);
|
|
91
272
|
--color-active-menu-item: var(--light-color-active-menu-item);
|
|
92
273
|
--color-text: var(--light-color-text);
|
|
274
|
+
--color-contrast-text: var(--light-color-contrast-text);
|
|
93
275
|
--color-text-aside: var(--light-color-text-aside);
|
|
276
|
+
--color-icon-text: var(--light-color-icon-text);
|
|
277
|
+
|
|
278
|
+
--color-comment-tag-text: var(--light-color-text);
|
|
279
|
+
--color-comment-tag: var(--light-color-background);
|
|
280
|
+
|
|
94
281
|
--color-link: var(--light-color-link);
|
|
282
|
+
--color-focus-outline: var(--light-color-focus-outline);
|
|
95
283
|
|
|
284
|
+
--color-ts-keyword: var(--light-color-ts-keyword);
|
|
285
|
+
--color-ts-project: var(--light-color-ts-project);
|
|
96
286
|
--color-ts-module: var(--light-color-ts-module);
|
|
97
287
|
--color-ts-namespace: var(--light-color-ts-namespace);
|
|
98
288
|
--color-ts-enum: var(--light-color-ts-enum);
|
|
@@ -104,6 +294,7 @@
|
|
|
104
294
|
--color-ts-constructor: var(--light-color-ts-constructor);
|
|
105
295
|
--color-ts-property: var(--light-color-ts-property);
|
|
106
296
|
--color-ts-method: var(--light-color-ts-method);
|
|
297
|
+
--color-ts-reference: var(--light-color-ts-reference);
|
|
107
298
|
--color-ts-call-signature: var(--light-color-ts-call-signature);
|
|
108
299
|
--color-ts-index-signature: var(--light-color-ts-index-signature);
|
|
109
300
|
--color-ts-constructor-signature: var(
|
|
@@ -115,25 +306,40 @@
|
|
|
115
306
|
--color-ts-get-signature: var(--light-color-ts-get-signature);
|
|
116
307
|
--color-ts-set-signature: var(--light-color-ts-set-signature);
|
|
117
308
|
--color-ts-type-alias: var(--light-color-ts-type-alias);
|
|
309
|
+
--color-document: var(--light-color-document);
|
|
310
|
+
|
|
311
|
+
--color-note: var(--light-color-note);
|
|
312
|
+
--color-tip: var(--light-color-tip);
|
|
313
|
+
--color-important: var(--light-color-important);
|
|
314
|
+
--color-warning: var(--light-color-warning);
|
|
315
|
+
--color-caution: var(--light-color-caution);
|
|
118
316
|
|
|
119
317
|
--external-icon: var(--light-external-icon);
|
|
120
318
|
--color-scheme: var(--light-color-scheme);
|
|
121
319
|
}
|
|
122
|
-
}
|
|
123
320
|
|
|
124
|
-
|
|
125
|
-
:root {
|
|
321
|
+
:root[data-theme="dark"] {
|
|
126
322
|
--color-background: var(--dark-color-background);
|
|
127
323
|
--color-background-secondary: var(--dark-color-background-secondary);
|
|
324
|
+
--color-background-active: var(--dark-color-background-active);
|
|
128
325
|
--color-background-warning: var(--dark-color-background-warning);
|
|
129
326
|
--color-warning-text: var(--dark-color-warning-text);
|
|
130
327
|
--color-icon-background: var(--dark-color-icon-background);
|
|
131
328
|
--color-accent: var(--dark-color-accent);
|
|
132
329
|
--color-active-menu-item: var(--dark-color-active-menu-item);
|
|
133
330
|
--color-text: var(--dark-color-text);
|
|
331
|
+
--color-contrast-text: var(--dark-color-contrast-text);
|
|
134
332
|
--color-text-aside: var(--dark-color-text-aside);
|
|
333
|
+
--color-icon-text: var(--dark-color-icon-text);
|
|
334
|
+
|
|
335
|
+
--color-comment-tag-text: var(--dark-color-text);
|
|
336
|
+
--color-comment-tag: var(--dark-color-background);
|
|
337
|
+
|
|
135
338
|
--color-link: var(--dark-color-link);
|
|
339
|
+
--color-focus-outline: var(--dark-color-focus-outline);
|
|
136
340
|
|
|
341
|
+
--color-ts-keyword: var(--dark-color-ts-keyword);
|
|
342
|
+
--color-ts-project: var(--dark-color-ts-project);
|
|
137
343
|
--color-ts-module: var(--dark-color-ts-module);
|
|
138
344
|
--color-ts-namespace: var(--dark-color-ts-namespace);
|
|
139
345
|
--color-ts-enum: var(--dark-color-ts-enum);
|
|
@@ -145,6 +351,7 @@
|
|
|
145
351
|
--color-ts-constructor: var(--dark-color-ts-constructor);
|
|
146
352
|
--color-ts-property: var(--dark-color-ts-property);
|
|
147
353
|
--color-ts-method: var(--dark-color-ts-method);
|
|
354
|
+
--color-ts-reference: var(--dark-color-ts-reference);
|
|
148
355
|
--color-ts-call-signature: var(--dark-color-ts-call-signature);
|
|
149
356
|
--color-ts-index-signature: var(--dark-color-ts-index-signature);
|
|
150
357
|
--color-ts-constructor-signature: var(
|
|
@@ -156,1212 +363,1271 @@
|
|
|
156
363
|
--color-ts-get-signature: var(--dark-color-ts-get-signature);
|
|
157
364
|
--color-ts-set-signature: var(--dark-color-ts-set-signature);
|
|
158
365
|
--color-ts-type-alias: var(--dark-color-ts-type-alias);
|
|
366
|
+
--color-document: var(--dark-color-document);
|
|
367
|
+
|
|
368
|
+
--color-note: var(--dark-color-note);
|
|
369
|
+
--color-tip: var(--dark-color-tip);
|
|
370
|
+
--color-important: var(--dark-color-important);
|
|
371
|
+
--color-warning: var(--dark-color-warning);
|
|
372
|
+
--color-caution: var(--dark-color-caution);
|
|
159
373
|
|
|
160
374
|
--external-icon: var(--dark-external-icon);
|
|
161
375
|
--color-scheme: var(--dark-color-scheme);
|
|
162
376
|
}
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
html {
|
|
166
|
-
color-scheme: var(--color-scheme);
|
|
167
|
-
}
|
|
168
377
|
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
--color-background-secondary: var(--light-color-background-secondary);
|
|
176
|
-
--color-background-warning: var(--light-color-background-warning);
|
|
177
|
-
--color-warning-text: var(--light-color-warning-text);
|
|
178
|
-
--color-icon-background: var(--light-color-icon-background);
|
|
179
|
-
--color-accent: var(--light-color-accent);
|
|
180
|
-
--color-active-menu-item: var(--light-color-active-menu-item);
|
|
181
|
-
--color-text: var(--light-color-text);
|
|
182
|
-
--color-text-aside: var(--light-color-text-aside);
|
|
183
|
-
--color-link: var(--light-color-link);
|
|
184
|
-
|
|
185
|
-
--color-ts-module: var(--light-color-ts-module);
|
|
186
|
-
--color-ts-namespace: var(--light-color-ts-namespace);
|
|
187
|
-
--color-ts-enum: var(--light-color-ts-enum);
|
|
188
|
-
--color-ts-enum-member: var(--light-color-ts-enum-member);
|
|
189
|
-
--color-ts-variable: var(--light-color-ts-variable);
|
|
190
|
-
--color-ts-function: var(--light-color-ts-function);
|
|
191
|
-
--color-ts-class: var(--light-color-ts-class);
|
|
192
|
-
--color-ts-interface: var(--light-color-ts-interface);
|
|
193
|
-
--color-ts-constructor: var(--light-color-ts-constructor);
|
|
194
|
-
--color-ts-property: var(--light-color-ts-property);
|
|
195
|
-
--color-ts-method: var(--light-color-ts-method);
|
|
196
|
-
--color-ts-call-signature: var(--light-color-ts-call-signature);
|
|
197
|
-
--color-ts-index-signature: var(--light-color-ts-index-signature);
|
|
198
|
-
--color-ts-constructor-signature: var(
|
|
199
|
-
--light-color-ts-constructor-signature
|
|
200
|
-
);
|
|
201
|
-
--color-ts-parameter: var(--light-color-ts-parameter);
|
|
202
|
-
--color-ts-type-parameter: var(--light-color-ts-type-parameter);
|
|
203
|
-
--color-ts-accessor: var(--light-color-ts-accessor);
|
|
204
|
-
--color-ts-get-signature: var(--light-color-ts-get-signature);
|
|
205
|
-
--color-ts-set-signature: var(--light-color-ts-set-signature);
|
|
206
|
-
--color-ts-type-alias: var(--light-color-ts-type-alias);
|
|
207
|
-
|
|
208
|
-
--external-icon: var(--light-external-icon);
|
|
209
|
-
--color-scheme: var(--light-color-scheme);
|
|
210
|
-
}
|
|
378
|
+
html {
|
|
379
|
+
color-scheme: var(--color-scheme);
|
|
380
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
381
|
+
scroll-behavior: smooth;
|
|
382
|
+
}
|
|
383
|
+
}
|
|
211
384
|
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
--color-warning-text: var(--dark-color-warning-text);
|
|
217
|
-
--color-icon-background: var(--dark-color-icon-background);
|
|
218
|
-
--color-accent: var(--dark-color-accent);
|
|
219
|
-
--color-active-menu-item: var(--dark-color-active-menu-item);
|
|
220
|
-
--color-text: var(--dark-color-text);
|
|
221
|
-
--color-text-aside: var(--dark-color-text-aside);
|
|
222
|
-
--color-link: var(--dark-color-link);
|
|
223
|
-
|
|
224
|
-
--color-ts-module: var(--dark-color-ts-module);
|
|
225
|
-
--color-ts-namespace: var(--dark-color-ts-namespace);
|
|
226
|
-
--color-ts-enum: var(--dark-color-ts-enum);
|
|
227
|
-
--color-ts-enum-member: var(--dark-color-ts-enum-member);
|
|
228
|
-
--color-ts-variable: var(--dark-color-ts-variable);
|
|
229
|
-
--color-ts-function: var(--dark-color-ts-function);
|
|
230
|
-
--color-ts-class: var(--dark-color-ts-class);
|
|
231
|
-
--color-ts-interface: var(--dark-color-ts-interface);
|
|
232
|
-
--color-ts-constructor: var(--dark-color-ts-constructor);
|
|
233
|
-
--color-ts-property: var(--dark-color-ts-property);
|
|
234
|
-
--color-ts-method: var(--dark-color-ts-method);
|
|
235
|
-
--color-ts-call-signature: var(--dark-color-ts-call-signature);
|
|
236
|
-
--color-ts-index-signature: var(--dark-color-ts-index-signature);
|
|
237
|
-
--color-ts-constructor-signature: var(
|
|
238
|
-
--dark-color-ts-constructor-signature
|
|
239
|
-
);
|
|
240
|
-
--color-ts-parameter: var(--dark-color-ts-parameter);
|
|
241
|
-
--color-ts-type-parameter: var(--dark-color-ts-type-parameter);
|
|
242
|
-
--color-ts-accessor: var(--dark-color-ts-accessor);
|
|
243
|
-
--color-ts-get-signature: var(--dark-color-ts-get-signature);
|
|
244
|
-
--color-ts-set-signature: var(--dark-color-ts-set-signature);
|
|
245
|
-
--color-ts-type-alias: var(--dark-color-ts-type-alias);
|
|
246
|
-
|
|
247
|
-
--external-icon: var(--dark-external-icon);
|
|
248
|
-
--color-scheme: var(--dark-color-scheme);
|
|
249
|
-
}
|
|
385
|
+
*:focus-visible,
|
|
386
|
+
.tsd-accordion-summary:focus-visible svg {
|
|
387
|
+
outline: 2px solid var(--color-focus-outline);
|
|
388
|
+
}
|
|
250
389
|
|
|
251
|
-
.always-visible,
|
|
252
|
-
.always-visible .tsd-signatures {
|
|
253
|
-
|
|
254
|
-
}
|
|
390
|
+
.always-visible,
|
|
391
|
+
.always-visible .tsd-signatures {
|
|
392
|
+
display: inherit !important;
|
|
393
|
+
}
|
|
255
394
|
|
|
256
|
-
h1,
|
|
257
|
-
h2,
|
|
258
|
-
h3,
|
|
259
|
-
h4,
|
|
260
|
-
h5,
|
|
261
|
-
h6 {
|
|
262
|
-
|
|
263
|
-
}
|
|
395
|
+
h1,
|
|
396
|
+
h2,
|
|
397
|
+
h3,
|
|
398
|
+
h4,
|
|
399
|
+
h5,
|
|
400
|
+
h6 {
|
|
401
|
+
line-height: 1.2;
|
|
402
|
+
}
|
|
264
403
|
|
|
265
|
-
h1
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
h5 > a,
|
|
270
|
-
h6 > a {
|
|
271
|
-
text-decoration: none;
|
|
272
|
-
color: var(--color-text);
|
|
273
|
-
}
|
|
404
|
+
h1 {
|
|
405
|
+
font-size: 1.875rem;
|
|
406
|
+
margin: 0.67rem 0;
|
|
407
|
+
}
|
|
274
408
|
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
}
|
|
409
|
+
h2 {
|
|
410
|
+
font-size: 1.5rem;
|
|
411
|
+
margin: 0.83rem 0;
|
|
412
|
+
}
|
|
279
413
|
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
}
|
|
414
|
+
h3 {
|
|
415
|
+
font-size: 1.25rem;
|
|
416
|
+
margin: 1rem 0;
|
|
417
|
+
}
|
|
284
418
|
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
}
|
|
419
|
+
h4 {
|
|
420
|
+
font-size: 1.05rem;
|
|
421
|
+
margin: 1.33rem 0;
|
|
422
|
+
}
|
|
289
423
|
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
}
|
|
424
|
+
h5 {
|
|
425
|
+
font-size: 1rem;
|
|
426
|
+
margin: 1.5rem 0;
|
|
427
|
+
}
|
|
294
428
|
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
}
|
|
429
|
+
h6 {
|
|
430
|
+
font-size: 0.875rem;
|
|
431
|
+
margin: 2.33rem 0;
|
|
432
|
+
}
|
|
299
433
|
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
434
|
+
dl,
|
|
435
|
+
menu,
|
|
436
|
+
ol,
|
|
437
|
+
ul {
|
|
438
|
+
margin: 1em 0;
|
|
439
|
+
}
|
|
304
440
|
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
}
|
|
441
|
+
dd {
|
|
442
|
+
margin: 0 0 0 34px;
|
|
443
|
+
}
|
|
308
444
|
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
margin: 1em 0;
|
|
314
|
-
}
|
|
445
|
+
.container {
|
|
446
|
+
max-width: 1700px;
|
|
447
|
+
padding: 0 2rem;
|
|
448
|
+
}
|
|
315
449
|
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
450
|
+
/* Footer */
|
|
451
|
+
footer {
|
|
452
|
+
border-top: 1px solid var(--color-accent);
|
|
453
|
+
padding-top: 1rem;
|
|
454
|
+
padding-bottom: 1rem;
|
|
455
|
+
max-height: var(--dim-footer-height);
|
|
456
|
+
}
|
|
457
|
+
footer > p {
|
|
458
|
+
margin: 0 1em;
|
|
459
|
+
}
|
|
319
460
|
|
|
320
|
-
.container {
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
461
|
+
.container-main {
|
|
462
|
+
margin: var(--dim-container-main-margin-y) auto;
|
|
463
|
+
/* toolbar, footer, margin */
|
|
464
|
+
min-height: calc(
|
|
465
|
+
100svh - var(--dim-header-height) - var(--dim-footer-height) -
|
|
466
|
+
2 * var(--dim-container-main-margin-y)
|
|
467
|
+
);
|
|
468
|
+
}
|
|
324
469
|
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
}
|
|
470
|
+
@keyframes fade-in {
|
|
471
|
+
from {
|
|
472
|
+
opacity: 0;
|
|
473
|
+
}
|
|
474
|
+
to {
|
|
475
|
+
opacity: 1;
|
|
476
|
+
}
|
|
477
|
+
}
|
|
478
|
+
@keyframes fade-out {
|
|
479
|
+
from {
|
|
480
|
+
opacity: 1;
|
|
481
|
+
visibility: visible;
|
|
482
|
+
}
|
|
483
|
+
to {
|
|
484
|
+
opacity: 0;
|
|
485
|
+
}
|
|
486
|
+
}
|
|
487
|
+
@keyframes pop-in-from-right {
|
|
488
|
+
from {
|
|
489
|
+
transform: translate(100%, 0);
|
|
490
|
+
}
|
|
491
|
+
to {
|
|
492
|
+
transform: translate(0, 0);
|
|
493
|
+
}
|
|
494
|
+
}
|
|
495
|
+
@keyframes pop-out-to-right {
|
|
496
|
+
from {
|
|
497
|
+
transform: translate(0, 0);
|
|
498
|
+
visibility: visible;
|
|
499
|
+
}
|
|
500
|
+
to {
|
|
501
|
+
transform: translate(100%, 0);
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
body {
|
|
505
|
+
background: var(--color-background);
|
|
506
|
+
font-family:
|
|
507
|
+
-apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans",
|
|
508
|
+
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
|
|
509
|
+
font-size: 16px;
|
|
510
|
+
color: var(--color-text);
|
|
511
|
+
margin: 0;
|
|
512
|
+
}
|
|
332
513
|
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
514
|
+
a {
|
|
515
|
+
color: var(--color-link);
|
|
516
|
+
text-decoration: none;
|
|
517
|
+
}
|
|
518
|
+
a:hover {
|
|
519
|
+
text-decoration: underline;
|
|
520
|
+
}
|
|
521
|
+
a.external[target="_blank"] {
|
|
522
|
+
background-image: var(--external-icon);
|
|
523
|
+
background-position: top 3px right;
|
|
524
|
+
background-repeat: no-repeat;
|
|
525
|
+
padding-right: 13px;
|
|
526
|
+
}
|
|
527
|
+
a.tsd-anchor-link {
|
|
528
|
+
color: var(--color-text);
|
|
529
|
+
}
|
|
530
|
+
:target {
|
|
531
|
+
scroll-margin-block: calc(var(--dim-header-height) + 0.5rem);
|
|
532
|
+
}
|
|
338
533
|
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
534
|
+
code,
|
|
535
|
+
pre {
|
|
536
|
+
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
|
537
|
+
padding: 0.2em;
|
|
538
|
+
margin: 0;
|
|
539
|
+
font-size: 0.875rem;
|
|
540
|
+
border-radius: 0.8em;
|
|
541
|
+
}
|
|
344
542
|
|
|
345
|
-
|
|
346
|
-
|
|
543
|
+
pre {
|
|
544
|
+
position: relative;
|
|
545
|
+
white-space: pre-wrap;
|
|
546
|
+
word-wrap: break-word;
|
|
547
|
+
padding: 10px;
|
|
548
|
+
border: 1px solid var(--color-accent);
|
|
549
|
+
margin-bottom: 8px;
|
|
550
|
+
}
|
|
551
|
+
pre code {
|
|
552
|
+
padding: 0;
|
|
553
|
+
font-size: 100%;
|
|
554
|
+
}
|
|
555
|
+
pre > button {
|
|
556
|
+
position: absolute;
|
|
557
|
+
top: 10px;
|
|
558
|
+
right: 10px;
|
|
347
559
|
opacity: 0;
|
|
560
|
+
transition: opacity 0.1s;
|
|
561
|
+
box-sizing: border-box;
|
|
348
562
|
}
|
|
349
|
-
|
|
563
|
+
pre:hover > button,
|
|
564
|
+
pre > button.visible,
|
|
565
|
+
pre > button:focus-visible {
|
|
350
566
|
opacity: 1;
|
|
351
567
|
}
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
568
|
+
|
|
569
|
+
blockquote {
|
|
570
|
+
margin: 1em 0;
|
|
571
|
+
padding-left: 1em;
|
|
572
|
+
border-left: 4px solid gray;
|
|
357
573
|
}
|
|
358
|
-
|
|
359
|
-
|
|
574
|
+
|
|
575
|
+
img {
|
|
576
|
+
max-width: 100%;
|
|
360
577
|
}
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
578
|
+
|
|
579
|
+
* {
|
|
580
|
+
scrollbar-width: thin;
|
|
581
|
+
scrollbar-color: var(--color-accent) var(--color-icon-background);
|
|
365
582
|
}
|
|
366
|
-
|
|
367
|
-
|
|
583
|
+
|
|
584
|
+
*::-webkit-scrollbar {
|
|
585
|
+
width: 0.75rem;
|
|
368
586
|
}
|
|
369
|
-
|
|
370
|
-
|
|
587
|
+
|
|
588
|
+
*::-webkit-scrollbar-track {
|
|
589
|
+
background: var(--color-icon-background);
|
|
371
590
|
}
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
591
|
+
|
|
592
|
+
*::-webkit-scrollbar-thumb {
|
|
593
|
+
background-color: var(--color-accent);
|
|
594
|
+
border-radius: 999rem;
|
|
595
|
+
border: 0.25rem solid var(--color-icon-background);
|
|
377
596
|
}
|
|
378
|
-
|
|
379
|
-
|
|
597
|
+
|
|
598
|
+
dialog {
|
|
599
|
+
border: none;
|
|
600
|
+
outline: none;
|
|
601
|
+
padding: 0;
|
|
602
|
+
background-color: var(--color-background);
|
|
380
603
|
}
|
|
381
|
-
|
|
382
|
-
|
|
604
|
+
dialog::backdrop {
|
|
605
|
+
display: none;
|
|
383
606
|
}
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
607
|
+
#tsd-overlay {
|
|
608
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
609
|
+
position: fixed;
|
|
610
|
+
z-index: 9999;
|
|
611
|
+
top: 0;
|
|
612
|
+
left: 0;
|
|
613
|
+
right: 0;
|
|
614
|
+
bottom: 0;
|
|
615
|
+
animation: fade-in var(--modal-animation-duration) forwards;
|
|
388
616
|
}
|
|
389
|
-
|
|
390
|
-
|
|
617
|
+
#tsd-overlay.closing {
|
|
618
|
+
animation-name: fade-out;
|
|
391
619
|
}
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
transform: translate(0, 0);
|
|
396
|
-
visibility: visible;
|
|
620
|
+
|
|
621
|
+
.tsd-typography {
|
|
622
|
+
line-height: 1.333em;
|
|
397
623
|
}
|
|
398
|
-
|
|
399
|
-
|
|
624
|
+
.tsd-typography ul {
|
|
625
|
+
list-style: square;
|
|
626
|
+
padding: 0 0 0 20px;
|
|
627
|
+
margin: 0;
|
|
628
|
+
}
|
|
629
|
+
.tsd-typography .tsd-index-panel h3,
|
|
630
|
+
.tsd-index-panel .tsd-typography h3,
|
|
631
|
+
.tsd-typography h4,
|
|
632
|
+
.tsd-typography h5,
|
|
633
|
+
.tsd-typography h6 {
|
|
634
|
+
font-size: 1em;
|
|
635
|
+
}
|
|
636
|
+
.tsd-typography h5,
|
|
637
|
+
.tsd-typography h6 {
|
|
638
|
+
font-weight: normal;
|
|
639
|
+
}
|
|
640
|
+
.tsd-typography p,
|
|
641
|
+
.tsd-typography ul,
|
|
642
|
+
.tsd-typography ol {
|
|
643
|
+
margin: 1em 0;
|
|
644
|
+
}
|
|
645
|
+
.tsd-typography table {
|
|
646
|
+
border-collapse: collapse;
|
|
647
|
+
border: none;
|
|
648
|
+
}
|
|
649
|
+
.tsd-typography td,
|
|
650
|
+
.tsd-typography th {
|
|
651
|
+
padding: 6px 13px;
|
|
652
|
+
border: 1px solid var(--color-accent);
|
|
653
|
+
}
|
|
654
|
+
.tsd-typography thead,
|
|
655
|
+
.tsd-typography tr:nth-child(even) {
|
|
656
|
+
background-color: var(--color-background-secondary);
|
|
400
657
|
}
|
|
401
|
-
}
|
|
402
|
-
body {
|
|
403
|
-
background: var(--color-background);
|
|
404
|
-
font-family: "Segoe UI", sans-serif;
|
|
405
|
-
font-size: 16px;
|
|
406
|
-
color: var(--color-text);
|
|
407
|
-
}
|
|
408
658
|
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
659
|
+
.tsd-alert {
|
|
660
|
+
padding: 8px 16px;
|
|
661
|
+
margin-bottom: 16px;
|
|
662
|
+
border-left: 0.25em solid var(--alert-color);
|
|
663
|
+
}
|
|
664
|
+
.tsd-alert blockquote > :last-child,
|
|
665
|
+
.tsd-alert > :last-child {
|
|
666
|
+
margin-bottom: 0;
|
|
667
|
+
}
|
|
668
|
+
.tsd-alert-title {
|
|
669
|
+
color: var(--alert-color);
|
|
670
|
+
display: inline-flex;
|
|
671
|
+
align-items: center;
|
|
672
|
+
}
|
|
673
|
+
.tsd-alert-title span {
|
|
674
|
+
margin-left: 4px;
|
|
675
|
+
}
|
|
422
676
|
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
677
|
+
.tsd-alert-note {
|
|
678
|
+
--alert-color: var(--color-alert-note);
|
|
679
|
+
}
|
|
680
|
+
.tsd-alert-tip {
|
|
681
|
+
--alert-color: var(--color-alert-tip);
|
|
682
|
+
}
|
|
683
|
+
.tsd-alert-important {
|
|
684
|
+
--alert-color: var(--color-alert-important);
|
|
685
|
+
}
|
|
686
|
+
.tsd-alert-warning {
|
|
687
|
+
--alert-color: var(--color-alert-warning);
|
|
688
|
+
}
|
|
689
|
+
.tsd-alert-caution {
|
|
690
|
+
--alert-color: var(--color-alert-caution);
|
|
691
|
+
}
|
|
431
692
|
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
}
|
|
452
|
-
pre:hover > button,
|
|
453
|
-
pre > button.visible {
|
|
454
|
-
opacity: 1;
|
|
455
|
-
}
|
|
693
|
+
.tsd-breadcrumb {
|
|
694
|
+
margin: 0;
|
|
695
|
+
margin-top: 1rem;
|
|
696
|
+
padding: 0;
|
|
697
|
+
color: var(--color-text-aside);
|
|
698
|
+
}
|
|
699
|
+
.tsd-breadcrumb a {
|
|
700
|
+
color: var(--color-text-aside);
|
|
701
|
+
text-decoration: none;
|
|
702
|
+
}
|
|
703
|
+
.tsd-breadcrumb a:hover {
|
|
704
|
+
text-decoration: underline;
|
|
705
|
+
}
|
|
706
|
+
.tsd-breadcrumb li {
|
|
707
|
+
display: inline;
|
|
708
|
+
}
|
|
709
|
+
.tsd-breadcrumb li:after {
|
|
710
|
+
content: " / ";
|
|
711
|
+
}
|
|
456
712
|
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
713
|
+
.tsd-comment-tags {
|
|
714
|
+
display: flex;
|
|
715
|
+
flex-direction: column;
|
|
716
|
+
}
|
|
717
|
+
dl.tsd-comment-tag-group {
|
|
718
|
+
display: flex;
|
|
719
|
+
align-items: center;
|
|
720
|
+
overflow: hidden;
|
|
721
|
+
margin: 0.5em 0;
|
|
722
|
+
}
|
|
723
|
+
dl.tsd-comment-tag-group dt {
|
|
724
|
+
display: flex;
|
|
725
|
+
margin-right: 0.5em;
|
|
726
|
+
font-size: 0.875em;
|
|
727
|
+
font-weight: normal;
|
|
728
|
+
}
|
|
729
|
+
dl.tsd-comment-tag-group dd {
|
|
730
|
+
margin: 0;
|
|
731
|
+
}
|
|
732
|
+
code.tsd-tag {
|
|
733
|
+
padding: 0.25em 0.4em;
|
|
734
|
+
border: 0.1em solid var(--color-accent);
|
|
735
|
+
margin-right: 0.25em;
|
|
736
|
+
font-size: 70%;
|
|
737
|
+
}
|
|
738
|
+
h1 code.tsd-tag:first-of-type {
|
|
739
|
+
margin-left: 0.25em;
|
|
740
|
+
}
|
|
462
741
|
|
|
463
|
-
.tsd-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
}
|
|
471
|
-
.tsd-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
.tsd-typography h5,
|
|
475
|
-
.tsd-typography h6 {
|
|
476
|
-
font-size: 1em;
|
|
477
|
-
margin: 0;
|
|
478
|
-
}
|
|
479
|
-
.tsd-typography h5,
|
|
480
|
-
.tsd-typography h6 {
|
|
481
|
-
font-weight: normal;
|
|
482
|
-
}
|
|
483
|
-
.tsd-typography p,
|
|
484
|
-
.tsd-typography ul,
|
|
485
|
-
.tsd-typography ol {
|
|
486
|
-
margin: 1em 0;
|
|
487
|
-
}
|
|
742
|
+
dl.tsd-comment-tag-group dd:before,
|
|
743
|
+
dl.tsd-comment-tag-group dd:after {
|
|
744
|
+
content: " ";
|
|
745
|
+
}
|
|
746
|
+
dl.tsd-comment-tag-group dd pre,
|
|
747
|
+
dl.tsd-comment-tag-group dd:after {
|
|
748
|
+
clear: both;
|
|
749
|
+
}
|
|
750
|
+
dl.tsd-comment-tag-group p {
|
|
751
|
+
margin: 0;
|
|
752
|
+
}
|
|
488
753
|
|
|
489
|
-
.tsd-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
}
|
|
494
|
-
.tsd-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
}
|
|
498
|
-
.tsd-breadcrumb a:hover {
|
|
499
|
-
text-decoration: underline;
|
|
500
|
-
}
|
|
501
|
-
.tsd-breadcrumb li {
|
|
502
|
-
display: inline;
|
|
503
|
-
}
|
|
504
|
-
.tsd-breadcrumb li:after {
|
|
505
|
-
content: " / ";
|
|
506
|
-
}
|
|
754
|
+
.tsd-panel.tsd-comment .lead {
|
|
755
|
+
font-size: 1.1em;
|
|
756
|
+
line-height: 1.333em;
|
|
757
|
+
margin-bottom: 2em;
|
|
758
|
+
}
|
|
759
|
+
.tsd-panel.tsd-comment .lead:last-child {
|
|
760
|
+
margin-bottom: 0;
|
|
761
|
+
}
|
|
507
762
|
|
|
508
|
-
.tsd-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
763
|
+
.tsd-filter-visibility h4 {
|
|
764
|
+
font-size: 1rem;
|
|
765
|
+
padding-top: 0.75rem;
|
|
766
|
+
padding-bottom: 0.5rem;
|
|
767
|
+
margin: 0;
|
|
768
|
+
}
|
|
769
|
+
.tsd-filter-item:not(:last-child) {
|
|
770
|
+
margin-bottom: 0.5rem;
|
|
771
|
+
}
|
|
772
|
+
.tsd-filter-input {
|
|
773
|
+
display: flex;
|
|
774
|
+
width: -moz-fit-content;
|
|
775
|
+
width: fit-content;
|
|
776
|
+
align-items: center;
|
|
777
|
+
-webkit-user-select: none;
|
|
778
|
+
-moz-user-select: none;
|
|
779
|
+
-ms-user-select: none;
|
|
780
|
+
user-select: none;
|
|
781
|
+
cursor: pointer;
|
|
782
|
+
}
|
|
783
|
+
.tsd-filter-input input[type="checkbox"] {
|
|
784
|
+
cursor: pointer;
|
|
785
|
+
position: absolute;
|
|
786
|
+
width: 1.5em;
|
|
787
|
+
height: 1.5em;
|
|
788
|
+
opacity: 0;
|
|
789
|
+
}
|
|
790
|
+
.tsd-filter-input input[type="checkbox"]:disabled {
|
|
791
|
+
pointer-events: none;
|
|
792
|
+
}
|
|
793
|
+
.tsd-filter-input svg {
|
|
794
|
+
cursor: pointer;
|
|
795
|
+
width: 1.5em;
|
|
796
|
+
height: 1.5em;
|
|
797
|
+
margin-right: 0.5em;
|
|
798
|
+
border-radius: 0.33em;
|
|
799
|
+
/* Leaving this at full opacity breaks event listeners on Firefox.
|
|
800
|
+
Don't remove unless you know what you're doing. */
|
|
801
|
+
opacity: 0.99;
|
|
802
|
+
}
|
|
803
|
+
.tsd-filter-input input[type="checkbox"]:focus-visible + svg {
|
|
804
|
+
outline: 2px solid var(--color-focus-outline);
|
|
805
|
+
}
|
|
806
|
+
.tsd-checkbox-background {
|
|
807
|
+
fill: var(--color-accent);
|
|
808
|
+
}
|
|
809
|
+
input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
|
|
810
|
+
stroke: var(--color-text);
|
|
811
|
+
}
|
|
812
|
+
.tsd-filter-input input:disabled ~ svg > .tsd-checkbox-background {
|
|
813
|
+
fill: var(--color-background);
|
|
814
|
+
stroke: var(--color-accent);
|
|
815
|
+
stroke-width: 0.25rem;
|
|
816
|
+
}
|
|
817
|
+
.tsd-filter-input input:disabled ~ svg > .tsd-checkbox-checkmark {
|
|
818
|
+
stroke: var(--color-accent);
|
|
819
|
+
}
|
|
536
820
|
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
dl.tsd-comment-tag-group dd:after {
|
|
543
|
-
clear: both;
|
|
544
|
-
}
|
|
545
|
-
dl.tsd-comment-tag-group p {
|
|
546
|
-
margin: 0;
|
|
547
|
-
}
|
|
821
|
+
.settings-label {
|
|
822
|
+
font-weight: bold;
|
|
823
|
+
text-transform: uppercase;
|
|
824
|
+
display: inline-block;
|
|
825
|
+
}
|
|
548
826
|
|
|
549
|
-
.tsd-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
margin-bottom: 2em;
|
|
553
|
-
}
|
|
554
|
-
.tsd-panel.tsd-comment .lead:last-child {
|
|
555
|
-
margin-bottom: 0;
|
|
556
|
-
}
|
|
827
|
+
.tsd-filter-visibility .settings-label {
|
|
828
|
+
margin: 0.75rem 0 0.5rem 0;
|
|
829
|
+
}
|
|
557
830
|
|
|
558
|
-
.tsd-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
padding-bottom: 0.5rem;
|
|
562
|
-
margin: 0;
|
|
563
|
-
}
|
|
564
|
-
.tsd-filter-item:not(:last-child) {
|
|
565
|
-
margin-bottom: 0.5rem;
|
|
566
|
-
}
|
|
567
|
-
.tsd-filter-input {
|
|
568
|
-
display: flex;
|
|
569
|
-
width: fit-content;
|
|
570
|
-
width: -moz-fit-content;
|
|
571
|
-
align-items: center;
|
|
572
|
-
user-select: none;
|
|
573
|
-
-webkit-user-select: none;
|
|
574
|
-
-moz-user-select: none;
|
|
575
|
-
-ms-user-select: none;
|
|
576
|
-
cursor: pointer;
|
|
577
|
-
}
|
|
578
|
-
.tsd-filter-input input[type="checkbox"] {
|
|
579
|
-
cursor: pointer;
|
|
580
|
-
position: absolute;
|
|
581
|
-
width: 1.5em;
|
|
582
|
-
height: 1.5em;
|
|
583
|
-
opacity: 0;
|
|
584
|
-
}
|
|
585
|
-
.tsd-filter-input input[type="checkbox"]:disabled {
|
|
586
|
-
pointer-events: none;
|
|
587
|
-
}
|
|
588
|
-
.tsd-filter-input svg {
|
|
589
|
-
cursor: pointer;
|
|
590
|
-
width: 1.5em;
|
|
591
|
-
height: 1.5em;
|
|
592
|
-
margin-right: 0.5em;
|
|
593
|
-
border-radius: 0.33em;
|
|
594
|
-
/* Leaving this at full opacity breaks event listeners on Firefox.
|
|
595
|
-
Don't remove unless you know what you're doing. */
|
|
596
|
-
opacity: 0.99;
|
|
597
|
-
}
|
|
598
|
-
.tsd-filter-input input[type="checkbox"]:focus + svg {
|
|
599
|
-
transform: scale(0.95);
|
|
600
|
-
}
|
|
601
|
-
.tsd-filter-input input[type="checkbox"]:focus:not(:focus-visible) + svg {
|
|
602
|
-
transform: scale(1);
|
|
603
|
-
}
|
|
604
|
-
.tsd-checkbox-background {
|
|
605
|
-
fill: var(--color-accent);
|
|
606
|
-
}
|
|
607
|
-
input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
|
|
608
|
-
stroke: var(--color-text);
|
|
609
|
-
}
|
|
610
|
-
.tsd-filter-input input:disabled ~ svg > .tsd-checkbox-background {
|
|
611
|
-
fill: var(--color-background);
|
|
612
|
-
stroke: var(--color-accent);
|
|
613
|
-
stroke-width: 0.25rem;
|
|
614
|
-
}
|
|
615
|
-
.tsd-filter-input input:disabled ~ svg > .tsd-checkbox-checkmark {
|
|
616
|
-
stroke: var(--color-accent);
|
|
617
|
-
}
|
|
831
|
+
.tsd-theme-toggle .settings-label {
|
|
832
|
+
margin: 0.75rem 0.75rem 0 0;
|
|
833
|
+
}
|
|
618
834
|
|
|
619
|
-
.tsd-
|
|
620
|
-
|
|
621
|
-
}
|
|
622
|
-
.tsd-theme-toggle > h4 {
|
|
623
|
-
display: inline;
|
|
624
|
-
vertical-align: middle;
|
|
625
|
-
margin-right: 0.75rem;
|
|
626
|
-
}
|
|
835
|
+
.tsd-hierarchy h4 label:hover span {
|
|
836
|
+
text-decoration: underline;
|
|
837
|
+
}
|
|
627
838
|
|
|
628
|
-
.tsd-hierarchy {
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
}
|
|
632
|
-
.tsd-hierarchy
|
|
633
|
-
|
|
634
|
-
}
|
|
839
|
+
.tsd-hierarchy {
|
|
840
|
+
list-style: square;
|
|
841
|
+
margin: 0;
|
|
842
|
+
}
|
|
843
|
+
.tsd-hierarchy-target {
|
|
844
|
+
font-weight: bold;
|
|
845
|
+
}
|
|
846
|
+
.tsd-hierarchy-toggle {
|
|
847
|
+
color: var(--color-link);
|
|
848
|
+
cursor: pointer;
|
|
849
|
+
}
|
|
635
850
|
|
|
636
|
-
.tsd-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
}
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
851
|
+
.tsd-full-hierarchy:not(:last-child) {
|
|
852
|
+
margin-bottom: 1em;
|
|
853
|
+
padding-bottom: 1em;
|
|
854
|
+
border-bottom: 1px solid var(--color-accent);
|
|
855
|
+
}
|
|
856
|
+
.tsd-full-hierarchy,
|
|
857
|
+
.tsd-full-hierarchy ul {
|
|
858
|
+
list-style: none;
|
|
859
|
+
margin: 0;
|
|
860
|
+
padding: 0;
|
|
861
|
+
}
|
|
862
|
+
.tsd-full-hierarchy ul {
|
|
863
|
+
padding-left: 1.5rem;
|
|
864
|
+
}
|
|
865
|
+
.tsd-full-hierarchy a {
|
|
866
|
+
padding: 0.25rem 0 !important;
|
|
867
|
+
font-size: 1rem;
|
|
868
|
+
display: inline-flex;
|
|
869
|
+
align-items: center;
|
|
870
|
+
color: var(--color-text);
|
|
871
|
+
}
|
|
872
|
+
.tsd-full-hierarchy svg[data-dropdown] {
|
|
873
|
+
cursor: pointer;
|
|
874
|
+
}
|
|
875
|
+
.tsd-full-hierarchy svg[data-dropdown="false"] {
|
|
876
|
+
transform: rotate(-90deg);
|
|
877
|
+
}
|
|
878
|
+
.tsd-full-hierarchy svg[data-dropdown="false"] ~ ul {
|
|
879
|
+
display: none;
|
|
880
|
+
}
|
|
881
|
+
|
|
882
|
+
.tsd-panel-group.tsd-index-group {
|
|
883
|
+
margin-bottom: 0;
|
|
653
884
|
}
|
|
654
|
-
}
|
|
655
|
-
@media (max-width: 768px) {
|
|
656
885
|
.tsd-index-panel .tsd-index-list {
|
|
657
|
-
|
|
886
|
+
list-style: none;
|
|
887
|
+
line-height: 1.333em;
|
|
888
|
+
margin: 0;
|
|
889
|
+
padding: 0.25rem 0 0 0;
|
|
890
|
+
overflow: hidden;
|
|
891
|
+
display: grid;
|
|
892
|
+
grid-template-columns: repeat(3, 1fr);
|
|
893
|
+
column-gap: 1rem;
|
|
894
|
+
grid-template-rows: auto;
|
|
895
|
+
}
|
|
896
|
+
@media (max-width: 1024px) {
|
|
897
|
+
.tsd-index-panel .tsd-index-list {
|
|
898
|
+
grid-template-columns: repeat(2, 1fr);
|
|
899
|
+
}
|
|
900
|
+
}
|
|
901
|
+
@media (max-width: 768px) {
|
|
902
|
+
.tsd-index-panel .tsd-index-list {
|
|
903
|
+
grid-template-columns: repeat(1, 1fr);
|
|
904
|
+
}
|
|
905
|
+
}
|
|
906
|
+
.tsd-index-panel .tsd-index-list li {
|
|
907
|
+
-webkit-page-break-inside: avoid;
|
|
908
|
+
-moz-page-break-inside: avoid;
|
|
909
|
+
-ms-page-break-inside: avoid;
|
|
910
|
+
-o-page-break-inside: avoid;
|
|
911
|
+
page-break-inside: avoid;
|
|
658
912
|
}
|
|
659
|
-
}
|
|
660
|
-
.tsd-index-panel .tsd-index-list li {
|
|
661
|
-
-webkit-page-break-inside: avoid;
|
|
662
|
-
-moz-page-break-inside: avoid;
|
|
663
|
-
-ms-page-break-inside: avoid;
|
|
664
|
-
-o-page-break-inside: avoid;
|
|
665
|
-
page-break-inside: avoid;
|
|
666
|
-
}
|
|
667
913
|
|
|
668
|
-
.tsd-flag {
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
}
|
|
914
|
+
.tsd-flag {
|
|
915
|
+
display: inline-block;
|
|
916
|
+
padding: 0.25em 0.4em;
|
|
917
|
+
border-radius: 4px;
|
|
918
|
+
color: var(--color-comment-tag-text);
|
|
919
|
+
background-color: var(--color-comment-tag);
|
|
920
|
+
text-indent: 0;
|
|
921
|
+
font-size: 75%;
|
|
922
|
+
line-height: 1;
|
|
923
|
+
font-weight: normal;
|
|
924
|
+
}
|
|
679
925
|
|
|
680
|
-
.tsd-anchor {
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
}
|
|
926
|
+
.tsd-anchor {
|
|
927
|
+
position: relative;
|
|
928
|
+
top: -100px;
|
|
929
|
+
}
|
|
684
930
|
|
|
685
|
-
.tsd-member {
|
|
686
|
-
|
|
687
|
-
}
|
|
688
|
-
.tsd-member .tsd-anchor + h3 {
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
}
|
|
931
|
+
.tsd-member {
|
|
932
|
+
position: relative;
|
|
933
|
+
}
|
|
934
|
+
.tsd-member .tsd-anchor + h3 {
|
|
935
|
+
display: flex;
|
|
936
|
+
align-items: center;
|
|
937
|
+
margin-top: 0;
|
|
938
|
+
margin-bottom: 0;
|
|
939
|
+
border-bottom: none;
|
|
940
|
+
}
|
|
695
941
|
|
|
696
|
-
.tsd-navigation.settings {
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
.tsd-navigation
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
}
|
|
717
|
-
.tsd-navigation a
|
|
718
|
-
.tsd-page-navigation a
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
.tsd-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
}
|
|
733
|
-
.tsd-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
.tsd-nested-navigation
|
|
748
|
-
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
}
|
|
754
|
-
|
|
755
|
-
#tsd-sidebar-links a {
|
|
756
|
-
margin-top: 0;
|
|
757
|
-
margin-bottom: 0.5rem;
|
|
758
|
-
line-height: 1.25rem;
|
|
759
|
-
}
|
|
760
|
-
#tsd-sidebar-links a:last-of-type {
|
|
761
|
-
margin-bottom: 0;
|
|
762
|
-
}
|
|
763
|
-
|
|
764
|
-
a.tsd-index-link {
|
|
765
|
-
padding: 0.25rem 0 !important;
|
|
766
|
-
font-size: 1rem;
|
|
767
|
-
line-height: 1.25rem;
|
|
768
|
-
display: inline-flex;
|
|
769
|
-
align-items: center;
|
|
770
|
-
color: var(--color-text);
|
|
771
|
-
}
|
|
772
|
-
.tsd-accordion-summary {
|
|
773
|
-
list-style-type: none; /* hide marker on non-safari */
|
|
774
|
-
outline: none; /* broken on safari, so just hide it */
|
|
775
|
-
}
|
|
776
|
-
.tsd-accordion-summary::-webkit-details-marker {
|
|
777
|
-
display: none; /* hide marker on safari */
|
|
778
|
-
}
|
|
779
|
-
.tsd-accordion-summary,
|
|
780
|
-
.tsd-accordion-summary a {
|
|
781
|
-
user-select: none;
|
|
782
|
-
-moz-user-select: none;
|
|
783
|
-
-webkit-user-select: none;
|
|
784
|
-
-ms-user-select: none;
|
|
785
|
-
|
|
786
|
-
cursor: pointer;
|
|
787
|
-
}
|
|
788
|
-
.tsd-accordion-summary a {
|
|
789
|
-
width: calc(100% - 1.5rem);
|
|
790
|
-
}
|
|
791
|
-
.tsd-accordion-summary > * {
|
|
792
|
-
margin-top: 0;
|
|
793
|
-
margin-bottom: 0;
|
|
794
|
-
padding-top: 0;
|
|
795
|
-
padding-bottom: 0;
|
|
796
|
-
}
|
|
797
|
-
.tsd-index-accordion .tsd-accordion-summary > svg {
|
|
798
|
-
margin-left: 0.25rem;
|
|
799
|
-
}
|
|
800
|
-
.tsd-index-content > :not(:first-child) {
|
|
801
|
-
margin-top: 0.75rem;
|
|
802
|
-
}
|
|
803
|
-
.tsd-index-heading {
|
|
804
|
-
margin-top: 1.5rem;
|
|
805
|
-
margin-bottom: 0.75rem;
|
|
806
|
-
}
|
|
807
|
-
|
|
808
|
-
.tsd-kind-icon {
|
|
809
|
-
margin-right: 0.5rem;
|
|
810
|
-
width: 1.25rem;
|
|
811
|
-
height: 1.25rem;
|
|
812
|
-
min-width: 1.25rem;
|
|
813
|
-
min-height: 1.25rem;
|
|
814
|
-
}
|
|
815
|
-
.tsd-kind-icon path {
|
|
816
|
-
transform-origin: center;
|
|
817
|
-
transform: scale(1.1);
|
|
818
|
-
}
|
|
819
|
-
.tsd-signature > .tsd-kind-icon {
|
|
820
|
-
margin-right: 0.8rem;
|
|
821
|
-
}
|
|
822
|
-
|
|
823
|
-
.tsd-panel {
|
|
824
|
-
margin-bottom: 2.5rem;
|
|
825
|
-
}
|
|
826
|
-
.tsd-panel.tsd-member {
|
|
827
|
-
margin-bottom: 4rem;
|
|
828
|
-
}
|
|
829
|
-
.tsd-panel:empty {
|
|
830
|
-
display: none;
|
|
831
|
-
}
|
|
832
|
-
.tsd-panel > h1,
|
|
833
|
-
.tsd-panel > h2,
|
|
834
|
-
.tsd-panel > h3 {
|
|
835
|
-
margin: 1.5rem -1.5rem 0.75rem -1.5rem;
|
|
836
|
-
padding: 0 1.5rem 0.75rem 1.5rem;
|
|
837
|
-
}
|
|
838
|
-
.tsd-panel > h1.tsd-before-signature,
|
|
839
|
-
.tsd-panel > h2.tsd-before-signature,
|
|
840
|
-
.tsd-panel > h3.tsd-before-signature {
|
|
841
|
-
margin-bottom: 0;
|
|
842
|
-
border-bottom: none;
|
|
843
|
-
}
|
|
844
|
-
|
|
845
|
-
.tsd-panel-group {
|
|
846
|
-
margin: 4rem 0;
|
|
847
|
-
}
|
|
848
|
-
.tsd-panel-group.tsd-index-group {
|
|
849
|
-
margin: 2rem 0;
|
|
850
|
-
}
|
|
851
|
-
.tsd-panel-group.tsd-index-group details {
|
|
852
|
-
margin: 2rem 0;
|
|
853
|
-
}
|
|
854
|
-
|
|
855
|
-
#tsd-search {
|
|
856
|
-
transition: background-color 0.2s;
|
|
857
|
-
}
|
|
858
|
-
#tsd-search .title {
|
|
859
|
-
position: relative;
|
|
860
|
-
z-index: 2;
|
|
861
|
-
}
|
|
862
|
-
#tsd-search .field {
|
|
863
|
-
position: absolute;
|
|
864
|
-
left: 0;
|
|
865
|
-
top: 0;
|
|
866
|
-
right: 2.5rem;
|
|
867
|
-
height: 100%;
|
|
868
|
-
}
|
|
869
|
-
#tsd-search .field input {
|
|
870
|
-
box-sizing: border-box;
|
|
871
|
-
position: relative;
|
|
872
|
-
top: -50px;
|
|
873
|
-
z-index: 1;
|
|
874
|
-
width: 100%;
|
|
875
|
-
padding: 0 10px;
|
|
876
|
-
opacity: 0;
|
|
877
|
-
outline: 0;
|
|
878
|
-
border: 0;
|
|
879
|
-
background: transparent;
|
|
880
|
-
color: var(--color-text);
|
|
881
|
-
}
|
|
882
|
-
#tsd-search .field label {
|
|
883
|
-
position: absolute;
|
|
884
|
-
overflow: hidden;
|
|
885
|
-
right: -40px;
|
|
886
|
-
}
|
|
887
|
-
#tsd-search .field input,
|
|
888
|
-
#tsd-search .title,
|
|
889
|
-
#tsd-toolbar-links a {
|
|
890
|
-
transition: opacity 0.2s;
|
|
891
|
-
}
|
|
892
|
-
#tsd-search .results {
|
|
893
|
-
position: absolute;
|
|
894
|
-
visibility: hidden;
|
|
895
|
-
top: 40px;
|
|
896
|
-
width: 100%;
|
|
897
|
-
margin: 0;
|
|
898
|
-
padding: 0;
|
|
899
|
-
list-style: none;
|
|
900
|
-
box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
|
|
901
|
-
}
|
|
902
|
-
#tsd-search .results li {
|
|
903
|
-
padding: 0 10px;
|
|
904
|
-
background-color: var(--color-background);
|
|
905
|
-
}
|
|
906
|
-
#tsd-search .results li:nth-child(even) {
|
|
907
|
-
background-color: var(--color-background-secondary);
|
|
908
|
-
}
|
|
909
|
-
#tsd-search .results li.state {
|
|
910
|
-
display: none;
|
|
911
|
-
}
|
|
912
|
-
#tsd-search .results li.current,
|
|
913
|
-
#tsd-search .results li:hover {
|
|
914
|
-
background-color: var(--color-accent);
|
|
915
|
-
}
|
|
916
|
-
#tsd-search .results a {
|
|
917
|
-
display: block;
|
|
918
|
-
}
|
|
919
|
-
#tsd-search .results a:before {
|
|
920
|
-
top: 10px;
|
|
921
|
-
}
|
|
922
|
-
#tsd-search .results span.parent {
|
|
923
|
-
color: var(--color-text-aside);
|
|
924
|
-
font-weight: normal;
|
|
925
|
-
}
|
|
926
|
-
#tsd-search.has-focus {
|
|
927
|
-
background-color: var(--color-accent);
|
|
928
|
-
}
|
|
929
|
-
#tsd-search.has-focus .field input {
|
|
930
|
-
top: 0;
|
|
931
|
-
opacity: 1;
|
|
932
|
-
}
|
|
933
|
-
#tsd-search.has-focus .title,
|
|
934
|
-
#tsd-search.has-focus #tsd-toolbar-links a {
|
|
935
|
-
z-index: 0;
|
|
936
|
-
opacity: 0;
|
|
937
|
-
}
|
|
938
|
-
#tsd-search.has-focus .results {
|
|
939
|
-
visibility: visible;
|
|
940
|
-
}
|
|
941
|
-
#tsd-search.loading .results li.state.loading {
|
|
942
|
-
display: block;
|
|
943
|
-
}
|
|
944
|
-
#tsd-search.failure .results li.state.failure {
|
|
945
|
-
display: block;
|
|
946
|
-
}
|
|
947
|
-
|
|
948
|
-
#tsd-toolbar-links {
|
|
949
|
-
position: absolute;
|
|
950
|
-
top: 0;
|
|
951
|
-
right: 2rem;
|
|
952
|
-
height: 100%;
|
|
953
|
-
display: flex;
|
|
954
|
-
align-items: center;
|
|
955
|
-
justify-content: flex-end;
|
|
956
|
-
}
|
|
957
|
-
#tsd-toolbar-links a {
|
|
958
|
-
margin-left: 1.5rem;
|
|
959
|
-
}
|
|
960
|
-
#tsd-toolbar-links a:hover {
|
|
961
|
-
text-decoration: underline;
|
|
962
|
-
}
|
|
963
|
-
|
|
964
|
-
.tsd-signature {
|
|
965
|
-
margin: 0 0 1rem 0;
|
|
966
|
-
padding: 1rem 0.5rem;
|
|
967
|
-
border: 1px solid var(--color-accent);
|
|
968
|
-
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
|
969
|
-
font-size: 14px;
|
|
970
|
-
overflow-x: auto;
|
|
971
|
-
}
|
|
972
|
-
|
|
973
|
-
.tsd-signature-symbol {
|
|
974
|
-
color: var(--color-text-aside);
|
|
975
|
-
font-weight: normal;
|
|
976
|
-
}
|
|
977
|
-
|
|
978
|
-
.tsd-signature-type {
|
|
979
|
-
font-style: italic;
|
|
980
|
-
font-weight: normal;
|
|
981
|
-
}
|
|
982
|
-
|
|
983
|
-
.tsd-signatures {
|
|
984
|
-
padding: 0;
|
|
985
|
-
margin: 0 0 1em 0;
|
|
986
|
-
list-style-type: none;
|
|
987
|
-
}
|
|
988
|
-
.tsd-signatures .tsd-signature {
|
|
989
|
-
margin: 0;
|
|
990
|
-
border-color: var(--color-accent);
|
|
991
|
-
border-width: 1px 0;
|
|
992
|
-
transition: background-color 0.1s;
|
|
993
|
-
}
|
|
994
|
-
.tsd-description .tsd-signatures .tsd-signature {
|
|
995
|
-
border-width: 1px;
|
|
996
|
-
}
|
|
997
|
-
|
|
998
|
-
ul.tsd-parameter-list,
|
|
999
|
-
ul.tsd-type-parameter-list {
|
|
1000
|
-
list-style: square;
|
|
1001
|
-
margin: 0;
|
|
1002
|
-
padding-left: 20px;
|
|
1003
|
-
}
|
|
1004
|
-
ul.tsd-parameter-list > li.tsd-parameter-signature,
|
|
1005
|
-
ul.tsd-type-parameter-list > li.tsd-parameter-signature {
|
|
1006
|
-
list-style: none;
|
|
1007
|
-
margin-left: -20px;
|
|
1008
|
-
}
|
|
1009
|
-
ul.tsd-parameter-list h5,
|
|
1010
|
-
ul.tsd-type-parameter-list h5 {
|
|
1011
|
-
font-size: 16px;
|
|
1012
|
-
margin: 1em 0 0.5em 0;
|
|
1013
|
-
}
|
|
1014
|
-
.tsd-sources {
|
|
1015
|
-
margin-top: 1rem;
|
|
1016
|
-
font-size: 0.875em;
|
|
1017
|
-
}
|
|
1018
|
-
.tsd-sources a {
|
|
1019
|
-
color: var(--color-text-aside);
|
|
1020
|
-
text-decoration: underline;
|
|
1021
|
-
}
|
|
1022
|
-
.tsd-sources ul {
|
|
1023
|
-
list-style: none;
|
|
1024
|
-
padding: 0;
|
|
1025
|
-
}
|
|
1026
|
-
|
|
1027
|
-
.tsd-page-toolbar {
|
|
1028
|
-
position: sticky;
|
|
1029
|
-
z-index: 1;
|
|
1030
|
-
top: 0;
|
|
1031
|
-
left: 0;
|
|
1032
|
-
width: 100%;
|
|
1033
|
-
color: var(--color-text);
|
|
1034
|
-
background: var(--color-background-secondary);
|
|
1035
|
-
border-bottom: 1px var(--color-accent) solid;
|
|
1036
|
-
transition: transform 0.3s ease-in-out;
|
|
1037
|
-
}
|
|
1038
|
-
.tsd-page-toolbar a {
|
|
1039
|
-
color: var(--color-text);
|
|
1040
|
-
text-decoration: none;
|
|
1041
|
-
}
|
|
1042
|
-
.tsd-page-toolbar a.title {
|
|
1043
|
-
font-weight: bold;
|
|
1044
|
-
}
|
|
1045
|
-
.tsd-page-toolbar a.title:hover {
|
|
1046
|
-
text-decoration: underline;
|
|
1047
|
-
}
|
|
1048
|
-
.tsd-page-toolbar .tsd-toolbar-contents {
|
|
1049
|
-
display: flex;
|
|
1050
|
-
justify-content: space-between;
|
|
1051
|
-
height: 2.5rem;
|
|
1052
|
-
margin: 0 auto;
|
|
1053
|
-
}
|
|
1054
|
-
.tsd-page-toolbar .table-cell {
|
|
1055
|
-
position: relative;
|
|
1056
|
-
white-space: nowrap;
|
|
1057
|
-
line-height: 40px;
|
|
1058
|
-
}
|
|
1059
|
-
.tsd-page-toolbar .table-cell:first-child {
|
|
1060
|
-
width: 100%;
|
|
1061
|
-
}
|
|
1062
|
-
.tsd-page-toolbar .tsd-toolbar-icon {
|
|
1063
|
-
box-sizing: border-box;
|
|
1064
|
-
line-height: 0;
|
|
1065
|
-
padding: 12px 0;
|
|
1066
|
-
}
|
|
1067
|
-
|
|
1068
|
-
.tsd-widget {
|
|
1069
|
-
display: inline-block;
|
|
1070
|
-
overflow: hidden;
|
|
1071
|
-
opacity: 0.8;
|
|
1072
|
-
height: 40px;
|
|
1073
|
-
transition: opacity 0.1s, background-color 0.2s;
|
|
1074
|
-
vertical-align: bottom;
|
|
1075
|
-
cursor: pointer;
|
|
1076
|
-
}
|
|
1077
|
-
.tsd-widget:hover {
|
|
1078
|
-
opacity: 0.9;
|
|
1079
|
-
}
|
|
1080
|
-
.tsd-widget.active {
|
|
1081
|
-
opacity: 1;
|
|
1082
|
-
background-color: var(--color-accent);
|
|
1083
|
-
}
|
|
1084
|
-
.tsd-widget.no-caption {
|
|
1085
|
-
width: 40px;
|
|
1086
|
-
}
|
|
1087
|
-
.tsd-widget.no-caption:before {
|
|
1088
|
-
margin: 0;
|
|
1089
|
-
}
|
|
1090
|
-
|
|
1091
|
-
.tsd-widget.options,
|
|
1092
|
-
.tsd-widget.menu {
|
|
1093
|
-
display: none;
|
|
1094
|
-
}
|
|
1095
|
-
input[type="checkbox"] + .tsd-widget:before {
|
|
1096
|
-
background-position: -120px 0;
|
|
1097
|
-
}
|
|
1098
|
-
input[type="checkbox"]:checked + .tsd-widget:before {
|
|
1099
|
-
background-position: -160px 0;
|
|
1100
|
-
}
|
|
1101
|
-
|
|
1102
|
-
img {
|
|
1103
|
-
max-width: 100%;
|
|
1104
|
-
}
|
|
1105
|
-
|
|
1106
|
-
.tsd-anchor-icon {
|
|
1107
|
-
display: inline-flex;
|
|
1108
|
-
align-items: center;
|
|
1109
|
-
margin-left: 0.5rem;
|
|
1110
|
-
vertical-align: middle;
|
|
1111
|
-
color: var(--color-text);
|
|
1112
|
-
}
|
|
1113
|
-
|
|
1114
|
-
.tsd-anchor-icon svg {
|
|
1115
|
-
width: 1em;
|
|
1116
|
-
height: 1em;
|
|
1117
|
-
visibility: hidden;
|
|
1118
|
-
}
|
|
1119
|
-
|
|
1120
|
-
.tsd-anchor-link:hover > .tsd-anchor-icon svg {
|
|
1121
|
-
visibility: visible;
|
|
1122
|
-
}
|
|
1123
|
-
|
|
1124
|
-
.deprecated {
|
|
1125
|
-
text-decoration: line-through;
|
|
1126
|
-
}
|
|
1127
|
-
|
|
1128
|
-
.warning {
|
|
1129
|
-
padding: 1rem;
|
|
1130
|
-
color: var(--color-warning-text);
|
|
1131
|
-
background: var(--color-background-warning);
|
|
1132
|
-
}
|
|
942
|
+
.tsd-navigation.settings {
|
|
943
|
+
margin: 0;
|
|
944
|
+
margin-bottom: 1rem;
|
|
945
|
+
}
|
|
946
|
+
.tsd-navigation > a,
|
|
947
|
+
.tsd-navigation .tsd-accordion-summary {
|
|
948
|
+
width: calc(100% - 0.25rem);
|
|
949
|
+
display: flex;
|
|
950
|
+
align-items: center;
|
|
951
|
+
}
|
|
952
|
+
.tsd-navigation a,
|
|
953
|
+
.tsd-navigation summary > span,
|
|
954
|
+
.tsd-page-navigation a {
|
|
955
|
+
display: flex;
|
|
956
|
+
width: calc(100% - 0.25rem);
|
|
957
|
+
align-items: center;
|
|
958
|
+
padding: 0.25rem;
|
|
959
|
+
color: var(--color-text);
|
|
960
|
+
text-decoration: none;
|
|
961
|
+
box-sizing: border-box;
|
|
962
|
+
}
|
|
963
|
+
.tsd-navigation a.current,
|
|
964
|
+
.tsd-page-navigation a.current {
|
|
965
|
+
background: var(--color-active-menu-item);
|
|
966
|
+
color: var(--color-contrast-text);
|
|
967
|
+
}
|
|
968
|
+
.tsd-navigation a:hover,
|
|
969
|
+
.tsd-page-navigation a:hover {
|
|
970
|
+
text-decoration: underline;
|
|
971
|
+
}
|
|
972
|
+
.tsd-navigation ul,
|
|
973
|
+
.tsd-page-navigation ul {
|
|
974
|
+
margin-top: 0;
|
|
975
|
+
margin-bottom: 0;
|
|
976
|
+
padding: 0;
|
|
977
|
+
list-style: none;
|
|
978
|
+
}
|
|
979
|
+
.tsd-navigation li,
|
|
980
|
+
.tsd-page-navigation li {
|
|
981
|
+
padding: 0;
|
|
982
|
+
max-width: 100%;
|
|
983
|
+
}
|
|
984
|
+
.tsd-navigation .tsd-nav-link {
|
|
985
|
+
display: none;
|
|
986
|
+
}
|
|
987
|
+
.tsd-nested-navigation {
|
|
988
|
+
margin-left: 3rem;
|
|
989
|
+
}
|
|
990
|
+
.tsd-nested-navigation > li > details {
|
|
991
|
+
margin-left: -1.5rem;
|
|
992
|
+
}
|
|
993
|
+
.tsd-small-nested-navigation {
|
|
994
|
+
margin-left: 1.5rem;
|
|
995
|
+
}
|
|
996
|
+
.tsd-small-nested-navigation > li > details {
|
|
997
|
+
margin-left: -1.5rem;
|
|
998
|
+
}
|
|
1133
999
|
|
|
1134
|
-
.tsd-
|
|
1135
|
-
|
|
1136
|
-
}
|
|
1137
|
-
.tsd-
|
|
1138
|
-
|
|
1139
|
-
}
|
|
1140
|
-
.tsd-
|
|
1141
|
-
|
|
1142
|
-
}
|
|
1143
|
-
.tsd-
|
|
1144
|
-
|
|
1145
|
-
}
|
|
1146
|
-
.tsd-kind-enum-member {
|
|
1147
|
-
color: var(--color-ts-enum-member);
|
|
1148
|
-
}
|
|
1149
|
-
.tsd-kind-variable {
|
|
1150
|
-
color: var(--color-ts-variable);
|
|
1151
|
-
}
|
|
1152
|
-
.tsd-kind-function {
|
|
1153
|
-
color: var(--color-ts-function);
|
|
1154
|
-
}
|
|
1155
|
-
.tsd-kind-class {
|
|
1156
|
-
color: var(--color-ts-class);
|
|
1157
|
-
}
|
|
1158
|
-
.tsd-kind-interface {
|
|
1159
|
-
color: var(--color-ts-interface);
|
|
1160
|
-
}
|
|
1161
|
-
.tsd-kind-constructor {
|
|
1162
|
-
color: var(--color-ts-constructor);
|
|
1163
|
-
}
|
|
1164
|
-
.tsd-kind-property {
|
|
1165
|
-
color: var(--color-ts-property);
|
|
1166
|
-
}
|
|
1167
|
-
.tsd-kind-method {
|
|
1168
|
-
color: var(--color-ts-method);
|
|
1169
|
-
}
|
|
1170
|
-
.tsd-kind-call-signature {
|
|
1171
|
-
color: var(--color-ts-call-signature);
|
|
1172
|
-
}
|
|
1173
|
-
.tsd-kind-index-signature {
|
|
1174
|
-
color: var(--color-ts-index-signature);
|
|
1175
|
-
}
|
|
1176
|
-
.tsd-kind-constructor-signature {
|
|
1177
|
-
color: var(--color-ts-constructor-signature);
|
|
1178
|
-
}
|
|
1179
|
-
.tsd-kind-parameter {
|
|
1180
|
-
color: var(--color-ts-parameter);
|
|
1181
|
-
}
|
|
1182
|
-
.tsd-kind-type-literal {
|
|
1183
|
-
color: var(--color-ts-type-literal);
|
|
1184
|
-
}
|
|
1185
|
-
.tsd-kind-type-parameter {
|
|
1186
|
-
color: var(--color-ts-type-parameter);
|
|
1187
|
-
}
|
|
1188
|
-
.tsd-kind-accessor {
|
|
1189
|
-
color: var(--color-ts-accessor);
|
|
1190
|
-
}
|
|
1191
|
-
.tsd-kind-get-signature {
|
|
1192
|
-
color: var(--color-ts-get-signature);
|
|
1193
|
-
}
|
|
1194
|
-
.tsd-kind-set-signature {
|
|
1195
|
-
color: var(--color-ts-set-signature);
|
|
1196
|
-
}
|
|
1197
|
-
.tsd-kind-type-alias {
|
|
1198
|
-
color: var(--color-ts-type-alias);
|
|
1199
|
-
}
|
|
1000
|
+
.tsd-page-navigation-section > summary {
|
|
1001
|
+
padding: 0.25rem;
|
|
1002
|
+
}
|
|
1003
|
+
.tsd-page-navigation-section > summary > svg {
|
|
1004
|
+
margin-right: 0.25rem;
|
|
1005
|
+
}
|
|
1006
|
+
.tsd-page-navigation-section > div {
|
|
1007
|
+
margin-left: 30px;
|
|
1008
|
+
}
|
|
1009
|
+
.tsd-page-navigation ul {
|
|
1010
|
+
padding-left: 1.75rem;
|
|
1011
|
+
}
|
|
1200
1012
|
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1013
|
+
#tsd-sidebar-links a {
|
|
1014
|
+
margin-top: 0;
|
|
1015
|
+
margin-bottom: 0.5rem;
|
|
1016
|
+
line-height: 1.25rem;
|
|
1017
|
+
}
|
|
1018
|
+
#tsd-sidebar-links a:last-of-type {
|
|
1019
|
+
margin-bottom: 0;
|
|
1020
|
+
}
|
|
1205
1021
|
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1022
|
+
a.tsd-index-link {
|
|
1023
|
+
padding: 0.25rem 0 !important;
|
|
1024
|
+
font-size: 1rem;
|
|
1025
|
+
line-height: 1.25rem;
|
|
1026
|
+
display: inline-flex;
|
|
1027
|
+
align-items: center;
|
|
1028
|
+
color: var(--color-text);
|
|
1029
|
+
}
|
|
1030
|
+
.tsd-accordion-summary {
|
|
1031
|
+
list-style-type: none; /* hide marker on non-safari */
|
|
1032
|
+
outline: none; /* broken on safari, so just hide it */
|
|
1033
|
+
display: flex;
|
|
1034
|
+
align-items: center;
|
|
1035
|
+
gap: 0.25rem;
|
|
1036
|
+
box-sizing: border-box;
|
|
1037
|
+
}
|
|
1038
|
+
.tsd-accordion-summary::-webkit-details-marker {
|
|
1039
|
+
display: none; /* hide marker on safari */
|
|
1040
|
+
}
|
|
1041
|
+
.tsd-accordion-summary,
|
|
1042
|
+
.tsd-accordion-summary a {
|
|
1043
|
+
-moz-user-select: none;
|
|
1044
|
+
-webkit-user-select: none;
|
|
1045
|
+
-ms-user-select: none;
|
|
1046
|
+
user-select: none;
|
|
1047
|
+
|
|
1048
|
+
cursor: pointer;
|
|
1049
|
+
}
|
|
1050
|
+
.tsd-accordion-summary a {
|
|
1051
|
+
width: calc(100% - 1.5rem);
|
|
1052
|
+
}
|
|
1053
|
+
.tsd-accordion-summary > * {
|
|
1054
|
+
margin-top: 0;
|
|
1055
|
+
margin-bottom: 0;
|
|
1056
|
+
padding-top: 0;
|
|
1057
|
+
padding-bottom: 0;
|
|
1058
|
+
}
|
|
1059
|
+
/*
|
|
1060
|
+
* We need to be careful to target the arrow indicating whether the accordion
|
|
1061
|
+
* is open, but not any other SVGs included in the details element.
|
|
1062
|
+
*/
|
|
1063
|
+
.tsd-accordion:not([open]) > .tsd-accordion-summary > svg:first-child {
|
|
1064
|
+
transform: rotate(-90deg);
|
|
1065
|
+
}
|
|
1066
|
+
.tsd-index-content > :not(:first-child) {
|
|
1067
|
+
margin-top: 0.75rem;
|
|
1068
|
+
}
|
|
1069
|
+
.tsd-index-summary {
|
|
1070
|
+
margin-top: 1.5rem;
|
|
1071
|
+
margin-bottom: 0.75rem;
|
|
1072
|
+
display: flex;
|
|
1073
|
+
align-content: center;
|
|
1074
|
+
}
|
|
1210
1075
|
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1076
|
+
.tsd-no-select {
|
|
1077
|
+
-webkit-user-select: none;
|
|
1078
|
+
-moz-user-select: none;
|
|
1079
|
+
-ms-user-select: none;
|
|
1080
|
+
user-select: none;
|
|
1081
|
+
}
|
|
1082
|
+
.tsd-kind-icon {
|
|
1083
|
+
margin-right: 0.5rem;
|
|
1084
|
+
width: 1.25rem;
|
|
1085
|
+
height: 1.25rem;
|
|
1086
|
+
min-width: 1.25rem;
|
|
1087
|
+
min-height: 1.25rem;
|
|
1088
|
+
}
|
|
1089
|
+
.tsd-signature > .tsd-kind-icon {
|
|
1090
|
+
margin-right: 0.8rem;
|
|
1091
|
+
}
|
|
1214
1092
|
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
}
|
|
1093
|
+
.tsd-panel {
|
|
1094
|
+
margin-bottom: 2.5rem;
|
|
1095
|
+
}
|
|
1096
|
+
.tsd-panel.tsd-member {
|
|
1097
|
+
margin-bottom: 4rem;
|
|
1098
|
+
}
|
|
1099
|
+
.tsd-panel:empty {
|
|
1100
|
+
display: none;
|
|
1101
|
+
}
|
|
1102
|
+
.tsd-panel > h1,
|
|
1103
|
+
.tsd-panel > h2,
|
|
1104
|
+
.tsd-panel > h3 {
|
|
1105
|
+
margin: 1.5rem -1.5rem 0.75rem -1.5rem;
|
|
1106
|
+
padding: 0 1.5rem 0.75rem 1.5rem;
|
|
1107
|
+
}
|
|
1108
|
+
.tsd-panel > h1.tsd-before-signature,
|
|
1109
|
+
.tsd-panel > h2.tsd-before-signature,
|
|
1110
|
+
.tsd-panel > h3.tsd-before-signature {
|
|
1111
|
+
margin-bottom: 0;
|
|
1112
|
+
border-bottom: none;
|
|
1113
|
+
}
|
|
1218
1114
|
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1115
|
+
.tsd-panel-group {
|
|
1116
|
+
margin: 2rem 0;
|
|
1117
|
+
}
|
|
1118
|
+
.tsd-panel-group.tsd-index-group {
|
|
1119
|
+
margin: 2rem 0;
|
|
1120
|
+
}
|
|
1121
|
+
.tsd-panel-group.tsd-index-group details {
|
|
1122
|
+
margin: 2rem 0;
|
|
1123
|
+
}
|
|
1124
|
+
.tsd-panel-group > .tsd-accordion-summary {
|
|
1125
|
+
margin-bottom: 1rem;
|
|
1126
|
+
}
|
|
1224
1127
|
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1128
|
+
#tsd-search[open] {
|
|
1129
|
+
animation: fade-in var(--modal-animation-duration) ease-out forwards;
|
|
1130
|
+
}
|
|
1131
|
+
#tsd-search[open].closing {
|
|
1132
|
+
animation-name: fade-out;
|
|
1230
1133
|
}
|
|
1231
1134
|
|
|
1232
|
-
|
|
1135
|
+
/* Avoid setting `display` on closed dialog */
|
|
1136
|
+
#tsd-search[open] {
|
|
1233
1137
|
display: flex;
|
|
1138
|
+
flex-direction: column;
|
|
1139
|
+
padding: 1rem;
|
|
1140
|
+
width: 32rem;
|
|
1141
|
+
max-width: 90vw;
|
|
1142
|
+
max-height: calc(100vh - env(keyboard-inset-height, 0px) - 25vh);
|
|
1143
|
+
/* Anchor dialog to top */
|
|
1144
|
+
margin-top: 10vh;
|
|
1145
|
+
border-radius: 6px;
|
|
1146
|
+
will-change: max-height;
|
|
1234
1147
|
}
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
max-width: 100%;
|
|
1148
|
+
#tsd-search-input {
|
|
1149
|
+
box-sizing: border-box;
|
|
1238
1150
|
width: 100%;
|
|
1151
|
+
padding: 0 0.625rem; /* 10px */
|
|
1152
|
+
outline: 0;
|
|
1153
|
+
border: 2px solid var(--color-accent);
|
|
1154
|
+
background-color: transparent;
|
|
1155
|
+
color: var(--color-text);
|
|
1156
|
+
border-radius: 4px;
|
|
1157
|
+
height: 2.5rem;
|
|
1158
|
+
flex: 0 0 auto;
|
|
1159
|
+
font-size: 0.875rem;
|
|
1160
|
+
transition: border-color 0.2s, background-color 0.2s;
|
|
1161
|
+
}
|
|
1162
|
+
#tsd-search-input:focus-visible {
|
|
1163
|
+
background-color: var(--color-background-active);
|
|
1164
|
+
border-color: transparent;
|
|
1165
|
+
color: var(--color-contrast-text);
|
|
1166
|
+
}
|
|
1167
|
+
#tsd-search-input::placeholder {
|
|
1168
|
+
color: inherit;
|
|
1169
|
+
opacity: 0.8;
|
|
1239
1170
|
}
|
|
1240
|
-
|
|
1241
|
-
|
|
1171
|
+
#tsd-search-results {
|
|
1172
|
+
margin: 0;
|
|
1173
|
+
padding: 0;
|
|
1174
|
+
list-style: none;
|
|
1175
|
+
flex: 1 1 auto;
|
|
1176
|
+
display: flex;
|
|
1177
|
+
flex-direction: column;
|
|
1242
1178
|
overflow-y: auto;
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
top: 0
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
right: 0 !important;
|
|
1249
|
-
padding: 1.5rem 1.5rem 0 0;
|
|
1250
|
-
width: 75vw;
|
|
1251
|
-
visibility: hidden;
|
|
1179
|
+
}
|
|
1180
|
+
#tsd-search-results:not(:empty) {
|
|
1181
|
+
margin-top: 0.5rem;
|
|
1182
|
+
}
|
|
1183
|
+
#tsd-search-results > li {
|
|
1252
1184
|
background-color: var(--color-background);
|
|
1253
|
-
|
|
1185
|
+
line-height: 1.5;
|
|
1186
|
+
box-sizing: border-box;
|
|
1187
|
+
border-radius: 4px;
|
|
1254
1188
|
}
|
|
1255
|
-
|
|
1256
|
-
|
|
1189
|
+
#tsd-search-results > li:nth-child(even) {
|
|
1190
|
+
background-color: var(--color-background-secondary);
|
|
1257
1191
|
}
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1192
|
+
#tsd-search-results > li:is(:hover, [aria-selected="true"]) {
|
|
1193
|
+
background-color: var(--color-background-active);
|
|
1194
|
+
color: var(--color-contrast-text);
|
|
1195
|
+
}
|
|
1196
|
+
/* It's important that this takes full size of parent `li`, to capture a click on `li` */
|
|
1197
|
+
#tsd-search-results > li > a {
|
|
1198
|
+
display: flex;
|
|
1199
|
+
align-items: center;
|
|
1200
|
+
padding: 0.5rem 0.25rem;
|
|
1201
|
+
box-sizing: border-box;
|
|
1202
|
+
width: 100%;
|
|
1203
|
+
}
|
|
1204
|
+
#tsd-search-results > li > a > .text {
|
|
1205
|
+
flex: 1 1 auto;
|
|
1206
|
+
min-width: 0;
|
|
1207
|
+
overflow-wrap: anywhere;
|
|
1208
|
+
}
|
|
1209
|
+
#tsd-search-results > li > a .parent {
|
|
1210
|
+
color: var(--color-text-aside);
|
|
1211
|
+
}
|
|
1212
|
+
#tsd-search-results > li > a mark {
|
|
1213
|
+
color: inherit;
|
|
1214
|
+
background-color: inherit;
|
|
1215
|
+
font-weight: bold;
|
|
1216
|
+
}
|
|
1217
|
+
#tsd-search-status {
|
|
1218
|
+
flex: 1;
|
|
1219
|
+
display: grid;
|
|
1220
|
+
place-content: center;
|
|
1221
|
+
text-align: center;
|
|
1222
|
+
overflow-wrap: anywhere;
|
|
1223
|
+
}
|
|
1224
|
+
#tsd-search-status:not(:empty) {
|
|
1225
|
+
min-height: 6rem;
|
|
1269
1226
|
}
|
|
1270
1227
|
|
|
1271
|
-
.
|
|
1272
|
-
|
|
1228
|
+
.tsd-signature {
|
|
1229
|
+
margin: 0 0 1rem 0;
|
|
1230
|
+
padding: 1rem 0.5rem;
|
|
1231
|
+
border: 1px solid var(--color-accent);
|
|
1232
|
+
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
|
1233
|
+
font-size: 14px;
|
|
1234
|
+
overflow-x: auto;
|
|
1273
1235
|
}
|
|
1274
1236
|
|
|
1275
|
-
.
|
|
1276
|
-
|
|
1237
|
+
.tsd-signature-keyword {
|
|
1238
|
+
color: var(--color-ts-keyword);
|
|
1239
|
+
font-weight: normal;
|
|
1277
1240
|
}
|
|
1278
1241
|
|
|
1279
|
-
.
|
|
1280
|
-
|
|
1242
|
+
.tsd-signature-symbol {
|
|
1243
|
+
color: var(--color-text-aside);
|
|
1244
|
+
font-weight: normal;
|
|
1281
1245
|
}
|
|
1282
1246
|
|
|
1283
|
-
.
|
|
1284
|
-
|
|
1247
|
+
.tsd-signature-type {
|
|
1248
|
+
font-style: italic;
|
|
1249
|
+
font-weight: normal;
|
|
1285
1250
|
}
|
|
1286
1251
|
|
|
1287
|
-
.
|
|
1288
|
-
|
|
1252
|
+
.tsd-signatures {
|
|
1253
|
+
padding: 0;
|
|
1254
|
+
margin: 0 0 1em 0;
|
|
1255
|
+
list-style-type: none;
|
|
1289
1256
|
}
|
|
1290
|
-
.
|
|
1291
|
-
|
|
1257
|
+
.tsd-signatures .tsd-signature {
|
|
1258
|
+
margin: 0;
|
|
1259
|
+
border-color: var(--color-accent);
|
|
1260
|
+
border-width: 1px 0;
|
|
1261
|
+
transition: background-color 0.1s;
|
|
1292
1262
|
}
|
|
1293
|
-
.
|
|
1294
|
-
|
|
1295
|
-
|
|
1263
|
+
.tsd-signatures .tsd-index-signature:not(:last-child) {
|
|
1264
|
+
margin-bottom: 1em;
|
|
1265
|
+
}
|
|
1266
|
+
.tsd-signatures .tsd-index-signature .tsd-signature {
|
|
1267
|
+
border-width: 1px;
|
|
1268
|
+
}
|
|
1269
|
+
.tsd-description .tsd-signatures .tsd-signature {
|
|
1270
|
+
border-width: 1px;
|
|
1271
|
+
}
|
|
1272
|
+
|
|
1273
|
+
ul.tsd-parameter-list,
|
|
1274
|
+
ul.tsd-type-parameter-list {
|
|
1275
|
+
list-style: square;
|
|
1276
|
+
margin: 0;
|
|
1277
|
+
padding-left: 20px;
|
|
1278
|
+
}
|
|
1279
|
+
ul.tsd-parameter-list > li.tsd-parameter-signature,
|
|
1280
|
+
ul.tsd-type-parameter-list > li.tsd-parameter-signature {
|
|
1281
|
+
list-style: none;
|
|
1282
|
+
margin-left: -20px;
|
|
1283
|
+
}
|
|
1284
|
+
ul.tsd-parameter-list h5,
|
|
1285
|
+
ul.tsd-type-parameter-list h5 {
|
|
1286
|
+
font-size: 16px;
|
|
1287
|
+
margin: 1em 0 0.5em 0;
|
|
1288
|
+
}
|
|
1289
|
+
.tsd-sources {
|
|
1290
|
+
margin-top: 1rem;
|
|
1291
|
+
font-size: 0.875em;
|
|
1292
|
+
}
|
|
1293
|
+
.tsd-sources a {
|
|
1294
|
+
color: var(--color-text-aside);
|
|
1295
|
+
text-decoration: underline;
|
|
1296
|
+
}
|
|
1297
|
+
.tsd-sources ul {
|
|
1298
|
+
list-style: none;
|
|
1299
|
+
padding: 0;
|
|
1300
|
+
}
|
|
1301
|
+
|
|
1302
|
+
.tsd-page-toolbar {
|
|
1303
|
+
position: sticky;
|
|
1304
|
+
z-index: 1;
|
|
1305
|
+
top: 0;
|
|
1306
|
+
left: 0;
|
|
1307
|
+
width: 100%;
|
|
1308
|
+
color: var(--color-text);
|
|
1309
|
+
background: var(--color-background-secondary);
|
|
1310
|
+
border-bottom: var(--dim-toolbar-border-bottom-width)
|
|
1311
|
+
var(--color-accent) solid;
|
|
1312
|
+
transition: transform 0.3s ease-in-out;
|
|
1313
|
+
}
|
|
1314
|
+
.tsd-page-toolbar a {
|
|
1315
|
+
color: var(--color-text);
|
|
1316
|
+
}
|
|
1317
|
+
.tsd-toolbar-contents {
|
|
1296
1318
|
display: flex;
|
|
1297
|
-
|
|
1319
|
+
align-items: center;
|
|
1320
|
+
height: var(--dim-toolbar-contents-height);
|
|
1321
|
+
margin: 0 auto;
|
|
1322
|
+
}
|
|
1323
|
+
.tsd-toolbar-contents > .title {
|
|
1324
|
+
font-weight: bold;
|
|
1325
|
+
margin-right: auto;
|
|
1326
|
+
}
|
|
1327
|
+
#tsd-toolbar-links {
|
|
1328
|
+
display: flex;
|
|
1329
|
+
align-items: center;
|
|
1298
1330
|
gap: 1.5rem;
|
|
1299
|
-
|
|
1300
|
-
padding: 1rem 2rem;
|
|
1331
|
+
margin-right: 1rem;
|
|
1301
1332
|
}
|
|
1302
|
-
|
|
1303
|
-
|
|
1333
|
+
|
|
1334
|
+
.tsd-widget {
|
|
1335
|
+
box-sizing: border-box;
|
|
1336
|
+
display: inline-block;
|
|
1337
|
+
opacity: 0.8;
|
|
1338
|
+
height: 2.5rem;
|
|
1339
|
+
width: 2.5rem;
|
|
1340
|
+
transition: opacity 0.1s, background-color 0.1s;
|
|
1341
|
+
text-align: center;
|
|
1342
|
+
cursor: pointer;
|
|
1343
|
+
border: none;
|
|
1344
|
+
background-color: transparent;
|
|
1345
|
+
}
|
|
1346
|
+
.tsd-widget:hover {
|
|
1347
|
+
opacity: 0.9;
|
|
1348
|
+
}
|
|
1349
|
+
.tsd-widget:active {
|
|
1350
|
+
opacity: 1;
|
|
1351
|
+
background-color: var(--color-accent);
|
|
1352
|
+
}
|
|
1353
|
+
#tsd-toolbar-menu-trigger {
|
|
1354
|
+
display: none;
|
|
1304
1355
|
}
|
|
1305
|
-
}
|
|
1306
1356
|
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
grid-template-areas: "sidebar content";
|
|
1313
|
-
margin: 2rem auto;
|
|
1357
|
+
.tsd-member-summary-name {
|
|
1358
|
+
display: inline-flex;
|
|
1359
|
+
align-items: center;
|
|
1360
|
+
padding: 0.25rem;
|
|
1361
|
+
text-decoration: none;
|
|
1314
1362
|
}
|
|
1315
1363
|
|
|
1316
|
-
.
|
|
1317
|
-
|
|
1364
|
+
.tsd-anchor-icon {
|
|
1365
|
+
display: inline-flex;
|
|
1366
|
+
align-items: center;
|
|
1367
|
+
margin-left: 0.5rem;
|
|
1368
|
+
color: var(--color-text);
|
|
1369
|
+
vertical-align: middle;
|
|
1318
1370
|
}
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1371
|
+
|
|
1372
|
+
.tsd-anchor-icon svg {
|
|
1373
|
+
width: 1em;
|
|
1374
|
+
height: 1em;
|
|
1375
|
+
visibility: hidden;
|
|
1322
1376
|
}
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
.
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
position: sticky;
|
|
1329
|
-
top: 42px;
|
|
1330
|
-
padding-top: 1rem;
|
|
1377
|
+
|
|
1378
|
+
.tsd-member-summary-name:hover > .tsd-anchor-icon svg,
|
|
1379
|
+
.tsd-anchor-link:hover > .tsd-anchor-icon svg,
|
|
1380
|
+
.tsd-anchor-icon:focus-visible svg {
|
|
1381
|
+
visibility: visible;
|
|
1331
1382
|
}
|
|
1332
|
-
|
|
1333
|
-
|
|
1383
|
+
|
|
1384
|
+
.deprecated {
|
|
1385
|
+
text-decoration: line-through !important;
|
|
1334
1386
|
}
|
|
1335
|
-
}
|
|
1336
1387
|
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
grid-template-areas: "sidebar content toc";
|
|
1388
|
+
.warning {
|
|
1389
|
+
padding: 1rem;
|
|
1390
|
+
color: var(--color-warning-text);
|
|
1391
|
+
background: var(--color-background-warning);
|
|
1342
1392
|
}
|
|
1343
1393
|
|
|
1344
|
-
.
|
|
1345
|
-
|
|
1394
|
+
.tsd-kind-project {
|
|
1395
|
+
color: var(--color-ts-project);
|
|
1396
|
+
}
|
|
1397
|
+
.tsd-kind-module {
|
|
1398
|
+
color: var(--color-ts-module);
|
|
1399
|
+
}
|
|
1400
|
+
.tsd-kind-namespace {
|
|
1401
|
+
color: var(--color-ts-namespace);
|
|
1402
|
+
}
|
|
1403
|
+
.tsd-kind-enum {
|
|
1404
|
+
color: var(--color-ts-enum);
|
|
1405
|
+
}
|
|
1406
|
+
.tsd-kind-enum-member {
|
|
1407
|
+
color: var(--color-ts-enum-member);
|
|
1408
|
+
}
|
|
1409
|
+
.tsd-kind-variable {
|
|
1410
|
+
color: var(--color-ts-variable);
|
|
1411
|
+
}
|
|
1412
|
+
.tsd-kind-function {
|
|
1413
|
+
color: var(--color-ts-function);
|
|
1414
|
+
}
|
|
1415
|
+
.tsd-kind-class {
|
|
1416
|
+
color: var(--color-ts-class);
|
|
1417
|
+
}
|
|
1418
|
+
.tsd-kind-interface {
|
|
1419
|
+
color: var(--color-ts-interface);
|
|
1420
|
+
}
|
|
1421
|
+
.tsd-kind-constructor {
|
|
1422
|
+
color: var(--color-ts-constructor);
|
|
1423
|
+
}
|
|
1424
|
+
.tsd-kind-property {
|
|
1425
|
+
color: var(--color-ts-property);
|
|
1426
|
+
}
|
|
1427
|
+
.tsd-kind-method {
|
|
1428
|
+
color: var(--color-ts-method);
|
|
1429
|
+
}
|
|
1430
|
+
.tsd-kind-reference {
|
|
1431
|
+
color: var(--color-ts-reference);
|
|
1432
|
+
}
|
|
1433
|
+
.tsd-kind-call-signature {
|
|
1434
|
+
color: var(--color-ts-call-signature);
|
|
1435
|
+
}
|
|
1436
|
+
.tsd-kind-index-signature {
|
|
1437
|
+
color: var(--color-ts-index-signature);
|
|
1438
|
+
}
|
|
1439
|
+
.tsd-kind-constructor-signature {
|
|
1440
|
+
color: var(--color-ts-constructor-signature);
|
|
1441
|
+
}
|
|
1442
|
+
.tsd-kind-parameter {
|
|
1443
|
+
color: var(--color-ts-parameter);
|
|
1444
|
+
}
|
|
1445
|
+
.tsd-kind-type-parameter {
|
|
1446
|
+
color: var(--color-ts-type-parameter);
|
|
1447
|
+
}
|
|
1448
|
+
.tsd-kind-accessor {
|
|
1449
|
+
color: var(--color-ts-accessor);
|
|
1450
|
+
}
|
|
1451
|
+
.tsd-kind-get-signature {
|
|
1452
|
+
color: var(--color-ts-get-signature);
|
|
1453
|
+
}
|
|
1454
|
+
.tsd-kind-set-signature {
|
|
1455
|
+
color: var(--color-ts-set-signature);
|
|
1456
|
+
}
|
|
1457
|
+
.tsd-kind-type-alias {
|
|
1458
|
+
color: var(--color-ts-type-alias);
|
|
1346
1459
|
}
|
|
1347
1460
|
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1461
|
+
/* if we have a kind icon, don't color the text by kind */
|
|
1462
|
+
.tsd-kind-icon ~ span {
|
|
1463
|
+
color: var(--color-text);
|
|
1351
1464
|
}
|
|
1352
|
-
|
|
1353
|
-
|
|
1465
|
+
|
|
1466
|
+
/* mobile */
|
|
1467
|
+
@media (max-width: 769px) {
|
|
1468
|
+
#tsd-toolbar-menu-trigger {
|
|
1469
|
+
display: inline-block;
|
|
1470
|
+
/* temporary fix to vertically align, for compatibility */
|
|
1471
|
+
line-height: 2.5;
|
|
1472
|
+
}
|
|
1473
|
+
#tsd-toolbar-links {
|
|
1474
|
+
display: none;
|
|
1475
|
+
}
|
|
1476
|
+
|
|
1477
|
+
.container-main {
|
|
1478
|
+
display: flex;
|
|
1479
|
+
}
|
|
1480
|
+
.col-content {
|
|
1481
|
+
float: none;
|
|
1482
|
+
max-width: 100%;
|
|
1483
|
+
width: 100%;
|
|
1484
|
+
}
|
|
1485
|
+
.col-sidebar {
|
|
1486
|
+
position: fixed !important;
|
|
1487
|
+
overflow-y: auto;
|
|
1488
|
+
-webkit-overflow-scrolling: touch;
|
|
1489
|
+
z-index: 1024;
|
|
1490
|
+
top: 0 !important;
|
|
1491
|
+
bottom: 0 !important;
|
|
1492
|
+
left: auto !important;
|
|
1493
|
+
right: 0 !important;
|
|
1494
|
+
padding: 1.5rem 1.5rem 0 0;
|
|
1495
|
+
width: 75vw;
|
|
1496
|
+
visibility: hidden;
|
|
1497
|
+
background-color: var(--color-background);
|
|
1498
|
+
transform: translate(100%, 0);
|
|
1499
|
+
}
|
|
1500
|
+
.col-sidebar > *:last-child {
|
|
1501
|
+
padding-bottom: 20px;
|
|
1502
|
+
}
|
|
1503
|
+
.overlay {
|
|
1504
|
+
content: "";
|
|
1505
|
+
display: block;
|
|
1506
|
+
position: fixed;
|
|
1507
|
+
z-index: 1023;
|
|
1508
|
+
top: 0;
|
|
1509
|
+
left: 0;
|
|
1510
|
+
right: 0;
|
|
1511
|
+
bottom: 0;
|
|
1512
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
1513
|
+
visibility: hidden;
|
|
1514
|
+
}
|
|
1515
|
+
|
|
1516
|
+
.to-has-menu .overlay {
|
|
1517
|
+
animation: fade-in 0.4s;
|
|
1518
|
+
}
|
|
1519
|
+
|
|
1520
|
+
.to-has-menu .col-sidebar {
|
|
1521
|
+
animation: pop-in-from-right 0.4s;
|
|
1522
|
+
}
|
|
1523
|
+
|
|
1524
|
+
.from-has-menu .overlay {
|
|
1525
|
+
animation: fade-out 0.4s;
|
|
1526
|
+
}
|
|
1527
|
+
|
|
1528
|
+
.from-has-menu .col-sidebar {
|
|
1529
|
+
animation: pop-out-to-right 0.4s;
|
|
1530
|
+
}
|
|
1531
|
+
|
|
1532
|
+
.has-menu body {
|
|
1533
|
+
overflow: hidden;
|
|
1534
|
+
}
|
|
1535
|
+
.has-menu .overlay {
|
|
1536
|
+
visibility: visible;
|
|
1537
|
+
}
|
|
1538
|
+
.has-menu .col-sidebar {
|
|
1539
|
+
visibility: visible;
|
|
1540
|
+
transform: translate(0, 0);
|
|
1541
|
+
display: flex;
|
|
1542
|
+
flex-direction: column;
|
|
1543
|
+
gap: 1.5rem;
|
|
1544
|
+
max-height: 100vh;
|
|
1545
|
+
padding: 1rem 2rem;
|
|
1546
|
+
}
|
|
1547
|
+
.has-menu .tsd-navigation {
|
|
1548
|
+
max-height: 100%;
|
|
1549
|
+
}
|
|
1550
|
+
.tsd-navigation .tsd-nav-link {
|
|
1551
|
+
display: flex;
|
|
1552
|
+
}
|
|
1354
1553
|
}
|
|
1355
1554
|
|
|
1356
|
-
|
|
1357
|
-
|
|
1555
|
+
/* one sidebar */
|
|
1556
|
+
@media (min-width: 770px) {
|
|
1557
|
+
.container-main {
|
|
1558
|
+
display: grid;
|
|
1559
|
+
grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
|
|
1560
|
+
grid-template-areas: "sidebar content";
|
|
1561
|
+
--dim-container-main-margin-y: 2rem;
|
|
1562
|
+
}
|
|
1563
|
+
|
|
1564
|
+
.tsd-breadcrumb {
|
|
1565
|
+
margin-top: 0;
|
|
1566
|
+
}
|
|
1567
|
+
|
|
1568
|
+
.col-sidebar {
|
|
1569
|
+
grid-area: sidebar;
|
|
1570
|
+
}
|
|
1571
|
+
.col-content {
|
|
1572
|
+
grid-area: content;
|
|
1573
|
+
padding: 0 1rem;
|
|
1574
|
+
}
|
|
1575
|
+
}
|
|
1576
|
+
@media (min-width: 770px) and (max-width: 1399px) {
|
|
1577
|
+
.col-sidebar {
|
|
1578
|
+
max-height: calc(
|
|
1579
|
+
100vh - var(--dim-header-height) - var(--dim-footer-height) -
|
|
1580
|
+
2 * var(--dim-container-main-margin-y)
|
|
1581
|
+
);
|
|
1582
|
+
overflow: auto;
|
|
1583
|
+
position: sticky;
|
|
1584
|
+
top: calc(
|
|
1585
|
+
var(--dim-header-height) + var(--dim-container-main-margin-y)
|
|
1586
|
+
);
|
|
1587
|
+
}
|
|
1588
|
+
.site-menu {
|
|
1589
|
+
margin-top: 1rem;
|
|
1590
|
+
}
|
|
1358
1591
|
}
|
|
1359
1592
|
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1593
|
+
/* two sidebars */
|
|
1594
|
+
@media (min-width: 1200px) {
|
|
1595
|
+
.container-main {
|
|
1596
|
+
grid-template-columns:
|
|
1597
|
+
minmax(0, 1fr) minmax(0, 2.5fr) minmax(
|
|
1598
|
+
0,
|
|
1599
|
+
20rem
|
|
1600
|
+
);
|
|
1601
|
+
grid-template-areas: "sidebar content toc";
|
|
1602
|
+
}
|
|
1603
|
+
|
|
1604
|
+
.col-sidebar {
|
|
1605
|
+
display: contents;
|
|
1606
|
+
}
|
|
1607
|
+
|
|
1608
|
+
.page-menu {
|
|
1609
|
+
grid-area: toc;
|
|
1610
|
+
padding-left: 1rem;
|
|
1611
|
+
}
|
|
1612
|
+
.site-menu {
|
|
1613
|
+
grid-area: sidebar;
|
|
1614
|
+
}
|
|
1615
|
+
|
|
1616
|
+
.site-menu {
|
|
1617
|
+
margin-top: 0rem;
|
|
1618
|
+
}
|
|
1619
|
+
|
|
1620
|
+
.page-menu,
|
|
1621
|
+
.site-menu {
|
|
1622
|
+
max-height: calc(
|
|
1623
|
+
100vh - var(--dim-header-height) - var(--dim-footer-height) -
|
|
1624
|
+
2 * var(--dim-container-main-margin-y)
|
|
1625
|
+
);
|
|
1626
|
+
overflow: auto;
|
|
1627
|
+
position: sticky;
|
|
1628
|
+
top: calc(
|
|
1629
|
+
var(--dim-header-height) + var(--dim-container-main-margin-y)
|
|
1630
|
+
);
|
|
1631
|
+
}
|
|
1366
1632
|
}
|
|
1367
1633
|
}
|