@plumile/ui 0.1.61 → 0.1.63

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 (401) hide show
  1. package/lib/esm/atomic/molecules/markdown/components/MarkdownEmphasis.css.js +0 -1
  2. package/lib/esm/atomic/molecules/markdown/components/MarkdownFootnoteReference.css.js +1 -0
  3. package/lib/esm/atomic/organisms/sidebar/Sidebar.js +2 -0
  4. package/lib/esm/atomic/organisms/sidebar/SidebarContainer.js +29 -0
  5. package/lib/esm/atomic/organisms/sidebar/SidebarContainer.js.map +1 -0
  6. package/lib/esm/atomic/organisms/sidebar/icons.js +67 -0
  7. package/lib/esm/atomic/organisms/sidebar/icons.js.map +1 -0
  8. package/lib/esm/atomic/organisms/sidebar/sidebar.css.js +17 -0
  9. package/lib/esm/atomic/organisms/sidebar/sidebar.css.js.map +1 -0
  10. package/lib/esm/atomic/organisms/sidebar/useSidebarShell.js +0 -0
  11. package/lib/esm/backoffice/atoms/backoffice_id_badge/BackofficeIdBadge.js +18 -0
  12. package/lib/esm/backoffice/atoms/backoffice_id_badge/BackofficeIdBadge.js.map +1 -0
  13. package/lib/esm/backoffice/atoms/backoffice_id_badge/backofficeIdBadge.css.js +8 -0
  14. package/lib/esm/backoffice/atoms/backoffice_id_badge/backofficeIdBadge.css.js.map +1 -0
  15. package/lib/esm/backoffice/atoms/copyable_text/CopyableText.js +71 -0
  16. package/lib/esm/backoffice/atoms/copyable_text/CopyableText.js.map +1 -0
  17. package/lib/esm/backoffice/atoms/copyable_text/copyableText.css.js +8 -0
  18. package/lib/esm/backoffice/atoms/copyable_text/copyableText.css.js.map +1 -0
  19. package/lib/esm/backoffice/atoms/environment_badge/EnvironmentBadge.js +28 -0
  20. package/lib/esm/backoffice/atoms/environment_badge/EnvironmentBadge.js.map +1 -0
  21. package/lib/esm/backoffice/atoms/environment_badge/environmentBadge.css.js +8 -0
  22. package/lib/esm/backoffice/atoms/environment_badge/environmentBadge.css.js.map +1 -0
  23. package/lib/esm/backoffice/atoms/shortcut_hint/ShortcutHint.js +20 -0
  24. package/lib/esm/backoffice/atoms/shortcut_hint/ShortcutHint.js.map +1 -0
  25. package/lib/esm/backoffice/atoms/shortcut_hint/shortcutHint.css.js +8 -0
  26. package/lib/esm/backoffice/atoms/shortcut_hint/shortcutHint.css.js.map +1 -0
  27. package/lib/esm/backoffice/atoms/skeleton/Skeleton.js +39 -0
  28. package/lib/esm/backoffice/atoms/skeleton/Skeleton.js.map +1 -0
  29. package/lib/esm/backoffice/atoms/skeleton/skeleton.css.js +12 -0
  30. package/lib/esm/backoffice/atoms/skeleton/skeleton.css.js.map +1 -0
  31. package/lib/esm/backoffice/atoms/spinner/Spinner.js +20 -0
  32. package/lib/esm/backoffice/atoms/spinner/Spinner.js.map +1 -0
  33. package/lib/esm/backoffice/atoms/spinner/spinner.css.js +8 -0
  34. package/lib/esm/backoffice/atoms/spinner/spinner.css.js.map +1 -0
  35. package/lib/esm/backoffice/atoms/status_badge/StatusBadge.js +31 -0
  36. package/lib/esm/backoffice/atoms/status_badge/StatusBadge.js.map +1 -0
  37. package/lib/esm/backoffice/atoms/status_badge/statusBadge.css.js +8 -0
  38. package/lib/esm/backoffice/atoms/status_badge/statusBadge.css.js.map +1 -0
  39. package/lib/esm/backoffice/atoms/tag/Tag.js +32 -0
  40. package/lib/esm/backoffice/atoms/tag/Tag.js.map +1 -0
  41. package/lib/esm/backoffice/atoms/tag/tag.css.js +20 -0
  42. package/lib/esm/backoffice/atoms/tag/tag.css.js.map +1 -0
  43. package/lib/esm/backoffice/layout/backofficeLayoutTokens.js +15 -0
  44. package/lib/esm/backoffice/layout/backofficeLayoutTokens.js.map +1 -0
  45. package/lib/esm/backoffice/molecules/backoffice_detail_layout/BackofficeDetailLayout.js +34 -0
  46. package/lib/esm/backoffice/molecules/backoffice_detail_layout/BackofficeDetailLayout.js.map +1 -0
  47. package/lib/esm/backoffice/molecules/backoffice_detail_layout/backofficeDetailLayout.css.js +7 -0
  48. package/lib/esm/backoffice/molecules/backoffice_detail_layout/backofficeDetailLayout.css.js.map +1 -0
  49. package/lib/esm/backoffice/molecules/backoffice_empty_state/BackofficeEmptyState.js +37 -0
  50. package/lib/esm/backoffice/molecules/backoffice_empty_state/BackofficeEmptyState.js.map +1 -0
  51. package/lib/esm/backoffice/molecules/backoffice_empty_state/backofficeEmptyState.css.js +7 -0
  52. package/lib/esm/backoffice/molecules/backoffice_empty_state/backofficeEmptyState.css.js.map +1 -0
  53. package/lib/esm/backoffice/molecules/backoffice_filter_drawer/BackofficeFilterDrawer.js +116 -0
  54. package/lib/esm/backoffice/molecules/backoffice_filter_drawer/BackofficeFilterDrawer.js.map +1 -0
  55. package/lib/esm/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.js +7 -0
  56. package/lib/esm/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.js.map +1 -0
  57. package/lib/esm/backoffice/molecules/backoffice_filter_field/BackofficeFilterField.js +28 -0
  58. package/lib/esm/backoffice/molecules/backoffice_filter_field/BackofficeFilterField.js.map +1 -0
  59. package/lib/esm/backoffice/molecules/backoffice_filter_field/backofficeFilterField.css.js +7 -0
  60. package/lib/esm/backoffice/molecules/backoffice_filter_field/backofficeFilterField.css.js.map +1 -0
  61. package/lib/esm/backoffice/molecules/backoffice_filters_bar/BackofficeFiltersBar.js +37 -0
  62. package/lib/esm/backoffice/molecules/backoffice_filters_bar/BackofficeFiltersBar.js.map +1 -0
  63. package/lib/esm/backoffice/molecules/backoffice_filters_bar/backofficeFiltersBar.css.js +7 -0
  64. package/lib/esm/backoffice/molecules/backoffice_filters_bar/backofficeFiltersBar.css.js.map +1 -0
  65. package/lib/esm/backoffice/molecules/backoffice_form_section/BackofficeFormSection.js +25 -0
  66. package/lib/esm/backoffice/molecules/backoffice_form_section/BackofficeFormSection.js.map +1 -0
  67. package/lib/esm/backoffice/molecules/backoffice_form_section/backofficeFormSection.css.js +7 -0
  68. package/lib/esm/backoffice/molecules/backoffice_form_section/backofficeFormSection.css.js.map +1 -0
  69. package/lib/esm/backoffice/molecules/backoffice_json_viewer/BackofficeJsonViewer.js +80 -0
  70. package/lib/esm/backoffice/molecules/backoffice_json_viewer/BackofficeJsonViewer.js.map +1 -0
  71. package/lib/esm/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.css.js +7 -0
  72. package/lib/esm/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.css.js.map +1 -0
  73. package/lib/esm/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.js +28 -0
  74. package/lib/esm/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.js.map +1 -0
  75. package/lib/esm/backoffice/molecules/backoffice_json_viewer/backofficeJsonViewer.css.js +8 -0
  76. package/lib/esm/backoffice/molecules/backoffice_json_viewer/backofficeJsonViewer.css.js.map +1 -0
  77. package/lib/esm/backoffice/molecules/backoffice_key_value_list/BackofficeKeyValueList.js +22 -0
  78. package/lib/esm/backoffice/molecules/backoffice_key_value_list/BackofficeKeyValueList.js.map +1 -0
  79. package/lib/esm/backoffice/molecules/backoffice_key_value_list/backofficeKeyValueList.css.js +7 -0
  80. package/lib/esm/backoffice/molecules/backoffice_key_value_list/backofficeKeyValueList.css.js.map +1 -0
  81. package/lib/esm/backoffice/molecules/backoffice_load_more/BackofficeLoadMore.js +27 -0
  82. package/lib/esm/backoffice/molecules/backoffice_load_more/BackofficeLoadMore.js.map +1 -0
  83. package/lib/esm/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.js +8 -0
  84. package/lib/esm/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.js.map +1 -0
  85. package/lib/esm/backoffice/molecules/backoffice_page_header/BackofficePageHeader.js +31 -0
  86. package/lib/esm/backoffice/molecules/backoffice_page_header/BackofficePageHeader.js.map +1 -0
  87. package/lib/esm/backoffice/molecules/backoffice_page_header/backofficePageHeader.css.js +7 -0
  88. package/lib/esm/backoffice/molecules/backoffice_page_header/backofficePageHeader.css.js.map +1 -0
  89. package/lib/esm/backoffice/molecules/backoffice_relations_menu/BackofficeRelationsMenu.js +68 -0
  90. package/lib/esm/backoffice/molecules/backoffice_relations_menu/BackofficeRelationsMenu.js.map +1 -0
  91. package/lib/esm/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.js +7 -0
  92. package/lib/esm/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.js.map +1 -0
  93. package/lib/esm/backoffice/molecules/backoffice_table_skeleton/BackofficeTableSkeleton.js +37 -0
  94. package/lib/esm/backoffice/molecules/backoffice_table_skeleton/BackofficeTableSkeleton.js.map +1 -0
  95. package/lib/esm/backoffice/molecules/backoffice_table_skeleton/backofficeTableSkeleton.css.js +8 -0
  96. package/lib/esm/backoffice/molecules/backoffice_table_skeleton/backofficeTableSkeleton.css.js.map +1 -0
  97. package/lib/esm/backoffice/molecules/backoffice_table_toolbar/BackofficeTableToolbar.js +32 -0
  98. package/lib/esm/backoffice/molecules/backoffice_table_toolbar/BackofficeTableToolbar.js.map +1 -0
  99. package/lib/esm/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.js +7 -0
  100. package/lib/esm/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.js.map +1 -0
  101. package/lib/esm/backoffice/molecules/backoffice_tabs/BackofficeTabs.js +31 -0
  102. package/lib/esm/backoffice/molecules/backoffice_tabs/BackofficeTabs.js.map +1 -0
  103. package/lib/esm/backoffice/molecules/backoffice_tabs/backofficeTabs.css.js +8 -0
  104. package/lib/esm/backoffice/molecules/backoffice_tabs/backofficeTabs.css.js.map +1 -0
  105. package/lib/esm/backoffice/molecules/bulk_actions_bar/BulkActionsBar.js +31 -0
  106. package/lib/esm/backoffice/molecules/bulk_actions_bar/BulkActionsBar.js.map +1 -0
  107. package/lib/esm/backoffice/molecules/bulk_actions_bar/bulkActionsBar.css.js +8 -0
  108. package/lib/esm/backoffice/molecules/bulk_actions_bar/bulkActionsBar.css.js.map +1 -0
  109. package/lib/esm/backoffice/molecules/confirm_dialog/ConfirmDialog.js +62 -0
  110. package/lib/esm/backoffice/molecules/confirm_dialog/ConfirmDialog.js.map +1 -0
  111. package/lib/esm/backoffice/molecules/confirm_dialog/confirmDialog.css.js +8 -0
  112. package/lib/esm/backoffice/molecules/confirm_dialog/confirmDialog.css.js.map +1 -0
  113. package/lib/esm/backoffice/molecules/filter_chip_row/FilterChipRow.js +30 -0
  114. package/lib/esm/backoffice/molecules/filter_chip_row/FilterChipRow.js.map +1 -0
  115. package/lib/esm/backoffice/molecules/filter_chip_row/filterChipRow.css.js +8 -0
  116. package/lib/esm/backoffice/molecules/filter_chip_row/filterChipRow.css.js.map +1 -0
  117. package/lib/esm/backoffice/molecules/global_search_input/GlobalSearchInput.js +55 -0
  118. package/lib/esm/backoffice/molecules/global_search_input/GlobalSearchInput.js.map +1 -0
  119. package/lib/esm/backoffice/molecules/global_search_input/globalSearchInput.css.js +8 -0
  120. package/lib/esm/backoffice/molecules/global_search_input/globalSearchInput.css.js.map +1 -0
  121. package/lib/esm/backoffice/molecules/inline_banner/InlineBanner.js +44 -0
  122. package/lib/esm/backoffice/molecules/inline_banner/InlineBanner.js.map +1 -0
  123. package/lib/esm/backoffice/molecules/inline_banner/inlineBanner.css.js +19 -0
  124. package/lib/esm/backoffice/molecules/inline_banner/inlineBanner.css.js.map +1 -0
  125. package/lib/esm/backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.js +38 -0
  126. package/lib/esm/backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.js.map +1 -0
  127. package/lib/esm/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.js +8 -0
  128. package/lib/esm/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.js.map +1 -0
  129. package/lib/esm/backoffice/molecules/sidebar_nav_item/SidebarNavItem.js +123 -0
  130. package/lib/esm/backoffice/molecules/sidebar_nav_item/SidebarNavItem.js.map +1 -0
  131. package/lib/esm/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.js +8 -0
  132. package/lib/esm/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.js.map +1 -0
  133. package/lib/esm/backoffice/molecules/sidebar_nav_section/SidebarNavSection.js +64 -0
  134. package/lib/esm/backoffice/molecules/sidebar_nav_section/SidebarNavSection.js.map +1 -0
  135. package/lib/esm/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.js +8 -0
  136. package/lib/esm/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.js.map +1 -0
  137. package/lib/esm/backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.js +69 -0
  138. package/lib/esm/backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.js.map +1 -0
  139. package/lib/esm/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.js +17 -0
  140. package/lib/esm/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.js.map +1 -0
  141. package/lib/esm/backoffice/molecules/table_toolbar/TableToolbar.js +42 -0
  142. package/lib/esm/backoffice/molecules/table_toolbar/TableToolbar.js.map +1 -0
  143. package/lib/esm/backoffice/molecules/table_toolbar/tableToolbar.css.js +8 -0
  144. package/lib/esm/backoffice/molecules/table_toolbar/tableToolbar.css.js.map +1 -0
  145. package/lib/esm/backoffice/organisms/audit_timeline/AuditTimeline.js +52 -0
  146. package/lib/esm/backoffice/organisms/audit_timeline/AuditTimeline.js.map +1 -0
  147. package/lib/esm/backoffice/organisms/audit_timeline/auditTimeline.css.js +8 -0
  148. package/lib/esm/backoffice/organisms/audit_timeline/auditTimeline.css.js.map +1 -0
  149. package/lib/esm/backoffice/organisms/backoffice_app_shell/BackofficeAppShell.js +14 -0
  150. package/lib/esm/backoffice/organisms/backoffice_app_shell/BackofficeAppShell.js.map +1 -0
  151. package/lib/esm/backoffice/organisms/backoffice_data_table/BackofficeDataTable.js +114 -0
  152. package/lib/esm/backoffice/organisms/backoffice_data_table/BackofficeDataTable.js.map +1 -0
  153. package/lib/esm/backoffice/organisms/backoffice_data_table/backofficeDataTable.css.js +8 -0
  154. package/lib/esm/backoffice/organisms/backoffice_data_table/backofficeDataTable.css.js.map +1 -0
  155. package/lib/esm/backoffice/organisms/backoffice_sidebar/BackofficeSidebar.js +62 -0
  156. package/lib/esm/backoffice/organisms/backoffice_sidebar/BackofficeSidebar.js.map +1 -0
  157. package/lib/esm/backoffice/organisms/backoffice_sidebar/backofficeSidebar.css.js +17 -0
  158. package/lib/esm/backoffice/organisms/backoffice_sidebar/backofficeSidebar.css.js.map +1 -0
  159. package/lib/esm/backoffice/organisms/backoffice_topbar/BackofficeTopbar.js +22 -0
  160. package/lib/esm/backoffice/organisms/backoffice_topbar/BackofficeTopbar.js.map +1 -0
  161. package/lib/esm/backoffice/organisms/backoffice_topbar/backofficeTopbar.css.js +8 -0
  162. package/lib/esm/backoffice/organisms/backoffice_topbar/backofficeTopbar.css.js.map +1 -0
  163. package/lib/esm/backoffice/organisms/backoffice_virtualized_connection_table/BackofficeVirtualizedConnectionTable.js +34 -0
  164. package/lib/esm/backoffice/organisms/backoffice_virtualized_connection_table/BackofficeVirtualizedConnectionTable.js.map +1 -0
  165. package/lib/esm/backoffice/organisms/backoffice_virtualized_connection_table/backofficeVirtualizedConnectionTable.css.js +8 -0
  166. package/lib/esm/backoffice/organisms/backoffice_virtualized_connection_table/backofficeVirtualizedConnectionTable.css.js.map +1 -0
  167. package/lib/esm/backoffice/organisms/entity_header/EntityHeader.js +59 -0
  168. package/lib/esm/backoffice/organisms/entity_header/EntityHeader.js.map +1 -0
  169. package/lib/esm/backoffice/organisms/entity_header/entityHeader.css.js +8 -0
  170. package/lib/esm/backoffice/organisms/entity_header/entityHeader.css.js.map +1 -0
  171. package/lib/esm/backoffice/templates/backoffice_shell_template/BackofficeShellTemplate.js +19 -0
  172. package/lib/esm/backoffice/templates/backoffice_shell_template/BackofficeShellTemplate.js.map +1 -0
  173. package/lib/esm/backoffice/templates/detail_page_template/DetailPageTemplate.js +55 -0
  174. package/lib/esm/backoffice/templates/detail_page_template/DetailPageTemplate.js.map +1 -0
  175. package/lib/esm/backoffice/templates/detail_page_template/detailPageTemplate.css.js +8 -0
  176. package/lib/esm/backoffice/templates/detail_page_template/detailPageTemplate.css.js.map +1 -0
  177. package/lib/esm/backoffice/templates/list_page_template/ListPageTemplate.js +43 -0
  178. package/lib/esm/backoffice/templates/list_page_template/ListPageTemplate.js.map +1 -0
  179. package/lib/esm/backoffice/templates/list_page_template/listPageTemplate.css.js +8 -0
  180. package/lib/esm/backoffice/templates/list_page_template/listPageTemplate.css.js.map +1 -0
  181. package/lib/esm/backoffice/templates/settings_template/SettingsTemplate.js +18 -0
  182. package/lib/esm/backoffice/templates/settings_template/SettingsTemplate.js.map +1 -0
  183. package/lib/esm/backoffice/templates/settings_template/settingsTemplate.css.js +8 -0
  184. package/lib/esm/backoffice/templates/settings_template/settingsTemplate.css.js.map +1 -0
  185. package/lib/esm/backoffice/templates/split_view_template/SplitViewTemplate.js +18 -0
  186. package/lib/esm/backoffice/templates/split_view_template/SplitViewTemplate.js.map +1 -0
  187. package/lib/esm/backoffice/templates/split_view_template/splitViewTemplate.css.js +8 -0
  188. package/lib/esm/backoffice/templates/split_view_template/splitViewTemplate.css.js.map +1 -0
  189. package/lib/esm/backoffice/theme/BackofficeThemeProvider.js +11 -0
  190. package/lib/esm/backoffice/theme/BackofficeThemeProvider.js.map +1 -0
  191. package/lib/esm/backoffice/theme/backofficeTheme.css.js +7 -0
  192. package/lib/esm/backoffice/theme/backofficeTheme.css.js.map +1 -0
  193. package/lib/esm/index.js +101 -49
  194. package/lib/esm/shared/agentJobRequestFormatting.js +31 -0
  195. package/lib/esm/shared/agentJobRequestFormatting.js.map +1 -0
  196. package/lib/esm/shared/agentText.js +13 -0
  197. package/lib/esm/shared/agentText.js.map +1 -0
  198. package/lib/esm/shared/backofficeTableDensity.css.js +9 -0
  199. package/lib/esm/shared/backofficeTableDensity.css.js.map +1 -0
  200. package/lib/esm/style.css +1 -1
  201. package/lib/types/atomic/organisms/sidebar/Sidebar.d.ts +3 -0
  202. package/lib/types/atomic/organisms/sidebar/Sidebar.d.ts.map +1 -0
  203. package/lib/types/atomic/organisms/sidebar/SidebarContainer.d.ts +11 -0
  204. package/lib/types/atomic/organisms/sidebar/SidebarContainer.d.ts.map +1 -0
  205. package/lib/types/atomic/organisms/sidebar/icons.d.ts +19 -0
  206. package/lib/types/atomic/organisms/sidebar/icons.d.ts.map +1 -0
  207. package/lib/types/atomic/organisms/sidebar/sidebar.css.d.ts +26 -0
  208. package/lib/types/atomic/organisms/sidebar/sidebar.css.d.ts.map +1 -0
  209. package/lib/types/atomic/organisms/sidebar/useSidebarShell.d.ts +2 -0
  210. package/lib/types/atomic/organisms/sidebar/useSidebarShell.d.ts.map +1 -0
  211. package/lib/types/backoffice/atoms/backoffice_id_badge/BackofficeIdBadge.d.ts +11 -0
  212. package/lib/types/backoffice/atoms/backoffice_id_badge/BackofficeIdBadge.d.ts.map +1 -0
  213. package/lib/types/backoffice/atoms/backoffice_id_badge/backofficeIdBadge.css.d.ts +2 -0
  214. package/lib/types/backoffice/atoms/backoffice_id_badge/backofficeIdBadge.css.d.ts.map +1 -0
  215. package/lib/types/backoffice/atoms/copyable_text/CopyableText.d.ts +12 -0
  216. package/lib/types/backoffice/atoms/copyable_text/CopyableText.d.ts.map +1 -0
  217. package/lib/types/backoffice/atoms/copyable_text/copyableText.css.d.ts +5 -0
  218. package/lib/types/backoffice/atoms/copyable_text/copyableText.css.d.ts.map +1 -0
  219. package/lib/types/backoffice/atoms/environment_badge/EnvironmentBadge.d.ts +10 -0
  220. package/lib/types/backoffice/atoms/environment_badge/EnvironmentBadge.d.ts.map +1 -0
  221. package/lib/types/backoffice/atoms/environment_badge/environmentBadge.css.d.ts +2 -0
  222. package/lib/types/backoffice/atoms/environment_badge/environmentBadge.css.d.ts.map +1 -0
  223. package/lib/types/backoffice/atoms/shortcut_hint/ShortcutHint.d.ts +8 -0
  224. package/lib/types/backoffice/atoms/shortcut_hint/ShortcutHint.d.ts.map +1 -0
  225. package/lib/types/backoffice/atoms/shortcut_hint/shortcutHint.css.d.ts +3 -0
  226. package/lib/types/backoffice/atoms/shortcut_hint/shortcutHint.css.d.ts.map +1 -0
  227. package/lib/types/backoffice/atoms/skeleton/Skeleton.d.ts +13 -0
  228. package/lib/types/backoffice/atoms/skeleton/Skeleton.d.ts.map +1 -0
  229. package/lib/types/backoffice/atoms/skeleton/skeleton.css.d.ts +8 -0
  230. package/lib/types/backoffice/atoms/skeleton/skeleton.css.d.ts.map +1 -0
  231. package/lib/types/backoffice/atoms/spinner/Spinner.d.ts +9 -0
  232. package/lib/types/backoffice/atoms/spinner/Spinner.d.ts.map +1 -0
  233. package/lib/types/backoffice/atoms/spinner/spinner.css.d.ts +3 -0
  234. package/lib/types/backoffice/atoms/spinner/spinner.css.d.ts.map +1 -0
  235. package/lib/types/backoffice/atoms/status_badge/StatusBadge.d.ts +12 -0
  236. package/lib/types/backoffice/atoms/status_badge/StatusBadge.d.ts.map +1 -0
  237. package/lib/types/backoffice/atoms/status_badge/statusBadge.css.d.ts +3 -0
  238. package/lib/types/backoffice/atoms/status_badge/statusBadge.css.d.ts.map +1 -0
  239. package/lib/types/backoffice/atoms/tag/Tag.d.ts +14 -0
  240. package/lib/types/backoffice/atoms/tag/Tag.d.ts.map +1 -0
  241. package/lib/types/backoffice/atoms/tag/tag.css.d.ts +13 -0
  242. package/lib/types/backoffice/atoms/tag/tag.css.d.ts.map +1 -0
  243. package/lib/types/backoffice/layout/backofficeLayoutTokens.d.ts +12 -0
  244. package/lib/types/backoffice/layout/backofficeLayoutTokens.d.ts.map +1 -0
  245. package/lib/types/backoffice/molecules/backoffice_detail_layout/BackofficeDetailLayout.d.ts +10 -0
  246. package/lib/types/backoffice/molecules/backoffice_detail_layout/BackofficeDetailLayout.d.ts.map +1 -0
  247. package/lib/types/backoffice/molecules/backoffice_detail_layout/backofficeDetailLayout.css.d.ts +7 -0
  248. package/lib/types/backoffice/molecules/backoffice_detail_layout/backofficeDetailLayout.css.d.ts.map +1 -0
  249. package/lib/types/backoffice/molecules/backoffice_empty_state/BackofficeEmptyState.d.ts +11 -0
  250. package/lib/types/backoffice/molecules/backoffice_empty_state/BackofficeEmptyState.d.ts.map +1 -0
  251. package/lib/types/backoffice/molecules/backoffice_empty_state/backofficeEmptyState.css.d.ts +6 -0
  252. package/lib/types/backoffice/molecules/backoffice_empty_state/backofficeEmptyState.css.d.ts.map +1 -0
  253. package/lib/types/backoffice/molecules/backoffice_filter_drawer/BackofficeFilterDrawer.d.ts +23 -0
  254. package/lib/types/backoffice/molecules/backoffice_filter_drawer/BackofficeFilterDrawer.d.ts.map +1 -0
  255. package/lib/types/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.d.ts +17 -0
  256. package/lib/types/backoffice/molecules/backoffice_filter_drawer/backofficeFilterDrawer.css.d.ts.map +1 -0
  257. package/lib/types/backoffice/molecules/backoffice_filter_field/BackofficeFilterField.d.ts +10 -0
  258. package/lib/types/backoffice/molecules/backoffice_filter_field/BackofficeFilterField.d.ts.map +1 -0
  259. package/lib/types/backoffice/molecules/backoffice_filter_field/backofficeFilterField.css.d.ts +6 -0
  260. package/lib/types/backoffice/molecules/backoffice_filter_field/backofficeFilterField.css.d.ts.map +1 -0
  261. package/lib/types/backoffice/molecules/backoffice_filters_bar/BackofficeFiltersBar.d.ts +13 -0
  262. package/lib/types/backoffice/molecules/backoffice_filters_bar/BackofficeFiltersBar.d.ts.map +1 -0
  263. package/lib/types/backoffice/molecules/backoffice_filters_bar/backofficeFiltersBar.css.d.ts +6 -0
  264. package/lib/types/backoffice/molecules/backoffice_filters_bar/backofficeFiltersBar.css.d.ts.map +1 -0
  265. package/lib/types/backoffice/molecules/backoffice_form_section/BackofficeFormSection.d.ts +10 -0
  266. package/lib/types/backoffice/molecules/backoffice_form_section/BackofficeFormSection.d.ts.map +1 -0
  267. package/lib/types/backoffice/molecules/backoffice_form_section/backofficeFormSection.css.d.ts +5 -0
  268. package/lib/types/backoffice/molecules/backoffice_form_section/backofficeFormSection.css.d.ts.map +1 -0
  269. package/lib/types/backoffice/molecules/backoffice_json_viewer/BackofficeJsonViewer.d.ts +15 -0
  270. package/lib/types/backoffice/molecules/backoffice_json_viewer/BackofficeJsonViewer.d.ts.map +1 -0
  271. package/lib/types/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.css.d.ts +2 -0
  272. package/lib/types/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.css.d.ts.map +1 -0
  273. package/lib/types/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.d.ts +5 -0
  274. package/lib/types/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.d.ts.map +1 -0
  275. package/lib/types/backoffice/molecules/backoffice_json_viewer/backofficeJsonViewer.css.d.ts +7 -0
  276. package/lib/types/backoffice/molecules/backoffice_json_viewer/backofficeJsonViewer.css.d.ts.map +1 -0
  277. package/lib/types/backoffice/molecules/backoffice_key_value_list/BackofficeKeyValueList.d.ts +12 -0
  278. package/lib/types/backoffice/molecules/backoffice_key_value_list/BackofficeKeyValueList.d.ts.map +1 -0
  279. package/lib/types/backoffice/molecules/backoffice_key_value_list/backofficeKeyValueList.css.d.ts +7 -0
  280. package/lib/types/backoffice/molecules/backoffice_key_value_list/backofficeKeyValueList.css.d.ts.map +1 -0
  281. package/lib/types/backoffice/molecules/backoffice_load_more/BackofficeLoadMore.d.ts +12 -0
  282. package/lib/types/backoffice/molecules/backoffice_load_more/BackofficeLoadMore.d.ts.map +1 -0
  283. package/lib/types/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.d.ts +4 -0
  284. package/lib/types/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.d.ts.map +1 -0
  285. package/lib/types/backoffice/molecules/backoffice_page_header/BackofficePageHeader.d.ts +11 -0
  286. package/lib/types/backoffice/molecules/backoffice_page_header/BackofficePageHeader.d.ts.map +1 -0
  287. package/lib/types/backoffice/molecules/backoffice_page_header/backofficePageHeader.css.d.ts +8 -0
  288. package/lib/types/backoffice/molecules/backoffice_page_header/backofficePageHeader.css.d.ts.map +1 -0
  289. package/lib/types/backoffice/molecules/backoffice_relations_menu/BackofficeRelationsMenu.d.ts +15 -0
  290. package/lib/types/backoffice/molecules/backoffice_relations_menu/BackofficeRelationsMenu.d.ts.map +1 -0
  291. package/lib/types/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.d.ts +8 -0
  292. package/lib/types/backoffice/molecules/backoffice_relations_menu/backofficeRelationsMenu.css.d.ts.map +1 -0
  293. package/lib/types/backoffice/molecules/backoffice_table_skeleton/BackofficeTableSkeleton.d.ts +8 -0
  294. package/lib/types/backoffice/molecules/backoffice_table_skeleton/BackofficeTableSkeleton.d.ts.map +1 -0
  295. package/lib/types/backoffice/molecules/backoffice_table_skeleton/backofficeTableSkeleton.css.d.ts +7 -0
  296. package/lib/types/backoffice/molecules/backoffice_table_skeleton/backofficeTableSkeleton.css.d.ts.map +1 -0
  297. package/lib/types/backoffice/molecules/backoffice_table_toolbar/BackofficeTableToolbar.d.ts +13 -0
  298. package/lib/types/backoffice/molecules/backoffice_table_toolbar/BackofficeTableToolbar.d.ts.map +1 -0
  299. package/lib/types/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.d.ts +6 -0
  300. package/lib/types/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.d.ts.map +1 -0
  301. package/lib/types/backoffice/molecules/backoffice_tabs/BackofficeTabs.d.ts +16 -0
  302. package/lib/types/backoffice/molecules/backoffice_tabs/BackofficeTabs.d.ts.map +1 -0
  303. package/lib/types/backoffice/molecules/backoffice_tabs/backofficeTabs.css.d.ts +4 -0
  304. package/lib/types/backoffice/molecules/backoffice_tabs/backofficeTabs.css.d.ts.map +1 -0
  305. package/lib/types/backoffice/molecules/bulk_actions_bar/BulkActionsBar.d.ts +12 -0
  306. package/lib/types/backoffice/molecules/bulk_actions_bar/BulkActionsBar.d.ts.map +1 -0
  307. package/lib/types/backoffice/molecules/bulk_actions_bar/bulkActionsBar.css.d.ts +4 -0
  308. package/lib/types/backoffice/molecules/bulk_actions_bar/bulkActionsBar.css.d.ts.map +1 -0
  309. package/lib/types/backoffice/molecules/confirm_dialog/ConfirmDialog.d.ts +15 -0
  310. package/lib/types/backoffice/molecules/confirm_dialog/ConfirmDialog.d.ts.map +1 -0
  311. package/lib/types/backoffice/molecules/confirm_dialog/confirmDialog.css.d.ts +3 -0
  312. package/lib/types/backoffice/molecules/confirm_dialog/confirmDialog.css.d.ts.map +1 -0
  313. package/lib/types/backoffice/molecules/filter_chip_row/FilterChipRow.d.ts +15 -0
  314. package/lib/types/backoffice/molecules/filter_chip_row/FilterChipRow.d.ts.map +1 -0
  315. package/lib/types/backoffice/molecules/filter_chip_row/filterChipRow.css.d.ts +2 -0
  316. package/lib/types/backoffice/molecules/filter_chip_row/filterChipRow.css.d.ts.map +1 -0
  317. package/lib/types/backoffice/molecules/global_search_input/GlobalSearchInput.d.ts +14 -0
  318. package/lib/types/backoffice/molecules/global_search_input/GlobalSearchInput.d.ts.map +1 -0
  319. package/lib/types/backoffice/molecules/global_search_input/globalSearchInput.css.d.ts +4 -0
  320. package/lib/types/backoffice/molecules/global_search_input/globalSearchInput.css.d.ts.map +1 -0
  321. package/lib/types/backoffice/molecules/inline_banner/InlineBanner.d.ts +16 -0
  322. package/lib/types/backoffice/molecules/inline_banner/InlineBanner.d.ts.map +1 -0
  323. package/lib/types/backoffice/molecules/inline_banner/inlineBanner.css.d.ts +17 -0
  324. package/lib/types/backoffice/molecules/inline_banner/inlineBanner.css.d.ts.map +1 -0
  325. package/lib/types/backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.d.ts +11 -0
  326. package/lib/types/backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.d.ts.map +1 -0
  327. package/lib/types/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.d.ts +4 -0
  328. package/lib/types/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.d.ts.map +1 -0
  329. package/lib/types/backoffice/molecules/sidebar_nav_item/SidebarNavItem.d.ts +24 -0
  330. package/lib/types/backoffice/molecules/sidebar_nav_item/SidebarNavItem.d.ts.map +1 -0
  331. package/lib/types/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.d.ts +15 -0
  332. package/lib/types/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.d.ts.map +1 -0
  333. package/lib/types/backoffice/molecules/sidebar_nav_section/SidebarNavSection.d.ts +24 -0
  334. package/lib/types/backoffice/molecules/sidebar_nav_section/SidebarNavSection.d.ts.map +1 -0
  335. package/lib/types/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.d.ts +6 -0
  336. package/lib/types/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.d.ts.map +1 -0
  337. package/lib/types/backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.d.ts +23 -0
  338. package/lib/types/backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.d.ts.map +1 -0
  339. package/lib/types/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.d.ts +20 -0
  340. package/lib/types/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.d.ts.map +1 -0
  341. package/lib/types/backoffice/molecules/table_toolbar/TableToolbar.d.ts +13 -0
  342. package/lib/types/backoffice/molecules/table_toolbar/TableToolbar.d.ts.map +1 -0
  343. package/lib/types/backoffice/molecules/table_toolbar/tableToolbar.css.d.ts +6 -0
  344. package/lib/types/backoffice/molecules/table_toolbar/tableToolbar.css.d.ts.map +1 -0
  345. package/lib/types/backoffice/organisms/audit_timeline/AuditTimeline.d.ts +17 -0
  346. package/lib/types/backoffice/organisms/audit_timeline/AuditTimeline.d.ts.map +1 -0
  347. package/lib/types/backoffice/organisms/audit_timeline/auditTimeline.css.d.ts +12 -0
  348. package/lib/types/backoffice/organisms/audit_timeline/auditTimeline.css.d.ts.map +1 -0
  349. package/lib/types/backoffice/organisms/backoffice_app_shell/BackofficeAppShell.d.ts +12 -0
  350. package/lib/types/backoffice/organisms/backoffice_app_shell/BackofficeAppShell.d.ts.map +1 -0
  351. package/lib/types/backoffice/organisms/backoffice_data_table/BackofficeDataTable.d.ts +21 -0
  352. package/lib/types/backoffice/organisms/backoffice_data_table/BackofficeDataTable.d.ts.map +1 -0
  353. package/lib/types/backoffice/organisms/backoffice_data_table/backofficeDataTable.css.d.ts +3 -0
  354. package/lib/types/backoffice/organisms/backoffice_data_table/backofficeDataTable.css.d.ts.map +1 -0
  355. package/lib/types/backoffice/organisms/backoffice_sidebar/BackofficeSidebar.d.ts +26 -0
  356. package/lib/types/backoffice/organisms/backoffice_sidebar/BackofficeSidebar.d.ts.map +1 -0
  357. package/lib/types/backoffice/organisms/backoffice_sidebar/backofficeSidebar.css.d.ts +19 -0
  358. package/lib/types/backoffice/organisms/backoffice_sidebar/backofficeSidebar.css.d.ts.map +1 -0
  359. package/lib/types/backoffice/organisms/backoffice_topbar/BackofficeTopbar.d.ts +10 -0
  360. package/lib/types/backoffice/organisms/backoffice_topbar/BackofficeTopbar.d.ts.map +1 -0
  361. package/lib/types/backoffice/organisms/backoffice_topbar/backofficeTopbar.css.d.ts +6 -0
  362. package/lib/types/backoffice/organisms/backoffice_topbar/backofficeTopbar.css.d.ts.map +1 -0
  363. package/lib/types/backoffice/organisms/backoffice_virtualized_connection_table/BackofficeVirtualizedConnectionTable.d.ts +28 -0
  364. package/lib/types/backoffice/organisms/backoffice_virtualized_connection_table/BackofficeVirtualizedConnectionTable.d.ts.map +1 -0
  365. package/lib/types/backoffice/organisms/backoffice_virtualized_connection_table/backofficeVirtualizedConnectionTable.css.d.ts +5 -0
  366. package/lib/types/backoffice/organisms/backoffice_virtualized_connection_table/backofficeVirtualizedConnectionTable.css.d.ts.map +1 -0
  367. package/lib/types/backoffice/organisms/entity_header/EntityHeader.d.ts +19 -0
  368. package/lib/types/backoffice/organisms/entity_header/EntityHeader.d.ts.map +1 -0
  369. package/lib/types/backoffice/organisms/entity_header/entityHeader.css.d.ts +13 -0
  370. package/lib/types/backoffice/organisms/entity_header/entityHeader.css.d.ts.map +1 -0
  371. package/lib/types/backoffice/templates/backoffice_shell_template/BackofficeShellTemplate.d.ts +14 -0
  372. package/lib/types/backoffice/templates/backoffice_shell_template/BackofficeShellTemplate.d.ts.map +1 -0
  373. package/lib/types/backoffice/templates/detail_page_template/DetailPageTemplate.d.ts +25 -0
  374. package/lib/types/backoffice/templates/detail_page_template/DetailPageTemplate.d.ts.map +1 -0
  375. package/lib/types/backoffice/templates/detail_page_template/detailPageTemplate.css.d.ts +12 -0
  376. package/lib/types/backoffice/templates/detail_page_template/detailPageTemplate.css.d.ts.map +1 -0
  377. package/lib/types/backoffice/templates/list_page_template/ListPageTemplate.d.ts +35 -0
  378. package/lib/types/backoffice/templates/list_page_template/ListPageTemplate.d.ts.map +1 -0
  379. package/lib/types/backoffice/templates/list_page_template/listPageTemplate.css.d.ts +9 -0
  380. package/lib/types/backoffice/templates/list_page_template/listPageTemplate.css.d.ts.map +1 -0
  381. package/lib/types/backoffice/templates/settings_template/SettingsTemplate.d.ts +11 -0
  382. package/lib/types/backoffice/templates/settings_template/SettingsTemplate.d.ts.map +1 -0
  383. package/lib/types/backoffice/templates/settings_template/settingsTemplate.css.d.ts +4 -0
  384. package/lib/types/backoffice/templates/settings_template/settingsTemplate.css.d.ts.map +1 -0
  385. package/lib/types/backoffice/templates/split_view_template/SplitViewTemplate.d.ts +11 -0
  386. package/lib/types/backoffice/templates/split_view_template/SplitViewTemplate.d.ts.map +1 -0
  387. package/lib/types/backoffice/templates/split_view_template/splitViewTemplate.css.d.ts +3 -0
  388. package/lib/types/backoffice/templates/split_view_template/splitViewTemplate.css.d.ts.map +1 -0
  389. package/lib/types/backoffice/theme/BackofficeThemeProvider.d.ts +7 -0
  390. package/lib/types/backoffice/theme/BackofficeThemeProvider.d.ts.map +1 -0
  391. package/lib/types/backoffice/theme/backofficeTheme.css.d.ts +2 -0
  392. package/lib/types/backoffice/theme/backofficeTheme.css.d.ts.map +1 -0
  393. package/lib/types/index.d.ts +52 -0
  394. package/lib/types/index.d.ts.map +1 -1
  395. package/lib/types/shared/agentJobRequestFormatting.d.ts +6 -0
  396. package/lib/types/shared/agentJobRequestFormatting.d.ts.map +1 -0
  397. package/lib/types/shared/agentText.d.ts +3 -0
  398. package/lib/types/shared/agentText.d.ts.map +1 -0
  399. package/lib/types/shared/backofficeTableDensity.css.d.ts +2 -0
  400. package/lib/types/shared/backofficeTableDensity.css.d.ts.map +1 -0
  401. package/package.json +22 -2
