@webiny/app-admin 0.0.0-unstable.615a930a68 → 0.0.0-unstable.61c048f412

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 (1140) hide show
  1. package/README.md +7 -17
  2. package/assets/icons/add-18px.svg +1 -1
  3. package/assets/icons/arrow_drop_down-24px.svg +1 -1
  4. package/assets/icons/file_download.svg +1 -0
  5. package/assets/icons/file_upload.svg +1 -0
  6. package/assets/icons/filter-24px.svg +1 -1
  7. package/assets/icons/highlight-24px.svg +1 -1
  8. package/assets/icons/info.svg +1 -1
  9. package/assets/icons/insert_drive_file-24px.svg +1 -1
  10. package/assets/icons/insert_photo-24px.svg +1 -1
  11. package/assets/icons/label-24px.svg +1 -1
  12. package/assets/icons/round-account_circle-24px.svg +1 -1
  13. package/assets/icons/round-arrow_drop_down-24px.svg +1 -1
  14. package/assets/icons/round-help-24px.svg +1 -1
  15. package/assets/icons/round-settings-24px.svg +1 -1
  16. package/assets/icons/today-24px.svg +1 -1
  17. package/assets/icons/touch_app.svg +1 -1
  18. package/base/Admin.d.ts +5 -2
  19. package/base/Admin.js +42 -53
  20. package/base/Admin.js.map +1 -1
  21. package/base/Base/LexicalPreset/LinkEditForm.d.ts +6 -0
  22. package/base/Base/LexicalPreset/LinkEditForm.js +63 -0
  23. package/base/Base/LexicalPreset/LinkEditForm.js.map +1 -0
  24. package/base/Base/LexicalPreset.d.ts +2 -0
  25. package/base/Base/LexicalPreset.js +68 -0
  26. package/base/Base/LexicalPreset.js.map +1 -0
  27. package/base/Base/Menus/SupportMenuItems.d.ts +2 -0
  28. package/base/Base/Menus/SupportMenuItems.js +18 -0
  29. package/base/Base/Menus/SupportMenuItems.js.map +1 -0
  30. package/base/Base/Menus/WebinyVersion.d.ts +2 -0
  31. package/base/Base/Menus/WebinyVersion.js +24 -0
  32. package/base/Base/Menus/WebinyVersion.js.map +1 -0
  33. package/base/Base/Menus.d.ts +2 -0
  34. package/base/Base/Menus.js +114 -0
  35. package/base/Base/Menus.js.map +1 -0
  36. package/base/Base/RoutesConfig.d.ts +2 -0
  37. package/base/Base/RoutesConfig.js +30 -0
  38. package/base/Base/RoutesConfig.js.map +1 -0
  39. package/base/Base/Tenant/wby-horizontal.svg +23 -0
  40. package/base/Base/Tenant/wby-square.svg +3 -0
  41. package/base/Base/Tenant.d.ts +2 -0
  42. package/base/Base/Tenant.js +24 -0
  43. package/base/Base/Tenant.js.map +1 -0
  44. package/base/Base/UserMenu/ExitTenant.d.ts +20 -0
  45. package/base/Base/UserMenu/ExitTenant.js +37 -0
  46. package/base/Base/UserMenu/ExitTenant.js.map +1 -0
  47. package/base/Base/UserMenu/SignOut.d.ts +2 -0
  48. package/base/Base/UserMenu/SignOut.js +19 -0
  49. package/base/Base/UserMenu/SignOut.js.map +1 -0
  50. package/base/Base/UserMenu/UserInfo.d.ts +6 -0
  51. package/base/Base/UserMenu/UserInfo.js +43 -0
  52. package/base/Base/UserMenu/UserInfo.js.map +1 -0
  53. package/base/Base/UserMenu.d.ts +2 -0
  54. package/base/Base/UserMenu.js +21 -0
  55. package/base/Base/UserMenu.js.map +1 -0
  56. package/base/Base.d.ts +1 -1
  57. package/base/Base.js +11 -108
  58. package/base/Base.js.map +1 -1
  59. package/base/TelemetryAdminAppStart.d.ts +1 -0
  60. package/base/TelemetryAdminAppStart.js +19 -0
  61. package/base/TelemetryAdminAppStart.js.map +1 -0
  62. package/base/WebinyVersion.d.ts +2 -0
  63. package/base/WebinyVersion.js +24 -0
  64. package/base/WebinyVersion.js.map +1 -0
  65. package/base/createRootContainer.d.ts +2 -0
  66. package/base/createRootContainer.js +55 -0
  67. package/base/createRootContainer.js.map +1 -0
  68. package/base/plugins/AddGraphQLQuerySelection.d.ts +2 -3
  69. package/base/plugins/AddGraphQLQuerySelection.js +12 -25
  70. package/base/plugins/AddGraphQLQuerySelection.js.map +1 -1
  71. package/base/providers/AdminUiStateProvider.d.ts +1 -0
  72. package/base/providers/AdminUiStateProvider.js +14 -0
  73. package/base/providers/AdminUiStateProvider.js.map +1 -0
  74. package/base/providers/ApolloProvider.d.ts +5 -2
  75. package/base/providers/ApolloProvider.js +9 -22
  76. package/base/providers/ApolloProvider.js.map +1 -1
  77. package/base/providers/UiProviders.d.ts +1 -0
  78. package/base/providers/UiProviders.js +16 -0
  79. package/base/providers/UiProviders.js.map +1 -0
  80. package/base/providers/UiStateProvider.d.ts +1 -2
  81. package/base/providers/UiStateProvider.js +11 -20
  82. package/base/providers/UiStateProvider.js.map +1 -1
  83. package/base/ui/Brand.d.ts +39 -2
  84. package/base/ui/Brand.js +6 -17
  85. package/base/ui/Brand.js.map +1 -1
  86. package/base/ui/CenteredView.d.ts +21 -1
  87. package/base/ui/CenteredView.js +15 -40
  88. package/base/ui/CenteredView.js.map +1 -1
  89. package/base/ui/Dashboard.d.ts +39 -2
  90. package/base/ui/Dashboard.js +6 -17
  91. package/base/ui/Dashboard.js.map +1 -1
  92. package/base/ui/FileManager.d.ts +74 -0
  93. package/base/ui/FileManager.js +66 -0
  94. package/base/ui/FileManager.js.map +1 -0
  95. package/base/ui/Layout.d.ts +40 -2
  96. package/base/ui/Layout.js +9 -22
  97. package/base/ui/Layout.js.map +1 -1
  98. package/base/ui/LoginScreen.d.ts +40 -2
  99. package/base/ui/LoginScreen.js +21 -22
  100. package/base/ui/LoginScreen.js.map +1 -1
  101. package/base/ui/Logo.d.ts +38 -7
  102. package/base/ui/Logo.js +6 -34
  103. package/base/ui/Logo.js.map +1 -1
  104. package/base/ui/Navigation.d.ts +39 -23
  105. package/base/ui/Navigation.js +13 -178
  106. package/base/ui/Navigation.js.map +1 -1
  107. package/base/ui/NotFound.d.ts +39 -2
  108. package/base/ui/NotFound.js +6 -17
  109. package/base/ui/NotFound.js.map +1 -1
  110. package/base/ui/Tags.d.ts +2 -2
  111. package/base/ui/Tags.js +15 -24
  112. package/base/ui/Tags.js.map +1 -1
  113. package/base/ui/TenantSelector.d.ts +39 -0
  114. package/base/ui/TenantSelector.js +8 -0
  115. package/base/ui/TenantSelector.js.map +1 -0
  116. package/base/ui/UserMenu/UserMenu.d.ts +39 -0
  117. package/base/ui/UserMenu/UserMenu.js +8 -0
  118. package/base/ui/UserMenu/UserMenu.js.map +1 -0
  119. package/base/ui/UserMenu/UserMenuHandle.d.ts +39 -0
  120. package/base/ui/UserMenu/UserMenuHandle.js +8 -0
  121. package/base/ui/UserMenu/UserMenuHandle.js.map +1 -0
  122. package/base/ui/UserMenu/UserMenuItem.d.ts +81 -0
  123. package/base/ui/UserMenu/UserMenuItem.js +19 -0
  124. package/base/ui/UserMenu/UserMenuItem.js.map +1 -0
  125. package/base/ui/UserMenu/UserMenuLink.d.ts +81 -0
  126. package/base/ui/UserMenu/UserMenuLink.js +19 -0
  127. package/base/ui/UserMenu/UserMenuLink.js.map +1 -0
  128. package/base/ui/UserMenu/UserMenuSeparator.d.ts +42 -0
  129. package/base/ui/UserMenu/UserMenuSeparator.js +9 -0
  130. package/base/ui/UserMenu/UserMenuSeparator.js.map +1 -0
  131. package/base/ui/UserMenu.d.ts +79 -29
  132. package/base/ui/UserMenu.js +15 -133
  133. package/base/ui/UserMenu.js.map +1 -1
  134. package/components/AdminLayout.d.ts +2 -1
  135. package/components/AdminLayout.js +8 -18
  136. package/components/AdminLayout.js.map +1 -1
  137. package/components/BulkActions/Worker.d.ts +82 -0
  138. package/components/BulkActions/Worker.js +126 -0
  139. package/components/BulkActions/Worker.js.map +1 -0
  140. package/components/BulkActions/index.d.ts +2 -0
  141. package/components/BulkActions/index.js +4 -0
  142. package/components/BulkActions/index.js.map +1 -0
  143. package/components/BulkActions/useDialogWithReport/DialogMessage.d.ts +5 -0
  144. package/components/BulkActions/useDialogWithReport/DialogMessage.js +23 -0
  145. package/components/BulkActions/useDialogWithReport/DialogMessage.js.map +1 -0
  146. package/components/BulkActions/useDialogWithReport/index.d.ts +1 -0
  147. package/components/BulkActions/useDialogWithReport/index.js +3 -0
  148. package/components/BulkActions/useDialogWithReport/index.js.map +1 -0
  149. package/components/BulkActions/useDialogWithReport/useDialogWithReport.d.ts +19 -0
  150. package/components/BulkActions/useDialogWithReport/useDialogWithReport.js +51 -0
  151. package/components/BulkActions/useDialogWithReport/useDialogWithReport.js.map +1 -0
  152. package/components/Buttons/Buttons.d.ts +24 -0
  153. package/components/Buttons/Buttons.js +77 -0
  154. package/components/Buttons/Buttons.js.map +1 -0
  155. package/components/Buttons/Buttons.styles.d.ts +4 -0
  156. package/components/Buttons/Buttons.styles.js +17 -0
  157. package/components/Buttons/Buttons.styles.js.map +1 -0
  158. package/components/Buttons/index.d.ts +2 -0
  159. package/components/Buttons/index.js +4 -0
  160. package/components/Buttons/index.js.map +1 -0
  161. package/components/Buttons/useButtons.d.ts +14 -0
  162. package/components/Buttons/useButtons.js +24 -0
  163. package/components/Buttons/useButtons.js.map +1 -0
  164. package/components/Dialogs/Dialog.d.ts +21 -0
  165. package/components/Dialogs/Dialog.js +62 -0
  166. package/components/Dialogs/Dialog.js.map +1 -0
  167. package/components/Dialogs/DialogsContext.d.ts +38 -0
  168. package/components/Dialogs/DialogsContext.js +132 -0
  169. package/components/Dialogs/DialogsContext.js.map +1 -0
  170. package/components/Dialogs/useDialogs.d.ts +2 -0
  171. package/components/Dialogs/useDialogs.js +11 -0
  172. package/components/Dialogs/useDialogs.js.map +1 -0
  173. package/components/EmptyView.d.ts +4 -4
  174. package/components/EmptyView.js +29 -65
  175. package/components/EmptyView.js.map +1 -1
  176. package/components/Filters/Filters.d.ts +16 -0
  177. package/components/Filters/Filters.js +21 -0
  178. package/components/Filters/Filters.js.map +1 -0
  179. package/components/Filters/FiltersToggle.d.ts +7 -0
  180. package/components/Filters/FiltersToggle.js +26 -0
  181. package/components/Filters/FiltersToggle.js.map +1 -0
  182. package/components/Filters/index.d.ts +2 -0
  183. package/components/Filters/index.js +4 -0
  184. package/components/Filters/index.js.map +1 -0
  185. package/components/FloatingActionButton.d.ts +4 -1
  186. package/components/FloatingActionButton.js +8 -19
  187. package/components/FloatingActionButton.js.map +1 -1
  188. package/components/FloatingPanel.d.ts +13 -0
  189. package/components/FloatingPanel.js +94 -0
  190. package/components/FloatingPanel.js.map +1 -0
  191. package/components/IconPicker/IconPicker.d.ts +13 -0
  192. package/components/IconPicker/IconPicker.js +39 -0
  193. package/components/IconPicker/IconPicker.js.map +1 -0
  194. package/components/IconPicker/IconPickerComponent.d.ts +17 -0
  195. package/components/IconPicker/IconPickerComponent.js +81 -0
  196. package/components/IconPicker/IconPickerComponent.js.map +1 -0
  197. package/components/IconPicker/IconPickerPresenter.d.ts +53 -0
  198. package/components/IconPicker/IconPickerPresenter.js +77 -0
  199. package/components/IconPicker/IconPickerPresenter.js.map +1 -0
  200. package/components/IconPicker/IconPickerPresenter.test.d.ts +1 -0
  201. package/components/IconPicker/IconPickerPresenter.test.js +110 -0
  202. package/components/IconPicker/IconPickerPresenter.test.js.map +1 -0
  203. package/components/IconPicker/IconPickerPresenterProvider.d.ts +9 -0
  204. package/components/IconPicker/IconPickerPresenterProvider.js +19 -0
  205. package/components/IconPicker/IconPickerPresenterProvider.js.map +1 -0
  206. package/components/IconPicker/IconPickerTab.d.ts +33 -0
  207. package/components/IconPicker/IconPickerTab.js +159 -0
  208. package/components/IconPicker/IconPickerTab.js.map +1 -0
  209. package/components/IconPicker/IconRenderer.d.ts +34 -0
  210. package/components/IconPicker/IconRenderer.js +27 -0
  211. package/components/IconPicker/IconRenderer.js.map +1 -0
  212. package/components/IconPicker/IconRepository.d.ts +19 -0
  213. package/components/IconPicker/IconRepository.js +47 -0
  214. package/components/IconPicker/IconRepository.js.map +1 -0
  215. package/components/IconPicker/IconRepository.test.d.ts +1 -0
  216. package/components/IconPicker/IconRepository.test.js +67 -0
  217. package/components/IconPicker/IconRepository.test.js.map +1 -0
  218. package/components/IconPicker/IconRepositoryFactory.d.ts +9 -0
  219. package/components/IconPicker/IconRepositoryFactory.js +17 -0
  220. package/components/IconPicker/IconRepositoryFactory.js.map +1 -0
  221. package/components/IconPicker/Loading.d.ts +14 -0
  222. package/components/IconPicker/Loading.js +50 -0
  223. package/components/IconPicker/Loading.js.map +1 -0
  224. package/components/IconPicker/components/IconPickerCell.d.ts +12 -0
  225. package/components/IconPicker/components/IconPickerCell.js +27 -0
  226. package/components/IconPicker/components/IconPickerCell.js.map +1 -0
  227. package/components/IconPicker/components/IconPickerContent.d.ts +11 -0
  228. package/components/IconPicker/components/IconPickerContent.js +41 -0
  229. package/components/IconPicker/components/IconPickerContent.js.map +1 -0
  230. package/components/IconPicker/components/IconPickerRow.d.ts +4 -0
  231. package/components/IconPicker/components/IconPickerRow.js +14 -0
  232. package/components/IconPicker/components/IconPickerRow.js.map +1 -0
  233. package/components/IconPicker/components/IconPickerTrigger.d.ts +13 -0
  234. package/components/IconPicker/components/IconPickerTrigger.js +52 -0
  235. package/components/IconPicker/components/IconPickerTrigger.js.map +1 -0
  236. package/components/IconPicker/components/index.d.ts +4 -0
  237. package/components/IconPicker/components/index.js +6 -0
  238. package/components/IconPicker/components/index.js.map +1 -0
  239. package/components/IconPicker/config/Emojis.d.ts +2 -0
  240. package/components/IconPicker/config/Emojis.js +24 -0
  241. package/components/IconPicker/config/Emojis.js.map +1 -0
  242. package/components/IconPicker/config/FontAwesomeIcons.d.ts +2 -0
  243. package/components/IconPicker/config/FontAwesomeIcons.js +61 -0
  244. package/components/IconPicker/config/FontAwesomeIcons.js.map +1 -0
  245. package/components/IconPicker/config/IconPackProvider.d.ts +7 -0
  246. package/components/IconPicker/config/IconPackProvider.js +23 -0
  247. package/components/IconPicker/config/IconPackProvider.js.map +1 -0
  248. package/components/IconPicker/config/IconType.d.ts +32 -0
  249. package/components/IconPicker/config/IconType.js +89 -0
  250. package/components/IconPicker/config/IconType.js.map +1 -0
  251. package/components/IconPicker/config/index.d.ts +31 -0
  252. package/components/IconPicker/config/index.js +45 -0
  253. package/components/IconPicker/config/index.js.map +1 -0
  254. package/components/IconPicker/defaultIcon.d.ts +6 -0
  255. package/components/IconPicker/defaultIcon.js +8 -0
  256. package/components/IconPicker/defaultIcon.js.map +1 -0
  257. package/components/IconPicker/index.d.ts +7 -0
  258. package/components/IconPicker/index.js +8 -0
  259. package/components/IconPicker/index.js.map +1 -0
  260. package/components/IconPicker/plugins/customPlugin.d.ts +2 -0
  261. package/components/IconPicker/plugins/customPlugin.js +127 -0
  262. package/components/IconPicker/plugins/customPlugin.js.map +1 -0
  263. package/components/IconPicker/plugins/emojisPlugin.d.ts +2 -0
  264. package/components/IconPicker/plugins/emojisPlugin.js +127 -0
  265. package/components/IconPicker/plugins/emojisPlugin.js.map +1 -0
  266. package/components/IconPicker/plugins/graphql.d.ts +20 -0
  267. package/components/IconPicker/plugins/graphql.js +27 -0
  268. package/components/IconPicker/plugins/graphql.js.map +1 -0
  269. package/components/IconPicker/plugins/iconsPlugin.d.ts +2 -0
  270. package/components/IconPicker/plugins/iconsPlugin.js +115 -0
  271. package/components/IconPicker/plugins/iconsPlugin.js.map +1 -0
  272. package/components/IconPicker/types.d.ts +22 -0
  273. package/components/IconPicker/types.js +10 -0
  274. package/components/IconPicker/types.js.map +1 -0
  275. package/components/LexicalEditor/LexicalEditor.d.ts +12 -0
  276. package/components/LexicalEditor/LexicalEditor.js +40 -0
  277. package/components/LexicalEditor/LexicalEditor.js.map +1 -0
  278. package/components/LexicalEditor/index.d.ts +2 -0
  279. package/components/LexicalEditor/index.js +4 -0
  280. package/components/LexicalEditor/index.js.map +1 -0
  281. package/components/LexicalEditor/lexicalValueWithHtml.d.ts +7 -0
  282. package/components/LexicalEditor/lexicalValueWithHtml.js +36 -0
  283. package/components/LexicalEditor/lexicalValueWithHtml.js.map +1 -0
  284. package/components/MultiImageUpload.d.ts +1 -1
  285. package/components/MultiImageUpload.js +14 -41
  286. package/components/MultiImageUpload.js.map +1 -1
  287. package/components/NavigationPrompt.d.ts +27 -0
  288. package/components/NavigationPrompt.js +39 -0
  289. package/components/NavigationPrompt.js.map +1 -0
  290. package/components/NotAuthorizedError/NotAuthorizedError.d.ts +2 -0
  291. package/components/NotAuthorizedError/NotAuthorizedError.js +20 -0
  292. package/components/NotAuthorizedError/NotAuthorizedError.js.map +1 -0
  293. package/components/NotAuthorizedError/SecureRouteError.svg +1 -0
  294. package/components/NotAuthorizedError/index.d.ts +1 -0
  295. package/components/NotAuthorizedError/index.js +3 -0
  296. package/components/NotAuthorizedError/index.js.map +1 -0
  297. package/components/OptionsMenu/OptionsMenu.d.ts +10 -0
  298. package/components/OptionsMenu/OptionsMenu.js +23 -0
  299. package/components/OptionsMenu/OptionsMenu.js.map +1 -0
  300. package/components/OptionsMenu/OptionsMenuItem.d.ts +10 -0
  301. package/components/OptionsMenu/OptionsMenuItem.js +17 -0
  302. package/components/OptionsMenu/OptionsMenuItem.js.map +1 -0
  303. package/components/OptionsMenu/OptionsMenuLink.d.ts +12 -0
  304. package/components/OptionsMenu/OptionsMenuLink.js +17 -0
  305. package/components/OptionsMenu/OptionsMenuLink.js.map +1 -0
  306. package/components/OptionsMenu/index.d.ts +4 -0
  307. package/components/OptionsMenu/index.js +6 -0
  308. package/components/OptionsMenu/index.js.map +1 -0
  309. package/components/OptionsMenu/useOptionsMenuItem.d.ts +13 -0
  310. package/components/OptionsMenu/useOptionsMenuItem.js +23 -0
  311. package/components/OptionsMenu/useOptionsMenuItem.js.map +1 -0
  312. package/components/OverlayLayout/OverlayLayout.d.ts +6 -17
  313. package/components/OverlayLayout/OverlayLayout.js +42 -182
  314. package/components/OverlayLayout/OverlayLayout.js.map +1 -1
  315. package/components/OverlayLayout/components/OverlayBackdrop.d.ts +7 -0
  316. package/components/OverlayLayout/components/OverlayBackdrop.js +15 -0
  317. package/components/OverlayLayout/components/OverlayBackdrop.js.map +1 -0
  318. package/components/OverlayLayout/components/OverlayContent.d.ts +6 -0
  319. package/components/OverlayLayout/components/OverlayContent.js +21 -0
  320. package/components/OverlayLayout/components/OverlayContent.js.map +1 -0
  321. package/components/OverlayLayout/components/OverlayHeader.d.ts +13 -0
  322. package/components/OverlayLayout/components/OverlayHeader.js +44 -0
  323. package/components/OverlayLayout/components/OverlayHeader.js.map +1 -0
  324. package/components/OverlayLayout/components/OverlayRoot.d.ts +9 -0
  325. package/components/OverlayLayout/components/OverlayRoot.js +19 -0
  326. package/components/OverlayLayout/components/OverlayRoot.js.map +1 -0
  327. package/components/OverlayLayout/components/index.d.ts +4 -0
  328. package/components/OverlayLayout/components/index.js +6 -0
  329. package/components/OverlayLayout/components/index.js.map +1 -0
  330. package/components/OverlayLayout/index.d.ts +1 -1
  331. package/components/OverlayLayout/index.js +2 -17
  332. package/components/OverlayLayout/index.js.map +1 -1
  333. package/components/Permissions/CannotUseAaclAlert.d.ts +2 -0
  334. package/components/Permissions/CannotUseAaclAlert.js +14 -0
  335. package/components/Permissions/CannotUseAaclAlert.js.map +1 -0
  336. package/components/Permissions/Permissions.d.ts +4 -2
  337. package/components/Permissions/Permissions.js +29 -41
  338. package/components/Permissions/Permissions.js.map +1 -1
  339. package/components/Permissions/PermissionsGroup.d.ts +6 -0
  340. package/components/Permissions/PermissionsGroup.js +18 -0
  341. package/components/Permissions/PermissionsGroup.js.map +1 -0
  342. package/components/Permissions/StyledComponents.d.ts +2 -3
  343. package/components/Permissions/StyledComponents.js +14 -35
  344. package/components/Permissions/StyledComponents.js.map +1 -1
  345. package/components/Permissions/index.d.ts +4 -2
  346. package/components/Permissions/index.js +5 -29
  347. package/components/Permissions/index.js.map +1 -1
  348. package/components/RegisterFeature.d.ts +11 -0
  349. package/components/RegisterFeature.js +26 -0
  350. package/components/RegisterFeature.js.map +1 -0
  351. package/components/ResizablePanels/index.d.ts +1 -0
  352. package/components/ResizablePanels/index.js +3 -0
  353. package/components/ResizablePanels/index.js.map +1 -0
  354. package/components/RoleAutocomplete/graphql.d.ts +1 -0
  355. package/components/RoleAutocomplete/graphql.js +18 -0
  356. package/components/RoleAutocomplete/graphql.js.map +1 -0
  357. package/components/RoleAutocomplete/index.d.ts +5 -0
  358. package/components/RoleAutocomplete/index.js +18 -0
  359. package/components/RoleAutocomplete/index.js.map +1 -0
  360. package/components/RolesMultiAutocomplete/graphql.d.ts +1 -0
  361. package/components/RolesMultiAutocomplete/graphql.js +23 -0
  362. package/components/RolesMultiAutocomplete/graphql.js.map +1 -0
  363. package/components/RolesMultiAutocomplete/index.d.ts +5 -0
  364. package/components/RolesMultiAutocomplete/index.js +19 -0
  365. package/components/RolesMultiAutocomplete/index.js.map +1 -0
  366. package/components/SearchUI.d.ts +3 -2
  367. package/components/SearchUI.js +23 -68
  368. package/components/SearchUI.js.map +1 -1
  369. package/components/SimpleForm/SimpleForm.d.ts +19 -8
  370. package/components/SimpleForm/SimpleForm.js +74 -99
  371. package/components/SimpleForm/SimpleForm.js.map +1 -1
  372. package/components/SimpleForm/index.d.ts +1 -1
  373. package/components/SimpleForm/index.js +2 -30
  374. package/components/SimpleForm/index.js.map +1 -1
  375. package/components/SimpleUI/InputField.d.ts +3 -1
  376. package/components/SimpleUI/InputField.js +42 -63
  377. package/components/SimpleUI/InputField.js.map +1 -1
  378. package/components/SingleImageUpload.d.ts +21 -8
  379. package/components/SingleImageUpload.js +40 -92
  380. package/components/SingleImageUpload.js.map +1 -1
  381. package/components/SplitView/SplitView.d.ts +11 -9
  382. package/components/SplitView/SplitView.js +60 -90
  383. package/components/SplitView/SplitView.js.map +1 -1
  384. package/components/SplitView/index.d.ts +1 -1
  385. package/components/SplitView/index.js +2 -24
  386. package/components/SplitView/index.js.map +1 -1
  387. package/components/StateInspector.d.ts +8 -0
  388. package/components/StateInspector.js +36 -0
  389. package/components/StateInspector.js.map +1 -0
  390. package/components/TeamAutocomplete/graphql.d.ts +1 -0
  391. package/components/TeamAutocomplete/graphql.js +18 -0
  392. package/components/TeamAutocomplete/graphql.js.map +1 -0
  393. package/components/TeamAutocomplete/index.d.ts +5 -0
  394. package/components/TeamAutocomplete/index.js +18 -0
  395. package/components/TeamAutocomplete/index.js.map +1 -0
  396. package/components/TeamsMultiAutocomplete/graphql.d.ts +1 -0
  397. package/components/TeamsMultiAutocomplete/graphql.js +23 -0
  398. package/components/TeamsMultiAutocomplete/graphql.js.map +1 -0
  399. package/components/TeamsMultiAutocomplete/index.d.ts +5 -0
  400. package/components/TeamsMultiAutocomplete/index.js +19 -0
  401. package/components/TeamsMultiAutocomplete/index.js.map +1 -0
  402. package/components/Wcp.d.ts +15 -0
  403. package/components/Wcp.js +34 -0
  404. package/components/Wcp.js.map +1 -0
  405. package/components/index.d.ts +27 -1
  406. package/components/index.js +28 -12
  407. package/components/index.js.map +1 -1
  408. package/config/AdminConfig/Dashboard.d.ts +3 -0
  409. package/config/AdminConfig/Dashboard.js +6 -0
  410. package/config/AdminConfig/Dashboard.js.map +1 -0
  411. package/config/AdminConfig/LexicalTheme/Color.d.ts +11 -0
  412. package/config/AdminConfig/LexicalTheme/Color.js +45 -0
  413. package/config/AdminConfig/LexicalTheme/Color.js.map +1 -0
  414. package/config/AdminConfig/LexicalTheme/Typography.d.ts +30 -0
  415. package/config/AdminConfig/LexicalTheme/Typography.js +79 -0
  416. package/config/AdminConfig/LexicalTheme/Typography.js.map +1 -0
  417. package/config/AdminConfig/LexicalTheme.d.ts +9 -0
  418. package/config/AdminConfig/LexicalTheme.js +8 -0
  419. package/config/AdminConfig/LexicalTheme.js.map +1 -0
  420. package/config/AdminConfig/Logo.d.ts +24 -0
  421. package/config/AdminConfig/Logo.js +21 -0
  422. package/config/AdminConfig/Logo.js.map +1 -0
  423. package/config/AdminConfig/Menu/MenuGroup.d.ts +62 -0
  424. package/config/AdminConfig/Menu/MenuGroup.js +14 -0
  425. package/config/AdminConfig/Menu/MenuGroup.js.map +1 -0
  426. package/config/AdminConfig/Menu/MenuItem.d.ts +43 -0
  427. package/config/AdminConfig/Menu/MenuItem.js +14 -0
  428. package/config/AdminConfig/Menu/MenuItem.js.map +1 -0
  429. package/config/AdminConfig/Menu/MenuLink.d.ts +43 -0
  430. package/config/AdminConfig/Menu/MenuLink.js +24 -0
  431. package/config/AdminConfig/Menu/MenuLink.js.map +1 -0
  432. package/config/AdminConfig/Menu/SupportMenu/SupportMenuItem.d.ts +43 -0
  433. package/config/AdminConfig/Menu/SupportMenu/SupportMenuItem.js +13 -0
  434. package/config/AdminConfig/Menu/SupportMenu/SupportMenuItem.js.map +1 -0
  435. package/config/AdminConfig/Menu/SupportMenu/SupportMenuLink.d.ts +24 -0
  436. package/config/AdminConfig/Menu/SupportMenu/SupportMenuLink.js +13 -0
  437. package/config/AdminConfig/Menu/SupportMenu/SupportMenuLink.js.map +1 -0
  438. package/config/AdminConfig/Menu/SupportMenu.d.ts +72 -0
  439. package/config/AdminConfig/Menu/SupportMenu.js +49 -0
  440. package/config/AdminConfig/Menu/SupportMenu.js.map +1 -0
  441. package/config/AdminConfig/Menu/UserMenu/UserMenuItem.d.ts +40 -0
  442. package/config/AdminConfig/Menu/UserMenu/UserMenuItem.js +7 -0
  443. package/config/AdminConfig/Menu/UserMenu/UserMenuItem.js.map +1 -0
  444. package/config/AdminConfig/Menu/UserMenu/UserMenuLink.d.ts +40 -0
  445. package/config/AdminConfig/Menu/UserMenu/UserMenuLink.js +7 -0
  446. package/config/AdminConfig/Menu/UserMenu/UserMenuLink.js.map +1 -0
  447. package/config/AdminConfig/Menu/UserMenu/UserMenuSeparator.d.ts +1 -0
  448. package/config/AdminConfig/Menu/UserMenu/UserMenuSeparator.js +3 -0
  449. package/config/AdminConfig/Menu/UserMenu/UserMenuSeparator.js.map +1 -0
  450. package/config/AdminConfig/Menu/UserMenu/types.d.ts +7 -0
  451. package/config/AdminConfig/Menu/UserMenu/types.js +3 -0
  452. package/config/AdminConfig/Menu/UserMenu/types.js.map +1 -0
  453. package/config/AdminConfig/Menu/UserMenu.d.ts +129 -0
  454. package/config/AdminConfig/Menu/UserMenu.js +61 -0
  455. package/config/AdminConfig/Menu/UserMenu.js.map +1 -0
  456. package/config/AdminConfig/Menu/types.d.ts +7 -0
  457. package/config/AdminConfig/Menu/types.js +3 -0
  458. package/config/AdminConfig/Menu/types.js.map +1 -0
  459. package/config/AdminConfig/Menu.d.ts +352 -0
  460. package/config/AdminConfig/Menu.js +85 -0
  461. package/config/AdminConfig/Menu.js.map +1 -0
  462. package/config/AdminConfig/Route.d.ts +3 -0
  463. package/config/AdminConfig/Route.js +8 -0
  464. package/config/AdminConfig/Route.js.map +1 -0
  465. package/config/AdminConfig/Tenant/TenantLogo.d.ts +24 -0
  466. package/config/AdminConfig/Tenant/TenantLogo.js +24 -0
  467. package/config/AdminConfig/Tenant/TenantLogo.js.map +1 -0
  468. package/config/AdminConfig/Tenant/TenantName.d.ts +23 -0
  469. package/config/AdminConfig/Tenant/TenantName.js +19 -0
  470. package/config/AdminConfig/Tenant/TenantName.js.map +1 -0
  471. package/config/AdminConfig/Tenant.d.ts +49 -0
  472. package/config/AdminConfig/Tenant.js +14 -0
  473. package/config/AdminConfig/Tenant.js.map +1 -0
  474. package/config/AdminConfig/Theme/assignColor.d.ts +2 -0
  475. package/config/AdminConfig/Theme/assignColor.js +22 -0
  476. package/config/AdminConfig/Theme/assignColor.js.map +1 -0
  477. package/config/AdminConfig/Theme/consts.d.ts +2 -0
  478. package/config/AdminConfig/Theme/consts.js +4 -0
  479. package/config/AdminConfig/Theme/consts.js.map +1 -0
  480. package/config/AdminConfig/Theme/types.d.ts +3 -0
  481. package/config/AdminConfig/Theme/types.js +3 -0
  482. package/config/AdminConfig/Theme/types.js.map +1 -0
  483. package/config/AdminConfig/Theme.d.ts +16 -0
  484. package/config/AdminConfig/Theme.js +22 -0
  485. package/config/AdminConfig/Theme.js.map +1 -0
  486. package/config/AdminConfig/Title.d.ts +23 -0
  487. package/config/AdminConfig/Title.js +16 -0
  488. package/config/AdminConfig/Title.js.map +1 -0
  489. package/config/AdminConfig/Widget.d.ts +15 -0
  490. package/config/AdminConfig/Widget.js +36 -0
  491. package/config/AdminConfig/Widget.js.map +1 -0
  492. package/config/AdminConfig.d.ts +479 -0
  493. package/config/AdminConfig.js +68 -0
  494. package/config/AdminConfig.js.map +1 -0
  495. package/config/createAdminConfig.d.ts +57 -0
  496. package/config/createAdminConfig.js +94 -0
  497. package/config/createAdminConfig.js.map +1 -0
  498. package/css/tokens.css +379 -0
  499. package/css/typography.css +70 -0
  500. package/domain/Identity.d.ts +59 -0
  501. package/domain/Identity.js +96 -0
  502. package/domain/Identity.js.map +1 -0
  503. package/errors/ErrorOverlayNetworkErrorHandler.d.ts +11 -0
  504. package/errors/ErrorOverlayNetworkErrorHandler.js +66 -0
  505. package/errors/ErrorOverlayNetworkErrorHandler.js.map +1 -0
  506. package/errors/TenantIsDisabled.d.ts +2 -0
  507. package/errors/TenantIsDisabled.js +23 -0
  508. package/errors/TenantIsDisabled.js.map +1 -0
  509. package/exports/admin/buildParams.d.ts +1 -0
  510. package/exports/admin/buildParams.js +3 -0
  511. package/exports/admin/buildParams.js.map +1 -0
  512. package/exports/admin/configs.d.ts +1 -0
  513. package/exports/admin/configs.js +3 -0
  514. package/exports/admin/configs.js.map +1 -0
  515. package/exports/admin/security.d.ts +8 -0
  516. package/exports/admin/security.js +10 -0
  517. package/exports/admin/security.js.map +1 -0
  518. package/exports/admin/tenancy.d.ts +2 -0
  519. package/exports/admin/tenancy.js +4 -0
  520. package/exports/admin/tenancy.js.map +1 -0
  521. package/exports/admin/ui.d.ts +3 -0
  522. package/exports/admin/ui.js +5 -0
  523. package/exports/admin/ui.js.map +1 -0
  524. package/exports/admin.d.ts +3 -0
  525. package/exports/admin.js +5 -0
  526. package/exports/admin.js.map +1 -0
  527. package/extensions/AdminBuildParam.d.ts +11 -0
  528. package/extensions/AdminBuildParam.js +184 -0
  529. package/extensions/AdminBuildParam.js.map +1 -0
  530. package/extensions/AdminExtension.d.ts +11 -0
  531. package/extensions/AdminExtension.js +105 -0
  532. package/extensions/AdminExtension.js.map +1 -0
  533. package/extensions/index.d.ts +23 -0
  534. package/extensions/index.js +7 -0
  535. package/extensions/index.js.map +1 -0
  536. package/features/apolloClient/abstraction.d.ts +5 -0
  537. package/features/apolloClient/abstraction.js +4 -0
  538. package/features/apolloClient/abstraction.js.map +1 -0
  539. package/features/apolloClient/feature.d.ts +2 -0
  540. package/features/apolloClient/feature.js +39 -0
  541. package/features/apolloClient/feature.js.map +1 -0
  542. package/features/buildParams/BuildParams.d.ts +9 -0
  543. package/features/buildParams/BuildParams.js +18 -0
  544. package/features/buildParams/BuildParams.js.map +1 -0
  545. package/features/buildParams/abstractions.d.ts +15 -0
  546. package/features/buildParams/abstractions.js +5 -0
  547. package/features/buildParams/abstractions.js.map +1 -0
  548. package/features/buildParams/feature.d.ts +1 -0
  549. package/features/buildParams/feature.js +10 -0
  550. package/features/buildParams/feature.js.map +1 -0
  551. package/features/buildParams/index.d.ts +2 -0
  552. package/features/buildParams/index.js +4 -0
  553. package/features/buildParams/index.js.map +1 -0
  554. package/features/security/AuthenticationContext/AuthenticationContext.d.ts +15 -0
  555. package/features/security/AuthenticationContext/AuthenticationContext.js +31 -0
  556. package/features/security/AuthenticationContext/AuthenticationContext.js.map +1 -0
  557. package/features/security/AuthenticationContext/GraphQLClientDecorator.d.ts +12 -0
  558. package/features/security/AuthenticationContext/GraphQLClientDecorator.js +30 -0
  559. package/features/security/AuthenticationContext/GraphQLClientDecorator.js.map +1 -0
  560. package/features/security/AuthenticationContext/InternalIdTokenProvider.d.ts +10 -0
  561. package/features/security/AuthenticationContext/InternalIdTokenProvider.js +17 -0
  562. package/features/security/AuthenticationContext/InternalIdTokenProvider.js.map +1 -0
  563. package/features/security/AuthenticationContext/abstractions.d.ts +26 -0
  564. package/features/security/AuthenticationContext/abstractions.js +5 -0
  565. package/features/security/AuthenticationContext/abstractions.js.map +1 -0
  566. package/features/security/AuthenticationContext/feature.d.ts +3 -0
  567. package/features/security/AuthenticationContext/feature.js +20 -0
  568. package/features/security/AuthenticationContext/feature.js.map +1 -0
  569. package/features/security/AuthenticationContext/index.d.ts +1 -0
  570. package/features/security/AuthenticationContext/index.js +3 -0
  571. package/features/security/AuthenticationContext/index.js.map +1 -0
  572. package/features/security/AuthenticationContext/types.d.ts +11 -0
  573. package/features/security/AuthenticationContext/types.js +3 -0
  574. package/features/security/AuthenticationContext/types.js.map +1 -0
  575. package/features/security/IdentityContext/IdentityContext.d.ts +13 -0
  576. package/features/security/IdentityContext/IdentityContext.js +24 -0
  577. package/features/security/IdentityContext/IdentityContext.js.map +1 -0
  578. package/features/security/IdentityContext/abstractions.d.ts +10 -0
  579. package/features/security/IdentityContext/abstractions.js +4 -0
  580. package/features/security/IdentityContext/abstractions.js.map +1 -0
  581. package/features/security/IdentityContext/feature.d.ts +3 -0
  582. package/features/security/IdentityContext/feature.js +16 -0
  583. package/features/security/IdentityContext/feature.js.map +1 -0
  584. package/features/security/IdentityContext/index.d.ts +2 -0
  585. package/features/security/IdentityContext/index.js +4 -0
  586. package/features/security/IdentityContext/index.js.map +1 -0
  587. package/features/security/LogIn/IdentityMapper.d.ts +9 -0
  588. package/features/security/LogIn/IdentityMapper.js +13 -0
  589. package/features/security/LogIn/IdentityMapper.js.map +1 -0
  590. package/features/security/LogIn/LogInGateway.d.ts +11 -0
  591. package/features/security/LogIn/LogInGateway.js +27 -0
  592. package/features/security/LogIn/LogInGateway.js.map +1 -0
  593. package/features/security/LogIn/LogInRepository.d.ts +14 -0
  594. package/features/security/LogIn/LogInRepository.js +19 -0
  595. package/features/security/LogIn/LogInRepository.js.map +1 -0
  596. package/features/security/LogIn/LogInUseCase.d.ts +15 -0
  597. package/features/security/LogIn/LogInUseCase.js +40 -0
  598. package/features/security/LogIn/LogInUseCase.js.map +1 -0
  599. package/features/security/LogIn/abstractions.d.ts +48 -0
  600. package/features/security/LogIn/abstractions.js +19 -0
  601. package/features/security/LogIn/abstractions.js.map +1 -0
  602. package/features/security/LogIn/createLoginMutation.d.ts +1 -0
  603. package/features/security/LogIn/createLoginMutation.js +49 -0
  604. package/features/security/LogIn/createLoginMutation.js.map +1 -0
  605. package/features/security/LogIn/feature.d.ts +3 -0
  606. package/features/security/LogIn/feature.js +22 -0
  607. package/features/security/LogIn/feature.js.map +1 -0
  608. package/features/security/LogIn/index.d.ts +1 -0
  609. package/features/security/LogIn/index.js +3 -0
  610. package/features/security/LogIn/index.js.map +1 -0
  611. package/features/security/LogOut/LogOutUseCase.d.ts +13 -0
  612. package/features/security/LogOut/LogOutUseCase.js +23 -0
  613. package/features/security/LogOut/LogOutUseCase.js.map +1 -0
  614. package/features/security/LogOut/abstractions.d.ts +7 -0
  615. package/features/security/LogOut/abstractions.js +4 -0
  616. package/features/security/LogOut/abstractions.js.map +1 -0
  617. package/features/security/LogOut/feature.d.ts +3 -0
  618. package/features/security/LogOut/feature.js +16 -0
  619. package/features/security/LogOut/feature.js.map +1 -0
  620. package/features/security/LogOut/index.d.ts +2 -0
  621. package/features/security/LogOut/index.js +4 -0
  622. package/features/security/LogOut/index.js.map +1 -0
  623. package/features/security/SecurityFeature.d.ts +1 -0
  624. package/features/security/SecurityFeature.js +16 -0
  625. package/features/security/SecurityFeature.js.map +1 -0
  626. package/features/telemetry/TelemetryService.d.ts +6 -0
  627. package/features/telemetry/TelemetryService.js +20 -0
  628. package/features/telemetry/TelemetryService.js.map +1 -0
  629. package/features/telemetry/abstractions.d.ts +7 -0
  630. package/features/telemetry/abstractions.js +4 -0
  631. package/features/telemetry/abstractions.js.map +1 -0
  632. package/features/telemetry/feature.d.ts +3 -0
  633. package/features/telemetry/feature.js +16 -0
  634. package/features/telemetry/feature.js.map +1 -0
  635. package/features/telemetry/index.d.ts +2 -0
  636. package/features/telemetry/index.js +4 -0
  637. package/features/telemetry/index.js.map +1 -0
  638. package/features/tenancy/GraphQLClientDecorator.d.ts +12 -0
  639. package/features/tenancy/GraphQLClientDecorator.js +27 -0
  640. package/features/tenancy/GraphQLClientDecorator.js.map +1 -0
  641. package/features/tenancy/TenantContext.d.ts +17 -0
  642. package/features/tenancy/TenantContext.js +61 -0
  643. package/features/tenancy/TenantContext.js.map +1 -0
  644. package/features/tenancy/abstractions.d.ts +14 -0
  645. package/features/tenancy/abstractions.js +4 -0
  646. package/features/tenancy/abstractions.js.map +1 -0
  647. package/features/tenancy/feature.d.ts +5 -0
  648. package/features/tenancy/feature.js +41 -0
  649. package/features/tenancy/feature.js.map +1 -0
  650. package/features/tenancy/types.d.ts +4 -0
  651. package/features/tenancy/types.js +3 -0
  652. package/features/tenancy/types.js.map +1 -0
  653. package/features/wcp/ReactLicense.d.ts +18 -0
  654. package/features/wcp/ReactLicense.js +43 -0
  655. package/features/wcp/ReactLicense.js.map +1 -0
  656. package/features/wcp/WcpGateway.d.ts +10 -0
  657. package/features/wcp/WcpGateway.js +73 -0
  658. package/features/wcp/WcpGateway.js.map +1 -0
  659. package/features/wcp/WcpService.d.ts +20 -0
  660. package/features/wcp/WcpService.js +84 -0
  661. package/features/wcp/WcpService.js.map +1 -0
  662. package/features/wcp/abstractions.d.ts +19 -0
  663. package/features/wcp/abstractions.js +5 -0
  664. package/features/wcp/abstractions.js.map +1 -0
  665. package/features/wcp/feature.d.ts +3 -0
  666. package/features/wcp/feature.js +18 -0
  667. package/features/wcp/feature.js.map +1 -0
  668. package/features/wcp/types.d.ts +21 -0
  669. package/features/wcp/types.js +3 -0
  670. package/features/wcp/types.js.map +1 -0
  671. package/hooks/index.d.ts +11 -0
  672. package/hooks/index.js +13 -0
  673. package/hooks/index.js.map +1 -0
  674. package/hooks/useConfirmationDialog.d.ts +7 -3
  675. package/hooks/useConfirmationDialog.js +29 -43
  676. package/hooks/useConfirmationDialog.js.map +1 -1
  677. package/hooks/useDialog.d.ts +21 -2
  678. package/hooks/useDialog.js +17 -26
  679. package/hooks/useDialog.js.map +1 -1
  680. package/hooks/useIsMounted.d.ts +3 -0
  681. package/hooks/useIsMounted.js +15 -0
  682. package/hooks/useIsMounted.js.map +1 -0
  683. package/hooks/useKeyHandler.d.ts +8 -0
  684. package/hooks/useKeyHandler.js +64 -0
  685. package/hooks/useKeyHandler.js.map +1 -0
  686. package/hooks/useModKey.d.ts +1 -0
  687. package/hooks/useModKey.js +29 -0
  688. package/hooks/useModKey.js.map +1 -0
  689. package/hooks/useShiftKey.d.ts +1 -0
  690. package/hooks/useShiftKey.js +33 -0
  691. package/hooks/useShiftKey.js.map +1 -0
  692. package/hooks/useSnackbar.d.ts +1 -0
  693. package/hooks/useSnackbar.js +24 -30
  694. package/hooks/useSnackbar.js.map +1 -1
  695. package/hooks/useStateIfMounted.d.ts +1 -0
  696. package/hooks/useStateIfMounted.js +16 -0
  697. package/hooks/useStateIfMounted.js.map +1 -0
  698. package/hooks/useStateWithCallback.d.ts +5 -0
  699. package/hooks/useStateWithCallback.js +18 -0
  700. package/hooks/useStateWithCallback.js.map +1 -0
  701. package/hooks/useToggler.d.ts +7 -0
  702. package/hooks/useToggler.js +15 -0
  703. package/hooks/useToggler.js.map +1 -0
  704. package/index.d.ts +35 -35
  705. package/index.js +44 -373
  706. package/index.js.map +1 -1
  707. package/lexical.css +2 -0
  708. package/package.json +68 -63
  709. package/plugins/MenuPlugin.d.ts +1 -1
  710. package/plugins/MenuPlugin.js +16 -55
  711. package/plugins/MenuPlugin.js.map +1 -1
  712. package/plugins/PermissionRendererPlugin.d.ts +1 -1
  713. package/plugins/PermissionRendererPlugin.js +16 -55
  714. package/plugins/PermissionRendererPlugin.js.map +1 -1
  715. package/presentation/installation/components/SystemInstaller/SystemInstaller.d.ts +8 -0
  716. package/presentation/installation/components/SystemInstaller/SystemInstaller.js +70 -0
  717. package/presentation/installation/components/SystemInstaller/SystemInstaller.js.map +1 -0
  718. package/presentation/installation/components/SystemInstaller/SystemInstallerProvider.d.ts +2 -0
  719. package/presentation/installation/components/SystemInstaller/SystemInstallerProvider.js +17 -0
  720. package/presentation/installation/components/SystemInstaller/SystemInstallerProvider.js.map +1 -0
  721. package/presentation/installation/components/SystemInstaller/index.d.ts +1 -0
  722. package/presentation/installation/components/SystemInstaller/index.js +3 -0
  723. package/presentation/installation/components/SystemInstaller/index.js.map +1 -0
  724. package/presentation/installation/components/SystemInstaller/steps/AdminUserStep/createPasswordValidator.d.ts +8 -0
  725. package/presentation/installation/components/SystemInstaller/steps/AdminUserStep/createPasswordValidator.js +32 -0
  726. package/presentation/installation/components/SystemInstaller/steps/AdminUserStep/createPasswordValidator.js.map +1 -0
  727. package/presentation/installation/components/SystemInstaller/steps/AdminUserStep/usePasswordValidator.d.ts +1 -0
  728. package/presentation/installation/components/SystemInstaller/steps/AdminUserStep/usePasswordValidator.js +15 -0
  729. package/presentation/installation/components/SystemInstaller/steps/AdminUserStep/usePasswordValidator.js.map +1 -0
  730. package/presentation/installation/components/SystemInstaller/steps/AdminUserStep.d.ts +7 -0
  731. package/presentation/installation/components/SystemInstaller/steps/AdminUserStep.js +69 -0
  732. package/presentation/installation/components/SystemInstaller/steps/AdminUserStep.js.map +1 -0
  733. package/presentation/installation/components/SystemInstaller/steps/BasicInfoStep.d.ts +7 -0
  734. package/presentation/installation/components/SystemInstaller/steps/BasicInfoStep.js +95 -0
  735. package/presentation/installation/components/SystemInstaller/steps/BasicInfoStep.js.map +1 -0
  736. package/presentation/installation/components/SystemInstaller/steps/Center.d.ts +4 -0
  737. package/presentation/installation/components/SystemInstaller/steps/Center.js +10 -0
  738. package/presentation/installation/components/SystemInstaller/steps/Center.js.map +1 -0
  739. package/presentation/installation/components/SystemInstaller/steps/Container.d.ts +8 -0
  740. package/presentation/installation/components/SystemInstaller/steps/Container.js +28 -0
  741. package/presentation/installation/components/SystemInstaller/steps/Container.js.map +1 -0
  742. package/presentation/installation/components/SystemInstaller/steps/FinishSetup.d.ts +11 -0
  743. package/presentation/installation/components/SystemInstaller/steps/FinishSetup.js +58 -0
  744. package/presentation/installation/components/SystemInstaller/steps/FinishSetup.js.map +1 -0
  745. package/presentation/installation/components/SystemInstaller/steps/IntroductionStep.d.ts +7 -0
  746. package/presentation/installation/components/SystemInstaller/steps/IntroductionStep.js +21 -0
  747. package/presentation/installation/components/SystemInstaller/steps/IntroductionStep.js.map +1 -0
  748. package/presentation/installation/components/SystemInstaller/steps/introduction.svg +154 -0
  749. package/presentation/installation/components/SystemInstaller/steps/referralSources.d.ts +1 -0
  750. package/presentation/installation/components/SystemInstaller/steps/referralSources.js +3 -0
  751. package/presentation/installation/components/SystemInstaller/steps/referralSources.js.map +1 -0
  752. package/presentation/installation/presenters/SystemInstaller/SystemInstallerGateway.d.ts +10 -0
  753. package/presentation/installation/presenters/SystemInstaller/SystemInstallerGateway.js +63 -0
  754. package/presentation/installation/presenters/SystemInstaller/SystemInstallerGateway.js.map +1 -0
  755. package/presentation/installation/presenters/SystemInstaller/SystemInstallerPresenter.d.ts +24 -0
  756. package/presentation/installation/presenters/SystemInstaller/SystemInstallerPresenter.js +138 -0
  757. package/presentation/installation/presenters/SystemInstaller/SystemInstallerPresenter.js.map +1 -0
  758. package/presentation/installation/presenters/SystemInstaller/SystemInstallerRepository.d.ts +11 -0
  759. package/presentation/installation/presenters/SystemInstaller/SystemInstallerRepository.js +30 -0
  760. package/presentation/installation/presenters/SystemInstaller/SystemInstallerRepository.js.map +1 -0
  761. package/presentation/installation/presenters/SystemInstaller/abstractions.d.ts +59 -0
  762. package/presentation/installation/presenters/SystemInstaller/abstractions.js +6 -0
  763. package/presentation/installation/presenters/SystemInstaller/abstractions.js.map +1 -0
  764. package/presentation/installation/presenters/SystemInstaller/feature.d.ts +3 -0
  765. package/presentation/installation/presenters/SystemInstaller/feature.js +20 -0
  766. package/presentation/installation/presenters/SystemInstaller/feature.js.map +1 -0
  767. package/presentation/installation/presenters/SystemInstaller/index.d.ts +3 -0
  768. package/presentation/installation/presenters/SystemInstaller/index.js +4 -0
  769. package/presentation/installation/presenters/SystemInstaller/index.js.map +1 -0
  770. package/presentation/security/components/HasPermission.d.ts +10 -0
  771. package/presentation/security/components/HasPermission.js +31 -0
  772. package/presentation/security/components/HasPermission.js.map +1 -0
  773. package/presentation/security/components/SecureRoute.d.ts +7 -0
  774. package/presentation/security/components/SecureRoute.js +16 -0
  775. package/presentation/security/components/SecureRoute.js.map +1 -0
  776. package/presentation/security/hooks/useAuthentication.d.ts +9 -0
  777. package/presentation/security/hooks/useAuthentication.js +24 -0
  778. package/presentation/security/hooks/useAuthentication.js.map +1 -0
  779. package/presentation/security/hooks/useIdentity.d.ts +6 -0
  780. package/presentation/security/hooks/useIdentity.js +25 -0
  781. package/presentation/security/hooks/useIdentity.js.map +1 -0
  782. package/presentation/security/hooks/useSecurity.d.ts +10 -0
  783. package/presentation/security/hooks/useSecurity.js +28 -0
  784. package/presentation/security/hooks/useSecurity.js.map +1 -0
  785. package/presentation/tenancy/TenancyProvider.d.ts +6 -0
  786. package/presentation/tenancy/TenancyProvider.js +43 -0
  787. package/presentation/tenancy/TenancyProvider.js.map +1 -0
  788. package/presentation/tenancy/createTenancyProvider.d.ts +1 -0
  789. package/presentation/tenancy/createTenancyProvider.js +14 -0
  790. package/presentation/tenancy/createTenancyProvider.js.map +1 -0
  791. package/presentation/tenancy/useTenantContext.d.ts +5 -0
  792. package/presentation/tenancy/useTenantContext.js +24 -0
  793. package/presentation/tenancy/useTenantContext.js.map +1 -0
  794. package/presentation/wcp/WcpProvider.d.ts +7 -0
  795. package/presentation/wcp/WcpProvider.js +26 -0
  796. package/presentation/wcp/WcpProvider.js.map +1 -0
  797. package/presentation/wcp/useWcp.d.ts +2 -0
  798. package/presentation/wcp/useWcp.js +18 -0
  799. package/presentation/wcp/useWcp.js.map +1 -0
  800. package/routes.d.ts +6 -0
  801. package/routes.js +17 -0
  802. package/routes.js.map +1 -0
  803. package/styles.scss +7 -2
  804. package/types.d.ts +12 -89
  805. package/types.js +2 -4
  806. package/types.js.map +1 -1
  807. package/assets/images/icons.png +0 -0
  808. package/assets/images/icons_retina.png +0 -0
  809. package/assets/images/swich.png +0 -0
  810. package/base/providers/TelemetryProvider.d.ts +0 -2
  811. package/base/providers/TelemetryProvider.js +0 -37
  812. package/base/providers/TelemetryProvider.js.map +0 -1
  813. package/base/providers/ViewCompositionProvider.d.ts +0 -17
  814. package/base/providers/ViewCompositionProvider.js +0 -70
  815. package/base/providers/ViewCompositionProvider.js.map +0 -1
  816. package/base/ui/LocaleSelector.d.ts +0 -2
  817. package/base/ui/LocaleSelector.js +0 -19
  818. package/base/ui/LocaleSelector.js.map +0 -1
  819. package/base/ui/Menu.d.ts +0 -31
  820. package/base/ui/Menu.js +0 -166
  821. package/base/ui/Menu.js.map +0 -1
  822. package/base/ui/Search.d.ts +0 -19
  823. package/base/ui/Search.js +0 -81
  824. package/base/ui/Search.js.map +0 -1
  825. package/components/AppInstaller/AppInstaller.d.ts +0 -7
  826. package/components/AppInstaller/AppInstaller.js +0 -183
  827. package/components/AppInstaller/AppInstaller.js.map +0 -1
  828. package/components/AppInstaller/Sidebar.d.ts +0 -9
  829. package/components/AppInstaller/Sidebar.js +0 -178
  830. package/components/AppInstaller/Sidebar.js.map +0 -1
  831. package/components/AppInstaller/assets/sign-in-divider.svg +0 -19
  832. package/components/AppInstaller/index.d.ts +0 -2
  833. package/components/AppInstaller/index.js +0 -29
  834. package/components/AppInstaller/index.js.map +0 -1
  835. package/components/AppInstaller/styled.d.ts +0 -9
  836. package/components/AppInstaller/styled.js +0 -91
  837. package/components/AppInstaller/styled.js.map +0 -1
  838. package/components/AppInstaller/useInstaller.d.ts +0 -31
  839. package/components/AppInstaller/useInstaller.js +0 -321
  840. package/components/AppInstaller/useInstaller.js.map +0 -1
  841. package/components/FileManager/BottomInfoBar/SupportedFileTypes.d.ts +0 -6
  842. package/components/FileManager/BottomInfoBar/SupportedFileTypes.js +0 -55
  843. package/components/FileManager/BottomInfoBar/SupportedFileTypes.js.map +0 -1
  844. package/components/FileManager/BottomInfoBar/UploadStatus.d.ts +0 -6
  845. package/components/FileManager/BottomInfoBar/UploadStatus.js +0 -60
  846. package/components/FileManager/BottomInfoBar/UploadStatus.js.map +0 -1
  847. package/components/FileManager/BottomInfoBar.d.ts +0 -5
  848. package/components/FileManager/BottomInfoBar.js +0 -60
  849. package/components/FileManager/BottomInfoBar.js.map +0 -1
  850. package/components/FileManager/DropFilesHere.d.ts +0 -10
  851. package/components/FileManager/DropFilesHere.js +0 -76
  852. package/components/FileManager/DropFilesHere.js.map +0 -1
  853. package/components/FileManager/File.d.ts +0 -17
  854. package/components/FileManager/File.js +0 -155
  855. package/components/FileManager/File.js.map +0 -1
  856. package/components/FileManager/FileDetails/Name.d.ts +0 -8
  857. package/components/FileManager/FileDetails/Name.js +0 -138
  858. package/components/FileManager/FileDetails/Name.js.map +0 -1
  859. package/components/FileManager/FileDetails/Tags.d.ts +0 -10
  860. package/components/FileManager/FileDetails/Tags.js +0 -339
  861. package/components/FileManager/FileDetails/Tags.js.map +0 -1
  862. package/components/FileManager/FileDetails.d.ts +0 -24
  863. package/components/FileManager/FileDetails.js +0 -474
  864. package/components/FileManager/FileDetails.js.map +0 -1
  865. package/components/FileManager/FileManagerContext.d.ts +0 -42
  866. package/components/FileManager/FileManagerContext.js +0 -224
  867. package/components/FileManager/FileManagerContext.js.map +0 -1
  868. package/components/FileManager/FileManagerView.d.ts +0 -18
  869. package/components/FileManager/FileManagerView.js +0 -728
  870. package/components/FileManager/FileManagerView.js.map +0 -1
  871. package/components/FileManager/LeftSidebar.d.ts +0 -10
  872. package/components/FileManager/LeftSidebar.js +0 -127
  873. package/components/FileManager/LeftSidebar.js.map +0 -1
  874. package/components/FileManager/NoPermissionView.d.ts +0 -3
  875. package/components/FileManager/NoPermissionView.js +0 -87
  876. package/components/FileManager/NoPermissionView.js.map +0 -1
  877. package/components/FileManager/NoResults.d.ts +0 -3
  878. package/components/FileManager/NoResults.js +0 -28
  879. package/components/FileManager/NoResults.js.map +0 -1
  880. package/components/FileManager/getFileTypePlugin.d.ts +0 -4
  881. package/components/FileManager/getFileTypePlugin.js +0 -57
  882. package/components/FileManager/getFileTypePlugin.js.map +0 -1
  883. package/components/FileManager/getFileUploader.d.ts +0 -3
  884. package/components/FileManager/getFileUploader.js +0 -20
  885. package/components/FileManager/getFileUploader.js.map +0 -1
  886. package/components/FileManager/graphql.d.ts +0 -96
  887. package/components/FileManager/graphql.js +0 -58
  888. package/components/FileManager/graphql.js.map +0 -1
  889. package/components/FileManager/icons/content_copy-black-24px.svg +0 -1
  890. package/components/FileManager/icons/delete.svg +0 -12
  891. package/components/FileManager/icons/privacy_tip-24px.svg +0 -10
  892. package/components/FileManager/icons/round-check_box-24px.svg +0 -4
  893. package/components/FileManager/icons/round-check_box_outline_blank-24px.svg +0 -4
  894. package/components/FileManager/icons/round-cloud_download-24px.svg +0 -4
  895. package/components/FileManager/icons/round-cloud_upload-24px.svg +0 -4
  896. package/components/FileManager/icons/round-description-24px.svg +0 -4
  897. package/components/FileManager/icons/round-edit-24px.svg +0 -4
  898. package/components/FileManager/icons/round-info-24px.svg +0 -4
  899. package/components/FileManager/icons/round-label-24px.svg +0 -4
  900. package/components/FileManager/icons/round-more_vert-24px.svg +0 -4
  901. package/components/FileManager/icons/round-search-24px.svg +0 -20
  902. package/components/FileManager/outputFileSelectionError.d.ts +0 -7
  903. package/components/FileManager/outputFileSelectionError.js +0 -54
  904. package/components/FileManager/outputFileSelectionError.js.map +0 -1
  905. package/components/FileManager/types.d.ts +0 -21
  906. package/components/FileManager/types.js +0 -5
  907. package/components/FileManager/types.js.map +0 -1
  908. package/components/FileManager.d.ts +0 -67
  909. package/components/FileManager.js +0 -144
  910. package/components/FileManager.js.map +0 -1
  911. package/components/OverlayLayout/icons/close.svg +0 -13
  912. package/components/OverlayLayout/icons/navigate_before.svg +0 -16
  913. package/components/RichTextEditor/RichTextEditor.d.ts +0 -3
  914. package/components/RichTextEditor/RichTextEditor.js +0 -30
  915. package/components/RichTextEditor/RichTextEditor.js.map +0 -1
  916. package/components/RichTextEditor/index.d.ts +0 -2
  917. package/components/RichTextEditor/index.js +0 -21
  918. package/components/RichTextEditor/index.js.map +0 -1
  919. package/components/RichTextEditor/styles.scss +0 -96
  920. package/components/RichTextEditor/tools/header/index.d.ts +0 -229
  921. package/components/RichTextEditor/tools/header/index.js +0 -731
  922. package/components/RichTextEditor/tools/header/index.js.map +0 -1
  923. package/components/RichTextEditor/tools/header/styles.scss +0 -48
  924. package/components/RichTextEditor/tools/image/index.d.ts +0 -124
  925. package/components/RichTextEditor/tools/image/index.js +0 -265
  926. package/components/RichTextEditor/tools/image/index.js.map +0 -1
  927. package/components/RichTextEditor/tools/image/styles.scss +0 -90
  928. package/components/RichTextEditor/tools/image/svgs.d.ts +0 -6
  929. package/components/RichTextEditor/tools/image/svgs.js +0 -12
  930. package/components/RichTextEditor/tools/image/svgs.js.map +0 -1
  931. package/components/RichTextEditor/tools/image/tunes.d.ts +0 -57
  932. package/components/RichTextEditor/tools/image/tunes.js +0 -146
  933. package/components/RichTextEditor/tools/image/tunes.js.map +0 -1
  934. package/components/RichTextEditor/tools/image/types.d.ts +0 -29
  935. package/components/RichTextEditor/tools/image/types.js +0 -5
  936. package/components/RichTextEditor/tools/image/types.js.map +0 -1
  937. package/components/RichTextEditor/tools/image/ui.d.ts +0 -122
  938. package/components/RichTextEditor/tools/image/ui.js +0 -301
  939. package/components/RichTextEditor/tools/image/ui.js.map +0 -1
  940. package/components/RichTextEditor/tools/paragraph/index.d.ts +0 -209
  941. package/components/RichTextEditor/tools/paragraph/index.js +0 -514
  942. package/components/RichTextEditor/tools/paragraph/index.js.map +0 -1
  943. package/components/RichTextEditor/tools/paragraph/styles.scss +0 -29
  944. package/components/RichTextEditor/tools/textColor/index.d.ts +0 -64
  945. package/components/RichTextEditor/tools/textColor/index.js +0 -271
  946. package/components/RichTextEditor/tools/textColor/index.js.map +0 -1
  947. package/components/RichTextEditor/tools/textColor/styles.scss +0 -21
  948. package/components/RichTextEditor/tools/utils.d.ts +0 -19
  949. package/components/RichTextEditor/tools/utils.js +0 -33
  950. package/components/RichTextEditor/tools/utils.js.map +0 -1
  951. package/components/Routes.d.ts +0 -6
  952. package/components/Routes.js +0 -49
  953. package/components/Routes.js.map +0 -1
  954. package/plugins/FileManagerFileTypePlugin.d.ts +0 -33
  955. package/plugins/FileManagerFileTypePlugin.js +0 -63
  956. package/plugins/FileManagerFileTypePlugin.js.map +0 -1
  957. package/plugins/fileManager/fileDefault.d.ts +0 -2
  958. package/plugins/fileManager/fileDefault.js +0 -34
  959. package/plugins/fileManager/fileDefault.js.map +0 -1
  960. package/plugins/fileManager/fileImage/DeleteAction.d.ts +0 -7
  961. package/plugins/fileManager/fileImage/DeleteAction.js +0 -83
  962. package/plugins/fileManager/fileImage/DeleteAction.js.map +0 -1
  963. package/plugins/fileManager/fileImage/EditAction.d.ts +0 -10
  964. package/plugins/fileManager/fileImage/EditAction.js +0 -179
  965. package/plugins/fileManager/fileImage/EditAction.js.map +0 -1
  966. package/plugins/fileManager/fileImage/index.d.ts +0 -2
  967. package/plugins/fileManager/fileImage/index.js +0 -46
  968. package/plugins/fileManager/fileImage/index.js.map +0 -1
  969. package/plugins/fileManager/icons/edit.svg +0 -17
  970. package/plugins/fileManager/icons/round-description-24px.svg +0 -1
  971. package/plugins/fileManager/index.d.ts +0 -2
  972. package/plugins/fileManager/index.js +0 -21
  973. package/plugins/fileManager/index.js.map +0 -1
  974. package/plugins/globalSearch/SearchBar.d.ts +0 -15
  975. package/plugins/globalSearch/SearchBar.js +0 -273
  976. package/plugins/globalSearch/SearchBar.js.map +0 -1
  977. package/plugins/globalSearch/SearchBarDropdown.d.ts +0 -23
  978. package/plugins/globalSearch/SearchBarDropdown.js +0 -101
  979. package/plugins/globalSearch/SearchBarDropdown.js.map +0 -1
  980. package/plugins/globalSearch/icons/round-search-24px.svg +0 -20
  981. package/plugins/globalSearch/index.d.ts +0 -7
  982. package/plugins/globalSearch/index.js +0 -16
  983. package/plugins/globalSearch/index.js.map +0 -1
  984. package/plugins/globalSearch/styled.d.ts +0 -11
  985. package/plugins/globalSearch/styled.js +0 -135
  986. package/plugins/globalSearch/styled.js.map +0 -1
  987. package/plugins/uiLayoutRenderer/index.d.ts +0 -2
  988. package/plugins/uiLayoutRenderer/index.js +0 -75
  989. package/plugins/uiLayoutRenderer/index.js.map +0 -1
  990. package/styles/material-theme-assignments.scss +0 -346
  991. package/styles/material.scss +0 -43
  992. package/styles/theme.scss +0 -46
  993. package/ui/UIElement.d.ts +0 -2
  994. package/ui/UIElement.js +0 -19
  995. package/ui/UIElement.js.map +0 -1
  996. package/ui/UILayout.d.ts +0 -1
  997. package/ui/UILayout.js +0 -19
  998. package/ui/UILayout.js.map +0 -1
  999. package/ui/UIRenderer.d.ts +0 -2
  1000. package/ui/UIRenderer.js +0 -13
  1001. package/ui/UIRenderer.js.map +0 -1
  1002. package/ui/UIView.d.ts +0 -2
  1003. package/ui/UIView.js +0 -25
  1004. package/ui/UIView.js.map +0 -1
  1005. package/ui/elements/AccordionElement.d.ts +0 -27
  1006. package/ui/elements/AccordionElement.js +0 -110
  1007. package/ui/elements/AccordionElement.js.map +0 -1
  1008. package/ui/elements/ButtonElement.d.ts +0 -24
  1009. package/ui/elements/ButtonElement.js +0 -105
  1010. package/ui/elements/ButtonElement.js.map +0 -1
  1011. package/ui/elements/ButtonGroupElement.d.ts +0 -6
  1012. package/ui/elements/ButtonGroupElement.js +0 -67
  1013. package/ui/elements/ButtonGroupElement.js.map +0 -1
  1014. package/ui/elements/GenericElement.d.ts +0 -1
  1015. package/ui/elements/GenericElement.js +0 -18
  1016. package/ui/elements/GenericElement.js.map +0 -1
  1017. package/ui/elements/LabelElement.d.ts +0 -16
  1018. package/ui/elements/LabelElement.js +0 -60
  1019. package/ui/elements/LabelElement.js.map +0 -1
  1020. package/ui/elements/NavigationMenuElement.d.ts +0 -33
  1021. package/ui/elements/NavigationMenuElement.js +0 -177
  1022. package/ui/elements/NavigationMenuElement.js.map +0 -1
  1023. package/ui/elements/PanelElement.d.ts +0 -3
  1024. package/ui/elements/PanelElement.js +0 -33
  1025. package/ui/elements/PanelElement.js.map +0 -1
  1026. package/ui/elements/PlaceholderElement.d.ts +0 -6
  1027. package/ui/elements/PlaceholderElement.js +0 -44
  1028. package/ui/elements/PlaceholderElement.js.map +0 -1
  1029. package/ui/elements/SmallButtonElement.d.ts +0 -6
  1030. package/ui/elements/SmallButtonElement.js +0 -64
  1031. package/ui/elements/SmallButtonElement.js.map +0 -1
  1032. package/ui/elements/TypographyElement.d.ts +0 -13
  1033. package/ui/elements/TypographyElement.js +0 -67
  1034. package/ui/elements/TypographyElement.js.map +0 -1
  1035. package/ui/elements/ViewElement.d.ts +0 -1
  1036. package/ui/elements/ViewElement.js +0 -18
  1037. package/ui/elements/ViewElement.js.map +0 -1
  1038. package/ui/elements/form/DynamicFieldsetElement/DynamicFieldsetRowElement.d.ts +0 -6
  1039. package/ui/elements/form/DynamicFieldsetElement/DynamicFieldsetRowElement.js +0 -60
  1040. package/ui/elements/form/DynamicFieldsetElement/DynamicFieldsetRowElement.js.map +0 -1
  1041. package/ui/elements/form/DynamicFieldsetElement.d.ts +0 -43
  1042. package/ui/elements/form/DynamicFieldsetElement.js +0 -158
  1043. package/ui/elements/form/DynamicFieldsetElement.js.map +0 -1
  1044. package/ui/elements/form/FileManagerElement/EmptyStateElement.d.ts +0 -4
  1045. package/ui/elements/form/FileManagerElement/EmptyStateElement.js +0 -41
  1046. package/ui/elements/form/FileManagerElement/EmptyStateElement.js.map +0 -1
  1047. package/ui/elements/form/FileManagerElement/EmptyStateElementRenderer.d.ts +0 -7
  1048. package/ui/elements/form/FileManagerElement/EmptyStateElementRenderer.js +0 -95
  1049. package/ui/elements/form/FileManagerElement/EmptyStateElementRenderer.js.map +0 -1
  1050. package/ui/elements/form/FileManagerElement/FileManagerElementRenderer.d.ts +0 -13
  1051. package/ui/elements/form/FileManagerElement/FileManagerElementRenderer.js +0 -123
  1052. package/ui/elements/form/FileManagerElement/FileManagerElementRenderer.js.map +0 -1
  1053. package/ui/elements/form/FileManagerElement/styled.d.ts +0 -20
  1054. package/ui/elements/form/FileManagerElement/styled.js +0 -120
  1055. package/ui/elements/form/FileManagerElement/styled.js.map +0 -1
  1056. package/ui/elements/form/FileManagerElement.d.ts +0 -24
  1057. package/ui/elements/form/FileManagerElement.js +0 -108
  1058. package/ui/elements/form/FileManagerElement.js.map +0 -1
  1059. package/ui/elements/form/FormElement.d.ts +0 -21
  1060. package/ui/elements/form/FormElement.js +0 -66
  1061. package/ui/elements/form/FormElement.js.map +0 -1
  1062. package/ui/elements/form/FormFieldElement.d.ts +0 -56
  1063. package/ui/elements/form/FormFieldElement.js +0 -206
  1064. package/ui/elements/form/FormFieldElement.js.map +0 -1
  1065. package/ui/elements/form/HiddenElement.d.ts +0 -6
  1066. package/ui/elements/form/HiddenElement.js +0 -64
  1067. package/ui/elements/form/HiddenElement.js.map +0 -1
  1068. package/ui/elements/form/InputElement.d.ts +0 -7
  1069. package/ui/elements/form/InputElement.js +0 -72
  1070. package/ui/elements/form/InputElement.js.map +0 -1
  1071. package/ui/elements/form/PasswordElement.d.ts +0 -6
  1072. package/ui/elements/form/PasswordElement.js +0 -66
  1073. package/ui/elements/form/PasswordElement.js.map +0 -1
  1074. package/ui/elements/form/README.md +0 -2
  1075. package/ui/elements/form/SelectElement.d.ts +0 -15
  1076. package/ui/elements/form/SelectElement.js +0 -87
  1077. package/ui/elements/form/SelectElement.js.map +0 -1
  1078. package/ui/elements/form/TextareaElement.d.ts +0 -15
  1079. package/ui/elements/form/TextareaElement.js +0 -72
  1080. package/ui/elements/form/TextareaElement.js.map +0 -1
  1081. package/ui/views/AdminView/ContentElement.d.ts +0 -4
  1082. package/ui/views/AdminView/ContentElement.js +0 -78
  1083. package/ui/views/AdminView/ContentElement.js.map +0 -1
  1084. package/ui/views/AdminView/HeaderElement.d.ts +0 -13
  1085. package/ui/views/AdminView/HeaderElement.js +0 -144
  1086. package/ui/views/AdminView/HeaderElement.js.map +0 -1
  1087. package/ui/views/AdminView/HeaderSectionCenterElement.d.ts +0 -6
  1088. package/ui/views/AdminView/HeaderSectionCenterElement.js +0 -62
  1089. package/ui/views/AdminView/HeaderSectionCenterElement.js.map +0 -1
  1090. package/ui/views/AdminView/HeaderSectionLeftElement.d.ts +0 -6
  1091. package/ui/views/AdminView/HeaderSectionLeftElement.js +0 -62
  1092. package/ui/views/AdminView/HeaderSectionLeftElement.js.map +0 -1
  1093. package/ui/views/AdminView/HeaderSectionRightElement.d.ts +0 -6
  1094. package/ui/views/AdminView/HeaderSectionRightElement.js +0 -62
  1095. package/ui/views/AdminView/HeaderSectionRightElement.js.map +0 -1
  1096. package/ui/views/AdminView/components/Dialog.d.ts +0 -2
  1097. package/ui/views/AdminView/components/Dialog.js +0 -57
  1098. package/ui/views/AdminView/components/Dialog.js.map +0 -1
  1099. package/ui/views/AdminView/components/Hamburger.d.ts +0 -3
  1100. package/ui/views/AdminView/components/Hamburger.js +0 -39
  1101. package/ui/views/AdminView/components/Hamburger.js.map +0 -1
  1102. package/ui/views/AdminView/components/Snackbar.d.ts +0 -3
  1103. package/ui/views/AdminView/components/Snackbar.js +0 -41
  1104. package/ui/views/AdminView/components/Snackbar.js.map +0 -1
  1105. package/ui/views/FormView/FormContainerElement.d.ts +0 -12
  1106. package/ui/views/FormView/FormContainerElement.js +0 -71
  1107. package/ui/views/FormView/FormContainerElement.js.map +0 -1
  1108. package/ui/views/FormView/FormContentElement.d.ts +0 -3
  1109. package/ui/views/FormView/FormContentElement.js +0 -33
  1110. package/ui/views/FormView/FormContentElement.js.map +0 -1
  1111. package/ui/views/FormView/FormFooterElement.d.ts +0 -6
  1112. package/ui/views/FormView/FormFooterElement.js +0 -68
  1113. package/ui/views/FormView/FormFooterElement.js.map +0 -1
  1114. package/ui/views/FormView/FormHeaderElement.d.ts +0 -14
  1115. package/ui/views/FormView/FormHeaderElement.js +0 -103
  1116. package/ui/views/FormView/FormHeaderElement.js.map +0 -1
  1117. package/ui/views/FormView.d.ts +0 -40
  1118. package/ui/views/FormView.js +0 -208
  1119. package/ui/views/FormView.js.map +0 -1
  1120. package/ui/views/OverlayView/ContentElement.d.ts +0 -6
  1121. package/ui/views/OverlayView/ContentElement.js +0 -61
  1122. package/ui/views/OverlayView/ContentElement.js.map +0 -1
  1123. package/ui/views/OverlayView/HeaderElement.d.ts +0 -24
  1124. package/ui/views/OverlayView/HeaderElement.js +0 -134
  1125. package/ui/views/OverlayView/HeaderElement.js.map +0 -1
  1126. package/ui/views/OverlayView/HeaderTitleElement.d.ts +0 -13
  1127. package/ui/views/OverlayView/HeaderTitleElement.js +0 -73
  1128. package/ui/views/OverlayView/HeaderTitleElement.js.map +0 -1
  1129. package/ui/views/OverlayView/useOverlayView.d.ts +0 -5
  1130. package/ui/views/OverlayView/useOverlayView.js +0 -54
  1131. package/ui/views/OverlayView/useOverlayView.js.map +0 -1
  1132. package/ui/views/OverlayView.d.ts +0 -29
  1133. package/ui/views/OverlayView.js +0 -199
  1134. package/ui/views/OverlayView.js.map +0 -1
  1135. package/ui/views/SplitView/SplitViewPanelElement.d.ts +0 -11
  1136. package/ui/views/SplitView/SplitViewPanelElement.js +0 -91
  1137. package/ui/views/SplitView/SplitViewPanelElement.js.map +0 -1
  1138. package/ui/views/SplitView.d.ts +0 -21
  1139. package/ui/views/SplitView.js +0 -162
  1140. package/ui/views/SplitView.js.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"names":["SearchShortcut","styled","border","color","borderRadius","width","height","marginTop","textAlign","fontSize","paddingTop","boxSizing","cursor","opacity","SearchBarWrapper","display","SearchBarInputWrapper","position","searchBarInput","css","lineHeight","outline","backgroundColor","paddingLeft","borderBottom","searchBarDropdown","background","left","top","zIndex","padding","fontWeight","icon","paddingRight","iconSearchType","searchWrapper","transition","boxShadow","input"],"sources":["styled.ts"],"sourcesContent":["// TODO remove\n// @ts-nocheck\nimport { css } from \"emotion\";\nimport styled from \"@emotion/styled\";\n\nexport const SearchShortcut = styled(\"div\")({\n border: \"1px solid var(--mdc-theme-surface)\",\n color: \"var(--mdc-theme-surface)\",\n borderRadius: 5,\n width: 20,\n height: 24,\n marginTop: 1,\n textAlign: \"center\",\n fontSize: \"12px\",\n paddingTop: \"3px\",\n boxSizing: \"border-box\",\n cursor: \"default\",\n opacity: \"0.8\"\n});\n\nexport const SearchBarWrapper = styled(\"div\")({\n display: \"flex\",\n width: \"100%\"\n});\n\nexport const SearchBarInputWrapper = styled(\"div\")({\n display: \"flex\",\n width: \"100%\",\n position: \"relative\"\n});\n\nexport const searchBarInput = css({\n width: \"100%\",\n lineHeight: 1,\n border: \"none\",\n outline: \"none\",\n backgroundColor: \"transparent\",\n \"&.mdc-text-field__input\": {\n paddingTop: \"5px !important\",\n paddingLeft: \"10px !important\",\n borderBottom: \"none !important\",\n height: \"25px !important\",\n color: \"var(--mdc-theme-surface)\",\n \"&::placeholder\": {\n color: \"var(--mdc-theme-surface) !important\",\n opacity: \"1 !important\"\n },\n \"&:focus::placeholder\": {\n color: \"var(--mdc-theme-text-secondary-on-background) !important\"\n }\n }\n});\n\nexport const searchBarDropdown = css({\n position: \"absolute\",\n background: \"white\",\n left: -1,\n width: \"calc(100% + 2px)\",\n top: 45,\n zIndex: 2,\n color: \"var(--mdc-theme-on-surface)\",\n borderRadius: \"0 0 5px 5px\",\n \".mdc-list\": {\n padding: 0,\n \".mdc-list-item\": {\n \"&.selected\": {\n fontWeight: \"bold\"\n },\n \"&.highlighted\": {\n backgroundColor: \"var(--mdc-theme-on-background)\"\n }\n }\n }\n});\n\nexport const icon = css({\n \"&.mdc-button__icon\": {\n width: \"auto !important\",\n paddingRight: 5,\n opacity: 0.75,\n marginTop: 2\n }\n});\n\nexport const iconSearchType = css({\n cursor: \"pointer\",\n paddingLeft: 5\n});\n\nexport const searchWrapper = css({\n backgroundColor: \"rgba(0, 0, 0, 0.1)\",\n display: \"flex\",\n padding: \"10px 20px\",\n position: \"relative\",\n borderRadius: 4,\n transition: \"background 100ms ease-in,width 100ms ease-out\",\n color: \"var(--mdc-theme-surface)\",\n border: \"1px solid transparent\",\n \"&.active\": {\n color: \"var(--mdc-theme-on-surface)\",\n border: \"1px solid var(--mdc-theme-text-hint-on-dark)\",\n background: \"var(--mdc-theme-surface)\",\n boxShadow: \"0 1px 1px var(--mdc-theme-text-hint-on-dark)\",\n input: {\n color: \"var(--mdc-theme-on-surface)\"\n },\n [SearchShortcut]: {\n display: \"none\"\n }\n },\n input: {\n color: \"var(--mdc-theme-surface)\"\n }\n});\n"],"mappings":";;;;;;;;;;;AAEA;;AACA;;AAHA;AACA;AAIO,IAAMA,cAAc,oBAAGC,eAAH,EAAU,KAAV;EAAA;EAAA;AAAA,GAAiB;EACxCC,MAAM,EAAE,oCADgC;EAExCC,KAAK,EAAE,0BAFiC;EAGxCC,YAAY,EAAE,CAH0B;EAIxCC,KAAK,EAAE,EAJiC;EAKxCC,MAAM,EAAE,EALgC;EAMxCC,SAAS,EAAE,CAN6B;EAOxCC,SAAS,EAAE,QAP6B;EAQxCC,QAAQ,EAAE,MAR8B;EASxCC,UAAU,EAAE,KAT4B;EAUxCC,SAAS,EAAE,YAV6B;EAWxCC,MAAM,EAAE,SAXgC;EAYxCC,OAAO,EAAE;AAZ+B,CAAjB,CAApB;;AAeA,IAAMC,gBAAgB,oBAAGb,eAAH,EAAU,KAAV;EAAA;EAAA;AAAA,GAAiB;EAC1Cc,OAAO,EAAE,MADiC;EAE1CV,KAAK,EAAE;AAFmC,CAAjB,CAAtB;;AAKA,IAAMW,qBAAqB,oBAAGf,eAAH,EAAU,KAAV;EAAA;EAAA;AAAA,GAAiB;EAC/Cc,OAAO,EAAE,MADsC;EAE/CV,KAAK,EAAE,MAFwC;EAG/CY,QAAQ,EAAE;AAHqC,CAAjB,CAA3B;;AAMA,IAAMC,cAAc,gBAAG,IAAAC,YAAA,EAAI;EAC9Bd,KAAK,EAAE,MADuB;EAE9Be,UAAU,EAAE,CAFkB;EAG9BlB,MAAM,EAAE,MAHsB;EAI9BmB,OAAO,EAAE,MAJqB;EAK9BC,eAAe,EAAE,aALa;EAM9B,2BAA2B;IACvBZ,UAAU,EAAE,gBADW;IAEvBa,WAAW,EAAE,iBAFU;IAGvBC,YAAY,EAAE,iBAHS;IAIvBlB,MAAM,EAAE,iBAJe;IAKvBH,KAAK,EAAE,0BALgB;IAMvB,kBAAkB;MACdA,KAAK,EAAE,qCADO;MAEdU,OAAO,EAAE;IAFK,CANK;IAUvB,wBAAwB;MACpBV,KAAK,EAAE;IADa;EAVD;AANG,CAAJ,0BAAvB;;AAsBA,IAAMsB,iBAAiB,gBAAG,IAAAN,YAAA,EAAI;EACjCF,QAAQ,EAAE,UADuB;EAEjCS,UAAU,EAAE,OAFqB;EAGjCC,IAAI,EAAE,CAAC,CAH0B;EAIjCtB,KAAK,EAAE,kBAJ0B;EAKjCuB,GAAG,EAAE,EAL4B;EAMjCC,MAAM,EAAE,CANyB;EAOjC1B,KAAK,EAAE,6BAP0B;EAQjCC,YAAY,EAAE,aARmB;EASjC,aAAa;IACT0B,OAAO,EAAE,CADA;IAET,kBAAkB;MACd,cAAc;QACVC,UAAU,EAAE;MADF,CADA;MAId,iBAAiB;QACbT,eAAe,EAAE;MADJ;IAJH;EAFT;AAToB,CAAJ,6BAA1B;;AAsBA,IAAMU,IAAI,gBAAG,IAAAb,YAAA,EAAI;EACpB,sBAAsB;IAClBd,KAAK,EAAE,iBADW;IAElB4B,YAAY,EAAE,CAFI;IAGlBpB,OAAO,EAAE,IAHS;IAIlBN,SAAS,EAAE;EAJO;AADF,CAAJ,gBAAb;;AASA,IAAM2B,cAAc,gBAAG,IAAAf,YAAA,EAAI;EAC9BP,MAAM,EAAE,SADsB;EAE9BW,WAAW,EAAE;AAFiB,CAAJ,0BAAvB;;AAKA,IAAMY,aAAa,gBAAG,IAAAhB,YAAA,EAAI;EAC7BG,eAAe,EAAE,oBADY;EAE7BP,OAAO,EAAE,MAFoB;EAG7Be,OAAO,EAAE,WAHoB;EAI7Bb,QAAQ,EAAE,UAJmB;EAK7Bb,YAAY,EAAE,CALe;EAM7BgC,UAAU,EAAE,+CANiB;EAO7BjC,KAAK,EAAE,0BAPsB;EAQ7BD,MAAM,EAAE,uBARqB;EAS7B;IACIC,KAAK,EAAE,6BADX;IAEID,MAAM,EAAE,8CAFZ;IAGIwB,UAAU,EAAE,0BAHhB;IAIIW,SAAS,EAAE,8CAJf;IAKIC,KAAK,EAAE;MACHnC,KAAK,EAAE;IADJ;EALX,GAQKH,cARL,EAQsB;IACde,OAAO,EAAE;EADK,CARtB,CAT6B;EAqB7BuB,KAAK,EAAE;IACHnC,KAAK,EAAE;EADJ;AArBsB,CAAJ,yBAAtB"}
