pict-section-form 1.0.187 → 1.0.190

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.
Files changed (91) hide show
  1. package/.claude/settings.local.json +8 -0
  2. package/CONTRIBUTING.md +50 -0
  3. package/README.md +16 -0
  4. package/docs/css/docuserve.css +73 -0
  5. package/docs/index.html +36 -48
  6. package/docs/retold-catalog.json +318 -0
  7. package/docs/retold-keyword-index.json +15298 -0
  8. package/example_applications/README.md +16 -1
  9. package/example_applications/complex_table/html/index.html +71 -12
  10. package/example_applications/complex_table/package.json +1 -1
  11. package/example_applications/complex_tuigrid/html/index.html +54 -3
  12. package/example_applications/dynamic_analysis/Dynamic-Analysis-Application.js +1015 -0
  13. package/example_applications/dynamic_analysis/FruitData.json +700 -0
  14. package/example_applications/dynamic_analysis/html/index.html +128 -0
  15. package/example_applications/dynamic_analysis/package.json +32 -0
  16. package/example_applications/simple_distill/html/index.html +54 -2
  17. package/example_applications/simple_distill/package.json +1 -1
  18. package/example_applications/simple_form/html/index.html +54 -3
  19. package/example_applications/simple_table/html/index.html +54 -2
  20. package/package.json +10 -10
  21. package/source/providers/Pict-Provider-DynamicFormSolverBehaviors.js +17 -12
  22. package/source/views/Pict-View-DynamicForm.js +4 -1
  23. package/source/views/Pict-View-Form-Metacontroller.js +197 -115
  24. package/test/PictSectionForm-Basic_tests.js +364 -4
  25. package/types/source/providers/Pict-Provider-DynamicFormSolverBehaviors.d.ts +1 -1
  26. package/types/source/providers/Pict-Provider-DynamicFormSolverBehaviors.d.ts.map +1 -1
  27. package/types/source/services/ManifestConversionToCSV.d.ts +2 -5
  28. package/types/source/services/ManifestConversionToCSV.d.ts.map +1 -1
  29. package/types/source/services/ManifestFactory.d.ts +2 -5
  30. package/types/source/services/ManifestFactory.d.ts.map +1 -1
  31. package/types/source/services/Pict-Service-DynamicFormDependencyManager.d.ts +2 -5
  32. package/types/source/services/Pict-Service-DynamicFormDependencyManager.d.ts.map +1 -1
  33. package/types/source/templates/Pict-Template-ControlFromDynamicManifest.d.ts +0 -2
  34. package/types/source/templates/Pict-Template-ControlFromDynamicManifest.d.ts.map +1 -1
  35. package/types/source/templates/Pict-Template-ControlFromDynamicManifestForHash.d.ts +0 -2
  36. package/types/source/templates/Pict-Template-ControlFromDynamicManifestForHash.d.ts.map +1 -1
  37. package/types/source/templates/Pict-Template-DyanmicView-Value.d.ts +0 -2
  38. package/types/source/templates/Pict-Template-DyanmicView-Value.d.ts.map +1 -1
  39. package/types/source/templates/Pict-Template-DyanmicView-ValueByHash.d.ts +0 -2
  40. package/types/source/templates/Pict-Template-DyanmicView-ValueByHash.d.ts.map +1 -1
  41. package/types/source/templates/Pict-Template-Metacontroller-ValueSetWithGroup.d.ts +0 -2
  42. package/types/source/templates/Pict-Template-Metacontroller-ValueSetWithGroup.d.ts.map +1 -1
  43. package/types/source/templates/Pict-Template-Metatemplate-Input.d.ts +0 -2
  44. package/types/source/templates/Pict-Template-Metatemplate-Input.d.ts.map +1 -1
  45. package/types/source/templates/Pict-Template-Metatemplate-InputWithHashAddress.d.ts +0 -2
  46. package/types/source/templates/Pict-Template-Metatemplate-InputWithHashAddress.d.ts.map +1 -1
  47. package/types/source/templates/Pict-Template-Metatemplate-InputWithView.d.ts +0 -2
  48. package/types/source/templates/Pict-Template-Metatemplate-InputWithView.d.ts.map +1 -1
  49. package/types/source/templates/Pict-Template-Metatemplate-InputWithViewAndDescriptorAddress.d.ts +0 -2
  50. package/types/source/templates/Pict-Template-Metatemplate-InputWithViewAndDescriptorAddress.d.ts.map +1 -1
  51. package/types/source/templates/Pict-Template-Metatemplate-InputWithViewAndHashAddress.d.ts +0 -2
  52. package/types/source/templates/Pict-Template-Metatemplate-InputWithViewAndHashAddress.d.ts.map +1 -1
  53. package/types/source/templates/Pict-Template-Proxy-PluckJoinUnique.d.ts +0 -2
  54. package/types/source/templates/Pict-Template-Proxy-PluckJoinUnique.d.ts.map +1 -1
  55. package/types/source/views/Pict-View-DynamicForm.d.ts +4 -1
  56. package/types/source/views/Pict-View-DynamicForm.d.ts.map +1 -1
  57. package/types/source/views/Pict-View-Form-Metacontroller.d.ts.map +1 -1
  58. package/example_applications/Build-Examples.sh +0 -41
  59. package/example_applications/ServeExamples.js +0 -82
  60. package/example_applications/gradebook/.quackage.json +0 -9
  61. package/example_applications/gradebook/css/gradebook.css +0 -248
  62. package/example_applications/gradebook/css/pure.min.css +0 -11
  63. package/example_applications/gradebook/html/index.html +0 -20
  64. package/example_applications/gradebook/package.json +0 -30
  65. package/example_applications/gradebook/source/Gradebook-Application.js +0 -27
  66. package/example_applications/gradebook/source/manifests/Assignment-Manifest.json +0 -38
  67. package/example_applications/gradebook/source/manifests/Gradebook-Manifest.js +0 -73
  68. package/example_applications/gradebook/source/manifests/Student-Manifest.json +0 -40
  69. package/example_applications/gradebook/source/providers/Gradebook-Data.js +0 -84
  70. package/example_applications/gradebook/source/views/BasicContent-View-Templates.json +0 -42
  71. package/example_applications/gradebook/source/views/html/About.html +0 -39
  72. package/example_applications/gradebook/source/views/html/Legal.html +0 -34
  73. package/example_applications/index.html +0 -21
  74. package/example_applications/manyfest_editor/.quackage.json +0 -9
  75. package/example_applications/manyfest_editor/README.md +0 -35
  76. package/example_applications/manyfest_editor/application/Manyfest-Editor.js +0 -80
  77. package/example_applications/manyfest_editor/css/ManyfestEditor.css +0 -4
  78. package/example_applications/manyfest_editor/html/index.html +0 -55
  79. package/example_applications/manyfest_editor/manifests/Manifest-Default.json +0 -33
  80. package/example_applications/manyfest_editor/manifests/Manifest-Manyfest.json +0 -347
  81. package/example_applications/manyfest_editor/package.json +0 -52
  82. package/example_applications/manyfest_editor/providers/Manyfest-Data-Provider.js +0 -317
  83. package/example_applications/manyfest_editor/providers/Manyfest-Router.js +0 -123
  84. package/example_applications/manyfest_editor/views/Manyfest-Basic-View-Template-Adjustments.js +0 -14
  85. package/example_applications/manyfest_editor/views/Manyfest-Basic-View-Templates.json +0 -22
  86. package/example_applications/manyfest_editor/views/Manyfest-Code-View.js +0 -91
  87. package/example_applications/manyfest_editor/views/Manyfest-Overview-View.js +0 -52
  88. package/example_applications/manyfest_editor/views/Manyfest-Persistence-View.js +0 -103
  89. package/example_applications/manyfest_editor/views/Manyfest-Spreadsheet-View.js +0 -0
  90. package/example_applications/manyfest_editor/views/basic-html/Navigation.html +0 -25
  91. package/example_applications/package.json +0 -16
