bhd-components 0.7.37 → 0.7.39
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/README.md +1 -1
- package/dist/{c2a80e02.esm.es5.development.js → 0bcce4e4.esm.es5.development.js} +1 -1
- package/dist/{8776245e.esm.es5.production.js → ce0ec442.esm.es5.production.js} +1 -1
- package/dist/index.esm.es5.development.js +23 -23
- package/dist/index.esm.es5.production.js +1 -1
- package/es2017/bhdAppLayout/index.js +1 -1
- package/es2017/provider/index.js +18 -18
- package/esm/bhdAppLayout/index.js +1 -1
- package/esm/provider/index.js +18 -18
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { z as zhCN, A as App, _ as _object_spread, a as AntdMessage, M as Modal$1, b as AntdNotification, C as ConfigProvider, c as _extends, d as _object_destructuring_empty, j as jsx, e as _object_spread_props,
|
|
2
|
-
export { K as Affix, N as Alert, O as Anchor, a as AntdMessage, A as App, Q as AutoComplete, U as Avatar, W as BackTop, Y as Badge, $ as Breadcrumb, a0 as Button, a1 as Calendar, a2 as Card, a3 as Carousel, a4 as Cascader, a5 as Checkbox, a6 as Col, a7 as Collapse, a8 as DatePicker, a9 as Descriptions, aa as Divider, G as Drawer, ab as Dropdown, ac as Empty, V as FloatButton, ad as Form, ae as Grid, af as Image, x as Input, ag as InputNumber, ah as Layout, ai as List, aj as Mentions, ak as Menu, M as Modal, al as Popconfirm, am as Popover, an as Progress, aM as QRCode, ao as Radio, ap as Rate, aq as Result, ar as Row, as as Segmented, k as Select, at as Skeleton, au as Slider, av as Space, aw as Spin, ax as Statistic, ay as Steps, az as Switch, aA as Tabs, aB as Tag, aD as TimePicker, aE as Timeline, T as Tooltip, aF as Tour, aG as Transfer, aH as Tree, aI as TreeSelect, aJ as Typography, aK as Upload, aL as Watermark, aO as en_US, b as notification, aC as theme, aN as version, z as zh_CN } from './
|
|
1
|
+
import { z as zhCN, A as App, _ as _object_spread, a as AntdMessage, M as Modal$1, b as AntdNotification, C as ConfigProvider, c as _extends, d as _object_destructuring_empty, j as jsx, e as _object_spread_props, f as jsxs, t as transform, S as StyleProvider, g as _sliced_to_array, T as Tooltip, h as Table$2, I as Icon, E as ExclamationCircleFilled, i as _to_consumable_array, P as Pagination$1, k as Select, l as CaretDownOutlined, m as _inherits, n as _create_super, o as _create_class, p as _class_call_check, q as _define_property, r as _assert_this_initialized, s as _async_to_generator, L as LeftOutlined, R as RightOutlined, u as MinusOutlined, v as PlusOutlined, w as __generator, x as Input, y as SearchOutlined, B as CloseOutlined, X, D as I, H, F as Remarkable, G as Drawer, J as HighlightJS, Z as ZoomInOutlined } from './0bcce4e4.esm.es5.development.js';
|
|
2
|
+
export { K as Affix, N as Alert, O as Anchor, a as AntdMessage, A as App, Q as AutoComplete, U as Avatar, W as BackTop, Y as Badge, $ as Breadcrumb, a0 as Button, a1 as Calendar, a2 as Card, a3 as Carousel, a4 as Cascader, a5 as Checkbox, a6 as Col, a7 as Collapse, a8 as DatePicker, a9 as Descriptions, aa as Divider, G as Drawer, ab as Dropdown, ac as Empty, V as FloatButton, ad as Form, ae as Grid, af as Image, x as Input, ag as InputNumber, ah as Layout, ai as List, aj as Mentions, ak as Menu, M as Modal, al as Popconfirm, am as Popover, an as Progress, aM as QRCode, ao as Radio, ap as Rate, aq as Result, ar as Row, as as Segmented, k as Select, at as Skeleton, au as Slider, av as Space, aw as Spin, ax as Statistic, ay as Steps, az as Switch, aA as Tabs, aB as Tag, aD as TimePicker, aE as Timeline, T as Tooltip, aF as Tour, aG as Transfer, aH as Tree, aI as TreeSelect, aJ as Typography, aK as Upload, aL as Watermark, aO as en_US, b as notification, aC as theme, aN as version, z as zh_CN } from './0bcce4e4.esm.es5.development.js';
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { useState, useRef, useEffect, useLayoutEffect, forwardRef, useImperativeHandle } from 'react';
|
|
5
5
|
import { Fragment } from 'react/jsx-runtime';
|
|
@@ -77,19 +77,19 @@ var Provider = function(Component) {
|
|
|
77
77
|
return function(_param) {
|
|
78
78
|
var props = _extends({}, _object_destructuring_empty(_param));
|
|
79
79
|
return /*#__PURE__*/ jsx(ConfigProvider, _object_spread_props(_object_spread({}, AppConfig), {
|
|
80
|
-
children: /*#__PURE__*/
|
|
80
|
+
children: /*#__PURE__*/ jsxs(StyleProvider, {
|
|
81
81
|
hashPriority: "high",
|
|
82
82
|
transformers: [
|
|
83
83
|
transform
|
|
84
84
|
],
|
|
85
|
-
children:
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
/*#__PURE__*/ jsx(BhdTipModal$2, {})
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
85
|
+
children: [
|
|
86
|
+
/*#__PURE__*/ jsx(App, {
|
|
87
|
+
message: message,
|
|
88
|
+
notification: notification,
|
|
89
|
+
children: /*#__PURE__*/ jsx(BhdTipModal$2, {})
|
|
90
|
+
}),
|
|
91
|
+
/*#__PURE__*/ jsx(Component, _object_spread({}, props))
|
|
92
|
+
]
|
|
93
93
|
})
|
|
94
94
|
}));
|
|
95
95
|
};
|
|
@@ -100,19 +100,19 @@ Provider.Component = function(props) {
|
|
|
100
100
|
ConfigProvider.config(AppConfig);
|
|
101
101
|
var _AppConfig_message = AppConfig.message, message = _AppConfig_message === void 0 ? {} : _AppConfig_message, _AppConfig_notification = AppConfig.notification, notification = _AppConfig_notification === void 0 ? {} : _AppConfig_notification;
|
|
102
102
|
return /*#__PURE__*/ jsx(ConfigProvider, _object_spread_props(_object_spread({}, AppConfig), {
|
|
103
|
-
children: /*#__PURE__*/
|
|
103
|
+
children: /*#__PURE__*/ jsxs(StyleProvider, {
|
|
104
104
|
hashPriority: "high",
|
|
105
105
|
transformers: [
|
|
106
106
|
transform
|
|
107
107
|
],
|
|
108
|
-
children:
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
/*#__PURE__*/ jsx(BhdTipModal$2, {})
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
108
|
+
children: [
|
|
109
|
+
/*#__PURE__*/ jsx(App, {
|
|
110
|
+
message: message,
|
|
111
|
+
notification: notification,
|
|
112
|
+
children: /*#__PURE__*/ jsx(BhdTipModal$2, {})
|
|
113
|
+
}),
|
|
114
|
+
props.children
|
|
115
|
+
]
|
|
116
116
|
})
|
|
117
117
|
}));
|
|
118
118
|
};
|
|
@@ -1215,11 +1215,11 @@ var modules_63b47c51$7 = {"pagination":"index_module_pagination__ea803a71"};
|
|
|
1215
1215
|
|
|
1216
1216
|
var BhdPagination = function(props) {
|
|
1217
1217
|
var className = "".concat(modules_63b47c51$7.pagination, " ").concat(props.className || "");
|
|
1218
|
-
return /*#__PURE__*/ jsx(Pagination, _object_spread_props(_object_spread({}, props), {
|
|
1218
|
+
return /*#__PURE__*/ jsx(Pagination$1, _object_spread_props(_object_spread({}, props), {
|
|
1219
1219
|
className: className
|
|
1220
1220
|
}));
|
|
1221
1221
|
};
|
|
1222
|
-
var
|
|
1222
|
+
var Pagination = BhdPagination;
|
|
1223
1223
|
|
|
1224
1224
|
var modules_63b47c51$6 = {"BhdTableSelect":"index_module_BhdTableSelect__1274ed5e"};
|
|
1225
1225
|
|
|
@@ -7274,4 +7274,4 @@ window.appendDom = function(root, props) {
|
|
|
7274
7274
|
};
|
|
7275
7275
|
var CustomerService$1 = CustomerService;
|
|
7276
7276
|
|
|
7277
|
-
export { BhdAppLayout, BhdSelect$1 as BhdSelect, BhdTableSelect$1 as BhdTableSelect, BhdTableSimple$1 as BhdTableSimple, BhdTipModal$1 as BhdTipModal, CustomerService$1 as CustomerService,
|
|
7277
|
+
export { BhdAppLayout, BhdSelect$1 as BhdSelect, BhdTableSelect$1 as BhdTableSelect, BhdTableSimple$1 as BhdTableSimple, BhdTipModal$1 as BhdTipModal, CustomerService$1 as CustomerService, Pagination, Provider$1 as Provider, Table$1 as Table, TextTootip$1 as TextTootip, TitleBar$1 as TitleBar, ViewImage$1 as ViewImage, BhdMessage$1 as message };
|