@mseva/upyog-ui-module-chb 1.1.32 → 1.1.33
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.map +1 -1
- package/dist/index.modern.js +4 -4
- package/dist/index.modern.js.map +1 -1
- package/package.json +2 -2
package/dist/index.modern.js
CHANGED
|
@@ -14391,6 +14391,8 @@ var accessibility = createCommonjsModule(function (module, exports) {
|
|
|
14391
14391
|
});
|
|
14392
14392
|
unwrapExports(accessibility);
|
|
14393
14393
|
|
|
14394
|
+
var _shallowEqual = getCjsExportFromNamespace(index_esm);
|
|
14395
|
+
|
|
14394
14396
|
var Calendar_1 = createCommonjsModule(function (module, exports) {
|
|
14395
14397
|
|
|
14396
14398
|
function _typeof(obj) {
|
|
@@ -15045,7 +15047,7 @@ var Calendar_1 = createCommonjsModule(function (module, exports) {
|
|
|
15045
15047
|
monthNames: this.getMonthNames()
|
|
15046
15048
|
});
|
|
15047
15049
|
}
|
|
15048
|
-
if (!(0,
|
|
15050
|
+
if (!(0, _shallowEqual.shallowEqualObjects)(prevProps.scroll, this.props.scroll)) {
|
|
15049
15051
|
this.setState({
|
|
15050
15052
|
scrollArea: this.calcScrollArea(this.props)
|
|
15051
15053
|
});
|
|
@@ -47088,8 +47090,6 @@ var reactLifecyclesCompat_es = {
|
|
|
47088
47090
|
polyfill: polyfill
|
|
47089
47091
|
};
|
|
47090
47092
|
|
|
47091
|
-
var _reactLifecyclesCompat = getCjsExportFromNamespace(reactLifecyclesCompat_es);
|
|
47092
|
-
|
|
47093
47093
|
var Modal_1 = createCommonjsModule(function (module, exports) {
|
|
47094
47094
|
|
|
47095
47095
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -47378,7 +47378,7 @@ var Modal_1 = createCommonjsModule(function (module, exports) {
|
|
|
47378
47378
|
padding: "20px"
|
|
47379
47379
|
}
|
|
47380
47380
|
};
|
|
47381
|
-
(0,
|
|
47381
|
+
(0, reactLifecyclesCompat_es.polyfill)(Modal);
|
|
47382
47382
|
if (process.env.NODE_ENV !== "production") {
|
|
47383
47383
|
Modal.setCreateHTMLElement = function (fn) {
|
|
47384
47384
|
return createHTMLElement = fn;
|