@tachybase/components 1.1.15 → 1.1.19

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.
@@ -48,7 +48,8 @@ declare const deleteTreeItem: (tree: any[], key: string) => any[];
48
48
  * @param checkStrictly
49
49
  * @returns 最终输出的 keys 和 options
50
50
  */
51
- declare const getOutputData: (keys: any[], options: any[], dataSource: any[] | undefined, primaryKey: string, originalValueType: string, originalOptionAsValue: boolean, mode: string, checkStrictly: boolean | undefined) => {
51
+ declare const getOutputData: (keys: any[], // selected
52
+ options: any[], dataSource: any[] | undefined, primaryKey: string, originalValueType: string, originalOptionAsValue: boolean, mode: string, checkStrictly: boolean | undefined) => {
52
53
  outputValue: any[];
53
54
  outputOptions: any[];
54
55
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tachybase/components",
3
- "version": "1.1.15",
3
+ "version": "1.1.19",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -17,7 +17,7 @@
17
17
  "prop-types": "^15.8.1",
18
18
  "react-modal": "^3.16.3",
19
19
  "react-sticky-box": "^1.0.2",
20
- "@tachybase/schema": "1.1.15"
20
+ "@tachybase/schema": "1.1.19"
21
21
  },
22
22
  "devDependencies": {
23
23
  "rc-cascader": "3.31.0",