Skip to content

Commit

Permalink
ref #836 done
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesGrimont committed Dec 23, 2024
1 parent 85810f3 commit 2f7546c
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 10 deletions.
2 changes: 1 addition & 1 deletion DisplayObjects/mobile/assets/i18n/en.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version_c8o": "2.0.4-beta4",
"version_c8o": "2.0.4-beta5",
"erreur_publication_application": "An error occurred while publishing the application",
"application_en_creation": "The application is being created",
"application_publiee_succes": "The application has been successfully published",
Expand Down
2 changes: 1 addition & 1 deletion DisplayObjects/mobile/assets/i18n/es.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version_c8o": "2.0.4-beta4",
"version_c8o": "2.0.4-beta5",
"erreur_publication_application": "Se produjo un error al publicar la aplicación",
"application_en_creation": "La aplicación se está creando",
"application_publiee_succes": "La aplicación se ha publicado con éxito",
Expand Down
2 changes: 1 addition & 1 deletion DisplayObjects/mobile/assets/i18n/fr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version_c8o": "2.0.4-beta4",
"version_c8o": "2.0.4-beta5",
"erreur_publication_application": "Une erreur s'est produite pendant la publication de l'application",
"application_en_creation": "L'application est cours de création",
"application_publiee_succes": "L'application à été publié avec succès",
Expand Down
2 changes: 1 addition & 1 deletion DisplayObjects/mobile/assets/i18n/it.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version_c8o": "2.0.4-beta4",
"version_c8o": "2.0.4-beta5",
"erreur_publication_application": "Si è verificato un errore durante la pubblicazione dell'applicazione",
"application_en_creation": "L'applicazione è in fase di creazione",
"application_publiee_succes": "L'applicazione è stata pubblicata con successo",
Expand Down
4 changes: 2 additions & 2 deletions _c8oProject/mobilePages/editorPage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2625,8 +2625,8 @@ scriptContent:
continueV = false;
}
}
const regex = / /ig;
html = html.replaceAll(regex, " ");
/*const regex = / /ig;
html = html.replaceAll(regex, " ");*/
return html;
}
catch(e){
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
if(doc){
page["formsList"] = doc.formulaire;
page["form"] = doc;
page.ref.markForCheck();
page.ref.detectChanges();
}
};
// exec First launch
Expand Down
4 changes: 3 additions & 1 deletion _c8oProject/mobileSharedComponents/dataSourceEditor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ scriptContent:
varValue:
- xmlizable:
- ↑classname: com.twinsoft.convertigo.beans.ngx.components.MobileSmartSourceType
- MobileSmartSourceType: script:null
- MobileSmartSourceType: script:this.local.transform
↓init [ngx.components.UIUseVariable-1678818941772]:
varValue:
- xmlizable:
Expand Down Expand Up @@ -302,6 +302,7 @@ scriptContent:
- ↑classname: com.twinsoft.convertigo.beans.ngx.components.MobileSmartSourceType
- MobileSmartSourceType: script:''
↓initialValue [ngx.components.UIUseVariable-1678818941787]:
isEnabled: false
varValue:
- xmlizable:
- ↑classname: com.twinsoft.convertigo.beans.ngx.components.MobileSmartSourceType
Expand Down Expand Up @@ -2920,6 +2921,7 @@ scriptContent:
}
try{
if(props.stack.root.scope.changes.currentObject){
console.log("herreee");
page.local.transform = page.pageOwner.transform$toHtml(props.stack.root.scope.changes.currentObject?.currentValue?.str);
}
}
Expand Down
19 changes: 19 additions & 0 deletions _c8oProject/mobileSharedComponents/datasource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -931,4 +931,23 @@ scriptContent:
} finally {
return;
}
↓SharedComponent_Event1 [ngx.components.UISharedComponentEvent-1734969105064]:
componentEvent: onChanges
↓CustomAsyncAction [ngx.components.UICustomAsyncAction-1734969116735]:
actionValue:
- xmlizable:
- ↑classname: com.twinsoft.convertigo.beans.common.FormatedContent
- com.twinsoft.convertigo.beans.common.FormatedContent:
: |
try {
if(props.stack.root.scope.changes.item){
page.getCurrents();
page.getCurentMetas();
}
} catch (e) {
} finally {
return;
}
2 changes: 1 addition & 1 deletion c8oProject.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
contextTimeout: ${C8Oforms.context.timeout=60}
corsOrigin: =Origin
httpSessionTimeout: ${C8Oforms.http_session.timeout=60}
version: 2.0.4-beta4
version: 2.0.4-beta5
↓c8oforms_fs [connectors.FullSyncConnector]: 🗏 connectors/c8oforms_fs.yaml
↓c8oforms_response_fs [connectors.FullSyncConnector]: 🗏 connectors/c8oforms_response_fs.yaml
↓HTTP_connector [connectors.HttpConnector]: 🗏 connectors/HTTP_connector.yaml
Expand Down
2 changes: 1 addition & 1 deletion ngswForPWA/ngsw-config-sub-pwa.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"appData": {
"name": "Convertigo Forms Builder",
"description": "A simple and intuitive \"no code\" tool to create your personalized apps in a few clicks!",
"version": "2.0.4-beta4"
"version": "2.0.4-beta5"
},
"assetGroups": [
{
Expand Down

0 comments on commit 2f7546c

Please sign in to comment.