@alfresco/adf-core 8.4.0-18836034786 → 8.4.0-18842642897

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 (35) hide show
  1. package/bundles/assets/adf-core/i18n/ar.json +5 -0
  2. package/bundles/assets/adf-core/i18n/cs.json +5 -0
  3. package/bundles/assets/adf-core/i18n/da.json +5 -0
  4. package/bundles/assets/adf-core/i18n/de.json +5 -0
  5. package/bundles/assets/adf-core/i18n/en.json +18 -2
  6. package/bundles/assets/adf-core/i18n/es.json +5 -0
  7. package/bundles/assets/adf-core/i18n/fi.json +5 -0
  8. package/bundles/assets/adf-core/i18n/fr.json +5 -0
  9. package/bundles/assets/adf-core/i18n/it.json +5 -0
  10. package/bundles/assets/adf-core/i18n/ja.json +5 -0
  11. package/bundles/assets/adf-core/i18n/nb.json +5 -0
  12. package/bundles/assets/adf-core/i18n/nl.json +5 -0
  13. package/bundles/assets/adf-core/i18n/pl.json +5 -0
  14. package/bundles/assets/adf-core/i18n/pt-BR.json +5 -0
  15. package/bundles/assets/adf-core/i18n/pt.json +5 -0
  16. package/bundles/assets/adf-core/i18n/ru.json +5 -0
  17. package/bundles/assets/adf-core/i18n/sv.json +5 -0
  18. package/bundles/assets/adf-core/i18n/zh-CN.json +5 -0
  19. package/fesm2022/adf-core.mjs +418 -136
  20. package/fesm2022/adf-core.mjs.map +1 -1
  21. package/lib/core.module.d.ts +45 -44
  22. package/lib/form/components/form-renderer.component.d.ts +7 -5
  23. package/lib/form/components/form-renderer.component.scss +24 -0
  24. package/lib/form/components/widgets/core/container-row.model.d.ts +26 -0
  25. package/lib/form/components/widgets/core/form-field-types.d.ts +2 -0
  26. package/lib/form/components/widgets/core/form-field.model.d.ts +25 -2
  27. package/lib/form/components/widgets/index.d.ts +1 -0
  28. package/lib/form/components/widgets/repeat/repeat.widget.d.ts +10 -0
  29. package/lib/form/components/widgets/repeat/repeat.widget.scss +25 -0
  30. package/lib/login/components/login-dialog/login-dialog-component-data.interface.d.ts +22 -0
  31. package/lib/login/components/login-dialog/login-dialog.component.d.ts +16 -0
  32. package/lib/login/components/login-dialog/login-dialog.component.scss +4 -0
  33. package/lib/login/login.module.d.ts +5 -3
  34. package/lib/login/public-api.d.ts +2 -0
  35. package/package.json +3 -3
@@ -94,49 +94,50 @@ import * as i75 from "./clipboard/clipboard.directive";
94
94
  import * as i76 from "./login/components/login/login.component";
95
95
  import * as i77 from "./login/directives/login-footer.directive";
96
96
  import * as i78 from "./login/directives/login-header.directive";
