@okiss/oms 0.0.69 → 0.0.70
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/dist/index.es.js +26 -16
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4249,8 +4249,7 @@ const Vm = $e(zf), mr = Jo("settings", {
|
|
|
4249
4249
|
}), jm = {
|
|
4250
4250
|
currentCellItem: {}
|
|
4251
4251
|
// form/sub-form 当前单元格编辑数据
|
|
4252
|
-
}
|
|
4253
|
-
Jo("builderSchema", {
|
|
4252
|
+
}, dC = Jo("builderSchema", {
|
|
4254
4253
|
state: () => ({ ...jm }),
|
|
4255
4254
|
actions: {
|
|
4256
4255
|
SET_CURRENT_CELLITEM(e) {
|
|
@@ -4260,8 +4259,7 @@ Jo("builderSchema", {
|
|
|
4260
4259
|
this.SET_CURRENT_CELLITEM(e);
|
|
4261
4260
|
}
|
|
4262
4261
|
}
|
|
4263
|
-
});
|
|
4264
|
-
const Lt = $p();
|
|
4262
|
+
}), Lt = $p();
|
|
4265
4263
|
function Hm(e) {
|
|
4266
4264
|
e.use(Lt);
|
|
4267
4265
|
}
|
|
@@ -4318,7 +4316,7 @@ const $m = hl, Ju = Qo, Gm = fl.CancelToken, xo = {
|
|
|
4318
4316
|
return Promise.reject(e);
|
|
4319
4317
|
}
|
|
4320
4318
|
}, Qf = {};
|
|
4321
|
-
function
|
|
4319
|
+
function mC(e, t) {
|
|
4322
4320
|
Qf[e] = t;
|
|
4323
4321
|
}
|
|
4324
4322
|
function zm(e) {
|
|
@@ -34269,7 +34267,7 @@ class mp {
|
|
|
34269
34267
|
showQrCode() {
|
|
34270
34268
|
}
|
|
34271
34269
|
}
|
|
34272
|
-
class
|
|
34270
|
+
class gC extends mp {
|
|
34273
34271
|
type = "jump";
|
|
34274
34272
|
client_id = "";
|
|
34275
34273
|
constructor(t) {
|
|
@@ -34288,7 +34286,7 @@ class mC extends mp {
|
|
|
34288
34286
|
location.replace(`https://github.com/login/oauth/authorize?client_id=${this.client_id}&redirect_uri${n}`);
|
|
34289
34287
|
}
|
|
34290
34288
|
}
|
|
34291
|
-
class
|
|
34289
|
+
class vC extends mp {
|
|
34292
34290
|
type = "qrcode";
|
|
34293
34291
|
qrCodeUrl = "https://login.dingtalk.com/login/qrcode.htm?goto={goto}&style={style}";
|
|
34294
34292
|
reloadUrl = "https://oapi.dingtalk.com/connect/oauth2/sns_authorize?response_type=code&scope=snsapi_login&state=&appid={appid}&redirect_uri={redirect_uri}";
|
|
@@ -35182,7 +35180,7 @@ const yp = (e) => {
|
|
|
35182
35180
|
}
|
|
35183
35181
|
};
|
|
35184
35182
|
let Ga = {};
|
|
35185
|
-
function
|
|
35183
|
+
function yC(e) {
|
|
35186
35184
|
Ga = e;
|
|
35187
35185
|
}
|
|
35188
35186
|
const x3 = (e) => {
|
|
@@ -35478,10 +35476,10 @@ const R3 = {
|
|
|
35478
35476
|
rightClick: I3
|
|
35479
35477
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
35480
35478
|
let Co;
|
|
35481
|
-
function
|
|
35479
|
+
function _C(e) {
|
|
35482
35480
|
return e ? eu(at(rs.axios, e)) : Co;
|
|
35483
35481
|
}
|
|
35484
|
-
function
|
|
35482
|
+
function xC(e) {
|
|
35485
35483
|
const t = at(rs, e), r = Mp(Om), n = $3(t), a = t.plugins || [];
|
|
35486
35484
|
a.unshift(n), a.forEach((s) => {
|
|
35487
35485
|
H3(r, s);
|
|
@@ -35537,22 +35535,34 @@ function $3(e) {
|
|
|
35537
35535
|
export {
|
|
35538
35536
|
mp as BaseSso,
|
|
35539
35537
|
$s as Container,
|
|
35540
|
-
|
|
35541
|
-
|
|
35538
|
+
vC as DingTalk,
|
|
35539
|
+
gC as Github,
|
|
35542
35540
|
pp as Layout,
|
|
35543
35541
|
Pr as MenuType,
|
|
35544
35542
|
$m as Message,
|
|
35545
35543
|
Ju as MessageBox,
|
|
35546
35544
|
Wr as PageType,
|
|
35547
35545
|
RT as allSso,
|
|
35548
|
-
|
|
35546
|
+
Um as appState,
|
|
35547
|
+
jm as builderSchemaState,
|
|
35548
|
+
xC as createAdmin,
|
|
35549
35549
|
Vn as eventBus,
|
|
35550
35550
|
zm as getCmp,
|
|
35551
|
+
ws as getHttp,
|
|
35551
35552
|
Co as http,
|
|
35552
35553
|
eu as instance,
|
|
35553
|
-
|
|
35554
|
-
|
|
35554
|
+
Lt as pinia,
|
|
35555
|
+
yC as regViews,
|
|
35556
|
+
mC as setCmp,
|
|
35557
|
+
Bm as setHttp,
|
|
35558
|
+
Vm as settings,
|
|
35559
|
+
Hm as setupStore,
|
|
35555
35560
|
S3 as transRemoteModules,
|
|
35556
|
-
|
|
35561
|
+
Tn as useAppStore,
|
|
35562
|
+
dC as useBuilderSchemaStore,
|
|
35563
|
+
_C as useHttp,
|
|
35564
|
+
mr as useSettingsStore,
|
|
35565
|
+
er as useUserStore,
|
|
35566
|
+
Yu as userState
|
|
35557
35567
|
};
|
|
35558
35568
|
//# sourceMappingURL=index.es.js.map
|