@amalto/typings
Advanced tools
Comparing version 1.9.64 to 1.9.65
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./models/DisplayTemplate")); | ||
__export(require("./models/JobControl")); | ||
__export(require("./models/NotificationModel")); | ||
__export(require("./models/UserModel")); | ||
__exportStar(require("./models/AceSession"), exports); | ||
__exportStar(require("./models/Action"), exports); | ||
__exportStar(require("./models/AppEndpointsModel"), exports); | ||
__exportStar(require("./models/AppInstanceModel"), exports); | ||
__exportStar(require("./models/AppKey"), exports); | ||
__exportStar(require("./models/BatchOperationReport"), exports); | ||
__exportStar(require("./models/DataGrid"), exports); | ||
__exportStar(require("./models/DisplayTemplate"), exports); | ||
__exportStar(require("./models/EndpointsUrl"), exports); | ||
__exportStar(require("./models/Errors"), exports); | ||
__exportStar(require("./models/FileWrapper"), exports); | ||
__exportStar(require("./models/Home"), exports); | ||
__exportStar(require("./models/JobControl"), exports); | ||
__exportStar(require("./models/NotificationModel"), exports); | ||
__exportStar(require("./models/Option"), exports); | ||
__exportStar(require("./models/ReduxProps"), exports); | ||
__exportStar(require("./models/Scopes"), exports); | ||
__exportStar(require("./models/SSO"), exports); | ||
__exportStar(require("./models/UserModel"), exports); | ||
__exportStar(require("./models/WebApi"), exports); | ||
__exportStar(require("./models/WebStorage"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.DisplayTemplateItem = void 0; | ||
var DisplayTemplateItem; | ||
@@ -4,0 +5,0 @@ (function (DisplayTemplateItem) { |
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./DisplayTemplate")); | ||
__export(require("./JobControl")); | ||
__export(require("./NotificationModel")); | ||
__export(require("./UserModel")); | ||
__exportStar(require("./AceSession"), exports); | ||
__exportStar(require("./Action"), exports); | ||
__exportStar(require("./AppEndpointsModel"), exports); | ||
__exportStar(require("./AppInstanceModel"), exports); | ||
__exportStar(require("./AppKey"), exports); | ||
__exportStar(require("./BatchOperationReport"), exports); | ||
__exportStar(require("./DataGrid"), exports); | ||
__exportStar(require("./DisplayTemplate"), exports); | ||
__exportStar(require("./EndpointsUrl"), exports); | ||
__exportStar(require("./Errors"), exports); | ||
__exportStar(require("./FileWrapper"), exports); | ||
__exportStar(require("./Home"), exports); | ||
__exportStar(require("./JobControl"), exports); | ||
__exportStar(require("./NotificationModel"), exports); | ||
__exportStar(require("./Option"), exports); | ||
__exportStar(require("./ReduxProps"), exports); | ||
__exportStar(require("./Scopes"), exports); | ||
__exportStar(require("./SSO"), exports); | ||
__exportStar(require("./UserModel"), exports); | ||
__exportStar(require("./WebApi"), exports); | ||
__exportStar(require("./WebStorage"), exports); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.JOB_STATUSES = void 0; | ||
exports.JOB_STATUSES = { | ||
@@ -4,0 +5,0 @@ COMPLETE: 'COMPLETE', |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.NotificationModel = void 0; | ||
var NotificationModel; | ||
@@ -4,0 +5,0 @@ (function (NotificationModel) { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getUserJson = void 0; | ||
function getUserJson(user) { | ||
@@ -4,0 +5,0 @@ var json = {}; |
@@ -5,3 +5,3 @@ { | ||
"description": "Interfaces used in Platform 6 UI component.", | ||
"version": "1.9.64", | ||
"version": "1.9.65", | ||
"license": "MIT", | ||
@@ -37,5 +37,5 @@ "repository": { | ||
"ava": "1.2.1", | ||
"nyc": "^13.2.0", | ||
"ts-loader": "6.2.1", | ||
"typescript": "3.7.2", | ||
"nyc": "^15.1.0", | ||
"ts-loader": "8.4.0", | ||
"typescript": "4.7.4", | ||
"webpack": "4.41.2" | ||
@@ -47,3 +47,3 @@ }, | ||
}, | ||
"gitHead": "ff185b989708340d58202d2f91eb288c084721ed" | ||
"gitHead": "12c99fb318e38ad8e32a51c4880c49fa1d703cd1" | ||
} |
@@ -31,5 +31,3 @@ { | ||
}, | ||
"exclude": [ | ||
"node_modules" | ||
] | ||
"exclude": ["node_modules", "build"] | ||
} |
@@ -19,4 +19,7 @@ const { resolve } = require('path'); | ||
resolve: { | ||
extensions: ['.webpack.js', '.ts', '.tsx', '.js', '.jsx', '.json'] | ||
extensions: ['.webpack.js', '.scss', '.css', '.js', '.ts', '.tsx'] | ||
}, | ||
node: { | ||
fs: 'empty' | ||
}, | ||
@@ -42,6 +45,3 @@ externals: { | ||
}, | ||
devtool: 'source-map', | ||
node: { | ||
fs: 'empty' | ||
} | ||
devtool: 'source-map' | ||
}; |
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
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
66710
1817