Skip to content

Commit 5777183

Browse files
d.ts (type for ng smd & docs) | regenerate
1 parent 9797397 commit 5777183

21 files changed

Lines changed: 898 additions & 37 deletions

File tree

packages/devextreme-angular/src/core/tokens/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export const PROPERTY_TOKEN_series = new InjectionToken<string>('property-token-
1717
export const PROPERTY_TOKEN_strips = new InjectionToken<string>('property-token-strips');
1818
export const PROPERTY_TOKEN_valueAxis = new InjectionToken<string>('property-token-valueAxis');
1919
export const PROPERTY_TOKEN_alerts = new InjectionToken<string>('property-token-alerts');
20+
export const PROPERTY_TOKEN_attachments = new InjectionToken<string>('property-token-attachments');
2021
export const PROPERTY_TOKEN_typingUsers = new InjectionToken<string>('property-token-typingUsers');
2122
export const PROPERTY_TOKEN_ranges = new InjectionToken<string>('property-token-ranges');
2223
export const PROPERTY_TOKEN_groupItems = new InjectionToken<string>('property-token-groupItems');

0 commit comments

Comments
 (0)