@acorex/modules 20.7.19 → 20.7.21

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.
Files changed (41) hide show
  1. package/asset-management/index.d.ts +24 -33
  2. package/dashboard-management/index.d.ts +40 -5
  3. package/document-management/index.d.ts +1 -26
  4. package/fesm2022/acorex-modules-asset-management-asset.entity-D_w4zjNb.mjs +612 -0
  5. package/fesm2022/acorex-modules-asset-management-asset.entity-D_w4zjNb.mjs.map +1 -0
  6. package/fesm2022/acorex-modules-asset-management-manual-asset-category.entity-DyIV_vbE.mjs +267 -0
  7. package/fesm2022/acorex-modules-asset-management-manual-asset-category.entity-DyIV_vbE.mjs.map +1 -0
  8. package/fesm2022/acorex-modules-asset-management.mjs +59 -117
  9. package/fesm2022/acorex-modules-asset-management.mjs.map +1 -1
  10. package/fesm2022/acorex-modules-dashboard-management.mjs +454 -116
  11. package/fesm2022/acorex-modules-dashboard-management.mjs.map +1 -1
  12. package/fesm2022/acorex-modules-data-management.mjs +4 -2
  13. package/fesm2022/acorex-modules-data-management.mjs.map +1 -1
  14. package/fesm2022/acorex-modules-document-management.mjs +40 -99
  15. package/fesm2022/acorex-modules-document-management.mjs.map +1 -1
  16. package/fesm2022/acorex-modules-maintenance-management.mjs +194 -103
  17. package/fesm2022/acorex-modules-maintenance-management.mjs.map +1 -1
  18. package/fesm2022/acorex-modules-notification-management.mjs +21 -6
  19. package/fesm2022/acorex-modules-notification-management.mjs.map +1 -1
  20. package/fesm2022/acorex-modules-reservation-management-acorex-modules-reservation-management-CkHGIQ38.mjs +2135 -0
  21. package/fesm2022/acorex-modules-reservation-management-acorex-modules-reservation-management-CkHGIQ38.mjs.map +1 -0
  22. package/fesm2022/acorex-modules-reservation-management-reservation-class-status.entity-Clyj7r2x.mjs +263 -0
  23. package/fesm2022/acorex-modules-reservation-management-reservation-class-status.entity-Clyj7r2x.mjs.map +1 -0
  24. package/fesm2022/acorex-modules-reservation-management-reservation-resource-type.entity-BXb0FTQ5.mjs +184 -0
  25. package/fesm2022/acorex-modules-reservation-management-reservation-resource-type.entity-BXb0FTQ5.mjs.map +1 -0
  26. package/fesm2022/acorex-modules-reservation-management-reservation-status-transition.entity-BT8GQ9MC.mjs +247 -0
  27. package/fesm2022/acorex-modules-reservation-management-reservation-status-transition.entity-BT8GQ9MC.mjs.map +1 -0
  28. package/fesm2022/acorex-modules-reservation-management.mjs +1 -3325
  29. package/fesm2022/acorex-modules-reservation-management.mjs.map +1 -1
  30. package/fesm2022/{acorex-modules-task-management-task-board.page-BOOY3qla.mjs → acorex-modules-task-management-task-board.page-BBKB4yir.mjs} +114 -62
  31. package/fesm2022/acorex-modules-task-management-task-board.page-BBKB4yir.mjs.map +1 -0
  32. package/fesm2022/acorex-modules-task-management.mjs +43 -13
  33. package/fesm2022/acorex-modules-task-management.mjs.map +1 -1
  34. package/maintenance-management/index.d.ts +7 -3
  35. package/package.json +10 -10
  36. package/reservation-management/index.d.ts +84 -338
  37. package/fesm2022/acorex-modules-asset-management-asset.entity-C57iN3Bo.mjs +0 -357
  38. package/fesm2022/acorex-modules-asset-management-asset.entity-C57iN3Bo.mjs.map +0 -1
  39. package/fesm2022/acorex-modules-asset-management-inspection.entity-CpDuN-qj.mjs +0 -198
  40. package/fesm2022/acorex-modules-asset-management-inspection.entity-CpDuN-qj.mjs.map +0 -1
  41. package/fesm2022/acorex-modules-task-management-task-board.page-BOOY3qla.mjs.map +0 -1
