Skip to content

Commit d67603f

Browse files
ref #1125 fixed
1 parent caf304e commit d67603f

File tree

8 files changed

+69
-6
lines changed

8 files changed

+69
-6
lines changed

DisplayObjects/mobile/assets/i18n/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version_c8o": "2.1.8-beta5",
2+
"version_c8o": "2.1.8-beta6",
33
"deleted_element": "Deleted element",
44
"copy_link_no_auth": "Copy link without authentication",
55
"to_the_app": "to the app",

DisplayObjects/mobile/assets/i18n/es.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version_c8o": "2.1.8-beta5",
2+
"version_c8o": "2.1.8-beta6",
33
"deleted_element": "Elemento eliminado",
44
"copy_link_no_auth": "Copiar enlace sin autenticación",
55
"to_the_app": "a la aplicación",

DisplayObjects/mobile/assets/i18n/fr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version_c8o": "2.1.8-beta5",
2+
"version_c8o": "2.1.8-beta6",
33
"deleted_element": "Élément supprimé",
44
"copy_link_no_auth": "Copier le lien sans authentification",
55
"to_the_app": "à l'application",

DisplayObjects/mobile/assets/i18n/it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version_c8o": "2.1.8-beta5",
2+
"version_c8o": "2.1.8-beta6",
33
"deleted_element": "Elemento eliminato",
44
"copy_link_no_auth": "Copia il link senza autenticazione",
55
"to_the_app": "all'app",

_c8oProject/mobileSharedComponents/itemCheckboxViewer.yaml

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,36 @@ scriptContent:
644644
- xmlizable:
645645
- ↑classname: com.twinsoft.convertigo.beans.ngx.components.MobileSmartSourceType
646646
- MobileSmartSourceType: script:child.value
647+
↓Style [ngx.components.UIStyle-1760953565964]:
648+
styleContent:
649+
- xmlizable:
650+
- ↑classname: com.twinsoft.convertigo.beans.common.FormatedContent
651+
- com.twinsoft.convertigo.beans.common.FormatedContent:
652+
: |
653+
'/**
654+
* Custom properties (sometimes referred to as CSS variables or cascading variables)
655+
* are entities defined by CSS authors that contain specific values to be reused throughout a document.
656+
* They are set using custom property notation, e.g.: --main-color: black;
657+
* and are accessed using the var() function, e.g.: color: var(--main-color);
658+
* You can find below your component''s properties you can customize within the page.
659+
* If you''d like to make some customizations for whole app, please see your app Style & Theme components.
660+
* For more informations see https://ionicframework.com/docs/theming.
661+
**/
662+
//--border-color //Border color of the checkbox icon
663+
//--border-color-checked //Border color of the checkbox icon when checked
664+
//--border-radius //Border radius of the checkbox icon
665+
//--border-style //Border style of the checkbox icon
666+
//--border-width //Border width of the checkbox icon
667+
//--checkbox-background //Background of the checkbox icon
668+
//--checkbox-background-checked //Background of the checkbox icon when checked
669+
//--checkmark-color //Color of the checkbox checkmark when checked
670+
//--checkmark-width //Stroke width of the checkbox checkmark
671+
//--size //Size of the checkbox icon
672+
//--transition //Transition of the checkbox icon
673+
&::part(label){
674+
text-wrap: wrap;
675+
}
676+
'
647677
↓CheckBoxDisabled [ngx.components.UIDynamicElement-1588839517756]:
648678
beanData: '{"ionBean":"CheckBox","LabelPlacement":"plain:end"}'
649679
tagName: ion-checkbox
@@ -699,6 +729,36 @@ scriptContent:
699729
//--transition //Transition of the checkbox icon
700730
pointer-events: none;
701731
'
732+
↓Style1 [ngx.components.UIStyle-1760953688657]:
733+
styleContent:
734+
- xmlizable:
735+
- ↑classname: com.twinsoft.convertigo.beans.common.FormatedContent
736+
- com.twinsoft.convertigo.beans.common.FormatedContent:
737+
: |
738+
'/**
739+
* Custom properties (sometimes referred to as CSS variables or cascading variables)
740+
* are entities defined by CSS authors that contain specific values to be reused throughout a document.
741+
* They are set using custom property notation, e.g.: --main-color: black;
742+
* and are accessed using the var() function, e.g.: color: var(--main-color);
743+
* You can find below your component''s properties you can customize within the page.
744+
* If you''d like to make some customizations for whole app, please see your app Style & Theme components.
745+
* For more informations see https://ionicframework.com/docs/theming.
746+
**/
747+
//--border-color //Border color of the checkbox icon
748+
//--border-color-checked //Border color of the checkbox icon when checked
749+
//--border-radius //Border radius of the checkbox icon
750+
//--border-style //Border style of the checkbox icon
751+
//--border-width //Border width of the checkbox icon
752+
//--checkbox-background //Background of the checkbox icon
753+
//--checkbox-background-checked //Background of the checkbox icon when checked
754+
//--checkmark-color //Color of the checkbox checkmark when checked
755+
//--checkmark-width //Stroke width of the checkbox checkmark
756+
//--size //Size of the checkbox icon
757+
//--transition //Transition of the checkbox icon
758+
&::part(label){
759+
text-wrap: wrap;
760+
}
761+
'
702762
↓Attr3 [ngx.components.UIAttribute-1588839517771]:
703763
attrName:
704764
attrValue:

_c8oProject/mobileSharedComponents/itemRadioViewver.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -793,6 +793,9 @@
793793
margin-left: 2px;;
794794
margin-right:2px;
795795
//min-height: 48px;
796+
&::part(label){
797+
text-wrap: wrap;
798+
}
796799
'
797800
↓Attr8 [ngx.components.UIAttribute-1750408047151]:
798801
attrName: id

c8oProject.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
contextTimeout: ${C8Oforms.context.timeout=60}
55
corsOrigin: =Origin
66
httpSessionTimeout: ${C8Oforms.http_session.timeout=60}
7-
version: 2.1.8-beta5
7+
version: 2.1.8-beta6
88
↓c8oforms_fs [connectors.FullSyncConnector]: 🗏 connectors/c8oforms_fs.yaml
99
↓c8oforms_response_fs [connectors.FullSyncConnector]: 🗏 connectors/c8oforms_response_fs.yaml
1010
↓AddUser [sequences.GenericSequence]: 🗏 sequences/AddUser.yaml

ngswForPWA/ngsw-config-sub-pwa.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"appData": {
55
"name": "Convertigo Forms Builder",
66
"description": "A simple and intuitive \"no code\" tool to create your personalized apps in a few clicks!",
7-
"version": "2.1.8-beta5"
7+
"version": "2.1.8-beta6"
88
},
99
"assetGroups": [
1010
{

0 commit comments

Comments
 (0)