@teambit/workspace 1.0.558 → 1.0.559
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.
- package/dist/{preview-1740799141968.js → preview-1741058300965.js} +2 -2
- package/dist/ui/workspace/workspace.js +3 -1
- package/dist/ui/workspace/workspace.js.map +1 -1
- package/dist/workspace.d.ts +0 -1
- package/dist/workspace.js +2 -17
- package/dist/workspace.js.map +1 -1
- package/dist/workspace.ui.runtime.d.ts +1 -1
- package/package.json +57 -59
- package/ui/workspace/workspace.tsx +1 -0
|
@@ -77,7 +77,7 @@ export declare class WorkspaceUI {
|
|
|
77
77
|
private menuItems;
|
|
78
78
|
static dependencies: import("@teambit/harmony").Aspect[];
|
|
79
79
|
static runtime: import("@teambit/harmony").RuntimeDefinition;
|
|
80
|
-
static slots: (((registerFn: () => string) => SlotRegistry<ComponentTreeNode>) | ((registerFn: () => string) => SlotRegistry<RouteProps>) | ((registerFn: () => string) => SlotRegistry<DrawerWidgetSlot>))[];
|
|
80
|
+
static slots: (((registerFn: () => string) => SlotRegistry<ComponentTreeNode>) | ((registerFn: () => string) => SlotRegistry<RouteProps>) | ((registerFn: () => string) => SlotRegistry<MenuItemSlot>) | ((registerFn: () => string) => SlotRegistry<DrawerWidgetSlot>) | ((registerFn: () => string) => SlotRegistry<MenuWidgetSlot>))[];
|
|
81
81
|
static provider([ui, componentUi, sidebar, componentTree, commandBarUI, graphUI]: [
|
|
82
82
|
UiUI,
|
|
83
83
|
ComponentUI,
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/workspace",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.559",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/workspace/workspace",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.workspace",
|
|
8
8
|
"name": "workspace",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.559"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"lodash": "4.17.21",
|
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"find-root": "1.1.0",
|
|
20
20
|
"graphql-tag": "2.12.1",
|
|
21
21
|
"comment-json": "4.2.5",
|
|
22
|
-
"memoizee": "0.4.15",
|
|
23
22
|
"detect-indent": "5.0.0",
|
|
24
23
|
"detect-newline": "3.1.0",
|
|
25
24
|
"p-map": "4.0.0",
|
|
@@ -27,17 +26,17 @@
|
|
|
27
26
|
"classnames": "2.2.6",
|
|
28
27
|
"pluralize": "8.0.0",
|
|
29
28
|
"reset-css": "5.0.1",
|
|
30
|
-
"@teambit/component-id": "1.2.
|
|
31
|
-
"@teambit/harmony": "0.4.
|
|
32
|
-
"@teambit/component-version": "1.0.
|
|
29
|
+
"@teambit/component-id": "1.2.3",
|
|
30
|
+
"@teambit/harmony": "0.4.7",
|
|
31
|
+
"@teambit/component-version": "1.0.4",
|
|
33
32
|
"@teambit/bit-error": "0.0.404",
|
|
34
33
|
"@teambit/lane-id": "0.0.312",
|
|
35
34
|
"@teambit/graph.cleargraph": "0.0.11",
|
|
36
35
|
"@teambit/component.ui.component-status-resolver": "0.0.510",
|
|
37
36
|
"@teambit/dependencies.modules.packages-excluder": "1.0.8",
|
|
38
|
-
"@teambit/legacy-bit-id": "1.1.
|
|
37
|
+
"@teambit/legacy-bit-id": "1.1.2",
|
|
39
38
|
"@teambit/design.ui.tree": "0.0.16",
|
|
40
|
-
"@teambit/lanes.ui.models.lanes-model": "0.0.
|
|
39
|
+
"@teambit/lanes.ui.models.lanes-model": "0.0.224",
|
|
41
40
|
"@teambit/design.ui.surfaces.menu.link-item": "1.0.12",
|
|
42
41
|
"@teambit/ui-foundation.ui.main-dropdown": "0.0.502",
|
|
43
42
|
"@teambit/ui-foundation.ui.menu": "0.0.502",
|
|
@@ -50,75 +49,75 @@
|
|
|
50
49
|
"@teambit/ui-foundation.ui.corner": "0.0.520",
|
|
51
50
|
"@teambit/ui-foundation.ui.notifications.notification-context": "0.0.501",
|
|
52
51
|
"@teambit/ui-foundation.ui.top-bar": "0.0.515",
|
|
53
|
-
"@teambit/explorer.ui.component-card": "0.0.
|
|
52
|
+
"@teambit/explorer.ui.component-card": "0.0.48",
|
|
54
53
|
"@teambit/explorer.ui.gallery.component-grid": "0.0.496",
|
|
55
54
|
"@teambit/scopes.scope-id": "0.0.7",
|
|
56
55
|
"@teambit/workspace.ui.empty-workspace": "0.0.509",
|
|
57
|
-
"@teambit/component": "1.0.
|
|
58
|
-
"@teambit/dependency-resolver": "1.0.
|
|
59
|
-
"@teambit/envs": "1.0.
|
|
60
|
-
"@teambit/legacy.extension-data": "0.0.
|
|
61
|
-
"@teambit/legacy.scope": "0.0.
|
|
62
|
-
"@teambit/legacy.consumer-component": "0.0.
|
|
63
|
-
"@teambit/legacy.consumer": "0.0.
|
|
64
|
-
"@teambit/legacy.bit-map": "0.0.
|
|
56
|
+
"@teambit/component": "1.0.559",
|
|
57
|
+
"@teambit/dependency-resolver": "1.0.559",
|
|
58
|
+
"@teambit/envs": "1.0.559",
|
|
59
|
+
"@teambit/legacy.extension-data": "0.0.42",
|
|
60
|
+
"@teambit/legacy.scope": "0.0.40",
|
|
61
|
+
"@teambit/legacy.consumer-component": "0.0.41",
|
|
62
|
+
"@teambit/legacy.consumer": "0.0.40",
|
|
63
|
+
"@teambit/legacy.bit-map": "0.0.97",
|
|
65
64
|
"@teambit/toolbox.fs.last-modified": "0.0.5",
|
|
66
65
|
"@teambit/toolbox.path.path": "0.0.8",
|
|
67
|
-
"@teambit/logger": "0.0.
|
|
68
|
-
"@teambit/objects": "0.0.
|
|
69
|
-
"@teambit/scope": "1.0.
|
|
70
|
-
"@teambit/graph": "1.0.
|
|
71
|
-
"@teambit/cli": "0.0.
|
|
72
|
-
"@teambit/isolator": "1.0.
|
|
73
|
-
"@teambit/component-tree": "1.0.
|
|
66
|
+
"@teambit/logger": "0.0.1229",
|
|
67
|
+
"@teambit/objects": "0.0.66",
|
|
68
|
+
"@teambit/scope": "1.0.559",
|
|
69
|
+
"@teambit/graph": "1.0.559",
|
|
70
|
+
"@teambit/cli": "0.0.1136",
|
|
71
|
+
"@teambit/isolator": "1.0.559",
|
|
72
|
+
"@teambit/component-tree": "1.0.559",
|
|
74
73
|
"@teambit/legacy.constants": "0.0.11",
|
|
75
74
|
"@teambit/harmony.modules.resolved-component": "0.0.502",
|
|
76
|
-
"@teambit/legacy.utils": "0.0.
|
|
77
|
-
"@teambit/watcher": "1.0.
|
|
78
|
-
"@teambit/aspect-loader": "1.0.
|
|
79
|
-
"@teambit/config-store": "0.0.
|
|
80
|
-
"@teambit/config": "0.0.
|
|
75
|
+
"@teambit/legacy.utils": "0.0.19",
|
|
76
|
+
"@teambit/watcher": "1.0.559",
|
|
77
|
+
"@teambit/aspect-loader": "1.0.559",
|
|
78
|
+
"@teambit/config-store": "0.0.16",
|
|
79
|
+
"@teambit/config": "0.0.1310",
|
|
81
80
|
"@teambit/harmony.modules.requireable-component": "0.0.502",
|
|
82
81
|
"@teambit/toolbox.modules.module-resolver": "0.0.11",
|
|
83
|
-
"@teambit/workspace.modules.node-modules-linker": "0.0.
|
|
84
|
-
"@teambit/graphql": "1.0.
|
|
85
|
-
"@teambit/bundler": "1.0.
|
|
86
|
-
"@teambit/global-config": "0.0.
|
|
87
|
-
"@teambit/legacy.consumer-config": "0.0.
|
|
88
|
-
"@teambit/ui": "1.0.
|
|
89
|
-
"@teambit/variants": "0.0.
|
|
90
|
-
"@teambit/component-issues": "0.0.
|
|
91
|
-
"@teambit/component.sources": "0.0.
|
|
82
|
+
"@teambit/workspace.modules.node-modules-linker": "0.0.268",
|
|
83
|
+
"@teambit/graphql": "1.0.559",
|
|
84
|
+
"@teambit/bundler": "1.0.559",
|
|
85
|
+
"@teambit/global-config": "0.0.1139",
|
|
86
|
+
"@teambit/legacy.consumer-config": "0.0.40",
|
|
87
|
+
"@teambit/ui": "1.0.559",
|
|
88
|
+
"@teambit/variants": "0.0.1403",
|
|
89
|
+
"@teambit/component-issues": "0.0.157",
|
|
90
|
+
"@teambit/component.sources": "0.0.92",
|
|
92
91
|
"@teambit/harmony.modules.in-memory-cache": "0.0.13",
|
|
93
|
-
"@teambit/legacy.component-list": "0.0.
|
|
94
|
-
"@teambit/legacy.scope-api": "0.0.
|
|
95
|
-
"@teambit/scope.network": "0.0.
|
|
96
|
-
"@teambit/scope.remotes": "0.0.
|
|
92
|
+
"@teambit/legacy.component-list": "0.0.94",
|
|
93
|
+
"@teambit/legacy.scope-api": "0.0.95",
|
|
94
|
+
"@teambit/scope.network": "0.0.40",
|
|
95
|
+
"@teambit/scope.remotes": "0.0.40",
|
|
97
96
|
"@teambit/toolbox.path.is-path-inside": "0.0.500",
|
|
98
97
|
"@teambit/workspace.modules.match-pattern": "0.0.509",
|
|
99
|
-
"@teambit/component.ui.component-drawer": "0.0.
|
|
100
|
-
"@teambit/lanes.hooks.use-lane-components": "0.0.
|
|
101
|
-
"@teambit/lanes.hooks.use-lanes": "0.0.
|
|
102
|
-
"@teambit/ui-foundation.ui.side-bar": "0.0.
|
|
103
|
-
"@teambit/command-bar": "1.0.
|
|
104
|
-
"@teambit/component.ui.component-filters.component-filter-context": "0.0.
|
|
105
|
-
"@teambit/component.ui.component-filters.deprecate-filter": "0.0.
|
|
106
|
-
"@teambit/component.ui.component-filters.env-filter": "0.0.
|
|
107
|
-
"@teambit/component.ui.component-filters.show-main-filter": "0.0.
|
|
108
|
-
"@teambit/sidebar": "1.0.
|
|
109
|
-
"@teambit/ui-foundation.ui.react-router.slot-router": "0.0.
|
|
110
|
-
"@teambit/pubsub": "1.0.
|
|
98
|
+
"@teambit/component.ui.component-drawer": "0.0.440",
|
|
99
|
+
"@teambit/lanes.hooks.use-lane-components": "0.0.281",
|
|
100
|
+
"@teambit/lanes.hooks.use-lanes": "0.0.283",
|
|
101
|
+
"@teambit/ui-foundation.ui.side-bar": "0.0.904",
|
|
102
|
+
"@teambit/command-bar": "1.0.559",
|
|
103
|
+
"@teambit/component.ui.component-filters.component-filter-context": "0.0.234",
|
|
104
|
+
"@teambit/component.ui.component-filters.deprecate-filter": "0.0.232",
|
|
105
|
+
"@teambit/component.ui.component-filters.env-filter": "0.0.249",
|
|
106
|
+
"@teambit/component.ui.component-filters.show-main-filter": "0.0.225",
|
|
107
|
+
"@teambit/sidebar": "1.0.559",
|
|
108
|
+
"@teambit/ui-foundation.ui.react-router.slot-router": "0.0.516",
|
|
109
|
+
"@teambit/pubsub": "1.0.559",
|
|
111
110
|
"@teambit/harmony.modules.concurrency": "0.0.12",
|
|
112
111
|
"@teambit/toolbox.promise.map-pool": "0.0.6",
|
|
113
112
|
"@teambit/workspace.ui.use-workspace-mode": "0.0.2",
|
|
114
|
-
"@teambit/component-descriptor": "0.0.
|
|
115
|
-
"@teambit/deprecation": "1.0.
|
|
113
|
+
"@teambit/component-descriptor": "0.0.433",
|
|
114
|
+
"@teambit/deprecation": "1.0.559",
|
|
116
115
|
"@teambit/ui-foundation.ui.buttons.collapser": "0.0.227",
|
|
117
116
|
"@teambit/workspace.ui.preserve-workspace-mode": "0.0.2",
|
|
118
117
|
"@teambit/cloud.hooks.use-cloud-scopes": "0.0.8",
|
|
119
118
|
"@teambit/design.ui.tooltip": "0.0.375",
|
|
120
|
-
"@teambit/preview.ui.preview-placeholder": "0.0.
|
|
121
|
-
"@teambit/workspace.ui.workspace-component-card": "0.0.
|
|
119
|
+
"@teambit/preview.ui.preview-placeholder": "0.0.538",
|
|
120
|
+
"@teambit/workspace.ui.workspace-component-card": "0.0.546"
|
|
122
121
|
},
|
|
123
122
|
"devDependencies": {
|
|
124
123
|
"@types/lodash": "4.14.165",
|
|
@@ -127,7 +126,6 @@
|
|
|
127
126
|
"@types/lodash.compact": "3.0.6",
|
|
128
127
|
"@types/fs-extra": "9.0.7",
|
|
129
128
|
"@types/find-root": "1.1.2",
|
|
130
|
-
"@types/memoizee": "0.4.5",
|
|
131
129
|
"@types/classnames": "2.2.11",
|
|
132
130
|
"@types/pluralize": "0.0.29",
|
|
133
131
|
"@types/mocha": "9.1.0",
|
|
@@ -72,6 +72,7 @@ export function Workspace({ routeSlot, menuSlot, sidebar, workspaceUI, onSidebar
|
|
|
72
72
|
icon={workspace.icon}
|
|
73
73
|
/>
|
|
74
74
|
)}
|
|
75
|
+
// @ts-ignore - getting an error of "Types have separate declarations of a private property 'registerFn'." for some reason after upgrading teambit.harmony/harmony from 0.4.6 to 0.4.7
|
|
75
76
|
menu={menuSlot}
|
|
76
77
|
/>
|
|
77
78
|
}
|