setta 0.0.9.dev3__py3-none-any.whl → 0.0.10.dev1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of setta might be problematic. Click here for more details.
- setta/__init__.py +1 -1
- setta/database/db/projects/load.py +1 -3
- setta/database/db/projects/save.py +2 -2
- setta/database/db/projects/utils.py +3 -3
- setta/database/db/sectionVariants/copy.py +3 -11
- setta/database/db/sections/copy.py +1 -1
- setta/database/db/sections/jsonSource.py +45 -114
- setta/database/db/sections/load.py +68 -134
- setta/database/settings_file.py +3 -3
- setta/routers/sections.py +6 -10
- setta/static/constants/defaultValues.json +6 -7
- setta/static/constants/settingsProject.json +71 -72
- setta/static/frontend/assets/{index-0693b9a1.js → index-0304307e.js} +128 -128
- setta/static/frontend/assets/index-030463f6.css +32 -0
- setta/static/frontend/index.html +2 -2
- setta/utils/constants.py +10 -4
- {setta-0.0.9.dev3.dist-info → setta-0.0.10.dev1.dist-info}/METADATA +5 -3
- {setta-0.0.9.dev3.dist-info → setta-0.0.10.dev1.dist-info}/RECORD +22 -22
- setta/static/frontend/assets/index-cf887608.css +0 -32
- {setta-0.0.9.dev3.dist-info → setta-0.0.10.dev1.dist-info}/LICENSE +0 -0
- {setta-0.0.9.dev3.dist-info → setta-0.0.10.dev1.dist-info}/WHEEL +0 -0
- {setta-0.0.9.dev3.dist-info → setta-0.0.10.dev1.dist-info}/entry_points.txt +0 -0
- {setta-0.0.9.dev3.dist-info → setta-0.0.10.dev1.dist-info}/top_level.txt +0 -0
@@ -21,7 +21,6 @@
|
|
21
21
|
"paramSweepSectionId": null,
|
22
22
|
"nonPresetUITypeIds": [],
|
23
23
|
"codeLanguage": "python",
|
24
|
-
"configLanguage": "python",
|
25
24
|
"runInMemory": false,
|
26
25
|
"isFrozen": false,
|
27
26
|
"isHorizontalOrientation": false,
|
@@ -54,11 +53,8 @@
|
|
54
53
|
"isReadOnlyTerminal": false,
|
55
54
|
"renderMarkdown": false,
|
56
55
|
"positionAndSizeLocked": false,
|
57
|
-
"jsonSource": "",
|
58
|
-
"jsonSourceKeys": [],
|
59
56
|
"selectedVariantIds": {},
|
60
57
|
"paramFilter": "",
|
61
|
-
"jsonSourceMissing": false,
|
62
58
|
"isInOtherProjectConfigs": false,
|
63
59
|
"aspectRatio": false,
|
64
60
|
"aspectRatioExtraHeight": 0,
|
@@ -80,7 +76,11 @@
|
|
80
76
|
"templateVars": [],
|
81
77
|
"isFrozen": false,
|
82
78
|
"sweep": [],
|
83
|
-
"runGroup": {}
|
79
|
+
"runGroup": {},
|
80
|
+
"configLanguage": "python",
|
81
|
+
"isJsonSource": false,
|
82
|
+
"jsonSourceKeys": [],
|
83
|
+
"jsonSourceMissing": false
|
84
84
|
},
|
85
85
|
"codeInfo": {
|
86
86
|
"id": null,
|
@@ -94,8 +94,7 @@
|
|
94
94
|
"isFrozen": false,
|
95
95
|
"isSelected": false,
|
96
96
|
"evRefs": [],
|
97
|
-
"ignoreTypeErrors": false
|
98
|
-
"jsonSource": null
|
97
|
+
"ignoreTypeErrors": false
|
99
98
|
},
|
100
99
|
"codeInfoCol": {
|
101
100
|
"children": { "null": [] }
|
@@ -43,23 +43,38 @@
|
|
43
43
|
"sectionVariants": {
|
44
44
|
"19f203aa-cae6-4ccc-928c-dab0194ade77": {
|
45
45
|
"name": "setta_files/setta-settings.json",
|
46
|
-
"codeInfoColId": "088e4b38-c05d-4b28-ab20-18763c0ac73d"
|
46
|
+
"codeInfoColId": "088e4b38-c05d-4b28-ab20-18763c0ac73d",
|
47
|
+
"isJsonSource": true,
|
48
|
+
"jsonSourceKeys": ["shortcuts"],
|
49
|
+
"configLanguage": "json"
|
47
50
|
},
|
48
51
|
"f3cb4189-2692-4e75-b58f-76d632f44205": {
|
49
52
|
"name": "setta_files/setta-settings.json",
|
50
|
-
"codeInfoColId": "5f3093c9-2baa-4a46-b5ae-a36a7c1f17f2"
|
53
|
+
"codeInfoColId": "5f3093c9-2baa-4a46-b5ae-a36a7c1f17f2",
|
54
|
+
"isJsonSource": true,
|
55
|
+
"jsonSourceKeys": ["gui"],
|
56
|
+
"configLanguage": "json"
|
51
57
|
},
|
52
58
|
"36d29a06-7971-48d1-a1d2-23480f770d74": {
|
53
59
|
"name": "setta_files/setta-settings.json",
|
54
|
-
"codeInfoColId": "c88201be-0ff6-4f54-be88-6d2e448dcee8"
|
60
|
+
"codeInfoColId": "c88201be-0ff6-4f54-be88-6d2e448dcee8",
|
61
|
+
"isJsonSource": true,
|
62
|
+
"jsonSourceKeys": ["backend"],
|
63
|
+
"configLanguage": "json"
|
55
64
|
},
|
56
65
|
"4490975a-8d8d-4f02-8ed4-f48f8258f1ec": {
|
57
66
|
"name": "setta_files/setta-settings.json",
|
58
|
-
"codeInfoColId": "ed42bd5c-edfb-4620-8477-58bbb84ee69b"
|
67
|
+
"codeInfoColId": "ed42bd5c-edfb-4620-8477-58bbb84ee69b",
|
68
|
+
"isJsonSource": true,
|
69
|
+
"jsonSourceKeys": ["languageServer"],
|
70
|
+
"configLanguage": "json"
|
59
71
|
},
|
60
72
|
"d2c7059a-8e28-488a-aa33-056476652d5e": {
|
61
73
|
"name": "setta_files/setta-settings.json",
|
62
|
-
"codeInfoColId": "baa5c9db-c2db-42c7-9cab-fda5cadf861c"
|
74
|
+
"codeInfoColId": "baa5c9db-c2db-42c7-9cab-fda5cadf861c",
|
75
|
+
"isJsonSource": true,
|
76
|
+
"jsonSourceKeys": ["sections"],
|
77
|
+
"configLanguage": "json"
|
63
78
|
}
|
64
79
|
},
|
65
80
|
"artifacts": {},
|
@@ -205,11 +220,7 @@
|
|
205
220
|
"uiTypeId": "0191cde4-3d98-4ba0-972a-fead19b8ac73",
|
206
221
|
"uiTypeColId": "04f95495-52ba-4277-a79e-228bb1c6a5bc",
|
207
222
|
"defaultVariantId": "19f203aa-cae6-4ccc-928c-dab0194ade77",
|
208
|
-
"variantIds": ["19f203aa-cae6-4ccc-928c-dab0194ade77"]
|
209
|
-
"configLanguage": "json",
|
210
|
-
"hideSearch": true,
|
211
|
-
"jsonSource": "setta_files/setta-settings*.json",
|
212
|
-
"jsonSourceKeys": ["shortcuts"]
|
223
|
+
"variantIds": ["19f203aa-cae6-4ccc-928c-dab0194ade77"]
|
213
224
|
},
|
214
225
|
"6b264a9a-0f87-4288-80aa-45cc6b16db96": {
|
215
226
|
"id": "6b264a9a-0f87-4288-80aa-45cc6b16db96",
|
@@ -221,11 +232,7 @@
|
|
221
232
|
"uiTypeId": "0191cde4-3d98-4ba0-972a-fead19b8ac73",
|
222
233
|
"uiTypeColId": "04f95495-52ba-4277-a79e-228bb1c6a5bc",
|
223
234
|
"defaultVariantId": "f3cb4189-2692-4e75-b58f-76d632f44205",
|
224
|
-
"variantIds": ["f3cb4189-2692-4e75-b58f-76d632f44205"]
|
225
|
-
"configLanguage": "json",
|
226
|
-
"hideSearch": true,
|
227
|
-
"jsonSource": "setta_files/setta-settings*.json",
|
228
|
-
"jsonSourceKeys": ["gui"]
|
235
|
+
"variantIds": ["f3cb4189-2692-4e75-b58f-76d632f44205"]
|
229
236
|
},
|
230
237
|
"f74b5aaf-d11d-4153-b55b-9c18e11e3a73": {
|
231
238
|
"id": "f74b5aaf-d11d-4153-b55b-9c18e11e3a73",
|
@@ -237,11 +244,7 @@
|
|
237
244
|
"uiTypeId": "0191cde4-3d98-4ba0-972a-fead19b8ac73",
|
238
245
|
"uiTypeColId": "04f95495-52ba-4277-a79e-228bb1c6a5bc",
|
239
246
|
"defaultVariantId": "36d29a06-7971-48d1-a1d2-23480f770d74",
|
240
|
-
"variantIds": ["36d29a06-7971-48d1-a1d2-23480f770d74"]
|
241
|
-
"configLanguage": "json",
|
242
|
-
"hideSearch": true,
|
243
|
-
"jsonSource": "setta_files/setta-settings*.json",
|
244
|
-
"jsonSourceKeys": ["backend"]
|
247
|
+
"variantIds": ["36d29a06-7971-48d1-a1d2-23480f770d74"]
|
245
248
|
},
|
246
249
|
"8389d4b3-0a1e-4c44-819b-7c745d6c3f1b": {
|
247
250
|
"id": "8389d4b3-0a1e-4c44-819b-7c745d6c3f1b",
|
@@ -253,11 +256,7 @@
|
|
253
256
|
"uiTypeId": "0191cde4-3d98-4ba0-972a-fead19b8ac73",
|
254
257
|
"uiTypeColId": "04f95495-52ba-4277-a79e-228bb1c6a5bc",
|
255
258
|
"defaultVariantId": "4490975a-8d8d-4f02-8ed4-f48f8258f1ec",
|
256
|
-
"variantIds": ["4490975a-8d8d-4f02-8ed4-f48f8258f1ec"]
|
257
|
-
"configLanguage": "json",
|
258
|
-
"hideSearch": true,
|
259
|
-
"jsonSource": "setta_files/setta-settings*.json",
|
260
|
-
"jsonSourceKeys": ["languageServer"]
|
259
|
+
"variantIds": ["4490975a-8d8d-4f02-8ed4-f48f8258f1ec"]
|
261
260
|
},
|
262
261
|
"514c2046-25de-4b0a-b6f9-fca1dd14ad8e": {
|
263
262
|
"id": "514c2046-25de-4b0a-b6f9-fca1dd14ad8e",
|
@@ -269,139 +268,114 @@
|
|
269
268
|
"uiTypeId": "0191cde4-3d98-4ba0-972a-fead19b8ac73",
|
270
269
|
"uiTypeColId": "04f95495-52ba-4277-a79e-228bb1c6a5bc",
|
271
270
|
"defaultVariantId": "d2c7059a-8e28-488a-aa33-056476652d5e",
|
272
|
-
"variantIds": ["d2c7059a-8e28-488a-aa33-056476652d5e"]
|
273
|
-
"configLanguage": "json",
|
274
|
-
"hideSearch": true,
|
275
|
-
"jsonSource": "setta_files/setta-settings*.json",
|
276
|
-
"jsonSourceKeys": ["sections"]
|
271
|
+
"variantIds": ["d2c7059a-8e28-488a-aa33-056476652d5e"]
|
277
272
|
}
|
278
273
|
},
|
279
274
|
"codeInfo": {
|
280
275
|
"db7b5f4e-ee15-4f9a-9bab-fa84de3f5c00": {
|
281
276
|
"id": "db7b5f4e-ee15-4f9a-9bab-fa84de3f5c00",
|
282
277
|
"name": "panOnScrollMode",
|
283
|
-
"editable": true
|
284
|
-
"jsonSource": "setta_files/setta-settings.json"
|
278
|
+
"editable": true
|
285
279
|
},
|
286
280
|
"5ec98205-d06c-4f13-9115-1d5eec76555b": {
|
287
281
|
"id": "5ec98205-d06c-4f13-9115-1d5eec76555b",
|
288
282
|
"name": "selectionMode",
|
289
|
-
"editable": true
|
290
|
-
"jsonSource": "setta_files/setta-settings.json"
|
283
|
+
"editable": true
|
291
284
|
},
|
292
285
|
"b4b236b6-ec70-40cc-8765-8d1a30c1e572": {
|
293
286
|
"id": "b4b236b6-ec70-40cc-8765-8d1a30c1e572",
|
294
287
|
"name": "showGridLines",
|
295
|
-
"editable": true
|
296
|
-
"jsonSource": "setta_files/setta-settings.json"
|
288
|
+
"editable": true
|
297
289
|
},
|
298
290
|
"a2b36afb-f5ae-427b-ad8f-be12da5e2ec4": {
|
299
291
|
"id": "a2b36afb-f5ae-427b-ad8f-be12da5e2ec4",
|
300
292
|
"name": "gridColor",
|
301
|
-
"editable": true
|
302
|
-
"jsonSource": "setta_files/setta-settings.json"
|
293
|
+
"editable": true
|
303
294
|
},
|
304
295
|
"7ae66c69-3261-4882-a983-26b9bcf35063": {
|
305
296
|
"id": "7ae66c69-3261-4882-a983-26b9bcf35063",
|
306
297
|
"name": "gridColorDarkMode",
|
307
|
-
"editable": true
|
308
|
-
"jsonSource": "setta_files/setta-settings.json"
|
298
|
+
"editable": true
|
309
299
|
},
|
310
300
|
"d20faabd-e69e-40e6-bc6a-6ac29d7afbf0": {
|
311
301
|
"id": "d20faabd-e69e-40e6-bc6a-6ac29d7afbf0",
|
312
302
|
"name": "gridPattern",
|
313
|
-
"editable": true
|
314
|
-
"jsonSource": "setta_files/setta-settings.json"
|
303
|
+
"editable": true
|
315
304
|
},
|
316
305
|
"b387688a-a761-4396-b99a-b60945d2db0a": {
|
317
306
|
"id": "b387688a-a761-4396-b99a-b60945d2db0a",
|
318
307
|
"name": "showDefaultConfigOnLoad",
|
319
|
-
"editable": true
|
320
|
-
"jsonSource": "setta_files/setta-settings.json"
|
308
|
+
"editable": true
|
321
309
|
},
|
322
310
|
"03b2da1e-f288-40fa-ad3c-881a6a4f186f": {
|
323
311
|
"id": "03b2da1e-f288-40fa-ad3c-881a6a4f186f",
|
324
312
|
"name": "inferImports",
|
325
|
-
"editable": true
|
326
|
-
"jsonSource": "setta_files/setta-settings.json"
|
313
|
+
"editable": true
|
327
314
|
},
|
328
315
|
"7f9492a2-ce79-43ea-8778-49e256e3efaa": {
|
329
316
|
"id": "7f9492a2-ce79-43ea-8778-49e256e3efaa",
|
330
317
|
"name": "autosave",
|
331
|
-
"editable": true
|
332
|
-
"jsonSource": "setta_files/setta-settings.json"
|
318
|
+
"editable": true
|
333
319
|
},
|
334
320
|
"b50f0c10-0115-4619-92e9-cc955539b72c": {
|
335
321
|
"id": "b50f0c10-0115-4619-92e9-cc955539b72c",
|
336
322
|
"name": "autobackup",
|
337
|
-
"editable": true
|
338
|
-
"jsonSource": "setta_files/setta-settings.json"
|
323
|
+
"editable": true
|
339
324
|
},
|
340
325
|
"15e8e73b-69ed-42cb-8970-06f09617d0b2": {
|
341
326
|
"id": "15e8e73b-69ed-42cb-8970-06f09617d0b2",
|
342
327
|
"name": "leftSidePaneShiftsMap",
|
343
|
-
"editable": true
|
344
|
-
"jsonSource": "setta_files/setta-settings.json"
|
328
|
+
"editable": true
|
345
329
|
},
|
346
330
|
"581e7d04-9e4c-4f63-bec9-7f7d809e7f8e": {
|
347
331
|
"id": "581e7d04-9e4c-4f63-bec9-7f7d809e7f8e",
|
348
332
|
"name": "panOnDrag",
|
349
|
-
"editable": true
|
350
|
-
"jsonSource": "setta_files/setta-settings.json"
|
333
|
+
"editable": true
|
351
334
|
},
|
352
335
|
"f7ffcc87-4649-4f8b-9d4b-8276f0ed3af7": {
|
353
336
|
"id": "f7ffcc87-4649-4f8b-9d4b-8276f0ed3af7",
|
354
337
|
"name": "panOnScroll",
|
355
|
-
"editable": true
|
356
|
-
"jsonSource": "setta_files/setta-settings.json"
|
338
|
+
"editable": true
|
357
339
|
},
|
358
340
|
"fbeb8bd7-dfe7-497a-9920-83450e875501": {
|
359
341
|
"id": "fbeb8bd7-dfe7-497a-9920-83450e875501",
|
360
342
|
"name": "zoomOnScroll",
|
361
|
-
"editable": true
|
362
|
-
"jsonSource": "setta_files/setta-settings.json"
|
343
|
+
"editable": true
|
363
344
|
},
|
364
345
|
"fc1c467d-b745-46b6-8f8b-94f239e0abd8": {
|
365
346
|
"id": "fc1c467d-b745-46b6-8f8b-94f239e0abd8",
|
366
347
|
"name": "zoomOnPinch",
|
367
|
-
"editable": true
|
368
|
-
"jsonSource": "setta_files/setta-settings.json"
|
348
|
+
"editable": true
|
369
349
|
},
|
370
350
|
"17466622-a5fb-4be8-8525-f06c88daae82": {
|
371
351
|
"id": "17466622-a5fb-4be8-8525-f06c88daae82",
|
372
352
|
"name": "zoomOnDoubleClick",
|
373
|
-
"editable": true
|
374
|
-
"jsonSource": "setta_files/setta-settings.json"
|
353
|
+
"editable": true
|
375
354
|
},
|
376
355
|
"85dafdca-efa6-43bc-9421-b65dd9614862": {
|
377
356
|
"id": "85dafdca-efa6-43bc-9421-b65dd9614862",
|
378
357
|
"name": "clearTerminalBeforeMarkingAsReady",
|
379
|
-
"editable": true
|
380
|
-
"jsonSource": "setta_files/setta-settings.json"
|
358
|
+
"editable": true
|
381
359
|
},
|
382
360
|
"df31626d-bb5c-44db-a72e-ea1ed9ddc57c": {
|
383
361
|
"id": "df31626d-bb5c-44db-a72e-ea1ed9ddc57c",
|
384
362
|
"name": "exportDbRawOnSave",
|
385
|
-
"editable": true
|
386
|
-
"jsonSource": "setta_files/setta-settings.json"
|
363
|
+
"editable": true
|
387
364
|
},
|
388
365
|
"60185329-1eeb-439c-8830-e7fb77f44568": {
|
389
366
|
"id": "60185329-1eeb-439c-8830-e7fb77f44568",
|
390
367
|
"name": "exportDbReadableOnSave",
|
391
|
-
"editable": true
|
392
|
-
"jsonSource": "setta_files/setta-settings.json"
|
368
|
+
"editable": true
|
393
369
|
},
|
394
370
|
"69b37725-50e6-4ddb-bd6c-f804f79e7c5a": {
|
395
371
|
"id": "69b37725-50e6-4ddb-bd6c-f804f79e7c5a",
|
396
372
|
"name": "exportDbReadableWithVariantsOnSave",
|
397
|
-
"editable": true
|
398
|
-
"jsonSource": "setta_files/setta-settings.json"
|
373
|
+
"editable": true
|
399
374
|
},
|
400
375
|
"24a214fd-f10b-44f6-a6f4-0693538ee08d": {
|
401
376
|
"id": "24a214fd-f10b-44f6-a6f4-0693538ee08d",
|
402
377
|
"name": "saveRenderedValues",
|
403
|
-
"editable": true
|
404
|
-
"jsonSource": "setta_files/setta-settings.json"
|
378
|
+
"editable": true
|
405
379
|
}
|
406
380
|
},
|
407
381
|
"codeInfoCols": {
|
@@ -410,6 +384,20 @@
|
|
410
384
|
},
|
411
385
|
"5f3093c9-2baa-4a46-b5ae-a36a7c1f17f2": {
|
412
386
|
"children": {
|
387
|
+
"null": [
|
388
|
+
"b4b236b6-ec70-40cc-8765-8d1a30c1e572",
|
389
|
+
"d20faabd-e69e-40e6-bc6a-6ac29d7afbf0",
|
390
|
+
"a2b36afb-f5ae-427b-ad8f-be12da5e2ec4",
|
391
|
+
"7ae66c69-3261-4882-a983-26b9bcf35063",
|
392
|
+
"581e7d04-9e4c-4f63-bec9-7f7d809e7f8e",
|
393
|
+
"f7ffcc87-4649-4f8b-9d4b-8276f0ed3af7",
|
394
|
+
"db7b5f4e-ee15-4f9a-9bab-fa84de3f5c00",
|
395
|
+
"fbeb8bd7-dfe7-497a-9920-83450e875501",
|
396
|
+
"fc1c467d-b745-46b6-8f8b-94f239e0abd8",
|
397
|
+
"17466622-a5fb-4be8-8525-f06c88daae82",
|
398
|
+
"5ec98205-d06c-4f13-9115-1d5eec76555b",
|
399
|
+
"15e8e73b-69ed-42cb-8970-06f09617d0b2"
|
400
|
+
],
|
413
401
|
"b4b236b6-ec70-40cc-8765-8d1a30c1e572": [],
|
414
402
|
"d20faabd-e69e-40e6-bc6a-6ac29d7afbf0": [],
|
415
403
|
"a2b36afb-f5ae-427b-ad8f-be12da5e2ec4": [],
|
@@ -426,6 +414,17 @@
|
|
426
414
|
},
|
427
415
|
"c88201be-0ff6-4f54-be88-6d2e448dcee8": {
|
428
416
|
"children": {
|
417
|
+
"null": [
|
418
|
+
"b387688a-a761-4396-b99a-b60945d2db0a",
|
419
|
+
"03b2da1e-f288-40fa-ad3c-881a6a4f186f",
|
420
|
+
"7f9492a2-ce79-43ea-8778-49e256e3efaa",
|
421
|
+
"b50f0c10-0115-4619-92e9-cc955539b72c",
|
422
|
+
"85dafdca-efa6-43bc-9421-b65dd9614862",
|
423
|
+
"df31626d-bb5c-44db-a72e-ea1ed9ddc57c",
|
424
|
+
"60185329-1eeb-439c-8830-e7fb77f44568",
|
425
|
+
"69b37725-50e6-4ddb-bd6c-f804f79e7c5a",
|
426
|
+
"24a214fd-f10b-44f6-a6f4-0693538ee08d"
|
427
|
+
],
|
429
428
|
"b387688a-a761-4396-b99a-b60945d2db0a": [],
|
430
429
|
"03b2da1e-f288-40fa-ad3c-881a6a4f186f": [],
|
431
430
|
"7f9492a2-ce79-43ea-8778-49e256e3efaa": [],
|