@six-group/ui-library 3.0.0-beta.1.11

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 (1125) hide show
  1. package/LICENSE +201 -0
  2. package/dist/cjs/event-listeners-74715e62.js +43 -0
  3. package/dist/cjs/execution-control-46f388e0.js +43 -0
  4. package/dist/cjs/focus-visible-0b352c74.js +45 -0
  5. package/dist/cjs/form-control-866bbece.js +32 -0
  6. package/dist/cjs/index-341df120.js +1801 -0
  7. package/dist/cjs/index.cjs.js +2 -0
  8. package/dist/cjs/loader.cjs.js +21 -0
  9. package/dist/cjs/modal-48d42228.js +49 -0
  10. package/dist/cjs/popover-1d2a037c.js +1898 -0
  11. package/dist/cjs/scroll-76e6f5d7.js +67 -0
  12. package/dist/cjs/set-attributes_2.cjs.entry.js +71 -0
  13. package/dist/cjs/six-alert.cjs.entry.js +142 -0
  14. package/dist/cjs/six-avatar.cjs.entry.js +39 -0
  15. package/dist/cjs/six-badge.cjs.entry.js +37 -0
  16. package/dist/cjs/six-button.cjs.entry.js +108 -0
  17. package/dist/cjs/six-card.cjs.entry.js +19 -0
  18. package/dist/cjs/six-checkbox.cjs.entry.js +163 -0
  19. package/dist/cjs/six-datepicker.cjs.entry.js +1210 -0
  20. package/dist/cjs/six-details.cjs.entry.js +150 -0
  21. package/dist/cjs/six-dialog.cjs.entry.js +163 -0
  22. package/dist/cjs/six-drawer.cjs.entry.js +185 -0
  23. package/dist/cjs/six-dropdown_3.cjs.entry.js +751 -0
  24. package/dist/cjs/six-error-page.cjs.entry.js +105 -0
  25. package/dist/cjs/six-file-list-item.cjs.entry.js +49 -0
  26. package/dist/cjs/six-file-list.cjs.entry.js +19 -0
  27. package/dist/cjs/six-file-upload.cjs.entry.js +107 -0
  28. package/dist/cjs/six-footer.cjs.entry.js +19 -0
  29. package/dist/cjs/six-form.cjs.entry.js +230 -0
  30. package/dist/cjs/six-group-label.cjs.entry.js +57 -0
  31. package/dist/cjs/six-header.cjs.entry.js +160 -0
  32. package/dist/cjs/six-icon-button.cjs.entry.js +44 -0
  33. package/dist/cjs/six-icon.cjs.entry.js +35 -0
  34. package/dist/cjs/six-input.cjs.entry.js +241 -0
  35. package/dist/cjs/six-item-picker.cjs.entry.js +372 -0
  36. package/dist/cjs/six-language-switcher.cjs.entry.js +63 -0
  37. package/dist/cjs/six-layout-grid.cjs.entry.js +30 -0
  38. package/dist/cjs/six-main-container.cjs.entry.js +22 -0
  39. package/dist/cjs/six-menu-divider.cjs.entry.js +19 -0
  40. package/dist/cjs/six-menu-label.cjs.entry.js +19 -0
  41. package/dist/cjs/six-picto.cjs.entry.js +26 -0
  42. package/dist/cjs/six-progress-bar.cjs.entry.js +28 -0
  43. package/dist/cjs/six-progress-ring.cjs.entry.js +42 -0
  44. package/dist/cjs/six-radio.cjs.entry.js +132 -0
  45. package/dist/cjs/six-range.cjs.entry.js +209 -0
  46. package/dist/cjs/six-root.cjs.entry.js +45 -0
  47. package/dist/cjs/six-search-field.cjs.entry.js +54 -0
  48. package/dist/cjs/six-select.cjs.entry.js +458 -0
  49. package/dist/cjs/six-sidebar-item-group.cjs.entry.js +53 -0
  50. package/dist/cjs/six-sidebar-item.cjs.entry.js +29 -0
  51. package/dist/cjs/six-sidebar.cjs.entry.js +182 -0
  52. package/dist/cjs/six-spinner.cjs.entry.js +27 -0
  53. package/dist/cjs/six-switch.cjs.entry.js +111 -0
  54. package/dist/cjs/six-tab-group.cjs.entry.js +237 -0
  55. package/dist/cjs/six-tab-panel.cjs.entry.js +28 -0
  56. package/dist/cjs/six-tab.cjs.entry.js +53 -0
  57. package/dist/cjs/six-table-cell_4.cjs.entry.js +102 -0
  58. package/dist/cjs/six-table.cjs.entry.js +168 -0
  59. package/dist/cjs/six-tag.cjs.entry.js +51 -0
  60. package/dist/cjs/six-textarea.cjs.entry.js +222 -0
  61. package/dist/cjs/six-tile.cjs.entry.js +100 -0
  62. package/dist/cjs/six-timepicker.cjs.entry.js +504 -0
  63. package/dist/cjs/six-timepicker.types-c19ebff3.js +54 -0
  64. package/dist/cjs/six-tooltip.cjs.entry.js +183 -0
  65. package/dist/cjs/slot-ad537f24.js +50 -0
  66. package/dist/cjs/types-581e8ff0.js +15 -0
  67. package/dist/cjs/types-64878648.js +15 -0
  68. package/dist/cjs/ui-library.cjs.js +19 -0
  69. package/dist/collection/assets/TRADEMARKS.md +7 -0
  70. package/dist/collection/assets/commons.js +5 -0
  71. package/dist/collection/assets/data.json +642 -0
  72. package/dist/collection/collection-manifest.json +69 -0
  73. package/dist/collection/components/six-alert/six-alert.css +109 -0
  74. package/dist/collection/components/six-alert/six-alert.js +366 -0
  75. package/dist/collection/components/six-avatar/six-avatar.css +74 -0
  76. package/dist/collection/components/six-avatar/six-avatar.js +131 -0
  77. package/dist/collection/components/six-badge/six-badge.css +101 -0
  78. package/dist/collection/components/six-badge/six-badge.js +101 -0
  79. package/dist/collection/components/six-button/six-button.css +372 -0
  80. package/dist/collection/components/six-button/six-button.js +466 -0
  81. package/dist/collection/components/six-card/six-card.css +15 -0
  82. package/dist/collection/components/six-card/six-card.js +21 -0
  83. package/dist/collection/components/six-checkbox/six-checkbox.css +166 -0
  84. package/dist/collection/components/six-checkbox/six-checkbox.js +550 -0
  85. package/dist/collection/components/six-datepicker/components/day-selection.js +13 -0
  86. package/dist/collection/components/six-datepicker/components/month-selection.js +12 -0
  87. package/dist/collection/components/six-datepicker/components/year-selection.js +10 -0
  88. package/dist/collection/components/six-datepicker/six-date-formats.js +23 -0
  89. package/dist/collection/components/six-datepicker/six-datepicker.css +156 -0
  90. package/dist/collection/components/six-datepicker/six-datepicker.js +1343 -0
  91. package/dist/collection/components/six-datepicker/test/six-datepicker.test-helpers.js +16 -0
  92. package/dist/collection/components/six-details/six-details.css +118 -0
  93. package/dist/collection/components/six-details/six-details.js +432 -0
  94. package/dist/collection/components/six-dialog/six-dialog.css +123 -0
  95. package/dist/collection/components/six-dialog/six-dialog.js +401 -0
  96. package/dist/collection/components/six-drawer/six-drawer.css +166 -0
  97. package/dist/collection/components/six-drawer/six-drawer.js +458 -0
  98. package/dist/collection/components/six-dropdown/six-dropdown.css +67 -0
  99. package/dist/collection/components/six-dropdown/six-dropdown.js +939 -0
  100. package/dist/collection/components/six-error-page/six-error-page.css +17 -0
  101. package/dist/collection/components/six-error-page/six-error-page.js +199 -0
  102. package/dist/collection/components/six-file-list/six-file-list.css +6 -0
  103. package/dist/collection/components/six-file-list/six-file-list.js +20 -0
  104. package/dist/collection/components/six-file-list-item/six-file-list-item.css +36 -0
  105. package/dist/collection/components/six-file-list-item/six-file-list-item.js +203 -0
  106. package/dist/collection/components/six-file-upload/six-file-upload.css +63 -0
  107. package/dist/collection/components/six-file-upload/six-file-upload.js +272 -0
  108. package/dist/collection/components/six-footer/six-footer.css +20 -0
  109. package/dist/collection/components/six-footer/six-footer.js +21 -0
  110. package/dist/collection/components/six-form/six-form.css +11 -0
  111. package/dist/collection/components/six-form/six-form.js +408 -0
  112. package/dist/collection/components/six-group-label/six-group-label.css +88 -0
  113. package/dist/collection/components/six-group-label/six-group-label.js +166 -0
  114. package/dist/collection/components/six-header/assets/six-logo.svg +1 -0
  115. package/dist/collection/components/six-header/six-header.css +79 -0
  116. package/dist/collection/components/six-header/six-header.js +420 -0
  117. package/dist/collection/components/six-icon/six-icon.css +63 -0
  118. package/dist/collection/components/six-icon/six-icon.js +77 -0
  119. package/dist/collection/components/six-icon-button/six-icon-button.css +71 -0
  120. package/dist/collection/components/six-icon-button/six-icon-button.js +142 -0
  121. package/dist/collection/components/six-input/six-input.css +298 -0
  122. package/dist/collection/components/six-input/six-input.js +1141 -0
  123. package/dist/collection/components/six-item-picker/six-item-picker.css +40 -0
  124. package/dist/collection/components/six-item-picker/six-item-picker.js +688 -0
  125. package/dist/collection/components/six-item-picker/types.js +13 -0
  126. package/dist/collection/components/six-language-switcher/six-language-switcher.css +15 -0
  127. package/dist/collection/components/six-language-switcher/six-language-switcher.js +128 -0
  128. package/dist/collection/components/six-layout-grid/six-layout-grid.css +5 -0
  129. package/dist/collection/components/six-layout-grid/six-layout-grid.js +52 -0
  130. package/dist/collection/components/six-main-container/six-main-container.css +20 -0
  131. package/dist/collection/components/six-main-container/six-main-container.js +53 -0
  132. package/dist/collection/components/six-menu/six-menu.css +26 -0
  133. package/dist/collection/components/six-menu/six-menu.js +406 -0
  134. package/dist/collection/components/six-menu-divider/six-menu-divider.css +16 -0
  135. package/dist/collection/components/six-menu-divider/six-menu-divider.js +22 -0
  136. package/dist/collection/components/six-menu-item/six-menu-item.css +71 -0
  137. package/dist/collection/components/six-menu-item/six-menu-item.js +177 -0
  138. package/dist/collection/components/six-menu-label/six-menu-label.css +22 -0
  139. package/dist/collection/components/six-menu-label/six-menu-label.js +25 -0
  140. package/dist/collection/components/six-picto/six-picto.css +1232 -0
  141. package/dist/collection/components/six-picto/six-picto.js +50 -0
  142. package/dist/collection/components/six-progress-bar/six-progress-bar.css +60 -0
  143. package/dist/collection/components/six-progress-bar/six-progress-bar.js +77 -0
  144. package/dist/collection/components/six-progress-ring/six-progress-ring.css +52 -0
  145. package/dist/collection/components/six-progress-ring/six-progress-ring.js +111 -0
  146. package/dist/collection/components/six-radio/six-radio.css +84 -0
  147. package/dist/collection/components/six-radio/six-radio.js +410 -0
  148. package/dist/collection/components/six-range/six-range.css +231 -0
  149. package/dist/collection/components/six-range/six-range.js +620 -0
  150. package/dist/collection/components/six-root/six-root.css +48 -0
  151. package/dist/collection/components/six-root/six-root.js +167 -0
  152. package/dist/collection/components/six-search-field/six-search-field.css +18 -0
  153. package/dist/collection/components/six-search-field/six-search-field.js +171 -0
  154. package/dist/collection/components/six-select/six-select.css +348 -0
  155. package/dist/collection/components/six-select/six-select.js +1105 -0
  156. package/dist/collection/components/six-sidebar/six-sidebar.css +47 -0
  157. package/dist/collection/components/six-sidebar/six-sidebar.js +455 -0
  158. package/dist/collection/components/six-sidebar-item/six-sidebar-item.css +22 -0
  159. package/dist/collection/components/six-sidebar-item/six-sidebar-item.js +89 -0
  160. package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.css +32 -0
  161. package/dist/collection/components/six-sidebar-item-group/six-sidebar-item-group.js +158 -0
  162. package/dist/collection/components/six-spinner/six-spinner.css +79 -0
  163. package/dist/collection/components/six-spinner/six-spinner.js +55 -0
  164. package/dist/collection/components/six-stage-indicator/six-stage-indicator.css +49 -0
  165. package/dist/collection/components/six-stage-indicator/six-stage-indicator.js +46 -0
  166. package/dist/collection/components/six-switch/six-switch.css +90 -0
  167. package/dist/collection/components/six-switch/six-switch.js +393 -0
  168. package/dist/collection/components/six-tab/six-tab.css +54 -0
  169. package/dist/collection/components/six-tab/six-tab.js +198 -0
  170. package/dist/collection/components/six-tab-group/six-tab-group.css +155 -0
  171. package/dist/collection/components/six-tab-group/six-tab-group.js +362 -0
  172. package/dist/collection/components/six-tab-panel/six-tab-panel.css +17 -0
  173. package/dist/collection/components/six-tab-panel/six-tab-panel.js +75 -0
  174. package/dist/collection/components/six-table/six-table.css +44 -0
  175. package/dist/collection/components/six-table/six-table.js +209 -0
  176. package/dist/collection/components/six-table/test/helpers.js +13 -0
  177. package/dist/collection/components/six-table/types.js +8 -0
  178. package/dist/collection/components/six-table/util/filter-by.js +34 -0
  179. package/dist/collection/components/six-table/util/from-data.js +33 -0
  180. package/dist/collection/components/six-table/util/is.js +3 -0
  181. package/dist/collection/components/six-table/util/quick-filter-by.js +13 -0
  182. package/dist/collection/components/six-table/util/sort-by.js +25 -0
  183. package/dist/collection/components/six-table-cell/six-table-cell.css +13 -0
  184. package/dist/collection/components/six-table-cell/six-table-cell.js +21 -0
  185. package/dist/collection/components/six-table-header/six-table-header.css +17 -0
  186. package/dist/collection/components/six-table-header/six-table-header.js +21 -0
  187. package/dist/collection/components/six-table-header-cell/get-next-state.js +7 -0
  188. package/dist/collection/components/six-table-header-cell/icons.js +12 -0
  189. package/dist/collection/components/six-table-header-cell/six-table-header-cell.css +37 -0
  190. package/dist/collection/components/six-table-header-cell/six-table-header-cell.js +174 -0
  191. package/dist/collection/components/six-table-header-cell/types.js +13 -0
  192. package/dist/collection/components/six-table-header-cell/util/create-model.js +6 -0
  193. package/dist/collection/components/six-table-header-cell/util/get-next-state.js +7 -0
  194. package/dist/collection/components/six-table-row/six-table-row.css +16 -0
  195. package/dist/collection/components/six-table-row/six-table-row.js +21 -0
  196. package/dist/collection/components/six-tag/six-tag.css +103 -0
  197. package/dist/collection/components/six-tag/six-tag.js +157 -0
  198. package/dist/collection/components/six-textarea/six-textarea.css +196 -0
  199. package/dist/collection/components/six-textarea/six-textarea.js +912 -0
  200. package/dist/collection/components/six-tile/six-tile.css +105 -0
  201. package/dist/collection/components/six-tile/six-tile.js +315 -0
  202. package/dist/collection/components/six-timepicker/six-time-format.js +14 -0
  203. package/dist/collection/components/six-timepicker/six-timepicker.css +94 -0
  204. package/dist/collection/components/six-timepicker/six-timepicker.js +980 -0
  205. package/dist/collection/components/six-timepicker/six-timepicker.types.js +40 -0
  206. package/dist/collection/components/six-tooltip/six-tooltip.css +146 -0
  207. package/dist/collection/components/six-tooltip/six-tooltip.js +435 -0
  208. package/dist/collection/files/file-list.json +308 -0
  209. package/dist/collection/files/noto-sans-all-100-italic.woff +0 -0
  210. package/dist/collection/files/noto-sans-all-100-normal.woff +0 -0
  211. package/dist/collection/files/noto-sans-all-200-italic.woff +0 -0
  212. package/dist/collection/files/noto-sans-all-200-normal.woff +0 -0
  213. package/dist/collection/files/noto-sans-all-300-italic.woff +0 -0
  214. package/dist/collection/files/noto-sans-all-300-normal.woff +0 -0
  215. package/dist/collection/files/noto-sans-all-400-italic.woff +0 -0
  216. package/dist/collection/files/noto-sans-all-400-normal.woff +0 -0
  217. package/dist/collection/files/noto-sans-all-500-italic.woff +0 -0
  218. package/dist/collection/files/noto-sans-all-500-normal.woff +0 -0
  219. package/dist/collection/files/noto-sans-all-600-italic.woff +0 -0
  220. package/dist/collection/files/noto-sans-all-600-normal.woff +0 -0
  221. package/dist/collection/files/noto-sans-all-700-italic.woff +0 -0
  222. package/dist/collection/files/noto-sans-all-700-normal.woff +0 -0
  223. package/dist/collection/files/noto-sans-all-800-italic.woff +0 -0
  224. package/dist/collection/files/noto-sans-all-800-normal.woff +0 -0
  225. package/dist/collection/files/noto-sans-all-900-italic.woff +0 -0
  226. package/dist/collection/files/noto-sans-all-900-normal.woff +0 -0
  227. package/dist/collection/files/noto-sans-cyrillic-100-italic.woff +0 -0
  228. package/dist/collection/files/noto-sans-cyrillic-100-italic.woff2 +0 -0
  229. package/dist/collection/files/noto-sans-cyrillic-100-normal.woff +0 -0
  230. package/dist/collection/files/noto-sans-cyrillic-100-normal.woff2 +0 -0
  231. package/dist/collection/files/noto-sans-cyrillic-200-italic.woff +0 -0
  232. package/dist/collection/files/noto-sans-cyrillic-200-italic.woff2 +0 -0
  233. package/dist/collection/files/noto-sans-cyrillic-200-normal.woff +0 -0
  234. package/dist/collection/files/noto-sans-cyrillic-200-normal.woff2 +0 -0
  235. package/dist/collection/files/noto-sans-cyrillic-300-italic.woff +0 -0
  236. package/dist/collection/files/noto-sans-cyrillic-300-italic.woff2 +0 -0
  237. package/dist/collection/files/noto-sans-cyrillic-300-normal.woff +0 -0
  238. package/dist/collection/files/noto-sans-cyrillic-300-normal.woff2 +0 -0
  239. package/dist/collection/files/noto-sans-cyrillic-400-italic.woff +0 -0
  240. package/dist/collection/files/noto-sans-cyrillic-400-italic.woff2 +0 -0
  241. package/dist/collection/files/noto-sans-cyrillic-400-normal.woff +0 -0
  242. package/dist/collection/files/noto-sans-cyrillic-400-normal.woff2 +0 -0
  243. package/dist/collection/files/noto-sans-cyrillic-500-italic.woff +0 -0
  244. package/dist/collection/files/noto-sans-cyrillic-500-italic.woff2 +0 -0
  245. package/dist/collection/files/noto-sans-cyrillic-500-normal.woff +0 -0
  246. package/dist/collection/files/noto-sans-cyrillic-500-normal.woff2 +0 -0
  247. package/dist/collection/files/noto-sans-cyrillic-600-italic.woff +0 -0
  248. package/dist/collection/files/noto-sans-cyrillic-600-italic.woff2 +0 -0
  249. package/dist/collection/files/noto-sans-cyrillic-600-normal.woff +0 -0
  250. package/dist/collection/files/noto-sans-cyrillic-600-normal.woff2 +0 -0
  251. package/dist/collection/files/noto-sans-cyrillic-700-italic.woff +0 -0
  252. package/dist/collection/files/noto-sans-cyrillic-700-italic.woff2 +0 -0
  253. package/dist/collection/files/noto-sans-cyrillic-700-normal.woff +0 -0
  254. package/dist/collection/files/noto-sans-cyrillic-700-normal.woff2 +0 -0
  255. package/dist/collection/files/noto-sans-cyrillic-800-italic.woff +0 -0
  256. package/dist/collection/files/noto-sans-cyrillic-800-italic.woff2 +0 -0
  257. package/dist/collection/files/noto-sans-cyrillic-800-normal.woff +0 -0
  258. package/dist/collection/files/noto-sans-cyrillic-800-normal.woff2 +0 -0
  259. package/dist/collection/files/noto-sans-cyrillic-900-italic.woff +0 -0
  260. package/dist/collection/files/noto-sans-cyrillic-900-italic.woff2 +0 -0
  261. package/dist/collection/files/noto-sans-cyrillic-900-normal.woff +0 -0
  262. package/dist/collection/files/noto-sans-cyrillic-900-normal.woff2 +0 -0
  263. package/dist/collection/files/noto-sans-cyrillic-ext-100-italic.woff +0 -0
  264. package/dist/collection/files/noto-sans-cyrillic-ext-100-italic.woff2 +0 -0
  265. package/dist/collection/files/noto-sans-cyrillic-ext-100-normal.woff +0 -0
  266. package/dist/collection/files/noto-sans-cyrillic-ext-100-normal.woff2 +0 -0
  267. package/dist/collection/files/noto-sans-cyrillic-ext-200-italic.woff +0 -0
  268. package/dist/collection/files/noto-sans-cyrillic-ext-200-italic.woff2 +0 -0
  269. package/dist/collection/files/noto-sans-cyrillic-ext-200-normal.woff +0 -0
  270. package/dist/collection/files/noto-sans-cyrillic-ext-200-normal.woff2 +0 -0
  271. package/dist/collection/files/noto-sans-cyrillic-ext-300-italic.woff +0 -0
  272. package/dist/collection/files/noto-sans-cyrillic-ext-300-italic.woff2 +0 -0
  273. package/dist/collection/files/noto-sans-cyrillic-ext-300-normal.woff +0 -0
  274. package/dist/collection/files/noto-sans-cyrillic-ext-300-normal.woff2 +0 -0
  275. package/dist/collection/files/noto-sans-cyrillic-ext-400-italic.woff +0 -0
  276. package/dist/collection/files/noto-sans-cyrillic-ext-400-italic.woff2 +0 -0
  277. package/dist/collection/files/noto-sans-cyrillic-ext-400-normal.woff +0 -0
  278. package/dist/collection/files/noto-sans-cyrillic-ext-400-normal.woff2 +0 -0
  279. package/dist/collection/files/noto-sans-cyrillic-ext-500-italic.woff +0 -0
  280. package/dist/collection/files/noto-sans-cyrillic-ext-500-italic.woff2 +0 -0
  281. package/dist/collection/files/noto-sans-cyrillic-ext-500-normal.woff +0 -0
  282. package/dist/collection/files/noto-sans-cyrillic-ext-500-normal.woff2 +0 -0
  283. package/dist/collection/files/noto-sans-cyrillic-ext-600-italic.woff +0 -0
  284. package/dist/collection/files/noto-sans-cyrillic-ext-600-italic.woff2 +0 -0
  285. package/dist/collection/files/noto-sans-cyrillic-ext-600-normal.woff +0 -0
  286. package/dist/collection/files/noto-sans-cyrillic-ext-600-normal.woff2 +0 -0
  287. package/dist/collection/files/noto-sans-cyrillic-ext-700-italic.woff +0 -0
  288. package/dist/collection/files/noto-sans-cyrillic-ext-700-italic.woff2 +0 -0
  289. package/dist/collection/files/noto-sans-cyrillic-ext-700-normal.woff +0 -0
  290. package/dist/collection/files/noto-sans-cyrillic-ext-700-normal.woff2 +0 -0
  291. package/dist/collection/files/noto-sans-cyrillic-ext-800-italic.woff +0 -0
  292. package/dist/collection/files/noto-sans-cyrillic-ext-800-italic.woff2 +0 -0
  293. package/dist/collection/files/noto-sans-cyrillic-ext-800-normal.woff +0 -0
  294. package/dist/collection/files/noto-sans-cyrillic-ext-800-normal.woff2 +0 -0
  295. package/dist/collection/files/noto-sans-cyrillic-ext-900-italic.woff +0 -0
  296. package/dist/collection/files/noto-sans-cyrillic-ext-900-italic.woff2 +0 -0
  297. package/dist/collection/files/noto-sans-cyrillic-ext-900-normal.woff +0 -0
  298. package/dist/collection/files/noto-sans-cyrillic-ext-900-normal.woff2 +0 -0
  299. package/dist/collection/files/noto-sans-devanagari-100-italic.woff +0 -0
  300. package/dist/collection/files/noto-sans-devanagari-100-italic.woff2 +0 -0
  301. package/dist/collection/files/noto-sans-devanagari-100-normal.woff +0 -0
  302. package/dist/collection/files/noto-sans-devanagari-100-normal.woff2 +0 -0
  303. package/dist/collection/files/noto-sans-devanagari-200-italic.woff +0 -0
  304. package/dist/collection/files/noto-sans-devanagari-200-italic.woff2 +0 -0
  305. package/dist/collection/files/noto-sans-devanagari-200-normal.woff +0 -0
  306. package/dist/collection/files/noto-sans-devanagari-200-normal.woff2 +0 -0
  307. package/dist/collection/files/noto-sans-devanagari-300-italic.woff +0 -0
  308. package/dist/collection/files/noto-sans-devanagari-300-italic.woff2 +0 -0
  309. package/dist/collection/files/noto-sans-devanagari-300-normal.woff +0 -0
  310. package/dist/collection/files/noto-sans-devanagari-300-normal.woff2 +0 -0
  311. package/dist/collection/files/noto-sans-devanagari-400-italic.woff +0 -0
  312. package/dist/collection/files/noto-sans-devanagari-400-italic.woff2 +0 -0
  313. package/dist/collection/files/noto-sans-devanagari-400-normal.woff +0 -0
  314. package/dist/collection/files/noto-sans-devanagari-400-normal.woff2 +0 -0
  315. package/dist/collection/files/noto-sans-devanagari-500-italic.woff +0 -0
  316. package/dist/collection/files/noto-sans-devanagari-500-italic.woff2 +0 -0
  317. package/dist/collection/files/noto-sans-devanagari-500-normal.woff +0 -0
  318. package/dist/collection/files/noto-sans-devanagari-500-normal.woff2 +0 -0
  319. package/dist/collection/files/noto-sans-devanagari-600-italic.woff +0 -0
  320. package/dist/collection/files/noto-sans-devanagari-600-italic.woff2 +0 -0
  321. package/dist/collection/files/noto-sans-devanagari-600-normal.woff +0 -0
  322. package/dist/collection/files/noto-sans-devanagari-600-normal.woff2 +0 -0
  323. package/dist/collection/files/noto-sans-devanagari-700-italic.woff +0 -0
  324. package/dist/collection/files/noto-sans-devanagari-700-italic.woff2 +0 -0
  325. package/dist/collection/files/noto-sans-devanagari-700-normal.woff +0 -0
  326. package/dist/collection/files/noto-sans-devanagari-700-normal.woff2 +0 -0
  327. package/dist/collection/files/noto-sans-devanagari-800-italic.woff +0 -0
  328. package/dist/collection/files/noto-sans-devanagari-800-italic.woff2 +0 -0
  329. package/dist/collection/files/noto-sans-devanagari-800-normal.woff +0 -0
  330. package/dist/collection/files/noto-sans-devanagari-800-normal.woff2 +0 -0
  331. package/dist/collection/files/noto-sans-devanagari-900-italic.woff +0 -0
  332. package/dist/collection/files/noto-sans-devanagari-900-italic.woff2 +0 -0
  333. package/dist/collection/files/noto-sans-devanagari-900-normal.woff +0 -0
  334. package/dist/collection/files/noto-sans-devanagari-900-normal.woff2 +0 -0
  335. package/dist/collection/files/noto-sans-greek-100-italic.woff +0 -0
  336. package/dist/collection/files/noto-sans-greek-100-italic.woff2 +0 -0
  337. package/dist/collection/files/noto-sans-greek-100-normal.woff +0 -0
  338. package/dist/collection/files/noto-sans-greek-100-normal.woff2 +0 -0
  339. package/dist/collection/files/noto-sans-greek-200-italic.woff +0 -0
  340. package/dist/collection/files/noto-sans-greek-200-italic.woff2 +0 -0
  341. package/dist/collection/files/noto-sans-greek-200-normal.woff +0 -0
  342. package/dist/collection/files/noto-sans-greek-200-normal.woff2 +0 -0
  343. package/dist/collection/files/noto-sans-greek-300-italic.woff +0 -0
  344. package/dist/collection/files/noto-sans-greek-300-italic.woff2 +0 -0
  345. package/dist/collection/files/noto-sans-greek-300-normal.woff +0 -0
  346. package/dist/collection/files/noto-sans-greek-300-normal.woff2 +0 -0
  347. package/dist/collection/files/noto-sans-greek-400-italic.woff +0 -0
  348. package/dist/collection/files/noto-sans-greek-400-italic.woff2 +0 -0
  349. package/dist/collection/files/noto-sans-greek-400-normal.woff +0 -0
  350. package/dist/collection/files/noto-sans-greek-400-normal.woff2 +0 -0
  351. package/dist/collection/files/noto-sans-greek-500-italic.woff +0 -0
  352. package/dist/collection/files/noto-sans-greek-500-italic.woff2 +0 -0
  353. package/dist/collection/files/noto-sans-greek-500-normal.woff +0 -0
  354. package/dist/collection/files/noto-sans-greek-500-normal.woff2 +0 -0
  355. package/dist/collection/files/noto-sans-greek-600-italic.woff +0 -0
  356. package/dist/collection/files/noto-sans-greek-600-italic.woff2 +0 -0
  357. package/dist/collection/files/noto-sans-greek-600-normal.woff +0 -0
  358. package/dist/collection/files/noto-sans-greek-600-normal.woff2 +0 -0
  359. package/dist/collection/files/noto-sans-greek-700-italic.woff +0 -0
  360. package/dist/collection/files/noto-sans-greek-700-italic.woff2 +0 -0
  361. package/dist/collection/files/noto-sans-greek-700-normal.woff +0 -0
  362. package/dist/collection/files/noto-sans-greek-700-normal.woff2 +0 -0
  363. package/dist/collection/files/noto-sans-greek-800-italic.woff +0 -0
  364. package/dist/collection/files/noto-sans-greek-800-italic.woff2 +0 -0
  365. package/dist/collection/files/noto-sans-greek-800-normal.woff +0 -0
  366. package/dist/collection/files/noto-sans-greek-800-normal.woff2 +0 -0
  367. package/dist/collection/files/noto-sans-greek-900-italic.woff +0 -0
  368. package/dist/collection/files/noto-sans-greek-900-italic.woff2 +0 -0
  369. package/dist/collection/files/noto-sans-greek-900-normal.woff +0 -0
  370. package/dist/collection/files/noto-sans-greek-900-normal.woff2 +0 -0
  371. package/dist/collection/files/noto-sans-greek-ext-100-italic.woff +0 -0
  372. package/dist/collection/files/noto-sans-greek-ext-100-italic.woff2 +0 -0
  373. package/dist/collection/files/noto-sans-greek-ext-100-normal.woff +0 -0
  374. package/dist/collection/files/noto-sans-greek-ext-100-normal.woff2 +0 -0
  375. package/dist/collection/files/noto-sans-greek-ext-200-italic.woff +0 -0
  376. package/dist/collection/files/noto-sans-greek-ext-200-italic.woff2 +0 -0
  377. package/dist/collection/files/noto-sans-greek-ext-200-normal.woff +0 -0
  378. package/dist/collection/files/noto-sans-greek-ext-200-normal.woff2 +0 -0
  379. package/dist/collection/files/noto-sans-greek-ext-300-italic.woff +0 -0
  380. package/dist/collection/files/noto-sans-greek-ext-300-italic.woff2 +0 -0
  381. package/dist/collection/files/noto-sans-greek-ext-300-normal.woff +0 -0
  382. package/dist/collection/files/noto-sans-greek-ext-300-normal.woff2 +0 -0
  383. package/dist/collection/files/noto-sans-greek-ext-400-italic.woff +0 -0
  384. package/dist/collection/files/noto-sans-greek-ext-400-italic.woff2 +0 -0
  385. package/dist/collection/files/noto-sans-greek-ext-400-normal.woff +0 -0
  386. package/dist/collection/files/noto-sans-greek-ext-400-normal.woff2 +0 -0
  387. package/dist/collection/files/noto-sans-greek-ext-500-italic.woff +0 -0
  388. package/dist/collection/files/noto-sans-greek-ext-500-italic.woff2 +0 -0
  389. package/dist/collection/files/noto-sans-greek-ext-500-normal.woff +0 -0
  390. package/dist/collection/files/noto-sans-greek-ext-500-normal.woff2 +0 -0
  391. package/dist/collection/files/noto-sans-greek-ext-600-italic.woff +0 -0
  392. package/dist/collection/files/noto-sans-greek-ext-600-italic.woff2 +0 -0
  393. package/dist/collection/files/noto-sans-greek-ext-600-normal.woff +0 -0
  394. package/dist/collection/files/noto-sans-greek-ext-600-normal.woff2 +0 -0
  395. package/dist/collection/files/noto-sans-greek-ext-700-italic.woff +0 -0
  396. package/dist/collection/files/noto-sans-greek-ext-700-italic.woff2 +0 -0
  397. package/dist/collection/files/noto-sans-greek-ext-700-normal.woff +0 -0
  398. package/dist/collection/files/noto-sans-greek-ext-700-normal.woff2 +0 -0
  399. package/dist/collection/files/noto-sans-greek-ext-800-italic.woff +0 -0
  400. package/dist/collection/files/noto-sans-greek-ext-800-italic.woff2 +0 -0
  401. package/dist/collection/files/noto-sans-greek-ext-800-normal.woff +0 -0
  402. package/dist/collection/files/noto-sans-greek-ext-800-normal.woff2 +0 -0
  403. package/dist/collection/files/noto-sans-greek-ext-900-italic.woff +0 -0
  404. package/dist/collection/files/noto-sans-greek-ext-900-italic.woff2 +0 -0
  405. package/dist/collection/files/noto-sans-greek-ext-900-normal.woff +0 -0
  406. package/dist/collection/files/noto-sans-greek-ext-900-normal.woff2 +0 -0
  407. package/dist/collection/files/noto-sans-latin-100-italic.woff +0 -0
  408. package/dist/collection/files/noto-sans-latin-100-italic.woff2 +0 -0
  409. package/dist/collection/files/noto-sans-latin-100-normal.woff +0 -0
  410. package/dist/collection/files/noto-sans-latin-100-normal.woff2 +0 -0
  411. package/dist/collection/files/noto-sans-latin-200-italic.woff +0 -0
  412. package/dist/collection/files/noto-sans-latin-200-italic.woff2 +0 -0
  413. package/dist/collection/files/noto-sans-latin-200-normal.woff +0 -0
  414. package/dist/collection/files/noto-sans-latin-200-normal.woff2 +0 -0
  415. package/dist/collection/files/noto-sans-latin-300-italic.woff +0 -0
  416. package/dist/collection/files/noto-sans-latin-300-italic.woff2 +0 -0
  417. package/dist/collection/files/noto-sans-latin-300-normal.woff +0 -0
  418. package/dist/collection/files/noto-sans-latin-300-normal.woff2 +0 -0
  419. package/dist/collection/files/noto-sans-latin-400-italic.woff +0 -0
  420. package/dist/collection/files/noto-sans-latin-400-italic.woff2 +0 -0
  421. package/dist/collection/files/noto-sans-latin-400-normal.woff +0 -0
  422. package/dist/collection/files/noto-sans-latin-400-normal.woff2 +0 -0
  423. package/dist/collection/files/noto-sans-latin-500-italic.woff +0 -0
  424. package/dist/collection/files/noto-sans-latin-500-italic.woff2 +0 -0
  425. package/dist/collection/files/noto-sans-latin-500-normal.woff +0 -0
  426. package/dist/collection/files/noto-sans-latin-500-normal.woff2 +0 -0
  427. package/dist/collection/files/noto-sans-latin-600-italic.woff +0 -0
  428. package/dist/collection/files/noto-sans-latin-600-italic.woff2 +0 -0
  429. package/dist/collection/files/noto-sans-latin-600-normal.woff +0 -0
  430. package/dist/collection/files/noto-sans-latin-600-normal.woff2 +0 -0
  431. package/dist/collection/files/noto-sans-latin-700-italic.woff +0 -0
  432. package/dist/collection/files/noto-sans-latin-700-italic.woff2 +0 -0
  433. package/dist/collection/files/noto-sans-latin-700-normal.woff +0 -0
  434. package/dist/collection/files/noto-sans-latin-700-normal.woff2 +0 -0
  435. package/dist/collection/files/noto-sans-latin-800-italic.woff +0 -0
  436. package/dist/collection/files/noto-sans-latin-800-italic.woff2 +0 -0
  437. package/dist/collection/files/noto-sans-latin-800-normal.woff +0 -0
  438. package/dist/collection/files/noto-sans-latin-800-normal.woff2 +0 -0
  439. package/dist/collection/files/noto-sans-latin-900-italic.woff +0 -0
  440. package/dist/collection/files/noto-sans-latin-900-italic.woff2 +0 -0
  441. package/dist/collection/files/noto-sans-latin-900-normal.woff +0 -0
  442. package/dist/collection/files/noto-sans-latin-900-normal.woff2 +0 -0
  443. package/dist/collection/files/noto-sans-latin-ext-100-italic.woff +0 -0
  444. package/dist/collection/files/noto-sans-latin-ext-100-italic.woff2 +0 -0
  445. package/dist/collection/files/noto-sans-latin-ext-100-normal.woff +0 -0
  446. package/dist/collection/files/noto-sans-latin-ext-100-normal.woff2 +0 -0
  447. package/dist/collection/files/noto-sans-latin-ext-200-italic.woff +0 -0
  448. package/dist/collection/files/noto-sans-latin-ext-200-italic.woff2 +0 -0
  449. package/dist/collection/files/noto-sans-latin-ext-200-normal.woff +0 -0
  450. package/dist/collection/files/noto-sans-latin-ext-200-normal.woff2 +0 -0
  451. package/dist/collection/files/noto-sans-latin-ext-300-italic.woff +0 -0
  452. package/dist/collection/files/noto-sans-latin-ext-300-italic.woff2 +0 -0
  453. package/dist/collection/files/noto-sans-latin-ext-300-normal.woff +0 -0
  454. package/dist/collection/files/noto-sans-latin-ext-300-normal.woff2 +0 -0
  455. package/dist/collection/files/noto-sans-latin-ext-400-italic.woff +0 -0
  456. package/dist/collection/files/noto-sans-latin-ext-400-italic.woff2 +0 -0
  457. package/dist/collection/files/noto-sans-latin-ext-400-normal.woff +0 -0
  458. package/dist/collection/files/noto-sans-latin-ext-400-normal.woff2 +0 -0
  459. package/dist/collection/files/noto-sans-latin-ext-500-italic.woff +0 -0
  460. package/dist/collection/files/noto-sans-latin-ext-500-italic.woff2 +0 -0
  461. package/dist/collection/files/noto-sans-latin-ext-500-normal.woff +0 -0
  462. package/dist/collection/files/noto-sans-latin-ext-500-normal.woff2 +0 -0
  463. package/dist/collection/files/noto-sans-latin-ext-600-italic.woff +0 -0
  464. package/dist/collection/files/noto-sans-latin-ext-600-italic.woff2 +0 -0
  465. package/dist/collection/files/noto-sans-latin-ext-600-normal.woff +0 -0
  466. package/dist/collection/files/noto-sans-latin-ext-600-normal.woff2 +0 -0
  467. package/dist/collection/files/noto-sans-latin-ext-700-italic.woff +0 -0
  468. package/dist/collection/files/noto-sans-latin-ext-700-italic.woff2 +0 -0
  469. package/dist/collection/files/noto-sans-latin-ext-700-normal.woff +0 -0
  470. package/dist/collection/files/noto-sans-latin-ext-700-normal.woff2 +0 -0
  471. package/dist/collection/files/noto-sans-latin-ext-800-italic.woff +0 -0
  472. package/dist/collection/files/noto-sans-latin-ext-800-italic.woff2 +0 -0
  473. package/dist/collection/files/noto-sans-latin-ext-800-normal.woff +0 -0
  474. package/dist/collection/files/noto-sans-latin-ext-800-normal.woff2 +0 -0
  475. package/dist/collection/files/noto-sans-latin-ext-900-italic.woff +0 -0
  476. package/dist/collection/files/noto-sans-latin-ext-900-italic.woff2 +0 -0
  477. package/dist/collection/files/noto-sans-latin-ext-900-normal.woff +0 -0
  478. package/dist/collection/files/noto-sans-latin-ext-900-normal.woff2 +0 -0
  479. package/dist/collection/files/noto-sans-vietnamese-100-italic.woff +0 -0
  480. package/dist/collection/files/noto-sans-vietnamese-100-italic.woff2 +0 -0
  481. package/dist/collection/files/noto-sans-vietnamese-100-normal.woff +0 -0
  482. package/dist/collection/files/noto-sans-vietnamese-100-normal.woff2 +0 -0
  483. package/dist/collection/files/noto-sans-vietnamese-200-italic.woff +0 -0
  484. package/dist/collection/files/noto-sans-vietnamese-200-italic.woff2 +0 -0
  485. package/dist/collection/files/noto-sans-vietnamese-200-normal.woff +0 -0
  486. package/dist/collection/files/noto-sans-vietnamese-200-normal.woff2 +0 -0
  487. package/dist/collection/files/noto-sans-vietnamese-300-italic.woff +0 -0
  488. package/dist/collection/files/noto-sans-vietnamese-300-italic.woff2 +0 -0
  489. package/dist/collection/files/noto-sans-vietnamese-300-normal.woff +0 -0
  490. package/dist/collection/files/noto-sans-vietnamese-300-normal.woff2 +0 -0
  491. package/dist/collection/files/noto-sans-vietnamese-400-italic.woff +0 -0
  492. package/dist/collection/files/noto-sans-vietnamese-400-italic.woff2 +0 -0
  493. package/dist/collection/files/noto-sans-vietnamese-400-normal.woff +0 -0
  494. package/dist/collection/files/noto-sans-vietnamese-400-normal.woff2 +0 -0
  495. package/dist/collection/files/noto-sans-vietnamese-500-italic.woff +0 -0
  496. package/dist/collection/files/noto-sans-vietnamese-500-italic.woff2 +0 -0
  497. package/dist/collection/files/noto-sans-vietnamese-500-normal.woff +0 -0
  498. package/dist/collection/files/noto-sans-vietnamese-500-normal.woff2 +0 -0
  499. package/dist/collection/files/noto-sans-vietnamese-600-italic.woff +0 -0
  500. package/dist/collection/files/noto-sans-vietnamese-600-italic.woff2 +0 -0
  501. package/dist/collection/files/noto-sans-vietnamese-600-normal.woff +0 -0
  502. package/dist/collection/files/noto-sans-vietnamese-600-normal.woff2 +0 -0
  503. package/dist/collection/files/noto-sans-vietnamese-700-italic.woff +0 -0
  504. package/dist/collection/files/noto-sans-vietnamese-700-italic.woff2 +0 -0
  505. package/dist/collection/files/noto-sans-vietnamese-700-normal.woff +0 -0
  506. package/dist/collection/files/noto-sans-vietnamese-700-normal.woff2 +0 -0
  507. package/dist/collection/files/noto-sans-vietnamese-800-italic.woff +0 -0
  508. package/dist/collection/files/noto-sans-vietnamese-800-italic.woff2 +0 -0
  509. package/dist/collection/files/noto-sans-vietnamese-800-normal.woff +0 -0
  510. package/dist/collection/files/noto-sans-vietnamese-800-normal.woff2 +0 -0
  511. package/dist/collection/files/noto-sans-vietnamese-900-italic.woff +0 -0
  512. package/dist/collection/files/noto-sans-vietnamese-900-italic.woff2 +0 -0
  513. package/dist/collection/files/noto-sans-vietnamese-900-normal.woff +0 -0
  514. package/dist/collection/files/noto-sans-vietnamese-900-normal.woff2 +0 -0
  515. package/dist/collection/functional-components/form-control/form-control.js +28 -0
  516. package/dist/collection/index.js +1 -0
  517. package/dist/collection/material-icons-outlined.woff +0 -0
  518. package/dist/collection/material-icons-outlined.woff2 +0 -0
  519. package/dist/collection/material-icons-round.woff +0 -0
  520. package/dist/collection/material-icons-round.woff2 +0 -0
  521. package/dist/collection/material-icons-sharp.woff +0 -0
  522. package/dist/collection/material-icons-sharp.woff2 +0 -0
  523. package/dist/collection/material-icons-two-tone.woff +0 -0
  524. package/dist/collection/material-icons-two-tone.woff2 +0 -0
  525. package/dist/collection/material-icons.css +124 -0
  526. package/dist/collection/material-icons.scss +5 -0
  527. package/dist/collection/material-icons.woff +0 -0
  528. package/dist/collection/material-icons.woff2 +0 -0
  529. package/dist/collection/testUtil/delay.js +3 -0
  530. package/dist/collection/utils/as-array.js +1 -0
  531. package/dist/collection/utils/date-util.js +712 -0
  532. package/dist/collection/utils/event-listeners.js +39 -0
  533. package/dist/collection/utils/execution-control.js +38 -0
  534. package/dist/collection/utils/focus-visible.js +41 -0
  535. package/dist/collection/utils/matchers.js +2 -0
  536. package/dist/collection/utils/modal.js +28 -0
  537. package/dist/collection/utils/offset.js +13 -0
  538. package/dist/collection/utils/popover.js +113 -0
  539. package/dist/collection/utils/scroll.js +47 -0
  540. package/dist/collection/utils/slot.js +59 -0
  541. package/dist/collection/utils/support.js +15 -0
  542. package/dist/collection/utils/tabbable.js +22 -0
  543. package/dist/collection/utils/testing.js +38 -0
  544. package/dist/collection/utils/time.util.js +74 -0
  545. package/dist/collection/utils/type-check.js +5 -0
  546. package/dist/collection/utils/types.js +1 -0
  547. package/dist/collection/wrappers/set-attributes/set-attributes.js +68 -0
  548. package/dist/components.d.ts +121 -0
  549. package/dist/components.json +12649 -0
  550. package/dist/custom-elements/index.d.ts +387 -0
  551. package/dist/custom-elements/index.js +9757 -0
  552. package/dist/esm/event-listeners-570a24ea.js +41 -0
  553. package/dist/esm/execution-control-1a60d709.js +38 -0
  554. package/dist/esm/focus-visible-97933ea9.js +43 -0
  555. package/dist/esm/form-control-24f446af.js +30 -0
  556. package/dist/esm/index-a2605a62.js +1771 -0
  557. package/dist/esm/index.js +1 -0
  558. package/dist/esm/loader.js +17 -0
  559. package/dist/esm/modal-5ebdc320.js +46 -0
  560. package/dist/esm/polyfills/core-js.js +11 -0
  561. package/dist/esm/polyfills/css-shim.js +1 -0
  562. package/dist/esm/polyfills/dom.js +79 -0
  563. package/dist/esm/polyfills/es5-html-element.js +1 -0
  564. package/dist/esm/polyfills/index.js +34 -0
  565. package/dist/esm/polyfills/system.js +6 -0
  566. package/dist/esm/popover-1c7a1139.js +1896 -0
  567. package/dist/esm/scroll-180b53fd.js +62 -0
  568. package/dist/esm/set-attributes_2.entry.js +66 -0
  569. package/dist/esm/six-alert.entry.js +138 -0
  570. package/dist/esm/six-avatar.entry.js +35 -0
  571. package/dist/esm/six-badge.entry.js +33 -0
  572. package/dist/esm/six-button.entry.js +104 -0
  573. package/dist/esm/six-card.entry.js +15 -0
  574. package/dist/esm/six-checkbox.entry.js +159 -0
  575. package/dist/esm/six-datepicker.entry.js +1206 -0
  576. package/dist/esm/six-details.entry.js +146 -0
  577. package/dist/esm/six-dialog.entry.js +159 -0
  578. package/dist/esm/six-drawer.entry.js +181 -0
  579. package/dist/esm/six-dropdown_3.entry.js +745 -0
  580. package/dist/esm/six-error-page.entry.js +101 -0
  581. package/dist/esm/six-file-list-item.entry.js +45 -0
  582. package/dist/esm/six-file-list.entry.js +15 -0
  583. package/dist/esm/six-file-upload.entry.js +103 -0
  584. package/dist/esm/six-footer.entry.js +15 -0
  585. package/dist/esm/six-form.entry.js +226 -0
  586. package/dist/esm/six-group-label.entry.js +53 -0
  587. package/dist/esm/six-header.entry.js +156 -0
  588. package/dist/esm/six-icon-button.entry.js +40 -0
  589. package/dist/esm/six-icon.entry.js +31 -0
  590. package/dist/esm/six-input.entry.js +237 -0
  591. package/dist/esm/six-item-picker.entry.js +368 -0
  592. package/dist/esm/six-language-switcher.entry.js +59 -0
  593. package/dist/esm/six-layout-grid.entry.js +26 -0
  594. package/dist/esm/six-main-container.entry.js +18 -0
  595. package/dist/esm/six-menu-divider.entry.js +15 -0
  596. package/dist/esm/six-menu-label.entry.js +15 -0
  597. package/dist/esm/six-picto.entry.js +22 -0
  598. package/dist/esm/six-progress-bar.entry.js +24 -0
  599. package/dist/esm/six-progress-ring.entry.js +38 -0
  600. package/dist/esm/six-radio.entry.js +128 -0
  601. package/dist/esm/six-range.entry.js +205 -0
  602. package/dist/esm/six-root.entry.js +41 -0
  603. package/dist/esm/six-search-field.entry.js +50 -0
  604. package/dist/esm/six-select.entry.js +454 -0
  605. package/dist/esm/six-sidebar-item-group.entry.js +49 -0
  606. package/dist/esm/six-sidebar-item.entry.js +25 -0
  607. package/dist/esm/six-sidebar.entry.js +178 -0
  608. package/dist/esm/six-spinner.entry.js +23 -0
  609. package/dist/esm/six-switch.entry.js +107 -0
  610. package/dist/esm/six-tab-group.entry.js +233 -0
  611. package/dist/esm/six-tab-panel.entry.js +24 -0
  612. package/dist/esm/six-tab.entry.js +49 -0
  613. package/dist/esm/six-table-cell_4.entry.js +95 -0
  614. package/dist/esm/six-table.entry.js +164 -0
  615. package/dist/esm/six-tag.entry.js +47 -0
  616. package/dist/esm/six-textarea.entry.js +218 -0
  617. package/dist/esm/six-tile.entry.js +96 -0
  618. package/dist/esm/six-timepicker.entry.js +500 -0
  619. package/dist/esm/six-timepicker.types-e161a447.js +48 -0
  620. package/dist/esm/six-tooltip.entry.js +179 -0
  621. package/dist/esm/slot-6f3984c7.js +45 -0
  622. package/dist/esm/types-4b10b413.js +15 -0
  623. package/dist/esm/types-ed860f7c.js +15 -0
  624. package/dist/esm/ui-library.js +17 -0
  625. package/dist/index.cjs.js +1 -0
  626. package/dist/index.js +1 -0
  627. package/dist/types/components/six-alert/six-alert.d.ts +60 -0
  628. package/dist/types/components/six-avatar/six-avatar.d.ts +27 -0
  629. package/dist/types/components/six-badge/six-badge.d.ts +20 -0
  630. package/dist/types/components/six-button/six-button.d.ts +69 -0
  631. package/dist/types/components/six-card/six-card.d.ts +9 -0
  632. package/dist/types/components/six-checkbox/six-checkbox.d.ts +86 -0
  633. package/dist/types/components/six-datepicker/components/day-selection.d.ts +5 -0
  634. package/dist/types/components/six-datepicker/components/month-selection.d.ts +5 -0
  635. package/dist/types/components/six-datepicker/components/year-selection.d.ts +5 -0
  636. package/dist/types/components/six-datepicker/six-date-formats.d.ts +22 -0
  637. package/dist/types/components/six-datepicker/six-datepicker.d.ts +214 -0
  638. package/dist/types/components/six-datepicker/test/six-datepicker.test-helpers.d.ts +1 -0
  639. package/dist/types/components/six-details/six-details.d.ts +61 -0
  640. package/dist/types/components/six-dialog/six-dialog.d.ts +75 -0
  641. package/dist/types/components/six-drawer/six-drawer.d.ts +82 -0
  642. package/dist/types/components/six-dropdown/six-dropdown.d.ts +140 -0
  643. package/dist/types/components/six-error-page/six-error-page.d.ts +27 -0
  644. package/dist/types/components/six-file-list/six-file-list.d.ts +8 -0
  645. package/dist/types/components/six-file-list-item/six-file-list-item.d.ts +35 -0
  646. package/dist/types/components/six-file-upload/six-file-upload.d.ts +42 -0
  647. package/dist/types/components/six-footer/six-footer.d.ts +9 -0
  648. package/dist/types/components/six-form/six-form.d.ts +69 -0
  649. package/dist/types/components/six-group-label/six-group-label.d.ts +37 -0
  650. package/dist/types/components/six-header/six-header.d.ts +90 -0
  651. package/dist/types/components/six-icon/six-icon.d.ts +13 -0
  652. package/dist/types/components/six-icon-button/six-icon-button.d.ts +28 -0
  653. package/dist/types/components/six-input/six-input.d.ts +165 -0
  654. package/dist/types/components/six-item-picker/six-item-picker.d.ts +106 -0
  655. package/dist/types/components/six-item-picker/types.d.ts +11 -0
  656. package/dist/types/components/six-language-switcher/six-language-switcher.d.ts +25 -0
  657. package/dist/types/components/six-layout-grid/six-layout-grid.d.ts +14 -0
  658. package/dist/types/components/six-main-container/six-main-container.d.ts +16 -0
  659. package/dist/types/components/six-menu/six-menu.d.ts +81 -0
  660. package/dist/types/components/six-menu-divider/six-menu-divider.d.ts +11 -0
  661. package/dist/types/components/six-menu-item/six-menu-item.d.ts +36 -0
  662. package/dist/types/components/six-menu-label/six-menu-label.d.ts +13 -0
  663. package/dist/types/components/six-picto/six-picto.d.ts +14 -0
  664. package/dist/types/components/six-progress-bar/six-progress-bar.d.ts +19 -0
  665. package/dist/types/components/six-progress-ring/six-progress-ring.d.ts +24 -0
  666. package/dist/types/components/six-radio/six-radio.d.ts +66 -0
  667. package/dist/types/components/six-range/six-range.d.ts +101 -0
  668. package/dist/types/components/six-root/six-root.d.ts +34 -0
  669. package/dist/types/components/six-search-field/six-search-field.d.ts +32 -0
  670. package/dist/types/components/six-select/six-select.d.ts +163 -0
  671. package/dist/types/components/six-sidebar/six-sidebar.d.ts +55 -0
  672. package/dist/types/components/six-sidebar-item/six-sidebar-item.d.ts +15 -0
  673. package/dist/types/components/six-sidebar-item-group/six-sidebar-item-group.d.ts +26 -0
  674. package/dist/types/components/six-spinner/six-spinner.d.ts +15 -0
  675. package/dist/types/components/six-stage-indicator/six-stage-indicator.d.ts +6 -0
  676. package/dist/types/components/six-switch/six-switch.d.ts +62 -0
  677. package/dist/types/components/six-tab/six-tab.d.ts +35 -0
  678. package/dist/types/components/six-tab-group/six-tab-group.d.ts +62 -0
  679. package/dist/types/components/six-tab-panel/six-tab-panel.d.ts +19 -0
  680. package/dist/types/components/six-table/six-table.d.ts +30 -0
  681. package/dist/types/components/six-table/test/helpers.d.ts +2 -0
  682. package/dist/types/components/six-table/types.d.ts +33 -0
  683. package/dist/types/components/six-table/util/filter-by.d.ts +2 -0
  684. package/dist/types/components/six-table/util/from-data.d.ts +8 -0
  685. package/dist/types/components/six-table/util/is.d.ts +3 -0
  686. package/dist/types/components/six-table/util/quick-filter-by.d.ts +2 -0
  687. package/dist/types/components/six-table/util/sort-by.d.ts +2 -0
  688. package/dist/types/components/six-table-cell/six-table-cell.d.ts +9 -0
  689. package/dist/types/components/six-table-header/six-table-header.d.ts +9 -0
  690. package/dist/types/components/six-table-header-cell/get-next-state.d.ts +2 -0
  691. package/dist/types/components/six-table-header-cell/icons.d.ts +3 -0
  692. package/dist/types/components/six-table-header-cell/six-table-header-cell.d.ts +32 -0
  693. package/dist/types/components/six-table-header-cell/types.d.ts +11 -0
  694. package/dist/types/components/six-table-header-cell/util/create-model.d.ts +4 -0
  695. package/dist/types/components/six-table-header-cell/util/get-next-state.d.ts +3 -0
  696. package/dist/types/components/six-table-row/six-table-row.d.ts +9 -0
  697. package/dist/types/components/six-tag/six-tag.d.ts +30 -0
  698. package/dist/types/components/six-textarea/six-textarea.d.ts +134 -0
  699. package/dist/types/components/six-tile/six-tile.d.ts +40 -0
  700. package/dist/types/components/six-timepicker/six-time-format.d.ts +13 -0
  701. package/dist/types/components/six-timepicker/six-timepicker.d.ts +184 -0
  702. package/dist/types/components/six-timepicker/six-timepicker.types.d.ts +36 -0
  703. package/dist/types/components/six-tooltip/six-tooltip.d.ts +72 -0
  704. package/dist/types/components.d.ts +4335 -0
  705. package/dist/types/functional-components/form-control/form-control.d.ts +34 -0
  706. package/dist/types/index.d.ts +1 -0
  707. package/dist/types/stencil-public-runtime.d.ts +1565 -0
  708. package/dist/types/testUtil/delay.d.ts +1 -0
  709. package/dist/types/utils/as-array.d.ts +1 -0
  710. package/dist/types/utils/date-util.d.ts +194 -0
  711. package/dist/types/utils/event-listeners.d.ts +15 -0
  712. package/dist/types/utils/execution-control.d.ts +26 -0
  713. package/dist/types/utils/focus-visible.d.ts +6 -0
  714. package/dist/types/utils/matchers.d.ts +2 -0
  715. package/dist/types/utils/modal.d.ts +13 -0
  716. package/dist/types/utils/offset.d.ts +4 -0
  717. package/dist/types/utils/popover.d.ts +27 -0
  718. package/dist/types/utils/popper.d.ts +33 -0
  719. package/dist/types/utils/scroll.d.ts +3 -0
  720. package/dist/types/utils/slot.d.ts +9 -0
  721. package/dist/types/utils/support.d.ts +1 -0
  722. package/dist/types/utils/tabbable.d.ts +2 -0
  723. package/dist/types/utils/testing.d.ts +2 -0
  724. package/dist/types/utils/time.util.d.ts +10 -0
  725. package/dist/types/utils/type-check.d.ts +4 -0
  726. package/dist/types/utils/types.d.ts +4 -0
  727. package/dist/types/wrappers/set-attributes/set-attributes.d.ts +9 -0
  728. package/dist/ui-library/assets/TRADEMARKS.md +7 -0
  729. package/dist/ui-library/assets/commons.js +5 -0
  730. package/dist/ui-library/assets/data.json +642 -0
  731. package/dist/ui-library/assets/six-logo.svg +1 -0
  732. package/dist/ui-library/files/file-list.json +308 -0
  733. package/dist/ui-library/files/noto-sans-all-100-italic.woff +0 -0
  734. package/dist/ui-library/files/noto-sans-all-100-normal.woff +0 -0
  735. package/dist/ui-library/files/noto-sans-all-200-italic.woff +0 -0
  736. package/dist/ui-library/files/noto-sans-all-200-normal.woff +0 -0
  737. package/dist/ui-library/files/noto-sans-all-300-italic.woff +0 -0
  738. package/dist/ui-library/files/noto-sans-all-300-normal.woff +0 -0
  739. package/dist/ui-library/files/noto-sans-all-400-italic.woff +0 -0
  740. package/dist/ui-library/files/noto-sans-all-400-normal.woff +0 -0
  741. package/dist/ui-library/files/noto-sans-all-500-italic.woff +0 -0
  742. package/dist/ui-library/files/noto-sans-all-500-normal.woff +0 -0
  743. package/dist/ui-library/files/noto-sans-all-600-italic.woff +0 -0
  744. package/dist/ui-library/files/noto-sans-all-600-normal.woff +0 -0
  745. package/dist/ui-library/files/noto-sans-all-700-italic.woff +0 -0
  746. package/dist/ui-library/files/noto-sans-all-700-normal.woff +0 -0
  747. package/dist/ui-library/files/noto-sans-all-800-italic.woff +0 -0
  748. package/dist/ui-library/files/noto-sans-all-800-normal.woff +0 -0
  749. package/dist/ui-library/files/noto-sans-all-900-italic.woff +0 -0
  750. package/dist/ui-library/files/noto-sans-all-900-normal.woff +0 -0
  751. package/dist/ui-library/files/noto-sans-cyrillic-100-italic.woff +0 -0
  752. package/dist/ui-library/files/noto-sans-cyrillic-100-italic.woff2 +0 -0
  753. package/dist/ui-library/files/noto-sans-cyrillic-100-normal.woff +0 -0
  754. package/dist/ui-library/files/noto-sans-cyrillic-100-normal.woff2 +0 -0
  755. package/dist/ui-library/files/noto-sans-cyrillic-200-italic.woff +0 -0
  756. package/dist/ui-library/files/noto-sans-cyrillic-200-italic.woff2 +0 -0
  757. package/dist/ui-library/files/noto-sans-cyrillic-200-normal.woff +0 -0
  758. package/dist/ui-library/files/noto-sans-cyrillic-200-normal.woff2 +0 -0
  759. package/dist/ui-library/files/noto-sans-cyrillic-300-italic.woff +0 -0
  760. package/dist/ui-library/files/noto-sans-cyrillic-300-italic.woff2 +0 -0
  761. package/dist/ui-library/files/noto-sans-cyrillic-300-normal.woff +0 -0
  762. package/dist/ui-library/files/noto-sans-cyrillic-300-normal.woff2 +0 -0
  763. package/dist/ui-library/files/noto-sans-cyrillic-400-italic.woff +0 -0
  764. package/dist/ui-library/files/noto-sans-cyrillic-400-italic.woff2 +0 -0
  765. package/dist/ui-library/files/noto-sans-cyrillic-400-normal.woff +0 -0
  766. package/dist/ui-library/files/noto-sans-cyrillic-400-normal.woff2 +0 -0
  767. package/dist/ui-library/files/noto-sans-cyrillic-500-italic.woff +0 -0
  768. package/dist/ui-library/files/noto-sans-cyrillic-500-italic.woff2 +0 -0
  769. package/dist/ui-library/files/noto-sans-cyrillic-500-normal.woff +0 -0
  770. package/dist/ui-library/files/noto-sans-cyrillic-500-normal.woff2 +0 -0
  771. package/dist/ui-library/files/noto-sans-cyrillic-600-italic.woff +0 -0
  772. package/dist/ui-library/files/noto-sans-cyrillic-600-italic.woff2 +0 -0
  773. package/dist/ui-library/files/noto-sans-cyrillic-600-normal.woff +0 -0
  774. package/dist/ui-library/files/noto-sans-cyrillic-600-normal.woff2 +0 -0
  775. package/dist/ui-library/files/noto-sans-cyrillic-700-italic.woff +0 -0
  776. package/dist/ui-library/files/noto-sans-cyrillic-700-italic.woff2 +0 -0
  777. package/dist/ui-library/files/noto-sans-cyrillic-700-normal.woff +0 -0
  778. package/dist/ui-library/files/noto-sans-cyrillic-700-normal.woff2 +0 -0
  779. package/dist/ui-library/files/noto-sans-cyrillic-800-italic.woff +0 -0
  780. package/dist/ui-library/files/noto-sans-cyrillic-800-italic.woff2 +0 -0
  781. package/dist/ui-library/files/noto-sans-cyrillic-800-normal.woff +0 -0
  782. package/dist/ui-library/files/noto-sans-cyrillic-800-normal.woff2 +0 -0
  783. package/dist/ui-library/files/noto-sans-cyrillic-900-italic.woff +0 -0
  784. package/dist/ui-library/files/noto-sans-cyrillic-900-italic.woff2 +0 -0
  785. package/dist/ui-library/files/noto-sans-cyrillic-900-normal.woff +0 -0
  786. package/dist/ui-library/files/noto-sans-cyrillic-900-normal.woff2 +0 -0
  787. package/dist/ui-library/files/noto-sans-cyrillic-ext-100-italic.woff +0 -0
  788. package/dist/ui-library/files/noto-sans-cyrillic-ext-100-italic.woff2 +0 -0
  789. package/dist/ui-library/files/noto-sans-cyrillic-ext-100-normal.woff +0 -0
  790. package/dist/ui-library/files/noto-sans-cyrillic-ext-100-normal.woff2 +0 -0
  791. package/dist/ui-library/files/noto-sans-cyrillic-ext-200-italic.woff +0 -0
  792. package/dist/ui-library/files/noto-sans-cyrillic-ext-200-italic.woff2 +0 -0
  793. package/dist/ui-library/files/noto-sans-cyrillic-ext-200-normal.woff +0 -0
  794. package/dist/ui-library/files/noto-sans-cyrillic-ext-200-normal.woff2 +0 -0
  795. package/dist/ui-library/files/noto-sans-cyrillic-ext-300-italic.woff +0 -0
  796. package/dist/ui-library/files/noto-sans-cyrillic-ext-300-italic.woff2 +0 -0
  797. package/dist/ui-library/files/noto-sans-cyrillic-ext-300-normal.woff +0 -0
  798. package/dist/ui-library/files/noto-sans-cyrillic-ext-300-normal.woff2 +0 -0
  799. package/dist/ui-library/files/noto-sans-cyrillic-ext-400-italic.woff +0 -0
  800. package/dist/ui-library/files/noto-sans-cyrillic-ext-400-italic.woff2 +0 -0
  801. package/dist/ui-library/files/noto-sans-cyrillic-ext-400-normal.woff +0 -0
  802. package/dist/ui-library/files/noto-sans-cyrillic-ext-400-normal.woff2 +0 -0
  803. package/dist/ui-library/files/noto-sans-cyrillic-ext-500-italic.woff +0 -0
  804. package/dist/ui-library/files/noto-sans-cyrillic-ext-500-italic.woff2 +0 -0
  805. package/dist/ui-library/files/noto-sans-cyrillic-ext-500-normal.woff +0 -0
  806. package/dist/ui-library/files/noto-sans-cyrillic-ext-500-normal.woff2 +0 -0
  807. package/dist/ui-library/files/noto-sans-cyrillic-ext-600-italic.woff +0 -0
  808. package/dist/ui-library/files/noto-sans-cyrillic-ext-600-italic.woff2 +0 -0
  809. package/dist/ui-library/files/noto-sans-cyrillic-ext-600-normal.woff +0 -0
  810. package/dist/ui-library/files/noto-sans-cyrillic-ext-600-normal.woff2 +0 -0
  811. package/dist/ui-library/files/noto-sans-cyrillic-ext-700-italic.woff +0 -0
  812. package/dist/ui-library/files/noto-sans-cyrillic-ext-700-italic.woff2 +0 -0
  813. package/dist/ui-library/files/noto-sans-cyrillic-ext-700-normal.woff +0 -0
  814. package/dist/ui-library/files/noto-sans-cyrillic-ext-700-normal.woff2 +0 -0
  815. package/dist/ui-library/files/noto-sans-cyrillic-ext-800-italic.woff +0 -0
  816. package/dist/ui-library/files/noto-sans-cyrillic-ext-800-italic.woff2 +0 -0
  817. package/dist/ui-library/files/noto-sans-cyrillic-ext-800-normal.woff +0 -0
  818. package/dist/ui-library/files/noto-sans-cyrillic-ext-800-normal.woff2 +0 -0
  819. package/dist/ui-library/files/noto-sans-cyrillic-ext-900-italic.woff +0 -0
  820. package/dist/ui-library/files/noto-sans-cyrillic-ext-900-italic.woff2 +0 -0
  821. package/dist/ui-library/files/noto-sans-cyrillic-ext-900-normal.woff +0 -0
  822. package/dist/ui-library/files/noto-sans-cyrillic-ext-900-normal.woff2 +0 -0
  823. package/dist/ui-library/files/noto-sans-devanagari-100-italic.woff +0 -0
  824. package/dist/ui-library/files/noto-sans-devanagari-100-italic.woff2 +0 -0
  825. package/dist/ui-library/files/noto-sans-devanagari-100-normal.woff +0 -0
  826. package/dist/ui-library/files/noto-sans-devanagari-100-normal.woff2 +0 -0
  827. package/dist/ui-library/files/noto-sans-devanagari-200-italic.woff +0 -0
  828. package/dist/ui-library/files/noto-sans-devanagari-200-italic.woff2 +0 -0
  829. package/dist/ui-library/files/noto-sans-devanagari-200-normal.woff +0 -0
  830. package/dist/ui-library/files/noto-sans-devanagari-200-normal.woff2 +0 -0
  831. package/dist/ui-library/files/noto-sans-devanagari-300-italic.woff +0 -0
  832. package/dist/ui-library/files/noto-sans-devanagari-300-italic.woff2 +0 -0
  833. package/dist/ui-library/files/noto-sans-devanagari-300-normal.woff +0 -0
  834. package/dist/ui-library/files/noto-sans-devanagari-300-normal.woff2 +0 -0
  835. package/dist/ui-library/files/noto-sans-devanagari-400-italic.woff +0 -0
  836. package/dist/ui-library/files/noto-sans-devanagari-400-italic.woff2 +0 -0
  837. package/dist/ui-library/files/noto-sans-devanagari-400-normal.woff +0 -0
  838. package/dist/ui-library/files/noto-sans-devanagari-400-normal.woff2 +0 -0
  839. package/dist/ui-library/files/noto-sans-devanagari-500-italic.woff +0 -0
  840. package/dist/ui-library/files/noto-sans-devanagari-500-italic.woff2 +0 -0
  841. package/dist/ui-library/files/noto-sans-devanagari-500-normal.woff +0 -0
  842. package/dist/ui-library/files/noto-sans-devanagari-500-normal.woff2 +0 -0
  843. package/dist/ui-library/files/noto-sans-devanagari-600-italic.woff +0 -0
  844. package/dist/ui-library/files/noto-sans-devanagari-600-italic.woff2 +0 -0
  845. package/dist/ui-library/files/noto-sans-devanagari-600-normal.woff +0 -0
  846. package/dist/ui-library/files/noto-sans-devanagari-600-normal.woff2 +0 -0
  847. package/dist/ui-library/files/noto-sans-devanagari-700-italic.woff +0 -0
  848. package/dist/ui-library/files/noto-sans-devanagari-700-italic.woff2 +0 -0
  849. package/dist/ui-library/files/noto-sans-devanagari-700-normal.woff +0 -0
  850. package/dist/ui-library/files/noto-sans-devanagari-700-normal.woff2 +0 -0
  851. package/dist/ui-library/files/noto-sans-devanagari-800-italic.woff +0 -0
  852. package/dist/ui-library/files/noto-sans-devanagari-800-italic.woff2 +0 -0
  853. package/dist/ui-library/files/noto-sans-devanagari-800-normal.woff +0 -0
  854. package/dist/ui-library/files/noto-sans-devanagari-800-normal.woff2 +0 -0
  855. package/dist/ui-library/files/noto-sans-devanagari-900-italic.woff +0 -0
  856. package/dist/ui-library/files/noto-sans-devanagari-900-italic.woff2 +0 -0
  857. package/dist/ui-library/files/noto-sans-devanagari-900-normal.woff +0 -0
  858. package/dist/ui-library/files/noto-sans-devanagari-900-normal.woff2 +0 -0
  859. package/dist/ui-library/files/noto-sans-greek-100-italic.woff +0 -0
  860. package/dist/ui-library/files/noto-sans-greek-100-italic.woff2 +0 -0
  861. package/dist/ui-library/files/noto-sans-greek-100-normal.woff +0 -0
  862. package/dist/ui-library/files/noto-sans-greek-100-normal.woff2 +0 -0
  863. package/dist/ui-library/files/noto-sans-greek-200-italic.woff +0 -0
  864. package/dist/ui-library/files/noto-sans-greek-200-italic.woff2 +0 -0
  865. package/dist/ui-library/files/noto-sans-greek-200-normal.woff +0 -0
  866. package/dist/ui-library/files/noto-sans-greek-200-normal.woff2 +0 -0
  867. package/dist/ui-library/files/noto-sans-greek-300-italic.woff +0 -0
  868. package/dist/ui-library/files/noto-sans-greek-300-italic.woff2 +0 -0
  869. package/dist/ui-library/files/noto-sans-greek-300-normal.woff +0 -0
  870. package/dist/ui-library/files/noto-sans-greek-300-normal.woff2 +0 -0
  871. package/dist/ui-library/files/noto-sans-greek-400-italic.woff +0 -0
  872. package/dist/ui-library/files/noto-sans-greek-400-italic.woff2 +0 -0
  873. package/dist/ui-library/files/noto-sans-greek-400-normal.woff +0 -0
  874. package/dist/ui-library/files/noto-sans-greek-400-normal.woff2 +0 -0
  875. package/dist/ui-library/files/noto-sans-greek-500-italic.woff +0 -0
  876. package/dist/ui-library/files/noto-sans-greek-500-italic.woff2 +0 -0
  877. package/dist/ui-library/files/noto-sans-greek-500-normal.woff +0 -0
  878. package/dist/ui-library/files/noto-sans-greek-500-normal.woff2 +0 -0
  879. package/dist/ui-library/files/noto-sans-greek-600-italic.woff +0 -0
  880. package/dist/ui-library/files/noto-sans-greek-600-italic.woff2 +0 -0
  881. package/dist/ui-library/files/noto-sans-greek-600-normal.woff +0 -0
  882. package/dist/ui-library/files/noto-sans-greek-600-normal.woff2 +0 -0
  883. package/dist/ui-library/files/noto-sans-greek-700-italic.woff +0 -0
  884. package/dist/ui-library/files/noto-sans-greek-700-italic.woff2 +0 -0
  885. package/dist/ui-library/files/noto-sans-greek-700-normal.woff +0 -0
  886. package/dist/ui-library/files/noto-sans-greek-700-normal.woff2 +0 -0
  887. package/dist/ui-library/files/noto-sans-greek-800-italic.woff +0 -0
  888. package/dist/ui-library/files/noto-sans-greek-800-italic.woff2 +0 -0
  889. package/dist/ui-library/files/noto-sans-greek-800-normal.woff +0 -0
  890. package/dist/ui-library/files/noto-sans-greek-800-normal.woff2 +0 -0
  891. package/dist/ui-library/files/noto-sans-greek-900-italic.woff +0 -0
  892. package/dist/ui-library/files/noto-sans-greek-900-italic.woff2 +0 -0
  893. package/dist/ui-library/files/noto-sans-greek-900-normal.woff +0 -0
  894. package/dist/ui-library/files/noto-sans-greek-900-normal.woff2 +0 -0
  895. package/dist/ui-library/files/noto-sans-greek-ext-100-italic.woff +0 -0
  896. package/dist/ui-library/files/noto-sans-greek-ext-100-italic.woff2 +0 -0
  897. package/dist/ui-library/files/noto-sans-greek-ext-100-normal.woff +0 -0
  898. package/dist/ui-library/files/noto-sans-greek-ext-100-normal.woff2 +0 -0
  899. package/dist/ui-library/files/noto-sans-greek-ext-200-italic.woff +0 -0
  900. package/dist/ui-library/files/noto-sans-greek-ext-200-italic.woff2 +0 -0
  901. package/dist/ui-library/files/noto-sans-greek-ext-200-normal.woff +0 -0
  902. package/dist/ui-library/files/noto-sans-greek-ext-200-normal.woff2 +0 -0
  903. package/dist/ui-library/files/noto-sans-greek-ext-300-italic.woff +0 -0
  904. package/dist/ui-library/files/noto-sans-greek-ext-300-italic.woff2 +0 -0
  905. package/dist/ui-library/files/noto-sans-greek-ext-300-normal.woff +0 -0
  906. package/dist/ui-library/files/noto-sans-greek-ext-300-normal.woff2 +0 -0
  907. package/dist/ui-library/files/noto-sans-greek-ext-400-italic.woff +0 -0
  908. package/dist/ui-library/files/noto-sans-greek-ext-400-italic.woff2 +0 -0
  909. package/dist/ui-library/files/noto-sans-greek-ext-400-normal.woff +0 -0
  910. package/dist/ui-library/files/noto-sans-greek-ext-400-normal.woff2 +0 -0
  911. package/dist/ui-library/files/noto-sans-greek-ext-500-italic.woff +0 -0
  912. package/dist/ui-library/files/noto-sans-greek-ext-500-italic.woff2 +0 -0
  913. package/dist/ui-library/files/noto-sans-greek-ext-500-normal.woff +0 -0
  914. package/dist/ui-library/files/noto-sans-greek-ext-500-normal.woff2 +0 -0
  915. package/dist/ui-library/files/noto-sans-greek-ext-600-italic.woff +0 -0
  916. package/dist/ui-library/files/noto-sans-greek-ext-600-italic.woff2 +0 -0
  917. package/dist/ui-library/files/noto-sans-greek-ext-600-normal.woff +0 -0
  918. package/dist/ui-library/files/noto-sans-greek-ext-600-normal.woff2 +0 -0
  919. package/dist/ui-library/files/noto-sans-greek-ext-700-italic.woff +0 -0
  920. package/dist/ui-library/files/noto-sans-greek-ext-700-italic.woff2 +0 -0
  921. package/dist/ui-library/files/noto-sans-greek-ext-700-normal.woff +0 -0
  922. package/dist/ui-library/files/noto-sans-greek-ext-700-normal.woff2 +0 -0
  923. package/dist/ui-library/files/noto-sans-greek-ext-800-italic.woff +0 -0
  924. package/dist/ui-library/files/noto-sans-greek-ext-800-italic.woff2 +0 -0
  925. package/dist/ui-library/files/noto-sans-greek-ext-800-normal.woff +0 -0
  926. package/dist/ui-library/files/noto-sans-greek-ext-800-normal.woff2 +0 -0
  927. package/dist/ui-library/files/noto-sans-greek-ext-900-italic.woff +0 -0
  928. package/dist/ui-library/files/noto-sans-greek-ext-900-italic.woff2 +0 -0
  929. package/dist/ui-library/files/noto-sans-greek-ext-900-normal.woff +0 -0
  930. package/dist/ui-library/files/noto-sans-greek-ext-900-normal.woff2 +0 -0
  931. package/dist/ui-library/files/noto-sans-latin-100-italic.woff +0 -0
  932. package/dist/ui-library/files/noto-sans-latin-100-italic.woff2 +0 -0
  933. package/dist/ui-library/files/noto-sans-latin-100-normal.woff +0 -0
  934. package/dist/ui-library/files/noto-sans-latin-100-normal.woff2 +0 -0
  935. package/dist/ui-library/files/noto-sans-latin-200-italic.woff +0 -0
  936. package/dist/ui-library/files/noto-sans-latin-200-italic.woff2 +0 -0
  937. package/dist/ui-library/files/noto-sans-latin-200-normal.woff +0 -0
  938. package/dist/ui-library/files/noto-sans-latin-200-normal.woff2 +0 -0
  939. package/dist/ui-library/files/noto-sans-latin-300-italic.woff +0 -0
  940. package/dist/ui-library/files/noto-sans-latin-300-italic.woff2 +0 -0
  941. package/dist/ui-library/files/noto-sans-latin-300-normal.woff +0 -0
  942. package/dist/ui-library/files/noto-sans-latin-300-normal.woff2 +0 -0
  943. package/dist/ui-library/files/noto-sans-latin-400-italic.woff +0 -0
  944. package/dist/ui-library/files/noto-sans-latin-400-italic.woff2 +0 -0
  945. package/dist/ui-library/files/noto-sans-latin-400-normal.woff +0 -0
  946. package/dist/ui-library/files/noto-sans-latin-400-normal.woff2 +0 -0
  947. package/dist/ui-library/files/noto-sans-latin-500-italic.woff +0 -0
  948. package/dist/ui-library/files/noto-sans-latin-500-italic.woff2 +0 -0
  949. package/dist/ui-library/files/noto-sans-latin-500-normal.woff +0 -0
  950. package/dist/ui-library/files/noto-sans-latin-500-normal.woff2 +0 -0
  951. package/dist/ui-library/files/noto-sans-latin-600-italic.woff +0 -0
  952. package/dist/ui-library/files/noto-sans-latin-600-italic.woff2 +0 -0
  953. package/dist/ui-library/files/noto-sans-latin-600-normal.woff +0 -0
  954. package/dist/ui-library/files/noto-sans-latin-600-normal.woff2 +0 -0
  955. package/dist/ui-library/files/noto-sans-latin-700-italic.woff +0 -0
  956. package/dist/ui-library/files/noto-sans-latin-700-italic.woff2 +0 -0
  957. package/dist/ui-library/files/noto-sans-latin-700-normal.woff +0 -0
  958. package/dist/ui-library/files/noto-sans-latin-700-normal.woff2 +0 -0
  959. package/dist/ui-library/files/noto-sans-latin-800-italic.woff +0 -0
  960. package/dist/ui-library/files/noto-sans-latin-800-italic.woff2 +0 -0
  961. package/dist/ui-library/files/noto-sans-latin-800-normal.woff +0 -0
  962. package/dist/ui-library/files/noto-sans-latin-800-normal.woff2 +0 -0
  963. package/dist/ui-library/files/noto-sans-latin-900-italic.woff +0 -0
  964. package/dist/ui-library/files/noto-sans-latin-900-italic.woff2 +0 -0
  965. package/dist/ui-library/files/noto-sans-latin-900-normal.woff +0 -0
  966. package/dist/ui-library/files/noto-sans-latin-900-normal.woff2 +0 -0
  967. package/dist/ui-library/files/noto-sans-latin-ext-100-italic.woff +0 -0
  968. package/dist/ui-library/files/noto-sans-latin-ext-100-italic.woff2 +0 -0
  969. package/dist/ui-library/files/noto-sans-latin-ext-100-normal.woff +0 -0
  970. package/dist/ui-library/files/noto-sans-latin-ext-100-normal.woff2 +0 -0
  971. package/dist/ui-library/files/noto-sans-latin-ext-200-italic.woff +0 -0
  972. package/dist/ui-library/files/noto-sans-latin-ext-200-italic.woff2 +0 -0
  973. package/dist/ui-library/files/noto-sans-latin-ext-200-normal.woff +0 -0
  974. package/dist/ui-library/files/noto-sans-latin-ext-200-normal.woff2 +0 -0
  975. package/dist/ui-library/files/noto-sans-latin-ext-300-italic.woff +0 -0
  976. package/dist/ui-library/files/noto-sans-latin-ext-300-italic.woff2 +0 -0
  977. package/dist/ui-library/files/noto-sans-latin-ext-300-normal.woff +0 -0
  978. package/dist/ui-library/files/noto-sans-latin-ext-300-normal.woff2 +0 -0
  979. package/dist/ui-library/files/noto-sans-latin-ext-400-italic.woff +0 -0
  980. package/dist/ui-library/files/noto-sans-latin-ext-400-italic.woff2 +0 -0
  981. package/dist/ui-library/files/noto-sans-latin-ext-400-normal.woff +0 -0
  982. package/dist/ui-library/files/noto-sans-latin-ext-400-normal.woff2 +0 -0
  983. package/dist/ui-library/files/noto-sans-latin-ext-500-italic.woff +0 -0
  984. package/dist/ui-library/files/noto-sans-latin-ext-500-italic.woff2 +0 -0
  985. package/dist/ui-library/files/noto-sans-latin-ext-500-normal.woff +0 -0
  986. package/dist/ui-library/files/noto-sans-latin-ext-500-normal.woff2 +0 -0
  987. package/dist/ui-library/files/noto-sans-latin-ext-600-italic.woff +0 -0
  988. package/dist/ui-library/files/noto-sans-latin-ext-600-italic.woff2 +0 -0
  989. package/dist/ui-library/files/noto-sans-latin-ext-600-normal.woff +0 -0
  990. package/dist/ui-library/files/noto-sans-latin-ext-600-normal.woff2 +0 -0
  991. package/dist/ui-library/files/noto-sans-latin-ext-700-italic.woff +0 -0
  992. package/dist/ui-library/files/noto-sans-latin-ext-700-italic.woff2 +0 -0
  993. package/dist/ui-library/files/noto-sans-latin-ext-700-normal.woff +0 -0
  994. package/dist/ui-library/files/noto-sans-latin-ext-700-normal.woff2 +0 -0
  995. package/dist/ui-library/files/noto-sans-latin-ext-800-italic.woff +0 -0
  996. package/dist/ui-library/files/noto-sans-latin-ext-800-italic.woff2 +0 -0
  997. package/dist/ui-library/files/noto-sans-latin-ext-800-normal.woff +0 -0
  998. package/dist/ui-library/files/noto-sans-latin-ext-800-normal.woff2 +0 -0
  999. package/dist/ui-library/files/noto-sans-latin-ext-900-italic.woff +0 -0
  1000. package/dist/ui-library/files/noto-sans-latin-ext-900-italic.woff2 +0 -0
  1001. package/dist/ui-library/files/noto-sans-latin-ext-900-normal.woff +0 -0
  1002. package/dist/ui-library/files/noto-sans-latin-ext-900-normal.woff2 +0 -0
  1003. package/dist/ui-library/files/noto-sans-vietnamese-100-italic.woff +0 -0
  1004. package/dist/ui-library/files/noto-sans-vietnamese-100-italic.woff2 +0 -0
  1005. package/dist/ui-library/files/noto-sans-vietnamese-100-normal.woff +0 -0
  1006. package/dist/ui-library/files/noto-sans-vietnamese-100-normal.woff2 +0 -0
  1007. package/dist/ui-library/files/noto-sans-vietnamese-200-italic.woff +0 -0
  1008. package/dist/ui-library/files/noto-sans-vietnamese-200-italic.woff2 +0 -0
  1009. package/dist/ui-library/files/noto-sans-vietnamese-200-normal.woff +0 -0
  1010. package/dist/ui-library/files/noto-sans-vietnamese-200-normal.woff2 +0 -0
  1011. package/dist/ui-library/files/noto-sans-vietnamese-300-italic.woff +0 -0
  1012. package/dist/ui-library/files/noto-sans-vietnamese-300-italic.woff2 +0 -0
  1013. package/dist/ui-library/files/noto-sans-vietnamese-300-normal.woff +0 -0
  1014. package/dist/ui-library/files/noto-sans-vietnamese-300-normal.woff2 +0 -0
  1015. package/dist/ui-library/files/noto-sans-vietnamese-400-italic.woff +0 -0
  1016. package/dist/ui-library/files/noto-sans-vietnamese-400-italic.woff2 +0 -0
  1017. package/dist/ui-library/files/noto-sans-vietnamese-400-normal.woff +0 -0
  1018. package/dist/ui-library/files/noto-sans-vietnamese-400-normal.woff2 +0 -0
  1019. package/dist/ui-library/files/noto-sans-vietnamese-500-italic.woff +0 -0
  1020. package/dist/ui-library/files/noto-sans-vietnamese-500-italic.woff2 +0 -0
  1021. package/dist/ui-library/files/noto-sans-vietnamese-500-normal.woff +0 -0
  1022. package/dist/ui-library/files/noto-sans-vietnamese-500-normal.woff2 +0 -0
  1023. package/dist/ui-library/files/noto-sans-vietnamese-600-italic.woff +0 -0
  1024. package/dist/ui-library/files/noto-sans-vietnamese-600-italic.woff2 +0 -0
  1025. package/dist/ui-library/files/noto-sans-vietnamese-600-normal.woff +0 -0
  1026. package/dist/ui-library/files/noto-sans-vietnamese-600-normal.woff2 +0 -0
  1027. package/dist/ui-library/files/noto-sans-vietnamese-700-italic.woff +0 -0
  1028. package/dist/ui-library/files/noto-sans-vietnamese-700-italic.woff2 +0 -0
  1029. package/dist/ui-library/files/noto-sans-vietnamese-700-normal.woff +0 -0
  1030. package/dist/ui-library/files/noto-sans-vietnamese-700-normal.woff2 +0 -0
  1031. package/dist/ui-library/files/noto-sans-vietnamese-800-italic.woff +0 -0
  1032. package/dist/ui-library/files/noto-sans-vietnamese-800-italic.woff2 +0 -0
  1033. package/dist/ui-library/files/noto-sans-vietnamese-800-normal.woff +0 -0
  1034. package/dist/ui-library/files/noto-sans-vietnamese-800-normal.woff2 +0 -0
  1035. package/dist/ui-library/files/noto-sans-vietnamese-900-italic.woff +0 -0
  1036. package/dist/ui-library/files/noto-sans-vietnamese-900-italic.woff2 +0 -0
  1037. package/dist/ui-library/files/noto-sans-vietnamese-900-normal.woff +0 -0
  1038. package/dist/ui-library/files/noto-sans-vietnamese-900-normal.woff2 +0 -0
  1039. package/dist/ui-library/index.esm.js +0 -0
  1040. package/dist/ui-library/material-icons-outlined.woff +0 -0
  1041. package/dist/ui-library/material-icons-outlined.woff2 +0 -0
  1042. package/dist/ui-library/material-icons-round.woff +0 -0
  1043. package/dist/ui-library/material-icons-round.woff2 +0 -0
  1044. package/dist/ui-library/material-icons-sharp.woff +0 -0
  1045. package/dist/ui-library/material-icons-sharp.woff2 +0 -0
  1046. package/dist/ui-library/material-icons-two-tone.woff +0 -0
  1047. package/dist/ui-library/material-icons-two-tone.woff2 +0 -0
  1048. package/dist/ui-library/material-icons.css +124 -0
  1049. package/dist/ui-library/material-icons.scss +5 -0
  1050. package/dist/ui-library/material-icons.woff +0 -0
  1051. package/dist/ui-library/material-icons.woff2 +0 -0
  1052. package/dist/ui-library/p-007bc8e8.entry.js +1 -0
  1053. package/dist/ui-library/p-044b784e.entry.js +1 -0
  1054. package/dist/ui-library/p-0493c926.entry.js +1 -0
  1055. package/dist/ui-library/p-0786fa7c.js +1 -0
  1056. package/dist/ui-library/p-07d1e830.js +1 -0
  1057. package/dist/ui-library/p-09cb13fa.entry.js +1 -0
  1058. package/dist/ui-library/p-0c596054.entry.js +1 -0
  1059. package/dist/ui-library/p-1005d1a8.entry.js +1 -0
  1060. package/dist/ui-library/p-19ff1079.entry.js +1 -0
  1061. package/dist/ui-library/p-1b8dc7b7.entry.js +1 -0
  1062. package/dist/ui-library/p-2053c61a.entry.js +1 -0
  1063. package/dist/ui-library/p-25a3bf57.js +1 -0
  1064. package/dist/ui-library/p-281e8c2d.entry.js +1 -0
  1065. package/dist/ui-library/p-2924f82f.entry.js +1 -0
  1066. package/dist/ui-library/p-2d7ed407.entry.js +1 -0
  1067. package/dist/ui-library/p-30ebc1e7.js +1 -0
  1068. package/dist/ui-library/p-354704e5.entry.js +1 -0
  1069. package/dist/ui-library/p-376b8f30.entry.js +1 -0
  1070. package/dist/ui-library/p-3a7daff8.entry.js +1 -0
  1071. package/dist/ui-library/p-3f577392.entry.js +1 -0
  1072. package/dist/ui-library/p-4162dcdd.entry.js +1 -0
  1073. package/dist/ui-library/p-4d3a4e93.entry.js +1 -0
  1074. package/dist/ui-library/p-4ed023b8.entry.js +1 -0
  1075. package/dist/ui-library/p-4f8394d7.js +1 -0
  1076. package/dist/ui-library/p-530ea6ec.entry.js +1 -0
  1077. package/dist/ui-library/p-531ab886.entry.js +1 -0
  1078. package/dist/ui-library/p-54c48654.entry.js +1 -0
  1079. package/dist/ui-library/p-55c64cbc.entry.js +1 -0
  1080. package/dist/ui-library/p-5f1c6a5f.js +1 -0
  1081. package/dist/ui-library/p-6494e92d.entry.js +1 -0
  1082. package/dist/ui-library/p-66601906.entry.js +1 -0
  1083. package/dist/ui-library/p-675a8243.entry.js +1 -0
  1084. package/dist/ui-library/p-6a4f0542.entry.js +1 -0
  1085. package/dist/ui-library/p-6d622ed0.entry.js +1 -0
  1086. package/dist/ui-library/p-75297ad7.js +1 -0
  1087. package/dist/ui-library/p-76bfa55f.entry.js +1 -0
  1088. package/dist/ui-library/p-7fe09462.entry.js +1 -0
  1089. package/dist/ui-library/p-88e1e390.entry.js +1 -0
  1090. package/dist/ui-library/p-8e8e922b.entry.js +1 -0
  1091. package/dist/ui-library/p-90b26447.entry.js +1 -0
  1092. package/dist/ui-library/p-93945629.entry.js +1 -0
  1093. package/dist/ui-library/p-9a860acc.js +1 -0
  1094. package/dist/ui-library/p-a98198bd.entry.js +1 -0
  1095. package/dist/ui-library/p-aa37e45a.entry.js +1 -0
  1096. package/dist/ui-library/p-b1e66136.js +1 -0
  1097. package/dist/ui-library/p-b391f704.entry.js +1 -0
  1098. package/dist/ui-library/p-b4dfb7cf.js +1 -0
  1099. package/dist/ui-library/p-b9377445.entry.js +1 -0
  1100. package/dist/ui-library/p-bf110ea9.entry.js +1 -0
  1101. package/dist/ui-library/p-c24292b3.entry.js +1 -0
  1102. package/dist/ui-library/p-c4b22513.entry.js +1 -0
  1103. package/dist/ui-library/p-c536792e.entry.js +1 -0
  1104. package/dist/ui-library/p-cd79de73.entry.js +1 -0
  1105. package/dist/ui-library/p-ce02c34f.entry.js +1 -0
  1106. package/dist/ui-library/p-d12c6092.js +1 -0
  1107. package/dist/ui-library/p-d28ac80a.entry.js +1 -0
  1108. package/dist/ui-library/p-d724bbc9.entry.js +1 -0
  1109. package/dist/ui-library/p-d837e5a8.entry.js +1 -0
  1110. package/dist/ui-library/p-dd3cae68.entry.js +1 -0
  1111. package/dist/ui-library/p-ea781e94.entry.js +1 -0
  1112. package/dist/ui-library/p-eae232c3.entry.js +1 -0
  1113. package/dist/ui-library/p-eb0956d2.entry.js +1 -0
  1114. package/dist/ui-library/p-eb8f05a9.js +1 -0
  1115. package/dist/ui-library/p-f00c1783.entry.js +1 -0
  1116. package/dist/ui-library/ui-library.css +10 -0
  1117. package/dist/ui-library/ui-library.esm.js +1 -0
  1118. package/loader/cdn.js +3 -0
  1119. package/loader/index.cjs.js +3 -0
  1120. package/loader/index.d.ts +12 -0
  1121. package/loader/index.es2017.js +3 -0
  1122. package/loader/index.js +4 -0
  1123. package/loader/package.json +10 -0
  1124. package/package.json +74 -0
  1125. package/readme.md +154 -0
