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