@zimbra/zimlet-cli 18.2.0 → 18.3.1
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.
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.zimletEventEmitter = exports.startAttachmentDownloadProcess = exports.smimeHandler = exports.setDataTransferJSON = exports.pruneEmpty = exports.isServerSMIMEFeatureAvailable = exports.htmlToText = exports.htmlEncode = exports.getElectron = exports.getDataTransferJSON = exports.filterNonInsertableCalendars = exports.default = exports.closeNotification = exports.closeEventTabThunk = exports.clipboard = exports.callWith = exports.breakpoints = exports.array = exports.PageVisibility = void 0;
|
|
6
|
+
exports.zimletEventEmitter = exports.startAttachmentDownloadProcess = exports.smimeHandler = exports.setDataTransferJSON = exports.pruneEmpty = exports.isServerSMIMEFeatureAvailable = exports.htmlToText = exports.htmlEncode = exports.getElectron = exports.getDataTransferJSON = exports.filterNonInsertableCalendars = exports.default = exports.csrfStorage = exports.closeNotification = exports.closeEventTabThunk = exports.clipboard = exports.callWith = exports.breakpoints = exports.array = exports.PageVisibility = void 0;
|
|
7
7
|
var _ = require("../../");
|
|
8
8
|
/** This file is an auto-generated shim, aliased in for "@zimbra-client/util" in the webpack config.
|
|
9
9
|
* When components import '@zimbra-client/util', we want to give them back the copy
|
|
@@ -31,4 +31,5 @@ const closeEventTabThunk = exports.closeEventTabThunk = wrap('closeEventTabThunk
|
|
|
31
31
|
const htmlEncode = exports.htmlEncode = wrap('htmlEncode');
|
|
32
32
|
const getElectron = exports.getElectron = wrap('getElectron');
|
|
33
33
|
const closeNotification = exports.closeNotification = wrap('closeNotification');
|
|
34
|
+
const csrfStorage = exports.csrfStorage = wrap('csrfStorage');
|
|
34
35
|
var _default = exports.default = global.shims['@zimbra-client/util'];
|
package/package-lock.json
CHANGED