Skip to content

Commit 8b12f17

Browse files
ref #1127 done
1 parent 6fe6a24 commit 8b12f17

File tree

8 files changed

+37
-20
lines changed

8 files changed

+37
-20
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-beta7",
2+
"version_c8o": "2.1.8-beta8",
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-beta7",
2+
"version_c8o": "2.1.8-beta8",
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-beta7",
2+
"version_c8o": "2.1.8-beta8",
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-beta7",
2+
"version_c8o": "2.1.8-beta8",
33
"deleted_element": "Elemento eliminato",
44
"copy_link_no_auth": "Copia il link senza autenticazione",
55
"to_the_app": "all'app",

_c8oProject/mobileSharedComponents/itemDateTimeViewver.yaml

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ scriptContent:
9595
beanData: |
9696
'{
9797
"ionBean": "InlinePopover",
98-
"Reference": "plain:event",
98+
"Alignment": "plain:center",
9999
"Size": "plain:auto",
100100
"Trigger": "script:''date_'' + this.item.name"
101101
}'
@@ -160,7 +160,7 @@ scriptContent:
160160
- ↑classname: com.twinsoft.convertigo.beans.common.FormatedContent
161161
- com.twinsoft.convertigo.beans.common.FormatedContent:
162162
: |
163-
'/**
163+
' /**
164164
* Custom properties (sometimes referred to as CSS variables or cascading variables)
165165
* are entities defined by CSS authors that contain specific values to be reused throughout a document.
166166
* They are set using custom property notation, e.g.: --main-color: black;
@@ -169,18 +169,27 @@ scriptContent:
169169
* If you''d like to make some customizations for whole app, please see your app Style & Theme components.
170170
* For more informations see https://ionicframework.com/docs/theming.
171171
**/
172-
//--backdrop-opacity //Opacity of the backdrop
173-
//--background //Background of the popover
174-
//--box-shadow //Box shadow of the popover
175-
//--height //Height of the popover
176-
//--max-height //Maximum height of the popover
177-
//--max-width //Maximum width of the popover
178-
//--min-height: 392px; //Minimum height of the popover
172+
//--backdrop-opacity //Opacity of the backdrop
173+
//--background //Background of the popover
174+
//--box-shadow //Box shadow of the popover
175+
//--height //Height of the popover
176+
//--max-height //Maximum height of the popover
177+
//--max-width //Maximum width of the popover
178+
//--min-height: 392px; //Minimum height of the popover
179179
180-
//--min-width //Minimum width of the popover
181-
//--offset-x //The amount to move the popover by on the x-axis
182-
//--offset-y //The amount to move the popover by on the y-axis
183-
//--width //Width of the popover
180+
//--min-width //Minimum width of the popover
181+
//--offset-x //The amount to move the popover by on the x-axis
182+
//--offset-y //The amount to move the popover by on the y-axis
183+
//--width //Width of the popover
184+
&::part(content) {
185+
top: 50% !important;
186+
left: 50% !important;
187+
transform: translate(-50%, -50%) !important;
188+
width: fit-content !important;
189+
max-width: 90vw !important;
190+
height: fit-content !important;
191+
max-height: 90vh !important;
192+
}
184193
'
185194
↓Event [ngx.components.UIControlEvent-1760346630658]:
186195
attrName: (ionPopoverWillPresent)

_c8oProject/mobileSharedComponents/itemTimeViewver.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ scriptContent:
6262
beanData: |
6363
'{
6464
"ionBean": "InlinePopover",
65-
"Reference": "plain:event",
6665
"Size": "plain:auto",
6766
"Trigger": "script:''time_'' + this.item.name"
6867
}'
@@ -143,6 +142,15 @@ scriptContent:
143142
//--offset-x //The amount to move the popover by on the x-axis
144143
//--offset-y //The amount to move the popover by on the y-axis
145144
//--width //Width of the popover
145+
&::part(content) {
146+
top: 50% !important;
147+
left: 50% !important;
148+
transform: translate(-50%, -50%) !important;
149+
width: fit-content !important;
150+
max-width: 90vw !important;
151+
height: fit-content !important;
152+
max-height: 90vh !important;
153+
}
146154
'
147155
↓Event [ngx.components.UIControlEvent-1760350187197]:
148156
attrName: (ionPopoverWillPresent)

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-beta7
7+
version: 2.1.8-beta8
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-beta7"
7+
"version": "2.1.8-beta8"
88
},
99
"assetGroups": [
1010
{

0 commit comments

Comments
 (0)