@oceanbase/design 0.2.1 → 0.2.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/dist/design.min.js +1 -1
- package/es/{Alert → alert}/index.d.ts +1 -0
- package/es/{Alert → alert}/index.js +3 -1
- package/es/{Button → button}/index.d.ts +1 -0
- package/es/{Button → button}/index.js +3 -1
- package/{lib/Card → es/card}/index.d.ts +1 -0
- package/es/{Card → card}/index.js +5 -3
- package/es/{Card → card}/style/index.js +1 -1
- package/es/color-picker/interface.d.ts +1 -0
- package/es/color-picker/interface.js +1 -0
- package/{lib/ConfigProvider → es/config-provider}/index.d.ts +5 -4
- package/es/{ConfigProvider → config-provider}/index.js +3 -2
- package/{lib/Descriptions → es/descriptions}/index.d.ts +1 -0
- package/es/{Descriptions → descriptions}/index.js +3 -1
- package/es/float-button/interface.d.ts +1 -0
- package/es/float-button/interface.js +1 -0
- package/{lib/Form → es/form}/FormItem.d.ts +1 -1
- package/es/{Form → form}/FormItem.js +1 -1
- package/es/{Form → form}/index.d.ts +1 -0
- package/es/{Form → form}/index.js +1 -0
- package/es/form/interface.d.ts +1 -0
- package/es/form/interface.js +1 -0
- package/es/index.d.ts +11 -11
- package/es/index.js +11 -14
- package/es/locale/index.d.ts +1 -1
- package/es/message/interface.d.ts +1 -0
- package/es/message/interface.js +1 -0
- package/{lib/Modal → es/modal}/index.d.ts +1 -0
- package/es/{Modal → modal}/index.js +4 -2
- package/es/modal/interface.d.ts +1 -0
- package/es/modal/interface.js +1 -0
- package/es/notification/interface.d.ts +1 -0
- package/es/notification/interface.js +1 -0
- package/es/qrcode/interface.d.ts +1 -0
- package/es/qrcode/interface.js +1 -0
- package/es/radio/interface.d.ts +1 -0
- package/es/radio/interface.js +1 -0
- package/es/statistic/interface.d.ts +1 -0
- package/es/statistic/interface.js +1 -0
- package/es/{Table → table}/index.d.ts +11 -0
- package/es/{Table → table}/index.js +11 -1
- package/es/table/interface.d.ts +1 -0
- package/es/table/interface.js +1 -0
- package/{lib/Tabs → es/tabs}/index.d.ts +1 -0
- package/es/{Tabs → tabs}/index.js +4 -2
- package/es/theme/index.d.ts +1 -0
- package/es/theme/index.js +1 -0
- package/es/theme/interface.d.ts +1 -0
- package/es/theme/interface.js +1 -0
- package/es/{Tooltip → tooltip}/MouseTooltip.js +1 -1
- package/es/{Tooltip → tooltip}/index.d.ts +1 -0
- package/es/{Tooltip → tooltip}/index.js +2 -1
- package/es/tour/interface.d.ts +1 -0
- package/es/tour/interface.js +1 -0
- package/es/transfer/interface.d.ts +1 -0
- package/es/transfer/interface.js +1 -0
- package/es/upload/interface.d.ts +1 -0
- package/es/upload/interface.js +1 -0
- package/lib/{Alert → alert}/index.d.ts +1 -0
- package/lib/{Alert → alert}/index.js +14 -7
- package/lib/{Alert → alert}/style/index.js +1 -1
- package/lib/{Button → button}/index.d.ts +1 -0
- package/lib/{Button → button}/index.js +14 -7
- package/lib/{Button → button}/style/index.js +1 -1
- package/{es/Card → lib/card}/index.d.ts +1 -0
- package/lib/{Card → card}/index.js +15 -8
- package/lib/{Card → card}/style/index.js +2 -2
- package/lib/color-picker/interface.d.ts +1 -0
- package/lib/color-picker/interface.js +23 -0
- package/{es/ConfigProvider → lib/config-provider}/index.d.ts +5 -4
- package/lib/{ConfigProvider → config-provider}/index.js +12 -11
- package/lib/{Descriptions → descriptions}/Item.js +1 -1
- package/{es/Descriptions → lib/descriptions}/index.d.ts +1 -0
- package/lib/{Descriptions → descriptions}/index.js +14 -7
- package/lib/{Descriptions → descriptions}/style/index.js +1 -1
- package/lib/float-button/interface.d.ts +1 -0
- package/lib/float-button/interface.js +23 -0
- package/{es/Form → lib/form}/FormItem.d.ts +1 -1
- package/lib/{Form → form}/FormItem.js +3 -3
- package/lib/{Form → form}/index.d.ts +1 -0
- package/lib/{Form → form}/index.js +12 -6
- package/lib/form/interface.d.ts +1 -0
- package/lib/form/interface.js +23 -0
- package/lib/index.d.ts +11 -11
- package/lib/index.js +24 -24
- package/lib/locale/index.d.ts +1 -1
- package/lib/message/interface.d.ts +1 -0
- package/lib/message/interface.js +23 -0
- package/{es/Modal → lib/modal}/index.d.ts +1 -0
- package/lib/{Modal → modal}/index.js +20 -13
- package/lib/modal/interface.d.ts +1 -0
- package/lib/modal/interface.js +23 -0
- package/lib/{Modal → modal}/style/index.js +1 -1
- package/lib/notification/interface.d.ts +1 -0
- package/lib/notification/interface.js +23 -0
- package/lib/qrcode/interface.d.ts +1 -0
- package/lib/qrcode/interface.js +23 -0
- package/lib/radio/interface.d.ts +1 -0
- package/lib/radio/interface.js +23 -0
- package/lib/{StaticFunction → static-function}/index.js +6 -6
- package/lib/statistic/interface.d.ts +1 -0
- package/lib/statistic/interface.js +23 -0
- package/lib/{Table → table}/index.d.ts +11 -0
- package/lib/{Table → table}/index.js +22 -7
- package/lib/table/interface.d.ts +1 -0
- package/lib/table/interface.js +23 -0
- package/lib/{Table → table}/style/index.js +1 -1
- package/lib/{Tabs → tabs}/TabPane.js +1 -1
- package/lib/{Tabs → tabs}/hooks/useInkBar.js +1 -1
- package/lib/{Tabs → tabs}/hooks/useLegacyItems.js +1 -1
- package/{es/Tabs → lib/tabs}/index.d.ts +1 -0
- package/lib/{Tabs → tabs}/index.js +14 -7
- package/lib/{Tabs → tabs}/style/index.js +1 -1
- package/lib/theme/index.d.ts +1 -0
- package/lib/theme/index.js +6 -0
- package/lib/theme/interface.d.ts +1 -0
- package/lib/theme/interface.js +23 -0
- package/lib/{Tooltip → tooltip}/MouseTooltip.js +6 -6
- package/lib/{Tooltip → tooltip}/index.d.ts +1 -0
- package/lib/{Tooltip → tooltip}/index.js +20 -17
- package/lib/tour/interface.d.ts +1 -0
- package/lib/tour/interface.js +23 -0
- package/lib/transfer/interface.d.ts +1 -0
- package/lib/transfer/interface.js +23 -0
- package/lib/upload/interface.d.ts +1 -0
- package/lib/upload/interface.js +23 -0
- package/package.json +5 -4
- package/es/Alert/style/index.d.ts +0 -8
- package/es/Button/style/index.d.ts +0 -8
- package/es/Descriptions/Item.d.ts +0 -8
- package/es/Descriptions/style/index.d.ts +0 -11
- package/es/Modal/style/index.d.ts +0 -8
- package/es/Table/style/index.d.ts +0 -8
- package/es/Tabs/TabPane.d.ts +0 -7
- package/es/Tabs/hooks/useInkBar.d.ts +0 -12
- package/es/Tabs/style/index.d.ts +0 -8
- package/lib/Alert/style/index.d.ts +0 -8
- package/lib/Button/style/index.d.ts +0 -8
- package/lib/Descriptions/Item.d.ts +0 -8
- package/lib/Descriptions/style/index.d.ts +0 -11
- package/lib/Modal/style/index.d.ts +0 -8
- package/lib/Table/style/index.d.ts +0 -8
- package/lib/Tabs/TabPane.d.ts +0 -7
- package/lib/Tabs/hooks/useInkBar.d.ts +0 -12
- package/lib/Tabs/style/index.d.ts +0 -8
- /package/es/{Alert → alert}/style/index.js +0 -0
- /package/es/{Button → button}/style/index.js +0 -0
- /package/es/{Card → card}/style/index.d.ts +0 -0
- /package/es/{Descriptions → descriptions}/Item.js +0 -0
- /package/es/{Descriptions → descriptions}/style/index.js +0 -0
- /package/es/{Modal → modal}/style/index.js +0 -0
- /package/es/{StaticFunction → static-function}/index.d.ts +0 -0
- /package/es/{StaticFunction → static-function}/index.js +0 -0
- /package/es/{Table → table}/style/index.js +0 -0
- /package/es/{Tabs → tabs}/TabPane.js +0 -0
- /package/es/{Tabs → tabs}/hooks/useInkBar.js +0 -0
- /package/es/{Tabs → tabs}/hooks/useLegacyItems.d.ts +0 -0
- /package/es/{Tabs → tabs}/hooks/useLegacyItems.js +0 -0
- /package/es/{Tabs → tabs}/style/index.js +0 -0
- /package/es/{Tooltip → tooltip}/MouseTooltip.d.ts +0 -0
- /package/lib/{Card → card}/style/index.d.ts +0 -0
- /package/lib/{StaticFunction → static-function}/index.d.ts +0 -0
- /package/lib/{Tabs → tabs}/hooks/useLegacyItems.d.ts +0 -0
- /package/lib/{Tooltip → tooltip}/MouseTooltip.d.ts +0 -0
|
@@ -16,6 +16,7 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
}
|
|
17
17
|
return to;
|
|
18
18
|
};
|
|
19
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
19
20
|
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
21
|
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
22
|
// file that has been converted to a CommonJS file using a Babel-
|
|
@@ -26,42 +27,43 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
27
|
));
|
|
27
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
29
|
|
|
29
|
-
// src/
|
|
30
|
-
var
|
|
31
|
-
__export(
|
|
32
|
-
default: () =>
|
|
30
|
+
// src/tooltip/index.tsx
|
|
31
|
+
var tooltip_exports = {};
|
|
32
|
+
__export(tooltip_exports, {
|
|
33
|
+
default: () => tooltip_default,
|
|
33
34
|
getTooltipTypeList: () => getTooltipTypeList
|
|
34
35
|
});
|
|
35
|
-
module.exports = __toCommonJS(
|
|
36
|
+
module.exports = __toCommonJS(tooltip_exports);
|
|
36
37
|
var import_antd = require("antd");
|
|
37
38
|
var import_react = __toESM(require("react"));
|
|
38
|
-
var
|
|
39
|
+
var import_static_function = require("../static-function");
|
|
39
40
|
var import_MouseTooltip = __toESM(require("./MouseTooltip"));
|
|
41
|
+
__reExport(tooltip_exports, require("antd/es/tooltip"), module.exports);
|
|
40
42
|
var getTooltipTypeList = () => [
|
|
41
43
|
{
|
|
42
44
|
type: "light",
|
|
43
|
-
color:
|
|
45
|
+
color: import_static_function.token.colorText,
|
|
44
46
|
backgroundColor: "#ffffff"
|
|
45
47
|
},
|
|
46
48
|
{
|
|
47
49
|
type: "success",
|
|
48
|
-
color:
|
|
49
|
-
backgroundColor:
|
|
50
|
+
color: import_static_function.token.colorSuccess,
|
|
51
|
+
backgroundColor: import_static_function.token.colorSuccessBg
|
|
50
52
|
},
|
|
51
53
|
{
|
|
52
54
|
type: "info",
|
|
53
|
-
color:
|
|
54
|
-
backgroundColor:
|
|
55
|
+
color: import_static_function.token.colorInfo,
|
|
56
|
+
backgroundColor: import_static_function.token.colorInfoBg
|
|
55
57
|
},
|
|
56
58
|
{
|
|
57
59
|
type: "warning",
|
|
58
|
-
color:
|
|
59
|
-
backgroundColor:
|
|
60
|
+
color: import_static_function.token.colorWarning,
|
|
61
|
+
backgroundColor: import_static_function.token.colorWarningBg
|
|
60
62
|
},
|
|
61
63
|
{
|
|
62
64
|
type: "error",
|
|
63
|
-
color:
|
|
64
|
-
backgroundColor:
|
|
65
|
+
color: import_static_function.token.colorError,
|
|
66
|
+
backgroundColor: import_static_function.token.colorErrorBg
|
|
65
67
|
}
|
|
66
68
|
];
|
|
67
69
|
var Tooltip = ({
|
|
@@ -102,8 +104,9 @@ if (process.env.NODE_ENV !== "production") {
|
|
|
102
104
|
Tooltip.displayName = import_antd.Tooltip.displayName;
|
|
103
105
|
}
|
|
104
106
|
Tooltip.__ANT_TOOLTIP = true;
|
|
105
|
-
var
|
|
107
|
+
var tooltip_default = Tooltip;
|
|
106
108
|
// Annotate the CommonJS export names for ESM import in node:
|
|
107
109
|
0 && (module.exports = {
|
|
108
|
-
getTooltipTypeList
|
|
110
|
+
getTooltipTypeList,
|
|
111
|
+
...require("antd/es/tooltip")
|
|
109
112
|
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from 'antd/es/tour/interface';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __copyProps = (to, from, except, desc) => {
|
|
6
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
7
|
+
for (let key of __getOwnPropNames(from))
|
|
8
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
9
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
10
|
+
}
|
|
11
|
+
return to;
|
|
12
|
+
};
|
|
13
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
|
|
16
|
+
// src/tour/interface.ts
|
|
17
|
+
var interface_exports = {};
|
|
18
|
+
module.exports = __toCommonJS(interface_exports);
|
|
19
|
+
__reExport(interface_exports, require("antd/es/tour/interface"), module.exports);
|
|
20
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
21
|
+
0 && (module.exports = {
|
|
22
|
+
...require("antd/es/tour/interface")
|
|
23
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from 'antd/es/transfer/interface';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __copyProps = (to, from, except, desc) => {
|
|
6
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
7
|
+
for (let key of __getOwnPropNames(from))
|
|
8
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
9
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
10
|
+
}
|
|
11
|
+
return to;
|
|
12
|
+
};
|
|
13
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
|
|
16
|
+
// src/transfer/interface.ts
|
|
17
|
+
var interface_exports = {};
|
|
18
|
+
module.exports = __toCommonJS(interface_exports);
|
|
19
|
+
__reExport(interface_exports, require("antd/es/transfer/interface"), module.exports);
|
|
20
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
21
|
+
0 && (module.exports = {
|
|
22
|
+
...require("antd/es/transfer/interface")
|
|
23
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from 'antd/es/upload/interface';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __copyProps = (to, from, except, desc) => {
|
|
6
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
7
|
+
for (let key of __getOwnPropNames(from))
|
|
8
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
9
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
10
|
+
}
|
|
11
|
+
return to;
|
|
12
|
+
};
|
|
13
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
|
|
16
|
+
// src/upload/interface.ts
|
|
17
|
+
var interface_exports = {};
|
|
18
|
+
module.exports = __toCommonJS(interface_exports);
|
|
19
|
+
__reExport(interface_exports, require("antd/es/upload/interface"), module.exports);
|
|
20
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
21
|
+
0 && (module.exports = {
|
|
22
|
+
...require("antd/es/upload/interface")
|
|
23
|
+
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oceanbase/design",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "The Design System for OceanBase",
|
|
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,7 +38,7 @@
|
|
|
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/util": "^0.2.
|
|
41
|
+
"@oceanbase/util": "^0.2.2",
|
|
41
42
|
"ahooks": "^2.10.0",
|
|
42
43
|
"antd": "^5.6.0",
|
|
43
44
|
"classnames": "^2.2.6",
|
|
@@ -54,5 +55,5 @@
|
|
|
54
55
|
"react": "^16.9.0",
|
|
55
56
|
"react-dom": "^16.9.0"
|
|
56
57
|
},
|
|
57
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "5a88960beda0d6a5b64ab4454e79c784b1535adb"
|
|
58
59
|
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { FullToken, GenerateStyle } from 'antd/es/theme/internal';
|
|
2
|
-
export declare type AlertToken = FullToken<'Alert'>;
|
|
3
|
-
export declare const genAlertStyle: GenerateStyle<AlertToken>;
|
|
4
|
-
declare const _default: (prefixCls: string) => {
|
|
5
|
-
wrapSSR: (node: import("react").ReactNode) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
6
|
-
hashId: string;
|
|
7
|
-
};
|
|
8
|
-
export default _default;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { FullToken, GenerateStyle } from 'antd/es/theme/internal';
|
|
2
|
-
export declare type ButtonToken = FullToken<'Button'>;
|
|
3
|
-
export declare const genButtonStyle: GenerateStyle<ButtonToken>;
|
|
4
|
-
declare const _default: (prefixCls: string) => {
|
|
5
|
-
wrapSSR: (node: import("react").ReactNode) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
6
|
-
hashId: string;
|
|
7
|
-
};
|
|
8
|
-
export default _default;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { DescriptionsItemProps as AntDescriptionsItemProps } from 'antd/es/descriptions/Item';
|
|
3
|
-
import type { TextProps } from 'antd/es/typography/Text';
|
|
4
|
-
export interface DescriptionsItemProps extends AntDescriptionsItemProps {
|
|
5
|
-
contentProps?: TextProps;
|
|
6
|
-
}
|
|
7
|
-
declare const _default: import("react").FC<AntDescriptionsItemProps>;
|
|
8
|
-
export default _default;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { FullToken, GenerateStyle } from 'antd/es/theme/internal';
|
|
2
|
-
export declare type DescriptionsToken = FullToken<'Alert'> & {
|
|
3
|
-
typographyPrefixCls: string;
|
|
4
|
-
typographyComponentCls: string;
|
|
5
|
-
};
|
|
6
|
-
export declare const genDescriptionsStyle: GenerateStyle<DescriptionsToken>;
|
|
7
|
-
declare const _default: (prefixCls: string, typographyPrefixCls: string) => {
|
|
8
|
-
wrapSSR: (node: import("react").ReactNode) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
9
|
-
hashId: string;
|
|
10
|
-
};
|
|
11
|
-
export default _default;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { FullToken, GenerateStyle } from 'antd/es/theme/internal';
|
|
2
|
-
export declare type ModalToken = FullToken<'Modal'>;
|
|
3
|
-
export declare const genModalStyle: GenerateStyle<ModalToken>;
|
|
4
|
-
declare const _default: (prefixCls: string) => {
|
|
5
|
-
wrapSSR: (node: import("react").ReactNode) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
6
|
-
hashId: string;
|
|
7
|
-
};
|
|
8
|
-
export default _default;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { FullToken, GenerateStyle } from 'antd/es/theme/internal';
|
|
2
|
-
export declare type TableToken = FullToken<'Table'>;
|
|
3
|
-
export declare const genTableStyle: GenerateStyle<TableToken>;
|
|
4
|
-
declare const _default: (prefixCls: string) => {
|
|
5
|
-
wrapSSR: (node: import("react").ReactNode) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
6
|
-
hashId: string;
|
|
7
|
-
};
|
|
8
|
-
export default _default;
|
package/es/Tabs/TabPane.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { TabPaneProps as AntTabPaneProps } from 'antd/es/tabs/TabPane';
|
|
2
|
-
import type React from 'react';
|
|
3
|
-
export interface TabPaneProps extends AntTabPaneProps {
|
|
4
|
-
tag?: React.ReactNode;
|
|
5
|
-
}
|
|
6
|
-
declare const _default: React.FC<TabPaneProps>;
|
|
7
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { SizeType } from 'antd/es/config-provider/SizeContext';
|
|
2
|
-
import type { TabsPosition, TabsType } from 'antd/es/tabs';
|
|
3
|
-
import type { MutableRefObject } from 'react';
|
|
4
|
-
declare const _default: ({ prefixCls, activeKey, size, type, tabPosition, containerRef, }: {
|
|
5
|
-
prefixCls: string;
|
|
6
|
-
activeKey: string;
|
|
7
|
-
size: SizeType;
|
|
8
|
-
type: TabsType;
|
|
9
|
-
tabPosition: TabsPosition;
|
|
10
|
-
containerRef: MutableRefObject<HTMLDivElement>;
|
|
11
|
-
}) => void;
|
|
12
|
-
export default _default;
|
package/es/Tabs/style/index.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { FullToken, GenerateStyle } from 'antd/es/theme/internal';
|
|
2
|
-
export declare type TabsToken = FullToken<'Tabs'>;
|
|
3
|
-
export declare const genTagStyle: GenerateStyle<TabsToken>;
|
|
4
|
-
declare const _default: (prefixCls: string) => {
|
|
5
|
-
wrapSSR: (node: import("react").ReactNode) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
6
|
-
hashId: string;
|
|
7
|
-
};
|
|
8
|
-
export default _default;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { FullToken, GenerateStyle } from 'antd/es/theme/internal';
|
|
2
|
-
export declare type AlertToken = FullToken<'Alert'>;
|
|
3
|
-
export declare const genAlertStyle: GenerateStyle<AlertToken>;
|
|
4
|
-
declare const _default: (prefixCls: string) => {
|
|
5
|
-
wrapSSR: (node: import("react").ReactNode) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
6
|
-
hashId: string;
|
|
7
|
-
};
|
|
8
|
-
export default _default;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { FullToken, GenerateStyle } from 'antd/es/theme/internal';
|
|
2
|
-
export declare type ButtonToken = FullToken<'Button'>;
|
|
3
|
-
export declare const genButtonStyle: GenerateStyle<ButtonToken>;
|
|
4
|
-
declare const _default: (prefixCls: string) => {
|
|
5
|
-
wrapSSR: (node: import("react").ReactNode) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
6
|
-
hashId: string;
|
|
7
|
-
};
|
|
8
|
-
export default _default;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import type { DescriptionsItemProps as AntDescriptionsItemProps } from 'antd/es/descriptions/Item';
|
|
3
|
-
import type { TextProps } from 'antd/es/typography/Text';
|
|
4
|
-
export interface DescriptionsItemProps extends AntDescriptionsItemProps {
|
|
5
|
-
contentProps?: TextProps;
|
|
6
|
-
}
|
|
7
|
-
declare const _default: import("react").FC<AntDescriptionsItemProps>;
|
|
8
|
-
export default _default;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { FullToken, GenerateStyle } from 'antd/es/theme/internal';
|
|
2
|
-
export declare type DescriptionsToken = FullToken<'Alert'> & {
|
|
3
|
-
typographyPrefixCls: string;
|
|
4
|
-
typographyComponentCls: string;
|
|
5
|
-
};
|
|
6
|
-
export declare const genDescriptionsStyle: GenerateStyle<DescriptionsToken>;
|
|
7
|
-
declare const _default: (prefixCls: string, typographyPrefixCls: string) => {
|
|
8
|
-
wrapSSR: (node: import("react").ReactNode) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
9
|
-
hashId: string;
|
|
10
|
-
};
|
|
11
|
-
export default _default;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { FullToken, GenerateStyle } from 'antd/es/theme/internal';
|
|
2
|
-
export declare type ModalToken = FullToken<'Modal'>;
|
|
3
|
-
export declare const genModalStyle: GenerateStyle<ModalToken>;
|
|
4
|
-
declare const _default: (prefixCls: string) => {
|
|
5
|
-
wrapSSR: (node: import("react").ReactNode) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
6
|
-
hashId: string;
|
|
7
|
-
};
|
|
8
|
-
export default _default;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { FullToken, GenerateStyle } from 'antd/es/theme/internal';
|
|
2
|
-
export declare type TableToken = FullToken<'Table'>;
|
|
3
|
-
export declare const genTableStyle: GenerateStyle<TableToken>;
|
|
4
|
-
declare const _default: (prefixCls: string) => {
|
|
5
|
-
wrapSSR: (node: import("react").ReactNode) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
6
|
-
hashId: string;
|
|
7
|
-
};
|
|
8
|
-
export default _default;
|
package/lib/Tabs/TabPane.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { TabPaneProps as AntTabPaneProps } from 'antd/es/tabs/TabPane';
|
|
2
|
-
import type React from 'react';
|
|
3
|
-
export interface TabPaneProps extends AntTabPaneProps {
|
|
4
|
-
tag?: React.ReactNode;
|
|
5
|
-
}
|
|
6
|
-
declare const _default: React.FC<TabPaneProps>;
|
|
7
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { SizeType } from 'antd/es/config-provider/SizeContext';
|
|
2
|
-
import type { TabsPosition, TabsType } from 'antd/es/tabs';
|
|
3
|
-
import type { MutableRefObject } from 'react';
|
|
4
|
-
declare const _default: ({ prefixCls, activeKey, size, type, tabPosition, containerRef, }: {
|
|
5
|
-
prefixCls: string;
|
|
6
|
-
activeKey: string;
|
|
7
|
-
size: SizeType;
|
|
8
|
-
type: TabsType;
|
|
9
|
-
tabPosition: TabsPosition;
|
|
10
|
-
containerRef: MutableRefObject<HTMLDivElement>;
|
|
11
|
-
}) => void;
|
|
12
|
-
export default _default;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { FullToken, GenerateStyle } from 'antd/es/theme/internal';
|
|
2
|
-
export declare type TabsToken = FullToken<'Tabs'>;
|
|
3
|
-
export declare const genTagStyle: GenerateStyle<TabsToken>;
|
|
4
|
-
declare const _default: (prefixCls: string) => {
|
|
5
|
-
wrapSSR: (node: import("react").ReactNode) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
|
|
6
|
-
hashId: string;
|
|
7
|
-
};
|
|
8
|
-
export default _default;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|