@mseva/upyog-ui-module-chb 1.0.89 → 1.0.91
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.js +7 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -561,6 +561,10 @@ function createCommonjsModule(fn, module) {
|
|
|
561
561
|
return module = { exports: {} }, fn(module, module.exports), module.exports;
|
|
562
562
|
}
|
|
563
563
|
|
|
564
|
+
function getCjsExportFromNamespace (n) {
|
|
565
|
+
return n && n['default'] || n;
|
|
566
|
+
}
|
|
567
|
+
|
|
564
568
|
var jquery = createCommonjsModule(function (module) {
|
|
565
569
|
(function (global, factory) {
|
|
566
570
|
|
|
@@ -14414,6 +14418,8 @@ var accessibility = createCommonjsModule(function (module, exports) {
|
|
|
14414
14418
|
});
|
|
14415
14419
|
unwrapExports(accessibility);
|
|
14416
14420
|
|
|
14421
|
+
var _shallowEqual = getCjsExportFromNamespace(index_esm);
|
|
14422
|
+
|
|
14417
14423
|
var Calendar_1 = createCommonjsModule(function (module, exports) {
|
|
14418
14424
|
|
|
14419
14425
|
function _typeof(obj) {
|
|
@@ -15068,7 +15074,7 @@ var Calendar_1 = createCommonjsModule(function (module, exports) {
|
|
|
15068
15074
|
monthNames: this.getMonthNames()
|
|
15069
15075
|
});
|
|
15070
15076
|
}
|
|
15071
|
-
if (!(0,
|
|
15077
|
+
if (!(0, _shallowEqual.shallowEqualObjects)(prevProps.scroll, this.props.scroll)) {
|
|
15072
15078
|
this.setState({
|
|
15073
15079
|
scrollArea: this.calcScrollArea(this.props)
|
|
15074
15080
|
});
|