@@ -11,15 +11,9 @@ declare class AXMAssetManagementAssetEntityModule {
11
11
  static ɵinj: i0.ɵɵInjectorDeclaration<AXMAssetManagementAssetEntityModule>;
12
12
  }
13
13
 
14
- declare class AXMAssetManagementInspectionEntityModule {
15
- static ɵfac: i0.ɵɵFactoryDeclaration<AXMAssetManagementInspectionEntityModule, never>;
16
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXMAssetManagementInspectionEntityModule, never, never, never>;
17
- static ɵinj: i0.ɵɵInjectorDeclaration<AXMAssetManagementInspectionEntityModule>;
18
- }
19
-
20
14
  declare class AXMAssetManagementModule {
21
15
  static ɵfac: i0.ɵɵFactoryDeclaration<AXMAssetManagementModule, never>;
22
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXMAssetManagementModule, never, [typeof AXMAssetManagementAssetEntityModule, typeof AXMAssetManagementInspectionEntityModule], never>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXMAssetManagementModule, never, [typeof AXMAssetManagementAssetEntityModule], never>;
23
17
  static ɵinj: i0.ɵɵInjectorDeclaration<AXMAssetManagementModule>;
24
18
  }
25
19
 
@@ -43,21 +37,7 @@ declare const RootConfig: {
43
37
  titlePlural: string;
44
38
  icon: string;
45
39
  };
