@saltcorn/server 1.6.0-beta.1 → 1.6.0-beta.10
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 +72 -3
- package/app.js +32 -12
- package/auth/admin.js +109 -22
- package/auth/routes.js +178 -61
- package/auth/testhelp.js +9 -19
- package/docs/assets/hierarchy.js +1 -1
- package/docs/assets/navigation.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/_saltcorn_admin-models.models_snapshot.Snapshot.html +2 -2
- package/docs/classes/_saltcorn_common-code.relations_relation.Relation.html +3 -3
- package/docs/classes/_saltcorn_common-code.relations_relations_finder.RelationsFinder.html +5 -5
- package/docs/classes/_saltcorn_data.diagram_cy_raster.CytoscapeRaster.html +4 -4
- package/docs/classes/_saltcorn_data.diagram_nodes_dummy_node.DummyNode.html +4 -4
- package/docs/classes/_saltcorn_data.diagram_nodes_node.Node.html +4 -4
- package/docs/classes/_saltcorn_data.diagram_nodes_page_node.PageNode.html +4 -4
- package/docs/classes/_saltcorn_data.diagram_nodes_table_node.TableNode.html +4 -4
- package/docs/classes/_saltcorn_data.diagram_nodes_trigger_node.TriggerNode.html +4 -4
- package/docs/classes/_saltcorn_data.diagram_nodes_view_node.ViewNode.html +4 -4
- package/docs/classes/_saltcorn_data.mobile-mocks_node_async_hooks.AsyncLocalStorage.html +2 -2
- package/docs/classes/_saltcorn_data.models_crash.Crash.html +2 -2
- package/docs/classes/_saltcorn_data.models_eventlog.EventLog.html +2 -2
- package/docs/classes/_saltcorn_data.models_field.Field.html +9 -9
- package/docs/classes/_saltcorn_data.models_fieldrepeat.FieldRepeat.html +2 -2
- package/docs/classes/_saltcorn_data.models_file.File.html +21 -21
- package/docs/classes/_saltcorn_data.models_form.Form.html +2 -2
- package/docs/classes/_saltcorn_data.models_internal_mail_queue.MailQueue.html +4 -4
- package/docs/classes/_saltcorn_data.models_internal_push_message_helper.PushMessageHelper.html +7 -7
- package/docs/classes/_saltcorn_data.models_library.Library.html +2 -2
- package/docs/classes/_saltcorn_data.models_model.Model.html +2 -2
- package/docs/classes/_saltcorn_data.models_model_instance.ModelInstance.html +2 -2
- package/docs/classes/_saltcorn_data.models_notification.Notification.html +2 -2
- package/docs/classes/_saltcorn_data.models_page.Page.html +12 -11
- package/docs/classes/_saltcorn_data.models_page_group.PageGroup.html +16 -16
- package/docs/classes/_saltcorn_data.models_page_group_member.PageGroupMember.html +8 -8
- package/docs/classes/_saltcorn_data.models_plugin.Plugin.html +45 -10
- package/docs/classes/_saltcorn_data.models_role.Role.html +2 -2
- package/docs/classes/_saltcorn_data.models_table.Table.html +67 -65
- package/docs/classes/_saltcorn_data.models_table_constraints.TableConstraint.html +2 -2
- package/docs/classes/_saltcorn_data.models_tag.Tag.html +2 -2
- package/docs/classes/_saltcorn_data.models_tag_entry.TagEntry.html +2 -2
- package/docs/classes/_saltcorn_data.models_trigger.Trigger.html +22 -20
- package/docs/classes/_saltcorn_data.models_user.User.html +32 -32
- package/docs/classes/_saltcorn_data.models_view.View.html +16 -15
- package/docs/classes/_saltcorn_data.models_workflow.Workflow.html +2 -2
- package/docs/classes/_saltcorn_data.models_workflow_run.WorkflowRun.html +2 -2
- package/docs/classes/_saltcorn_data.models_workflow_step.WorkflowStep.html +2 -2
- package/docs/classes/_saltcorn_data.models_workflow_trace.MetaData.html +2 -2
- package/docs/classes/_saltcorn_data.models_workflow_trace.WorkflowTrace.html +2 -2
- package/docs/classes/_saltcorn_mobile-builder.mobile-builder.MobileBuilder.html +2 -3
- package/docs/classes/_saltcorn_mobile-builder.utils_capacitor-helper.CapacitorHelper.html +2 -2
- package/docs/enums/_saltcorn_common-code.relations_relation_types.RelationType.html +2 -2
- package/docs/enums/_saltcorn_common-code.relations_relation_types.ViewDisplayType.html +2 -2
- package/docs/functions/_saltcorn_admin-models.models_config-check.runConfigurationCheck.html +1 -1
- package/docs/functions/_saltcorn_common-code.relations_relation_helpers.buildRelationPath.html +1 -1
- package/docs/functions/_saltcorn_common-code.relations_relation_helpers.buildTableCaches.html +1 -1
- package/docs/functions/_saltcorn_common-code.relations_relation_helpers.parseLegacyRelation.html +1 -1
- package/docs/functions/_saltcorn_common-code.relations_relation_helpers.parseRelationPath.html +1 -1
- package/docs/functions/_saltcorn_common-code.tests_test_data.fixturesData.html +1 -1
- package/docs/functions/_saltcorn_common-code.tests_test_data.withAnotherUserField.html +1 -1
- package/docs/functions/_saltcorn_common-code.tests_test_data.withKeyFromLayerThree.html +1 -1
- package/docs/functions/_saltcorn_common-code.tests_test_data.withKeyFromLayerTwo.html +1 -1
- package/docs/functions/_saltcorn_common-code.tests_test_data.withMultipleInbounds.html +1 -1
- package/docs/functions/_saltcorn_common-code.tests_test_data.withSecondTopicField.html +1 -1
- package/docs/functions/_saltcorn_common-code.tests_test_data.withSimplePostTopicrelation.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.action_link.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.action_url.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.fill_presets.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.getForm.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.get_view_link_query.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.get_viewable_fields.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.get_viewable_fields_from_layout.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.make_link.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.objToQueryString.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.parse_view_select.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.setDateLocales.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.splitUniques.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.standardBlockDispatch.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.standardLayoutRowVisitor.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.transformForm.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.updateViewSelect.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.view_linker.html +1 -1
- package/docs/functions/_saltcorn_data.db_connect_mobile.getConnectObject.html +1 -1
- package/docs/functions/_saltcorn_data.db_reset_schema.reset.html +1 -1
- package/docs/functions/_saltcorn_data.diagram_cy_generate_utils.generateCyCode.html +1 -1
- package/docs/functions/_saltcorn_data.diagram_cy_generate_utils.genereateCyCfg.html +1 -1
- package/docs/functions/_saltcorn_data.diagram_node_extract_utils.buildObjectTrees.html +1 -1
- package/docs/functions/_saltcorn_data.diagram_node_extract_utils.extractFromColumns.html +1 -1
- package/docs/functions/_saltcorn_data.diagram_node_extract_utils.extractFromLayout.html +1 -1
- package/docs/functions/_saltcorn_data.diagram_node_extract_utils.extractViewToCreate.html +1 -1
- package/docs/functions/_saltcorn_data.migrate.create_blank_migration.html +1 -1
- package/docs/functions/_saltcorn_data.migrate.getMigrationsInDB.html +1 -1
- package/docs/functions/_saltcorn_data.migrate.migrate.html +1 -1
- package/docs/functions/_saltcorn_data.migrations_202102091312.js.html +1 -1
- package/docs/functions/_saltcorn_data.migrations_202210051058.js.html +1 -1
- package/docs/functions/_saltcorn_data.migrations_202210101540.js.html +1 -1
- package/docs/functions/_saltcorn_data.migrations_202304281224.js.html +1 -1
- package/docs/functions/_saltcorn_data.migrations_202307211459.js.html +1 -1
- package/docs/functions/_saltcorn_data.migrations_202502131103.js.html +1 -1
- package/docs/functions/_saltcorn_data.migrations_202508011455.js.html +1 -1
- package/docs/functions/_saltcorn_data.migrations_202510152058.js.html +1 -1
- package/docs/functions/_saltcorn_data.migrations_202603101553.sql_pg.html +1 -1
- package/docs/functions/_saltcorn_data.migrations_202604111200.js.html +1 -0
- package/docs/functions/_saltcorn_data.migrations_202604141200.js.html +1 -0
- package/docs/functions/_saltcorn_data.mobile-mocks_node_child_process.execSync.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs.createReadStream.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs.readdirSync.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs.writeFileSync.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.mkdir.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.readFile.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.readdir.html +1 -0
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.stat.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.unlink.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.writeFile.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_latest-version.latestVersion.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_v8.deserialize.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_v8.serialize.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_npm_env-paths.envPaths.html +1 -1
- package/docs/functions/_saltcorn_data.model-helper.get_predictor.html +1 -1
- package/docs/functions/_saltcorn_data.model-helper.run_jupyter_model.html +1 -1
- package/docs/functions/_saltcorn_data.model-helper.shorten_trackback.html +1 -1
- package/docs/functions/_saltcorn_data.model-helper.write_csv.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_async_json_stream.async_json_stream.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_query.aggregation_query_fields.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_query.getAggAndField.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_query.joinfield_renamer.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_query.process_aggregations.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.buildKeyFromRelative.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.copyObject.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.deleteObject.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.downloadBuffer.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.getPublicFileUrl.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.getResolvedBucket.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.getS3Client.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.getServeUrl.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.getSignedFileUrl.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.headObject.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.isS3Enabled.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.listS3Folder.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.publicUrlToRelativePath.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.relativeKeyToPath.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.setObjectMetadata.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.uploadBuffer.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_table_helper.boolExamples.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_table_helper.colorExamples.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_table_helper.floatExamples.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_table_helper.get_formula_examples.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_table_helper.intExamples.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_table_helper.stringExamples.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.build_schema_data.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.calcfldViewConfig.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.calcfldViewOptions.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.calcrelViewOptions.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.displayType.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.field_picker_fields.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.generate_joined_query.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.getActionConfigFields.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.get_child_views.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.get_inbound_relation_opts.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.get_inbound_self_relation_opts.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.get_link_view_opts.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.get_many_to_many_relation_opts.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.get_parent_views.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.initial_config_all_fields.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.json_list_to_external_table.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.link_view.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.pathToState.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.picked_fields_to_query.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.readState.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.readStateStrict.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.runCollabEvents.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.run_action_column.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.stateFieldsToQuery.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.stateFieldsToWhere.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.stateToQueryString.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.strictParseInt.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-testing.auto_test_plugin.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-testing.check_view_columns.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-testing.generate_attributes.html +1 -1
- package/docs/functions/_saltcorn_data.standard-menu.create_standard_menu.html +1 -1
- package/docs/functions/_saltcorn_data.tests_assertions.assertIsErrorMsg.html +1 -1
- package/docs/functions/_saltcorn_data.tests_assertions.assertIsErrorsMsg.html +1 -1
- package/docs/functions/_saltcorn_data.tests_assertions.assertIsRow.html +1 -1
- package/docs/functions/_saltcorn_data.tests_assertions.assertIsSet.html +1 -1
- package/docs/functions/_saltcorn_data.tests_assertions.assertIsType.html +1 -1
- package/docs/functions/_saltcorn_data.tests_assertions.assertsIsSuccessMessage.html +1 -1
- package/docs/functions/_saltcorn_data.tests_assertions.assertsObjectIsUser.html +1 -1
- package/docs/functions/_saltcorn_data.tests_common_helpers.createAnotherUserField.html +1 -1
- package/docs/functions/_saltcorn_data.tests_common_helpers.createKeyFromLevelTwo.html +1 -1
- package/docs/functions/_saltcorn_data.tests_common_helpers.createLevelThreeInbound.html +1 -1
- package/docs/functions/_saltcorn_data.tests_common_helpers.createMultipleInbounds.html +1 -1
- package/docs/functions/_saltcorn_data.tests_common_helpers.createSecondTopicField.html +1 -1
- package/docs/functions/_saltcorn_data.tests_common_helpers.prepareEmployeeDepartment.html +1 -1
- package/docs/functions/_saltcorn_data.tests_common_helpers.prepareSimpleTopicPostRelation.html +1 -1
- package/docs/functions/_saltcorn_data.tests_remote_query_helper.deleteViewFromServer.html +1 -1
- package/docs/functions/_saltcorn_data.tests_remote_query_helper.prepareQueryEnviroment.html +1 -1
- package/docs/functions/_saltcorn_data.tests_remote_query_helper.sendViewToServer.html +1 -1
- package/docs/functions/_saltcorn_data.translate.hasLLM.html +1 -1
- package/docs/functions/_saltcorn_data.translate.translate.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.ftsFieldsSqlExpr.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.mkSelectOptions.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.mkWhere.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.orderByIsObject.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.orderByIsOperator.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.prefixFieldsInWhere.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.sqlBinOp.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.sqlFun.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.sqlsanitize.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.sqlsanitizeAllowDots.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.subSelectWhere.html +1 -1
- package/docs/functions/_saltcorn_db-common.multi-tenant.enable_multi_tenant.html +1 -1
- package/docs/functions/_saltcorn_db-common.multi-tenant.getRequestContext.html +1 -1
- package/docs/functions/_saltcorn_db-common.multi-tenant.getTenantSchema.html +1 -1
- package/docs/functions/_saltcorn_db-common.multi-tenant.init.html +1 -1
- package/docs/functions/_saltcorn_db-common.multi-tenant.is_it_multi_tenant.html +1 -1
- package/docs/functions/_saltcorn_db-common.multi-tenant.runWithTenant.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.buildInsertBulkSql.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.buildInsertSql.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.commitAndBeginNewTransaction.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.doCount.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.doDeleteWhere.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.doListScTables.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.doListTables.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.doListUserDefinedTables.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.do_add_index.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.do_drop_index.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.mkVal.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.openOrUseTransaction.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.reprAsJson.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.slugify.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.tryCatchInTransaction.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.whenTransactionisFree.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.withTransaction.html +1 -1
- package/docs/functions/_saltcorn_markup.mktag.mkTag.html +1 -1
- package/docs/functions/_saltcorn_markup.tabs.tabs.html +1 -1
- package/docs/functions/_saltcorn_markup.workflow.renderWorkflow.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.androidFeatures.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.androidPermissions.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.buildTablesFile.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.copyPrepopulatedDb.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.copyServerFiles.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.copyShareExtFiles.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.copySiteLogo.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.copyTranslationFiles.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.createSqliteDb.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.extractDomain.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.generateAndroidVersionCode.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.hasAuthMethod.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyAndroidManifest.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyAppDelegate.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyConfigXml.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyGradleConfig.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyInfoPlist.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyShareViewController.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyXcodeProjectFile.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepAppIcon.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepareAppIcon.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepareBuildDir.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepareExportOptionsPlist.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepareSplashIcon.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepareSplashPage.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.runAddEntitlementsScript.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writeCapacitorConfig.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writeCfgFile.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writeDataExtractionRules.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writeEntitlementsPlist.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writeNetworkSecurityConfig.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writePodfile.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writePrivacyInfo.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_package-bundle-utils.bundleMobileAppCode.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_package-bundle-utils.bundlePackagesAndPlugins.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_package-bundle-utils.copyOptionalSource.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_package-bundle-utils.copyPluginMobileAppDirs.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_package-bundle-utils.copyPublicDirs.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.add_index.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.add_unique_constraint.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.count.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.deleteWhere.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.drop_index.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.drop_reset_schema.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.drop_unique_constraint.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.init.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.insert.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.insertRows.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.listScTables.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.listTables.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.listUserDefinedTables.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.query.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.select.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.selectMaybeOne.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.selectOne.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.setConnectionObject.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.tableExists.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.time.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.update.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.add_index.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.add_unique_constraint.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.begin.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.changeConnection.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.close.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.commit.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.count.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.deleteWhere.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.dropTable.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.dropTables.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.drop_index.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.drop_reset_schema.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.drop_unique_constraint.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.getVersion.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.get_db_filepath.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.get_sql_logging.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.init.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.insert.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.listScTables.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.listTables.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.listUserDefinedTables.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.query.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.rollback.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.select.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.selectMaybeOne.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.selectOne.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.set_sql_logging.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.sql_log.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.update.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.updateWhere.html +1 -1
- package/docs/functions/_saltcorn_types.base_types.instanceOWithHtmlFile.html +1 -1
- package/docs/functions/_saltcorn_types.base_types.instanceOfFieldViewEdit.html +1 -1
- package/docs/functions/_saltcorn_types.base_types.instanceOfFieldViewShow.html +1 -1
- package/docs/functions/_saltcorn_types.base_types.instanceOfPack.html +1 -1
- package/docs/functions/_saltcorn_types.common_types.instanceOfErrorMsg.html +1 -1
- package/docs/functions/_saltcorn_types.common_types.instanceOfSuccessMsg.html +1 -1
- package/docs/functions/_saltcorn_types.common_types.instanceOfType.html +1 -1
- package/docs/functions/_saltcorn_types.model-abstracts_abstract_field.instanceOfField.html +1 -1
- package/docs/functions/_saltcorn_types.model-abstracts_abstract_page.instanceOfPage.html +1 -1
- package/docs/functions/_saltcorn_types.model-abstracts_abstract_plugin.instanceOfPlugin.html +1 -1
- package/docs/functions/_saltcorn_types.model-abstracts_abstract_table.instanceOfTable.html +1 -1
- package/docs/functions/_saltcorn_types.model-abstracts_abstract_view.instanceOfView.html +1 -1
- package/docs/hierarchy.html +1 -1
- package/docs/interfaces/_saltcorn_db-common.dbtypes.UserLike.html +2 -2
- package/docs/interfaces/_saltcorn_markup.types.TagExports.html +2 -2
- package/docs/interfaces/_saltcorn_mobile-builder.utils_common-build-utils.ScCapacitorConfig.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_field.AbstractField.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_field.AbstractFieldRepeat.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_form.AbstractForm.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_page.AbstractPage.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_page_group.AbstractPageGroup.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_page_group_member.AbstractPageGroupMember.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_plugin.AbstractPlugin.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_role.AbstractRole.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_table.AbstractTable.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_tag.AbstractTag.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_tag_entry.AbstractTagEntry.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_trigger.AbstractTrigger.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_user.AbstractUser.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_user.ForUserRequest.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_workflow.AbstractWorkflow.html +2 -2
- package/docs/modules/_saltcorn_data.html +1 -1
- package/docs/modules/_saltcorn_data.migrations_202604091531.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202604111200.html +1 -0
- package/docs/modules/_saltcorn_data.migrations_202604141200.html +1 -0
- package/docs/modules/_saltcorn_data.mobile-mocks_node_fs.html +1 -1
- package/docs/modules/_saltcorn_data.mobile-mocks_node_fs_promises.html +1 -1
- package/docs/modules/_saltcorn_data.mobile-mocks_npm_npm-registry-fetch.html +1 -0
- package/docs/modules/_saltcorn_data.mobile-mocks_saltcorn_admin-models-tenant.html +1 -0
- package/docs/modules/_saltcorn_data.mobile-mocks_saltcorn_plugins-loader-plugin-installer.html +1 -0
- package/docs/modules/_saltcorn_data.mobile-mocks_saltcorn_plugins-loader-stable-versioning.html +1 -0
- package/docs/modules/_saltcorn_data.models_index.discovery.html +1 -1
- package/docs/types/_saltcorn_data.diagram_node_extract_utils.ExtractOpts.html +2 -2
- package/docs/types/_saltcorn_data.diagram_node_extract_utils.ExtractResult.html +2 -2
- package/docs/types/_saltcorn_data.diagram_nodes_node.NodeType.html +1 -1
- package/docs/types/_saltcorn_data.models_config.ConfigTypes.html +1 -1
- package/docs/types/_saltcorn_data.models_config.SingleConfig.html +1 -1
- package/docs/types/_saltcorn_data.models_eventlog.EventLogCfg.html +2 -2
- package/docs/types/_saltcorn_data.models_file.FileCfg.html +2 -2
- package/docs/types/_saltcorn_data.models_form.AdditionalButton.html +1 -1
- package/docs/types/_saltcorn_data.models_form.FormCfg.html +2 -2
- package/docs/types/_saltcorn_data.models_internal_push_message_helper.MobileSubscription.html +2 -2
- package/docs/types/_saltcorn_data.models_internal_push_message_helper.WebPushSubscription.html +2 -2
- package/docs/types/_saltcorn_data.models_internal_s3_helpers.S3HeadResult.html +1 -1
- package/docs/types/_saltcorn_data.models_internal_s3_helpers.S3ListResult.html +2 -2
- package/docs/types/_saltcorn_data.models_page_group.ScreenInfoParams.html +2 -2
- package/docs/types/_saltcorn_data.models_table.ChildRelations.html +2 -2
- package/docs/types/_saltcorn_data.models_table.ParentRelations.html +2 -2
- package/docs/types/_saltcorn_data.models_table.RelationData.html +2 -2
- package/docs/types/_saltcorn_data.models_tag_entry.TagEntryCfg.html +1 -1
- package/docs/types/_saltcorn_data.models_view.FindViewsPred.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.AggregationOptions.html +2 -2
- package/docs/types/_saltcorn_db-common.dbtypes.CoordOpts.html +2 -2
- package/docs/types/_saltcorn_db-common.dbtypes.DatabaseClient.html +2 -2
- package/docs/types/_saltcorn_db-common.dbtypes.JoinField.html +2 -2
- package/docs/types/_saltcorn_db-common.dbtypes.JoinFields.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.JoinOptions.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.JsonPath.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.JsonPathElem.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.Operator.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.PartialSome.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.PrimaryKeyValue.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.Row.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.SelectOptions.html +2 -2
- package/docs/types/_saltcorn_db-common.dbtypes.StrongRow.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.SubselectOptions.html +2 -2
- package/docs/types/_saltcorn_db-common.dbtypes.Value.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.Where.html +2 -2
- package/docs/types/_saltcorn_db-common.sqlite-commons.SqlAndValues.html +2 -2
- package/docs/types/_saltcorn_db-common.types.DbExportsType.html +2 -2
- package/docs/types/_saltcorn_db-common.types.GenObj.html +1 -1
- package/docs/types/_saltcorn_markup.emergency_layout.WrapParams.html +2 -2
- package/docs/types/_saltcorn_markup.helpers.CheckBoxGroupOpts.html +2 -2
- package/docs/types/_saltcorn_markup.helpers.PaginationOpts.html +2 -2
- package/docs/types/_saltcorn_markup.helpers.RadioGroupOpts.html +2 -2
- package/docs/types/_saltcorn_markup.helpers.SearchBarOpts.html +2 -2
- package/docs/types/_saltcorn_markup.layout.RenderOpts-1.html +2 -2
- package/docs/types/_saltcorn_markup.layout.RenderOpts.html +2 -2
- package/docs/types/_saltcorn_markup.mjml-layout.RenderOpts.html +2 -2
- package/docs/types/_saltcorn_markup.table.HeadersParams.html +2 -2
- package/docs/types/_saltcorn_markup.table.OptsParams.html +2 -2
- package/docs/types/_saltcorn_markup.types.AttributeVal.html +1 -1
- package/docs/types/_saltcorn_markup.types.Attributes.html +2 -2
- package/docs/types/_saltcorn_markup.types.ClassVal.html +1 -1
- package/docs/types/_saltcorn_markup.types.Element.html +1 -1
- package/docs/types/_saltcorn_markup.types.Falsy.html +1 -1
- package/docs/types/_saltcorn_markup.types.StyleVal.html +1 -1
- package/docs/types/_saltcorn_markup.types.TagFunction.html +1 -1
- package/docs/types/_saltcorn_mobile-builder.mobile-builder.IosCfg.html +2 -2
- package/docs/types/_saltcorn_mobile-builder.utils_capacitor-helper.CapacitorCfg.html +2 -2
- package/docs/types/_saltcorn_types.base_types.Action.html +5 -4
- package/docs/types/_saltcorn_types.base_types.AuthenticationMethod.html +2 -2
- package/docs/types/_saltcorn_types.base_types.CalcJoinfield.html +2 -2
- package/docs/types/_saltcorn_types.base_types.CapacitorPlugin.html +2 -2
- package/docs/types/_saltcorn_types.base_types.CodePagePack.html +2 -2
- package/docs/types/_saltcorn_types.base_types.Column.html +2 -2
- package/docs/types/_saltcorn_types.base_types.ConnectObjType.html +2 -2
- package/docs/types/_saltcorn_types.base_types.ConnectedObjects.html +2 -2
- package/docs/types/_saltcorn_types.base_types.CopilotSkill.html +2 -2
- package/docs/types/_saltcorn_types.base_types.ErrorObj.html +2 -2
- package/docs/types/_saltcorn_types.base_types.FieldLike.html +1 -1
- package/docs/types/_saltcorn_types.base_types.FieldView.html +1 -1
- package/docs/types/_saltcorn_types.base_types.Header.html +2 -2
- package/docs/types/_saltcorn_types.base_types.JoinFieldOption.html +2 -2
- package/docs/types/_saltcorn_types.base_types.Layout.html +1 -1
- package/docs/types/_saltcorn_types.base_types.MenuItem.html +2 -2
- package/docs/types/_saltcorn_types.base_types.MobileConfig.html +2 -3
- package/docs/types/_saltcorn_types.base_types.ModelPattern.html +6 -6
- package/docs/types/_saltcorn_types.base_types.Pack.html +2 -2
- package/docs/types/_saltcorn_types.base_types.Plugin.html +1 -1
- package/docs/types/_saltcorn_types.base_types.PluginFunction.html +3 -2
- package/docs/types/_saltcorn_types.base_types.PluginLayout.html +2 -2
- package/docs/types/_saltcorn_types.base_types.PluginRoute.html +2 -2
- package/docs/types/_saltcorn_types.base_types.PluginSourceType.html +1 -1
- package/docs/types/_saltcorn_types.base_types.PluginType.html +2 -2
- package/docs/types/_saltcorn_types.base_types.PluginWrap.html +1 -1
- package/docs/types/_saltcorn_types.base_types.PluginWrapArg.html +2 -2
- package/docs/types/_saltcorn_types.base_types.RelationOption.html +2 -2
- package/docs/types/_saltcorn_types.base_types.Req.html +2 -2
- package/docs/types/_saltcorn_types.base_types.Res.html +2 -2
- package/docs/types/_saltcorn_types.base_types.ResultType.html +2 -2
- package/docs/types/_saltcorn_types.base_types.RouteAction.html +1 -1
- package/docs/types/_saltcorn_types.base_types.RunExtra.html +1 -1
- package/docs/types/_saltcorn_types.base_types.SlugStepType.html +2 -2
- package/docs/types/_saltcorn_types.base_types.StepResType.html +1 -1
- package/docs/types/_saltcorn_types.base_types.SubField.html +2 -2
- package/docs/types/_saltcorn_types.base_types.TableProvider.html +2 -2
- package/docs/types/_saltcorn_types.base_types.TableQuery.html +2 -2
- package/docs/types/_saltcorn_types.base_types.Tablely.html +1 -1
- package/docs/types/_saltcorn_types.base_types.ViewTemplate.html +3 -2
- package/docs/types/_saltcorn_types.common_types.ErrorMessage.html +2 -2
- package/docs/types/_saltcorn_types.common_types.GenObj.html +1 -1
- package/docs/types/_saltcorn_types.common_types.ReqRes.html +2 -2
- package/docs/types/_saltcorn_types.common_types.ResultMessage.html +1 -1
- package/docs/types/_saltcorn_types.common_types.SuccessMessage.html +2 -2
- package/docs/types/_saltcorn_types.common_types.Type.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_event_log.EventLogPack.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_field.FieldCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_field.InputType.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_form.AdditionalButton.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_library.LibraryCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_library.LibraryPack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_model.ModelCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_model.ModelPack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_model_instance.ModelInstanceCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_model_instance.ModelInstancePack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_page.PageCfg.html +3 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_page.PagePack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_page_group.PageGroupCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_page_group.PageGroupPack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_page_group_member.PageGroupMemberCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_page_group_member.PageGroupMemberPack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_plugin.PluginCfg.html +3 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_plugin.PluginPack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_role.RoleCfg.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_role.RolePack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_table.TableCfg.html +3 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_table.TablePack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_tag.TagPack.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_tag_entry.TagEntryPack.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_trigger.TriggerCfg.html +3 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_trigger.TriggerPack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_view.ViewCfg.html +3 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_view.ViewPack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow.ConfigWorkflowStep.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow.RunResult.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow_run.WorkflowRunCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow_step.WorkflowStepCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow_step.WorkflowStepPack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow_trace.WorkflowTraceCfg.html +2 -2
- package/docs/variables/_saltcorn_admin-models..backup.create_backup.html +1 -1
- package/docs/variables/_saltcorn_admin-models..backup.create_csv_from_rows.html +1 -1
- package/docs/variables/_saltcorn_admin-models..backup.restore.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.add_to_menu.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.can_install_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.fetch_available_packs.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.fetch_pack_by_name.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.install_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.library_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.model_instance_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.model_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.page_group_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.page_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.plugin_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.role_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.table_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.trigger_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.uninstall_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.view_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..tenant.copy_tenant_template.html +1 -1
- package/docs/variables/_saltcorn_admin-models..tenant.create_tenant.html +1 -1
- package/docs/variables/_saltcorn_admin-models..tenant.deleteTenant.html +1 -1
- package/docs/variables/_saltcorn_admin-models..tenant.domain_sanitize.html +1 -1
- package/docs/variables/_saltcorn_admin-models..tenant.eachTenant.html +1 -1
- package/docs/variables/_saltcorn_admin-models..tenant.getAllTenantRows.html +1 -1
- package/docs/variables/_saltcorn_admin-models..tenant.getAllTenants.html +1 -1
- package/docs/variables/_saltcorn_admin-models..tenant.insertTenant.html +1 -1
- package/docs/variables/_saltcorn_admin-models..tenant.switchToTenant.html +1 -1
- package/docs/variables/_saltcorn_admin-models.models_backup.backup.html +1 -1
- package/docs/variables/_saltcorn_admin-models.pack.pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models.tenant.tenant.html +1 -1
- package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedFive.html +1 -1
- package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedFour.html +1 -1
- package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedOne.html +1 -1
- package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedSix.html +1 -1
- package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedThree.html +1 -1
- package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedTwo.html +1 -1
- package/docs/variables/_saltcorn_data..migrations.html +1 -1
- package/docs/variables/_saltcorn_data..plugin_helper.run_action_column.html +1 -1
- package/docs/variables/_saltcorn_data..utils.NotAuthorized.html +1 -1
- package/docs/variables/_saltcorn_data..utils.isPushEnabled.html +1 -1
- package/docs/variables/_saltcorn_data..utils.sleep.html +1 -1
- package/docs/variables/_saltcorn_data.base-plugin_actions.actions.html +13 -13
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.fieldviews.html +3 -3
- package/docs/variables/_saltcorn_data.base-plugin_fileview.fileviews.html +1 -1
- package/docs/variables/_saltcorn_data.base-plugin_index.index.html +15 -15
- package/docs/variables/_saltcorn_data.base-plugin_types.types.html +7 -7
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_edit.edit.html +1 -1
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_feed.feed.html +1 -1
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_filter.filter.html +1 -1
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_list.list.html +1 -1
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_listshowlist.listshowlist.html +1 -1
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_room.room-1.html +1 -1
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_room.room.html +1 -1
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_show.show.html +1 -1
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.edit_build_in_actions.html +1 -1
- package/docs/variables/_saltcorn_data.contract.contract.html +1 -1
- package/docs/variables/_saltcorn_data.db_connect.connect.html +1 -1
- package/docs/variables/_saltcorn_data.db_fa5-icons.fa5Icons.html +1 -1
- package/docs/variables/_saltcorn_data.db_fixtures.fixtures.html +1 -1
- package/docs/variables/_saltcorn_data.db_index.dbExports.html +1 -1
- package/docs/variables/_saltcorn_data.db_state.state.html +3 -3
- package/docs/variables/_saltcorn_data.migrations_202005141503.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202005241712.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202005251037.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202005282134.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202006022156.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202006051507.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202006240906.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202007091707.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202007202144.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202008031500.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202008051415.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202008121149.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202008121149.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202009112140.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202009112140.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202009181655.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202009221105.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202009231331.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202009301531.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202010231444.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202010251412.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202011021749.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202011051353.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202011111127.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202012011203.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202012100841.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202012281835.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202101061051.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202101141128.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202102091312.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202102101624.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202102172148.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202102261650.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202106102347.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202106112120.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202106120012.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202106120220.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202106121701.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202106121703.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202106121703.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202106251126.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202107281619.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202107302158.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202107302158.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202108022257.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202109201624.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202109301031.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202109301031.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202111290253.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202111290253.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202112282254.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202112282254.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202207022002.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202207252150.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202207252150.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202207261221.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202208101144.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202208101144.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202211040031.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202212112152.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202212112152.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202301130917.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202303201126.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202303201126.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202303221944.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202303221944.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202304281224.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202305031518.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202305031518.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202308211648.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202311011755.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202311011755.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202311231356.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202402071125.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202406260915.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202412051957.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202412051957.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202412111526.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202412111526.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202501081226.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202501081226.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202501201239.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202501262157.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202503071353.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202506050958.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202510110312.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202510110312.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202511081024.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202604091531.sql.html +1 -0
- package/docs/variables/_saltcorn_data.mobile-mocks_npm_npm-registry-fetch.npmRegistryFetch.html +1 -0
- package/docs/variables/_saltcorn_data.mobile-mocks_saltcorn_html-pdf-node.htmlPdfNode.html +1 -1
- package/docs/variables/_saltcorn_data.models_config.configExports.html +1 -1
- package/docs/variables/_saltcorn_data.models_discovery.discovery.html +6 -2
- package/docs/variables/_saltcorn_data.models_email.email.html +3 -3
- package/docs/variables/_saltcorn_data.models_expression.expression.html +3 -3
- package/docs/variables/_saltcorn_data.models_index.config.available_languages.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.config.check_email_mask.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.config.configTypes.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.config.deleteConfig.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.config.getAllConfig.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.config.getConfig.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.config.get_base_url.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.config.get_latest_npm_version.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.config.remove_from_menu.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.config.save_menu_items.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.config.setConfig.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.discovery.discover_tables.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.discovery.discoverable_tables.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.discovery.findType.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.discovery.get_existing_views.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.discovery.implement_discovery.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.discovery.make_field.html +1 -0
- package/docs/variables/_saltcorn_data.models_index.discovery.reconcile_table.html +7 -0
- package/docs/variables/_saltcorn_data.models_index.email.getMailTransport.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.email.send_verification_email.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.email.viewToEmailHtml.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.expression.apply_calculated_fields.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.expression.apply_calculated_fields_stored.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.expression.eval_expression.html +9 -1
- package/docs/variables/_saltcorn_data.models_index.expression.expressionValidator.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.expression.get_async_expression_function.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.expression.get_expression_function.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.expression.jsexprToWhere.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.expression.recalculate_for_stored.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.expression.transform_for_async.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.layout.eachView.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.layout.getStringsForI18n.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.layout.getViews.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.layout.translateLayout.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.layout.traverse.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.layout.traverseSync.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.random.all_views.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.random.fill_table_row.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.random.initial_view.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.random.random_table.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.scheduler.runScheduler.html +1 -1
- package/docs/variables/_saltcorn_data.models_layout.layout.html +1 -1
- package/docs/variables/_saltcorn_data.models_random.random.html +1 -1
- package/docs/variables/_saltcorn_data.models_scheduler.scheduler.html +1 -1
- package/docs/variables/_saltcorn_data.plugin-helper.add_free_variables_to_joinfields.html +1 -1
- package/docs/variables/_saltcorn_data.tests_mocks.mocks.html +1 -1
- package/docs/variables/_saltcorn_data.tests_remote_query_helper.renderEditInEditConfig.html +1 -1
- package/docs/variables/_saltcorn_data.utils.utils.html +11 -5
- package/docs/variables/_saltcorn_data.web-mobile-commons.webMobileCommons.html +1 -1
- package/docs/variables/_saltcorn_db-common.internal.dbCommonModulePath.html +1 -1
- package/docs/variables/_saltcorn_db-common.multi-tenant.tenantNamespace.html +1 -1
- package/docs/variables/_saltcorn_db-common.tenants.tenants.html +1 -1
- package/docs/variables/_saltcorn_markup..export_.html +1 -1
- package/docs/variables/_saltcorn_markup.builder.builder.html +1 -1
- package/docs/variables/_saltcorn_markup.emergency_layout.EmergencyLayoutExports.html +1 -1
- package/docs/variables/_saltcorn_markup.form.form.html +1 -1
- package/docs/variables/_saltcorn_markup.helpers.HelpersExports.html +1 -1
- package/docs/variables/_saltcorn_markup.layout.LayoutExports-1.html +1 -1
- package/docs/variables/_saltcorn_markup.layout.LayoutExports.html +1 -1
- package/docs/variables/_saltcorn_markup.layout_utils.layoutUtils.html +1 -1
- package/docs/variables/_saltcorn_markup.mjml-layout.LayoutExports.html +1 -1
- package/docs/variables/_saltcorn_markup.mjml-tags.tagsExports.html +1 -1
- package/docs/variables/_saltcorn_markup.table.TableExports.html +1 -1
- package/docs/variables/_saltcorn_markup.tags.tagsExports.html +1 -1
- package/docs/variables/_saltcorn_types..generators.generateBool.html +1 -1
- package/docs/variables/_saltcorn_types..generators.generateString.html +1 -1
- package/docs/variables/_saltcorn_types..generators.num_between.html +1 -1
- package/docs/variables/_saltcorn_types..generators.oneOf.html +1 -1
- package/docs/variables/_saltcorn_types.generators.generators.html +1 -1
- package/errors.js +4 -4
- package/help/Event channel and payload.tmd +5 -0
- package/help/Extra state formula.tmd +1 -1
- package/help/Group by formula.tmd +15 -0
- package/help/JavaScript action code.tmd +5 -1
- package/load_plugins.js +7 -398
- package/locales/ar.json +262 -1
- package/locales/de.json +264 -3
- package/locales/en.json +29 -9
- package/locales/es.json +265 -4
- package/locales/fr.json +263 -2
- package/locales/ur.json +273 -4
- package/markup/admin.js +14 -9
- package/markup/expression_blurb.js +1 -1
- package/package.json +14 -14
- package/public/monaco/loader.js +0 -2
- package/public/popper.min.js +0 -1
- package/public/saltcorn-builder.css +82 -0
- package/public/saltcorn-common.js +36 -2
- package/public/saltcorn.css +138 -0
- package/public/saltcorn.js +1457 -29
- package/public/socket.io.min.js +0 -1
- package/public/tabulator.min.js +2 -3
- package/public/tabulator_bootstrap4.min.css +1 -2
- package/public/tabulator_bootstrap5.min.css +1 -2
- package/routes/actions.js +224 -22
- package/routes/admin.js +71 -12
- package/routes/api.js +96 -60
- package/routes/delete.js +2 -5
- package/routes/edit.js +2 -5
- package/routes/entities.js +65 -1245
- package/routes/eventlog.js +47 -0
- package/routes/fields.js +125 -14
- package/routes/files.js +36 -4
- package/routes/homepage.js +4 -1
- package/routes/list.js +69 -11
- package/routes/packs.js +2 -3
- package/routes/page.js +18 -1
- package/routes/pageedit.js +1 -0
- package/routes/plugins.js +56 -21
- package/routes/scapi.js +1 -2
- package/routes/sync.js +183 -54
- package/routes/tables.js +492 -2
- package/routes/tenant.js +3 -3
- package/routes/utils.js +17 -6
- package/routes/viewedit.js +10 -6
- package/serve.js +35 -23
- package/tests/admin.test.js +5 -5
- package/tests/api.test.js +424 -2
- package/tests/auth.test.js +230 -1
- package/tests/fields.test.js +16 -0
- package/tests/files.test.js +43 -7
- package/tests/page.test.js +53 -0
- package/tests/plugin_install.test.js +132 -13
- package/tests/plugins.test.js +1 -2
- package/tests/sync.test.js +900 -18
- package/tests/view.test.js +32 -0
- package/wrapper.js +3 -1
package/locales/ar.json
CHANGED
|
@@ -1791,5 +1791,266 @@
|
|
|
1791
1791
|
"Finished translating %s strings.": "اكتمل ترجمة %s من السلاسل.",
|
|
1792
1792
|
"This is a Share extension profile": "هذا ملف تعريف امتداد المشاركة",
|
|
1793
1793
|
"App Group ID": "معرّف مجموعة التطبيق",
|
|
1794
|
-
"The App Group ID is used to share data between the main app and the Share extension.": "يُستخدم معرّف مجموعة التطبيق (App Group ID) لمشاركة البيانات بين التطبيق الرئيسي وامتداد المشاركة (Share extension)."
|
|
1794
|
+
"The App Group ID is used to share data between the main app and the Share extension.": "يُستخدم معرّف مجموعة التطبيق (App Group ID) لمشاركة البيانات بين التطبيق الرئيسي وامتداد المشاركة (Share extension).",
|
|
1795
|
+
"Text to display": "النص المراد عرضه",
|
|
1796
|
+
"Formula?": "معادلة؟",
|
|
1797
|
+
"Font family": "عائلة الخط",
|
|
1798
|
+
"Font size": "حجم الخط",
|
|
1799
|
+
"Label for Field": "تسمية الحقل",
|
|
1800
|
+
"Weight": "الوزن",
|
|
1801
|
+
"Line height": "ارتفاع السطر",
|
|
1802
|
+
"Class": "فئة",
|
|
1803
|
+
"Color": "اللون",
|
|
1804
|
+
"Click here": "انقر هنا",
|
|
1805
|
+
"Card properties": "خصائص البطاقة",
|
|
1806
|
+
"Card title": "عنوان البطاقة",
|
|
1807
|
+
"Click URL": "انقر على عنوان URL",
|
|
1808
|
+
"Card footer": "تذييل البطاقة",
|
|
1809
|
+
"Shadow": "ظل",
|
|
1810
|
+
"No padding": "بدون حشو",
|
|
1811
|
+
"Box": "مربع",
|
|
1812
|
+
"Contents": "المحتويات",
|
|
1813
|
+
"Align": "محاذاة",
|
|
1814
|
+
"Horizontal": "أفقي",
|
|
1815
|
+
"Left": "يسار",
|
|
1816
|
+
"Center": "الوسط",
|
|
1817
|
+
"Right": "صحيح",
|
|
1818
|
+
"Background": "الخلفية",
|
|
1819
|
+
"End": "نهاية",
|
|
1820
|
+
"Direction (°)": "الاتجاه (°)",
|
|
1821
|
+
"File field": "حقل الملف",
|
|
1822
|
+
"Size": "الحجم",
|
|
1823
|
+
"Footer": "تذييل الصفحة",
|
|
1824
|
+
"HTML element": "عنصر HTML",
|
|
1825
|
+
"Overflow": "تجاوز سعة التخزين",
|
|
1826
|
+
"Visible": "مرئي",
|
|
1827
|
+
"Hidden": "مخفي",
|
|
1828
|
+
"Scroll": "تمرير",
|
|
1829
|
+
"Auto": "تلقائي",
|
|
1830
|
+
"Opacity": "التعتيم",
|
|
1831
|
+
"Position": "الموضع",
|
|
1832
|
+
"Top": "أعلى",
|
|
1833
|
+
"Bottom": "الأسفل",
|
|
1834
|
+
"Expand to full page width": "توسيع إلى عرض الصفحة بالكامل",
|
|
1835
|
+
"Rotate °": "تدوير °",
|
|
1836
|
+
"Vertical": "عمودي",
|
|
1837
|
+
"Responsive widths": "عروض متجاوبة",
|
|
1838
|
+
"List of widths to serve resized images, e.g. 300, 400, 600": "قائمة بعروض تقديم الصور المُعاد تحجيمها، مثل 300 و400 و600",
|
|
1839
|
+
"Typography": "الطباعة",
|
|
1840
|
+
"Set text color": "تعيين لون النص",
|
|
1841
|
+
"Text": "نص",
|
|
1842
|
+
"Transform": "تحويل",
|
|
1843
|
+
"Rotate°": "تدوير°",
|
|
1844
|
+
"SkewX°": "انحراف X°",
|
|
1845
|
+
"SkewY°": "إمالة Y°",
|
|
1846
|
+
"ScaleX": "ScaleX",
|
|
1847
|
+
"ScaleY": "مقياس Y",
|
|
1848
|
+
"TranslateX": "ترانسليت إكس",
|
|
1849
|
+
"TranslateY": "ترجمةY",
|
|
1850
|
+
"Flex properties": "خصائص المرونة",
|
|
1851
|
+
"Flex item": "عنصر فليكس",
|
|
1852
|
+
"Grow": "ينمو",
|
|
1853
|
+
"Shrink": "تقليص",
|
|
1854
|
+
"Flex container": "حاوية مرنة",
|
|
1855
|
+
"Wrap": "التفاف",
|
|
1856
|
+
"Justify content": "محاذاة المحتوى وتبريره",
|
|
1857
|
+
"Align items": "محاذاة العناصر",
|
|
1858
|
+
"Align content": "محاذاة المحتوى",
|
|
1859
|
+
"Animate": "تحريك",
|
|
1860
|
+
"Animation": "رسوم متحركة",
|
|
1861
|
+
"Duration (s)": "المدة (ثانية)",
|
|
1862
|
+
"Delay (s)": "التأخير (ثانية)",
|
|
1863
|
+
"Initially hidden": "مخفي في البداية",
|
|
1864
|
+
"Show if...": "اعرض إذا...",
|
|
1865
|
+
"Formula - show if true": "صيغة - إظهار إذا كانت صحيحة",
|
|
1866
|
+
"Example: x === y": "مثال: x === y",
|
|
1867
|
+
"FORMULA": "صيغة",
|
|
1868
|
+
"Owner": "المالك",
|
|
1869
|
+
"Min screen width": "الحد الأدنى لعرض الشاشة",
|
|
1870
|
+
"Max screen width": "الحد الأقصى لعرض الشاشة",
|
|
1871
|
+
"Container link": "رابط الحاوية",
|
|
1872
|
+
"Click action": "إجراء النقر",
|
|
1873
|
+
"Hover color": "لون التمرير",
|
|
1874
|
+
"Class, ID and CSS": "الصنف، المعرّف (ID)، وCSS",
|
|
1875
|
+
"Custom class": "فئة مخصصة",
|
|
1876
|
+
"Row variable": "متغير الصف",
|
|
1877
|
+
"Rows limit": "حد الصفوف",
|
|
1878
|
+
"Label (leave blank for default)": "التسمية (اتركه فارغًا لاستخدام القيمة الافتراضية)",
|
|
1879
|
+
"Spinner on click": "مؤشر تحميل عند النقر",
|
|
1880
|
+
"This is the submit action": "هذا هو إجراء الإرسال",
|
|
1881
|
+
"Steps": "الخطوات",
|
|
1882
|
+
"Only if... (formula)": "فقط إذا... (صيغة)",
|
|
1883
|
+
"Step configuration:": "تهيئة الخطوة:",
|
|
1884
|
+
"Open Code Popup": "نافذة منبثقة لفتح الكود",
|
|
1885
|
+
"Configure this action": "تهيئة هذا الإجراء",
|
|
1886
|
+
"Warning button": "زر التحذير",
|
|
1887
|
+
"Info button": "زر المعلومات",
|
|
1888
|
+
"Success outline button": "زر مخطط النجاح",
|
|
1889
|
+
"Danger outline button": "زر تحديد خارجي للخطر",
|
|
1890
|
+
"Warning outline button": "زر مخطط التحذير",
|
|
1891
|
+
"Info outline button": "زر مخطط المعلومات",
|
|
1892
|
+
"Button custom color": "لون مخصص للزر",
|
|
1893
|
+
"Run on Page Load": "تشغيل عند تحميل الصفحة",
|
|
1894
|
+
"Extra Small": "صغير جدًا",
|
|
1895
|
+
"Column properties": "خصائص العمود",
|
|
1896
|
+
"Number of columns": "عدد الأعمدة",
|
|
1897
|
+
"Widths & Breakpoint": "العروض ونقطة التوقف",
|
|
1898
|
+
"Column %s": "العمود %s",
|
|
1899
|
+
"Width": "العرض",
|
|
1900
|
+
"Breakpoint": "نقطة توقّف",
|
|
1901
|
+
"none": "لا شيء",
|
|
1902
|
+
"Column settings": "إعدادات العمود",
|
|
1903
|
+
"Settings for column #": "إعدادات العمود #",
|
|
1904
|
+
"Column number": "رقم العمود",
|
|
1905
|
+
"Horizontal 0-5": "أفقي 0-5",
|
|
1906
|
+
"Vertical 0-5": "عمودي 0-5",
|
|
1907
|
+
"CSS": "أوراق الأنماط المتتالية",
|
|
1908
|
+
"Page break": "فاصل صفحة",
|
|
1909
|
+
"Horizontal rule": "خط أفقي",
|
|
1910
|
+
"HTML Code": "كود HTML",
|
|
1911
|
+
"Access fields with <code>{{ var_name }}</code>": "الوصول إلى الحقول باستخدام <code>{{ var_name }}</code>",
|
|
1912
|
+
"HTML": "HTML",
|
|
1913
|
+
"No images Available": "لا توجد صور متاحة",
|
|
1914
|
+
"Select image": "اختر صورة",
|
|
1915
|
+
"Preview shown in canvas is indicative": "المعاينة المعروضة في لوحة الرسم إرشادية",
|
|
1916
|
+
"Alt text": "النص البديل",
|
|
1917
|
+
"Object fit": "ملاءمة الكائن",
|
|
1918
|
+
"Link source": "ربط المصدر",
|
|
1919
|
+
"Page Group": "مجموعة الصفحات",
|
|
1920
|
+
"State Formula": "صيغة الحالة",
|
|
1921
|
+
"Nofollow": "عدم المتابعة",
|
|
1922
|
+
"Transfer state": "حالة النقل",
|
|
1923
|
+
"shared": "مشترك",
|
|
1924
|
+
"fixed": "ثابت",
|
|
1925
|
+
"local": "محلي",
|
|
1926
|
+
"State": "الحالة",
|
|
1927
|
+
"Configure this view": "قم بتهيئة هذا العرض",
|
|
1928
|
+
"Configure this": "قم بتهيئة هذا",
|
|
1929
|
+
"Previews shown in canvas are indicative based on random rows": "المعاينات المعروضة على لوحة الرسم هي إرشادية استنادًا إلى صفوف عشوائية",
|
|
1930
|
+
"On change action": "إجراء عند التغيير",
|
|
1931
|
+
"View to embed": "عرض للتضمين",
|
|
1932
|
+
"View to show": "عرض لإظهار",
|
|
1933
|
+
"has no relations": "لا توجد له أي علاقات",
|
|
1934
|
+
"View state fields": "حقول حالة العرض",
|
|
1935
|
+
"View to link to": "عرض للربط إلى",
|
|
1936
|
+
"Placement": "الموضع",
|
|
1937
|
+
"Open independently": "افتح بشكل مستقل",
|
|
1938
|
+
"Deep link": "رابط عميق",
|
|
1939
|
+
"Server rendering": "تصيير الخادم",
|
|
1940
|
+
"Identifier": "المُعرّف",
|
|
1941
|
+
"Initially closed": "مغلق مبدئيًا",
|
|
1942
|
+
"Disable inactive inputs": "تعطيل المدخلات غير النشطة",
|
|
1943
|
+
"(empty)": "(فارغ)",
|
|
1944
|
+
"Page to embed": "صفحة للتضمين",
|
|
1945
|
+
"Edit this page": "حرّر هذه الصفحة",
|
|
1946
|
+
"Child table field": "حقل الجدول الفرعي",
|
|
1947
|
+
"Percent true": "نسبة صحيح",
|
|
1948
|
+
"Percent false": "نسبة مئوية خاطئة",
|
|
1949
|
+
"Earliest": "الأقدم",
|
|
1950
|
+
"Search...": "بحث...",
|
|
1951
|
+
"Has Dropdown": "يحتوي على قائمة منسدلة",
|
|
1952
|
+
"Show current state badges": "إظهار شارات الحالة الحالية",
|
|
1953
|
+
"Autofocus": "التركيز التلقائي",
|
|
1954
|
+
"Relations": "العلاقات",
|
|
1955
|
+
"Join field": "حقل ربط",
|
|
1956
|
+
"Neutral label": "تسمية محايدة",
|
|
1957
|
+
"Full width": "بعرض كامل",
|
|
1958
|
+
"All options": "جميع الخيارات",
|
|
1959
|
+
"Apply select2": "تطبيق select2",
|
|
1960
|
+
"Set label": "تعيين التسمية",
|
|
1961
|
+
"Value": "قيمة",
|
|
1962
|
+
"Both": "كلاهما",
|
|
1963
|
+
"Preset": "إعداد مسبق",
|
|
1964
|
+
"Button style": "نمط الزر",
|
|
1965
|
+
"Small block": "كتلة صغيرة",
|
|
1966
|
+
"primary": "أساسي",
|
|
1967
|
+
"secondary": "ثانوي",
|
|
1968
|
+
"success": "نجاح",
|
|
1969
|
+
"danger": "خطر",
|
|
1970
|
+
"warning": "تحذير",
|
|
1971
|
+
"info": "معلومات",
|
|
1972
|
+
"light": "فاتح",
|
|
1973
|
+
"dark": "داكن",
|
|
1974
|
+
"Number of things": "عدد العناصر",
|
|
1975
|
+
"Move left": "حرّك إلى اليسار",
|
|
1976
|
+
"Move right": "تحرّك إلى اليمين",
|
|
1977
|
+
"Margin": "الهامش",
|
|
1978
|
+
"Border": "الحدود",
|
|
1979
|
+
"Padding": "الحشو",
|
|
1980
|
+
"min width": "الحد الأدنى للعرض",
|
|
1981
|
+
"max width": "الحد الأقصى للعرض",
|
|
1982
|
+
"min height": "الحد الأدنى للارتفاع",
|
|
1983
|
+
"max height": "الارتفاع الأقصى",
|
|
1984
|
+
"radius": "نصف القطر",
|
|
1985
|
+
"Click above to select a property to adjust.": "انقر أعلاه لتحديد خاصية لضبطها.",
|
|
1986
|
+
"Click a label (margin, border, padding) to adjust all edges.": "انقر على تسمية (الهامش، الحد، الحشو) لضبط جميع الحواف.",
|
|
1987
|
+
"Click an edge to adjust that edge.": "انقر على حافة لضبط تلك الحافة.",
|
|
1988
|
+
"Click center to adjust height and width": "انقر على المركز لضبط الارتفاع والعرض",
|
|
1989
|
+
"Drop direction": "اتجاه الإفلات",
|
|
1990
|
+
"showif": "إظهار إذا",
|
|
1991
|
+
"(same table)": "(نفس الجدول)",
|
|
1992
|
+
"None (no relation)": "لا شيء (لا علاقة)",
|
|
1993
|
+
"invalid relation": "علاقة غير صالحة",
|
|
1994
|
+
"logged in user": "المستخدم الذي قام بتسجيل الدخول",
|
|
1995
|
+
"Bootstrap style": "نمط بوتستراب",
|
|
1996
|
+
"Striped": "مخطّط بخطوط طولية",
|
|
1997
|
+
"Bordered": "ذو حدود",
|
|
1998
|
+
"Borderless": "بلا حدود",
|
|
1999
|
+
"Auto width": "عرض تلقائي",
|
|
2000
|
+
"Block display": "عرض الكتل",
|
|
2001
|
+
"Inline display": "العرض المضمّن",
|
|
2002
|
+
"Calculated formula": "صيغة محسوبة",
|
|
2003
|
+
"Set color": "تعيين اللون",
|
|
2004
|
+
"Hover title": "عنوان التحويم",
|
|
2005
|
+
"settings": "الإعدادات",
|
|
2006
|
+
"elements selected": "العناصر المحددة",
|
|
2007
|
+
"Multi-selection active. Use Shift+Click to add/remove elements.": "التحديد المتعدد مفعّل. استخدم Shift+Click لإضافة العناصر أو إزالتها.",
|
|
2008
|
+
"Delete contents": "حذف المحتويات",
|
|
2009
|
+
"Duplicate element with its children": "تكرار العنصر مع العناصر الفرعية التابعة له",
|
|
2010
|
+
"No element selected": "لم يتم تحديد أي عنصر",
|
|
2011
|
+
"Components": "المكوّنات",
|
|
2012
|
+
"Layers": "الطبقات",
|
|
2013
|
+
"Add column": "إضافة عمود",
|
|
2014
|
+
"Undo": "تراجع",
|
|
2015
|
+
"Redo": "إعادة تنفيذ",
|
|
2016
|
+
"Enlarge": "تكبير",
|
|
2017
|
+
"your work is not being saved": "عملك لا يتم حفظه",
|
|
2018
|
+
"Missing mode": "الوضع مفقود",
|
|
2019
|
+
"Split into columns": "تقسيم إلى أعمدة",
|
|
2020
|
+
"Tabbed content": "محتوى بعلامات تبويب",
|
|
2021
|
+
"Line break": "فاصل سطر",
|
|
2022
|
+
"HTML code": "كود HTML",
|
|
2023
|
+
"Break": "فاصل",
|
|
2024
|
+
"Contain": "يحتوي",
|
|
2025
|
+
"Dropdown filter": "عامل تصفية قائمة منسدلة",
|
|
2026
|
+
"Dropdown menu": "قائمة منسدلة",
|
|
2027
|
+
"Embed a page": "تضمين صفحة",
|
|
2028
|
+
"Toggle filter": "تبديل عامل التصفية",
|
|
2029
|
+
"Link to a view": "ربط بعرض",
|
|
2030
|
+
"Action button": "زر الإجراء",
|
|
2031
|
+
"Network connection lost": "تم فقدان الاتصال بالشبكة",
|
|
2032
|
+
"Unable to save": "غير قادر على الحفظ",
|
|
2033
|
+
"Toggle deep search (Alt+S)": "تبديل البحث العميق (Alt+S)",
|
|
2034
|
+
"Manage tags": "إدارة العلامات",
|
|
2035
|
+
"Download pack for selected modules/packs": "تنزيل حزمة للوحدات/الحزم المحددة",
|
|
2036
|
+
"Download pack": "تنزيل الحزمة",
|
|
2037
|
+
"Select write role": "حدد دور الكتابة",
|
|
2038
|
+
"Set write role": "تعيين دور الكتابة",
|
|
2039
|
+
"Apply write role to selected tables": "تطبيق دور الكتابة على الجداول المحددة",
|
|
2040
|
+
"Set write": "تعيين الكتابة",
|
|
2041
|
+
"Select access role": "اختر دور الوصول",
|
|
2042
|
+
"Set access role": "تعيين دور الوصول",
|
|
2043
|
+
"Apply access role to selected": "تطبيق دور الوصول على المحدد",
|
|
2044
|
+
"Set access": "تعيين الوصول",
|
|
2045
|
+
"Select tag to apply": "اختر الوسم للتطبيق",
|
|
2046
|
+
"Apply tag to selected": "تطبيق وسم على المحدد",
|
|
2047
|
+
"Apply tag": "تطبيق الوسم",
|
|
2048
|
+
"Keyboard shortcut": "اختصار لوحة المفاتيح",
|
|
2049
|
+
"e.g. <code>Alt+k</code> or <code>Ctrl+Alt+k</code> or <code>Ctrl+Space</code>. Modifier keys: <code>Alt</code>, <code>Ctrl</code>, <code>Shift</code>, <code>Meta</code>": "مثلاً: <code>Alt+k</code> أو <code>Ctrl+Alt+k</code> أو <code>Ctrl+Space</code>. مفاتيح التعديل: <code>Alt</code>، <code>Ctrl</code>، <code>Shift</code>، <code>Meta</code>",
|
|
2050
|
+
"Tree field": "حقل الشجرة",
|
|
2051
|
+
"A field that is Key to own table": "حقل يُعد مفتاحًا للجدول الخاص به",
|
|
2052
|
+
"Field names are limited to 63 characters": "أسماء الحقول محدودة بـ 63 حرفًا",
|
|
2053
|
+
"Welcome to %s!": "مرحبًا بك في %s!",
|
|
2054
|
+
"Admin dashboard": "لوحة تحكم المسؤول",
|
|
2055
|
+
"All entities list": "قائمة جميع الكيانات"
|
|
1795
2056
|
}
|
package/locales/de.json
CHANGED
|
@@ -1135,7 +1135,7 @@
|
|
|
1135
1135
|
"In user menu": "Im Benutzermenü",
|
|
1136
1136
|
"Show notifications in the user menu": "Benachrichtigungen im Benutzermenü anzeigen",
|
|
1137
1137
|
"Notification settings": "Benachrichtigungseinstellungen",
|
|
1138
|
-
"PWA": "
|
|
1138
|
+
"PWA": "Progressive Web App",
|
|
1139
1139
|
"Progressive Web Application": "Progressive Web-Anwendung",
|
|
1140
1140
|
"Display": "Anzeige",
|
|
1141
1141
|
"Progressive Web Application enabled": "Progressive Web Application aktiviert",
|
|
@@ -1645,7 +1645,7 @@
|
|
|
1645
1645
|
"Push icon": "Push-Symbol",
|
|
1646
1646
|
"Push badge": "Push-Badge",
|
|
1647
1647
|
"Web push": "Web-Push",
|
|
1648
|
-
"Native Android": "
|
|
1648
|
+
"Native Android": "Natives Android",
|
|
1649
1649
|
"Firebase JSON key": "Firebase-JSON-Schlüssel",
|
|
1650
1650
|
"This is your Firebase Service Account JSON key file. ": "Dies ist Ihre JSON-Schlüsseldatei für das Firebase-Dienstkonto.",
|
|
1651
1651
|
"Serve HTML files": "HTML-Dateien ausliefern",
|
|
@@ -1795,5 +1795,266 @@
|
|
|
1795
1795
|
"Finished translating %s strings.": "Übersetzung von %s Zeichenketten abgeschlossen.",
|
|
1796
1796
|
"This is a Share extension profile": "Dies ist ein Profil für eine Share-Erweiterung.",
|
|
1797
1797
|
"App Group ID": "App-Gruppen-ID",
|
|
1798
|
-
"The App Group ID is used to share data between the main app and the Share extension.": "Die App-Gruppen-ID wird verwendet, um Daten zwischen der Hauptanwendung und der Share-Erweiterung zu teilen."
|
|
1798
|
+
"The App Group ID is used to share data between the main app and the Share extension.": "Die App-Gruppen-ID wird verwendet, um Daten zwischen der Hauptanwendung und der Share-Erweiterung zu teilen.",
|
|
1799
|
+
"Text to display": "Anzuzeigender Text",
|
|
1800
|
+
"Formula?": "Formel?",
|
|
1801
|
+
"Font family": "Schriftfamilie",
|
|
1802
|
+
"Font size": "Schriftgröße",
|
|
1803
|
+
"Label for Field": "Bezeichnung für Feld",
|
|
1804
|
+
"Weight": "Gewichtung",
|
|
1805
|
+
"Line height": "Zeilenhöhe",
|
|
1806
|
+
"Class": "Klasse",
|
|
1807
|
+
"Color": "Farbe",
|
|
1808
|
+
"Click here": "Hier klicken",
|
|
1809
|
+
"Card properties": "Karten-Eigenschaften",
|
|
1810
|
+
"Card title": "Kartentitel",
|
|
1811
|
+
"Click URL": "URL anklicken",
|
|
1812
|
+
"Card footer": "Kartenfußzeile",
|
|
1813
|
+
"Shadow": "Schatten",
|
|
1814
|
+
"No padding": "Kein Padding",
|
|
1815
|
+
"Box": "Feld",
|
|
1816
|
+
"Contents": "Inhalte",
|
|
1817
|
+
"Align": "Ausrichten",
|
|
1818
|
+
"Horizontal": "Horizontal",
|
|
1819
|
+
"Left": "Links",
|
|
1820
|
+
"Center": "Zentrieren",
|
|
1821
|
+
"Right": "Richtig",
|
|
1822
|
+
"Background": "Hintergrund",
|
|
1823
|
+
"End": "Ende",
|
|
1824
|
+
"Direction (°)": "Richtung (°)",
|
|
1825
|
+
"File field": "Dateifeld",
|
|
1826
|
+
"Size": "Größe",
|
|
1827
|
+
"Footer": "Fußzeile",
|
|
1828
|
+
"HTML element": "HTML-Element",
|
|
1829
|
+
"Overflow": "Überlauf",
|
|
1830
|
+
"Visible": "Sichtbar",
|
|
1831
|
+
"Hidden": "Ausgeblendet",
|
|
1832
|
+
"Scroll": "Scrollen",
|
|
1833
|
+
"Auto": "Auto",
|
|
1834
|
+
"Opacity": "Deckkraft",
|
|
1835
|
+
"Position": "Position",
|
|
1836
|
+
"Top": "Oben",
|
|
1837
|
+
"Bottom": "Unten",
|
|
1838
|
+
"Expand to full page width": "Auf volle Seitenbreite erweitern",
|
|
1839
|
+
"Rotate °": "Drehen °",
|
|
1840
|
+
"Vertical": "Vertikal",
|
|
1841
|
+
"Responsive widths": "Responsive Breiten",
|
|
1842
|
+
"List of widths to serve resized images, e.g. 300, 400, 600": "Liste der Breiten, um skalierte Bilder bereitzustellen, z. B. 300, 400, 600",
|
|
1843
|
+
"Typography": "Typografie",
|
|
1844
|
+
"Set text color": "Textfarbe festlegen",
|
|
1845
|
+
"Text": "Text",
|
|
1846
|
+
"Transform": "Transformieren",
|
|
1847
|
+
"Rotate°": "Drehen°",
|
|
1848
|
+
"SkewX°": "SkewX°",
|
|
1849
|
+
"SkewY°": "SkewY°",
|
|
1850
|
+
"ScaleX": "ScaleX",
|
|
1851
|
+
"ScaleY": "SkalierungY",
|
|
1852
|
+
"TranslateX": "TranslateX",
|
|
1853
|
+
"TranslateY": "ÜbersetzenY",
|
|
1854
|
+
"Flex properties": "Flex-Eigenschaften",
|
|
1855
|
+
"Flex item": "Flex-Element",
|
|
1856
|
+
"Grow": "Wachsen",
|
|
1857
|
+
"Shrink": "Verkleinern",
|
|
1858
|
+
"Flex container": "Flex-Container",
|
|
1859
|
+
"Wrap": "Umschließen",
|
|
1860
|
+
"Justify content": "Inhalt ausrichten",
|
|
1861
|
+
"Align items": "Elemente ausrichten",
|
|
1862
|
+
"Align content": "Inhalt ausrichten",
|
|
1863
|
+
"Animate": "Animieren",
|
|
1864
|
+
"Animation": "Animation",
|
|
1865
|
+
"Duration (s)": "Dauer (s)",
|
|
1866
|
+
"Delay (s)": "Verzögerung (s)",
|
|
1867
|
+
"Initially hidden": "Anfangs ausgeblendet",
|
|
1868
|
+
"Show if...": "Anzeigen, ob...",
|
|
1869
|
+
"Formula - show if true": "Formel – anzeigen, wenn wahr",
|
|
1870
|
+
"Example: x === y": "Beispiel: x === y",
|
|
1871
|
+
"FORMULA": "FORMEL",
|
|
1872
|
+
"Owner": "Eigentümer",
|
|
1873
|
+
"Min screen width": "Minimale Bildschirmbreite",
|
|
1874
|
+
"Max screen width": "Maximale Bildschirmbreite",
|
|
1875
|
+
"Container link": "Container-Link",
|
|
1876
|
+
"Click action": "Klickaktion",
|
|
1877
|
+
"Hover color": "Hover-Farbe",
|
|
1878
|
+
"Class, ID and CSS": "Klasse, ID und CSS",
|
|
1879
|
+
"Custom class": "Benutzerdefinierte Klasse",
|
|
1880
|
+
"Row variable": "Zeilenvariable",
|
|
1881
|
+
"Rows limit": "Zeilenlimit",
|
|
1882
|
+
"Label (leave blank for default)": "Bezeichnung (leer lassen für Standard)",
|
|
1883
|
+
"Spinner on click": "Spinner beim Klicken",
|
|
1884
|
+
"This is the submit action": "Dies ist die Absendeaktion",
|
|
1885
|
+
"Steps": "Schritte",
|
|
1886
|
+
"Only if... (formula)": "Nur wenn … (Formel)",
|
|
1887
|
+
"Step configuration:": "Schrittkonfiguration:",
|
|
1888
|
+
"Open Code Popup": "Code-Popup öffnen",
|
|
1889
|
+
"Configure this action": "Diese Aktion konfigurieren",
|
|
1890
|
+
"Warning button": "Warnschaltfläche",
|
|
1891
|
+
"Info button": "Info-Schaltfläche",
|
|
1892
|
+
"Success outline button": "Schaltfläche „Erfolgsübersicht“",
|
|
1893
|
+
"Danger outline button": "Gefahrenkontur-Schaltfläche",
|
|
1894
|
+
"Warning outline button": "Schaltfläche „Warnumriss“",
|
|
1895
|
+
"Info outline button": "Infogliederungsschaltfläche",
|
|
1896
|
+
"Button custom color": "Benutzerdefinierte Schaltflächenfarbe",
|
|
1897
|
+
"Run on Page Load": "Beim Laden der Seite ausführen",
|
|
1898
|
+
"Extra Small": "Extra klein",
|
|
1899
|
+
"Column properties": "Spalteneigenschaften",
|
|
1900
|
+
"Number of columns": "Anzahl der Spalten",
|
|
1901
|
+
"Widths & Breakpoint": "Breiten & Breakpoint",
|
|
1902
|
+
"Column %s": "Spalte %s",
|
|
1903
|
+
"Width": "Breite",
|
|
1904
|
+
"Breakpoint": "Haltepunkt",
|
|
1905
|
+
"none": "keine",
|
|
1906
|
+
"Column settings": "Spalteneinstellungen",
|
|
1907
|
+
"Settings for column #": "Einstellungen für Spalte #",
|
|
1908
|
+
"Column number": "Spaltennummer",
|
|
1909
|
+
"Horizontal 0-5": "Horizontal 0–5",
|
|
1910
|
+
"Vertical 0-5": "Vertikal 0–5",
|
|
1911
|
+
"CSS": "CSS",
|
|
1912
|
+
"Page break": "Seitenumbruch",
|
|
1913
|
+
"Horizontal rule": "Horizontale Trennlinie",
|
|
1914
|
+
"HTML Code": "HTML-Code",
|
|
1915
|
+
"Access fields with <code>{{ var_name }}</code>": "Auf Felder mit <code>{{ var_name }}</code> zugreifen",
|
|
1916
|
+
"HTML": "HTML",
|
|
1917
|
+
"No images Available": "Keine Bilder verfügbar",
|
|
1918
|
+
"Select image": "Bild auswählen",
|
|
1919
|
+
"Preview shown in canvas is indicative": "Die in der Canvas angezeigte Vorschau ist indikativ.",
|
|
1920
|
+
"Alt text": "Alt-Text",
|
|
1921
|
+
"Object fit": "Objektanpassung",
|
|
1922
|
+
"Link source": "Link-Quelle",
|
|
1923
|
+
"Page Group": "Seitengruppe",
|
|
1924
|
+
"State Formula": "Statusformel",
|
|
1925
|
+
"Nofollow": "Nofollow",
|
|
1926
|
+
"Transfer state": "Übertragungsstatus",
|
|
1927
|
+
"shared": "geteilt",
|
|
1928
|
+
"fixed": "behoben",
|
|
1929
|
+
"local": "lokal",
|
|
1930
|
+
"State": "Status",
|
|
1931
|
+
"Configure this view": "Diese Ansicht konfigurieren",
|
|
1932
|
+
"Configure this": "Konfiguriere dies",
|
|
1933
|
+
"Previews shown in canvas are indicative based on random rows": "Die im Canvas angezeigten Vorschauen sind indikativ und basieren auf zufällig ausgewählten Tabellenzeilen.",
|
|
1934
|
+
"On change action": "Bei Änderung ausführen-Aktion",
|
|
1935
|
+
"View to embed": "Ansicht zum Einbetten",
|
|
1936
|
+
"View to show": "Ansicht zum Anzeigen",
|
|
1937
|
+
"has no relations": "hat keine Beziehungen",
|
|
1938
|
+
"View state fields": "Ansichtszustandsfelder",
|
|
1939
|
+
"View to link to": "Ansicht zum Verlinken mit",
|
|
1940
|
+
"Placement": "Platzierung",
|
|
1941
|
+
"Open independently": "Unabhängig öffnen",
|
|
1942
|
+
"Deep link": "Deep-Link",
|
|
1943
|
+
"Server rendering": "Server-Rendering",
|
|
1944
|
+
"Identifier": "Bezeichner",
|
|
1945
|
+
"Initially closed": "Anfangs geschlossen",
|
|
1946
|
+
"Disable inactive inputs": "Inaktive Eingabefelder deaktivieren",
|
|
1947
|
+
"(empty)": "(leer)",
|
|
1948
|
+
"Page to embed": "Seite zum Einbetten",
|
|
1949
|
+
"Edit this page": "Diese Seite bearbeiten",
|
|
1950
|
+
"Child table field": "Feld der untergeordneten Tabelle",
|
|
1951
|
+
"Percent true": "Prozent wahr",
|
|
1952
|
+
"Percent false": "Prozent falsch",
|
|
1953
|
+
"Earliest": "Früheste",
|
|
1954
|
+
"Search...": "Suchen...",
|
|
1955
|
+
"Has Dropdown": "Hat Dropdown",
|
|
1956
|
+
"Show current state badges": "Aktuelle Status-Badges anzeigen",
|
|
1957
|
+
"Autofocus": "Autofokus",
|
|
1958
|
+
"Relations": "Beziehungen",
|
|
1959
|
+
"Join field": "Feld verknüpfen",
|
|
1960
|
+
"Neutral label": "Neutrales Label",
|
|
1961
|
+
"Full width": "Volle Breite",
|
|
1962
|
+
"All options": "Alle Optionen",
|
|
1963
|
+
"Apply select2": "Select2 anwenden",
|
|
1964
|
+
"Set label": "Beschriftung festlegen",
|
|
1965
|
+
"Value": "Wert",
|
|
1966
|
+
"Both": "Beide",
|
|
1967
|
+
"Preset": "Voreinstellung",
|
|
1968
|
+
"Button style": "Schaltflächenstil",
|
|
1969
|
+
"Small block": "Kleiner Block",
|
|
1970
|
+
"primary": "Primär",
|
|
1971
|
+
"secondary": "sekundär",
|
|
1972
|
+
"success": "Erfolg",
|
|
1973
|
+
"danger": "Gefahr",
|
|
1974
|
+
"warning": "Warnung",
|
|
1975
|
+
"info": "Info",
|
|
1976
|
+
"light": "hell",
|
|
1977
|
+
"dark": "dunkel",
|
|
1978
|
+
"Number of things": "Anzahl der Dinge",
|
|
1979
|
+
"Move left": "Nach links verschieben",
|
|
1980
|
+
"Move right": "Nach rechts verschieben",
|
|
1981
|
+
"Margin": "Marge",
|
|
1982
|
+
"Border": "Rahmen",
|
|
1983
|
+
"Padding": "Innenabstand",
|
|
1984
|
+
"min width": "Mindestbreite",
|
|
1985
|
+
"max width": "maximale Breite",
|
|
1986
|
+
"min height": "Mindesthöhe",
|
|
1987
|
+
"max height": "maximale Höhe",
|
|
1988
|
+
"radius": "Radius",
|
|
1989
|
+
"Click above to select a property to adjust.": "Klicken Sie oben, um eine Eigenschaft zur Anpassung auszuwählen.",
|
|
1990
|
+
"Click a label (margin, border, padding) to adjust all edges.": "Klicken Sie auf eine Beschriftung (Außenabstand, Rahmen, Innenabstand), um alle Kanten anzupassen.",
|
|
1991
|
+
"Click an edge to adjust that edge.": "Klicken Sie auf eine Kante, um diese Kante anzupassen.",
|
|
1992
|
+
"Click center to adjust height and width": "Klicken Sie auf die Mitte, um Höhe und Breite anzupassen.",
|
|
1993
|
+
"Drop direction": "Ablagerichtung",
|
|
1994
|
+
"showif": "Anzeigen, wenn",
|
|
1995
|
+
"(same table)": "(dieselbe Tabelle)",
|
|
1996
|
+
"None (no relation)": "Keine (keine Beziehung)",
|
|
1997
|
+
"invalid relation": "ungültige Relation",
|
|
1998
|
+
"logged in user": "angemeldeter Benutzer",
|
|
1999
|
+
"Bootstrap style": "Bootstrap-Stil",
|
|
2000
|
+
"Striped": "Gestreift",
|
|
2001
|
+
"Bordered": "Umrandet",
|
|
2002
|
+
"Borderless": "Randlos",
|
|
2003
|
+
"Auto width": "Automatische Breite",
|
|
2004
|
+
"Block display": "Blockanzeige",
|
|
2005
|
+
"Inline display": "Inline-Anzeige",
|
|
2006
|
+
"Calculated formula": "Berechnete Formel",
|
|
2007
|
+
"Set color": "Farbe festlegen",
|
|
2008
|
+
"Hover title": "Hover-Titel",
|
|
2009
|
+
"settings": "Einstellungen",
|
|
2010
|
+
"elements selected": "Elemente ausgewählt",
|
|
2011
|
+
"Multi-selection active. Use Shift+Click to add/remove elements.": "Mehrfachauswahl aktiv. Verwenden Sie Umschalt+Klick, um Elemente hinzuzufügen oder zu entfernen.",
|
|
2012
|
+
"Delete contents": "Inhalte löschen",
|
|
2013
|
+
"Duplicate element with its children": "Element mit seinen untergeordneten Elementen duplizieren",
|
|
2014
|
+
"No element selected": "Kein Element ausgewählt",
|
|
2015
|
+
"Components": "Komponenten",
|
|
2016
|
+
"Layers": "Ebenen",
|
|
2017
|
+
"Add column": "Spalte hinzufügen",
|
|
2018
|
+
"Undo": "Rückgängig machen",
|
|
2019
|
+
"Redo": "Erneut ausführen",
|
|
2020
|
+
"Enlarge": "Vergrößern",
|
|
2021
|
+
"your work is not being saved": "Ihre Arbeit wird nicht gespeichert.",
|
|
2022
|
+
"Missing mode": "Fehlender Modus",
|
|
2023
|
+
"Split into columns": "In Spalten aufteilen",
|
|
2024
|
+
"Tabbed content": "Registerkarteninhalt",
|
|
2025
|
+
"Line break": "Zeilenumbruch",
|
|
2026
|
+
"HTML code": "HTML-Code",
|
|
2027
|
+
"Break": "Unterbrechen",
|
|
2028
|
+
"Contain": "Enthalten",
|
|
2029
|
+
"Dropdown filter": "Dropdown-Filter",
|
|
2030
|
+
"Dropdown menu": "Dropdown-Menü",
|
|
2031
|
+
"Embed a page": "Eine Seite einbetten",
|
|
2032
|
+
"Toggle filter": "Filter umschalten",
|
|
2033
|
+
"Link to a view": "Link zu einer Ansicht",
|
|
2034
|
+
"Action button": "Aktionsschaltfläche",
|
|
2035
|
+
"Network connection lost": "Netzwerkverbindung verloren",
|
|
2036
|
+
"Unable to save": "Speichern nicht möglich",
|
|
2037
|
+
"Toggle deep search (Alt+S)": "Tiefensuche umschalten (Alt+S)",
|
|
2038
|
+
"Manage tags": "Tags verwalten",
|
|
2039
|
+
"Download pack for selected modules/packs": "Download-Paket für ausgewählte Module/Pakete",
|
|
2040
|
+
"Download pack": "Paket herunterladen",
|
|
2041
|
+
"Select write role": "Schreibrolle auswählen",
|
|
2042
|
+
"Set write role": "Schreibrolle festlegen",
|
|
2043
|
+
"Apply write role to selected tables": "Schreibrolle auf ausgewählte Tabellen anwenden",
|
|
2044
|
+
"Set write": "Schreibzugriff festlegen",
|
|
2045
|
+
"Select access role": "Zugriffsrolle auswählen",
|
|
2046
|
+
"Set access role": "Zugriffsrolle festlegen",
|
|
2047
|
+
"Apply access role to selected": "Zugriffsrolle auf die Auswahl anwenden",
|
|
2048
|
+
"Set access": "Zugriff festlegen",
|
|
2049
|
+
"Select tag to apply": "Tag zum Anwenden auswählen",
|
|
2050
|
+
"Apply tag to selected": "Tag auf Auswahl anwenden",
|
|
2051
|
+
"Apply tag": "Tag anwenden",
|
|
2052
|
+
"Keyboard shortcut": "Tastenkürzel",
|
|
2053
|
+
"e.g. <code>Alt+k</code> or <code>Ctrl+Alt+k</code> or <code>Ctrl+Space</code>. Modifier keys: <code>Alt</code>, <code>Ctrl</code>, <code>Shift</code>, <code>Meta</code>": "z. B. <code>Alt+k</code> oder <code>Strg+Alt+k</code> oder <code>Strg+Leertaste</code>. Modifikatortasten: <code>Alt</code>, <code>Strg</code>, <code>Umschalt</code>, <code>Meta</code>",
|
|
2054
|
+
"Tree field": "Baumfeld",
|
|
2055
|
+
"A field that is Key to own table": "Ein Feld, das ein Schlüssel für die eigene Tabelle ist",
|
|
2056
|
+
"Field names are limited to 63 characters": "Feldnamen sind auf 63 Zeichen begrenzt.",
|
|
2057
|
+
"Welcome to %s!": "Willkommen bei %s!",
|
|
2058
|
+
"Admin dashboard": "Admin-Dashboard",
|
|
2059
|
+
"All entities list": "Liste aller Entitäten"
|
|
1799
2060
|
}
|
package/locales/en.json
CHANGED
|
@@ -1944,13 +1944,6 @@
|
|
|
1944
1944
|
"Page to embed": "Page to embed",
|
|
1945
1945
|
"Edit this page": "Edit this page",
|
|
1946
1946
|
"Child table field": "Child table field",
|
|
1947
|
-
"Count": "Count",
|
|
1948
|
-
"CountUnique": "CountUnique",
|
|
1949
|
-
"Avg": "Avg",
|
|
1950
|
-
"Sum": "Sum",
|
|
1951
|
-
"Max": "Max",
|
|
1952
|
-
"Min": "Min",
|
|
1953
|
-
"Array_Agg": "Array_Agg",
|
|
1954
1947
|
"Percent true": "Percent true",
|
|
1955
1948
|
"Percent false": "Percent false",
|
|
1956
1949
|
"Earliest": "Earliest",
|
|
@@ -2035,7 +2028,6 @@
|
|
|
2035
2028
|
"Toggle filter": "Toggle filter",
|
|
2036
2029
|
"Link to a view": "Link to a view",
|
|
2037
2030
|
"Action button": "Action button",
|
|
2038
|
-
"Aggreg8": "Aggreg8",
|
|
2039
2031
|
"Network connection lost": "Network connection lost",
|
|
2040
2032
|
"Unable to save": "Unable to save",
|
|
2041
2033
|
"Toggle deep search (Alt+S)": "Toggle deep search (Alt+S)",
|
|
@@ -2060,5 +2052,33 @@
|
|
|
2060
2052
|
"Field names are limited to 63 characters": "Field names are limited to 63 characters",
|
|
2061
2053
|
"Welcome to %s!": "Welcome to %s!",
|
|
2062
2054
|
"Admin dashboard": "Admin dashboard",
|
|
2063
|
-
"All entities list": "All entities list"
|
|
2055
|
+
"All entities list": "All entities list",
|
|
2056
|
+
"Warning: any user given development permission can potentially introduce malicious code into the application.": "Warning: any user given development permission can potentially introduce malicious code into the application.",
|
|
2057
|
+
"Edit users": "Edit users",
|
|
2058
|
+
"Minimum role to access the user editing interface": "Minimum role to access the user editing interface",
|
|
2059
|
+
"Edit with AI": "Edit with AI",
|
|
2060
|
+
"Describe what the code should do. The existing code will be used as context.": "Describe what the code should do. The existing code will be used as context.",
|
|
2061
|
+
"Enter your prompt...": "Enter your prompt...",
|
|
2062
|
+
"Generating...": "Generating...",
|
|
2063
|
+
"Create standard fields": "Create standard fields",
|
|
2064
|
+
"Detailed contents": "Detailed contents",
|
|
2065
|
+
"On updates, use <code>row.old_row</code> to access values before the update.": "On updates, use <code>row.old_row</code> to access values before the update.",
|
|
2066
|
+
"Copy": "Copy",
|
|
2067
|
+
"Formula evaluating to boolean. Example: <code>status === \"Active\"</code>": "Formula evaluating to boolean. Example: <code>status === \"Active\"</code>",
|
|
2068
|
+
"Created at": "Created at",
|
|
2069
|
+
"Updated at": "Updated at",
|
|
2070
|
+
"Created by": "Created by",
|
|
2071
|
+
"Updated by": "Updated by",
|
|
2072
|
+
"Create fields": "Create fields",
|
|
2073
|
+
"Default value": "Default value",
|
|
2074
|
+
"Fixed value": "Fixed value",
|
|
2075
|
+
"Current user ID": "Current user ID",
|
|
2076
|
+
"Current user email": "Current user email",
|
|
2077
|
+
"Current timestamp": "Current timestamp",
|
|
2078
|
+
"Current date (ISO)": "Current date (ISO)",
|
|
2079
|
+
"Default type": "Default type",
|
|
2080
|
+
"JavaScript expression. Available: <code>user</code> (current user). Can be async.": "JavaScript expression. Available: <code>user</code> (current user). Can be async.",
|
|
2081
|
+
"Deprecated": "Deprecated",
|
|
2082
|
+
"Suppress toasts": "Suppress toasts",
|
|
2083
|
+
"Do not show any toast notifications to users": "Do not show any toast notifications to users"
|
|
2064
2084
|
}
|