@oceanbase/ui 0.2.38 → 0.3.0
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/ui.min.css +1 -1
- package/dist/ui.min.js +1 -1
- package/es/Action/Group.js +2 -2
- package/es/Action/Item.js +2 -2
- package/es/BackgroundTaskManager/index.js +2 -2
- package/es/BasicLayout/Header.js +2 -2
- package/es/BasicLayout/index.js +4 -5
- package/es/BasicLayout/style/Header.js +17 -18
- package/es/BasicLayout/style/index.js +57 -58
- package/es/BatchOperationBar/index.js +6 -7
- package/es/Boundary/Components/Exception.js +2 -2
- package/es/Boundary/utils.js +0 -1
- package/es/ContentWithIcon/index.js +3 -4
- package/es/ContentWithQuestion/index.js +3 -4
- package/es/ContentWithQuestion/style/index.js +8 -9
- package/es/Dialog/Anchor.js +2 -2
- package/es/Dialog/index.js +2 -2
- package/es/DocDialog/index.js +2 -2
- package/es/FooterToolbar/index.js +2 -2
- package/es/FooterToolbar/style/index.js +26 -28
- package/es/FullscreenBox/index.js +2 -2
- package/es/Highlight/DiffView/DiffCells.js +4 -4
- package/es/Highlight/DiffView/index.js +2 -2
- package/es/Highlight/JsonView.js +2 -2
- package/es/Highlight/index.d.ts +1 -1
- package/es/Highlight/index.js +2 -2
- package/es/IconFont/index.js +2 -2
- package/es/LocaleDropdown/index.js +2 -2
- package/es/Login/ActivateForm.js +2 -2
- package/es/Login/LoginForm.js +2 -2
- package/es/Login/RegisterForm.js +2 -2
- package/es/Login/index.js +3 -4
- package/es/PageContainer/index.js +8 -3
- package/es/PageContainer/style/index.js +15 -16
- package/es/PageLoading/index.d.ts +7 -0
- package/es/PageLoading/index.js +40 -0
- package/es/Password/index.js +2 -2
- package/es/Password/locale/en-US.js +2 -2
- package/es/Ranger/QuickPicker.js +2 -2
- package/es/Ranger/Ranger.js +2 -2
- package/es/Ranger/constant/index.js +2 -2
- package/es/SideTip/Dragger.js +3 -4
- package/es/SideTip/IconLoading.js +2 -2
- package/es/SideTip/index.js +5 -6
- package/es/TagSelect/Item.js +3 -4
- package/es/TagSelect/style/index.js +17 -17
- package/es/TaskGraph/Graph.js +2 -2
- package/es/TaskGraph/index.js +2 -2
- package/es/TaskGraph/register.js +2 -2
- package/es/TreeSearch/index.js +0 -1
- package/es/TreeSearch/util.js +2 -2
- package/es/Welcome/index.js +2 -2
- package/es/_util/genComponentStyleHook.js +2 -2
- package/es/_util/useNavigate.d.ts +1 -1
- package/es/index.d.ts +2 -0
- package/es/index.js +1 -0
- package/es/locale/LocaleWrapper.js +2 -2
- package/es/locale/en-US.js +2 -2
- package/es/locale/zh-CN.js +2 -2
- package/es/locale/zh-TW.js +2 -2
- package/lib/Highlight/index.d.ts +1 -1
- package/lib/PageContainer/index.js +3 -0
- package/lib/PageLoading/index.d.ts +7 -0
- package/lib/PageLoading/index.js +72 -0
- package/lib/Password/locale/en-US.js +2 -2
- package/lib/_util/useNavigate.d.ts +1 -1
- package/lib/index.d.ts +2 -0
- package/lib/index.js +3 -0
- package/package.json +8 -8
package/es/index.d.ts
CHANGED
|
@@ -34,6 +34,8 @@ export { default as NavMenu } from './NavMenu';
|
|
|
34
34
|
export type { NavMenuProps, NavMenuItem } from './NavMenu';
|
|
35
35
|
export { default as PageContainer } from './PageContainer';
|
|
36
36
|
export type { PageContainerProps } from './PageContainer';
|
|
37
|
+
export { default as PageLoading } from './PageLoading';
|
|
38
|
+
export type { PageLoadingProps } from './PageLoading';
|
|
37
39
|
export { default as FooterToolbar } from './FooterToolbar';
|
|
38
40
|
export type { FooterToolbarProps } from './FooterToolbar';
|
|
39
41
|
export { default as Password } from './Password';
|
package/es/index.js
CHANGED
|
@@ -19,6 +19,7 @@ export { default as Login } from "./Login";
|
|
|
19
19
|
export { default as Lottie } from "./Lottie";
|
|
20
20
|
export { default as NavMenu } from "./NavMenu";
|
|
21
21
|
export { default as PageContainer } from "./PageContainer";
|
|
22
|
+
export { default as PageLoading } from "./PageLoading";
|
|
22
23
|
export { default as FooterToolbar } from "./FooterToolbar";
|
|
23
24
|
export { default as Password } from "./Password";
|
|
24
25
|
export { default as Ranger } from "./Ranger";
|
|
@@ -15,8 +15,8 @@ function _assertThisInitialized(self) { if (self === void 0) { throw new Referen
|
|
|
15
15
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
16
16
|
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
17
17
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
18
|
-
function _toPropertyKey(
|
|
19
|
-
function _toPrimitive(
|
|
18
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
19
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
20
20
|
import { ConfigProvider } from '@oceanbase/design';
|
|
21
21
|
import hoistNonReactStatic from 'hoist-non-react-statics';
|
|
22
22
|
import React from 'react';
|
package/es/locale/en-US.js
CHANGED
|
@@ -2,8 +2,8 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
2
2
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
3
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
4
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
|
-
function _toPropertyKey(
|
|
6
|
-
function _toPrimitive(
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
7
|
import enUS from '@oceanbase/design/es/locale/en-US';
|
|
8
8
|
import BasicLayout from "../BasicLayout/locale/en-US";
|
|
9
9
|
import BatchOperationBar from "../BatchOperationBar/locale/en-US";
|
package/es/locale/zh-CN.js
CHANGED
|
@@ -2,8 +2,8 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
2
2
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
3
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
4
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
|
-
function _toPropertyKey(
|
|
6
|
-
function _toPrimitive(
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
7
|
import zhCN from '@oceanbase/design/es/locale/zh-CN';
|
|
8
8
|
import BasicLayout from "../BasicLayout/locale/zh-CN";
|
|
9
9
|
import BatchOperationBar from "../BatchOperationBar/locale/zh-CN";
|
package/es/locale/zh-TW.js
CHANGED
|
@@ -2,8 +2,8 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
2
2
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
3
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
4
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
|
-
function _toPropertyKey(
|
|
6
|
-
function _toPrimitive(
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
7
|
import zhTW from '@oceanbase/design/es/locale/zh-TW';
|
|
8
8
|
import BasicLayout from "../BasicLayout/locale/zh-TW";
|
|
9
9
|
import BatchOperationBar from "../BatchOperationBar/locale/zh-TW";
|
package/lib/Highlight/index.d.ts
CHANGED
|
@@ -29,7 +29,7 @@ export declare const THEME_DARK = "dark";
|
|
|
29
29
|
export declare const THEME_LIGHT = "light";
|
|
30
30
|
declare const ThemeTypes: ["dark", "light"];
|
|
31
31
|
export type ThemeType = (typeof ThemeTypes)[number];
|
|
32
|
-
declare const supportedLanguages: ("ruby" | "css" | "
|
|
32
|
+
declare const supportedLanguages: ("ruby" | "css" | "json" | "sql" | "javascript" | "typescript" | "groovy" | "java" | "python" | "bash" | "cpp" | "http" | "markdown" | "nginx" | "xml" | "dockerfile" | "go" | "yaml" | "solidity" | "tsx" | "jsx")[];
|
|
33
33
|
export type LanguageType = (typeof supportedLanguages)[number] | 'html';
|
|
34
34
|
export interface HighlightProps extends LocaleWrapperProps {
|
|
35
35
|
/**
|
|
@@ -40,6 +40,7 @@ var import_react = __toESM(require("react"));
|
|
|
40
40
|
var import_design = require("@oceanbase/design");
|
|
41
41
|
var import_LocaleWrapper = __toESM(require("../locale/LocaleWrapper"));
|
|
42
42
|
var import_ItemRender = __toESM(require("./ItemRender"));
|
|
43
|
+
var import_PageLoading = __toESM(require("../PageLoading"));
|
|
43
44
|
var import_zh_CN = __toESM(require("./locale/zh-CN"));
|
|
44
45
|
var import_style = __toESM(require("./style"));
|
|
45
46
|
var PageContainer = ({
|
|
@@ -52,6 +53,7 @@ var PageContainer = ({
|
|
|
52
53
|
tabBarExtraContent,
|
|
53
54
|
footerToolBarProps,
|
|
54
55
|
locale,
|
|
56
|
+
loading,
|
|
55
57
|
...restProps
|
|
56
58
|
}) => {
|
|
57
59
|
const { getPrefixCls } = (0, import_react.useContext)(import_design.ConfigProvider.ConfigContext);
|
|
@@ -93,6 +95,7 @@ var PageContainer = ({
|
|
|
93
95
|
extraContent,
|
|
94
96
|
tabList,
|
|
95
97
|
tabBarExtraContent,
|
|
98
|
+
loading: loading === true ? /* @__PURE__ */ import_react.default.createElement(import_PageLoading.default, { matchWrapperHeight: false }) : loading,
|
|
96
99
|
footerToolBarProps: {
|
|
97
100
|
// render footer under parent instead of body by default
|
|
98
101
|
portalDom: false,
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
|
|
29
|
+
// src/PageLoading/index.tsx
|
|
30
|
+
var PageLoading_exports = {};
|
|
31
|
+
__export(PageLoading_exports, {
|
|
32
|
+
default: () => PageLoading_default
|
|
33
|
+
});
|
|
34
|
+
module.exports = __toCommonJS(PageLoading_exports);
|
|
35
|
+
var import_react = __toESM(require("react"));
|
|
36
|
+
var import_design = require("@oceanbase/design");
|
|
37
|
+
var PageLoading = ({
|
|
38
|
+
prefixCls: customizePrefixCls,
|
|
39
|
+
style,
|
|
40
|
+
matchWrapperHeight = false,
|
|
41
|
+
...restProps
|
|
42
|
+
}) => {
|
|
43
|
+
const spinElement = /* @__PURE__ */ import_react.default.createElement(
|
|
44
|
+
import_design.Spin,
|
|
45
|
+
{
|
|
46
|
+
size: "large",
|
|
47
|
+
gray: false,
|
|
48
|
+
style: {
|
|
49
|
+
position: "absolute",
|
|
50
|
+
// horizontal align
|
|
51
|
+
// 36px is 1/2 of large Spin width
|
|
52
|
+
insetInlineStart: "calc(50% - 36px)",
|
|
53
|
+
// vertical align
|
|
54
|
+
// 27px is 1/2 of large Spin height
|
|
55
|
+
top: "calc(50% - 27px)",
|
|
56
|
+
...style
|
|
57
|
+
},
|
|
58
|
+
...restProps
|
|
59
|
+
}
|
|
60
|
+
);
|
|
61
|
+
return matchWrapperHeight ? /* @__PURE__ */ import_react.default.createElement(
|
|
62
|
+
"div",
|
|
63
|
+
{
|
|
64
|
+
style: {
|
|
65
|
+
height: "100%",
|
|
66
|
+
position: "relative"
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
spinElement
|
|
70
|
+
) : spinElement;
|
|
71
|
+
};
|
|
72
|
+
var PageLoading_default = PageLoading;
|
|
@@ -29,8 +29,8 @@ var en_US_default = {
|
|
|
29
29
|
placeholder: "Please enter the password",
|
|
30
30
|
generatePlaceholder: "Enter or randomly generate",
|
|
31
31
|
randomlyGenerate: "Randomly generate",
|
|
32
|
-
pleaseKeepYourPasswordIn: "
|
|
32
|
+
pleaseKeepYourPasswordIn: "Please remember your password in mind.",
|
|
33
33
|
copySuccessfully: "Copied",
|
|
34
34
|
copyPassword: " copy password ",
|
|
35
|
-
andKeepItProperly: "and
|
|
35
|
+
andKeepItProperly: "and save it securely"
|
|
36
36
|
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: () => import("
|
|
1
|
+
declare const _default: () => import("@oceanbase/design/es/config-provider").NavigateFunction;
|
|
2
2
|
export default _default;
|
package/lib/index.d.ts
CHANGED
|
@@ -34,6 +34,8 @@ export { default as NavMenu } from './NavMenu';
|
|
|
34
34
|
export type { NavMenuProps, NavMenuItem } from './NavMenu';
|
|
35
35
|
export { default as PageContainer } from './PageContainer';
|
|
36
36
|
export type { PageContainerProps } from './PageContainer';
|
|
37
|
+
export { default as PageLoading } from './PageLoading';
|
|
38
|
+
export type { PageLoadingProps } from './PageLoading';
|
|
37
39
|
export { default as FooterToolbar } from './FooterToolbar';
|
|
38
40
|
export type { FooterToolbarProps } from './FooterToolbar';
|
|
39
41
|
export { default as Password } from './Password';
|
package/lib/index.js
CHANGED
|
@@ -49,6 +49,7 @@ __export(src_exports, {
|
|
|
49
49
|
Lottie: () => import_Lottie.default,
|
|
50
50
|
NavMenu: () => import_NavMenu.default,
|
|
51
51
|
PageContainer: () => import_PageContainer.default,
|
|
52
|
+
PageLoading: () => import_PageLoading.default,
|
|
52
53
|
Password: () => import_Password.default,
|
|
53
54
|
Ranger: () => import_Ranger.default,
|
|
54
55
|
SideTip: () => import_SideTip.default,
|
|
@@ -80,6 +81,7 @@ var import_Login = __toESM(require("./Login"));
|
|
|
80
81
|
var import_Lottie = __toESM(require("./Lottie"));
|
|
81
82
|
var import_NavMenu = __toESM(require("./NavMenu"));
|
|
82
83
|
var import_PageContainer = __toESM(require("./PageContainer"));
|
|
84
|
+
var import_PageLoading = __toESM(require("./PageLoading"));
|
|
83
85
|
var import_FooterToolbar = __toESM(require("./FooterToolbar"));
|
|
84
86
|
var import_Password = __toESM(require("./Password"));
|
|
85
87
|
var import_Ranger = __toESM(require("./Ranger"));
|
|
@@ -110,6 +112,7 @@ var import_BackgroundTaskManager = __toESM(require("./BackgroundTaskManager"));
|
|
|
110
112
|
Lottie,
|
|
111
113
|
NavMenu,
|
|
112
114
|
PageContainer,
|
|
115
|
+
PageLoading,
|
|
113
116
|
Password,
|
|
114
117
|
Ranger,
|
|
115
118
|
SideTip,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oceanbase/ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "The UI library based on OceanBase Design",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"oceanbase",
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"build": "NODE_OPTIONS=--max_old_space_size=4096 father build"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@ant-design/cssinjs": "^1.
|
|
38
|
-
"@ant-design/pro-components": "^2.6.
|
|
39
|
-
"@ant-design/pro-layout": "^7.17.
|
|
40
|
-
"@oceanbase/design": "^0.
|
|
41
|
-
"@oceanbase/icons": "^0.
|
|
42
|
-
"@oceanbase/util": "^0.
|
|
37
|
+
"@ant-design/cssinjs": "^1.18.4",
|
|
38
|
+
"@ant-design/pro-components": "^2.6.49",
|
|
39
|
+
"@ant-design/pro-layout": "^7.17.20",
|
|
40
|
+
"@oceanbase/design": "^0.3.0",
|
|
41
|
+
"@oceanbase/icons": "^0.3.0",
|
|
42
|
+
"@oceanbase/util": "^0.3.0",
|
|
43
43
|
"ahooks": "^2.10.14",
|
|
44
44
|
"classnames": "^2.5.1",
|
|
45
45
|
"dayjs": "^1.11.10",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"react": ">=16.9.0",
|
|
66
66
|
"react-dom": ">=16.9.0"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "a42b41fa2d54fb4b1bab7ff5218394524cf6b655"
|
|
69
69
|
}
|