@alfresco/adf-core 8.1.0-16346981764 → 8.1.0-16445172226

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 (40) hide show
  1. package/esm2022/lib/app-config/app-config.module.mjs +1 -1
  2. package/esm2022/lib/app-config/provide-app-config.mjs +44 -0
  3. package/esm2022/lib/app-config/public-api.mjs +2 -1
  4. package/esm2022/lib/card-view/components/card-view/card-view.component.mjs +3 -3
  5. package/esm2022/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.mjs +3 -3
  6. package/esm2022/lib/card-view/components/card-view-textitem/card-view-textitem.component.mjs +3 -3
  7. package/esm2022/lib/core.module.mjs +146 -164
  8. package/esm2022/lib/form/components/form-renderer.component.mjs +3 -3
  9. package/esm2022/lib/form/components/widgets/amount/amount.widget.mjs +3 -3
  10. package/esm2022/lib/form/components/widgets/base-viewer/base-viewer.widget.mjs +1 -1
  11. package/esm2022/lib/form/form-base.module.mjs +3 -18
  12. package/esm2022/lib/testing/core.testing.module.mjs +2 -1
  13. package/esm2022/lib/testing/noop-translate.module.mjs +22 -8
  14. package/esm2022/lib/translation/translate-loader.service.mjs +7 -2
  15. package/esm2022/lib/viewer/components/viewer.component.mjs +8 -8
  16. package/esm2022/shell/index.mjs +2 -1
  17. package/esm2022/shell/lib/shell.module.mjs +8 -12
  18. package/esm2022/shell/lib/shell.routes.mjs +26 -1
  19. package/fesm2022/adf-core.mjs +167 -133
  20. package/fesm2022/adf-core.mjs.map +1 -1
  21. package/fesm2022/alfresco-adf-core-shell.mjs +32 -11
  22. package/fesm2022/alfresco-adf-core-shell.mjs.map +1 -1
  23. package/lib/app-config/app-config.module.d.ts +1 -0
  24. package/lib/app-config/provide-app-config.d.ts +23 -0
  25. package/lib/app-config/public-api.d.ts +1 -0
  26. package/lib/card-view/components/card-view/card-view.component.scss +0 -9
  27. package/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.scss +1 -2
  28. package/lib/card-view/components/card-view-textitem/card-view-textitem.component.scss +1 -5
  29. package/lib/core.module.d.ts +124 -128
  30. package/lib/form/components/form-renderer.component.scss +4 -5
  31. package/lib/form/components/widgets/amount/amount.widget.scss +0 -8
  32. package/lib/form/form-base.module.d.ts +1 -0
  33. package/lib/testing/core.testing.module.d.ts +1 -0
  34. package/lib/testing/noop-translate.module.d.ts +1 -2
  35. package/lib/viewer/components/viewer.component.d.ts +3 -3
  36. package/package.json +3 -3
  37. package/shell/README.md +10 -6
  38. package/shell/index.d.ts +1 -0
  39. package/shell/lib/shell.module.d.ts +4 -7
  40. package/shell/lib/shell.routes.d.ts +13 -1
@@ -15,133 +15,130 @@
15
15
  * limitations under the License.
16
16
  */
17
17
  import { ModuleWithProviders } from '@angular/core';
18
- import { TranslationService } from './translation/translation.service';
19
18
  import * as i0 from "@angular/core";