46
- maintenance: {
47
- name: string;
48
- source: string;
49
- title: string;
50
- titlePlural: string;
51
- icon: string;
52
- };
53
- maintenanceType: {
54
- name: string;
55
- source: string;
56
- title: string;
57
- titlePlural: string;
58
- icon: string;
59
- };
60
- inspection: {
40
+ manualAssetCategory: {
61
41
  name: string;
62
42
  source: string;
63
43
  title: string;
@@ -94,9 +74,6 @@ declare const AXMAssetManagementFeatureKeys: {
94
74
  declare const AXMAssetManagementMenuKeys: {
95
75
  readonly Root: "AssetManagement:Menu";
96
76
  readonly Assets: "AssetManagement:Menu:Assets";
97
- readonly Maintenances: "AssetManagement:Menu:Maintenances";
98
- readonly MaintenanceTypes: "AssetManagement:Menu:MaintenanceTypes";
99
- readonly Inspections: "AssetManagement:Menu:Inspections";
100
77
  };
101
78
 
102
79
  /**
@@ -126,13 +103,6 @@ declare const AXMAssetManagementPermissionKeys: {
126
103
  readonly Update: "AssetManagement:Permission:Asset.Update";
127
104
  readonly Delete: "AssetManagement:Permission:Asset.Delete";
128
105
  };
129
- readonly Inspection: {
130
- readonly Management: "AssetManagement:Permission:Inspection.Management";
131
- readonly View: "AssetManagement:Permission:Inspection.View";
132
- readonly Create: "AssetManagement:Permission:Inspection.Create";
133
- readonly Update: "AssetManagement:Permission:Inspection.Update";
134
- readonly Delete: "AssetManagement:Permission:Inspection.Delete";
135
- };
136
106
  };
137
107
  };
138
108
 
@@ -171,7 +141,6 @@ interface AXMAssetManagementAssetEntityModel {
171
141
  id: string;
172
142
  code: string;
173
143
  title: string;
174
- description?: string;
175
144
  statusId?: AXMAssetStatus;
176
145
  status?: {
177
146
  id: AXMAssetStatus;
@@ -182,6 +151,11 @@ interface AXMAssetManagementAssetEntityModel {
182
151
  id: string;
183
152
  displayName?: string;
184
153
  };
154
+ assignedToEmployeeId?: string;
155
+ assignedToEmployee?: {
156
+ id: string;
157
+ displayName?: string;
158
+ };
185
159
  locationId?: string;
186
160
  location?: {
187
161
  id: string;
@@ -191,10 +165,27 @@ interface AXMAssetManagementAssetEntityModel {
191
165
  commissionedDate?: string;
192
166
  retiredDate?: string;
193
167
  serialNumber?: string;
168
+ testTagIdentificationNumber?: string;
194
169
  tags?: string[];
195
170
  qrCode?: string;
196
171
  isBookable?: boolean;
172
+ isRented?: boolean;
173
+ preBookQuestionnaireId?: string;
174
+ postBookQuestionnaireId?: string;
175
+ preBookQuestionnaire?: {
176
+ id: string;
177
+ title: string;
178
+ };
179
+ postBookQuestionnaire?: {
180
+ id: string;
181
+ title: string;
182
+ };
197
183
  categoryIds?: string[];
184
+ parentId?: string | null;
185
+ parent?: {
186
+ id: string;
187
+ title: string;
188
+ };
198
189
  }
199
190
 
200
191
  export { AXMAssetManagementAssetStatusProvider, AXMAssetManagementEntityProvider, AXMAssetManagementFeatureDefinitionProvider, AXMAssetManagementFeatureKeys, AXMAssetManagementMenuKeys, AXMAssetManagementMenuProvider, AXMAssetManagementModule, AXMAssetManagementPermissionDefinitionProvider, AXMAssetManagementPermissionKeys, AXMAssetManagementSearchCommandProvider, AXMAssetStatus, RootConfig };
@@ -16,8 +16,8 @@ import { AXPopupService } from '@acorex/components/popup';
16
16
  import { AXPDeviceService, AXPActionMenuItem, AXPExecuteCommand } from '@acorex/platform/core';
17
17
  import { AXBasePageComponent } from '@acorex/components/page';
18
18
  import { AXPWidgetPropertiesChangedEvent } from '@acorex/platform/layout/components';
19
- import { AXButtonItemComponent } from '@acorex/components/button';
20
19
  import { AXItemClickEvent, AXEvent, AXValueChangedEvent } from '@acorex/cdk/common';
20
+ import { AXButtonItemComponent } from '@acorex/components/button';
21
21
  import { AXBarChartData, AXBarChartOption } from '@acorex/charts/bar-chart';
22
22
  import { AXDonutChartData, AXDonutChartOption } from '@acorex/charts/donut-chart';
23
23
  import { AXGaugeChartOption } from '@acorex/charts/gauge-chart';
@@ -58,6 +58,23 @@ declare class AXMDashboardManagementModule {
58
58
 
59
59
  declare function dashboardFactory(injector: Injector): Promise<AXPEntity | null>;
60
60
 
61
+ /** Breakpoint size keys for responsive layout profiles */
62
+ type AXMDashboardBreakpoint = 'sm' | 'md' | 'lg';
63
+ /**
64
+ * Per-breakpoint layout configuration for a dashboard widget.
65
+ * Each breakpoint stores its own AXGridLayoutNode (position, size, constraints).
66
+ * The `id` at the top level is the shared widget identifier across all breakpoints.
67
+ */
68
+ interface AXMDashboardWidgetLayoutMap {
69
+ /** Shared widget identifier across all breakpoints */
70
+ id: string;
71
+ /** Large breakpoint layout (12 columns, window width > 768px) */
72
+ lg: AXGridLayoutNode;
73
+ /** Medium breakpoint layout (6 columns, window width <= 768px) */
74
+ md: AXGridLayoutNode;
75
+ /** Small breakpoint layout (1 column, mobile devices) */
76
+ sm: AXGridLayoutNode;
77
+ }
61
78
  interface AXMDashboardLayout {
62
79
  id: string;
63
80
  title: string;
@@ -73,7 +90,7 @@ interface AXMDashboardLayout {
73
90
  scope: 'U' | 'T';
74
91
  }
75
92
  type AXMDashboardWidgetData = {
76
- config: AXGridLayoutNode;
93
+ config: AXMDashboardWidgetLayoutMap;
77
94
  node?: AXPWidgetNode;
78
95
  };
79
96
 
@@ -129,10 +146,17 @@ declare class AXMDashboardHomeComponent extends AXPPageLayoutBaseComponent imple
129
146
  isAdmin: _angular_core.Signal<boolean>;
130
147
  dashboardsOption: _ngrx_signals.DeepSignal<_acorex_components_grid_layout_builder.AXGridLayoutOptions>;
131
148
  isLoading: _angular_core.Signal<boolean>;
149
+ currentBreakpoint: _angular_core.Signal<_acorex_modules_dashboard_management.AXMDashboardBreakpoint>;
150
+ isBreakpointTransitioning: _angular_core.Signal<boolean>;
132
151
  selectedDashboard: _angular_core.Signal<_acorex_modules_dashboard_management.AXMDashboardLayout | null>;
133
152
  isUserAdmin: _angular_core.Signal<boolean>;
134
153
  availableDashboards: _angular_core.Signal<_acorex_modules_dashboard_management.AXMDashboardLayout[]>;
135
154
  currentLayoutOptions: _angular_core.Signal<_acorex_components_grid_layout_builder.AXGridLayoutOptions>;
155
+ currentWidgets: _angular_core.Signal<{
156
+ resolvedOptions: _acorex_components_grid_layout_builder.AXGridLayoutNode;
157
+ config: _acorex_modules_dashboard_management.AXMDashboardWidgetLayoutMap;
158
+ node?: _acorex_platform_layout_widget_core.AXPWidgetNode;
159
+ }[]>;
136
160
  canConfigureWidget: _angular_core.Signal<(widget: _acorex_modules_dashboard_management.AXMDashboardWidgetData) => boolean>;
137
161
  isWidgetLocked: _angular_core.Signal<(widget: _acorex_modules_dashboard_management.AXMDashboardWidgetData) => boolean>;
138
162
  setCurrentDashboard: (dashboardId: string) => void;
@@ -142,7 +166,7 @@ declare class AXMDashboardHomeComponent extends AXPPageLayoutBaseComponent imple
142
166
  removeDashboard: (id: string) => Promise<void>;
143
167
  removeWidget: (dashboardId: string, widgetId: string) => Promise<void>;
144
168
  handleConfigChange: (dashboard: _acorex_modules_dashboard_management.AXMDashboardLayout) => Promise<void>;
145
- onGridChange: (event: _acorex_components_grid_layout_builder.AXGridLayoutEvent) => Promise<void>;
169
+ onGridChange: (event: _acorex_components_grid_layout_builder.AXGridLayoutEvent) => void;
146
170
  handlePopupConfiguration: (widgetNode: _acorex_platform_layout_widget_core.AXPWidgetNode) => Promise<void>;
147
171
  handleValueChanged: (widgetNode: _acorex_platform_layout_widget_core.AXPWidgetNode, data: unknown) => Promise<void>;
148
172
  handleOptionsChanged: (widgetNode: _acorex_platform_layout_widget_core.AXPWidgetNode, data: unknown) => Promise<void>;
@@ -156,6 +180,8 @@ declare class AXMDashboardHomeComponent extends AXPPageLayoutBaseComponent imple
156
180
  isAdmin: boolean;
157
181
  dashboardsOption: _acorex_components_grid_layout_builder.AXGridLayoutOptions;
158
182
  isLoading: boolean;
183
+ currentBreakpoint: _acorex_modules_dashboard_management.AXMDashboardBreakpoint;
184
+ isBreakpointTransitioning: boolean;
159
185
  }>;
160
186
  protected readonly themeService: {
161
187
  currentMode: _angular_core.Signal<_acorex_platform_themes_shared.AXPThemeMode>;
@@ -231,10 +257,17 @@ declare const AXMDashboardStore: _angular_core.Type<{
231
257
  isAdmin: _angular_core.Signal<boolean>;
232
258
  dashboardsOption: _ngrx_signals.DeepSignal<AXGridLayoutOptions>;
233
259
  isLoading: _angular_core.Signal<boolean>;
260
+ currentBreakpoint: _angular_core.Signal<AXMDashboardBreakpoint>;
261
+ isBreakpointTransitioning: _angular_core.Signal<boolean>;
234
262
  selectedDashboard: _angular_core.Signal<AXMDashboardLayout | null>;
235
263
  isUserAdmin: _angular_core.Signal<boolean>;
236
264
  availableDashboards: _angular_core.Signal<AXMDashboardLayout[]>;
237
265
  currentLayoutOptions: _angular_core.Signal<AXGridLayoutOptions>;
266
+ currentWidgets: _angular_core.Signal<{
267
+ resolvedOptions: AXGridLayoutNode;
268
+ config: _acorex_modules_dashboard_management.AXMDashboardWidgetLayoutMap;
269
+ node?: AXPWidgetNode;
270
+ }[]>;
238
271
  canConfigureWidget: _angular_core.Signal<(widget: AXMDashboardWidgetData) => boolean>;
239
272
  isWidgetLocked: _angular_core.Signal<(widget: AXMDashboardWidgetData) => boolean>;
240
273
  setCurrentDashboard: (dashboardId: string) => void;
@@ -244,7 +277,7 @@ declare const AXMDashboardStore: _angular_core.Type<{
244
277
  removeDashboard: (id: string) => Promise<void>;
245
278
  removeWidget: (dashboardId: string, widgetId: string) => Promise<void>;
246
279
  handleConfigChange: (dashboard: AXMDashboardLayout) => Promise<void>;
247
- onGridChange: (event: AXGridLayoutEvent) => Promise<void>;
280
+ onGridChange: (event: AXGridLayoutEvent) => void;
248
281
  handlePopupConfiguration: (widgetNode: AXPWidgetNode) => Promise<void>;
249
282
  handleValueChanged: (widgetNode: AXPWidgetNode, data: unknown) => Promise<void>;
250
283
  handleOptionsChanged: (widgetNode: AXPWidgetNode, data: unknown) => Promise<void>;
@@ -258,6 +291,8 @@ declare const AXMDashboardStore: _angular_core.Type<{
258
291
  isAdmin: boolean;
259
292
  dashboardsOption: AXGridLayoutOptions;
260
293
  isLoading: boolean;
294
+ currentBreakpoint: AXMDashboardBreakpoint;
295
+ isBreakpointTransitioning: boolean;
261
296
  }>>;
262
297
 
263
298
  declare class AXMAddDashboardPopup extends AXBasePageComponent implements OnInit {
@@ -1099,4 +1134,4 @@ declare module '@acorex/platform/layout/widget-core' {
1099
1134
  }
1100
1135
 
1101
1136
  export { AXMAddDashboardPopup, AXMAdvancedWeatherViewComponent, AXMAnalogClockComponent, AXMClockWidgetViewComponent, AXMConfigurationPopup, AXMDashboardEntityModule, AXMDashboardHomeComponent, AXMDashboardManagementModule, AXMDashboardPopupService, AXMDashboardService, AXMDashboardServiceImpl, AXMDashboardStore, AXMDashboardWidgetWrapperComponent, AXMMinimalWeatherViewComponent, AXPAdvancedWeatherWidget, AXPAnalogClockWidget, AXPBarChartWidget, AXPBarChartWidgetViewComponent, AXPClockCalendarWidget, AXPClockCalendarWidgetViewComponent, AXPDashboardShortcutWidget, AXPDashboardShortcutWidgetViewComponent, AXPDonutChartWidget, AXPDonutChartWidgetViewComponent, AXPGaugeChartWidget, AXPGaugeChartWidgetViewComponent, AXPHomeDashboardSetting, AXPLineChartWidget, AXPLineChartWidgetViewComponent, AXPMinimalWeatherWidget, AXPStickyNoteWidget, AXPStickyNoteWidgetViewComponent, AXPWeatherApiAbstract, AXPWeatherApiMockService, AXPWeatherApiService, AXPWeatherWidget, AXPWeatherWidgetViewComponent, AXP_DATE_FORMAT_OPTIONS, AXP_TIMEZONE_OPTIONS, AXP_WIDGETS_CHART_CATEGORY, AXP_WIDGETS_UTILITY_CATEGORY, RootConfig, dashboardFactory };
1102
- export type { AXMCommonDashboardEntityModel, AXMDashboardLayout, AXMDashboardWidgetData, AXPClockCalendarOptions, AXPClockLayout, AXPDateFormatOption, AXPHourNumber, AXPShortcutItem, AXPTimezoneOption, AXPWeatherCondition, AXPWeatherConditionDisplay, AXPWeatherData, AXPWeatherForecastDay, AXPWeatherHour, AXPWeatherLocation, AXPWeatherRequestOptions };
1137
+ export type { AXMCommonDashboardEntityModel, AXMDashboardBreakpoint, AXMDashboardLayout, AXMDashboardWidgetData, AXMDashboardWidgetLayoutMap, AXPClockCalendarOptions, AXPClockLayout, AXPDateFormatOption, AXPHourNumber, AXPShortcutItem, AXPTimezoneOption, AXPWeatherCondition, AXPWeatherConditionDisplay, AXPWeatherData, AXPWeatherForecastDay, AXPWeatherHour, AXPWeatherLocation, AXPWeatherRequestOptions };
@@ -25,7 +25,6 @@ import * as _acorex_modules_document_management from '@acorex/modules/document-m
25
25
  import { AXPPageLayoutBaseComponent } from '@acorex/platform/layout/views';
26
26
  import { AXValueChangedEvent, AXDataSource } from '@acorex/cdk/common';
27
27
  import { Router, ActivatedRoute } from '@angular/router';
28
- import { AXBasePageComponent } from '@acorex/components/page';
29
28
 
30
29
  declare const RootConfig: {
31
30
  config: {
@@ -1322,30 +1321,6 @@ declare class AXMFileTypeModule {
1322
1321
  static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXMFileTypeModule>;
1323
1322
  }
1324
1323
 
1325
- /**
1326
- * File gallery popup component that displays files using the gallery widget.
1327
- * This component replaces the old file-viewer-popup and uses the same
1328
- * gallery widget pattern as test8.
1329
- */
1330
- declare class AXMFileGalleryPopupComponent extends AXBasePageComponent {
1331
- /** File list items received from popup data */
1332
- files: _angular_core.WritableSignal<AXPFileListItem[]>;
1333
- /** Starting index for the media viewer */
1334
- startIndex: number;
1335
- /** Widget context for the gallery */
1336
- context: _angular_core.WritableSignal<Record<string, unknown>>;
1337
- /**
1338
- * Gallery widget node configuration
1339
- */
1340
- protected readonly galleryNode: _angular_core.Signal<AXPWidgetNode>;
1341
- /**
1342
- * Close the popup
1343
- */
1344
- onClose(): void;
1345
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXMFileGalleryPopupComponent, never>;
1346
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXMFileGalleryPopupComponent, "axm-file-gallery-popup", never, {}, {}, never, never, true, never>;
1347
- }
1348
-
1349
1324
  declare class AXMFolderPathBreadcrumbsComponent {
1350
1325
  protected vm: {
1351
1326
  viewMode: _angular_core.Signal<_acorex_modules_document_management.AXPDocumentExplorerViewMode>;
@@ -1586,5 +1561,5 @@ declare class AXMSettingProvider implements AXPSettingDefinitionProvider {
1586
1561
  static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXMSettingProvider>;
1587
1562
  }
1588
1563
 
1589
- export { AXMArchiveFileTypeProvider, AXMAudioFileTypeProvider, AXMCodeFileTypeProvider, AXMDocumentDriveComponent, AXMDocumentExplorerComponent, AXMDocumentFileTypeProvider, AXMDocumentManagementDocumentTypeEntityModule, AXMDocumentManagementModule, AXMDocumentManagerService, AXMDocumentManagerServiceImpl, AXMDocumentService, AXMDocumentServiceImpl, AXMDocumentTypeService, AXMDocumentTypeServiceImpl, AXMEntityProvider, AXMFileGalleryPopupComponent, AXMFileTypeExtensionWidgetColumnComponent, AXMFileTypeExtensionWidgetDesignerComponent, AXMFileTypeExtensionWidgetEditComponent, AXMFileTypeExtensionWidgetViewComponent, AXMFileTypeModule, AXMFolderPathBreadcrumbsComponent, AXMFolderService, AXMFolderServiceImpl, AXMImageFileTypeProvider, AXMMenuProvider, AXMPermissionsKeys, AXMSearchCommandProvider, AXMSettingProvider, AXMVideoFileTypeProvider, AXPDocumentExplorerSettings, AXPDocumentExplorerViewModel, AXPDocumentManagementFeatureKeys, AXPDocumentManagementMenuKeys, AXPDocumentManagementService, AXmFileTypeExtensionWidget, RootConfig, ScopedDriveService, documentEntityFactory, documentTypeFactory, folderEntityFactory };
1564
+ export { AXMArchiveFileTypeProvider, AXMAudioFileTypeProvider, AXMCodeFileTypeProvider, AXMDocumentDriveComponent, AXMDocumentExplorerComponent, AXMDocumentFileTypeProvider, AXMDocumentManagementDocumentTypeEntityModule, AXMDocumentManagementModule, AXMDocumentManagerService, AXMDocumentManagerServiceImpl, AXMDocumentService, AXMDocumentServiceImpl, AXMDocumentTypeService, AXMDocumentTypeServiceImpl, AXMEntityProvider, AXMFileTypeExtensionWidgetColumnComponent, AXMFileTypeExtensionWidgetDesignerComponent, AXMFileTypeExtensionWidgetEditComponent, AXMFileTypeExtensionWidgetViewComponent, AXMFileTypeModule, AXMFolderPathBreadcrumbsComponent, AXMFolderService, AXMFolderServiceImpl, AXMImageFileTypeProvider, AXMMenuProvider, AXMPermissionsKeys, AXMSearchCommandProvider, AXMSettingProvider, AXMVideoFileTypeProvider, AXPDocumentExplorerSettings, AXPDocumentExplorerViewModel, AXPDocumentManagementFeatureKeys, AXPDocumentManagementMenuKeys, AXPDocumentManagementService, AXmFileTypeExtensionWidget, RootConfig, ScopedDriveService, documentEntityFactory, documentTypeFactory, folderEntityFactory };
1590
1565
  export type { AXMDocumentDocDto, AXMDocumentDto, AXMDocumentExplorerBrowseMode, AXMDocumentExplorerNode, AXMDocumentInheritanceType, AXMDocumentManagementDocumentTypeEntityModel, AXMDocumentManagementFolderCreateDto, AXMDocumentManagementFolderEntityModel, AXMDocumentManagementFolderGetDto, AXMDocumentSelectionMode, AXMNodeType, AXPDocumentExplorerViewMode, CreateFileDto, CreateFolderDto, DocumentTypeFileOutput, UpdateFileDto, UpdateFolderDto };