@servicenow/sdk-build-plugins 4.2.0 → 4.4.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 (349) hide show
  1. package/dist/acl-plugin.js +11 -0
  2. package/dist/acl-plugin.js.map +1 -1
  3. package/dist/applicability-plugin.d.ts +2 -0
  4. package/dist/applicability-plugin.js +72 -0
  5. package/dist/applicability-plugin.js.map +1 -0
  6. package/dist/atf/test-plugin.js +5 -2
  7. package/dist/atf/test-plugin.js.map +1 -1
  8. package/dist/basic-syntax-plugin.js +7 -1
  9. package/dist/basic-syntax-plugin.js.map +1 -1
  10. package/dist/business-rule-plugin.js +1 -0
  11. package/dist/business-rule-plugin.js.map +1 -1
  12. package/dist/call-expression-plugin.js +1 -107
  13. package/dist/call-expression-plugin.js.map +1 -1
  14. package/dist/column/column-to-record.d.ts +10 -3
  15. package/dist/column/column-to-record.js +44 -7
  16. package/dist/column/column-to-record.js.map +1 -1
  17. package/dist/column-plugin.d.ts +3 -1
  18. package/dist/column-plugin.js +12 -12
  19. package/dist/column-plugin.js.map +1 -1
  20. package/dist/dashboard/dashboard-component-property-defaults.d.ts +152 -0
  21. package/dist/dashboard/dashboard-component-property-defaults.js +264 -0
  22. package/dist/dashboard/dashboard-component-property-defaults.js.map +1 -0
  23. package/dist/dashboard/dashboard-component-resolver.d.ts +13 -0
  24. package/dist/dashboard/dashboard-component-resolver.js +69 -0
  25. package/dist/dashboard/dashboard-component-resolver.js.map +1 -0
  26. package/dist/dashboard/dashboard-plugin.d.ts +12 -0
  27. package/dist/dashboard/dashboard-plugin.js +397 -0
  28. package/dist/dashboard/dashboard-plugin.js.map +1 -0
  29. package/dist/data-plugin.d.ts +3 -0
  30. package/dist/data-plugin.js +61 -113
  31. package/dist/data-plugin.js.map +1 -1
  32. package/dist/email-notification-plugin.d.ts +2 -0
  33. package/dist/email-notification-plugin.js +541 -0
  34. package/dist/email-notification-plugin.js.map +1 -0
  35. package/dist/flow/constants/flow-plugin-constants.d.ts +58 -0
  36. package/dist/flow/constants/flow-plugin-constants.js +70 -0
  37. package/dist/flow/constants/flow-plugin-constants.js.map +1 -0
  38. package/dist/flow/flow-logic/flow-logic-constants.d.ts +38 -0
  39. package/dist/flow/flow-logic/flow-logic-constants.js +118 -0
  40. package/dist/flow/flow-logic/flow-logic-constants.js.map +1 -0
  41. package/dist/flow/flow-logic/flow-logic-diagnostics.d.ts +19 -0
  42. package/dist/flow/flow-logic/flow-logic-diagnostics.js +503 -0
  43. package/dist/flow/flow-logic/flow-logic-diagnostics.js.map +1 -0
  44. package/dist/flow/flow-logic/flow-logic-plugin-helpers.d.ts +62 -0
  45. package/dist/flow/flow-logic/flow-logic-plugin-helpers.js +2092 -0
  46. package/dist/flow/flow-logic/flow-logic-plugin-helpers.js.map +1 -0
  47. package/dist/flow/flow-logic/flow-logic-plugin.d.ts +52 -0
  48. package/dist/flow/flow-logic/flow-logic-plugin.js +283 -0
  49. package/dist/flow/flow-logic/flow-logic-plugin.js.map +1 -0
  50. package/dist/flow/flow-logic/flow-logic-shapes.d.ts +104 -0
  51. package/dist/flow/flow-logic/flow-logic-shapes.js +201 -0
  52. package/dist/flow/flow-logic/flow-logic-shapes.js.map +1 -0
  53. package/dist/flow/plugins/approval-rules-plugin.d.ts +2 -0
  54. package/dist/flow/plugins/approval-rules-plugin.js +49 -0
  55. package/dist/flow/plugins/approval-rules-plugin.js.map +1 -0
  56. package/dist/flow/plugins/flow-action-definition-plugin.d.ts +2 -0
  57. package/dist/flow/plugins/flow-action-definition-plugin.js +286 -0
  58. package/dist/flow/plugins/flow-action-definition-plugin.js.map +1 -0
  59. package/dist/flow/plugins/flow-data-pill-plugin.d.ts +9 -0
  60. package/dist/flow/plugins/flow-data-pill-plugin.js +212 -0
  61. package/dist/flow/plugins/flow-data-pill-plugin.js.map +1 -0
  62. package/dist/flow/plugins/flow-definition-plugin.d.ts +2 -0
  63. package/dist/flow/plugins/flow-definition-plugin.js +1668 -0
  64. package/dist/flow/plugins/flow-definition-plugin.js.map +1 -0
  65. package/dist/flow/plugins/flow-diagnostics-plugin.d.ts +26 -0
  66. package/dist/flow/plugins/flow-diagnostics-plugin.js +217 -0
  67. package/dist/flow/plugins/flow-diagnostics-plugin.js.map +1 -0
  68. package/dist/flow/plugins/flow-instance-plugin.d.ts +12 -0
  69. package/dist/flow/plugins/flow-instance-plugin.js +1205 -0
  70. package/dist/flow/plugins/flow-instance-plugin.js.map +1 -0
  71. package/dist/flow/plugins/flow-trigger-instance-plugin.d.ts +2 -0
  72. package/dist/flow/plugins/flow-trigger-instance-plugin.js +338 -0
  73. package/dist/flow/plugins/flow-trigger-instance-plugin.js.map +1 -0
  74. package/dist/flow/plugins/inline-script-plugin.d.ts +39 -0
  75. package/dist/flow/plugins/inline-script-plugin.js +80 -0
  76. package/dist/flow/plugins/inline-script-plugin.js.map +1 -0
  77. package/dist/flow/plugins/step-definition-plugin.d.ts +5 -0
  78. package/dist/flow/plugins/step-definition-plugin.js +71 -0
  79. package/dist/flow/plugins/step-definition-plugin.js.map +1 -0
  80. package/dist/flow/plugins/step-instance-plugin.d.ts +31 -0
  81. package/dist/flow/plugins/step-instance-plugin.js +339 -0
  82. package/dist/flow/plugins/step-instance-plugin.js.map +1 -0
  83. package/dist/flow/plugins/trigger-plugin.d.ts +2 -0
  84. package/dist/flow/plugins/trigger-plugin.js +96 -0
  85. package/dist/flow/plugins/trigger-plugin.js.map +1 -0
  86. package/dist/flow/plugins/wfa-datapill-plugin.d.ts +15 -0
  87. package/dist/flow/plugins/wfa-datapill-plugin.js +178 -0
  88. package/dist/flow/plugins/wfa-datapill-plugin.js.map +1 -0
  89. package/dist/flow/utils/approval-rules-processor.d.ts +13 -0
  90. package/dist/flow/utils/approval-rules-processor.js +267 -0
  91. package/dist/flow/utils/approval-rules-processor.js.map +1 -0
  92. package/dist/flow/utils/built-in-complex-objects.d.ts +19 -0
  93. package/dist/flow/utils/built-in-complex-objects.js +62 -0
  94. package/dist/flow/utils/built-in-complex-objects.js.map +1 -0
  95. package/dist/flow/utils/complex-object-resolver.d.ts +8 -0
  96. package/dist/flow/utils/complex-object-resolver.js +614 -0
  97. package/dist/flow/utils/complex-object-resolver.js.map +1 -0
  98. package/dist/flow/utils/complex-objects.d.ts +36 -0
  99. package/dist/flow/utils/complex-objects.js +481 -0
  100. package/dist/flow/utils/complex-objects.js.map +1 -0
  101. package/dist/flow/utils/data-pill-shapes.d.ts +58 -0
  102. package/dist/flow/utils/data-pill-shapes.js +135 -0
  103. package/dist/flow/utils/data-pill-shapes.js.map +1 -0
  104. package/dist/flow/utils/datapill-transformer.d.ts +110 -0
  105. package/dist/flow/utils/datapill-transformer.js +503 -0
  106. package/dist/flow/utils/datapill-transformer.js.map +1 -0
  107. package/dist/flow/utils/flow-constants.d.ts +72 -0
  108. package/dist/flow/utils/flow-constants.js +230 -0
  109. package/dist/flow/utils/flow-constants.js.map +1 -0
  110. package/dist/flow/utils/flow-io-to-record.d.ts +44 -0
  111. package/dist/flow/utils/flow-io-to-record.js +409 -0
  112. package/dist/flow/utils/flow-io-to-record.js.map +1 -0
  113. package/dist/flow/utils/flow-shapes.d.ts +161 -0
  114. package/dist/flow/utils/flow-shapes.js +255 -0
  115. package/dist/flow/utils/flow-shapes.js.map +1 -0
  116. package/dist/flow/utils/flow-to-xml.d.ts +16 -0
  117. package/dist/flow/utils/flow-to-xml.js +237 -0
  118. package/dist/flow/utils/flow-to-xml.js.map +1 -0
  119. package/dist/flow/utils/flow-variable-processor.d.ts +51 -0
  120. package/dist/flow/utils/flow-variable-processor.js +69 -0
  121. package/dist/flow/utils/flow-variable-processor.js.map +1 -0
  122. package/dist/flow/utils/label-cache-parser.d.ts +7 -0
  123. package/dist/flow/utils/label-cache-parser.js +24 -0
  124. package/dist/flow/utils/label-cache-parser.js.map +1 -0
  125. package/dist/flow/utils/label-cache-processor.d.ts +119 -0
  126. package/dist/flow/utils/label-cache-processor.js +719 -0
  127. package/dist/flow/utils/label-cache-processor.js.map +1 -0
  128. package/dist/flow/utils/pill-string-parser.d.ts +88 -0
  129. package/dist/flow/utils/pill-string-parser.js +306 -0
  130. package/dist/flow/utils/pill-string-parser.js.map +1 -0
  131. package/dist/flow/utils/schema-to-flow-object.d.ts +22 -0
  132. package/dist/flow/utils/schema-to-flow-object.js +318 -0
  133. package/dist/flow/utils/schema-to-flow-object.js.map +1 -0
  134. package/dist/flow/utils/service-catalog.d.ts +47 -0
  135. package/dist/flow/utils/service-catalog.js +137 -0
  136. package/dist/flow/utils/service-catalog.js.map +1 -0
  137. package/dist/flow/utils/utils.d.ts +117 -0
  138. package/dist/flow/utils/utils.js +345 -0
  139. package/dist/flow/utils/utils.js.map +1 -0
  140. package/dist/index.d.ts +20 -1
  141. package/dist/index.js +21 -1
  142. package/dist/index.js.map +1 -1
  143. package/dist/list-plugin.js +1 -1
  144. package/dist/list-plugin.js.map +1 -1
  145. package/dist/now-attach-plugin.d.ts +1 -0
  146. package/dist/now-attach-plugin.js +10 -10
  147. package/dist/now-attach-plugin.js.map +1 -1
  148. package/dist/now-ref-plugin.js +1 -1
  149. package/dist/now-ref-plugin.js.map +1 -1
  150. package/dist/record-plugin.d.ts +29 -0
  151. package/dist/record-plugin.js +66 -7
  152. package/dist/record-plugin.js.map +1 -1
  153. package/dist/repack/index.d.ts +2 -0
  154. package/dist/repack/index.js +8 -0
  155. package/dist/repack/index.js.map +1 -1
  156. package/dist/rest-api-plugin.js +54 -44
  157. package/dist/rest-api-plugin.js.map +1 -1
  158. package/dist/server-module-plugin/index.d.ts +10 -0
  159. package/dist/server-module-plugin/index.js +83 -59
  160. package/dist/server-module-plugin/index.js.map +1 -1
  161. package/dist/service-catalog/catalog-clientscript-plugin.d.ts +2 -0
  162. package/dist/service-catalog/catalog-clientscript-plugin.js +117 -0
  163. package/dist/service-catalog/catalog-clientscript-plugin.js.map +1 -0
  164. package/dist/service-catalog/catalog-item-plugin.d.ts +2 -0
  165. package/dist/service-catalog/catalog-item-plugin.js +115 -0
  166. package/dist/service-catalog/catalog-item-plugin.js.map +1 -0
  167. package/dist/service-catalog/catalog-ui-policy-plugin.d.ts +2 -0
  168. package/dist/service-catalog/catalog-ui-policy-plugin.js +266 -0
  169. package/dist/service-catalog/catalog-ui-policy-plugin.js.map +1 -0
  170. package/dist/service-catalog/index.d.ts +5 -0
  171. package/dist/service-catalog/index.js +22 -0
  172. package/dist/service-catalog/index.js.map +1 -0
  173. package/dist/service-catalog/record-to-shape.d.ts +6 -0
  174. package/dist/service-catalog/record-to-shape.js +93 -0
  175. package/dist/service-catalog/record-to-shape.js.map +1 -0
  176. package/dist/service-catalog/sc-record-producer-plugin.d.ts +2 -0
  177. package/dist/service-catalog/sc-record-producer-plugin.js +140 -0
  178. package/dist/service-catalog/sc-record-producer-plugin.js.map +1 -0
  179. package/dist/service-catalog/service-catalog-base.d.ts +311 -0
  180. package/dist/service-catalog/service-catalog-base.js +542 -0
  181. package/dist/service-catalog/service-catalog-base.js.map +1 -0
  182. package/dist/service-catalog/service-catalog-diagnostics.d.ts +45 -0
  183. package/dist/service-catalog/service-catalog-diagnostics.js +172 -0
  184. package/dist/service-catalog/service-catalog-diagnostics.js.map +1 -0
  185. package/dist/service-catalog/shape-to-record.d.ts +8 -0
  186. package/dist/service-catalog/shape-to-record.js +235 -0
  187. package/dist/service-catalog/shape-to-record.js.map +1 -0
  188. package/dist/service-catalog/utils.d.ts +323 -0
  189. package/dist/service-catalog/utils.js +1216 -0
  190. package/dist/service-catalog/utils.js.map +1 -0
  191. package/dist/service-catalog/variable-helper.d.ts +43 -0
  192. package/dist/service-catalog/variable-helper.js +92 -0
  193. package/dist/service-catalog/variable-helper.js.map +1 -0
  194. package/dist/service-catalog/variable-set-plugin.d.ts +2 -0
  195. package/dist/service-catalog/variable-set-plugin.js +175 -0
  196. package/dist/service-catalog/variable-set-plugin.js.map +1 -0
  197. package/dist/service-catalog/variables-transform.d.ts +139 -0
  198. package/dist/service-catalog/variables-transform.js +403 -0
  199. package/dist/service-catalog/variables-transform.js.map +1 -0
  200. package/dist/sla/sla-validators.d.ts +61 -0
  201. package/dist/sla/sla-validators.js +224 -0
  202. package/dist/sla/sla-validators.js.map +1 -0
  203. package/dist/sla-plugin.d.ts +5 -0
  204. package/dist/sla-plugin.js +280 -0
  205. package/dist/sla-plugin.js.map +1 -0
  206. package/dist/static-content-plugin.js +25 -2
  207. package/dist/static-content-plugin.js.map +1 -1
  208. package/dist/table-plugin.js +32 -15
  209. package/dist/table-plugin.js.map +1 -1
  210. package/dist/ui-page-plugin.js +832 -19
  211. package/dist/ui-page-plugin.js.map +1 -1
  212. package/dist/ui-policy-plugin.js +5 -7
  213. package/dist/ui-policy-plugin.js.map +1 -1
  214. package/dist/utils.d.ts +10 -1
  215. package/dist/utils.js +16 -0
  216. package/dist/utils.js.map +1 -1
  217. package/dist/ux-list-menu-config-plugin.d.ts +2 -0
  218. package/dist/ux-list-menu-config-plugin.js +292 -0
  219. package/dist/ux-list-menu-config-plugin.js.map +1 -0
  220. package/dist/workspace-plugin/chrome-tab.d.ts +2 -0
  221. package/dist/workspace-plugin/chrome-tab.js +46 -0
  222. package/dist/workspace-plugin/chrome-tab.js.map +1 -0
  223. package/dist/workspace-plugin/constants.d.ts +52 -0
  224. package/dist/workspace-plugin/constants.js +56 -0
  225. package/dist/workspace-plugin/constants.js.map +1 -0
  226. package/dist/workspace-plugin/fluent-utils.d.ts +9 -0
  227. package/dist/workspace-plugin/fluent-utils.js +60 -0
  228. package/dist/workspace-plugin/fluent-utils.js.map +1 -0
  229. package/dist/workspace-plugin/page.d.ts +8 -0
  230. package/dist/workspace-plugin/page.js +108 -0
  231. package/dist/workspace-plugin/page.js.map +1 -0
  232. package/dist/workspace-plugin/screen.d.ts +1 -0
  233. package/dist/workspace-plugin/screen.js +38 -0
  234. package/dist/workspace-plugin/screen.js.map +1 -0
  235. package/dist/workspace-plugin/templates/index.d.ts +10 -0
  236. package/dist/workspace-plugin/templates/index.js +20 -0
  237. package/dist/workspace-plugin/templates/index.js.map +1 -0
  238. package/dist/workspace-plugin/templates/record-page-composition.d.ts +1 -0
  239. package/dist/workspace-plugin/templates/record-page-composition.js +4043 -0
  240. package/dist/workspace-plugin/templates/record-page-composition.js.map +1 -0
  241. package/dist/workspace-plugin/templates/record-page-data.d.ts +1 -0
  242. package/dist/workspace-plugin/templates/record-page-data.js +527 -0
  243. package/dist/workspace-plugin/templates/record-page-data.js.map +1 -0
  244. package/dist/workspace-plugin/templates/record-page-interalEventMappings.d.ts +1 -0
  245. package/dist/workspace-plugin/templates/record-page-interalEventMappings.js +39 -0
  246. package/dist/workspace-plugin/templates/record-page-interalEventMappings.js.map +1 -0
  247. package/dist/workspace-plugin/templates/record-page-layoutModel.d.ts +1 -0
  248. package/dist/workspace-plugin/templates/record-page-layoutModel.js +55 -0
  249. package/dist/workspace-plugin/templates/record-page-layoutModel.js.map +1 -0
  250. package/dist/workspace-plugin/templates/record-page-properties.d.ts +1 -0
  251. package/dist/workspace-plugin/templates/record-page-properties.js +135 -0
  252. package/dist/workspace-plugin/templates/record-page-properties.js.map +1 -0
  253. package/dist/workspace-plugin/templates/record-page.d.ts +3 -0
  254. package/dist/workspace-plugin/templates/record-page.js +8 -0
  255. package/dist/workspace-plugin/templates/record-page.js.map +1 -0
  256. package/dist/workspace-plugin.d.ts +2 -0
  257. package/dist/workspace-plugin.js +453 -0
  258. package/dist/workspace-plugin.js.map +1 -0
  259. package/package.json +10 -12
  260. package/src/acl-plugin.ts +16 -1
  261. package/src/applicability-plugin.ts +82 -0
  262. package/src/atf/test-plugin.ts +6 -3
  263. package/src/basic-syntax-plugin.ts +10 -1
  264. package/src/business-rule-plugin.ts +2 -1
  265. package/src/call-expression-plugin.ts +2 -130
  266. package/src/column/column-to-record.ts +54 -8
  267. package/src/column-plugin.ts +29 -13
  268. package/src/dashboard/dashboard-component-property-defaults.ts +277 -0
  269. package/src/dashboard/dashboard-component-resolver.ts +69 -0
  270. package/src/dashboard/dashboard-plugin.ts +450 -0
  271. package/src/data-plugin.ts +67 -139
  272. package/src/email-notification-plugin.ts +850 -0
  273. package/src/flow/constants/flow-plugin-constants.ts +79 -0
  274. package/src/flow/flow-logic/flow-logic-constants.ts +120 -0
  275. package/src/flow/flow-logic/flow-logic-diagnostics.ts +591 -0
  276. package/src/flow/flow-logic/flow-logic-plugin-helpers.ts +2550 -0
  277. package/src/flow/flow-logic/flow-logic-plugin.ts +337 -0
  278. package/src/flow/flow-logic/flow-logic-shapes.ts +215 -0
  279. package/src/flow/plugins/approval-rules-plugin.ts +48 -0
  280. package/src/flow/plugins/flow-action-definition-plugin.ts +295 -0
  281. package/src/flow/plugins/flow-data-pill-plugin.ts +258 -0
  282. package/src/flow/plugins/flow-definition-plugin.ts +2173 -0
  283. package/src/flow/plugins/flow-diagnostics-plugin.ts +280 -0
  284. package/src/flow/plugins/flow-instance-plugin.ts +1499 -0
  285. package/src/flow/plugins/flow-trigger-instance-plugin.ts +444 -0
  286. package/src/flow/plugins/inline-script-plugin.ts +83 -0
  287. package/src/flow/plugins/step-definition-plugin.ts +67 -0
  288. package/src/flow/plugins/step-instance-plugin.ts +431 -0
  289. package/src/flow/plugins/trigger-plugin.ts +95 -0
  290. package/src/flow/plugins/wfa-datapill-plugin.ts +213 -0
  291. package/src/flow/utils/approval-rules-processor.ts +298 -0
  292. package/src/flow/utils/built-in-complex-objects.ts +81 -0
  293. package/src/flow/utils/complex-object-resolver.ts +875 -0
  294. package/src/flow/utils/complex-objects.ts +656 -0
  295. package/src/flow/utils/data-pill-shapes.ts +165 -0
  296. package/src/flow/utils/datapill-transformer.ts +632 -0
  297. package/src/flow/utils/flow-constants.ts +285 -0
  298. package/src/flow/utils/flow-io-to-record.ts +533 -0
  299. package/src/flow/utils/flow-shapes.ts +296 -0
  300. package/src/flow/utils/flow-to-xml.ts +318 -0
  301. package/src/flow/utils/flow-variable-processor.ts +100 -0
  302. package/src/flow/utils/label-cache-parser.ts +37 -0
  303. package/src/flow/utils/label-cache-processor.ts +870 -0
  304. package/src/flow/utils/pill-string-parser.ts +375 -0
  305. package/src/flow/utils/schema-to-flow-object.ts +385 -0
  306. package/src/flow/utils/service-catalog.ts +174 -0
  307. package/src/flow/utils/utils.ts +395 -0
  308. package/src/index.ts +20 -1
  309. package/src/list-plugin.ts +1 -1
  310. package/src/now-attach-plugin.ts +14 -11
  311. package/src/now-ref-plugin.ts +1 -1
  312. package/src/record-plugin.ts +76 -11
  313. package/src/repack/index.ts +14 -0
  314. package/src/rest-api-plugin.ts +62 -50
  315. package/src/server-module-plugin/index.ts +112 -86
  316. package/src/service-catalog/catalog-clientscript-plugin.ts +140 -0
  317. package/src/service-catalog/catalog-item-plugin.ts +162 -0
  318. package/src/service-catalog/catalog-ui-policy-plugin.ts +324 -0
  319. package/src/service-catalog/index.ts +5 -0
  320. package/src/service-catalog/record-to-shape.ts +109 -0
  321. package/src/service-catalog/sc-record-producer-plugin.ts +201 -0
  322. package/src/service-catalog/service-catalog-base.ts +600 -0
  323. package/src/service-catalog/service-catalog-diagnostics.ts +254 -0
  324. package/src/service-catalog/shape-to-record.ts +279 -0
  325. package/src/service-catalog/utils.ts +1455 -0
  326. package/src/service-catalog/variable-helper.ts +135 -0
  327. package/src/service-catalog/variable-set-plugin.ts +197 -0
  328. package/src/service-catalog/variables-transform.ts +438 -0
  329. package/src/sla/sla-validators.ts +331 -0
  330. package/src/sla-plugin.ts +358 -0
  331. package/src/static-content-plugin.ts +25 -2
  332. package/src/table-plugin.ts +49 -16
  333. package/src/ui-page-plugin.ts +1063 -20
  334. package/src/ui-policy-plugin.ts +5 -9
  335. package/src/utils.ts +24 -1
  336. package/src/ux-list-menu-config-plugin.ts +312 -0
  337. package/src/workspace-plugin/chrome-tab.ts +44 -0
  338. package/src/workspace-plugin/constants.ts +53 -0
  339. package/src/workspace-plugin/fluent-utils.ts +60 -0
  340. package/src/workspace-plugin/page.ts +139 -0
  341. package/src/workspace-plugin/screen.ts +34 -0
  342. package/src/workspace-plugin/templates/index.ts +17 -0
  343. package/src/workspace-plugin/templates/record-page-composition.ts +4051 -0
  344. package/src/workspace-plugin/templates/record-page-data.ts +523 -0
  345. package/src/workspace-plugin/templates/record-page-interalEventMappings.ts +35 -0
  346. package/src/workspace-plugin/templates/record-page-layoutModel.ts +51 -0
  347. package/src/workspace-plugin/templates/record-page-properties.ts +131 -0
  348. package/src/workspace-plugin/templates/record-page.ts +6 -0
  349. package/src/workspace-plugin.ts +574 -0