20
- import * as i1 from "@ngx-translate/core";
21
- import * as i2 from "./about/about-extension-list/about-extension-list.component";
22
- import * as i3 from "./about/about-license-list/about-license-list.component";
23
- import * as i4 from "./about/about-module-list/module-list.component";
24
- import * as i5 from "./about/about-repository-info/about-repository-info.component";
25
- import * as i6 from "./about/about-package/package-list.component";
26
- import * as i7 from "./about/about-status-list/about-status-list.component";
27
- import * as i8 from "./about/about-server-settings/about-server-settings.component";
28
- import * as i9 from "./about/about-panel.directive";
29
- import * as i10 from "./about/about.component";
30
- import * as i11 from "./viewer/components/pdf-viewer-password-dialog/pdf-viewer-password-dialog";
31
- import * as i12 from "./viewer/components/viewer-render/viewer-render.component";
32
- import * as i13 from "./viewer/components/img-viewer/img-viewer.component";
33
- import * as i14 from "./viewer/components/txt-viewer/txt-viewer.component";
34
- import * as i15 from "./viewer/components/media-player/media-player.component";
35
- import * as i16 from "./viewer/components/pdf-viewer/pdf-viewer.component";
36
- import * as i17 from "./viewer/components/pdf-viewer-thumb/pdf-viewer-thumb.component";
37
- import * as i18 from "./viewer/components/pdf-viewer-thumbnails/pdf-viewer-thumbnails.component";
38
- import * as i19 from "./viewer/directives/viewer-extension.directive";
39
- import * as i20 from "./viewer/components/unknown-format/unknown-format.component";
40
- import * as i21 from "./viewer/components/viewer-toolbar.component";
41
- import * as i22 from "./viewer/components/viewer-sidebar.component";
42
- import * as i23 from "./viewer/components/viewer-open-with.component";
43
- import * as i24 from "./viewer/components/viewer-more-actions.component";
44
- import * as i25 from "./viewer/components/viewer-toolbar-actions.component";
45
- import * as i26 from "./viewer/components/viewer.component";
46
- import * as i27 from "./viewer/components/viewer-toolbar-custom-actions.component";
47
- import * as i28 from "./viewer/components/download-prompt-dialog/download-prompt-dialog.component";
48
- import * as i29 from "./layout/directives/sidenav-layout-header.directive";
49
- import * as i30 from "./layout/directives/sidenav-layout-content.directive";
50
- import * as i31 from "./layout/directives/sidenav-layout-navigation.directive";
51
- import * as i32 from "./layout/components/sidebar-action/sidebar-action-menu.component";
52
- import * as i33 from "./layout/components/header/header.component";
53
- import * as i34 from "./layout/components/layout-container/layout-container.component";
54
- import * as i35 from "./layout/components/sidenav-layout/sidenav-layout.component";
55
- import * as i36 from "./pipes/localized-date.pipe";
56
- import * as i37 from "./pipes/time-ago.pipe";
57
- import * as i38 from "./pipes/file-size.pipe";
58
- import * as i39 from "./pipes/text-highlight.pipe";
59
- import * as i40 from "./pipes/full-name.pipe";
60
- import * as i41 from "./pipes/format-space.pipe";
61
- import * as i42 from "./pipes/file-type.pipe";
62
- import * as i43 from "./pipes/multi-value.pipe";
63
- import * as i44 from "./pipes/decimal-number.pipe";
64
- import * as i45 from "./pipes/date-time.pipe";
65
- import * as i46 from "./pipes/user-initial.pipe";
66
- import * as i47 from "./pipes/truncate.pipe";
67
- import * as i48 from "./identity-user-info/identity-user-info.component";
68
- import * as i49 from "./directives/highlight.directive";
69
- import * as i50 from "./directives/logout.directive";
70
- import * as i51 from "./directives/upload.directive";
71
- import * as i52 from "./directives/tooltip-card/tooltip-card.directive";
72
- import * as i53 from "./directives/tooltip-card/tooltip-card.component";
73
- import * as i54 from "./directives/infinite-select-scroll.directive";
74
- import * as i55 from "./app-config/app-config.pipe";
75
- import * as i56 from "./pagination/infinite-pagination.component";
76
- import * as i57 from "./pagination/pagination.component";
77
- import * as i58 from "./toolbar/toolbar.component";
78
- import * as i59 from "./toolbar/toolbar-title.component";
79
- import * as i60 from "./toolbar/toolbar-divider.component";
80
- import * as i61 from "./context-menu/context-menu-list.component";
81
- import * as i62 from "./context-menu/context-menu.directive";
82
- import * as i63 from "./card-view/components/card-view/card-view.component";
83
- import * as i64 from "./card-view/components/card-view-boolitem/card-view-boolitem.component";
84
- import * as i65 from "./card-view/components/card-view-dateitem/card-view-dateitem.component";
85
- import * as i66 from "./card-view/components/card-view-mapitem/card-view-mapitem.component";
86
- import * as i67 from "./card-view/components/card-view-textitem/card-view-textitem.component";
87
- import * as i68 from "./card-view/components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component";
88
- import * as i69 from "./card-view/components/card-view-selectitem/card-view-selectitem.component";
89
- import * as i70 from "./card-view/components/card-view-item-dispatcher/card-view-item-dispatcher.component";
90
- import * as i71 from "./card-view/components/card-view-arrayitem/card-view-arrayitem.component";
91
- import * as i72 from "./card-view/components/card-view-selectitem/select-filter-input/select-filter-input.component";
92
- import * as i73 from "./form/form-base.module";
93
- import * as i74 from "./comments/comments.component";
94
- import * as i75 from "./comments/comment-list/comment-list.component";
95
- import * as i76 from "./clipboard/clipboard.directive";
96
- import * as i77 from "./login/components/login/login.component";
97
- import * as i78 from "./login/directives/login-footer.directive";
98
- import * as i79 from "./login/directives/login-header.directive";
99
- import * as i80 from "./login/components/login-dialog/login-dialog.component";
100
- import * as i81 from "./login/components/login-dialog-panel/login-dialog-panel.component";
101
- import * as i82 from "./language-menu/language-menu.component";
102
- import * as i83 from "./language-menu/language-picker.component";
103
- import * as i84 from "./info-drawer/info-drawer-layout.component";
104
- import * as i85 from "./info-drawer/info-drawer.component";
105
- import * as i86 from "./datatable/components/boolean-cell/boolean-cell.component";
106
- import * as i87 from "./datatable/components/amount-cell/amount-cell.component";
107
- import * as i88 from "./datatable/components/number-cell/number-cell.component";
108
- import * as i89 from "./datatable/components/location-cell/location-cell.component";
109
- import * as i90 from "./datatable/components/date-cell/date-cell.component";
110
- import * as i91 from "./datatable/components/icon-cell/icon-cell.component";
111
- import * as i92 from "./datatable/components/columns-selector/columns-selector.component";
112
- import * as i93 from "./datatable/data-column/data-column.component";
113
- import * as i94 from "./datatable/data-column/data-column-list.component";
114
- import * as i95 from "./datatable/data-column/data-column-header.component";
115
- import * as i96 from "./datatable/directives/resizable/resizable.directive";
116
- import * as i97 from "./datatable/directives/resizable/resize-handle.directive";
117
- import * as i98 from "./datatable/directives/drop-zone.directive";
118
- import * as i99 from "./datatable/components/empty-list/empty-list.component";
119
- import * as i100 from "./datatable/components/filesize-cell/filesize-cell.component";
120
- import * as i101 from "./datatable/components/json-cell/json-cell.component";
121
- import * as i102 from "./datatable/directives/no-content-template.directive";
122
- import * as i103 from "./datatable/directives/no-permission-template.directive";
123
- import * as i104 from "./datatable/directives/loading-template.directive";
124
- import * as i105 from "./datatable/directives/header-filter-template.directive";
125
- import * as i106 from "./datatable/directives/custom-empty-content-template.directive";
126
- import * as i107 from "./datatable/directives/custom-loading-template.directive";
127
- import * as i108 from "./datatable/directives/custom-no-permission-template.directive";
128
- import * as i109 from "./datatable/directives/main-data-table-action-template.directive";
129
- import * as i110 from "./datatable/components/datatable-row/datatable-row.component";
130
- import * as i111 from "./datatable/components/datatable-cell/datatable-cell.component";
131
- import * as i112 from "./datatable/components/datatable/datatable.component";
132
- import * as i113 from "./templates/error-content/error-content.component";
133
- import * as i114 from "./templates/empty-content/empty-content.component";
134
- import * as i115 from "./icon/icon.component";
135
- import * as i116 from "./sorting-picker/sorting-picker.component";
136
- import * as i117 from "./notifications/components/notification-history.component";
137
- import * as i118 from "./notifications/components/add-notification.stories.component";
138
- import * as i119 from "./search-text/search-text-input.component";
139
- import * as i120 from "./search-text/search-trigger.directive";
140
- import * as i121 from "./blank-page/blank-page.component";
141
- import * as i122 from "./dialogs/unsaved-changes-dialog/unsaved-changes-dialog.component";
142
- import * as i123 from "./dynamic-chip-list/dynamic-chip-list.component";
143
- import * as i124 from "@angular/common/http";
144
- import * as i125 from "./material.module";
19
+ import * as i1 from "./about/about-extension-list/about-extension-list.component";
20
+ import * as i2 from "./about/about-license-list/about-license-list.component";
21
+ import * as i3 from "./about/about-module-list/module-list.component";
22
+ import * as i4 from "./about/about-repository-info/about-repository-info.component";
23
+ import * as i5 from "./about/about-package/package-list.component";
24
+ import * as i6 from "./about/about-status-list/about-status-list.component";
25
+ import * as i7 from "./about/about-server-settings/about-server-settings.component";
26
+ import * as i8 from "./about/about-panel.directive";
27
+ import * as i9 from "./about/about.component";
28
+ import * as i10 from "./viewer/components/pdf-viewer-password-dialog/pdf-viewer-password-dialog";
29
+ import * as i11 from "./viewer/components/viewer-render/viewer-render.component";
30
+ import * as i12 from "./viewer/components/img-viewer/img-viewer.component";
31
+ import * as i13 from "./viewer/components/txt-viewer/txt-viewer.component";
32
+ import * as i14 from "./viewer/components/media-player/media-player.component";
33
+ import * as i15 from "./viewer/components/pdf-viewer/pdf-viewer.component";
34
+ import * as i16 from "./viewer/components/pdf-viewer-thumb/pdf-viewer-thumb.component";
35
+ import * as i17 from "./viewer/components/pdf-viewer-thumbnails/pdf-viewer-thumbnails.component";
36
+ import * as i18 from "./viewer/directives/viewer-extension.directive";
37
+ import * as i19 from "./viewer/components/unknown-format/unknown-format.component";
38
+ import * as i20 from "./viewer/components/viewer-toolbar.component";
39
+ import * as i21 from "./viewer/components/viewer-sidebar.component";
40
+ import * as i22 from "./viewer/components/viewer-open-with.component";
41
+ import * as i23 from "./viewer/components/viewer-more-actions.component";
42
+ import * as i24 from "./viewer/components/viewer-toolbar-actions.component";
43
+ import * as i25 from "./viewer/components/viewer.component";
44
+ import * as i26 from "./viewer/components/viewer-toolbar-custom-actions.component";
45
+ import * as i27 from "./viewer/components/download-prompt-dialog/download-prompt-dialog.component";
46
+ import * as i28 from "./layout/directives/sidenav-layout-header.directive";
47
+ import * as i29 from "./layout/directives/sidenav-layout-content.directive";
48
+ import * as i30 from "./layout/directives/sidenav-layout-navigation.directive";
49
+ import * as i31 from "./layout/components/sidebar-action/sidebar-action-menu.component";
50
+ import * as i32 from "./layout/components/header/header.component";
51
+ import * as i33 from "./layout/components/layout-container/layout-container.component";
52
+ import * as i34 from "./layout/components/sidenav-layout/sidenav-layout.component";
53
+ import * as i35 from "./pipes/localized-date.pipe";
54
+ import * as i36 from "./pipes/time-ago.pipe";
55
+ import * as i37 from "./pipes/file-size.pipe";
56
+ import * as i38 from "./pipes/text-highlight.pipe";
57
+ import * as i39 from "./pipes/full-name.pipe";
58
+ import * as i40 from "./pipes/format-space.pipe";
59
+ import * as i41 from "./pipes/file-type.pipe";
60
+ import * as i42 from "./pipes/multi-value.pipe";
61
+ import * as i43 from "./pipes/decimal-number.pipe";
62
+ import * as i44 from "./pipes/date-time.pipe";
63
+ import * as i45 from "./pipes/user-initial.pipe";
64
+ import * as i46 from "./pipes/truncate.pipe";
65
+ import * as i47 from "./identity-user-info/identity-user-info.component";
66
+ import * as i48 from "./directives/highlight.directive";
67
+ import * as i49 from "./directives/logout.directive";
68
+ import * as i50 from "./directives/upload.directive";
69
+ import * as i51 from "./directives/tooltip-card/tooltip-card.directive";
70
+ import * as i52 from "./directives/tooltip-card/tooltip-card.component";
71
+ import * as i53 from "./directives/infinite-select-scroll.directive";
72
+ import * as i54 from "./app-config/app-config.pipe";
73
+ import * as i55 from "./pagination/infinite-pagination.component";
74
+ import * as i56 from "./pagination/pagination.component";
75
+ import * as i57 from "./toolbar/toolbar.component";
76
+ import * as i58 from "./toolbar/toolbar-title.component";
77
+ import * as i59 from "./toolbar/toolbar-divider.component";
78
+ import * as i60 from "./context-menu/context-menu-list.component";
79
+ import * as i61 from "./context-menu/context-menu.directive";
80
+ import * as i62 from "./card-view/components/card-view/card-view.component";
81
+ import * as i63 from "./card-view/components/card-view-boolitem/card-view-boolitem.component";
82
+ import * as i64 from "./card-view/components/card-view-dateitem/card-view-dateitem.component";
83
+ import * as i65 from "./card-view/components/card-view-mapitem/card-view-mapitem.component";
84
+ import * as i66 from "./card-view/components/card-view-textitem/card-view-textitem.component";
85
+ import * as i67 from "./card-view/components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component";
86
+ import * as i68 from "./card-view/components/card-view-selectitem/card-view-selectitem.component";
87
+ import * as i69 from "./card-view/components/card-view-item-dispatcher/card-view-item-dispatcher.component";
88
+ import * as i70 from "./card-view/components/card-view-arrayitem/card-view-arrayitem.component";
89
+ import * as i71 from "./card-view/components/card-view-selectitem/select-filter-input/select-filter-input.component";
90
+ import * as i72 from "./form/form-base.module";
91
+ import * as i73 from "./comments/comments.component";
92
+ import * as i74 from "./comments/comment-list/comment-list.component";
93
+ import * as i75 from "./clipboard/clipboard.directive";
94
+ import * as i76 from "./login/components/login/login.component";
95
+ import * as i77 from "./login/directives/login-footer.directive";
96
+ import * as i78 from "./login/directives/login-header.directive";
97
+ import * as i79 from "./login/components/login-dialog/login-dialog.component";
98
+ import * as i80 from "./login/components/login-dialog-panel/login-dialog-panel.component";
99
+ import * as i81 from "./language-menu/language-menu.component";
100
+ import * as i82 from "./language-menu/language-picker.component";
101
+ import * as i83 from "./info-drawer/info-drawer-layout.component";
102
+ import * as i84 from "./info-drawer/info-drawer.component";
103
+ import * as i85 from "./datatable/components/boolean-cell/boolean-cell.component";
104
+ import * as i86 from "./datatable/components/amount-cell/amount-cell.component";
105
+ import * as i87 from "./datatable/components/number-cell/number-cell.component";
106
+ import * as i88 from "./datatable/components/location-cell/location-cell.component";
107
+ import * as i89 from "./datatable/components/date-cell/date-cell.component";
108
+ import * as i90 from "./datatable/components/icon-cell/icon-cell.component";
109
+ import * as i91 from "./datatable/components/columns-selector/columns-selector.component";
110
+ import * as i92 from "./datatable/data-column/data-column.component";
111
+ import * as i93 from "./datatable/data-column/data-column-list.component";
112
+ import * as i94 from "./datatable/data-column/data-column-header.component";
113
+ import * as i95 from "./datatable/directives/resizable/resizable.directive";
114
+ import * as i96 from "./datatable/directives/resizable/resize-handle.directive";
115
+ import * as i97 from "./datatable/directives/drop-zone.directive";
116
+ import * as i98 from "./datatable/components/empty-list/empty-list.component";
117
+ import * as i99 from "./datatable/components/filesize-cell/filesize-cell.component";
118
+ import * as i100 from "./datatable/components/json-cell/json-cell.component";
119
+ import * as i101 from "./datatable/directives/no-content-template.directive";
120
+ import * as i102 from "./datatable/directives/no-permission-template.directive";
121
+ import * as i103 from "./datatable/directives/loading-template.directive";
122
+ import * as i104 from "./datatable/directives/header-filter-template.directive";
123
+ import * as i105 from "./datatable/directives/custom-empty-content-template.directive";
124
+ import * as i106 from "./datatable/directives/custom-loading-template.directive";
125
+ import * as i107 from "./datatable/directives/custom-no-permission-template.directive";
126
+ import * as i108 from "./datatable/directives/main-data-table-action-template.directive";
127
+ import * as i109 from "./datatable/components/datatable-row/datatable-row.component";
128
+ import * as i110 from "./datatable/components/datatable-cell/datatable-cell.component";
129
+ import * as i111 from "./datatable/components/datatable/datatable.component";
130
+ import * as i112 from "./templates/error-content/error-content.component";
131
+ import * as i113 from "./templates/empty-content/empty-content.component";
132
+ import * as i114 from "./icon/icon.component";
133
+ import * as i115 from "./sorting-picker/sorting-picker.component";
134
+ import * as i116 from "./notifications/components/notification-history.component";
135
+ import * as i117 from "./notifications/components/add-notification.stories.component";
136
+ import * as i118 from "./search-text/search-text-input.component";
137
+ import * as i119 from "./search-text/search-trigger.directive";
138
+ import * as i120 from "./blank-page/blank-page.component";
139
+ import * as i121 from "./dialogs/unsaved-changes-dialog/unsaved-changes-dialog.component";
140
+ import * as i122 from "./dynamic-chip-list/dynamic-chip-list.component";
141
+ import * as i123 from "./material.module";
145
142
  export declare class CoreModule {
146
143
  static forRoot(): ModuleWithProviders<CoreModule>;
147
144
  /**
@@ -149,8 +146,7 @@ export declare class CoreModule {
149
146
  * @returns ModuleWithProviders<CoreModule>
150
147
  */
151
148
  static forChild(): ModuleWithProviders<CoreModule>;
152
- constructor(translation: TranslationService);
153
149
  static ɵfac: i0.ɵɵFactoryDeclaration<CoreModule, never>;
154
- static ɵmod: i0.ɵɵNgModuleDeclaration<CoreModule, never, [typeof i1.TranslateModule, typeof i2.AboutExtensionListComponent, typeof i3.AboutLicenseListComponent, typeof i4.ModuleListComponent, typeof i5.AboutRepositoryInfoComponent, typeof i6.PackageListComponent, typeof i7.AboutStatusListComponent, typeof i8.AboutServerSettingsComponent, typeof i9.AboutPanelDirective, typeof i10.AboutComponent, typeof i11.PdfPasswordDialogComponent, typeof i12.ViewerRenderComponent, typeof i13.ImgViewerComponent, typeof i14.TxtViewerComponent, typeof i15.MediaPlayerComponent, typeof i16.PdfViewerComponent, typeof i17.PdfThumbComponent, typeof i18.PdfThumbListComponent, typeof i19.ViewerExtensionDirective, typeof i20.UnknownFormatComponent, typeof i21.ViewerToolbarComponent, typeof i22.ViewerSidebarComponent, typeof i23.ViewerOpenWithComponent, typeof i24.ViewerMoreActionsComponent, typeof i25.ViewerToolbarActionsComponent, typeof i26.ViewerComponent, typeof i27.ViewerToolbarCustomActionsComponent, typeof i28.DownloadPromptDialogComponent, typeof i29.SidenavLayoutHeaderDirective, typeof i30.SidenavLayoutContentDirective, typeof i31.SidenavLayoutNavigationDirective, typeof i32.SidebarMenuDirective, typeof i32.SidebarMenuExpandIconDirective, typeof i32.SidebarMenuTitleIconDirective, typeof i33.HeaderLayoutComponent, typeof i32.SidebarActionMenuComponent, typeof i34.LayoutContainerComponent, typeof i35.SidenavLayoutComponent, typeof i36.LocalizedDatePipe, typeof i37.TimeAgoPipe, typeof i38.FileSizePipe, typeof i39.HighlightPipe, typeof i40.FullNamePipe, typeof i41.FormatSpacePipe, typeof i42.FileTypePipe, typeof i43.MultiValuePipe, typeof i44.DecimalNumberPipe, typeof i45.DateTimePipe, typeof i46.InitialUsernamePipe, typeof i47.TruncatePipe, typeof i48.IdentityUserInfoComponent, typeof i49.HighlightDirective, typeof i50.LogoutDirective, typeof i51.UploadDirective, typeof i52.TooltipCardDirective, typeof i53.TooltipCardComponent, typeof i54.InfiniteSelectScrollDirective, typeof i55.AppConfigPipe, typeof i56.InfinitePaginationComponent, typeof i57.PaginationComponent, typeof i58.ToolbarComponent, typeof i59.ToolbarTitleComponent, typeof i60.ToolbarDividerComponent, typeof i61.ContextMenuListComponent, typeof i62.ContextMenuDirective, typeof i63.CardViewComponent, typeof i64.CardViewBoolItemComponent, typeof i65.CardViewDateItemComponent, typeof i66.CardViewMapItemComponent, typeof i67.CardViewTextItemComponent, typeof i68.CardViewKeyValuePairsItemComponent, typeof i69.CardViewSelectItemComponent, typeof i70.CardViewItemDispatcherComponent, typeof i71.CardViewArrayItemComponent, typeof i72.SelectFilterInputComponent, typeof i73.FormBaseModule, typeof i74.CommentsComponent, typeof i75.CommentListComponent, typeof i76.ClipboardDirective, typeof i76.ClipboardComponent, typeof i77.LoginComponent, typeof i78.LoginFooterDirective, typeof i79.LoginHeaderDirective, typeof i80.LoginDialogComponent, typeof i81.LoginDialogPanelComponent, typeof i82.LanguageMenuComponent, typeof i83.LanguagePickerComponent, typeof i84.InfoDrawerLayoutComponent, typeof i85.InfoDrawerTabComponent, typeof i85.InfoDrawerComponent, typeof i84.InfoDrawerTitleDirective, typeof i84.InfoDrawerButtonsDirective, typeof i84.InfoDrawerContentDirective, typeof i86.BooleanCellComponent, typeof i87.AmountCellComponent, typeof i88.NumberCellComponent, typeof i89.LocationCellComponent, typeof i90.DateCellComponent, typeof i91.IconCellComponent, typeof i92.ColumnsSelectorComponent, typeof i93.DataColumnComponent, typeof i94.DataColumnListComponent, typeof i95.DateColumnHeaderComponent, typeof i36.LocalizedDatePipe, typeof i96.ResizableDirective, typeof i97.ResizeHandleDirective, typeof i98.DropZoneDirective, typeof i99.EmptyListComponent, typeof i99.EmptyListHeaderDirective, typeof i99.EmptyListBodyDirective, typeof i99.EmptyListFooterDirective, typeof i100.FileSizeCellComponent, typeof i101.JsonCellComponent, typeof i102.NoContentTemplateDirective, typeof i103.NoPermissionTemplateDirective, typeof i104.LoadingContentTemplateDirective, typeof i105.HeaderFilterTemplateDirective, typeof i106.CustomEmptyContentTemplateDirective, typeof i107.CustomLoadingContentTemplateDirective, typeof i108.CustomNoPermissionTemplateDirective, typeof i109.MainMenuDataTableTemplateDirective, typeof i110.DataTableRowComponent, typeof i111.DataTableCellComponent, typeof i112.DataTableComponent, typeof i113.ErrorContentComponent, typeof i114.EmptyContentComponent, typeof i115.IconComponent, typeof i116.SortingPickerComponent, typeof i117.NotificationHistoryComponent, typeof i118.AddNotificationStorybookComponent, typeof i119.SearchTextInputComponent, typeof i120.SearchTriggerDirective, typeof i121.BlankPageComponent, typeof i122.UnsavedChangesDialogComponent, typeof i123.DynamicChipListComponent, typeof i124.HttpClientModule, typeof i124.HttpClientXsrfModule, typeof i125.MaterialModule], [typeof i2.AboutExtensionListComponent, typeof i3.AboutLicenseListComponent, typeof i4.ModuleListComponent, typeof i5.AboutRepositoryInfoComponent, typeof i6.PackageListComponent, typeof i7.AboutStatusListComponent, typeof i8.AboutServerSettingsComponent, typeof i9.AboutPanelDirective, typeof i10.AboutComponent, typeof i11.PdfPasswordDialogComponent, typeof i12.ViewerRenderComponent, typeof i13.ImgViewerComponent, typeof i14.TxtViewerComponent, typeof i15.MediaPlayerComponent, typeof i16.PdfViewerComponent, typeof i17.PdfThumbComponent, typeof i18.PdfThumbListComponent, typeof i19.ViewerExtensionDirective, typeof i20.UnknownFormatComponent, typeof i21.ViewerToolbarComponent, typeof i22.ViewerSidebarComponent, typeof i23.ViewerOpenWithComponent, typeof i24.ViewerMoreActionsComponent, typeof i25.ViewerToolbarActionsComponent, typeof i26.ViewerComponent, typeof i27.ViewerToolbarCustomActionsComponent, typeof i28.DownloadPromptDialogComponent, typeof i29.SidenavLayoutHeaderDirective, typeof i30.SidenavLayoutContentDirective, typeof i31.SidenavLayoutNavigationDirective, typeof i32.SidebarMenuDirective, typeof i32.SidebarMenuExpandIconDirective, typeof i32.SidebarMenuTitleIconDirective, typeof i33.HeaderLayoutComponent, typeof i32.SidebarActionMenuComponent, typeof i34.LayoutContainerComponent, typeof i35.SidenavLayoutComponent, typeof i36.LocalizedDatePipe, typeof i37.TimeAgoPipe, typeof i38.FileSizePipe, typeof i39.HighlightPipe, typeof i40.FullNamePipe, typeof i41.FormatSpacePipe, typeof i42.FileTypePipe, typeof i43.MultiValuePipe, typeof i44.DecimalNumberPipe, typeof i45.DateTimePipe, typeof i46.InitialUsernamePipe, typeof i47.TruncatePipe, typeof i49.HighlightDirective, typeof i50.LogoutDirective, typeof i51.UploadDirective, typeof i52.TooltipCardDirective, typeof i53.TooltipCardComponent, typeof i54.InfiniteSelectScrollDirective, typeof i76.ClipboardDirective, typeof i76.ClipboardComponent, typeof i48.IdentityUserInfoComponent, typeof i55.AppConfigPipe, typeof i56.InfinitePaginationComponent, typeof i57.PaginationComponent, typeof i58.ToolbarComponent, typeof i59.ToolbarTitleComponent, typeof i60.ToolbarDividerComponent, typeof i61.ContextMenuListComponent, typeof i62.ContextMenuDirective, typeof i63.CardViewComponent, typeof i64.CardViewBoolItemComponent, typeof i65.CardViewDateItemComponent, typeof i66.CardViewMapItemComponent, typeof i67.CardViewTextItemComponent, typeof i68.CardViewKeyValuePairsItemComponent, typeof i69.CardViewSelectItemComponent, typeof i70.CardViewItemDispatcherComponent, typeof i71.CardViewArrayItemComponent, typeof i72.SelectFilterInputComponent, typeof i73.FormBaseModule, typeof i74.CommentsComponent, typeof i75.CommentListComponent, typeof i77.LoginComponent, typeof i78.LoginFooterDirective, typeof i79.LoginHeaderDirective, typeof i80.LoginDialogComponent, typeof i81.LoginDialogPanelComponent, typeof i82.LanguageMenuComponent, typeof i83.LanguagePickerComponent, typeof i84.InfoDrawerLayoutComponent, typeof i85.InfoDrawerTabComponent, typeof i85.InfoDrawerComponent, typeof i84.InfoDrawerTitleDirective, typeof i84.InfoDrawerButtonsDirective, typeof i84.InfoDrawerContentDirective, typeof i86.BooleanCellComponent, typeof i87.AmountCellComponent, typeof i88.NumberCellComponent, typeof i89.LocationCellComponent, typeof i90.DateCellComponent, typeof i91.IconCellComponent, typeof i92.ColumnsSelectorComponent, typeof i93.DataColumnComponent, typeof i94.DataColumnListComponent, typeof i95.DateColumnHeaderComponent, typeof i36.LocalizedDatePipe, typeof i96.ResizableDirective, typeof i97.ResizeHandleDirective, typeof i98.DropZoneDirective, typeof i99.EmptyListComponent, typeof i99.EmptyListHeaderDirective, typeof i99.EmptyListBodyDirective, typeof i99.EmptyListFooterDirective, typeof i100.FileSizeCellComponent, typeof i101.JsonCellComponent, typeof i102.NoContentTemplateDirective, typeof i103.NoPermissionTemplateDirective, typeof i104.LoadingContentTemplateDirective, typeof i105.HeaderFilterTemplateDirective, typeof i106.CustomEmptyContentTemplateDirective, typeof i107.CustomLoadingContentTemplateDirective, typeof i108.CustomNoPermissionTemplateDirective, typeof i109.MainMenuDataTableTemplateDirective, typeof i110.DataTableRowComponent, typeof i111.DataTableCellComponent, typeof i112.DataTableComponent, typeof i1.TranslateModule, typeof i113.ErrorContentComponent, typeof i114.EmptyContentComponent, typeof i116.SortingPickerComponent, typeof i115.IconComponent, typeof i117.NotificationHistoryComponent, typeof i118.AddNotificationStorybookComponent, typeof i119.SearchTextInputComponent, typeof i120.SearchTriggerDirective, typeof i121.BlankPageComponent, typeof i122.UnsavedChangesDialogComponent, typeof i123.DynamicChipListComponent, typeof i125.MaterialModule]>;
150
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CoreModule, never, [typeof i1.AboutExtensionListComponent, typeof i2.AboutLicenseListComponent, typeof i3.ModuleListComponent, typeof i4.AboutRepositoryInfoComponent, typeof i5.PackageListComponent, typeof i6.AboutStatusListComponent, typeof i7.AboutServerSettingsComponent, typeof i8.AboutPanelDirective, typeof i9.AboutComponent, typeof i10.PdfPasswordDialogComponent, typeof i11.ViewerRenderComponent, typeof i12.ImgViewerComponent, typeof i13.TxtViewerComponent, typeof i14.MediaPlayerComponent, typeof i15.PdfViewerComponent, typeof i16.PdfThumbComponent, typeof i17.PdfThumbListComponent, typeof i18.ViewerExtensionDirective, typeof i19.UnknownFormatComponent, typeof i20.ViewerToolbarComponent, typeof i21.ViewerSidebarComponent, typeof i22.ViewerOpenWithComponent, typeof i23.ViewerMoreActionsComponent, typeof i24.ViewerToolbarActionsComponent, typeof i25.ViewerComponent, typeof i26.ViewerToolbarCustomActionsComponent, typeof i27.DownloadPromptDialogComponent, typeof i28.SidenavLayoutHeaderDirective, typeof i29.SidenavLayoutContentDirective, typeof i30.SidenavLayoutNavigationDirective, typeof i31.SidebarMenuDirective, typeof i31.SidebarMenuExpandIconDirective, typeof i31.SidebarMenuTitleIconDirective, typeof i32.HeaderLayoutComponent, typeof i31.SidebarActionMenuComponent, typeof i33.LayoutContainerComponent, typeof i34.SidenavLayoutComponent, typeof i35.LocalizedDatePipe, typeof i36.TimeAgoPipe, typeof i37.FileSizePipe, typeof i38.HighlightPipe, typeof i39.FullNamePipe, typeof i40.FormatSpacePipe, typeof i41.FileTypePipe, typeof i42.MultiValuePipe, typeof i43.DecimalNumberPipe, typeof i44.DateTimePipe, typeof i45.InitialUsernamePipe, typeof i46.TruncatePipe, typeof i47.IdentityUserInfoComponent, typeof i48.HighlightDirective, typeof i49.LogoutDirective, typeof i50.UploadDirective, typeof i51.TooltipCardDirective, typeof i52.TooltipCardComponent, typeof i53.InfiniteSelectScrollDirective, typeof i54.AppConfigPipe, typeof i55.InfinitePaginationComponent, typeof i56.PaginationComponent, typeof i57.ToolbarComponent, typeof i58.ToolbarTitleComponent, typeof i59.ToolbarDividerComponent, typeof i60.ContextMenuListComponent, typeof i61.ContextMenuDirective, typeof i62.CardViewComponent, typeof i63.CardViewBoolItemComponent, typeof i64.CardViewDateItemComponent, typeof i65.CardViewMapItemComponent, typeof i66.CardViewTextItemComponent, typeof i67.CardViewKeyValuePairsItemComponent, typeof i68.CardViewSelectItemComponent, typeof i69.CardViewItemDispatcherComponent, typeof i70.CardViewArrayItemComponent, typeof i71.SelectFilterInputComponent, typeof i72.FormBaseModule, typeof i73.CommentsComponent, typeof i74.CommentListComponent, typeof i75.ClipboardDirective, typeof i75.ClipboardComponent, typeof i76.LoginComponent, typeof i77.LoginFooterDirective, typeof i78.LoginHeaderDirective, typeof i79.LoginDialogComponent, typeof i80.LoginDialogPanelComponent, typeof i81.LanguageMenuComponent, typeof i82.LanguagePickerComponent, typeof i83.InfoDrawerLayoutComponent, typeof i84.InfoDrawerTabComponent, typeof i84.InfoDrawerComponent, typeof i83.InfoDrawerTitleDirective, typeof i83.InfoDrawerButtonsDirective, typeof i83.InfoDrawerContentDirective, typeof i85.BooleanCellComponent, typeof i86.AmountCellComponent, typeof i87.NumberCellComponent, typeof i88.LocationCellComponent, typeof i89.DateCellComponent, typeof i90.IconCellComponent, typeof i91.ColumnsSelectorComponent, typeof i92.DataColumnComponent, typeof i93.DataColumnListComponent, typeof i94.DateColumnHeaderComponent, typeof i35.LocalizedDatePipe, typeof i95.ResizableDirective, typeof i96.ResizeHandleDirective, typeof i97.DropZoneDirective, typeof i98.EmptyListComponent, typeof i98.EmptyListHeaderDirective, typeof i98.EmptyListBodyDirective, typeof i98.EmptyListFooterDirective, typeof i99.FileSizeCellComponent, typeof i100.JsonCellComponent, typeof i101.NoContentTemplateDirective, typeof i102.NoPermissionTemplateDirective, typeof i103.LoadingContentTemplateDirective, typeof i104.HeaderFilterTemplateDirective, typeof i105.CustomEmptyContentTemplateDirective, typeof i106.CustomLoadingContentTemplateDirective, typeof i107.CustomNoPermissionTemplateDirective, typeof i108.MainMenuDataTableTemplateDirective, typeof i109.DataTableRowComponent, typeof i110.DataTableCellComponent, typeof i111.DataTableComponent, typeof i112.ErrorContentComponent, typeof i113.EmptyContentComponent, typeof i114.IconComponent, typeof i115.SortingPickerComponent, typeof i116.NotificationHistoryComponent, typeof i117.AddNotificationStorybookComponent, typeof i118.SearchTextInputComponent, typeof i119.SearchTriggerDirective, typeof i120.BlankPageComponent, typeof i121.UnsavedChangesDialogComponent, typeof i122.DynamicChipListComponent, typeof i123.MaterialModule], [typeof i1.AboutExtensionListComponent, typeof i2.AboutLicenseListComponent, typeof i3.ModuleListComponent, typeof i4.AboutRepositoryInfoComponent, typeof i5.PackageListComponent, typeof i6.AboutStatusListComponent, typeof i7.AboutServerSettingsComponent, typeof i8.AboutPanelDirective, typeof i9.AboutComponent, typeof i10.PdfPasswordDialogComponent, typeof i11.ViewerRenderComponent, typeof i12.ImgViewerComponent, typeof i13.TxtViewerComponent, typeof i14.MediaPlayerComponent, typeof i15.PdfViewerComponent, typeof i16.PdfThumbComponent, typeof i17.PdfThumbListComponent, typeof i18.ViewerExtensionDirective, typeof i19.UnknownFormatComponent, typeof i20.ViewerToolbarComponent, typeof i21.ViewerSidebarComponent, typeof i22.ViewerOpenWithComponent, typeof i23.ViewerMoreActionsComponent, typeof i24.ViewerToolbarActionsComponent, typeof i25.ViewerComponent, typeof i26.ViewerToolbarCustomActionsComponent, typeof i27.DownloadPromptDialogComponent, typeof i28.SidenavLayoutHeaderDirective, typeof i29.SidenavLayoutContentDirective, typeof i30.SidenavLayoutNavigationDirective, typeof i31.SidebarMenuDirective, typeof i31.SidebarMenuExpandIconDirective, typeof i31.SidebarMenuTitleIconDirective, typeof i32.HeaderLayoutComponent, typeof i31.SidebarActionMenuComponent, typeof i33.LayoutContainerComponent, typeof i34.SidenavLayoutComponent, typeof i35.LocalizedDatePipe, typeof i36.TimeAgoPipe, typeof i37.FileSizePipe, typeof i38.HighlightPipe, typeof i39.FullNamePipe, typeof i40.FormatSpacePipe, typeof i41.FileTypePipe, typeof i42.MultiValuePipe, typeof i43.DecimalNumberPipe, typeof i44.DateTimePipe, typeof i45.InitialUsernamePipe, typeof i46.TruncatePipe, typeof i48.HighlightDirective, typeof i49.LogoutDirective, typeof i50.UploadDirective, typeof i51.TooltipCardDirective, typeof i52.TooltipCardComponent, typeof i53.InfiniteSelectScrollDirective, typeof i75.ClipboardDirective, typeof i75.ClipboardComponent, typeof i47.IdentityUserInfoComponent, typeof i54.AppConfigPipe, typeof i55.InfinitePaginationComponent, typeof i56.PaginationComponent, typeof i57.ToolbarComponent, typeof i58.ToolbarTitleComponent, typeof i59.ToolbarDividerComponent, typeof i60.ContextMenuListComponent, typeof i61.ContextMenuDirective, typeof i62.CardViewComponent, typeof i63.CardViewBoolItemComponent, typeof i64.CardViewDateItemComponent, typeof i65.CardViewMapItemComponent, typeof i66.CardViewTextItemComponent, typeof i67.CardViewKeyValuePairsItemComponent, typeof i68.CardViewSelectItemComponent, typeof i69.CardViewItemDispatcherComponent, typeof i70.CardViewArrayItemComponent, typeof i71.SelectFilterInputComponent, typeof i72.FormBaseModule, typeof i73.CommentsComponent, typeof i74.CommentListComponent, typeof i76.LoginComponent, typeof i77.LoginFooterDirective, typeof i78.LoginHeaderDirective, typeof i79.LoginDialogComponent, typeof i80.LoginDialogPanelComponent, typeof i81.LanguageMenuComponent, typeof i82.LanguagePickerComponent, typeof i83.InfoDrawerLayoutComponent, typeof i84.InfoDrawerTabComponent, typeof i84.InfoDrawerComponent, typeof i83.InfoDrawerTitleDirective, typeof i83.InfoDrawerButtonsDirective, typeof i83.InfoDrawerContentDirective, typeof i85.BooleanCellComponent, typeof i86.AmountCellComponent, typeof i87.NumberCellComponent, typeof i88.LocationCellComponent, typeof i89.DateCellComponent, typeof i90.IconCellComponent, typeof i91.ColumnsSelectorComponent, typeof i92.DataColumnComponent, typeof i93.DataColumnListComponent, typeof i94.DateColumnHeaderComponent, typeof i35.LocalizedDatePipe, typeof i95.ResizableDirective, typeof i96.ResizeHandleDirective, typeof i97.DropZoneDirective, typeof i98.EmptyListComponent, typeof i98.EmptyListHeaderDirective, typeof i98.EmptyListBodyDirective, typeof i98.EmptyListFooterDirective, typeof i99.FileSizeCellComponent, typeof i100.JsonCellComponent, typeof i101.NoContentTemplateDirective, typeof i102.NoPermissionTemplateDirective, typeof i103.LoadingContentTemplateDirective, typeof i104.HeaderFilterTemplateDirective, typeof i105.CustomEmptyContentTemplateDirective, typeof i106.CustomLoadingContentTemplateDirective, typeof i107.CustomNoPermissionTemplateDirective, typeof i108.MainMenuDataTableTemplateDirective, typeof i109.DataTableRowComponent, typeof i110.DataTableCellComponent, typeof i111.DataTableComponent, typeof i112.ErrorContentComponent, typeof i113.EmptyContentComponent, typeof i115.SortingPickerComponent, typeof i114.IconComponent, typeof i116.NotificationHistoryComponent, typeof i117.AddNotificationStorybookComponent, typeof i118.SearchTextInputComponent, typeof i119.SearchTriggerDirective, typeof i120.BlankPageComponent, typeof i121.UnsavedChangesDialogComponent, typeof i122.DynamicChipListComponent, typeof i123.MaterialModule]>;
155
151
  static ɵinj: i0.ɵɵInjectorDeclaration<CoreModule>;
156
152
  }
