pict-section-form 1.0.145 → 1.0.147
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.
- package/debug/Harness.js +10 -2
- package/debug/PICTSection-TabularManifests.json +110 -27
- package/debug/TabularManifestCSV.csv +70 -69
- package/debug/data/DefaultFormManifest.json +110 -27
- package/debug/data/MathExampleForm-Reconstituted.csv +70 -69
- package/debug/data/MathExampleForm.json +110 -27
- package/debug/data/index.html +2 -0
- package/package.json +1 -1
- package/source/providers/Pict-Provider-DynamicTabularData.js +60 -41
- package/source/services/ManifestConversionToCSV.js +4 -0
- package/source/services/ManifestFactory.js +15 -1
- package/source/views/Pict-View-DynamicForm.js +13 -1
- package/source/views/support/Pict-View-PSF-Solver-Visualization.js +11 -8
- package/source/views/support/Pict-View-PSF-SupportBase.js +2 -2
- package/types/source/providers/Pict-Provider-DynamicTabularData.d.ts.map +1 -1
- package/types/source/services/ManifestConversionToCSV.d.ts.map +1 -1
- package/types/source/services/ManifestFactory.d.ts.map +1 -1
- package/types/source/views/Pict-View-DynamicForm.d.ts +5 -0
- package/types/source/views/Pict-View-DynamicForm.d.ts.map +1 -1
- package/types/source/views/support/Pict-View-PSF-Solver-Visualization.d.ts.map +1 -1
package/debug/Harness.js
CHANGED
|
@@ -1,8 +1,16 @@
|
|
|
1
|
-
const libParseCSV = require('../utility/csvparser/ParseCSV-Program.js');
|
|
1
|
+
// const libParseCSV = require('../utility/csvparser/ParseCSV-Program.js');
|
|
2
2
|
|
|
3
3
|
// This command takes the `TabularManifestCSV.csv` file and imports it into a JSON file
|
|
4
4
|
//libParseCSV.run(['node', 'Harness.js', 'import']);
|
|
5
5
|
// This command takes the `data/MathExampleForm.json` file and injects any sidecare files in the `input_data` folder into the JSON file
|
|
6
6
|
//libParseCSV.run(['node', 'Harness.js', 'inject']);
|
|
7
7
|
//libParseCSV.run(['node', 'Harness.js', 'intersect']);
|
|
8
|
-
libParseCSV.run(['node', 'Harness.js', 'converttocsv', 'data/MathExampleForm.json', '-o', 'data/MathExampleForm-Reconstituted.csv', '-d', 'data/']);
|
|
8
|
+
//libParseCSV.run(['node', 'Harness.js', 'converttocsv', 'data/MathExampleForm.json', '-o', 'data/MathExampleForm-Reconstituted.csv', '-d', 'data/']);
|
|
9
|
+
|
|
10
|
+
const libStep1 = require('./Step-1-GenerateJSON.js');
|
|
11
|
+
|
|
12
|
+
// const libStep2 = require('./Step-2-InjectContent.js');
|
|
13
|
+
|
|
14
|
+
// const libStep3 = require('./Step-3-BuildDistilling.js');
|
|
15
|
+
|
|
16
|
+
// const libStep4 = require('./Step-4-ConvertToCSV.js');
|
|
@@ -281,29 +281,13 @@
|
|
|
281
281
|
"FormGroup": "BoxCollGrp",
|
|
282
282
|
"FormSection": "BoxCollSec"
|
|
283
283
|
},
|
|
284
|
-
"
|
|
285
|
-
"Hash": "
|
|
286
|
-
"Name": "
|
|
287
|
-
"DataAddress": "
|
|
288
|
-
"DataType": "
|
|
289
|
-
"FormGroup": "
|
|
290
|
-
"FormSection": "
|
|
291
|
-
},
|
|
292
|
-
"Boxes[].Volume": {
|
|
293
|
-
"Hash": "BoxesVolumeSet",
|
|
294
|
-
"Name": "BoxesVolumeSet",
|
|
295
|
-
"DataAddress": "Boxes[].Volume",
|
|
296
|
-
"DataType": "Number",
|
|
297
|
-
"FormGroup": "Box_Summary_Data",
|
|
298
|
-
"FormSection": "Box_Summary_Data"
|
|
299
|
-
},
|
|
300
|
-
"Boxes[].Depth": {
|
|
301
|
-
"Hash": "BoxesDepthSet",
|
|
302
|
-
"Name": "BoxesDepthSet",
|
|
303
|
-
"DataAddress": "Boxes[].Depth",
|
|
304
|
-
"DataType": "Number",
|
|
305
|
-
"FormGroup": "Box_Summary_Data",
|
|
306
|
-
"FormSection": "Box_Summary_Data"
|
|
284
|
+
"BoxDecorationSet": {
|
|
285
|
+
"Hash": "BoxDecorationSet",
|
|
286
|
+
"Name": "BoxDecorationSet",
|
|
287
|
+
"DataAddress": "BoxDecorationSet",
|
|
288
|
+
"DataType": "Array",
|
|
289
|
+
"FormGroup": "BoxDecorationGroup",
|
|
290
|
+
"FormSection": "BoxDecroations"
|
|
307
291
|
},
|
|
308
292
|
"BoxAggregate.Count": {
|
|
309
293
|
"Hash": "BoxesCount",
|
|
@@ -746,14 +730,41 @@
|
|
|
746
730
|
}
|
|
747
731
|
]
|
|
748
732
|
},
|
|
733
|
+
{
|
|
734
|
+
"Name": "Box Decoration",
|
|
735
|
+
"Hash": "BoxDecroations",
|
|
736
|
+
"Solvers": [],
|
|
737
|
+
"Groups": [
|
|
738
|
+
{
|
|
739
|
+
"Name": "Box Decorations",
|
|
740
|
+
"Hash": "BoxDecorationGroup",
|
|
741
|
+
"Rows": [],
|
|
742
|
+
"RecordSetSolvers": [],
|
|
743
|
+
"HideTabularEditingControls": true,
|
|
744
|
+
"ShowTitle": true,
|
|
745
|
+
"Layout": "Tabular",
|
|
746
|
+
"RecordSetAddress": "Boxes",
|
|
747
|
+
"RecordManifest": "BoxCollectionSecondaryTable"
|
|
748
|
+
}
|
|
749
|
+
]
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"Name": "Box Decoration",
|
|
753
|
+
"Hash": "BoxDecorations",
|
|
754
|
+
"Solvers": [],
|
|
755
|
+
"Groups": [
|
|
756
|
+
{
|
|
757
|
+
"Name": "Box Decorations",
|
|
758
|
+
"Hash": "BoxDecorationGroup",
|
|
759
|
+
"Rows": [],
|
|
760
|
+
"RecordSetSolvers": []
|
|
761
|
+
}
|
|
762
|
+
]
|
|
763
|
+
},
|
|
749
764
|
{
|
|
750
765
|
"Name": "Box Summary Data",
|
|
751
766
|
"Hash": "Box_Summary_Data",
|
|
752
767
|
"Solvers": [
|
|
753
|
-
{
|
|
754
|
-
"Ordinal": 10,
|
|
755
|
-
"Expression": "SUBTRACTINGSUMMATION(Boxes, \"Volume\", \"WarehouseSpaceLeft\", GETVALUE(\"AppData.Header.WarehouseVolume\"))"
|
|
756
|
-
},
|
|
757
768
|
"BoxesCount = COUNT(BoxesFloorspaceSet)",
|
|
758
769
|
"BoxesAverageFloorspace = AVG(BoxesFloorspaceSet)",
|
|
759
770
|
"BoxesTotalFloorspace = SUM(BoxesFloorspaceSet)",
|
|
@@ -1005,6 +1016,78 @@
|
|
|
1005
1016
|
"Sections": [],
|
|
1006
1017
|
"ReferenceManifests": {}
|
|
1007
1018
|
},
|
|
1019
|
+
"BoxCollectionSecondaryTable": {
|
|
1020
|
+
"Scope": "BoxCollectionSecondaryTable",
|
|
1021
|
+
"Descriptors": {
|
|
1022
|
+
"Identifier": {
|
|
1023
|
+
"Hash": "BoxIdentifier",
|
|
1024
|
+
"Name": "Identifier",
|
|
1025
|
+
"DataAddress": "Identifier",
|
|
1026
|
+
"DataType": "String",
|
|
1027
|
+
"PictForm": {
|
|
1028
|
+
"InputType": "DataOnly",
|
|
1029
|
+
"Row": "1",
|
|
1030
|
+
"Width": "1",
|
|
1031
|
+
"Providers": [
|
|
1032
|
+
"Pict-Input-AutofillTriggerGroup"
|
|
1033
|
+
],
|
|
1034
|
+
"AutofillTriggerGroup": {
|
|
1035
|
+
"TriggerGroupHash": "Box",
|
|
1036
|
+
"MarshalEmptyValues": false,
|
|
1037
|
+
"TriggerAllInputs": true
|
|
1038
|
+
},
|
|
1039
|
+
"Section": "BoxDecorations",
|
|
1040
|
+
"Group": "BoxDecorationGroup"
|
|
1041
|
+
},
|
|
1042
|
+
"IsTabular": true
|
|
1043
|
+
},
|
|
1044
|
+
"Volume": {
|
|
1045
|
+
"Hash": "BoxVolume",
|
|
1046
|
+
"Name": "Volume",
|
|
1047
|
+
"DataAddress": "Volume",
|
|
1048
|
+
"DataType": "PreciseNumber",
|
|
1049
|
+
"PictForm": {
|
|
1050
|
+
"InputType": "DataOnly",
|
|
1051
|
+
"Row": "1",
|
|
1052
|
+
"Width": "1",
|
|
1053
|
+
"Providers": [
|
|
1054
|
+
"Pict-Input-AutofillTriggerGroup"
|
|
1055
|
+
],
|
|
1056
|
+
"AutofillTriggerGroup": {
|
|
1057
|
+
"TriggerGroupHash": "Box",
|
|
1058
|
+
"MarshalEmptyValues": false,
|
|
1059
|
+
"TriggerAllInputs": true
|
|
1060
|
+
},
|
|
1061
|
+
"Section": "BoxDecorations",
|
|
1062
|
+
"Group": "BoxDecorationGroup"
|
|
1063
|
+
},
|
|
1064
|
+
"IsTabular": true
|
|
1065
|
+
},
|
|
1066
|
+
"DecorativeText": {
|
|
1067
|
+
"Hash": "DecorativeText",
|
|
1068
|
+
"Name": "Decorative Text",
|
|
1069
|
+
"DataAddress": "DecorativeText",
|
|
1070
|
+
"DataType": "String",
|
|
1071
|
+
"PictForm": {
|
|
1072
|
+
"Row": "1",
|
|
1073
|
+
"Width": "1",
|
|
1074
|
+
"Providers": [
|
|
1075
|
+
"Pict-Input-AutofillTriggerGroup"
|
|
1076
|
+
],
|
|
1077
|
+
"AutofillTriggerGroup": {
|
|
1078
|
+
"TriggerGroupHash": "Box",
|
|
1079
|
+
"MarshalEmptyValues": false,
|
|
1080
|
+
"TriggerAllInputs": true
|
|
1081
|
+
},
|
|
1082
|
+
"Section": "BoxDecorations",
|
|
1083
|
+
"Group": "BoxDecorationGroup"
|
|
1084
|
+
},
|
|
1085
|
+
"IsTabular": true
|
|
1086
|
+
}
|
|
1087
|
+
},
|
|
1088
|
+
"Sections": [],
|
|
1089
|
+
"ReferenceManifests": {}
|
|
1090
|
+
},
|
|
1008
1091
|
"Rectangles": {
|
|
1009
1092
|
"Scope": "Rectangles",
|
|
1010
1093
|
"Descriptors": {
|
|
@@ -1,69 +1,70 @@
|
|
|
1
|
-
Form,Form Name,SubManifest,DataOnly,Section Name,Section Hash,Group Name,Group Hash,Group Layout,Group CSS,Group Show Title,Row,Width,Minimum Row Count,Maximum Row Count,Input Address,Input Name,Input Hash,Input Extra,Units,DataType,Decimal Precision,InputType,Equation,Equation Ordinal,Default,Description,Tooltip,Input Notes,Entity,EntityColumnFilter,EntityDestination,SingleRecord,TriggerGroup,TriggerAddress,TriggerAllInputs,MarshalEmptyValues,ChartType,ChartLabelsAddress,ChartLabelsSolver,ChartDatasetsAddress,ChartDatasetsLabel,ChartDatasetsSolver
|
|
2
|
-
MathExampleForm,Math Example Form
|
|
3
|
-
MathExampleForm
|
|
4
|
-
MathExampleForm
|
|
5
|
-
MathExampleForm
|
|
6
|
-
MathExampleForm
|
|
7
|
-
MathExampleForm
|
|
8
|
-
MathExampleForm
|
|
9
|
-
MathExampleForm
|
|
10
|
-
MathExampleForm
|
|
11
|
-
MathExampleForm
|
|
12
|
-
MathExampleForm
|
|
13
|
-
MathExampleForm
|
|
14
|
-
MathExampleForm
|
|
15
|
-
MathExampleForm
|
|
16
|
-
MathExampleForm
|
|
17
|
-
MathExampleForm
|
|
18
|
-
MathExampleForm
|
|
19
|
-
MathExampleForm
|
|
20
|
-
MathExampleForm
|
|
21
|
-
MathExampleForm
|
|
22
|
-
MathExampleForm,,BoxCollectionData
|
|
23
|
-
MathExampleForm,,BoxCollectionData
|
|
24
|
-
MathExampleForm,,BoxCollectionData
|
|
25
|
-
MathExampleForm,,BoxCollectionData
|
|
26
|
-
MathExampleForm,,BoxCollectionData
|
|
27
|
-
MathExampleForm,,BoxCollectionData
|
|
28
|
-
MathExampleForm,,BoxCollectionData
|
|
29
|
-
MathExampleForm,,BoxCollectionData
|
|
30
|
-
MathExampleForm,,BoxCollectionData
|
|
31
|
-
MathExampleForm
|
|
32
|
-
MathExampleForm
|
|
33
|
-
MathExampleForm
|
|
34
|
-
MathExampleForm,,,,Box
|
|
35
|
-
MathExampleForm
|
|
36
|
-
MathExampleForm
|
|
37
|
-
MathExampleForm
|
|
38
|
-
MathExampleForm
|
|
39
|
-
MathExampleForm
|
|
40
|
-
MathExampleForm
|
|
41
|
-
MathExampleForm
|
|
42
|
-
MathExampleForm
|
|
43
|
-
MathExampleForm
|
|
44
|
-
MathExampleForm
|
|
45
|
-
MathExampleForm
|
|
46
|
-
MathExampleForm
|
|
47
|
-
MathExampleForm
|
|
48
|
-
MathExampleForm
|
|
49
|
-
MathExampleForm
|
|
50
|
-
MathExampleForm
|
|
51
|
-
MathExampleForm
|
|
52
|
-
MathExampleForm
|
|
53
|
-
MathExampleForm
|
|
54
|
-
MathExampleForm,,Rectangles
|
|
55
|
-
MathExampleForm,,Rectangles
|
|
56
|
-
MathExampleForm,,Rectangles
|
|
57
|
-
MathExampleForm,,Rectangles
|
|
58
|
-
MathExampleForm,,Rectangles
|
|
59
|
-
MathExampleForm,,
|
|
60
|
-
MathExampleForm,,Cylinders
|
|
61
|
-
MathExampleForm,,Cylinders
|
|
62
|
-
MathExampleForm,,Cylinders
|
|
63
|
-
MathExampleForm,,Cylinders
|
|
64
|
-
MathExampleForm,,Cylinders
|
|
65
|
-
MathExampleForm,,,,
|
|
66
|
-
MathExampleForm
|
|
67
|
-
MathExampleForm
|
|
68
|
-
MathExampleForm
|
|
69
|
-
MathExampleForm
|
|
1
|
+
Form,Form Name,SubManifest,HideTabularEditingControls,GroupRecordSetAddress,DataOnly,Section Name,Section Hash,Group Name,Group Hash,Group Layout,Group CSS,Group Show Title,Row,Width,Minimum Row Count,Maximum Row Count,Input Address,Input Name,Input Hash,Input Extra,Units,DataType,Decimal Precision,InputType,Equation,Equation Ordinal,Default,Description,Tooltip,Input Notes,Entity,EntityColumnFilter,EntityDestination,SingleRecord,TriggerGroup,TriggerAddress,TriggerAllInputs,MarshalEmptyValues,ChartType,ChartLabelsAddress,ChartLabelsSolver,ChartDatasetsAddress,ChartDatasetsLabel,ChartDatasetsSolver
|
|
2
|
+
MathExampleForm,Math Example Form,,,,,Header,,General Info,,,,,1,3,,,Header.FirstName,First Name,HeaderFirstName,,,String,,,,,,,,,,,,,,,,,,,,,,
|
|
3
|
+
MathExampleForm,,,,,,Header,,General Info,,,,,1,3,,,Header.LastName,Last Name,HeaderLastName,,,String,,,,,,,,,,,,,,,,,,,,,,
|
|
4
|
+
MathExampleForm,,,,,,Header,,General Info,,,,,1,6,,,Header.JobTitle,Job Title,JobTitle,,,String,,,,,,,,,,,,,,,,,,,,,,
|
|
5
|
+
MathExampleForm,,,,,,Header,,General Info,,,,,2,12,,,Header.Description,Description,Description,,,String,,,,,,,,,,,,,,,,,,,,,,
|
|
6
|
+
MathExampleForm,,,,,,Header,,General Info,,,,,3,6,,,Header.Planet,Planet,Planet,,planetary,String,,Option,,,,,,,,,,,,,,,,,,,,
|
|
7
|
+
MathExampleForm,,,,,,Header,,General Info,,,,,3,6,,,Header.Universe,Universe,Universe,,planetary,String,,Option,,,,,,,,,,,,,,,,,,,,
|
|
8
|
+
MathExampleForm,,,,,,Header,,General Info,,,,,4,12,,,Header.WarehouseVolume,Warehouse Volume,WarehouseVolume,,,Number,,,,,50000,,,,,,,,,,,,,,,,,
|
|
9
|
+
MathExampleForm,,,,,,REST Request,,Book Data,,,,,1,6,,,BookData.CurrentIDBook,IDBook,CurrentIDBook,,,Number,,,,,,,,Book from REST request,Book,IDBook,LoadedBook,,,,,,,,,,,
|
|
10
|
+
MathExampleForm,,,,,,MatheMagic,,Math is Magic,,,,,1,1,,,HelpContent.Math,So Very Magic,MathHelpContent,,,String,,HTML,,,,,,,,,,,,,,,,,,,,
|
|
11
|
+
MathExampleForm,,,,,,Basic Geometry,,Rectangle,BasicGeoGrp,,,,1,6,,,Geometry.Rectangle.Width,Width,RectangleWidth,,,Number,,,,,7.25,,,,,,,,,,,,,,,,,
|
|
12
|
+
MathExampleForm,,,,,,Basic Geometry,,Rectangle,BasicGeoGrp,,,,1,6,,,Geometry.Rectangle.Height,Height,RectangleHeight,,,Number,,,,,10.3571,,,,,,,,,,,,,,,,,
|
|
13
|
+
MathExampleForm,,,,,,Basic Geometry,,Rectangle,BasicGeoGrp,,,,2,3,,,Geometry.Rectangle.Area,Area,RectangleArea,,unrounded,Number,,,RectangleArea = RectangleWidth * RectangleHeight,,,Area of the Rectangle.,,,,,,,,,,,,,,,,
|
|
14
|
+
MathExampleForm,,,,,,Basic Geometry,,Rectangle,BasicGeoGrp,,,,2,3,,,Geometry.Rectangle.AreaRoundedDefault,Area Rounded,RectangleAreaRoundedDefault,,default,Number,,,RectangleAreaRoundedDefault = ROUND(RectangleWidth * RectangleHeight),,,,,,,,,,,,,,,,,,,
|
|
15
|
+
MathExampleForm,,,,,,Basic Geometry,,Rectangle,BasicGeoGrp,,,,2,3,,,Geometry.Rectangle.AreaRoundedThree,Area Rounded 3,RectangleAreaRoundedThree,,3,Number,,,"RectangleAreaRoundedThree = ROUND((RectangleWidth * RectangleHeight), 3)",,,,,,,,,,,,,,,,,,,
|
|
16
|
+
MathExampleForm,,,,,,Basic Geometry,,Rectangle,BasicGeoGrp,,,,2,3,,,Geometry.Rectangle.AreaRoundedFour,Area Rounded 5,RectangleAreaRoundedFive,,5,Number,,,"RectangleAreaRoundedFive = ROUND(RectangleArea, 5)",,,,,,,,,,,,,,,,,,,
|
|
17
|
+
MathExampleForm,,,,,,Basic Geometry,,Circle,,,,,1,12,,,Geometry.Circle.Radius,Radius,CircleRadius,,,Number,4,,,,85.523,,,,,,,,,,,,,,,,,
|
|
18
|
+
MathExampleForm,,,,,,Basic Geometry,,Circle,,,,,2,3,,,Geometry.Circle.Area,Area,CircleArea,,unrounded,Number,,,CircleArea = PI() * CircleRadius^2,,,,,,,,,,,,,,,,,,,
|
|
19
|
+
MathExampleForm,,,,,,Basic Geometry,,Circle,,,,,2,3,,,Geometry.Circle.AreaRoundedDefault,Area Rounded,CircleAreaRoundedDefault,,default,Number,,,CircleAreaRoundedDefault = ROUND(PI() * CircleRadius^2),,,,,,,,,,,,,,,,,,,
|
|
20
|
+
MathExampleForm,,,,,,Basic Geometry,,Circle,,,,,2,3,,,Geometry.Circle.AreaRoundedThree,Area Rounded 4,CircleAreaRoundedFour,,4,Number,,,"CircleAreaRoundedFour = ROUND(CircleArea,4)",,,,,,,,,,,,,,,,,,,
|
|
21
|
+
MathExampleForm,,,,,,Basic Geometry,,Circle,,,,,2,3,,,Geometry.Circle.AreaRoundedFour,Area Rounded 6,CircleAreaRoundedSix,,6,Number,,,"CircleAreaRoundedSix = ROUND(PI() * CircleRadius^2,6)",,,,,,,,,,,,,,,,,,,
|
|
22
|
+
MathExampleForm,,BoxCollectionData,,,1,Box Collection,BoxCollSec,Boxes,BoxCollGrp,,,true,1,1,3,10,Boxes,Boxes,Boxes,,,Array,,TabularAddress,,,,,,,,,,,,,,,,,,,,
|
|
23
|
+
MathExampleForm,,BoxCollectionData,,,,Box Collection,BoxCollSec,Boxes,BoxCollGrp,,,,1,1,,,Identifier,Identifier,BoxIdentifier,,,String,,,,,,,,,,,,,Box,,X,,,,,,,
|
|
24
|
+
MathExampleForm,,BoxCollectionData,,,,Box Collection,BoxCollSec,Boxes,BoxCollGrp,,,,1,1,,,BoxCategory,Category,BoxCategory,,,String,,,,,,,,,,,,,Box,,X,,,,,,,
|
|
25
|
+
MathExampleForm,,BoxCollectionData,,,,Box Collection,BoxCollSec,Boxes,BoxCollGrp,,,,1,1,,,Width,Width,BoxWidth,,,Number,,,,,,,,,,,,,,,,,,,,,,
|
|
26
|
+
MathExampleForm,,BoxCollectionData,,,,Box Collection,BoxCollSec,Boxes,BoxCollGrp,,,,1,1,,,Height,Height,BoxHeight,,,Number,,,,,,,,,,,,,,,,,,,,,,
|
|
27
|
+
MathExampleForm,,BoxCollectionData,,,,Box Collection,BoxCollSec,Boxes,BoxCollGrp,,,,1,1,,,Depth,Depth,BoxDepth,,,Number,,,,,,,,,,,,,,,,,,,,,,
|
|
28
|
+
MathExampleForm,,BoxCollectionData,,,,Box Collection,BoxCollSec,Boxes,BoxCollGrp,,,,1,1,,,Floorspace,Floorspace,BoxFloorspace,,,Number,,,BoxFloorspace = BoxWidth * BoxDepth,,,,,,,,,,,,,,,,,,,
|
|
29
|
+
MathExampleForm,,BoxCollectionData,,,,Box Collection,BoxCollSec,Boxes,BoxCollGrp,,,,1,1,,,Volume,Volume,BoxVolume,,,Number,,,BoxVolume = BoxFloorspace * BoxHeight,,,,,,,,,,Box,,true,,,,,,,
|
|
30
|
+
MathExampleForm,,BoxCollectionData,,,,Box Collection,BoxCollSec,Boxes,BoxCollGrp,,,,1,1,,,WarehouseSpaceLeft,Warehouse Space Left,WarehouseSpaceLeft,,,Number,,,,,,,,,,,,,Box,,true,,,,,,,
|
|
31
|
+
MathExampleForm,,BoxCollectionSecondaryTable,1,Boxes,1,Box Decoration,BoxDecroations,Box Decorations,BoxDecorationGroup,,,true,1,1,,,BoxDecorationSet,BoxDecorationSet,BoxDecorationSet,,,Array,,TabularAddress,,,,,,,,,,,,,,,,,,,,
|
|
32
|
+
MathExampleForm,,BoxCollectionSecondaryTable,,,,Box Decoration,BoxDecorations,Box Decorations,BoxDecorationGroup,,,,1,1,,,Identifier,Identifier,BoxIdentifier,,,String,,DataOnly,,,,,,,,,,,Box,,X,,,,,,,
|
|
33
|
+
MathExampleForm,,BoxCollectionSecondaryTable,,,,Box Decoration,BoxDecorations,Box Decorations,BoxDecorationGroup,,,,1,1,,,Volume,Volume,BoxVolume,,,PreciseNumber,,DataOnly,,,,,,,,,,,Box,,X,,,,,,,
|
|
34
|
+
MathExampleForm,,BoxCollectionSecondaryTable,,,,Box Decoration,BoxDecorations,Box Decorations,BoxDecorationGroup,,,,1,1,,,DecorativeText,Decorative Text,DecorativeText,,,String,,,,,,,,,,,,,Box,,X,,,,,,,
|
|
35
|
+
MathExampleForm,,,,,,Box Summary Data,,Box Summary Data,,,,,1,12,,,BoxAggregate.Count,Box Count,BoxesCount,,,Number,,,BoxesCount = COUNT(BoxesFloorspaceSet),,,,,,,,,,,,,,,,,,,
|
|
36
|
+
MathExampleForm,,,,,,Box Summary Data,,Box Summary Data,,,,,2,6,,,BoxAggregate.AverageFloorspace,Average Floorspace,BoxesAverageFloorspace,,,Number,,,BoxesAverageFloorspace = AVG(BoxesFloorspaceSet),,,,,,,,,,,,,,,,,,,
|
|
37
|
+
MathExampleForm,,,,,,Box Summary Data,,Box Summary Data,,,,,2,6,,,BoxAggregate.TotalFloorspace,Total Floorspace,BoxesTotalFloorspace,,,Number,,,BoxesTotalFloorspace = SUM(BoxesFloorspaceSet),,,,,,,,,,,,,,,,,,,
|
|
38
|
+
MathExampleForm,,,,,,Box Summary Data,,Box Summary Data,,,,,3,4,,,BoxAggregate.AverageVolume,Average Volume,BoxesAverageVolume,,,Number,,,BoxesAverageVolume = AVG(BoxesVolumeSet),,,,,,,,,,,,,,,,,,,
|
|
39
|
+
MathExampleForm,,,,,,Box Summary Data,,Box Summary Data,,,,,3,4,,,BoxAggregate.TotalVolume,Total Volume,BoxesTotalVolume,,,Number,,,BoxesTotalVolume = COUNT(BoxesVolumeSet),,,,,,,,,,,,,,,,,,,
|
|
40
|
+
MathExampleForm,,,,,,Box Summary Data,,Box Summary Data,,,,,3,4,,,BoxAggregate.TotalVolumeRounded,Total Volume Rounded,BoxesTotalVolumeRounded,,,Number,,,BoxesTotalVolumeRounded = ROUND(SUM(BoxesVolumeSet)),,,,,,,,,,,,,,,,,,,
|
|
41
|
+
MathExampleForm,,,,,,Box Summary Data,,Box Summary Data,,,,,4,3,,,BoxAggregate.MinDepth,Minimum Depth,BoxesMinDepth,,,Number,,,BoxesMinDepth = MIN(BoxesDepthSet),,,,,,,,,,,,,,,,,,,
|
|
42
|
+
MathExampleForm,,,,,,Box Summary Data,,Box Summary Data,,,,,4,3,,,BoxAggregate.MeanDepth,Mean Depth,BoxesMeanDepth,,,Number,,,BoxesMeanDepth = MEAN(BoxesDepthSet),,,,,,,,,,,,,,,,,,,
|
|
43
|
+
MathExampleForm,,,,,,Box Summary Data,,Box Summary Data,,,,,4,3,,,BoxAggregate.MedianDepth,Median Depth,BoxesMedianDepth,,,Number,,,BoxesMedianDepth = MEDIAN(BoxesDepthSet),,,,,,,,,,,,,,,,,,,
|
|
44
|
+
MathExampleForm,,,,,,Box Summary Data,,Box Summary Data,,,,,4,3,,,BoxAggregate.MaxDepth,Max Depth,BoxesMaxDepth,,,Number,,,BoxesMaxDepth = MAX(BoxesDepthSet),,,,,,,,,,,,,,,,,,,
|
|
45
|
+
MathExampleForm,,,,,,Box Summary Data,,Box Summary Data,,,,,5,4,,,BoxChart_Sizes,Box Category Volume Comparison,BoxChart_Sizes,,,Object,,Chart,,,,,,,,,,,,,,,pie,,"objectkeystoarray(aggregationhistogrambyobject(Boxes, ""BoxCategory"", ""Volume""))",,Box Categories,"objectvaluestoarray(aggregationhistogrambyobject(Boxes, ""BoxCategory"", ""Volume""))"
|
|
46
|
+
MathExampleForm,,,,,,Box Summary Data,,Box Summary Data,,,,,5,4,,,BoxChart_Size_Details,Box Size Comparison,BoxChart_Size_Details,,,Object,,Chart,,,,,,,,,,,,,,,bar,,"objectkeystoarray(aggregationhistogrambyobject(Boxes, ""Identifier"", ""Volume""))",,Box Volumes,"objectvaluestoarray(aggregationhistogrambyobject(Boxes, ""Identifier"", ""Volume""))"
|
|
47
|
+
MathExampleForm,,,,,,Box Summary Data,,Box Summary Data,,,,,5,4,,,BoxChart_Scatter,Box Width x Height Scatter,BoxChart_Dimensions,,,Object,,Chart,,,,,,,,,,,,,,,radar,,"objectkeystoarray(aggregationhistogrambyobject(Boxes, ""Identifier"", ""Floorspace""))",,Box Floorspace Usage,"objectvaluestoarray(aggregationhistogrambyobject(Boxes, ""Identifier"", ""Floorspace""))"
|
|
48
|
+
MathExampleForm,,,,,,Rectangular Area Help,,Rectangular Area Help,,,,,1,1,,,HelpContent.Cuboid,How to Cuboid Math,CuboidHelpContent,,,String,,Markdown,,,,,,,,,,,,,,,,,,,,
|
|
49
|
+
MathExampleForm,,,,,,Complex Equation,,Complex Equation,,Vertical,,,1,4,,,ComplexEquation.PR,PR,CePR,,,Number,,,,,4.5,,The PR is *very* important.,,,,,,,,,,,,,,,
|
|
50
|
+
MathExampleForm,,,,,,Complex Equation,,Complex Equation,,,,,1,4,,,ComplexEquation.Z,Z,CeZ,,,Number,,,,,1.5,,Z _is not_ the z-index.,,,,,,,,,,,,,,,
|
|
51
|
+
MathExampleForm,,,,,,Complex Equation,,Complex Equation,,,,,1,4,,,ComplexEquation.C,C,CeC,,,Number,,,,,8.75,,C is the universal constant.,,,,,,,,,,,,,,,
|
|
52
|
+
MathExampleForm,,,,,,Complex Equation,,Complex Equation,,,,,2,6,,,ComplexEquation.Result,(160 * PR * Z) / (C / 100) * PR * Z + (160 * (1 - C / 100)),CeResult,,,Number,,,CeResult = (160 * CePR * CeZ) / (CeC / 100) * CePR * CeZ + (160 * (1 - CeC / 100)),,,,,,,,,,,,,,,,,,,
|
|
53
|
+
MathExampleForm,,,,,,Complex Equation,,Complex Equation,,,,,2,6,,,ComplexEquation.ResultRounded,Rounded 3,CeResultRounded,,,Number,,,"CeResultRounded = ROUND(CeResult,3)",,,,,,,,,,,,,,,,,,,
|
|
54
|
+
MathExampleForm,,Rectangles,,,1,Rectangle Aggregation,,Rectangle Set,,,,false,1,1,20,,Rectangle,Rectangles,Rectangles,,,Array,,TabularAddress,,,,,,,,,,,,,,,,,,,,
|
|
55
|
+
MathExampleForm,,Rectangles,,,,Rectangle Aggregation,,Rectangle Set,,,,,1,1,,,Identifier,Identifier,RectangleIdentifier,,,String,,,,,,,,,,,,,,,,,,,,,,
|
|
56
|
+
MathExampleForm,,Rectangles,,,,Rectangle Aggregation,,Rectangle Set,,,,,1,1,,,Width,Width,RectangleWidth,,meters,Number,,,,,,,,,,,,,,,,,,,,,,
|
|
57
|
+
MathExampleForm,,Rectangles,,,,Rectangle Aggregation,,Rectangle Set,,,,,1,1,,,Height,Height,RectangleHeight,,meters,Number,,,,,,,,,,,,,,,,,,,,,,
|
|
58
|
+
MathExampleForm,,Rectangles,,,,Rectangle Aggregation,,Rectangle Set,,,,,1,1,,,Area,Area,RectangleArea,,,Number,,,RectangleArea = RectangleWidth * RectangleHeight,,,,,,,,,,,,,,,,,,,
|
|
59
|
+
MathExampleForm,,Rectangles,,,,Rectangle Aggregation,,Rectangle Set,,,,,1,1,,,AreaDegredation,Degredation (first minus each subsequent),AreaDegredation,,,Number,,,,,,,,,,,,,,,,,,,,,,
|
|
60
|
+
MathExampleForm,,Cylinders,,,1,Cylinders,,Cylinders,,,,false,1,1,,,Cylinders,Cylinders,Cylinders,,,Array,,TabularAddress,,,,,,,,,,,,,,,,,,,,
|
|
61
|
+
MathExampleForm,,Cylinders,,,,Cylinders,,Cylinders,,,,,1,1,,,Identifier,Identifier,Identifier,,,String,,,,,,,,,,,,,,,,,,,,,,
|
|
62
|
+
MathExampleForm,,Cylinders,,,,Cylinders,,Cylinders,,,,,1,1,,,Radius,Radius,Radius,,,PreciseNumber,2,,,,,,,,,,,,,,,,,,,,,
|
|
63
|
+
MathExampleForm,,Cylinders,,,,Cylinders,,Cylinders,,,,,1,1,,,Height,Height,Height,,,PreciseNumber,,,,,,,,,,,,,,,,,,,,,,
|
|
64
|
+
MathExampleForm,,Cylinders,,,,Cylinders,,Cylinders,,,,,1,1,,,Circumference,Circumference,Circumference,,,PreciseNumber,,,Circumference = 2 * PI() * Radius,,,,,,,,,,,,,,,,,,,
|
|
65
|
+
MathExampleForm,,Cylinders,,,,Cylinders,,Cylinders,,,,,1,1,,,Area,Area,Area,,,PreciseNumber,,,Area = (2 * PI() * Radius * Height) + (2 * PI() * Radius ^2),,,,,,,,,,,,,,,,,,,
|
|
66
|
+
MathExampleForm,,,,,,List Topia,Listopia,Occlusion Lists,OcclusionLists,,CustomCSSClass,,1,1,,,Listopia.Filters.Colour,Color Filter,ColourFilter,,,,,,,,,,,,,,,,,,,,,,,,,
|
|
67
|
+
MathExampleForm,,,,,,List Topia,Listopia,Occlusion Lists,OcclusionLists,,,,2,1,,,Listopia.Color,Color,Colors,,,String,,Option,"SUBTRACTINGSUMMATION(Rectangles, ""Area"", ""AreaDegredation"")",,,,,,,,,,,,,,,,,,,
|
|
68
|
+
MathExampleForm,,,,,,List Topia,Listopia,Occlusion Lists,OcclusionLists,,,,2,1,,,Listopia.Box,Box,BoxSelection,,,String,,Option,,,,,,,,,,,Box,,,,,,,,,
|
|
69
|
+
MathExampleForm,,,,,,List Topia,Listopia,Occlusion Lists,OcclusionLists,,,,3,1,,,Listopia.Fruit,Fruit,FruitSelection,,,String,,Option,,,,,,,,,,,,,,,,,,,,
|
|
70
|
+
MathExampleForm,,,,,,List Topia,Listopia,Occlusion Lists,OcclusionLists,,,,3,1,,,Listopia.Stone,Stone,Stones,,,String,,Option,,,,,,,,,,,,,,,,,,,,
|
|
@@ -281,29 +281,13 @@
|
|
|
281
281
|
"FormGroup": "BoxCollGrp",
|
|
282
282
|
"FormSection": "BoxCollSec"
|
|
283
283
|
},
|
|
284
|
-
"
|
|
285
|
-
"Hash": "
|
|
286
|
-
"Name": "
|
|
287
|
-
"DataAddress": "
|
|
288
|
-
"DataType": "
|
|
289
|
-
"FormGroup": "
|
|
290
|
-
"FormSection": "
|
|
291
|
-
},
|
|
292
|
-
"Boxes[].Volume": {
|
|
293
|
-
"Hash": "BoxesVolumeSet",
|
|
294
|
-
"Name": "BoxesVolumeSet",
|
|
295
|
-
"DataAddress": "Boxes[].Volume",
|
|
296
|
-
"DataType": "Number",
|
|
297
|
-
"FormGroup": "Box_Summary_Data",
|
|
298
|
-
"FormSection": "Box_Summary_Data"
|
|
299
|
-
},
|
|
300
|
-
"Boxes[].Depth": {
|
|
301
|
-
"Hash": "BoxesDepthSet",
|
|
302
|
-
"Name": "BoxesDepthSet",
|
|
303
|
-
"DataAddress": "Boxes[].Depth",
|
|
304
|
-
"DataType": "Number",
|
|
305
|
-
"FormGroup": "Box_Summary_Data",
|
|
306
|
-
"FormSection": "Box_Summary_Data"
|
|
284
|
+
"BoxDecorationSet": {
|
|
285
|
+
"Hash": "BoxDecorationSet",
|
|
286
|
+
"Name": "BoxDecorationSet",
|
|
287
|
+
"DataAddress": "BoxDecorationSet",
|
|
288
|
+
"DataType": "Array",
|
|
289
|
+
"FormGroup": "BoxDecorationGroup",
|
|
290
|
+
"FormSection": "BoxDecroations"
|
|
307
291
|
},
|
|
308
292
|
"BoxAggregate.Count": {
|
|
309
293
|
"Hash": "BoxesCount",
|
|
@@ -895,14 +879,41 @@
|
|
|
895
879
|
}
|
|
896
880
|
]
|
|
897
881
|
},
|
|
882
|
+
{
|
|
883
|
+
"Name": "Box Decoration",
|
|
884
|
+
"Hash": "BoxDecroations",
|
|
885
|
+
"Solvers": [],
|
|
886
|
+
"Groups": [
|
|
887
|
+
{
|
|
888
|
+
"Name": "Box Decorations",
|
|
889
|
+
"Hash": "BoxDecorationGroup",
|
|
890
|
+
"Rows": [],
|
|
891
|
+
"RecordSetSolvers": [],
|
|
892
|
+
"HideTabularEditingControls": true,
|
|
893
|
+
"ShowTitle": true,
|
|
894
|
+
"Layout": "Tabular",
|
|
895
|
+
"RecordSetAddress": "Boxes",
|
|
896
|
+
"RecordManifest": "BoxCollectionSecondaryTable"
|
|
897
|
+
}
|
|
898
|
+
]
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"Name": "Box Decoration",
|
|
902
|
+
"Hash": "BoxDecorations",
|
|
903
|
+
"Solvers": [],
|
|
904
|
+
"Groups": [
|
|
905
|
+
{
|
|
906
|
+
"Name": "Box Decorations",
|
|
907
|
+
"Hash": "BoxDecorationGroup",
|
|
908
|
+
"Rows": [],
|
|
909
|
+
"RecordSetSolvers": []
|
|
910
|
+
}
|
|
911
|
+
]
|
|
912
|
+
},
|
|
898
913
|
{
|
|
899
914
|
"Name": "Box Summary Data",
|
|
900
915
|
"Hash": "Box_Summary_Data",
|
|
901
916
|
"Solvers": [
|
|
902
|
-
{
|
|
903
|
-
"Ordinal": 10,
|
|
904
|
-
"Expression": "SUBTRACTINGSUMMATION(Boxes, \"Volume\", \"WarehouseSpaceLeft\", GETVALUE(\"AppData.Header.WarehouseVolume\"))"
|
|
905
|
-
},
|
|
906
917
|
"BoxesCount = COUNT(BoxesFloorspaceSet)",
|
|
907
918
|
"BoxesAverageFloorspace = AVG(BoxesFloorspaceSet)",
|
|
908
919
|
"BoxesTotalFloorspace = SUM(BoxesFloorspaceSet)",
|
|
@@ -1724,6 +1735,78 @@
|
|
|
1724
1735
|
"Sections": [],
|
|
1725
1736
|
"ReferenceManifests": {}
|
|
1726
1737
|
},
|
|
1738
|
+
"BoxCollectionSecondaryTable": {
|
|
1739
|
+
"Scope": "BoxCollectionSecondaryTable",
|
|
1740
|
+
"Descriptors": {
|
|
1741
|
+
"Identifier": {
|
|
1742
|
+
"Hash": "BoxIdentifier",
|
|
1743
|
+
"Name": "Identifier",
|
|
1744
|
+
"DataAddress": "Identifier",
|
|
1745
|
+
"DataType": "String",
|
|
1746
|
+
"PictForm": {
|
|
1747
|
+
"InputType": "DataOnly",
|
|
1748
|
+
"Row": "1",
|
|
1749
|
+
"Width": "1",
|
|
1750
|
+
"Providers": [
|
|
1751
|
+
"Pict-Input-AutofillTriggerGroup"
|
|
1752
|
+
],
|
|
1753
|
+
"AutofillTriggerGroup": {
|
|
1754
|
+
"TriggerGroupHash": "Box",
|
|
1755
|
+
"MarshalEmptyValues": false,
|
|
1756
|
+
"TriggerAllInputs": true
|
|
1757
|
+
},
|
|
1758
|
+
"Section": "BoxDecorations",
|
|
1759
|
+
"Group": "BoxDecorationGroup"
|
|
1760
|
+
},
|
|
1761
|
+
"IsTabular": true
|
|
1762
|
+
},
|
|
1763
|
+
"Volume": {
|
|
1764
|
+
"Hash": "BoxVolume",
|
|
1765
|
+
"Name": "Volume",
|
|
1766
|
+
"DataAddress": "Volume",
|
|
1767
|
+
"DataType": "PreciseNumber",
|
|
1768
|
+
"PictForm": {
|
|
1769
|
+
"InputType": "DataOnly",
|
|
1770
|
+
"Row": "1",
|
|
1771
|
+
"Width": "1",
|
|
1772
|
+
"Providers": [
|
|
1773
|
+
"Pict-Input-AutofillTriggerGroup"
|
|
1774
|
+
],
|
|
1775
|
+
"AutofillTriggerGroup": {
|
|
1776
|
+
"TriggerGroupHash": "Box",
|
|
1777
|
+
"MarshalEmptyValues": false,
|
|
1778
|
+
"TriggerAllInputs": true
|
|
1779
|
+
},
|
|
1780
|
+
"Section": "BoxDecorations",
|
|
1781
|
+
"Group": "BoxDecorationGroup"
|
|
1782
|
+
},
|
|
1783
|
+
"IsTabular": true
|
|
1784
|
+
},
|
|
1785
|
+
"DecorativeText": {
|
|
1786
|
+
"Hash": "DecorativeText",
|
|
1787
|
+
"Name": "Decorative Text",
|
|
1788
|
+
"DataAddress": "DecorativeText",
|
|
1789
|
+
"DataType": "String",
|
|
1790
|
+
"PictForm": {
|
|
1791
|
+
"Row": "1",
|
|
1792
|
+
"Width": "1",
|
|
1793
|
+
"Providers": [
|
|
1794
|
+
"Pict-Input-AutofillTriggerGroup"
|
|
1795
|
+
],
|
|
1796
|
+
"AutofillTriggerGroup": {
|
|
1797
|
+
"TriggerGroupHash": "Box",
|
|
1798
|
+
"MarshalEmptyValues": false,
|
|
1799
|
+
"TriggerAllInputs": true
|
|
1800
|
+
},
|
|
1801
|
+
"Section": "BoxDecorations",
|
|
1802
|
+
"Group": "BoxDecorationGroup"
|
|
1803
|
+
},
|
|
1804
|
+
"IsTabular": true
|
|
1805
|
+
}
|
|
1806
|
+
},
|
|
1807
|
+
"Sections": [],
|
|
1808
|
+
"ReferenceManifests": {}
|
|
1809
|
+
},
|
|
1727
1810
|
"Rectangles": {
|
|
1728
1811
|
"Scope": "Rectangles",
|
|
1729
1812
|
"Descriptors": {
|