zzz-pc-view 0.0.81 → 0.0.83
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.
- package/package.json +1 -1
- package/src/index.es.js +6 -2
- package/src/index.umd.js +2 -2
package/package.json
CHANGED
package/src/index.es.js
CHANGED
|
@@ -5,7 +5,7 @@ var _a, _b, _c, _d, _e, _f, _g, _h, _i;
|
|
|
5
5
|
import CryptoJS from "crypto-js";
|
|
6
6
|
import qs from "qs";
|
|
7
7
|
import axios, { CanceledError } from "axios";
|
|
8
|
-
import { openBlock, createElementBlock, createElementVNode, ref, computed, shallowRef, nextTick, watch, onBeforeUnmount, onDeactivated, onActivated, reactive, defineComponent, h, resolveComponent, renderSlot, createVNode, withCtx, createBlock, createCommentVNode, unref, resolveDynamicComponent, createTextVNode, toDisplayString, Fragment, mergeProps, toHandlers, renderList, resolveDirective, withDirectives, withModifiers, isRef, createSlots,
|
|
8
|
+
import { openBlock, createElementBlock, createElementVNode, ref, computed, shallowRef, nextTick, watch, onBeforeUnmount, onDeactivated, onActivated, reactive, defineComponent, h, resolveComponent, renderSlot, createVNode, withCtx, createBlock, createCommentVNode, unref, resolveDynamicComponent, createTextVNode, toDisplayString, Fragment, mergeProps, toHandlers, renderList, resolveDirective, withDirectives, withModifiers, isRef, createSlots, withKeys, normalizeStyle, normalizeClass, normalizeProps, guardReactiveProps, Transition, KeepAlive } from "vue";
|
|
9
9
|
import { useRoute, useRouter } from "vue-router";
|
|
10
10
|
import Mock from "mockjs";
|
|
11
11
|
import ElementPlus, { ElNotification, ElMessageBox } from "element-plus";
|
|
@@ -11224,7 +11224,11 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
11224
11224
|
_ctx.footerComponent ? {
|
|
11225
11225
|
name: "footer",
|
|
11226
11226
|
fn: withCtx(() => [
|
|
11227
|
-
(openBlock(), createBlock(resolveDynamicComponent(_ctx.footerComponent),
|
|
11227
|
+
(openBlock(), createBlock(resolveDynamicComponent(_ctx.footerComponent), mergeProps({
|
|
11228
|
+
options: _ctx.options,
|
|
11229
|
+
"primary-key": _ctx.primaryKey,
|
|
11230
|
+
"name-key": _ctx.nameKey
|
|
11231
|
+
}, _ctx.footerComponentProps || unref(ZUtils).empty.object), null, 16, ["options", "primary-key", "name-key"]))
|
|
11228
11232
|
]),
|
|
11229
11233
|
key: "0"
|
|
11230
11234
|
} : void 0
|