@teambit/workspace 1.0.1012 → 1.0.1013
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.1013/dist/workspace.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.1013/dist/workspace.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [compositions_0];
|
|
5
5
|
export const overview = [overview_0];
|
|
@@ -11,6 +11,7 @@ export declare function useWorkspace(options?: UseWorkspaceOptions): {
|
|
|
11
11
|
errors?: ReadonlyArray<import("graphql").GraphQLFormattedError> | undefined;
|
|
12
12
|
client: import("@apollo/client").ApolloClient<any>;
|
|
13
13
|
loading: boolean;
|
|
14
|
+
variables: import("@apollo/client").OperationVariables | undefined;
|
|
14
15
|
observable: import("@apollo/client").ObservableQuery<any, import("@apollo/client").OperationVariables>;
|
|
15
16
|
networkStatus: import("@apollo/client").NetworkStatus;
|
|
16
17
|
called: boolean;
|
|
@@ -18,7 +19,6 @@ export declare function useWorkspace(options?: UseWorkspaceOptions): {
|
|
|
18
19
|
stopPolling: () => void;
|
|
19
20
|
updateQuery: (mapFn: import("@apollo/client").UpdateQueryMapFn<any, import("@apollo/client").OperationVariables>) => void;
|
|
20
21
|
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
22
|
previousData?: any;
|
|
23
23
|
fetchMore: (options: import("@apollo/client").FetchMoreQueryOptions<import("@apollo/client").OperationVariables, any>) => Promise<import("@apollo/client").ApolloQueryResult<any>>;
|
|
24
24
|
refetch: (variables?: Partial<import("@apollo/client").OperationVariables> | undefined) => Promise<import("@apollo/client").ApolloQueryResult<any>>;
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/workspace",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1013",
|
|
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.1013"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"lodash": "4.17.21",
|
|
@@ -30,14 +30,9 @@
|
|
|
30
30
|
"reset-css": "5.0.1",
|
|
31
31
|
"@teambit/component-id": "1.2.4",
|
|
32
32
|
"@teambit/harmony": "0.4.7",
|
|
33
|
-
"@teambit/legacy.extension-data": "0.0.126",
|
|
34
|
-
"@teambit/legacy.scope": "0.0.124",
|
|
35
33
|
"@teambit/component-version": "1.0.4",
|
|
36
|
-
"@teambit/legacy.consumer-component": "0.0.125",
|
|
37
|
-
"@teambit/legacy.consumer": "0.0.124",
|
|
38
34
|
"@teambit/bit-error": "0.0.404",
|
|
39
35
|
"@teambit/lane-id": "0.0.312",
|
|
40
|
-
"@teambit/legacy.bit-map": "0.0.181",
|
|
41
36
|
"@teambit/toolbox.fs.last-modified": "0.0.15",
|
|
42
37
|
"@teambit/toolbox.path.path": "0.0.17",
|
|
43
38
|
"@teambit/graph.cleargraph": "0.0.11",
|
|
@@ -45,22 +40,18 @@
|
|
|
45
40
|
"@teambit/component.ui.component-status-resolver": "0.0.510",
|
|
46
41
|
"@teambit/harmony.modules.resolved-component": "0.0.514",
|
|
47
42
|
"@teambit/legacy.utils": "0.0.38",
|
|
48
|
-
"@teambit/scope.remotes": "0.0.124",
|
|
49
43
|
"@teambit/harmony.modules.requireable-component": "0.0.514",
|
|
50
44
|
"@teambit/toolbox.modules.module-resolver": "0.0.20",
|
|
51
|
-
"@teambit/workspace.modules.node-modules-linker": "0.0.355",
|
|
52
|
-
"@teambit/legacy.consumer-config": "0.0.124",
|
|
53
45
|
"@teambit/component-issues": "0.0.172",
|
|
54
|
-
"@teambit/component.sources": "0.0.176",
|
|
55
46
|
"@teambit/dependencies.modules.packages-excluder": "1.0.8",
|
|
56
47
|
"@teambit/git.modules.git-executable": "0.0.31",
|
|
57
48
|
"@teambit/harmony.modules.in-memory-cache": "0.0.34",
|
|
58
49
|
"@teambit/legacy-bit-id": "1.1.3",
|
|
59
|
-
"@teambit/legacy.component-list": "0.0.178",
|
|
60
|
-
"@teambit/legacy.scope-api": "0.0.179",
|
|
61
50
|
"@teambit/toolbox.path.is-path-inside": "0.0.509",
|
|
62
51
|
"@teambit/workspace.modules.match-pattern": "0.0.521",
|
|
52
|
+
"@teambit/component.ui.component-drawer": "0.0.483",
|
|
63
53
|
"@teambit/design.ui.tree": "0.0.16",
|
|
54
|
+
"@teambit/lanes.hooks.use-lane-components": "0.0.303",
|
|
64
55
|
"@teambit/lanes.hooks.use-lanes": "0.0.293",
|
|
65
56
|
"@teambit/lanes.ui.models.lanes-model": "0.0.233",
|
|
66
57
|
"@teambit/ui-foundation.ui.side-bar": "0.0.934",
|
|
@@ -78,6 +69,7 @@
|
|
|
78
69
|
"@teambit/base-react.themes.theme-switcher": "1.1.2",
|
|
79
70
|
"@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.506",
|
|
80
71
|
"@teambit/workspace.ui.use-workspace-mode": "0.0.3",
|
|
72
|
+
"@teambit/component-descriptor": "0.0.452",
|
|
81
73
|
"@teambit/ui-foundation.ui.constants.z-indexes": "0.0.504",
|
|
82
74
|
"@teambit/base-ui.surfaces.split-pane.hover-splitter": "1.0.1",
|
|
83
75
|
"@teambit/base-ui.surfaces.split-pane.split-pane": "1.0.0",
|
|
@@ -89,6 +81,7 @@
|
|
|
89
81
|
"@teambit/workspace.hooks.use-url-change-broadcaster": "0.0.2",
|
|
90
82
|
"@teambit/workspace.ui.preserve-workspace-mode": "0.0.3",
|
|
91
83
|
"@teambit/design.ui.tooltip": "0.0.383",
|
|
84
|
+
"@teambit/preview.ui.preview-placeholder": "0.0.568",
|
|
92
85
|
"@teambit/scopes.scope-id": "0.0.9",
|
|
93
86
|
"@teambit/workspace.ui.load-preview": "0.0.504",
|
|
94
87
|
"@teambit/evangelist.elements.icon": "1.0.5",
|
|
@@ -97,33 +90,40 @@
|
|
|
97
90
|
"@teambit/cloud.hooks.use-cloud-scopes": "0.0.21",
|
|
98
91
|
"@teambit/explorer.ui.gallery.component-grid": "0.0.496",
|
|
99
92
|
"@teambit/workspace.ui.empty-workspace": "0.0.509",
|
|
100
|
-
"@teambit/component": "1.0.
|
|
101
|
-
"@teambit/dependency-resolver": "1.0.
|
|
102
|
-
"@teambit/envs": "1.0.
|
|
103
|
-
"@teambit/
|
|
104
|
-
"@teambit/
|
|
105
|
-
"@teambit/
|
|
106
|
-
"@teambit/
|
|
107
|
-
"@teambit/
|
|
108
|
-
"@teambit/
|
|
109
|
-
"@teambit/
|
|
110
|
-
"@teambit/
|
|
111
|
-
"@teambit/
|
|
112
|
-
"@teambit/
|
|
113
|
-
"@teambit/config": "0.0.
|
|
114
|
-
"@teambit/
|
|
115
|
-
"@teambit/
|
|
116
|
-
"@teambit/
|
|
117
|
-
"@teambit/
|
|
118
|
-
"@teambit/
|
|
119
|
-
"@teambit/
|
|
120
|
-
"@teambit/
|
|
121
|
-
"@teambit/
|
|
122
|
-
"@teambit/
|
|
123
|
-
"@teambit/
|
|
124
|
-
"@teambit/
|
|
125
|
-
"@teambit/
|
|
126
|
-
"@teambit/
|
|
93
|
+
"@teambit/component": "1.0.1013",
|
|
94
|
+
"@teambit/dependency-resolver": "1.0.1013",
|
|
95
|
+
"@teambit/envs": "1.0.1013",
|
|
96
|
+
"@teambit/legacy.extension-data": "0.0.127",
|
|
97
|
+
"@teambit/legacy.scope": "0.0.125",
|
|
98
|
+
"@teambit/legacy.consumer-component": "0.0.126",
|
|
99
|
+
"@teambit/legacy.consumer": "0.0.125",
|
|
100
|
+
"@teambit/legacy.bit-map": "0.0.182",
|
|
101
|
+
"@teambit/logger": "0.0.1429",
|
|
102
|
+
"@teambit/objects": "0.0.520",
|
|
103
|
+
"@teambit/scope": "1.0.1013",
|
|
104
|
+
"@teambit/graph": "1.0.1013",
|
|
105
|
+
"@teambit/cli": "0.0.1336",
|
|
106
|
+
"@teambit/config-store": "0.0.217",
|
|
107
|
+
"@teambit/isolator": "1.0.1013",
|
|
108
|
+
"@teambit/component-tree": "1.0.1013",
|
|
109
|
+
"@teambit/watcher": "1.0.1013",
|
|
110
|
+
"@teambit/scope.remotes": "0.0.125",
|
|
111
|
+
"@teambit/aspect-loader": "1.0.1013",
|
|
112
|
+
"@teambit/config": "0.0.1511",
|
|
113
|
+
"@teambit/workspace.modules.node-modules-linker": "0.0.356",
|
|
114
|
+
"@teambit/graphql": "1.0.1013",
|
|
115
|
+
"@teambit/bundler": "1.0.1013",
|
|
116
|
+
"@teambit/global-config": "0.0.1340",
|
|
117
|
+
"@teambit/legacy.consumer-config": "0.0.125",
|
|
118
|
+
"@teambit/ui": "1.0.1013",
|
|
119
|
+
"@teambit/variants": "0.0.1604",
|
|
120
|
+
"@teambit/component.sources": "0.0.177",
|
|
121
|
+
"@teambit/legacy.component-list": "0.0.179",
|
|
122
|
+
"@teambit/legacy.scope-api": "0.0.180",
|
|
123
|
+
"@teambit/command-bar": "1.0.1013",
|
|
124
|
+
"@teambit/sidebar": "1.0.1013",
|
|
125
|
+
"@teambit/pubsub": "1.0.1013",
|
|
126
|
+
"@teambit/deprecation": "1.0.1013"
|
|
127
127
|
},
|
|
128
128
|
"devDependencies": {
|
|
129
129
|
"@types/lodash": "4.14.165",
|