@@ -26,9 +26,9 @@
26
26
 
27
27
  #{ms.$mat-tab-body} {
28
28
  margin-bottom: 8em;
29
-
29
+
30
30
  @include flex.layout-bp(lt-md) {
31
- margin-bottom: 0em;
31
+ margin-bottom: 0;
32
32
  }
33
33
  }
34
34
 
@@ -69,7 +69,6 @@
69
69
 
70
70
  &-item {
71
71
  width: 100%;
72
- flex-grow: 1;
73
72
  box-sizing: border-box;
74
73
  }
75
74
  }
@@ -78,8 +77,8 @@
78
77
  display: flex;
79
78
  flex-direction: column;
80
79
  flex: 1 1 auto;
81
- padding-right: 1%;
82
- padding-left: 1%;
80
+ padding-left: 5px;
81
+ padding-right: 5px;
83
82
  }
84
83
 
85
84
  &-item {
@@ -17,18 +17,10 @@
17
17
  }
18
18
 
19
19
  &-amount-widget__input {
20
- margin-top: -15px;
21
-
22
20
  #{ms.$mat-focused} {
23
21
  transition: none;
24
22
  }
25
23
 
26
- #{ms.$mat-form-field-prefix} {
27
- padding-top: 16px;
28
- padding-bottom: 16px;
29
- align-self: flex-end;
30
- }
31
-
32
24
  .adf-input {
33
25
  margin-top: 3px;
34
26
  }
