@kengic/core.react 0.0.1-beta.59 → 0.0.1-beta.60
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 +1 -0
- package/package.json +1 -1
package/kengic-core.react.js
CHANGED
|
@@ -67703,6 +67703,7 @@ class KgUtil {
|
|
|
67703
67703
|
okText: t.intl.formatMessage({ id: "kg.confirm" }),
|
|
67704
67704
|
onCancel() {
|
|
67705
67705
|
},
|
|
67706
|
+
prefixCls: "kgcrant",
|
|
67706
67707
|
title: t.intl.formatMessage({ id: "kg.confirm" }),
|
|
67707
67708
|
transitionName: "",
|
|
67708
67709
|
...t
|