@@ -0,0 +1,19 @@
1
+ import { BackofficeAppShell as e } from "../../organisms/backoffice_app_shell/BackofficeAppShell.js";
2
+ import { BackofficeSidebar as t } from "../../organisms/backoffice_sidebar/BackofficeSidebar.js";
3
+ import { BackofficeTopbar as n } from "../../organisms/backoffice_topbar/BackofficeTopbar.js";
4
+ import { jsx as r } from "react/jsx-runtime";
5
+ //#region src/backoffice/templates/backoffice_shell_template/BackofficeShellTemplate.tsx
6
+ var i = ({ children: i, sidebar: a, topbar: o, actions: s, tabs: c }) => {
7
+ let l = /* @__PURE__ */ r(t, { ...a }), u = null;
8
+ return o != null && (u = /* @__PURE__ */ r(n, { ...o })), /* @__PURE__ */ r(e, {
9
+ sidebar: l,
10
+ breadcrumbSlot: u,
11
+ actions: s,
12
+ tabs: c,
13
+ children: i
14
+ });
15
+ };
16
+ //#endregion
17
+ export { i as BackofficeShellTemplate, i as default };
18
+
19
+ //# sourceMappingURL=BackofficeShellTemplate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeShellTemplate.js","names":[],"sources":["../../../../../src/backoffice/templates/backoffice_shell_template/BackofficeShellTemplate.tsx"],"sourcesContent":["import { type JSX, type ReactNode } from 'react';\n\nimport { BackofficeAppShell } from '../../organisms/backoffice_app_shell/BackofficeAppShell.js';\nimport {\n BackofficeSidebar,\n type BackofficeSidebarProps,\n} from '../../organisms/backoffice_sidebar/BackofficeSidebar.js';\nimport {\n BackofficeTopbar,\n type BackofficeTopbarProps,\n} from '../../organisms/backoffice_topbar/BackofficeTopbar.js';\nimport type {\n PageShellActions,\n PageShellTab,\n} from '@plumile/ui/components/layout/PageShell.js';\n\nexport type BackofficeShellTemplateProps = {\n children: ReactNode;\n sidebar: BackofficeSidebarProps;\n topbar?: BackofficeTopbarProps;\n actions?: PageShellActions;\n tabs?: PageShellTab[];\n};\n\nexport const BackofficeShellTemplate = ({\n children,\n sidebar,\n topbar,\n actions,\n tabs,\n}: BackofficeShellTemplateProps): JSX.Element => {\n const sidebarNode = <BackofficeSidebar {...sidebar} />;\n let topbarNode: JSX.Element | null = null;\n if (topbar != null) {\n topbarNode = <BackofficeTopbar {...topbar} />;\n }\n\n return (\n <BackofficeAppShell\n sidebar={sidebarNode}\n breadcrumbSlot={topbarNode}\n actions={actions}\n tabs={tabs}\n >\n {children}\n </BackofficeAppShell>\n );\n};\n\nexport default BackofficeShellTemplate;\n"],"mappings":";;;;;AAwBA,IAAa,KAA2B,EACtC,aACA,YACA,WACA,YACA,cAC+C;CAC/C,IAAM,IAAc,kBAAC,GAAD,EAAmB,GAAI,GAAW,CAAA,EAClD,IAAiC;AAKrC,QAJI,KAAU,SACZ,IAAa,kBAAC,GAAD,EAAkB,GAAI,GAAU,CAAA,GAI7C,kBAAC,GAAD;EACE,SAAS;EACT,gBAAgB;EACP;EACH;EAEL;EACkB,CAAA"}
@@ -0,0 +1,55 @@
1
+ import { cx as e } from "../../../theme/tools.js";
2
+ import { EntityHeader as t } from "../../organisms/entity_header/EntityHeader.js";
3
+ import { body as n, container as r, headerCard as i, rowSingle as a, rowSplit as o, rowSplitBase as s, sidePanelBase as c, sidePanelCard as l, sidePanelPlain as u, sidePanelTopVar as d } from "./detailPageTemplate.css.js";
4
+ import "../../../index.js";
5
+ import { jsx as f, jsxs as p } from "react/jsx-runtime";
6
+ //#region src/backoffice/templates/detail_page_template/DetailPageTemplate.tsx
7
+ var m = (m) => {
8
+ let { children: h, aboveContent: g, className: _, tabsNode: v, sidePanel: y, sidePanelVariant: b = "card", sidePanelStickyTop: x, layoutVariant: S } = m, C = y != null, w = "single";
9
+ C && (w = "split");
10
+ let T = S ?? w;
11
+ C || (T = "single");
12
+ let E = T === "split", D = a;
13
+ E && (D = e(o, s));
14
+ let O;
15
+ O = "headerNode" in m ? m.headerNode : /* @__PURE__ */ f(t, { ...m.header });
16
+ let k = x?.trim(), A;
17
+ k != null && k !== "" && (A = { [d]: k });
18
+ let j = l;
19
+ b === "plain" && (j = u);
20
+ let M = e(c, j);
21
+ return /* @__PURE__ */ p("div", {
22
+ className: e(r, _),
23
+ style: A,
24
+ children: [
25
+ /* @__PURE__ */ f("div", {
26
+ className: D,
27
+ children: /* @__PURE__ */ f("div", {
28
+ className: i,
29
+ children: O
30
+ })
31
+ }),
32
+ v != null && /* @__PURE__ */ f("div", {
33
+ className: D,
34
+ children: /* @__PURE__ */ f("div", {
35
+ className: "eno74pd eno74pc txvbqbpsx txvbqbv2r txvbqblx6 txvbqbt7x",
36
+ children: v
37
+ })
38
+ }),
39
+ /* @__PURE__ */ p("div", {
40
+ className: D,
41
+ children: [/* @__PURE__ */ p("div", {
42
+ className: n,
43
+ children: [g, h]
44
+ }), C && /* @__PURE__ */ f("aside", {
45
+ className: M,
46
+ children: y
47
+ })]
48
+ })
49
+ ]
50
+ });
51
+ };
52
+ //#endregion
53
+ export { m as DetailPageTemplate, m as default };
54
+
55
+ //# sourceMappingURL=DetailPageTemplate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DetailPageTemplate.js","names":[],"sources":["../../../../../src/backoffice/templates/detail_page_template/DetailPageTemplate.tsx"],"sourcesContent":["import { type CSSProperties, type JSX, type ReactNode } from 'react';\n\nimport {\n EntityHeader,\n type EntityHeaderProps,\n} from '../../organisms/entity_header/EntityHeader.js';\nimport * as styles from './detailPageTemplate.css.js';\nimport { cx } from '@plumile/ui';\n\ntype WithHeaderProps = {\n header: EntityHeaderProps;\n headerNode?: never;\n};\n\ntype WithHeaderNode = {\n header?: never;\n headerNode: ReactNode;\n};\n\nexport type DetailSidePanelVariant = 'card' | 'plain';\nexport type DetailLayoutVariant = 'single' | 'split';\n\nexport type DetailPageTemplateProps = (WithHeaderProps | WithHeaderNode) & {\n children: ReactNode;\n aboveContent?: ReactNode;\n tabsNode?: ReactNode;\n sidePanel?: ReactNode;\n sidePanelVariant?: DetailSidePanelVariant;\n sidePanelStickyTop?: string;\n layoutVariant?: DetailLayoutVariant;\n className?: string;\n};\n\nexport const DetailPageTemplate = (\n props: DetailPageTemplateProps,\n): JSX.Element => {\n const {\n children,\n aboveContent,\n className,\n tabsNode,\n sidePanel,\n sidePanelVariant = 'card',\n sidePanelStickyTop,\n layoutVariant,\n } = props;\n\n const hasSidePanel = sidePanel != null;\n let autoLayoutVariant: DetailLayoutVariant = 'single';\n if (hasSidePanel) {\n autoLayoutVariant = 'split';\n }\n let resolvedLayoutVariant = layoutVariant ?? autoLayoutVariant;\n if (!hasSidePanel) {\n resolvedLayoutVariant = 'single';\n }\n const isSplitLayout = resolvedLayoutVariant === 'split';\n let rowClassName = styles.rowSingle;\n if (isSplitLayout) {\n rowClassName = cx(styles.rowSplit, styles.rowSplitBase);\n }\n\n let resolvedHeader: ReactNode;\n if ('headerNode' in props) {\n resolvedHeader = props.headerNode;\n } else {\n resolvedHeader = <EntityHeader {...props.header} />;\n }\n\n const resolvedStickyTop = sidePanelStickyTop?.trim();\n let containerStyle: CSSProperties | undefined;\n if (resolvedStickyTop != null && resolvedStickyTop !== '') {\n containerStyle = {\n [styles.sidePanelTopVar]: resolvedStickyTop,\n } as CSSProperties;\n }\n\n let sidePanelClassName = styles.sidePanelCard;\n if (sidePanelVariant === 'plain') {\n sidePanelClassName = styles.sidePanelPlain;\n }\n const resolvedSidePanelClassName = cx(\n styles.sidePanelBase,\n sidePanelClassName,\n );\n\n return (\n <div className={cx(styles.container, className)} style={containerStyle}>\n <div className={rowClassName}>\n <div className={styles.headerCard}>{resolvedHeader}</div>\n </div>\n {tabsNode != null && (\n <div className={rowClassName}>\n <div className={styles.tabsRow}>{tabsNode}</div>\n </div>\n )}\n <div className={rowClassName}>\n <div className={styles.body}>\n {aboveContent}\n {children}\n </div>\n {hasSidePanel && (\n <aside className={resolvedSidePanelClassName}>{sidePanel}</aside>\n )}\n </div>\n </div>\n );\n};\n\nexport default DetailPageTemplate;\n"],"mappings":";;;;;;AAiCA,IAAa,KACX,MACgB;CAChB,IAAM,EACJ,aACA,iBACA,cACA,aACA,cACA,sBAAmB,QACnB,uBACA,qBACE,GAEE,IAAe,KAAa,MAC9B,IAAyC;AAC7C,CAAI,MACF,IAAoB;CAEtB,IAAI,IAAwB,KAAiB;AAC7C,CAAK,MACH,IAAwB;CAE1B,IAAM,IAAgB,MAA0B,SAC5C,IAAe;AACnB,CAAI,MACF,IAAe,EAAG,GAAiB,EAAoB;CAGzD,IAAI;AACJ,CAGE,IAHE,gBAAgB,IACD,EAAM,aAEN,kBAAC,GAAD,EAAc,GAAI,EAAM,QAAU,CAAA;CAGrD,IAAM,IAAoB,GAAoB,MAAM,EAChD;AACJ,CAAI,KAAqB,QAAQ,MAAsB,OACrD,IAAiB,GACd,IAAyB,GAC3B;CAGH,IAAI,IAAqB;AACzB,CAAI,MAAqB,YACvB,IAAqB;CAEvB,IAAM,IAA6B,EACjC,GACA,EACD;AAED,QACE,kBAAC,OAAD;EAAK,WAAW,EAAG,GAAkB,EAAU;EAAE,OAAO;YAAxD;GACE,kBAAC,OAAD;IAAK,WAAW;cACd,kBAAC,OAAD;KAAK,WAAW;eAAoB;KAAqB,CAAA;IACrD,CAAA;GACL,KAAY,QACX,kBAAC,OAAD;IAAK,WAAW;cACd,kBAAC,OAAD;KAAK,WAAW;eAAiB;KAAe,CAAA;IAC5C,CAAA;GAER,kBAAC,OAAD;IAAK,WAAW;cAAhB,CACE,kBAAC,OAAD;KAAK,WAAW;eAAhB,CACG,GACA,EACG;QACL,KACC,kBAAC,SAAD;KAAO,WAAW;eAA6B;KAAkB,CAAA,CAE/D;;GACF"}
@@ -0,0 +1,8 @@
1
+ /* empty css */
2
+ /* empty css */
3
+ //#region src/backoffice/templates/detail_page_template/detailPageTemplate.css.ts
4
+ var e = "var(--eno74p0)", t = "eno74p2 eno74p1 txvbqb9io txvbqbai6 txvbqbaoo", n = "eno74p3 txvbqbu6f txvbqbk4x txvbqb9io txvbqbai6 txvbqbaoo", r = "eno74p4 txvbqb9ix txvbqbbwo txvbqbbxe txvbqbc6 txvbqbcn", i = "eno74p5 txvbqbu6f txvbqbk4x txvbqbaoo", a = "eno74p6 txvbqbk4x txvbqb1s6 txvbqb1co txvbqb1qf txvbqbwo txvbqbv2r txvbqblax txvbqb8pf", o = "eno74p7 txvbqb9io txvbqbai6 txvbqbaoo txvbqbk4x", s = "eno74p9 eno74p8 txvbqbpsx txvbqb9io txvbqbai6 txvbqbaof txvbqbk4x txvbqbdo", c = "eno74pa txvbqb1s6 txvbqb1co txvbqb1qf txvbqbwo txvbqbv2r txvbqblaf txvbqb8pf", l = "eno74pb txvbqb12f txvbqb1px txvbqbuzj txvbqbl9f txvbqb8uf", u = "eno74pd eno74pc txvbqbpsx txvbqbv2r txvbqblx6 txvbqbt7x";
5
+ //#endregion
6
+ export { o as body, t as container, a as headerCard, n as rowSingle, r as rowSplit, i as rowSplitBase, s as sidePanelBase, c as sidePanelCard, l as sidePanelPlain, e as sidePanelTopVar, u as tabsRow };
7
+
8
+ //# sourceMappingURL=detailPageTemplate.css.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"detailPageTemplate.css.js","names":[],"sources":["../../../../../src/backoffice/templates/detail_page_template/detailPageTemplate.css.ts"],"sourcesContent":["import { createVar, style } from '@vanilla-extract/css';\nimport { sprinkles } from '@plumile/ui/theme/sprinkles.css.js';\n\nimport { backofficeLayoutTokens } from '../../layout/backofficeLayoutTokens.js';\n\nconst detailTokens = backofficeLayoutTokens.detail;\n\nexport const sidePanelTopVar = createVar();\n\nexport const container = style([\n sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 4,\n }),\n {\n vars: {\n [sidePanelTopVar]: detailTokens.stickyTop,\n },\n },\n]);\n\nexport const rowSingle = sprinkles({\n width: 'full',\n minWidth: 0,\n display: 'flex',\n flexDirection: 'column',\n gap: 4,\n});\n\nexport const rowSplit = sprinkles({\n display: 'grid',\n gridTemplateColumns: {\n base: 'detailSingle',\n min1200: 'detailAside320',\n },\n alignItems: {\n base: 'stretch',\n min1200: 'flex-start',\n },\n});\n\nexport const rowSplitBase = sprinkles({\n width: 'full',\n minWidth: 0,\n gap: 4,\n});\n\nexport const headerCard = sprinkles({\n minWidth: 0,\n borderRadius: '2xl',\n borderWidth: 'default',\n borderStyle: 'solid',\n borderColor: 'borderSubtle',\n backgroundColor: 'surface',\n padding: 6,\n boxShadow: 'sm',\n});\n\nexport const body = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 4,\n minWidth: 0,\n});\n\nexport const sidePanelBase = style([\n sprinkles({\n position: 'sticky',\n display: 'flex',\n flexDirection: 'column',\n gap: 3,\n minWidth: 0,\n alignSelf: 'flex-start',\n }),\n {\n top: sidePanelTopVar,\n },\n]);\n\nexport const sidePanelCard = sprinkles({\n borderRadius: '2xl',\n borderWidth: 'default',\n borderStyle: 'solid',\n borderColor: 'borderSubtle',\n backgroundColor: 'surface',\n padding: 4,\n boxShadow: 'sm',\n});\n\nexport const sidePanelPlain = sprinkles({\n borderWidth: 0,\n borderStyle: 'none',\n backgroundColor: 'transparent',\n padding: 0,\n boxShadow: 'none',\n});\n\nexport const tabsRow = style([\n sprinkles({\n position: 'sticky',\n backgroundColor: 'surface',\n paddingBottom: 2,\n top: 4,\n }),\n {\n zIndex: 2,\n },\n]);\n"],"mappings":""}
@@ -0,0 +1,43 @@
1
+ import { cx as e } from "../../../theme/tools.js";
2
+ import { BackofficeDataTable as t } from "../../organisms/backoffice_data_table/BackofficeDataTable.js";
3
+ import { EntityHeader as n } from "../../organisms/entity_header/EntityHeader.js";
4
+ import { container as r, containerNoToolbar as i, containerWithToolbar as a, headerCard as o, tableCard as s, tableFooter as c, tableScroll as l } from "./listPageTemplate.css.js";
5
+ import "../../../index.js";
6
+ import { jsx as u, jsxs as d } from "react/jsx-runtime";
7
+ //#region src/backoffice/templates/list_page_template/ListPageTemplate.tsx
8
+ var f = (f) => {
9
+ let { className: p, toolbarNode: m, tableFooterNode: h } = f, g = i;
10
+ m != null && (g = a);
11
+ let _ = e(r, g, p), v;
12
+ v = "headerNode" in f ? f.headerNode : /* @__PURE__ */ u(n, { ...f.header });
13
+ let y;
14
+ y = "tableNode" in f ? f.tableNode : /* @__PURE__ */ u(t, { ...f.table });
15
+ let b = null;
16
+ return h != null && (b = /* @__PURE__ */ u("div", {
17
+ className: c,
18
+ children: h
19
+ })), /* @__PURE__ */ d("div", {
20
+ className: _,
21
+ children: [
22
+ /* @__PURE__ */ u("div", {
23
+ className: o,
24
+ children: v
25
+ }),
26
+ m != null && /* @__PURE__ */ u("div", {
27
+ className: "dlvvnq4 txvbqb1rx txvbqb1co txvbqb1qf txvbqbwo txvbqbv2r txvbqblaf txvbqb8pf",
28
+ children: m
29
+ }),
30
+ /* @__PURE__ */ d("div", {
31
+ className: s,
32
+ children: [/* @__PURE__ */ u("div", {
33
+ className: l,
34
+ children: y
35
+ }), b]
36
+ })
37
+ ]
38
+ });
39
+ };
40
+ //#endregion
41
+ export { f as ListPageTemplate, f as default };
42
+
43
+ //# sourceMappingURL=ListPageTemplate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListPageTemplate.js","names":[],"sources":["../../../../../src/backoffice/templates/list_page_template/ListPageTemplate.tsx"],"sourcesContent":["import { type JSX, type ReactNode } from 'react';\n\nimport {\n BackofficeDataTable,\n type BackofficeDataTableProps,\n} from '../../organisms/backoffice_data_table/BackofficeDataTable.js';\nimport {\n EntityHeader,\n type EntityHeaderProps,\n} from '../../organisms/entity_header/EntityHeader.js';\n\nimport * as styles from './listPageTemplate.css.js';\nimport { cx } from '@plumile/ui';\n\ntype ListBaseProps = {\n toolbarNode?: ReactNode;\n tableFooterNode?: ReactNode;\n className?: string;\n};\n\ntype ListWithHeaderProps<Row> = ListBaseProps & {\n header: EntityHeaderProps;\n headerNode?: never;\n table: BackofficeDataTableProps<Row>;\n tableNode?: never;\n};\n\ntype ListWithHeaderNode<Row> = ListBaseProps & {\n header?: never;\n headerNode: ReactNode;\n table: BackofficeDataTableProps<Row>;\n tableNode?: never;\n};\n\ntype ListWithCustomTable =\n | (ListBaseProps & {\n header: EntityHeaderProps;\n headerNode?: never;\n table?: never;\n tableNode: ReactNode;\n })\n | (ListBaseProps & {\n header?: never;\n headerNode: ReactNode;\n table?: never;\n tableNode: ReactNode;\n });\n\nexport type ListPageTemplateProps<Row> =\n | ListWithHeaderProps<Row>\n | ListWithHeaderNode<Row>\n | ListWithCustomTable;\n\nexport const ListPageTemplate = <Row,>(\n props: ListPageTemplateProps<Row>,\n): JSX.Element => {\n const { className, toolbarNode, tableFooterNode } = props;\n\n let containerVariant = styles.containerNoToolbar;\n if (toolbarNode != null) {\n containerVariant = styles.containerWithToolbar;\n }\n\n const containerClasses = cx(styles.container, containerVariant, className);\n\n let resolvedHeader: ReactNode;\n if ('headerNode' in props) {\n resolvedHeader = props.headerNode;\n } else {\n resolvedHeader = <EntityHeader {...props.header} />;\n }\n\n let resolvedTable: ReactNode;\n if ('tableNode' in props) {\n resolvedTable = props.tableNode;\n } else {\n resolvedTable = <BackofficeDataTable {...props.table} />;\n }\n\n let footerSection: ReactNode | null = null;\n if (tableFooterNode != null) {\n footerSection = <div className={styles.tableFooter}>{tableFooterNode}</div>;\n }\n\n return (\n <div className={containerClasses}>\n <div className={styles.headerCard}>{resolvedHeader}</div>\n {toolbarNode != null && (\n <div className={styles.toolbarCard}>{toolbarNode}</div>\n )}\n <div className={styles.tableCard}>\n <div className={styles.tableScroll}>{resolvedTable}</div>\n {footerSection}\n </div>\n </div>\n );\n};\n\nexport default ListPageTemplate;\n"],"mappings":";;;;;;;AAqDA,IAAa,KACX,MACgB;CAChB,IAAM,EAAE,cAAW,gBAAa,uBAAoB,GAEhD,IAAmB;AACvB,CAAI,KAAe,SACjB,IAAmB;CAGrB,IAAM,IAAmB,EAAG,GAAkB,GAAkB,EAAU,EAEtE;AACJ,CAGE,IAHE,gBAAgB,IACD,EAAM,aAEN,kBAAC,GAAD,EAAc,GAAI,EAAM,QAAU,CAAA;CAGrD,IAAI;AACJ,CAGE,IAHE,eAAe,IACD,EAAM,YAEN,kBAAC,GAAD,EAAqB,GAAI,EAAM,OAAS,CAAA;CAG1D,IAAI,IAAkC;AAKtC,QAJI,KAAmB,SACrB,IAAgB,kBAAC,OAAD;EAAK,WAAW;YAAqB;EAAsB,CAAA,GAI3E,kBAAC,OAAD;EAAK,WAAW;YAAhB;GACE,kBAAC,OAAD;IAAK,WAAW;cAAoB;IAAqB,CAAA;GACxD,KAAe,QACd,kBAAC,OAAD;IAAK,WAAW;cAAqB;IAAkB,CAAA;GAEzD,kBAAC,OAAD;IAAK,WAAW;cAAhB,CACE,kBAAC,OAAD;KAAK,WAAW;eAAqB;KAAoB,CAAA,EACxD,EACG;;GACF"}
@@ -0,0 +1,8 @@
1
+ /* empty css */
2
+ /* empty css */
3
+ //#region src/backoffice/templates/list_page_template/listPageTemplate.css.ts
4
+ var e = "dlvvnq0 txvbqb9ix txvbqbaoo txvbqbcff txvbqbjg6", t = "dlvvnq1 txvbqbc3o", n = "dlvvnq2 txvbqbc3f", r = "dlvvnq3 txvbqb1s6 txvbqb1co txvbqb1qf txvbqbwo txvbqbv2r txvbqblax txvbqb8pf", i = "dlvvnq4 txvbqb1rx txvbqb1co txvbqb1qf txvbqbwo txvbqbv2r txvbqblaf txvbqb8pf", a = "dlvvnq5 txvbqb9ix txvbqbc3x txvbqbjg6 txvbqb1s6 txvbqb1co txvbqb1qf txvbqbwo txvbqbv2r txvbqblaf txvbqb8pf", o = "dlvvnq6 txvbqbjg6 txvbqbl66", s = "dlvvnq7 txvbqbhwo";
5
+ //#endregion
6
+ export { e as container, n as containerNoToolbar, t as containerWithToolbar, r as headerCard, a as tableCard, s as tableFooter, o as tableScroll, i as toolbarCard };
7
+
8
+ //# sourceMappingURL=listPageTemplate.css.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"listPageTemplate.css.js","names":[],"sources":["../../../../../src/backoffice/templates/list_page_template/listPageTemplate.css.ts"],"sourcesContent":["import { sprinkles } from '@plumile/ui/theme/sprinkles.css.js';\n\nexport const container = sprinkles({\n display: 'grid',\n gap: 4,\n height: 'full',\n minHeight: 0,\n});\n\nexport const containerWithToolbar = sprinkles({\n gridTemplateRows: 'autoAutoMinmax0',\n});\n\nexport const containerNoToolbar = sprinkles({\n gridTemplateRows: 'autoMinmax0',\n});\n\nexport const headerCard = sprinkles({\n borderRadius: '2xl',\n borderWidth: 'default',\n borderStyle: 'solid',\n borderColor: 'borderSubtle',\n backgroundColor: 'surface',\n padding: 6,\n boxShadow: 'sm',\n});\n\nexport const toolbarCard = sprinkles({\n borderRadius: 'xl',\n borderWidth: 'default',\n borderStyle: 'solid',\n borderColor: 'borderSubtle',\n backgroundColor: 'surface',\n padding: 4,\n boxShadow: 'sm',\n});\n\nexport const tableCard = sprinkles({\n display: 'grid',\n gridTemplateRows: 'minmax0Auto',\n minHeight: 0,\n borderRadius: '2xl',\n borderWidth: 'default',\n borderStyle: 'solid',\n borderColor: 'borderSubtle',\n backgroundColor: 'surface',\n padding: 4,\n boxShadow: 'sm',\n});\n\nexport const tableScroll = sprinkles({\n minHeight: 0,\n overflow: 'auto',\n});\n\nexport const tableFooter = sprinkles({\n marginTop: 0,\n});\n"],"mappings":""}
@@ -0,0 +1,18 @@
1
+ import { cx as e } from "../../../theme/tools.js";
2
+ import { container as t, content as n, sidebar as r } from "./settingsTemplate.css.js";
3
+ import { jsx as i, jsxs as a } from "react/jsx-runtime";
4
+ //#region src/backoffice/templates/settings_template/SettingsTemplate.tsx
5
+ var o = ({ nav: o, children: s, className: c, navClassName: l, contentClassName: u }) => /* @__PURE__ */ a("div", {
6
+ className: e(t, c),
7
+ children: [/* @__PURE__ */ i("aside", {
8
+ className: e(r, l),
9
+ children: o
10
+ }), /* @__PURE__ */ i("section", {
11
+ className: e(n, u),
12
+ children: s
13
+ })]
14
+ });
15
+ //#endregion
16
+ export { o as SettingsTemplate, o as default };
17
+
18
+ //# sourceMappingURL=SettingsTemplate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SettingsTemplate.js","names":[],"sources":["../../../../../src/backoffice/templates/settings_template/SettingsTemplate.tsx"],"sourcesContent":["import { type JSX, type ReactNode } from 'react';\n\nimport { cx } from '../../../theme/tools.js';\nimport * as styles from './settingsTemplate.css.js';\n\nexport type SettingsTemplateProps = {\n nav: ReactNode;\n children: ReactNode;\n className?: string;\n navClassName?: string;\n contentClassName?: string;\n};\n\nexport const SettingsTemplate = ({\n nav,\n children,\n className,\n navClassName,\n contentClassName,\n}: SettingsTemplateProps): JSX.Element => {\n return (\n <div className={cx(styles.container, className)}>\n <aside className={cx(styles.sidebar, navClassName)}>{nav}</aside>\n <section className={cx(styles.content, contentClassName)}>\n {children}\n </section>\n </div>\n );\n};\n\nexport default SettingsTemplate;\n"],"mappings":";;;;AAaA,IAAa,KAAoB,EAC/B,QACA,aACA,cACA,iBACA,0BAGE,kBAAC,OAAD;CAAK,WAAW,EAAG,GAAkB,EAAU;WAA/C,CACE,kBAAC,SAAD;EAAO,WAAW,EAAG,GAAgB,EAAa;YAAG;EAAY,CAAA,EACjE,kBAAC,WAAD;EAAS,WAAW,EAAG,GAAgB,EAAiB;EACrD;EACO,CAAA,CACN"}
@@ -0,0 +1,8 @@
1
+ /* empty css */
2
+ /* empty css */
3
+ //#region src/backoffice/templates/settings_template/settingsTemplate.css.ts
4
+ var e = "_1ejxqcr0 txvbqb9ix txvbqbaoo txvbqblax txvbqbbxf txvbqbbwr", t = "_1ejxqcr1 txvbqb1ro txvbqbv2z txvbqb1co txvbqb1qf txvbqbwf txvbqbl6f", n = "_1ejxqcr2 txvbqb1ro txvbqbv2z txvbqb1co txvbqb1qf txvbqbwf txvbqbl6f";
5
+ //#endregion
6
+ export { e as container, n as content, t as sidebar };
7
+
8
+ //# sourceMappingURL=settingsTemplate.css.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"settingsTemplate.css.js","names":[],"sources":["../../../../../src/backoffice/templates/settings_template/settingsTemplate.css.ts"],"sourcesContent":["import { sprinkles } from '../../../theme/sprinkles.css.js';\n\nexport const container = sprinkles({\n display: 'grid',\n gap: 4,\n padding: 6,\n gridTemplateColumns: {\n base: 'settingsSplit',\n lg: 'detailSingle',\n },\n});\n\nexport const sidebar = sprinkles({\n borderRadius: 'lg',\n backgroundColor: 'background',\n borderWidth: 'default',\n borderStyle: 'solid',\n borderColor: 'border',\n overflow: 'hidden',\n});\n\nexport const content = sprinkles({\n borderRadius: 'lg',\n backgroundColor: 'background',\n borderWidth: 'default',\n borderStyle: 'solid',\n borderColor: 'border',\n overflow: 'hidden',\n});\n"],"mappings":""}
@@ -0,0 +1,18 @@
1
+ import { cx as e } from "../../../theme/tools.js";
2
+ import { container as t, panel as n } from "./splitViewTemplate.css.js";
3
+ import { jsx as r, jsxs as i } from "react/jsx-runtime";
4
+ //#region src/backoffice/templates/split_view_template/SplitViewTemplate.tsx
5
+ var a = ({ list: a, detail: o, className: s, listClassName: c, detailClassName: l }) => /* @__PURE__ */ i("div", {
6
+ className: e(t, s),
7
+ children: [/* @__PURE__ */ r("div", {
8
+ className: e(n, c),
9
+ children: a
10
+ }), /* @__PURE__ */ r("div", {
11
+ className: e(n, l),
12
+ children: o
13
+ })]
14
+ });
15
+ //#endregion
16
+ export { a as SplitViewTemplate, a as default };
17
+
18
+ //# sourceMappingURL=SplitViewTemplate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SplitViewTemplate.js","names":[],"sources":["../../../../../src/backoffice/templates/split_view_template/SplitViewTemplate.tsx"],"sourcesContent":["import { type JSX, type ReactNode } from 'react';\n\nimport { cx } from '../../../theme/tools.js';\nimport * as styles from './splitViewTemplate.css.js';\n\nexport type SplitViewTemplateProps = {\n list: ReactNode;\n detail: ReactNode;\n className?: string;\n listClassName?: string;\n detailClassName?: string;\n};\n\nexport const SplitViewTemplate = ({\n list,\n detail,\n className,\n listClassName,\n detailClassName,\n}: SplitViewTemplateProps): JSX.Element => {\n return (\n <div className={cx(styles.container, className)}>\n <div className={cx(styles.panel, listClassName)}>{list}</div>\n <div className={cx(styles.panel, detailClassName)}>{detail}</div>\n </div>\n );\n};\n\nexport default SplitViewTemplate;\n"],"mappings":";;;;AAaA,IAAa,KAAqB,EAChC,SACA,WACA,cACA,kBACA,yBAGE,kBAAC,OAAD;CAAK,WAAW,EAAG,GAAkB,EAAU;WAA/C,CACE,kBAAC,OAAD;EAAK,WAAW,EAAG,GAAc,EAAc;YAAG;EAAW,CAAA,EAC7D,kBAAC,OAAD;EAAK,WAAW,EAAG,GAAc,EAAgB;YAAG;EAAa,CAAA,CAC7D"}
@@ -0,0 +1,8 @@
1
+ /* empty css */
2
+ /* empty css */
3
+ //#region src/backoffice/templates/split_view_template/splitViewTemplate.css.ts
4
+ var e = "a9o6h60 txvbqb9ix txvbqbaoo txvbqblax txvbqbbxo txvbqbbwr", t = "a9o6h61 txvbqb1ro txvbqbv2z txvbqb1co txvbqb1qf txvbqbwf txvbqbl6f";
5
+ //#endregion
6
+ export { e as container, t as panel };
7
+
8
+ //# sourceMappingURL=splitViewTemplate.css.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"splitViewTemplate.css.js","names":[],"sources":["../../../../../src/backoffice/templates/split_view_template/splitViewTemplate.css.ts"],"sourcesContent":["import { sprinkles } from '../../../theme/sprinkles.css.js';\n\nexport const container = sprinkles({\n display: 'grid',\n gap: 4,\n padding: 6,\n gridTemplateColumns: {\n base: 'splitViewSplit',\n lg: 'detailSingle',\n },\n});\n\nexport const panel = sprinkles({\n borderRadius: 'lg',\n backgroundColor: 'background',\n borderWidth: 'default',\n borderStyle: 'solid',\n borderColor: 'border',\n overflow: 'hidden',\n});\n"],"mappings":""}
@@ -0,0 +1,11 @@
1
+ import { backofficeThemeClass as e } from "./backofficeTheme.css.js";
2
+ import { jsx as t } from "react/jsx-runtime";
3
+ //#region src/backoffice/theme/BackofficeThemeProvider.tsx
4
+ var n = ({ children: n }) => /* @__PURE__ */ t("div", {
5
+ className: e,
6
+ children: n
7
+ });
8
+ //#endregion
9
+ export { n as BackofficeThemeProvider, n as default };
10
+
11
+ //# sourceMappingURL=BackofficeThemeProvider.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BackofficeThemeProvider.js","names":[],"sources":["../../../../src/backoffice/theme/BackofficeThemeProvider.tsx"],"sourcesContent":["import type { JSX, ReactNode } from 'react';\n\nimport { backofficeThemeClass } from './backofficeTheme.css.js';\n\nexport type BackofficeThemeProviderProps = {\n children: ReactNode;\n};\n\nexport const BackofficeThemeProvider = ({\n children,\n}: BackofficeThemeProviderProps): JSX.Element => {\n return <div className={backofficeThemeClass}>{children}</div>;\n};\n\nexport default BackofficeThemeProvider;\n"],"mappings":";;;AAQA,IAAa,KAA2B,EACtC,kBAEO,kBAAC,OAAD;CAAK,WAAW;CAAuB;CAAe,CAAA"}
@@ -0,0 +1,7 @@
1
+ /* empty css */
2
+ //#region src/backoffice/theme/backofficeTheme.css.ts
3
+ var e = "_1qxly5m0";
4
+ //#endregion
5
+ export { e as backofficeThemeClass };
6
+
7
+ //# sourceMappingURL=backofficeTheme.css.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"backofficeTheme.css.js","names":[],"sources":["../../../../src/backoffice/theme/backofficeTheme.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\nimport { vars } from '@plumile/ui/theme/themeContract.js';\n\nexport const backofficeThemeClass = style({\n vars: {\n [vars.colors.background]: '#F7F8FB',\n [vars.colors.backgroundSecondary]: '#F2F4F8',\n [vars.colors.backgroundTertiary]: '#EAEDF2',\n [vars.colors.backgroundModifier]: '#E1E6EE',\n [vars.colors.surface]: '#FFFFFF',\n [vars.colors.surfaceSecondary]: '#F6F8FC',\n [vars.colors.surfaceMuted]: '#F1F4F8',\n [vars.colors.surfaceElevated]: '#FFFFFF',\n [vars.colors.text]: '#0B111E',\n [vars.colors.textSecondary]: '#4A5568',\n [vars.colors.textMuted]: '#6B7280',\n [vars.colors.border]: '#E1E6EE',\n [vars.colors.borderSubtle]: '#E7EBF2',\n [vars.colors.borderStrong]: '#D2D9E4',\n [vars.colors.borderLight]: '#E1E6EE',\n [vars.colors.primaryLight]: 'rgba(165, 2, 70, 0.08)',\n [vars.colors.brandLightGray]: '#F5F7FB',\n },\n backgroundColor: vars.colors.background,\n color: vars.colors.text,\n minHeight: '100vh',\n});\n"],"mappings":""}
package/lib/esm/index.js CHANGED
@@ -1,50 +1,102 @@
1
- import { cx as e, onlyDefinedStyles as t } from "./theme/tools.js";
2
- import { Badge as n } from "./atomic/atoms/badge/Badge.js";
3
- import { Button as r } from "./atomic/atoms/button/Button.js";
4
- import { LinkButton as i } from "./atomic/atoms/button/LinkButton.js";
5
- import { Input as a } from "./atomic/atoms/input/Input.js";
6
- import { Label as o } from "./atomic/atoms/label/Label.js";
7
- import { Checkbox as s } from "./atomic/atoms/checkbox/Checkbox.js";
8
- import { ErrorMessage as c } from "./atomic/atoms/error_message/ErrorMessage.js";
9
- import { FormattedDate as l } from "./atomic/atoms/formatted-date/FormattedDate.js";
10
- import { IconMenuButton as u } from "./atomic/atoms/icon-button/IconMenuButton.js";
11
- import { Overlay as d } from "./atomic/atoms/overlay/Overlay.js";
12
- import { Modal as f } from "./atomic/atoms/modal/Modal.js";
13
- import { Textarea as p } from "./atomic/atoms/textarea/Textarea.js";
14
- import { BreadcrumbNavigation as m } from "./atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.js";
15
- import { Card as h } from "./atomic/molecules/card/Card.js";
16
- import { CheckboxField as g } from "./atomic/molecules/checkbox_field/CheckboxField.js";
17
- import { Form as _ } from "./atomic/molecules/form/Form.js";
18
- import { FormErrorBanner as v } from "./atomic/molecules/form/FormErrorBanner.js";
19
- import { FormGroup as y } from "./atomic/molecules/form/FormGroup.js";
20
- import { FormActions as b } from "./atomic/molecules/form-actions/FormActions.js";
21
- import { FormError as x } from "./atomic/molecules/form_error/FormError.js";
22
- import { FormField as S } from "./atomic/molecules/form_field/FormField.js";
23
- import { HighlightCode as C } from "./atomic/molecules/highlight/HighlightCode.js";
24
- import { LazyMarkdownRenderer as w } from "./atomic/molecules/markdown/LazyMarkdownRenderer.js";
25
- import { colors as T } from "./theme/colors.js";
26
- import { colors as E, spacing as D, vars as O } from "./theme/themeContract.js";
27
- import { Tabs as k } from "./atomic/molecules/tabs/Tabs.js";
28
- import { ToastViewport as A } from "./atomic/molecules/toast/ToastViewport.js";
29
- import { ToastProvider as j, useToast as M } from "./atomic/molecules/toast/ToastProvider.js";
30
- import { THEME_KEY as N, ThemeProvider as P, useTheme as F } from "./theme/ThemeProvider.js";
31
- import { VisuallyHidden as I } from "./theme/VisuallyHidden.js";
32
- import { containerQueries as L } from "./theme/containerQueries.js";
33
- import { firstChildSprinkles as R, hoverSprinkles as z, sprinkles as B } from "./theme/sprinkles.css.js";
34
- import { opacity as V, screens as H, spacing as U } from "./theme/common.js";
1
+ import { cx as ee, onlyDefinedStyles as te } from "./theme/tools.js";
2
+ import { Badge as e } from "./atomic/atoms/badge/Badge.js";
3
+ import { Button as t } from "./atomic/atoms/button/Button.js";
4
+ import { LinkButton as n } from "./atomic/atoms/button/LinkButton.js";
5
+ import { Input as r } from "./atomic/atoms/input/Input.js";
6
+ import { Label as i } from "./atomic/atoms/label/Label.js";
7
+ import { Checkbox as a } from "./atomic/atoms/checkbox/Checkbox.js";
8
+ import { ErrorMessage as o } from "./atomic/atoms/error_message/ErrorMessage.js";
9
+ import { FormattedDate as s } from "./atomic/atoms/formatted-date/FormattedDate.js";
10
+ import { IconMenuButton as c } from "./atomic/atoms/icon-button/IconMenuButton.js";
11
+ import { Overlay as l } from "./atomic/atoms/overlay/Overlay.js";
12
+ import { Modal as u } from "./atomic/atoms/modal/Modal.js";
13
+ import { Textarea as d } from "./atomic/atoms/textarea/Textarea.js";
14
+ import { BreadcrumbNavigation as f } from "./atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.js";
15
+ import { Card as p } from "./atomic/molecules/card/Card.js";
16
+ import { CheckboxField as m } from "./atomic/molecules/checkbox_field/CheckboxField.js";
17
+ import { Form as h } from "./atomic/molecules/form/Form.js";
18
+ import { FormErrorBanner as g } from "./atomic/molecules/form/FormErrorBanner.js";
19
+ import { FormGroup as _ } from "./atomic/molecules/form/FormGroup.js";
20
+ import { FormActions as v } from "./atomic/molecules/form-actions/FormActions.js";
21
+ import { FormError as y } from "./atomic/molecules/form_error/FormError.js";
22
+ import { FormField as b } from "./atomic/molecules/form_field/FormField.js";
23
+ import { HighlightCode as x } from "./atomic/molecules/highlight/HighlightCode.js";
24
+ import { LazyMarkdownRenderer as S } from "./atomic/molecules/markdown/LazyMarkdownRenderer.js";
25
+ import { colors as C } from "./theme/colors.js";
26
+ import { colors as w, spacing as T, vars as E } from "./theme/themeContract.js";
27
+ import { Tabs as D } from "./atomic/molecules/tabs/Tabs.js";
28
+ import { ToastViewport as O } from "./atomic/molecules/toast/ToastViewport.js";
29
+ import { ToastProvider as k, useToast as A } from "./atomic/molecules/toast/ToastProvider.js";
30
+ import { THEME_KEY as j, ThemeProvider as M, useTheme as N } from "./theme/ThemeProvider.js";
31
+ import { VisuallyHidden as P } from "./theme/VisuallyHidden.js";
32
+ import { containerQueries as F } from "./theme/containerQueries.js";
33
+ import { firstChildSprinkles as I, hoverSprinkles as L, sprinkles as R } from "./theme/sprinkles.css.js";
34
+ import { opacity as z, screens as B, spacing as V } from "./theme/common.js";
35
35
  import "./theme/index.js";
