pict-section-form 1.0.145 → 1.0.146
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/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/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": {
|
|
@@ -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,ChartDatasetsSolvers
|
|
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,,
|
|
23
|
-
MathExampleForm,,
|
|
24
|
-
MathExampleForm,,
|
|
25
|
-
MathExampleForm,,
|
|
26
|
-
MathExampleForm,,BoxCollectionData
|
|
27
|
-
MathExampleForm,,BoxCollectionData
|
|
28
|
-
MathExampleForm,,BoxCollectionData
|
|
29
|
-
MathExampleForm,,BoxCollectionData
|
|
30
|
-
MathExampleForm,,BoxCollectionData
|
|
31
|
-
MathExampleForm
|
|
32
|
-
MathExampleForm
|
|
33
|
-
MathExampleForm
|
|
34
|
-
MathExampleForm
|
|
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,,Rectangle Aggregation,Rectangle_Aggregation,Rectangle Set,Rectangle_Set,Tabular,,false,
|
|
55
|
-
MathExampleForm,,Rectangles
|
|
56
|
-
MathExampleForm,,Rectangles
|
|
57
|
-
MathExampleForm,,Rectangles
|
|
58
|
-
MathExampleForm,,Rectangles
|
|
59
|
-
MathExampleForm,,
|
|
60
|
-
MathExampleForm,,Cylinders,,Cylinders,Cylinders,Cylinders,Cylinders,Tabular,,false,
|
|
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,ChartDatasetsSolvers
|
|
2
|
+
MathExampleForm,Math Example Form,,,,,Header,Header,General Info,General_Info,,,,1,3,,,Header.FirstName,First Name,HeaderFirstName,,,String,,,,,,,,,,,,,,,,,,,,,,
|
|
3
|
+
MathExampleForm,,,,,,Header,Header,General Info,General_Info,,,,1,3,,,Header.LastName,Last Name,HeaderLastName,,,String,,,,,,,,,,,,,,,,,,,,,,
|
|
4
|
+
MathExampleForm,,,,,,Header,Header,General Info,General_Info,,,,1,6,,,Header.JobTitle,Job Title,JobTitle,,,String,,,,,,,,,,,,,,,,,,,,,,
|
|
5
|
+
MathExampleForm,,,,,,Header,Header,General Info,General_Info,,,,2,12,,,Header.Description,Description,Description,,,String,,,,,,,,,,,,,,,,,,,,,,
|
|
6
|
+
MathExampleForm,,,,,,Header,Header,General Info,General_Info,,,,3,6,,,Header.Planet,Planet,Planet,,planetary,String,,Option,,,,,,,,,,,,,,,,,,,,
|
|
7
|
+
MathExampleForm,,,,,,Header,Header,General Info,General_Info,,,,3,6,,,Header.Universe,Universe,Universe,,planetary,String,,Option,,,,,,,,,,,,,,,,,,,,
|
|
8
|
+
MathExampleForm,,,,,,Header,Header,General Info,General_Info,,,,4,12,,,Header.WarehouseVolume,Warehouse Volume,WarehouseVolume,,,Number,,,,,50000,,,,,,,,,,,,,,,,,
|
|
9
|
+
MathExampleForm,,,,,,REST Request,REST_Request,Book Data,Book_Data,,,,1,6,,,BookData.CurrentIDBook,IDBook,CurrentIDBook,,,Number,,,,,,,,Book from REST request,Book,IDBook,LoadedBook,,,,,,,,,,,
|
|
10
|
+
MathExampleForm,,,,,,MatheMagic,MatheMagic,Math is Magic,Math_is_Magic,,,,1,1,,,HelpContent.Math,So Very Magic,MathHelpContent,,,String,,HTML,,,,,,,,,,,,,,,,,,,,
|
|
11
|
+
MathExampleForm,,,,,,Basic Geometry,Basic_Geometry,Rectangle,BasicGeoGrp,,,,1,6,,,Geometry.Rectangle.Width,Width,RectangleWidth,,,Number,,,RectangleArea = RectangleWidth * RectangleHeight,1,7.25,,,,,,,,,,,,,,,,,
|
|
12
|
+
MathExampleForm,,,,,,Basic Geometry,Basic_Geometry,Rectangle,BasicGeoGrp,,,,1,6,,,Geometry.Rectangle.Height,Height,RectangleHeight,,,Number,,,RectangleAreaRoundedDefault = ROUND(RectangleWidth * RectangleHeight),1,10.3571,,,,,,,,,,,,,,,,,
|
|
13
|
+
MathExampleForm,,,,,,Basic Geometry,Basic_Geometry,Rectangle,BasicGeoGrp,,,,2,3,,,Geometry.Rectangle.Area,Area,RectangleArea,,unrounded,Number,,,"RectangleAreaRoundedThree = ROUND((RectangleWidth * RectangleHeight), 3)",1,,Area of the Rectangle.,,,,,,,,,,,,,,,,
|
|
14
|
+
MathExampleForm,,,,,,Basic Geometry,Basic_Geometry,Rectangle,BasicGeoGrp,,,,2,3,,,Geometry.Rectangle.AreaRoundedDefault,Area Rounded,RectangleAreaRoundedDefault,,default,Number,,,"RectangleAreaRoundedFive = ROUND(RectangleArea, 5)",1,,,,,,,,,,,,,,,,,,
|
|
15
|
+
MathExampleForm,,,,,,Basic Geometry,Basic_Geometry,Rectangle,BasicGeoGrp,,,,2,3,,,Geometry.Rectangle.AreaRoundedThree,Area Rounded 3,RectangleAreaRoundedThree,,3,Number,,,CircleArea = PI() * CircleRadius^2,1,,,,,,,,,,,,,,,,,,
|
|
16
|
+
MathExampleForm,,,,,,Basic Geometry,Basic_Geometry,Rectangle,BasicGeoGrp,,,,2,3,,,Geometry.Rectangle.AreaRoundedFour,Area Rounded 5,RectangleAreaRoundedFive,,5,Number,,,CircleAreaRoundedDefault = ROUND(PI() * CircleRadius^2),1,,,,,,,,,,,,,,,,,,
|
|
17
|
+
MathExampleForm,,,,,,Basic Geometry,Basic_Geometry,Circle,Circle,,,,1,12,,,Geometry.Circle.Radius,Radius,CircleRadius,,,Number,4,,"CircleAreaRoundedFour = ROUND(CircleArea,4)",1,85.523,,,,,,,,,,,,,,,,,
|
|
18
|
+
MathExampleForm,,,,,,Basic Geometry,Basic_Geometry,Circle,Circle,,,,2,3,,,Geometry.Circle.Area,Area,CircleArea,,unrounded,Number,,,"CircleAreaRoundedSix = ROUND(PI() * CircleRadius^2,6)",1,,,,,,,,,,,,,,,,,,
|
|
19
|
+
MathExampleForm,,,,,,Basic Geometry,Basic_Geometry,Circle,Circle,,,,2,3,,,Geometry.Circle.AreaRoundedDefault,Area Rounded,CircleAreaRoundedDefault,,default,Number,,,,,,,,,,,,,,,,,,,,,,
|
|
20
|
+
MathExampleForm,,,,,,Basic Geometry,Basic_Geometry,Circle,Circle,,,,2,3,,,Geometry.Circle.AreaRoundedThree,Area Rounded 4,CircleAreaRoundedFour,,4,Number,,,,,,,,,,,,,,,,,,,,,,
|
|
21
|
+
MathExampleForm,,,,,,Basic Geometry,Basic_Geometry,Circle,Circle,,,,2,3,,,Geometry.Circle.AreaRoundedFour,Area Rounded 6,CircleAreaRoundedSix,,6,Number,,,,,,,,,,,,,,,,,,,,,,
|
|
22
|
+
MathExampleForm,,BoxCollectionSecondaryTable,true,Boxes,1,Box Decoration,BoxDecroations,Box Decorations,BoxDecorationGroup,Tabular,,true,,,3,10,Boxes,Boxes,Boxes,,,Array,,,BoxFloorspace = BoxWidth * BoxDepth,1,,,,,,,,,,,,,,,,,,
|
|
23
|
+
MathExampleForm,,BoxCollectionSecondaryTable,,,,Box Decoration,BoxDecroations,Box Decorations,BoxDecorationGroup,Tabular,,true,1,1,,,DecorativeText,Decorative Text,DecorativeText,,,String,,,,,,,,,,,,,Box,,true,,,,,,,
|
|
24
|
+
MathExampleForm,,BoxCollectionSecondaryTable,,,,Box Decoration,BoxDecroations,Box Decorations,BoxDecorationGroup,Tabular,,true,1,1,,,Volume,Volume,BoxVolume,,,PreciseNumber,,DataOnly,,,,,,,,,,,Box,,true,,,,,,,
|
|
25
|
+
MathExampleForm,,BoxCollectionSecondaryTable,,,,Box Decoration,BoxDecroations,Box Decorations,BoxDecorationGroup,Tabular,,true,1,1,,,Identifier,Identifier,BoxIdentifier,,,String,,DataOnly,,,,,,,,,,,Box,,true,,,,,,,
|
|
26
|
+
MathExampleForm,,BoxCollectionData,,,,Box Collection,BoxCollSec,Boxes,BoxCollGrp,Tabular,,true,1,1,,,WarehouseSpaceLeft,Warehouse Space Left,WarehouseSpaceLeft,,,Number,,,BoxVolume = BoxFloorspace * BoxHeight,1,,,,,,,,,Box,,true,,,,,,,
|
|
27
|
+
MathExampleForm,,BoxCollectionData,,,,Box Collection,BoxCollSec,Boxes,BoxCollGrp,Tabular,,true,1,1,,,Volume,Volume,BoxVolume,,,Number,,,,,,,,,,,,,Box,,true,,,,,,,
|
|
28
|
+
MathExampleForm,,BoxCollectionData,,,,Box Collection,BoxCollSec,Boxes,BoxCollGrp,Tabular,,true,1,1,,,Floorspace,Floorspace,BoxFloorspace,,,Number,,,,,,,,,,,,,,,,,,,,,,
|
|
29
|
+
MathExampleForm,,BoxCollectionData,,,,Box Collection,BoxCollSec,Boxes,BoxCollGrp,Tabular,,true,1,1,,,Depth,Depth,BoxDepth,,,Number,,,,,,,,,,,,,,,,,,,,,,
|
|
30
|
+
MathExampleForm,,BoxCollectionData,,,,Box Collection,BoxCollSec,Boxes,BoxCollGrp,Tabular,,true,1,1,,,Height,Height,BoxHeight,,,Number,,,,,,,,,,,,,,,,,,,,,,
|
|
31
|
+
MathExampleForm,,BoxCollectionData,,,,Box Collection,BoxCollSec,Boxes,BoxCollGrp,Tabular,,true,1,1,,,Width,Width,BoxWidth,,,Number,,,,,,,,,,,,,,,,,,,,,,
|
|
32
|
+
MathExampleForm,,BoxCollectionData,,,,Box Collection,BoxCollSec,Boxes,BoxCollGrp,Tabular,,true,1,1,,,BoxCategory,Category,BoxCategory,,,String,,,,,,,,,,,,,Box,,true,,,,,,,
|
|
33
|
+
MathExampleForm,,BoxCollectionData,,,,Box Collection,BoxCollSec,Boxes,BoxCollGrp,Tabular,,true,1,1,,,Identifier,Identifier,BoxIdentifier,,,String,,,,,,,,,,,,,Box,,true,,,,,,,
|
|
34
|
+
MathExampleForm,,,,,1,Box Decoration,BoxDecroations,Box Decorations,BoxDecorationGroup,Tabular,,true,,,,,BoxDecorationSet,BoxDecorationSet,BoxDecorationSet,,,Array,,,,,,,,,,,,,,,,,,,,,,
|
|
35
|
+
MathExampleForm,,,,,,Box Summary Data,Box_Summary_Data,Box Summary Data,Box_Summary_Data,,,,1,12,,,BoxAggregate.Count,Box Count,BoxesCount,,,Number,,,BoxesCount = COUNT(BoxesFloorspaceSet),1,,,,,,,,,,,,,,,,,,
|
|
36
|
+
MathExampleForm,,,,,,Box Summary Data,Box_Summary_Data,Box Summary Data,Box_Summary_Data,,,,2,6,,,BoxAggregate.AverageFloorspace,Average Floorspace,BoxesAverageFloorspace,,,Number,,,BoxesAverageFloorspace = AVG(BoxesFloorspaceSet),1,,,,,,,,,,,,,,,,,,
|
|
37
|
+
MathExampleForm,,,,,,Box Summary Data,Box_Summary_Data,Box Summary Data,Box_Summary_Data,,,,2,6,,,BoxAggregate.TotalFloorspace,Total Floorspace,BoxesTotalFloorspace,,,Number,,,BoxesTotalFloorspace = SUM(BoxesFloorspaceSet),1,,,,,,,,,,,,,,,,,,
|
|
38
|
+
MathExampleForm,,,,,,Box Summary Data,Box_Summary_Data,Box Summary Data,Box_Summary_Data,,,,3,4,,,BoxAggregate.AverageVolume,Average Volume,BoxesAverageVolume,,,Number,,,BoxesAverageVolume = AVG(BoxesVolumeSet),1,,,,,,,,,,,,,,,,,,
|
|
39
|
+
MathExampleForm,,,,,,Box Summary Data,Box_Summary_Data,Box Summary Data,Box_Summary_Data,,,,3,4,,,BoxAggregate.TotalVolume,Total Volume,BoxesTotalVolume,,,Number,,,BoxesTotalVolume = COUNT(BoxesVolumeSet),1,,,,,,,,,,,,,,,,,,
|
|
40
|
+
MathExampleForm,,,,,,Box Summary Data,Box_Summary_Data,Box Summary Data,Box_Summary_Data,,,,3,4,,,BoxAggregate.TotalVolumeRounded,Total Volume Rounded,BoxesTotalVolumeRounded,,,Number,,,BoxesTotalVolumeRounded = ROUND(SUM(BoxesVolumeSet)),1,,,,,,,,,,,,,,,,,,
|
|
41
|
+
MathExampleForm,,,,,,Box Summary Data,Box_Summary_Data,Box Summary Data,Box_Summary_Data,,,,4,3,,,BoxAggregate.MinDepth,Minimum Depth,BoxesMinDepth,,,Number,,,BoxesMinDepth = MIN(BoxesDepthSet),1,,,,,,,,,,,,,,,,,,
|
|
42
|
+
MathExampleForm,,,,,,Box Summary Data,Box_Summary_Data,Box Summary Data,Box_Summary_Data,,,,4,3,,,BoxAggregate.MeanDepth,Mean Depth,BoxesMeanDepth,,,Number,,,BoxesMeanDepth = MEAN(BoxesDepthSet),1,,,,,,,,,,,,,,,,,,
|
|
43
|
+
MathExampleForm,,,,,,Box Summary Data,Box_Summary_Data,Box Summary Data,Box_Summary_Data,,,,4,3,,,BoxAggregate.MedianDepth,Median Depth,BoxesMedianDepth,,,Number,,,BoxesMedianDepth = MEDIAN(BoxesDepthSet),1,,,,,,,,,,,,,,,,,,
|
|
44
|
+
MathExampleForm,,,,,,Box Summary Data,Box_Summary_Data,Box Summary Data,Box_Summary_Data,,,,4,3,,,BoxAggregate.MaxDepth,Max Depth,BoxesMaxDepth,,,Number,,,BoxesMaxDepth = MAX(BoxesDepthSet),1,,,,,,,,,,,,,,,,,,
|
|
45
|
+
MathExampleForm,,,,,,Box Summary Data,Box_Summary_Data,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,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,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,Rectangular Area Help,Rectangular_Area_Help,,,,1,1,,,HelpContent.Cuboid,How to Cuboid Math,CuboidHelpContent,,,String,,Markdown,,,,,,,,,,,,,,,,,,,,
|
|
49
|
+
MathExampleForm,,,,,,Complex Equation,Complex_Equation,Complex Equation,Complex_Equation,Vertical,,,1,4,,,ComplexEquation.PR,PR,CePR,,,Number,,,CeResult = (160 * CePR * CeZ) / (CeC / 100) * CePR * CeZ + (160 * (1 - CeC / 100)),1,4.5,,The PR is *very* important.,,,,,,,,,,,,,,,
|
|
50
|
+
MathExampleForm,,,,,,Complex Equation,Complex_Equation,Complex Equation,Complex_Equation,Vertical,,,1,4,,,ComplexEquation.Z,Z,CeZ,,,Number,,,"CeResultRounded = ROUND(CeResult,3)",1,1.5,,Z _is not_ the z-index.,,,,,,,,,,,,,,,
|
|
51
|
+
MathExampleForm,,,,,,Complex Equation,Complex_Equation,Complex Equation,Complex_Equation,Vertical,,,1,4,,,ComplexEquation.C,C,CeC,,,Number,,,,,8.75,,C is the universal constant.,,,,,,,,,,,,,,,
|
|
52
|
+
MathExampleForm,,,,,,Complex Equation,Complex_Equation,Complex Equation,Complex_Equation,Vertical,,,2,6,,,ComplexEquation.Result,(160 * PR * Z) / (C / 100) * PR * Z + (160 * (1 - C / 100)),CeResult,,,Number,,,,,,,,,,,,,,,,,,,,,,
|
|
53
|
+
MathExampleForm,,,,,,Complex Equation,Complex_Equation,Complex Equation,Complex_Equation,Vertical,,,2,6,,,ComplexEquation.ResultRounded,Rounded 3,CeResultRounded,,,Number,,,,,,,,,,,,,,,,,,,,,,
|
|
54
|
+
MathExampleForm,,Rectangles,,Rectangle,1,Rectangle Aggregation,Rectangle_Aggregation,Rectangle Set,Rectangle_Set,Tabular,,false,,,20,,Rectangle,Rectangles,Rectangles,,,Array,,,RectangleArea = RectangleWidth * RectangleHeight,1,,,,,,,,,,,,,,,,,,
|
|
55
|
+
MathExampleForm,,Rectangles,,,,Rectangle Aggregation,Rectangle_Aggregation,Rectangle Set,Rectangle_Set,Tabular,,false,1,1,,,AreaDegredation,Degredation (first minus each subsequent),AreaDegredation,,,Number,,,,,,,,,,,,,,,,,,,,,,
|
|
56
|
+
MathExampleForm,,Rectangles,,,,Rectangle Aggregation,Rectangle_Aggregation,Rectangle Set,Rectangle_Set,Tabular,,false,1,1,,,Area,Area,RectangleArea,,,Number,,,,,,,,,,,,,,,,,,,,,,
|
|
57
|
+
MathExampleForm,,Rectangles,,,,Rectangle Aggregation,Rectangle_Aggregation,Rectangle Set,Rectangle_Set,Tabular,,false,1,1,,,Height,Height,RectangleHeight,,meters,Number,,,,,,,,,,,,,,,,,,,,,,
|
|
58
|
+
MathExampleForm,,Rectangles,,,,Rectangle Aggregation,Rectangle_Aggregation,Rectangle Set,Rectangle_Set,Tabular,,false,1,1,,,Width,Width,RectangleWidth,,meters,Number,,,,,,,,,,,,,,,,,,,,,,
|
|
59
|
+
MathExampleForm,,Rectangles,,,,Rectangle Aggregation,Rectangle_Aggregation,Rectangle Set,Rectangle_Set,Tabular,,false,1,1,,,Identifier,Identifier,RectangleIdentifier,,,String,,,,,,,,,,,,,,,,,,,,,,
|
|
60
|
+
MathExampleForm,,Cylinders,,Cylinders,1,Cylinders,Cylinders,Cylinders,Cylinders,Tabular,,false,,,,,Cylinders,Cylinders,Cylinders,,,Array,,,Circumference = 2 * PI() * Radius,1,,,,,,,,,,,,,,,,,,
|
|
61
|
+
MathExampleForm,,Cylinders,,,,Cylinders,Cylinders,Cylinders,Cylinders,Tabular,,false,1,1,,,Area,Area,Area,,,PreciseNumber,,,Area = (2 * PI() * Radius * Height) + (2 * PI() * Radius ^2),1,,,,,,,,,,,,,,,,,,
|
|
62
|
+
MathExampleForm,,Cylinders,,,,Cylinders,Cylinders,Cylinders,Cylinders,Tabular,,false,1,1,,,Circumference,Circumference,Circumference,,,PreciseNumber,,,,,,,,,,,,,,,,,,,,,,
|
|
63
|
+
MathExampleForm,,Cylinders,,,,Cylinders,Cylinders,Cylinders,Cylinders,Tabular,,false,1,1,,,Height,Height,Height,,,PreciseNumber,,,,,,,,,,,,,,,,,,,,,,
|
|
64
|
+
MathExampleForm,,Cylinders,,,,Cylinders,Cylinders,Cylinders,Cylinders,Tabular,,false,1,1,,,Radius,Radius,Radius,,,PreciseNumber,2,,,,,,,,,,,,,,,,,,,,,
|
|
65
|
+
MathExampleForm,,Cylinders,,,,Cylinders,Cylinders,Cylinders,Cylinders,Tabular,,false,1,1,,,Identifier,Identifier,Identifier,,,String,,,,,,,,,,,,,,,,,,,,,,
|
|
66
|
+
MathExampleForm,,,,,,List Topia,Listopia,Occlusion Lists,OcclusionLists,,CustomCSSClass,,1,1,,,Listopia.Filters.Colour,Color Filter,ColourFilter,,,String,,,"SUBTRACTINGSUMMATION(Rectangles, ""Area"", ""AreaDegredation"")",1,,,,,,,,,,,,,,,,,,
|
|
67
|
+
MathExampleForm,,,,,,List Topia,Listopia,Occlusion Lists,OcclusionLists,,CustomCSSClass,,2,1,,,Listopia.Color,Color,Colors,"Red^The Deepest Red,Green^A Challenging Green,Blue^Corporate Blue,Orange^Almost Brown Orange,Yellow^Not a Weak Bellied Yellow,Other^Other",,String,,Option,,,,,,,,,,,AutoTriggerGroup-FruitSelection-Colors.csv,,true,,,,,,,
|
|
68
|
+
MathExampleForm,,,,,,List Topia,Listopia,Occlusion Lists,OcclusionLists,,CustomCSSClass,,2,1,,,Listopia.Box,Box,BoxSelection,,,String,,Option,,,,,,,,,,,Box,,,,,,,,,
|
|
69
|
+
MathExampleForm,,,,,,List Topia,Listopia,Occlusion Lists,OcclusionLists,,CustomCSSClass,,3,1,,,Listopia.Fruit,Fruit,FruitSelection,"Apple^The Apple,Kiwi^Kiwi,Tangerine^A Soft Tangerine,Orange^Orange Crush,Watermelon^The Wateriest Melon,Tomato^An Heirloom of Rapid Descent",,String,,Option,,,,,,,,,,,AutoTriggerGroup-FruitSelection-Colors.csv,,true,,,,,,,
|
|
70
|
+
MathExampleForm,,,,,,List Topia,Listopia,Occlusion Lists,OcclusionLists,,CustomCSSClass,,3,1,,,Listopia.Stone,Stone,Stones,"Small^The Small Type Seed,Large^A Very Big Seed,None^No Seeds to Speak Of",,String,,Option,,,,,,,,,,,AutoTriggerGroup-FruitSelection-Stones.csv,,true,,,,,,,
|
|
@@ -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": {
|
package/debug/data/index.html
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
<script type="text/javascript">Pict.safeOnDocumentReady(() => { Pict.safeLoadPictApplication(DebugApplication, 1)});</script>
|
|
9
9
|
</head>
|
|
10
10
|
<body style="margin: 2rem; padding: 2rem; font-family: Arial, sans-serif; background-color: darkseagreen;">
|
|
11
|
+
<h1>Math is Magic</h1>
|
|
12
|
+
<div><a href=\"#\" onclick=\"_Pict.PictApplication.solve()\">[ solve ]</a> <a href=\"#\" onclick=\"_Pict.views.PictFormMetacontroller.showSupportViewInlineEditor()\">[ debug ]</a></div>
|
|
11
13
|
<div id="Pict-Form-Container"></div>
|
|
12
14
|
<script src="./debug_application.js" type="text/javascript"></script>
|
|
13
15
|
</body>
|
package/package.json
CHANGED
|
@@ -173,17 +173,39 @@ class DynamicTabularData extends libPictProvider
|
|
|
173
173
|
tmpRowPrototype = JSON.parse(JSON.stringify(tmpGroup.DefaultRows[tmpDestinationObject.length]));
|
|
174
174
|
}
|
|
175
175
|
tmpDestinationObject.push(tmpGroup.supportingManifest.populateDefaults(tmpRowPrototype));
|
|
176
|
+
// Run the solver
|
|
176
177
|
this.pict.providers.DynamicSolver.solveViews();
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
178
|
+
|
|
179
|
+
// Also render any other views that have this as the RecordSetAddress
|
|
180
|
+
// Filter the views by each Group.RecordSetAddress and find the ones with this RecordSetAddress
|
|
181
|
+
let tmpViewsToRender = this.pict.views.PictFormMetacontroller.filterViews(
|
|
182
|
+
(pViewToTestForGroup) =>
|
|
183
|
+
{
|
|
184
|
+
if (!pViewToTestForGroup.isPictSectionForm)
|
|
185
|
+
{
|
|
186
|
+
return false;
|
|
187
|
+
}
|
|
188
|
+
let tmpGroupsToTest = pViewToTestForGroup.getGroups();
|
|
189
|
+
for (let i = 0; i < tmpGroupsToTest.length; i++)
|
|
190
|
+
{
|
|
191
|
+
if (tmpGroupsToTest[i].RecordSetAddress == tmpGroup.RecordSetAddress)
|
|
192
|
+
{
|
|
193
|
+
return true;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
return false;
|
|
197
|
+
}
|
|
198
|
+
)
|
|
199
|
+
// We expect this view to be in the set.
|
|
200
|
+
for (let i = 0; i < tmpViewsToRender.length; i++)
|
|
201
|
+
{
|
|
202
|
+
tmpViewsToRender[i].render();
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
//pView.render();
|
|
206
|
+
//pView.marshalToView();
|
|
207
|
+
// We've re-rendered but we don't know what needs to be marshaled based on the solve that ran above so marshal everything
|
|
208
|
+
this.pict.views.PictFormMetacontroller.marshalFormSections();
|
|
187
209
|
}
|
|
188
210
|
}
|
|
189
211
|
}
|
|
@@ -219,11 +241,6 @@ class DynamicTabularData extends libPictProvider
|
|
|
219
241
|
console.log(tmpGroup.supportingManifest.populateDefaults(tmpRowPrototype));
|
|
220
242
|
tmpDestinationObject.push(tmpGroup.supportingManifest.populateDefaults(tmpRowPrototype))
|
|
221
243
|
}
|
|
222
|
-
else if (typeof(tmpDestinationObject) === 'object')
|
|
223
|
-
{
|
|
224
|
-
let tmpRowIndex = pView.fable.getUUID();
|
|
225
|
-
tmpDestinationObject[tmpRowIndex] = tmpGroup.supportingManifest.populateDefaults({});
|
|
226
|
-
}
|
|
227
244
|
}
|
|
228
245
|
}
|
|
229
246
|
|
|
@@ -261,10 +278,6 @@ class DynamicTabularData extends libPictProvider
|
|
|
261
278
|
// We've re-rendered but we don't know what needs to be marshaled based on the solve that ran above so marshal everything
|
|
262
279
|
this.pict.views.PictFormMetacontroller.marshalFormSections();
|
|
263
280
|
}
|
|
264
|
-
else if (typeof(tmpDestinationObject) === 'object')
|
|
265
|
-
{
|
|
266
|
-
this.log.error(`Dynamic View [${pView.UUID}]::[${pView.Hash}] Group ${tmpGroup.Hash} attempting to move row [${pRowIndex}] to [${pNewRowIndex}] but it's an object not an array; order isn't controllable.`);
|
|
267
|
-
}
|
|
268
281
|
}
|
|
269
282
|
}
|
|
270
283
|
|
|
@@ -300,10 +313,6 @@ class DynamicTabularData extends libPictProvider
|
|
|
300
313
|
// We've re-rendered but we don't know what needs to be marshaled based on the solve that ran above so marshal everything
|
|
301
314
|
this.pict.views.PictFormMetacontroller.marshalFormSections();
|
|
302
315
|
}
|
|
303
|
-
else if (typeof(tmpDestinationObject) === 'object')
|
|
304
|
-
{
|
|
305
|
-
this.log.error(`Dynamic View [${pView.UUID}]::[${pView.Hash}] Group ${tmpGroup.Hash} attempting to move row [${pRowIndex}] but it's an object not an array; order isn't controllable.`);
|
|
306
|
-
}
|
|
307
316
|
}
|
|
308
317
|
}
|
|
309
318
|
|
|
@@ -344,10 +353,6 @@ class DynamicTabularData extends libPictProvider
|
|
|
344
353
|
// We've re-rendered but we don't know what needs to be marshaled based on the solve that ran above so marshal everything
|
|
345
354
|
this.pict.views.PictFormMetacontroller.marshalFormSections();
|
|
346
355
|
}
|
|
347
|
-
else if (typeof(tmpDestinationObject) === 'object')
|
|
348
|
-
{
|
|
349
|
-
this.log.error(`Dynamic View [${pView.UUID}]::[${pView.Hash}] Group ${tmpGroup.Hash} attempting to move row [${pRowIndex}] but it's an object not an array; order isn't controllable.`);
|
|
350
|
-
}
|
|
351
356
|
}
|
|
352
357
|
}
|
|
353
358
|
|
|
@@ -383,23 +388,37 @@ class DynamicTabularData extends libPictProvider
|
|
|
383
388
|
return false;
|
|
384
389
|
}
|
|
385
390
|
tmpDestinationObject.splice(tmpRowIndex, 1);
|
|
391
|
+
|
|
392
|
+
// Run the solver
|
|
386
393
|
this.pict.providers.DynamicSolver.solveViews();
|
|
387
|
-
|
|
388
|
-
//
|
|
389
|
-
//
|
|
390
|
-
this.pict.views.PictFormMetacontroller.
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
394
|
+
|
|
395
|
+
// Also render any other views that have this as the RecordSetAddress
|
|
396
|
+
// Filter the views by each Group.RecordSetAddress and find the ones with this RecordSetAddress
|
|
397
|
+
let tmpViewsToRender = this.pict.views.PictFormMetacontroller.filterViews(
|
|
398
|
+
(pViewToTestForGroup) =>
|
|
399
|
+
{
|
|
400
|
+
if (!pViewToTestForGroup.isPictSectionForm)
|
|
401
|
+
{
|
|
402
|
+
return false;
|
|
403
|
+
}
|
|
404
|
+
let tmpGroupsToTest = pViewToTestForGroup.getGroups();
|
|
405
|
+
for (let i = 0; i < tmpGroupsToTest.length; i++)
|
|
406
|
+
{
|
|
407
|
+
if (tmpGroupsToTest[i].RecordSetAddress == tmpGroup.RecordSetAddress)
|
|
408
|
+
{
|
|
409
|
+
return true;
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
return false;
|
|
413
|
+
}
|
|
414
|
+
)
|
|
415
|
+
// We expect this view to be in the set.
|
|
416
|
+
for (let i = 0; i < tmpViewsToRender.length; i++)
|
|
396
417
|
{
|
|
397
|
-
|
|
398
|
-
return false;
|
|
418
|
+
tmpViewsToRender[i].render();
|
|
399
419
|
}
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
pView.render();
|
|
420
|
+
|
|
421
|
+
//pView.render();
|
|
403
422
|
//pView.marshalToView();
|
|
404
423
|
// We've re-rendered but we don't know what needs to be marshaled based on the solve that ran above so marshal everything
|
|
405
424
|
this.pict.views.PictFormMetacontroller.marshalFormSections();
|
|
@@ -17,6 +17,8 @@ class ManifestConversionToCSV extends libFableServiceProviderBase
|
|
|
17
17
|
"Form",
|
|
18
18
|
"Form Name",
|
|
19
19
|
"SubManifest",
|
|
20
|
+
"HideTabularEditingControls",
|
|
21
|
+
"GroupRecordSetAddress",
|
|
20
22
|
"DataOnly",
|
|
21
23
|
"Section Name",
|
|
22
24
|
"Section Hash",
|
|
@@ -351,6 +353,8 @@ class ManifestConversionToCSV extends libFableServiceProviderBase
|
|
|
351
353
|
|
|
352
354
|
// Set the SubManifest on the placeholder row
|
|
353
355
|
tmpRow[this.CSV_COLUMN_MAP["SubManifest"]] = tmpGroup.RecordManifest;
|
|
356
|
+
tmpRow[this.CSV_COLUMN_MAP["GroupRecordSetAddress"]] = tmpGroup.RecordSetAddress;
|
|
357
|
+
tmpRow[this.CSV_COLUMN_MAP["HideTabularEditingControls"]] = tmpGroup.HideTabularEditingControls;
|
|
354
358
|
|
|
355
359
|
// Now set the Minimum and Maximum Row Counts
|
|
356
360
|
if (tmpGroup.MinimumRowCount)
|
|
@@ -597,6 +597,10 @@ class ManifestFactory extends libFableServiceProviderBase
|
|
|
597
597
|
this.log.error(`Failed to parse Maximum Row Count for ${tmpRecord['Input Hash']}: ${pError}`);
|
|
598
598
|
}
|
|
599
599
|
}
|
|
600
|
+
if (tmpRecord['HideTabularEditingControls'] && ((tmpRecord['HideTabularEditingControls'] == '1') || (tmpRecord['HideTabularEditingControls'].toLowerCase() == 'true') || (tmpRecord['HideTabularEditingControls'].toLowerCase() == 't') || (tmpRecord['HideTabularEditingControls'].toLowerCase() == 'y')))
|
|
601
|
+
{
|
|
602
|
+
tmpGroup.HideTabularEditingControls = true;
|
|
603
|
+
}
|
|
600
604
|
if (tmpRecord['Group Show Title'] && (tmpRecord['Group Show Title'] != ''))
|
|
601
605
|
{
|
|
602
606
|
switch(tmpRecord['Group Show Title'].toLowerCase())
|
|
@@ -631,7 +635,17 @@ class ManifestFactory extends libFableServiceProviderBase
|
|
|
631
635
|
if (tmpRecord.InputType == 'TabularAddress')
|
|
632
636
|
{
|
|
633
637
|
tmpGroup.Layout = 'Tabular';
|
|
634
|
-
|
|
638
|
+
// If the csv defines the GroupRecordSetAddress, use that explicitly
|
|
639
|
+
console.log(`Group ${tmpGroup.Hash} RSA ${tmpRecord['GroupRecordSetAddress']} -> Descriptor ${tmpDescriptor.DataAddress}`)
|
|
640
|
+
if (tmpRecord['GroupRecordSetAddress'] && (typeof(tmpRecord.GroupRecordSetAddress == 'string')) && (tmpRecord.GroupRecordSetAddress.length > 0))
|
|
641
|
+
{
|
|
642
|
+
tmpGroup.RecordSetAddress = tmpRecord.GroupRecordSetAddress;
|
|
643
|
+
}
|
|
644
|
+
else
|
|
645
|
+
{
|
|
646
|
+
tmpGroup.RecordSetAddress = tmpDescriptor.DataAddress;
|
|
647
|
+
}
|
|
648
|
+
// Otherwise fall back to the DataAddress
|
|
635
649
|
tmpGroup.RecordManifest = tmpRecord.SubManifest;
|
|
636
650
|
}
|
|
637
651
|
|
|
@@ -123,7 +123,6 @@ class PictViewDynamicForm extends libPictViewClass
|
|
|
123
123
|
this.initialBundleLoaded = false;
|
|
124
124
|
|
|
125
125
|
this.fable.ManifestFactory.initializeFormGroups(this);
|
|
126
|
-
|
|
127
126
|
}
|
|
128
127
|
|
|
129
128
|
/**
|
|
@@ -925,6 +924,19 @@ class PictViewDynamicForm extends libPictViewClass
|
|
|
925
924
|
return this.sectionDefinition.Groups[pGroupIndex];
|
|
926
925
|
}
|
|
927
926
|
|
|
927
|
+
/**
|
|
928
|
+
* Returns all groups in the section.
|
|
929
|
+
* @returns {Array}
|
|
930
|
+
*/
|
|
931
|
+
getGroups()
|
|
932
|
+
{
|
|
933
|
+
if (!Array.isArray(this.sectionDefinition.Groups))
|
|
934
|
+
{
|
|
935
|
+
return [];
|
|
936
|
+
}
|
|
937
|
+
return this.sectionDefinition.Groups;
|
|
938
|
+
}
|
|
939
|
+
|
|
928
940
|
/**
|
|
929
941
|
* Get a row for an input form group.
|
|
930
942
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pict-Provider-DynamicTabularData.d.ts","sourceRoot":"","sources":["../../../source/providers/Pict-Provider-DynamicTabularData.js"],"names":[],"mappings":";AAaA;;;GAGG;AAEH;;GAEG;AACH;IAEC;;;;;;OAMG;IACH,oBAJW,MAAM,YACN,MAAM,gBACN,MAAM,EAahB;IANA,kBAAkB;IAClB,SADW,GAAG,CACF;IACZ,6BAA6B;IAC7B,MADW,OAAO,MAAM,CAAC,CAChB;IAKV;;;;;;OAMG;IACH,6CAHW,MAAM,GACJ,cAAa,OAAO,CAehC;IAED;;;;;;;OAOG;IACH,+CAJW,MAAM,eACN,MAAM,GACJ,iBAAiB,GAAC,OAAO,CAiBrC;IAED;;;;;;;OAOG;IACH,8CAJW,MAAM,kBACN,MAAM,GACJ,OAAO,MAAO,CAkD1B;IAED;;;;;OAKG;IACH,+CAFW,MAAM,
|
|
1
|
+
{"version":3,"file":"Pict-Provider-DynamicTabularData.d.ts","sourceRoot":"","sources":["../../../source/providers/Pict-Provider-DynamicTabularData.js"],"names":[],"mappings":";AAaA;;;GAGG;AAEH;;GAEG;AACH;IAEC;;;;;;OAMG;IACH,oBAJW,MAAM,YACN,MAAM,gBACN,MAAM,EAahB;IANA,kBAAkB;IAClB,SADW,GAAG,CACF;IACZ,6BAA6B;IAC7B,MADW,OAAO,MAAM,CAAC,CAChB;IAKV;;;;;;OAMG;IACH,6CAHW,MAAM,GACJ,cAAa,OAAO,CAehC;IAED;;;;;;;OAOG;IACH,+CAJW,MAAM,eACN,MAAM,GACJ,iBAAiB,GAAC,OAAO,CAiBrC;IAED;;;;;;;OAOG;IACH,8CAJW,MAAM,kBACN,MAAM,GACJ,OAAO,MAAO,CAkD1B;IAED;;;;;OAKG;IACH,+CAFW,MAAM,QA0DhB;IAGD;;;;;OAKG;IACH,4DAFW,MAAM,QA2BhB;IAED;;;;;;;;OAQG;IACH,iDALW,MAAM,aACN,MAAM,GAAC,MAAM,gBACb,MAAM,GACJ,OAAO,CA4BnB;IAED;;;;;;;OAOG;IACH,iDAJW,MAAM,aACN,MAAM,GAAC,MAAM,GACX,OAAO,CA2BnB;IAED;;;;;;;OAOG;IACH,+CAJW,MAAM,aACN,MAAM,GAAC,MAAM,GACX,OAAO,CAgCnB;IAGD;;;;;;;OAOG;IACH,+CAJW,MAAM,aACN,MAAM,GAAC,MAAM,GACX,OAAO,CA6DnB;CACD;;;;;AAzaD,kCAAkC;AAClC,6CADW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAS3B;;;;;UAIW,MAAM"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ManifestConversionToCSV.d.ts","sourceRoot":"","sources":["../../../source/services/ManifestConversionToCSV.js"],"names":[],"mappings":";AAEA;IAEI,
|
|
1
|
+
{"version":3,"file":"ManifestConversionToCSV.d.ts","sourceRoot":"","sources":["../../../source/services/ManifestConversionToCSV.js"],"names":[],"mappings":";AAEA;IAEI,2DAkEC;IA9DG,sIAAsI;IACtI,OADW,OAAO,MAAM,CAAC,GAAG;QAAE,6CAA6C,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,EAAE,MAAM,KAAK,GAAG,CAAA;KAAE,CACxH;IACV,kBAAkB;IAClB,KADW,GAAG,CACN;IACR,qBAAqB;IACrB,MADW,MAAM,CACR;IAET,qBA8CC;IAGD,mBAAwB;IAQ5B,uFA2JC;IAED,yDAwaC;CACJ"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ManifestFactory.d.ts","sourceRoot":"","sources":["../../../source/services/ManifestFactory.js"],"names":[],"mappings":";AAOA;IAEC,2DA4CC;IAtCA,sIAAsI;IACtI,OADW,OAAO,MAAM,CAAC,GAAG;QAAE,6CAA6C,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,EAAE,MAAM,KAAK,GAAG,CAAA;KAAE,CACxH;IACV,kBAAkB;IAClB,KADW,GAAG,CACN;IACR,qBAAqB;IACrB,MADW,MAAM,CACR;IAET,cAAmC;IAcnC,+BAAoC;IAEpC,sBAA2B;IAC3B,oBAAyB;IASzB,2BAA2B;IAE3B,gCAAgD;IAChD,sCAAwC;IACxC,kCAA0C;IAG3C;;;;;OAKG;IACH,2BAHW,MAAM,GACL,MAAM,CASjB;IAED;;;;;;;;;OASG;IACH,uCAwJC;IAED;;;;OAIG;IACH,8CAOC;IAED;;;;;;OAMG;IACH,iCAJW,MAAM,OAiBhB;IAED;;;;;;;OAOG;IACH,mCALW,MAAM,MAAO,cACb,MAAM,OAkBhB;IAED;;;;OAIG;IACH,8BAFa,OAAO,CAenB;IAED;;;;;;;OAOG;IACH,
|
|
1
|
+
{"version":3,"file":"ManifestFactory.d.ts","sourceRoot":"","sources":["../../../source/services/ManifestFactory.js"],"names":[],"mappings":";AAOA;IAEC,2DA4CC;IAtCA,sIAAsI;IACtI,OADW,OAAO,MAAM,CAAC,GAAG;QAAE,6CAA6C,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,EAAE,MAAM,KAAK,GAAG,CAAA;KAAE,CACxH;IACV,kBAAkB;IAClB,KADW,GAAG,CACN;IACR,qBAAqB;IACrB,MADW,MAAM,CACR;IAET,cAAmC;IAcnC,+BAAoC;IAEpC,sBAA2B;IAC3B,oBAAyB;IASzB,2BAA2B;IAE3B,gCAAgD;IAChD,sCAAwC;IACxC,kCAA0C;IAG3C;;;;;OAKG;IACH,2BAHW,MAAM,GACL,MAAM,CASjB;IAED;;;;;;;;;OASG;IACH,uCAwJC;IAED;;;;OAIG;IACH,8CAOC;IAED;;;;;;OAMG;IACH,iCAJW,MAAM,OAiBhB;IAED;;;;;;;OAOG;IACH,mCALW,MAAM,MAAO,cACb,MAAM,OAkBhB;IAED;;;;OAIG;IACH,8BAFa,OAAO,CAenB;IAED;;;;;;;OAOG;IACH,kEAkbC;IAED;;;;;;;;;OASG;IACH,2GAGC;IAED;;;;;;OAMG;IACH,0CAJW,GAAG,GAEF,GAAG,CAwDd;CACD;;+BAGU,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC"}
|
|
@@ -178,6 +178,11 @@ declare class PictViewDynamicForm extends libPictViewClass {
|
|
|
178
178
|
* @returns {object|boolean} - The group object if found, or false if the group index is invalid.
|
|
179
179
|
*/
|
|
180
180
|
getGroup(pGroupIndex: number): object | boolean;
|
|
181
|
+
/**
|
|
182
|
+
* Returns all groups in the section.
|
|
183
|
+
* @returns {Array}
|
|
184
|
+
*/
|
|
185
|
+
getGroups(): any[];
|
|
181
186
|
/**
|
|
182
187
|
* Get a row for an input form group.
|
|
183
188
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pict-View-DynamicForm.d.ts","sourceRoot":"","sources":["../../../source/views/Pict-View-DynamicForm.js"],"names":[],"mappings":";AAYA;;;;;;;GAOG;AACH;IAEC,
|
|
1
|
+
{"version":3,"file":"Pict-View-DynamicForm.d.ts","sourceRoot":"","sources":["../../../source/views/Pict-View-DynamicForm.js"],"names":[],"mappings":";AAYA;;;;;;;GAOG;AACH;IAEC,2DAuGC;IApDA,kCAAkC;IAClC,kBADW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CACO;IAIrC,uBAAqC;IAGrC,qBAA2H;IAG3H,sBAAwB;IAcxB,+BAA6D;IAmB7D,iCAAuC;IAEvC,eAAmD;IAEnD,4BAAkC;IAClC,6BAAgC;IAKjC;;;;OAIG;IACH,6BAFa,MAAM,CAgBlB;IAED;;;;;;;;OAQG;IACH,wBAFW,MAAM,QAqDhB;IAGD;;;;;;OAMG;IACH,gCAJW,MAAM,eACN,MAAM,aACN,MAAM,QA4DhB;IAED;;;;;;;;OAQG;IACH,uBAJW,MAAM,UACN,GAAG,GACD,OAAO,CAqCnB;IAED;;;;;;;;;;OAUG;IACH,kCANW,MAAM,cACN,MAAM,aACN,MAAM,UACN,GAAG,GACD,OAAO,CAyEnB;IAED;;;;OAIG;IACH,gCAFa,MAAM,CAKlB;IAED;;;;OAIG;IACH,+BAFY,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAK9B;IAED;;;OAGG;IACH,6BAFW,MAAM,uBAKhB;IAED;;;;;;OAMG;IACH,mCAJW,MAAM,eACN,MAAM,aACN,MAAM,OAOhB;IAED;;;;OAIG;IACH,mBAFa,GAAG,CAwBf;IAED,yEAqBC;IAED,gGAqBC;IAED;;;OAGG;IACH,qBAFa,GAAG,CAcf;IAED;;;OAGG;IACH,6BAkBC;IAED;;;;OAIG;IACH,WAFa,GAAG,CAef;IA4ED;;;;;;;;;;;;;;;OAeG;IACH,0CAHW,MAAM,qBACN,MAAM,QA+ChB;IAED;;;;;;;OAOG;IACH,yCALW,MAAM,eACN,MAAM,cACN,MAAM,qBACN,MAAM,QAqHhB;IAED;;;;OAIG;IACH,4CAHW,MAAM,GACJ,OAAO,CAMnB;IAED;;;;;OAKG;IACH,8CAHW,MAAM,GACJ,MAAM,CAKlB;IAED;;;;;OAKG;IACH,6CAHW,MAAM,GACJ,OAAO,CAMnB;IAED;;;;;OAKG;IACH,+CAHW,MAAM,GACJ,MAAM,CAMlB;IAED;;OAEG;IACH,8BAGC;IAED;;;;;OAKG;IACH,sBAHW,MAAM,GACJ,MAAM,GAAC,OAAO,CAgB1B;IAED;;;OAGG;IACH,mBAOC;IAED;;;;;;;;OAQG;IACH,oBAJW,MAAM,aACN,MAAM,OAyBhB;IAED;;;;;;OAMG;IACH,gCAJW,MAAM,aACN,MAAM,OAMhB;IAED;;;;;;OAMG;IACH,sBALW,MAAM,aACN,MAAM,eACN,MAAM,GACJ,MAAO,OAAO,CAwB1B;IAED;;;;;OAKG;IACH,yCAoBC;IAED;;;;;OAKG;IACH,6BAHW,MAAM,OAMhB;IAED;;;;;OAKG;IACH,sCAFa,OAAO,CAKnB;IAED;;;;;;;OAOG;IACH,uCAJW,MAAM,qBACN,MAAM,GACJ,GAAG,CAKf;IAED;;;;;OAKG;IACH,yBAJW,MAAM,4CAEN,MAAM,QAKhB;IAED;;;;;OAKG;IACH,2BAJW,MAAM,4CAEN,MAAM,QAoBhB;IAED;;;;;;;OAOG;IACH,qCALW,MAAM,eACN,MAAM,aACN,MAAM,GACJ,OAAO,CAAC,GAAG,CAAC,CAKxB;IAED;;;;;;;;;OASG;IACH,+BAPW,MAAM,eACN,MAAM,aACN,MAAM,UACN,MAAM,qBACN,MAAM,GACJ,GAAG,CAKf;IAED;;;OAGG;IACH,yDAHW,MAAM,uBACN,MAAM,QAKhB;IAED;;;;;OAKG;IACH,yDALW,MAAM,uBACN,MAAM,GAEL,OAAO,CAoDlB;IAED;;;;OAIG;IACH,sCAJW,MAAM,GAEL,OAAO,CA0ClB;IAED;;;OAGG;IACH,wDAHW,MAAM,6BAuBhB;IAED;;;;;;OAMG;IACH,6BALW,MAAM,UACN,MAAM,4CAEN,MAAM,QAmDhB;IAED;;;;;OAKG;IACH,0BAJW,MAAM,4CAEN,MAAM,QAUhB;IAED;;;;;;;;OAQG;IACH,mCAJW,MAAM,eACN,MAAM,OAMhB;IAED;;;;;;OAMG;IACH,kCAJW,MAAM,kBACN,MAAM,OAMhB;IAED;;;;;OAKG;IACH,iCAHW,MAAM,SAMhB;IAED;;;;;;;OAOG;IACH,mCAHW,MAAM,OAMhB;IAED;;;;;;;OAOG;IACH,qCALW,MAAM,aACN,MAAM,gBACN,MAAM,GACJ,OAAO,CAKnB;IAED;;;;;;OAMG;IACH,qCAJW,MAAM,aACN,MAAM,GACJ,OAAO,CAKnB;IAED;;;;;;OAMG;IACH,mCAJW,MAAM,aACN,MAAM,GACJ,OAAO,CAKnB;IAED;;;;;;OAMG;IACH,mCAJW,MAAM,aACN,MAAM,gBAMhB;IAED;;;OAGG;IACH,yBAFa,OAAO,CAKnB;CACD;;;;;AAn7CD,kCAAkC;AAClC,qCADW,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAC6D"}
|