@kengic/vue 0.26.7-beta.48 → 0.26.7-beta.49
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/kengic-vue.js +15 -15
- package/package.json +2 -2
- /package/dist/{close-outlined-DMcSQWxQ.479f2f97.mjs → close-outlined-DMcSQWxQ.b477d207.mjs} +0 -0
- /package/dist/{exclamation-circle-outlined-DZrXCnvM.4dd067b9.mjs → exclamation-circle-outlined-DZrXCnvM.375b323f.mjs} +0 -0
- /package/dist/{fullscreen-exit-outlined-X1iYkFc4.50832b66.mjs → fullscreen-exit-outlined-X1iYkFc4.f5fb0aa3.mjs} +0 -0
- /package/dist/{fullscreen-outlined-DDBrsRcy.122b2bd9.mjs → fullscreen-outlined-DDBrsRcy.1890dfc8.mjs} +0 -0
- /package/dist/{search-outlined-Od1M_oxf.d97e3339.mjs → search-outlined-Od1M_oxf.f555382b.mjs} +0 -0
package/dist/kengic-vue.js
CHANGED
|
@@ -2695,11 +2695,11 @@ reactExports.forwardRef((e, r) => IconComponent({
|
|
|
2695
2695
|
...e,
|
|
2696
2696
|
_ref: r
|
|
2697
2697
|
}));
|
|
2698
|
-
import("./close-outlined-DMcSQWxQ.
|
|
2699
|
-
import("./fullscreen-exit-outlined-X1iYkFc4.
|
|
2700
|
-
import("./fullscreen-outlined-DDBrsRcy.
|
|
2701
|
-
import("./exclamation-circle-outlined-DZrXCnvM.
|
|
2702
|
-
import("./search-outlined-Od1M_oxf.
|
|
2698
|
+
import("./close-outlined-DMcSQWxQ.b477d207.mjs").then(({ default: e }) => addIcon$1("ant-design:close-outlined", e));
|
|
2699
|
+
import("./fullscreen-exit-outlined-X1iYkFc4.f5fb0aa3.mjs").then(({ default: e }) => addIcon$1("ant-design:fullscreen-exit-outlined", e));
|
|
2700
|
+
import("./fullscreen-outlined-DDBrsRcy.1890dfc8.mjs").then(({ default: e }) => addIcon$1("ant-design:fullscreen-outlined", e));
|
|
2701
|
+
import("./exclamation-circle-outlined-DZrXCnvM.375b323f.mjs").then(({ default: e }) => addIcon$1("ant-design:exclamation-circle-outlined", e));
|
|
2702
|
+
import("./search-outlined-Od1M_oxf.f555382b.mjs").then(({ default: e }) => addIcon$1("ant-design:search-outlined", e));
|
|
2703
2703
|
var jsxRuntime = { exports: {} }, reactJsxRuntime_production_min = {};
|
|
2704
2704
|
/**
|
|
2705
2705
|
* @license React
|
|
@@ -23720,7 +23720,7 @@ const KgSlice = createSlice({
|
|
|
23720
23720
|
}
|
|
23721
23721
|
}), { setOption } = KgSlice.actions;
|
|
23722
23722
|
function getOption(e) {
|
|
23723
|
-
return console.log("222", e, e.option), e.option;
|
|
23723
|
+
return console.log("222", e, e.Kg.option), e.Kg.option;
|
|
23724
23724
|
}
|
|
23725
23725
|
var classnames = { exports: {} };
|
|
23726
23726
|
/*!
|
|
@@ -66234,21 +66234,21 @@ function getIsVisible(e) {
|
|
|
66234
66234
|
return (r) => {
|
|
66235
66235
|
var o;
|
|
66236
66236
|
var n, a;
|
|
66237
|
-
return (o = (a = (n = r[e]) == null ? void 0 : n.props) == null ? void 0 : a.isVisible) != null ? o : !1;
|
|
66237
|
+
return (o = (a = (n = r.KgWorkStation[e]) == null ? void 0 : n.props) == null ? void 0 : a.isVisible) != null ? o : !1;
|
|
66238
66238
|
};
|
|
66239
66239
|
}
|
|
66240
66240
|
function getIsOpen(e) {
|
|
66241
66241
|
return (r) => {
|
|
66242
66242
|
var l;
|
|
66243
66243
|
var n, a, o;
|
|
66244
|
-
return (l = (o = (a = (n = r[e]) == null ? void 0 : n.props) == null ? void 0 : a.KgWorkStationModal) == null ? void 0 : o.isOpen) != null ? l : !1;
|
|
66244
|
+
return (l = (o = (a = (n = r.KgWorkStation[e]) == null ? void 0 : n.props) == null ? void 0 : a.KgWorkStationModal) == null ? void 0 : o.isOpen) != null ? l : !1;
|
|
66245
66245
|
};
|
|
66246
66246
|
}
|
|
66247
66247
|
function getWorkStation(e = "") {
|
|
66248
66248
|
return (r) => {
|
|
66249
66249
|
var o;
|
|
66250
66250
|
var n;
|
|
66251
|
-
let a = (o = (n = r[e]) == null ? void 0 : n.workStation) != null ? o : null;
|
|
66251
|
+
let a = (o = (n = r.KgWorkStation[e]) == null ? void 0 : n.workStation) != null ? o : null;
|
|
66252
66252
|
return a || (a = storejs.get(LOCAL_STORAGE_KEY__WORK_STATION, null)), a;
|
|
66253
66253
|
};
|
|
66254
66254
|
}
|
|
@@ -66256,7 +66256,7 @@ function getWorkStationArea(e = "") {
|
|
|
66256
66256
|
return (r) => {
|
|
66257
66257
|
var o;
|
|
66258
66258
|
var n;
|
|
66259
|
-
let a = (o = (n = r[e]) == null ? void 0 : n.workStationArea) != null ? o : null;
|
|
66259
|
+
let a = (o = (n = r.KgWorkStation[e]) == null ? void 0 : n.workStationArea) != null ? o : null;
|
|
66260
66260
|
return a || (a = storejs.get(LOCAL_STORAGE_KEY__WORK_STATION_AREA, null)), a;
|
|
66261
66261
|
};
|
|
66262
66262
|
}
|
|
@@ -66283,7 +66283,7 @@ function doKgWorkStation(e = "") {
|
|
|
66283
66283
|
return [a, o];
|
|
66284
66284
|
},
|
|
66285
66285
|
getIsVisible() {
|
|
66286
|
-
const n = ref(getIsVisible(e)(store.getState()
|
|
66286
|
+
const n = ref(getIsVisible(e)(store.getState())), a = store.subscribe(() => n.value = getIsVisible(e)(store.getState()));
|
|
66287
66287
|
return [n, a];
|
|
66288
66288
|
},
|
|
66289
66289
|
id: e,
|
|
@@ -66321,13 +66321,13 @@ function doKgWorkStation(e = "") {
|
|
|
66321
66321
|
get(n, a) {
|
|
66322
66322
|
switch (a) {
|
|
66323
66323
|
case "workStation":
|
|
66324
|
-
return getWorkStation(e)(store.getState()
|
|
66324
|
+
return getWorkStation(e)(store.getState());
|
|
66325
66325
|
case "workStation$": {
|
|
66326
|
-
const o = ref(getWorkStation(e)(store.getState()
|
|
66326
|
+
const o = ref(getWorkStation(e)(store.getState())), l = store.subscribe(() => o.value = getWorkStation(e)(store.getState()));
|
|
66327
66327
|
return [o, l];
|
|
66328
66328
|
}
|
|
66329
66329
|
case "workStationArea":
|
|
66330
|
-
return getWorkStationArea(e)(store.getState()
|
|
66330
|
+
return getWorkStationArea(e)(store.getState());
|
|
66331
66331
|
}
|
|
66332
66332
|
return Reflect.get(n, a);
|
|
66333
66333
|
}
|
|
@@ -70064,7 +70064,7 @@ function fi(e) {
|
|
|
70064
70064
|
})
|
|
70065
70065
|
);
|
|
70066
70066
|
}
|
|
70067
|
-
const version = "0.26.7-beta.
|
|
70067
|
+
const version = "0.26.7-beta.49", en$1 = {
|
|
70068
70068
|
kg: {
|
|
70069
70069
|
KgAppSelect: {
|
|
70070
70070
|
businessManager: "Business Manager",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kengic/vue",
|
|
3
|
-
"version": "0.26.7-beta.
|
|
3
|
+
"version": "0.26.7-beta.49",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "npm run use-node && rimraf dist && vue-tsc && vite build",
|
|
6
6
|
"build:dev": "npm run use-node && rimraf dist && vue-tsc && vite build --mode development",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@iconify-icons/ph": "1.2.5",
|
|
40
40
|
"@iconify/vue": "4.1.2",
|
|
41
41
|
"@kengic/core.core": "0.0.1-beta.19",
|
|
42
|
-
"@kengic/core.react": "0.0.1-beta.
|
|
42
|
+
"@kengic/core.react": "0.0.1-beta.78",
|
|
43
43
|
"@kengic/pont": "1.2.17-beta.1",
|
|
44
44
|
"@rys-fe/vite-plugin-theme": "0.8.6",
|
|
45
45
|
"@thymine/xunee": "0.4.9-beta.8",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{search-outlined-Od1M_oxf.d97e3339.mjs → search-outlined-Od1M_oxf.f555382b.mjs}
RENAMED
|
File without changes
|