@@ -19,6 +19,7 @@ import * as i17 from "./components/widgets/date-time/date-time.widget";
19
19
  import * as i18 from "./components/widgets/json/json.widget";
20
20
  import * as i19 from "./components/widgets/base-viewer/base-viewer.widget";
21
21
  import * as i20 from "./components/widgets/text/text-mask.component";
22
+ /** @deprecated This module is deprecated and will be removed in a future release. Use standalone components instead. */
22
23
  export declare class FormBaseModule {
23
24
  static ɵfac: i0.ɵɵFactoryDeclaration<FormBaseModule, never>;
24
25
  static ɵmod: i0.ɵɵNgModuleDeclaration<FormBaseModule, never, [typeof i1.FormFieldComponent, typeof i2.FormRendererComponent, typeof i3.WidgetComponent, typeof i4.StartFormCustomButtonDirective, typeof i5.InplaceFormInputComponent, typeof i6.UnknownWidgetComponent, typeof i7.TextWidgetComponent, typeof i8.NumberWidgetComponent, typeof i9.DecimalWidgetComponent, typeof i10.CheckboxWidgetComponent, typeof i11.MultilineTextWidgetComponentComponent, typeof i12.HyperlinkWidgetComponent, typeof i13.DisplayTextWidgetComponent, typeof i14.DateWidgetComponent, typeof i15.AmountWidgetComponent, typeof i16.ErrorWidgetComponent, typeof i17.DateTimeWidgetComponent, typeof i18.JsonWidgetComponent, typeof i19.BaseViewerWidgetComponent, typeof i20.InputMaskDirective], [typeof i1.FormFieldComponent, typeof i2.FormRendererComponent, typeof i4.StartFormCustomButtonDirective, typeof i6.UnknownWidgetComponent, typeof i7.TextWidgetComponent, typeof i8.NumberWidgetComponent, typeof i9.DecimalWidgetComponent, typeof i10.CheckboxWidgetComponent, typeof i11.MultilineTextWidgetComponentComponent, typeof i12.HyperlinkWidgetComponent, typeof i13.DisplayTextWidgetComponent, typeof i14.DateWidgetComponent, typeof i15.AmountWidgetComponent, typeof i16.ErrorWidgetComponent, typeof i17.DateTimeWidgetComponent, typeof i18.JsonWidgetComponent, typeof i19.BaseViewerWidgetComponent, typeof i5.InplaceFormInputComponent, typeof i3.WidgetComponent]>;
@@ -3,6 +3,7 @@ import * as i1 from "@angular/platform-browser/animations";
3
3
  import * as i2 from "../core.module";
4
4
  import * as i3 from "./noop-translate.module";
5
5
  import * as i4 from "./noop-auth.module";
6
+ /** @deprecated this module is deprecated and will be removed in the future */
6
7
  export declare class CoreTestingModule {
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<CoreTestingModule, never>;
8
9
  static ɵmod: i0.ɵɵNgModuleDeclaration<CoreTestingModule, never, [typeof i1.NoopAnimationsModule, typeof i2.CoreModule, typeof i3.NoopTranslateModule, typeof i4.NoopAuthModule], never>;
@@ -2,7 +2,6 @@ import { TranslationService } from '../translation/translation.service';
2
2
  import { Observable } from 'rxjs';
3
3
  import * as i0 from "@angular/core";
4
4
  import * as i1 from "@angular/common/http/testing";
5
- import * as i2 from "@ngx-translate/core";
6
5
  export declare class NoopTranslationService implements TranslationService {
7
6
  defaultLang: string;
8
7
  userLang: string;
@@ -19,6 +18,6 @@ export declare class NoopTranslationService implements TranslationService {
19
18
  }
20
19
  export declare class NoopTranslateModule {
21
20
  static ɵfac: i0.ɵɵFactoryDeclaration<NoopTranslateModule, never>;
22
- static ɵmod: i0.ɵɵNgModuleDeclaration<NoopTranslateModule, never, [typeof i1.HttpClientTestingModule, typeof i2.TranslateModule], [typeof i2.TranslateModule]>;
21
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NoopTranslateModule, never, [typeof i1.HttpClientTestingModule], never>;
23
22
  static ɵinj: i0.ɵɵInjectorDeclaration<NoopTranslateModule>;
24
23
  }
@@ -140,10 +140,10 @@ export declare class ViewerComponent<T> implements OnDestroy, OnInit, OnChanges
140
140
  downloadPromptReminderTimer: number;
141
141
  mimeTypeIconUrl: string;
142
142
  private readonly destroyRef;
143
- /** Override Content filename. */
144
- set fileName(fileName: string);
145
143
  /** Override Content title. */
146
144
  set title(title: string);
145
+ /** Override Content filename. */
146
+ set fileName(fileName: string);
147
147
  get fileName(): string;
148
148
  get fileExtension(): string;
149
149
  get fileNameWithoutExtension(): string;
@@ -175,5 +175,5 @@ export declare class ViewerComponent<T> implements OnDestroy, OnInit, OnChanges
175
175
  private showDownloadPrompt;
176
176
  private resetLoadingSpinner;
177
177
  static ɵfac: i0.ɵɵFactoryDeclaration<ViewerComponent<any>, never>;
178
- static ɵcmp: i0.ɵɵComponentDeclaration<ViewerComponent<any>, "adf-viewer", never, { "urlFile": { "alias": "urlFile"; "required": false; }; "blobFile": { "alias": "blobFile"; "required": false; }; "showViewer": { "alias": "showViewer"; "required": false; }; "allowGoBack": { "alias": "allowGoBack"; "required": false; }; "allowFullScreen": { "alias": "allowFullScreen"; "required": false; }; "showToolbar": { "alias": "showToolbar"; "required": false; }; "overlayMode": { "alias": "overlayMode"; "required": false; }; "allowNavigate": { "alias": "allowNavigate"; "required": false; }; "canNavigateBefore": { "alias": "canNavigateBefore"; "required": false; }; "canNavigateNext": { "alias": "canNavigateNext"; "required": false; }; "allowLeftSidebar": { "alias": "allowLeftSidebar"; "required": false; }; "allowRightSidebar": { "alias": "allowRightSidebar"; "required": false; }; "showRightSidebar": { "alias": "showRightSidebar"; "required": false; }; "showLeftSidebar": { "alias": "showLeftSidebar"; "required": false; }; "sidebarRightTemplate": { "alias": "sidebarRightTemplate"; "required": false; }; "sidebarLeftTemplate": { "alias": "sidebarLeftTemplate"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "allowedEditActions": { "alias": "allowedEditActions"; "required": false; }; "tracks": { "alias": "tracks"; "required": false; }; "mimeType": { "alias": "mimeType"; "required": false; }; "sidebarRightTemplateContext": { "alias": "sidebarRightTemplateContext"; "required": false; }; "sidebarLeftTemplateContext": { "alias": "sidebarLeftTemplateContext"; "required": false; }; "closeButtonPosition": { "alias": "closeButtonPosition"; "required": false; }; "hideInfoButton": { "alias": "hideInfoButton"; "required": false; }; "viewerExtensions": { "alias": "viewerExtensions"; "required": false; }; "nodeId": { "alias": "nodeId"; "required": false; }; "nodeMimeType": { "alias": "nodeMimeType"; "required": false; }; "customError": { "alias": "customError"; "required": false; }; "showToolbarDividers": { "alias": "showToolbarDividers"; "required": false; }; "fileName": { "alias": "fileName"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, { "downloadFile": "downloadFile"; "navigateBefore": "navigateBefore"; "navigateNext": "navigateNext"; "showViewerChange": "showViewerChange"; "submitFile": "submitFile"; }, ["toolbar", "sidebar", "mnuOpenWith", "mnuMoreActions", "viewerTemplateExtensions"], ["adf-viewer-toolbar", "adf-viewer-toolbar-actions", "adf-viewer-open-with", "adf-viewer-toolbar-custom-actions", "adf-viewer-more-actions", "adf-viewer-sidebar", "adf-viewer-sidebar"], true, never>;
178
+ static ɵcmp: i0.ɵɵComponentDeclaration<ViewerComponent<any>, "adf-viewer", never, { "urlFile": { "alias": "urlFile"; "required": false; }; "blobFile": { "alias": "blobFile"; "required": false; }; "showViewer": { "alias": "showViewer"; "required": false; }; "allowGoBack": { "alias": "allowGoBack"; "required": false; }; "allowFullScreen": { "alias": "allowFullScreen"; "required": false; }; "showToolbar": { "alias": "showToolbar"; "required": false; }; "overlayMode": { "alias": "overlayMode"; "required": false; }; "allowNavigate": { "alias": "allowNavigate"; "required": false; }; "canNavigateBefore": { "alias": "canNavigateBefore"; "required": false; }; "canNavigateNext": { "alias": "canNavigateNext"; "required": false; }; "allowLeftSidebar": { "alias": "allowLeftSidebar"; "required": false; }; "allowRightSidebar": { "alias": "allowRightSidebar"; "required": false; }; "showRightSidebar": { "alias": "showRightSidebar"; "required": false; }; "showLeftSidebar": { "alias": "showLeftSidebar"; "required": false; }; "sidebarRightTemplate": { "alias": "sidebarRightTemplate"; "required": false; }; "sidebarLeftTemplate": { "alias": "sidebarLeftTemplate"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "allowedEditActions": { "alias": "allowedEditActions"; "required": false; }; "tracks": { "alias": "tracks"; "required": false; }; "mimeType": { "alias": "mimeType"; "required": false; }; "sidebarRightTemplateContext": { "alias": "sidebarRightTemplateContext"; "required": false; }; "sidebarLeftTemplateContext": { "alias": "sidebarLeftTemplateContext"; "required": false; }; "closeButtonPosition": { "alias": "closeButtonPosition"; "required": false; }; "hideInfoButton": { "alias": "hideInfoButton"; "required": false; }; "viewerExtensions": { "alias": "viewerExtensions"; "required": false; }; "nodeId": { "alias": "nodeId"; "required": false; }; "nodeMimeType": { "alias": "nodeMimeType"; "required": false; }; "customError": { "alias": "customError"; "required": false; }; "showToolbarDividers": { "alias": "showToolbarDividers"; "required": false; }; "title": { "alias": "title"; "required": false; }; "fileName": { "alias": "fileName"; "required": false; }; }, { "downloadFile": "downloadFile"; "navigateBefore": "navigateBefore"; "navigateNext": "navigateNext"; "showViewerChange": "showViewerChange"; "submitFile": "submitFile"; }, ["toolbar", "sidebar", "mnuOpenWith", "mnuMoreActions", "viewerTemplateExtensions"], ["adf-viewer-toolbar", "adf-viewer-toolbar-actions", "adf-viewer-open-with", "adf-viewer-toolbar-custom-actions", "adf-viewer-more-actions", "adf-viewer-sidebar", "adf-viewer-sidebar"], true, never>;
179
179
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alfresco/adf-core",
3
3
  "description": "Alfresco ADF core",
4
- "version": "8.1.0-16346981764",
4
+ "version": "8.1.0-16445172226",
5
5
  "author": "Hyland Software, Inc. and its affiliates",
6
6
  "repository": {
7
7
  "type": "git",
@@ -75,8 +75,8 @@
75
75
  "@angular/router": ">=16.0.0",
76
76
  "@mat-datetimepicker/core": ">=12.0.1",
77
77
  "@ngx-translate/core": ">=16.0.0",
78
- "@alfresco/js-api": ">=9.1.0-16346981764",
79
- "@alfresco/adf-extensions": ">=8.1.0-16346981764",
78
+ "@alfresco/js-api": ">=9.1.0-16445172226",
79
+ "@alfresco/adf-extensions": ">=8.1.0-16445172226",
80
80
  "minimatch": ">=10.0.0",
81
81
  "pdfjs-dist": ">=3.3.122",
82
82
  "ts-morph": ">=20.0.0"
package/shell/README.md CHANGED
@@ -1,17 +1,21 @@
1
1
  # @alfresco/adf-core/shell
2
2
 
3
- Secondary entry point of `@alfresco/adf-core`. It can be used by importing from `@alfresco/adf-core/shell`.
3
+ Namespace: `@alfresco/adf-core/shell`.
4
+
5
+ This module provides the main layout for the application, allowing you to define routes and guards for your application shell.
4
6
 
5
7
  # Shell
6
8
 
7
- [ShellModule](./src/lib/shell.module.ts) is designated as a main layout for the application.
9
+ Passed routes are going to be attached to shell main route.
8
10
 
9
- I order to attach routes to appShell, `withRoutes(routes: Routes | AppShellRoutesConfig)` method should be used.
11
+ ```typescript
12
+ import { provideShellRoutes } from '@alfresco/adf-core/shell';
10
13
 
11
- Passed routes are going to be attached to [shell main route](./src/lib/shell.routes.ts)
14
+ provideShellRoutes([/*Your Routes*/])
15
+ ```
12
16
 
13
- If you would like to provide custom app guard, you can provide your own using [SHELL_AUTH_TOKEN](./src/lib/shell.routes.ts)
17
+ If you would like to provide custom app guard, you can provide your own using `SHELL_AUTH_TOKEN`.
14
18
 
15
19
  ## Shell Service
16
20
 
17
- In order to use `shell`, you need to provide [SHELL_APP_SERVICE](./src/lib/services/shell-app.service.ts) which provides necessary options for shell component to work.
21
+ In order to use `shell`, you need to provide `SHELL_APP_SERVICE` which provides necessary options for shell component to work.
package/shell/index.d.ts CHANGED
@@ -17,3 +17,4 @@
17
17
  export * from './lib/shell.module';
18
18
  export * from './lib/services/shell-app.service';
19
19
  export * from './lib/components/shell/shell.component';
20
+ export * from './lib/shell.routes';
@@ -15,16 +15,13 @@
15
15
  * limitations under the License.
16
16
  */
17
17
  import { ModuleWithProviders } from '@angular/core';
18
- import { Routes, Route } from '@angular/router';
18
+ import { Routes } from '@angular/router';
19
+ import { AppShellRoutesConfig } from './shell.routes';
19
20
  import * as i0 from "@angular/core";
20
- import * as i1 from "./components/shell/shell.component";
21
- export interface AppShellRoutesConfig {
22
- shellParentRoute?: Route;
23
- shellChildren: Routes;
24
- }
21
+ /** @deprecated use `provideShellRoutes` instead */
25
22
  export declare class ShellModule {
26
23
  static withRoutes(routes: Routes | AppShellRoutesConfig): ModuleWithProviders<ShellModule>;
27
24
  static ɵfac: i0.ɵɵFactoryDeclaration<ShellModule, never>;
28
- static ɵmod: i0.ɵɵNgModuleDeclaration<ShellModule, never, [typeof i1.ShellLayoutComponent], [typeof i1.ShellLayoutComponent]>;
25
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ShellModule, never, never, never>;
29
26
  static ɵinj: i0.ɵɵInjectorDeclaration<ShellModule>;
30
27
  }
@@ -14,5 +14,17 @@
14
14
  * See the License for the specific language governing permissions and
15
15
  * limitations under the License.
16
16
  */
17
- import { Route } from '@angular/router';
17
+ import { Route, Routes } from '@angular/router';
18
+ import { EnvironmentProviders } from '@angular/core';
18
19
  export declare const SHELL_LAYOUT_ROUTE: Route;
20
+ export interface AppShellRoutesConfig {
21
+ shellParentRoute?: Route;
22
+ shellChildren: Routes;
23
+ }
24
+ /**
25
+ * Provides shell routes for the application.
26
+ *
27
+ * @param routes The routes configuration for the shell.
28
+ * @returns An array of providers for the shell routes.
29
+ */
30
+ export declare function provideShellRoutes(routes: Routes | AppShellRoutesConfig): EnvironmentProviders[];