@@ -0,0 +1,642 @@
1
+ [
2
+ {
3
+ "uid": "9da3a865-fb5b-480c-ba06-e0d054bac25a",
4
+ "createdBy": "SYSTEM",
5
+ "createdTimestamp": "2022-08-12T14:46:16.841981",
6
+ "modifiedBy": "SYSTEM",
7
+ "modifiedTimestamp": "2022-08-12T14:46:16.910751",
8
+ "mtMsgType": "518",
9
+ "mtSubType": null,
10
+ "ref": "M02208120000421F",
11
+ "source": "NFF",
12
+ "destination": "BIC",
13
+ "category": "MEMBER",
14
+ "status": "SENT",
15
+ "errorType": null,
16
+ "receivedText": "{1:F01A73ACH1187670130016927}{2:I518B877CH990036N}{3:{108:M02208120000421F}}{4:\\r\\n:16R:GENL\\r\\n:20C::SEME//300a214512590\\r\\n:23G:NEWM\\r\\n:98C::PREP//20220812144616\\r\\n:22F::TRTR//TRAD\\r\\n:16R:LINK\\r\\n:20C::TRRF//B1C0002H1W\\r\\n:16S:LINK\\r\\n:16S:GENL\\r\\n:16R:CONFDET\\r\\n:98A::SETT//20220816\\r\\n:98C::TRAD//20220812144616\\r\\n:90B::DEAL//ACTU/SEK103,06\\r\\n:94B::TRAD//EXCH/CHIX\\r\\n:94F::SAFE//CUST/VPCSSESSXXX\\r\\n:19A::SETT//SEK10306,\\r\\n:22H::BUSE//BUYI\\r\\n:22H::PAYM//APMT\\r\\n:16R:CONFPRTY\\r\\n:95P::SELL//OSCLNOK0XXX\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//PRIN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::BUYR//CLRXCHZZXXX\\r\\n:97A::SAFE//SX XCLZH CO-CCP\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//PRIN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::ETC1//OSCLNOK0XXX\\r\\n:16S:CONFPRTY\\r\\n:36B::CONF//UNIT/100,\\r\\n:35B:ISIN FI4000297767\\r\\n:16S:CONFDET\\r\\n:16R:SETDET\\r\\n:22F::SETR//TRAD\\r\\n:16R:SETPRTY\\r\\n:95R::REAG/SCOM/CH112114\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95R::DEAG/SCOM/CH112114\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95P::PSET//VPCSSESSXXX\\r\\n:16S:SETPRTY\\r\\n:16S:SETDET\\r\\n-}",
17
+ "convertedText": null,
18
+ "sentText": null,
19
+ "error": null,
20
+ "mxBusinessArea": null,
21
+ "mxSubType": null,
22
+ "mxMsgType": null,
23
+ "tenantBpId": null,
24
+ "sourceLUD": "A73A",
25
+ "sourceBpId": "CH118767",
26
+ "destinationLUD": "B877",
27
+ "destinationBpId": "CH990036",
28
+ "mtSeme": "300a214512590",
29
+ "sourceMessageType": "MT",
30
+ "destinationMessageType": "",
31
+ "conversionNotRequired": null,
32
+ "archived": false
33
+ },
34
+ {
35
+ "uid": "904008bd-9a6d-47fe-8f59-b3ccf7b1a6d7",
36
+ "createdBy": "SYSTEM",
37
+ "createdTimestamp": "2022-08-12T14:46:16.825146",
38
+ "modifiedBy": "SYSTEM",
39
+ "modifiedTimestamp": "2022-08-12T14:46:16.901789",
40
+ "mtMsgType": "518",
41
+ "mtSubType": null,
42
+ "ref": "M02208120000421E",
43
+ "source": "NFF",
44
+ "destination": "BIC",
45
+ "category": "MEMBER",
46
+ "status": "SENT",
47
+ "errorType": null,
48
+ "receivedText": "{1:F01A73ACH1187670130016926}{2:I518B877CH990036N}{3:{108:M02208120000421E}}{4:\\r\\n:16R:GENL\\r\\n:20C::SEME//300a214512589\\r\\n:23G:NEWM\\r\\n:98C::PREP//20220812144616\\r\\n:22F::TRTR//TRAD\\r\\n:16R:LINK\\r\\n:20C::TRRF//S1C0002H1W\\r\\n:16S:LINK\\r\\n:16S:GENL\\r\\n:16R:CONFDET\\r\\n:98A::SETT//20220816\\r\\n:98C::TRAD//20220812144616\\r\\n:90B::DEAL//ACTU/SEK103,06\\r\\n:94B::TRAD//EXCH/CHIX\\r\\n:19A::SETT//SEK10306,\\r\\n:22H::BUSE//SELL\\r\\n:22H::PAYM//APMT\\r\\n:16R:CONFPRTY\\r\\n:95P::SELL//AAACKWKWXXX\\r\\n:97A::SAFE//SX KMHG1 SKGCM1-ALL\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//AGEN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::BUYR//OSCLNOK0XXX\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//AGEN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::ETC1//OSCLNOK0XXX\\r\\n:16S:CONFPRTY\\r\\n:36B::CONF//UNIT/100,\\r\\n:35B:ISIN FI4000297767\\r\\n:16S:CONFDET\\r\\n:16R:SETDET\\r\\n:22F::SETR//TRAD\\r\\n:16R:SETPRTY\\r\\n:95R::REAG/SCOM/CH112114\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95P::DEAG//ESSESES0XXX\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95P::PSET//VPCSSESSXXX\\r\\n:16S:SETPRTY\\r\\n:16S:SETDET\\r\\n-}",
49
+ "convertedText": null,
50
+ "sentText": null,
51
+ "error": null,
52
+ "mxBusinessArea": null,
53
+ "mxSubType": null,
54
+ "mxMsgType": null,
55
+ "tenantBpId": null,
56
+ "sourceLUD": "A73A",
57
+ "sourceBpId": "CH118767",
58
+ "destinationLUD": "B877",
59
+ "destinationBpId": "CH990036",
60
+ "mtSeme": "300a214512589",
61
+ "sourceMessageType": "MT",
62
+ "destinationMessageType": "",
63
+ "conversionNotRequired": null,
64
+ "archived": false
65
+ },
66
+ {
67
+ "uid": "a6ff583a-2744-4a93-93ca-22b96e8f4841",
68
+ "createdBy": "SYSTEM",
69
+ "createdTimestamp": "2022-08-12T14:46:07.368914",
70
+ "modifiedBy": "SYSTEM",
71
+ "modifiedTimestamp": "2022-08-12T14:46:07.838447",
72
+ "mtMsgType": "518",
73
+ "mtSubType": null,
74
+ "ref": "M02208120000421D",
75
+ "source": "NFF",
76
+ "destination": "BIC",
77
+ "category": "MEMBER",
78
+ "status": "ERROR",
79
+ "errorType": "Invalid Receiver",
80
+ "receivedText": "{1:F01A73ACH1187670130016925}{2:I518B877CH990036N}{3:{108:M02208120000421D}}{4:\\r\\n:16R:GENL\\r\\n:20C::SEME//300d213669286\\r\\n:23G:NEWM\\r\\n:98C::PREP//20220812144607\\r\\n:22F::TRTR//TRAD\\r\\n:16R:LINK\\r\\n:20C::TRRF//B0C00028LX\\r\\n:16S:LINK\\r\\n:16S:GENL\\r\\n:16R:CONFDET\\r\\n:98A::SETT//20220816\\r\\n:98C::TRAD//20220812144607\\r\\n:90B::DEAL//ACTU/DKK102,6\\r\\n:94B::TRAD//EXCH/CHIX\\r\\n:94F::SAFE//CUST/VPDKDKKKXXX\\r\\n:19A::SETT//DKK10260,\\r\\n:22H::BUSE//BUYI\\r\\n:22H::PAYM//APMT\\r\\n:16R:CONFPRTY\\r\\n:95P::SELL//OSCLNOK0XXX\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//PRIN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::BUYR//CLRXCHZZXXX\\r\\n:97A::SAFE//SX XCLZH CO-CCP\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//PRIN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::ETC1//OSCLNOK0XXX\\r\\n:16S:CONFPRTY\\r\\n:36B::CONF//UNIT/100,\\r\\n:35B:ISIN DK0010274414\\r\\n:16S:CONFDET\\r\\n:16R:SETDET\\r\\n:22F::SETR//TRAD\\r\\n:16R:SETPRTY\\r\\n:95R::REAG/SCOM/CH112114\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95R::DEAG/VPDK/17600\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95P::PSET//VPDKDKK0XXX\\r\\n:16S:SETPRTY\\r\\n:16S:SETDET\\r\\n-}",
81
+ "convertedText": null,
82
+ "sentText": null,
83
+ "error": "Invalid Receiver",
84
+ "mxBusinessArea": null,
85
+ "mxSubType": null,
86
+ "mxMsgType": null,
87
+ "tenantBpId": null,
88
+ "sourceLUD": "A73A",
89
+ "sourceBpId": "CH118767",
90
+ "destinationLUD": "B877",
91
+ "destinationBpId": "CH990036",
92
+ "mtSeme": "300d213669286",
93
+ "sourceMessageType": "MT",
94
+ "destinationMessageType": "",
95
+ "conversionNotRequired": null,
96
+ "archived": false
97
+ },
98
+ {
99
+ "uid": "c6f968ac-aee7-4aab-8c90-b2f922e6e661",
100
+ "createdBy": "SYSTEM",
101
+ "createdTimestamp": "2022-08-12T14:46:07.34644",
102
+ "modifiedBy": "SYSTEM",
103
+ "modifiedTimestamp": "2022-08-12T14:46:07.697991",
104
+ "mtMsgType": "518",
105
+ "mtSubType": null,
106
+ "ref": "M02208120000421C",
107
+ "source": "NFF",
108
+ "destination": "BIC",
109
+ "category": "MEMBER",
110
+ "status": "ERROR",
111
+ "errorType": "Invalid Receiver",
112
+ "receivedText": "{1:F01A73ACH1187670130016924}{2:I518B877CH990036N}{3:{108:M02208120000421C}}{4:\\r\\n:16R:GENL\\r\\n:20C::SEME//300d213669285\\r\\n:23G:NEWM\\r\\n:98C::PREP//20220812144607\\r\\n:22F::TRTR//TRAD\\r\\n:16R:LINK\\r\\n:20C::TRRF//S0C00028LX\\r\\n:16S:LINK\\r\\n:16S:GENL\\r\\n:16R:CONFDET\\r\\n:98A::SETT//20220816\\r\\n:98C::TRAD//20220812144607\\r\\n:90B::DEAL//ACTU/DKK102,6\\r\\n:94B::TRAD//EXCH/CHIX\\r\\n:19A::SETT//DKK10260,\\r\\n:22H::BUSE//SELL\\r\\n:22H::PAYM//APMT\\r\\n:16R:CONFPRTY\\r\\n:95P::SELL//AAACKWKWXXX\\r\\n:97A::SAFE//SX KMHG1 SKGCM1-ALL\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//AGEN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::BUYR//OSCLNOK0XXX\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//AGEN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::ETC1//OSCLNOK0XXX\\r\\n:16S:CONFPRTY\\r\\n:36B::CONF//UNIT/100,\\r\\n:35B:ISIN DK0010274414\\r\\n:16S:CONFDET\\r\\n:16R:SETDET\\r\\n:22F::SETR//TRAD\\r\\n:16R:SETPRTY\\r\\n:95R::REAG/VPDK/17600\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95R::DEAG/VPDK/17201\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95P::PSET//VPDKDKK0XXX\\r\\n:16S:SETPRTY\\r\\n:16S:SETDET\\r\\n-}",
113
+ "convertedText": null,
114
+ "sentText": null,
115
+ "error": "Invalid Receiver",
116
+ "mxBusinessArea": null,
117
+ "mxSubType": null,
118
+ "mxMsgType": null,
119
+ "tenantBpId": null,
120
+ "sourceLUD": "A73A",
121
+ "sourceBpId": "CH118767",
122
+ "destinationLUD": "B877",
123
+ "destinationBpId": "CH990036",
124
+ "mtSeme": "300d213669285",
125
+ "sourceMessageType": "MT",
126
+ "destinationMessageType": "",
127
+ "conversionNotRequired": null,
128
+ "archived": false
129
+ },
130
+ {
131
+ "uid": "79f618aa-ae63-4964-908a-f099f1efb61a",
132
+ "createdBy": "SYSTEM",
133
+ "createdTimestamp": "2022-08-12T14:46:07.317903",
134
+ "modifiedBy": "SYSTEM",
135
+ "modifiedTimestamp": "2022-08-12T14:46:07.564269",
136
+ "mtMsgType": "518",
137
+ "mtSubType": null,
138
+ "ref": "M02208120000421B",
139
+ "source": "NFF",
140
+ "destination": "BIC",
141
+ "category": "MEMBER",
142
+ "status": "ERROR",
143
+ "errorType": "Invalid Receiver",
144
+ "receivedText": "{1:F01A73ACH1187670130016923}{2:I518B877CH990036N}{3:{108:M02208120000421B}}{4:\\r\\n:16R:GENL\\r\\n:20C::SEME//300a214512588\\r\\n:23G:NEWM\\r\\n:98C::PREP//20220812144607\\r\\n:22F::TRTR//TRAD\\r\\n:16R:LINK\\r\\n:20C::TRRF//B1C0002H12\\r\\n:16S:LINK\\r\\n:16S:GENL\\r\\n:16R:CONFDET\\r\\n:98A::SETT//20220816\\r\\n:98C::TRAD//20220812144607\\r\\n:90B::DEAL//ACTU/SEK103,08\\r\\n:94B::TRAD//EXCH/CHIX\\r\\n:94F::SAFE//CUST/VPCSSESSXXX\\r\\n:19A::SETT//SEK10308,\\r\\n:22H::BUSE//BUYI\\r\\n:22H::PAYM//APMT\\r\\n:16R:CONFPRTY\\r\\n:95P::SELL//OSCLNOK0XXX\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//PRIN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::BUYR//CLRXCHZZXXX\\r\\n:97A::SAFE//SX XCLZH CO-CCP\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//PRIN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::ETC1//OSCLNOK0XXX\\r\\n:16S:CONFPRTY\\r\\n:36B::CONF//UNIT/100,\\r\\n:35B:ISIN FI4000297767\\r\\n:16S:CONFDET\\r\\n:16R:SETDET\\r\\n:22F::SETR//TRAD\\r\\n:16R:SETPRTY\\r\\n:95R::REAG/SCOM/CH112114\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95R::DEAG/SCOM/CH112114\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95P::PSET//VPCSSESSXXX\\r\\n:16S:SETPRTY\\r\\n:16S:SETDET\\r\\n-}",
145
+ "convertedText": null,
146
+ "sentText": null,
147
+ "error": "Invalid Receiver",
148
+ "mxBusinessArea": null,
149
+ "mxSubType": null,
150
+ "mxMsgType": null,
151
+ "tenantBpId": null,
152
+ "sourceLUD": "A73A",
153
+ "sourceBpId": "CH118767",
154
+ "destinationLUD": "B877",
155
+ "destinationBpId": "CH990036",
156
+ "mtSeme": "300a214512588",
157
+ "sourceMessageType": "MT",
158
+ "destinationMessageType": "",
159
+ "conversionNotRequired": null,
160
+ "archived": false
161
+ },
162
+ {
163
+ "uid": "46bb8f90-b30a-4c95-a134-9efb6bf5761e",
164
+ "createdBy": "SYSTEM",
165
+ "createdTimestamp": "2022-08-12T14:46:07.286802",
166
+ "modifiedBy": "SYSTEM",
167
+ "modifiedTimestamp": "2022-08-12T14:46:07.51924",
168
+ "mtMsgType": "518",
169
+ "mtSubType": null,
170
+ "ref": "M02208120000421A",
171
+ "source": "NFF",
172
+ "destination": "BIC",
173
+ "category": "MEMBER",
174
+ "status": "ERROR",
175
+ "errorType": "Invalid Receiver",
176
+ "receivedText": "{1:F01A73ACH1187670130016922}{2:I518B877CH990036N}{3:{108:M02208120000421A}}{4:\\r\\n:16R:GENL\\r\\n:20C::SEME//300a214512587\\r\\n:23G:NEWM\\r\\n:98C::PREP//20220812144607\\r\\n:22F::TRTR//TRAD\\r\\n:16R:LINK\\r\\n:20C::TRRF//S1C0002H12\\r\\n:16S:LINK\\r\\n:16S:GENL\\r\\n:16R:CONFDET\\r\\n:98A::SETT//20220816\\r\\n:98C::TRAD//20220812144607\\r\\n:90B::DEAL//ACTU/SEK103,08\\r\\n:94B::TRAD//EXCH/CHIX\\r\\n:19A::SETT//SEK10308,\\r\\n:22H::BUSE//SELL\\r\\n:22H::PAYM//APMT\\r\\n:16R:CONFPRTY\\r\\n:95P::SELL//AAACKWKWXXX\\r\\n:97A::SAFE//SX KMHG1 SKGCM1-ALL\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//AGEN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::BUYR//OSCLNOK0XXX\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//AGEN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::ETC1//OSCLNOK0XXX\\r\\n:16S:CONFPRTY\\r\\n:36B::CONF//UNIT/100,\\r\\n:35B:ISIN FI4000297767\\r\\n:16S:CONFDET\\r\\n:16R:SETDET\\r\\n:22F::SETR//TRAD\\r\\n:16R:SETPRTY\\r\\n:95R::REAG/SCOM/CH112114\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95P::DEAG//ESSESES0XXX\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95P::PSET//VPCSSESSXXX\\r\\n:16S:SETPRTY\\r\\n:16S:SETDET\\r\\n-}",
177
+ "convertedText": null,
178
+ "sentText": null,
179
+ "error": "Invalid Receiver",
180
+ "mxBusinessArea": null,
181
+ "mxSubType": null,
182
+ "mxMsgType": null,
183
+ "tenantBpId": null,
184
+ "sourceLUD": "A73A",
185
+ "sourceBpId": "CH118767",
186
+ "destinationLUD": "B877",
187
+ "destinationBpId": "CH990036",
188
+ "mtSeme": "300a214512587",
189
+ "sourceMessageType": "MT",
190
+ "destinationMessageType": "",
191
+ "conversionNotRequired": null,
192
+ "archived": false
193
+ },
194
+ {
195
+ "uid": "849271c5-b016-4162-9b75-31257c2bdc9f",
196
+ "createdBy": "SYSTEM",
197
+ "createdTimestamp": "2022-08-12T14:46:04.343075",
198
+ "modifiedBy": "SYSTEM",
199
+ "modifiedTimestamp": "2022-08-12T14:46:04.885213",
200
+ "mtMsgType": "518",
201
+ "mtSubType": null,
202
+ "ref": "M022081200004219",
203
+ "source": "NFF",
204
+ "destination": "BIC",
205
+ "category": "MEMBER",
206
+ "status": "ERROR",
207
+ "errorType": "Invalid Receiver",
208
+ "receivedText": "{1:F01A73ACH1187670130016921}{2:I518B877CH990036N}{3:{108:M022081200004219}}{4:\\r\\n:16R:GENL\\r\\n:20C::SEME//300a214512586\\r\\n:23G:NEWM\\r\\n:98C::PREP//20220812144604\\r\\n:22F::TRTR//TRAD\\r\\n:16R:LINK\\r\\n:20C::TRRF//B1C0002H0Z\\r\\n:16S:LINK\\r\\n:16S:GENL\\r\\n:16R:CONFDET\\r\\n:98A::SETT//20220816\\r\\n:98C::TRAD//20220812144604\\r\\n:90B::DEAL//ACTU/SEK184,1\\r\\n:94B::TRAD//EXCH/CHIX\\r\\n:94F::SAFE//CUST/VPCSSESSXXX\\r\\n:19A::SETT//SEK18410,\\r\\n:22H::BUSE//BUYI\\r\\n:22H::PAYM//APMT\\r\\n:16R:CONFPRTY\\r\\n:95P::SELL//OSCLNOK0XXX\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//PRIN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::BUYR//CLRXCHZZXXX\\r\\n:97A::SAFE//SX XCLZH CO-CCP\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//PRIN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::ETC1//OSCLNOK0XXX\\r\\n:16S:CONFPRTY\\r\\n:36B::CONF//UNIT/100,\\r\\n:35B:ISIN SE0000667891\\r\\n:16S:CONFDET\\r\\n:16R:SETDET\\r\\n:22F::SETR//TRAD\\r\\n:16R:SETPRTY\\r\\n:95R::REAG/SCOM/CH112114\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95R::DEAG/SCOM/CH112114\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95P::PSET//VPCSSESSXXX\\r\\n:16S:SETPRTY\\r\\n:16S:SETDET\\r\\n-}",
209
+ "convertedText": null,
210
+ "sentText": null,
211
+ "error": "Invalid Receiver",
212
+ "mxBusinessArea": null,
213
+ "mxSubType": null,
214
+ "mxMsgType": null,
215
+ "tenantBpId": null,
216
+ "sourceLUD": "A73A",
217
+ "sourceBpId": "CH118767",
218
+ "destinationLUD": "B877",
219
+ "destinationBpId": "CH990036",
220
+ "mtSeme": "300a214512586",
221
+ "sourceMessageType": "MT",
222
+ "destinationMessageType": "",
223
+ "conversionNotRequired": null,
224
+ "archived": false
225
+ },
226
+ {
227
+ "uid": "3513262b-5f7e-40dc-a024-b9a2de6ba08c",
228
+ "createdBy": "SYSTEM",
229
+ "createdTimestamp": "2022-08-12T14:46:04.305214",
230
+ "modifiedBy": "SYSTEM",
231
+ "modifiedTimestamp": "2022-08-12T14:46:04.75797",
232
+ "mtMsgType": "518",
233
+ "mtSubType": null,
234
+ "ref": "M022081200004218",
235
+ "source": "NFF",
236
+ "destination": "BIC",
237
+ "category": "MEMBER",
238
+ "status": "ERROR",
239
+ "errorType": "Invalid Receiver",
240
+ "receivedText": "{1:F01A73ACH1187670130016920}{2:I518B877CH990036N}{3:{108:M022081200004218}}{4:\\r\\n:16R:GENL\\r\\n:20C::SEME//300a214512585\\r\\n:23G:NEWM\\r\\n:98C::PREP//20220812144604\\r\\n:22F::TRTR//TRAD\\r\\n:16R:LINK\\r\\n:20C::TRRF//S1C0002H0Z\\r\\n:16S:LINK\\r\\n:16S:GENL\\r\\n:16R:CONFDET\\r\\n:98A::SETT//20220816\\r\\n:98C::TRAD//20220812144604\\r\\n:90B::DEAL//ACTU/SEK184,1\\r\\n:94B::TRAD//EXCH/CHIX\\r\\n:19A::SETT//SEK18410,\\r\\n:22H::BUSE//SELL\\r\\n:22H::PAYM//APMT\\r\\n:16R:CONFPRTY\\r\\n:95P::SELL//AAACKWKWXXX\\r\\n:97A::SAFE//SX KMHG1 SKGCM1-ALL\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//PRIN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::BUYR//OSCLNOK0XXX\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//PRIN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::ETC1//OSCLNOK0XXX\\r\\n:16S:CONFPRTY\\r\\n:36B::CONF//UNIT/100,\\r\\n:35B:ISIN SE0000667891\\r\\n:16S:CONFDET\\r\\n:16R:SETDET\\r\\n:22F::SETR//TRAD\\r\\n:16R:SETPRTY\\r\\n:95R::REAG/SCOM/CH112114\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95P::DEAG//ESSESES0XXX\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95P::PSET//VPCSSESSXXX\\r\\n:16S:SETPRTY\\r\\n:16S:SETDET\\r\\n-}",
241
+ "convertedText": null,
242
+ "sentText": null,
243
+ "error": "Invalid Receiver",
244
+ "mxBusinessArea": null,
245
+ "mxSubType": null,
246
+ "mxMsgType": null,
247
+ "tenantBpId": null,
248
+ "sourceLUD": "A73A",
249
+ "sourceBpId": "CH118767",
250
+ "destinationLUD": "B877",
251
+ "destinationBpId": "CH990036",
252
+ "mtSeme": "300a214512585",
253
+ "sourceMessageType": "MT",
254
+ "destinationMessageType": "",
255
+ "conversionNotRequired": null,
256
+ "archived": false
257
+ },
258
+ {
259
+ "uid": "c9bf6658-c067-407b-8bf9-e9207d5d4c4b",
260
+ "createdBy": "SYSTEM",
261
+ "createdTimestamp": "2022-08-12T14:46:04.241662",
262
+ "modifiedBy": "SYSTEM",
263
+ "modifiedTimestamp": "2022-08-12T14:46:04.683329",
264
+ "mtMsgType": "518",
265
+ "mtSubType": null,
266
+ "ref": "M022081200004217",
267
+ "source": "NFF",
268
+ "destination": "BIC",
269
+ "category": "MEMBER",
270
+ "status": "ERROR",
271
+ "errorType": "Invalid Receiver",
272
+ "receivedText": "{1:F01A73ACH1187670130016919}{2:I518B877CH990036N}{3:{108:M022081200004217}}{4:\\r\\n:16R:GENL\\r\\n:20C::SEME//3010215153138\\r\\n:23G:NEWM\\r\\n:98C::PREP//20220812144604\\r\\n:22F::TRTR//TRAD\\r\\n:16R:LINK\\r\\n:20C::TRRF//B1C0002H0Y\\r\\n:16S:LINK\\r\\n:16S:GENL\\r\\n:16R:CONFDET\\r\\n:98A::SETT//20220816\\r\\n:98C::TRAD//20220812144604\\r\\n:90B::DEAL//ACTU/NOK676,\\r\\n:94B::TRAD//EXCH/CHIX\\r\\n:94F::SAFE//CUST/INSECHZZXXX\\r\\n:19A::SETT//NOK67600,\\r\\n:22H::BUSE//BUYI\\r\\n:22H::PAYM//APMT\\r\\n:16R:CONFPRTY\\r\\n:95P::SELL//OSCLNOK0XXX\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//AGEN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::BUYR//AAACKWKWXXX\\r\\n:97A::SAFE//SX KMHG1 SKGCM1-ALL\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//AGEN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::ETC1//OSCLNOK0XXX\\r\\n:16S:CONFPRTY\\r\\n:36B::CONF//UNIT/100,\\r\\n:35B:ISIN NO0010310956\\r\\n:16S:CONFDET\\r\\n:16R:SETDET\\r\\n:22F::SETR//TRAD\\r\\n:16R:SETPRTY\\r\\n:95R::REAG/VPSN/12345\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95R::DEAG/VPSN/45012\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95P::PSET//VPSNNOKKXXX\\r\\n:16S:SETPRTY\\r\\n:16S:SETDET\\r\\n-}",
273
+ "convertedText": null,
274
+ "sentText": null,
275
+ "error": "Invalid Receiver",
276
+ "mxBusinessArea": null,
277
+ "mxSubType": null,
278
+ "mxMsgType": null,
279
+ "tenantBpId": null,
280
+ "sourceLUD": "A73A",
281
+ "sourceBpId": "CH118767",
282
+ "destinationLUD": "B877",
283
+ "destinationBpId": "CH990036",
284
+ "mtSeme": "3010215153138",
285
+ "sourceMessageType": "MT",
286
+ "destinationMessageType": "",
287
+ "conversionNotRequired": null,
288
+ "archived": false
289
+ },
290
+ {
291
+ "uid": "9b0daa87-069b-419c-a363-9bb43c380882",
292
+ "createdBy": "SYSTEM",
293
+ "createdTimestamp": "2022-08-12T14:46:04.198712",
294
+ "modifiedBy": "SYSTEM",
295
+ "modifiedTimestamp": "2022-08-12T14:46:04.39152",
296
+ "mtMsgType": "518",
297
+ "mtSubType": null,
298
+ "ref": "M022081200004216",
299
+ "source": "NFF",
300
+ "destination": "BIC",
301
+ "category": "MEMBER",
302
+ "status": "ERROR",
303
+ "errorType": "Invalid Receiver",
304
+ "receivedText": "{1:F01A73ACH1187670130016918}{2:I518B877CH990036N}{3:{108:M022081200004216}}{4:\\r\\n:16R:GENL\\r\\n:20C::SEME//3010215153137\\r\\n:23G:NEWM\\r\\n:98C::PREP//20220812144604\\r\\n:22F::TRTR//TRAD\\r\\n:16R:LINK\\r\\n:20C::TRRF//S1C0002H0Y\\r\\n:16S:LINK\\r\\n:16S:GENL\\r\\n:16R:CONFDET\\r\\n:98A::SETT//20220816\\r\\n:98C::TRAD//20220812144604\\r\\n:90B::DEAL//ACTU/NOK676,\\r\\n:94B::TRAD//EXCH/CHIX\\r\\n:19A::SETT//NOK67600,\\r\\n:22H::BUSE//SELL\\r\\n:22H::PAYM//APMT\\r\\n:16R:CONFPRTY\\r\\n:95P::SELL//CLRXCHZZXXX\\r\\n:97A::SAFE//SX XCLZH CO-CCP\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//PRIN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::BUYR//OSCLNOK0XXX\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//PRIN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::ETC1//OSCLNOK0XXX\\r\\n:16S:CONFPRTY\\r\\n:36B::CONF//UNIT/100,\\r\\n:35B:ISIN NO0010310956\\r\\n:16S:CONFDET\\r\\n:16R:SETDET\\r\\n:22F::SETR//TRAD\\r\\n:16R:SETPRTY\\r\\n:95R::REAG/VPSN/45012\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95R::DEAG/VPSN/45011\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95P::PSET//VPSNNOKKXXX\\r\\n:16S:SETPRTY\\r\\n:16S:SETDET\\r\\n-}",
305
+ "convertedText": null,
306
+ "sentText": null,
307
+ "error": "Invalid Receiver",
308
+ "mxBusinessArea": null,
309
+ "mxSubType": null,
310
+ "mxMsgType": null,
311
+ "tenantBpId": null,
312
+ "sourceLUD": "A73A",
313
+ "sourceBpId": "CH118767",
314
+ "destinationLUD": "B877",
315
+ "destinationBpId": "CH990036",
316
+ "mtSeme": "3010215153137",
317
+ "sourceMessageType": "MT",
318
+ "destinationMessageType": "",
319
+ "conversionNotRequired": null,
320
+ "archived": false
321
+ },
322
+ {
323
+ "uid": "55914091-0c7c-44d2-9a51-dd276969d7da",
324
+ "createdBy": "SYSTEM",
325
+ "createdTimestamp": "2022-08-12T14:45:59.420742",
326
+ "modifiedBy": "SYSTEM",
327
+ "modifiedTimestamp": "2022-08-12T14:46:00.001837",
328
+ "mtMsgType": "518",
329
+ "mtSubType": null,
330
+ "ref": "M022081200004215",
331
+ "source": "NFF",
332
+ "destination": "BIC",
333
+ "category": "MEMBER",
334
+ "status": "ERROR",
335
+ "errorType": "Invalid Receiver",
336
+ "receivedText": "{1:F01A73ACH1187670130016917}{2:I518B877CH990036N}{3:{108:M022081200004215}}{4:\\r\\n:16R:GENL\\r\\n:20C::SEME//3010215153136\\r\\n:23G:NEWM\\r\\n:98C::PREP//20220812144559\\r\\n:22F::TRTR//TRAD\\r\\n:16R:LINK\\r\\n:20C::TRRF//B1C0002H0Q\\r\\n:16S:LINK\\r\\n:16S:GENL\\r\\n:16R:CONFDET\\r\\n:98A::SETT//20220816\\r\\n:98C::TRAD//20220812144559\\r\\n:90B::DEAL//ACTU/NOK15,315\\r\\n:94B::TRAD//EXCH/CHIX\\r\\n:19A::SETT//NOK1531,5\\r\\n:22H::BUSE//BUYI\\r\\n:22H::PAYM//APMT\\r\\n:16R:CONFPRTY\\r\\n:95P::SELL//OSCLNOK0XXX\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//PRIN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::BUYR//CLRXCHZZXXX\\r\\n:97A::SAFE//SX XCLZH CO-CCP\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//PRIN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::ETC1//OSCLNOK0XXX\\r\\n:16S:CONFPRTY\\r\\n:36B::CONF//UNIT/100,\\r\\n:35B:ISIN NO0010081235\\r\\n:16S:CONFDET\\r\\n:16R:SETDET\\r\\n:22F::SETR//TRAD\\r\\n:16R:SETPRTY\\r\\n:95R::REAG/VPSN/45011\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95R::DEAG/VPSN/45012\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95P::PSET//VPSNNOKKXXX\\r\\n:16S:SETPRTY\\r\\n:16S:SETDET\\r\\n-}",
337
+ "convertedText": null,
338
+ "sentText": null,
339
+ "error": "Invalid Receiver",
340
+ "mxBusinessArea": null,
341
+ "mxSubType": null,
342
+ "mxMsgType": null,
343
+ "tenantBpId": null,
344
+ "sourceLUD": "A73A",
345
+ "sourceBpId": "CH118767",
346
+ "destinationLUD": "B877",
347
+ "destinationBpId": "CH990036",
348
+ "mtSeme": "3010215153136",
349
+ "sourceMessageType": "MT",
350
+ "destinationMessageType": "",
351
+ "conversionNotRequired": null,
352
+ "archived": false
353
+ },
354
+ {
355
+ "uid": "3b100eb1-d24e-4d73-b363-4c89f46e6c7b",
356
+ "createdBy": "SYSTEM",
357
+ "createdTimestamp": "2022-08-12T14:45:59.392701",
358
+ "modifiedBy": "SYSTEM",
359
+ "modifiedTimestamp": "2022-08-12T14:45:59.80011",
360
+ "mtMsgType": "518",
361
+ "mtSubType": null,
362
+ "ref": "M022081200004214",
363
+ "source": "NFF",
364
+ "destination": "BIC",
365
+ "category": "MEMBER",
366
+ "status": "ERROR",
367
+ "errorType": "Invalid Receiver",
368
+ "receivedText": "{1:F01A73ACH1187670130016916}{2:I518B877CH990036N}{3:{108:M022081200004214}}{4:\\r\\n:16R:GENL\\r\\n:20C::SEME//3010215153135\\r\\n:23G:NEWM\\r\\n:98C::PREP//20220812144559\\r\\n:22F::TRTR//TRAD\\r\\n:16R:LINK\\r\\n:20C::TRRF//S1C0002H0Q\\r\\n:16S:LINK\\r\\n:16S:GENL\\r\\n:16R:CONFDET\\r\\n:98A::SETT//20220816\\r\\n:98C::TRAD//20220812144559\\r\\n:90B::DEAL//ACTU/NOK15,315\\r\\n:94B::TRAD//EXCH/CHIX\\r\\n:94F::SAFE//CUST/INSECHZZXXX\\r\\n:19A::SETT//NOK1531,5\\r\\n:22H::BUSE//SELL\\r\\n:22H::PAYM//APMT\\r\\n:16R:CONFPRTY\\r\\n:95P::SELL//AAACKWKWXXX\\r\\n:97A::SAFE//SX KMHG1 SKGCM1-ALL\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//PRIN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::BUYR//OSCLNOK0XXX\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//PRIN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::ETC1//OSCLNOK0XXX\\r\\n:16S:CONFPRTY\\r\\n:36B::CONF//UNIT/100,\\r\\n:35B:ISIN NO0010081235\\r\\n:16S:CONFDET\\r\\n:16R:SETDET\\r\\n:22F::SETR//TRAD\\r\\n:16R:SETPRTY\\r\\n:95R::REAG/VPSN/45012\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95R::DEAG/VPSN/12345\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95P::PSET//VPSNNOKKXXX\\r\\n:16S:SETPRTY\\r\\n:16S:SETDET\\r\\n-}",
369
+ "convertedText": null,
370
+ "sentText": null,
371
+ "error": "Invalid Receiver",
372
+ "mxBusinessArea": null,
373
+ "mxSubType": null,
374
+ "mxMsgType": null,
375
+ "tenantBpId": null,
376
+ "sourceLUD": "A73A",
377
+ "sourceBpId": "CH118767",
378
+ "destinationLUD": "B877",
379
+ "destinationBpId": "CH990036",
380
+ "mtSeme": "3010215153135",
381
+ "sourceMessageType": "MT",
382
+ "destinationMessageType": "",
383
+ "conversionNotRequired": null,
384
+ "archived": false
385
+ },
386
+ {
387
+ "uid": "79e237ec-ea12-4426-a64a-fd70734301e9",
388
+ "createdBy": "SYSTEM",
389
+ "createdTimestamp": "2022-08-12T14:45:59.360924",
390
+ "modifiedBy": "SYSTEM",
391
+ "modifiedTimestamp": "2022-08-12T14:45:59.661714",
392
+ "mtMsgType": "518",
393
+ "mtSubType": null,
394
+ "ref": "M022081200004213",
395
+ "source": "NFF",
396
+ "destination": "BIC",
397
+ "category": "MEMBER",
398
+ "status": "ERROR",
399
+ "errorType": "Invalid Receiver",
400
+ "receivedText": "{1:F01A73ACH1187670130016915}{2:I518B877CH990036N}{3:{108:M022081200004213}}{4:\\r\\n:16R:GENL\\r\\n:20C::SEME//300a214512584\\r\\n:23G:NEWM\\r\\n:98C::PREP//20220812144559\\r\\n:22F::TRTR//TRAD\\r\\n:16R:LINK\\r\\n:20C::TRRF//B1C0002H0P\\r\\n:16S:LINK\\r\\n:16S:GENL\\r\\n:16R:CONFDET\\r\\n:98A::SETT//20220816\\r\\n:98C::TRAD//20220812144559\\r\\n:90B::DEAL//ACTU/SEK103,1\\r\\n:94B::TRAD//EXCH/CHIX\\r\\n:19A::SETT//SEK10310,\\r\\n:22H::BUSE//BUYI\\r\\n:22H::PAYM//APMT\\r\\n:16R:CONFPRTY\\r\\n:95P::SELL//OSCLNOK0XXX\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//PRIN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::BUYR//AAACKWKWXXX\\r\\n:97A::SAFE//SX KMHG1 SKGCM1-ALL\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//PRIN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::ETC1//OSCLNOK0XXX\\r\\n:16S:CONFPRTY\\r\\n:36B::CONF//UNIT/100,\\r\\n:35B:ISIN FI4000297767\\r\\n:16S:CONFDET\\r\\n:16R:SETDET\\r\\n:22F::SETR//TRAD\\r\\n:16R:SETPRTY\\r\\n:95P::REAG//ESSESES0XXX\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95R::DEAG/SCOM/CH112114\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95P::PSET//VPCSSESSXXX\\r\\n:16S:SETPRTY\\r\\n:16S:SETDET\\r\\n-}",
401
+ "convertedText": null,
402
+ "sentText": null,
403
+ "error": "Invalid Receiver",
404
+ "mxBusinessArea": null,
405
+ "mxSubType": null,
406
+ "mxMsgType": null,
407
+ "tenantBpId": null,
408
+ "sourceLUD": "A73A",
409
+ "sourceBpId": "CH118767",
410
+ "destinationLUD": "B877",
411
+ "destinationBpId": "CH990036",
412
+ "mtSeme": "300a214512584",
413
+ "sourceMessageType": "MT",
414
+ "destinationMessageType": "",
415
+ "conversionNotRequired": null,
416
+ "archived": false
417
+ },
418
+ {
419
+ "uid": "91615280-3616-4f33-901b-8aae522699b0",
420
+ "createdBy": "SYSTEM",
421
+ "createdTimestamp": "2022-08-12T14:45:59.295147",
422
+ "modifiedBy": "SYSTEM",
423
+ "modifiedTimestamp": "2022-08-12T14:45:59.504514",
424
+ "mtMsgType": "518",
425
+ "mtSubType": null,
426
+ "ref": "M022081200004212",
427
+ "source": "NFF",
428
+ "destination": "BIC",
429
+ "category": "MEMBER",
430
+ "status": "ERROR",
431
+ "errorType": "Invalid Receiver",
432
+ "receivedText": "{1:F01A73ACH1187670130016914}{2:I518B877CH990036N}{3:{108:M022081200004212}}{4:\\r\\n:16R:GENL\\r\\n:20C::SEME//300a214512583\\r\\n:23G:NEWM\\r\\n:98C::PREP//20220812144559\\r\\n:22F::TRTR//TRAD\\r\\n:16R:LINK\\r\\n:20C::TRRF//S1C0002H0P\\r\\n:16S:LINK\\r\\n:16S:GENL\\r\\n:16R:CONFDET\\r\\n:98A::SETT//20220816\\r\\n:98C::TRAD//20220812144559\\r\\n:90B::DEAL//ACTU/SEK103,1\\r\\n:94B::TRAD//EXCH/CHIX\\r\\n:94F::SAFE//CUST/VPCSSESSXXX\\r\\n:19A::SETT//SEK10310,\\r\\n:22H::BUSE//SELL\\r\\n:22H::PAYM//APMT\\r\\n:16R:CONFPRTY\\r\\n:95P::SELL//CLRXCHZZXXX\\r\\n:97A::SAFE//SX XCLZH CO-CCP\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//PRIN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::BUYR//OSCLNOK0XXX\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//PRIN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::ETC1//OSCLNOK0XXX\\r\\n:16S:CONFPRTY\\r\\n:36B::CONF//UNIT/100,\\r\\n:35B:ISIN FI4000297767\\r\\n:16S:CONFDET\\r\\n:16R:SETDET\\r\\n:22F::SETR//TRAD\\r\\n:16R:SETPRTY\\r\\n:95R::REAG/SCOM/CH112114\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95R::DEAG/SCOM/CH112114\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95P::PSET//VPCSSESSXXX\\r\\n:16S:SETPRTY\\r\\n:16S:SETDET\\r\\n-}",
433
+ "convertedText": null,
434
+ "sentText": null,
435
+ "error": "Invalid Receiver",
436
+ "mxBusinessArea": null,
437
+ "mxSubType": null,
438
+ "mxMsgType": null,
439
+ "tenantBpId": null,
440
+ "sourceLUD": "A73A",
441
+ "sourceBpId": "CH118767",
442
+ "destinationLUD": "B877",
443
+ "destinationBpId": "CH990036",
444
+ "mtSeme": "300a214512583",
445
+ "sourceMessageType": "MT",
446
+ "destinationMessageType": "",
447
+ "conversionNotRequired": null,
448
+ "archived": false
449
+ },
450
+ {
451
+ "uid": "64a0893f-5091-4f19-837d-5811c81ed12b",
452
+ "createdBy": "SYSTEM",
453
+ "createdTimestamp": "2022-08-12T14:45:58.597782",
454
+ "modifiedBy": "SYSTEM",
455
+ "modifiedTimestamp": "2022-08-12T14:45:58.920902",
456
+ "mtMsgType": "518",
457
+ "mtSubType": null,
458
+ "ref": "M022081200004211",
459
+ "source": "NFF",
460
+ "destination": "BIC",
461
+ "category": "MEMBER",
462
+ "status": "ERROR",
463
+ "errorType": "Invalid Receiver",
464
+ "receivedText": "{1:F01A73ACH1187670130016913}{2:I518B877CH990036N}{3:{108:M022081200004211}}{4:\\r\\n:16R:GENL\\r\\n:20C::SEME//300a214512582\\r\\n:23G:NEWM\\r\\n:98C::PREP//20220812144558\\r\\n:22F::TRTR//TRAD\\r\\n:16R:LINK\\r\\n:20C::TRRF//B1C0002H0G\\r\\n:16S:LINK\\r\\n:16S:GENL\\r\\n:16R:CONFDET\\r\\n:98A::SETT//20220816\\r\\n:98C::TRAD//20220812144558\\r\\n:90B::DEAL//ACTU/SEK103,08\\r\\n:94B::TRAD//EXCH/CHIX\\r\\n:94F::SAFE//CUST/VPCSSESSXXX\\r\\n:19A::SETT//SEK10308,\\r\\n:22H::BUSE//BUYI\\r\\n:22H::PAYM//APMT\\r\\n:16R:CONFPRTY\\r\\n:95P::SELL//OSCLNOK0XXX\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//PRIN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::BUYR//CLRXCHZZXXX\\r\\n:97A::SAFE//SX XCLZH CO-CCP\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//PRIN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::ETC1//OSCLNOK0XXX\\r\\n:16S:CONFPRTY\\r\\n:36B::CONF//UNIT/100,\\r\\n:35B:ISIN FI4000297767\\r\\n:16S:CONFDET\\r\\n:16R:SETDET\\r\\n:22F::SETR//TRAD\\r\\n:16R:SETPRTY\\r\\n:95R::REAG/SCOM/CH112114\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95R::DEAG/SCOM/CH112114\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95P::PSET//VPCSSESSXXX\\r\\n:16S:SETPRTY\\r\\n:16S:SETDET\\r\\n-}",
465
+ "convertedText": null,
466
+ "sentText": null,
467
+ "error": "Invalid Receiver",
468
+ "mxBusinessArea": null,
469
+ "mxSubType": null,
470
+ "mxMsgType": null,
471
+ "tenantBpId": null,
472
+ "sourceLUD": "A73A",
473
+ "sourceBpId": "CH118767",
474
+ "destinationLUD": "B877",
475
+ "destinationBpId": "CH990036",
476
+ "mtSeme": "300a214512582",
477
+ "sourceMessageType": "MT",
478
+ "destinationMessageType": "",
479
+ "conversionNotRequired": null,
480
+ "archived": false
481
+ },
482
+ {
483
+ "uid": "2d1f6cf8-fe12-43ef-8713-2191cac1f8f6",
484
+ "createdBy": "SYSTEM",
485
+ "createdTimestamp": "2022-08-12T14:45:58.581954",
486
+ "modifiedBy": "SYSTEM",
487
+ "modifiedTimestamp": "2022-08-12T14:45:58.798062",
488
+ "mtMsgType": "518",
489
+ "mtSubType": null,
490
+ "ref": "M022081200004210",
491
+ "source": "NFF",
492
+ "destination": "BIC",
493
+ "category": "MEMBER",
494
+ "status": "ERROR",
495
+ "errorType": "Invalid Receiver",
496
+ "receivedText": "{1:F01A73ACH1187670130016912}{2:I518B877CH990036N}{3:{108:M022081200004210}}{4:\\r\\n:16R:GENL\\r\\n:20C::SEME//300a214512581\\r\\n:23G:NEWM\\r\\n:98C::PREP//20220812144558\\r\\n:22F::TRTR//TRAD\\r\\n:16R:LINK\\r\\n:20C::TRRF//S1C0002H0G\\r\\n:16S:LINK\\r\\n:16S:GENL\\r\\n:16R:CONFDET\\r\\n:98A::SETT//20220816\\r\\n:98C::TRAD//20220812144558\\r\\n:90B::DEAL//ACTU/SEK103,08\\r\\n:94B::TRAD//EXCH/CHIX\\r\\n:19A::SETT//SEK10308,\\r\\n:22H::BUSE//SELL\\r\\n:22H::PAYM//APMT\\r\\n:16R:CONFPRTY\\r\\n:95P::SELL//AAACKWKWXXX\\r\\n:97A::SAFE//SX KMHG1 SKGCM1-ALL\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//PRIN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::BUYR//OSCLNOK0XXX\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//PRIN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::ETC1//OSCLNOK0XXX\\r\\n:16S:CONFPRTY\\r\\n:36B::CONF//UNIT/100,\\r\\n:35B:ISIN FI4000297767\\r\\n:16S:CONFDET\\r\\n:16R:SETDET\\r\\n:22F::SETR//TRAD\\r\\n:16R:SETPRTY\\r\\n:95R::REAG/SCOM/CH112114\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95P::DEAG//ESSESES0XXX\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95P::PSET//VPCSSESSXXX\\r\\n:16S:SETPRTY\\r\\n:16S:SETDET\\r\\n-}",
497
+ "convertedText": null,
498
+ "sentText": null,
499
+ "error": "Invalid Receiver",
500
+ "mxBusinessArea": null,
501
+ "mxSubType": null,
502
+ "mxMsgType": null,
503
+ "tenantBpId": null,
504
+ "sourceLUD": "A73A",
505
+ "sourceBpId": "CH118767",
506
+ "destinationLUD": "B877",
507
+ "destinationBpId": "CH990036",
508
+ "mtSeme": "300a214512581",
509
+ "sourceMessageType": "MT",
510
+ "destinationMessageType": "",
511
+ "conversionNotRequired": null,
512
+ "archived": false
513
+ },
514
+ {
515
+ "uid": "bd45f91f-b3a7-409f-b1e8-832572da377e",
516
+ "createdBy": "SYSTEM",
517
+ "createdTimestamp": "2022-08-12T14:45:54.960083",
518
+ "modifiedBy": "SYSTEM",
519
+ "modifiedTimestamp": "2022-08-12T14:45:55.354447",
520
+ "mtMsgType": "518",
521
+ "mtSubType": null,
522
+ "ref": "M02208120000420F",
523
+ "source": "NFF",
524
+ "destination": "BIC",
525
+ "category": "MEMBER",
526
+ "status": "ERROR",
527
+ "errorType": "Invalid Receiver",
528
+ "receivedText": "{1:F01A73ACH1187670130016911}{2:I518B877CH990036N}{3:{108:M02208120000420F}}{4:\\r\\n:16R:GENL\\r\\n:20C::SEME//300a214512580\\r\\n:23G:NEWM\\r\\n:98C::PREP//20220812144554\\r\\n:22F::TRTR//TRAD\\r\\n:16R:LINK\\r\\n:20C::TRRF//B1C0002H0A\\r\\n:16S:LINK\\r\\n:16S:GENL\\r\\n:16R:CONFDET\\r\\n:98A::SETT//20220816\\r\\n:98C::TRAD//20220812144554\\r\\n:90B::DEAL//ACTU/SEK239,9\\r\\n:94B::TRAD//EXCH/CHIX\\r\\n:19A::SETT//SEK23990,\\r\\n:22H::BUSE//BUYI\\r\\n:22H::PAYM//APMT\\r\\n:16R:CONFPRTY\\r\\n:95P::SELL//OSCLNOK0XXX\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//AGEN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::BUYR//AAACKWKWXXX\\r\\n:97A::SAFE//SX KMHG1 SKGCM1-ALL\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//AGEN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::ETC1//OSCLNOK0XXX\\r\\n:16S:CONFPRTY\\r\\n:36B::CONF//UNIT/100,\\r\\n:35B:ISIN SE0001515552\\r\\n:16S:CONFDET\\r\\n:16R:SETDET\\r\\n:22F::SETR//TRAD\\r\\n:16R:SETPRTY\\r\\n:95P::REAG//ESSESES0XXX\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95R::DEAG/SCOM/CH112114\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95P::PSET//VPCSSESSXXX\\r\\n:16S:SETPRTY\\r\\n:16S:SETDET\\r\\n-}",
529
+ "convertedText": null,
530
+ "sentText": null,
531
+ "error": "Invalid Receiver",
532
+ "mxBusinessArea": null,
533
+ "mxSubType": null,
534
+ "mxMsgType": null,
535
+ "tenantBpId": null,
536
+ "sourceLUD": "A73A",
537
+ "sourceBpId": "CH118767",
538
+ "destinationLUD": "B877",
539
+ "destinationBpId": "CH990036",
540
+ "mtSeme": "300a214512580",
541
+ "sourceMessageType": "MT",
542
+ "destinationMessageType": "",
543
+ "conversionNotRequired": null,
544
+ "archived": false
545
+ },
546
+ {
547
+ "uid": "d3b6c95f-a7e5-40a9-b559-363191b8e9af",
548
+ "createdBy": "SYSTEM",
549
+ "createdTimestamp": "2022-08-12T14:45:54.938625",
550
+ "modifiedBy": "SYSTEM",
551
+ "modifiedTimestamp": "2022-08-12T14:45:55.183887",
552
+ "mtMsgType": "518",
553
+ "mtSubType": null,
554
+ "ref": "M02208120000420E",
555
+ "source": "NFF",
556
+ "destination": "BIC",
557
+ "category": "MEMBER",
558
+ "status": "ERROR",
559
+ "errorType": "Invalid Receiver",
560
+ "receivedText": "{1:F01A73ACH1187670130016910}{2:I518B877CH990036N}{3:{108:M02208120000420E}}{4:\\r\\n:16R:GENL\\r\\n:20C::SEME//300a214512579\\r\\n:23G:NEWM\\r\\n:98C::PREP//20220812144554\\r\\n:22F::TRTR//TRAD\\r\\n:16R:LINK\\r\\n:20C::TRRF//S1C0002H0A\\r\\n:16S:LINK\\r\\n:16S:GENL\\r\\n:16R:CONFDET\\r\\n:98A::SETT//20220816\\r\\n:98C::TRAD//20220812144554\\r\\n:90B::DEAL//ACTU/SEK239,9\\r\\n:94B::TRAD//EXCH/CHIX\\r\\n:94F::SAFE//CUST/VPCSSESSXXX\\r\\n:19A::SETT//SEK23990,\\r\\n:22H::BUSE//SELL\\r\\n:22H::PAYM//APMT\\r\\n:16R:CONFPRTY\\r\\n:95P::SELL//CLRXCHZZXXX\\r\\n:97A::SAFE//SX XCLZH CO-CCP\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//PRIN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::BUYR//OSCLNOK0XXX\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//PRIN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::ETC1//OSCLNOK0XXX\\r\\n:16S:CONFPRTY\\r\\n:36B::CONF//UNIT/100,\\r\\n:35B:ISIN SE0001515552\\r\\n:16S:CONFDET\\r\\n:16R:SETDET\\r\\n:22F::SETR//TRAD\\r\\n:16R:SETPRTY\\r\\n:95R::REAG/SCOM/CH112114\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95R::DEAG/SCOM/CH112114\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95P::PSET//VPCSSESSXXX\\r\\n:16S:SETPRTY\\r\\n:16S:SETDET\\r\\n-}",
561
+ "convertedText": null,
562
+ "sentText": null,
563
+ "error": "Invalid Receiver",
564
+ "mxBusinessArea": null,
565
+ "mxSubType": null,
566
+ "mxMsgType": null,
567
+ "tenantBpId": null,
568
+ "sourceLUD": "A73A",
569
+ "sourceBpId": "CH118767",
570
+ "destinationLUD": "B877",
571
+ "destinationBpId": "CH990036",
572
+ "mtSeme": "300a214512579",
573
+ "sourceMessageType": "MT",
574
+ "destinationMessageType": "",
575
+ "conversionNotRequired": null,
576
+ "archived": false
577
+ },
578
+ {
579
+ "uid": "8321d74c-ef6e-4d12-a507-c121191e5e37",
580
+ "createdBy": "SYSTEM",
581
+ "createdTimestamp": "2022-08-12T14:45:54.266578",
582
+ "modifiedBy": "SYSTEM",
583
+ "modifiedTimestamp": "2022-08-12T14:45:54.591902",
584
+ "mtMsgType": "518",
585
+ "mtSubType": null,
586
+ "ref": "M02208120000420D",
587
+ "source": "NFF",
588
+ "destination": "BIC",
589
+ "category": "MEMBER",
590
+ "status": "ERROR",
591
+ "errorType": "Invalid Receiver",
592
+ "receivedText": "{1:F01A73ACH1187670130016909}{2:I518B877CH990036N}{3:{108:M02208120000420D}}{4:\\r\\n:16R:GENL\\r\\n:20C::SEME//3001217349604\\r\\n:23G:NEWM\\r\\n:98C::PREP//20220812144554\\r\\n:22F::TRTR//TRAD\\r\\n:16R:LINK\\r\\n:20C::TRRF//B1C0002H09\\r\\n:16S:LINK\\r\\n:16S:GENL\\r\\n:16R:CONFDET\\r\\n:98A::SETT//20220816\\r\\n:98C::TRAD//20220812144553\\r\\n:90B::DEAL//ACTU/EUR39,23\\r\\n:94B::TRAD//EXCH/CHIX\\r\\n:19A::SETT//EUR3923,\\r\\n:22H::BUSE//BUYI\\r\\n:22H::PAYM//APMT\\r\\n:16R:CONFPRTY\\r\\n:95P::SELL//OSCLNOK0XXX\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//PRIN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::BUYR//AAACKWKWXXX\\r\\n:97A::SAFE//SX KMHG1 SKGCM1-ALL\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//PRIN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::ETC1//OSCLNOK0XXX\\r\\n:16S:CONFPRTY\\r\\n:36B::CONF//UNIT/100,\\r\\n:35B:ISIN FI0009000459\\r\\n:16S:CONFDET\\r\\n:16R:SETDET\\r\\n:22F::SETR//TRAD\\r\\n:16R:SETPRTY\\r\\n:95P::REAG//HANDFIHHXXX\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95P::DEAG//CLRXCHZZXXX\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95P::PSET//APKEFIH0XXX\\r\\n:16S:SETPRTY\\r\\n:16S:SETDET\\r\\n-}",
593
+ "convertedText": null,
594
+ "sentText": null,
595
+ "error": "Invalid Receiver",
596
+ "mxBusinessArea": null,
597
+ "mxSubType": null,
598
+ "mxMsgType": null,
599
+ "tenantBpId": null,
600
+ "sourceLUD": "A73A",
601
+ "sourceBpId": "CH118767",
602
+ "destinationLUD": "B877",
603
+ "destinationBpId": "CH990036",
604
+ "mtSeme": "3001217349604",
605
+ "sourceMessageType": "MT",
606
+ "destinationMessageType": "",
607
+ "conversionNotRequired": null,
608
+ "archived": false
609
+ },
610
+ {
611
+ "uid": "00ffca33-f475-462c-a9c0-6bd989e63c26",
612
+ "createdBy": "SYSTEM",
613
+ "createdTimestamp": "2022-08-12T14:45:54.244834",
614
+ "modifiedBy": "SYSTEM",
615
+ "modifiedTimestamp": "2022-08-12T14:45:54.453539",
616
+ "mtMsgType": "518",
617
+ "mtSubType": null,
618
+ "ref": "M02208120000420C",
619
+ "source": "NFF",
620
+ "destination": "BIC",
621
+ "category": "MEMBER",
622
+ "status": "ERROR",
623
+ "errorType": "Invalid Receiver",
624
+ "receivedText": "{1:F01A73ACH1187670130016908}{2:I518B877CH990036N}{3:{108:M02208120000420C}}{4:\\r\\n:16R:GENL\\r\\n:20C::SEME//3001217349603\\r\\n:23G:NEWM\\r\\n:98C::PREP//20220812144554\\r\\n:22F::TRTR//TRAD\\r\\n:16R:LINK\\r\\n:20C::TRRF//S1C0002H09\\r\\n:16S:LINK\\r\\n:16S:GENL\\r\\n:16R:CONFDET\\r\\n:98A::SETT//20220816\\r\\n:98C::TRAD//20220812144553\\r\\n:90B::DEAL//ACTU/EUR39,23\\r\\n:94B::TRAD//EXCH/CHIX\\r\\n:94F::SAFE//CUST/APKEFIHHXXX\\r\\n:19A::SETT//EUR3923,\\r\\n:22H::BUSE//SELL\\r\\n:22H::PAYM//APMT\\r\\n:16R:CONFPRTY\\r\\n:95P::SELL//CLRXCHZZXXX\\r\\n:97A::SAFE//SX XCLZH CO-CCP\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//PRIN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::BUYR//OSCLNOK0XXX\\r\\n:70C::PACO//SGCA/HOUS\\r\\n/NETT/NETT\\r\\n:22F::TRCA//PRIN\\r\\n:16S:CONFPRTY\\r\\n:16R:CONFPRTY\\r\\n:95P::ETC1//OSCLNOK0XXX\\r\\n:16S:CONFPRTY\\r\\n:36B::CONF//UNIT/100,\\r\\n:35B:ISIN FI0009000459\\r\\n:16S:CONFDET\\r\\n:16R:SETDET\\r\\n:22F::SETR//TRAD\\r\\n:16R:SETPRTY\\r\\n:95P::REAG//CLRXCHZZXXX\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95R::DEAG/SCOM/CH112114\\r\\n:16S:SETPRTY\\r\\n:16R:SETPRTY\\r\\n:95P::PSET//APKEFIH0XXX\\r\\n:16S:SETPRTY\\r\\n:16S:SETDET\\r\\n-}",
625
+ "convertedText": null,
626
+ "sentText": null,
627
+ "error": "Invalid Receiver",
628
+ "mxBusinessArea": null,
629
+ "mxSubType": null,
630
+ "mxMsgType": null,
631
+ "tenantBpId": null,
632
+ "sourceLUD": "A73A",
633
+ "sourceBpId": "CH118767",
634
+ "destinationLUD": "B877",
635
+ "destinationBpId": "CH990036",
636
+ "mtSeme": "3001217349603",
637
+ "sourceMessageType": "MT",
638
+ "destinationMessageType": "",
639
+ "conversionNotRequired": null,
640
+ "archived": false
641
+ }
642
+ ]