antd-management-fast-framework 2.1.26 → 2.1.27

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.
@@ -11,6 +11,11 @@ export function buildModel(): {
11
11
  };
12
12
  };
13
13
  effects: {
14
+ getActiveKey({ payload }: {
15
+ payload: any;
16
+ }, { select }: {
17
+ select: any;
18
+ }): Generator<any, any, unknown>;
14
19
  setActiveKey({ payload, alias }: {
15
20
  payload: any;
16
21
  alias: any;
@@ -1,4 +1,9 @@
1
1
  export namespace tabControlAssist {
2
+ /**
3
+ * get tab active key
4
+ * @param {string} flag tab flag
5
+ */
6
+ function getActiveKey(flag: string, ...message: any[]): any;
2
7
  /**
3
8
  * set tab active key
4
9
  * @param {string} flag tab flag
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-management-fast-framework",
3
- "version": "2.1.26",
3
+ "version": "2.1.27",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "https://github.com/kityandhero/antd-management-fast-framework#readme",
6
6
  "license": "ISC",