@equinor/workspace-core
Advanced tools
Comparing version 0.1.3 to 0.1.4
export * from './lib'; |
export * from './workspaceMediator'; | ||
export * from './observable'; |
@@ -0,0 +0,0 @@ var _Observable_onchangeCallbacks; |
@@ -0,0 +0,0 @@ var _WorkspaceMediator_destructors, _WorkspaceMediator_appendDestructor; |
export * from './classes'; | ||
export * from './types'; |
export {}; |
export {}; |
export {}; |
@@ -0,0 +0,0 @@ export * from './callback'; |
export {}; |
export {}; |
export * from './services'; |
@@ -0,0 +0,0 @@ import { Subject } from 'rxjs'; |
@@ -0,0 +0,0 @@ import { Subject } from 'rxjs'; |
@@ -0,0 +0,0 @@ import { BehaviorSubject } from 'rxjs'; |
@@ -0,0 +0,0 @@ import { createObservableProxy } from '@equinor/workspace-observable-proxy'; |
@@ -0,0 +0,0 @@ import { Subject } from 'rxjs'; |
@@ -0,0 +0,0 @@ import { Subject } from 'rxjs'; |
@@ -0,0 +0,0 @@ export { createClickService } from './clickService'; |
@@ -0,0 +0,0 @@ import { createObservableProxy } from '@equinor/workspace-observable-proxy'; |
@@ -0,0 +0,0 @@ import { createObservableProxy } from '@equinor/workspace-observable-proxy'; |
export * from './lib'; |
export * from './workspaceMediator'; | ||
export * from './observable'; |
@@ -0,0 +0,0 @@ import { CompareFunc, OnchangeCallback } from '../types'; |
@@ -0,0 +0,0 @@ import { ObjectType, BaseEvent } from '../types'; |
export * from './classes'; | ||
export * from './types'; |
@@ -0,0 +0,0 @@ /** Callback function for when value changes |
/** Function signature for checking whether two values are equal */ | ||
export type CompareFunc<TValue> = (a?: TValue, b?: TValue) => boolean; |
export type BaseEvent = { | ||
type: string; | ||
}; |
@@ -0,0 +0,0 @@ export * from './callback'; |
export type ObjectType<T> = { | ||
[K in keyof T]: T[K]; | ||
}; |
@@ -0,0 +0,0 @@ /** |
export * from './services'; |
@@ -0,0 +0,0 @@ import { ServiceCtor } from '../../types/serviceCtor'; |
@@ -0,0 +0,0 @@ import { ServiceCtor } from '../../types/serviceCtor'; |
@@ -0,0 +0,0 @@ import { ServiceCtor } from '../../types/serviceCtor'; |
@@ -0,0 +0,0 @@ import { ServiceCtor } from '../../types/serviceCtor'; |
@@ -0,0 +0,0 @@ import { ServiceCtor } from '../../types/serviceCtor'; |
@@ -0,0 +0,0 @@ import { ServiceCtor } from '../../types/serviceCtor'; |
@@ -0,0 +0,0 @@ export { createClickService } from './clickService'; |
@@ -0,0 +0,0 @@ import { ServiceCtor } from '../../types/serviceCtor'; |
@@ -0,0 +0,0 @@ import { ServiceCtor } from '../../types/serviceCtor'; |
{ | ||
"name": "@equinor/workspace-core", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"type": "module", | ||
@@ -16,3 +16,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@equinor/workspace-observable-proxy": "^0.2.3", | ||
"@equinor/workspace-observable-proxy": "^0.2.4", | ||
"rxjs": "^7.8.0" | ||
@@ -29,3 +29,3 @@ }, | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.8.4" | ||
"typescript": "^5.0.2" | ||
}, | ||
@@ -32,0 +32,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
90385