cob-cli 2.25.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 (215) hide show
  1. package/bin/cob-cli.js +3 -1
  2. package/bin/handleAutoComplete.js +1 -4
  3. package/lib/commands/customize.js +213 -66
  4. package/package.json +3 -2
  5. package/.vscode/launch.json +0 -106
  6. package/customizations/backend.email.js +0 -10
  7. package/customizations/backend.js +0 -14
  8. package/customizations/backend.updateField.js +0 -11
  9. package/customizations/backend.vuepress.js +0 -35
  10. package/customizations/dashboard.dash.js +0 -14
  11. package/customizations/dashboard.js +0 -14
  12. package/customizations/dashboard.simple.js +0 -12
  13. package/customizations/dashboard.vue.empty.js +0 -12
  14. package/customizations/dashboard.vue.grid.js +0 -10
  15. package/customizations/dashboard.vue.js +0 -14
  16. package/customizations/dashboard.vue.menuAndGrid.js +0 -10
  17. package/customizations/frontend.common.js +0 -16
  18. package/customizations/frontend.easy.js +0 -16
  19. package/customizations/frontend.formatList.currency.js +0 -17
  20. package/customizations/frontend.formatList.js +0 -13
  21. package/customizations/frontend.js +0 -14
  22. package/customizations/importer.js +0 -10
  23. package/customizations/keywords.audit.js +0 -18
  24. package/customizations/keywords.calc.js +0 -18
  25. package/customizations/keywords.image.js +0 -16
  26. package/customizations/keywords.js +0 -17
  27. package/customizations/keywords.kibana.js +0 -16
  28. package/customizations/keywords.log.js +0 -18
  29. package/customizations/keywords.styleResults.js +0 -18
  30. package/templates/backend/vuepress/integrationm/actions/getVuePressDoc.groovy +0 -74
  31. package/templates/backend/vuepress/integrationm/actions/getVuePressSidebarConfig.groovy +0 -42
  32. package/templates/backend/vuepress/integrationm/actions/getVuePressSidebarRootElements.groovy +0 -17
  33. package/templates/backend/vuepress/others/vuepress/definition_contents_v234.json +0 -619
  34. package/templates/backend/vuepress/others/vuepress/nginx/README.md +0 -28
  35. package/templates/backend/vuepress/others/vuepress/package-lock.json +0 -29656
  36. package/templates/backend/vuepress/others/vuepress/package.json +0 -24
  37. package/templates/backend/vuepress/others/vuepress/src/.vuepress/components/DescriptVideo.vue +0 -22
  38. package/templates/backend/vuepress/others/vuepress/src/.vuepress/components/Graph.vue +0 -124
  39. package/templates/backend/vuepress/others/vuepress/src/.vuepress/components/ReadingTime.vue +0 -26
  40. package/templates/backend/vuepress/others/vuepress/src/.vuepress/components/References.vue +0 -228
  41. package/templates/backend/vuepress/others/vuepress/src/.vuepress/components/RestrictedContent.vue +0 -77
  42. package/templates/backend/vuepress/others/vuepress/src/.vuepress/config.js +0 -101
  43. package/templates/backend/vuepress/others/vuepress/src/.vuepress/config.json +0 -31
  44. package/templates/backend/vuepress/others/vuepress/src/.vuepress/enhanceApp.js +0 -14
  45. package/templates/backend/vuepress/others/vuepress/src/.vuepress/nav/getNavTranslated.js +0 -52
  46. package/templates/backend/vuepress/others/vuepress/src/.vuepress/plugins/References.js +0 -96
  47. package/templates/backend/vuepress/others/vuepress/src/.vuepress/public/Logo-Cult-of-Bits-400x400-1.png +0 -0
  48. package/templates/backend/vuepress/others/vuepress/src/.vuepress/public/favicon-cob.png +0 -0
  49. package/templates/backend/vuepress/others/vuepress/src/.vuepress/public/logo.png +0 -0
  50. package/templates/backend/vuepress/others/vuepress/src/.vuepress/styles/index.styl +0 -39
  51. package/templates/backend/vuepress/others/vuepress/src/.vuepress/styles/palette.styl +0 -17
  52. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/LICENSE +0 -21
  53. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/README.md +0 -11
  54. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/AlgoliaSearchBox.vue +0 -172
  55. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/DropdownLink.vue +0 -252
  56. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/DropdownTransition.vue +0 -33
  57. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/Home.vue +0 -134
  58. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/NavLink.vue +0 -98
  59. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/NavLinks.vue +0 -165
  60. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/Navbar.vue +0 -140
  61. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/Page.vue +0 -31
  62. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/PageEdit.vue +0 -119
  63. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/PageNav.vue +0 -163
  64. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/Sidebar.vue +0 -64
  65. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/SidebarButton.vue +0 -40
  66. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/SidebarGroup.vue +0 -144
  67. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/SidebarLink.vue +0 -140
  68. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/components/SidebarLinks.vue +0 -114
  69. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/global-components/Badge.vue +0 -44
  70. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/global-components/CodeBlock.vue +0 -41
  71. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/global-components/CodeGroup.vue +0 -120
  72. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/index.js +0 -59
  73. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/layouts/404.vue +0 -30
  74. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/layouts/Layout.vue +0 -151
  75. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/noopModule.js +0 -1
  76. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/package.json +0 -44
  77. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/styles/arrow.styl +0 -22
  78. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/styles/code.styl +0 -137
  79. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/styles/config.styl +0 -1
  80. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/styles/custom-blocks.styl +0 -44
  81. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/styles/index.styl +0 -202
  82. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/styles/mobile.styl +0 -37
  83. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/styles/toc.styl +0 -3
  84. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/styles/wrapper.styl +0 -10
  85. package/templates/backend/vuepress/others/vuepress/src/.vuepress/theme/util/index.js +0 -244
  86. package/templates/dashboards/cob-dashboard-html/demoDashboard.html +0 -18
  87. package/templates/dashboards/cob-dashboard-vue/package-lock.json +0 -25020
  88. package/templates/dashboards/cob-dashboard-vue/package.json +0 -21
  89. package/templates/dashboards/cob-dashboard-vue/src/App.vue +0 -26
  90. package/templates/dashboards/cob-dashboard-vue/src/dashboard.html +0 -31
  91. package/templates/dashboards/cob-dashboard-vue/src/main.js +0 -12
  92. package/templates/dashboards/cob-dashboard-vue/src/plugins/cobUiVueComponents.js +0 -6
  93. package/templates/dashboards/cob-dashboard-vue/src/plugins/vuetify.js +0 -9
  94. package/templates/dashboards/cob-dashboard-vue/vue.config.js +0 -104
  95. package/templates/dashboards/dash/dist/css/app.7b16c01a.css +0 -11
  96. package/templates/dashboards/dash/dist/dashboard.html +0 -25
  97. package/templates/dashboards/dash/dist/fonts/fa-brands-400.a78ffbbe.ttf +0 -0
  98. package/templates/dashboards/dash/dist/fonts/fa-brands-400.cd2b4095.woff2 +0 -0
  99. package/templates/dashboards/dash/dist/fonts/fa-regular-400.b1a1bebb.ttf +0 -0
  100. package/templates/dashboards/dash/dist/fonts/fa-regular-400.e8a1ba41.woff2 +0 -0
  101. package/templates/dashboards/dash/dist/fonts/fa-solid-900.55b416a8.woff2 +0 -0
  102. package/templates/dashboards/dash/dist/fonts/fa-solid-900.73820155.ttf +0 -0
  103. package/templates/dashboards/dash/dist/fonts/fa-v4compatibility.0d6f5f18.ttf +0 -0
  104. package/templates/dashboards/dash/dist/fonts/fa-v4compatibility.786e6b33.woff2 +0 -0
  105. package/templates/dashboards/dash/dist/js/app.13b950c8.js +0 -199
  106. package/templates/dashboards/dash/dist/js/app.13b950c8.js.map +0 -1
  107. package/templates/dashboards/dash/package-lock.json +0 -22646
  108. package/templates/dashboards/dash/package.json +0 -27
  109. package/templates/dashboards/dash/src/App.vue +0 -124
  110. package/templates/dashboards/dash/src/assets/css/all.min.css +0 -6
  111. package/templates/dashboards/dash/src/assets/webfonts/fa-brands-400.ttf +0 -0
  112. package/templates/dashboards/dash/src/assets/webfonts/fa-brands-400.woff2 +0 -0
  113. package/templates/dashboards/dash/src/assets/webfonts/fa-regular-400.ttf +0 -0
  114. package/templates/dashboards/dash/src/assets/webfonts/fa-regular-400.woff2 +0 -0
  115. package/templates/dashboards/dash/src/assets/webfonts/fa-solid-900.ttf +0 -0
  116. package/templates/dashboards/dash/src/assets/webfonts/fa-solid-900.woff2 +0 -0
  117. package/templates/dashboards/dash/src/assets/webfonts/fa-v4compatibility.ttf +0 -0
  118. package/templates/dashboards/dash/src/assets/webfonts/fa-v4compatibility.woff2 +0 -0
  119. package/templates/dashboards/dash/src/collector.js +0 -222
  120. package/templates/dashboards/dash/src/components/Attention.vue +0 -30
  121. package/templates/dashboards/dash/src/components/Board.vue +0 -35
  122. package/templates/dashboards/dash/src/components/Calendar.vue +0 -422
  123. package/templates/dashboards/dash/src/components/Dashboard.vue +0 -27
  124. package/templates/dashboards/dash/src/components/Filter.vue +0 -68
  125. package/templates/dashboards/dash/src/components/Kibana.vue +0 -138
  126. package/templates/dashboards/dash/src/components/Label.vue +0 -15
  127. package/templates/dashboards/dash/src/components/Menu.vue +0 -44
  128. package/templates/dashboards/dash/src/components/Totals.vue +0 -49
  129. package/templates/dashboards/dash/src/components/TotalsValue.vue +0 -59
  130. package/templates/dashboards/dash/src/components/shared/Instance.vue +0 -64
  131. package/templates/dashboards/dash/src/components/shared/Waiting.vue +0 -25
  132. package/templates/dashboards/dash/src/dashboard.html +0 -39
  133. package/templates/dashboards/dash/src/definition_dashboard_v0.json +0 -924
  134. package/templates/dashboards/dash/src/definition_dashboard_v1.json +0 -1
  135. package/templates/dashboards/dash/src/input.css +0 -9
  136. package/templates/dashboards/dash/src/main.js +0 -11
  137. package/templates/dashboards/dash/src/model/ComponentStatePersistence.js +0 -66
  138. package/templates/dashboards/dash/src/output.css +0 -314245
  139. package/templates/dashboards/dash/src/test_collector.js +0 -3719
  140. package/templates/dashboards/dash/src/utils/EsInstanceUtils.js +0 -8
  141. package/templates/dashboards/dash/tailwind.config.js +0 -12
  142. package/templates/dashboards/dash/vue.config.js +0 -104
  143. package/templates/frontend/common/templates/frontend/common/css/_dualColumn.css +0 -46
  144. package/templates/frontend/common/templates/frontend/common/css/_global.css +0 -19
  145. package/templates/frontend/common/templates/frontend/common/css/_hidden.css +0 -13
  146. package/templates/frontend/common/templates/frontend/common/css/_history.css +0 -13
  147. package/templates/frontend/common/templates/frontend/common/css/_mobile.css +0 -125
  148. package/templates/frontend/common/templates/frontend/common/css/customizations.__MERGE__.css +0 -5
  149. package/templates/frontend/common/templates/frontend/common/js/cob/_disable_save_onSubdetail.js +0 -11
  150. package/templates/frontend/common/templates/frontend/common/js/cob/_group_references.js +0 -22
  151. package/templates/frontend/common/templates/frontend/common/js/cob/_show_hidden.js +0 -35
  152. package/templates/frontend/common/templates/frontend/common/js/customizations2.__MERGE__.js +0 -3
  153. package/templates/frontend/common/templates/frontend/common/package.json +0 -3
  154. package/templates/frontend/easy/css/_easy/googlefonts.css +0 -360
  155. package/templates/frontend/easy/css/_easy/vuetify.cob-scoped.css +0 -10488
  156. package/templates/frontend/easy/js/_easy/lib/axios.min.js +0 -9
  157. package/templates/frontend/easy/js/_easy/lib/marked.min.js +0 -6
  158. package/templates/frontend/easy/js/_easy/lib/vue.js +0 -11912
  159. package/templates/frontend/easy/js/_easy/lib/vue.min.js +0 -6
  160. package/templates/frontend/easy/js/_easy/lib/vuetify.min.js +0 -6
  161. package/templates/frontend/easy/js/customizations2.__MERGE__.js +0 -22
  162. package/templates/frontend/easy/webapp/.browserslistrc +0 -2
  163. package/templates/frontend/easy/webapp/.eslintrc.js +0 -17
  164. package/templates/frontend/easy/webapp/README.md +0 -60
  165. package/templates/frontend/easy/webapp/babel.config.js +0 -5
  166. package/templates/frontend/easy/webapp/dist/css/app.a4fb91f8.css +0 -1
  167. package/templates/frontend/easy/webapp/dist/dashboard.html +0 -13
  168. package/templates/frontend/easy/webapp/dist/js/app.63a57dcd.js +0 -2
  169. package/templates/frontend/easy/webapp/dist/js/app.63a57dcd.js.map +0 -1
  170. package/templates/frontend/easy/webapp/package-lock.json +0 -32986
  171. package/templates/frontend/easy/webapp/package.json +0 -32
  172. package/templates/frontend/easy/webapp/postcss.config.js +0 -5
  173. package/templates/frontend/easy/webapp/public/dashboard.html +0 -13
  174. package/templates/frontend/easy/webapp/src/App.vue +0 -181
  175. package/templates/frontend/easy/webapp/src/assets/logo.png +0 -0
  176. package/templates/frontend/easy/webapp/src/components/HelloWorld.vue +0 -59
  177. package/templates/frontend/easy/webapp/src/components/PermBuilder.vue +0 -163
  178. package/templates/frontend/easy/webapp/src/components/PlanExecutor.vue +0 -225
  179. package/templates/frontend/easy/webapp/src/components/ProductPermBuilder.vue +0 -95
  180. package/templates/frontend/easy/webapp/src/components/RmDefinitionChooser.vue +0 -59
  181. package/templates/frontend/easy/webapp/src/components/RmDomainChooser.vue +0 -60
  182. package/templates/frontend/easy/webapp/src/components/RoleBuilder.vue +0 -73
  183. package/templates/frontend/easy/webapp/src/main.js +0 -19
  184. package/templates/frontend/easy/webapp/src/perm-templates.js +0 -189
  185. package/templates/frontend/easy/webapp/src/perms.js +0 -197
  186. package/templates/frontend/easy/webapp/vue.config.js +0 -66
  187. package/templates/frontend/formatList/currency/css/_format_currency.css +0 -11
  188. package/templates/frontend/formatList/currency/css/customizations.__MERGE__.css +0 -1
  189. package/templates/frontend/formatList/currency/js/cob/_format_currency.js +0 -11
  190. package/templates/frontend/formatList/currency/js/customizations2.__MERGE__.js +0 -1
  191. package/templates/frontend/formatList/currency/package.json +0 -3
  192. package/templates/gitignore +0 -14
  193. package/templates/keywords/audit/backend/scripts/_audit.groovy +0 -78
  194. package/templates/keywords/audit/frontend/js/cob/_audit.js +0 -24
  195. package/templates/keywords/audit/frontend/js/customizations2.__MERGE__.js +0 -1
  196. package/templates/keywords/audit/package.json +0 -3
  197. package/templates/keywords/calc/backend/scripts/_calc.groovy +0 -151
  198. package/templates/keywords/calc/frontend/js/cob/_calc.js +0 -193
  199. package/templates/keywords/calc/frontend/js/customizations2.__MERGE__.js +0 -1
  200. package/templates/keywords/calc/package.json +0 -3
  201. package/templates/keywords/image/frontend/js/cob/_image.js +0 -30
  202. package/templates/keywords/image/frontend/js/customizations2.__MERGE__.js +0 -1
  203. package/templates/keywords/image/package.json +0 -3
  204. package/templates/keywords/kibana/frontend/js/cob/_kibana.js +0 -58
  205. package/templates/keywords/kibana/frontend/js/customizations2.__MERGE__.js +0 -1
  206. package/templates/keywords/kibana/package.json +0 -3
  207. package/templates/keywords/log/backend/scripts/_log.groovy +0 -95
  208. package/templates/keywords/log/frontend/css/_log.css +0 -5
  209. package/templates/keywords/log/frontend/css/customizations.__MERGE__.css +0 -1
  210. package/templates/keywords/log/package.json +0 -3
  211. package/templates/keywords/styleResults/frontend/css/_styleResults.css +0 -86
  212. package/templates/keywords/styleResults/frontend/css/customizations.__MERGE__.css +0 -1
  213. package/templates/keywords/styleResults/frontend/js/cob/_styleResults.js +0 -38
  214. package/templates/keywords/styleResults/frontend/js/customizations2.__MERGE__.js +0 -1
  215. package/templates/keywords/styleResults/package.json +0 -3