97
- import * as i79 from "./login/components/login-dialog-panel/login-dialog-panel.component";
98
- import * as i80 from "./language-menu/language-menu.component";
99
- import * as i81 from "./language-menu/language-picker.component";
100
- import * as i82 from "./info-drawer/info-drawer-layout.component";
101
- import * as i83 from "./info-drawer/info-drawer.component";
102
- import * as i84 from "./datatable/components/boolean-cell/boolean-cell.component";
103
- import * as i85 from "./datatable/components/amount-cell/amount-cell.component";
104
- import * as i86 from "./datatable/components/number-cell/number-cell.component";
105
- import * as i87 from "./datatable/components/location-cell/location-cell.component";
106
- import * as i88 from "./datatable/components/date-cell/date-cell.component";
107
- import * as i89 from "./datatable/components/icon-cell/icon-cell.component";
108
- import * as i90 from "./datatable/components/columns-selector/columns-selector.component";
109
- import * as i91 from "./datatable/data-column/data-column.component";
110
- import * as i92 from "./datatable/data-column/data-column-list.component";
111
- import * as i93 from "./datatable/data-column/data-column-header.component";
112
- import * as i94 from "./datatable/directives/resizable/resizable.directive";
113
- import * as i95 from "./datatable/directives/resizable/resize-handle.directive";
114
- import * as i96 from "./datatable/directives/drop-zone.directive";
115
- import * as i97 from "./datatable/components/empty-list/empty-list.component";
116
- import * as i98 from "./datatable/components/filesize-cell/filesize-cell.component";
117
- import * as i99 from "./datatable/components/json-cell/json-cell.component";
118
- import * as i100 from "./datatable/directives/no-content-template.directive";
119
- import * as i101 from "./datatable/directives/no-permission-template.directive";
120
- import * as i102 from "./datatable/directives/loading-template.directive";
121
- import * as i103 from "./datatable/directives/header-filter-template.directive";
122
- import * as i104 from "./datatable/directives/custom-empty-content-template.directive";
123
- import * as i105 from "./datatable/directives/custom-loading-template.directive";
124
- import * as i106 from "./datatable/directives/custom-no-permission-template.directive";
125
- import * as i107 from "./datatable/directives/main-data-table-action-template.directive";
126
- import * as i108 from "./datatable/components/datatable-row/datatable-row.component";
127
- import * as i109 from "./datatable/components/datatable-cell/datatable-cell.component";
128
- import * as i110 from "./datatable/components/datatable/datatable.component";
129
- import * as i111 from "./templates/error-content/error-content.component";
130
- import * as i112 from "./templates/empty-content/empty-content.component";
131
- import * as i113 from "./icon/icon.component";
132
- import * as i114 from "./sorting-picker/sorting-picker.component";
133
- import * as i115 from "./notifications/components/notification-history.component";
134
- import * as i116 from "./search-text/search-text-input.component";
135
- import * as i117 from "./search-text/search-trigger.directive";
136
- import * as i118 from "./blank-page/blank-page.component";
137
- import * as i119 from "./dialogs/unsaved-changes-dialog/unsaved-changes-dialog.component";
138
- import * as i120 from "./dynamic-chip-list/dynamic-chip-list.component";
139
- import * as i121 from "./material.module";
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 "./search-text/search-text-input.component";
136
+ import * as i118 from "./search-text/search-trigger.directive";
137
+ import * as i119 from "./blank-page/blank-page.component";
138
+ import * as i120 from "./dialogs/unsaved-changes-dialog/unsaved-changes-dialog.component";
139
+ import * as i121 from "./dynamic-chip-list/dynamic-chip-list.component";
140
+ import * as i122 from "./material.module";
140
141
  /**
141
142
  * @deprecated this module is deprecated and will be removed
142
143
  * Use the following combination instead:
@@ -156,6 +157,6 @@ export declare class CoreModule {
156
157
  */
157
158
  static forChild(): ModuleWithProviders<CoreModule>;
158
159
  static ɵfac: i0.ɵɵFactoryDeclaration<CoreModule, never>;
