bhd-components 0.9.15 → 0.9.17

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.
@@ -32508,7 +32508,6 @@ var localeMap = {
32508
32508
  };
32509
32509
  var parseLocale = function parseLocale(locale) {
32510
32510
  var mapLocale = localeMap[locale];
32511
- console.log("parseLocaleparseLocaleparseLocale", locale,mapLocale || locale.split('_')[0]);
32512
32511
  return mapLocale || locale.split('_')[0];
32513
32512
  };
32514
32513
  var parseNoMatchNotice = function parseNoMatchNotice() {
@@ -33255,7 +33254,6 @@ function getClosingViewDate(viewDate, picker, generateConfig) {
33255
33254
  }
33256
33255
  }
33257
33256
  function formatValue(value, _ref) {
33258
- console.log("formatValueformatValue",_ref,value);
33259
33257
  var generateConfig = _ref.generateConfig,
33260
33258
  locale = _ref.locale,
33261
33259
  format = _ref.format;
@@ -33816,8 +33814,6 @@ function DateHeader(props) {
33816
33814
  format: locale.monthFormat,
33817
33815
  generateConfig: generateConfig
33818
33816
  }) : monthsLocale[month]);
33819
- console.log("viewDateviewDate",locale.monthFormat,monthsLocale,month);
33820
-
33821
33817
  var monthYearNodes = locale.monthBeforeYear ? [monthNode, yearNode] : [yearNode, monthNode];
33822
33818
  return /*#__PURE__*/React.createElement(Header$2, _extends$2({}, props, {
33823
33819
  prefixCls: headerPrefixCls,
@@ -50876,7 +50872,6 @@ function generatePicker$1(generateConfig) {
50876
50872
  const suffixNode = /*#__PURE__*/React.createElement(React.Fragment, null, mergedPicker === 'time' ? /*#__PURE__*/React.createElement(ClockCircleOutlined$1, null) : /*#__PURE__*/React.createElement(CalendarOutlined$1, null), hasFeedback && feedbackIcon);
50877
50873
  const [contextLocale] = useLocale$1('DatePicker', enUS);
50878
50874
  const locale = Object.assign(Object.assign({}, contextLocale), props.locale);
50879
- console.log("localelocalelocale",locale,innerRef);
50880
50875
  return wrapSSR( /*#__PURE__*/React.createElement(Picker, Object.assign({
50881
50876
  ref: innerRef,
50882
50877
  placeholder: getPlaceholder(locale, mergedPicker, placeholder),
@@ -121516,7 +121511,7 @@ function requireD () {
121516
121511
  + 'pragma private protected public pure ref return scope shared static struct '
121517
121512
  + 'super switch synchronized template this throw try typedef typeid typeof union '
121518
121513
  + 'unittest version void volatile while with __FILE__ __LINE__ __gshared|10 '
121519
- + '__thread __traits __DATE__ __EOF__ __TIME__ __TIMESTAMP__ __VENDOR__ "0.9.15"',
121514
+ + '__thread __traits __DATE__ __EOF__ __TIME__ __TIMESTAMP__ __VENDOR__ "0.9.17"',
121520
121515
  built_in:
121521
121516
  'bool cdouble cent cfloat char creal dchar delegate double dstring float function '
121522
121517
  + 'idouble ifloat ireal long real short string ubyte ucent uint ulong ushort wchar '