agilebuilder-ui 1.0.77 → 1.0.79
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/lib/super-ui.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as Vue
|
|
1
|
+
import * as Vue from "vue";
|
|
2
2
|
import { resolveComponent, openBlock, createBlock, withCtx, createVNode, TransitionGroup, createElementBlock, Fragment, renderList, toDisplayString as toDisplayString$1, createTextVNode, createElementVNode, createStaticVNode, defineComponent, h, getCurrentInstance, effectScope, inject, onMounted, onUnmounted, shallowRef, ref, computed, onBeforeMount, watch, isRef, Text, createCommentVNode, resolveDirective, withKeys, withDirectives, normalizeClass, unref, getCurrentScope, onScopeDispose, readonly, nextTick, warn as warn$1, provide, renderSlot, mergeProps, Transition, vShow, shallowReactive, normalizeStyle, resolveDynamicComponent, withModifiers, isVNode as isVNode$1, render, createSlots, reactive, toRefs, onBeforeUnmount, onActivated, onDeactivated, pushScopeId, popScopeId } from "vue";
|
|
3
3
|
function lexer(e) {
|
|
4
4
|
for (var t = [], n = 0; n < e.length; ) {
|
|
@@ -12295,7 +12295,7 @@ function getTotalPermissions() {
|
|
|
12295
12295
|
const m = localStorage.getItem(mobilePermissionKey);
|
|
12296
12296
|
m && (s = JSON.parse(m));
|
|
12297
12297
|
}
|
|
12298
|
-
if ((/* @__PURE__ */ new Date()).getTime(), e || n) {
|
|
12298
|
+
if ((/* @__PURE__ */ new Date()).getTime(), e || n || s) {
|
|
12299
12299
|
let m = {};
|
|
12300
12300
|
return e && Object.assign(m, e), n && Object.assign(m, n), s && Object.assign(m, s), m;
|
|
12301
12301
|
}
|
|
@@ -16980,7 +16980,7 @@ function getGridParams$3() {
|
|
|
16980
16980
|
// hiddenColumns:['operation','xx]
|
|
16981
16981
|
}
|
|
16982
16982
|
};
|
|
16983
|
-
return Vue
|
|
16983
|
+
return Vue.reactive(e);
|
|
16984
16984
|
}
|
|
16985
16985
|
function addDynamicProp$1(e, t, n) {
|
|
16986
16986
|
const o = t.split(".");
|
|
@@ -35593,7 +35593,7 @@ function exportListData(e, t, n, o, l, s, d, m, y) {
|
|
|
35593
35593
|
}
|
|
35594
35594
|
function getDcExportPageUrl() {
|
|
35595
35595
|
let e;
|
|
35596
|
-
const t =
|
|
35596
|
+
const t = window.$vueApp.config.globalProperties.baseAPI;
|
|
35597
35597
|
if (t) {
|
|
35598
35598
|
const n = t.split("/");
|
|
35599
35599
|
e = n[0] + "//" + n[2] + "/document-center/#/file-task/file-export-task/list";
|
|
@@ -37094,7 +37094,7 @@ function getGridParams() {
|
|
|
37094
37094
|
// ]
|
|
37095
37095
|
}
|
|
37096
37096
|
};
|
|
37097
|
-
return Vue
|
|
37097
|
+
return Vue.reactive(e);
|
|
37098
37098
|
}
|
|
37099
37099
|
function addDynamicProp(e, t, n) {
|
|
37100
37100
|
const o = t.split(".");
|