@mseva/upyog-ui-module-chb 1.0.46 → 1.0.47
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.modern.js +1 -7
- package/dist/index.modern.js.map +1 -1
- package/package.json +2 -2
package/dist/index.modern.js
CHANGED
|
@@ -541,10 +541,6 @@ function createCommonjsModule(fn, module) {
|
|
|
541
541
|
return module = { exports: {} }, fn(module, module.exports), module.exports;
|
|
542
542
|
}
|
|
543
543
|
|
|
544
|
-
function getCjsExportFromNamespace (n) {
|
|
545
|
-
return n && n['default'] || n;
|
|
546
|
-
}
|
|
547
|
-
|
|
548
544
|
var jquery = createCommonjsModule(function (module) {
|
|
549
545
|
(function (global, factory) {
|
|
550
546
|
|
|
@@ -14390,8 +14386,6 @@ var accessibility = createCommonjsModule(function (module, exports) {
|
|
|
14390
14386
|
});
|
|
14391
14387
|
unwrapExports(accessibility);
|
|
14392
14388
|
|
|
14393
|
-
var _shallowEqual = getCjsExportFromNamespace(index_esm);
|
|
14394
|
-
|
|
14395
14389
|
var Calendar_1 = createCommonjsModule(function (module, exports) {
|
|
14396
14390
|
|
|
14397
14391
|
function _typeof(obj) {
|
|
@@ -15046,7 +15040,7 @@ var Calendar_1 = createCommonjsModule(function (module, exports) {
|
|
|
15046
15040
|
monthNames: this.getMonthNames()
|
|
15047
15041
|
});
|
|
15048
15042
|
}
|
|
15049
|
-
if (!(0,
|
|
15043
|
+
if (!(0, index_esm.shallowEqualObjects)(prevProps.scroll, this.props.scroll)) {
|
|
15050
15044
|
this.setState({
|
|
15051
15045
|
scrollArea: this.calcScrollArea(this.props)
|
|
15052
15046
|
});
|