提交 32e8c722 编写于 作者: fxy060608's avatar fxy060608

chore: build

上级 19d20613
......@@ -2,7 +2,7 @@
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : window || self, factory(window.Tools = {}));
}(this, (function (exports) { 'use strict';
})(this, (function (exports) { 'use strict';
const ACTION_TYPE_PAGE_CREATE = 1;
const ACTION_TYPE_PAGE_CREATED = 2;
......@@ -160,4 +160,4 @@
Object.defineProperty(exports, '__esModule', { value: true });
})));
}));
......@@ -19496,7 +19496,7 @@ var serviceContext = (function (vue) {
return index;
}(Vue));
})(Vue);
const uni = serviceContext.uni;
const getApp = serviceContext.getApp;
const getCurrentPages = serviceContext.getCurrentPages;
......
......@@ -7,7 +7,7 @@ const fs_extra_1 = __importDefault(require("fs-extra"));
const path_1 = __importDefault(require("path"));
const uni_cli_shared_1 = require("@dcloudio/uni-cli-shared");
exports.default = [
uni_cli_shared_1.defineUniMainJsPlugin((opts) => {
(0, uni_cli_shared_1.defineUniMainJsPlugin)((opts) => {
return {
name: 'vite:uni-automator',
enforce: 'pre',
......
......@@ -50,7 +50,7 @@ const UniCloudPlugin = {
}
},
};
const initUniCloudWarningOnce = uni_shared_1.once(() => {
const initUniCloudWarningOnce = (0, uni_shared_1.once)(() => {
uniCloudSpaces.length &&
console.warn('当前项目使用了uniCloud,为避免云函数调用跨域问题,建议在HBuilderX内置浏览器里调试,如使用外部浏览器需处理跨域,详见:https://uniapp.dcloud.io/uniCloud/quickstart?id=useinh5');
});
......@@ -87,9 +87,9 @@ function initUniCloudEnv() {
}
exports.default = [
UniCloudPlugin,
uni_cli_shared_1.uniViteInjectPlugin({
(0, uni_cli_shared_1.uniViteInjectPlugin)({
exclude: [...uni_cli_shared_1.COMMON_EXCLUDE],
uniCloud: ['@dcloudio/uni-cloud', 'default'],
}),
validateFunction_1.uniValidateFunctionPlugin(),
(0, validateFunction_1.uniValidateFunctionPlugin)(),
];
......@@ -10644,7 +10644,13 @@ function usePageHeadSearchInput({
onKeyup
};
}
var _sfc_main = {
var _export_sfc = (sfc, props2) => {
for (const [key, val] of props2) {
sfc[key] = val;
}
return sfc;
};
const _sfc_main = {
name: "PageRefresh",
setup() {
const { pullToRefresh } = usePageMeta();
......@@ -10702,7 +10708,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
], 4)
]);
}
_sfc_main.render = _sfc_render;
var PageRefresh = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
var PageBody = defineSystemComponent({
name: "PageBody",
setup(props2, ctx) {
......@@ -10719,7 +10725,7 @@ function createPageRefreshTsx(refreshRef, pageMeta) {
if (!__UNI_FEATURE_PULL_DOWN_REFRESH__ || !pageMeta.enablePullDownRefresh) {
return null;
}
return vue.createVNode(_sfc_main, {
return vue.createVNode(PageRefresh, {
"ref": refreshRef
}, null, 512);
}
......
......@@ -21205,7 +21205,13 @@ function usePageHeadSearchInput({
onKeyup
};
}
var _sfc_main = {
var _export_sfc = (sfc, props2) => {
for (const [key, val] of props2) {
sfc[key] = val;
}
return sfc;
};
const _sfc_main = {
name: "PageRefresh",
setup() {
const { pullToRefresh } = usePageMeta();
......@@ -21263,7 +21269,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
], 4)
]);
}
_sfc_main.render = _sfc_render;
var PageRefresh = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
function processDeltaY(ev, identifier, startY) {
const touch = Array.prototype.slice.call(ev.changedTouches).filter((touch2) => touch2.identifier === identifier)[0];
if (!touch) {
......@@ -21478,7 +21484,7 @@ function createPageRefreshTsx(refreshRef, pageMeta) {
if (!__UNI_FEATURE_PULL_DOWN_REFRESH__ || !pageMeta.enablePullDownRefresh) {
return null;
}
return createVNode(_sfc_main, {
return createVNode(PageRefresh, {
"ref": refreshRef
}, null, 512);
}
......
/// <reference types="css-font-loading-module" />
import { ComponentInternalInstance } from 'vue';
import { ComponentOptionsBase } from 'vue';
import { ComponentPublicInstance } from 'vue';
......
'use strict';
var version = "3.0.0-alpha-3020820210923001";
var version = "3.0.0-alpha-3020920210926001";
const STAT_VERSION = version;
const STAT_URL = 'https://tongji.dcloud.io/uni/stat';
......
var version = "3.0.0-alpha-3020820210923001";
var version = "3.0.0-alpha-3020920210926001";
const STAT_VERSION = version;
const STAT_URL = 'https://tongji.dcloud.io/uni/stat';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册