159
- 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.LoginDialogPanelComponent, typeof i80.LanguageMenuComponent, typeof i81.LanguagePickerComponent, typeof i82.InfoDrawerLayoutComponent, typeof i83.InfoDrawerTabComponent, typeof i83.InfoDrawerComponent, typeof i82.InfoDrawerTitleDirective, typeof i82.InfoDrawerButtonsDirective, typeof i82.InfoDrawerContentDirective, typeof i84.BooleanCellComponent, typeof i85.AmountCellComponent, typeof i86.NumberCellComponent, typeof i87.LocationCellComponent, typeof i88.DateCellComponent, typeof i89.IconCellComponent, typeof i90.ColumnsSelectorComponent, typeof i91.DataColumnComponent, typeof i92.DataColumnListComponent, typeof i93.DateColumnHeaderComponent, typeof i35.LocalizedDatePipe, typeof i94.ResizableDirective, typeof i95.ResizeHandleDirective, typeof i96.DropZoneDirective, typeof i97.EmptyListComponent, typeof i97.EmptyListHeaderDirective, typeof i97.EmptyListBodyDirective, typeof i97.EmptyListFooterDirective, typeof i98.FileSizeCellComponent, typeof i99.JsonCellComponent, typeof i100.NoContentTemplateDirective, typeof i101.NoPermissionTemplateDirective, typeof i102.LoadingContentTemplateDirective, typeof i103.HeaderFilterTemplateDirective, typeof i104.CustomEmptyContentTemplateDirective, typeof i105.CustomLoadingContentTemplateDirective, typeof i106.CustomNoPermissionTemplateDirective, typeof i107.MainMenuDataTableTemplateDirective, typeof i108.DataTableRowComponent, typeof i109.DataTableCellComponent, typeof i110.DataTableComponent, typeof i111.ErrorContentComponent, typeof i112.EmptyContentComponent, typeof i113.IconComponent, typeof i114.SortingPickerComponent, typeof i115.NotificationHistoryComponent, typeof i116.SearchTextInputComponent, typeof i117.SearchTriggerDirective, typeof i118.BlankPageComponent, typeof i119.UnsavedChangesDialogComponent, typeof i120.DynamicChipListComponent, typeof i121.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.LoginDialogPanelComponent, typeof i80.LanguageMenuComponent, typeof i81.LanguagePickerComponent, typeof i82.InfoDrawerLayoutComponent, typeof i83.InfoDrawerTabComponent, typeof i83.InfoDrawerComponent, typeof i82.InfoDrawerTitleDirective, typeof i82.InfoDrawerButtonsDirective, typeof i82.InfoDrawerContentDirective, typeof i84.BooleanCellComponent, typeof i85.AmountCellComponent, typeof i86.NumberCellComponent, typeof i87.LocationCellComponent, typeof i88.DateCellComponent, typeof i89.IconCellComponent, typeof i90.ColumnsSelectorComponent, typeof i91.DataColumnComponent, typeof i92.DataColumnListComponent, typeof i93.DateColumnHeaderComponent, typeof i35.LocalizedDatePipe, typeof i94.ResizableDirective, typeof i95.ResizeHandleDirective, typeof i96.DropZoneDirective, typeof i97.EmptyListComponent, typeof i97.EmptyListHeaderDirective, typeof i97.EmptyListBodyDirective, typeof i97.EmptyListFooterDirective, typeof i98.FileSizeCellComponent, typeof i99.JsonCellComponent, typeof i100.NoContentTemplateDirective, typeof i101.NoPermissionTemplateDirective, typeof i102.LoadingContentTemplateDirective, typeof i103.HeaderFilterTemplateDirective, typeof i104.CustomEmptyContentTemplateDirective, typeof i105.CustomLoadingContentTemplateDirective, typeof i106.CustomNoPermissionTemplateDirective, typeof i107.MainMenuDataTableTemplateDirective, typeof i108.DataTableRowComponent, typeof i109.DataTableCellComponent, typeof i110.DataTableComponent, typeof i111.ErrorContentComponent, typeof i112.EmptyContentComponent, typeof i114.SortingPickerComponent, typeof i113.IconComponent, typeof i115.NotificationHistoryComponent, typeof i116.SearchTextInputComponent, typeof i117.SearchTriggerDirective, typeof i118.BlankPageComponent, typeof i119.UnsavedChangesDialogComponent, typeof i120.DynamicChipListComponent, typeof i121.MaterialModule]>;
160
+ 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.SearchTextInputComponent, typeof i118.SearchTriggerDirective, typeof i119.BlankPageComponent, typeof i120.UnsavedChangesDialogComponent, typeof i121.DynamicChipListComponent, typeof i122.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.SearchTextInputComponent, typeof i118.SearchTriggerDirective, typeof i119.BlankPageComponent, typeof i120.UnsavedChangesDialogComponent, typeof i121.DynamicChipListComponent, typeof i122.MaterialModule]>;
160
161
  static ɵinj: i0.ɵɵInjectorDeclaration<CoreModule>;
