react-dialogger 1.1.119 → 1.1.120
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/components/DialogBase.js +4 -5
- package/package.json +1 -1
package/components/DialogBase.js
CHANGED
|
@@ -86,7 +86,7 @@ var DialogBase = /** @class */ (function (_super) {
|
|
|
86
86
|
return _this._actionRefs[key];
|
|
87
87
|
};
|
|
88
88
|
_this.setInProcess = function (process, message, holder) {
|
|
89
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l
|
|
89
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
|
|
90
90
|
_this._inProcess = __assign({ inProcess: process }, message ? { message: message } : {});
|
|
91
91
|
if (!process) {
|
|
92
92
|
_this._holder = null;
|
|
@@ -122,8 +122,8 @@ var DialogBase = /** @class */ (function (_super) {
|
|
|
122
122
|
if (!process) {
|
|
123
123
|
_this.snackbar.close("kInProcess");
|
|
124
124
|
}
|
|
125
|
-
for (var _i = 0,
|
|
126
|
-
var listener =
|
|
125
|
+
for (var _i = 0, _m = _this._processingListeners; _i < _m.length; _i++) {
|
|
126
|
+
var listener = _m[_i];
|
|
127
127
|
if (typeof listener === "function") {
|
|
128
128
|
listener(process);
|
|
129
129
|
}
|
|
@@ -132,8 +132,7 @@ var DialogBase = /** @class */ (function (_super) {
|
|
|
132
132
|
// @ts-ignore
|
|
133
133
|
(_k = _this._footerRef.current) === null || _k === void 0 ? void 0 : _k.setProcessing(_this._inProcess);
|
|
134
134
|
(_l = _this._headerRef.current) === null || _l === void 0 ? void 0 : _l.setProcessing(_this._inProcess);
|
|
135
|
-
|
|
136
|
-
// this._footerRef.current?.setProcessing(process);
|
|
135
|
+
// this._bodyRef.current?.setProcessing(this._inProcess);
|
|
137
136
|
return _this;
|
|
138
137
|
};
|
|
139
138
|
_this.isInProcess = function () {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-dialogger",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.120",
|
|
4
4
|
"description": "This package is a continuation of the react-araci package. Due to an error, react-araci was removed, and it has been decided to continue under the new package name react-dialogger",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "Sueleyman Topaloglu",
|