@kengic/core.react 0.0.2-beta.1 → 0.0.2-beta.3
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/kengic-core.react.js +5 -10
- package/package.json +1 -1
package/kengic-core.react.js
CHANGED
|
@@ -64122,6 +64122,7 @@ function KgProvider({ children: e, id: t }) {
|
|
|
64122
64122
|
motion: !1
|
|
64123
64123
|
}
|
|
64124
64124
|
},
|
|
64125
|
+
spin: { indicator: /* @__PURE__ */ jsxRuntimeExports.jsx(Icon$2, { icon: "eos-icons:three-dots-loading" }) },
|
|
64125
64126
|
children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
64126
64127
|
IntlProvider,
|
|
64127
64128
|
{
|
|
@@ -65339,7 +65340,7 @@ class h {
|
|
|
65339
65340
|
*
|
|
65340
65341
|
* @param level 日志等级.
|
|
65341
65342
|
* @param message 提示消息.
|
|
65342
|
-
* @param
|
|
65343
|
+
* @param param 数据对象.
|
|
65343
65344
|
* @param collapsed 是否折叠.
|
|
65344
65345
|
* @param style 样式.
|
|
65345
65346
|
*/
|
|
@@ -65362,7 +65363,7 @@ class h {
|
|
|
65362
65363
|
u = `[DEPRECATED] ${r}`, p += "background-color:#c41d7f;";
|
|
65363
65364
|
break;
|
|
65364
65365
|
}
|
|
65365
|
-
p += s || "", u = `[${new Date(Date.now() + 1e3 * 60 * 60 * 8).toISOString().substring(0, 23).replace("T", " ")}]
|
|
65366
|
+
p += s || "", u = `[${new Date(Date.now() + 1e3 * 60 * 60 * 8).toISOString().substring(0, 23).replace("T", " ")}] ${u}`, console.error(u, n), a ? console.groupCollapsed(`%c${u}`, p) : console.group(`%c${u}`, p), Io(n).forEach((C) => {
|
|
65366
65367
|
console.log(`%c${C[0]}:`, "color: #000; font-weight: bold;", C[1]);
|
|
65367
65368
|
}), console.trace(""), console.groupEnd();
|
|
65368
65369
|
}
|
|
@@ -67837,10 +67838,7 @@ function KgWorkStationModal() {
|
|
|
67837
67838
|
{
|
|
67838
67839
|
className: "kg-flex-table",
|
|
67839
67840
|
dataSource: oa,
|
|
67840
|
-
loading:
|
|
67841
|
-
indicator: /* @__PURE__ */ jsxRuntimeExports.jsx(Icon$2, { icon: "eos-icons:three-dots-loading" }),
|
|
67842
|
-
spinning: w
|
|
67843
|
-
},
|
|
67841
|
+
loading: w,
|
|
67844
67842
|
columns: ha,
|
|
67845
67843
|
size: "small",
|
|
67846
67844
|
pagination: !1,
|
|
@@ -67858,10 +67856,7 @@ function KgWorkStationModal() {
|
|
|
67858
67856
|
{
|
|
67859
67857
|
className: "kg-flex-table",
|
|
67860
67858
|
dataSource: ia,
|
|
67861
|
-
loading:
|
|
67862
|
-
indicator: /* @__PURE__ */ jsxRuntimeExports.jsx(Icon$2, { icon: "eos-icons:three-dots-loading" }),
|
|
67863
|
-
spinning: w
|
|
67864
|
-
},
|
|
67859
|
+
loading: w,
|
|
67865
67860
|
columns: ba,
|
|
67866
67861
|
size: "small",
|
|
67867
67862
|
pagination: !1,
|