@scion/workbench 18.0.0-beta.1 → 18.0.0-beta.3

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 (111) hide show
  1. package/_index.scss +3 -3
  2. package/design/_workbench-icon-font.scss +1 -1
  3. package/esm2022/lib/common/objects.util.mjs +7 -1
  4. package/esm2022/lib/common/uid.util.mjs +22 -0
  5. package/esm2022/lib/content-projection/content-projection.directive.mjs +16 -17
  6. package/esm2022/lib/dialog//311/265workbench-dialog.mjs +3 -3
  7. package/esm2022/lib/filter-field/filter-field.component.mjs +5 -5
  8. package/esm2022/lib/layout/grid-element/grid-element.component.mjs +6 -16
  9. package/esm2022/lib/layout/migration/model/workbench-layout-migration-v5.model.mjs +11 -0
  10. package/esm2022/lib/layout/migration/workbench-layout-migration-v3.service.mjs +2 -2
  11. package/esm2022/lib/layout/migration/workbench-layout-migration-v5.service.mjs +67 -0
  12. package/esm2022/lib/layout/stringifier.mjs +70 -0
  13. package/esm2022/lib/layout/workbench-layout.model.mjs +1 -1
  14. package/esm2022/lib/layout/workench-layout-serializer.service.mjs +16 -25
  15. package/esm2022/lib/layout//311/265workbench-layout.mjs +14 -18
  16. package/esm2022/lib/microfrontend-platform/common/microfrontend.util.mjs +18 -1
  17. package/esm2022/lib/microfrontend-platform/initialization/microfrontend-platform-initializer.service.mjs +28 -21
  18. package/esm2022/lib/microfrontend-platform/initialization/workbench-host-manifest-interceptor.service.mjs +11 -1
  19. package/esm2022/lib/microfrontend-platform/manifest-object-cache.service.mjs +63 -0
  20. package/esm2022/lib/microfrontend-platform/microfrontend-dialog/microfrontend-dialog-capability-validator.interceptor.mjs +5 -4
  21. package/esm2022/lib/microfrontend-platform/microfrontend-dialog/microfrontend-dialog.component.mjs +2 -2
  22. package/esm2022/lib/microfrontend-platform/microfrontend-host-message-box/text-message/text-message.component.mjs +3 -3
  23. package/esm2022/lib/microfrontend-platform/microfrontend-host-popup/microfrontend-host-popup.component.mjs +3 -2
  24. package/esm2022/lib/microfrontend-platform/microfrontend-message-box/microfrontend-message-box-capability-validator.interceptor.mjs +3 -2
  25. package/esm2022/lib/microfrontend-platform/microfrontend-message-box/microfrontend-message-box.component.mjs +2 -2
  26. package/esm2022/lib/microfrontend-platform/microfrontend-perspective/microfrontend-perspective-capability-validator.interceptor.mjs +39 -0
  27. package/esm2022/lib/microfrontend-platform/microfrontend-perspective/microfrontend-perspective-installer.service.mjs +120 -0
  28. package/esm2022/lib/microfrontend-platform/microfrontend-perspective/microfrontend-perspective-intent-handler.interceptor.mjs +55 -0
  29. package/esm2022/lib/microfrontend-platform/microfrontend-perspective/workbench-perspective-data.mjs +19 -0
  30. package/esm2022/lib/microfrontend-platform/microfrontend-popup/microfrontend-popup-capability-validator.interceptor.mjs +4 -3
  31. package/esm2022/lib/microfrontend-platform/microfrontend-popup/microfrontend-popup.component.mjs +2 -13
  32. package/esm2022/lib/microfrontend-platform/microfrontend-view/microfrontend-view-command-handler.service.mjs +1 -16
  33. package/esm2022/lib/microfrontend-platform/microfrontend-view/microfrontend-view.component.mjs +42 -17
  34. package/esm2022/lib/microfrontend-platform/public_api.mjs +2 -1
  35. package/esm2022/lib/microfrontend-platform/routing/microfrontend-view-capability-validator.interceptor.mjs +5 -4
  36. package/esm2022/lib/microfrontend-platform/routing/microfrontend-view-intent-handler.interceptor.mjs +7 -4
  37. package/esm2022/lib/microfrontend-platform/routing/microfrontend-view-routes.mjs +26 -4
  38. package/esm2022/lib/microfrontend-platform/stable-capability-id-assigner.interceptor.mjs +32 -0
  39. package/esm2022/lib/microfrontend-platform/workbench-microfrontend-support.mjs +23 -5
  40. package/esm2022/lib/page-not-found/format-url.pipe.mjs +2 -2
  41. package/esm2022/lib/page-not-found/page-not-found.component.mjs +3 -3
  42. package/esm2022/lib/part/part.component.mjs +3 -5
  43. package/esm2022/lib/perspective/workbench-grid-merger.service.mjs +3 -3
  44. package/esm2022/lib/perspective/workbench-perspective.model.mjs +1 -1
  45. package/esm2022/lib/perspective/workbench-perspective.service.mjs +61 -51
  46. package/esm2022/lib/perspective//311/265workbench-perspective.model.mjs +11 -2
  47. package/esm2022/lib/popup/popup.config.mjs +3 -3
  48. package/esm2022/lib/portal/wb-component-portal.mjs +3 -1
  49. package/esm2022/lib/routing/public_api.mjs +1 -2
  50. package/esm2022/lib/routing/routing.model.mjs +1 -1
  51. package/esm2022/lib/routing/workbench-auxiliary-route-installer.service.mjs +94 -0
  52. package/esm2022/lib/routing/workbench-layout-differ.mjs +3 -10
  53. package/esm2022/lib/routing/workbench-url-observer.service.mjs +31 -27
  54. package/esm2022/lib/routing/workbench-view-outlet-differ.mjs +58 -0
  55. package/esm2022/lib/routing//311/265workbench-router.service.mjs +2 -2
  56. package/esm2022/lib/view/view-move-handler.service.mjs +5 -5
  57. package/esm2022/lib/view/view.component.mjs +38 -25
  58. package/esm2022/lib/view/workbench-view-route-guards.mjs +2 -2
  59. package/esm2022/lib/view//311/265workbench-view.model.mjs +25 -19
  60. package/esm2022/lib/view-dnd/grid-drop-targets.util.mjs +2 -2
  61. package/esm2022/lib/workbench-config.mjs +1 -1
  62. package/esm2022/lib/workbench-id.mjs +3 -3
  63. package/esm2022/lib/workbench.component.mjs +2 -2
  64. package/esm2022/lib/workbench.constants.mjs +1 -5
  65. package/esm2022/lib/workbench.provider.mjs +3 -9
  66. package/fesm2022/scion-workbench.mjs +855 -326
  67. package/fesm2022/scion-workbench.mjs.map +1 -1
  68. package/lib/common/objects.util.d.ts +4 -0
  69. package/lib/common/uid.util.d.ts +9 -0
  70. package/lib/dialog//311/265workbench-dialog.d.ts +1 -1
  71. package/lib/filter-field/filter-field.component.d.ts +1 -1
  72. package/lib/layout/grid-element/grid-element.component.d.ts +1 -8
  73. package/lib/layout/migration/model/workbench-layout-migration-v5.model.d.ts +32 -0
  74. package/lib/layout/migration/workbench-layout-migration-v5.service.d.ts +12 -0
  75. package/lib/layout/stringifier.d.ts +26 -0
  76. package/lib/layout/workbench-layout.model.d.ts +3 -3
  77. package/lib/layout/workench-layout-serializer.service.d.ts +13 -15
  78. package/lib/layout//311/265workbench-layout.d.ts +3 -3
  79. package/lib/microfrontend-platform/common/microfrontend.util.d.ts +5 -1
  80. package/lib/microfrontend-platform/initialization/microfrontend-platform-initializer.service.d.ts +7 -3
  81. package/lib/microfrontend-platform/manifest-object-cache.service.d.ts +33 -0
  82. package/lib/microfrontend-platform/microfrontend-host-message-box/text-message/text-message.component.d.ts +1 -1
  83. package/lib/microfrontend-platform/microfrontend-perspective/microfrontend-perspective-capability-validator.interceptor.d.ts +10 -0
  84. package/lib/microfrontend-platform/microfrontend-perspective/microfrontend-perspective-installer.service.d.ts +24 -0
  85. package/lib/microfrontend-platform/microfrontend-perspective/microfrontend-perspective-intent-handler.interceptor.d.ts +20 -0
  86. package/lib/microfrontend-platform/microfrontend-perspective/workbench-perspective-data.d.ts +9 -0
  87. package/lib/microfrontend-platform/microfrontend-popup/microfrontend-popup.component.d.ts +0 -4
  88. package/lib/microfrontend-platform/microfrontend-view/microfrontend-view-command-handler.service.d.ts +0 -4
  89. package/lib/microfrontend-platform/microfrontend-view/microfrontend-view.component.d.ts +7 -2
  90. package/lib/microfrontend-platform/public_api.d.ts +1 -0
  91. package/lib/microfrontend-platform/routing/microfrontend-view-capability-validator.interceptor.d.ts +1 -1
  92. package/lib/microfrontend-platform/routing/microfrontend-view-routes.d.ts +9 -2
  93. package/lib/microfrontend-platform/stable-capability-id-assigner.interceptor.d.ts +11 -0
  94. package/lib/perspective/workbench-perspective.model.d.ts +16 -17
  95. package/lib/perspective/workbench-perspective.service.d.ts +15 -7
  96. package/lib/perspective//311/265workbench-perspective.model.d.ts +4 -0
  97. package/lib/routing/public_api.d.ts +0 -1
  98. package/lib/routing/{workbench-auxiliary-routes-registrator.service.d.ts → workbench-auxiliary-route-installer.service.d.ts} +3 -3
  99. package/lib/routing/workbench-layout-differ.d.ts +1 -2
  100. package/lib/routing/workbench-url-observer.service.d.ts +5 -3
  101. package/lib/routing/workbench-view-outlet-differ.d.ts +32 -0
  102. package/lib/view/view.component.d.ts +8 -7
  103. package/lib/view//311/265workbench-view.model.d.ts +11 -7
  104. package/lib/workbench-config.d.ts +2 -2
  105. package/lib/workbench.constants.d.ts +0 -5
  106. package/package.json +3 -3
  107. package/esm2022/lib/common/uuid.util.mjs +0 -17
  108. package/esm2022/lib/microfrontend-platform/routing/microfrontend-view-capability-id-assigner.interceptor.mjs +0 -41
  109. package/esm2022/lib/routing/workbench-auxiliary-routes-registrator.service.mjs +0 -94
  110. package/lib/common/uuid.util.d.ts +0 -8
  111. package/lib/microfrontend-platform/routing/microfrontend-view-capability-id-assigner.interceptor.d.ts +0 -10

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.