36
- import { useLoginForm as W } from "./atomic/organisms/login_form/useLoginForm.js";
37
- import { AuthLayout as G } from "./atomic/templates/auth_layout/AuthLayout.js";
38
- import { BillingUsageLineChart as K } from "./components/charts/BillingUsageLineChart.js";
39
- import { DataTable as q } from "./components/data-table/DataTable.js";
40
- import { ContentLayout as J } from "./components/layout/ContentLayout.js";
41
- import { PageShell as Y } from "./components/layout/PageShell.js";
42
- import { SimpleSelect as X } from "./components/select/SimpleSelect.js";
43
- import { RefetchNeededBanner as Z } from "./components/subscriptions/RefetchNeededBanner.js";
44
- import { TabsContentLayout as Q } from "./components/layout/TabsContentLayout.js";
45
- import { InfoTile as $ } from "./components/tile/InfoTile.js";
46
- import { VirtualizedConnectionTable as ee } from "./components/data-table/VirtualizedConnectionTable.js";
47
- import { WrapperPage as te } from "./pages/WrapperPage.js";
48
- import { ChevronDownIcon as ne } from "./svg/ChevronDownIcon.js";
49
- import { LoginForm as re } from "./atomic/organisms/login_form/LoginForm.js";
50
- export { G as AuthLayout, n as Badge, K as BillingUsageLineChart, m as BreadcrumbNavigation, r as Button, h as Card, s as Checkbox, g as CheckboxField, ne as ChevronDownIcon, J as ContentLayout, q as DataTable, c as ErrorMessage, _ as Form, b as FormActions, x as FormError, v as FormErrorBanner, S as FormField, y as FormGroup, l as FormattedDate, C as HighlightCode, u as IconMenuButton, $ as InfoTile, a as Input, o as Label, w as LazyMarkdownRenderer, i as LinkButton, re as LoginForm, f as Modal, d as Overlay, Y as PageShell, Z as RefetchNeededBanner, X as SimpleSelect, N as THEME_KEY, k as Tabs, Q as TabsContentLayout, p as Textarea, P as ThemeProvider, j as ToastProvider, A as ToastViewport, ee as VirtualizedConnectionTable, I as VisuallyHidden, te as WrapperPage, E as colors, L as containerQueries, e as cx, R as firstChildSprinkles, z as hoverSprinkles, t as onlyDefinedStyles, V as opacity, H as screens, D as spacing, B as sprinkles, T as themeColorValues, U as themeSpacingValues, W as useLoginForm, F as useTheme, M as useToast, O as vars };
36
+ import { useLoginForm as H } from "./atomic/organisms/login_form/useLoginForm.js";
37
+ import { SidebarContainer as U } from "./atomic/organisms/sidebar/SidebarContainer.js";
38
+ import "./atomic/organisms/sidebar/Sidebar.js";
39
+ import { ChevronLeftIcon as W, ChevronRightIcon as G, DocumentationIcon as K, HomeIcon as q, InitiativesIcon as J, PlusIcon as Y, ProjectsIcon as X, SearchIcon as Z, SettingsIcon as Q, TasksIcon as ne, TeamIcon as re } from "./atomic/organisms/sidebar/icons.js";
40
+ import { AuthLayout as ie } from "./atomic/templates/auth_layout/AuthLayout.js";
41
+ import { BillingUsageLineChart as ae } from "./components/charts/BillingUsageLineChart.js";
42
+ import { DataTable as oe } from "./components/data-table/DataTable.js";
43
+ import { ContentLayout as se } from "./components/layout/ContentLayout.js";
44
+ import { PageShell as ce } from "./components/layout/PageShell.js";
45
+ import { SimpleSelect as le } from "./components/select/SimpleSelect.js";
46
+ import { RefetchNeededBanner as ue } from "./components/subscriptions/RefetchNeededBanner.js";
47
+ import { TabsContentLayout as $ } from "./components/layout/TabsContentLayout.js";
48
+ import { InfoTile as de } from "./components/tile/InfoTile.js";
49
+ import { VirtualizedConnectionTable as fe } from "./components/data-table/VirtualizedConnectionTable.js";
50
+ import { CopyableText as pe } from "./backoffice/atoms/copyable_text/CopyableText.js";
51
+ import { BackofficeIdBadge as me } from "./backoffice/atoms/backoffice_id_badge/BackofficeIdBadge.js";
52
+ import { EnvironmentBadge as he } from "./backoffice/atoms/environment_badge/EnvironmentBadge.js";
53
+ import { ShortcutHint as ge } from "./backoffice/atoms/shortcut_hint/ShortcutHint.js";
54
+ import { Skeleton as _e } from "./backoffice/atoms/skeleton/Skeleton.js";
55
+ import { Spinner as ve } from "./backoffice/atoms/spinner/Spinner.js";
56
+ import { StatusBadge as ye } from "./backoffice/atoms/status_badge/StatusBadge.js";
57
+ import { Tag as be } from "./backoffice/atoms/tag/Tag.js";
58
+ import { BackofficeDetailLayout as xe } from "./backoffice/molecules/backoffice_detail_layout/BackofficeDetailLayout.js";
59
+ import { BackofficeEmptyState as Se } from "./backoffice/molecules/backoffice_empty_state/BackofficeEmptyState.js";
60
+ import { BackofficeFilterDrawer as Ce } from "./backoffice/molecules/backoffice_filter_drawer/BackofficeFilterDrawer.js";
61
+ import { BackofficeFilterField as we } from "./backoffice/molecules/backoffice_filter_field/BackofficeFilterField.js";
62
+ import { BackofficeFiltersBar as Te } from "./backoffice/molecules/backoffice_filters_bar/BackofficeFiltersBar.js";
63
+ import { BackofficeFormSection as Ee } from "./backoffice/molecules/backoffice_form_section/BackofficeFormSection.js";
64
+ import { ConfirmDialog as De } from "./backoffice/molecules/confirm_dialog/ConfirmDialog.js";
65
+ import { BackofficeJsonViewer as Oe } from "./backoffice/molecules/backoffice_json_viewer/BackofficeJsonViewer.js";
66
+ import { BackofficeKeyValueList as ke } from "./backoffice/molecules/backoffice_key_value_list/BackofficeKeyValueList.js";
67
+ import { BackofficeLoadMore as Ae } from "./backoffice/molecules/backoffice_load_more/BackofficeLoadMore.js";
68
+ import { BackofficePageHeader as je } from "./backoffice/molecules/backoffice_page_header/BackofficePageHeader.js";
69
+ import { BackofficeRelationsMenu as Me } from "./backoffice/molecules/backoffice_relations_menu/BackofficeRelationsMenu.js";
70
+ import { BackofficeTableSkeleton as Ne } from "./backoffice/molecules/backoffice_table_skeleton/BackofficeTableSkeleton.js";
71
+ import { BackofficeTableToolbar as Pe } from "./backoffice/molecules/backoffice_table_toolbar/BackofficeTableToolbar.js";
72
+ import { BackofficeTabs as Fe } from "./backoffice/molecules/backoffice_tabs/BackofficeTabs.js";
73
+ import { BulkActionsBar as Ie } from "./backoffice/molecules/bulk_actions_bar/BulkActionsBar.js";
74
+ import { FilterChipRow as Le } from "./backoffice/molecules/filter_chip_row/FilterChipRow.js";
75
+ import { GlobalSearchInput as Re } from "./backoffice/molecules/global_search_input/GlobalSearchInput.js";
76
+ import { InlineBanner as ze } from "./backoffice/molecules/inline_banner/InlineBanner.js";
77
+ import { SidebarNavItem as Be } from "./backoffice/molecules/sidebar_nav_item/SidebarNavItem.js";
78
+ import { SidebarNavSection as Ve } from "./backoffice/molecules/sidebar_nav_section/SidebarNavSection.js";
79
+ import { BackofficeSidebarProfileMenu as He } from "./backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.js";
80
+ import { SidebarCollapseToggle as Ue } from "./backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.js";
81
+ import { TableToolbar as We } from "./backoffice/molecules/table_toolbar/TableToolbar.js";
82
+ import { BackofficeAppShell as Ge } from "./backoffice/organisms/backoffice_app_shell/BackofficeAppShell.js";
83
+ import { AuditTimeline as Ke } from "./backoffice/organisms/audit_timeline/AuditTimeline.js";
84
+ import { BackofficeDataTable as qe } from "./backoffice/organisms/backoffice_data_table/BackofficeDataTable.js";
85
+ import { BackofficeSidebar as Je } from "./backoffice/organisms/backoffice_sidebar/BackofficeSidebar.js";
86
+ import { BackofficeTopbar as Ye } from "./backoffice/organisms/backoffice_topbar/BackofficeTopbar.js";
87
+ import { BackofficeVirtualizedConnectionTable as Xe } from "./backoffice/organisms/backoffice_virtualized_connection_table/BackofficeVirtualizedConnectionTable.js";
88
+ import { EntityHeader as Ze } from "./backoffice/organisms/entity_header/EntityHeader.js";
89
+ import { BackofficeShellTemplate as Qe } from "./backoffice/templates/backoffice_shell_template/BackofficeShellTemplate.js";
90
+ import { DetailPageTemplate as $e } from "./backoffice/templates/detail_page_template/DetailPageTemplate.js";
91
+ import { ListPageTemplate as et } from "./backoffice/templates/list_page_template/ListPageTemplate.js";
92
+ import { SettingsTemplate as tt } from "./backoffice/templates/settings_template/SettingsTemplate.js";
93
+ import { SplitViewTemplate as nt } from "./backoffice/templates/split_view_template/SplitViewTemplate.js";
94
+ import { backofficeThemeClass as rt } from "./backoffice/theme/backofficeTheme.css.js";
95
+ import { BackofficeThemeProvider as it } from "./backoffice/theme/BackofficeThemeProvider.js";
96
+ import { FALLBACK_REFERENCE as at, formatNullableCurrency as ot, formatNullableNumber as st, formatNullableString as ct, formatStringList as lt } from "./shared/agentJobRequestFormatting.js";
97
+ import { sanitizeAgentAnswer as ut, sanitizeAgentMarkdown as dt } from "./shared/agentText.js";
98
+ import { denseTableClass as ft } from "./shared/backofficeTableDensity.css.js";
99
+ import { WrapperPage as pt } from "./pages/WrapperPage.js";
100
+ import { ChevronDownIcon as mt } from "./svg/ChevronDownIcon.js";
101
+ import { LoginForm as ht } from "./atomic/organisms/login_form/LoginForm.js";
102
+ export { Ke as AuditTimeline, ie as AuthLayout, Ge as BackofficeAppShell, qe as BackofficeDataTable, xe as BackofficeDetailLayout, Se as BackofficeEmptyState, Ce as BackofficeFilterDrawer, we as BackofficeFilterField, Te as BackofficeFiltersBar, Ee as BackofficeFormSection, me as BackofficeIdBadge, Oe as BackofficeJsonViewer, ke as BackofficeKeyValueList, Ae as BackofficeLoadMore, je as BackofficePageHeader, Me as BackofficeRelationsMenu, Qe as BackofficeShellTemplate, Je as BackofficeSidebar, He as BackofficeSidebarProfileMenu, Ne as BackofficeTableSkeleton, Pe as BackofficeTableToolbar, Fe as BackofficeTabs, it as BackofficeThemeProvider, Ye as BackofficeTopbar, Xe as BackofficeVirtualizedConnectionTable, e as Badge, ae as BillingUsageLineChart, f as BreadcrumbNavigation, Ie as BulkActionsBar, t as Button, p as Card, a as Checkbox, m as CheckboxField, mt as ChevronDownIcon, W as ChevronLeftIcon, G as ChevronRightIcon, De as ConfirmDialog, se as ContentLayout, pe as CopyableText, oe as DataTable, $e as DetailPageTemplate, K as DocumentationIcon, Ze as EntityHeader, he as EnvironmentBadge, o as ErrorMessage, at as FALLBACK_REFERENCE, Le as FilterChipRow, h as Form, v as FormActions, y as FormError, g as FormErrorBanner, b as FormField, _ as FormGroup, s as FormattedDate, Re as GlobalSearchInput, x as HighlightCode, q as HomeIcon, c as IconMenuButton, de as InfoTile, J as InitiativesIcon, ze as InlineBanner, r as Input, i as Label, S as LazyMarkdownRenderer, n as LinkButton, et as ListPageTemplate, ht as LoginForm, u as Modal, l as Overlay, ce as PageShell, Y as PlusIcon, X as ProjectsIcon, ue as RefetchNeededBanner, Z as SearchIcon, Q as SettingsIcon, tt as SettingsTemplate, ge as ShortcutHint, U as Sidebar, Ue as SidebarCollapseToggle, U as SidebarContainer, Be as SidebarNavItem, Ve as SidebarNavSection, le as SimpleSelect, _e as Skeleton, ve as Spinner, nt as SplitViewTemplate, ye as StatusBadge, j as THEME_KEY, We as TableToolbar, D as Tabs, $ as TabsContentLayout, be as Tag, ne as TasksIcon, re as TeamIcon, d as Textarea, M as ThemeProvider, k as ToastProvider, O as ToastViewport, fe as VirtualizedConnectionTable, P as VisuallyHidden, pt as WrapperPage, rt as backofficeThemeClass, w as colors, F as containerQueries, ee as cx, ft as denseTableClass, I as firstChildSprinkles, ot as formatNullableCurrency, st as formatNullableNumber, ct as formatNullableString, lt as formatStringList, L as hoverSprinkles, te as onlyDefinedStyles, z as opacity, ut as sanitizeAgentAnswer, dt as sanitizeAgentMarkdown, B as screens, T as spacing, R as sprinkles, C as themeColorValues, V as themeSpacingValues, H as useLoginForm, N as useTheme, A as useToast, E as vars };
@@ -0,0 +1,31 @@
1
+ //#region src/shared/agentJobRequestFormatting.ts
2
+ var e = "—";
3
+ function t(e) {
4
+ return e == null || e.trim().length === 0 ? "—" : e;
5
+ }
6
+ function n(e) {
7
+ return e == null ? "—" : Number.isFinite(e) ? e.toLocaleString() : String(e);
8
+ }
9
+ function r(e) {
10
+ return e.length === 0 ? "—" : e.join(", ");
11
+ }
12
+ function i(e, t = "USD", n) {
13
+ if (e == null) return "—";
14
+ let r = Number(e);
15
+ if (!Number.isFinite(r)) return "—";
16
+ try {
17
+ return new Intl.NumberFormat(n, {
18
+ style: "currency",
19
+ currency: t,
20
+ currencyDisplay: "symbol",
21
+ minimumFractionDigits: 2,
22
+ maximumFractionDigits: 2
23
+ }).format(r);
24
+ } catch {
25
+ return r.toString();
26
+ }
27
+ }
28
+ //#endregion
29
+ export { e as FALLBACK_REFERENCE, i as formatNullableCurrency, n as formatNullableNumber, t as formatNullableString, r as formatStringList };
30
+
31
+ //# sourceMappingURL=agentJobRequestFormatting.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agentJobRequestFormatting.js","names":[],"sources":["../../../src/shared/agentJobRequestFormatting.ts"],"sourcesContent":["export const FALLBACK_REFERENCE = '—';\n\n/**\n * Returns a display-safe string or a fallback glyph when the value is absent.\n */\nexport function formatNullableString(value: string | null | undefined): string {\n if (value == null) {\n return FALLBACK_REFERENCE;\n }\n\n const trimmed = value.trim();\n if (trimmed.length === 0) {\n return FALLBACK_REFERENCE;\n }\n\n return value;\n}\n\n/**\n * Formats numeric values for UI display while preserving a fallback for nullish input.\n */\nexport function formatNullableNumber(value: number | null | undefined): string {\n if (value == null) {\n return FALLBACK_REFERENCE;\n }\n\n if (Number.isFinite(value)) {\n return value.toLocaleString();\n }\n\n return String(value);\n}\n\n/**\n * Joins a list of labels for display or returns the fallback when the list is empty.\n */\nexport function formatStringList(values: readonly string[]): string {\n if (values.length === 0) {\n return FALLBACK_REFERENCE;\n }\n\n return values.join(', ');\n}\n\n/**\n * Formats a currency amount with locale-aware separators and a null-safe fallback.\n */\nexport function formatNullableCurrency(\n value: number | null | undefined,\n currency = 'USD',\n locale?: string,\n): string {\n if (value == null) {\n return FALLBACK_REFERENCE;\n }\n\n const numeric = Number(value);\n if (!Number.isFinite(numeric)) {\n return FALLBACK_REFERENCE;\n }\n\n try {\n return new Intl.NumberFormat(locale, {\n style: 'currency',\n currency,\n currencyDisplay: 'symbol',\n minimumFractionDigits: 2,\n maximumFractionDigits: 2,\n }).format(numeric);\n } catch {\n return numeric.toString();\n }\n}\n"],"mappings":";AAAA,IAAa,IAAqB;AAKlC,SAAgB,EAAqB,GAA0C;AAU7E,QATI,KAAS,QAIG,EAAM,MAAM,CAChB,WAAW,IACrB,MAGK;;AAMT,SAAgB,EAAqB,GAA0C;AAS7E,QARI,KAAS,OACX,MAGE,OAAO,SAAS,EAAM,GACjB,EAAM,gBAAgB,GAGxB,OAAO,EAAM;;AAMtB,SAAgB,EAAiB,GAAmC;AAKlE,QAJI,EAAO,WAAW,IACpB,MAGK,EAAO,KAAK,KAAK;;AAM1B,SAAgB,EACd,GACA,IAAW,OACX,GACQ;AACR,KAAI,KAAS,KACX,QAAA;CAGF,IAAM,IAAU,OAAO,EAAM;AAC7B,KAAI,CAAC,OAAO,SAAS,EAAQ,CAC3B,QAAA;AAGF,KAAI;AACF,SAAO,IAAI,KAAK,aAAa,GAAQ;GACnC,OAAO;GACP;GACA,iBAAiB;GACjB,uBAAuB;GACvB,uBAAuB;GACxB,CAAC,CAAC,OAAO,EAAQ;SACZ;AACN,SAAO,EAAQ,UAAU"}
@@ -0,0 +1,13 @@
1
+ //#region src/shared/agentText.ts
2
+ function e(e) {
3
+ let t = e?.trim();
4
+ return t == null || t === "" ? null : t;
5
+ }
6
+ function t(e) {
7
+ let t = e?.trim();
8
+ return t == null || t === "" ? null : t;
9
+ }
10
+ //#endregion
11
+ export { t as sanitizeAgentAnswer, e as sanitizeAgentMarkdown };
12
+
13
+ //# sourceMappingURL=agentText.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"agentText.js","names":[],"sources":["../../../src/shared/agentText.ts"],"sourcesContent":["/**\n * Trims markdown content and normalizes empty values to null.\n */\nexport function sanitizeAgentMarkdown(\n content: string | null | undefined,\n): string | null {\n const trimmed = content?.trim();\n if (trimmed == null || trimmed === '') {\n return null;\n }\n\n return trimmed;\n}\n\n/**\n * Trims plain-text answers and normalizes empty values to null.\n */\nexport function sanitizeAgentAnswer(\n answer: string | null | undefined,\n): string | null {\n const trimmed = answer?.trim();\n if (trimmed == null || trimmed === '') {\n return null;\n }\n\n return trimmed;\n}\n"],"mappings":";AAGA,SAAgB,EACd,GACe;CACf,IAAM,IAAU,GAAS,MAAM;AAK/B,QAJI,KAAW,QAAQ,MAAY,KAC1B,OAGF;;AAMT,SAAgB,EACd,GACe;CACf,IAAM,IAAU,GAAQ,MAAM;AAK9B,QAJI,KAAW,QAAQ,MAAY,KAC1B,OAGF"}
@@ -0,0 +1,9 @@
1
+ /* empty css */
2
+ /* empty css */
3
+ /* empty css */
4
+ //#region src/shared/backofficeTableDensity.css.ts
5
+ var e = "_2erreo0";
6
+ //#endregion
7
+ export { e as denseTableClass };
8
+
9
+ //# sourceMappingURL=backofficeTableDensity.css.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"backofficeTableDensity.css.js","names":[],"sources":["../../../src/shared/backofficeTableDensity.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\n\nimport {\n tableCellFontSizeVar,\n tableCellPaddingVar,\n tableEmptyRowPaddingVar,\n} from '@plumile/ui/components/data-table/DataTable.css.js';\nimport { vars } from '@plumile/ui/theme/themeContract.js';\n\nexport const denseTableClass = style({\n vars: {\n [tableCellPaddingVar]: `${vars.spacing[2]} ${vars.spacing[3]}`,\n [tableCellFontSizeVar]: vars.fontSize.sm,\n [tableEmptyRowPaddingVar]: `${vars.spacing[4]} ${vars.spacing[3]}`,\n },\n});\n"],"mappings":""}