上传代码
This commit is contained in:
1
uniapp04/node_modules/@dcloudio/uni-app/dist/app.d.ts
generated
vendored
Normal file
1
uniapp04/node_modules/@dcloudio/uni-app/dist/app.d.ts
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
export declare function init(): void;
|
28
uniapp04/node_modules/@dcloudio/uni-app/dist/app.js
generated
vendored
Normal file
28
uniapp04/node_modules/@dcloudio/uni-app/dist/app.js
generated
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.init = void 0;
|
||||
var Vue = require("vue");
|
||||
function init() {
|
||||
var vueConstructor = (Vue.default ? Vue.default : Vue);
|
||||
var defaultMergeHook = vueConstructor.config.optionMergeStrategies.mounted;
|
||||
var onReadyFn;
|
||||
vueConstructor.config.optionMergeStrategies.mounted = function Le(parentVal, childVal) {
|
||||
var res = defaultMergeHook.call(this, parentVal, childVal);
|
||||
if (Array.isArray(res)) {
|
||||
var index = void 0;
|
||||
if (onReadyFn) {
|
||||
index = res.indexOf(onReadyFn);
|
||||
}
|
||||
else {
|
||||
index = res.findIndex(function (fn) { return fn.toString().includes('onReady'); });
|
||||
onReadyFn = res[index];
|
||||
}
|
||||
if (index !== -1) {
|
||||
res.splice(index, 1);
|
||||
res.push(onReadyFn);
|
||||
}
|
||||
}
|
||||
return res;
|
||||
};
|
||||
}
|
||||
exports.init = init;
|
31
uniapp04/node_modules/@dcloudio/uni-app/dist/index.d.ts
generated
vendored
Normal file
31
uniapp04/node_modules/@dcloudio/uni-app/dist/index.d.ts
generated
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
/// <reference types="@dcloudio/types" />
|
||||
/// <reference types="@dcloudio/types" />
|
||||
/// <reference types="@dcloudio/types" />
|
||||
/// <reference types="@dcloudio/types" />
|
||||
import { ComponentInternalInstance } from '@vue/composition-api';
|
||||
export { initUtsProxyClass, initUtsProxyFunction, initUtsIndexClassName, initUtsClassName, initUtsPackageName, } from './uts';
|
||||
export declare const onShow: (callback: ((options?: App.LaunchShowOption) => void) | (() => void), target?: ComponentInternalInstance | null) => Function;
|
||||
export declare const onHide: (callback: (() => void) | (() => void), target?: ComponentInternalInstance | null) => Function;
|
||||
export declare const onLaunch: (callback: (options?: App.LaunchShowOption) => void, target?: ComponentInternalInstance | null) => Function;
|
||||
export declare const onError: (callback: (error: string) => void, target?: ComponentInternalInstance | null) => Function;
|
||||
export declare const onPageNotFound: (callback: (options: App.PageNotFoundOption) => void, target?: ComponentInternalInstance | null) => Function;
|
||||
export declare const onUnhandledRejection: (callback: (options: UniApp.OnUnhandledRejectionCallbackResult) => void, target?: ComponentInternalInstance | null) => Function;
|
||||
export declare const onThemeChange: (callback: (options: UniApp.OnThemeChangeCallbackResult) => void, target?: ComponentInternalInstance | null) => Function;
|
||||
export declare const onUniNViewMessage: (callback: (options: AnyObject) => void, target?: ComponentInternalInstance | null) => Function;
|
||||
export declare const onInit: (callback: (query?: AnyObject) => void, target?: ComponentInternalInstance | null) => Function;
|
||||
export declare const onLoad: (callback: (query?: AnyObject) => void, target?: ComponentInternalInstance | null) => Function;
|
||||
export declare const onReady: (callback: () => void, target?: ComponentInternalInstance | null) => Function;
|
||||
export declare const onUnload: (callback: () => void, target?: ComponentInternalInstance | null) => Function;
|
||||
export declare const onPullDownRefresh: (callback: () => void, target?: ComponentInternalInstance | null) => Function;
|
||||
export declare const onReachBottom: (callback: () => void, target?: ComponentInternalInstance | null) => Function;
|
||||
export declare const onShareAppMessage: (callback: (options: Page.ShareAppMessageOption) => Page.CustomShareContent, target?: ComponentInternalInstance | null) => Function;
|
||||
export declare const onShareTimeline: (callback: () => Page.ShareTimelineContent, target?: ComponentInternalInstance | null) => Function;
|
||||
export declare const onAddToFavorites: (callback: (options: Page.AddToFavoritesOption) => Page.CustomFavoritesContent, target?: ComponentInternalInstance | null) => Function;
|
||||
export declare const onPageScroll: (callback: (options: Page.PageScrollOption) => void, target?: ComponentInternalInstance | null) => Function;
|
||||
export declare const onResize: (callback: (options: Page.PageScrollOption) => void, target?: ComponentInternalInstance | null) => Function;
|
||||
export declare const onTabItemTap: (callback: (options: Page.TabItemTapOption) => void, target?: ComponentInternalInstance | null) => Function;
|
||||
export declare const onNavigationBarButtonTap: (callback: (options: Page.NavigationBarButtonTapOption) => void, target?: ComponentInternalInstance | null) => Function;
|
||||
export declare const onBackPress: (callback: (options: Page.BackPressOption) => any, target?: ComponentInternalInstance | null) => Function;
|
||||
export declare const onNavigationBarSearchInputChanged: (callback: (event: Page.NavigationBarSearchInputEvent) => void, target?: ComponentInternalInstance | null) => Function;
|
||||
export declare const onNavigationBarSearchInputConfirmed: (callback: (event: Page.NavigationBarSearchInputEvent) => void, target?: ComponentInternalInstance | null) => Function;
|
||||
export declare const onNavigationBarSearchInputClicked: (callback: () => void, target?: ComponentInternalInstance | null) => Function;
|
53
uniapp04/node_modules/@dcloudio/uni-app/dist/index.js
generated
vendored
Normal file
53
uniapp04/node_modules/@dcloudio/uni-app/dist/index.js
generated
vendored
Normal file
@ -0,0 +1,53 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.onNavigationBarSearchInputClicked = exports.onNavigationBarSearchInputConfirmed = exports.onNavigationBarSearchInputChanged = exports.onBackPress = exports.onNavigationBarButtonTap = exports.onTabItemTap = exports.onResize = exports.onPageScroll = exports.onAddToFavorites = exports.onShareTimeline = exports.onShareAppMessage = exports.onReachBottom = exports.onPullDownRefresh = exports.onUnload = exports.onReady = exports.onLoad = exports.onInit = exports.onUniNViewMessage = exports.onThemeChange = exports.onUnhandledRejection = exports.onPageNotFound = exports.onError = exports.onLaunch = exports.onHide = exports.onShow = exports.initUtsPackageName = exports.initUtsClassName = exports.initUtsIndexClassName = exports.initUtsProxyFunction = exports.initUtsProxyClass = void 0;
|
||||
var composition_api_1 = require("@vue/composition-api");
|
||||
var app = require("./app");
|
||||
var mp = require("./mp");
|
||||
var uts_1 = require("./uts");
|
||||
Object.defineProperty(exports, "initUtsProxyClass", { enumerable: true, get: function () { return uts_1.initUtsProxyClass; } });
|
||||
Object.defineProperty(exports, "initUtsProxyFunction", { enumerable: true, get: function () { return uts_1.initUtsProxyFunction; } });
|
||||
Object.defineProperty(exports, "initUtsIndexClassName", { enumerable: true, get: function () { return uts_1.initUtsIndexClassName; } });
|
||||
Object.defineProperty(exports, "initUtsClassName", { enumerable: true, get: function () { return uts_1.initUtsClassName; } });
|
||||
Object.defineProperty(exports, "initUtsPackageName", { enumerable: true, get: function () { return uts_1.initUtsPackageName; } });
|
||||
var lifecycles = [];
|
||||
var createLifeCycle = function (lifecycle) {
|
||||
lifecycles.push(lifecycle);
|
||||
var fn = (0, composition_api_1.createLifeCycle)(lifecycle);
|
||||
return function (callback, target) {
|
||||
return fn(callback, target);
|
||||
};
|
||||
};
|
||||
if (typeof plus === 'object') {
|
||||
app.init();
|
||||
}
|
||||
else if (typeof window === 'object' && 'document' in window) {
|
||||
}
|
||||
else {
|
||||
mp.init(lifecycles);
|
||||
}
|
||||
exports.onShow = createLifeCycle('onShow');
|
||||
exports.onHide = createLifeCycle('onHide');
|
||||
exports.onLaunch = createLifeCycle('onLaunch');
|
||||
exports.onError = createLifeCycle('onError');
|
||||
exports.onPageNotFound = createLifeCycle('onPageNotFound');
|
||||
exports.onUnhandledRejection = createLifeCycle('onUnhandledRejection');
|
||||
exports.onThemeChange = createLifeCycle('onThemeChange');
|
||||
exports.onUniNViewMessage = createLifeCycle('onUniNViewMessage');
|
||||
exports.onInit = createLifeCycle('onInit');
|
||||
exports.onLoad = createLifeCycle('onLoad');
|
||||
exports.onReady = createLifeCycle('onReady');
|
||||
exports.onUnload = createLifeCycle('onUnload');
|
||||
exports.onPullDownRefresh = createLifeCycle('onPullDownRefresh');
|
||||
exports.onReachBottom = createLifeCycle('onReachBottom');
|
||||
exports.onShareAppMessage = createLifeCycle('onShareAppMessage');
|
||||
exports.onShareTimeline = createLifeCycle('onShareTimeline');
|
||||
exports.onAddToFavorites = createLifeCycle('onAddToFavorites');
|
||||
exports.onPageScroll = createLifeCycle('onPageScroll');
|
||||
exports.onResize = createLifeCycle('onResize');
|
||||
exports.onTabItemTap = createLifeCycle('onTabItemTap');
|
||||
exports.onNavigationBarButtonTap = createLifeCycle('onNavigationBarButtonTap');
|
||||
exports.onBackPress = createLifeCycle('onBackPress');
|
||||
exports.onNavigationBarSearchInputChanged = createLifeCycle('onNavigationBarSearchInputChanged');
|
||||
exports.onNavigationBarSearchInputConfirmed = createLifeCycle('onNavigationBarSearchInputConfirmed');
|
||||
exports.onNavigationBarSearchInputClicked = createLifeCycle('onNavigationBarSearchInputClicked');
|
1
uniapp04/node_modules/@dcloudio/uni-app/dist/mp.d.ts
generated
vendored
Normal file
1
uniapp04/node_modules/@dcloudio/uni-app/dist/mp.d.ts
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
export declare function init(lifecycles: string[]): void;
|
55
uniapp04/node_modules/@dcloudio/uni-app/dist/mp.js
generated
vendored
Normal file
55
uniapp04/node_modules/@dcloudio/uni-app/dist/mp.js
generated
vendored
Normal file
@ -0,0 +1,55 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.init = void 0;
|
||||
var vue_1 = require("vue");
|
||||
function updateLifeCycle(lifecycles, setupLifecycles, fn) {
|
||||
if (fn) {
|
||||
if (fn.lifecycles) {
|
||||
fn.lifecycles.forEach(function (item) {
|
||||
if (!setupLifecycles.includes(item)) {
|
||||
setupLifecycles.push(item);
|
||||
}
|
||||
});
|
||||
}
|
||||
else {
|
||||
var fnString_1 = fn.toString();
|
||||
lifecycles.forEach(function (item) {
|
||||
if (!setupLifecycles.includes(item) && (new RegExp("\\b(".concat(item, ")\\b"))).test(fnString_1)) {
|
||||
setupLifecycles.push(item);
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
function init(lifecycles) {
|
||||
var setup = vue_1.default.config.optionMergeStrategies.setup;
|
||||
var extend = vue_1.default.extend;
|
||||
vue_1.default.extend = function () {
|
||||
var extendedVue = extend.apply(this, arguments);
|
||||
var newOptions = extendedVue.options;
|
||||
var setup = newOptions.setup;
|
||||
if (setup && setup.lifecycles) {
|
||||
setup.lifecycles.forEach(function (item) {
|
||||
newOptions[item] = newOptions[item] || [function noop() { }];
|
||||
});
|
||||
}
|
||||
return extendedVue;
|
||||
};
|
||||
Object.defineProperty(vue_1.default.config.optionMergeStrategies, 'setup', {
|
||||
set: function (fn) {
|
||||
setup = fn;
|
||||
},
|
||||
get: function () {
|
||||
return function (to, from) {
|
||||
if (typeof setup === 'function') {
|
||||
var newSetup = setup.apply(this, arguments);
|
||||
newSetup.lifecycles = newSetup.lifecycles || [];
|
||||
updateLifeCycle(lifecycles, newSetup.lifecycles, from);
|
||||
updateLifeCycle(lifecycles, newSetup.lifecycles, to);
|
||||
return newSetup;
|
||||
}
|
||||
};
|
||||
}
|
||||
});
|
||||
}
|
||||
exports.init = init;
|
9
uniapp04/node_modules/@dcloudio/uni-app/dist/utils.d.ts
generated
vendored
Normal file
9
uniapp04/node_modules/@dcloudio/uni-app/dist/utils.d.ts
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
export declare const extend: {
|
||||
<T extends {}, U>(target: T, source: U): T & U;
|
||||
<T_1 extends {}, U_1, V>(target: T_1, source1: U_1, source2: V): T_1 & U_1 & V;
|
||||
<T_2 extends {}, U_2, V_1, W>(target: T_2, source1: U_2, source2: V_1, source3: W): T_2 & U_2 & V_1 & W;
|
||||
(target: object, ...sources: any[]): any;
|
||||
};
|
||||
export declare const hasOwn: (val: object, key: string | symbol) => key is never;
|
||||
export declare const isPlainObject: (val: unknown) => val is object;
|
||||
export declare const capitalize: (str: string) => string;
|
23
uniapp04/node_modules/@dcloudio/uni-app/dist/utils.js
generated
vendored
Normal file
23
uniapp04/node_modules/@dcloudio/uni-app/dist/utils.js
generated
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.capitalize = exports.isPlainObject = exports.hasOwn = exports.extend = void 0;
|
||||
exports.extend = Object.assign;
|
||||
var hasOwnProperty = Object.prototype.hasOwnProperty;
|
||||
var hasOwn = function (val, key) { return hasOwnProperty.call(val, key); };
|
||||
exports.hasOwn = hasOwn;
|
||||
var objectToString = Object.prototype.toString;
|
||||
var toTypeString = function (value) {
|
||||
return objectToString.call(value);
|
||||
};
|
||||
var isPlainObject = function (val) {
|
||||
return toTypeString(val) === '[object Object]';
|
||||
};
|
||||
exports.isPlainObject = isPlainObject;
|
||||
var cacheStringFunction = function (fn) {
|
||||
var cache = Object.create(null);
|
||||
return (function (str) {
|
||||
var hit = cache[str];
|
||||
return hit || (cache[str] = fn(str));
|
||||
});
|
||||
};
|
||||
exports.capitalize = cacheStringFunction(function (str) { return str.charAt(0).toUpperCase() + str.slice(1); });
|
42
uniapp04/node_modules/@dcloudio/uni-app/dist/uts.d.ts
generated
vendored
Normal file
42
uniapp04/node_modules/@dcloudio/uni-app/dist/uts.d.ts
generated
vendored
Normal file
@ -0,0 +1,42 @@
|
||||
export declare function normalizeArg(arg: unknown): unknown;
|
||||
interface Parameter {
|
||||
name: string;
|
||||
type: string;
|
||||
}
|
||||
interface ProxyFunctionOptions {
|
||||
main?: boolean;
|
||||
package: string;
|
||||
class: string;
|
||||
name: string;
|
||||
method?: string;
|
||||
companion?: boolean;
|
||||
params: Parameter[];
|
||||
}
|
||||
interface ProxyClassOptions {
|
||||
package: string;
|
||||
class: string;
|
||||
constructor: {
|
||||
params: Parameter[];
|
||||
};
|
||||
props: string[];
|
||||
staticProps: string[];
|
||||
methods: {
|
||||
[name: string]: {
|
||||
async?: boolean;
|
||||
params: Parameter[];
|
||||
};
|
||||
};
|
||||
staticMethods: {
|
||||
[name: string]: {
|
||||
async?: boolean;
|
||||
params: Parameter[];
|
||||
};
|
||||
};
|
||||
}
|
||||
declare function initUtsStaticMethod(async: boolean, opts: ProxyFunctionOptions): (...args: unknown[]) => unknown;
|
||||
export declare const initUtsProxyFunction: typeof initUtsStaticMethod;
|
||||
export declare function initUtsProxyClass({ package: pkg, class: cls, constructor: { params: constructorParams }, methods, props, staticProps, staticMethods, }: ProxyClassOptions): any;
|
||||
export declare function initUtsPackageName(name: string, is_uni_modules: boolean): string;
|
||||
export declare function initUtsIndexClassName(moduleName: string, is_uni_modules: boolean): string;
|
||||
export declare function initUtsClassName(moduleName: string, className: string, is_uni_modules: boolean): string;
|
||||
export {};
|
208
uniapp04/node_modules/@dcloudio/uni-app/dist/uts.js
generated
vendored
Normal file
208
uniapp04/node_modules/@dcloudio/uni-app/dist/uts.js
generated
vendored
Normal file
@ -0,0 +1,208 @@
|
||||
"use strict";
|
||||
exports.__esModule = true;
|
||||
exports.initUtsClassName = exports.initUtsIndexClassName = exports.initUtsPackageName = exports.initUtsProxyClass = exports.initUtsProxyFunction = exports.normalizeArg = void 0;
|
||||
var utils_1 = require("./utils");
|
||||
var callbackId = 1;
|
||||
var proxy;
|
||||
var callbacks = {};
|
||||
function normalizeArg(arg) {
|
||||
if (typeof arg === 'function') {
|
||||
// 查找该函数是否已缓存
|
||||
var oldId = Object.keys(callbacks).find(function (id) { return callbacks[id] === arg; });
|
||||
var id = oldId ? parseInt(oldId) : callbackId++;
|
||||
callbacks[id] = arg;
|
||||
return id;
|
||||
}
|
||||
else if ((0, utils_1.isPlainObject)(arg)) {
|
||||
Object.keys(arg).forEach(function (name) {
|
||||
;
|
||||
arg[name] = normalizeArg(arg[name]);
|
||||
});
|
||||
}
|
||||
return arg;
|
||||
}
|
||||
exports.normalizeArg = normalizeArg;
|
||||
function initUtsInstanceMethod(async, opts, instanceId) {
|
||||
return initProxyFunction(async, opts, instanceId);
|
||||
}
|
||||
function getProxy() {
|
||||
if (!proxy) {
|
||||
proxy = uni.requireNativePlugin('UTS-Proxy');
|
||||
}
|
||||
return proxy;
|
||||
}
|
||||
function resolveSyncResult(res) {
|
||||
if (res.errMsg) {
|
||||
throw new Error(res.errMsg);
|
||||
}
|
||||
return res.params;
|
||||
}
|
||||
function invokePropGetter(args) {
|
||||
if (args.errMsg) {
|
||||
throw new Error(args.errMsg);
|
||||
}
|
||||
delete args.errMsg;
|
||||
return resolveSyncResult(getProxy().invokeSync(args, function () { }));
|
||||
}
|
||||
function initProxyFunction(async, _a, instanceId) {
|
||||
var pkg = _a.package, cls = _a["class"], propOrMethod = _a.name, method = _a.method, companion = _a.companion, methodParams = _a.params, errMsg = _a.errMsg;
|
||||
var invokeCallback = function (_a) {
|
||||
var id = _a.id, name = _a.name, params = _a.params, keepAlive = _a.keepAlive;
|
||||
var callback = callbacks[id];
|
||||
if (callback) {
|
||||
callback.apply(void 0, params);
|
||||
if (!keepAlive) {
|
||||
delete callbacks[id];
|
||||
}
|
||||
}
|
||||
else {
|
||||
console.error("".concat(pkg).concat(cls, ".").concat(propOrMethod, " ").concat(name, " is not found"));
|
||||
}
|
||||
};
|
||||
var baseArgs = instanceId
|
||||
? { id: instanceId, name: propOrMethod, method: methodParams }
|
||||
: {
|
||||
package: pkg,
|
||||
"class": cls,
|
||||
name: method || propOrMethod,
|
||||
companion: companion,
|
||||
method: methodParams
|
||||
};
|
||||
return function () {
|
||||
var args = [];
|
||||
for (var _i = 0; _i < arguments.length; _i++) {
|
||||
args[_i] = arguments[_i];
|
||||
}
|
||||
if (errMsg) {
|
||||
throw new Error(errMsg);
|
||||
}
|
||||
var invokeArgs = (0, utils_1.extend)({}, baseArgs, {
|
||||
params: args.map(function (arg) { return normalizeArg(arg); })
|
||||
});
|
||||
if (async) {
|
||||
return new Promise(function (resolve, reject) {
|
||||
getProxy().invokeAsync(invokeArgs, function (res) {
|
||||
if (res.type !== 'return') {
|
||||
invokeCallback(res);
|
||||
}
|
||||
else {
|
||||
if (res.errMsg) {
|
||||
reject(res.errMsg);
|
||||
}
|
||||
else {
|
||||
resolve(res.params);
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
}
|
||||
return resolveSyncResult(getProxy().invokeSync(invokeArgs, invokeCallback));
|
||||
};
|
||||
}
|
||||
function initUtsStaticMethod(async, opts) {
|
||||
if (opts.main && !opts.method) {
|
||||
if (typeof plus !== 'undefined' && plus.os.name === 'iOS') {
|
||||
opts.method = 's_' + opts.name;
|
||||
}
|
||||
}
|
||||
return initProxyFunction(async, opts, 0);
|
||||
}
|
||||
exports.initUtsProxyFunction = initUtsStaticMethod;
|
||||
function initUtsProxyClass(_a) {
|
||||
var pkg = _a.package, cls = _a["class"], constructorParams = _a.constructor.params, methods = _a.methods, props = _a.props, staticProps = _a.staticProps, staticMethods = _a.staticMethods, errMsg = _a.errMsg;
|
||||
var baseOptions = {
|
||||
package: pkg,
|
||||
"class": cls,
|
||||
errMsg: errMsg
|
||||
};
|
||||
var ProxyClass = /** @class */ (function () {
|
||||
function UtsClass() {
|
||||
var params = [];
|
||||
for (var _i = 0; _i < arguments.length; _i++) {
|
||||
params[_i] = arguments[_i];
|
||||
}
|
||||
if (errMsg) {
|
||||
throw new Error(errMsg);
|
||||
}
|
||||
var target = {};
|
||||
// 初始化实例 ID
|
||||
var instanceId = initProxyFunction(false, (0, utils_1.extend)({ name: 'constructor', params: constructorParams }, baseOptions), 0).apply(null, params);
|
||||
if (!instanceId) {
|
||||
throw new Error("new ".concat(cls, " is failed"));
|
||||
}
|
||||
return new Proxy(this, {
|
||||
get: function (_, name) {
|
||||
if (!target[name]) {
|
||||
//实例方法
|
||||
if ((0, utils_1.hasOwn)(methods, name)) {
|
||||
var _a = methods[name], async = _a.async, params_1 = _a.params;
|
||||
target[name] = initUtsInstanceMethod(!!async, (0, utils_1.extend)({
|
||||
name: name,
|
||||
params: params_1
|
||||
}, baseOptions), instanceId);
|
||||
}
|
||||
else if (props.includes(name)) {
|
||||
// 实例属性
|
||||
return invokePropGetter({
|
||||
id: instanceId,
|
||||
name: name,
|
||||
errMsg: errMsg
|
||||
});
|
||||
}
|
||||
}
|
||||
return target[name];
|
||||
}
|
||||
});
|
||||
}
|
||||
return UtsClass;
|
||||
}());
|
||||
var staticMethodCache = {};
|
||||
return new Proxy(ProxyClass, {
|
||||
get: function (target, name, receiver) {
|
||||
if ((0, utils_1.hasOwn)(staticMethods, name)) {
|
||||
if (!staticMethodCache[name]) {
|
||||
var _a = staticMethods[name], async = _a.async, params = _a.params;
|
||||
// 静态方法
|
||||
staticMethodCache[name] = initUtsStaticMethod(!!async, (0, utils_1.extend)({ name: name, companion: true, params: params }, baseOptions));
|
||||
}
|
||||
return staticMethodCache[name];
|
||||
}
|
||||
if (staticProps.includes(name)) {
|
||||
// 静态属性
|
||||
return invokePropGetter((0, utils_1.extend)({ name: name, companion: true }, baseOptions));
|
||||
}
|
||||
return Reflect.get(target, name, receiver);
|
||||
}
|
||||
});
|
||||
}
|
||||
exports.initUtsProxyClass = initUtsProxyClass;
|
||||
function initUtsPackageName(name, is_uni_modules) {
|
||||
if (typeof plus !== 'undefined' && plus.os.name === 'Android') {
|
||||
return 'uts.sdk.' + (is_uni_modules ? 'modules.' : '') + name;
|
||||
}
|
||||
return '';
|
||||
}
|
||||
exports.initUtsPackageName = initUtsPackageName;
|
||||
function initUtsIndexClassName(moduleName, is_uni_modules) {
|
||||
if (typeof plus === 'undefined') {
|
||||
return '';
|
||||
}
|
||||
return initUtsClassName(moduleName, plus.os.name === 'iOS' ? 'IndexSwift' : 'IndexKt', is_uni_modules);
|
||||
}
|
||||
exports.initUtsIndexClassName = initUtsIndexClassName;
|
||||
function initUtsClassName(moduleName, className, is_uni_modules) {
|
||||
if (typeof plus === 'undefined') {
|
||||
return '';
|
||||
}
|
||||
if (plus.os.name === 'Android') {
|
||||
return className;
|
||||
}
|
||||
if (plus.os.name === 'iOS') {
|
||||
return ('UTSSDK' +
|
||||
(is_uni_modules ? 'Modules' : '') +
|
||||
(0, utils_1.capitalize)(moduleName) +
|
||||
(0, utils_1.capitalize)(className));
|
||||
}
|
||||
return '';
|
||||
}
|
||||
exports.initUtsClassName = initUtsClassName;
|
Reference in New Issue
Block a user