@teambit/workspace 1.0.653 → 1.0.655

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.
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.653/dist/workspace.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.653/dist/workspace.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.655/dist/workspace.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.655/dist/workspace.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
@@ -8,21 +8,20 @@ type UseWorkspaceOptions = {
8
8
  };
9
9
  export declare function useWorkspace(options?: UseWorkspaceOptions): {
10
10
  error?: import("@apollo/client").ApolloError | undefined;
11
- errors?: ReadonlyArray<import("graphql").GraphQLFormattedError> | undefined;
12
11
  loading: boolean;
12
+ variables: import("@apollo/client").OperationVariables | undefined;
13
+ startPolling: (pollInterval: number) => void;
14
+ stopPolling: () => void;
15
+ updateQuery: <TVars = import("@apollo/client").OperationVariables>(mapFn: (previousQueryResult: any, options: Pick<import("@apollo/client").WatchQueryOptions<TVars, any>, "variables">) => any) => void;
16
+ reobserve: (newOptions?: Partial<import("@apollo/client").WatchQueryOptions<import("@apollo/client").OperationVariables, any>> | undefined, newNetworkStatus?: import("@apollo/client").NetworkStatus) => Promise<import("@apollo/client").ApolloQueryResult<any>>;
13
17
  client: import("@apollo/client").ApolloClient<any>;
14
18
  observable: import("@apollo/client").ObservableQuery<any, import("@apollo/client").OperationVariables>;
15
19
  networkStatus: import("@apollo/client").NetworkStatus;
16
20
  called: boolean;
17
- startPolling: (pollInterval: number) => void;
18
- stopPolling: () => void;
19
- updateQuery: (mapFn: import("@apollo/client").UpdateQueryMapFn<any, import("@apollo/client").OperationVariables>) => void;
20
- reobserve: (newOptions?: Partial<import("@apollo/client").WatchQueryOptions<import("@apollo/client").OperationVariables, any>> | undefined, newNetworkStatus?: import("@apollo/client").NetworkStatus) => Promise<import("@apollo/client").ApolloQueryResult<any>>;
21
- variables: import("@apollo/client").OperationVariables | undefined;
22
21
  previousData?: any;
23
22
  fetchMore: (options: import("@apollo/client").FetchMoreQueryOptions<import("@apollo/client").OperationVariables, any>) => Promise<import("@apollo/client").ApolloQueryResult<any>>;
24
23
  refetch: (variables?: Partial<import("@apollo/client").OperationVariables> | undefined) => Promise<import("@apollo/client").ApolloQueryResult<any>>;
25
24
  workspace: Workspace | undefined;
26
- subscribeToMore: import("@apollo/client").SubscribeToMoreFunction<any, import("@apollo/client").OperationVariables>;
25
+ subscribeToMore: <TSubscriptionData = any, TSubscriptionVariables = import("@apollo/client").OperationVariables>(options: import("@apollo/client").SubscribeToMoreOptions<any, TSubscriptionVariables, TSubscriptionData>) => () => void;
27
26
  };
28
27
  export {};
@@ -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<RouteProps>) | ((registerFn: () => string) => SlotRegistry<ComponentTreeNode>) | ((registerFn: () => string) => SlotRegistry<DrawerWidgetSlot>))[];
80
+ static slots: (((registerFn: () => string) => SlotRegistry<ComponentTreeNode>) | ((registerFn: () => string) => SlotRegistry<RouteProps>) | ((registerFn: () => string) => SlotRegistry<DrawerWidgetSlot>))[];
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.653",
3
+ "version": "1.0.655",
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.653"
9
+ "version": "1.0.655"
10
10
  },