161
162
  }
@@ -1,18 +1,19 @@
1
1
  import { OnDestroy, OnInit } from '@angular/core';
2
- import { FormRulesManager } from '../models/form-rules.model';
3
2
  import { FormService } from '../services/form.service';
4
3
  import { FormFieldModelRenderMiddleware } from './middlewares/middleware';
5
4
  import { ContainerModel, FormFieldModel, FormModel, TabModel } from './widgets';
6
5
  import * as i0 from "@angular/core";
7
6
  export declare class FormRendererComponent<T> implements OnInit, OnDestroy {
8
- formService: FormService;
9
- private formRulesManager;
10
7
  private middlewareServices?;
8
+ readonly formService: FormService;
9
+ private readonly formRulesManager;
10
+ private readonly dialog;
11
+ private cdr;
11
12
  formDefinition: FormModel;
12
13
  readOnly: boolean;
13
14
  debugMode: boolean;
14
15
  fields: FormFieldModel[];
15
- constructor(formService: FormService, formRulesManager: FormRulesManager<T>, middlewareServices?: FormFieldModelRenderMiddleware[]);
16
+ constructor(middlewareServices?: FormFieldModelRenderMiddleware[]);
16
17
  ngOnInit(): void;
17
18
  ngOnDestroy(): void;
18
19
  hasTabs(): boolean;
@@ -26,6 +27,7 @@ export declare class FormRendererComponent<T> implements OnInit, OnDestroy {
26
27
  */
27
28
  getContainerFields(content: ContainerModel): FormFieldModel[];
28
29
  private getMaxColumnFieldSize;
30
+ displayDialogToRemoveRow(field: FormFieldModel, rowIndex: number): void;
29
31
  /**
30
32
  * Calculate the column width based on the numberOfColumns and current field's colspan property
31
33
  *
@@ -34,6 +36,6 @@ export declare class FormRendererComponent<T> implements OnInit, OnDestroy {
34
36
  */
35
37
  getColumnWidth(container: ContainerModel): string;
36
38
  private runMiddlewareServices;
37
- static ɵfac: i0.ɵɵFactoryDeclaration<FormRendererComponent<any>, [null, null, { optional: true; }]>;
39
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormRendererComponent<any>, [{ optional: true; }]>;
38
40
  static ɵcmp: i0.ɵɵComponentDeclaration<FormRendererComponent<any>, "adf-form-renderer", never, { "formDefinition": { "alias": "formDefinition"; "required": true; }; "readOnly": { "alias": "readOnly"; "required": false; }; }, {}, never, never, true, never>;
39
41
  }
@@ -97,6 +97,30 @@
97
97
  padding-left: 3px;
98
98
  padding-right: 3px;
99
99
  }
100
+
101
+ &-remove-row-button {
102
+ margin-top: 20px;
103
+
104
+ #{ms.$mat-icon} {
105
+ display: flex;
106
+ justify-content: center;
107
+ align-items: center;
108
+ font-size: 20px;
109
+ }
110
+ }
111
+
112
+ &-container {
113
+ padding: 0 10px;
114
+
115
+ &-label {
116
+ margin: 5px 0 5px -10px;
117
+ }
118
+
119
+ &-multiple {
120
+ border-bottom: 1px solid rgba(0, 0, 0, 0.54);
121
+ margin-bottom: 25px;
122
+ }
123
+ }
100
124
  }
101
125
 
