bhd-components 0.7.4 → 0.7.5
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/{4d37fec9.esm.es5.development.js → 40717e9e.esm.es5.development.js} +1 -1
- package/dist/{ad151cc6.esm.es5.production.js → 6b2db3d5.esm.es5.production.js} +1 -1
- package/dist/index.esm.es5.development.js +2 -2
- package/dist/index.esm.es5.production.js +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { z as zhCN, C as ConfigProvider, _ as _extends, a as _object_destructuring_empty, j as jsx, b as _object_spread_props, S as StyleProvider, t as transform, c as _object_spread, d as _sliced_to_array, T as Tooltip, e as Table$2, I as Icon, f as jsxs, m as message, E as ExclamationCircleFilled, P as Pagination, g as Select, h as CaretDownOutlined, M as Modal, i as _inherits, k as _create_super, l as _create_class, n as _class_call_check, o as _define_property, p as _assert_this_initialized, q as _async_to_generator, L as LeftOutlined, R as RightOutlined, r as MinusOutlined, s as PlusOutlined, u as __generator, v as Input, w as SearchOutlined, x as CloseOutlined, X, y as I, H, A as Remarkable, B as html2canvas, D as Drawer, F as HighlightJS, Z as ZoomInOutlined, G as _to_consumable_array } from './
|
|
2
|
-
export { J as Affix, K as Alert, N as Anchor, aG as App, O as AutoComplete, Q as Avatar, V as BackTop, W as Badge, Y as Breadcrumb, $ as Button, a0 as Calendar, a1 as Card, a2 as Carousel, a3 as Cascader, a4 as Checkbox, a5 as Col, a6 as Collapse, a7 as DatePicker, a8 as Descriptions, a9 as Divider, D as Drawer, aa as Dropdown, ab as Empty, U as FloatButton, ac as Form, ad as Grid, ae as Image, v as Input, af as InputNumber, ag as Layout, ah as List, ai as Mentions, aj as Menu, M as Modal, al as Popconfirm, am as Popover, an as Progress, aN as QRCode, ao as Radio, ap as Rate, aq as Result, ar as Row, as as Segmented, g 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, aH as Transfer, aI as Tree, aJ as TreeSelect, aK as Typography, aL as Upload, aM as Watermark, aP as en_US, ak as notification, aC as theme, aO as version, z as zh_CN } from './
|
|
1
|
+
import { z as zhCN, C as ConfigProvider, _ as _extends, a as _object_destructuring_empty, j as jsx, b as _object_spread_props, S as StyleProvider, t as transform, c as _object_spread, d as _sliced_to_array, T as Tooltip, e as Table$2, I as Icon, f as jsxs, m as message, E as ExclamationCircleFilled, P as Pagination, g as Select, h as CaretDownOutlined, M as Modal, i as _inherits, k as _create_super, l as _create_class, n as _class_call_check, o as _define_property, p as _assert_this_initialized, q as _async_to_generator, L as LeftOutlined, R as RightOutlined, r as MinusOutlined, s as PlusOutlined, u as __generator, v as Input, w as SearchOutlined, x as CloseOutlined, X, y as I, H, A as Remarkable, B as html2canvas, D as Drawer, F as HighlightJS, Z as ZoomInOutlined, G as _to_consumable_array } from './40717e9e.esm.es5.development.js';
|
|
2
|
+
export { J as Affix, K as Alert, N as Anchor, aG as App, O as AutoComplete, Q as Avatar, V as BackTop, W as Badge, Y as Breadcrumb, $ as Button, a0 as Calendar, a1 as Card, a2 as Carousel, a3 as Cascader, a4 as Checkbox, a5 as Col, a6 as Collapse, a7 as DatePicker, a8 as Descriptions, a9 as Divider, D as Drawer, aa as Dropdown, ab as Empty, U as FloatButton, ac as Form, ad as Grid, ae as Image, v as Input, af as InputNumber, ag as Layout, ah as List, ai as Mentions, aj as Menu, M as Modal, al as Popconfirm, am as Popover, an as Progress, aN as QRCode, ao as Radio, ap as Rate, aq as Result, ar as Row, as as Segmented, g 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, aH as Transfer, aI as Tree, aJ as TreeSelect, aK as Typography, aL as Upload, aM as Watermark, aP as en_US, ak as notification, aC as theme, aO as version, z as zh_CN } from './40717e9e.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';
|