@teambit/workspace 1.0.894 → 1.0.895
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.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.895/dist/workspace.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.895/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
|
client: import("@apollo/client").ApolloClient<any>;
|
|
13
12
|
loading: boolean;
|
|
14
13
|
variables: import("@apollo/client").OperationVariables | undefined;
|
|
15
|
-
observable: import("@apollo/client").ObservableQuery<any, import("@apollo/client").OperationVariables>;
|
|
16
|
-
networkStatus: import("@apollo/client").NetworkStatus;
|
|
17
|
-
called: boolean;
|
|
18
14
|
startPolling: (pollInterval: number) => void;
|
|
19
15
|
stopPolling: () => void;
|
|
20
|
-
updateQuery:
|
|
16
|
+
updateQuery: <TVars = import("@apollo/client").OperationVariables>(mapFn: (previousQueryResult: any, options: Pick<import("@apollo/client").WatchQueryOptions<TVars, any>, "variables">) => any) => void;
|
|
21
17
|
reobserve: (newOptions?: Partial<import("@apollo/client").WatchQueryOptions<import("@apollo/client").OperationVariables, any>> | undefined, newNetworkStatus?: import("@apollo/client").NetworkStatus) => Promise<import("@apollo/client").ApolloQueryResult<any>>;
|
|
18
|
+
observable: import("@apollo/client").ObservableQuery<any, import("@apollo/client").OperationVariables>;
|
|
19
|
+
networkStatus: import("@apollo/client").NetworkStatus;
|
|
20
|
+
called: boolean;
|
|
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").
|
|
25
|
+
subscribeToMore: <TSubscriptionData = any, TSubscriptionVariables = import("@apollo/client").OperationVariables>(options: import("@apollo/client").SubscribeToMoreOptions<any, TSubscriptionVariables, TSubscriptionData>) => () => void;
|
|
27
26
|
};
|
|
28
27
|
export {};
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/workspace",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.895",
|
|
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.895"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"lodash": "4.17.21",
|
|
@@ -28,25 +28,58 @@
|
|
|
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.102",
|
|
32
|
+
"@teambit/legacy.scope": "0.0.100",
|
|
31
33
|
"@teambit/component-version": "1.0.4",
|
|
34
|
+
"@teambit/legacy.consumer-component": "0.0.101",
|
|
35
|
+
"@teambit/legacy.consumer": "0.0.100",
|
|
32
36
|
"@teambit/bit-error": "0.0.404",
|
|
33
37
|
"@teambit/lane-id": "0.0.312",
|
|
38
|
+
"@teambit/legacy.bit-map": "0.0.157",
|
|
39
|
+
"@teambit/toolbox.fs.last-modified": "0.0.14",
|
|
40
|
+
"@teambit/toolbox.path.path": "0.0.16",
|
|
34
41
|
"@teambit/graph.cleargraph": "0.0.11",
|
|
42
|
+
"@teambit/logger": "0.0.1395",
|
|
43
|
+
"@teambit/cli": "0.0.1302",
|
|
35
44
|
"@teambit/component.ui.component-status-resolver": "0.0.510",
|
|
45
|
+
"@teambit/legacy.constants": "0.0.24",
|
|
46
|
+
"@teambit/harmony.modules.resolved-component": "0.0.513",
|
|
47
|
+
"@teambit/legacy.utils": "0.0.34",
|
|
48
|
+
"@teambit/scope.remotes": "0.0.100",
|
|
49
|
+
"@teambit/config-store": "0.0.182",
|
|
50
|
+
"@teambit/config": "0.0.1477",
|
|
51
|
+
"@teambit/harmony.modules.requireable-component": "0.0.513",
|
|
52
|
+
"@teambit/toolbox.modules.module-resolver": "0.0.19",
|
|
53
|
+
"@teambit/workspace.modules.node-modules-linker": "0.0.330",
|
|
54
|
+
"@teambit/global-config": "0.0.1305",
|
|
55
|
+
"@teambit/legacy.consumer-config": "0.0.100",
|
|
56
|
+
"@teambit/variants": "0.0.1570",
|
|
57
|
+
"@teambit/component-issues": "0.0.170",
|
|
58
|
+
"@teambit/component.sources": "0.0.152",
|
|
36
59
|
"@teambit/dependencies.modules.packages-excluder": "1.0.8",
|
|
60
|
+
"@teambit/harmony.modules.in-memory-cache": "0.0.28",
|
|
37
61
|
"@teambit/legacy-bit-id": "1.1.3",
|
|
62
|
+
"@teambit/legacy.component-list": "0.0.154",
|
|
63
|
+
"@teambit/legacy.scope-api": "0.0.155",
|
|
64
|
+
"@teambit/toolbox.path.is-path-inside": "0.0.508",
|
|
65
|
+
"@teambit/workspace.modules.match-pattern": "0.0.520",
|
|
66
|
+
"@teambit/component.ui.component-drawer": "0.0.477",
|
|
38
67
|
"@teambit/lanes.hooks.use-lane-components": "0.0.300",
|
|
39
68
|
"@teambit/lanes.hooks.use-lanes": "0.0.292",
|
|
40
69
|
"@teambit/lanes.ui.models.lanes-model": "0.0.232",
|
|
70
|
+
"@teambit/ui-foundation.ui.side-bar": "0.0.929",
|
|
41
71
|
"@teambit/design.ui.tree": "0.0.16",
|
|
42
72
|
"@teambit/component.ui.component-filters.component-filter-context": "0.0.241",
|
|
43
73
|
"@teambit/component.ui.component-filters.deprecate-filter": "0.0.242",
|
|
74
|
+
"@teambit/component.ui.component-filters.env-filter": "0.0.272",
|
|
44
75
|
"@teambit/component.ui.component-filters.show-main-filter": "0.0.235",
|
|
45
76
|
"@teambit/ui-foundation.ui.main-dropdown": "0.0.505",
|
|
46
77
|
"@teambit/ui-foundation.ui.menu": "0.0.503",
|
|
47
78
|
"@teambit/ui-foundation.ui.react-router.slot-router": "0.0.522",
|
|
48
79
|
"@teambit/ui-foundation.ui.tree.drawer": "1.0.0",
|
|
49
80
|
"@teambit/design.ui.surfaces.menu.link-item": "1.0.13",
|
|
81
|
+
"@teambit/harmony.modules.concurrency": "0.0.25",
|
|
82
|
+
"@teambit/toolbox.promise.map-pool": "0.0.14",
|
|
50
83
|
"@teambit/base-react.themes.theme-switcher": "1.1.2",
|
|
51
84
|
"@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.506",
|
|
52
85
|
"@teambit/workspace.ui.use-workspace-mode": "0.0.2",
|
|
@@ -63,65 +96,32 @@
|
|
|
63
96
|
"@teambit/ui-foundation.ui.top-bar": "0.0.515",
|
|
64
97
|
"@teambit/component.filters.base-filter": "0.0.6",
|
|
65
98
|
"@teambit/design.inputs.toggle-button": "0.0.13",
|
|
99
|
+
"@teambit/cloud.hooks.use-cloud-scopes": "0.0.19",
|
|
66
100
|
"@teambit/design.ui.heading": "1.0.26",
|
|
67
101
|
"@teambit/design.ui.tooltip": "0.0.382",
|
|
68
102
|
"@teambit/explorer.ui.gallery.component-grid": "0.0.496",
|
|
103
|
+
"@teambit/preview.ui.preview-placeholder": "0.0.563",
|
|
69
104
|
"@teambit/scopes.scope-id": "0.0.9",
|
|
70
105
|
"@teambit/workspace.ui.workspace-component-card": "0.0.568",
|
|
71
106
|
"@teambit/explorer.ui.component-card": "0.0.51",
|
|
72
107
|
"@teambit/workspace.ui.empty-workspace": "0.0.509",
|
|
73
|
-
"@teambit/component": "1.0.
|
|
74
|
-
"@teambit/dependency-resolver": "1.0.
|
|
75
|
-
"@teambit/envs": "1.0.
|
|
76
|
-
"@teambit/
|
|
77
|
-
"@teambit/
|
|
78
|
-
"@teambit/
|
|
79
|
-
"@teambit/
|
|
80
|
-
"@teambit/
|
|
81
|
-
"@teambit/
|
|
82
|
-
"@teambit/
|
|
83
|
-
"@teambit/
|
|
84
|
-
"@teambit/
|
|
85
|
-
"@teambit/
|
|
86
|
-
"@teambit/
|
|
87
|
-
"@teambit/
|
|
88
|
-
"@teambit/
|
|
89
|
-
"@teambit/
|
|
90
|
-
"@teambit/legacy.constants": "0.0.24",
|
|
91
|
-
"@teambit/harmony.modules.resolved-component": "0.0.513",
|
|
92
|
-
"@teambit/legacy.utils": "0.0.34",
|
|
93
|
-
"@teambit/watcher": "1.0.894",
|
|
94
|
-
"@teambit/scope.remotes": "0.0.100",
|
|
95
|
-
"@teambit/aspect-loader": "1.0.894",
|
|
96
|
-
"@teambit/config-store": "0.0.182",
|
|
97
|
-
"@teambit/config": "0.0.1477",
|
|
98
|
-
"@teambit/harmony.modules.requireable-component": "0.0.513",
|
|
99
|
-
"@teambit/toolbox.modules.module-resolver": "0.0.19",
|
|
100
|
-
"@teambit/workspace.modules.node-modules-linker": "0.0.330",
|
|
101
|
-
"@teambit/graphql": "1.0.894",
|
|
102
|
-
"@teambit/bundler": "1.0.894",
|
|
103
|
-
"@teambit/global-config": "0.0.1305",
|
|
104
|
-
"@teambit/legacy.consumer-config": "0.0.100",
|
|
105
|
-
"@teambit/ui": "1.0.894",
|
|
106
|
-
"@teambit/variants": "0.0.1570",
|
|
107
|
-
"@teambit/component-issues": "0.0.170",
|
|
108
|
-
"@teambit/component.sources": "0.0.152",
|
|
109
|
-
"@teambit/harmony.modules.in-memory-cache": "0.0.28",
|
|
110
|
-
"@teambit/legacy.component-list": "0.0.154",
|
|
111
|
-
"@teambit/legacy.scope-api": "0.0.155",
|
|
112
|
-
"@teambit/toolbox.path.is-path-inside": "0.0.508",
|
|
113
|
-
"@teambit/workspace.modules.match-pattern": "0.0.520",
|
|
114
|
-
"@teambit/component.ui.component-drawer": "0.0.477",
|
|
115
|
-
"@teambit/ui-foundation.ui.side-bar": "0.0.929",
|
|
116
|
-
"@teambit/command-bar": "1.0.894",
|
|
117
|
-
"@teambit/component.ui.component-filters.env-filter": "0.0.272",
|
|
118
|
-
"@teambit/sidebar": "1.0.894",
|
|
119
|
-
"@teambit/pubsub": "1.0.894",
|
|
120
|
-
"@teambit/harmony.modules.concurrency": "0.0.25",
|
|
121
|
-
"@teambit/toolbox.promise.map-pool": "0.0.14",
|
|
122
|
-
"@teambit/deprecation": "1.0.894",
|
|
123
|
-
"@teambit/cloud.hooks.use-cloud-scopes": "0.0.19",
|
|
124
|
-
"@teambit/preview.ui.preview-placeholder": "0.0.563"
|
|
108
|
+
"@teambit/component": "1.0.895",
|
|
109
|
+
"@teambit/dependency-resolver": "1.0.895",
|
|
110
|
+
"@teambit/envs": "1.0.895",
|
|
111
|
+
"@teambit/objects": "0.0.402",
|
|
112
|
+
"@teambit/scope": "1.0.895",
|
|
113
|
+
"@teambit/graph": "1.0.895",
|
|
114
|
+
"@teambit/isolator": "1.0.895",
|
|
115
|
+
"@teambit/component-tree": "1.0.895",
|
|
116
|
+
"@teambit/watcher": "1.0.895",
|
|
117
|
+
"@teambit/aspect-loader": "1.0.895",
|
|
118
|
+
"@teambit/graphql": "1.0.895",
|
|
119
|
+
"@teambit/bundler": "1.0.895",
|
|
120
|
+
"@teambit/ui": "1.0.895",
|
|
121
|
+
"@teambit/command-bar": "1.0.895",
|
|
122
|
+
"@teambit/sidebar": "1.0.895",
|
|
123
|
+
"@teambit/pubsub": "1.0.895",
|
|
124
|
+
"@teambit/deprecation": "1.0.895"
|
|
125
125
|
},
|
|
126
126
|
"devDependencies": {
|
|
127
127
|
"@types/lodash": "4.14.165",
|