cob-cli 2.23.0 → 2.26.0

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 (202) hide show
  1. package/.gitmodules +27 -0
  2. package/bin/cob-cli.js +3 -1
  3. package/bin/handleAutoComplete.js +1 -4
  4. package/lib/commands/customize.js +213 -66
  5. package/package.json +3 -2
  6. package/.vscode/launch.json +0 -106
  7. package/customizations/backend.email.js +0 -10
  8. package/customizations/backend.js +0 -14
  9. package/customizations/backend.updateField.js +0 -11
  10. package/customizations/backend.vuepress.js +0 -35
  11. package/customizations/dashboard.dash.js +0 -11
  12. package/customizations/dashboard.js +0 -14
  13. package/customizations/dashboard.simple.js +0 -12
  14. package/customizations/dashboard.vue.empty.js +0 -12
  15. package/customizations/dashboard.vue.grid.js +0 -10
  16. package/customizations/dashboard.vue.js +0 -14
  17. package/customizations/dashboard.vue.menuAndGrid.js +0 -10
  18. package/customizations/frontend.common.js +0 -15
  19. package/customizations/frontend.easy.js +0 -16
  20. package/customizations/frontend.formatList.currency.js +0 -15
  21. package/customizations/frontend.formatList.js +0 -13
  22. package/customizations/frontend.js +0 -14
  23. package/customizations/importer.js +0 -10
  24. package/customizations/keywords.audit.js +0 -17
  25. package/customizations/keywords.calc.js +0 -17
  26. package/customizations/keywords.js +0 -15
  27. package/customizations/keywords.log.js +0 -17
  28. package/customizations/keywords.styleResults.js +0 -17
  29. package/templates/backend/vuepress/integrationm/actions/getVuePressDoc.groovy +0 -74
  30. package/templates/backend/vuepress/integrationm/actions/getVuePressSidebarConfig.groovy +0 -42
  31. package/templates/backend/vuepress/integrationm/actions/getVuePressSidebarRootElements.groovy +0 -17
  32. package/templates/backend/vuepress/others/vuepress/definition_contents_v234.json +0 -619
  33. package/templates/backend/vuepress/others/vuepress/nginx/README.md +0 -28
  34. package/templates/backend/vuepress/others/vuepress/package-lock.json +0 -29656
  35. package/templates/backend/vuepress/others/vuepress/package.json +0 -24
  36. package/templates/backend/vuepress/others/vuepress/src/.vuepress/components/DescriptVideo.vue +0 -22
  37. package/templates/backend/vuepress/others/vuepress/src/.vuepress/components/Graph.vue +0 -124
  38. package/templates/backend/vuepress/others/vuepress/src/.vuepress/components/ReadingTime.vue +0 -26
  39. package/templates/backend/vuepress/others/vuepress/src/.vuepress/components/References.vue +0 -228
  40. package/templates/backend/vuepress/others/vuepress/src/.vuepress/components/RestrictedContent.vue +0 -77
  41. package/templates/backend/vuepress/others/vuepress/src/.vuepress/config.js +0 -101
  42. package/templates/backend/vuepress/others/vuepress/src/.vuepress/config.json +0 -31
  43. package/templates/backend/vuepress/others/vuepress/src/.vuepress/enhanceApp.js +0 -14
  44. package/templates/backend/vuepress/others/vuepress/src/.vuepress/nav/getNavTranslated.js +0 -52
  45. package/templates/backend/vuepress/others/vuepress/src/.vuepress/plugins/References.js +0 -96
  46. package/templates/backend/vuepress/others/vuepress/src/.vuepress/public/Logo-Cult-of-Bits-400x400-1.png +0 -0
  47. package/templates/backend/vuepress/others/vuepress/src/.vuepress/public/favicon-cob.png +0 -0
  48. package/templates/backend/vuepress/others/vuepress/src/.vuepress/public/logo.png +0 -0
  49. package/templates/backend/vuepress/others/vuepress/src/.vuepress/styles/index.styl +0 -39
  50. package/templates/backend/vuepress/others/vuepress/src/.vuepress/styles/palette.styl +0 -17
  51. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/LICENSE +0 -21
  52. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/README.md +0 -11
  53. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/AlgoliaSearchBox.vue +0 -172
  54. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/DropdownLink.vue +0 -252
  55. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/DropdownTransition.vue +0 -33
  56. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/Home.vue +0 -134
  57. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/NavLink.vue +0 -98
  58. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/NavLinks.vue +0 -165
  59. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/Navbar.vue +0 -140
  60. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/Page.vue +0 -31
  61. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/PageEdit.vue +0 -119
  62. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/PageNav.vue +0 -163
  63. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/Sidebar.vue +0 -64
  64. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/SidebarButton.vue +0 -40
  65. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/SidebarGroup.vue +0 -144
  66. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/SidebarLink.vue +0 -140
  67. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/SidebarLinks.vue +0 -114
  68. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/global-components/Badge.vue +0 -44
  69. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/global-components/CodeBlock.vue +0 -41
  70. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/global-components/CodeGroup.vue +0 -120
  71. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/index.js +0 -59
  72. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/layouts/404.vue +0 -30
  73. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/layouts/Layout.vue +0 -151
  74. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/noopModule.js +0 -1
  75. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/package.json +0 -44
  76. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/styles/arrow.styl +0 -22
  77. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/styles/code.styl +0 -137
  78. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/styles/config.styl +0 -1
  79. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/styles/custom-blocks.styl +0 -44
  80. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/styles/index.styl +0 -202
  81. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/styles/mobile.styl +0 -37
  82. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/styles/toc.styl +0 -3
  83. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/styles/wrapper.styl +0 -10
  84. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/util/index.js +0 -244
  85. package/templates/dashboards/cob-dashboard-html/demoDashboard.html +0 -18
  86. package/templates/dashboards/cob-dashboard-vue/package-lock.json +0 -25020
  87. package/templates/dashboards/cob-dashboard-vue/package.json +0 -21
  88. package/templates/dashboards/cob-dashboard-vue/src/App.vue +0 -26
  89. package/templates/dashboards/cob-dashboard-vue/src/dashboard.html +0 -31
  90. package/templates/dashboards/cob-dashboard-vue/src/main.js +0 -12
  91. package/templates/dashboards/cob-dashboard-vue/src/plugins/cobUiVueComponents.js +0 -6
  92. package/templates/dashboards/cob-dashboard-vue/src/plugins/vuetify.js +0 -9
  93. package/templates/dashboards/cob-dashboard-vue/vue.config.js +0 -104
  94. package/templates/dashboards/dash/dist/css/app.7b16c01a.css +0 -11
  95. package/templates/dashboards/dash/dist/dashboard.html +0 -25
  96. package/templates/dashboards/dash/dist/fonts/fa-brands-400.a78ffbbe.ttf +0 -0
  97. package/templates/dashboards/dash/dist/fonts/fa-brands-400.cd2b4095.woff2 +0 -0
  98. package/templates/dashboards/dash/dist/fonts/fa-regular-400.b1a1bebb.ttf +0 -0
  99. package/templates/dashboards/dash/dist/fonts/fa-regular-400.e8a1ba41.woff2 +0 -0
  100. package/templates/dashboards/dash/dist/fonts/fa-solid-900.55b416a8.woff2 +0 -0
  101. package/templates/dashboards/dash/dist/fonts/fa-solid-900.73820155.ttf +0 -0
  102. package/templates/dashboards/dash/dist/fonts/fa-v4compatibility.0d6f5f18.ttf +0 -0
  103. package/templates/dashboards/dash/dist/fonts/fa-v4compatibility.786e6b33.woff2 +0 -0
  104. package/templates/dashboards/dash/dist/js/app.13b950c8.js +0 -199
  105. package/templates/dashboards/dash/dist/js/app.13b950c8.js.map +0 -1
  106. package/templates/dashboards/dash/package-lock.json +0 -22646
  107. package/templates/dashboards/dash/package.json +0 -27
  108. package/templates/dashboards/dash/src/App.vue +0 -124
  109. package/templates/dashboards/dash/src/assets/css/all.min.css +0 -6
  110. package/templates/dashboards/dash/src/assets/webfonts/fa-brands-400.ttf +0 -0
  111. package/templates/dashboards/dash/src/assets/webfonts/fa-brands-400.woff2 +0 -0
  112. package/templates/dashboards/dash/src/assets/webfonts/fa-regular-400.ttf +0 -0
  113. package/templates/dashboards/dash/src/assets/webfonts/fa-regular-400.woff2 +0 -0
  114. package/templates/dashboards/dash/src/assets/webfonts/fa-solid-900.ttf +0 -0
  115. package/templates/dashboards/dash/src/assets/webfonts/fa-solid-900.woff2 +0 -0
  116. package/templates/dashboards/dash/src/assets/webfonts/fa-v4compatibility.ttf +0 -0
  117. package/templates/dashboards/dash/src/assets/webfonts/fa-v4compatibility.woff2 +0 -0
  118. package/templates/dashboards/dash/src/collector.js +0 -222
  119. package/templates/dashboards/dash/src/components/Attention.vue +0 -30
  120. package/templates/dashboards/dash/src/components/Board.vue +0 -35
  121. package/templates/dashboards/dash/src/components/Calendar.vue +0 -422
  122. package/templates/dashboards/dash/src/components/Dashboard.vue +0 -27
  123. package/templates/dashboards/dash/src/components/Filter.vue +0 -68
  124. package/templates/dashboards/dash/src/components/Kibana.vue +0 -138
  125. package/templates/dashboards/dash/src/components/Label.vue +0 -15
  126. package/templates/dashboards/dash/src/components/Menu.vue +0 -44
  127. package/templates/dashboards/dash/src/components/Totals.vue +0 -49
  128. package/templates/dashboards/dash/src/components/TotalsValue.vue +0 -59
  129. package/templates/dashboards/dash/src/components/shared/Instance.vue +0 -64
  130. package/templates/dashboards/dash/src/components/shared/Waiting.vue +0 -25
  131. package/templates/dashboards/dash/src/dashboard.html +0 -39
  132. package/templates/dashboards/dash/src/definition_dashboard_v0.json +0 -924
  133. package/templates/dashboards/dash/src/definition_dashboard_v1.json +0 -1
  134. package/templates/dashboards/dash/src/input.css +0 -9
  135. package/templates/dashboards/dash/src/main.js +0 -11
  136. package/templates/dashboards/dash/src/model/ComponentStatePersistence.js +0 -66
  137. package/templates/dashboards/dash/src/output.css +0 -314245
  138. package/templates/dashboards/dash/src/test_collector.js +0 -3719
  139. package/templates/dashboards/dash/src/utils/EsInstanceUtils.js +0 -8
  140. package/templates/dashboards/dash/tailwind.config.js +0 -12
  141. package/templates/dashboards/dash/vue.config.js +0 -104
  142. package/templates/frontend/common/css/_dualColumn.css +0 -46
  143. package/templates/frontend/common/css/_global.css +0 -19
  144. package/templates/frontend/common/css/_hidden.css +0 -13
  145. package/templates/frontend/common/css/_history.css +0 -13
  146. package/templates/frontend/common/css/_mobile.css +0 -125
  147. package/templates/frontend/common/css/customizations.__MERGE__.css +0 -5
  148. package/templates/frontend/common/js/cob/_disable_save_onSubdetail.js +0 -11
  149. package/templates/frontend/common/js/cob/_group_references.js +0 -22
  150. package/templates/frontend/common/js/cob/_show_hidden.js +0 -35
  151. package/templates/frontend/common/js/customizations2.__MERGE__.js +0 -3
  152. package/templates/frontend/easy/css/_easy/googlefonts.css +0 -360
  153. package/templates/frontend/easy/css/_easy/vuetify.cob-scoped.css +0 -10488
  154. package/templates/frontend/easy/js/_easy/lib/axios.min.js +0 -9
  155. package/templates/frontend/easy/js/_easy/lib/marked.min.js +0 -6
  156. package/templates/frontend/easy/js/_easy/lib/vue.js +0 -11912
  157. package/templates/frontend/easy/js/_easy/lib/vue.min.js +0 -6
  158. package/templates/frontend/easy/js/_easy/lib/vuetify.min.js +0 -6
  159. package/templates/frontend/easy/js/customizations2.__MERGE__.js +0 -22
  160. package/templates/frontend/easy/webapp/.browserslistrc +0 -2
  161. package/templates/frontend/easy/webapp/.eslintrc.js +0 -17
  162. package/templates/frontend/easy/webapp/README.md +0 -60
  163. package/templates/frontend/easy/webapp/babel.config.js +0 -5
  164. package/templates/frontend/easy/webapp/dist/css/app.a4fb91f8.css +0 -1
  165. package/templates/frontend/easy/webapp/dist/dashboard.html +0 -13
  166. package/templates/frontend/easy/webapp/dist/js/app.63a57dcd.js +0 -2
  167. package/templates/frontend/easy/webapp/dist/js/app.63a57dcd.js.map +0 -1
  168. package/templates/frontend/easy/webapp/package-lock.json +0 -32986
  169. package/templates/frontend/easy/webapp/package.json +0 -32
  170. package/templates/frontend/easy/webapp/postcss.config.js +0 -5
  171. package/templates/frontend/easy/webapp/public/dashboard.html +0 -13
  172. package/templates/frontend/easy/webapp/src/App.vue +0 -181
  173. package/templates/frontend/easy/webapp/src/assets/logo.png +0 -0
  174. package/templates/frontend/easy/webapp/src/components/HelloWorld.vue +0 -59
  175. package/templates/frontend/easy/webapp/src/components/PermBuilder.vue +0 -163
  176. package/templates/frontend/easy/webapp/src/components/PlanExecutor.vue +0 -225
  177. package/templates/frontend/easy/webapp/src/components/ProductPermBuilder.vue +0 -95
  178. package/templates/frontend/easy/webapp/src/components/RmDefinitionChooser.vue +0 -59
  179. package/templates/frontend/easy/webapp/src/components/RmDomainChooser.vue +0 -60
  180. package/templates/frontend/easy/webapp/src/components/RoleBuilder.vue +0 -73
  181. package/templates/frontend/easy/webapp/src/main.js +0 -19
  182. package/templates/frontend/easy/webapp/src/perm-templates.js +0 -189
  183. package/templates/frontend/easy/webapp/src/perms.js +0 -197
  184. package/templates/frontend/easy/webapp/vue.config.js +0 -66
  185. package/templates/frontend/formatList/currency/css/_format_currency.css +0 -11
  186. package/templates/frontend/formatList/currency/css/customizations.__MERGE__.css +0 -1
  187. package/templates/frontend/formatList/currency/js/cob/_format_currency.js +0 -11
  188. package/templates/frontend/formatList/currency/js/customizations2.__MERGE__.js +0 -1
  189. package/templates/gitignore +0 -14
  190. package/templates/keywords/audit/backend/scripts/_audit.groovy +0 -83
  191. package/templates/keywords/audit/frontend/js/cob/_audit.js +0 -24
  192. package/templates/keywords/audit/frontend/js/customizations2.__MERGE__.js +0 -1
  193. package/templates/keywords/calc/backend/scripts/_calc.groovy +0 -161
  194. package/templates/keywords/calc/frontend/js/cob/_calc.js +0 -193
  195. package/templates/keywords/calc/frontend/js/customizations2.__MERGE__.js +0 -1
  196. package/templates/keywords/log/backend/scripts/_log.groovy +0 -99
  197. package/templates/keywords/log/frontend/css/_log.css +0 -5
  198. package/templates/keywords/log/frontend/css/customizations.__MERGE__.css +0 -1
  199. package/templates/keywords/styleResults/frontend/css/_styleResults.css +0 -86
  200. package/templates/keywords/styleResults/frontend/css/customizations.__MERGE__.css +0 -1
  201. package/templates/keywords/styleResults/frontend/js/cob/_styleResults.js +0 -38
  202. package/templates/keywords/styleResults/frontend/js/customizations2.__MERGE__.js +0 -1
