@esri/hub-common 9.31.2 → 9.31.3
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.
|
@@ -13,7 +13,7 @@ export interface IHubStage {
|
|
|
13
13
|
/**
|
|
14
14
|
* Stage identifier
|
|
15
15
|
*/
|
|
16
|
-
|
|
16
|
+
key: number;
|
|
17
17
|
/**
|
|
18
18
|
* Stage Title
|
|
19
19
|
*/
|
|
@@ -35,7 +35,5 @@ export interface IHubStage {
|
|
|
35
35
|
* Icon Name
|
|
36
36
|
*/
|
|
37
37
|
icon: string;
|
|
38
|
-
isEditing
|
|
39
|
-
leadingElement: boolean;
|
|
40
|
-
trailingElement: boolean;
|
|
38
|
+
isEditing?: boolean;
|
|
41
39
|
}
|
package/dist/umd/common.umd.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* @preserve
|
|
2
|
-
* @esri/hub-common - v9.31.
|
|
2
|
+
* @esri/hub-common - v9.31.2 - Thu May 12 2022 23:19:02 GMT+0000 (Coordinated Universal Time)
|
|
3
3
|
* Copyright (c) 2022 Environmental Systems Research Institute, Inc.
|
|
4
4
|
* Apache-2.0
|
|
5
5
|
*/
|