102
126
  @include flex.layout-bp(lt-md) {
@@ -0,0 +1,26 @@
1
+ /*!
2
+ * @license
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+ import { ContainerColumnModel } from './container-column.model';
18
+ export declare class ContainerRowModel {
19
+ id: string;
20
+ isInitial: boolean;
21
+ columns: ContainerColumnModel[];
22
+ size: number;
23
+ colspan: number;
24
+ rowspan: number;
25
+ constructor(isInitial?: boolean);
26
+ }
@@ -18,6 +18,7 @@ import { MaybeReactiveFormWidget, ReactiveFormWidget } from '../reactive-widget.
18
18
  export declare class FormFieldTypes {
19
19
  static CONTAINER: string;
20
20
  static GROUP: string;
21
+ static REPEATABLE_SECTION: string;
21
22
  static SECTION: string;
22
23
  static DYNAMIC_TABLE: string;
23
24
  static TEXT: string;
@@ -59,4 +60,5 @@ export declare class FormFieldTypes {
59
60
  static isConstantValueType(type: string): boolean;
60
61
  static isContainerType(type: string): boolean;
61
62
  static isSectionType(type: string): boolean;
63
+ static isRepeatableSectionType(type: string): boolean;
62
64
  }
@@ -23,9 +23,17 @@ import { FormWidgetModel } from './form-widget.model';
23
23
  import { FormFieldRule } from './form-field-rule';
24
24
  import { VariableConfig } from './form-field-variable-options';
25
25
  import { DataColumn } from '../../../../datatable/data/data-column.model';
26
+ import { ContainerRowModel } from './container-row.model';
26
27
  export type FieldOptionType = 'rest' | 'manual' | 'variable';
27
28
  export type FieldSelectionType = 'single' | 'multiple';
28
29
  export type FieldAlignmentType = 'vertical' | 'horizontal';
30
+ interface RepeatableSectionModel {
31
+ id: string;
32
+ uid: string;
33
+ fields: FormFieldModel[];
34
+ rowIndex: number;
35
+ value?: any;
36
+ }
29
37
  export declare class FormFieldModel extends FormWidgetModel {
30
38
  private _value;
31
39
  private _readOnly;
@@ -81,9 +89,11 @@ export declare class FormFieldModel extends FormWidgetModel {
81
89
  schemaDefinition: DataColumn[];
82
90
  externalProperty?: string;
83
91
  style?: string;
92
+ parent?: RepeatableSectionModel;
84
93
  numberOfColumns: number;
85
94
  fields: FormFieldModel[];
86
95
  columns: ContainerColumnModel[];
96
+ rows: ContainerRowModel[];
87
97
  emptyOption: FormFieldOption;
88
98
  validationSummary: ErrorMessageModel;
89
99
  get value(): any;
@@ -98,7 +108,7 @@ export declare class FormFieldModel extends FormWidgetModel {
98
108
  markAsValid(): void;
99
109
  validate(): boolean;
100
110
  private isFieldValidatable;
101
- constructor(form: any, json?: any);
111
+ constructor(form: any, json?: any, parent?: RepeatableSectionModel);
102
112
  private getEmptyOption;
103
113
  private setValueForReadonlyType;
104
114
  private getDefaultDateFormat;
@@ -106,9 +116,21 @@ export declare class FormFieldModel extends FormWidgetModel {
106
116
  private getFieldNameWithLabel;
107
117
  private getProcessVariableValue;
108
118
  private containerFactory;
119
+ private repeatableSectionFactory;
120
+ private getNumberOfRows;
121
+ private createRow;
122
+ private createColumns;
123
+ private getUniqueId;
124
+ private updateChildrenFieldsRowIndex;
125
+ private createInitialValue;
109
126
  private updateContainerColspan;
110
- parseValue(json: any): any;
127
+ addRow(fields: any, form: any): void;
128
+ private shouldAddRow;
129
+ removeRow(index: number): void;
130
+ private shouldRemoveRow;
131
+ parseValue(json: any, initialValue?: any): any;
111
132
  updateForm(): void;
133
+ private updateRepeatableSectionValue;
112
134
  /**
113
135
  * Check if the field type is invalid, requires a type to be a `container`
114
136
  *
@@ -129,3 +151,4 @@ export declare class FormFieldModel extends FormWidgetModel {
129
151
  private isDateTimeField;
130
152
  private isCheckboxField;
131
153
  }
154
+ export {};
@@ -48,5 +48,6 @@ export * from './base-viewer/base-viewer.widget';
48
48
  export * from './text/text-mask.component';
49
49
  export * from './display-text';
50
50
  export * from './header';
51
+ export * from './repeat/repeat.widget';
51
52
  export declare const WIDGET_DIRECTIVES: readonly [typeof UnknownWidgetComponent, typeof TextWidgetComponent, typeof NumberWidgetComponent, typeof DecimalWidgetComponent, typeof CheckboxWidgetComponent, typeof MultilineTextWidgetComponentComponent, typeof HyperlinkWidgetComponent, typeof DisplayTextWidgetComponent, typeof DateWidgetComponent, typeof AmountWidgetComponent, typeof ErrorWidgetComponent, typeof DateTimeWidgetComponent, typeof JsonWidgetComponent, typeof BaseViewerWidgetComponent];
52
53
  export declare const MASK_DIRECTIVE: readonly [typeof InputMaskDirective];
@@ -0,0 +1,10 @@
1
+ import { ContainerModel } from '../core/container.model';
2
+ import * as i0 from "@angular/core";
3
+ export declare class RepeatWidgetComponent {
4
+ element: ContainerModel;
5
+ isEditor: boolean;
6
+ addRow(): void;
7
+ getAddedRowsCount(): number;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<RepeatWidgetComponent, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<RepeatWidgetComponent, "adf-repeat-widget", never, { "element": { "alias": "element"; "required": false; }; "isEditor": { "alias": "isEditor"; "required": false; }; }, {}, never, ["*"], true, never>;
10
+ }
@@ -0,0 +1,25 @@
1
+ .adf-container-widget {
2
+ &-repeat__text {
3
+ border-bottom: 1px solid rgba(0, 0, 0, 0.87);
4
+ padding-bottom: 10px;
5
+ cursor: default;
6
+ user-select: none;
7
+ font-size: var(--adf-header-font-size);
8
+ font-weight: var(--adf-header-font-weight);
9
+ color: var(--adf-header-color);
10
+ line-height: normal;
11
+
12
+ &.adf-collapsible {
13
+ cursor: pointer;
14
+ }
15
+ }
16
+
17
+ &-row-action {
18
+ margin-left: 10px;
19
+ }
20
+
21
+ &-row-limit {
22
+ color: rgba(0, 0, 0, 0.67);
23
+ font-size: 12px;
24
+ }
25
+ }
@@ -0,0 +1,22 @@
1
+ /*!
2
+ * @license
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+ import { Subject } from 'rxjs';
18
+ export interface LoginDialogComponentData {
19
+ title: string;
20
+ actionName?: string;
21
+ logged: Subject<any>;
22
+ }
@@ -0,0 +1,16 @@
1
+ import { LoginDialogPanelComponent } from '../login-dialog-panel/login-dialog-panel.component';
2
+ import { LoginDialogComponentData } from './login-dialog-component-data.interface';
3
+ import * as i0 from "@angular/core";
4
+ /** @deprecated this component will be removed because it's unused https://hyland.atlassian.net/browse/ACS-10178 */
5
+ export declare class LoginDialogComponent {
6
+ data: LoginDialogComponentData;
7
+ loginPanel: LoginDialogPanelComponent;
8
+ buttonActionName: string;
9
+ constructor(data: LoginDialogComponentData);
10
+ close(): void;
11
+ submitForm(): void;
12
+ onLoginSuccess(event: any): void;
13
+ isFormValid(): boolean;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<LoginDialogComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<LoginDialogComponent, "adf-login-dialog", never, {}, {}, never, never, true, never>;
16
+ }
@@ -0,0 +1,4 @@
1
+ .adf-login-dialog-content adf-login .adf-login-content .adf-login-card-wide {
2
+ padding: 0;
3
+ box-shadow: none;
4
+ }
@@ -1,4 +1,5 @@
1
1
  import { LoginDialogPanelComponent } from './components/login-dialog-panel/login-dialog-panel.component';
2
+ import { LoginDialogComponent } from './components/login-dialog/login-dialog.component';
2
3
  import { LoginComponent } from './components/login/login.component';
3
4
  import { LoginFooterDirective } from './directives/login-footer.directive';
4
5
  import { LoginHeaderDirective } from './directives/login-header.directive';
@@ -6,11 +7,12 @@ import * as i0 from "@angular/core";
6
7
  import * as i1 from "./components/login/login.component";
7
8
  import * as i2 from "./directives/login-footer.directive";
8
9
  import * as i3 from "./directives/login-header.directive";
9
- import * as i4 from "./components/login-dialog-panel/login-dialog-panel.component";
10
- export declare const LOGIN_DIRECTIVES: readonly [typeof LoginComponent, typeof LoginFooterDirective, typeof LoginHeaderDirective, typeof LoginDialogPanelComponent];
10
+ import * as i4 from "./components/login-dialog/login-dialog.component";
11
+ import * as i5 from "./components/login-dialog-panel/login-dialog-panel.component";
12
+ export declare const LOGIN_DIRECTIVES: readonly [typeof LoginComponent, typeof LoginFooterDirective, typeof LoginHeaderDirective, typeof LoginDialogComponent, typeof LoginDialogPanelComponent];
11
13
  /** @deprecated use `...LOGIN_DIRECTIVES` or import the standalone directives directly */
12
14
  export declare class LoginModule {
13
15
  static ɵfac: i0.ɵɵFactoryDeclaration<LoginModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<LoginModule, never, [typeof i1.LoginComponent, typeof i2.LoginFooterDirective, typeof i3.LoginHeaderDirective, typeof i4.LoginDialogPanelComponent], [typeof i1.LoginComponent, typeof i2.LoginFooterDirective, typeof i3.LoginHeaderDirective, typeof i4.LoginDialogPanelComponent]>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<LoginModule, never, [typeof i1.LoginComponent, typeof i2.LoginFooterDirective, typeof i3.LoginHeaderDirective, typeof i4.LoginDialogComponent, typeof i5.LoginDialogPanelComponent], [typeof i1.LoginComponent, typeof i2.LoginFooterDirective, typeof i3.LoginHeaderDirective, typeof i4.LoginDialogComponent, typeof i5.LoginDialogPanelComponent]>;
15
17
  static ɵinj: i0.ɵɵInjectorDeclaration<LoginModule>;
16
18
  }
@@ -17,6 +17,8 @@
17
17
  export * from './directives/login-header.directive';
18
18
  export * from './directives/login-footer.directive';
19
19
  export * from './components/login/login.component';
20
+ export * from './components/login-dialog/login-dialog.component';
21
+ export * from './components/login-dialog/login-dialog-component-data.interface';
20
22
  export * from './components/login-dialog-panel/login-dialog-panel.component';
21
23
  export * from './models/login-error.event';
22
24
  export * from './models/login-submit.event';
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.4.0-18836034786",
4
+ "version": "8.4.0-18842642897",
5
5
  "author": "Hyland Software, Inc. and its affiliates",
6
6
  "repository": {
7
7
  "type": "git",
@@ -63,8 +63,8 @@
63
63
  "@angular/router": ">=16.0.0",
64
64
  "@mat-datetimepicker/core": ">=12.0.1",
65
65
  "@ngx-translate/core": ">=16.0.0",
66
- "@alfresco/js-api": ">=9.4.0-18836034786",
67
- "@alfresco/adf-extensions": ">=8.4.0-18836034786",
66
+ "@alfresco/js-api": ">=9.4.0-18842642897",
67
+ "@alfresco/adf-extensions": ">=8.4.0-18842642897",
68
68
  "minimatch": ">=10.0.0",
69
69
  "pdfjs-dist": ">=3.3.122"
70
70
  },