@teambit/workspace 1.0.810 → 1.0.811
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.811/dist/workspace.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.811/dist/workspace.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [compositions_0];
|
|
5
5
|
export const overview = [overview_0];
|
|
@@ -8,20 +8,21 @@ 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;
|
|
11
12
|
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>>;
|
|
17
13
|
client: import("@apollo/client").ApolloClient<any>;
|
|
14
|
+
variables: import("@apollo/client").OperationVariables | undefined;
|
|
18
15
|
observable: import("@apollo/client").ObservableQuery<any, import("@apollo/client").OperationVariables>;
|
|
19
16
|
networkStatus: import("@apollo/client").NetworkStatus;
|
|
20
17
|
called: boolean;
|
|
18
|
+
startPolling: (pollInterval: number) => void;
|
|
19
|
+
stopPolling: () => void;
|
|
20
|
+
updateQuery: (mapFn: import("@apollo/client").UpdateQueryMapFn<any, import("@apollo/client").OperationVariables>) => void;
|
|
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
22
|
previousData?: any;
|
|
22
23
|
fetchMore: (options: import("@apollo/client").FetchMoreQueryOptions<import("@apollo/client").OperationVariables, any>) => Promise<import("@apollo/client").ApolloQueryResult<any>>;
|
|
23
24
|
refetch: (variables?: Partial<import("@apollo/client").OperationVariables> | undefined) => Promise<import("@apollo/client").ApolloQueryResult<any>>;
|
|
24
25
|
workspace: Workspace | undefined;
|
|
25
|
-
subscribeToMore:
|
|
26
|
+
subscribeToMore: import("@apollo/client").SubscribeToMoreFunction<any, import("@apollo/client").OperationVariables>;
|
|
26
27
|
};
|
|
27
28
|
export {};
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/workspace",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.811",
|
|
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.811"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"lodash": "4.17.21",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"detect-indent": "5.0.0",
|
|
24
24
|
"detect-newline": "3.1.0",
|
|
25
25
|
"@react-hook/latest": "1.0.3",
|
|
26
|
-
"classnames": "2.
|
|
26
|
+
"classnames": "^2.5.1",
|
|
27
27
|
"pluralize": "8.0.0",
|
|
28
28
|
"reset-css": "5.0.1",
|
|
29
29
|
"@teambit/component-id": "1.2.4",
|
|
@@ -39,20 +39,14 @@
|
|
|
39
39
|
"@teambit/toolbox.fs.last-modified": "0.0.9",
|
|
40
40
|
"@teambit/toolbox.path.path": "0.0.11",
|
|
41
41
|
"@teambit/graph.cleargraph": "0.0.11",
|
|
42
|
-
"@teambit/logger": "0.0.1378",
|
|
43
|
-
"@teambit/cli": "0.0.1285",
|
|
44
42
|
"@teambit/component.ui.component-status-resolver": "0.0.510",
|
|
45
43
|
"@teambit/legacy.constants": "0.0.19",
|
|
46
44
|
"@teambit/harmony.modules.resolved-component": "0.0.508",
|
|
47
45
|
"@teambit/legacy.utils": "0.0.28",
|
|
48
|
-
"@teambit/config-store": "0.0.165",
|
|
49
|
-
"@teambit/config": "0.0.1459",
|
|
50
46
|
"@teambit/harmony.modules.requireable-component": "0.0.508",
|
|
51
47
|
"@teambit/toolbox.modules.module-resolver": "0.0.14",
|
|
52
48
|
"@teambit/workspace.modules.node-modules-linker": "0.0.315",
|
|
53
|
-
"@teambit/global-config": "0.0.1288",
|
|
54
49
|
"@teambit/legacy.consumer-config": "0.0.86",
|
|
55
|
-
"@teambit/variants": "0.0.1552",
|
|
56
50
|
"@teambit/component-issues": "0.0.165",
|
|
57
51
|
"@teambit/component.sources": "0.0.138",
|
|
58
52
|
"@teambit/dependencies.modules.packages-excluder": "1.0.8",
|
|
@@ -63,16 +57,11 @@
|
|
|
63
57
|
"@teambit/scope.remotes": "0.0.86",
|
|
64
58
|
"@teambit/toolbox.path.is-path-inside": "0.0.503",
|
|
65
59
|
"@teambit/workspace.modules.match-pattern": "0.0.515",
|
|
66
|
-
"@teambit/component.ui.component-drawer": "0.0.468",
|
|
67
60
|
"@teambit/design.ui.tree": "0.0.16",
|
|
68
61
|
"@teambit/lanes.hooks.use-lane-components": "0.0.296",
|
|
69
62
|
"@teambit/lanes.hooks.use-lanes": "0.0.290",
|
|
70
63
|
"@teambit/lanes.ui.models.lanes-model": "0.0.229",
|
|
71
|
-
"@teambit/ui-foundation.ui.side-bar": "0.0.920",
|
|
72
64
|
"@teambit/component.ui.component-filters.component-filter-context": "0.0.239",
|
|
73
|
-
"@teambit/component.ui.component-filters.deprecate-filter": "0.0.239",
|
|
74
|
-
"@teambit/component.ui.component-filters.env-filter": "0.0.264",
|
|
75
|
-
"@teambit/component.ui.component-filters.show-main-filter": "0.0.232",
|
|
76
65
|
"@teambit/design.ui.surfaces.menu.link-item": "1.0.13",
|
|
77
66
|
"@teambit/ui-foundation.ui.main-dropdown": "0.0.505",
|
|
78
67
|
"@teambit/ui-foundation.ui.menu": "0.0.503",
|
|
@@ -87,7 +76,6 @@
|
|
|
87
76
|
"@teambit/base-react.themes.theme-switcher": "1.1.2",
|
|
88
77
|
"@teambit/base-ui.surfaces.split-pane.hover-splitter": "1.0.0",
|
|
89
78
|
"@teambit/base-ui.surfaces.split-pane.split-pane": "1.0.0",
|
|
90
|
-
"@teambit/ui-foundation.ui.buttons.collapser": "0.0.232",
|
|
91
79
|
"@teambit/ui-foundation.ui.corner": "0.0.520",
|
|
92
80
|
"@teambit/ui-foundation.ui.notifications.notification-context": "0.0.501",
|
|
93
81
|
"@teambit/ui-foundation.ui.top-bar": "0.0.515",
|
|
@@ -95,30 +83,42 @@
|
|
|
95
83
|
"@teambit/workspace.hooks.use-url-change-broadcaster": "0.0.1",
|
|
96
84
|
"@teambit/workspace.ui.preserve-workspace-mode": "0.0.2",
|
|
97
85
|
"@teambit/cloud.hooks.use-cloud-scopes": "0.0.14",
|
|
98
|
-
"@teambit/design.ui.tooltip": "0.0.381",
|
|
99
86
|
"@teambit/explorer.ui.component-card": "0.0.51",
|
|
100
87
|
"@teambit/explorer.ui.gallery.component-grid": "0.0.496",
|
|
101
88
|
"@teambit/preview.ui.preview-placeholder": "0.0.558",
|
|
102
89
|
"@teambit/scopes.scope-id": "0.0.9",
|
|
103
90
|
"@teambit/workspace.ui.empty-workspace": "0.0.509",
|
|
104
|
-
"@teambit/
|
|
105
|
-
"@teambit/
|
|
106
|
-
"@teambit/
|
|
107
|
-
"@teambit/
|
|
108
|
-
"@teambit/objects": "0.0.
|
|
109
|
-
"@teambit/scope": "1.0.
|
|
110
|
-
"@teambit/graph": "1.0.
|
|
111
|
-
"@teambit/
|
|
112
|
-
"@teambit/
|
|
113
|
-
"@teambit/
|
|
114
|
-
"@teambit/
|
|
115
|
-
"@teambit/
|
|
116
|
-
"@teambit/
|
|
117
|
-
"@teambit/
|
|
118
|
-
"@teambit/
|
|
119
|
-
"@teambit/
|
|
120
|
-
"@teambit/
|
|
121
|
-
"@teambit/
|
|
91
|
+
"@teambit/component": "1.0.811",
|
|
92
|
+
"@teambit/dependency-resolver": "1.0.811",
|
|
93
|
+
"@teambit/envs": "1.0.811",
|
|
94
|
+
"@teambit/logger": "0.0.1379",
|
|
95
|
+
"@teambit/objects": "0.0.318",
|
|
96
|
+
"@teambit/scope": "1.0.811",
|
|
97
|
+
"@teambit/graph": "1.0.811",
|
|
98
|
+
"@teambit/cli": "0.0.1286",
|
|
99
|
+
"@teambit/isolator": "1.0.811",
|
|
100
|
+
"@teambit/component-tree": "1.0.811",
|
|
101
|
+
"@teambit/watcher": "1.0.811",
|
|
102
|
+
"@teambit/aspect-loader": "1.0.811",
|
|
103
|
+
"@teambit/config-store": "0.0.166",
|
|
104
|
+
"@teambit/config": "0.0.1460",
|
|
105
|
+
"@teambit/graphql": "1.0.811",
|
|
106
|
+
"@teambit/bundler": "1.0.811",
|
|
107
|
+
"@teambit/global-config": "0.0.1289",
|
|
108
|
+
"@teambit/ui": "1.0.811",
|
|
109
|
+
"@teambit/variants": "0.0.1553",
|
|
110
|
+
"@teambit/component.ui.component-drawer": "0.0.469",
|
|
111
|
+
"@teambit/ui-foundation.ui.side-bar": "0.0.921",
|
|
112
|
+
"@teambit/command-bar": "1.0.811",
|
|
113
|
+
"@teambit/component.ui.component-filters.deprecate-filter": "0.0.240",
|
|
114
|
+
"@teambit/component.ui.component-filters.env-filter": "0.0.265",
|
|
115
|
+
"@teambit/component.ui.component-filters.show-main-filter": "0.0.233",
|
|
116
|
+
"@teambit/sidebar": "1.0.811",
|
|
117
|
+
"@teambit/pubsub": "1.0.811",
|
|
118
|
+
"@teambit/deprecation": "1.0.811",
|
|
119
|
+
"@teambit/ui-foundation.ui.buttons.collapser": "0.0.233",
|
|
120
|
+
"@teambit/design.ui.tooltip": "0.0.382",
|
|
121
|
+
"@teambit/workspace.ui.workspace-component-card": "0.0.564"
|
|
122
122
|
},
|
|
123
123
|
"devDependencies": {
|
|
124
124
|
"@types/lodash": "4.14.165",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"@types/lodash.compact": "3.0.6",
|
|
128
128
|
"@types/fs-extra": "9.0.7",
|
|
129
129
|
"@types/find-root": "1.1.2",
|
|
130
|
-
"@types/classnames": "2.
|
|
130
|
+
"@types/classnames": "^2.3.4",
|
|
131
131
|
"@types/pluralize": "0.0.29",
|
|
132
132
|
"@types/mocha": "9.1.0",
|
|
133
133
|
"@teambit/workspace.content.workspace-overview": "1.96.6",
|