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