@tethys/store
Advanced tools
Comparing version 16.0.0 to 16.1.0-next.0
@@ -0,1 +1,2 @@ | ||
import { ActionCreator } from './action/action-definition'; | ||
export type CancelUncompleted = false | 'self' | 'store' | 'all'; | ||
@@ -16,2 +17,2 @@ export interface DecoratorActionOptions { | ||
*/ | ||
export declare function Action(action?: DecoratorActionOptions | string): (target: Object, name: string, descriptor: TypedPropertyDescriptor<any>) => void; | ||
export declare function Action(action?: DecoratorActionOptions | string | ActionCreator): (target: Object, name: string, descriptor: TypedPropertyDescriptor<any>) => void; |
{ | ||
"name": "@tethys/store", | ||
"version": "16.0.0", | ||
"version": "16.1.0-next.0", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^16.0.0", |
@@ -9,3 +9,6 @@ export * from './action'; | ||
export * from './store-factory'; | ||
export * from './action/action-definition'; | ||
export { defineActions, payload } from './action/action-group-definition'; | ||
export { Dispatcher, dispatch } from './dispatcher'; | ||
export { getObjectValue, setObjectValue } from './utils'; | ||
export { Id, PaginationInfo, StoreOptions } from './types'; |
@@ -6,2 +6,3 @@ import { InjectionToken } from '@angular/core'; | ||
export declare const FEATURE_STORES_TOKEN: InjectionToken<any>; | ||
export declare const ACTION_ID_PREFIX = "ACTION_"; | ||
export type Id = CDKId; | ||
@@ -8,0 +9,0 @@ export interface PaginationInfo { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
430665
58
3743
2