@egova/egova-api 1.0.172 → 1.0.175
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.
|
@@ -14,6 +14,8 @@ export default class SecurityModalComponent extends Component {
|
|
|
14
14
|
tokenLocationTypeList: Array<any>;
|
|
15
15
|
isAddOnce: boolean;
|
|
16
16
|
exitAddItem: boolean;
|
|
17
|
+
scriptDocShow: boolean;
|
|
18
|
+
scriptDoc: string;
|
|
17
19
|
onFilter: any;
|
|
18
20
|
get show(): boolean;
|
|
19
21
|
set show(value: boolean);
|
|
@@ -27,4 +29,5 @@ export default class SecurityModalComponent extends Component {
|
|
|
27
29
|
onAddItem(): void;
|
|
28
30
|
onCancel(): void;
|
|
29
31
|
onSave(): Promise<void>;
|
|
32
|
+
showScriptDoc(): Promise<void>;
|
|
30
33
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@egova/egova-api",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.175",
|
|
4
4
|
"description": "api",
|
|
5
5
|
"author": "egova",
|
|
6
6
|
"publishConfig": {
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"last 2 versions",
|
|
81
81
|
"not ie <= 8"
|
|
82
82
|
],
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "b69f2de9b44960e88cef8135b73687a0ef16db7c"
|
|
84
84
|
}
|