Skip to content

Instantly share code, notes, and snippets.

@tuoxiansp
Created July 23, 2020 11:16
Show Gist options
  • Save tuoxiansp/7212e14242eb74ec43e1ddcbb6580ad5 to your computer and use it in GitHub Desktop.
Save tuoxiansp/7212e14242eb74ec43e1ddcbb6580ad5 to your computer and use it in GitHub Desktop.
{
"testWorkspace": {
"id": "1234",
"x": 413.61700439453125,
"y": 152.2497100830078,
"views": [
"jxkXWm",
"Y4v3UY",
"7uRa14",
"OxLVZx",
"PNn9Pe"
],
"zoom": 1
},
"views": {
"jxkXWm": {
"id": "jxkXWm",
"mouldName": "todoItem",
"state": "main",
"x": 443.5,
"y": 177,
"width": 398,
"height": 38
},
"Y4v3UY": {
"id": "Y4v3UY",
"mouldName": "check",
"state": "unchecked",
"x": 443.5,
"y": 289,
"width": 35,
"height": 37
},
"7uRa14": {
"id": "7uRa14",
"mouldName": "check",
"state": "checked",
"x": 443.927,
"y": 359.059,
"width": 35,
"height": 38
},
"OxLVZx": {
"id": "OxLVZx",
"mouldName": "todoItem",
"state": "editing",
"x": 443.975,
"y": 111.793,
"width": 398,
"height": 37
},
"PNn9Pe": {
"id": "PNn9Pe",
"mouldName": "TodoList",
"state": "default",
"x": -30.193,
"y": 111.726,
"width": 434,
"height": 285
}
},
"moulds": [
{
"name": "todoItem",
"scope": [
"checkChange",
"onInputChange",
"onConfirm",
"isDone",
"onEditMode",
"name"
],
"kits": [
{
"type": "Text",
"name": "todoText",
"dataMappingVector": [
[
"content",
"name"
],
[
"onDoubleClickCapture",
"onEditMode"
]
],
"isList": false
},
{
"type": "Kit",
"name": "kit 1",
"dataMappingVector": []
},
{
"type": "Mould",
"name": "check",
"dataMappingVector": [
[
"clicked",
"checkChange"
],
[
"isChecked",
"isDone"
]
],
"param": {
"mouldName": "check",
"mouldState": "unchecked"
},
"isList": false
},
{
"type": "Input",
"name": "todoInput",
"dataMappingVector": [
[
"onChange",
"onInputChange"
],
[
"value",
"name"
]
],
"isList": false
},
{
"type": "Icon",
"name": "confirm",
"dataMappingVector": [
[
"onClick",
"onConfirm"
]
],
"isList": false
}
],
"input": {
"text": {
"type": "string",
"controlType": "Input"
},
"isDone": {
"type": "boolean",
"default": false
},
"onChange": {
"type": "function"
}
},
"states": {
"main": {
"type": "Stack",
"props": {
"color": "",
"layoutProps": {
"width": {
"amount": 100,
"unit": "%"
},
"height": {
"amount": 37,
"unit": "px"
},
"lockProportion": false,
"overflow": "Visible",
"opacity": 100,
"rotation": 0,
"radius": 0
},
"borderProps": {
"active": true,
"borderColor": "#eeeeee",
"borderStyle": "Solid",
"borderWidth": {
"l": 0,
"t": 0,
"r": 0,
"b": 1
}
},
"stackProps": {
"direction": "Horizontal",
"distribute": "Start",
"alignment": "Start",
"gap": 0,
"padding": 0,
"active": true
}
},
"children": [
{
"type": "Stack",
"props": {
"layoutProps": {
"width": {
"amount": 47,
"unit": "px"
},
"height": {
"amount": 37,
"unit": "px"
},
"lockProportion": false,
"overflow": "Visible",
"opacity": 100,
"rotation": 0,
"radius": 0
},
"stackProps": {
"direction": "Horizontal",
"distribute": "End",
"alignment": "End",
"gap": 0,
"padding": 0,
"active": true
}
},
"children": [
{
"type": "Kit",
"props": {
"__kitName": "check"
}
}
]
},
{
"type": "Kit",
"props": {
"__kitName": "todoText",
"textProps": {
"content": "Todo Item",
"color": {
"r": 0,
"g": 0,
"b": 0,
"a": 1
},
"weight": 400,
"style": "normal",
"size": 14,
"letterSpacing": 0,
"lineHeight": 1,
"horizontalAlign": "left",
"verticalAlign": "middle"
},
"layoutProps": {
"width": {
"amount": 100,
"unit": "%"
},
"height": {
"amount": 100,
"unit": "%"
},
"lockProportion": false,
"overflow": "Visible",
"opacity": 100,
"rotation": 0,
"radius": 0
}
}
}
]
},
"editing": {
"type": "Stack",
"props": {
"layoutProps": {
"width": {
"amount": 100,
"unit": "%"
},
"height": {
"amount": 37,
"unit": "px"
},
"lockProportion": false,
"overflow": "Visible",
"opacity": 100,
"rotation": 0,
"radius": 0
},
"stackProps": {
"direction": "Horizontal",
"distribute": "Start",
"alignment": "Center",
"gap": 0,
"padding": 0,
"active": true
},
"borderProps": {
"active": true,
"borderColor": "#eeeeee",
"borderStyle": "Solid",
"borderWidth": {
"l": 0,
"t": 0,
"r": 0,
"b": 1
}
}
},
"children": [
{
"type": "Stack",
"props": {
"layoutProps": {
"width": {
"amount": 47,
"unit": "px"
},
"height": {
"amount": 37,
"unit": "px"
},
"lockProportion": false,
"overflow": "Visible",
"opacity": 100,
"rotation": 0,
"radius": 0
},
"stackProps": {
"direction": "Horizontal",
"distribute": "End",
"alignment": "End",
"gap": 0,
"padding": 0,
"active": true
}
},
"children": [
{
"type": "Kit",
"props": {
"__kitName": "check"
}
}
]
},
{
"type": "Kit",
"props": {
"__kitName": "todoInput",
"InputProps": {
"value": "",
"placeholder": "What needs to be done?",
"color": {
"r": 0,
"g": 0,
"b": 0,
"a": 1
},
"size": 14
},
"layoutProps": {
"width": {
"amount": 100,
"unit": "%"
},
"height": {
"amount": 1,
"unit": "auto"
},
"lockProportion": false,
"overflow": "Visible",
"opacity": 100,
"rotation": 0,
"radius": 0
},
"fillProps": {
"color": {
"r": 181,
"g": 70,
"b": 70,
"a": 0
},
"active": true
}
}
},
{
"type": "Kit",
"props": {
"__kitName": "confirm",
"iconProps": {
"name": "Check",
"color": {
"r": 0,
"g": 0,
"b": 0,
"a": 1
},
"size": {
"amount": 37,
"unit": "px"
}
}
}
}
]
}
}
},
{
"name": "check",
"scope": [
"onClick"
],
"kits": [
{
"type": "Stack",
"name": "button",
"dataMappingVector": [
[
"onClick",
"onClick"
]
],
"isList": false
}
],
"input": {
"isChecked": {
"type": "boolean",
"default": false
},
"clicked": {
"type": "function"
}
},
"states": {
"unchecked": {
"type": "Stack",
"props": {
"stackProps": {
"direction": "Horizontal",
"distribute": "Center",
"alignment": "Center",
"gap": 0,
"padding": 0,
"active": true
},
"layoutProps": {
"width": {
"amount": 37,
"unit": "px"
},
"height": {
"amount": 37,
"unit": "px"
},
"lockProportion": false,
"overflow": "Visible",
"opacity": 100,
"rotation": 0,
"radius": 0
}
},
"children": [
{
"type": "Kit",
"props": {
"__kitName": "button",
"stackProps": {
"direction": "Horizontal",
"distribute": "Center",
"alignment": "Center",
"gap": 0,
"padding": 0,
"active": true
}
},
"children": [
{
"type": "Stack",
"props": {
"layoutProps": {
"width": {
"amount": 20,
"unit": "px"
},
"height": {
"amount": 20,
"unit": "px"
},
"lockProportion": false,
"overflow": "Visible",
"opacity": 100,
"rotation": 0,
"radius": 10
},
"borderProps": {
"active": true,
"borderColor": "#cccccc",
"borderStyle": "Solid",
"borderWidth": 2
}
},
"children": []
}
]
}
]
},
"checked": {
"type": "Stack",
"props": {
"stackProps": {
"direction": "Horizontal",
"distribute": "Center",
"alignment": "Center",
"gap": 0,
"padding": 0,
"active": true
},
"layoutProps": {
"width": {
"amount": 37,
"unit": "px"
},
"height": {
"amount": 37,
"unit": "px"
},
"lockProportion": false,
"overflow": "Visible",
"opacity": 100,
"rotation": 0,
"radius": 0
}
},
"children": [
{
"type": "Kit",
"props": {
"__kitName": "button",
"stackProps": {
"direction": "Horizontal",
"distribute": "Center",
"alignment": "Center",
"gap": 0,
"padding": 0,
"active": true
}
},
"children": [
{
"type": "Stack",
"props": {
"stackProps": {
"direction": "Horizontal",
"distribute": "Start",
"alignment": "Start",
"gap": 0,
"padding": 0,
"active": true
},
"layoutProps": {
"width": {
"amount": 20,
"unit": "px"
},
"height": {
"amount": 20,
"unit": "px"
},
"lockProportion": false,
"overflow": "Visible",
"opacity": 100,
"rotation": 0,
"radius": 10
},
"borderProps": {
"active": true,
"borderColor": "#cccccc",
"borderStyle": "Solid",
"borderWidth": 2
}
},
"children": [
{
"type": "Icon",
"props": {
"iconProps": {
"name": "Check",
"color": {
"r": 87,
"g": 168,
"b": 29,
"a": 1
},
"size": {
"amount": 100,
"unit": "%"
}
}
}
}
]
}
]
}
]
}
}
},
{
"name": "TodoList",
"scope": [
"isDone",
"text",
"newTaskText",
"onCreate",
"onTaskTextChange",
"onTaskUpdate"
],
"kits": [
{
"type": "Mould",
"name": "list",
"dataMappingVector": [
[
"isDone",
"isDone"
],
[
"text",
"text"
],
[
"onChange",
"onTaskUpdate"
]
],
"param": {
"mouldName": "todoItem",
"mouldState": "main"
},
"isList": true
},
{
"type": "Input",
"name": "newTask",
"dataMappingVector": [
[
"value",
"newTaskText"
],
[
"onChange",
"onTaskTextChange"
]
],
"isList": false
},
{
"type": "Stack",
"name": "createTaskButton",
"dataMappingVector": [
[
"onClick",
"onCreate"
]
],
"isList": false
}
],
"input": {},
"states": {
"default": {
"type": "Stack",
"props": {
"stackProps": {
"direction": "Vertical",
"distribute": "Start",
"alignment": "Start",
"gap": 0,
"padding": 0,
"active": true
},
"fillProps": {
"color": {
"r": 255,
"g": 255,
"b": 255,
"a": 1
},
"active": true
}
},
"children": [
{
"type": "Stack",
"props": {
"stackProps": {
"direction": "Vertical",
"distribute": "Start",
"alignment": "Start",
"gap": 0,
"padding": 12,
"active": true
}
},
"children": [
{
"type": "Stack",
"props": {
"layoutProps": {
"width": {
"amount": 100,
"unit": "%"
},
"height": {
"amount": 42,
"unit": "px"
},
"lockProportion": false,
"overflow": "Visible",
"opacity": 100,
"rotation": 0,
"radius": 0
}
},
"children": [
{
"type": "Stack",
"props": {
"stackProps": {
"direction": "Horizontal",
"distribute": "Start",
"alignment": "Start",
"gap": 0,
"padding": 0,
"active": true
}
},
"children": [
{
"type": "Kit",
"props": {
"__kitName": "newTask",
"borderProps": {
"active": true,
"borderColor": "#eeeeee",
"borderStyle": "Solid",
"borderWidth": 1
},
"layoutProps": {
"width": {
"amount": 100,
"unit": "%"
},
"height": {
"amount": 30,
"unit": "px"
},
"lockProportion": false,
"overflow": "Visible",
"opacity": 100,
"rotation": 0,
"radius": 4
}
}
},
{
"type": "Stack",
"props": {
"layoutProps": {
"width": {
"amount": 12,
"unit": "px"
},
"height": {
"amount": 100,
"unit": "%"
},
"lockProportion": false,
"overflow": "Visible",
"opacity": 100,
"rotation": 0,
"radius": 0
}
}
},
{
"type": "Kit",
"props": {
"__kitName": "createTaskButton",
"layoutProps": {
"width": {
"amount": 70,
"unit": "px"
},
"height": {
"amount": 30,
"unit": "px"
},
"lockProportion": false,
"overflow": "Visible",
"opacity": 100,
"rotation": 0,
"radius": 4
},
"borderProps": {
"active": true,
"borderColor": "#000",
"borderStyle": "Solid",
"borderWidth": 1
}
},
"children": [
{
"type": "Text",
"props": {
"textProps": {
"content": "Create",
"color": {
"r": 0,
"g": 0,
"b": 0,
"a": 1
},
"weight": 500,
"style": "normal",
"size": 14,
"letterSpacing": 0,
"lineHeight": 1,
"horizontalAlign": "center",
"verticalAlign": "middle"
}
}
}
]
}
]
}
]
},
{
"type": "Stack",
"props": {
"stackProps": {
"direction": "Vertical",
"distribute": "Start",
"alignment": "Start",
"gap": 0,
"padding": 0,
"active": true
},
"borderProps": {
"active": true,
"borderColor": "#eeeeee",
"borderStyle": "Solid",
"borderWidth": 1
},
"layoutProps": {
"width": {
"amount": 100,
"unit": "%"
},
"height": {
"amount": 100,
"unit": "%"
},
"lockProportion": false,
"overflow": "Visible",
"opacity": 100,
"rotation": 0,
"radius": 4
}
},
"children": [
{
"type": "Kit",
"props": {
"__kitName": "list"
},
"children": [
{
"type": "Mould",
"props": {
"__mouldName": "todoItem",
"__state": "main",
"__patches": {
"0": {
"textProps": {
"content": "Learn Mould",
"color": {
"r": 0,
"g": 0,
"b": 0,
"a": 1
},
"weight": 400,
"style": "normal",
"size": 14,
"letterSpacing": 0,
"lineHeight": 1,
"horizontalAlign": "left",
"verticalAlign": "middle"
}
}
}
}
},
{
"type": "Mould",
"props": {
"__mouldName": "todoItem",
"__state": "main",
"__patches": {
"0": {
"textProps": {
"content": "Build UI Archifect",
"color": {
"r": 0,
"g": 0,
"b": 0,
"a": 1
},
"weight": 400,
"style": "normal",
"size": 14,
"letterSpacing": 0,
"lineHeight": 1,
"horizontalAlign": "left",
"verticalAlign": "middle"
}
}
},
"text": ""
}
},
{
"type": "Mould",
"props": {
"__mouldName": "todoItem",
"__state": "main",
"__patches": {
"0": {
"textProps": {
"content": "Design",
"color": {
"r": 0,
"g": 0,
"b": 0,
"a": 1
},
"weight": 400,
"style": "normal",
"size": 14,
"letterSpacing": 0,
"lineHeight": 1,
"horizontalAlign": "left",
"verticalAlign": "middle"
}
}
}
}
},
{
"type": "Mould",
"props": {
"__mouldName": "todoItem",
"__state": "main",
"__patches": {
"0": {
"textProps": {
"content": "Programming",
"color": {
"r": 0,
"g": 0,
"b": 0,
"a": 1
},
"weight": 400,
"style": "normal",
"size": 14,
"letterSpacing": 0,
"lineHeight": 1,
"horizontalAlign": "left",
"verticalAlign": "middle"
}
}
}
}
},
{
"type": "Mould",
"props": {
"__mouldName": "todoItem",
"__state": "main",
"__patches": {
"0": {
"textProps": {
"content": "Publish",
"color": {
"r": 0,
"g": 0,
"b": 0,
"a": 1
},
"weight": 400,
"style": "normal",
"size": 14,
"letterSpacing": 0,
"lineHeight": 1,
"horizontalAlign": "left",
"verticalAlign": "middle"
}
}
}
}
}
]
}
]
}
]
}
]
}
}
}
],
"isDragging": false,
"_changes": [
[
{
"op": "replace",
"path": [
"views",
"PNn9Pe",
"width"
],
"value": 434
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"TodoList",
"default"
],
[
0
]
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"TodoList",
"default"
],
[
0,
1
]
]
},
{
"op": "replace",
"path": [
"selection"
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"TodoList",
"default"
],
[]
]
},
{
"op": "replace",
"path": [
"selection"
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "add",
"path": [
"selection"
],
"value": [
[
"TodoList",
"default"
],
[]
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"TodoList",
"default"
],
[
0
]
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"check",
"unchecked"
],
[]
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"todoItem",
"main"
],
[]
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
}
],
[
{
"op": "replace",
"path": [
"views",
"PNn9Pe",
"width"
],
"value": 405
}
],
[
{
"op": "replace",
"path": [
"views",
"PNn9Pe",
"width"
],
"value": 415
},
{
"op": "replace",
"path": [
"selection"
]
},
{
"op": "replace",
"path": [
"testWorkspace",
"zoom"
],
"value": 1
},
{
"op": "replace",
"path": [
"testWorkspace",
"x"
],
"value": 106.45217895507812
},
{
"op": "replace",
"path": [
"testWorkspace",
"y"
],
"value": 360.2109069824219
},
{
"op": "replace",
"path": [
"testWorkspace",
"x"
],
"value": 243.45217895507812
},
{
"op": "replace",
"path": [
"testWorkspace",
"y"
],
"value": 365.2109069824219
},
{
"op": "replace",
"path": [
"testWorkspace",
"x"
],
"value": 185.38311767578125
},
{
"op": "replace",
"path": [
"testWorkspace",
"y"
],
"value": 331.6534729003906
},
{
"op": "replace",
"path": [
"testWorkspace",
"zoom"
],
"value": 0.8628675490023369
},
{
"op": "replace",
"path": [
"testWorkspace",
"x"
],
"value": 378.48974609375
},
{
"op": "replace",
"path": [
"testWorkspace",
"y"
],
"value": 443.2489929199219
},
{
"op": "replace",
"path": [
"testWorkspace",
"zoom"
],
"value": 1.3188965557487942
},
{
"op": "replace",
"path": [
"testWorkspace",
"x"
],
"value": 564.48974609375
},
{
"op": "replace",
"path": [
"testWorkspace",
"y"
],
"value": 426.2489929199219
},
{
"op": "replace",
"path": [
"testWorkspace",
"x"
],
"value": 668.6170043945312
},
{
"op": "replace",
"path": [
"testWorkspace",
"y"
],
"value": 471.2497100830078
},
{
"op": "replace",
"path": [
"testWorkspace",
"zoom"
],
"value": 1.478126592957157
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"TodoList",
"default"
],
[]
]
},
{
"op": "replace",
"path": [
"selection"
]
},
{
"op": "replace",
"path": [
"testWorkspace",
"zoom"
],
"value": 1
},
{
"op": "replace",
"path": [
"testWorkspace",
"x"
],
"value": 413.61700439453125
},
{
"op": "replace",
"path": [
"testWorkspace",
"y"
],
"value": 152.2497100830078
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"TodoList",
"default"
],
[]
]
},
{
"op": "replace",
"path": [
"selection"
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"TodoList",
"default"
],
[]
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"todoItem",
"main"
],
[]
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"todoItem",
"editing"
],
[]
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"check",
"unchecked"
],
[]
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"check",
"checked"
],
[]
]
},
{
"op": "replace",
"path": [
"selection"
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"check",
"unchecked"
],
[]
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"todoItem",
"editing"
],
[]
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"todoItem",
"main"
],
[]
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"todoItem",
"main"
],
[
0
]
]
},
{
"op": "replace",
"path": [
"selection"
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"TodoList",
"default"
],
[]
]
},
{
"op": "replace",
"path": [
"selection"
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"TodoList",
"default"
],
[]
]
},
{
"op": "replace",
"path": [
"selection"
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"TodoList",
"default"
],
[]
]
}
],
[
{
"op": "replace",
"path": [
"views",
"PNn9Pe",
"width"
],
"value": 425
},
{
"op": "replace",
"path": [
"selection"
]
},
{
"op": "replace",
"path": [
"testWorkspace",
"x"
],
"value": 1017.4521789550781
},
{
"op": "replace",
"path": [
"testWorkspace",
"y"
],
"value": 579.2109069824219
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"TodoList",
"default"
],
[]
]
}
],
[
{
"op": "replace",
"path": [
"views",
"PNn9Pe",
"x"
],
"value": -30.193
},
{
"op": "replace",
"path": [
"views",
"PNn9Pe",
"y"
],
"value": 111.726
},
{
"op": "replace",
"path": [
"selection"
]
},
{
"op": "add",
"path": [
"selection"
],
"value": [
[
"TodoList",
"default"
],
[]
]
},
{
"op": "replace",
"path": [
"testWorkspace",
"x"
],
"value": 354.5514831542969
},
{
"op": "replace",
"path": [
"testWorkspace",
"y"
],
"value": 80.02886962890625
},
{
"op": "replace",
"path": [
"testWorkspace",
"zoom"
],
"value": 0.8490627123074298
},
{
"op": "replace",
"path": [
"testWorkspace",
"x"
],
"value": 379.5514831542969
},
{
"op": "replace",
"path": [
"testWorkspace",
"y"
],
"value": 282.02886962890625
},
{
"op": "replace",
"path": [
"testWorkspace",
"x"
],
"value": 459.5923156738281
},
{
"op": "replace",
"path": [
"testWorkspace",
"y"
],
"value": 329.82965087890625
},
{
"op": "replace",
"path": [
"testWorkspace",
"zoom"
],
"value": 1.0072742104422152
},
{
"op": "replace",
"path": [
"selection"
]
},
{
"op": "replace",
"path": [
"testWorkspace",
"x"
],
"value": 505.36059786544047
},
{
"op": "replace",
"path": [
"testWorkspace",
"y"
],
"value": 124.35498791390489
},
{
"op": "replace",
"path": [
"testWorkspace",
"x"
],
"value": 784.4521789550781
},
{
"op": "replace",
"path": [
"testWorkspace",
"y"
],
"value": 72.21090698242188
},
{
"op": "replace",
"path": [
"testWorkspace",
"zoom"
],
"value": 1.7413280264259725
},
{
"op": "replace",
"path": [
"testWorkspace",
"x"
],
"value": 807.4521789550781
},
{
"op": "replace",
"path": [
"testWorkspace",
"y"
],
"value": 303.2109069824219
},
{
"op": "replace",
"path": [
"testWorkspace",
"x"
],
"value": 855.4521789550781
},
{
"op": "replace",
"path": [
"testWorkspace",
"y"
],
"value": 575.2109069824219
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"TodoList",
"default"
],
[]
]
}
]
],
"_inverseChanges": [
[
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"check",
"unchecked"
],
[]
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"TodoList",
"default"
],
[
0
]
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"TodoList",
"default"
],
[]
]
},
{
"op": "remove",
"path": [
"selection"
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": [
null,
null
]
},
{
"op": "replace",
"path": [
"debugging"
],
"value": []
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"TodoList",
"default"
],
[]
]
},
{
"op": "replace",
"path": [
"selection"
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"TodoList",
"default"
],
[
0,
1
]
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"TodoList",
"default"
],
[
0
]
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"TodoList",
"default"
],
[]
]
},
{
"op": "replace",
"path": [
"views",
"PNn9Pe",
"width"
],
"value": 405
}
],
[
{
"op": "replace",
"path": [
"views",
"PNn9Pe",
"width"
],
"value": 415
}
],
[
{
"op": "replace",
"path": [
"selection"
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"TodoList",
"default"
],
[]
]
},
{
"op": "replace",
"path": [
"selection"
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"TodoList",
"default"
],
[]
]
},
{
"op": "replace",
"path": [
"selection"
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"todoItem",
"main"
],
[
0
]
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"todoItem",
"main"
],
[]
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"todoItem",
"editing"
],
[]
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"check",
"unchecked"
],
[]
]
},
{
"op": "replace",
"path": [
"selection"
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"check",
"checked"
],
[]
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"check",
"unchecked"
],
[]
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"todoItem",
"editing"
],
[]
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"todoItem",
"main"
],
[]
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"TodoList",
"default"
],
[]
]
},
{
"op": "replace",
"path": [
"selection"
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"TodoList",
"default"
],
[]
]
},
{
"op": "replace",
"path": [
"selection"
]
},
{
"op": "replace",
"path": [
"testWorkspace",
"x"
],
"value": 668.6170043945312
},
{
"op": "replace",
"path": [
"testWorkspace",
"y"
],
"value": 471.2497100830078
},
{
"op": "replace",
"path": [
"testWorkspace",
"zoom"
],
"value": 1.478126592957157
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"TodoList",
"default"
],
[]
]
},
{
"op": "replace",
"path": [
"selection"
]
},
{
"op": "replace",
"path": [
"testWorkspace",
"zoom"
],
"value": 1.3188965557487942
},
{
"op": "replace",
"path": [
"testWorkspace",
"x"
],
"value": 564.48974609375
},
{
"op": "replace",
"path": [
"testWorkspace",
"y"
],
"value": 426.2489929199219
},
{
"op": "replace",
"path": [
"testWorkspace",
"x"
],
"value": 378.48974609375
},
{
"op": "replace",
"path": [
"testWorkspace",
"y"
],
"value": 443.2489929199219
},
{
"op": "replace",
"path": [
"testWorkspace",
"zoom"
],
"value": 0.8628675490023369
},
{
"op": "replace",
"path": [
"testWorkspace",
"x"
],
"value": 185.38311767578125
},
{
"op": "replace",
"path": [
"testWorkspace",
"y"
],
"value": 331.6534729003906
},
{
"op": "replace",
"path": [
"testWorkspace",
"zoom"
],
"value": 1
},
{
"op": "replace",
"path": [
"testWorkspace",
"x"
],
"value": 243.45217895507812
},
{
"op": "replace",
"path": [
"testWorkspace",
"y"
],
"value": 365.2109069824219
},
{
"op": "replace",
"path": [
"testWorkspace",
"x"
],
"value": 106.45217895507812
},
{
"op": "replace",
"path": [
"testWorkspace",
"y"
],
"value": 360.2109069824219
},
{
"op": "replace",
"path": [
"testWorkspace",
"x"
],
"value": 1017.4521789550781
},
{
"op": "replace",
"path": [
"testWorkspace",
"y"
],
"value": 579.2109069824219
},
{
"op": "replace",
"path": [
"testWorkspace",
"zoom"
],
"value": 1.7413280264259725
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"TodoList",
"default"
],
[]
]
},
{
"op": "replace",
"path": [
"views",
"PNn9Pe",
"width"
],
"value": 425
}
],
[
{
"op": "replace",
"path": [
"selection"
]
},
{
"op": "replace",
"path": [
"testWorkspace",
"x"
],
"value": 855.4521789550781
},
{
"op": "replace",
"path": [
"testWorkspace",
"y"
],
"value": 575.2109069824219
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"TodoList",
"default"
],
[]
]
},
{
"op": "replace",
"path": [
"views",
"PNn9Pe",
"width"
],
"value": 431
}
],
[
{
"op": "replace",
"path": [
"selection"
]
},
{
"op": "replace",
"path": [
"testWorkspace",
"x"
],
"value": 807.4521789550781
},
{
"op": "replace",
"path": [
"testWorkspace",
"y"
],
"value": 303.2109069824219
},
{
"op": "replace",
"path": [
"testWorkspace",
"x"
],
"value": 784.4521789550781
},
{
"op": "replace",
"path": [
"testWorkspace",
"y"
],
"value": 72.21090698242188
},
{
"op": "replace",
"path": [
"testWorkspace",
"zoom"
],
"value": 1.0072742104422152
},
{
"op": "replace",
"path": [
"testWorkspace",
"x"
],
"value": 505.36059786544047
},
{
"op": "replace",
"path": [
"testWorkspace",
"y"
],
"value": 124.35498791390489
},
{
"op": "replace",
"path": [
"testWorkspace",
"x"
],
"value": 459.5923156738281
},
{
"op": "replace",
"path": [
"testWorkspace",
"y"
],
"value": 329.82965087890625
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"TodoList",
"default"
],
[]
]
},
{
"op": "replace",
"path": [
"testWorkspace",
"zoom"
],
"value": 0.8490627123074298
},
{
"op": "replace",
"path": [
"testWorkspace",
"x"
],
"value": 379.5514831542969
},
{
"op": "replace",
"path": [
"testWorkspace",
"y"
],
"value": 282.02886962890625
},
{
"op": "replace",
"path": [
"testWorkspace",
"x"
],
"value": 354.5514831542969
},
{
"op": "replace",
"path": [
"testWorkspace",
"y"
],
"value": 80.02886962890625
},
{
"op": "replace",
"path": [
"testWorkspace",
"zoom"
],
"value": 1
},
{
"op": "replace",
"path": [
"testWorkspace",
"x"
],
"value": 426.4683532714844
},
{
"op": "replace",
"path": [
"testWorkspace",
"y"
],
"value": 89.72244262695312
},
{
"op": "remove",
"path": [
"selection"
]
},
{
"op": "replace",
"path": [
"selection"
],
"value": [
[
"TodoList",
"default"
],
[]
]
},
{
"op": "replace",
"path": [
"views",
"PNn9Pe",
"x"
],
"value": -29.193
},
{
"op": "replace",
"path": [
"views",
"PNn9Pe",
"y"
],
"value": 111.926
}
]
],
"_processingChanges": [],
"debugging": [
null,
null
],
"selection": [
[
"todoItem",
"main"
],
[]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment