imatrix-ui 0.2.26-up → 0.2.27-up
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 +5 -5
- package/lib/super-ui.umd.cjs +68 -68
- package/package.json +1 -1
- package/src/api/sso-service.js +1 -0
- package/src/utils/auth-api.js +2 -2
- package/src/utils/permissionAuth.js +3 -3
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, defineComponent, h, getCurrentInstance, effectScope, inject, onMounted, onUnmounted, shallowRef, ref, computed, onBeforeMount, watch, isRef, Text, createCommentVNode, resolveDirective, withKeys, withDirectives, unref, normalizeClass, mergeProps, normalizeStyle, resolveDynamicComponent, reactive, vShow, createSlots, renderSlot, getCurrentScope, onScopeDispose, readonly, nextTick, warn as warn$1, provide, Transition, shallowReactive, withModifiers, isVNode as isVNode$1, render, pushScopeId, popScopeId, toRefs, onBeforeUnmount, onActivated, onDeactivated } from "vue";
|
|
3
3
|
function lexer(e) {
|
|
4
4
|
for (var t = [], n = 0; n < e.length; ) {
|
|
@@ -5398,7 +5398,7 @@ function removeSystemCacheUrl() {
|
|
|
5398
5398
|
}
|
|
5399
5399
|
function getLanguage() {
|
|
5400
5400
|
let e = getCookieCache(langKey);
|
|
5401
|
-
const t =
|
|
5401
|
+
const t = window.$vueApp.config.globalProperties.projectModel;
|
|
5402
5402
|
return !e && t && t === "developing.model" && (e = getSessionCache(langKey)), e;
|
|
5403
5403
|
}
|
|
5404
5404
|
function setLanguage(e) {
|
|
@@ -5409,7 +5409,7 @@ function removeLanguage() {
|
|
|
5409
5409
|
}
|
|
5410
5410
|
function getAllLanguages$1() {
|
|
5411
5411
|
let e = getCookieCache(allLangKey);
|
|
5412
|
-
const t =
|
|
5412
|
+
const t = window.$vueApp.config.globalProperties.projectModel;
|
|
5413
5413
|
return !e && t && t === "developing.model" && (e = getSessionCache(allLangKey)), e;
|
|
5414
5414
|
}
|
|
5415
5415
|
function setAllLanguages(e) {
|
|
@@ -7448,7 +7448,7 @@ function getGridParams$3() {
|
|
|
7448
7448
|
// hiddenColumns:['operation','xx]
|
|
7449
7449
|
}
|
|
7450
7450
|
};
|
|
7451
|
-
return Vue
|
|
7451
|
+
return Vue.reactive(e);
|
|
7452
7452
|
}
|
|
7453
7453
|
function addDynamicProp$1(e, t, n) {
|
|
7454
7454
|
const a = t.split(".");
|
|
@@ -26476,7 +26476,7 @@ function getGridParams() {
|
|
|
26476
26476
|
// ]
|
|
26477
26477
|
}
|
|
26478
26478
|
};
|
|
26479
|
-
return Vue
|
|
26479
|
+
return Vue.reactive(e);
|
|
26480
26480
|
}
|
|
26481
26481
|
function addDynamicProp(e, t, n) {
|
|
26482
26482
|
const a = t.split(".");
|