@@ -1,3719 +0,0 @@
1
- import {clone, collect} from './collector.js'
2
-
3
-
4
- // Testes ao colector
5
- const Sample = {
6
- id: 40700,
7
- attachmentPath: "40700",
8
- version: 31,
9
- instanceLabel: ["Main"],
10
- jsonDefinition: {
11
- id: 108,
12
- name: "Dashboard",
13
- description: null,
14
- duplicable: false,
15
- state: "enabled",
16
- },
17
- fields: [
18
- {
19
- id: -1,
20
- parent: null,
21
- fieldDefinition: {
22
- id: 1754,
23
- name: "Dashboard Info",
24
- description: "$group",
25
- condition: null,
26
- required: null,
27
- duplicable: false,
28
- groupField: true,
29
- order: 0,
30
- fields: [],
31
- },
32
- value: null,
33
- duplicate: false,
34
- off: false,
35
- fields: [],
36
- },
37
- {
38
- id: 212561,
39
- parent: null,
40
- fieldDefinition: {
41
- id: 1449,
42
- name: "Page Title",
43
- description: "$expanded $instanceLabel",
44
- condition: null,
45
- required: null,
46
- duplicable: false,
47
- groupField: false,
48
- order: 1,
49
- fields: [],
50
- },
51
- value: "Main",
52
- duplicate: false,
53
- off: false,
54
- fields: [],
55
- },
56
- {
57
- id: 212562,
58
- parent: null,
59
- fieldDefinition: {
60
- id: 1745,
61
- name: "Grid Columns",
62
- description: "$number $default(12)",
63
- condition: null,
64
- required: "mandatory",
65
- duplicable: false,
66
- groupField: false,
67
- order: 2,
68
- fields: [],
69
- },
70
- value: "5",
71
- duplicate: false,
72
- off: false,
73
- fields: [],
74
- },
75
- {
76
- id: 212563,
77
- parent: null,
78
- fieldDefinition: {
79
- id: 1753,
80
- name: "Max Width",
81
- description: "$[xl,2xl,3xl,4xl,5xl,*6xl,full]",
82
- condition: null,
83
- required: "mandatory",
84
- duplicable: false,
85
- groupField: false,
86
- order: 3,
87
- fields: [],
88
- },
89
- value: "3xl",
90
- duplicate: false,
91
- off: false,
92
- fields: [],
93
- },
94
- {
95
- id: -2,
96
- parent: null,
97
- fieldDefinition: {
98
- id: 1476,
99
- name: "Permission",
100
- description: "What groups are allowed to see this dashboard",
101
- condition: null,
102
- required: null,
103
- duplicable: false,
104
- groupField: false,
105
- order: 4,
106
- fields: [],
107
- },
108
- value: null,
109
- duplicate: false,
110
- off: false,
111
- fields: [],
112
- },
113
- {
114
- id: -3,
115
- parent: null,
116
- fieldDefinition: {
117
- id: 1755,
118
- name: "Boards",
119
- description: "$group",
120
- condition: null,
121
- required: null,
122
- duplicable: false,
123
- groupField: true,
124
- order: 5,
125
- fields: [],
126
- },
127
- value: null,
128
- duplicate: false,
129
- off: false,
130
- fields: [],
131
- },
132
- {
133
- id: 212564,
134
- parent: null,
135
- fieldDefinition: {
136
- id: 1451,
137
- name: "Board Title",
138
- description: "$instanceDescription $style[dualColumn]",
139
- condition: null,
140
- required: null,
141
- duplicable: true,
142
- groupField: false,
143
- order: 6,
144
- fields: [],
145
- },
146
- value: "Main Menu",
147
- duplicate: false,
148
- off: false,
149
- fields: [
150
- {
151
- id: 212565,
152
- parent: 212564,
153
- fieldDefinition: {
154
- id: 1746,
155
- name: "Col Span",
156
- description: "$number $default(3) ",
157
- condition: null,
158
- required: null,
159
- duplicable: false,
160
- groupField: false,
161
- order: 7,
162
- fields: [],
163
- },
164
- value: "2",
165
- duplicate: false,
166
- off: false,
167
- fields: [],
168
- },
169
- {
170
- id: 212566,
171
- parent: 212564,
172
- fieldDefinition: {
173
- id: 1747,
174
- name: "Row Span",
175
- description: "$number $default(1) ",
176
- condition: null,
177
- required: null,
178
- duplicable: false,
179
- groupField: false,
180
- order: 8,
181
- fields: [],
182
- },
183
- value: "4",
184
- duplicate: false,
185
- off: false,
186
- fields: [],
187
- },
188
- {
189
- id: 212567,
190
- parent: 212564,
191
- fieldDefinition: {
192
- id: 1455,
193
- name: "Component",
194
- description: "$[Totals,Menu,Kibana,Filter,Title] $instanceDescription $style[singleColumn] $expanded",
195
- condition: null,
196
- required: null,
197
- duplicable: true,
198
- groupField: false,
199
- order: 9,
200
- fields: [],
201
- },
202
- value: "Menu",
203
- duplicate: false,
204
- off: false,
205
- fields: [
206
- {
207
- id: 212568,
208
- parent: 212567,
209
- fieldDefinition: {
210
- id: 1740,
211
- name: "Header",
212
- description: "$group ",
213
- condition: "=Totals",
214
- required: null,
215
- duplicable: false,
216
- groupField: true,
217
- order: 10,
218
- fields: [],
219
- },
220
- value: null,
221
- duplicate: false,
222
- off: false,
223
- fields: [
224
- {
225
- id: 212569,
226
- parent: 212568,
227
- fieldDefinition: {
228
- id: 1741,
229
- name: "Text",
230
- description: null,
231
- condition: null,
232
- required: null,
233
- duplicable: true,
234
- groupField: false,
235
- order: 11,
236
- fields: [],
237
- },
238
- value: null,
239
- duplicate: false,
240
- off: false,
241
- fields: [],
242
- },
243
- {
244
- id: -4,
245
- parent: 212568,
246
- fieldDefinition: {
247
- id: 1742,
248
- name: "Style Header",
249
- description: null,
250
- condition: null,
251
- required: null,
252
- duplicable: false,
253
- groupField: false,
254
- order: 12,
255
- fields: [],
256
- },
257
- value: null,
258
- duplicate: false,
259
- off: false,
260
- fields: [],
261
- },
262
- ],
263
- },
264
- {
265
- id: 212570,
266
- parent: 212567,
267
- fieldDefinition: {
268
- id: 1460,
269
- name: "Line",
270
- description: null,
271
- condition: "=Totals",
272
- required: null,
273
- duplicable: true,
274
- groupField: false,
275
- order: 13,
276
- fields: [],
277
- },
278
- value: null,
279
- duplicate: false,
280
- off: false,
281
- fields: [
282
- {
283
- id: 212571,
284
- parent: 212570,
285
- fieldDefinition: {
286
- id: 1744,
287
- name: "Value",
288
- description: "$[*definitionCount,domainCount,fieldSum,link] ",
289
- condition: null,
290
- required: null,
291
- duplicable: true,
292
- groupField: false,
293
- order: 14,
294
- fields: [],
295
- },
296
- value: null,
297
- duplicate: false,
298
- off: false,
299
- fields: [
300
- {
301
- id: 212572,
302
- parent: 212571,
303
- fieldDefinition: {
304
- id: 1464,
305
- name: "Style Value",
306
- description: "$[*Info,Success,Warning,Important]",
307
- condition: null,
308
- required: null,
309
- duplicable: false,
310
- groupField: false,
311
- order: 15,
312
- fields: [],
313
- },
314
- value: null,
315
- duplicate: false,
316
- off: false,
317
- fields: [],
318
- },
319
- {
320
- id: 212573,
321
- parent: 212571,
322
- fieldDefinition: {
323
- id: 1748,
324
- name: "Arg",
325
- description: null,
326
- condition: null,
327
- required: null,
328
- duplicable: true,
329
- groupField: false,
330
- order: 16,
331
- fields: [],
332
- },
333
- value: null,
334
- duplicate: false,
335
- off: false,
336
- fields: [],
337
- },
338
- ],
339
- },
340
- {
341
- id: -5,
342
- parent: 212570,
343
- fieldDefinition: {
344
- id: 1752,
345
- name: "Style Line",
346
- description: null,
347
- condition: null,
348
- required: null,
349
- duplicable: false,
350
- groupField: false,
351
- order: 17,
352
- fields: [],
353
- },
354
- value: null,
355
- duplicate: false,
356
- off: false,
357
- fields: [],
358
- },
359
- ],
360
- },
361
- {
362
- id: -6,
363
- parent: 212567,
364
- fieldDefinition: {
365
- id: 1458,
366
- name: "URL",
367
- description: null,
368
- condition: "=Kibana",
369
- required: null,
370
- duplicable: false,
371
- groupField: false,
372
- order: 18,
373
- fields: [],
374
- },
375
- value: null,
376
- duplicate: false,
377
- off: false,
378
- fields: [],
379
- },
380
- {
381
- id: -7,
382
- parent: 212567,
383
- fieldDefinition: {
384
- id: 1459,
385
- name: "FilterID",
386
- description: null,
387
- condition: "=Kibana",
388
- required: null,
389
- duplicable: false,
390
- groupField: false,
391
- order: 19,
392
- fields: [],
393
- },
394
- value: null,
395
- duplicate: false,
396
- off: false,
397
- fields: [],
398
- },
399
- {
400
- id: 212574,
401
- parent: 212567,
402
- fieldDefinition: {
403
- id: 1466,
404
- name: "Text",
405
- description: null,
406
- condition: "=Menu",
407
- required: null,
408
- duplicable: true,
409
- groupField: false,
410
- order: 20,
411
- fields: [],
412
- },
413
- value: "E-Learning Docs",
414
- duplicate: false,
415
- off: false,
416
- fields: [
417
- {
418
- id: 212575,
419
- parent: 212574,
420
- fieldDefinition: {
421
- id: 1467,
422
- name: "Link",
423
- description: null,
424
- condition: null,
425
- required: null,
426
- duplicable: false,
427
- groupField: false,
428
- order: 21,
429
- fields: [],
430
- },
431
- value: "/docs/",
432
- duplicate: false,
433
- off: false,
434
- fields: [],
435
- },
436
- {
437
- id: 212874,
438
- parent: 212574,
439
- fieldDefinition: {
440
- id: 1756,
441
- name: "Style Text",
442
- description: null,
443
- condition: null,
444
- required: null,
445
- duplicable: false,
446
- groupField: false,
447
- order: 22,
448
- fields: [],
449
- },
450
- value: "p-10",
451
- duplicate: false,
452
- off: false,
453
- fields: [],
454
- },
455
- ],
456
- },
457
- {
458
- id: 212576,
459
- parent: 212567,
460
- fieldDefinition: {
461
- id: 1466,
462
- name: "Text",
463
- description: null,
464
- condition: "=Menu",
465
- required: null,
466
- duplicable: true,
467
- groupField: false,
468
- order: 20,
469
- fields: [],
470
- },
471
- value: "Users",
472
- duplicate: true,
473
- off: false,
474
- fields: [
475
- {
476
- id: 212577,
477
- parent: 212576,
478
- fieldDefinition: {
479
- id: 1467,
480
- name: "Link",
481
- description: null,
482
- condition: null,
483
- required: null,
484
- duplicable: false,
485
- groupField: false,
486
- order: 21,
487
- fields: [],
488
- },
489
- value: "/userm/#/user",
490
- duplicate: false,
491
- off: false,
492
- fields: [],
493
- },
494
- {
495
- id: -8,
496
- parent: 212576,
497
- fieldDefinition: {
498
- id: 1756,
499
- name: "Style Text",
500
- description: null,
501
- condition: null,
502
- required: null,
503
- duplicable: false,
504
- groupField: false,
505
- order: 22,
506
- fields: [],
507
- },
508
- value: null,
509
- duplicate: false,
510
- off: false,
511
- fields: [],
512
- },
513
- ],
514
- },
515
- {
516
- id: 212578,
517
- parent: 212567,
518
- fieldDefinition: {
519
- id: 1466,
520
- name: "Text",
521
- description: null,
522
- condition: "=Menu",
523
- required: null,
524
- duplicable: true,
525
- groupField: false,
526
- order: 20,
527
- fields: [],
528
- },
529
- value: "Definitions",
530
- duplicate: true,
531
- off: false,
532
- fields: [
533
- {
534
- id: 212579,
535
- parent: 212578,
536
- fieldDefinition: {
537
- id: 1467,
538
- name: "Link",
539
- description: null,
540
- condition: null,
541
- required: null,
542
- duplicable: false,
543
- groupField: false,
544
- order: 21,
545
- fields: [],
546
- },
547
- value: "/recordm/#/domains",
548
- duplicate: false,
549
- off: false,
550
- fields: [],
551
- },
552
- {
553
- id: -9,
554
- parent: 212578,
555
- fieldDefinition: {
556
- id: 1756,
557
- name: "Style Text",
558
- description: null,
559
- condition: null,
560
- required: null,
561
- duplicable: false,
562
- groupField: false,
563
- order: 22,
564
- fields: [],
565
- },
566
- value: null,
567
- duplicate: false,
568
- off: false,
569
- fields: [],
570
- },
571
- ],
572
- },
573
- {
574
- id: 212580,
575
- parent: 212567,
576
- fieldDefinition: {
577
- id: 1466,
578
- name: "Text",
579
- description: null,
580
- condition: "=Menu",
581
- required: null,
582
- duplicable: true,
583
- groupField: false,
584
- order: 20,
585
- fields: [],
586
- },
587
- value: "Imports",
588
- duplicate: true,
589
- off: false,
590
- fields: [
591
- {
592
- id: 212581,
593
- parent: 212580,
594
- fieldDefinition: {
595
- id: 1467,
596
- name: "Link",
597
- description: null,
598
- condition: null,
599
- required: null,
600
- duplicable: false,
601
- groupField: false,
602
- order: 21,
603
- fields: [],
604
- },
605
- value: "/recordm/#/importer-stats",
606
- duplicate: false,
607
- off: false,
608
- fields: [],
609
- },
610
- {
611
- id: -10,
612
- parent: 212580,
613
- fieldDefinition: {
614
- id: 1756,
615
- name: "Style Text",
616
- description: null,
617
- condition: null,
618
- required: null,
619
- duplicable: false,
620
- groupField: false,
621
- order: 22,
622
- fields: [],
623
- },
624
- value: null,
625
- duplicate: false,
626
- off: false,
627
- fields: [],
628
- },
629
- ],
630
- },
631
- {
632
- id: 212688,
633
- parent: 212567,
634
- fieldDefinition: {
635
- id: 1466,
636
- name: "Text",
637
- description: null,
638
- condition: "=Menu",
639
- required: null,
640
- duplicable: true,
641
- groupField: false,
642
- order: 20,
643
- fields: [],
644
- },
645
- value: "Devices",
646
- duplicate: true,
647
- off: false,
648
- fields: [
649
- {
650
- id: 212689,
651
- parent: 212688,
652
- fieldDefinition: {
653
- id: 1467,
654
- name: "Link",
655
- description: null,
656
- condition: null,
657
- required: null,
658
- duplicable: false,
659
- groupField: false,
660
- order: 21,
661
- fields: [],
662
- },
663
- value: "/devicem/",
664
- duplicate: false,
665
- off: false,
666
- fields: [],
667
- },
668
- {
669
- id: -11,
670
- parent: 212688,
671
- fieldDefinition: {
672
- id: 1756,
673
- name: "Style Text",
674
- description: null,
675
- condition: null,
676
- required: null,
677
- duplicable: false,
678
- groupField: false,
679
- order: 22,
680
- fields: [],
681
- },
682
- value: null,
683
- duplicate: false,
684
- off: false,
685
- fields: [],
686
- },
687
- ],
688
- },
689
- {
690
- id: 212808,
691
- parent: 212567,
692
- fieldDefinition: {
693
- id: 1466,
694
- name: "Text",
695
- description: null,
696
- condition: "=Menu",
697
- required: null,
698
- duplicable: true,
699
- groupField: false,
700
- order: 20,
701
- fields: [],
702
- },
703
- value: "Dashboards",
704
- duplicate: true,
705
- off: false,
706
- fields: [
707
- {
708
- id: 212809,
709
- parent: 212808,
710
- fieldDefinition: {
711
- id: 1467,
712
- name: "Link",
713
- description: null,
714
- condition: null,
715
- required: null,
716
- duplicable: false,
717
- groupField: false,
718
- order: 21,
719
- fields: [],
720
- },
721
- value: "#/definitions/108/q=",
722
- duplicate: false,
723
- off: false,
724
- fields: [],
725
- },
726
- {
727
- id: -12,
728
- parent: 212808,
729
- fieldDefinition: {
730
- id: 1756,
731
- name: "Style Text",
732
- description: null,
733
- condition: null,
734
- required: null,
735
- duplicable: false,
736
- groupField: false,
737
- order: 22,
738
- fields: [],
739
- },
740
- value: null,
741
- duplicate: false,
742
- off: false,
743
- fields: [],
744
- },
745
- ],
746
- },
747
- {
748
- id: -13,
749
- parent: 212567,
750
- fieldDefinition: {
751
- id: 1471,
752
- name: "FilterID",
753
- description: null,
754
- condition: "=Filter",
755
- required: null,
756
- duplicable: false,
757
- groupField: false,
758
- order: 23,
759
- fields: [],
760
- },
761
- value: null,
762
- duplicate: false,
763
- off: false,
764
- fields: [],
765
- },
766
- {
767
- id: 212582,
768
- parent: 212567,
769
- fieldDefinition: {
770
- id: 1468,
771
- name: "subtype",
772
- description: "$[List,Text,Date]",
773
- condition: "=Filter",
774
- required: null,
775
- duplicable: true,
776
- groupField: false,
777
- order: 24,
778
- fields: [],
779
- },
780
- value: null,
781
- duplicate: false,
782
- off: false,
783
- fields: [
784
- {
785
- id: -14,
786
- parent: 212582,
787
- fieldDefinition: {
788
- id: 1469,
789
- name: "Alternatives",
790
- description: null,
791
- condition: "=List",
792
- required: null,
793
- duplicable: false,
794
- groupField: false,
795
- order: 25,
796
- fields: [],
797
- },
798
- value: null,
799
- duplicate: false,
800
- off: false,
801
- fields: [],
802
- },
803
- {
804
- id: -15,
805
- parent: 212582,
806
- fieldDefinition: {
807
- id: 1470,
808
- name: "DateFilterType",
809
- description: null,
810
- condition: "=Date",
811
- required: null,
812
- duplicable: false,
813
- groupField: false,
814
- order: 26,
815
- fields: [],
816
- },
817
- value: null,
818
- duplicate: false,
819
- off: false,
820
- fields: [],
821
- },
822
- ],
823
- },
824
- {
825
- id: -16,
826
- parent: 212567,
827
- fieldDefinition: {
828
- id: 1472,
829
- name: "Query",
830
- description: null,
831
- condition: "=MD List",
832
- required: null,
833
- duplicable: false,
834
- groupField: false,
835
- order: 27,
836
- fields: [],
837
- },
838
- value: null,
839
- duplicate: false,
840
- off: false,
841
- fields: [],
842
- },
843
- {
844
- id: -17,
845
- parent: 212567,
846
- fieldDefinition: {
847
- id: 1757,
848
- name: "Title",
849
- description: null,
850
- condition: "=Title",
851
- required: null,
852
- duplicable: false,
853
- groupField: false,
854
- order: 28,
855
- fields: [],
856
- },
857
- value: null,
858
- duplicate: false,
859
- off: false,
860
- fields: [],
861
- },
862
- ],
863
- },
864
- {
865
- id: 212839,
866
- parent: 212564,
867
- fieldDefinition: {
868
- id: 1455,
869
- name: "Component",
870
- description: "$[Totals,Menu,Kibana,Filter,Title] $instanceDescription $style[singleColumn] $expanded",
871
- condition: null,
872
- required: null,
873
- duplicable: true,
874
- groupField: false,
875
- order: 9,
876
- fields: [],
877
- },
878
- value: "Title",
879
- duplicate: true,
880
- off: false,
881
- fields: [
882
- {
883
- id: 212840,
884
- parent: 212839,
885
- fieldDefinition: {
886
- id: 1740,
887
- name: "Header",
888
- description: "$group ",
889
- condition: "=Totals",
890
- required: null,
891
- duplicable: false,
892
- groupField: true,
893
- order: 10,
894
- fields: [],
895
- },
896
- value: null,
897
- duplicate: false,
898
- off: false,
899
- fields: [
900
- {
901
- id: 212841,
902
- parent: 212840,
903
- fieldDefinition: {
904
- id: 1741,
905
- name: "Text",
906
- description: null,
907
- condition: null,
908
- required: null,
909
- duplicable: true,
910
- groupField: false,
911
- order: 11,
912
- fields: [],
913
- },
914
- value: null,
915
- duplicate: false,
916
- off: false,
917
- fields: [],
918
- },
919
- {
920
- id: -18,
921
- parent: 212840,
922
- fieldDefinition: {
923
- id: 1742,
924
- name: "Style Header",
925
- description: null,
926
- condition: null,
927
- required: null,
928
- duplicable: false,
929
- groupField: false,
930
- order: 12,
931
- fields: [],
932
- },
933
- value: null,
934
- duplicate: false,
935
- off: false,
936
- fields: [],
937
- },
938
- ],
939
- },
940
- {
941
- id: 212843,
942
- parent: 212839,
943
- fieldDefinition: {
944
- id: 1460,
945
- name: "Line",
946
- description: null,
947
- condition: "=Totals",
948
- required: null,
949
- duplicable: true,
950
- groupField: false,
951
- order: 13,
952
- fields: [],
953
- },
954
- value: null,
955
- duplicate: false,
956
- off: false,
957
- fields: [
958
- {
959
- id: 212844,
960
- parent: 212843,
961
- fieldDefinition: {
962
- id: 1744,
963
- name: "Value",
964
- description: "$[*definitionCount,domainCount,fieldSum,link] ",
965
- condition: null,
966
- required: null,
967
- duplicable: true,
968
- groupField: false,
969
- order: 14,
970
- fields: [],
971
- },
972
- value: null,
973
- duplicate: false,
974
- off: false,
975
- fields: [
976
- {
977
- id: 212845,
978
- parent: 212844,
979
- fieldDefinition: {
980
- id: 1464,
981
- name: "Style Value",
982
- description: "$[*Info,Success,Warning,Important]",
983
- condition: null,
984
- required: null,
985
- duplicable: false,
986
- groupField: false,
987
- order: 15,
988
- fields: [],
989
- },
990
- value: null,
991
- duplicate: false,
992
- off: false,
993
- fields: [],
994
- },
995
- {
996
- id: 212846,
997
- parent: 212844,
998
- fieldDefinition: {
999
- id: 1748,
1000
- name: "Arg",
1001
- description: null,
1002
- condition: null,
1003
- required: null,
1004
- duplicable: true,
1005
- groupField: false,
1006
- order: 16,
1007
- fields: [],
1008
- },
1009
- value: null,
1010
- duplicate: false,
1011
- off: false,
1012
- fields: [],
1013
- },
1014
- ],
1015
- },
1016
- {
1017
- id: -19,
1018
- parent: 212843,
1019
- fieldDefinition: {
1020
- id: 1752,
1021
- name: "Style Line",
1022
- description: null,
1023
- condition: null,
1024
- required: null,
1025
- duplicable: false,
1026
- groupField: false,
1027
- order: 17,
1028
- fields: [],
1029
- },
1030
- value: null,
1031
- duplicate: false,
1032
- off: false,
1033
- fields: [],
1034
- },
1035
- ],
1036
- },
1037
- {
1038
- id: -20,
1039
- parent: 212839,
1040
- fieldDefinition: {
1041
- id: 1458,
1042
- name: "URL",
1043
- description: null,
1044
- condition: "=Kibana",
1045
- required: null,
1046
- duplicable: false,
1047
- groupField: false,
1048
- order: 18,
1049
- fields: [],
1050
- },
1051
- value: null,
1052
- duplicate: false,
1053
- off: false,
1054
- fields: [],
1055
- },
1056
- {
1057
- id: -21,
1058
- parent: 212839,
1059
- fieldDefinition: {
1060
- id: 1459,
1061
- name: "FilterID",
1062
- description: null,
1063
- condition: "=Kibana",
1064
- required: null,
1065
- duplicable: false,
1066
- groupField: false,
1067
- order: 19,
1068
- fields: [],
1069
- },
1070
- value: null,
1071
- duplicate: false,
1072
- off: false,
1073
- fields: [],
1074
- },
1075
- {
1076
- id: 212847,
1077
- parent: 212839,
1078
- fieldDefinition: {
1079
- id: 1466,
1080
- name: "Text",
1081
- description: null,
1082
- condition: "=Menu",
1083
- required: null,
1084
- duplicable: true,
1085
- groupField: false,
1086
- order: 20,
1087
- fields: [],
1088
- },
1089
- value: null,
1090
- duplicate: false,
1091
- off: false,
1092
- fields: [
1093
- {
1094
- id: -22,
1095
- parent: 212847,
1096
- fieldDefinition: {
1097
- id: 1467,
1098
- name: "Link",
1099
- description: null,
1100
- condition: null,
1101
- required: null,
1102
- duplicable: false,
1103
- groupField: false,
1104
- order: 21,
1105
- fields: [],
1106
- },
1107
- value: null,
1108
- duplicate: false,
1109
- off: false,
1110
- fields: [],
1111
- },
1112
- {
1113
- id: -23,
1114
- parent: 212847,
1115
- fieldDefinition: {
1116
- id: 1756,
1117
- name: "Style Text",
1118
- description: null,
1119
- condition: null,
1120
- required: null,
1121
- duplicable: false,
1122
- groupField: false,
1123
- order: 22,
1124
- fields: [],
1125
- },
1126
- value: null,
1127
- duplicate: false,
1128
- off: false,
1129
- fields: [],
1130
- },
1131
- ],
1132
- },
1133
- {
1134
- id: -24,
1135
- parent: 212839,
1136
- fieldDefinition: {
1137
- id: 1471,
1138
- name: "FilterID",
1139
- description: null,
1140
- condition: "=Filter",
1141
- required: null,
1142
- duplicable: false,
1143
- groupField: false,
1144
- order: 23,
1145
- fields: [],
1146
- },
1147
- value: null,
1148
- duplicate: false,
1149
- off: false,
1150
- fields: [],
1151
- },
1152
- {
1153
- id: 212848,
1154
- parent: 212839,
1155
- fieldDefinition: {
1156
- id: 1468,
1157
- name: "subtype",
1158
- description: "$[List,Text,Date]",
1159
- condition: "=Filter",
1160
- required: null,
1161
- duplicable: true,
1162
- groupField: false,
1163
- order: 24,
1164
- fields: [],
1165
- },
1166
- value: null,
1167
- duplicate: false,
1168
- off: false,
1169
- fields: [
1170
- {
1171
- id: -25,
1172
- parent: 212848,
1173
- fieldDefinition: {
1174
- id: 1469,
1175
- name: "Alternatives",
1176
- description: null,
1177
- condition: "=List",
1178
- required: null,
1179
- duplicable: false,
1180
- groupField: false,
1181
- order: 25,
1182
- fields: [],
1183
- },
1184
- value: null,
1185
- duplicate: false,
1186
- off: false,
1187
- fields: [],
1188
- },
1189
- {
1190
- id: -26,
1191
- parent: 212848,
1192
- fieldDefinition: {
1193
- id: 1470,
1194
- name: "DateFilterType",
1195
- description: null,
1196
- condition: "=Date",
1197
- required: null,
1198
- duplicable: false,
1199
- groupField: false,
1200
- order: 26,
1201
- fields: [],
1202
- },
1203
- value: null,
1204
- duplicate: false,
1205
- off: false,
1206
- fields: [],
1207
- },
1208
- ],
1209
- },
1210
- {
1211
- id: -27,
1212
- parent: 212839,
1213
- fieldDefinition: {
1214
- id: 1472,
1215
- name: "Query",
1216
- description: null,
1217
- condition: "=MD List",
1218
- required: null,
1219
- duplicable: false,
1220
- groupField: false,
1221
- order: 27,
1222
- fields: [],
1223
- },
1224
- value: null,
1225
- duplicate: false,
1226
- off: false,
1227
- fields: [],
1228
- },
1229
- {
1230
- id: 212842,
1231
- parent: 212839,
1232
- fieldDefinition: {
1233
- id: 1757,
1234
- name: "Title",
1235
- description: null,
1236
- condition: "=Title",
1237
- required: null,
1238
- duplicable: false,
1239
- groupField: false,
1240
- order: 28,
1241
- fields: [],
1242
- },
1243
- value: "Main Menu",
1244
- duplicate: false,
1245
- off: false,
1246
- fields: [],
1247
- },
1248
- ],
1249
- },
1250
- ],
1251
- },
1252
- {
1253
- id: 212596,
1254
- parent: null,
1255
- fieldDefinition: {
1256
- id: 1451,
1257
- name: "Board Title",
1258
- description: "$instanceDescription $style[dualColumn]",
1259
- condition: null,
1260
- required: null,
1261
- duplicable: true,
1262
- groupField: false,
1263
- order: 6,
1264
- fields: [],
1265
- },
1266
- value: "Learning Solution",
1267
- duplicate: true,
1268
- off: false,
1269
- fields: [
1270
- {
1271
- id: 212597,
1272
- parent: 212596,
1273
- fieldDefinition: {
1274
- id: 1746,
1275
- name: "Col Span",
1276
- description: "$number $default(3) ",
1277
- condition: null,
1278
- required: null,
1279
- duplicable: false,
1280
- groupField: false,
1281
- order: 7,
1282
- fields: [],
1283
- },
1284
- value: "3",
1285
- duplicate: false,
1286
- off: false,
1287
- fields: [],
1288
- },
1289
- {
1290
- id: 212598,
1291
- parent: 212596,
1292
- fieldDefinition: {
1293
- id: 1747,
1294
- name: "Row Span",
1295
- description: "$number $default(1) ",
1296
- condition: null,
1297
- required: null,
1298
- duplicable: false,
1299
- groupField: false,
1300
- order: 8,
1301
- fields: [],
1302
- },
1303
- value: "4",
1304
- duplicate: false,
1305
- off: false,
1306
- fields: [],
1307
- },
1308
- {
1309
- id: 212599,
1310
- parent: 212596,
1311
- fieldDefinition: {
1312
- id: 1455,
1313
- name: "Component",
1314
- description: "$[Totals,Menu,Kibana,Filter,Title] $instanceDescription $style[singleColumn] $expanded",
1315
- condition: null,
1316
- required: null,
1317
- duplicable: true,
1318
- groupField: false,
1319
- order: 9,
1320
- fields: [],
1321
- },
1322
- value: "Totals",
1323
- duplicate: false,
1324
- off: false,
1325
- fields: [
1326
- {
1327
- id: 212600,
1328
- parent: 212599,
1329
- fieldDefinition: {
1330
- id: 1740,
1331
- name: "Header",
1332
- description: "$group ",
1333
- condition: "=Totals",
1334
- required: null,
1335
- duplicable: false,
1336
- groupField: true,
1337
- order: 10,
1338
- fields: [],
1339
- },
1340
- value: null,
1341
- duplicate: false,
1342
- off: false,
1343
- fields: [
1344
- {
1345
- id: 212601,
1346
- parent: 212600,
1347
- fieldDefinition: {
1348
- id: 1741,
1349
- name: "Text",
1350
- description: null,
1351
- condition: null,
1352
- required: null,
1353
- duplicable: true,
1354
- groupField: false,
1355
- order: 11,
1356
- fields: [],
1357
- },
1358
- value: null,
1359
- duplicate: false,
1360
- off: false,
1361
- fields: [],
1362
- },
1363
- {
1364
- id: -28,
1365
- parent: 212600,
1366
- fieldDefinition: {
1367
- id: 1742,
1368
- name: "Style Header",
1369
- description: null,
1370
- condition: null,
1371
- required: null,
1372
- duplicable: false,
1373
- groupField: false,
1374
- order: 12,
1375
- fields: [],
1376
- },
1377
- value: null,
1378
- duplicate: false,
1379
- off: false,
1380
- fields: [],
1381
- },
1382
- ],
1383
- },
1384
- {
1385
- id: 212602,
1386
- parent: 212599,
1387
- fieldDefinition: {
1388
- id: 1460,
1389
- name: "Line",
1390
- description: null,
1391
- condition: "=Totals",
1392
- required: null,
1393
- duplicable: true,
1394
- groupField: false,
1395
- order: 13,
1396
- fields: [],
1397
- },
1398
- value: "Contents",
1399
- duplicate: false,
1400
- off: false,
1401
- fields: [
1402
- {
1403
- id: 212603,
1404
- parent: 212602,
1405
- fieldDefinition: {
1406
- id: 1744,
1407
- name: "Value",
1408
- description:
1409
- "$[*definitionCount,domainCount,fieldSum,link] ",
1410
- condition: null,
1411
- required: null,
1412
- duplicable: true,
1413
- groupField: false,
1414
- order: 14,
1415
- fields: [],
1416
- },
1417
- value: "definitionCount",
1418
- duplicate: false,
1419
- off: false,
1420
- fields: [
1421
- {
1422
- id: 212604,
1423
- parent: 212603,
1424
- fieldDefinition: {
1425
- id: 1464,
1426
- name: "Style Value",
1427
- description: "$[*Info,Success,Warning,Important]",
1428
- condition: null,
1429
- required: null,
1430
- duplicable: false,
1431
- groupField: false,
1432
- order: 15,
1433
- fields: [],
1434
- },
1435
- value: "Info",
1436
- duplicate: false,
1437
- off: false,
1438
- fields: [],
1439
- },
1440
- {
1441
- id: 212605,
1442
- parent: 212603,
1443
- fieldDefinition: {
1444
- id: 1748,
1445
- name: "Arg",
1446
- description: null,
1447
- condition: null,
1448
- required: null,
1449
- duplicable: true,
1450
- groupField: false,
1451
- order: 16,
1452
- fields: [],
1453
- },
1454
- value: "E-learning Contents",
1455
- duplicate: false,
1456
- off: false,
1457
- fields: [],
1458
- },
1459
- ],
1460
- },
1461
- {
1462
- id: -29,
1463
- parent: 212602,
1464
- fieldDefinition: {
1465
- id: 1752,
1466
- name: "Style Line",
1467
- description: null,
1468
- condition: null,
1469
- required: null,
1470
- duplicable: false,
1471
- groupField: false,
1472
- order: 17,
1473
- fields: [],
1474
- },
1475
- value: null,
1476
- duplicate: false,
1477
- off: false,
1478
- fields: [],
1479
- },
1480
- ],
1481
- },
1482
- {
1483
- id: 212726,
1484
- parent: 212599,
1485
- fieldDefinition: {
1486
- id: 1460,
1487
- name: "Line",
1488
- description: null,
1489
- condition: "=Totals",
1490
- required: null,
1491
- duplicable: true,
1492
- groupField: false,
1493
- order: 13,
1494
- fields: [],
1495
- },
1496
- value: "RFCs",
1497
- duplicate: true,
1498
- off: false,
1499
- fields: [
1500
- {
1501
- id: 212727,
1502
- parent: 212726,
1503
- fieldDefinition: {
1504
- id: 1744,
1505
- name: "Value",
1506
- description:
1507
- "$[*definitionCount,domainCount,fieldSum,link] ",
1508
- condition: null,
1509
- required: null,
1510
- duplicable: true,
1511
- groupField: false,
1512
- order: 14,
1513
- fields: [],
1514
- },
1515
- value: "definitionCount",
1516
- duplicate: false,
1517
- off: false,
1518
- fields: [
1519
- {
1520
- id: 212728,
1521
- parent: 212727,
1522
- fieldDefinition: {
1523
- id: 1464,
1524
- name: "Style Value",
1525
- description: "$[*Info,Success,Warning,Important]",
1526
- condition: null,
1527
- required: null,
1528
- duplicable: false,
1529
- groupField: false,
1530
- order: 15,
1531
- fields: [],
1532
- },
1533
- value: "Info",
1534
- duplicate: false,
1535
- off: false,
1536
- fields: [],
1537
- },
1538
- {
1539
- id: 212729,
1540
- parent: 212727,
1541
- fieldDefinition: {
1542
- id: 1748,
1543
- name: "Arg",
1544
- description: null,
1545
- condition: null,
1546
- required: null,
1547
- duplicable: true,
1548
- groupField: false,
1549
- order: 16,
1550
- fields: [],
1551
- },
1552
- value: "E-learning Content RFCs",
1553
- duplicate: false,
1554
- off: false,
1555
- fields: [],
1556
- },
1557
- ],
1558
- },
1559
- {
1560
- id: -30,
1561
- parent: 212726,
1562
- fieldDefinition: {
1563
- id: 1752,
1564
- name: "Style Line",
1565
- description: null,
1566
- condition: null,
1567
- required: null,
1568
- duplicable: false,
1569
- groupField: false,
1570
- order: 17,
1571
- fields: [],
1572
- },
1573
- value: null,
1574
- duplicate: false,
1575
- off: false,
1576
- fields: [],
1577
- },
1578
- ],
1579
- },
1580
- {
1581
- id: 212730,
1582
- parent: 212599,
1583
- fieldDefinition: {
1584
- id: 1460,
1585
- name: "Line",
1586
- description: null,
1587
- condition: "=Totals",
1588
- required: null,
1589
- duplicable: true,
1590
- groupField: false,
1591
- order: 13,
1592
- fields: [],
1593
- },
1594
- value: "- To Review",
1595
- duplicate: true,
1596
- off: false,
1597
- fields: [
1598
- {
1599
- id: 212731,
1600
- parent: 212730,
1601
- fieldDefinition: {
1602
- id: 1744,
1603
- name: "Value",
1604
- description:
1605
- "$[*definitionCount,domainCount,fieldSum,link] ",
1606
- condition: null,
1607
- required: null,
1608
- duplicable: true,
1609
- groupField: false,
1610
- order: 14,
1611
- fields: [],
1612
- },
1613
- value: "definitionCount",
1614
- duplicate: false,
1615
- off: false,
1616
- fields: [
1617
- {
1618
- id: 212732,
1619
- parent: 212731,
1620
- fieldDefinition: {
1621
- id: 1464,
1622
- name: "Style Value",
1623
- description: "$[*Info,Success,Warning,Important]",
1624
- condition: null,
1625
- required: null,
1626
- duplicable: false,
1627
- groupField: false,
1628
- order: 15,
1629
- fields: [],
1630
- },
1631
- value: "Important",
1632
- duplicate: false,
1633
- off: false,
1634
- fields: [],
1635
- },
1636
- {
1637
- id: 212733,
1638
- parent: 212731,
1639
- fieldDefinition: {
1640
- id: 1748,
1641
- name: "Arg",
1642
- description: null,
1643
- condition: null,
1644
- required: null,
1645
- duplicable: true,
1646
- groupField: false,
1647
- order: 16,
1648
- fields: [],
1649
- },
1650
- value: "E-learning Content RFCs",
1651
- duplicate: false,
1652
- off: false,
1653
- fields: [],
1654
- },
1655
- {
1656
- id: 212742,
1657
- parent: 212731,
1658
- fieldDefinition: {
1659
- id: 1748,
1660
- name: "Arg",
1661
- description: null,
1662
- condition: null,
1663
- required: null,
1664
- duplicable: true,
1665
- groupField: false,
1666
- order: 16,
1667
- fields: [],
1668
- },
1669
- value: "proposal_state:Review",
1670
- duplicate: true,
1671
- off: false,
1672
- fields: [],
1673
- },
1674
- ],
1675
- },
1676
- {
1677
- id: 212870,
1678
- parent: 212730,
1679
- fieldDefinition: {
1680
- id: 1752,
1681
- name: "Style Line",
1682
- description: null,
1683
- condition: null,
1684
- required: null,
1685
- duplicable: false,
1686
- groupField: false,
1687
- order: 17,
1688
- fields: [],
1689
- },
1690
- value: "text-center",
1691
- duplicate: false,
1692
- off: false,
1693
- fields: [],
1694
- },
1695
- ],
1696
- },
1697
- {
1698
- id: 212734,
1699
- parent: 212599,
1700
- fieldDefinition: {
1701
- id: 1460,
1702
- name: "Line",
1703
- description: null,
1704
- condition: "=Totals",
1705
- required: null,
1706
- duplicable: true,
1707
- groupField: false,
1708
- order: 13,
1709
- fields: [],
1710
- },
1711
- value: "- Reviewed",
1712
- duplicate: true,
1713
- off: false,
1714
- fields: [
1715
- {
1716
- id: 212735,
1717
- parent: 212734,
1718
- fieldDefinition: {
1719
- id: 1744,
1720
- name: "Value",
1721
- description:
1722
- "$[*definitionCount,domainCount,fieldSum,link] ",
1723
- condition: null,
1724
- required: null,
1725
- duplicable: true,
1726
- groupField: false,
1727
- order: 14,
1728
- fields: [],
1729
- },
1730
- value: "definitionCount",
1731
- duplicate: false,
1732
- off: false,
1733
- fields: [
1734
- {
1735
- id: 212736,
1736
- parent: 212735,
1737
- fieldDefinition: {
1738
- id: 1464,
1739
- name: "Style Value",
1740
- description: "$[*Info,Success,Warning,Important]",
1741
- condition: null,
1742
- required: null,
1743
- duplicable: false,
1744
- groupField: false,
1745
- order: 15,
1746
- fields: [],
1747
- },
1748
- value: "Warning",
1749
- duplicate: false,
1750
- off: false,
1751
- fields: [],
1752
- },
1753
- {
1754
- id: 212737,
1755
- parent: 212735,
1756
- fieldDefinition: {
1757
- id: 1748,
1758
- name: "Arg",
1759
- description: null,
1760
- condition: null,
1761
- required: null,
1762
- duplicable: true,
1763
- groupField: false,
1764
- order: 16,
1765
- fields: [],
1766
- },
1767
- value: "E-learning Content RFCs",
1768
- duplicate: false,
1769
- off: false,
1770
- fields: [],
1771
- },
1772
- {
1773
- id: 212743,
1774
- parent: 212735,
1775
- fieldDefinition: {
1776
- id: 1748,
1777
- name: "Arg",
1778
- description: null,
1779
- condition: null,
1780
- required: null,
1781
- duplicable: true,
1782
- groupField: false,
1783
- order: 16,
1784
- fields: [],
1785
- },
1786
- value: "proposal_state:Comments",
1787
- duplicate: true,
1788
- off: false,
1789
- fields: [],
1790
- },
1791
- ],
1792
- },
1793
- {
1794
- id: 212871,
1795
- parent: 212734,
1796
- fieldDefinition: {
1797
- id: 1752,
1798
- name: "Style Line",
1799
- description: null,
1800
- condition: null,
1801
- required: null,
1802
- duplicable: false,
1803
- groupField: false,
1804
- order: 17,
1805
- fields: [],
1806
- },
1807
- value: "text-center",
1808
- duplicate: false,
1809
- off: false,
1810
- fields: [],
1811
- },
1812
- ],
1813
- },
1814
- {
1815
- id: 212738,
1816
- parent: 212599,
1817
- fieldDefinition: {
1818
- id: 1460,
1819
- name: "Line",
1820
- description: null,
1821
- condition: "=Totals",
1822
- required: null,
1823
- duplicable: true,
1824
- groupField: false,
1825
- order: 13,
1826
- fields: [],
1827
- },
1828
- value: "- Processed",
1829
- duplicate: true,
1830
- off: false,
1831
- fields: [
1832
- {
1833
- id: 212739,
1834
- parent: 212738,
1835
- fieldDefinition: {
1836
- id: 1744,
1837
- name: "Value",
1838
- description:
1839
- "$[*definitionCount,domainCount,fieldSum,link] ",
1840
- condition: null,
1841
- required: null,
1842
- duplicable: true,
1843
- groupField: false,
1844
- order: 14,
1845
- fields: [],
1846
- },
1847
- value: "definitionCount",
1848
- duplicate: false,
1849
- off: false,
1850
- fields: [
1851
- {
1852
- id: 212740,
1853
- parent: 212739,
1854
- fieldDefinition: {
1855
- id: 1464,
1856
- name: "Style Value",
1857
- description: "$[*Info,Success,Warning,Important]",
1858
- condition: null,
1859
- required: null,
1860
- duplicable: false,
1861
- groupField: false,
1862
- order: 15,
1863
- fields: [],
1864
- },
1865
- value: "Success",
1866
- duplicate: false,
1867
- off: false,
1868
- fields: [],
1869
- },
1870
- {
1871
- id: 212741,
1872
- parent: 212739,
1873
- fieldDefinition: {
1874
- id: 1748,
1875
- name: "Arg",
1876
- description: null,
1877
- condition: null,
1878
- required: null,
1879
- duplicable: true,
1880
- groupField: false,
1881
- order: 16,
1882
- fields: [],
1883
- },
1884
- value: "E-learning Content RFCs",
1885
- duplicate: false,
1886
- off: false,
1887
- fields: [],
1888
- },
1889
- {
1890
- id: 212744,
1891
- parent: 212739,
1892
- fieldDefinition: {
1893
- id: 1748,
1894
- name: "Arg",
1895
- description: null,
1896
- condition: null,
1897
- required: null,
1898
- duplicable: true,
1899
- groupField: false,
1900
- order: 16,
1901
- fields: [],
1902
- },
1903
- value: "proposal_state:Processed",
1904
- duplicate: true,
1905
- off: false,
1906
- fields: [],
1907
- },
1908
- ],
1909
- },
1910
- {
1911
- id: 212872,
1912
- parent: 212738,
1913
- fieldDefinition: {
1914
- id: 1752,
1915
- name: "Style Line",
1916
- description: null,
1917
- condition: null,
1918
- required: null,
1919
- duplicable: false,
1920
- groupField: false,
1921
- order: 17,
1922
- fields: [],
1923
- },
1924
- value: "text-center",
1925
- duplicate: false,
1926
- off: false,
1927
- fields: [],
1928
- },
1929
- ],
1930
- },
1931
- {
1932
- id: -31,
1933
- parent: 212599,
1934
- fieldDefinition: {
1935
- id: 1458,
1936
- name: "URL",
1937
- description: null,
1938
- condition: "=Kibana",
1939
- required: null,
1940
- duplicable: false,
1941
- groupField: false,
1942
- order: 18,
1943
- fields: [],
1944
- },
1945
- value: null,
1946
- duplicate: false,
1947
- off: false,
1948
- fields: [],
1949
- },
1950
- {
1951
- id: -32,
1952
- parent: 212599,
1953
- fieldDefinition: {
1954
- id: 1459,
1955
- name: "FilterID",
1956
- description: null,
1957
- condition: "=Kibana",
1958
- required: null,
1959
- duplicable: false,
1960
- groupField: false,
1961
- order: 19,
1962
- fields: [],
1963
- },
1964
- value: null,
1965
- duplicate: false,
1966
- off: false,
1967
- fields: [],
1968
- },
1969
- {
1970
- id: 212606,
1971
- parent: 212599,
1972
- fieldDefinition: {
1973
- id: 1466,
1974
- name: "Text",
1975
- description: null,
1976
- condition: "=Menu",
1977
- required: null,
1978
- duplicable: true,
1979
- groupField: false,
1980
- order: 20,
1981
- fields: [],
1982
- },
1983
- value: null,
1984
- duplicate: false,
1985
- off: false,
1986
- fields: [
1987
- {
1988
- id: -33,
1989
- parent: 212606,
1990
- fieldDefinition: {
1991
- id: 1467,
1992
- name: "Link",
1993
- description: null,
1994
- condition: null,
1995
- required: null,
1996
- duplicable: false,
1997
- groupField: false,
1998
- order: 21,
1999
- fields: [],
2000
- },
2001
- value: null,
2002
- duplicate: false,
2003
- off: false,
2004
- fields: [],
2005
- },
2006
- {
2007
- id: -34,
2008
- parent: 212606,
2009
- fieldDefinition: {
2010
- id: 1756,
2011
- name: "Style Text",
2012
- description: null,
2013
- condition: null,
2014
- required: null,
2015
- duplicable: false,
2016
- groupField: false,
2017
- order: 22,
2018
- fields: [],
2019
- },
2020
- value: null,
2021
- duplicate: false,
2022
- off: false,
2023
- fields: [],
2024
- },
2025
- ],
2026
- },
2027
- {
2028
- id: -35,
2029
- parent: 212599,
2030
- fieldDefinition: {
2031
- id: 1471,
2032
- name: "FilterID",
2033
- description: null,
2034
- condition: "=Filter",
2035
- required: null,
2036
- duplicable: false,
2037
- groupField: false,
2038
- order: 23,
2039
- fields: [],
2040
- },
2041
- value: null,
2042
- duplicate: false,
2043
- off: false,
2044
- fields: [],
2045
- },
2046
- {
2047
- id: 212607,
2048
- parent: 212599,
2049
- fieldDefinition: {
2050
- id: 1468,
2051
- name: "subtype",
2052
- description: "$[List,Text,Date]",
2053
- condition: "=Filter",
2054
- required: null,
2055
- duplicable: true,
2056
- groupField: false,
2057
- order: 24,
2058
- fields: [],
2059
- },
2060
- value: null,
2061
- duplicate: false,
2062
- off: false,
2063
- fields: [
2064
- {
2065
- id: -36,
2066
- parent: 212607,
2067
- fieldDefinition: {
2068
- id: 1469,
2069
- name: "Alternatives",
2070
- description: null,
2071
- condition: "=List",
2072
- required: null,
2073
- duplicable: false,
2074
- groupField: false,
2075
- order: 25,
2076
- fields: [],
2077
- },
2078
- value: null,
2079
- duplicate: false,
2080
- off: false,
2081
- fields: [],
2082
- },
2083
- {
2084
- id: -37,
2085
- parent: 212607,
2086
- fieldDefinition: {
2087
- id: 1470,
2088
- name: "DateFilterType",
2089
- description: null,
2090
- condition: "=Date",
2091
- required: null,
2092
- duplicable: false,
2093
- groupField: false,
2094
- order: 26,
2095
- fields: [],
2096
- },
2097
- value: null,
2098
- duplicate: false,
2099
- off: false,
2100
- fields: [],
2101
- },
2102
- ],
2103
- },
2104
- {
2105
- id: -38,
2106
- parent: 212599,
2107
- fieldDefinition: {
2108
- id: 1472,
2109
- name: "Query",
2110
- description: null,
2111
- condition: "=MD List",
2112
- required: null,
2113
- duplicable: false,
2114
- groupField: false,
2115
- order: 27,
2116
- fields: [],
2117
- },
2118
- value: null,
2119
- duplicate: false,
2120
- off: false,
2121
- fields: [],
2122
- },
2123
- {
2124
- id: -39,
2125
- parent: 212599,
2126
- fieldDefinition: {
2127
- id: 1757,
2128
- name: "Title",
2129
- description: null,
2130
- condition: "=Title",
2131
- required: null,
2132
- duplicable: false,
2133
- groupField: false,
2134
- order: 28,
2135
- fields: [],
2136
- },
2137
- value: null,
2138
- duplicate: false,
2139
- off: false,
2140
- fields: [],
2141
- },
2142
- ],
2143
- },
2144
- {
2145
- id: 212850,
2146
- parent: 212596,
2147
- fieldDefinition: {
2148
- id: 1455,
2149
- name: "Component",
2150
- description: "$[Totals,Menu,Kibana,Filter,Title] $instanceDescription $style[singleColumn] $expanded",
2151
- condition: null,
2152
- required: null,
2153
- duplicable: true,
2154
- groupField: false,
2155
- order: 9,
2156
- fields: [],
2157
- },
2158
- value: "Title",
2159
- duplicate: true,
2160
- off: false,
2161
- fields: [
2162
- {
2163
- id: 212851,
2164
- parent: 212850,
2165
- fieldDefinition: {
2166
- id: 1740,
2167
- name: "Header",
2168
- description: "$group ",
2169
- condition: "=Totals",
2170
- required: null,
2171
- duplicable: false,
2172
- groupField: true,
2173
- order: 10,
2174
- fields: [],
2175
- },
2176
- value: null,
2177
- duplicate: false,
2178
- off: false,
2179
- fields: [
2180
- {
2181
- id: 212852,
2182
- parent: 212851,
2183
- fieldDefinition: {
2184
- id: 1741,
2185
- name: "Text",
2186
- description: null,
2187
- condition: null,
2188
- required: null,
2189
- duplicable: true,
2190
- groupField: false,
2191
- order: 11,
2192
- fields: [],
2193
- },
2194
- value: null,
2195
- duplicate: false,
2196
- off: false,
2197
- fields: [],
2198
- },
2199
- {
2200
- id: -40,
2201
- parent: 212851,
2202
- fieldDefinition: {
2203
- id: 1742,
2204
- name: "Style Header",
2205
- description: null,
2206
- condition: null,
2207
- required: null,
2208
- duplicable: false,
2209
- groupField: false,
2210
- order: 12,
2211
- fields: [],
2212
- },
2213
- value: null,
2214
- duplicate: false,
2215
- off: false,
2216
- fields: [],
2217
- },
2218
- ],
2219
- },
2220
- {
2221
- id: 212854,
2222
- parent: 212850,
2223
- fieldDefinition: {
2224
- id: 1460,
2225
- name: "Line",
2226
- description: null,
2227
- condition: "=Totals",
2228
- required: null,
2229
- duplicable: true,
2230
- groupField: false,
2231
- order: 13,
2232
- fields: [],
2233
- },
2234
- value: null,
2235
- duplicate: false,
2236
- off: false,
2237
- fields: [
2238
- {
2239
- id: 212855,
2240
- parent: 212854,
2241
- fieldDefinition: {
2242
- id: 1744,
2243
- name: "Value",
2244
- description:
2245
- "$[*definitionCount,domainCount,fieldSum,link] ",
2246
- condition: null,
2247
- required: null,
2248
- duplicable: true,
2249
- groupField: false,
2250
- order: 14,
2251
- fields: [],
2252
- },
2253
- value: null,
2254
- duplicate: false,
2255
- off: false,
2256
- fields: [
2257
- {
2258
- id: 212856,
2259
- parent: 212855,
2260
- fieldDefinition: {
2261
- id: 1464,
2262
- name: "Style Value",
2263
- description: "$[*Info,Success,Warning,Important]",
2264
- condition: null,
2265
- required: null,
2266
- duplicable: false,
2267
- groupField: false,
2268
- order: 15,
2269
- fields: [],
2270
- },
2271
- value: null,
2272
- duplicate: false,
2273
- off: false,
2274
- fields: [],
2275
- },
2276
- {
2277
- id: 212857,
2278
- parent: 212855,
2279
- fieldDefinition: {
2280
- id: 1748,
2281
- name: "Arg",
2282
- description: null,
2283
- condition: null,
2284
- required: null,
2285
- duplicable: true,
2286
- groupField: false,
2287
- order: 16,
2288
- fields: [],
2289
- },
2290
- value: null,
2291
- duplicate: false,
2292
- off: false,
2293
- fields: [],
2294
- },
2295
- ],
2296
- },
2297
- {
2298
- id: -41,
2299
- parent: 212854,
2300
- fieldDefinition: {
2301
- id: 1752,
2302
- name: "Style Line",
2303
- description: null,
2304
- condition: null,
2305
- required: null,
2306
- duplicable: false,
2307
- groupField: false,
2308
- order: 17,
2309
- fields: [],
2310
- },
2311
- value: null,
2312
- duplicate: false,
2313
- off: false,
2314
- fields: [],
2315
- },
2316
- ],
2317
- },
2318
- {
2319
- id: -42,
2320
- parent: 212850,
2321
- fieldDefinition: {
2322
- id: 1458,
2323
- name: "URL",
2324
- description: null,
2325
- condition: "=Kibana",
2326
- required: null,
2327
- duplicable: false,
2328
- groupField: false,
2329
- order: 18,
2330
- fields: [],
2331
- },
2332
- value: null,
2333
- duplicate: false,
2334
- off: false,
2335
- fields: [],
2336
- },
2337
- {
2338
- id: -43,
2339
- parent: 212850,
2340
- fieldDefinition: {
2341
- id: 1459,
2342
- name: "FilterID",
2343
- description: null,
2344
- condition: "=Kibana",
2345
- required: null,
2346
- duplicable: false,
2347
- groupField: false,
2348
- order: 19,
2349
- fields: [],
2350
- },
2351
- value: null,
2352
- duplicate: false,
2353
- off: false,
2354
- fields: [],
2355
- },
2356
- {
2357
- id: 212858,
2358
- parent: 212850,
2359
- fieldDefinition: {
2360
- id: 1466,
2361
- name: "Text",
2362
- description: null,
2363
- condition: "=Menu",
2364
- required: null,
2365
- duplicable: true,
2366
- groupField: false,
2367
- order: 20,
2368
- fields: [],
2369
- },
2370
- value: null,
2371
- duplicate: false,
2372
- off: false,
2373
- fields: [
2374
- {
2375
- id: -44,
2376
- parent: 212858,
2377
- fieldDefinition: {
2378
- id: 1467,
2379
- name: "Link",
2380
- description: null,
2381
- condition: null,
2382
- required: null,
2383
- duplicable: false,
2384
- groupField: false,
2385
- order: 21,
2386
- fields: [],
2387
- },
2388
- value: null,
2389
- duplicate: false,
2390
- off: false,
2391
- fields: [],
2392
- },
2393
- {
2394
- id: -45,
2395
- parent: 212858,
2396
- fieldDefinition: {
2397
- id: 1756,
2398
- name: "Style Text",
2399
- description: null,
2400
- condition: null,
2401
- required: null,
2402
- duplicable: false,
2403
- groupField: false,
2404
- order: 22,
2405
- fields: [],
2406
- },
2407
- value: null,
2408
- duplicate: false,
2409
- off: false,
2410
- fields: [],
2411
- },
2412
- ],
2413
- },
2414
- {
2415
- id: -46,
2416
- parent: 212850,
2417
- fieldDefinition: {
2418
- id: 1471,
2419
- name: "FilterID",
2420
- description: null,
2421
- condition: "=Filter",
2422
- required: null,
2423
- duplicable: false,
2424
- groupField: false,
2425
- order: 23,
2426
- fields: [],
2427
- },
2428
- value: null,
2429
- duplicate: false,
2430
- off: false,
2431
- fields: [],
2432
- },
2433
- {
2434
- id: 212859,
2435
- parent: 212850,
2436
- fieldDefinition: {
2437
- id: 1468,
2438
- name: "subtype",
2439
- description: "$[List,Text,Date]",
2440
- condition: "=Filter",
2441
- required: null,
2442
- duplicable: true,
2443
- groupField: false,
2444
- order: 24,
2445
- fields: [],
2446
- },
2447
- value: null,
2448
- duplicate: false,
2449
- off: false,
2450
- fields: [
2451
- {
2452
- id: -47,
2453
- parent: 212859,
2454
- fieldDefinition: {
2455
- id: 1469,
2456
- name: "Alternatives",
2457
- description: null,
2458
- condition: "=List",
2459
- required: null,
2460
- duplicable: false,
2461
- groupField: false,
2462
- order: 25,
2463
- fields: [],
2464
- },
2465
- value: null,
2466
- duplicate: false,
2467
- off: false,
2468
- fields: [],
2469
- },
2470
- {
2471
- id: -48,
2472
- parent: 212859,
2473
- fieldDefinition: {
2474
- id: 1470,
2475
- name: "DateFilterType",
2476
- description: null,
2477
- condition: "=Date",
2478
- required: null,
2479
- duplicable: false,
2480
- groupField: false,
2481
- order: 26,
2482
- fields: [],
2483
- },
2484
- value: null,
2485
- duplicate: false,
2486
- off: false,
2487
- fields: [],
2488
- },
2489
- ],
2490
- },
2491
- {
2492
- id: -49,
2493
- parent: 212850,
2494
- fieldDefinition: {
2495
- id: 1472,
2496
- name: "Query",
2497
- description: null,
2498
- condition: "=MD List",
2499
- required: null,
2500
- duplicable: false,
2501
- groupField: false,
2502
- order: 27,
2503
- fields: [],
2504
- },
2505
- value: null,
2506
- duplicate: false,
2507
- off: false,
2508
- fields: [],
2509
- },
2510
- {
2511
- id: 212853,
2512
- parent: 212850,
2513
- fieldDefinition: {
2514
- id: 1757,
2515
- name: "Title",
2516
- description: null,
2517
- condition: "=Title",
2518
- required: null,
2519
- duplicable: false,
2520
- groupField: false,
2521
- order: 28,
2522
- fields: [],
2523
- },
2524
- value: "Learning Solution",
2525
- duplicate: false,
2526
- off: false,
2527
- fields: [],
2528
- },
2529
- ],
2530
- },
2531
- ],
2532
- },
2533
- {
2534
- id: 212608,
2535
- parent: null,
2536
- fieldDefinition: {
2537
- id: 1451,
2538
- name: "Board Title",
2539
- description: "$instanceDescription $style[dualColumn]",
2540
- condition: null,
2541
- required: null,
2542
- duplicable: true,
2543
- groupField: false,
2544
- order: 6,
2545
- fields: [],
2546
- },
2547
- value: "Prototypes",
2548
- duplicate: true,
2549
- off: false,
2550
- fields: [
2551
- {
2552
- id: 212609,
2553
- parent: 212608,
2554
- fieldDefinition: {
2555
- id: 1746,
2556
- name: "Col Span",
2557
- description: "$number $default(3) ",
2558
- condition: null,
2559
- required: null,
2560
- duplicable: false,
2561
- groupField: false,
2562
- order: 7,
2563
- fields: [],
2564
- },
2565
- value: "1",
2566
- duplicate: false,
2567
- off: false,
2568
- fields: [],
2569
- },
2570
- {
2571
- id: 212610,
2572
- parent: 212608,
2573
- fieldDefinition: {
2574
- id: 1747,
2575
- name: "Row Span",
2576
- description: "$number $default(1) ",
2577
- condition: null,
2578
- required: null,
2579
- duplicable: false,
2580
- groupField: false,
2581
- order: 8,
2582
- fields: [],
2583
- },
2584
- value: "4",
2585
- duplicate: false,
2586
- off: false,
2587
- fields: [],
2588
- },
2589
- {
2590
- id: 212611,
2591
- parent: 212608,
2592
- fieldDefinition: {
2593
- id: 1455,
2594
- name: "Component",
2595
- description: "$[Totals,Menu,Kibana,Filter,Title] $instanceDescription $style[singleColumn] $expanded",
2596
- condition: null,
2597
- required: null,
2598
- duplicable: true,
2599
- groupField: false,
2600
- order: 9,
2601
- fields: [],
2602
- },
2603
- value: "Menu",
2604
- duplicate: false,
2605
- off: false,
2606
- fields: [
2607
- {
2608
- id: 212612,
2609
- parent: 212611,
2610
- fieldDefinition: {
2611
- id: 1740,
2612
- name: "Header",
2613
- description: "$group ",
2614
- condition: "=Totals",
2615
- required: null,
2616
- duplicable: false,
2617
- groupField: true,
2618
- order: 10,
2619
- fields: [],
2620
- },
2621
- value: null,
2622
- duplicate: false,
2623
- off: false,
2624
- fields: [
2625
- {
2626
- id: 212613,
2627
- parent: 212612,
2628
- fieldDefinition: {
2629
- id: 1741,
2630
- name: "Text",
2631
- description: null,
2632
- condition: null,
2633
- required: null,
2634
- duplicable: true,
2635
- groupField: false,
2636
- order: 11,
2637
- fields: [],
2638
- },
2639
- value: null,
2640
- duplicate: false,
2641
- off: false,
2642
- fields: [],
2643
- },
2644
- {
2645
- id: -50,
2646
- parent: 212612,
2647
- fieldDefinition: {
2648
- id: 1742,
2649
- name: "Style Header",
2650
- description: null,
2651
- condition: null,
2652
- required: null,
2653
- duplicable: false,
2654
- groupField: false,
2655
- order: 12,
2656
- fields: [],
2657
- },
2658
- value: null,
2659
- duplicate: false,
2660
- off: false,
2661
- fields: [],
2662
- },
2663
- ],
2664
- },
2665
- {
2666
- id: 212614,
2667
- parent: 212611,
2668
- fieldDefinition: {
2669
- id: 1460,
2670
- name: "Line",
2671
- description: null,
2672
- condition: "=Totals",
2673
- required: null,
2674
- duplicable: true,
2675
- groupField: false,
2676
- order: 13,
2677
- fields: [],
2678
- },
2679
- value: null,
2680
- duplicate: false,
2681
- off: false,
2682
- fields: [
2683
- {
2684
- id: 212615,
2685
- parent: 212614,
2686
- fieldDefinition: {
2687
- id: 1744,
2688
- name: "Value",
2689
- description: "$[*definitionCount,domainCount,fieldSum,link] ",
2690
- condition: null,
2691
- required: null,
2692
- duplicable: true,
2693
- groupField: false,
2694
- order: 14,
2695
- fields: [],
2696
- },
2697
- value: null,
2698
- duplicate: false,
2699
- off: false,
2700
- fields: [
2701
- {
2702
- id: 212616,
2703
- parent: 212615,
2704
- fieldDefinition: {
2705
- id: 1464,
2706
- name: "Style Value",
2707
- description: "$[*Info,Success,Warning,Important]",
2708
- condition: null,
2709
- required: null,
2710
- duplicable: false,
2711
- groupField: false,
2712
- order: 15,
2713
- fields: [],
2714
- },
2715
- value: null,
2716
- duplicate: false,
2717
- off: false,
2718
- fields: [],
2719
- },
2720
- {
2721
- id: 212617,
2722
- parent: 212615,
2723
- fieldDefinition: {
2724
- id: 1748,
2725
- name: "Arg",
2726
- description: null,
2727
- condition: null,
2728
- required: null,
2729
- duplicable: true,
2730
- groupField: false,
2731
- order: 16,
2732
- fields: [],
2733
- },
2734
- value: null,
2735
- duplicate: false,
2736
- off: false,
2737
- fields: [],
2738
- },
2739
- ],
2740
- },
2741
- {
2742
- id: -51,
2743
- parent: 212614,
2744
- fieldDefinition: {
2745
- id: 1752,
2746
- name: "Style Line",
2747
- description: null,
2748
- condition: null,
2749
- required: null,
2750
- duplicable: false,
2751
- groupField: false,
2752
- order: 17,
2753
- fields: [],
2754
- },
2755
- value: null,
2756
- duplicate: false,
2757
- off: false,
2758
- fields: [],
2759
- },
2760
- ],
2761
- },
2762
- {
2763
- id: -52,
2764
- parent: 212611,
2765
- fieldDefinition: {
2766
- id: 1458,
2767
- name: "URL",
2768
- description: null,
2769
- condition: "=Kibana",
2770
- required: null,
2771
- duplicable: false,
2772
- groupField: false,
2773
- order: 18,
2774
- fields: [],
2775
- },
2776
- value: null,
2777
- duplicate: false,
2778
- off: false,
2779
- fields: [],
2780
- },
2781
- {
2782
- id: -53,
2783
- parent: 212611,
2784
- fieldDefinition: {
2785
- id: 1459,
2786
- name: "FilterID",
2787
- description: null,
2788
- condition: "=Kibana",
2789
- required: null,
2790
- duplicable: false,
2791
- groupField: false,
2792
- order: 19,
2793
- fields: [],
2794
- },
2795
- value: null,
2796
- duplicate: false,
2797
- off: false,
2798
- fields: [],
2799
- },
2800
- {
2801
- id: 212618,
2802
- parent: 212611,
2803
- fieldDefinition: {
2804
- id: 1466,
2805
- name: "Text",
2806
- description: null,
2807
- condition: "=Menu",
2808
- required: null,
2809
- duplicable: true,
2810
- groupField: false,
2811
- order: 20,
2812
- fields: [],
2813
- },
2814
- value: "Wine Tasting",
2815
- duplicate: false,
2816
- off: false,
2817
- fields: [
2818
- {
2819
- id: 212622,
2820
- parent: 212618,
2821
- fieldDefinition: {
2822
- id: 1467,
2823
- name: "Link",
2824
- description: null,
2825
- condition: null,
2826
- required: null,
2827
- duplicable: false,
2828
- groupField: false,
2829
- order: 21,
2830
- fields: [],
2831
- },
2832
- value: "/recordm/#/domain/12",
2833
- duplicate: false,
2834
- off: false,
2835
- fields: [],
2836
- },
2837
- {
2838
- id: -54,
2839
- parent: 212618,
2840
- fieldDefinition: {
2841
- id: 1756,
2842
- name: "Style Text",
2843
- description: null,
2844
- condition: null,
2845
- required: null,
2846
- duplicable: false,
2847
- groupField: false,
2848
- order: 22,
2849
- fields: [],
2850
- },
2851
- value: null,
2852
- duplicate: false,
2853
- off: false,
2854
- fields: [],
2855
- },
2856
- ],
2857
- },
2858
- {
2859
- id: 212623,
2860
- parent: 212611,
2861
- fieldDefinition: {
2862
- id: 1466,
2863
- name: "Text",
2864
- description: null,
2865
- condition: "=Menu",
2866
- required: null,
2867
- duplicable: true,
2868
- groupField: false,
2869
- order: 20,
2870
- fields: [],
2871
- },
2872
- value: "Visio Network",
2873
- duplicate: true,
2874
- off: false,
2875
- fields: [
2876
- {
2877
- id: 212624,
2878
- parent: 212623,
2879
- fieldDefinition: {
2880
- id: 1467,
2881
- name: "Link",
2882
- description: null,
2883
- condition: null,
2884
- required: null,
2885
- duplicable: false,
2886
- groupField: false,
2887
- order: 21,
2888
- fields: [],
2889
- },
2890
- value: "#/domain/27",
2891
- duplicate: false,
2892
- off: false,
2893
- fields: [],
2894
- },
2895
- {
2896
- id: -55,
2897
- parent: 212623,
2898
- fieldDefinition: {
2899
- id: 1756,
2900
- name: "Style Text",
2901
- description: null,
2902
- condition: null,
2903
- required: null,
2904
- duplicable: false,
2905
- groupField: false,
2906
- order: 22,
2907
- fields: [],
2908
- },
2909
- value: null,
2910
- duplicate: false,
2911
- off: false,
2912
- fields: [],
2913
- },
2914
- ],
2915
- },
2916
- {
2917
- id: 212625,
2918
- parent: 212611,
2919
- fieldDefinition: {
2920
- id: 1466,
2921
- name: "Text",
2922
- description: null,
2923
- condition: "=Menu",
2924
- required: null,
2925
- duplicable: true,
2926
- groupField: false,
2927
- order: 20,
2928
- fields: [],
2929
- },
2930
- value: "Catering",
2931
- duplicate: true,
2932
- off: false,
2933
- fields: [
2934
- {
2935
- id: 212628,
2936
- parent: 212625,
2937
- fieldDefinition: {
2938
- id: 1467,
2939
- name: "Link",
2940
- description: null,
2941
- condition: null,
2942
- required: null,
2943
- duplicable: false,
2944
- groupField: false,
2945
- order: 21,
2946
- fields: [],
2947
- },
2948
- value: "#/domain/31",
2949
- duplicate: false,
2950
- off: false,
2951
- fields: [],
2952
- },
2953
- {
2954
- id: -56,
2955
- parent: 212625,
2956
- fieldDefinition: {
2957
- id: 1756,
2958
- name: "Style Text",
2959
- description: null,
2960
- condition: null,
2961
- required: null,
2962
- duplicable: false,
2963
- groupField: false,
2964
- order: 22,
2965
- fields: [],
2966
- },
2967
- value: null,
2968
- duplicate: false,
2969
- off: false,
2970
- fields: [],
2971
- },
2972
- ],
2973
- },
2974
- {
2975
- id: 212626,
2976
- parent: 212611,
2977
- fieldDefinition: {
2978
- id: 1466,
2979
- name: "Text",
2980
- description: null,
2981
- condition: "=Menu",
2982
- required: null,
2983
- duplicable: true,
2984
- groupField: false,
2985
- order: 20,
2986
- fields: [],
2987
- },
2988
- value: "Asset Management",
2989
- duplicate: true,
2990
- off: false,
2991
- fields: [
2992
- {
2993
- id: 212627,
2994
- parent: 212626,
2995
- fieldDefinition: {
2996
- id: 1467,
2997
- name: "Link",
2998
- description: null,
2999
- condition: null,
3000
- required: null,
3001
- duplicable: false,
3002
- groupField: false,
3003
- order: 21,
3004
- fields: [],
3005
- },
3006
- value: "#/domain/24",
3007
- duplicate: false,
3008
- off: false,
3009
- fields: [],
3010
- },
3011
- {
3012
- id: -57,
3013
- parent: 212626,
3014
- fieldDefinition: {
3015
- id: 1756,
3016
- name: "Style Text",
3017
- description: null,
3018
- condition: null,
3019
- required: null,
3020
- duplicable: false,
3021
- groupField: false,
3022
- order: 22,
3023
- fields: [],
3024
- },
3025
- value: null,
3026
- duplicate: false,
3027
- off: false,
3028
- fields: [],
3029
- },
3030
- ],
3031
- },
3032
- {
3033
- id: 212690,
3034
- parent: 212611,
3035
- fieldDefinition: {
3036
- id: 1466,
3037
- name: "Text",
3038
- description: null,
3039
- condition: "=Menu",
3040
- required: null,
3041
- duplicable: true,
3042
- groupField: false,
3043
- order: 20,
3044
- fields: [],
3045
- },
3046
- value: "Efficio",
3047
- duplicate: true,
3048
- off: false,
3049
- fields: [
3050
- {
3051
- id: 212691,
3052
- parent: 212690,
3053
- fieldDefinition: {
3054
- id: 1467,
3055
- name: "Link",
3056
- description: null,
3057
- condition: null,
3058
- required: null,
3059
- duplicable: false,
3060
- groupField: false,
3061
- order: 21,
3062
- fields: [],
3063
- },
3064
- value: "#/cob.custom-resource/40697/dash",
3065
- duplicate: false,
3066
- off: false,
3067
- fields: [],
3068
- },
3069
- {
3070
- id: -58,
3071
- parent: 212690,
3072
- fieldDefinition: {
3073
- id: 1756,
3074
- name: "Style Text",
3075
- description: null,
3076
- condition: null,
3077
- required: null,
3078
- duplicable: false,
3079
- groupField: false,
3080
- order: 22,
3081
- fields: [],
3082
- },
3083
- value: null,
3084
- duplicate: false,
3085
- off: false,
3086
- fields: [],
3087
- },
3088
- ],
3089
- },
3090
- {
3091
- id: -59,
3092
- parent: 212611,
3093
- fieldDefinition: {
3094
- id: 1471,
3095
- name: "FilterID",
3096
- description: null,
3097
- condition: "=Filter",
3098
- required: null,
3099
- duplicable: false,
3100
- groupField: false,
3101
- order: 23,
3102
- fields: [],
3103
- },
3104
- value: null,
3105
- duplicate: false,
3106
- off: false,
3107
- fields: [],
3108
- },
3109
- {
3110
- id: 212619,
3111
- parent: 212611,
3112
- fieldDefinition: {
3113
- id: 1468,
3114
- name: "subtype",
3115
- description: "$[List,Text,Date]",
3116
- condition: "=Filter",
3117
- required: null,
3118
- duplicable: true,
3119
- groupField: false,
3120
- order: 24,
3121
- fields: [],
3122
- },
3123
- value: null,
3124
- duplicate: false,
3125
- off: false,
3126
- fields: [
3127
- {
3128
- id: -60,
3129
- parent: 212619,
3130
- fieldDefinition: {
3131
- id: 1469,
3132
- name: "Alternatives",
3133
- description: null,
3134
- condition: "=List",
3135
- required: null,
3136
- duplicable: false,
3137
- groupField: false,
3138
- order: 25,
3139
- fields: [],
3140
- },
3141
- value: null,
3142
- duplicate: false,
3143
- off: false,
3144
- fields: [],
3145
- },
3146
- {
3147
- id: -61,
3148
- parent: 212619,
3149
- fieldDefinition: {
3150
- id: 1470,
3151
- name: "DateFilterType",
3152
- description: null,
3153
- condition: "=Date",
3154
- required: null,
3155
- duplicable: false,
3156
- groupField: false,
3157
- order: 26,
3158
- fields: [],
3159
- },
3160
- value: null,
3161
- duplicate: false,
3162
- off: false,
3163
- fields: [],
3164
- },
3165
- ],
3166
- },
3167
- {
3168
- id: -62,
3169
- parent: 212611,
3170
- fieldDefinition: {
3171
- id: 1472,
3172
- name: "Query",
3173
- description: null,
3174
- condition: "=MD List",
3175
- required: null,
3176
- duplicable: false,
3177
- groupField: false,
3178
- order: 27,
3179
- fields: [],
3180
- },
3181
- value: null,
3182
- duplicate: false,
3183
- off: false,
3184
- fields: [],
3185
- },
3186
- {
3187
- id: -63,
3188
- parent: 212611,
3189
- fieldDefinition: {
3190
- id: 1757,
3191
- name: "Title",
3192
- description: null,
3193
- condition: "=Title",
3194
- required: null,
3195
- duplicable: false,
3196
- groupField: false,
3197
- order: 28,
3198
- fields: [],
3199
- },
3200
- value: null,
3201
- duplicate: false,
3202
- off: false,
3203
- fields: [],
3204
- },
3205
- ],
3206
- },
3207
- {
3208
- id: 212860,
3209
- parent: 212608,
3210
- fieldDefinition: {
3211
- id: 1455,
3212
- name: "Component",
3213
- description: "$[Totals,Menu,Kibana,Filter,Title] $instanceDescription $style[singleColumn] $expanded",
3214
- condition: null,
3215
- required: null,
3216
- duplicable: true,
3217
- groupField: false,
3218
- order: 9,
3219
- fields: [],
3220
- },
3221
- value: "Title",
3222
- duplicate: true,
3223
- off: false,
3224
- fields: [
3225
- {
3226
- id: 212861,
3227
- parent: 212860,
3228
- fieldDefinition: {
3229
- id: 1740,
3230
- name: "Header",
3231
- description: "$group ",
3232
- condition: "=Totals",
3233
- required: null,
3234
- duplicable: false,
3235
- groupField: true,
3236
- order: 10,
3237
- fields: [],
3238
- },
3239
- value: null,
3240
- duplicate: false,
3241
- off: false,
3242
- fields: [
3243
- {
3244
- id: 212862,
3245
- parent: 212861,
3246
- fieldDefinition: {
3247
- id: 1741,
3248
- name: "Text",
3249
- description: null,
3250
- condition: null,
3251
- required: null,
3252
- duplicable: true,
3253
- groupField: false,
3254
- order: 11,
3255
- fields: [],
3256
- },
3257
- value: null,
3258
- duplicate: false,
3259
- off: false,
3260
- fields: [],
3261
- },
3262
- {
3263
- id: -64,
3264
- parent: 212861,
3265
- fieldDefinition: {
3266
- id: 1742,
3267
- name: "Style Header",
3268
- description: null,
3269
- condition: null,
3270
- required: null,
3271
- duplicable: false,
3272
- groupField: false,
3273
- order: 12,
3274
- fields: [],
3275
- },
3276
- value: null,
3277
- duplicate: false,
3278
- off: false,
3279
- fields: [],
3280
- },
3281
- ],
3282
- },
3283
- {
3284
- id: 212864,
3285
- parent: 212860,
3286
- fieldDefinition: {
3287
- id: 1460,
3288
- name: "Line",
3289
- description: null,
3290
- condition: "=Totals",
3291
- required: null,
3292
- duplicable: true,
3293
- groupField: false,
3294
- order: 13,
3295
- fields: [],
3296
- },
3297
- value: null,
3298
- duplicate: false,
3299
- off: false,
3300
- fields: [
3301
- {
3302
- id: 212865,
3303
- parent: 212864,
3304
- fieldDefinition: {
3305
- id: 1744,
3306
- name: "Value",
3307
- description: "$[*definitionCount,domainCount,fieldSum,link] ",
3308
- condition: null,
3309
- required: null,
3310
- duplicable: true,
3311
- groupField: false,
3312
- order: 14,
3313
- fields: [],
3314
- },
3315
- value: null,
3316
- duplicate: false,
3317
- off: false,
3318
- fields: [
3319
- {
3320
- id: 212866,
3321
- parent: 212865,
3322
- fieldDefinition: {
3323
- id: 1464,
3324
- name: "Style Value",
3325
- description: "$[*Info,Success,Warning,Important]",
3326
- condition: null,
3327
- required: null,
3328
- duplicable: false,
3329
- groupField: false,
3330
- order: 15,
3331
- fields: [],
3332
- },
3333
- value: null,
3334
- duplicate: false,
3335
- off: false,
3336
- fields: [],
3337
- },
3338
- {
3339
- id: 212867,
3340
- parent: 212865,
3341
- fieldDefinition: {
3342
- id: 1748,
3343
- name: "Arg",
3344
- description: null,
3345
- condition: null,
3346
- required: null,
3347
- duplicable: true,
3348
- groupField: false,
3349
- order: 16,
3350
- fields: [],
3351
- },
3352
- value: null,
3353
- duplicate: false,
3354
- off: false,
3355
- fields: [],
3356
- },
3357
- ],
3358
- },
3359
- {
3360
- id: -65,
3361
- parent: 212864,
3362
- fieldDefinition: {
3363
- id: 1752,
3364
- name: "Style Line",
3365
- description: null,
3366
- condition: null,
3367
- required: null,
3368
- duplicable: false,
3369
- groupField: false,
3370
- order: 17,
3371
- fields: [],
3372
- },
3373
- value: null,
3374
- duplicate: false,
3375
- off: false,
3376
- fields: [],
3377
- },
3378
- ],
3379
- },
3380
- {
3381
- id: -66,
3382
- parent: 212860,
3383
- fieldDefinition: {
3384
- id: 1458,
3385
- name: "URL",
3386
- description: null,
3387
- condition: "=Kibana",
3388
- required: null,
3389
- duplicable: false,
3390
- groupField: false,
3391
- order: 18,
3392
- fields: [],
3393
- },
3394
- value: null,
3395
- duplicate: false,
3396
- off: false,
3397
- fields: [],
3398
- },
3399
- {
3400
- id: -67,
3401
- parent: 212860,
3402
- fieldDefinition: {
3403
- id: 1459,
3404
- name: "FilterID",
3405
- description: null,
3406
- condition: "=Kibana",
3407
- required: null,
3408
- duplicable: false,
3409
- groupField: false,
3410
- order: 19,
3411
- fields: [],
3412
- },
3413
- value: null,
3414
- duplicate: false,
3415
- off: false,
3416
- fields: [],
3417
- },
3418
- {
3419
- id: 212868,
3420
- parent: 212860,
3421
- fieldDefinition: {
3422
- id: 1466,
3423
- name: "Text",
3424
- description: null,
3425
- condition: "=Menu",
3426
- required: null,
3427
- duplicable: true,
3428
- groupField: false,
3429
- order: 20,
3430
- fields: [],
3431
- },
3432
- value: null,
3433
- duplicate: false,
3434
- off: false,
3435
- fields: [
3436
- {
3437
- id: -68,
3438
- parent: 212868,
3439
- fieldDefinition: {
3440
- id: 1467,
3441
- name: "Link",
3442
- description: null,
3443
- condition: null,
3444
- required: null,
3445
- duplicable: false,
3446
- groupField: false,
3447
- order: 21,
3448
- fields: [],
3449
- },
3450
- value: null,
3451
- duplicate: false,
3452
- off: false,
3453
- fields: [],
3454
- },
3455
- {
3456
- id: -69,
3457
- parent: 212868,
3458
- fieldDefinition: {
3459
- id: 1756,
3460
- name: "Style Text",
3461
- description: null,
3462
- condition: null,
3463
- required: null,
3464
- duplicable: false,
3465
- groupField: false,
3466
- order: 22,
3467
- fields: [],
3468
- },
3469
- value: null,
3470
- duplicate: false,
3471
- off: false,
3472
- fields: [],
3473
- },
3474
- ],
3475
- },
3476
- {
3477
- id: -70,
3478
- parent: 212860,
3479
- fieldDefinition: {
3480
- id: 1471,
3481
- name: "FilterID",
3482
- description: null,
3483
- condition: "=Filter",
3484
- required: null,
3485
- duplicable: false,
3486
- groupField: false,
3487
- order: 23,
3488
- fields: [],
3489
- },
3490
- value: null,
3491
- duplicate: false,
3492
- off: false,
3493
- fields: [],
3494
- },
3495
- {
3496
- id: 212869,
3497
- parent: 212860,
3498
- fieldDefinition: {
3499
- id: 1468,
3500
- name: "subtype",
3501
- description: "$[List,Text,Date]",
3502
- condition: "=Filter",
3503
- required: null,
3504
- duplicable: true,
3505
- groupField: false,
3506
- order: 24,
3507
- fields: [],
3508
- },
3509
- value: null,
3510
- duplicate: false,
3511
- off: false,
3512
- fields: [
3513
- {
3514
- id: -71,
3515
- parent: 212869,
3516
- fieldDefinition: {
3517
- id: 1469,
3518
- name: "Alternatives",
3519
- description: null,
3520
- condition: "=List",
3521
- required: null,
3522
- duplicable: false,
3523
- groupField: false,
3524
- order: 25,
3525
- fields: [],
3526
- },
3527
- value: null,
3528
- duplicate: false,
3529
- off: false,
3530
- fields: [],
3531
- },
3532
- {
3533
- id: -72,
3534
- parent: 212869,
3535
- fieldDefinition: {
3536
- id: 1470,
3537
- name: "DateFilterType",
3538
- description: null,
3539
- condition: "=Date",
3540
- required: null,
3541
- duplicable: false,
3542
- groupField: false,
3543
- order: 26,
3544
- fields: [],
3545
- },
3546
- value: null,
3547
- duplicate: false,
3548
- off: false,
3549
- fields: [],
3550
- },
3551
- ],
3552
- },
3553
- {
3554
- id: -73,
3555
- parent: 212860,
3556
- fieldDefinition: {
3557
- id: 1472,
3558
- name: "Query",
3559
- description: null,
3560
- condition: "=MD List",
3561
- required: null,
3562
- duplicable: false,
3563
- groupField: false,
3564
- order: 27,
3565
- fields: [],
3566
- },
3567
- value: null,
3568
- duplicate: false,
3569
- off: false,
3570
- fields: [],
3571
- },
3572
- {
3573
- id: 212863,
3574
- parent: 212860,
3575
- fieldDefinition: {
3576
- id: 1757,
3577
- name: "Title",
3578
- description: null,
3579
- condition: "=Title",
3580
- required: null,
3581
- duplicable: false,
3582
- groupField: false,
3583
- order: 28,
3584
- fields: [],
3585
- },
3586
- value: "Prototypes",
3587
- duplicate: false,
3588
- off: false,
3589
- fields: [],
3590
- },
3591
- ],
3592
- },
3593
- ],
3594
- },
3595
- ],
3596
- _links: {
3597
- size: "1",
3598
- update: "recordm/instances/40700",
3599
- },
3600
- };
3601
-
3602
- let dash = {
3603
- "Page Title": "",
3604
- "Grid Columns": "",
3605
- "Max Width": "",
3606
- "Board Title": [{
3607
- "Col Span": "",
3608
- "Row Span": "",
3609
- "Component": []
3610
- }],
3611
- };
3612
-
3613
- Sample.fields.reduce(collect, dash);
3614
-
3615
-
3616
- ((tests) => {
3617
- console.assert(dash["Page Title"] === "Main")
3618
- console.assert(dash["Grid Columns"] === "5")
3619
- console.assert(dash["Max Width"] === "3xl")
3620
- console.assert(dash["Board Title"].length === 3)
3621
-
3622
- console.assert(dash["Board Title"][0]["Board Title"] === "Main Menu")
3623
- console.assert(dash["Board Title"][0]["Col Span"] === "2")
3624
- console.assert(dash["Board Title"][0]["Row Span"] === "4")
3625
- console.assert(dash["Board Title"][0]["Component"].length === "2")
3626
-
3627
- console.assert(dash["Board Title"][1]["Board Title"] === "Learning Solution")
3628
- console.assert(dash["Board Title"][1]["Col Span"] === "3")
3629
- console.assert(dash["Board Title"][1]["Row Span"] === "4")
3630
- console.assert(dash["Board Title"][1]["Component"].length === 2)
3631
-
3632
- console.assert(dash["Board Title"][2]["Board Title"] === "Prototypes")
3633
- console.assert(dash["Board Title"][2]["Col Span"] === "1")
3634
- console.assert(dash["Board Title"][2]["Row Span"] === "4")
3635
- console.assert(dash["Board Title"][2]["Component"].length === 2)
3636
- console.log("DASH1", dash["Board Title"]);
3637
- console.log("DASH1", dash["Board Title"][1]["Component"][0]);
3638
- })()
3639
-
3640
- const ComponentsTemplates = {
3641
- "Title": {
3642
- "Title": ""
3643
- },
3644
- "Totals": {
3645
- "Header": [{
3646
- "Text": [{}],
3647
- "Style Header": ""
3648
- }],
3649
- "Line": [{
3650
- "Style Line": "",
3651
- "Value": [{
3652
- "Style Value": "",
3653
- "Arg": [{}]
3654
- }]
3655
- }]
3656
- },
3657
- "Menu": {
3658
- "Text": [{
3659
- "Link": "",
3660
- "Style Text": ""
3661
- }]
3662
- }
3663
- }
3664
-
3665
- for (board of dash["Board Title"]) {
3666
- let componentsList = clone([])
3667
- for (component of board["Component"]) {
3668
- let componentTemplate = clone(ComponentsTemplates[component["Component"]])
3669
- component.fields.reduce(collect, componentTemplate)
3670
- componentTemplate["Component"] = component.Component
3671
- componentsList.push(componentTemplate)
3672
- }
3673
- board["Component"] = componentsList
3674
- }
3675
-
3676
-
3677
- (() => {
3678
- console.assert(dash["Board Title"][0]["Component"].length === 2)
3679
- console.assert(dash["Board Title"][0]["Component"][0]["Component"] === "Menu")
3680
- console.assert(dash["Board Title"][0]["Component"][0]["Text"].length === 6)
3681
- console.assert(dash["Board Title"][0]["Component"][0]["Text"][0]["Link"] === "/docs/")
3682
- console.assert(dash["Board Title"][0]["Component"][0]["Text"][0]["Style Text"] === "p-10")
3683
- console.assert(dash["Board Title"][0]["Component"][0]["Text"][0]["Text"] === "E-Learning Docs")
3684
- console.assert(dash["Board Title"][0]["Component"][0]["Text"][5]["Link"] === "#/definitions/108/q=")
3685
- console.assert(dash["Board Title"][0]["Component"][0]["Text"][5]["Style Text"] === null)
3686
- console.assert(dash["Board Title"][0]["Component"][0]["Text"][5]["Text"] === "Dashboards")
3687
-
3688
- console.assert(dash["Board Title"][0]["Component"][1]["Component"] === "Title")
3689
- console.assert(dash["Board Title"][0]["Component"][1]["Title"] === "Main Menu")
3690
-
3691
- console.assert(dash["Board Title"][1]["Component"].length = 2)
3692
- console.assert(dash["Board Title"][1]["Component"][0]["Component"] === "Totals")
3693
- console.assert(dash["Board Title"][1]["Component"][0]["Header"].length === 1)
3694
- console.assert(dash["Board Title"][1]["Component"][0]["Header"][0]["Header"] === null)
3695
- console.assert(dash["Board Title"][1]["Component"][0]["Header"][0]["Style Header"] === null)
3696
- console.assert(dash["Board Title"][1]["Component"][0]["Header"][0]["Text"].length === 1)
3697
- console.assert(dash["Board Title"][1]["Component"][0]["Header"][0]["Text"][0]["Text"] === null)
3698
- console.assert(dash["Board Title"][1]["Component"][0]["Line"].length === 5)
3699
- console.assert(dash["Board Title"][1]["Component"][0]["Line"][0]["Line"] === "Contents")
3700
- console.assert(dash["Board Title"][1]["Component"][0]["Line"][1]["Line"] === "RFCs")
3701
- console.assert(dash["Board Title"][1]["Component"][0]["Line"][2]["Line"] === "- To Review")
3702
- console.assert(dash["Board Title"][1]["Component"][0]["Line"][3]["Line"] === "- Reviewed")
3703
- console.assert(dash["Board Title"][1]["Component"][0]["Line"][4]["Line"] === "- Processed")
3704
- console.assert(dash["Board Title"][1]["Component"][0]["Line"][0]["Style Line"] === null)
3705
- console.assert(dash["Board Title"][1]["Component"][0]["Line"][1]["Style Line"] === null)
3706
- console.assert(dash["Board Title"][1]["Component"][0]["Line"][2]["Style Line"] === "text-center")
3707
- console.assert(dash["Board Title"][1]["Component"][0]["Line"][3]["Style Line"] === "text-center")
3708
- console.assert(dash["Board Title"][1]["Component"][0]["Line"][4]["Style Line"] === "text-center")
3709
- console.assert(dash["Board Title"][1]["Component"][0]["Line"][0]["Value"].length === 1)
3710
- console.assert(dash["Board Title"][1]["Component"][0]["Line"][1]["Value"].length === 1)
3711
- console.assert(dash["Board Title"][1]["Component"][0]["Line"][2]["Value"].length === 1)
3712
- console.assert(dash["Board Title"][1]["Component"][0]["Line"][3]["Value"].length === 1)
3713
- console.assert(dash["Board Title"][1]["Component"][0]["Line"][4]["Value"].length === 1)
3714
-
3715
- console.assert(dash["Board Title"][1]["Component"][1]["Component"] === "Title")
3716
- console.assert(dash["Board Title"][1]["Component"][1]["Title"] === "Learning Solution")
3717
-
3718
- console.assert(dash["Board Title"][2]["Component"].length === 2)
3719
- })()