@@ -1,924 +0,0 @@
1
- {
2
- "id": null,
3
- "name": "Dashboard",
4
- "description": null,
5
- "duplicable": null,
6
- "state": "enabled",
7
- "fieldDefinitions": [
8
- {
9
- "id": null,
10
- "name": "Dashboard Info",
11
- "required": null,
12
- "description": "$group",
13
- "condition": null,
14
- "duplicable": false,
15
- "fields": [],
16
- "order": 0,
17
- "rootField": true,
18
- "restricted": false,
19
- "defaultValue": null
20
- },
21
- {
22
- "id": null,
23
- "name": "Name",
24
- "required": null,
25
- "description": "$expanded $instanceLabel",
26
- "condition": null,
27
- "duplicable": false,
28
- "fields": [],
29
- "order": 1,
30
- "rootField": true,
31
- "restricted": false,
32
- "defaultValue": null
33
- },
34
- {
35
- "id": null,
36
- "name": "DashboardCustomize",
37
- "required": null,
38
- "description": "$[Classes,Image,Width,Grid,Access] $multiple $help[Select the defaults to change] $style[hide] ",
39
- "condition": null,
40
- "duplicable": false,
41
- "fields": [
42
- {
43
- "id": null,
44
- "name": "DashboardClasses",
45
- "required": null,
46
- "description": "$default(h-full bg-cover bg-center overflow-auto p-3) Default: h-full bg-cover bg-center overflow-auto p-3",
47
- "condition": "=Classes",
48
- "duplicable": false,
49
- "fields": [],
50
- "order": 3,
51
- "rootField": false,
52
- "restricted": false,
53
- "defaultValue": "h-full bg-cover bg-center overflow-auto p-3"
54
- },
55
- {
56
- "id": null,
57
- "name": "Image",
58
- "required": null,
59
- "description": "$file Default:none",
60
- "condition": "=Image",
61
- "duplicable": false,
62
- "fields": [],
63
- "order": 4,
64
- "rootField": false,
65
- "restricted": false,
66
- "defaultValue": null
67
- },
68
- {
69
- "id": null,
70
- "name": "Width",
71
- "required": null,
72
- "description": "Default: max-w-6xl mx-auto ",
73
- "condition": "=Width",
74
- "duplicable": false,
75
- "fields": [],
76
- "order": 5,
77
- "rootField": false,
78
- "restricted": false,
79
- "defaultValue": null
80
- },
81
- {
82
- "id": null,
83
- "name": "Grid",
84
- "required": null,
85
- "description": "$default(grid grid-flow-row-dense md:grid-cols-12) Default: grid grid-flow-row-dense md:grid-cols-12",
86
- "condition": "=Grid",
87
- "duplicable": false,
88
- "fields": [],
89
- "order": 6,
90
- "rootField": false,
91
- "restricted": false,
92
- "defaultValue": "grid grid-flow-row-dense md:grid-cols-12"
93
- },
94
- {
95
- "id": null,
96
- "name": "GroupAccess",
97
- "required": null,
98
- "description": "$instanceDescription Group allowed to access this dashboard",
99
- "condition": "=Access",
100
- "duplicable": true,
101
- "fields": [],
102
- "order": 7,
103
- "rootField": false,
104
- "restricted": false,
105
- "defaultValue": null
106
- }
107
- ],
108
- "order": 2,
109
- "rootField": true,
110
- "restricted": false,
111
- "defaultValue": null
112
- },
113
- {
114
- "id": null,
115
- "name": "URL",
116
- "required": null,
117
- "description": "$link $auto.text(id).join('/recordm/index.html#/cob.custom-resource/',id,'/dash') $instanceDescription",
118
- "condition": null,
119
- "duplicable": false,
120
- "fields": [],
121
- "order": 8,
122
- "rootField": true,
123
- "restricted": false,
124
- "defaultValue": null
125
- },
126
- {
127
- "id": null,
128
- "name": "Boards",
129
- "required": null,
130
- "description": "$group",
131
- "condition": null,
132
- "duplicable": false,
133
- "fields": [],
134
- "order": 9,
135
- "rootField": true,
136
- "restricted": false,
137
- "defaultValue": null
138
- },
139
- {
140
- "id": null,
141
- "name": "Board",
142
- "required": null,
143
- "description": null,
144
- "condition": null,
145
- "duplicable": true,
146
- "fields": [
147
- {
148
- "id": null,
149
- "name": "BoardCustomize",
150
- "required": null,
151
- "description": "$[Classes,Image] $multiple $help[Select the defaults to change] $style[hide] ",
152
- "condition": null,
153
- "duplicable": false,
154
- "fields": [
155
- {
156
- "id": null,
157
- "name": "BoardClasses",
158
- "required": null,
159
- "description": "$default(md:col-span-4 rounded-md border border-gray-300 p-4 m-1) Default: md:col-span-4 rounded-md border border-gray-300 p-4 m-1",
160
- "condition": "=Classes",
161
- "duplicable": false,
162
- "fields": [],
163
- "order": 12,
164
- "rootField": false,
165
- "restricted": false,
166
- "defaultValue": "md:col-span-4 rounded-md border border-gray-300 p-4 m-1"
167
- },
168
- {
169
- "id": null,
170
- "name": "Image",
171
- "required": null,
172
- "description": "$file Default: none",
173
- "condition": "=Image",
174
- "duplicable": false,
175
- "fields": [],
176
- "order": 13,
177
- "rootField": false,
178
- "restricted": false,
179
- "defaultValue": null
180
- }
181
- ],
182
- "order": 11,
183
- "rootField": false,
184
- "restricted": false,
185
- "defaultValue": null
186
- },
187
- {
188
- "id": null,
189
- "name": "Component",
190
- "required": null,
191
- "description": "$[Label,Menu,Totals,Kibana,Filter,Calendar] $instanceDescription $style[singleColumn] ",
192
- "condition": null,
193
- "duplicable": true,
194
- "fields": [
195
- {
196
- "id": null,
197
- "name": "LabelCustomize",
198
- "required": null,
199
- "description": "$[Classes,Image] $multiple $help[Select the defaults to change] $style[hide] ",
200
- "condition": "=Label",
201
- "duplicable": false,
202
- "fields": [
203
- {
204
- "id": null,
205
- "name": "LabelClasses",
206
- "required": null,
207
- "description": "$default(text-center) Default: text-center",
208
- "condition": "=Classes",
209
- "duplicable": false,
210
- "fields": [],
211
- "order": 16,
212
- "rootField": false,
213
- "restricted": false,
214
- "defaultValue": "text-center"
215
- },
216
- {
217
- "id": null,
218
- "name": "Image",
219
- "required": null,
220
- "description": "$file Default: none",
221
- "condition": "=Image",
222
- "duplicable": false,
223
- "fields": [],
224
- "order": 17,
225
- "rootField": false,
226
- "restricted": false,
227
- "defaultValue": null
228
- }
229
- ],
230
- "order": 15,
231
- "rootField": false,
232
- "restricted": false,
233
- "defaultValue": null
234
- },
235
- {
236
- "id": null,
237
- "name": "Label",
238
- "required": null,
239
- "description": null,
240
- "condition": "=Label",
241
- "duplicable": false,
242
- "fields": [],
243
- "order": 18,
244
- "rootField": false,
245
- "restricted": false,
246
- "defaultValue": null
247
- },
248
- {
249
- "id": null,
250
- "name": "MenuCustomize",
251
- "required": null,
252
- "description": "$[Classes] $multiple $help[Select the defaults to change] $style[hide] ",
253
- "condition": "=Menu",
254
- "duplicable": false,
255
- "fields": [
256
- {
257
- "id": null,
258
- "name": "MenuClasses",
259
- "required": null,
260
- "description": "$default(flex flex-col gap-y-2) Default: flex flex-col gap-y-2",
261
- "condition": "=Classes",
262
- "duplicable": false,
263
- "fields": [],
264
- "order": 20,
265
- "rootField": false,
266
- "restricted": false,
267
- "defaultValue": "flex flex-col gap-y-2"
268
- }
269
- ],
270
- "order": 19,
271
- "rootField": false,
272
- "restricted": false,
273
- "defaultValue": null
274
- },
275
- {
276
- "id": null,
277
- "name": "Text",
278
- "required": null,
279
- "description": null,
280
- "condition": "=Menu",
281
- "duplicable": true,
282
- "fields": [
283
- {
284
- "id": null,
285
- "name": "TextCustomize",
286
- "required": null,
287
- "description": "$[Classes,Icon,Attention,Visibility] $multiple $help[Select the defaults to change] $style[hide] ",
288
- "condition": null,
289
- "duplicable": false,
290
- "fields": [
291
- {
292
- "id": null,
293
- "name": "TextClasses",
294
- "required": null,
295
- "description": "$default(transition ease-in-out duration-300 rounded-md border border-gray-300 border-l-2 border-l-sky-600 shadow-sm transform hover:translate-x-0.5 p-2) Default: transition ease-in-out duration-300 rounded-md border border-gray-300 border-l-2 border-l-sky-600 shadow-sm transform hover:translate-x-0.5 p-2",
296
- "condition": "=Classes",
297
- "duplicable": false,
298
- "fields": [],
299
- "order": 23,
300
- "rootField": false,
301
- "restricted": false,
302
- "defaultValue": "transition ease-in-out duration-300 rounded-md border border-gray-300 border-l-2 border-l-sky-600 shadow-sm transform hover:translate-x-0.5 p-2"
303
- },
304
- {
305
- "id": null,
306
- "name": "Icon",
307
- "required": null,
308
- "description": "Default: none Example: fa-solid fa-circle-chevron-left",
309
- "condition": "=Icon",
310
- "duplicable": false,
311
- "fields": [],
312
- "order": 24,
313
- "rootField": false,
314
- "restricted": false,
315
- "defaultValue": null
316
- },
317
- {
318
- "id": null,
319
- "name": "TextAttention",
320
- "required": null,
321
- "description": "Crisis:<=-5, ActionableBad:-4 .. -1, No action Required:0, ActionableGood:1..4,Extraordinary:>=5",
322
- "condition": "=Attention",
323
- "duplicable": false,
324
- "fields": [],
325
- "order": 25,
326
- "rootField": false,
327
- "restricted": false,
328
- "defaultValue": null
329
- },
330
- {
331
- "id": null,
332
- "name": "GroupVisibility",
333
- "required": null,
334
- "description": "Group allowed to view this menu line",
335
- "condition": "=Visibility",
336
- "duplicable": true,
337
- "fields": [],
338
- "order": 26,
339
- "rootField": false,
340
- "restricted": false,
341
- "defaultValue": null
342
- }
343
- ],
344
- "order": 22,
345
- "rootField": false,
346
- "restricted": false,
347
- "defaultValue": null
348
- },
349
- {
350
- "id": null,
351
- "name": "Link",
352
- "required": null,
353
- "description": null,
354
- "condition": null,
355
- "duplicable": false,
356
- "fields": [],
357
- "order": 27,
358
- "rootField": false,
359
- "restricted": false,
360
- "defaultValue": null
361
- }
362
- ],
363
- "order": 21,
364
- "rootField": false,
365
- "restricted": false,
366
- "defaultValue": null
367
- },
368
- {
369
- "id": null,
370
- "name": "TotalsCustomize",
371
- "required": null,
372
- "description": "$[Classes,InputVar] $multiple $help[Select the defaults to change] $style[hide] ",
373
- "condition": "=Totals",
374
- "duplicable": false,
375
- "fields": [
376
- {
377
- "id": null,
378
- "name": "TotalsClasses",
379
- "required": null,
380
- "description": "$default(w-full table-auto) Default: w-full table-auto",
381
- "condition": "=Classes",
382
- "duplicable": false,
383
- "fields": [],
384
- "order": 29,
385
- "rootField": false,
386
- "restricted": false,
387
- "defaultValue": "w-full table-auto"
388
- },
389
- {
390
- "id": null,
391
- "name": "InputVarTotals",
392
- "required": null,
393
- "description": null,
394
- "condition": "=InputVar",
395
- "duplicable": true,
396
- "fields": [],
397
- "order": 30,
398
- "rootField": false,
399
- "restricted": false,
400
- "defaultValue": null
401
- }
402
- ],
403
- "order": 28,
404
- "rootField": false,
405
- "restricted": false,
406
- "defaultValue": null
407
- },
408
- {
409
- "id": null,
410
- "name": "Line",
411
- "required": null,
412
- "description": null,
413
- "condition": "=Totals",
414
- "duplicable": true,
415
- "fields": [
416
- {
417
- "id": null,
418
- "name": "LineCustomize",
419
- "required": null,
420
- "description": "$[LineClasses,TitleClasses] $multiple $help[Select the defaults to change] $style[hide] ",
421
- "condition": null,
422
- "duplicable": false,
423
- "fields": [
424
- {
425
- "id": null,
426
- "name": "LineClasses",
427
- "required": null,
428
- "description": "$default(text-right) Default: text-right",
429
- "condition": "=LineClasses",
430
- "duplicable": false,
431
- "fields": [],
432
- "order": 33,
433
- "rootField": false,
434
- "restricted": false,
435
- "defaultValue": "text-right"
436
- },
437
- {
438
- "id": null,
439
- "name": "TitleClasses",
440
- "required": null,
441
- "description": "$default(text-left p-2) Default: text-left p-2",
442
- "condition": "=TitleClasses",
443
- "duplicable": false,
444
- "fields": [],
445
- "order": 34,
446
- "rootField": false,
447
- "restricted": false,
448
- "defaultValue": "text-left p-2"
449
- }
450
- ],
451
- "order": 32,
452
- "rootField": false,
453
- "restricted": false,
454
- "defaultValue": null
455
- },
456
- {
457
- "id": null,
458
- "name": "Value",
459
- "required": null,
460
- "description": "$[*Label,definitionCount,domainCount,fieldSum,fieldAverage,fieldWeightedAverage,dmEquipmentCount,link] ",
461
- "condition": null,
462
- "duplicable": true,
463
- "fields": [
464
- {
465
- "id": null,
466
- "name": "ValueCustomize",
467
- "required": null,
468
- "description": "$[Classes,View,Attention,AttentionClasses,Unit] $multiple $help[Select the defaults to change] $style[hide]",
469
- "condition": null,
470
- "duplicable": false,
471
- "fields": [
472
- {
473
- "id": null,
474
- "name": "ValueClasses",
475
- "required": null,
476
- "description": "$default(w-0 p-2) Default: w-0 p-2",
477
- "condition": "=Classes",
478
- "duplicable": false,
479
- "fields": [],
480
- "order": 37,
481
- "rootField": false,
482
- "restricted": false,
483
- "defaultValue": "w-0 p-2"
484
- },
485
- {
486
- "id": null,
487
- "name": "View",
488
- "required": null,
489
- "description": "Default: none",
490
- "condition": "=View",
491
- "duplicable": false,
492
- "fields": [],
493
- "order": 38,
494
- "rootField": false,
495
- "restricted": false,
496
- "defaultValue": null
497
- },
498
- {
499
- "id": null,
500
- "name": "ValueAttention",
501
- "required": null,
502
- "description": "Crisis:<=-5, ActionableBad:-4 .. -1, No action Required:0, ActionableGood:1..4,Extraordinary:>=5",
503
- "condition": "=Attention",
504
- "duplicable": false,
505
- "fields": [],
506
- "order": 39,
507
- "rootField": false,
508
- "restricted": false,
509
- "defaultValue": null
510
- },
511
- {
512
- "id": null,
513
- "name": "ValueAttentionClasses",
514
- "required": null,
515
- "description": "$default(fa-solid fa-circle pr-1 animate-pulse text-lg align-middle) Default: fa-solid fa-circle pr-1 animate-pulse text-lg align-middle",
516
- "condition": "=AttentionClasses",
517
- "duplicable": false,
518
- "fields": [],
519
- "order": 40,
520
- "rootField": false,
521
- "restricted": false,
522
- "defaultValue": "fa-solid fa-circle pr-1 animate-pulse text-lg align-middle"
523
- },
524
- {
525
- "id": null,
526
- "name": "Unit",
527
- "required": null,
528
- "description": null,
529
- "condition": "=Unit",
530
- "duplicable": false,
531
- "fields": [],
532
- "order": 41,
533
- "rootField": false,
534
- "restricted": false,
535
- "defaultValue": null
536
- }
537
- ],
538
- "order": 36,
539
- "rootField": false,
540
- "restricted": false,
541
- "defaultValue": null
542
- },
543
- {
544
- "id": null,
545
- "name": "Arg",
546
- "required": null,
547
- "description": null,
548
- "condition": null,
549
- "duplicable": true,
550
- "fields": [],
551
- "order": 42,
552
- "rootField": false,
553
- "restricted": false,
554
- "defaultValue": null
555
- }
556
- ],
557
- "order": 35,
558
- "rootField": false,
559
- "restricted": false,
560
- "defaultValue": "Label"
561
- }
562
- ],
563
- "order": 31,
564
- "rootField": false,
565
- "restricted": false,
566
- "defaultValue": null
567
- },
568
- {
569
- "id": null,
570
- "name": "KibanaCustomize",
571
- "required": null,
572
- "description": "$[Classes,InputVar,OutputVar,Query] $multiple $help[Select the defaults to change] $style[hide] ",
573
- "condition": "=Kibana",
574
- "duplicable": false,
575
- "fields": [
576
- {
577
- "id": null,
578
- "name": "KibanaClasses",
579
- "required": null,
580
- "description": null,
581
- "condition": "=Classes",
582
- "duplicable": false,
583
- "fields": [],
584
- "order": 44,
585
- "rootField": false,
586
- "restricted": false,
587
- "defaultValue": null
588
- },
589
- {
590
- "id": null,
591
- "name": "InputVarKibana",
592
- "required": null,
593
- "description": null,
594
- "condition": "=InputVar",
595
- "duplicable": true,
596
- "fields": [],
597
- "order": 45,
598
- "rootField": false,
599
- "restricted": false,
600
- "defaultValue": null
601
- },
602
- {
603
- "id": null,
604
- "name": "OutputVarKibana",
605
- "required": null,
606
- "description": null,
607
- "condition": "=OutputVar",
608
- "duplicable": false,
609
- "fields": [],
610
- "order": 46,
611
- "rootField": false,
612
- "restricted": false,
613
- "defaultValue": null
614
- },
615
- {
616
- "id": null,
617
- "name": "InputQueryKibana",
618
- "required": null,
619
- "description": "Atenção: espaços no Kibana são OR e não AND",
620
- "condition": "=Query",
621
- "duplicable": false,
622
- "fields": [],
623
- "order": 47,
624
- "rootField": false,
625
- "restricted": false,
626
- "defaultValue": null
627
- }
628
- ],
629
- "order": 43,
630
- "rootField": false,
631
- "restricted": false,
632
- "defaultValue": null
633
- },
634
- {
635
- "id": null,
636
- "name": "ShareLink",
637
- "required": null,
638
- "description": null,
639
- "condition": "=Kibana",
640
- "duplicable": false,
641
- "fields": [],
642
- "order": 48,
643
- "rootField": false,
644
- "restricted": false,
645
- "defaultValue": null
646
- },
647
- {
648
- "id": null,
649
- "name": "FilterCustomize",
650
- "required": null,
651
- "description": "$[Classes,Type,Placeholder] $multiple $help[Select the defaults to change] $style[hide] ",
652
- "condition": "=Filter",
653
- "duplicable": false,
654
- "fields": [
655
- {
656
- "id": null,
657
- "name": "FilterClasses",
658
- "required": null,
659
- "description": null,
660
- "condition": "=Classes",
661
- "duplicable": false,
662
- "fields": [],
663
- "order": 50,
664
- "rootField": false,
665
- "restricted": false,
666
- "defaultValue": null
667
- },
668
- {
669
- "id": null,
670
- "name": "Type",
671
- "required": null,
672
- "description": "$[Text,List,Date]",
673
- "condition": "=Type",
674
- "duplicable": false,
675
- "fields": [
676
- {
677
- "id": null,
678
- "name": "Alternatives",
679
- "required": null,
680
- "description": null,
681
- "condition": "=List",
682
- "duplicable": false,
683
- "fields": [],
684
- "order": 52,
685
- "rootField": false,
686
- "restricted": false,
687
- "defaultValue": null
688
- },
689
- {
690
- "id": null,
691
- "name": "DateFilterType",
692
- "required": null,
693
- "description": null,
694
- "condition": "=Date",
695
- "duplicable": false,
696
- "fields": [],
697
- "order": 53,
698
- "rootField": false,
699
- "restricted": false,
700
- "defaultValue": null
701
- }
702
- ],
703
- "order": 51,
704
- "rootField": false,
705
- "restricted": false,
706
- "defaultValue": null
707
- },
708
- {
709
- "id": null,
710
- "name": "Placeholder",
711
- "required": null,
712
- "description": "#default(Pesquisar...) default: Pesquisar...",
713
- "condition": "=Placeholder",
714
- "duplicable": false,
715
- "fields": [],
716
- "order": 54,
717
- "rootField": false,
718
- "restricted": false,
719
- "defaultValue": null
720
- }
721
- ],
722
- "order": 49,
723
- "rootField": false,
724
- "restricted": false,
725
- "defaultValue": null
726
- },
727
- {
728
- "id": null,
729
- "name": "OutputVarFilter",
730
- "required": null,
731
- "description": null,
732
- "condition": "=Filter",
733
- "duplicable": false,
734
- "fields": [],
735
- "order": 55,
736
- "rootField": false,
737
- "restricted": false,
738
- "defaultValue": null
739
- },
740
- {
741
- "id": null,
742
- "name": "Query",
743
- "required": null,
744
- "description": null,
745
- "condition": "=MD List",
746
- "duplicable": false,
747
- "fields": [],
748
- "order": 56,
749
- "rootField": false,
750
- "restricted": false,
751
- "defaultValue": null
752
- },
753
- {
754
- "id": null,
755
- "name": "CalendarCustomize",
756
- "required": null,
757
- "description": "$[Classes,InputVar,OutputVar,Settings] $multiple $help[Select the defaults to change] $style[hide] ",
758
- "condition": "=Calendar",
759
- "duplicable": false,
760
- "fields": [
761
- {
762
- "id": null,
763
- "name": "CalendarClasses",
764
- "required": null,
765
- "description": null,
766
- "condition": "=Classes",
767
- "duplicable": false,
768
- "fields": [],
769
- "order": 58,
770
- "rootField": false,
771
- "restricted": false,
772
- "defaultValue": null
773
- },
774
- {
775
- "id": null,
776
- "name": "InputVarCalendar",
777
- "required": null,
778
- "description": null,
779
- "condition": "=InputVar",
780
- "duplicable": false,
781
- "fields": [],
782
- "order": 59,
783
- "rootField": false,
784
- "restricted": false,
785
- "defaultValue": null
786
- },
787
- {
788
- "id": null,
789
- "name": "MaxVisibleDayEvents",
790
- "required": null,
791
- "description": "$number(0) Specify the maximum number of events that will be visible before enabling the +more link. Set to -1 to list all events. Defaults to 3.",
792
- "condition": "=Settings",
793
- "duplicable": false,
794
- "fields": [],
795
- "order": 60,
796
- "rootField": false,
797
- "restricted": false,
798
- "defaultValue": null
799
- },
800
- {
801
- "id": null,
802
- "name": "AllowCreateInstances",
803
- "required": "mandatory",
804
- "description": "$[TRUE,FALSE] $default(FALSE)",
805
- "condition": "=Settings",
806
- "duplicable": false,
807
- "fields": [],
808
- "order": 61,
809
- "rootField": false,
810
- "restricted": false,
811
- "defaultValue": "FALSE"
812
- },
813
- {
814
- "id": null,
815
- "name": "OutputVarCalendar",
816
- "required": null,
817
- "description": null,
818
- "condition": "=OutputVar",
819
- "duplicable": false,
820
- "fields": [],
821
- "order": 62,
822
- "rootField": false,
823
- "restricted": false,
824
- "defaultValue": null
825
- }
826
- ],
827
- "order": 57,
828
- "rootField": false,
829
- "restricted": false,
830
- "defaultValue": null
831
- },
832
- {
833
- "id": null,
834
- "name": "Definition",
835
- "required": "mandatory",
836
- "description": "$definition",
837
- "condition": "=Calendar",
838
- "duplicable": false,
839
- "fields": [],
840
- "order": 63,
841
- "rootField": false,
842
- "restricted": false,
843
- "defaultValue": null
844
- },
845
- {
846
- "id": null,
847
- "name": "DateStartEventField",
848
- "required": "mandatory",
849
- "description": "Name of the definition date field that represents the beginning of the event",
850
- "condition": "=Calendar",
851
- "duplicable": false,
852
- "fields": [],
853
- "order": 64,
854
- "rootField": false,
855
- "restricted": false,
856
- "defaultValue": null
857
- },
858
- {
859
- "id": null,
860
- "name": "DateEndEventField",
861
- "required": null,
862
- "description": "Name of the definition date field that represents the end of the event",
863
- "condition": "=Calendar",
864
- "duplicable": false,
865
- "fields": [],
866
- "order": 65,
867
- "rootField": false,
868
- "restricted": false,
869
- "defaultValue": null
870
- },
871
- {
872
- "id": null,
873
- "name": "DescriptionEventField",
874
- "required": "mandatory",
875
- "description": "Name of the definition field to use as the event description",
876
- "condition": "=Calendar",
877
- "duplicable": false,
878
- "fields": [],
879
- "order": 66,
880
- "rootField": false,
881
- "restricted": false,
882
- "defaultValue": null
883
- },
884
- {
885
- "id": null,
886
- "name": "StateEventField",
887
- "required": null,
888
- "description": "Name of the field to calculate the color for the event. If not defined it will use always the same color for all events",
889
- "condition": "=Calendar",
890
- "duplicable": false,
891
- "fields": [],
892
- "order": 67,
893
- "rootField": false,
894
- "restricted": false,
895
- "defaultValue": null
896
- },
897
- {
898
- "id": null,
899
- "name": "EventsQuery",
900
- "required": null,
901
- "description": "Define a query to restrict the results that will appear in the calendar. Defaults to all records in the definition",
902
- "condition": "=Calendar",
903
- "duplicable": false,
904
- "fields": [],
905
- "order": 68,
906
- "rootField": false,
907
- "restricted": false,
908
- "defaultValue": null
909
- }
910
- ],
911
- "order": 14,
912
- "rootField": false,
913
- "restricted": false,
914
- "defaultValue": null
915
- }
916
- ],
917
- "order": 10,
918
- "rootField": true,
919
- "restricted": false,
920
- "defaultValue": null
921
- }
922
- ],
923
- "version": null
924
- }