Skip to content

Commit a70eb1b

Browse files
author
Andrei Vorobev
committed
Angular: wrappers changes and regenerates for zoneless support
1 parent b1ee6f0 commit a70eb1b

107 files changed

Lines changed: 524 additions & 1357 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/devextreme-angular/src/common/ai-integration/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
export {
22
AIIntegration,
3-
} from 'devextreme/common/ai-integration';
4-
export type {
53
AIIntegrationOptions,
64
AIProvider,
75
AIResponse,

packages/devextreme-angular/src/common/charts/index.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
export {
2-
registerGradient,
3-
registerPattern,
4-
} from 'devextreme/common/charts';
5-
export type {
62
AnimationEaseMode,
73
AnnotationType,
84
ArgumentAxisHoverMode,
@@ -26,6 +22,8 @@ export type {
2622
PaletteExtensionMode,
2723
PointInteractionMode,
2824
PointSymbol,
25+
registerGradient,
26+
registerPattern,
2927
RelativePosition,
3028
ScaleBreak,
3129
ScaleBreakLineStyle,
Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
export {
2-
animationPresets,
3-
cancelAnimationFrame,
4-
fx,
5-
requestAnimationFrame,
6-
TransitionExecutor,
7-
} from 'devextreme/common/core/animation';
8-
export type {
92
AnimationConfig,
3+
animationPresets,
104
AnimationState,
5+
cancelAnimationFrame,
116
CollisionResolution,
127
CollisionResolutionCombination,
8+
fx,
139
PositionConfig,
10+
requestAnimationFrame,
11+
TransitionExecutor,
1412
} from 'devextreme/common/core/animation';
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
export {
2+
Device,
23
getTimeZones,
34
hideTopOverlay,
45
initMobileViewport,
5-
} from 'devextreme/common/core/environment';
6-
export type {
7-
Device,
86
SchedulerTimeZone,
97
} from 'devextreme/common/core/environment';
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
export {
2-
off,
3-
on,
4-
one,
5-
trigger,
6-
} from 'devextreme/common/core/events';
7-
export type {
82
AsyncCancelable,
93
Cancelable,
104
ChangedOptionInfo,
@@ -13,4 +7,8 @@ export type {
137
InitializedEventInfo,
148
ItemInfo,
159
NativeEventInfo,
10+
off,
11+
on,
12+
one,
13+
trigger,
1614
} from 'devextreme/common/core/events';

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ export * as Animation from './animation';
22
export * as Environment from './environment';
33
export * as Events from './events';
44
export * as Localization from './localization';
5-
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export {
2+
Format,
23
formatDate,
34
formatMessage,
45
formatNumber,
@@ -7,6 +8,3 @@ export {
78
parseDate,
89
parseNumber,
910
} from 'devextreme/common/core/localization';
10-
export type {
11-
Format,
12-
} from 'devextreme/common/core/localization';

packages/devextreme-angular/src/common/data/index.ts

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,42 @@
11
export {
22
applyChanges,
33
ArrayStore,
4+
ArrayStoreOptions,
45
base64_encode,
56
compileGetter,
67
compileSetter,
78
CustomStore,
9+
CustomStoreOptions,
810
DataSource,
11+
DataSourceOptions,
912
EdmLiteral,
1013
EndpointSelector,
1114
errorHandler,
12-
isGroupItemsArray,
13-
isItemsArray,
14-
isLoadResultObject,
15-
keyConverters,
16-
LocalStore,
17-
ODataContext,
18-
ODataStore,
19-
query,
20-
setErrorHandler,
21-
} from 'devextreme/common/data';
22-
export type {
23-
ArrayStoreOptions,
24-
CustomStoreOptions,
25-
DataSourceOptions,
2615
FilterDescriptor,
2716
GroupDescriptor,
2817
GroupingInterval,
2918
GroupItem,
19+
isGroupItemsArray,
20+
isItemsArray,
21+
isLoadResultObject,
22+
keyConverters,
3023
LangParams,
3124
LoadOptions,
3225
LoadResult,
3326
LoadResultObject,
27+
LocalStore,
3428
LocalStoreOptions,
3529
MultiValueSearchOperation,
30+
ODataContext,
3631
ODataContextOptions,
32+
ODataStore,
3733
ODataStoreOptions,
34+
query,
3835
Query,
3936
ResolvedData,
4037
SearchOperation,
4138
SelectDescriptor,
39+
setErrorHandler,
4240
SortDescriptor,
4341
Store,
4442
StoreOptions,
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
export {
2-
exportDataGrid,
3-
exportPivotGrid,
4-
} from 'devextreme/common/export/excel';
5-
export type {
62
CellAddress,
73
CellRange,
84
DataGridCell,
95
DataGridExportOptions,
6+
exportDataGrid,
7+
exportPivotGrid,
108
PivotGridCell,
119
PivotGridExportOptions,
1210
} from 'devextreme/common/export/excel';
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
export * as Excel from './excel';
22
export * as Pdf from './pdf';
3-

0 commit comments

Comments
 (0)