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