@oceanbase/ui 0.2.1 → 0.2.2

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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ActionButton, ActionLink } from './Item';
3
2
  declare const _default: {
4
3
  Group: ({ size, children, dropDownPlacement, shouldVisible, shouldDisabled, enableLoading, moreText, }: import("./Group").GroupProps) => import("react").JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { HighlightProps } from '.';
3
2
  import './index.less';
4
3
  export interface JsonViewProps extends HighlightProps {
@@ -1,4 +1,3 @@
1
- /// <reference types="highlight.js" />
2
1
  import React from 'react';
3
2
  import type { LocaleWrapperProps } from '../locale/LocaleWrapper';
4
3
  import './index.less';
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare type QuickType = 'select' | 'dropdown';
3
2
  declare const _default: (props: any) => import("react").JSX.Element;
4
3
  export default _default;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { Node, TreeNode } from '.';
3
2
  /** 根据 key 判断节点是否为叶子节点 */
4
3
  export declare const isLeaf: (node: TreeNode) => boolean;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ActionButton, ActionLink } from './Item';
3
2
  declare const _default: {
4
3
  Group: ({ size, children, dropDownPlacement, shouldVisible, shouldDisabled, enableLoading, moreText, }: import("./Group").GroupProps) => import("react").JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { HighlightProps } from '.';
3
2
  import './index.less';
4
3
  export interface JsonViewProps extends HighlightProps {
@@ -1,4 +1,3 @@
1
- /// <reference types="highlight.js" />
2
1
  import React from 'react';
3
2
  import type { LocaleWrapperProps } from '../locale/LocaleWrapper';
4
3
  import './index.less';
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare type QuickType = 'select' | 'dropdown';
3
2
  declare const _default: (props: any) => import("react").JSX.Element;
4
3
  export default _default;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { Node, TreeNode } from '.';
3
2
  /** 根据 key 判断节点是否为叶子节点 */
4
3
  export declare const isLeaf: (node: TreeNode) => boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oceanbase/ui",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "The UI library based on OceanBase Design",
5
5
  "keywords": [
6
6
  "OceanBase",
@@ -28,7 +28,8 @@
28
28
  "lib",
29
29
  "dist",
30
30
  "package.json",
31
- "README.md"
31
+ "README.md",
32
+ "LICENSE"
32
33
  ],
33
34
  "scripts": {
34
35
  "build": "father build"
@@ -37,8 +38,8 @@
37
38
  "@ant-design/cssinjs": "^1.9.1",
38
39
  "@ant-design/icons": "^4.2.1",
39
40
  "@ant-design/pro-components": "^2.4.12",
40
- "@oceanbase/design": "^0.2.1",
41
- "@oceanbase/util": "^0.2.0",
41
+ "@oceanbase/design": "^0.2.2",
42
+ "@oceanbase/util": "^0.2.1",
42
43
  "ahooks": "^2.10.0",
43
44
  "classnames": "^2.2.6",
44
45
  "dayjs": "^1.11.6",
@@ -66,5 +67,5 @@
66
67
  "react-dom": "^16.9.0",
67
68
  "react-router-dom": ">=5.2.0"
68
69
  },
69
- "gitHead": "d7c5c1d62f48b75337d34c2d7ba03f4bb1b2a068"
70
+ "gitHead": "2bc94e6eb09382e6749a9c1b71e85aa3d4ece7b1"
70
71
  }