@giteeteam/apps-team-components 1.10.15-alpha.1 → 1.10.15
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.
- package/dist/components/table-components/utils.js +1 -0
- package/dist/lib/global.d.ts +1 -0
- package/dist/lib/global.js +1 -0
- package/package.json +1 -1
- package/dist/components/fields/predecessor-tasks/BaseField.d.ts +0 -3
- package/dist/components/fields/predecessor-tasks/ReadView.d.ts +0 -4
- package/dist/components/fields/predecessor-tasks/type.d.ts +0 -4
|
@@ -74,6 +74,7 @@ const getStandardReadComponents = () => {
|
|
|
74
74
|
[FIELD_TYPE_KEY_MAPPINGS.UserGroup]: UserGroupReadView,
|
|
75
75
|
[FIELD_TYPE_KEY_MAPPINGS.Version]: VersionReadView,
|
|
76
76
|
[FIELD_TYPE_KEY_MAPPINGS.Workspace]: WorkspaceReadView,
|
|
77
|
+
[FIELD_TYPE_KEY_MAPPINGS.ItemLinkedStatistics]: TextReadView,
|
|
77
78
|
};
|
|
78
79
|
return standardReadComponents;
|
|
79
80
|
};
|
package/dist/lib/global.d.ts
CHANGED
|
@@ -60,6 +60,7 @@ export declare const FIELD_TYPE_KEY_MAPPINGS: {
|
|
|
60
60
|
Cascade: string;
|
|
61
61
|
RepoFiles: string;
|
|
62
62
|
AppsItemPanel: string;
|
|
63
|
+
ItemLinkedStatistics: string;
|
|
63
64
|
};
|
|
64
65
|
export declare const DATE_TYPE: Record<Uppercase<DateType>, DateType>;
|
|
65
66
|
export declare const DATE_FORMAT: {
|
package/dist/lib/global.js
CHANGED
package/package.json
CHANGED