@@ -0,0 +1,8 @@
1
+ {
2
+ "permissions": {
3
+ "allow": [
4
+ "Bash(find:*)",
5
+ "Bash(grep:*)"
6
+ ]
7
+ }
8
+ }
@@ -0,0 +1,50 @@
1
+ # Contributing to Retold
2
+
3
+ We welcome contributions to Retold and its modules. This guide covers the expectations and process for contributing.
4
+
5
+ ## Code of Conduct
6
+
7
+ The Retold community values **empathy**, **equity**, **kindness**, and **thoughtfulness**. We expect all participants to treat each other with respect, assume good intent, and engage constructively. These values apply to all interactions: pull requests, issues, discussions, and code review.
8
+
9
+ ## How to Contribute
10
+
11
+ ### Pull Requests
12
+
13
+ Pull requests are the preferred method for contributing changes. To submit one:
14
+
15
+ 1. Fork the module repository you want to change
16
+ 2. Create a branch for your work
17
+ 3. Make your changes, following the code style of the module you are editing
18
+ 4. Ensure your changes have test coverage (see below)
19
+ 5. Open a pull request against the module's main branch
20
+
21
+ **Submitting a pull request does not guarantee it will be accepted.** Maintainers review contributions for fit, quality, and alignment with the project's direction. A PR may be declined, or you may be asked to revise it. This is normal and not a reflection on the quality of your effort.
22
+
23
+ ### Reporting Issues
24
+
25
+ If you find a bug or have a feature suggestion, open an issue on the relevant module's repository. Include enough detail to reproduce the problem or understand the proposal.
26
+
27
+ ## Test Coverage
28
+
29
+ Every commit must include test coverage for the changes it introduces. Retold modules use Mocha in TDD style. Before submitting:
30
+
31
+ - **Write tests** for any new functionality or bug fixes
32
+ - **Run the existing test suite** with `npm test` and confirm all tests pass
33
+ - **Check coverage** with `npm run coverage` if the module supports it
34
+
35
+ Pull requests that break existing tests or lack coverage for new code will not be merged.
36
+
37
+ ## Code Style
38
+
39
+ Follow the conventions of the module you are working in. The general Retold style is:
40
+
41
+ - **Tabs** for indentation, never spaces
42
+ - **Plain JavaScript** only (no TypeScript)
43
+ - **Allman-style braces** (opening brace on its own line)
44
+ - **Variable naming:** `pVariable` for parameters, `tmpVariable` for temporaries, `libSomething` for imports
45
+
46
+ When in doubt, match what the surrounding code does.
47
+
48
+ ## Repository Structure
49
+
50
+ Each module is its own git repository. The [retold](https://github.com/stevenvelozo/retold) repository tracks module organization but does not contain module source code. Direct your pull request to the specific module repository where your change belongs.
package/README.md CHANGED
@@ -350,3 +350,19 @@ Pict Section Form is part of the Pict ecosystem:
350
350
  - [pict-provider](https://github.com/stevenvelozo/pict-provider) - Provider base class
351
351
  - [manyfest](https://github.com/stevenvelozo/manyfest) - Schema definitions
352
352
  - [fable](https://github.com/stevenvelozo/fable) - Service infrastructure
353
+
354
+ ## Related Packages
355
+
356
+ - [pict](https://github.com/stevenvelozo/pict) - MVC application framework
357
+ - [pict-view](https://github.com/stevenvelozo/pict-view) - View base class
358
+ - [pict-provider](https://github.com/stevenvelozo/pict-provider) - Data provider base class
359
+ - [pict-template](https://github.com/stevenvelozo/pict-template) - Template engine
360
+ - [manyfest](https://github.com/stevenvelozo/manyfest) - Schema-driven object navigation
361
+
362
+ ## License
363
+
364
+ MIT
365
+
366
+ ## Contributing
367
+
368
+ Pull requests are welcome. For details on our code of conduct, contribution process, and testing requirements, see the [Retold Contributing Guide](https://github.com/stevenvelozo/retold/blob/main/docs/contributing.md).
@@ -0,0 +1,73 @@
1
+ /* ============================================================================
2
+ Pict Docuserve - Base Styles
3
+ ============================================================================ */
4
+
5
+ /* Reset and base */
6
+ *, *::before, *::after {
7
+ box-sizing: border-box;
8
+ }
9
+
10
+ html, body {
11
+ margin: 0;
12
+ padding: 0;
13
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
14
+ font-size: 16px;
15
+ line-height: 1.5;
16
+ color: #423D37;
17
+ background-color: #fff;
18
+ -webkit-font-smoothing: antialiased;
19
+ -moz-osx-font-smoothing: grayscale;
20
+ }
21
+
22
+ /* Typography */
23
+ h1, h2, h3, h4, h5, h6 {
24
+ margin-top: 0;
25
+ line-height: 1.3;
26
+ }
27
+
28
+ a {
29
+ color: #2E7D74;
30
+ text-decoration: none;
31
+ }
32
+
33
+ a:hover {
34
+ color: #256861;
35
+ }
36
+
37
+ /* Application container */
38
+ #Docuserve-Application-Container {
39
+ min-height: 100vh;
40
+ }
41
+
42
+ /* Utility: scrollbar styling */
43
+ ::-webkit-scrollbar {
44
+ width: 8px;
45
+ }
46
+
47
+ ::-webkit-scrollbar-track {
48
+ background: #F5F0E8;
49
+ }
50
+
51
+ ::-webkit-scrollbar-thumb {
52
+ background: #D4CCBE;
53
+ border-radius: 4px;
54
+ }
55
+
56
+ ::-webkit-scrollbar-thumb:hover {
57
+ background: #B5AA9A;
58
+ }
59
+
60
+ /* Responsive adjustments */
61
+ @media (max-width: 768px) {
62
+ html {
63
+ font-size: 14px;
64
+ }
65
+
66
+ #Docuserve-Sidebar-Container {
67
+ display: none;
68
+ }
69
+
70
+ .docuserve-body {
71
+ flex-direction: column;
72
+ }
73
+ }
package/docs/index.html CHANGED
@@ -1,51 +1,39 @@
1
1
  <!doctype html>
2
2
  <html lang="en">
3
- <head>
4
- <meta charset="UTF-8" />
5
- <title>Pict-Section-Form Documentation</title>
6
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7
- <meta name="description" content="Documentation for Pict-Section-Form - A dynamic, configuration-driven forms framework built on the Pict application platform" />
8
- <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" />
9
- <meta name="keywords" content="pict, pict-section-form, javascript, framework, forms, dynamic, configuration" />
10
- <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css" />
11
- <style>
12
- :root {
13
- --theme-color: #42b983;
14
- }
15
- </style>
16
- </head>
17
- <body>
18
- <div id="app"></div>
19
- <script>
20
- window.$docsify = {
21
- name: 'Pict-Section-Form',
22
- repo: 'https://github.com/stevenvelozo/pict-section-form',
23
- loadSidebar: '_sidebar.md',
24
- subMaxLevel: 3,
25
- auto2top: true,
26
- coverpage: 'cover.md',
27
- onlyCover: false,
28
- search: {
29
- placeholder: 'Search',
30
- noData: 'No results found',
31
- depth: 3
32
- },
33
- copyCode: {
34
- buttonText: 'Copy',
35
- successText: 'Copied'
36
- }
37
- };
38
- </script>
39
- <!-- Docsify v4 -->
40
- <script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
41
- <!-- Syntax highlighting -->
42
- <script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-javascript.min.js"></script>
43
- <script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-json.min.js"></script>
44
- <script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script>
45
- <script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-markdown.min.js"></script>
46
- <!-- Search plugin -->
47
- <script src="//cdn.jsdelivr.net/npm/docsify@4/lib/plugins/search.min.js"></script>
48
- <!-- Copy code plugin -->
49
- <script src="//cdn.jsdelivr.net/npm/docsify-copy-code@2"></script>
50
- </body>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7
+ <meta name="description" content="Documentation powered by pict-docuserve">
8
+
9
+ <title>Documentation</title>
10
+
11
+ <!-- Application Stylesheet -->
12
+ <link href="css/docuserve.css" rel="stylesheet">
13
+ <!-- KaTeX stylesheet for LaTeX equation rendering -->
14
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.21/dist/katex.min.css">
15
+ <!-- PICT Dynamic View CSS Container -->
16
+ <style id="PICT-CSS"></style>
17
+
18
+ <!-- Load the PICT library from jsDelivr CDN -->
19
+ <script src="https://cdn.jsdelivr.net/npm/pict@1/dist/pict.min.js" type="text/javascript"></script>
20
+ <!-- Bootstrap the Application -->
21
+ <script type="text/javascript">
22
+ //<![CDATA[
23
+ Pict.safeOnDocumentReady(() => { Pict.safeLoadPictApplication(PictDocuserve, 2)});
24
+ //]]>
25
+ </script>
26
+ </head>
27
+ <body>
28
+ <!-- The root container for the Pict application -->
29
+ <div id="Docuserve-Application-Container"></div>
30
+
31
+ <!-- Mermaid diagram rendering -->
32
+ <script src="https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.min.js"></script>
33
+ <script>mermaid.initialize({ startOnLoad: false, theme: 'default' });</script>
34
+ <!-- KaTeX for LaTeX equation rendering -->
35
+ <script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.21/dist/katex.min.js"></script>
36
+ <!-- Load the Docuserve PICT Application Bundle from jsDelivr CDN -->
37
+ <script src="https://cdn.jsdelivr.net/npm/pict-docuserve@0/dist/pict-docuserve.min.js" type="text/javascript"></script>
38
+ </body>
51
39
  </html>
@@ -0,0 +1,318 @@
1
+ {
2
+ "Generated": "2026-02-18T04:49:26.197Z",
3
+ "GitHubOrg": "stevenvelozo",
4
+ "DefaultBranch": "master",
5
+ "Groups": [
6
+ {
7
+ "Name": "Utility",
8
+ "Key": "utility",
9
+ "Description": "Build tools, manifests, documentation, process supervision",
10
+ "Modules": [
11
+ {
12
+ "Name": "csvparser",
13
+ "Repo": "csvparser",
14
+ "Group": "utility",
15
+ "Branch": "master",
16
+ "HasDocs": false,
17
+ "HasCover": false,
18
+ "Sidebar": [],
19
+ "DocFiles": []
20
+ }
21
+ ]
22
+ },
23
+ {
24
+ "Name": ".config",
25
+ "Key": ".config",
26
+ "Description": "",
27
+ "Modules": [
28
+ {
29
+ "Name": "code-server",
30
+ "Repo": "code-server",
31
+ "Group": ".config",
32
+ "Branch": "master",
33
+ "HasDocs": false,
34
+ "HasCover": false,
35
+ "Sidebar": [],
36
+ "DocFiles": []
37
+ }
38
+ ]
39
+ },
40
+ {
41
+ "Name": "Debug",
42
+ "Key": "debug",
43
+ "Description": "",
44
+ "Modules": [
45
+ {
46
+ "Name": "data",
47
+ "Repo": "data",
48
+ "Group": "debug",
49
+ "Branch": "master",
50
+ "HasDocs": false,
51
+ "HasCover": false,
52
+ "Sidebar": [],
53
+ "DocFiles": []
54
+ },
55
+ {
56
+ "Name": "input_data",
57
+ "Repo": "input_data",
58
+ "Group": "debug",
59
+ "Branch": "master",
60
+ "HasDocs": false,
61
+ "HasCover": false,
62
+ "Sidebar": [],
63
+ "DocFiles": []
64
+ },
65
+ {
66
+ "Name": "input_data_intersections",
67
+ "Repo": "input_data_intersections",
68
+ "Group": "debug",
69
+ "Branch": "master",
70
+ "HasDocs": false,
71
+ "HasCover": false,
72
+ "Sidebar": [],
73
+ "DocFiles": []
74
+ }
75
+ ]
76
+ },
77
+ {
78
+ "Name": "Dist",
79
+ "Key": "dist",
80
+ "Description": "",
81
+ "Modules": [
82
+ {
83
+ "Name": "indoctrinate_content_staging",
84
+ "Repo": "indoctrinate_content_staging",
85
+ "Group": "dist",
86
+ "Branch": "master",
87
+ "HasDocs": false,
88
+ "HasCover": false,
89
+ "Sidebar": [],
90
+ "DocFiles": []
91
+ }
92
+ ]
93
+ },
94
+ {
95
+ "Name": "Docs",
96
+ "Key": "docs",
97
+ "Description": "",
98
+ "Modules": [
99
+ {
100
+ "Name": "examples",
101
+ "Repo": "examples",
102
+ "Group": "docs",
103
+ "Branch": "master",
104
+ "HasDocs": true,
105
+ "HasCover": false,
106
+ "Sidebar": [],
107
+ "DocFiles": [
108
+ "examples/README.md",
109
+ "examples/complex_table/README.md",
110
+ "examples/complex_tuigrid/README.md",
111
+ "examples/gradebook/README.md",
112
+ "examples/manyfest_editor/README.md",
113
+ "examples/postcard_example/README.md",
114
+ "examples/simple_distill/README.md",
115
+ "examples/simple_form/README.md",
116
+ "examples/simple_table/README.md"
117
+ ]
118
+ },
119
+ {
120
+ "Name": "input_providers",
121
+ "Repo": "input_providers",
122
+ "Group": "docs",
123
+ "Branch": "master",
124
+ "HasDocs": true,
125
+ "HasCover": false,
126
+ "Sidebar": [],
127
+ "DocFiles": [
128
+ "input_providers/001-select.md",
129
+ "input_providers/002-datetime.md",
130
+ "input_providers/003-markdown.md",
131
+ "input_providers/004-html.md",
132
+ "input_providers/005-precise-number.md",
133
+ "input_providers/006-link.md",
134
+ "input_providers/007-templated.md",
135
+ "input_providers/008-templated-entity-lookup.md",
136
+ "input_providers/009-chart.md",
137
+ "input_providers/010-entity-bundle-request.md",
138
+ "input_providers/011-autofill-trigger-group.md",
139
+ "input_providers/012-tab-group-selector.md",
140
+ "input_providers/013-tab-section-selector.md",
141
+ "input_providers/README.md"
142
+ ]
143
+ }
144
+ ]
145
+ },
146
+ {
147
+ "Name": "Example_applications",
148
+ "Key": "example_applications",
149
+ "Description": "",
150
+ "Modules": [
151
+ {
152
+ "Name": "complex_table",
153
+ "Repo": "complex_table",
154
+ "Group": "example_applications",
155
+ "Branch": "master",
156
+ "HasDocs": false,
157
+ "HasCover": false,
158
+ "Sidebar": [],
159
+ "DocFiles": []
160
+ },
161
+ {
162
+ "Name": "complex_tuigrid",
163
+ "Repo": "complex_tuigrid",
164
+ "Group": "example_applications",
165
+ "Branch": "master",
166
+ "HasDocs": false,
167
+ "HasCover": false,
168
+ "Sidebar": [],
169
+ "DocFiles": []
170
+ },
171
+ {
172
+ "Name": "debug",
173
+ "Repo": "debug",
174
+ "Group": "example_applications",
175
+ "Branch": "master",
176
+ "HasDocs": false,
177
+ "HasCover": false,
178
+ "Sidebar": [],
179
+ "DocFiles": []
180
+ },
181
+ {
182
+ "Name": "gradebook",
183
+ "Repo": "gradebook",
184
+ "Group": "example_applications",
185
+ "Branch": "master",
186
+ "HasDocs": false,
187
+ "HasCover": false,
188
+ "Sidebar": [],
189
+ "DocFiles": []
190
+ },
191
+ {
192
+ "Name": "manyfest_editor",
193
+ "Repo": "manyfest_editor",
194
+ "Group": "example_applications",
195
+ "Branch": "master",
196
+ "HasDocs": false,
197
+ "HasCover": false,
198
+ "Sidebar": [],
199
+ "DocFiles": []
200
+ },
201
+ {
202
+ "Name": "postcard_example",
203
+ "Repo": "postcard_example",
204
+ "Group": "example_applications",
205
+ "Branch": "master",
206
+ "HasDocs": false,
207
+ "HasCover": false,
208
+ "Sidebar": [],
209
+ "DocFiles": []
210
+ },
211
+ {
212
+ "Name": "simple_distill",
213
+ "Repo": "simple_distill",
214
+ "Group": "example_applications",
215
+ "Branch": "master",
216
+ "HasDocs": false,
217
+ "HasCover": false,
218
+ "Sidebar": [],
219
+ "DocFiles": []
220
+ },
221
+ {
222
+ "Name": "simple_form",
223
+ "Repo": "simple_form",
224
+ "Group": "example_applications",
225
+ "Branch": "master",
226
+ "HasDocs": false,
227
+ "HasCover": false,
228
+ "Sidebar": [],
229
+ "DocFiles": []
230
+ },
231
+ {
232
+ "Name": "simple_table",
233
+ "Repo": "simple_table",
234
+ "Group": "example_applications",
235
+ "Branch": "master",
236
+ "HasDocs": false,
237
+ "HasCover": false,
238
+ "Sidebar": [],
239
+ "DocFiles": []
240
+ }
241
+ ]
242
+ },
243
+ {
244
+ "Name": "Source",
245
+ "Key": "source",
246
+ "Description": "",
247
+ "Modules": [
248
+ {
249
+ "Name": "application",
250
+ "Repo": "application",
251
+ "Group": "source",
252
+ "Branch": "master",
253
+ "HasDocs": false,
254
+ "HasCover": false,
255
+ "Sidebar": [],
256
+ "DocFiles": []
257
+ },
258
+ {
259
+ "Name": "providers",
260
+ "Repo": "providers",
261
+ "Group": "source",
262
+ "Branch": "master",
263
+ "HasDocs": false,
264
+ "HasCover": false,
265
+ "Sidebar": [],
266
+ "DocFiles": []
267
+ },
268
+ {
269
+ "Name": "services",
270
+ "Repo": "services",
271
+ "Group": "source",
272
+ "Branch": "master",
273
+ "HasDocs": false,
274
+ "HasCover": false,
275
+ "Sidebar": [],
276
+ "DocFiles": []
277
+ },
278
+ {
279
+ "Name": "templates",
280
+ "Repo": "templates",
281
+ "Group": "source",
282
+ "Branch": "master",
283
+ "HasDocs": false,
284
+ "HasCover": false,
285
+ "Sidebar": [],
286
+ "DocFiles": []
287
+ },
288
+ {
289
+ "Name": "views",
290
+ "Repo": "views",
291
+ "Group": "source",
292
+ "Branch": "master",
293
+ "HasDocs": false,
294
+ "HasCover": false,
295
+ "Sidebar": [],
296
+ "DocFiles": []
297
+ }
298
+ ]
299
+ },
300
+ {
301
+ "Name": "Types",
302
+ "Key": "types",
303
+ "Description": "",
304
+ "Modules": [
305
+ {
306
+ "Name": "source",
307
+ "Repo": "source",
308
+ "Group": "types",
309
+ "Branch": "master",
310
+ "HasDocs": false,
311
+ "HasCover": false,
312
+ "Sidebar": [],
313
+ "DocFiles": []
314
+ }
315
+ ]
316
+ }
317
+ ]
318
+ }