11
11
  "dependencies": {
12
12
  "lodash": "4.17.21",
@@ -28,95 +28,95 @@
28
28
  "reset-css": "5.0.1",
29
29
  "@teambit/component-id": "1.2.4",
30
30
  "@teambit/harmony": "0.4.7",
31
+ "@teambit/legacy.extension-data": "0.0.58",
32
+ "@teambit/legacy.scope": "0.0.56",
31
33
  "@teambit/component-version": "1.0.4",
34
+ "@teambit/legacy.consumer-component": "0.0.57",
35
+ "@teambit/legacy.consumer": "0.0.56",
32
36
  "@teambit/bit-error": "0.0.404",
33
37
  "@teambit/lane-id": "0.0.312",
34
- "@teambit/graph.cleargraph": "0.0.11",
35
- "@teambit/component.ui.component-status-resolver": "0.0.510",
36
- "@teambit/dependencies.modules.packages-excluder": "1.0.8",
37
- "@teambit/legacy-bit-id": "1.1.3",
38
- "@teambit/design.ui.tree": "0.0.16",
39
- "@teambit/design.ui.surfaces.menu.link-item": "1.0.12",
40
- "@teambit/ui-foundation.ui.main-dropdown": "0.0.503",
41
- "@teambit/ui-foundation.ui.menu": "0.0.502",
42
- "@teambit/ui-foundation.ui.tree.drawer": "0.0.518",
43
- "@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.506",
44
- "@teambit/ui-foundation.ui.constants.z-indexes": "0.0.504",
45
- "@teambit/base-react.themes.theme-switcher": "1.1.2",
46
- "@teambit/base-ui.surfaces.split-pane.hover-splitter": "1.0.0",
47
- "@teambit/base-ui.surfaces.split-pane.split-pane": "1.0.0",
48
- "@teambit/ui-foundation.ui.corner": "0.0.520",
49
- "@teambit/ui-foundation.ui.notifications.notification-context": "0.0.501",
50
- "@teambit/ui-foundation.ui.top-bar": "0.0.515",
51
- "@teambit/explorer.ui.component-card": "0.0.50",
52
- "@teambit/explorer.ui.gallery.component-grid": "0.0.496",
53
- "@teambit/scopes.scope-id": "0.0.7",
54
- "@teambit/workspace.ui.empty-workspace": "0.0.509",
55
- "@teambit/component": "1.0.653",
56
- "@teambit/dependency-resolver": "1.0.653",
57
- "@teambit/envs": "1.0.653",
58
- "@teambit/legacy.extension-data": "0.0.57",
59
- "@teambit/legacy.scope": "0.0.55",
60
- "@teambit/legacy.consumer-component": "0.0.56",
61
- "@teambit/legacy.consumer": "0.0.55",
62
- "@teambit/legacy.bit-map": "0.0.112",
38
+ "@teambit/legacy.bit-map": "0.0.113",
63
39
  "@teambit/toolbox.fs.last-modified": "0.0.5",
64
40
  "@teambit/toolbox.path.path": "0.0.8",
65
- "@teambit/logger": "0.0.1323",
66
- "@teambit/objects": "0.0.160",
67
- "@teambit/scope": "1.0.653",
68
- "@teambit/graph": "1.0.653",
69
- "@teambit/cli": "0.0.1230",
70
- "@teambit/isolator": "1.0.653",
71
- "@teambit/component-tree": "1.0.653",
41
+ "@teambit/graph.cleargraph": "0.0.11",
42
+ "@teambit/component.ui.component-status-resolver": "0.0.510",
72
43
  "@teambit/legacy.constants": "0.0.12",
73
44
  "@teambit/harmony.modules.resolved-component": "0.0.502",
74
45
  "@teambit/legacy.utils": "0.0.21",
75
- "@teambit/watcher": "1.0.653",
76
- "@teambit/aspect-loader": "1.0.653",
77
- "@teambit/config-store": "0.0.110",
78
- "@teambit/config": "0.0.1404",
79
46
  "@teambit/harmony.modules.requireable-component": "0.0.502",
80
47
  "@teambit/toolbox.modules.module-resolver": "0.0.11",
81
- "@teambit/workspace.modules.node-modules-linker": "0.0.283",
82
- "@teambit/graphql": "1.0.653",
83
- "@teambit/bundler": "1.0.653",
84
- "@teambit/global-config": "0.0.1233",
85
- "@teambit/legacy.consumer-config": "0.0.55",
86
- "@teambit/ui": "1.0.653",
87
- "@teambit/variants": "0.0.1497",
48
+ "@teambit/workspace.modules.node-modules-linker": "0.0.284",
49
+ "@teambit/legacy.consumer-config": "0.0.56",
88
50
  "@teambit/component-issues": "0.0.159",
89
- "@teambit/component.sources": "0.0.107",
51
+ "@teambit/component.sources": "0.0.108",
52
+ "@teambit/dependencies.modules.packages-excluder": "1.0.8",
90
53
  "@teambit/harmony.modules.in-memory-cache": "0.0.14",
91
- "@teambit/legacy.component-list": "0.0.109",
92
- "@teambit/legacy.scope-api": "0.0.110",
93
- "@teambit/scope.remotes": "0.0.55",
54
+ "@teambit/legacy-bit-id": "1.1.3",
55
+ "@teambit/legacy.component-list": "0.0.110",
56
+ "@teambit/legacy.scope-api": "0.0.111",
57
+ "@teambit/scope.remotes": "0.0.56",
94
58
  "@teambit/toolbox.path.is-path-inside": "0.0.500",
95
59
  "@teambit/workspace.modules.match-pattern": "0.0.509",
96
60
  "@teambit/component.ui.component-drawer": "0.0.449",
61
+ "@teambit/design.ui.tree": "0.0.16",
97
62
  "@teambit/lanes.hooks.use-lane-components": "0.0.285",
98
63
  "@teambit/lanes.hooks.use-lanes": "0.0.289",
99
64
  "@teambit/lanes.ui.models.lanes-model": "0.0.228",
100
65
  "@teambit/ui-foundation.ui.side-bar": "0.0.911",
101
- "@teambit/command-bar": "1.0.653",
102
66
  "@teambit/component.ui.component-filters.component-filter-context": "0.0.238",
103
67
  "@teambit/component.ui.component-filters.deprecate-filter": "0.0.236",
104
68
  "@teambit/component.ui.component-filters.env-filter": "0.0.253",
105
69
  "@teambit/component.ui.component-filters.show-main-filter": "0.0.229",
106
- "@teambit/sidebar": "1.0.653",
70
+ "@teambit/design.ui.surfaces.menu.link-item": "1.0.12",
71
+ "@teambit/ui-foundation.ui.main-dropdown": "0.0.503",
72
+ "@teambit/ui-foundation.ui.menu": "0.0.502",
107
73
  "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.516",
108
- "@teambit/pubsub": "1.0.653",
74
+ "@teambit/ui-foundation.ui.tree.drawer": "0.0.518",
109
75
  "@teambit/harmony.modules.concurrency": "0.0.13",
110
76
  "@teambit/toolbox.promise.map-pool": "0.0.6",
77
+ "@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.506",
111
78
  "@teambit/workspace.ui.use-workspace-mode": "0.0.2",
112
79
  "@teambit/component-descriptor": "0.0.436",
113
- "@teambit/deprecation": "1.0.653",
80
+ "@teambit/ui-foundation.ui.constants.z-indexes": "0.0.504",
81
+ "@teambit/base-react.themes.theme-switcher": "1.1.2",
82
+ "@teambit/base-ui.surfaces.split-pane.hover-splitter": "1.0.0",
83
+ "@teambit/base-ui.surfaces.split-pane.split-pane": "1.0.0",
114
84
  "@teambit/ui-foundation.ui.buttons.collapser": "0.0.228",
85
+ "@teambit/ui-foundation.ui.corner": "0.0.520",
86
+ "@teambit/ui-foundation.ui.notifications.notification-context": "0.0.501",
87
+ "@teambit/ui-foundation.ui.top-bar": "0.0.515",
115
88
  "@teambit/workspace.ui.preserve-workspace-mode": "0.0.2",
116
89
  "@teambit/cloud.hooks.use-cloud-scopes": "0.0.8",
117
90
  "@teambit/design.ui.tooltip": "0.0.378",
91
+ "@teambit/explorer.ui.component-card": "0.0.50",
92
+ "@teambit/explorer.ui.gallery.component-grid": "0.0.496",
118
93
  "@teambit/preview.ui.preview-placeholder": "0.0.545",
119
- "@teambit/workspace.ui.workspace-component-card": "0.0.551"
94
+ "@teambit/scopes.scope-id": "0.0.7",
95
+ "@teambit/workspace.ui.empty-workspace": "0.0.509",
96
+ "@teambit/workspace.ui.workspace-component-card": "0.0.551",
97
+ "@teambit/component": "1.0.655",
98
+ "@teambit/dependency-resolver": "1.0.655",
99
+ "@teambit/envs": "1.0.655",
100
+ "@teambit/logger": "0.0.1325",
101
+ "@teambit/objects": "0.0.162",
102
+ "@teambit/scope": "1.0.655",
103
+ "@teambit/graph": "1.0.655",
104
+ "@teambit/cli": "0.0.1232",
105
+ "@teambit/isolator": "1.0.655",
106
+ "@teambit/component-tree": "1.0.655",
107
+ "@teambit/watcher": "1.0.655",
108
+ "@teambit/aspect-loader": "1.0.655",
109
+ "@teambit/config-store": "0.0.112",
110
+ "@teambit/config": "0.0.1406",
111
+ "@teambit/graphql": "1.0.655",
112
+ "@teambit/bundler": "1.0.655",
113
+ "@teambit/global-config": "0.0.1235",
114
+ "@teambit/ui": "1.0.655",
115
+ "@teambit/variants": "0.0.1499",
116
+ "@teambit/command-bar": "1.0.655",
117
+ "@teambit/sidebar": "1.0.655",
118
+ "@teambit/pubsub": "1.0.655",
119
+ "@teambit/deprecation": "1.0.655"
120
120
  },
121
121
  "devDependencies": {
122
122
  "@types/lodash": "4.14.165",