@@ -0,0 +1,4051 @@
1
+ export const composition = JSON.stringify([
2
+ {
3
+ definition: {
4
+ id: '13ecfe155b630010b913cbd59b81c7d6',
5
+ type: 'MACROPONENT',
6
+ },
7
+ elementId: 'confirm_modal',
8
+ elementLabel: 'Confirm Modal',
9
+ eventMappings: [],
10
+ extensionPoints: [],
11
+ isHero: false,
12
+ isHidden: {
13
+ type: 'JSON_LITERAL',
14
+ value: null,
15
+ },
16
+ isNonDestructive: false,
17
+ items: [],
18
+ overrides: null,
19
+ propertyValues: {
20
+ content: {
21
+ type: 'TRANSLATION_LITERAL',
22
+ value: {
23
+ code: null,
24
+ comment: '',
25
+ message: 'Continue?',
26
+ },
27
+ },
28
+ defer: {
29
+ type: 'JSON_LITERAL',
30
+ value: true,
31
+ },
32
+ headerLabel: {
33
+ type: 'TRANSLATION_LITERAL',
34
+ value: {
35
+ code: null,
36
+ comment: '',
37
+ message: 'Custom Close Confirmation',
38
+ },
39
+ },
40
+ preventDefaultPrimaryAction: {
41
+ type: 'JSON_LITERAL',
42
+ value: false,
43
+ },
44
+ preventDefaultSecondaryAction: {
45
+ type: 'JSON_LITERAL',
46
+ value: false,
47
+ },
48
+ primaryButtonLabel: {
49
+ type: 'TRANSLATION_LITERAL',
50
+ value: {
51
+ code: null,
52
+ comment: '',
53
+ message: 'Yes',
54
+ },
55
+ },
56
+ secondaryButtonLabel: {
57
+ type: 'TRANSLATION_LITERAL',
58
+ value: {
59
+ code: null,
60
+ comment: '',
61
+ message: 'Cancel',
62
+ },
63
+ },
64
+ size: {
65
+ type: 'JSON_LITERAL',
66
+ value: 'md',
67
+ },
68
+ },
69
+ slot: null,
70
+ styles: {},
71
+ },
72
+ {
73
+ definition: {
74
+ id: '61c315e9ccb8970546c30f3e2da41a32',
75
+ type: 'MACROPONENT_VIEWPORT',
76
+ },
77
+ elementId: 'modalContainerViewport',
78
+ elementLabel: 'Modal Container (Viewport)',
79
+ eventMappings: [],
80
+ extensionPoints: [
81
+ {
82
+ controllerElementId: 'record',
83
+ name: 'Record page modals',
84
+ sysId: 'e38960c1c30301103581a5a1d840dd45',
85
+ },
86
+ ],
87
+ isHero: false,
88
+ isHidden: {
89
+ type: 'JSON_LITERAL',
90
+ value: '',
91
+ },
92
+ isNonDestructive: false,
93
+ items: [],
94
+ overrides: null,
95
+ preset: {
96
+ controllerElementId: 'record',
97
+ disabledEventTargetIds: [],
98
+ id: 'b76d5b8043432110379ea5dccbb8f297',
99
+ },
100
+ propertyValues: {},
101
+ slot: null,
102
+ styles: {},
103
+ },
104
+ {
105
+ definition: {
106
+ id: 'de328a48e97cdcc50a5043e029bf0a66',
107
+ type: 'MACROPONENT',
108
+ },
109
+ elementId: 'reference_info_popover',
110
+ elementLabel: 'Reference Info Popover',
111
+ eventMappings: [],
112
+ isHidden: {
113
+ type: 'JSON_LITERAL',
114
+ value: null,
115
+ },
116
+ overrides: {
117
+ composition: [
118
+ {
119
+ definition: {
120
+ id: 'd356d14b6e293a3020a244b63d278d8f',
121
+ type: 'MACROPONENT',
122
+ },
123
+ elementId: 'reference_info_content',
124
+ elementLabel: 'Reference Info Content',
125
+ eventMappings: [],
126
+ isHidden: {
127
+ type: 'JSON_LITERAL',
128
+ value: null,
129
+ },
130
+ overrides: {
131
+ composition: [
132
+ {
133
+ definition: {
134
+ id: 'd37ce8abca89d02905fed903c8e34d8e',
135
+ type: 'MACROPONENT',
136
+ },
137
+ elementId: 'open_record_button',
138
+ elementLabel: 'Open Record Button',
139
+ eventMappings: [],
140
+ isHidden: {
141
+ type: 'JSON_LITERAL',
142
+ value: null,
143
+ },
144
+ preset: {
145
+ controllerElementId: 'record',
146
+ id: '2c9b775ba59d59482acacfd67c793517',
147
+ },
148
+ propertyValues: {
149
+ configAria: {},
150
+ },
151
+ slot: null,
152
+ styles: null,
153
+ },
154
+ {
155
+ definition: {
156
+ id: 'f4d3254a798ef092d9023d408f257789',
157
+ type: 'MACROPONENT',
158
+ },
159
+ elementId: 'display_only_record_form',
160
+ elementLabel: 'Display Only Form',
161
+ eventMappings: [],
162
+ isHidden: {
163
+ type: 'JSON_LITERAL',
164
+ value: null,
165
+ },
166
+ preset: {
167
+ controllerElementId: 'record',
168
+ id: 'd47e3591999fa213338037c11623e30f',
169
+ },
170
+ propertyValues: {},
171
+ slot: null,
172
+ styles: null,
173
+ },
174
+ ],
175
+ layout: {
176
+ default: {
177
+ children: null,
178
+ items: [
179
+ {
180
+ element_id: 'open_record_button',
181
+ styles: {
182
+ 'align-self': 'flex-end',
183
+ position: 'absolute',
184
+ 'z-index': '99',
185
+ },
186
+ },
187
+ {
188
+ element_id: 'display_only_record_form',
189
+ styles: {
190
+ 'min-height': '80px',
191
+ 'min-width': '504px',
192
+ },
193
+ },
194
+ ],
195
+ root: null,
196
+ rules: null,
197
+ styles: {
198
+ 'align-items': 'stretch',
199
+ display: 'flex',
200
+ 'flex-direction': 'column',
201
+ margin: 'var(--now-scalable-space--md)',
202
+ 'padding-inline-end': 'calc(var(--now-scale-space--sm, 1)*0.5rem)',
203
+ 'padding-top': 'calc(var(--now-scale-space--sm, 1)*0.5rem)',
204
+ },
205
+ templateId: '5832fd4d53c31010e6bcddeeff7b12db',
206
+ type: 'flex',
207
+ },
208
+ version: '3.0.0',
209
+ },
210
+ },
211
+ preset: null,
212
+ propertyValues: {
213
+ hideEmptyStateUi: true,
214
+ includeAriaHeading: false,
215
+ slotWrapperBehavior: 'fullheight',
216
+ type: 'section',
217
+ },
218
+ slot: 'content',
219
+ styles: {
220
+ width: '250px',
221
+ },
222
+ },
223
+ ],
224
+ },
225
+ preset: {
226
+ controllerElementId: 'record',
227
+ id: '79ebea45f4861cca5a2606fb0217d3a6',
228
+ },
229
+ propertyValues: {
230
+ configAria: {},
231
+ positions: {
232
+ type: 'JSON_LITERAL',
233
+ },
234
+ },
235
+ slot: null,
236
+ styles: null,
237
+ },
238
+ {
239
+ definition: {
240
+ id: '07b0bb09419d26f0af681796bc548f19',
241
+ type: 'MACROPONENT',
242
+ },
243
+ elementId: 'resizable_panes',
244
+ elementLabel: 'Resizable panes',
245
+ eventMappings: [
246
+ {
247
+ eventMappingId: 'cktancggnbaaaabbpddhhhsrteeelago',
248
+ isConfiguration: false,
249
+ offRowStorageId: null,
250
+ sourceEventApiName: 'now_resizable_pane.NOW_RESIZABLE_PANES#PANE_SIZES#CHANGED',
251
+ sourceEventCorrelationId: null,
252
+ sourceEventDefinition: {
253
+ apiName: 'now_resizable_pane.NOW_RESIZABLE_PANES#PANE_SIZES#CHANGED',
254
+ id: null,
255
+ type: 'UXEVENT',
256
+ },
257
+ sourceEventSysId: null,
258
+ targets: [
259
+ {
260
+ broker: null,
261
+ clientScript: null,
262
+ conditional: null,
263
+ declarativeAction: null,
264
+ event: null,
265
+ operation: {
266
+ dataBrokerId: '029f04e053610110ac9bddeeff7b1294',
267
+ operationName: 'SRP_UI_CTRL#HANDLE_NOW_RESIZABLE_PANES#PANE_SIZES#CHANGED',
268
+ parentResourceId: 'record',
269
+ payload: {
270
+ container: {
271
+ dividerPosition: {
272
+ binding: {
273
+ address: ['dividerPosition'],
274
+ },
275
+ type: 'EVENT_PAYLOAD_BINDING',
276
+ },
277
+ interaction: {
278
+ binding: {
279
+ address: ['interaction'],
280
+ },
281
+ type: 'EVENT_PAYLOAD_BINDING',
282
+ },
283
+ name: {
284
+ type: 'JSON_LITERAL',
285
+ value: 'form_and_realted_list',
286
+ },
287
+ },
288
+ type: 'MAP_CONTAINER',
289
+ },
290
+ },
291
+ targetId: 'clbblileeeeuaabbffggddeggypvwzbbajy',
292
+ type: 'DATABROKER_OP',
293
+ },
294
+ ],
295
+ },
296
+ ],
297
+ extensionPoints: [],
298
+ isHero: false,
299
+ isNonDestructive: false,
300
+ items: [],
301
+ overrides: {
302
+ composition: [
303
+ {
304
+ definition: {
305
+ id: 'b324da974cef96f2db1d484cfeda4e3e',
306
+ type: 'MACROPONENT_VIEWPORT',
307
+ },
308
+ elementId: 'record_page_tabs',
309
+ elementLabel: 'Main Tab',
310
+ eventMappings: [
311
+ {
312
+ eventMappingId: 'srp_related_list_tab_selected',
313
+ isConfiguration: false,
314
+ offRowStorageId: null,
315
+ sourceEventApiName: 'now_uxf_tab_set.UXF_TAB_SET#TAB_SELECTED',
316
+ sourceEventCorrelationId: null,
317
+ sourceEventDefinition: {
318
+ apiName: 'now_uxf_tab_set.UXF_TAB_SET#TAB_SELECTED',
319
+ id: null,
320
+ type: 'UXEVENT',
321
+ },
322
+ sourceEventSysId: null,
323
+ targets: [
324
+ {
325
+ broker: null,
326
+ clientScript: null,
327
+ conditional: null,
328
+ declarativeAction: null,
329
+ event: null,
330
+ operation: {
331
+ dataBrokerId: '029f04e053610110ac9bddeeff7b1294',
332
+ operationName: 'SRP_UI_CTRL#HANDLE_UXF_TAB_SET#TAB_SELECTED',
333
+ parentResourceId: 'record',
334
+ payload: {
335
+ container: {
336
+ id: {
337
+ type: 'JSON_LITERAL',
338
+ value: 'relatedList',
339
+ },
340
+ isInitialPageLoad: {
341
+ binding: {
342
+ address: ['isInitialPageLoad'],
343
+ },
344
+ type: 'EVENT_PAYLOAD_BINDING',
345
+ },
346
+ selectedTab: {
347
+ binding: {
348
+ address: ['selectedTab'],
349
+ },
350
+ type: 'EVENT_PAYLOAD_BINDING',
351
+ },
352
+ selectedTabIndex: {
353
+ binding: {
354
+ address: ['selectedTabIndex'],
355
+ },
356
+ type: 'EVENT_PAYLOAD_BINDING',
357
+ },
358
+ selectedTabLabel: {
359
+ binding: {
360
+ address: ['selectedTabLabel'],
361
+ },
362
+ type: 'EVENT_PAYLOAD_BINDING',
363
+ },
364
+ },
365
+ type: 'MAP_CONTAINER',
366
+ },
367
+ },
368
+ targetId: 'srp_related_list_tab_selected_target_id',
369
+ type: 'DATABROKER_OP',
370
+ },
371
+ ],
372
+ },
373
+ ],
374
+ extensionPoints: [],
375
+ isHero: false,
376
+ isHidden: {
377
+ operation: {
378
+ left: {
379
+ operation: {
380
+ left: {
381
+ operation: {
382
+ left: {
383
+ operation: {
384
+ left: {
385
+ binding: {
386
+ address: ['record', 'isValid'],
387
+ },
388
+ type: 'DATA_OUTPUT_BINDING',
389
+ },
390
+ operator: 'NOT_EQUAL',
391
+ right: {
392
+ type: 'JSON_LITERAL',
393
+ value: true,
394
+ },
395
+ },
396
+ type: 'BINARY',
397
+ },
398
+ operator: 'AND',
399
+ right: {
400
+ operation: {
401
+ left: {
402
+ binding: {
403
+ address: ['record', 'isValid'],
404
+ },
405
+ type: 'DATA_OUTPUT_BINDING',
406
+ },
407
+ operator: 'NOT_EQUAL',
408
+ right: {
409
+ type: 'JSON_LITERAL',
410
+ value: false,
411
+ },
412
+ },
413
+ type: 'BINARY',
414
+ },
415
+ },
416
+ type: 'BINARY',
417
+ },
418
+ operator: 'OR',
419
+ right: {
420
+ operation: {
421
+ left: {
422
+ binding: {
423
+ address: ['record', 'isValid'],
424
+ },
425
+ type: 'DATA_OUTPUT_BINDING',
426
+ },
427
+ operator: 'EQUAL',
428
+ right: {
429
+ type: 'JSON_LITERAL',
430
+ value: false,
431
+ },
432
+ },
433
+ type: 'BINARY',
434
+ },
435
+ },
436
+ type: 'BINARY',
437
+ },
438
+ operator: 'OR',
439
+ right: {
440
+ operation: {
441
+ left: {
442
+ operation: {
443
+ operand: {
444
+ binding: {
445
+ address: ['record', 'acl'],
446
+ },
447
+ type: 'DATA_OUTPUT_BINDING',
448
+ },
449
+ operator: 'NOT',
450
+ },
451
+ type: 'UNARY',
452
+ },
453
+ operator: 'OR',
454
+ right: {
455
+ operation: {
456
+ left: {
457
+ binding: {
458
+ address: ['record', 'acl', 'canRead'],
459
+ },
460
+ type: 'DATA_OUTPUT_BINDING',
461
+ },
462
+ operator: 'EQUAL',
463
+ right: {
464
+ type: 'JSON_LITERAL',
465
+ value: false,
466
+ },
467
+ },
468
+ type: 'BINARY',
469
+ },
470
+ },
471
+ type: 'BINARY',
472
+ },
473
+ },
474
+ type: 'BINARY',
475
+ },
476
+ isNonDestructive: false,
477
+ items: [
478
+ {
479
+ conditional: {
480
+ type: 'JSON_LITERAL',
481
+ value: null,
482
+ },
483
+ extensionPoint: null,
484
+ icon: '',
485
+ id: 'details',
486
+ label: {
487
+ type: 'TRANSLATION_LITERAL',
488
+ value: {
489
+ code: null,
490
+ comment: '',
491
+ message: 'Details',
492
+ },
493
+ },
494
+ order: 0,
495
+ type: 'local',
496
+ },
497
+ {
498
+ conditional: {
499
+ type: 'JSON_LITERAL',
500
+ value: null,
501
+ },
502
+ extensionPoint: null,
503
+ icon: null,
504
+ id: 'relatedLists',
505
+ label: {
506
+ type: 'TRANSLATION_LITERAL',
507
+ value: {
508
+ code: null,
509
+ comment: '',
510
+ message: 'RelatedList',
511
+ },
512
+ },
513
+ order: 100,
514
+ type: 'template',
515
+ },
516
+ {
517
+ conditional: {
518
+ operation: {
519
+ left: {
520
+ operation: {
521
+ left: {
522
+ binding: {
523
+ address: ['record', 'isNew'],
524
+ },
525
+ type: 'DATA_OUTPUT_BINDING',
526
+ },
527
+ operator: 'OR',
528
+ right: {
529
+ operation: {
530
+ operand: {
531
+ binding: {
532
+ address: ['record', 'isAudited'],
533
+ },
534
+ type: 'DATA_OUTPUT_BINDING',
535
+ },
536
+ operator: 'NOT',
537
+ },
538
+ type: 'UNARY',
539
+ },
540
+ },
541
+ type: 'BINARY',
542
+ },
543
+ operator: 'OR',
544
+ right: {
545
+ operation: {
546
+ left: {
547
+ operation: {
548
+ left: {
549
+ binding: {
550
+ address: ['table'],
551
+ category: 'props',
552
+ },
553
+ type: 'CONTEXT_BINDING',
554
+ },
555
+ operator: 'EQUAL',
556
+ right: {
557
+ type: 'JSON_LITERAL',
558
+ value: 'sys_history_line',
559
+ },
560
+ },
561
+ type: 'BINARY',
562
+ },
563
+ operator: 'OR',
564
+ right: {
565
+ operation: {
566
+ left: {
567
+ binding: {
568
+ address: ['table'],
569
+ category: 'props',
570
+ },
571
+ type: 'CONTEXT_BINDING',
572
+ },
573
+ operator: 'EQUAL',
574
+ right: {
575
+ type: 'JSON_LITERAL',
576
+ value: 'sys_history_set',
577
+ },
578
+ },
579
+ type: 'BINARY',
580
+ },
581
+ },
582
+ type: 'BINARY',
583
+ },
584
+ },
585
+ type: 'BINARY',
586
+ },
587
+ extensionPoint: null,
588
+ icon: null,
589
+ id: 'recordHistory',
590
+ label: {
591
+ type: 'TRANSLATION_LITERAL',
592
+ value: {
593
+ code: null,
594
+ comment: '',
595
+ message: 'Record History',
596
+ },
597
+ },
598
+ order: 300,
599
+ type: 'local',
600
+ },
601
+ ],
602
+ overrides: {
603
+ composition: [
604
+ {
605
+ definition: {
606
+ id: 'd356d14b6e293a3020a244b63d278d8f',
607
+ type: 'MACROPONENT',
608
+ },
609
+ elementId: 'clbbkajgqfaabbffkddfhhbbcixaawahhff',
610
+ elementLabel: 'Details',
611
+ eventMappings: [],
612
+ extensionPoints: [],
613
+ isHero: false,
614
+ isHidden: {
615
+ type: 'JSON_LITERAL',
616
+ value: null,
617
+ },
618
+ isNonDestructive: false,
619
+ items: [],
620
+ overrides: {
621
+ composition: [
622
+ {
623
+ definition: {
624
+ id: '07b0bb09419d26f0af681796bc548f19',
625
+ type: 'MACROPONENT',
626
+ },
627
+ elementId: 'details_resizable_panes',
628
+ elementLabel: 'Details resizable panes',
629
+ eventMappings: [
630
+ {
631
+ eventMappingId: 'cldductbbiibaaaaggjddfhhgrozdbbbbp',
632
+ isConfiguration: false,
633
+ offRowStorageId: null,
634
+ sourceEventApiName:
635
+ 'now_resizable_pane.NOW_RESIZABLE_PANES#PANE_DISPLAYED#CHANGED',
636
+ sourceEventCorrelationId: null,
637
+ sourceEventDefinition: {
638
+ apiName:
639
+ 'now_resizable_pane.NOW_RESIZABLE_PANES#PANE_DISPLAYED#CHANGED',
640
+ id: null,
641
+ type: 'UXEVENT',
642
+ },
643
+ sourceEventSysId: null,
644
+ targets: [
645
+ {
646
+ broker: null,
647
+ clientScript: null,
648
+ conditional: null,
649
+ declarativeAction: null,
650
+ event: null,
651
+ operation: {
652
+ dataBrokerId: '029f04e053610110ac9bddeeff7b1294',
653
+ operationName: 'SRP_UI_CTRL#SAVE_USER_PREFERENCES',
654
+ parentResourceId: 'record',
655
+ payload: {
656
+ container: {
657
+ key: {
658
+ type: 'JSON_LITERAL',
659
+ value: 'details_pane',
660
+ },
661
+ value: {
662
+ binding: {
663
+ address: ['displayedPane'],
664
+ },
665
+ type: 'EVENT_PAYLOAD_BINDING',
666
+ },
667
+ },
668
+ type: 'MAP_CONTAINER',
669
+ },
670
+ },
671
+ targetId: 'cldductbbiibaaaaggkddfhhgdpyfkeuu',
672
+ type: 'DATABROKER_OP',
673
+ },
674
+ ],
675
+ },
676
+ {
677
+ eventMappingId: 'cktancggnbaaaabbpddhhhsrteeelago',
678
+ isConfiguration: false,
679
+ offRowStorageId: null,
680
+ sourceEventApiName:
681
+ 'now_resizable_pane.NOW_RESIZABLE_PANES#PANE_SIZES#CHANGED',
682
+ sourceEventCorrelationId: null,
683
+ sourceEventDefinition: {
684
+ apiName:
685
+ 'now_resizable_pane.NOW_RESIZABLE_PANES#PANE_SIZES#CHANGED',
686
+ id: null,
687
+ type: 'UXEVENT',
688
+ },
689
+ sourceEventSysId: null,
690
+ targets: [
691
+ {
692
+ broker: null,
693
+ clientScript: null,
694
+ conditional: null,
695
+ declarativeAction: null,
696
+ event: null,
697
+ operation: {
698
+ dataBrokerId: '029f04e053610110ac9bddeeff7b1294',
699
+ operationName:
700
+ 'SRP_UI_CTRL#HANDLE_NOW_RESIZABLE_PANES#PANE_SIZES#CHANGED',
701
+ parentResourceId: 'record',
702
+ payload: {
703
+ container: {
704
+ dividerPosition: {
705
+ binding: {
706
+ address: ['dividerPosition'],
707
+ },
708
+ type: 'EVENT_PAYLOAD_BINDING',
709
+ },
710
+ interaction: {
711
+ binding: {
712
+ address: ['interaction'],
713
+ },
714
+ type: 'EVENT_PAYLOAD_BINDING',
715
+ },
716
+ name: {
717
+ type: 'JSON_LITERAL',
718
+ value: 'form',
719
+ },
720
+ },
721
+ type: 'MAP_CONTAINER',
722
+ },
723
+ },
724
+ targetId: 'clbblileeeeuaabbffggddeggypvwzbbajy',
725
+ type: 'DATABROKER_OP',
726
+ },
727
+ ],
728
+ },
729
+ ],
730
+ extensionPoints: [],
731
+ isHero: false,
732
+ isHidden: {
733
+ type: 'JSON_LITERAL',
734
+ value: null,
735
+ },
736
+ isNonDestructive: false,
737
+ items: [],
738
+ overrides: {
739
+ composition: [
740
+ {
741
+ definition: {
742
+ id: 'cdf8d604a3fda59e69ccd6dd407263d6',
743
+ type: 'MACROPONENT',
744
+ },
745
+ elementId: 'form',
746
+ elementLabel: 'Form',
747
+ eventMappings: [],
748
+ extensionPoints: [],
749
+ isHero: false,
750
+ isHidden: {
751
+ type: 'JSON_LITERAL',
752
+ value: null,
753
+ },
754
+ isNonDestructive: false,
755
+ items: [],
756
+ overrides: null,
757
+ preset: {
758
+ controllerElementId: 'record',
759
+ disabledEventTargetIds: [],
760
+ id: '187b98f917f400e17ab765dee8b4fb04',
761
+ },
762
+ propertyValues: {
763
+ disableCollapse: {
764
+ type: 'JSON_LITERAL',
765
+ value: false,
766
+ },
767
+ inRecordPageTab: {
768
+ type: 'JSON_LITERAL',
769
+ value: false,
770
+ },
771
+ inUiBuilder: {
772
+ type: 'JSON_LITERAL',
773
+ value: true,
774
+ },
775
+ isContextMenuHidden: {
776
+ type: 'JSON_LITERAL',
777
+ value: false,
778
+ },
779
+ isFormOptionsHidden: {
780
+ type: 'JSON_LITERAL',
781
+ value: false,
782
+ },
783
+ isRemovePaddingLeft: {
784
+ type: 'JSON_LITERAL',
785
+ value: false,
786
+ },
787
+ isSectionMenuHidden: {
788
+ type: 'JSON_LITERAL',
789
+ value: false,
790
+ },
791
+ isSectionTitleHidden: {
792
+ type: 'JSON_LITERAL',
793
+ value: false,
794
+ },
795
+ scrollableHost: {
796
+ type: 'JSON_LITERAL',
797
+ value: null,
798
+ },
799
+ },
800
+ slot: 'left',
801
+ styles: {
802
+ 'background-color': 'inherit',
803
+ 'margin-top': 'var(--now-scalable-space--lg)',
804
+ 'padding-inline-end': 'var(--now-scalable-space--lg)',
805
+ },
806
+ },
807
+ {
808
+ definition: {
809
+ id: '6eabdb67867c8c8d73f82c4d4b79954b',
810
+ type: 'MACROPONENT',
811
+ },
812
+ elementId: 'stackable_side_by_side_panel',
813
+ elementLabel: 'Stackable Side By Side Panel',
814
+ eventMappings: [],
815
+ extensionPoints: [],
816
+ isHero: false,
817
+ isHidden: {
818
+ type: 'JSON_LITERAL',
819
+ value: null,
820
+ },
821
+ isNonDestructive: false,
822
+ items: [],
823
+ overrides: {
824
+ composition: [
825
+ {
826
+ definition: {
827
+ id: '77cb9632116e67049295c7c35d6a6147',
828
+ type: 'MACROPONENT',
829
+ },
830
+ elementId: 'activity_stream_compose',
831
+ elementLabel: 'Activity Stream Compose',
832
+ eventMappings: [],
833
+ extensionPoints: [],
834
+ isHero: false,
835
+ isHidden: {
836
+ type: 'JSON_LITERAL',
837
+ value: null,
838
+ },
839
+ isNonDestructive: false,
840
+ items: [],
841
+ overrides: null,
842
+ preset: {
843
+ controllerElementId: 'record',
844
+ disabledEventTargetIds: [],
845
+ id: '2d14943d858c1db31f4aaeb0f8f6a938',
846
+ },
847
+ propertyValues: {
848
+ allowJournalFieldSettingsOverrides: {
849
+ type: 'JSON_LITERAL',
850
+ value: true,
851
+ },
852
+ canPostMandatoryFields: {
853
+ type: 'JSON_LITERAL',
854
+ value: false,
855
+ },
856
+ journalFieldSettings: {
857
+ type: 'JSON_LITERAL',
858
+ value: {},
859
+ },
860
+ title: {
861
+ type: 'TRANSLATION_LITERAL',
862
+ value: {
863
+ code: null,
864
+ comment: '',
865
+ message: 'Compose',
866
+ },
867
+ },
868
+ useTabs: {
869
+ type: 'JSON_LITERAL',
870
+ value: true,
871
+ },
872
+ },
873
+ slot: 'sbs-left-top',
874
+ styles: {},
875
+ },
876
+ {
877
+ definition: {
878
+ id: '821dfc11da1d0fb007579ccb53738fd5',
879
+ type: 'MACROPONENT',
880
+ },
881
+ elementId: 'activity_stream',
882
+ elementLabel: 'Activity Stream',
883
+ eventMappings: [],
884
+ extensionPoints: [],
885
+ isHero: false,
886
+ isHidden: {
887
+ type: 'JSON_LITERAL',
888
+ value: null,
889
+ },
890
+ isNonDestructive: false,
891
+ items: [],
892
+ overrides: null,
893
+ preset: {
894
+ controllerElementId: 'record',
895
+ disabledEventTargetIds: [],
896
+ id: '9cac0b2562f3b3bdd2039e0becc94f69',
897
+ },
898
+ propertyValues: {
899
+ showConversationFilter: {
900
+ type: 'JSON_LITERAL',
901
+ value: true,
902
+ },
903
+ showTileAvatars: {
904
+ type: 'JSON_LITERAL',
905
+ value: false,
906
+ },
907
+ showTileIcons: {
908
+ type: 'JSON_LITERAL',
909
+ value: true,
910
+ },
911
+ title: {
912
+ type: 'TRANSLATION_LITERAL',
913
+ value: {
914
+ code: null,
915
+ comment: '',
916
+ message: 'Activity',
917
+ },
918
+ },
919
+ },
920
+ slot: 'sbs-right-bottom',
921
+ styles: {},
922
+ },
923
+ ],
924
+ layout: null,
925
+ },
926
+ preset: {
927
+ controllerElementId: 'record',
928
+ disabledEventTargetIds: [],
929
+ id: '9fe92d17e05fdb497036d3cb62d277fa',
930
+ },
931
+ propertyValues: {
932
+ initialMode: {
933
+ type: 'JSON_LITERAL',
934
+ value: 'stacked',
935
+ },
936
+ },
937
+ slot: 'right',
938
+ styles: {},
939
+ },
940
+ ],
941
+ layout: {},
942
+ },
943
+ preset: {
944
+ controllerElementId: 'record',
945
+ disabledEventTargetIds: [],
946
+ id: '3ddc688e42bc07eff5a0984d93e1cbb0',
947
+ },
948
+ propertyValues: {
949
+ actionBar: {
950
+ binding: {
951
+ address: ['record', 'formLayoutConfig', 'actionBar'],
952
+ },
953
+ type: 'DATA_OUTPUT_BINDING',
954
+ },
955
+ actionBarConfig: {
956
+ container: {
957
+ leftIcon: {
958
+ type: 'JSON_LITERAL',
959
+ value: 'record-activity-details-outline',
960
+ },
961
+ leftTooltip: {
962
+ type: 'TRANSLATION_LITERAL',
963
+ value: {
964
+ code: null,
965
+ comment: '',
966
+ message: 'Editable record form only',
967
+ },
968
+ },
969
+ middleIcon: {
970
+ type: 'JSON_LITERAL',
971
+ value: 'record-activity-stream-outline',
972
+ },
973
+ middleTooltip: {
974
+ type: 'TRANSLATION_LITERAL',
975
+ value: {
976
+ code: null,
977
+ comment: '',
978
+ message:
979
+ 'Editable record form and list of record activities',
980
+ },
981
+ },
982
+ rightIcon: {
983
+ type: 'JSON_LITERAL',
984
+ value: 'record-activity-outline',
985
+ },
986
+ rightTooltip: {
987
+ type: 'TRANSLATION_LITERAL',
988
+ value: {
989
+ code: null,
990
+ comment: '',
991
+ message:
992
+ 'List of record activities and input fields for posting work notes or comments',
993
+ },
994
+ },
995
+ },
996
+ type: 'MAP_CONTAINER',
997
+ },
998
+ defaultDisplayedPane: {
999
+ binding: {
1000
+ address: ['record', 'formLayoutConfig', 'defaultDisplayedPane'],
1001
+ },
1002
+ type: 'DATA_OUTPUT_BINDING',
1003
+ },
1004
+ defaultDividerPosition: {
1005
+ binding: {
1006
+ address: ['record', 'formDividerPosition'],
1007
+ },
1008
+ type: 'DATA_OUTPUT_BINDING',
1009
+ },
1010
+ disabled: {
1011
+ type: 'JSON_LITERAL',
1012
+ value: false,
1013
+ },
1014
+ dividerStyles: {
1015
+ type: 'JSON_LITERAL',
1016
+ value: {},
1017
+ },
1018
+ leftPaneConstraints: {
1019
+ type: 'JSON_LITERAL',
1020
+ value: '{"minRatio": 20, "minPixels": 204}',
1021
+ },
1022
+ rightPaneConstraints: {
1023
+ type: 'JSON_LITERAL',
1024
+ value: '{"minRatio": 20, "minPixels": 275}',
1025
+ },
1026
+ },
1027
+ slot: null,
1028
+ styles: null,
1029
+ },
1030
+ ],
1031
+ layout: {
1032
+ default: {
1033
+ children: null,
1034
+ isInline: null,
1035
+ items: [
1036
+ {
1037
+ element_id: 'details_resizable_panes',
1038
+ styles: {
1039
+ flex: '',
1040
+ width: '100%',
1041
+ },
1042
+ },
1043
+ ],
1044
+ root: null,
1045
+ rules: null,
1046
+ styles: {
1047
+ 'flex-direction': 'row',
1048
+ height: '100%',
1049
+ },
1050
+ templateId: '5832fd4d53c31010e6bcddeeff7b12db',
1051
+ type: 'flex',
1052
+ },
1053
+ version: '3.0.0',
1054
+ },
1055
+ },
1056
+ propertyValues: {
1057
+ ariaRegionHeadingLevel: {
1058
+ type: 'JSON_LITERAL',
1059
+ value: '1',
1060
+ },
1061
+ ariaRegionName: {
1062
+ type: 'TRANSLATION_LITERAL',
1063
+ value: {
1064
+ code: null,
1065
+ comment: '',
1066
+ message: '',
1067
+ },
1068
+ },
1069
+ ariaRole: {
1070
+ type: 'JSON_LITERAL',
1071
+ value: '',
1072
+ },
1073
+ includeAriaHeading: {
1074
+ type: 'JSON_LITERAL',
1075
+ value: false,
1076
+ },
1077
+ type: {
1078
+ type: 'JSON_LITERAL',
1079
+ value: 'section',
1080
+ },
1081
+ },
1082
+ slot: 'details',
1083
+ styles: {
1084
+ height: '100%',
1085
+ overflow: 'hidden',
1086
+ width: '100%',
1087
+ },
1088
+ },
1089
+ {
1090
+ definition: {
1091
+ id: 'REPEATER',
1092
+ type: 'REPEATER',
1093
+ },
1094
+ elementId: 'clbbkalijjhaabbggjjddfhhbbyjjjlzjia',
1095
+ elementLabel: 'RelatedList',
1096
+ eventMappings: [],
1097
+ extensionPoints: [],
1098
+ isHero: false,
1099
+ isHidden: {
1100
+ type: 'JSON_LITERAL',
1101
+ value: null,
1102
+ },
1103
+ isNonDestructive: false,
1104
+ items: [],
1105
+ overrides: {
1106
+ composition: [
1107
+ {
1108
+ definition: {
1109
+ id: '3e6ce775e9b2140536acf1276b4d20bc',
1110
+ type: 'MACROPONENT',
1111
+ },
1112
+ elementId: 'list_related',
1113
+ elementLabel: 'list Related',
1114
+ eventMappings: [],
1115
+ extensionPoints: [],
1116
+ isHero: false,
1117
+ isHidden: {
1118
+ type: 'JSON_LITERAL',
1119
+ value: null,
1120
+ },
1121
+ isNonDestructive: false,
1122
+ items: [],
1123
+ overrides: null,
1124
+ preset: {
1125
+ controllerElementId: 'record',
1126
+ disabledEventTargetIds: [],
1127
+ id: '4e106040332f87d1ac089faa2f01a491',
1128
+ },
1129
+ propertyValues: {},
1130
+ slot: null,
1131
+ styles: {},
1132
+ },
1133
+ ],
1134
+ layout: null,
1135
+ },
1136
+ preset: {
1137
+ controllerElementId: 'record',
1138
+ disabledEventTargetIds: [],
1139
+ id: '8bbec89bce311554517350ae545d6a9b',
1140
+ },
1141
+ propertyValues: {},
1142
+ slot: 'relatedLists',
1143
+ styles: {},
1144
+ },
1145
+ {
1146
+ definition: {
1147
+ id: 'd356d14b6e293a3020a244b63d278d8f',
1148
+ type: 'MACROPONENT',
1149
+ },
1150
+ elementId: 'cldktggggxiiaaccgaddbhhvaaqsxhsgo',
1151
+ elementLabel: 'Record History',
1152
+ eventMappings: [],
1153
+ extensionPoints: [],
1154
+ isHero: false,
1155
+ isHidden: {
1156
+ type: 'JSON_LITERAL',
1157
+ value: null,
1158
+ },
1159
+ isNonDestructive: false,
1160
+ items: [],
1161
+ overrides: {
1162
+ composition: [
1163
+ {
1164
+ definition: {
1165
+ id: '3e6ce775e9b2140536acf1276b4d20bc',
1166
+ type: 'MACROPONENT',
1167
+ },
1168
+ elementId: 'record_history_related_list',
1169
+ elementLabel: 'Record History Related List',
1170
+ eventMappings: [],
1171
+ extensionPoints: [],
1172
+ isHero: false,
1173
+ isHidden: {
1174
+ type: 'JSON_LITERAL',
1175
+ value: null,
1176
+ },
1177
+ isNonDestructive: false,
1178
+ items: [],
1179
+ overrides: null,
1180
+ preset: {
1181
+ controllerElementId: 'record',
1182
+ disabledEventTargetIds: [],
1183
+ id: 'a93554759c571d193bbe0083f3e1dd8d',
1184
+ },
1185
+ propertyValues: {
1186
+ actionConfigId: {
1187
+ type: 'JSON_LITERAL',
1188
+ value: '',
1189
+ },
1190
+ columns: {
1191
+ type: 'JSON_LITERAL',
1192
+ value: '',
1193
+ },
1194
+ groupByField: {
1195
+ type: 'JSON_LITERAL',
1196
+ value: '',
1197
+ },
1198
+ hideCheckboxHover: {
1199
+ type: 'JSON_LITERAL',
1200
+ value: false,
1201
+ },
1202
+ hideColumnGrouping: {
1203
+ type: 'JSON_LITERAL',
1204
+ value: false,
1205
+ },
1206
+ hideColumnReorder: {
1207
+ type: 'JSON_LITERAL',
1208
+ value: false,
1209
+ },
1210
+ hideColumnResizing: {
1211
+ type: 'JSON_LITERAL',
1212
+ value: false,
1213
+ },
1214
+ hideDeclarativeActions: {
1215
+ type: 'JSON_LITERAL',
1216
+ value: false,
1217
+ },
1218
+ hideDotwalk: {
1219
+ type: 'JSON_LITERAL',
1220
+ value: false,
1221
+ },
1222
+ hideHighlightContent: {
1223
+ type: 'JSON_LITERAL',
1224
+ value: false,
1225
+ },
1226
+ hideHighlightedValues: {
1227
+ type: 'JSON_LITERAL',
1228
+ value: false,
1229
+ },
1230
+ hideInlineEditing: {
1231
+ type: 'JSON_LITERAL',
1232
+ value: false,
1233
+ },
1234
+ hideLinks: {
1235
+ type: 'JSON_LITERAL',
1236
+ value: false,
1237
+ },
1238
+ hideNextPage: {
1239
+ type: 'JSON_LITERAL',
1240
+ value: false,
1241
+ },
1242
+ hidePanelAdvanced: {
1243
+ type: 'JSON_LITERAL',
1244
+ value: false,
1245
+ },
1246
+ hidePanelConditionDelete: {
1247
+ type: 'JSON_LITERAL',
1248
+ value: false,
1249
+ },
1250
+ hidePanelFooter: {
1251
+ type: 'JSON_LITERAL',
1252
+ value: false,
1253
+ },
1254
+ hidePanelRestore: {
1255
+ type: 'JSON_LITERAL',
1256
+ value: false,
1257
+ },
1258
+ hidePersonalization: {
1259
+ type: 'JSON_LITERAL',
1260
+ value: false,
1261
+ },
1262
+ hidePreviousPage: {
1263
+ type: 'JSON_LITERAL',
1264
+ value: false,
1265
+ },
1266
+ hideSelectAll: {
1267
+ type: 'JSON_LITERAL',
1268
+ value: false,
1269
+ },
1270
+ hideUnnecessaryRowSelectors: {
1271
+ type: 'JSON_LITERAL',
1272
+ value: true,
1273
+ },
1274
+ highlightContent: {
1275
+ type: 'JSON_LITERAL',
1276
+ value: {
1277
+ color: '',
1278
+ patterns: [],
1279
+ },
1280
+ },
1281
+ highlightedValueConfigId: {
1282
+ type: 'JSON_LITERAL',
1283
+ value: '',
1284
+ },
1285
+ limit: {
1286
+ type: 'JSON_LITERAL',
1287
+ value: null,
1288
+ },
1289
+ maxCharLimit: {
1290
+ type: 'JSON_LITERAL',
1291
+ value: 4000,
1292
+ },
1293
+ maxColumns: {
1294
+ type: 'JSON_LITERAL',
1295
+ value: null,
1296
+ },
1297
+ overrideWordWrapUserPref: {
1298
+ type: 'JSON_LITERAL',
1299
+ value: false,
1300
+ },
1301
+ view: {
1302
+ type: 'JSON_LITERAL',
1303
+ value: 'Default',
1304
+ },
1305
+ wordWrap: {
1306
+ type: 'JSON_LITERAL',
1307
+ value: false,
1308
+ },
1309
+ },
1310
+ slot: null,
1311
+ styles: null,
1312
+ },
1313
+ ],
1314
+ layout: {
1315
+ default: {
1316
+ children: null,
1317
+ isInline: null,
1318
+ items: [
1319
+ {
1320
+ element_id: 'record_history_related_list',
1321
+ styles: {},
1322
+ },
1323
+ ],
1324
+ root: null,
1325
+ rules: null,
1326
+ styles: {
1327
+ display: 'flex',
1328
+ 'flex-direction': 'row',
1329
+ height: '100%',
1330
+ },
1331
+ templateId: '5832fd4d53c31010e6bcddeeff7b12db',
1332
+ type: 'flex',
1333
+ },
1334
+ version: '3.0.0',
1335
+ },
1336
+ },
1337
+ propertyValues: {
1338
+ ariaRegionHeadingLevel: {
1339
+ type: 'JSON_LITERAL',
1340
+ value: '1',
1341
+ },
1342
+ ariaRegionName: {
1343
+ type: 'TRANSLATION_LITERAL',
1344
+ value: {
1345
+ code: null,
1346
+ comment: '',
1347
+ message: '',
1348
+ },
1349
+ },
1350
+ ariaRole: {
1351
+ type: 'JSON_LITERAL',
1352
+ value: '',
1353
+ },
1354
+ includeAriaHeading: {
1355
+ type: 'JSON_LITERAL',
1356
+ value: false,
1357
+ },
1358
+ type: {
1359
+ type: 'JSON_LITERAL',
1360
+ value: 'section',
1361
+ },
1362
+ },
1363
+ slot: 'recordHistory',
1364
+ styles: {
1365
+ height: '100%',
1366
+ overflow: 'hidden',
1367
+ width: '100%',
1368
+ },
1369
+ },
1370
+ ],
1371
+ layout: null,
1372
+ },
1373
+ propertyValues: {
1374
+ defaultRoute: null,
1375
+ dynamicTabData: {
1376
+ type: 'JSON_LITERAL',
1377
+ value: null,
1378
+ },
1379
+ enableCollapsing: {
1380
+ type: 'JSON_LITERAL',
1381
+ value: false,
1382
+ },
1383
+ fixedWidth: {
1384
+ type: 'JSON_LITERAL',
1385
+ value: null,
1386
+ },
1387
+ hideLabel: {
1388
+ type: 'JSON_LITERAL',
1389
+ value: null,
1390
+ },
1391
+ initiallyCollapsed: {
1392
+ type: 'JSON_LITERAL',
1393
+ value: false,
1394
+ },
1395
+ items: {
1396
+ container: [],
1397
+ type: 'LIST_CONTAINER',
1398
+ },
1399
+ maxWidth: {
1400
+ type: 'JSON_LITERAL',
1401
+ value: 240,
1402
+ },
1403
+ position: {
1404
+ type: 'JSON_LITERAL',
1405
+ value: 'top',
1406
+ },
1407
+ selectedTab: {
1408
+ binding: {
1409
+ address: ['selectedTab'],
1410
+ category: 'props',
1411
+ },
1412
+ type: 'CONTEXT_BINDING',
1413
+ },
1414
+ showInlinePadding: {
1415
+ type: 'JSON_LITERAL',
1416
+ value: true,
1417
+ },
1418
+ size: {
1419
+ type: 'JSON_LITERAL',
1420
+ value: 'md',
1421
+ },
1422
+ spaceBetweenItems: {
1423
+ type: 'JSON_LITERAL',
1424
+ value: 'none',
1425
+ },
1426
+ tabStyles: {
1427
+ type: 'JSON_LITERAL',
1428
+ value: '.tabset-tabs{\n\n}\n.tabset-container{\n\n}',
1429
+ },
1430
+ viewportConfiguration: {
1431
+ type: 'JSON_LITERAL',
1432
+ value: {
1433
+ enableDataDrivenTabs: true,
1434
+ validation: {
1435
+ icon: {
1436
+ required: false,
1437
+ },
1438
+ name: {
1439
+ required: true,
1440
+ },
1441
+ order: {
1442
+ required: false,
1443
+ },
1444
+ },
1445
+ },
1446
+ },
1447
+ },
1448
+ slot: 'left',
1449
+ styles: {},
1450
+ triggers: [
1451
+ {
1452
+ id: 'dd9c2e57a1c3010acbf1e113805ca3f6',
1453
+ type: 'SHORTCUT',
1454
+ },
1455
+ ],
1456
+ },
1457
+ {
1458
+ definition: {
1459
+ id: 'b324da974cef96f2db1d484cfeda4e3e',
1460
+ type: 'MACROPONENT_VIEWPORT',
1461
+ },
1462
+ elementId: 'viewport_gph',
1463
+ elementLabel: 'Tab sidebar',
1464
+ eventMappings: [
1465
+ {
1466
+ eventMappingId: 'srp_sidebar_list_tab_selected',
1467
+ isConfiguration: false,
1468
+ offRowStorageId: null,
1469
+ sourceEventApiName: 'now_uxf_tab_set.UXF_TAB_SET#TAB_SELECTED',
1470
+ sourceEventCorrelationId: null,
1471
+ sourceEventDefinition: {
1472
+ apiName: 'now_uxf_tab_set.UXF_TAB_SET#TAB_SELECTED',
1473
+ id: null,
1474
+ type: 'UXEVENT',
1475
+ },
1476
+ sourceEventSysId: null,
1477
+ targets: [
1478
+ {
1479
+ broker: null,
1480
+ clientScript: null,
1481
+ conditional: null,
1482
+ declarativeAction: null,
1483
+ event: null,
1484
+ operation: {
1485
+ dataBrokerId: '029f04e053610110ac9bddeeff7b1294',
1486
+ operationName: 'SRP_UI_CTRL#HANDLE_UXF_TAB_SET#TAB_SELECTED',
1487
+ parentResourceId: 'record',
1488
+ payload: {
1489
+ container: {
1490
+ id: {
1491
+ type: 'JSON_LITERAL',
1492
+ value: 'sidebar',
1493
+ },
1494
+ isInitialPageLoad: {
1495
+ binding: {
1496
+ address: ['isInitialPageLoad'],
1497
+ },
1498
+ type: 'EVENT_PAYLOAD_BINDING',
1499
+ },
1500
+ selectedTabIndex: {
1501
+ binding: {
1502
+ address: ['selectedTabIndex'],
1503
+ },
1504
+ type: 'EVENT_PAYLOAD_BINDING',
1505
+ },
1506
+ },
1507
+ type: 'MAP_CONTAINER',
1508
+ },
1509
+ },
1510
+ targetId: 'srp_sidebar_list_tab_selected_target_id',
1511
+ type: 'DATABROKER_OP',
1512
+ },
1513
+ ],
1514
+ },
1515
+ {
1516
+ eventMappingId: 'srp_ui_controller_sidebar_collapsed',
1517
+ isConfiguration: false,
1518
+ offRowStorageId: null,
1519
+ sourceEventApiName: 'now_uxf_tab_set.UXF_TAB_SET#TAB_COLLAPSED',
1520
+ sourceEventCorrelationId: null,
1521
+ sourceEventDefinition: {
1522
+ apiName: 'now_uxf_tab_set.UXF_TAB_SET#TAB_COLLAPSED',
1523
+ id: null,
1524
+ type: 'UXEVENT',
1525
+ },
1526
+ sourceEventSysId: null,
1527
+ targets: [
1528
+ {
1529
+ broker: null,
1530
+ clientScript: null,
1531
+ conditional: null,
1532
+ declarativeAction: null,
1533
+ event: null,
1534
+ operation: {
1535
+ dataBrokerId: '029f04e053610110ac9bddeeff7b1294',
1536
+ operationName: 'SRP_UI_CTRL#HANDLE_UXF_TAB_SET#TAB_COLLAPSED',
1537
+ parentResourceId: 'record',
1538
+ payload: {
1539
+ container: {
1540
+ collapsed: {
1541
+ binding: {
1542
+ address: ['collapsed'],
1543
+ },
1544
+ type: 'EVENT_PAYLOAD_BINDING',
1545
+ },
1546
+ isVertical: {
1547
+ binding: {
1548
+ address: ['isVertical'],
1549
+ },
1550
+ type: 'EVENT_PAYLOAD_BINDING',
1551
+ },
1552
+ },
1553
+ type: 'MAP_CONTAINER',
1554
+ },
1555
+ },
1556
+ targetId: 'srp_ui_controller_sidebar_collapsed_target_id',
1557
+ type: 'DATABROKER_OP',
1558
+ },
1559
+ ],
1560
+ },
1561
+ {
1562
+ eventMappingId: 'srp_sidebar_list_tab_items_changed',
1563
+ isConfiguration: false,
1564
+ offRowStorageId: null,
1565
+ sourceEventApiName: 'now_uxf_tab_set.UXF_TAB_SET#TAB_ITEMS_CHANGED',
1566
+ sourceEventCorrelationId: null,
1567
+ sourceEventDefinition: {
1568
+ apiName: 'now_uxf_tab_set.UXF_TAB_SET#TAB_ITEMS_CHANGED',
1569
+ id: null,
1570
+ type: 'UXEVENT',
1571
+ },
1572
+ sourceEventSysId: null,
1573
+ targets: [
1574
+ {
1575
+ broker: null,
1576
+ clientScript: null,
1577
+ conditional: null,
1578
+ declarativeAction: null,
1579
+ event: null,
1580
+ operation: {
1581
+ dataBrokerId: '029f04e053610110ac9bddeeff7b1294',
1582
+ operationName: 'RECORD_CTRL#TAB_ITEMS_CHANGED',
1583
+ parentResourceId: 'record',
1584
+ payload: {
1585
+ container: {
1586
+ previousTabs: {
1587
+ binding: {
1588
+ address: ['previousTabs'],
1589
+ },
1590
+ type: 'EVENT_PAYLOAD_BINDING',
1591
+ },
1592
+ sourceTab: {
1593
+ type: 'JSON_LITERAL',
1594
+ value: 'sidebar',
1595
+ },
1596
+ tabs: {
1597
+ binding: {
1598
+ address: ['tabs'],
1599
+ },
1600
+ type: 'EVENT_PAYLOAD_BINDING',
1601
+ },
1602
+ },
1603
+ type: 'MAP_CONTAINER',
1604
+ },
1605
+ },
1606
+ targetId: 'srp_sidebar_tab_items_changed_target_id',
1607
+ type: 'DATABROKER_OP',
1608
+ },
1609
+ ],
1610
+ },
1611
+ ],
1612
+ extensionPoints: [],
1613
+ isHero: false,
1614
+ isHidden: {
1615
+ operation: {
1616
+ left: {
1617
+ operation: {
1618
+ left: {
1619
+ operation: {
1620
+ left: {
1621
+ operation: {
1622
+ left: {
1623
+ binding: {
1624
+ address: ['record', 'isValid'],
1625
+ },
1626
+ type: 'DATA_OUTPUT_BINDING',
1627
+ },
1628
+ operator: 'NOT_EQUAL',
1629
+ right: {
1630
+ type: 'JSON_LITERAL',
1631
+ value: true,
1632
+ },
1633
+ },
1634
+ type: 'BINARY',
1635
+ },
1636
+ operator: 'AND',
1637
+ right: {
1638
+ operation: {
1639
+ left: {
1640
+ binding: {
1641
+ address: ['record', 'isValid'],
1642
+ },
1643
+ type: 'DATA_OUTPUT_BINDING',
1644
+ },
1645
+ operator: 'NOT_EQUAL',
1646
+ right: {
1647
+ type: 'JSON_LITERAL',
1648
+ value: false,
1649
+ },
1650
+ },
1651
+ type: 'BINARY',
1652
+ },
1653
+ },
1654
+ type: 'BINARY',
1655
+ },
1656
+ operator: 'OR',
1657
+ right: {
1658
+ operation: {
1659
+ left: {
1660
+ binding: {
1661
+ address: ['record', 'isValid'],
1662
+ },
1663
+ type: 'DATA_OUTPUT_BINDING',
1664
+ },
1665
+ operator: 'EQUAL',
1666
+ right: {
1667
+ type: 'JSON_LITERAL',
1668
+ value: false,
1669
+ },
1670
+ },
1671
+ type: 'BINARY',
1672
+ },
1673
+ },
1674
+ type: 'BINARY',
1675
+ },
1676
+ operator: 'OR',
1677
+ right: {
1678
+ operation: {
1679
+ left: {
1680
+ operation: {
1681
+ operand: {
1682
+ binding: {
1683
+ address: ['record', 'acl'],
1684
+ },
1685
+ type: 'DATA_OUTPUT_BINDING',
1686
+ },
1687
+ operator: 'NOT',
1688
+ },
1689
+ type: 'UNARY',
1690
+ },
1691
+ operator: 'OR',
1692
+ right: {
1693
+ operation: {
1694
+ left: {
1695
+ binding: {
1696
+ address: ['record', 'acl', 'canRead'],
1697
+ },
1698
+ type: 'DATA_OUTPUT_BINDING',
1699
+ },
1700
+ operator: 'EQUAL',
1701
+ right: {
1702
+ type: 'JSON_LITERAL',
1703
+ value: false,
1704
+ },
1705
+ },
1706
+ type: 'BINARY',
1707
+ },
1708
+ },
1709
+ type: 'BINARY',
1710
+ },
1711
+ },
1712
+ type: 'BINARY',
1713
+ },
1714
+ isNonDestructive: false,
1715
+ items: [
1716
+ {
1717
+ conditional: {
1718
+ type: 'JSON_LITERAL',
1719
+ value: null,
1720
+ },
1721
+ extensionPoint: null,
1722
+ icon: 'paperclip-outline',
1723
+ id: 'cl1kaspl4018r3f71g8elq06t',
1724
+ label: {
1725
+ type: 'TRANSLATION_LITERAL',
1726
+ value: {
1727
+ code: null,
1728
+ comment: '',
1729
+ message: 'Attachment',
1730
+ },
1731
+ },
1732
+ order: 100,
1733
+ type: 'local',
1734
+ },
1735
+ {
1736
+ conditional: {
1737
+ type: 'JSON_LITERAL',
1738
+ value: null,
1739
+ },
1740
+ extensionPoint: null,
1741
+ icon: 'document-outline',
1742
+ id: 'cl1kat6qr018u3f717uit8kll',
1743
+ label: {
1744
+ type: 'TRANSLATION_LITERAL',
1745
+ value: {
1746
+ code: null,
1747
+ comment: '',
1748
+ message: 'Template',
1749
+ },
1750
+ },
1751
+ order: 200,
1752
+ type: 'local',
1753
+ },
1754
+ {
1755
+ conditional: {
1756
+ type: 'JSON_LITERAL',
1757
+ value: null,
1758
+ },
1759
+ extensionPoint: null,
1760
+ icon: 'agent-transfer-outline',
1761
+ id: 'd4e363c047fcfe507f347bcdc26d432a',
1762
+ label: {
1763
+ type: 'TRANSLATION_LITERAL',
1764
+ value: {
1765
+ code: null,
1766
+ comment: '',
1767
+ message: 'Agent assist',
1768
+ },
1769
+ },
1770
+ order: 300,
1771
+ type: 'local',
1772
+ },
1773
+ {
1774
+ conditional: {
1775
+ type: 'JSON_LITERAL',
1776
+ value: null,
1777
+ },
1778
+ extensionPoint: null,
1779
+ icon: 'add-item-above-fill',
1780
+ id: 'c1e363c047fcfe507f347bcdc26d4330',
1781
+ label: {
1782
+ type: 'TRANSLATION_LITERAL',
1783
+ value: {
1784
+ code: null,
1785
+ comment: '',
1786
+ message: 'Ribbon',
1787
+ },
1788
+ },
1789
+ order: 400,
1790
+ type: 'local',
1791
+ },
1792
+ ],
1793
+ overrides: {
1794
+ composition: [
1795
+ {
1796
+ definition: {
1797
+ id: 'd356d14b6e293a3020a244b63d278d8f',
1798
+ type: 'MACROPONENT',
1799
+ },
1800
+ elementId: 'clbbkasplxaabbiisddfhhbbhhiimzggicc',
1801
+ elementLabel: 'Attachment',
1802
+ eventMappings: [],
1803
+ extensionPoints: [],
1804
+ isHero: false,
1805
+ isHidden: {
1806
+ type: 'JSON_LITERAL',
1807
+ value: null,
1808
+ },
1809
+ isNonDestructive: false,
1810
+ items: [],
1811
+ overrides: {
1812
+ composition: [
1813
+ {
1814
+ definition: {
1815
+ id: '0e238931bce36c9fe3b52475c69c85a3',
1816
+ type: 'MACROPONENT',
1817
+ },
1818
+ elementId: 'attachment',
1819
+ elementLabel: 'Attachment tab item',
1820
+ eventMappings: [],
1821
+ extensionPoints: [],
1822
+ isHero: false,
1823
+ isHidden: {
1824
+ type: 'JSON_LITERAL',
1825
+ value: null,
1826
+ },
1827
+ isNonDestructive: false,
1828
+ items: [],
1829
+ overrides: null,
1830
+ preset: {
1831
+ controllerElementId: 'record',
1832
+ disabledEventTargetIds: [],
1833
+ id: '91616e506c60c163a00d1ac6f5568746',
1834
+ },
1835
+ propertyValues: {},
1836
+ slot: null,
1837
+ styles: null,
1838
+ },
1839
+ ],
1840
+ layout: {
1841
+ default: {
1842
+ children: null,
1843
+ isInline: null,
1844
+ items: [
1845
+ {
1846
+ element_id: 'attachment',
1847
+ styles: {
1848
+ position: 'relative',
1849
+ },
1850
+ },
1851
+ ],
1852
+ root: null,
1853
+ rules: null,
1854
+ styles: {
1855
+ height: 'calc( 100% - ( (2rem * var(--now-scale-space--xl, 1)) + (var(--now-scale-space--xl, 1) * var(--now-static-space--xl))))',
1856
+ 'margin-top': 'var(--now-scalable-space--xs)',
1857
+ overflow: 'auto',
1858
+ padding: 'var(--now-scalable-space--lg)',
1859
+ },
1860
+ templateId: '5832fd4d53c31010e6bcddeeff7b12db',
1861
+ type: 'grid',
1862
+ },
1863
+ version: '3.0.0',
1864
+ },
1865
+ },
1866
+ propertyValues: {
1867
+ ariaRegionHeadingLevel: {
1868
+ type: 'JSON_LITERAL',
1869
+ value: '1',
1870
+ },
1871
+ ariaRegionName: {
1872
+ type: 'TRANSLATION_LITERAL',
1873
+ value: {
1874
+ code: null,
1875
+ comment: '',
1876
+ message: '',
1877
+ },
1878
+ },
1879
+ ariaRole: {
1880
+ type: 'JSON_LITERAL',
1881
+ value: '',
1882
+ },
1883
+ includeAriaHeading: {
1884
+ type: 'JSON_LITERAL',
1885
+ value: false,
1886
+ },
1887
+ type: {
1888
+ type: 'JSON_LITERAL',
1889
+ value: 'section',
1890
+ },
1891
+ },
1892
+ slot: 'cl1kaspl4018r3f71g8elq06t',
1893
+ styles: {
1894
+ height: '100%',
1895
+ position: 'relative',
1896
+ width: '100%',
1897
+ },
1898
+ },
1899
+ {
1900
+ definition: {
1901
+ id: 'd356d14b6e293a3020a244b63d278d8f',
1902
+ type: 'MACROPONENT',
1903
+ },
1904
+ elementId: 'clbbkatggrcaabbiivddfhhbbccjocthqm',
1905
+ elementLabel: 'Template',
1906
+ eventMappings: [],
1907
+ extensionPoints: [],
1908
+ isHero: false,
1909
+ isHidden: {
1910
+ type: 'JSON_LITERAL',
1911
+ value: null,
1912
+ },
1913
+ isNonDestructive: false,
1914
+ items: [],
1915
+ overrides: {
1916
+ composition: [
1917
+ {
1918
+ definition: {
1919
+ id: '9fa0b553c3649c0254f64f3a7983e61e',
1920
+ type: 'MACROPONENT',
1921
+ },
1922
+ elementId: 'form_templates',
1923
+ elementLabel: 'Form Template tab item',
1924
+ eventMappings: [],
1925
+ extensionPoints: [],
1926
+ isHero: false,
1927
+ isHidden: {
1928
+ type: 'JSON_LITERAL',
1929
+ value: null,
1930
+ },
1931
+ isNonDestructive: false,
1932
+ items: [],
1933
+ overrides: null,
1934
+ preset: {
1935
+ controllerElementId: 'record',
1936
+ disabledEventTargetIds: [],
1937
+ id: '7288829a5f3eac46f3ba9b509e985f1e',
1938
+ },
1939
+ propertyValues: {
1940
+ bare: {
1941
+ type: 'JSON_LITERAL',
1942
+ value: true,
1943
+ },
1944
+ hideMyTemplates: {
1945
+ type: 'JSON_LITERAL',
1946
+ value: false,
1947
+ },
1948
+ refreshRequested: {
1949
+ binding: {
1950
+ address: ['record', 'templatesRefresh'],
1951
+ },
1952
+ type: 'DATA_OUTPUT_BINDING',
1953
+ },
1954
+ },
1955
+ slot: null,
1956
+ styles: null,
1957
+ },
1958
+ ],
1959
+ layout: {
1960
+ default: {
1961
+ children: null,
1962
+ isInline: null,
1963
+ items: [
1964
+ {
1965
+ element_id: 'form_templates',
1966
+ styles: {
1967
+ height: '100%',
1968
+ 'margin-left': 'var(--now-scalable-space--lg)',
1969
+ 'margin-right': 'var(--now-scalable-space--lg)',
1970
+ 'margin-top': 'var(--now-scalable-space--lg)',
1971
+ position: 'relative',
1972
+ width: '100%',
1973
+ },
1974
+ },
1975
+ ],
1976
+ root: null,
1977
+ rules: null,
1978
+ styles: {
1979
+ height: '100%',
1980
+ 'margin-top': 'var(--now-scalable-space--xs)',
1981
+ width: '100%',
1982
+ },
1983
+ templateId: '5832fd4d53c31010e6bcddeeff7b12db',
1984
+ type: 'flex',
1985
+ },
1986
+ version: '3.0.0',
1987
+ },
1988
+ },
1989
+ propertyValues: {
1990
+ ariaRegionHeadingLevel: {
1991
+ type: 'JSON_LITERAL',
1992
+ value: '1',
1993
+ },
1994
+ ariaRegionName: {
1995
+ type: 'TRANSLATION_LITERAL',
1996
+ value: {
1997
+ code: null,
1998
+ comment: '',
1999
+ message: '',
2000
+ },
2001
+ },
2002
+ ariaRole: {
2003
+ type: 'JSON_LITERAL',
2004
+ value: '',
2005
+ },
2006
+ includeAriaHeading: {
2007
+ type: 'JSON_LITERAL',
2008
+ value: false,
2009
+ },
2010
+ type: {
2011
+ type: 'JSON_LITERAL',
2012
+ value: 'section',
2013
+ },
2014
+ },
2015
+ slot: 'cl1kat6qr018u3f717uit8kll',
2016
+ styles: {
2017
+ height: '100%',
2018
+ width: '100%',
2019
+ },
2020
+ },
2021
+ {
2022
+ definition: {
2023
+ id: 'd356d14b6e293a3020a244b63d278d8f',
2024
+ type: 'MACROPONENT',
2025
+ },
2026
+ elementId: '18e363c047fcfe507f347bcdc26d432a',
2027
+ elementLabel: 'Agent assist',
2028
+ eventMappings: [],
2029
+ extensionPoints: [],
2030
+ isHero: false,
2031
+ isHidden: {
2032
+ type: 'JSON_LITERAL',
2033
+ value: null,
2034
+ },
2035
+ isNonDestructive: false,
2036
+ items: [],
2037
+ overrides: {
2038
+ composition: [
2039
+ {
2040
+ definition: {
2041
+ id: 'cf203eb517e037bf0a780f0de3ae544e',
2042
+ type: 'MACROPONENT',
2043
+ },
2044
+ elementId: 'agent_assist_1',
2045
+ elementLabel: 'Agent assist 1',
2046
+ eventMappings: [],
2047
+ extensionPoints: [],
2048
+ isHero: false,
2049
+ isHidden: {
2050
+ type: 'JSON_LITERAL',
2051
+ value: null,
2052
+ },
2053
+ isNonDestructive: false,
2054
+ items: [],
2055
+ overrides: null,
2056
+ preset: {
2057
+ controllerElementId: 'record',
2058
+ disabledEventTargetIds: [],
2059
+ id: '87d83e39b38eae90b654532b737b2dc9',
2060
+ },
2061
+ propertyValues: {},
2062
+ slot: null,
2063
+ styles: {},
2064
+ },
2065
+ ],
2066
+ layout: {
2067
+ default: {
2068
+ children: null,
2069
+ isInline: null,
2070
+ items: [
2071
+ {
2072
+ element_id: 'agent_assist_1',
2073
+ styles: {},
2074
+ },
2075
+ ],
2076
+ root: null,
2077
+ rules: null,
2078
+ styles: {
2079
+ 'flex-direction': 'column',
2080
+ height: '100%',
2081
+ position: 'relative',
2082
+ width: '100%',
2083
+ },
2084
+ templateId: '5832fd4d53c31010e6bcddeeff7b12db',
2085
+ type: 'flex',
2086
+ },
2087
+ version: '3.0.0',
2088
+ },
2089
+ },
2090
+ propertyValues: {
2091
+ ariaRegionHeadingLevel: {
2092
+ type: 'JSON_LITERAL',
2093
+ value: '1',
2094
+ },
2095
+ ariaRegionName: {
2096
+ type: 'TRANSLATION_LITERAL',
2097
+ value: {
2098
+ code: null,
2099
+ comment: '',
2100
+ message: '',
2101
+ },
2102
+ },
2103
+ ariaRole: {
2104
+ type: 'JSON_LITERAL',
2105
+ value: '',
2106
+ },
2107
+ includeAriaHeading: {
2108
+ type: 'JSON_LITERAL',
2109
+ value: false,
2110
+ },
2111
+ type: {
2112
+ type: 'JSON_LITERAL',
2113
+ value: 'section',
2114
+ },
2115
+ },
2116
+ slot: 'd4e363c047fcfe507f347bcdc26d432a',
2117
+ styles: {
2118
+ width: '100%',
2119
+ },
2120
+ },
2121
+ {
2122
+ definition: {
2123
+ id: 'd356d14b6e293a3020a244b63d278d8f',
2124
+ type: 'MACROPONENT',
2125
+ },
2126
+ elementId: '05e363c047fcfe507f347bcdc26d4330',
2127
+ elementLabel: 'Ribbon',
2128
+ eventMappings: [],
2129
+ extensionPoints: [],
2130
+ isHero: false,
2131
+ isHidden: {
2132
+ type: 'JSON_LITERAL',
2133
+ value: null,
2134
+ },
2135
+ isNonDestructive: false,
2136
+ items: [],
2137
+ overrides: {
2138
+ composition: [
2139
+ {
2140
+ definition: {
2141
+ id: '70384114ef8d8eb4f9f5566feb0064e8',
2142
+ type: 'MACROPONENT',
2143
+ },
2144
+ elementId: 'ribbon_1',
2145
+ elementLabel: 'Ribbon 1',
2146
+ eventMappings: [],
2147
+ extensionPoints: [],
2148
+ isHero: false,
2149
+ isHidden: {
2150
+ type: 'JSON_LITERAL',
2151
+ value: null,
2152
+ },
2153
+ isNonDestructive: false,
2154
+ items: [],
2155
+ overrides: null,
2156
+ preset: {
2157
+ controllerElementId: 'record',
2158
+ disabledEventTargetIds: [],
2159
+ id: '1ec6e4584e27cec152a3aa1458d32ad3',
2160
+ },
2161
+ propertyValues: {
2162
+ collapsed: {
2163
+ type: 'JSON_LITERAL',
2164
+ value: false,
2165
+ },
2166
+ orientation: {
2167
+ type: 'JSON_LITERAL',
2168
+ value: 'vertical',
2169
+ },
2170
+ transparentBackground: {
2171
+ type: 'JSON_LITERAL',
2172
+ value: false,
2173
+ },
2174
+ },
2175
+ slot: null,
2176
+ styles: {},
2177
+ },
2178
+ ],
2179
+ layout: {
2180
+ default: {
2181
+ children: null,
2182
+ isInline: null,
2183
+ items: [
2184
+ {
2185
+ element_id: 'ribbon_1',
2186
+ styles: {},
2187
+ },
2188
+ ],
2189
+ root: null,
2190
+ rules: null,
2191
+ styles: {
2192
+ 'flex-direction': 'column',
2193
+ height: '100%',
2194
+ overflow: 'auto',
2195
+ },
2196
+ templateId: '5832fd4d53c31010e6bcddeeff7b12db',
2197
+ type: 'flex',
2198
+ },
2199
+ version: '3.0.0',
2200
+ },
2201
+ },
2202
+ propertyValues: {
2203
+ ariaRegionHeadingLevel: {
2204
+ type: 'JSON_LITERAL',
2205
+ value: '1',
2206
+ },
2207
+ ariaRegionName: {
2208
+ type: 'TRANSLATION_LITERAL',
2209
+ value: {
2210
+ code: null,
2211
+ comment: '',
2212
+ message: '',
2213
+ },
2214
+ },
2215
+ ariaRole: {
2216
+ type: 'JSON_LITERAL',
2217
+ value: '',
2218
+ },
2219
+ includeAriaHeading: {
2220
+ type: 'JSON_LITERAL',
2221
+ value: false,
2222
+ },
2223
+ type: {
2224
+ type: 'JSON_LITERAL',
2225
+ value: 'section',
2226
+ },
2227
+ },
2228
+ slot: 'c1e363c047fcfe507f347bcdc26d4330',
2229
+ styles: {
2230
+ width: '100%',
2231
+ },
2232
+ },
2233
+ ],
2234
+ layout: null,
2235
+ },
2236
+ propertyValues: {
2237
+ defaultRoute: null,
2238
+ dynamicTabData: {
2239
+ type: 'JSON_LITERAL',
2240
+ value: null,
2241
+ },
2242
+ enableCollapsing: {
2243
+ type: 'JSON_LITERAL',
2244
+ value: true,
2245
+ },
2246
+ fixedWidth: {
2247
+ type: 'JSON_LITERAL',
2248
+ value: false,
2249
+ },
2250
+ hideLabel: {
2251
+ type: 'JSON_LITERAL',
2252
+ value: true,
2253
+ },
2254
+ initiallyCollapsed: {
2255
+ script: {
2256
+ apiVersion: '2.0.0',
2257
+ controllerElementId: null,
2258
+ inlineScript: null,
2259
+ scriptSysId: '42016290641e0210f877c81ba0271c7c',
2260
+ target: null,
2261
+ },
2262
+ type: 'CLIENT_TRANSFORM_SCRIPT',
2263
+ },
2264
+ items: {
2265
+ container: [],
2266
+ type: 'LIST_CONTAINER',
2267
+ },
2268
+ maxWidth: {
2269
+ type: 'JSON_LITERAL',
2270
+ value: null,
2271
+ },
2272
+ position: {
2273
+ type: 'JSON_LITERAL',
2274
+ value: 'right',
2275
+ },
2276
+ selectedTabIndex: {
2277
+ type: 'JSON_LITERAL',
2278
+ value: 0,
2279
+ },
2280
+ showInlinePadding: {
2281
+ type: 'JSON_LITERAL',
2282
+ value: true,
2283
+ },
2284
+ size: {
2285
+ type: 'JSON_LITERAL',
2286
+ value: 'md',
2287
+ },
2288
+ spaceBetweenItems: {
2289
+ type: 'JSON_LITERAL',
2290
+ value: 'sm',
2291
+ },
2292
+ tabStyles: {
2293
+ type: 'JSON_LITERAL',
2294
+ value: '.tabset-tabs{\n background-color: RGB(var(--now-color_surface--brand-2)) \n}\n.tabset-container{\n background-color: RGB(var(--now-color_surface--brand-1)) \n}',
2295
+ },
2296
+ viewportConfiguration: {
2297
+ type: 'JSON_LITERAL',
2298
+ value: {
2299
+ enableDataDrivenTabs: true,
2300
+ validation: {
2301
+ icon: {
2302
+ required: false,
2303
+ },
2304
+ name: {
2305
+ required: true,
2306
+ },
2307
+ order: {
2308
+ required: false,
2309
+ },
2310
+ },
2311
+ },
2312
+ },
2313
+ },
2314
+ slot: 'right',
2315
+ styles: {
2316
+ 'border-right-color':
2317
+ 'RGB(var(--now-window--border-color,var(--now-color_divider--secondary,var(--now-color--neutral-5))))',
2318
+ 'border-top': '1px solid RGB(var(--now-color--divider-secondary, var(--now-color--neutral-3)))',
2319
+ 'margin-top': 'calc(2rem * var(--now-scale-space--xl, 1))',
2320
+ overflow: 'hidden',
2321
+ width: '100%',
2322
+ },
2323
+ triggers: [
2324
+ {
2325
+ id: '214a98bec45d8cd1fa71f60ea6b95a4c',
2326
+ type: 'SHORTCUT',
2327
+ },
2328
+ ],
2329
+ },
2330
+ ],
2331
+ layout: {},
2332
+ },
2333
+ preset: {
2334
+ controllerElementId: 'record',
2335
+ disabledEventTargetIds: [],
2336
+ id: 'e8db8b59f978c9e9329d1140af585dc7',
2337
+ },
2338
+ propertyValues: {
2339
+ defaultDividerPosition: {
2340
+ binding: {
2341
+ address: ['record', 'sidebarDividerPosition'],
2342
+ },
2343
+ type: 'DATA_OUTPUT_BINDING',
2344
+ },
2345
+ disabled: {
2346
+ binding: {
2347
+ address: ['record', 'sidebarDisabled'],
2348
+ },
2349
+ type: 'DATA_OUTPUT_BINDING',
2350
+ },
2351
+ leftPaneConstraints: {
2352
+ type: 'JSON_LITERAL',
2353
+ value: '{"minRatio": 20, "minPixels": 508}',
2354
+ },
2355
+ rightPaneConstraints: {
2356
+ binding: {
2357
+ address: ['record', 'sidebarPaneContraints'],
2358
+ },
2359
+ type: 'DATA_OUTPUT_BINDING',
2360
+ },
2361
+ },
2362
+ slot: null,
2363
+ styles: null,
2364
+ },
2365
+ {
2366
+ definition: {
2367
+ id: 'd356d14b6e293a3020a244b63d278d8f',
2368
+ type: 'MACROPONENT',
2369
+ },
2370
+ elementId: 'top_container',
2371
+ elementLabel: 'Top Container',
2372
+ eventMappings: [],
2373
+ extensionPoints: [],
2374
+ isHero: false,
2375
+ isNonDestructive: false,
2376
+ items: [],
2377
+ overrides: {
2378
+ composition: [
2379
+ {
2380
+ definition: {
2381
+ id: 'd356d14b6e293a3020a244b63d278d8f',
2382
+ type: 'MACROPONENT',
2383
+ },
2384
+ elementId: 'top_left_container',
2385
+ elementLabel: 'Top Left',
2386
+ eventMappings: [],
2387
+ extensionPoints: [],
2388
+ isHero: false,
2389
+ isHidden: {
2390
+ type: 'JSON_LITERAL',
2391
+ value: false,
2392
+ },
2393
+ isNonDestructive: false,
2394
+ items: [],
2395
+ overrides: {
2396
+ composition: [
2397
+ {
2398
+ definition: {
2399
+ id: 'd356d14b6e293a3020a244b63d278d8f',
2400
+ type: 'MACROPONENT',
2401
+ },
2402
+ elementId: 'header_container',
2403
+ elementLabel: 'Header container',
2404
+ eventMappings: [],
2405
+ extensionPoints: [],
2406
+ isHero: false,
2407
+ isHidden: {
2408
+ operation: {
2409
+ left: {
2410
+ operation: {
2411
+ left: {
2412
+ operation: {
2413
+ left: {
2414
+ binding: {
2415
+ address: ['record', 'isValid'],
2416
+ },
2417
+ type: 'DATA_OUTPUT_BINDING',
2418
+ },
2419
+ operator: 'NOT_EQUAL',
2420
+ right: {
2421
+ type: 'JSON_LITERAL',
2422
+ value: true,
2423
+ },
2424
+ },
2425
+ type: 'BINARY',
2426
+ },
2427
+ operator: 'AND',
2428
+ right: {
2429
+ operation: {
2430
+ left: {
2431
+ binding: {
2432
+ address: ['record', 'isValid'],
2433
+ },
2434
+ type: 'DATA_OUTPUT_BINDING',
2435
+ },
2436
+ operator: 'NOT_EQUAL',
2437
+ right: {
2438
+ type: 'JSON_LITERAL',
2439
+ value: false,
2440
+ },
2441
+ },
2442
+ type: 'BINARY',
2443
+ },
2444
+ },
2445
+ type: 'BINARY',
2446
+ },
2447
+ operator: 'OR',
2448
+ right: {
2449
+ operation: {
2450
+ left: {
2451
+ operation: {
2452
+ left: {
2453
+ binding: {
2454
+ address: ['record', 'isValid'],
2455
+ },
2456
+ type: 'DATA_OUTPUT_BINDING',
2457
+ },
2458
+ operator: 'EQUAL',
2459
+ right: {
2460
+ type: 'JSON_LITERAL',
2461
+ value: false,
2462
+ },
2463
+ },
2464
+ type: 'BINARY',
2465
+ },
2466
+ operator: 'OR',
2467
+ right: {
2468
+ operation: {
2469
+ left: {
2470
+ operation: {
2471
+ operand: {
2472
+ binding: {
2473
+ address: ['record', 'acl'],
2474
+ },
2475
+ type: 'DATA_OUTPUT_BINDING',
2476
+ },
2477
+ operator: 'NOT',
2478
+ },
2479
+ type: 'UNARY',
2480
+ },
2481
+ operator: 'OR',
2482
+ right: {
2483
+ operation: {
2484
+ left: {
2485
+ binding: {
2486
+ address: ['record', 'acl', 'canRead'],
2487
+ },
2488
+ type: 'DATA_OUTPUT_BINDING',
2489
+ },
2490
+ operator: 'EQUAL',
2491
+ right: {
2492
+ type: 'JSON_LITERAL',
2493
+ value: false,
2494
+ },
2495
+ },
2496
+ type: 'BINARY',
2497
+ },
2498
+ },
2499
+ type: 'BINARY',
2500
+ },
2501
+ },
2502
+ type: 'BINARY',
2503
+ },
2504
+ },
2505
+ type: 'BINARY',
2506
+ },
2507
+ isNonDestructive: false,
2508
+ items: [],
2509
+ overrides: {
2510
+ composition: [
2511
+ {
2512
+ definition: {
2513
+ id: '15fe506403f8a98575b6df59008ea8f1',
2514
+ type: 'MACROPONENT',
2515
+ },
2516
+ elementId: 'header_image',
2517
+ elementLabel: 'Header image',
2518
+ eventMappings: [],
2519
+ extensionPoints: [],
2520
+ isHero: false,
2521
+ isHidden: {
2522
+ operation: {
2523
+ left: {
2524
+ operation: {
2525
+ left: {
2526
+ binding: {
2527
+ address: [
2528
+ 'record',
2529
+ 'form',
2530
+ 'header',
2531
+ 'headerImageItem',
2532
+ 'headerImage',
2533
+ ],
2534
+ },
2535
+ type: 'DATA_OUTPUT_BINDING',
2536
+ },
2537
+ operator: 'EQUAL',
2538
+ right: {
2539
+ type: 'JSON_LITERAL',
2540
+ value: '',
2541
+ },
2542
+ },
2543
+ type: 'BINARY',
2544
+ },
2545
+ operator: 'OR',
2546
+ right: {
2547
+ operation: {
2548
+ operand: {
2549
+ binding: {
2550
+ address: [
2551
+ 'record',
2552
+ 'form',
2553
+ 'header',
2554
+ 'headerImageItem',
2555
+ 'headerImage',
2556
+ ],
2557
+ },
2558
+ type: 'DATA_OUTPUT_BINDING',
2559
+ },
2560
+ operator: 'NOT',
2561
+ },
2562
+ type: 'UNARY',
2563
+ },
2564
+ },
2565
+ type: 'BINARY',
2566
+ },
2567
+ isNonDestructive: false,
2568
+ items: [],
2569
+ overrides: null,
2570
+ preset: {
2571
+ controllerElementId: 'record',
2572
+ disabledEventTargetIds: [],
2573
+ id: 'fb915bf1bad80b3097b5b2c76b35b215',
2574
+ },
2575
+ propertyValues: {
2576
+ height: {
2577
+ type: 'JSON_LITERAL',
2578
+ value: null,
2579
+ },
2580
+ },
2581
+ slot: null,
2582
+ styles: null,
2583
+ },
2584
+ {
2585
+ definition: {
2586
+ id: 'd356d14b6e293a3020a244b63d278d8f',
2587
+ type: 'MACROPONENT',
2588
+ },
2589
+ elementId: 'header_content',
2590
+ elementLabel: 'Header content',
2591
+ eventMappings: [],
2592
+ extensionPoints: [],
2593
+ isHero: false,
2594
+ isHidden: {
2595
+ type: 'JSON_LITERAL',
2596
+ value: null,
2597
+ },
2598
+ isNonDestructive: false,
2599
+ items: [],
2600
+ overrides: {
2601
+ composition: [
2602
+ {
2603
+ definition: {
2604
+ id: 'd356d14b6e293a3020a244b63d278d8f',
2605
+ type: 'MACROPONENT',
2606
+ },
2607
+ elementId: 'header_title_row',
2608
+ elementLabel: 'Title row',
2609
+ eventMappings: [],
2610
+ extensionPoints: [],
2611
+ isHero: false,
2612
+ isHidden: {
2613
+ type: 'JSON_LITERAL',
2614
+ value: null,
2615
+ },
2616
+ isNonDestructive: false,
2617
+ items: [],
2618
+ overrides: {
2619
+ composition: [
2620
+ {
2621
+ definition: {
2622
+ id: '1f6e0643eca7a637e36bd7833549ec9e',
2623
+ type: 'MACROPONENT',
2624
+ },
2625
+ elementId: 'primary_field',
2626
+ elementLabel: 'Primary field',
2627
+ eventMappings: [],
2628
+ extensionPoints: [],
2629
+ isHero: false,
2630
+ isHidden: {
2631
+ type: 'JSON_LITERAL',
2632
+ value: false,
2633
+ },
2634
+ isNonDestructive: false,
2635
+ items: [],
2636
+ overrides: null,
2637
+ preset: {
2638
+ controllerElementId: 'record',
2639
+ disabledEventTargetIds: [],
2640
+ id: 'e61aa04af8f8f7b18abc73e3f61ab4e8',
2641
+ },
2642
+ propertyValues: {},
2643
+ slot: null,
2644
+ styles: null,
2645
+ },
2646
+ {
2647
+ definition: {
2648
+ id: 'ea510d609e767568babce427416704ff',
2649
+ type: 'MACROPONENT',
2650
+ },
2651
+ elementId: 'record_tags',
2652
+ elementLabel: 'Record tags',
2653
+ eventMappings: [],
2654
+ extensionPoints: [],
2655
+ isHero: false,
2656
+ isHidden: {
2657
+ operation: {
2658
+ left: {
2659
+ operation: {
2660
+ left: {
2661
+ binding: {
2662
+ address: [
2663
+ 'record',
2664
+ 'isNew',
2665
+ ],
2666
+ },
2667
+ type: 'DATA_OUTPUT_BINDING',
2668
+ },
2669
+ operator: 'EQUAL',
2670
+ right: {
2671
+ type: 'JSON_LITERAL',
2672
+ value: true,
2673
+ },
2674
+ },
2675
+ type: 'BINARY',
2676
+ },
2677
+ operator: 'OR',
2678
+ right: {
2679
+ operation: {
2680
+ operand: {
2681
+ binding: {
2682
+ address: [
2683
+ 'record',
2684
+ 'form',
2685
+ 'tags',
2686
+ ],
2687
+ },
2688
+ type: 'DATA_OUTPUT_BINDING',
2689
+ },
2690
+ operator: 'NOT',
2691
+ },
2692
+ type: 'UNARY',
2693
+ },
2694
+ },
2695
+ type: 'BINARY',
2696
+ },
2697
+ isNonDestructive: false,
2698
+ items: [],
2699
+ overrides: null,
2700
+ preset: {
2701
+ controllerElementId: 'record',
2702
+ disabledEventTargetIds: [],
2703
+ id: 'bb47e4096486f87229798213f0f2dd25',
2704
+ },
2705
+ propertyValues: {},
2706
+ slot: null,
2707
+ styles: null,
2708
+ },
2709
+ ],
2710
+ layout: {
2711
+ default: {
2712
+ children: null,
2713
+ isInline: null,
2714
+ items: [
2715
+ {
2716
+ element_id: 'primary_field',
2717
+ styles: {
2718
+ 'min-width': '0',
2719
+ },
2720
+ },
2721
+ {
2722
+ element_id: 'record_tags',
2723
+ styles: {
2724
+ 'margin-left': '0.25rem',
2725
+ 'margin-right': '1rem',
2726
+ },
2727
+ },
2728
+ ],
2729
+ root: null,
2730
+ rules: null,
2731
+ styles: {
2732
+ 'flex-direction': 'row',
2733
+ width: '100%',
2734
+ },
2735
+ templateId: '5832fd4d53c31010e6bcddeeff7b12db',
2736
+ type: 'flex',
2737
+ },
2738
+ version: '3.0.0',
2739
+ },
2740
+ },
2741
+ propertyValues: {
2742
+ ariaRegionHeadingLevel: {
2743
+ type: 'JSON_LITERAL',
2744
+ value: '1',
2745
+ },
2746
+ ariaRegionName: {
2747
+ type: 'TRANSLATION_LITERAL',
2748
+ value: {
2749
+ code: null,
2750
+ comment: '',
2751
+ message: '',
2752
+ },
2753
+ },
2754
+ ariaRole: {
2755
+ type: 'JSON_LITERAL',
2756
+ value: '',
2757
+ },
2758
+ includeAriaHeading: {
2759
+ type: 'JSON_LITERAL',
2760
+ value: false,
2761
+ },
2762
+ type: {
2763
+ type: 'JSON_LITERAL',
2764
+ value: 'section',
2765
+ },
2766
+ },
2767
+ slot: null,
2768
+ styles: null,
2769
+ },
2770
+ {
2771
+ definition: {
2772
+ id: '4335ba6dca80378f7ba7a67cd6667bec',
2773
+ type: 'MACROPONENT',
2774
+ },
2775
+ elementId: 'subheading',
2776
+ elementLabel: 'Subheading',
2777
+ eventMappings: [],
2778
+ extensionPoints: [],
2779
+ isHero: false,
2780
+ isHidden: {
2781
+ operation: {
2782
+ left: {
2783
+ operation: {
2784
+ left: {
2785
+ binding: {
2786
+ address: [
2787
+ 'record',
2788
+ 'form',
2789
+ 'header',
2790
+ 'subHeadingValue',
2791
+ ],
2792
+ },
2793
+ type: 'DATA_OUTPUT_BINDING',
2794
+ },
2795
+ operator: 'EQUAL',
2796
+ right: {
2797
+ type: 'JSON_LITERAL',
2798
+ value: '',
2799
+ },
2800
+ },
2801
+ type: 'BINARY',
2802
+ },
2803
+ operator: 'OR',
2804
+ right: {
2805
+ operation: {
2806
+ operand: {
2807
+ binding: {
2808
+ address: [
2809
+ 'record',
2810
+ 'form',
2811
+ 'header',
2812
+ 'subHeadingValue',
2813
+ ],
2814
+ },
2815
+ type: 'DATA_OUTPUT_BINDING',
2816
+ },
2817
+ operator: 'NOT',
2818
+ },
2819
+ type: 'UNARY',
2820
+ },
2821
+ },
2822
+ type: 'BINARY',
2823
+ },
2824
+ isNonDestructive: false,
2825
+ items: [],
2826
+ overrides: null,
2827
+ preset: {
2828
+ controllerElementId: 'record',
2829
+ disabledEventTargetIds: [],
2830
+ id: '9586ab8504f82b150ece43f8152c4f25',
2831
+ },
2832
+ propertyValues: {},
2833
+ slot: null,
2834
+ styles: null,
2835
+ },
2836
+ {
2837
+ definition: {
2838
+ id: 'c573bd7eec7d763a1009669c8c97825c',
2839
+ type: 'MACROPONENT',
2840
+ },
2841
+ elementId: 'secondary_items',
2842
+ elementLabel: 'Secondary items',
2843
+ eventMappings: [
2844
+ {
2845
+ eventMappingId: 'cktancggnbaaaabbpddhhhsrteeelago',
2846
+ isConfiguration: false,
2847
+ offRowStorageId: null,
2848
+ sourceEventApiName:
2849
+ 'sn_now_record_side.NOW_DISPLAY_VALUE_BLOCK#LINK_CLICKED',
2850
+ sourceEventCorrelationId: null,
2851
+ sourceEventDefinition: {
2852
+ apiName:
2853
+ 'sn_now_record_side.NOW_DISPLAY_VALUE_BLOCK#LINK_CLICKED',
2854
+ id: null,
2855
+ type: 'UXEVENT',
2856
+ },
2857
+ sourceEventSysId: null,
2858
+ targets: [
2859
+ {
2860
+ broker: null,
2861
+ clientScript: null,
2862
+ conditional: null,
2863
+ declarativeAction: null,
2864
+ event: null,
2865
+ operation: {
2866
+ dataBrokerId:
2867
+ '029f04e053610110ac9bddeeff7b1294',
2868
+ operationName: 'RECORD#NAV_ITEM_SELECTED',
2869
+ parentResourceId: 'record',
2870
+ payload: {
2871
+ container: {
2872
+ fields: {
2873
+ container: {
2874
+ sysId: {
2875
+ binding: {
2876
+ address: [
2877
+ 'item',
2878
+ 'data',
2879
+ 'sysId',
2880
+ ],
2881
+ },
2882
+ type: 'EVENT_PAYLOAD_BINDING',
2883
+ },
2884
+ table: {
2885
+ binding: {
2886
+ address: [
2887
+ 'item',
2888
+ 'data',
2889
+ 'table',
2890
+ ],
2891
+ },
2892
+ type: 'EVENT_PAYLOAD_BINDING',
2893
+ },
2894
+ },
2895
+ type: 'MAP_CONTAINER',
2896
+ },
2897
+ },
2898
+ type: 'MAP_CONTAINER',
2899
+ },
2900
+ },
2901
+ targetId:
2902
+ 'cliicciikqfeeaabbggeeddbhhtsgloywfjj',
2903
+ type: 'DATABROKER_OP',
2904
+ },
2905
+ ],
2906
+ },
2907
+ ],
2908
+ extensionPoints: [],
2909
+ isHero: false,
2910
+ isHidden: {
2911
+ operation: {
2912
+ left: {
2913
+ operation: {
2914
+ operand: {
2915
+ binding: {
2916
+ address: [
2917
+ 'record',
2918
+ 'form',
2919
+ 'header',
2920
+ 'transformedSecondaryItems',
2921
+ ],
2922
+ },
2923
+ type: 'DATA_OUTPUT_BINDING',
2924
+ },
2925
+ operator: 'NOT',
2926
+ },
2927
+ type: 'UNARY',
2928
+ },
2929
+ operator: 'OR',
2930
+ right: {
2931
+ operation: {
2932
+ left: {
2933
+ binding: {
2934
+ address: [
2935
+ 'record',
2936
+ 'form',
2937
+ 'header',
2938
+ 'transformedSecondaryItems',
2939
+ 'length',
2940
+ ],
2941
+ },
2942
+ type: 'DATA_OUTPUT_BINDING',
2943
+ },
2944
+ operator: 'EQUAL',
2945
+ right: {
2946
+ type: 'JSON_LITERAL',
2947
+ value: 0,
2948
+ },
2949
+ },
2950
+ type: 'BINARY',
2951
+ },
2952
+ },
2953
+ type: 'BINARY',
2954
+ },
2955
+ isNonDestructive: false,
2956
+ items: [],
2957
+ overrides: null,
2958
+ preset: {
2959
+ controllerElementId: 'record',
2960
+ disabledEventTargetIds: [],
2961
+ id: '06f0936926a6997bd5b952e61fea9290',
2962
+ },
2963
+ propertyValues: {
2964
+ delimiter: {
2965
+ type: 'JSON_LITERAL',
2966
+ value: '',
2967
+ },
2968
+ displayInline: {
2969
+ type: 'JSON_LITERAL',
2970
+ value: false,
2971
+ },
2972
+ hideLabels: {
2973
+ type: 'JSON_LITERAL',
2974
+ value: false,
2975
+ },
2976
+ layoutType: {
2977
+ type: 'JSON_LITERAL',
2978
+ value: 'dynamic',
2979
+ },
2980
+ maxLinesPerValue: {
2981
+ type: 'JSON_LITERAL',
2982
+ value: 1,
2983
+ },
2984
+ rowsBeforeToggleShown: {
2985
+ type: 'JSON_LITERAL',
2986
+ value: 1,
2987
+ },
2988
+ title: {
2989
+ type: 'TRANSLATION_LITERAL',
2990
+ value: {
2991
+ code: null,
2992
+ comment: '',
2993
+ message: '',
2994
+ },
2995
+ },
2996
+ },
2997
+ slot: null,
2998
+ styles: null,
2999
+ },
3000
+ ],
3001
+ layout: {
3002
+ default: {
3003
+ children: null,
3004
+ isInline: null,
3005
+ items: [
3006
+ {
3007
+ element_id: 'header_title_row',
3008
+ styles: {
3009
+ 'flex-direction': 'column',
3010
+ },
3011
+ },
3012
+ {
3013
+ element_id: 'subheading',
3014
+ styles: {
3015
+ 'margin-top': '0.5rem',
3016
+ },
3017
+ },
3018
+ {
3019
+ element_id: 'secondary_items',
3020
+ styles: {
3021
+ 'max-width': '200%',
3022
+ width: 'max-content',
3023
+ },
3024
+ },
3025
+ ],
3026
+ root: null,
3027
+ rules: null,
3028
+ styles: {
3029
+ 'flex-direction': 'column',
3030
+ },
3031
+ templateId: '5832fd4d53c31010e6bcddeeff7b12db',
3032
+ type: 'flex',
3033
+ },
3034
+ version: '3.0.0',
3035
+ },
3036
+ },
3037
+ propertyValues: {
3038
+ ariaRegionHeadingLevel: {
3039
+ type: 'JSON_LITERAL',
3040
+ value: '1',
3041
+ },
3042
+ ariaRegionName: {
3043
+ type: 'TRANSLATION_LITERAL',
3044
+ value: {
3045
+ code: null,
3046
+ comment: '',
3047
+ message: '',
3048
+ },
3049
+ },
3050
+ ariaRole: {
3051
+ type: 'JSON_LITERAL',
3052
+ value: '',
3053
+ },
3054
+ includeAriaHeading: {
3055
+ type: 'JSON_LITERAL',
3056
+ value: false,
3057
+ },
3058
+ type: {
3059
+ type: 'JSON_LITERAL',
3060
+ value: 'section',
3061
+ },
3062
+ },
3063
+ slot: null,
3064
+ styles: null,
3065
+ },
3066
+ ],
3067
+ layout: {
3068
+ default: {
3069
+ children: null,
3070
+ isInline: null,
3071
+ items: [
3072
+ {
3073
+ element_id: 'header_image',
3074
+ styles: {
3075
+ height: '42px',
3076
+ 'margin-inline-end': '0.75rem',
3077
+ 'max-width': '42px',
3078
+ },
3079
+ },
3080
+ {
3081
+ element_id: 'header_content',
3082
+ styles: {
3083
+ width: '',
3084
+ },
3085
+ },
3086
+ {
3087
+ element_id: 'top_right_container',
3088
+ styles: {},
3089
+ },
3090
+ ],
3091
+ root: null,
3092
+ rules: null,
3093
+ styles: {
3094
+ 'flex-direction': 'row',
3095
+ gap: '',
3096
+ },
3097
+ templateId: '5832fd4d53c31010e6bcddeeff7b12db',
3098
+ type: 'flex',
3099
+ },
3100
+ version: '3.0.0',
3101
+ },
3102
+ },
3103
+ propertyValues: {
3104
+ ariaRegionHeadingLevel: {
3105
+ type: 'JSON_LITERAL',
3106
+ value: '1',
3107
+ },
3108
+ ariaRegionName: {
3109
+ type: 'TRANSLATION_LITERAL',
3110
+ value: {
3111
+ code: null,
3112
+ comment: '',
3113
+ message: '',
3114
+ },
3115
+ },
3116
+ ariaRole: {
3117
+ type: 'JSON_LITERAL',
3118
+ value: '',
3119
+ },
3120
+ includeAriaHeading: {
3121
+ type: 'JSON_LITERAL',
3122
+ value: false,
3123
+ },
3124
+ type: {
3125
+ type: 'JSON_LITERAL',
3126
+ value: 'section',
3127
+ },
3128
+ },
3129
+ slot: null,
3130
+ styles: null,
3131
+ },
3132
+ ],
3133
+ layout: {
3134
+ default: {
3135
+ children: null,
3136
+ isInline: null,
3137
+ items: [
3138
+ {
3139
+ element_id: 'header_container',
3140
+ rules: {},
3141
+ styles: {
3142
+ width: '100%',
3143
+ },
3144
+ },
3145
+ ],
3146
+ root: null,
3147
+ rules: {},
3148
+ styles: {
3149
+ 'align-items': 'flex-start',
3150
+ display: 'flex',
3151
+ gap: '1.5rem 1.5rem 0.75rem',
3152
+ },
3153
+ templateId: null,
3154
+ type: 'flex',
3155
+ },
3156
+ version: '3.0.0',
3157
+ },
3158
+ },
3159
+ propertyValues: {
3160
+ ariaRegionHeadingLevel: {
3161
+ type: 'JSON_LITERAL',
3162
+ value: '1',
3163
+ },
3164
+ ariaRegionName: {
3165
+ type: 'TRANSLATION_LITERAL',
3166
+ value: {
3167
+ code: null,
3168
+ comment: '',
3169
+ message: '',
3170
+ },
3171
+ },
3172
+ ariaRole: {
3173
+ type: 'JSON_LITERAL',
3174
+ value: '',
3175
+ },
3176
+ includeAriaHeading: {
3177
+ type: 'JSON_LITERAL',
3178
+ value: false,
3179
+ },
3180
+ type: {
3181
+ type: 'JSON_LITERAL',
3182
+ value: 'section',
3183
+ },
3184
+ },
3185
+ slot: null,
3186
+ styles: null,
3187
+ },
3188
+ {
3189
+ definition: {
3190
+ id: 'd356d14b6e293a3020a244b63d278d8f',
3191
+ type: 'MACROPONENT',
3192
+ },
3193
+ elementId: 'top_right_container',
3194
+ elementLabel: 'Top Right',
3195
+ eventMappings: [],
3196
+ extensionPoints: [],
3197
+ isHero: false,
3198
+ isHidden: {
3199
+ type: 'JSON_LITERAL',
3200
+ value: false,
3201
+ },
3202
+ isNonDestructive: false,
3203
+ items: [],
3204
+ overrides: {
3205
+ composition: [
3206
+ {
3207
+ definition: {
3208
+ id: '6759357892ba1957c0a25d74e5d2a4a4',
3209
+ type: 'MACROPONENT',
3210
+ },
3211
+ elementId: 'ui_action_bar',
3212
+ elementLabel: 'Action bar',
3213
+ eventMappings: [],
3214
+ extensionPoints: [],
3215
+ isHero: false,
3216
+ isHidden: {
3217
+ operation: {
3218
+ left: {
3219
+ operation: {
3220
+ left: {
3221
+ operation: {
3222
+ left: {
3223
+ binding: {
3224
+ address: ['record', 'isValid'],
3225
+ },
3226
+ type: 'DATA_OUTPUT_BINDING',
3227
+ },
3228
+ operator: 'NOT_EQUAL',
3229
+ right: {
3230
+ type: 'JSON_LITERAL',
3231
+ value: true,
3232
+ },
3233
+ },
3234
+ type: 'BINARY',
3235
+ },
3236
+ operator: 'AND',
3237
+ right: {
3238
+ operation: {
3239
+ left: {
3240
+ binding: {
3241
+ address: ['record', 'isValid'],
3242
+ },
3243
+ type: 'DATA_OUTPUT_BINDING',
3244
+ },
3245
+ operator: 'NOT_EQUAL',
3246
+ right: {
3247
+ type: 'JSON_LITERAL',
3248
+ value: false,
3249
+ },
3250
+ },
3251
+ type: 'BINARY',
3252
+ },
3253
+ },
3254
+ type: 'BINARY',
3255
+ },
3256
+ operator: 'OR',
3257
+ right: {
3258
+ operation: {
3259
+ left: {
3260
+ operation: {
3261
+ left: {
3262
+ binding: {
3263
+ address: ['record', 'isValid'],
3264
+ },
3265
+ type: 'DATA_OUTPUT_BINDING',
3266
+ },
3267
+ operator: 'EQUAL',
3268
+ right: {
3269
+ type: 'JSON_LITERAL',
3270
+ value: false,
3271
+ },
3272
+ },
3273
+ type: 'BINARY',
3274
+ },
3275
+ operator: 'OR',
3276
+ right: {
3277
+ operation: {
3278
+ left: {
3279
+ operation: {
3280
+ operand: {
3281
+ binding: {
3282
+ address: ['record', 'acl'],
3283
+ },
3284
+ type: 'DATA_OUTPUT_BINDING',
3285
+ },
3286
+ operator: 'NOT',
3287
+ },
3288
+ type: 'UNARY',
3289
+ },
3290
+ operator: 'OR',
3291
+ right: {
3292
+ operation: {
3293
+ left: {
3294
+ binding: {
3295
+ address: ['record', 'acl', 'canRead'],
3296
+ },
3297
+ type: 'DATA_OUTPUT_BINDING',
3298
+ },
3299
+ operator: 'EQUAL',
3300
+ right: {
3301
+ type: 'JSON_LITERAL',
3302
+ value: false,
3303
+ },
3304
+ },
3305
+ type: 'BINARY',
3306
+ },
3307
+ },
3308
+ type: 'BINARY',
3309
+ },
3310
+ },
3311
+ type: 'BINARY',
3312
+ },
3313
+ },
3314
+ type: 'BINARY',
3315
+ },
3316
+ isNonDestructive: false,
3317
+ items: [],
3318
+ overrides: null,
3319
+ preset: {
3320
+ controllerElementId: 'record',
3321
+ disabledEventTargetIds: [],
3322
+ id: '2def2c8299bd8376a39d3adfdb576b66',
3323
+ },
3324
+ propertyValues: {
3325
+ daClientActionContract: {
3326
+ type: 'JSON_LITERAL',
3327
+ value: null,
3328
+ },
3329
+ fixedButtonNumber: {
3330
+ type: 'JSON_LITERAL',
3331
+ value: 0,
3332
+ },
3333
+ },
3334
+ slot: null,
3335
+ styles: null,
3336
+ },
3337
+ {
3338
+ definition: {
3339
+ id: '38578e691f58049fe0580323c9551557',
3340
+ type: 'MACROPONENT',
3341
+ },
3342
+ elementId: 'form_record_presence',
3343
+ elementLabel: 'Form record presence',
3344
+ eventMappings: [],
3345
+ extensionPoints: [],
3346
+ isHero: false,
3347
+ isHidden: {
3348
+ operation: {
3349
+ left: {
3350
+ operation: {
3351
+ left: {
3352
+ operation: {
3353
+ left: {
3354
+ binding: {
3355
+ address: ['record', 'isValid'],
3356
+ },
3357
+ type: 'DATA_OUTPUT_BINDING',
3358
+ },
3359
+ operator: 'NOT_EQUAL',
3360
+ right: {
3361
+ type: 'JSON_LITERAL',
3362
+ value: true,
3363
+ },
3364
+ },
3365
+ type: 'BINARY',
3366
+ },
3367
+ operator: 'AND',
3368
+ right: {
3369
+ operation: {
3370
+ left: {
3371
+ binding: {
3372
+ address: ['record', 'isValid'],
3373
+ },
3374
+ type: 'DATA_OUTPUT_BINDING',
3375
+ },
3376
+ operator: 'NOT_EQUAL',
3377
+ right: {
3378
+ type: 'JSON_LITERAL',
3379
+ value: false,
3380
+ },
3381
+ },
3382
+ type: 'BINARY',
3383
+ },
3384
+ },
3385
+ type: 'BINARY',
3386
+ },
3387
+ operator: 'OR',
3388
+ right: {
3389
+ operation: {
3390
+ left: {
3391
+ operation: {
3392
+ left: {
3393
+ binding: {
3394
+ address: ['record', 'isValid'],
3395
+ },
3396
+ type: 'DATA_OUTPUT_BINDING',
3397
+ },
3398
+ operator: 'EQUAL',
3399
+ right: {
3400
+ type: 'JSON_LITERAL',
3401
+ value: false,
3402
+ },
3403
+ },
3404
+ type: 'BINARY',
3405
+ },
3406
+ operator: 'OR',
3407
+ right: {
3408
+ operation: {
3409
+ left: {
3410
+ operation: {
3411
+ operand: {
3412
+ binding: {
3413
+ address: ['record', 'acl'],
3414
+ },
3415
+ type: 'DATA_OUTPUT_BINDING',
3416
+ },
3417
+ operator: 'NOT',
3418
+ },
3419
+ type: 'UNARY',
3420
+ },
3421
+ operator: 'OR',
3422
+ right: {
3423
+ operation: {
3424
+ left: {
3425
+ binding: {
3426
+ address: ['record', 'acl', 'canRead'],
3427
+ },
3428
+ type: 'DATA_OUTPUT_BINDING',
3429
+ },
3430
+ operator: 'EQUAL',
3431
+ right: {
3432
+ type: 'JSON_LITERAL',
3433
+ value: false,
3434
+ },
3435
+ },
3436
+ type: 'BINARY',
3437
+ },
3438
+ },
3439
+ type: 'BINARY',
3440
+ },
3441
+ },
3442
+ type: 'BINARY',
3443
+ },
3444
+ },
3445
+ type: 'BINARY',
3446
+ },
3447
+ isNonDestructive: false,
3448
+ items: [],
3449
+ overrides: null,
3450
+ preset: {
3451
+ controllerElementId: 'record',
3452
+ disabledEventTargetIds: [],
3453
+ id: '9b4d683a06ba0776ae4fb859635deaa9',
3454
+ },
3455
+ propertyValues: {},
3456
+ slot: null,
3457
+ styles: null,
3458
+ },
3459
+ ],
3460
+ layout: {
3461
+ default: {
3462
+ children: null,
3463
+ isInline: null,
3464
+ items: [
3465
+ {
3466
+ element_id: 'form_record_presence',
3467
+ styles: {
3468
+ 'align-self': 'center',
3469
+ 'padding-right': 'var(--now-static-space--sm)',
3470
+ },
3471
+ },
3472
+ {
3473
+ element_id: 'ui_action_bar',
3474
+ rules: {},
3475
+ styles: {
3476
+ 'padding-left': 'var(--now-static-space--sm)',
3477
+ },
3478
+ },
3479
+ ],
3480
+ root: null,
3481
+ rules: {},
3482
+ styles: {
3483
+ display: 'flex',
3484
+ 'justify-content': 'flex-end',
3485
+ },
3486
+ templateId: null,
3487
+ type: 'flex',
3488
+ },
3489
+ version: '3.0.0',
3490
+ },
3491
+ },
3492
+ propertyValues: {
3493
+ ariaRegionHeadingLevel: {
3494
+ type: 'JSON_LITERAL',
3495
+ value: '1',
3496
+ },
3497
+ ariaRegionName: {
3498
+ type: 'TRANSLATION_LITERAL',
3499
+ value: {
3500
+ code: null,
3501
+ comment: '',
3502
+ message: '',
3503
+ },
3504
+ },
3505
+ ariaRole: {
3506
+ type: 'JSON_LITERAL',
3507
+ value: '',
3508
+ },
3509
+ includeAriaHeading: {
3510
+ type: 'JSON_LITERAL',
3511
+ value: false,
3512
+ },
3513
+ type: {
3514
+ type: 'JSON_LITERAL',
3515
+ value: 'section',
3516
+ },
3517
+ },
3518
+ slot: null,
3519
+ styles: null,
3520
+ },
3521
+ ],
3522
+ layout: {
3523
+ default: {
3524
+ children: null,
3525
+ isInline: null,
3526
+ items: [
3527
+ {
3528
+ element_id: 'top_left_container',
3529
+ styles: {
3530
+ 'min-width': '0px',
3531
+ },
3532
+ },
3533
+ {
3534
+ element_id: 'top_right_container',
3535
+ styles: {
3536
+ flex: '1 0 auto',
3537
+ },
3538
+ },
3539
+ ],
3540
+ root: null,
3541
+ rules: null,
3542
+ styles: {
3543
+ 'padding-bottom': 'var(--now-scalable-space--md)',
3544
+ 'padding-left': 'var(--now-scalable-space--lg)',
3545
+ 'padding-right': 'var(--now-scalable-space--lg)',
3546
+ 'padding-top': 'var(--now-scalable-space--lg)',
3547
+ },
3548
+ templateId: '5832fd4d53c31010e6bcddeeff7b12db',
3549
+ type: 'flex',
3550
+ },
3551
+ version: '3.0.0',
3552
+ },
3553
+ },
3554
+ preset: {
3555
+ controllerElementId: 'record',
3556
+ disabledEventTargetIds: [],
3557
+ id: '9aeb8ba90de3e59686276ced85f01329',
3558
+ },
3559
+ propertyValues: {
3560
+ ariaRegionHeadingLevel: {
3561
+ type: 'JSON_LITERAL',
3562
+ value: '1',
3563
+ },
3564
+ ariaRegionName: {
3565
+ type: 'TRANSLATION_LITERAL',
3566
+ value: {
3567
+ code: null,
3568
+ comment: '',
3569
+ message: '',
3570
+ },
3571
+ },
3572
+ ariaRole: {
3573
+ type: 'JSON_LITERAL',
3574
+ value: '',
3575
+ },
3576
+ includeAriaHeading: {
3577
+ type: 'JSON_LITERAL',
3578
+ value: false,
3579
+ },
3580
+ type: {
3581
+ type: 'JSON_LITERAL',
3582
+ value: 'section',
3583
+ },
3584
+ },
3585
+ slot: null,
3586
+ styles: null,
3587
+ },
3588
+ {
3589
+ definition: {
3590
+ id: 'd356d14b6e293a3020a244b63d278d8f',
3591
+ type: 'MACROPONENT',
3592
+ },
3593
+ elementId: 'ribbon_container',
3594
+ elementLabel: 'Ribbon Container',
3595
+ eventMappings: [],
3596
+ extensionPoints: [],
3597
+ isHero: false,
3598
+ isNonDestructive: false,
3599
+ items: [],
3600
+ overrides: {
3601
+ composition: [
3602
+ {
3603
+ definition: {
3604
+ id: '70384114ef8d8eb4f9f5566feb0064e8',
3605
+ type: 'MACROPONENT',
3606
+ },
3607
+ elementId: 'ribbon',
3608
+ elementLabel: 'Ribbon',
3609
+ eventMappings: [],
3610
+ extensionPoints: [],
3611
+ isHero: false,
3612
+ isHidden: {
3613
+ operation: {
3614
+ left: {
3615
+ binding: {
3616
+ address: ['ribbonLocation'],
3617
+ category: 'app',
3618
+ },
3619
+ type: 'CONTEXT_BINDING',
3620
+ },
3621
+ operator: 'NOT_EQUAL',
3622
+ right: {
3623
+ type: 'JSON_LITERAL',
3624
+ value: 'header',
3625
+ },
3626
+ },
3627
+ type: 'BINARY',
3628
+ },
3629
+ isNonDestructive: false,
3630
+ items: [],
3631
+ overrides: null,
3632
+ preset: {
3633
+ controllerElementId: 'record',
3634
+ disabledEventTargetIds: [],
3635
+ id: '1ec6e4584e27cec152a3aa1458d32ad3',
3636
+ },
3637
+ propertyValues: {
3638
+ collapsed: {
3639
+ binding: {
3640
+ address: ['record', 'isRibbonCollapsed'],
3641
+ },
3642
+ type: 'DATA_OUTPUT_BINDING',
3643
+ },
3644
+ orientation: {
3645
+ type: 'JSON_LITERAL',
3646
+ value: 'horizontal',
3647
+ },
3648
+ transparentBackground: {
3649
+ type: 'JSON_LITERAL',
3650
+ value: false,
3651
+ },
3652
+ },
3653
+ slot: null,
3654
+ styles: null,
3655
+ },
3656
+ ],
3657
+ layout: {
3658
+ default: {
3659
+ children: null,
3660
+ isInline: null,
3661
+ items: [
3662
+ {
3663
+ element_id: 'ribbon',
3664
+ styles: {},
3665
+ },
3666
+ ],
3667
+ root: null,
3668
+ rules: null,
3669
+ styles: {
3670
+ 'flex-direction': 'column',
3671
+ },
3672
+ templateId: '5832fd4d53c31010e6bcddeeff7b12db',
3673
+ type: 'flex',
3674
+ },
3675
+ version: '3.0.0',
3676
+ },
3677
+ },
3678
+ preset: {
3679
+ controllerElementId: 'record',
3680
+ disabledEventTargetIds: [],
3681
+ id: '9aeb8ba90de3e59686276ced85f01329',
3682
+ },
3683
+ propertyValues: {
3684
+ ariaRegionHeadingLevel: {
3685
+ type: 'JSON_LITERAL',
3686
+ value: '1',
3687
+ },
3688
+ ariaRegionName: {
3689
+ type: 'TRANSLATION_LITERAL',
3690
+ value: {
3691
+ code: null,
3692
+ comment: '',
3693
+ message: '',
3694
+ },
3695
+ },
3696
+ ariaRole: {
3697
+ type: 'JSON_LITERAL',
3698
+ value: '',
3699
+ },
3700
+ includeAriaHeading: {
3701
+ type: 'JSON_LITERAL',
3702
+ value: false,
3703
+ },
3704
+ type: {
3705
+ type: 'JSON_LITERAL',
3706
+ value: 'section',
3707
+ },
3708
+ },
3709
+ slot: null,
3710
+ styles: null,
3711
+ },
3712
+ {
3713
+ definition: {
3714
+ id: 'd356d14b6e293a3020a244b63d278d8f',
3715
+ type: 'MACROPONENT',
3716
+ },
3717
+ elementId: 'warning_messages_container',
3718
+ elementLabel: 'Warning Messages Container',
3719
+ eventMappings: [],
3720
+ extensionPoints: [],
3721
+ isHero: false,
3722
+ isNonDestructive: false,
3723
+ items: [],
3724
+ overrides: {
3725
+ composition: [
3726
+ {
3727
+ definition: {
3728
+ id: '1f6e0643eca7a637e36bd7833549ec9e',
3729
+ type: 'MACROPONENT',
3730
+ },
3731
+ elementId: 'record_not_found',
3732
+ elementLabel: 'Record not found',
3733
+ eventMappings: [],
3734
+ extensionPoints: [],
3735
+ isHero: false,
3736
+ isHidden: {
3737
+ operation: {
3738
+ left: {
3739
+ operation: {
3740
+ left: {
3741
+ operation: {
3742
+ left: {
3743
+ binding: {
3744
+ address: ['record', 'isValid'],
3745
+ },
3746
+ type: 'DATA_OUTPUT_BINDING',
3747
+ },
3748
+ operator: 'NOT_EQUAL',
3749
+ right: {
3750
+ type: 'JSON_LITERAL',
3751
+ value: true,
3752
+ },
3753
+ },
3754
+ type: 'BINARY',
3755
+ },
3756
+ operator: 'AND',
3757
+ right: {
3758
+ operation: {
3759
+ left: {
3760
+ binding: {
3761
+ address: ['record', 'isValid'],
3762
+ },
3763
+ type: 'DATA_OUTPUT_BINDING',
3764
+ },
3765
+ operator: 'NOT_EQUAL',
3766
+ right: {
3767
+ type: 'JSON_LITERAL',
3768
+ value: false,
3769
+ },
3770
+ },
3771
+ type: 'BINARY',
3772
+ },
3773
+ },
3774
+ type: 'BINARY',
3775
+ },
3776
+ operator: 'OR',
3777
+ right: {
3778
+ operation: {
3779
+ left: {
3780
+ binding: {
3781
+ address: ['record', 'isValid'],
3782
+ },
3783
+ type: 'DATA_OUTPUT_BINDING',
3784
+ },
3785
+ operator: 'EQUAL',
3786
+ right: {
3787
+ type: 'JSON_LITERAL',
3788
+ value: true,
3789
+ },
3790
+ },
3791
+ type: 'BINARY',
3792
+ },
3793
+ },
3794
+ type: 'BINARY',
3795
+ },
3796
+ isNonDestructive: false,
3797
+ items: [],
3798
+ overrides: null,
3799
+ propertyValues: {
3800
+ hasNoMargin: {
3801
+ type: 'JSON_LITERAL',
3802
+ value: false,
3803
+ },
3804
+ label: {
3805
+ type: 'TRANSLATION_LITERAL',
3806
+ value: {
3807
+ code: null,
3808
+ comment: '',
3809
+ message: 'Record not found',
3810
+ },
3811
+ },
3812
+ level: {
3813
+ type: 'JSON_LITERAL',
3814
+ value: '1',
3815
+ },
3816
+ variant: {
3817
+ type: 'JSON_LITERAL',
3818
+ value: 'header-primary',
3819
+ },
3820
+ wontWrap: {
3821
+ type: 'JSON_LITERAL',
3822
+ value: false,
3823
+ },
3824
+ },
3825
+ slot: null,
3826
+ styles: null,
3827
+ },
3828
+ {
3829
+ definition: {
3830
+ id: '1f6e0643eca7a637e36bd7833549ec9e',
3831
+ type: 'MACROPONENT',
3832
+ },
3833
+ elementId: 'security_constraints',
3834
+ elementLabel: 'Security constraints',
3835
+ eventMappings: [],
3836
+ extensionPoints: [],
3837
+ isHero: false,
3838
+ isHidden: {
3839
+ operation: {
3840
+ left: {
3841
+ operation: {
3842
+ left: {
3843
+ operation: {
3844
+ left: {
3845
+ operation: {
3846
+ left: {
3847
+ binding: {
3848
+ address: ['record', 'isValid'],
3849
+ },
3850
+ type: 'DATA_OUTPUT_BINDING',
3851
+ },
3852
+ operator: 'NOT_EQUAL',
3853
+ right: {
3854
+ type: 'JSON_LITERAL',
3855
+ value: true,
3856
+ },
3857
+ },
3858
+ type: 'BINARY',
3859
+ },
3860
+ operator: 'AND',
3861
+ right: {
3862
+ operation: {
3863
+ left: {
3864
+ binding: {
3865
+ address: ['record', 'isValid'],
3866
+ },
3867
+ type: 'DATA_OUTPUT_BINDING',
3868
+ },
3869
+ operator: 'NOT_EQUAL',
3870
+ right: {
3871
+ type: 'JSON_LITERAL',
3872
+ value: false,
3873
+ },
3874
+ },
3875
+ type: 'BINARY',
3876
+ },
3877
+ },
3878
+ type: 'BINARY',
3879
+ },
3880
+ operator: 'OR',
3881
+ right: {
3882
+ operation: {
3883
+ left: {
3884
+ binding: {
3885
+ address: ['record', 'isValid'],
3886
+ },
3887
+ type: 'DATA_OUTPUT_BINDING',
3888
+ },
3889
+ operator: 'EQUAL',
3890
+ right: {
3891
+ type: 'JSON_LITERAL',
3892
+ value: false,
3893
+ },
3894
+ },
3895
+ type: 'BINARY',
3896
+ },
3897
+ },
3898
+ type: 'BINARY',
3899
+ },
3900
+ operator: 'OR',
3901
+ right: {
3902
+ operation: {
3903
+ left: {
3904
+ operation: {
3905
+ left: {
3906
+ binding: {
3907
+ address: ['record', 'isValid'],
3908
+ },
3909
+ type: 'DATA_OUTPUT_BINDING',
3910
+ },
3911
+ operator: 'EQUAL',
3912
+ right: {
3913
+ type: 'JSON_LITERAL',
3914
+ value: true,
3915
+ },
3916
+ },
3917
+ type: 'BINARY',
3918
+ },
3919
+ operator: 'AND',
3920
+ right: {
3921
+ operation: {
3922
+ left: {
3923
+ binding: {
3924
+ address: ['record', 'acl', 'canRead'],
3925
+ },
3926
+ type: 'DATA_OUTPUT_BINDING',
3927
+ },
3928
+ operator: 'EQUAL',
3929
+ right: {
3930
+ type: 'JSON_LITERAL',
3931
+ value: true,
3932
+ },
3933
+ },
3934
+ type: 'BINARY',
3935
+ },
3936
+ },
3937
+ type: 'BINARY',
3938
+ },
3939
+ },
3940
+ type: 'BINARY',
3941
+ },
3942
+ isNonDestructive: false,
3943
+ items: [],
3944
+ overrides: null,
3945
+ propertyValues: {
3946
+ hasNoMargin: {
3947
+ type: 'JSON_LITERAL',
3948
+ value: false,
3949
+ },
3950
+ label: {
3951
+ type: 'TRANSLATION_LITERAL',
3952
+ value: {
3953
+ code: null,
3954
+ comment: '',
3955
+ message: 'Security constraints prevent access to requested page',
3956
+ },
3957
+ },
3958
+ level: {
3959
+ type: 'JSON_LITERAL',
3960
+ value: '1',
3961
+ },
3962
+ variant: {
3963
+ type: 'JSON_LITERAL',
3964
+ value: 'header-primary',
3965
+ },
3966
+ wontWrap: {
3967
+ type: 'JSON_LITERAL',
3968
+ value: false,
3969
+ },
3970
+ },
3971
+ slot: null,
3972
+ styles: null,
3973
+ },
3974
+ ],
3975
+ layout: {
3976
+ default: {
3977
+ children: null,
3978
+ isInline: null,
3979
+ items: [
3980
+ {
3981
+ element_id: 'security_constraints',
3982
+ styles: {},
3983
+ },
3984
+ {
3985
+ element_id: 'record_not_found',
3986
+ styles: {},
3987
+ },
3988
+ ],
3989
+ root: null,
3990
+ rules: null,
3991
+ styles: {
3992
+ 'flex-direction': 'column',
3993
+ },
3994
+ templateId: '5832fd4d53c31010e6bcddeeff7b12db',
3995
+ type: 'flex',
3996
+ },
3997
+ version: '3.0.0',
3998
+ },
3999
+ },
4000
+ preset: {
4001
+ controllerElementId: 'record',
4002
+ disabledEventTargetIds: [],
4003
+ id: '9aeb8ba90de3e59686276ced85f01329',
4004
+ },
4005
+ propertyValues: {
4006
+ ariaRegionHeadingLevel: {
4007
+ type: 'JSON_LITERAL',
4008
+ value: '1',
4009
+ },
4010
+ ariaRegionName: {
4011
+ type: 'TRANSLATION_LITERAL',
4012
+ value: {
4013
+ code: null,
4014
+ comment: '',
4015
+ message: '',
4016
+ },
4017
+ },
4018
+ ariaRole: {
4019
+ type: 'JSON_LITERAL',
4020
+ value: '',
4021
+ },
4022
+ includeAriaHeading: {
4023
+ type: 'JSON_LITERAL',
4024
+ value: false,
4025
+ },
4026
+ type: {
4027
+ type: 'JSON_LITERAL',
4028
+ value: 'section',
4029
+ },
4030
+ },
4031
+ slot: null,
4032
+ styles: null,
4033
+ },
4034
+ {
4035
+ definition: {
4036
+ id: 'b6151414a3cbd00c6e3421d3dee5de8b',
4037
+ type: 'MACROPONENT',
4038
+ },
4039
+ elementId: 'domain_form_layout',
4040
+ elementLabel: 'Domain Form Layout',
4041
+ eventMappings: [],
4042
+ preset: {
4043
+ controllerElementId: 'record',
4044
+ disabledEventTargetIds: [],
4045
+ id: '83581462835c111ce7b6f31b42c23b26',
4046
+ },
4047
+ propertyValues: {},
4048
+ slot: null,
4049
+ styles: null,
4050
+ },
4051
+ ])