@giteeteam/apps-team-components 1.9.6 → 1.9.7

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.
@@ -59,6 +59,7 @@ export declare const FIELD_TYPE_KEY_MAPPINGS: {
59
59
  HyperLink: string;
60
60
  Cascade: string;
61
61
  RepoFiles: string;
62
+ AppsItemPanel: string;
62
63
  };
63
64
  export declare const DATE_TYPE: Record<Uppercase<DateType>, DateType>;
64
65
  export declare const DATE_FORMAT: {
@@ -58,6 +58,7 @@ const FIELD_TYPE_KEY_MAPPINGS = {
58
58
  HyperLink: 'HyperLink',
59
59
  Cascade: 'Cascade',
60
60
  RepoFiles: 'RepoFiles',
61
+ AppsItemPanel: 'AppsItemPanel',
61
62
  };
62
63
  const DATE_TYPE = {
63
64
  DATETIME: 'dateTime',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@giteeteam/apps-team-components",
3
- "version": "1.9.6",
3
+ "version": "1.9.7",
4
4
  "description": "Gitee team components",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",