bhd-components 0.9.23 → 0.9.25
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/index.esm.es5.development.css +50 -14
- package/dist/index.esm.es5.development.js +194 -115
- package/dist/index.esm.es5.production.css +1 -1
- package/dist/index.esm.es5.production.js +1 -1
- package/dist/vendor.esm.es5.development.js +15 -24
- package/dist/vendor.esm.es5.production.js +2 -2
- package/es2017/bhdEnterInput/index.d.ts +9 -0
- package/es2017/bhdEnterInput/index.js +74 -0
- package/es2017/bhdSelect/index.js +1 -1
- package/es2017/customerService/index.js +2 -1
- package/es2017/index.d.ts +1 -0
- package/es2017/index.js +1 -0
- package/es2017/message/index.d.ts +1 -0
- package/es2017/message/index.js +14 -6
- package/es2017/message/index.module.less +59 -9
- package/esm/bhdEnterInput/index.d.ts +9 -0
- package/esm/bhdEnterInput/index.js +75 -0
- package/esm/bhdSelect/index.js +1 -1
- package/esm/customerService/index.js +2 -1
- package/esm/index.d.ts +1 -0
- package/esm/index.js +1 -0
- package/esm/message/index.d.ts +1 -0
- package/esm/message/index.js +14 -6
- package/esm/message/index.module.less +59 -9
- package/package.json +1 -1
|
@@ -12507,10 +12507,10 @@ var RefIcon$N = /*#__PURE__*/React.forwardRef(CloseOutlined$2);
|
|
|
12507
12507
|
var CloseOutlined$3 = RefIcon$N;
|
|
12508
12508
|
|
|
12509
12509
|
// This icon file is generated automatically.
|
|
12510
|
-
var ExclamationCircleFilled$
|
|
12511
|
-
var ExclamationCircleFilledSvg = ExclamationCircleFilled$
|
|
12510
|
+
var ExclamationCircleFilled$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-32 232c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 010-96 48.01 48.01 0 010 96z" } }] }, "name": "exclamation-circle", "theme": "filled" };
|
|
12511
|
+
var ExclamationCircleFilledSvg = ExclamationCircleFilled$2;
|
|
12512
12512
|
|
|
12513
|
-
var ExclamationCircleFilled
|
|
12513
|
+
var ExclamationCircleFilled = function ExclamationCircleFilled(props, ref) {
|
|
12514
12514
|
return /*#__PURE__*/React.createElement(AntdIcon$1, _extends$2({}, props, {
|
|
12515
12515
|
ref: ref,
|
|
12516
12516
|
icon: ExclamationCircleFilledSvg
|
|
@@ -12518,11 +12518,11 @@ var ExclamationCircleFilled$2 = function ExclamationCircleFilled(props, ref) {
|
|
|
12518
12518
|
};
|
|
12519
12519
|
|
|
12520
12520
|
/** */
|
|
12521
|
-
var RefIcon$M = /*#__PURE__*/React.forwardRef(ExclamationCircleFilled
|
|
12521
|
+
var RefIcon$M = /*#__PURE__*/React.forwardRef(ExclamationCircleFilled);
|
|
12522
12522
|
{
|
|
12523
12523
|
RefIcon$M.displayName = 'ExclamationCircleFilled';
|
|
12524
12524
|
}
|
|
12525
|
-
var ExclamationCircleFilled$
|
|
12525
|
+
var ExclamationCircleFilled$1 = RefIcon$M;
|
|
12526
12526
|
|
|
12527
12527
|
// This icon file is generated automatically.
|
|
12528
12528
|
var InfoCircleFilled$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm32 664c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V456c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272zm-32-344a48.01 48.01 0 010-96 48.01 48.01 0 010 96z" } }] }, "name": "info-circle", "theme": "filled" };
|
|
@@ -12853,7 +12853,7 @@ const iconMapFilled = {
|
|
|
12853
12853
|
success: CheckCircleFilled$1,
|
|
12854
12854
|
info: InfoCircleFilled$1,
|
|
12855
12855
|
error: CloseCircleFilled$1,
|
|
12856
|
-
warning: ExclamationCircleFilled$
|
|
12856
|
+
warning: ExclamationCircleFilled$1
|
|
12857
12857
|
};
|
|
12858
12858
|
const IconNode = props => {
|
|
12859
12859
|
const {
|
|
@@ -53849,7 +53849,7 @@ var __rest$L = undefined && undefined.__rest || function (s, e) {
|
|
|
53849
53849
|
};
|
|
53850
53850
|
const iconMap = {
|
|
53851
53851
|
success: CheckCircleFilled$1,
|
|
53852
|
-
warning: ExclamationCircleFilled$
|
|
53852
|
+
warning: ExclamationCircleFilled$1,
|
|
53853
53853
|
error: CloseCircleFilled$1,
|
|
53854
53854
|
validating: LoadingOutlined$1
|
|
53855
53855
|
};
|
|
@@ -63230,7 +63230,7 @@ function ConfirmContent(props) {
|
|
|
63230
63230
|
mergedIcon = /*#__PURE__*/React.createElement(CloseCircleFilled$1, null);
|
|
63231
63231
|
break;
|
|
63232
63232
|
default:
|
|
63233
|
-
mergedIcon = /*#__PURE__*/React.createElement(ExclamationCircleFilled$
|
|
63233
|
+
mergedIcon = /*#__PURE__*/React.createElement(ExclamationCircleFilled$1, null);
|
|
63234
63234
|
}
|
|
63235
63235
|
}
|
|
63236
63236
|
const okType = props.okType || 'primary';
|
|
@@ -64392,7 +64392,7 @@ const typeToIcon = {
|
|
|
64392
64392
|
success: CheckCircleFilled$1,
|
|
64393
64393
|
info: InfoCircleFilled$1,
|
|
64394
64394
|
error: CloseCircleFilled$1,
|
|
64395
|
-
warning: ExclamationCircleFilled$
|
|
64395
|
+
warning: ExclamationCircleFilled$1
|
|
64396
64396
|
};
|
|
64397
64397
|
function PureContent$1(_ref) {
|
|
64398
64398
|
let {
|
|
@@ -64907,7 +64907,7 @@ const Overlay = props => {
|
|
|
64907
64907
|
cancelText,
|
|
64908
64908
|
okText,
|
|
64909
64909
|
okType = 'primary',
|
|
64910
|
-
icon = /*#__PURE__*/React.createElement(ExclamationCircleFilled$
|
|
64910
|
+
icon = /*#__PURE__*/React.createElement(ExclamationCircleFilled$1, null),
|
|
64911
64911
|
showCancel = true,
|
|
64912
64912
|
close,
|
|
64913
64913
|
onConfirm,
|
|
@@ -64986,7 +64986,7 @@ const Popconfirm = /*#__PURE__*/React.forwardRef((props, ref) => {
|
|
|
64986
64986
|
placement = 'top',
|
|
64987
64987
|
trigger = 'click',
|
|
64988
64988
|
okType = 'primary',
|
|
64989
|
-
icon = /*#__PURE__*/React.createElement(ExclamationCircleFilled$
|
|
64989
|
+
icon = /*#__PURE__*/React.createElement(ExclamationCircleFilled$1, null),
|
|
64990
64990
|
children,
|
|
64991
64991
|
overlayClassName,
|
|
64992
64992
|
onOpenChange,
|
|
@@ -67326,7 +67326,7 @@ var useStyle$g = genComponentStyleHook('Result', token => {
|
|
|
67326
67326
|
const IconMap = {
|
|
67327
67327
|
success: CheckCircleFilled$1,
|
|
67328
67328
|
error: CloseCircleFilled$1,
|
|
67329
|
-
info: ExclamationCircleFilled$
|
|
67329
|
+
info: ExclamationCircleFilled$1,
|
|
67330
67330
|
warning: WarningFilled$1
|
|
67331
67331
|
};
|
|
67332
67332
|
const ExceptionMap = {
|
|
@@ -73185,7 +73185,7 @@ const TypeIcon = {
|
|
|
73185
73185
|
info: /*#__PURE__*/React.createElement(InfoCircleFilled$1, null),
|
|
73186
73186
|
success: /*#__PURE__*/React.createElement(CheckCircleFilled$1, null),
|
|
73187
73187
|
error: /*#__PURE__*/React.createElement(CloseCircleFilled$1, null),
|
|
73188
|
-
warning: /*#__PURE__*/React.createElement(ExclamationCircleFilled$
|
|
73188
|
+
warning: /*#__PURE__*/React.createElement(ExclamationCircleFilled$1, null),
|
|
73189
73189
|
loading: /*#__PURE__*/React.createElement(LoadingOutlined$1, null)
|
|
73190
73190
|
};
|
|
73191
73191
|
function PureContent(_ref) {
|
|
@@ -93417,15 +93417,6 @@ var CloseOutlined = function CloseOutlined(props, ref) {
|
|
|
93417
93417
|
CloseOutlined.displayName = 'CloseOutlined';
|
|
93418
93418
|
var CloseOutlined$1 = /*#__PURE__*/React.forwardRef(CloseOutlined);
|
|
93419
93419
|
|
|
93420
|
-
var ExclamationCircleFilled = function ExclamationCircleFilled(props, ref) {
|
|
93421
|
-
return /*#__PURE__*/React.createElement(AntdIcon, _objectSpread2(_objectSpread2({}, props), {}, {
|
|
93422
|
-
ref: ref,
|
|
93423
|
-
icon: ExclamationCircleFilledSvg
|
|
93424
|
-
}));
|
|
93425
|
-
};
|
|
93426
|
-
ExclamationCircleFilled.displayName = 'ExclamationCircleFilled';
|
|
93427
|
-
var ExclamationCircleFilled$1 = /*#__PURE__*/React.forwardRef(ExclamationCircleFilled);
|
|
93428
|
-
|
|
93429
93420
|
var LeftOutlined = function LeftOutlined(props, ref) {
|
|
93430
93421
|
return /*#__PURE__*/React.createElement(AntdIcon, _objectSpread2(_objectSpread2({}, props), {}, {
|
|
93431
93422
|
ref: ref,
|
|
@@ -121511,7 +121502,7 @@ function requireD () {
|
|
|
121511
121502
|
+ 'pragma private protected public pure ref return scope shared static struct '
|
|
121512
121503
|
+ 'super switch synchronized template this throw try typedef typeid typeof union '
|
|
121513
121504
|
+ 'unittest version void volatile while with __FILE__ __LINE__ __gshared|10 '
|
|
121514
|
-
+ '__thread __traits __DATE__ __EOF__ __TIME__ __TIMESTAMP__ __VENDOR__ "0.9.
|
|
121505
|
+
+ '__thread __traits __DATE__ __EOF__ __TIME__ __TIMESTAMP__ __VENDOR__ "0.9.25"',
|
|
121515
121506
|
built_in:
|
|
121516
121507
|
'bool cdouble cent cfloat char creal dchar delegate double dstring float function '
|
|
121517
121508
|
+ 'idouble ifloat ireal long real short string ubyte ucent uint ulong ushort wchar '
|
|
@@ -177991,4 +177982,4 @@ var copyConstructorProperties = function (target, source) {
|
|
|
177991
177982
|
};
|
|
177992
177983
|
if (FORCED || IS_PURE) copyConstructorProperties(path[NUMBER], NativeNumber);
|
|
177993
177984
|
|
|
177994
|
-
export {
|
|
177985
|
+
export { FloatButton$1 as $, App$1 as A, Spin$1 as B, ConfigProvider$1 as C, CloseOutlined$1 as D, I as E, html2canvas as F, Remarkable as G, H, Icon$1 as I, Drawer as J, HighlightJS as K, LeftOutlined$1 as L, Modal$1 as M, DatePicker$1 as N, Button$2 as O, Pagination$1 as P, Affix$1 as Q, RightOutlined$1 as R, StyleProvider as S, Tooltip$1 as T, Alert$1 as U, Anchor$1 as V, RefAutoComplete$1 as W, X, Avatar$1 as Y, ZoomInOutlined$1 as Z, _object_spread as _, AntdMessage as a, index$4 as a0, Badge$1 as a1, Breadcrumb$1 as a2, Calendar$1 as a3, Card$1 as a4, Carousel$1 as a5, Cascader$1 as a6, Checkbox$1 as a7, Col$1 as a8, Collapse$1 as a9, Tabs as aA, Tag$1 as aB, theme as aC, TimePicker$1 as aD, Timeline$1 as aE, Tour$1 as aF, Transfer$1 as aG, Tree$1 as aH, TreeSelect$1 as aI, Typography$1 as aJ, Upload$1 as aK, Watermark$1 as aL, QRCode$1 as aM, version$3 as aN, en_US$1 as aO, Descriptions as aa, Divider$1 as ab, Dropdown$1 as ac, Empty$1 as ad, Form$1 as ae, index$3 as af, Image$2 as ag, InputNumber$1 as ah, Layout$1 as ai, List$1 as aj, Mentions$1 as ak, Menu$1 as al, Popconfirm$1 as am, Popover$1 as an, Progress$1 as ao, Radio$1 as ap, Rate$1 as aq, Result$2 as ar, Row$3 as as, Segmented$1 as at, Skeleton$1 as au, Slider$1 as av, Space$1 as aw, Statistic$1 as ax, Steps$1 as ay, Switch$1 as az, AntdNotification as b, _extends as c, _object_destructuring_empty as d, _object_spread_props as e, jsxs as f, _sliced_to_array as g, Table$1 as h, _to_consumable_array as i, jsx as j, Select$1 as k, CaretDownOutlined$1 as l, _inherits as m, _create_super as n, _create_class as o, _class_call_check as p, _define_property as q, _assert_this_initialized as r, _async_to_generator as s, transform$2 as t, MinusOutlined$1 as u, PlusOutlined$1 as v, __generator$1 as w, Input$1 as x, SearchOutlined$1 as y, zhCN as z };
|