bhd-components 0.7.37 → 0.7.38

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.
@@ -120933,7 +120933,7 @@ function requireD () {
120933
120933
  + 'pragma private protected public pure ref return scope shared static struct '
120934
120934
  + 'super switch synchronized template this throw try typedef typeid typeof union '
120935
120935
  + 'unittest version void volatile while with __FILE__ __LINE__ __gshared|10 '
120936
- + '__thread __traits __DATE__ __EOF__ __TIME__ __TIMESTAMP__ __VENDOR__ "0.7.37"',
120936
+ + '__thread __traits __DATE__ __EOF__ __TIME__ __TIMESTAMP__ __VENDOR__ "0.7.38"',
120937
120937
  built_in:
120938
120938
  'bool cdouble cent cfloat char creal dchar delegate double dstring float function '
120939
120939
  + 'idouble ifloat ireal long real short string ubyte ucent uint ulong ushort wchar '
@@ -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, S as StyleProvider, t as transform, f as jsxs, 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, 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 './c2a80e02.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 './c2a80e02.esm.es5.development.js';
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, 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 './78b8007b.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 './78b8007b.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__*/ jsx(StyleProvider, {
80
+ children: /*#__PURE__*/ jsxs(StyleProvider, {
81
81
  hashPriority: "high",
82
82
  transformers: [
83
83
  transform
84
84
  ],
85
- children: /*#__PURE__*/ jsxs(App, {
86
- message: message,
87
- notification: notification,
88
- children: [
89
- /*#__PURE__*/ jsx(BhdTipModal$2, {}),
90
- /*#__PURE__*/ jsx(Component, _object_spread({}, props))
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__*/ jsx(StyleProvider, {
103
+ children: /*#__PURE__*/ jsxs(StyleProvider, {
104
104
  hashPriority: "high",
105
105
  transformers: [
106
106
  transform
107
107
  ],
108
- children: /*#__PURE__*/ jsxs(App, {
109
- message: message,
110
- notification: notification,
111
- children: [
112
- /*#__PURE__*/ jsx(BhdTipModal$2, {}),
113
- props.children
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
  };