@imedx/ics-imedx-chromely-plugin-intf-platform
Advanced tools
Comparing version 0.0.1-beta.6 to 0.0.1-beta.7
@@ -251,4 +251,14 @@ import icsChromelyRequest from '@icreate/ics-chromely-js-sdk'; | ||
var IntfPlatformManage = IntfPlatformManage$1.getIntfPlatformManage(); | ||
// export { IntfPlatformManage, IntfPlatform } | ||
var index = { | ||
BaseInterfaceCore: BaseInterfaceCore, | ||
InterfaceParamType: InterfaceParamType, | ||
InterfaceType: InterfaceType, | ||
IntfResponse: IntfResponse, | ||
intfParam: intfParam, | ||
IntfPlatformManage: IntfPlatformManage, | ||
IntfPlatform: IntfPlatform | ||
}; | ||
export { BaseInterfaceCore, InterfaceParamType, InterfaceType, IntfPlatform, IntfPlatformManage, IntfResponse, IntfPlatform as default, intfParam }; | ||
export { index as default }; | ||
//# sourceMappingURL=ics-imedx-chromely-plugin-intf-platform.es5.js.map |
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@icreate/ics-chromely-js-sdk')) : | ||
typeof define === 'function' && define.amd ? define(['exports', '@icreate/ics-chromely-js-sdk'], factory) : | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.icsImedxChromelyPluginIntfPlatform = {}, global.icsChromelyRequest)); | ||
})(this, (function (exports, icsChromelyRequest) { 'use strict'; | ||
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('@icreate/ics-chromely-js-sdk')) : | ||
typeof define === 'function' && define.amd ? define(['@icreate/ics-chromely-js-sdk'], factory) : | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.icsImedxChromelyPluginIntfPlatform = factory(global.icsChromelyRequest)); | ||
})(this, (function (icsChromelyRequest) { 'use strict'; | ||
@@ -79,3 +79,3 @@ /** | ||
*/ | ||
exports.InterfaceParamType = void 0; | ||
var InterfaceParamType; | ||
(function (InterfaceParamType) { | ||
@@ -86,7 +86,7 @@ // 输入框 | ||
InterfaceParamType[InterfaceParamType["select"] = 2] = "select"; | ||
})(exports.InterfaceParamType || (exports.InterfaceParamType = {})); | ||
})(InterfaceParamType || (InterfaceParamType = {})); | ||
/** | ||
* 接口模式 1表示C#接口 2表示js接口 | ||
*/ | ||
exports.InterfaceType = void 0; | ||
var InterfaceType; | ||
(function (InterfaceType) { | ||
@@ -97,3 +97,3 @@ // DLL接口 | ||
InterfaceType[InterfaceType["JS"] = 2] = "JS"; | ||
})(exports.InterfaceType || (exports.InterfaceType = {})); | ||
})(InterfaceType || (InterfaceType = {})); | ||
@@ -202,3 +202,3 @@ var IntfPlatformManage$1 = /** @class */ (function () { | ||
IntfPlatform.GetInterfaceType = function (intfCode) { | ||
return exports.InterfaceType.DLL; | ||
return InterfaceType.DLL; | ||
}; | ||
@@ -229,3 +229,3 @@ /** | ||
switch (mode) { | ||
case exports.InterfaceType.JS: | ||
case InterfaceType.JS: | ||
// 调用js接口实现 | ||
@@ -260,13 +260,16 @@ var intfCoreManage = IntfPlatformManage$1.getIntfPlatformManage(); | ||
var IntfPlatformManage = IntfPlatformManage$1.getIntfPlatformManage(); | ||
// export { IntfPlatformManage, IntfPlatform } | ||
var index = { | ||
BaseInterfaceCore: BaseInterfaceCore, | ||
InterfaceParamType: InterfaceParamType, | ||
InterfaceType: InterfaceType, | ||
IntfResponse: IntfResponse, | ||
intfParam: intfParam, | ||
IntfPlatformManage: IntfPlatformManage, | ||
IntfPlatform: IntfPlatform | ||
}; | ||
exports.BaseInterfaceCore = BaseInterfaceCore; | ||
exports.IntfPlatform = IntfPlatform; | ||
exports.IntfPlatformManage = IntfPlatformManage; | ||
exports.IntfResponse = IntfResponse; | ||
exports.default = IntfPlatform; | ||
exports.intfParam = intfParam; | ||
return index; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
})); | ||
//# sourceMappingURL=ics-imedx-chromely-plugin-intf-platform.umd.js.map |
"use strict"; | ||
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 }); | ||
exports.IntfPlatform = exports.IntfPlatformManage = void 0; | ||
var intf_platform_1 = require("./intf-platform"); | ||
exports.IntfPlatform = intf_platform_1.default; | ||
exports.default = intf_platform_1.default; | ||
__exportStar(require("./interfaces/InterfaceCore"), exports); | ||
var InterfaceCore_1 = require("./interfaces/InterfaceCore"); | ||
var intf_platform_manage_1 = require("./intf-platform-manage"); | ||
@@ -35,3 +18,12 @@ // import './index.scss' | ||
var IntfPlatformManage = intf_platform_manage_1.default.getIntfPlatformManage(); | ||
exports.IntfPlatformManage = IntfPlatformManage; | ||
// export { IntfPlatformManage, IntfPlatform } | ||
exports.default = { | ||
BaseInterfaceCore: InterfaceCore_1.BaseInterfaceCore, | ||
InterfaceParamType: InterfaceCore_1.InterfaceParamType, | ||
InterfaceType: InterfaceCore_1.InterfaceType, | ||
IntfResponse: InterfaceCore_1.IntfResponse, | ||
intfParam: InterfaceCore_1.intfParam, | ||
IntfPlatformManage: IntfPlatformManage, | ||
IntfPlatform: intf_platform_1.default | ||
}; | ||
//# sourceMappingURL=index.js.map |
import IntfPlatform from './intf-platform'; | ||
export default IntfPlatform; | ||
export * from './interfaces/InterfaceCore'; | ||
import { BaseInterfaceCore, InterfaceParamType, InterfaceType, IntfResponse, intfParam } from './interfaces/InterfaceCore'; | ||
import _IntfPlatformManage from './intf-platform-manage'; | ||
declare const IntfPlatformManage: _IntfPlatformManage; | ||
export { IntfPlatformManage, IntfPlatform }; | ||
declare const _default: { | ||
BaseInterfaceCore: typeof BaseInterfaceCore; | ||
InterfaceParamType: typeof InterfaceParamType; | ||
InterfaceType: typeof InterfaceType; | ||
IntfResponse: typeof IntfResponse; | ||
intfParam: typeof intfParam; | ||
IntfPlatformManage: _IntfPlatformManage; | ||
IntfPlatform: typeof IntfPlatform; | ||
}; | ||
export default _default; |
{ | ||
"name": "@imedx/ics-imedx-chromely-plugin-intf-platform", | ||
"version": "0.0.1-beta.6", | ||
"version": "0.0.1-beta.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
55888
1018