demio-ui 2.5.75 → 2.5.77
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.
|
@@ -4,8 +4,10 @@ declare class ToastManager {
|
|
|
4
4
|
private setToastList;
|
|
5
5
|
private toastQueue;
|
|
6
6
|
private timerId;
|
|
7
|
+
private isWaitingForClient;
|
|
7
8
|
constructor();
|
|
8
9
|
render: () => void;
|
|
10
|
+
private waitForClient;
|
|
9
11
|
updateSetter(setToastList: React.Dispatch<React.SetStateAction<IToast[]>>): void;
|
|
10
12
|
remove: (id: number) => void;
|
|
11
13
|
private getUIToastListAmount;
|
package/dist/types.d.ts
CHANGED
|
@@ -2423,8 +2423,10 @@ declare class ToastManager {
|
|
|
2423
2423
|
private setToastList;
|
|
2424
2424
|
private toastQueue;
|
|
2425
2425
|
private timerId;
|
|
2426
|
+
private isWaitingForClient;
|
|
2426
2427
|
constructor();
|
|
2427
2428
|
render: () => void;
|
|
2429
|
+
private waitForClient;
|
|
2428
2430
|
updateSetter(setToastList: React__default.Dispatch<React__default.SetStateAction<IToast[]>>): void;
|
|
2429
2431
|
remove: (id: number) => void;
|
|
2430
2432
|
private getUIToastListAmount;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "demio-ui",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.77",
|
|
4
4
|
"description": "",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"author": "Demio",
|
|
11
11
|
"main": "dist/cjs/index.js",
|
|
12
12
|
"module": "dist/esm/index.js",
|
|
13
|
-
"types": "dist/
|
|
13
|
+
"types": "dist/types.d.ts",
|
|
14
14
|
"files": [
|
|
15
15
|
"dist/**/*",
|
|
16
16
|
"README.md",
|