@rpldy/shared-ui
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -38,2 +38,20 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "useAbortItem", { | ||
enumerable: true, | ||
get: function get() { | ||
return _useAbortItem["default"]; | ||
} | ||
}); | ||
Object.defineProperty(exports, "useAbortBatch", { | ||
enumerable: true, | ||
get: function get() { | ||
return _useAbortBatch["default"]; | ||
} | ||
}); | ||
Object.defineProperty(exports, "useAbortAll", { | ||
enumerable: true, | ||
get: function get() { | ||
return _useAbortAll["default"]; | ||
} | ||
}); | ||
Object.defineProperty(exports, "useBatchAddListener", { | ||
@@ -150,2 +168,8 @@ enumerable: true, | ||
var _useAbortItem = _interopRequireDefault(require("./useAbortItem")); | ||
var _useAbortBatch = _interopRequireDefault(require("./useAbortBatch")); | ||
var _useAbortAll = _interopRequireDefault(require("./useAbortAll")); | ||
var _eventListenerHooks = require("./eventListenerHooks"); | ||
@@ -152,0 +176,0 @@ |
{ | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"name": "@rpldy/shared-ui", | ||
@@ -33,3 +33,3 @@ "description": "internal set of utils+types for react-uploady UI", | ||
}, | ||
"gitHead": "51f53ece84e5caf5a77c2035c10ca1aa93d69216" | ||
"gitHead": "c290b86b5e705bc259ae34240ef5eaeae262f1ab" | ||
} |
@@ -53,3 +53,3 @@ import * as React from "react"; | ||
type PreSendData = {items: BatchItem[]; options: CreateOptions}; | ||
type PreSendData = { items: BatchItem[]; options: CreateOptions }; | ||
@@ -64,1 +64,7 @@ export const useRequestPreSend: (cb: (data: PreSendData) => | ||
export const assertContext: (context: UploadyContextType) => UploadyContextType; | ||
export const useAbortAll: () => () => boolean; | ||
export const useAbortBatch: () => (batchId: string) => boolean; | ||
export const useAbortItem: () => (itemId: string) => boolean; |
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
41085
27
644
107
2
2
11