@teambit/workspace 1.0.1083 → 1.0.1085
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/filter.d.ts +1 -1
- package/dist/{preview-1785371732014.js → preview-1785438161098.js} +2 -2
- package/dist/workspace-component/workspace-component.d.ts +1 -1
- package/dist/workspace.graphql.d.ts +2 -2
- package/dist/workspace.main.runtime.d.ts +1 -1
- package/dist/workspace.ui.runtime.d.ts +1 -1
- package/package.json +19 -19
package/dist/filter.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ComponentID, ComponentIdList } from '@teambit/component-id';
|
|
2
2
|
import type { Workspace } from './workspace';
|
|
3
|
-
export declare const statesFilter: readonly [
|
|
3
|
+
export declare const statesFilter: readonly ['new', 'modified', 'deprecated', 'deleted', 'internal', 'snappedOnMain', 'softTagged', 'codeModified', 'localOnly'];
|
|
4
4
|
export type StatesFilter = (typeof statesFilter)[number];
|
|
5
5
|
export declare class Filter {
|
|
6
6
|
private workspace;
|
|
@@ -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.1085/dist/workspace.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.workspace_workspace@1.0.1085/dist/workspace.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [compositions_0];
|
|
5
5
|
export const overview = [overview_0];
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import type { GraphqlMain } from '@teambit/graphql';
|
|
2
2
|
import type { Workspace } from './workspace';
|
|
3
3
|
import type { WorkspaceComponent } from './workspace-component';
|
|
4
|
-
|
|
4
|
+
export default _default;
|
|
5
|
+
declare function _default(workspace: Workspace, graphql: GraphqlMain): {
|
|
5
6
|
typeDefs: import("graphql").DocumentNode;
|
|
6
7
|
resolvers: {
|
|
7
8
|
Subscription: {
|
|
@@ -44,4 +45,3 @@ declare const _default: (workspace: Workspace, graphql: GraphqlMain) => {
|
|
|
44
45
|
};
|
|
45
46
|
};
|
|
46
47
|
};
|
|
47
|
-
export default _default;
|
|
@@ -48,7 +48,7 @@ export type OnRootAspectAddedSlot = SlotRegistry<OnRootAspectAdded>;
|
|
|
48
48
|
export declare class WorkspaceMain {
|
|
49
49
|
static runtime: import("@teambit/harmony").RuntimeDefinition;
|
|
50
50
|
static dependencies: import("@teambit/harmony").Aspect[];
|
|
51
|
-
static slots: (((registerFn: () => string) => SlotRegistry<
|
|
51
|
+
static slots: (((registerFn: () => string) => SlotRegistry<OnAspectsResolve>) | ((registerFn: () => string) => SlotRegistry<OnComponentAdd>) | ((registerFn: () => string) => SlotRegistry<OnComponentChange>) | ((registerFn: () => string) => SlotRegistry<OnComponentLoad>) | ((registerFn: () => string) => SlotRegistry<OnComponentRemove>) | ((registerFn: () => string) => SlotRegistry<OnRootAspectAdded>))[];
|
|
52
52
|
static provider([cli, scope, component, isolator, dependencyResolver, variants, loggerExt, graphql, ui, bundler, aspectLoader, envs, globalConfig, configStore,]: WorkspaceDeps, config: WorkspaceExtConfig, [onComponentLoadSlot, onComponentChangeSlot, onComponentAddSlot, onComponentRemoveSlot, onAspectsResolveSlot, onRootAspectAddedSlot, onBitmapChangeSlot, onWorkspaceConfigChangeSlot,]: [
|
|
53
53
|
OnComponentLoadSlot,
|
|
54
54
|
OnComponentChangeSlot,
|
|
@@ -78,7 +78,7 @@ export declare class WorkspaceUI {
|
|
|
78
78
|
private menuItems;
|
|
79
79
|
static dependencies: import("@teambit/harmony").Aspect[];
|
|
80
80
|
static runtime: import("@teambit/harmony").RuntimeDefinition;
|
|
81
|
-
static slots: (((registerFn: () => string) => SlotRegistry<
|
|
81
|
+
static slots: (((registerFn: () => string) => SlotRegistry<ComponentFiltersSlot>) | ((registerFn: () => string) => SlotRegistry<ComponentTreeNode>) | ((registerFn: () => string) => SlotRegistry<DrawerWidgetSlot>) | ((registerFn: () => string) => SlotRegistry<MenuItemSlot>) | ((registerFn: () => string) => SlotRegistry<MenuWidgetSlot>) | ((registerFn: () => string) => SlotRegistry<SidebarItemSlot>) | ((registerFn: () => string) => SlotRegistry<RouteProps>))[];
|
|
82
82
|
static provider([ui, componentUi, sidebar, componentTree, commandBarUI, graphUI]: [
|
|
83
83
|
UiUI,
|
|
84
84
|
ComponentUI,
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/workspace",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1085",
|
|
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.1085"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"lodash": "4.17.21",
|
|
@@ -100,23 +100,23 @@
|
|
|
100
100
|
"@teambit/workspace.hooks.use-url-change-broadcaster": "0.0.2",
|
|
101
101
|
"@teambit/workspace.ui.preserve-workspace-mode": "0.0.3",
|
|
102
102
|
"@teambit/evangelist.elements.icon": "1.0.5",
|
|
103
|
-
"@teambit/component": "1.0.
|
|
104
|
-
"@teambit/dependency-resolver": "1.0.
|
|
105
|
-
"@teambit/envs": "1.0.
|
|
106
|
-
"@teambit/objects": "0.0.
|
|
107
|
-
"@teambit/scope": "1.0.
|
|
108
|
-
"@teambit/graph": "1.0.
|
|
109
|
-
"@teambit/isolator": "1.0.
|
|
110
|
-
"@teambit/component-tree": "1.0.
|
|
111
|
-
"@teambit/watcher": "1.0.
|
|
112
|
-
"@teambit/aspect-loader": "1.0.
|
|
113
|
-
"@teambit/graphql": "1.0.
|
|
114
|
-
"@teambit/bundler": "1.0.
|
|
115
|
-
"@teambit/ui": "1.0.
|
|
116
|
-
"@teambit/command-bar": "1.0.
|
|
117
|
-
"@teambit/sidebar": "1.0.
|
|
118
|
-
"@teambit/pubsub": "1.0.
|
|
119
|
-
"@teambit/deprecation": "1.0.
|
|
103
|
+
"@teambit/component": "1.0.1085",
|
|
104
|
+
"@teambit/dependency-resolver": "1.0.1085",
|
|
105
|
+
"@teambit/envs": "1.0.1085",
|
|
106
|
+
"@teambit/objects": "0.0.592",
|
|
107
|
+
"@teambit/scope": "1.0.1085",
|
|
108
|
+
"@teambit/graph": "1.0.1085",
|
|
109
|
+
"@teambit/isolator": "1.0.1085",
|
|
110
|
+
"@teambit/component-tree": "1.0.1085",
|
|
111
|
+
"@teambit/watcher": "1.0.1085",
|
|
112
|
+
"@teambit/aspect-loader": "1.0.1085",
|
|
113
|
+
"@teambit/graphql": "1.0.1085",
|
|
114
|
+
"@teambit/bundler": "1.0.1085",
|
|
115
|
+
"@teambit/ui": "1.0.1085",
|
|
116
|
+
"@teambit/command-bar": "1.0.1085",
|
|
117
|
+
"@teambit/sidebar": "1.0.1085",
|
|
118
|
+
"@teambit/pubsub": "1.0.1085",
|
|
119
|
+
"@teambit/deprecation": "1.0.1085"
|
|
120
120
|
},
|
|
121
121
|
"devDependencies": {
|
|
122
122
|
"@types/lodash": "4.14.165",
|