Skip to content

Commit

Permalink
feat: checkbox for inversion of visibility value
Browse files Browse the repository at this point in the history
* feat: implement visible entity
  • Loading branch information
FabienArcellier committed Aug 13, 2024
1 parent 72ab762 commit 3e824b4
Show file tree
Hide file tree
Showing 13 changed files with 518 additions and 449 deletions.
38 changes: 13 additions & 25 deletions apps/default/ui.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"metadata": {
"writer_version": "0.5.0"
"writer_version": "0.6.2rc3"
},
"components": {
"root": {
Expand All @@ -11,8 +11,7 @@
},
"isCodeManaged": false,
"position": 0,
"handlers": {},
"visible": true
"handlers": {}
},
"c0f99a9e-5004-4e75-a6c6-36f17490b134": {
"id": "c0f99a9e-5004-4e75-a6c6-36f17490b134",
Expand All @@ -23,8 +22,7 @@
"isCodeManaged": false,
"position": 0,
"parentId": "root",
"handlers": {},
"visible": true
"handlers": {}
},
"bebc5fe9-63a7-46a7-b0fa-62303555cfaf": {
"id": "bebc5fe9-63a7-46a7-b0fa-62303555cfaf",
Expand All @@ -35,8 +33,7 @@
"isCodeManaged": false,
"position": 0,
"parentId": "c0f99a9e-5004-4e75-a6c6-36f17490b134",
"handlers": {},
"visible": true
"handlers": {}
},
"28d3885b-0fb8-4d41-97c6-978540015431": {
"id": "28d3885b-0fb8-4d41-97c6-978540015431",
Expand All @@ -48,8 +45,7 @@
"isCodeManaged": false,
"position": 1,
"parentId": "c0f99a9e-5004-4e75-a6c6-36f17490b134",
"handlers": {},
"visible": true
"handlers": {}
},
"9556c0e3-8584-4ac9-903f-908a775a33ec": {
"id": "9556c0e3-8584-4ac9-903f-908a775a33ec",
Expand All @@ -63,8 +59,7 @@
"parentId": "0d05bc9f-1655-4d0b-bc9b-c2f4c71a5117",
"handlers": {
"click": "increment"
},
"visible": true
}
},
"51d1554e-1b88-461c-9353-1419cba0053a": {
"id": "51d1554e-1b88-461c-9353-1419cba0053a",
Expand All @@ -78,8 +73,7 @@
"parentId": "0d05bc9f-1655-4d0b-bc9b-c2f4c71a5117",
"handlers": {
"click": "decrement"
},
"visible": true
}
},
"0d05bc9f-1655-4d0b-bc9b-c2f4c71a5117": {
"id": "0d05bc9f-1655-4d0b-bc9b-c2f4c71a5117",
Expand All @@ -90,8 +84,7 @@
"isCodeManaged": false,
"position": 0,
"parentId": "f3777e75-3659-4d44-8ef7-aeec0d06855b",
"handlers": {},
"visible": true
"handlers": {}
},
"172a14df-f73a-44fa-8fb1-e8648e7d32d2": {
"id": "172a14df-f73a-44fa-8fb1-e8648e7d32d2",
Expand All @@ -104,8 +97,7 @@
"isCodeManaged": false,
"position": 0,
"parentId": "c2519671-9ce7-44e7-ba4e-b0efda9cb20e",
"handlers": {},
"visible": true
"handlers": {}
},
"d4a5e62c-c6fe-49c4-80d4-33862af8727d": {
"id": "d4a5e62c-c6fe-49c4-80d4-33862af8727d",
Expand All @@ -114,8 +106,7 @@
"isCodeManaged": false,
"position": 0,
"parentId": "28d3885b-0fb8-4d41-97c6-978540015431",
"handlers": {},
"visible": true
"handlers": {}
},
"f3777e75-3659-4d44-8ef7-aeec0d06855b": {
"id": "f3777e75-3659-4d44-8ef7-aeec0d06855b",
Expand All @@ -129,8 +120,7 @@
"isCodeManaged": false,
"position": 2,
"parentId": "d4a5e62c-c6fe-49c4-80d4-33862af8727d",
"handlers": {},
"visible": true
"handlers": {}
},
"c2519671-9ce7-44e7-ba4e-b0efda9cb20e": {
"id": "c2519671-9ce7-44e7-ba4e-b0efda9cb20e",
Expand All @@ -141,8 +131,7 @@
"isCodeManaged": false,
"position": 0,
"parentId": "d4a5e62c-c6fe-49c4-80d4-33862af8727d",
"handlers": {},
"visible": true
"handlers": {}
},
"d4a71819-7444-4083-a1c7-7995452a7abf": {
"id": "d4a71819-7444-4083-a1c7-7995452a7abf",
Expand All @@ -151,8 +140,7 @@
"isCodeManaged": false,
"position": 1,
"parentId": "d4a5e62c-c6fe-49c4-80d4-33862af8727d",
"handlers": {},
"visible": true
"handlers": {}
}
}
}
Loading

0 comments on commit 3e824b4

Please sign in to comment.