Skip to content

Commit 5732673

Browse files
+ fix regenerate
update Angular tests after Rework nested items (T1300985)
1 parent d522c2a commit 5732673

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
import { InjectionToken } from '@angular/core';
2+
3+
export const PROPERTY_TOKEN_items = new InjectionToken<string>('property-token-items');
4+
export const PROPERTY_TOKEN_buttons = new InjectionToken<string>('property-token-buttons');
5+
export const PROPERTY_TOKEN_toolbarItems = new InjectionToken<string>('property-token-toolbarItems');
6+
export const PROPERTY_TOKEN_validationRules = new InjectionToken<string>('property-token-validationRules');
7+
export const PROPERTY_TOKEN_changes = new InjectionToken<string>('property-token-changes');
8+
export const PROPERTY_TOKEN_columns = new InjectionToken<string>('property-token-columns');
9+
export const PROPERTY_TOKEN_customOperations = new InjectionToken<string>('property-token-customOperations');
10+
export const PROPERTY_TOKEN_fields = new InjectionToken<string>('property-token-fields');
11+
export const PROPERTY_TOKEN_tabs = new InjectionToken<string>('property-token-tabs');
12+
export const PROPERTY_TOKEN_annotations = new InjectionToken<string>('property-token-annotations');
13+
export const PROPERTY_TOKEN_breaks = new InjectionToken<string>('property-token-breaks');
14+
export const PROPERTY_TOKEN_constantLines = new InjectionToken<string>('property-token-constantLines');
15+
export const PROPERTY_TOKEN_panes = new InjectionToken<string>('property-token-panes');
16+
export const PROPERTY_TOKEN_series = new InjectionToken<string>('property-token-series');
17+
export const PROPERTY_TOKEN_strips = new InjectionToken<string>('property-token-strips');
18+
export const PROPERTY_TOKEN_valueAxis = new InjectionToken<string>('property-token-valueAxis');
19+
export const PROPERTY_TOKEN_alerts = new InjectionToken<string>('property-token-alerts');
20+
export const PROPERTY_TOKEN_typingUsers = new InjectionToken<string>('property-token-typingUsers');
21+
export const PROPERTY_TOKEN_ranges = new InjectionToken<string>('property-token-ranges');
22+
export const PROPERTY_TOKEN_groupItems = new InjectionToken<string>('property-token-groupItems');
23+
export const PROPERTY_TOKEN_sortByGroupSummaryInfo = new InjectionToken<string>('property-token-sortByGroupSummaryInfo');
24+
export const PROPERTY_TOKEN_totalItems = new InjectionToken<string>('property-token-totalItems');
25+
export const PROPERTY_TOKEN_commands = new InjectionToken<string>('property-token-commands');
26+
export const PROPERTY_TOKEN_connectionPoints = new InjectionToken<string>('property-token-connectionPoints');
27+
export const PROPERTY_TOKEN_customShapes = new InjectionToken<string>('property-token-customShapes');
28+
export const PROPERTY_TOKEN_groups = new InjectionToken<string>('property-token-groups');
29+
export const PROPERTY_TOKEN_fileSelectionItems = new InjectionToken<string>('property-token-fileSelectionItems');
30+
export const PROPERTY_TOKEN_stripLines = new InjectionToken<string>('property-token-stripLines');
31+
export const PROPERTY_TOKEN_mentions = new InjectionToken<string>('property-token-mentions');
32+
export const PROPERTY_TOKEN_menuItems = new InjectionToken<string>('property-token-menuItems');
33+
export const PROPERTY_TOKEN_locations = new InjectionToken<string>('property-token-locations');
34+
export const PROPERTY_TOKEN_markers = new InjectionToken<string>('property-token-markers');
35+
export const PROPERTY_TOKEN_routes = new InjectionToken<string>('property-token-routes');
36+
export const PROPERTY_TOKEN_cols = new InjectionToken<string>('property-token-cols');
37+
export const PROPERTY_TOKEN_location = new InjectionToken<string>('property-token-location');
38+
export const PROPERTY_TOKEN_rows = new InjectionToken<string>('property-token-rows');
39+
export const PROPERTY_TOKEN_resources = new InjectionToken<string>('property-token-resources');
40+
export const PROPERTY_TOKEN_views = new InjectionToken<string>('property-token-views');
41+
export const PROPERTY_TOKEN_layers = new InjectionToken<string>('property-token-layers');
42+
export const PROPERTY_TOKEN_legends = new InjectionToken<string>('property-token-legends');
43+
export const PROPERTY_TOKEN_center = new InjectionToken<string>('property-token-center');
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"lib": {
3+
"entryFile": "index.ts"
4+
}
5+
}

0 commit comments

Comments
 (0)