@@ -1,2 +0,0 @@
1
- import { UILayoutPlugin } from "../../ui/UILayout";
2
- export declare const uiLayoutPlugin: UILayoutPlugin<import("@webiny/ui-composer/UILayout").UILayout>;
@@ -1,75 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
-
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports.uiLayoutPlugin = void 0;
9
-
10
- var _react = _interopRequireWildcard(require("react"));
11
-
12
- var _Grid = require("@webiny/ui/Grid");
13
-
14
- var _UILayout = require("../../ui/UILayout");
15
-
16
- function getElementKey(element) {
17
- return "".concat(element.constructor.name, ":").concat(element.id);
18
- }
19
-
20
- var ElementID = function ElementID(_ref) {
21
- var children = _ref.children;
22
- return children;
23
- };
24
-
25
- var uiLayoutPlugin = new _UILayout.UILayoutPlugin(function (layout) {
26
- layout.setRenderer(function (_ref2) {
27
- var layout = _ref2.layout,
28
- props = _ref2.props,
29
- hasParentGrid = _ref2.hasParentGrid;
30
-
31
- if (!layout.getGrid()) {
32
- return /*#__PURE__*/_react.default.createElement(_react.Fragment, null, layout.getLayout().map(function (row, index) {
33
- return /*#__PURE__*/_react.default.createElement(_react.Fragment, {
34
- key: index
35
- }, row.map(function (item) {
36
- var element = layout.getElement(item.element);
37
-
38
- if (!element) {
39
- console.warn("Element \"".concat(item.element, "\" was not found!"));
40
- return null;
41
- }
42
-
43
- if (!element.shouldRender(props)) {
44
- return null;
45
- }
46
-
47
- return /*#__PURE__*/_react.default.createElement(ElementID, {
48
- key: getElementKey(element)
49
- }, element.render(props));
50
- }));
51
- }));
52
- }
53
-
54
- var GridComponent = hasParentGrid ? _Grid.GridInner : _Grid.Grid;
55
- return /*#__PURE__*/_react.default.createElement(GridComponent, null, layout.getLayout().map(function (row, index) {
56
- return /*#__PURE__*/_react.default.createElement(_react.Fragment, {
57
- key: index
58
- }, row.map(function (item) {
59
- var element = layout.getElement(item.element);
60
-
61
- if (!element.shouldRender(props)) {
62
- return null;
63
- }
64
-
65
- return /*#__PURE__*/_react.default.createElement(_Grid.Cell, {
66
- key: item.element,
67
- span: item.width
68
- }, /*#__PURE__*/_react.default.createElement(ElementID, {
69
- key: getElementKey(element)
70
- }, element.render(props)));
71
- }));
72
- }));
73
- });
74
- });
75
- exports.uiLayoutPlugin = uiLayoutPlugin;
@@ -1 +0,0 @@
1
- {"version":3,"names":["getElementKey","element","constructor","name","id","ElementID","children","uiLayoutPlugin","UILayoutPlugin","layout","setRenderer","props","hasParentGrid","getGrid","getLayout","map","row","index","item","getElement","console","warn","shouldRender","render","GridComponent","GridInner","Grid","width"],"sources":["index.tsx"],"sourcesContent":["import React, { Fragment } from \"react\";\nimport { Cell, Grid, GridInner } from \"@webiny/ui/Grid\";\nimport { UILayoutPlugin } from \"~/ui/UILayout\";\nimport { UIElement } from \"~/ui/UIElement\";\n\nfunction getElementKey(element: UIElement) {\n return `${element.constructor.name}:${element.id}`;\n}\n\nconst ElementID: React.FC = ({ children }) => {\n return children as unknown as React.ReactElement;\n};\n\nexport const uiLayoutPlugin = new UILayoutPlugin(layout => {\n layout.setRenderer(({ layout, props, hasParentGrid }) => {\n if (!layout.getGrid()) {\n return (\n <Fragment>\n {layout.getLayout().map((row, index) => (\n <Fragment key={index}>\n {row.map(item => {\n const element = layout.getElement(item.element);\n\n if (!element) {\n console.warn(`Element \"${item.element}\" was not found!`);\n return null;\n }\n\n if (!element.shouldRender(props)) {\n return null;\n }\n\n return (\n <ElementID key={getElementKey(element)}>\n {element.render(props)}\n </ElementID>\n );\n })}\n </Fragment>\n ))}\n </Fragment>\n );\n }\n\n const GridComponent = hasParentGrid ? GridInner : Grid;\n\n return (\n <GridComponent>\n {layout.getLayout().map((row, index) => (\n <Fragment key={index}>\n {row.map(item => {\n const element = layout.getElement(item.element);\n if (!element.shouldRender(props)) {\n return null;\n }\n return (\n <Cell key={item.element} span={item.width}>\n <ElementID key={getElementKey(element)}>\n {element.render(props)}\n </ElementID>\n </Cell>\n );\n })}\n </Fragment>\n ))}\n </GridComponent>\n );\n });\n});\n"],"mappings":";;;;;;;;;AAAA;;AACA;;AACA;;AAGA,SAASA,aAAT,CAAuBC,OAAvB,EAA2C;EACvC,iBAAUA,OAAO,CAACC,WAAR,CAAoBC,IAA9B,cAAsCF,OAAO,CAACG,EAA9C;AACH;;AAED,IAAMC,SAAmB,GAAG,SAAtBA,SAAsB,OAAkB;EAAA,IAAfC,QAAe,QAAfA,QAAe;EAC1C,OAAOA,QAAP;AACH,CAFD;;AAIO,IAAMC,cAAc,GAAG,IAAIC,wBAAJ,CAAmB,UAAAC,MAAM,EAAI;EACvDA,MAAM,CAACC,WAAP,CAAmB,iBAAsC;IAAA,IAAnCD,MAAmC,SAAnCA,MAAmC;IAAA,IAA3BE,KAA2B,SAA3BA,KAA2B;IAAA,IAApBC,aAAoB,SAApBA,aAAoB;;IACrD,IAAI,CAACH,MAAM,CAACI,OAAP,EAAL,EAAuB;MACnB,oBACI,6BAAC,eAAD,QACKJ,MAAM,CAACK,SAAP,GAAmBC,GAAnB,CAAuB,UAACC,GAAD,EAAMC,KAAN;QAAA,oBACpB,6BAAC,eAAD;UAAU,GAAG,EAAEA;QAAf,GACKD,GAAG,CAACD,GAAJ,CAAQ,UAAAG,IAAI,EAAI;UACb,IAAMjB,OAAO,GAAGQ,MAAM,CAACU,UAAP,CAAkBD,IAAI,CAACjB,OAAvB,CAAhB;;UAEA,IAAI,CAACA,OAAL,EAAc;YACVmB,OAAO,CAACC,IAAR,qBAAyBH,IAAI,CAACjB,OAA9B;YACA,OAAO,IAAP;UACH;;UAED,IAAI,CAACA,OAAO,CAACqB,YAAR,CAAqBX,KAArB,CAAL,EAAkC;YAC9B,OAAO,IAAP;UACH;;UAED,oBACI,6BAAC,SAAD;YAAW,GAAG,EAAEX,aAAa,CAACC,OAAD;UAA7B,GACKA,OAAO,CAACsB,MAAR,CAAeZ,KAAf,CADL,CADJ;QAKH,CAjBA,CADL,CADoB;MAAA,CAAvB,CADL,CADJ;IA0BH;;IAED,IAAMa,aAAa,GAAGZ,aAAa,GAAGa,eAAH,GAAeC,UAAlD;IAEA,oBACI,6BAAC,aAAD,QACKjB,MAAM,CAACK,SAAP,GAAmBC,GAAnB,CAAuB,UAACC,GAAD,EAAMC,KAAN;MAAA,oBACpB,6BAAC,eAAD;QAAU,GAAG,EAAEA;MAAf,GACKD,GAAG,CAACD,GAAJ,CAAQ,UAAAG,IAAI,EAAI;QACb,IAAMjB,OAAO,GAAGQ,MAAM,CAACU,UAAP,CAAkBD,IAAI,CAACjB,OAAvB,CAAhB;;QACA,IAAI,CAACA,OAAO,CAACqB,YAAR,CAAqBX,KAArB,CAAL,EAAkC;UAC9B,OAAO,IAAP;QACH;;QACD,oBACI,6BAAC,UAAD;UAAM,GAAG,EAAEO,IAAI,CAACjB,OAAhB;UAAyB,IAAI,EAAEiB,IAAI,CAACS;QAApC,gBACI,6BAAC,SAAD;UAAW,GAAG,EAAE3B,aAAa,CAACC,OAAD;QAA7B,GACKA,OAAO,CAACsB,MAAR,CAAeZ,KAAf,CADL,CADJ,CADJ;MAOH,CAZA,CADL,CADoB;IAAA,CAAvB,CADL,CADJ;EAqBH,CArDD;AAsDH,CAvD6B,CAAvB"}
@@ -1,346 +0,0 @@
1
- @use "@material/top-app-bar/_mixins.scss" as topAppBar;
2
- @use "@material/elevation/mixins" as elevation;
3
- @use "@material/button/mixins" as button;
4
- @use "@material/icon-button/mixins" as iconButton;
5
- @use "@material/drawer/mixins" as drawer;
6
- @use "@material/tab-bar/mixins" as tabBar;
7
- @use "@material/tab/mixins" as tab;
8
- @use "@material/tab-indicator/mixins" as tabIndicator;
9
- @use "@material/list/mixins" as list;
10
- @use "@material/switch/mixins" as switch;
11
- @use "@material/textfield/mixins" as textfield;
12
- @use "@material/select/mixins" as select;
13
- @use "@material/checkbox/mixins" as checkbox;
14
- @use "@material/radio/mixins" as radio;
15
- @use "@material/snackbar/mixins" as snackbar;
16
-
17
- // top app bar should use theme-surface as the fill color
18
- .mdc-top-app-bar {
19
- @include topAppBar.fill-color($mdc-theme-surface);
20
- }
21
-
22
- .mdc-top-app-bar.primary {
23
- @include topAppBar.fill-color($mdc-theme-primary);
24
- }
25
-
26
- // elevation should use theme-surface as fill color so it can be used as surface
27
- .mdc-elevation--z1 {
28
- @include elevation.elevation(1, $mdc-theme-on-surface);
29
- }
30
-
31
- .mdc-elevation--z2 {
32
- @include elevation.elevation(2, $mdc-theme-on-surface);
33
- }
34
-
35
- .mdc-elevation--z3 {
36
- @include elevation.elevation(3, $mdc-theme-on-surface);
37
- }
38
-
39
- .mdc-elevation--z1,
40
- .mdc-elevation--z2,
41
- .mdc-elevation--z3,
42
- .mdc-elevation--z4,
43
- .mdc-elevation--z5,
44
- .mdc-elevation--z6,
45
- .mdc-elevation--z7,
46
- .mdc-elevation--z8,
47
- .mdc-elevation--z9 {
48
- background-color: $mdc-theme-surface;
49
- }
50
-
51
- // button styles
52
- .mdc-button {
53
- @include button.shape-radius(2px);
54
- .mdc-button__label {
55
- display: flex;
56
- align-items: center;
57
- }
58
- }
59
-
60
- // set icon colors
61
- .mdc-icon,
62
- .mdc-icon-button {
63
- @include iconButton.ink-color($mdc-theme-text-secondary-on-background);
64
- }
65
-
66
- // drawer
67
- .mcd-drawer {
68
- @include drawer.title-ink-color($mdc-theme-text-primary-on-background);
69
- @include drawer.subtitle-ink-color($mdc-theme-text-primary-on-background);
70
- @include drawer.item-icon-ink-color($mdc-theme-text-primary-on-background);
71
- @include drawer.item-text-ink-color($mdc-theme-text-primary-on-background);
72
- @include drawer.surface-fill-color($mdc-theme-surface);
73
- @include drawer.item-shape-radius(0);
74
- }
75
-
76
- // fix for drawer positioning
77
- .mdc-drawer {
78
- z-index: 12;
79
- background-color: $mdc-theme-surface;
80
- &.mdc-drawer--modal.mdc-drawer--open {
81
- top: 0;
82
- background-color: $mdc-theme-surface;
83
- }
84
- }
85
-
86
- // fix drawer display so we can have a nice drawer footer
87
- .mdc-drawer--modal.mdc-drawer--open {
88
- display: flex;
89
- }
90
-
91
- // tabs
92
- .mdc-tab-bar {
93
- @include tabBar.width("100%");
94
-
95
- .mdc-tab {
96
- @include tab.fixed-width("100px");
97
- @include tab.text-label-color($mdc-theme-text-primary-on-background);
98
- @include tab.icon-color($mdc-theme-text-primary-on-background);
99
-
100
- // fixes tab width
101
- flex: 1 0;
102
- }
103
-
104
- .mdc-tab-indicator {
105
- @include tabIndicator.underline-color($mdc-theme-primary);
106
- }
107
- }
108
-
109
- // list
110
- .mdc-list {
111
- @include list.item-primary-text-ink-color($mdc-theme-text-primary-on-background);
112
- @include list.item-secondary-text-ink-color($mdc-theme-text-secondary-on-background);
113
- @include list.item-graphic-ink-color($mdc-theme-text-secondary-on-background);
114
- @include list.item-meta-ink-color($mdc-theme-text-secondary-on-background);
115
- @include list.divider-color($mdc-theme-on-background);
116
- @include list.group-subheader-ink-color($mdc-theme-text-primary-on-background);
117
- @include list.single-line-shape-radius(0);
118
-
119
- .mdc-list-item {
120
- color: $mdc-theme-text-primary-on-background;
121
- }
122
-
123
- .mdc-list-item:hover,
124
- .mdc-list-item::after,
125
- .mdc-list-item::before {
126
- background-color: transparent;
127
- }
128
- &:not(.mdc-list--non-interactive) {
129
- .mdc-list-item:hover {
130
- background-color: $mdc-theme-text-hint-on-dark;
131
- cursor: pointer;
132
- }
133
- .mdc-list-item::after,
134
- .mdc-list-item::before {
135
- background-color: $mdc-theme-text-primary-on-background;
136
- }
137
- }
138
- }
139
-
140
- // switch
141
- .mdc-switch {
142
- @include switch.toggled-off-track-color($mdc-theme-on-surface);
143
- margin-left: 5px;
144
- margin-right: 10px;
145
- }
146
-
147
- // menu
148
- .mdc-menu {
149
- background-color: $mdc-theme-surface;
150
- }
151
-
152
- /*
153
- Fix the width of input components when inside grids
154
- */
155
- .mdc-text-field {
156
- width: 100%;
157
- @include textfield.shape-radius(0);
158
- @include textfield.textarea-shape-radius(0);
159
- @include textfield.fill-color($mdc-theme-on-background);
160
- @include textfield.label-color($mdc-theme-text-primary-on-background);
161
- @include textfield.ink-color($mdc-theme-on-surface);
162
- &.mdc-text-field--textarea {
163
- textarea {
164
- padding-top: 25px;
165
- }
166
- .mdc-floating-label.mdc-floating-label {
167
- margin-left: 11px;
168
- top: 35px;
169
- }
170
- &.--focused {
171
- .mdc-floating-label.mdc-floating-label {
172
- top: 0px;
173
- }
174
- }
175
- }
176
- &.mdc-text-field--disabled {
177
- background-color: $mdc-theme-background;
178
- opacity: 0.55;
179
- .mdc-text-field__input {
180
- color: $mdc-theme-text-primary-on-background;
181
- &::placeholder {
182
- color: $mdc-theme-text-primary-on-background;
183
- }
184
- }
185
- }
186
- .mdc-text-field__input {
187
- width: 100%;
188
- resize: none;
189
- //border: 1px solid $mdc-theme-on-background;
190
- }
191
- }
192
-
193
- // textfield helper - color fix
194
- .mdc-text-field-helper-text {
195
- margin-left: 2px !important;
196
- color: $mdc-theme-text-secondary-on-background;
197
- &--error {
198
- color: $mdc-theme-primary !important;
199
- }
200
- }
201
-
202
- // dialog
203
- .mdc-dialog {
204
- z-index: 20;
205
- .mdc-dialog__container {
206
- width: 100%;
207
- }
208
- .mdc-dialog__surface {
209
- border-radius: 0px;
210
- max-width: 875px;
211
- position: relative;
212
- .mdc-dialog__title {
213
- background-color: $mdc-theme-secondary;
214
- padding-bottom: 20px;
215
- font-size: 1.4rem;
216
- font-weight: 600;
217
- color: $mdc-theme-on-secondary;
218
- }
219
- .mdc-dialog__content {
220
- color: $mdc-theme-text-primary-on-background;
221
- max-height: 70vh;
222
- overflow: auto;
223
- margin-top: 0;
224
- padding-top: 24px;
225
- background-color: $mdc-theme-surface;
226
-
227
- // add options for when tabs are inside the body
228
- > .webiny-ui-tabs {
229
- margin: -24px;
230
- > .mdc-tab-bar {
231
- position: absolute;
232
- z-index: 10;
233
- @include tabBar.width(100%);
234
- background-color: $mdc-theme-secondary;
235
- .mdc-tab {
236
- @include tab.text-label-color($mdc-theme-on-secondary);
237
- @include tab.icon-color($mdc-theme-on-secondary);
238
- @include tab.fixed-width(100px);
239
- justify-content: flex-start;
240
- font-weight: 600;
241
- }
242
- .mdc-tab-indicator {
243
- padding-bottom: 5px;
244
- margin-top: -1px;
245
- @include tabIndicator.underline-color($mdc-theme-on-secondary);
246
- background-color: $mdc-theme-secondary;
247
- }
248
- }
249
- > .webiny-ui-tabs__content {
250
- padding-top: 50px;
251
- padding-bottom: 25px;
252
- }
253
- }
254
- }
255
- .mdc-dialog__actions {
256
- border-top: 1px solid $mdc-theme-on-background;
257
- background-color: $mdc-theme-surface;
258
- padding: 24px;
259
- }
260
- }
261
- &.mdc-dialog--open .mdc-dialog__scrim {
262
- opacity: 0.7;
263
- background-color: var(--mdc-theme-on-surface);
264
- }
265
- }
266
-
267
- // select
268
- .mdc-select {
269
- width: 100%;
270
- @include select.ink-color($mdc-theme-text-primary-on-background);
271
- @include select.label-color($mdc-theme-text-secondary-on-background);
272
- @include select.bottom-line-color($mdc-theme-text-secondary-on-background);
273
- @include select.hover-bottom-line-color($mdc-theme-text-primary-on-background);
274
- @include select.container-fill-color($mdc-theme-on-background);
275
- @include select.shape-radius(0);
276
- @include select.outline-shape-radius(2);
277
-
278
- /*
279
- Fix for select box appearance. For some reason browser prefix css attributes are striped away.
280
- */
281
- .mdc-select__native-control {
282
- -webkit-appearance: none;
283
- -moz-appearance: none;
284
- border-radius: 2px;
285
- }
286
-
287
- &.mdc-select--box {
288
- border-radius: 2px;
289
- .mdc-select__native-control {
290
- padding-top: 10px;
291
- }
292
- }
293
- &:not(.mdc-select--disabled).mdc-select--focused {
294
- .mdc-floating-label {
295
- color: rgba(0, 0, 0, 0.6);
296
- }
297
- .mdc-select__dropdown-icon {
298
- @include select.dd-arrow-svg-bg_($mdc-theme-primary, 1);
299
- }
300
- }
301
- &:not(.mdc-select--disabled).mdc-select--focused {
302
- .mdc-floating-label {
303
- color: rgba(0, 0, 0, 0.6);
304
- }
305
- .mdc-select__dropdown-icon {
306
- @include select.dd-arrow-svg-bg_($mdc-theme-primary, 1);
307
- }
308
- }
309
- }
310
-
311
- // checkbox
312
- .mdc-checkbox {
313
- @include checkbox.container-colors("text-secondary-on-background");
314
- }
315
-
316
- // radio button
317
- .mdc-radio {
318
- @include radio.unchecked-stroke-color("text-secondary-on-background");
319
- }
320
-
321
- // snackbar
322
- .mdc-snackbar {
323
- @include snackbar.shape-radius(2px);
324
- @include snackbar.z-index(1000);
325
- }
326
-
327
- .mdc-snackbar__action:not(:disabled) {
328
- color: var(--mdc-theme-primary);
329
- &::before {
330
- background-color: var(--mdc-theme-primary);
331
- }
332
- &::after {
333
- background-color: var(--mdc-theme-primary);
334
- }
335
- }
336
-
337
- // when grid is inside another grid cell, child grid should not have any padding
338
- .mdc-layout-grid {
339
- > .mdc-layout-grid__inner {
340
- > .mdc-layout-grid__cell {
341
- > .mdc-layout-grid {
342
- padding: 0;
343
- }
344
- }
345
- }
346
- }
@@ -1,43 +0,0 @@
1
- @use "@material/theme/mixins" as themeMixins;
2
-
3
- // material variables
4
- $mdc-theme-primary: $webiny-theme-light-primary;
5
- $mdc-theme-on-primary: $webiny-theme-light-on-primary;
6
- $mdc-theme-secondary: $webiny-theme-light-secondary;
7
- $mdc-theme-on-secondary: $webiny-theme-light-on-secondary;
8
- $mdc-theme-surface: $webiny-theme-light-surface;
9
- $mdc-theme-on-surface: $webiny-theme-light-on-surface;
10
- $mdc-theme-background: $webiny-theme-light-background;
11
- $mdc-theme-on-background: $webiny-theme-light-on-background;
12
- $mdc-theme-text-primary-on-background: $webiny-theme-light-text-primary-on-background !global;
13
- $mdc-theme-text-secondary-on-background: $webiny-theme-light-text-secondary-on-background;
14
- $mdc-theme-text-hint-on-dark: $webiny-theme-light-text-hint-on-dark;
15
- $mdc-typography-font-family: $webiny-theme-typography-font-family;
16
- $mdc-typography-subtitle2-font-weight: $webiny-theme-typography-subtitle2-font-weight;
17
-
18
- @import "~material-components-web/material-components-web.scss";
19
- @import "material-theme-assignments.scss";
20
-
21
- body {
22
- background-color: $mdc-theme-background;
23
- min-height: 100vh;
24
-
25
- // assign all the sass variables in css variables
26
- --mdc-theme-primary: #{$mdc-theme-primary};
27
- --mdc-theme-secondary: #{$mdc-theme-secondary};
28
- --mdc-theme-background: #{$mdc-theme-background};
29
- --mdc-theme-surface: #{$mdc-theme-surface};
30
- --mdc-theme-on-primary: #{$mdc-theme-on-primary};
31
- --mdc-theme-on-secondary: #{$mdc-theme-on-secondary};
32
- --mdc-theme-on-surface: #{$mdc-theme-on-surface};
33
- --mdc-theme-on-background: #{$mdc-theme-on-background};
34
- --mdc-theme-text-primary-on-background: #{$mdc-theme-text-primary-on-background};
35
- --mdc-theme-text-secondary-on-background: #{$mdc-theme-text-secondary-on-background};
36
- --mdc-theme-text-hint-on-dark: #{$mdc-theme-text-hint-on-dark};
37
- --mdc-theme-caret-down: #{$webiny-theme-light-caret-down};
38
- --mdc-typography-font-family: #{$mdc-typography-font-family};
39
- --mdc-typography-subtitle2-font-weight: #{$mdc-typography-subtitle2-font-weight};
40
-
41
- font-family: "Source Sans Pro";
42
- }
43
-
package/styles/theme.scss DELETED
@@ -1,46 +0,0 @@
1
- // webiny light theme
2
- $webiny-theme-light-primary: #fa5723 !default;
3
- $webiny-theme-light-secondary: #00ccb0 !default;
4
- $webiny-theme-light-background: #f2f2f2 !default;
5
- $webiny-theme-light-surface: #fff !default;
6
- $webiny-theme-light-on-primary: #ffffff !default;
7
- $webiny-theme-light-on-secondary: #ffffff !default;
8
- $webiny-theme-light-on-surface: #000000 !default;
9
- $webiny-theme-light-on-background: rgba(212, 212, 212, 0.5) !default;
10
- $webiny-theme-light-text-primary-on-background: rgba(0, 0, 0, 0.87);
11
- $webiny-theme-light-text-secondary-on-background: rgba(0, 0, 0, 0.54);
12
- $webiny-theme-light-text-hint-on-dark: rgba(255, 255, 255, 0.5);
13
- $webiny-theme-light-caret-down: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.54%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E");
14
-
15
- // webiny dark theme
16
- $webiny-theme-dark-primary: #fa5723 !default;
17
- $webiny-theme-dark-secondary: #00ccb0 !default;
18
- $webiny-theme-dark-background: #121212 !default;
19
- $webiny-theme-dark-surface: #242424 !default;
20
- $webiny-theme-dark-on-primary: #ffffff !default;
21
- $webiny-theme-dark-on-secondary: #ffffff !default;
22
- $webiny-theme-dark-on-surface: #ffffff !default;
23
- $webiny-theme-dark-on-background: rgba(255, 255, 255, 0.15) !default;
24
- $webiny-theme-dark-text-primary-on-background: rgba(255, 255, 255, 0.87);
25
- $webiny-theme-dark-text-secondary-on-background: rgba(255, 255, 255, 0.54);
26
- $webiny-theme-dark-text-hint-on-dark: rgba(255, 255, 255, 0.15);
27
- $webiny-theme-dark-caret-down: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.54%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E");
28
-
29
- // webiny typography
30
- $webiny-theme-typography-font-family: "Source Sans Pro" !default;
31
- $webiny-theme-typography-subtitle2-font-weight: 600 !default;
32
-
33
- // import required fonts
34
- @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700|Open+Sans:300,400,600,700|Source+Code+Pro:400,700");
35
-
36
- body {
37
- font-size: 16px;
38
- }
39
-
40
- a {
41
- color: var(--webiny-theme-color-primary, #ee896b);
42
- text-decoration: none;
43
- }
44
-
45
- @import "@webiny/ui/styles.scss";
46
-
package/ui/UIElement.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export type { UIElementConfig, ApplyFunction, ShouldRender, UiElementRenderProps } from "@webiny/ui-composer/UIElement";
2
- export { UIElement, UIElementPlugin } from "@webiny/ui-composer/UIElement";
package/ui/UIElement.js DELETED
@@ -1,19 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- Object.defineProperty(exports, "UIElement", {
7
- enumerable: true,
8
- get: function get() {
9
- return _UIElement.UIElement;
10
- }
11
- });
12
- Object.defineProperty(exports, "UIElementPlugin", {
13
- enumerable: true,
14
- get: function get() {
15
- return _UIElement.UIElementPlugin;
16
- }
17
- });
18
-
19
- var _UIElement = require("@webiny/ui-composer/UIElement");
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"sources":["UIElement.tsx"],"sourcesContent":["export type {\n UIElementConfig,\n ApplyFunction,\n ShouldRender,\n UiElementRenderProps\n} from \"@webiny/ui-composer/UIElement\";\n\nexport { UIElement, UIElementPlugin } from \"@webiny/ui-composer/UIElement\";\n"],"mappings":";;;;;;;;;;;;;;;;;;AAOA"}
package/ui/UILayout.d.ts DELETED
@@ -1 +0,0 @@
1
- export { UILayout, UILayoutPlugin } from "@webiny/ui-composer/UILayout";
package/ui/UILayout.js DELETED
@@ -1,19 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- Object.defineProperty(exports, "UILayout", {
7
- enumerable: true,
8
- get: function get() {
9
- return _UILayout.UILayout;
10
- }
11
- });
12
- Object.defineProperty(exports, "UILayoutPlugin", {
13
- enumerable: true,
14
- get: function get() {
15
- return _UILayout.UILayoutPlugin;
16
- }
17
- });
18
-
19
- var _UILayout = require("@webiny/ui-composer/UILayout");
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"sources":["UILayout.tsx"],"sourcesContent":["export { UILayout, UILayoutPlugin } from \"@webiny/ui-composer/UILayout\";\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA"}
@@ -1,2 +0,0 @@
1
- export { UIRenderer } from "@webiny/ui-composer/UIRenderer";
2
- export type { UIRenderParams, RenderNext } from "@webiny/ui-composer/UIRenderer";
package/ui/UIRenderer.js DELETED
@@ -1,13 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- Object.defineProperty(exports, "UIRenderer", {
7
- enumerable: true,
8
- get: function get() {
9
- return _UIRenderer.UIRenderer;
10
- }
11
- });
12
-
13
- var _UIRenderer = require("@webiny/ui-composer/UIRenderer");
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"sources":["UIRenderer.tsx"],"sourcesContent":["export { UIRenderer } from \"@webiny/ui-composer/UIRenderer\";\nexport type { UIRenderParams, RenderNext } from \"@webiny/ui-composer/UIRenderer\";\n"],"mappings":";;;;;;;;;;;;AAAA"}
package/ui/UIView.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export type { ApplyFunction, UIElementWrapperProps, UIElementWrapper, UIViewProps } from "@webiny/ui-composer/UIView";
2
- export { UIView, UIViewComponent, UIViewPlugin } from "@webiny/ui-composer/UIView";
package/ui/UIView.js DELETED
@@ -1,25 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- Object.defineProperty(exports, "UIView", {
7
- enumerable: true,
8
- get: function get() {
9
- return _UIView.UIView;
10
- }
11
- });
12
- Object.defineProperty(exports, "UIViewComponent", {
13
- enumerable: true,
14
- get: function get() {
15
- return _UIView.UIViewComponent;
16
- }
17
- });
18
- Object.defineProperty(exports, "UIViewPlugin", {
19
- enumerable: true,
20
- get: function get() {
21
- return _UIView.UIViewPlugin;
22
- }
23
- });
24
-
25
- var _UIView = require("@webiny/ui-composer/UIView");
package/ui/UIView.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"sources":["UIView.tsx"],"sourcesContent":["export type {\n ApplyFunction,\n UIElementWrapperProps,\n UIElementWrapper,\n UIViewProps\n} from \"@webiny/ui-composer/UIView\";\nexport { UIView, UIViewComponent, UIViewPlugin } from \"@webiny/ui-composer/UIView\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAMA"}