@alfresco/aca-content 4.0.0-4895233349
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.
- package/README.md +24 -0
- package/about/about.component.d.ts +45 -0
- package/about/aca-about.module.d.ts +39 -0
- package/about/dev-mode.tokens.d.ts +25 -0
- package/about/index.d.ts +5 -0
- package/about/package-json.token.d.ts +25 -0
- package/about/public-api.d.ts +27 -0
- package/assets/app.extensions.json +2626 -0
- package/assets/i18n/ar.json +660 -0
- package/assets/i18n/cs.json +660 -0
- package/assets/i18n/da.json +660 -0
- package/assets/i18n/de.json +660 -0
- package/assets/i18n/en.json +660 -0
- package/assets/i18n/es.json +660 -0
- package/assets/i18n/fi.json +660 -0
- package/assets/i18n/fr.json +660 -0
- package/assets/i18n/it.json +660 -0
- package/assets/i18n/ja.json +660 -0
- package/assets/i18n/nb.json +660 -0
- package/assets/i18n/nl.json +660 -0
- package/assets/i18n/pl.json +660 -0
- package/assets/i18n/pt-BR.json +660 -0
- package/assets/i18n/ru.json +660 -0
- package/assets/i18n/sv.json +660 -0
- package/assets/i18n/zh-CN.json +660 -0
- package/assets/images/Wallpaper-BG-generic.svg +39 -0
- package/assets/images/adf-move-file-24px.svg +1 -0
- package/assets/images/baseline-library_books-24px.svg +2 -0
- package/assets/images/baseline-lock-24px.svg +1 -0
- package/assets/images/join-library.svg +32 -0
- package/esm2020/about/about.component.mjs +77 -0
- package/esm2020/about/aca-about.module.mjs +67 -0
- package/esm2020/about/alfresco-aca-content-about.mjs +5 -0
- package/esm2020/about/dev-mode.tokens.mjs +26 -0
- package/esm2020/about/package-json.token.mjs +26 -0
- package/esm2020/about/public-api.mjs +28 -0
- package/esm2020/alfresco-aca-content.mjs +5 -0
- package/esm2020/lib/aca-content.module.mjs +365 -0
- package/esm2020/lib/aca-content.routes.mjs +581 -0
- package/esm2020/lib/components/common/common.module.mjs +67 -0
- package/esm2020/lib/components/common/language-picker/language-picker.component.mjs +57 -0
- package/esm2020/lib/components/common/location-link/location-link.component.mjs +177 -0
- package/esm2020/lib/components/common/logout/logout.component.mjs +60 -0
- package/esm2020/lib/components/common/toggle-shared/toggle-shared.component.mjs +65 -0
- package/esm2020/lib/components/common/user-info/user-info.component.mjs +86 -0
- package/esm2020/lib/components/context-menu/context-menu-item.component.mjs +58 -0
- package/esm2020/lib/components/context-menu/context-menu-outside-event.directive.mjs +65 -0
- package/esm2020/lib/components/context-menu/context-menu-overlay.mjs +32 -0
- package/esm2020/lib/components/context-menu/context-menu.component.mjs +102 -0
- package/esm2020/lib/components/context-menu/context-menu.module.mjs +76 -0
- package/esm2020/lib/components/context-menu/context-menu.service.mjs +103 -0
- package/esm2020/lib/components/context-menu/direction.token.mjs +29 -0
- package/esm2020/lib/components/context-menu/interfaces.mjs +25 -0
- package/esm2020/lib/components/create-menu/create-menu.component.mjs +73 -0
- package/esm2020/lib/components/create-menu/create-menu.module.mjs +44 -0
- package/esm2020/lib/components/details/details.component.mjs +99 -0
- package/esm2020/lib/components/dl-custom-components/document-list-custom-components.module.mjs +49 -0
- package/esm2020/lib/components/dl-custom-components/name-column/name-column.component.mjs +90 -0
- package/esm2020/lib/components/dl-custom-components/tags-column/tags-column.component.mjs +31 -0
- package/esm2020/lib/components/dl-custom-components/thumbnail-column/thumbnail-column.component.mjs +51 -0
- package/esm2020/lib/components/favorite-libraries/favorite-libraries.component.mjs +113 -0
- package/esm2020/lib/components/favorites/favorites.component.mjs +98 -0
- package/esm2020/lib/components/files/files.component.mjs +312 -0
- package/esm2020/lib/components/home/home.component.mjs +49 -0
- package/esm2020/lib/components/info-drawer/comments-tab/comments-tab.component.mjs +56 -0
- package/esm2020/lib/components/info-drawer/info.drawer.module.mjs +92 -0
- package/esm2020/lib/components/info-drawer/library-metadata-tab/library-metadata-form.component.mjs +143 -0
- package/esm2020/lib/components/info-drawer/library-metadata-tab/library-metadata-tab.component.mjs +42 -0
- package/esm2020/lib/components/info-drawer/metadata-tab/metadata-tab.component.mjs +88 -0
- package/esm2020/lib/components/info-drawer/versions-tab/versions-tab.component.mjs +95 -0
- package/esm2020/lib/components/libraries/libraries.component.mjs +70 -0
- package/esm2020/lib/components/node-version/node-version-form.component.mjs +70 -0
- package/esm2020/lib/components/node-version/node-version.module.mjs +78 -0
- package/esm2020/lib/components/recent-files/recent-files.component.mjs +81 -0
- package/esm2020/lib/components/search/search-action-menu/search-action-menu.component.mjs +59 -0
- package/esm2020/lib/components/search/search-input/search-input.component.mjs +275 -0
- package/esm2020/lib/components/search/search-input-control/search-input-control.component.mjs +87 -0
- package/esm2020/lib/components/search/search-input.module.mjs +47 -0
- package/esm2020/lib/components/search/search-libraries-results/search-libraries-query-builder.service.mjs +91 -0
- package/esm2020/lib/components/search/search-libraries-results/search-libraries-results.component.mjs +142 -0
- package/esm2020/lib/components/search/search-navigation.service.mjs +60 -0
- package/esm2020/lib/components/search/search-results/search-results.component.mjs +221 -0
- package/esm2020/lib/components/search/search-results-row/search-results-row.component.mjs +101 -0
- package/esm2020/lib/components/search/search-results.module.mjs +88 -0
- package/esm2020/lib/components/shared-files/shared-files.component.mjs +78 -0
- package/esm2020/lib/components/shared-link-view/shared-link-view.component.mjs +81 -0
- package/esm2020/lib/components/shared-link-view/shared-link-view.module.mjs +69 -0
- package/esm2020/lib/components/sidenav/components/button-menu.component.mjs +57 -0
- package/esm2020/lib/components/sidenav/components/expand-menu.component.mjs +53 -0
- package/esm2020/lib/components/sidenav/components/sidenav-header.component.mjs +74 -0
- package/esm2020/lib/components/sidenav/directives/action.directive.mjs +74 -0
- package/esm2020/lib/components/sidenav/directives/active-link.directive.mjs +92 -0
- package/esm2020/lib/components/sidenav/directives/expansion-panel.directive.mjs +101 -0
- package/esm2020/lib/components/sidenav/directives/menu-panel.directive.mjs +98 -0
- package/esm2020/lib/components/sidenav/sidenav.component.mjs +83 -0
- package/esm2020/lib/components/sidenav/sidenav.module.mjs +84 -0
- package/esm2020/lib/components/toolbar/document-display-mode/document-display-mode.component.mjs +84 -0
- package/esm2020/lib/components/toolbar/toggle-edit-offline/toggle-edit-offline.component.mjs +150 -0
- package/esm2020/lib/components/toolbar/toggle-favorite/toggle-favorite.component.mjs +79 -0
- package/esm2020/lib/components/toolbar/toggle-favorite-library/toggle-favorite-library.component.mjs +101 -0
- package/esm2020/lib/components/toolbar/toggle-info-drawer/toggle-info-drawer.component.mjs +75 -0
- package/esm2020/lib/components/toolbar/toggle-join-library/toggle-join-library-button.component.mjs +98 -0
- package/esm2020/lib/components/toolbar/toggle-join-library/toggle-join-library-menu.component.mjs +80 -0
- package/esm2020/lib/components/toolbar/toolbar.module.mjs +88 -0
- package/esm2020/lib/components/toolbar/view-node/view-node.component.mjs +109 -0
- package/esm2020/lib/components/trashcan/trashcan.component.mjs +63 -0
- package/esm2020/lib/components/trashcan/trashcan.module.mjs +74 -0
- package/esm2020/lib/components/upload-files-dialog/upload-files-dialog.component.mjs +50 -0
- package/esm2020/lib/components/view-profile/view-profile.component.mjs +174 -0
- package/esm2020/lib/components/view-profile/view-profile.guard.mjs +47 -0
- package/esm2020/lib/components/view-profile/view-profile.module.mjs +42 -0
- package/esm2020/lib/dialogs/node-template/create-from-template.dialog.mjs +119 -0
- package/esm2020/lib/directives/directives.module.mjs +42 -0
- package/esm2020/lib/directives/document-list.directive.mjs +141 -0
- package/esm2020/lib/extensions/core.extensions.module.mjs +64 -0
- package/esm2020/lib/material.module.mjs +57 -0
- package/esm2020/lib/services/content-management.service.mjs +870 -0
- package/esm2020/lib/services/content-service-extension.service.mjs +63 -0
- package/esm2020/lib/services/content-url.service.mjs +72 -0
- package/esm2020/lib/services/node-actions.service.mjs +600 -0
- package/esm2020/lib/services/node-template.service.mjs +149 -0
- package/esm2020/lib/store/app-store.module.mjs +95 -0
- package/esm2020/lib/store/effects/app.effects.mjs +61 -0
- package/esm2020/lib/store/effects/contextmenu.effects.mjs +55 -0
- package/esm2020/lib/store/effects/download.effects.mjs +159 -0
- package/esm2020/lib/store/effects/favorite.effects.mjs +76 -0
- package/esm2020/lib/store/effects/library.effects.mjs +111 -0
- package/esm2020/lib/store/effects/node.effects.mjs +309 -0
- package/esm2020/lib/store/effects/search.effects.mjs +60 -0
- package/esm2020/lib/store/effects/template.effects.mjs +121 -0
- package/esm2020/lib/store/effects/upload.effects.mjs +169 -0
- package/esm2020/lib/store/effects/viewer.effects.mjs +175 -0
- package/esm2020/lib/store/effects.mjs +35 -0
- package/esm2020/lib/store/initial-state.mjs +62 -0
- package/esm2020/lib/store/reducers/app.reducer.mjs +211 -0
- package/esm2020/public-api.mjs +32 -0
- package/fesm2015/alfresco-aca-content-about.mjs +216 -0
- package/fesm2015/alfresco-aca-content-about.mjs.map +1 -0
- package/fesm2015/alfresco-aca-content.mjs +9771 -0
- package/fesm2015/alfresco-aca-content.mjs.map +1 -0
- package/fesm2020/alfresco-aca-content-about.mjs +214 -0
- package/fesm2020/alfresco-aca-content-about.mjs.map +1 -0
- package/fesm2020/alfresco-aca-content.mjs +9915 -0
- package/fesm2020/alfresco-aca-content.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/lib/aca-content.module.d.ts +47 -0
- package/lib/aca-content.routes.d.ts +27 -0
- package/lib/components/common/common.module.d.ts +17 -0
- package/lib/components/common/language-picker/language-picker.component.d.ts +5 -0
- package/lib/components/common/location-link/location-link.component.d.ts +48 -0
- package/lib/components/common/logout/logout.component.d.ts +10 -0
- package/lib/components/common/toggle-shared/toggle-shared.component.d.ts +43 -0
- package/lib/components/common/user-info/user-info.component.d.ts +44 -0
- package/lib/components/context-menu/context-menu-item.component.d.ts +13 -0
- package/lib/components/context-menu/context-menu-outside-event.directive.d.ts +35 -0
- package/lib/components/context-menu/context-menu-overlay.d.ts +29 -0
- package/lib/components/context-menu/context-menu.component.d.ts +48 -0
- package/lib/components/context-menu/context-menu.module.d.ts +18 -0
- package/lib/components/context-menu/context-menu.service.d.ts +43 -0
- package/lib/components/context-menu/direction.token.d.ts +25 -0
- package/lib/components/context-menu/interfaces.d.ts +30 -0
- package/lib/components/create-menu/create-menu.component.d.ts +42 -0
- package/lib/components/create-menu/create-menu.module.d.ts +10 -0
- package/lib/components/details/details.component.d.ts +46 -0
- package/lib/components/dl-custom-components/document-list-custom-components.module.d.ts +14 -0
- package/lib/components/dl-custom-components/name-column/name-column.component.d.ts +41 -0
- package/lib/components/dl-custom-components/tags-column/tags-column.component.d.ts +35 -0
- package/lib/components/dl-custom-components/thumbnail-column/thumbnail-column.component.d.ts +17 -0
- package/lib/components/favorite-libraries/favorite-libraries.component.d.ts +54 -0
- package/lib/components/favorites/favorites.component.d.ts +49 -0
- package/lib/components/files/files.component.d.ts +55 -0
- package/lib/components/home/home.component.d.ts +36 -0
- package/lib/components/info-drawer/comments-tab/comments-tab.component.d.ts +11 -0
- package/lib/components/info-drawer/info.drawer.module.d.ts +19 -0
- package/lib/components/info-drawer/library-metadata-tab/library-metadata-form.component.d.ts +64 -0
- package/lib/components/info-drawer/library-metadata-tab/library-metadata-tab.component.d.ts +7 -0
- package/lib/components/info-drawer/metadata-tab/metadata-tab.component.d.ts +49 -0
- package/lib/components/info-drawer/versions-tab/versions-tab.component.d.ts +35 -0
- package/lib/components/libraries/libraries.component.d.ts +44 -0
- package/lib/components/node-version/node-version-form.component.d.ts +46 -0
- package/lib/components/node-version/node-version.module.d.ts +16 -0
- package/lib/components/recent-files/recent-files.component.d.ts +48 -0
- package/lib/components/search/search-action-menu/search-action-menu.component.d.ts +38 -0
- package/lib/components/search/search-input/search-input.component.d.ts +85 -0
- package/lib/components/search/search-input-control/search-input-control.component.d.ts +50 -0
- package/lib/components/search/search-input.module.d.ts +12 -0
- package/lib/components/search/search-libraries-results/search-libraries-query-builder.service.d.ts +56 -0
- package/lib/components/search/search-libraries-results/search-libraries-results.component.d.ts +58 -0
- package/lib/components/search/search-navigation.service.d.ts +13 -0
- package/lib/components/search/search-results/search-results.component.d.ts +69 -0
- package/lib/components/search/search-results-row/search-results-row.component.d.ts +50 -0
- package/lib/components/search/search-results.module.d.ts +21 -0
- package/lib/components/shared-files/shared-files.component.d.ts +47 -0
- package/lib/components/shared-link-view/shared-link-view.component.d.ts +47 -0
- package/lib/components/shared-link-view/shared-link-view.module.d.ts +15 -0
- package/lib/components/sidenav/components/button-menu.component.d.ts +37 -0
- package/lib/components/sidenav/components/expand-menu.component.d.ts +35 -0
- package/lib/components/sidenav/components/sidenav-header.component.d.ts +48 -0
- package/lib/components/sidenav/directives/action.directive.d.ts +14 -0
- package/lib/components/sidenav/directives/active-link.directive.d.ts +45 -0
- package/lib/components/sidenav/directives/expansion-panel.directive.d.ts +44 -0
- package/lib/components/sidenav/directives/menu-panel.directive.d.ts +42 -0
- package/lib/components/sidenav/sidenav.component.d.ts +50 -0
- package/lib/components/sidenav/sidenav.module.d.ts +19 -0
- package/lib/components/toolbar/document-display-mode/document-display-mode.component.d.ts +13 -0
- package/lib/components/toolbar/toggle-edit-offline/toggle-edit-offline.component.d.ts +47 -0
- package/lib/components/toolbar/toggle-favorite/toggle-favorite.component.d.ts +42 -0
- package/lib/components/toolbar/toggle-favorite-library/toggle-favorite-library.component.d.ts +42 -0
- package/lib/components/toolbar/toggle-info-drawer/toggle-info-drawer.component.d.ts +11 -0
- package/lib/components/toolbar/toggle-join-library/toggle-join-library-button.component.d.ts +41 -0
- package/lib/components/toolbar/toggle-join-library/toggle-join-library-menu.component.d.ts +10 -0
- package/lib/components/toolbar/toolbar.module.d.ts +20 -0
- package/lib/components/toolbar/view-node/view-node.component.d.ts +19 -0
- package/lib/components/trashcan/trashcan.component.d.ts +42 -0
- package/lib/components/trashcan/trashcan.module.d.ts +16 -0
- package/lib/components/upload-files-dialog/upload-files-dialog.component.d.ts +37 -0
- package/lib/components/view-profile/view-profile.component.d.ts +59 -0
- package/lib/components/view-profile/view-profile.guard.d.ts +12 -0
- package/lib/components/view-profile/view-profile.module.d.ts +9 -0
- package/lib/dialogs/node-template/create-from-template.dialog.d.ts +49 -0
- package/lib/directives/directives.module.d.ts +9 -0
- package/lib/directives/document-list.directive.d.ts +56 -0
- package/lib/extensions/core.extensions.module.d.ts +14 -0
- package/lib/material.module.d.ts +14 -0
- package/lib/services/content-management.service.d.ts +100 -0
- package/lib/services/content-service-extension.service.d.ts +11 -0
- package/lib/services/content-url.service.d.ts +17 -0
- package/lib/services/node-actions.service.d.ts +93 -0
- package/lib/services/node-template.service.d.ts +34 -0
- package/lib/store/app-store.module.d.ts +10 -0
- package/lib/store/effects/app.effects.d.ts +41 -0
- package/lib/store/effects/contextmenu.effects.d.ts +12 -0
- package/lib/store/effects/download.effects.d.ts +49 -0
- package/lib/store/effects/favorite.effects.d.ts +38 -0
- package/lib/store/effects/library.effects.d.ts +43 -0
- package/lib/store/effects/node.effects.d.ts +56 -0
- package/lib/store/effects/search.effects.d.ts +37 -0
- package/lib/store/effects/template.effects.d.ts +54 -0
- package/lib/store/effects/upload.effects.d.ts +52 -0
- package/lib/store/effects/viewer.effects.d.ts +55 -0
- package/lib/store/effects.d.ts +34 -0
- package/lib/store/initial-state.d.ts +26 -0
- package/lib/store/reducers/app.reducer.d.ts +26 -0
- package/package.json +47 -0
- package/public-api.d.ts +28 -0
- package/ui/application.scss +53 -0
- package/ui/colors.scss +96 -0
- package/ui/custom-theme.scss +34 -0
- package/ui/dynamic-theme/custom-background-color.scss +14 -0
- package/ui/dynamic-theme/custom-palette-creator.scss +132 -0
- package/ui/dynamic-theme/custom-text-color.scss +8 -0
- package/ui/dynamic-theme/custom-theme-palettes.scss +33 -0
- package/ui/dynamic-theme/custom-theme.scss.tpl +72 -0
- package/ui/dynamic-theme/index.scss +1 -0
- package/ui/dynamic-theme/theme-configuration.scss.tpl +14 -0
- package/ui/dynamic-theme/typography.scss +94 -0
- package/ui/mixins.scss +26 -0
- package/ui/overrides/adf-about.theme.scss +38 -0
- package/ui/overrides/adf-pagination.theme.scss +46 -0
- package/ui/overrides/adf-style-fixes.theme.scss +18 -0
- package/ui/overrides/ay11.scss +232 -0
- package/ui/theme.scss +55 -0
- package/ui/variables/font-family.scss +1 -0
- package/ui/variables/variables.scss +92 -0
package/index.d.ts
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { RouterExtensionService } from '@alfresco/aca-shared';
|
|
2
|
+
import { ExtensionService } from '@alfresco/adf-extensions';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "./components/files/files.component";
|
|
5
|
+
import * as i2 from "./components/details/details.component";
|
|
6
|
+
import * as i3 from "./components/libraries/libraries.component";
|
|
7
|
+
import * as i4 from "./components/favorite-libraries/favorite-libraries.component";
|
|
8
|
+
import * as i5 from "./components/favorites/favorites.component";
|
|
9
|
+
import * as i6 from "./components/recent-files/recent-files.component";
|
|
10
|
+
import * as i7 from "./components/shared-files/shared-files.component";
|
|
11
|
+
import * as i8 from "./dialogs/node-template/create-from-template.dialog";
|
|
12
|
+
import * as i9 from "./components/home/home.component";
|
|
13
|
+
import * as i10 from "./components/upload-files-dialog/upload-files-dialog.component";
|
|
14
|
+
import * as i11 from "@angular/common";
|
|
15
|
+
import * as i12 from "@angular/forms";
|
|
16
|
+
import * as i13 from "@alfresco/adf-content-services";
|
|
17
|
+
import * as i14 from "@angular/router";
|
|
18
|
+
import * as i15 from "@alfresco/adf-core";
|
|
19
|
+
import * as i16 from "@alfresco/adf-extensions";
|
|
20
|
+
import * as i17 from "./extensions/core.extensions.module";
|
|
21
|
+
import * as i18 from "@alfresco/aca-shared";
|
|
22
|
+
import * as i19 from "./material.module";
|
|
23
|
+
import * as i20 from "./store/app-store.module";
|
|
24
|
+
import * as i21 from "./components/common/common.module";
|
|
25
|
+
import * as i22 from "./directives/directives.module";
|
|
26
|
+
import * as i23 from "./components/context-menu/context-menu.module";
|
|
27
|
+
import * as i24 from "./components/info-drawer/info.drawer.module";
|
|
28
|
+
import * as i25 from "./components/toolbar/toolbar.module";
|
|
29
|
+
import * as i26 from "./components/sidenav/sidenav.module";
|
|
30
|
+
import * as i27 from "./components/create-menu/create-menu.module";
|
|
31
|
+
import * as i28 from "./components/dl-custom-components/document-list-custom-components.module";
|
|
32
|
+
import * as i29 from "./components/search/search-input.module";
|
|
33
|
+
import * as i30 from "./components/search/search-results.module";
|
|
34
|
+
import * as i31 from "./components/node-version/node-version.module";
|
|
35
|
+
import * as i32 from "@angular/platform-browser";
|
|
36
|
+
import * as i33 from "./components/view-profile/view-profile.module";
|
|
37
|
+
import * as i34 from "./components/trashcan/trashcan.module";
|
|
38
|
+
import * as i35 from "./components/shared-link-view/shared-link-view.module";
|
|
39
|
+
import * as i36 from "@alfresco/aca-folder-rules";
|
|
40
|
+
export declare class ContentServiceExtensionModule {
|
|
41
|
+
extensions: ExtensionService;
|
|
42
|
+
routeExtensionService: RouterExtensionService;
|
|
43
|
+
constructor(extensions: ExtensionService, routeExtensionService: RouterExtensionService);
|
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContentServiceExtensionModule, never>;
|
|
45
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ContentServiceExtensionModule, [typeof i1.FilesComponent, typeof i2.DetailsComponent, typeof i3.LibrariesComponent, typeof i4.FavoriteLibrariesComponent, typeof i5.FavoritesComponent, typeof i6.RecentFilesComponent, typeof i7.SharedFilesComponent, typeof i8.CreateFromTemplateDialogComponent, typeof i9.HomeComponent, typeof i10.UploadFilesDialogComponent], [typeof i11.CommonModule, typeof i12.FormsModule, typeof i12.ReactiveFormsModule, typeof i13.ContentModule, typeof i14.RouterModule, typeof i15.CoreModule, typeof i16.ExtensionsModule, typeof i17.CoreExtensionsModule, typeof i18.SharedModule, typeof i19.MaterialModule, typeof i20.AppStoreModule, typeof i21.AppCommonModule, typeof i18.PageLayoutModule, typeof i22.DirectivesModule, typeof i23.ContextMenuModule, typeof i24.AppInfoDrawerModule, typeof i25.AppToolbarModule, typeof i26.AppSidenavModule, typeof i27.AppCreateMenuModule, typeof i28.DocumentListCustomComponentsModule, typeof i29.AppSearchInputModule, typeof i30.AppSearchResultsModule, typeof i31.AppNodeVersionModule, typeof i32.HammerModule, typeof i33.ViewProfileModule, typeof i34.AppTrashcanModule, typeof i35.AppSharedLinkViewModule, typeof i36.AcaFolderRulesModule], never>;
|
|
46
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ContentServiceExtensionModule>;
|
|
47
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* Alfresco Example Content Application
|
|
5
|
+
*
|
|
6
|
+
* This file is part of the Alfresco Example Content Application.
|
|
7
|
+
* If the software was purchased under a paid Alfresco license, the terms of
|
|
8
|
+
* the paid license agreement will prevail. Otherwise, the software is
|
|
9
|
+
* provided under the following open source license terms:
|
|
10
|
+
*
|
|
11
|
+
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
|
12
|
+
* it under the terms of the GNU Lesser General Public License as published by
|
|
13
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
14
|
+
* (at your option) any later version.
|
|
15
|
+
*
|
|
16
|
+
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
|
17
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
18
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
19
|
+
* GNU Lesser General Public License for more details.
|
|
20
|
+
*
|
|
21
|
+
* You should have received a copy of the GNU Lesser General Public License
|
|
22
|
+
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
|
23
|
+
*/
|
|
24
|
+
import { ExtensionRoute } from '@alfresco/aca-shared';
|
|
25
|
+
import { Route } from '@angular/router';
|
|
26
|
+
export declare const CONTENT_ROUTES: ExtensionRoute[];
|
|
27
|
+
export declare const CONTENT_LAYOUT_ROUTES: Route;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./location-link/location-link.component";
|
|
3
|
+
import * as i2 from "./toggle-shared/toggle-shared.component";
|
|
4
|
+
import * as i3 from "./language-picker/language-picker.component";
|
|
5
|
+
import * as i4 from "./logout/logout.component";
|
|
6
|
+
import * as i5 from "./user-info/user-info.component";
|
|
7
|
+
import * as i6 from "@angular/common";
|
|
8
|
+
import * as i7 from "@alfresco/adf-core";
|
|
9
|
+
import * as i8 from "@alfresco/adf-content-services";
|
|
10
|
+
import * as i9 from "@alfresco/adf-extensions";
|
|
11
|
+
import * as i10 from "@alfresco/aca-shared";
|
|
12
|
+
import * as i11 from "@angular/router";
|
|
13
|
+
export declare class AppCommonModule {
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppCommonModule, never>;
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppCommonModule, [typeof i1.LocationLinkComponent, typeof i2.ToggleSharedComponent, typeof i3.LanguagePickerComponent, typeof i4.LogoutComponent, typeof i5.UserInfoComponent], [typeof i6.CommonModule, typeof i7.CoreModule, typeof i8.ContentModule, typeof i9.ExtensionsModule, typeof i10.GenericErrorModule, typeof i11.RouterModule], [typeof i9.ExtensionsModule, typeof i1.LocationLinkComponent, typeof i10.GenericErrorModule, typeof i2.ToggleSharedComponent, typeof i3.LanguagePickerComponent, typeof i4.LogoutComponent, typeof i5.UserInfoComponent]>;
|
|
16
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AppCommonModule>;
|
|
17
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class LanguagePickerComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LanguagePickerComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LanguagePickerComponent, "aca-language-picker", never, {}, {}, never, never, false>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* Alfresco Example Content Application
|
|
5
|
+
*
|
|
6
|
+
* This file is part of the Alfresco Example Content Application.
|
|
7
|
+
* If the software was purchased under a paid Alfresco license, the terms of
|
|
8
|
+
* the paid license agreement will prevail. Otherwise, the software is
|
|
9
|
+
* provided under the following open source license terms:
|
|
10
|
+
*
|
|
11
|
+
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
|
12
|
+
* it under the terms of the GNU Lesser General Public License as published by
|
|
13
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
14
|
+
* (at your option) any later version.
|
|
15
|
+
*
|
|
16
|
+
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
|
17
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
18
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
19
|
+
* GNU Lesser General Public License for more details.
|
|
20
|
+
*
|
|
21
|
+
* You should have received a copy of the GNU Lesser General Public License
|
|
22
|
+
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
|
23
|
+
*/
|
|
24
|
+
import { OnInit } from '@angular/core';
|
|
25
|
+
import { Observable, BehaviorSubject } from 'rxjs';
|
|
26
|
+
import { Store } from '@ngrx/store';
|
|
27
|
+
import { AppStore } from '@alfresco/aca-shared/store';
|
|
28
|
+
import { ContentApiService } from '@alfresco/aca-shared';
|
|
29
|
+
import { TranslationService } from '@alfresco/adf-core';
|
|
30
|
+
import * as i0 from "@angular/core";
|
|
31
|
+
export declare class LocationLinkComponent implements OnInit {
|
|
32
|
+
private store;
|
|
33
|
+
private contentApi;
|
|
34
|
+
private translationService;
|
|
35
|
+
private _path;
|
|
36
|
+
nodeLocation$: BehaviorSubject<any>;
|
|
37
|
+
displayText: Observable<string>;
|
|
38
|
+
context: any;
|
|
39
|
+
showLocation: boolean;
|
|
40
|
+
onMouseEnter(): void;
|
|
41
|
+
constructor(store: Store<AppStore>, contentApi: ContentApiService, translationService: TranslationService);
|
|
42
|
+
goToLocation(): void;
|
|
43
|
+
ngOnInit(): void;
|
|
44
|
+
private getDisplayText;
|
|
45
|
+
private getTooltip;
|
|
46
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LocationLinkComponent, never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LocationLinkComponent, "aca-location-link", never, { "context": "context"; "showLocation": "showLocation"; }, {}, never, never, false>;
|
|
48
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Store } from '@ngrx/store';
|
|
2
|
+
import { AppStore } from '@alfresco/aca-shared/store';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class LogoutComponent {
|
|
5
|
+
private store;
|
|
6
|
+
constructor(store: Store<AppStore>);
|
|
7
|
+
onLogoutEvent(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LogoutComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LogoutComponent, "aca-logout", never, {}, {}, never, never, false>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* Alfresco Example Content Application
|
|
5
|
+
*
|
|
6
|
+
* This file is part of the Alfresco Example Content Application.
|
|
7
|
+
* If the software was purchased under a paid Alfresco license, the terms of
|
|
8
|
+
* the paid license agreement will prevail. Otherwise, the software is
|
|
9
|
+
* provided under the following open source license terms:
|
|
10
|
+
*
|
|
11
|
+
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
|
12
|
+
* it under the terms of the GNU Lesser General Public License as published by
|
|
13
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
14
|
+
* (at your option) any later version.
|
|
15
|
+
*
|
|
16
|
+
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
|
17
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
18
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
19
|
+
* GNU Lesser General Public License for more details.
|
|
20
|
+
*
|
|
21
|
+
* You should have received a copy of the GNU Lesser General Public License
|
|
22
|
+
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
|
23
|
+
*/
|
|
24
|
+
import { OnInit } from '@angular/core';
|
|
25
|
+
import { Observable } from 'rxjs';
|
|
26
|
+
import { Store } from '@ngrx/store';
|
|
27
|
+
import { SelectionState } from '@alfresco/adf-extensions';
|
|
28
|
+
import { AppStore } from '@alfresco/aca-shared/store';
|
|
29
|
+
import * as i0 from "@angular/core";
|
|
30
|
+
export declare class ToggleSharedComponent implements OnInit {
|
|
31
|
+
private store;
|
|
32
|
+
data: {
|
|
33
|
+
iconButton?: string;
|
|
34
|
+
};
|
|
35
|
+
selection$: Observable<SelectionState>;
|
|
36
|
+
constructor(store: Store<AppStore>);
|
|
37
|
+
ngOnInit(): void;
|
|
38
|
+
isShared(selection: SelectionState): boolean;
|
|
39
|
+
editSharedNode(selection: SelectionState, focusedElementOnCloseSelector: string): void;
|
|
40
|
+
getLabel(selection: SelectionState): string;
|
|
41
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ToggleSharedComponent, never>;
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToggleSharedComponent, "app-toggle-shared", never, { "data": "data"; }, {}, never, never, false>;
|
|
43
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* Alfresco Example Content Application
|
|
5
|
+
*
|
|
6
|
+
* This file is part of the Alfresco Example Content Application.
|
|
7
|
+
* If the software was purchased under a paid Alfresco license, the terms of
|
|
8
|
+
* the paid license agreement will prevail. Otherwise, the software is
|
|
9
|
+
* provided under the following open source license terms:
|
|
10
|
+
*
|
|
11
|
+
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
|
12
|
+
* it under the terms of the GNU Lesser General Public License as published by
|
|
13
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
14
|
+
* (at your option) any later version.
|
|
15
|
+
*
|
|
16
|
+
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
|
17
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
18
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
19
|
+
* GNU Lesser General Public License for more details.
|
|
20
|
+
*
|
|
21
|
+
* You should have received a copy of the GNU Lesser General Public License
|
|
22
|
+
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
|
23
|
+
*/
|
|
24
|
+
import { IdentityUserService, AuthenticationService } from '@alfresco/adf-core';
|
|
25
|
+
import { OnInit } from '@angular/core';
|
|
26
|
+
import { Observable } from 'rxjs';
|
|
27
|
+
import { PeopleContentService } from '@alfresco/adf-content-services';
|
|
28
|
+
import * as i0 from "@angular/core";
|
|
29
|
+
export declare class UserInfoComponent implements OnInit {
|
|
30
|
+
private peopleContentService;
|
|
31
|
+
private identityUserService;
|
|
32
|
+
private authService;
|
|
33
|
+
displayName$: Observable<string>;
|
|
34
|
+
constructor(peopleContentService: PeopleContentService, identityUserService: IdentityUserService, authService: AuthenticationService);
|
|
35
|
+
ngOnInit(): void;
|
|
36
|
+
getUserInfo(): void;
|
|
37
|
+
get isLoggedIn(): boolean;
|
|
38
|
+
private loadEcmUserInfo;
|
|
39
|
+
private loadIdentityUserInfo;
|
|
40
|
+
private parseDisplayName;
|
|
41
|
+
private isEcmLoggedIn;
|
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserInfoComponent, never>;
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UserInfoComponent, "app-user-info", never, {}, {}, never, never, false>;
|
|
44
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ContentActionRef } from '@alfresco/adf-extensions';
|
|
2
|
+
import { AppExtensionService } from '@alfresco/aca-shared';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ContextMenuItemComponent {
|
|
5
|
+
private extensions;
|
|
6
|
+
actionRef: ContentActionRef;
|
|
7
|
+
constructor(extensions: AppExtensionService);
|
|
8
|
+
runAction(): void;
|
|
9
|
+
private hasClickAction;
|
|
10
|
+
trackByActionId(_: number, obj: ContentActionRef): string;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuItemComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContextMenuItemComponent, "app-context-menu-item", never, { "actionRef": "actionRef"; }, {}, never, never, false>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* Alfresco Example Content Application
|
|
5
|
+
*
|
|
6
|
+
* This file is part of the Alfresco Example Content Application.
|
|
7
|
+
* If the software was purchased under a paid Alfresco license, the terms of
|
|
8
|
+
* the paid license agreement will prevail. Otherwise, the software is
|
|
9
|
+
* provided under the following open source license terms:
|
|
10
|
+
*
|
|
11
|
+
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
|
12
|
+
* it under the terms of the GNU Lesser General Public License as published by
|
|
13
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
14
|
+
* (at your option) any later version.
|
|
15
|
+
*
|
|
16
|
+
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
|
17
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
18
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
19
|
+
* GNU Lesser General Public License for more details.
|
|
20
|
+
*
|
|
21
|
+
* You should have received a copy of the GNU Lesser General Public License
|
|
22
|
+
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
|
23
|
+
*/
|
|
24
|
+
import { EventEmitter, OnInit, OnDestroy } from '@angular/core';
|
|
25
|
+
import * as i0 from "@angular/core";
|
|
26
|
+
export declare class OutsideEventDirective implements OnInit, OnDestroy {
|
|
27
|
+
private subscriptions;
|
|
28
|
+
clickOutside: EventEmitter<null>;
|
|
29
|
+
constructor();
|
|
30
|
+
ngOnInit(): void;
|
|
31
|
+
ngOnDestroy(): void;
|
|
32
|
+
private findAncestor;
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OutsideEventDirective, never>;
|
|
34
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<OutsideEventDirective, "[acaContextMenuOutsideEvent]", never, {}, { "clickOutside": "clickOutside"; }, never, never, false>;
|
|
35
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* Alfresco Example Content Application
|
|
5
|
+
*
|
|
6
|
+
* This file is part of the Alfresco Example Content Application.
|
|
7
|
+
* If the software was purchased under a paid Alfresco license, the terms of
|
|
8
|
+
* the paid license agreement will prevail. Otherwise, the software is
|
|
9
|
+
* provided under the following open source license terms:
|
|
10
|
+
*
|
|
11
|
+
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
|
12
|
+
* it under the terms of the GNU Lesser General Public License as published by
|
|
13
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
14
|
+
* (at your option) any later version.
|
|
15
|
+
*
|
|
16
|
+
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
|
17
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
18
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
19
|
+
* GNU Lesser General Public License for more details.
|
|
20
|
+
*
|
|
21
|
+
* You should have received a copy of the GNU Lesser General Public License
|
|
22
|
+
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
|
23
|
+
*/
|
|
24
|
+
import { OverlayRef } from '@angular/cdk/overlay';
|
|
25
|
+
export declare class ContextMenuOverlayRef {
|
|
26
|
+
private overlayRef;
|
|
27
|
+
constructor(overlayRef: OverlayRef);
|
|
28
|
+
close(): void;
|
|
29
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* Alfresco Example Content Application
|
|
5
|
+
*
|
|
6
|
+
* This file is part of the Alfresco Example Content Application.
|
|
7
|
+
* If the software was purchased under a paid Alfresco license, the terms of
|
|
8
|
+
* the paid license agreement will prevail. Otherwise, the software is
|
|
9
|
+
* provided under the following open source license terms:
|
|
10
|
+
*
|
|
11
|
+
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
|
12
|
+
* it under the terms of the GNU Lesser General Public License as published by
|
|
13
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
14
|
+
* (at your option) any later version.
|
|
15
|
+
*
|
|
16
|
+
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
|
17
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
18
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
19
|
+
* GNU Lesser General Public License for more details.
|
|
20
|
+
*
|
|
21
|
+
* You should have received a copy of the GNU Lesser General Public License
|
|
22
|
+
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
|
23
|
+
*/
|
|
24
|
+
import { OnInit, OnDestroy, AfterViewInit } from '@angular/core';
|
|
25
|
+
import { MatMenuTrigger } from '@angular/material/menu';
|
|
26
|
+
import { ContentActionRef } from '@alfresco/adf-extensions';
|
|
27
|
+
import { ContextMenuOverlayRef } from './context-menu-overlay';
|
|
28
|
+
import { Direction } from '@angular/cdk/bidi';
|
|
29
|
+
import { AppExtensionService } from '@alfresco/aca-shared';
|
|
30
|
+
import * as i0 from "@angular/core";
|
|
31
|
+
export declare class ContextMenuComponent implements OnInit, OnDestroy, AfterViewInit {
|
|
32
|
+
private contextMenuOverlayRef;
|
|
33
|
+
private extensions;
|
|
34
|
+
direction: Direction;
|
|
35
|
+
private onDestroy$;
|
|
36
|
+
actions: Array<ContentActionRef>;
|
|
37
|
+
trigger: MatMenuTrigger;
|
|
38
|
+
handleKeydownEscape(event: KeyboardEvent): void;
|
|
39
|
+
constructor(contextMenuOverlayRef: ContextMenuOverlayRef, extensions: AppExtensionService, direction: Direction);
|
|
40
|
+
onClickOutsideEvent(): void;
|
|
41
|
+
runAction(contentActionRef: ContentActionRef): void;
|
|
42
|
+
ngOnDestroy(): void;
|
|
43
|
+
ngOnInit(): void;
|
|
44
|
+
ngAfterViewInit(): void;
|
|
45
|
+
trackByActionId(_: number, obj: ContentActionRef): string;
|
|
46
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuComponent, never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContextMenuComponent, "aca-context-menu", never, {}, {}, never, never, false>;
|
|
48
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./context-menu.component";
|
|
3
|
+
import * as i2 from "./context-menu-item.component";
|
|
4
|
+
import * as i3 from "./context-menu-outside-event.directive";
|
|
5
|
+
import * as i4 from "@angular/material/menu";
|
|
6
|
+
import * as i5 from "@angular/material/list";
|
|
7
|
+
import * as i6 from "@angular/material/icon";
|
|
8
|
+
import * as i7 from "@angular/material/button";
|
|
9
|
+
import * as i8 from "../../extensions/core.extensions.module";
|
|
10
|
+
import * as i9 from "@alfresco/adf-core";
|
|
11
|
+
import * as i10 from "../common/common.module";
|
|
12
|
+
import * as i11 from "@alfresco/adf-extensions";
|
|
13
|
+
import * as i12 from "@alfresco/aca-shared";
|
|
14
|
+
export declare class ContextMenuModule {
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuModule, never>;
|
|
16
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ContextMenuModule, [typeof i1.ContextMenuComponent, typeof i2.ContextMenuItemComponent, typeof i3.OutsideEventDirective], [typeof i4.MatMenuModule, typeof i5.MatListModule, typeof i6.MatIconModule, typeof i7.MatButtonModule, typeof i8.CoreExtensionsModule, typeof i9.CoreModule, typeof i10.AppCommonModule, typeof i11.ExtensionsModule, typeof i12.ContextActionsModule], [typeof i3.OutsideEventDirective, typeof i1.ContextMenuComponent, typeof i2.ContextMenuItemComponent, typeof i12.ContextActionsModule]>;
|
|
17
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ContextMenuModule>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* Alfresco Example Content Application
|
|
5
|
+
*
|
|
6
|
+
* This file is part of the Alfresco Example Content Application.
|
|
7
|
+
* If the software was purchased under a paid Alfresco license, the terms of
|
|
8
|
+
* the paid license agreement will prevail. Otherwise, the software is
|
|
9
|
+
* provided under the following open source license terms:
|
|
10
|
+
*
|
|
11
|
+
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
|
12
|
+
* it under the terms of the GNU Lesser General Public License as published by
|
|
13
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
14
|
+
* (at your option) any later version.
|
|
15
|
+
*
|
|
16
|
+
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
|
17
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
18
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
19
|
+
* GNU Lesser General Public License for more details.
|
|
20
|
+
*
|
|
21
|
+
* You should have received a copy of the GNU Lesser General Public License
|
|
22
|
+
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
|
23
|
+
*/
|
|
24
|
+
import { Injector } from '@angular/core';
|
|
25
|
+
import { Overlay } from '@angular/cdk/overlay';
|
|
26
|
+
import { ContextMenuOverlayRef } from './context-menu-overlay';
|
|
27
|
+
import { ContextmenuOverlayConfig } from './interfaces';
|
|
28
|
+
import { UserPreferencesService } from '@alfresco/adf-core';
|
|
29
|
+
import * as i0 from "@angular/core";
|
|
30
|
+
export declare class ContextMenuService {
|
|
31
|
+
private injector;
|
|
32
|
+
private overlay;
|
|
33
|
+
private userPreferenceService;
|
|
34
|
+
private direction;
|
|
35
|
+
constructor(injector: Injector, overlay: Overlay, userPreferenceService: UserPreferencesService);
|
|
36
|
+
open(config: ContextmenuOverlayConfig): ContextMenuOverlayRef;
|
|
37
|
+
private createOverlay;
|
|
38
|
+
private attachDialogContainer;
|
|
39
|
+
private createInjector;
|
|
40
|
+
private getOverlayConfig;
|
|
41
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuService, never>;
|
|
42
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ContextMenuService>;
|
|
43
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* Alfresco Example Content Application
|
|
5
|
+
*
|
|
6
|
+
* This file is part of the Alfresco Example Content Application.
|
|
7
|
+
* If the software was purchased under a paid Alfresco license, the terms of
|
|
8
|
+
* the paid license agreement will prevail. Otherwise, the software is
|
|
9
|
+
* provided under the following open source license terms:
|
|
10
|
+
*
|
|
11
|
+
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
|
12
|
+
* it under the terms of the GNU Lesser General Public License as published by
|
|
13
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
14
|
+
* (at your option) any later version.
|
|
15
|
+
*
|
|
16
|
+
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
|
17
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
18
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
19
|
+
* GNU Lesser General Public License for more details.
|
|
20
|
+
*
|
|
21
|
+
* You should have received a copy of the GNU Lesser General Public License
|
|
22
|
+
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
|
23
|
+
*/
|
|
24
|
+
import { InjectionToken } from '@angular/core';
|
|
25
|
+
export declare const CONTEXT_MENU_DIRECTION: InjectionToken<string>;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* Alfresco Example Content Application
|
|
5
|
+
*
|
|
6
|
+
* This file is part of the Alfresco Example Content Application.
|
|
7
|
+
* If the software was purchased under a paid Alfresco license, the terms of
|
|
8
|
+
* the paid license agreement will prevail. Otherwise, the software is
|
|
9
|
+
* provided under the following open source license terms:
|
|
10
|
+
*
|
|
11
|
+
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
|
12
|
+
* it under the terms of the GNU Lesser General Public License as published by
|
|
13
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
14
|
+
* (at your option) any later version.
|
|
15
|
+
*
|
|
16
|
+
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
|
17
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
18
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
19
|
+
* GNU Lesser General Public License for more details.
|
|
20
|
+
*
|
|
21
|
+
* You should have received a copy of the GNU Lesser General Public License
|
|
22
|
+
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
|
23
|
+
*/
|
|
24
|
+
export interface ContextmenuOverlayConfig {
|
|
25
|
+
panelClass?: string;
|
|
26
|
+
hasBackdrop?: boolean;
|
|
27
|
+
backdropClass?: string;
|
|
28
|
+
source?: MouseEvent;
|
|
29
|
+
data?: any;
|
|
30
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* Alfresco Example Content Application
|
|
5
|
+
*
|
|
6
|
+
* This file is part of the Alfresco Example Content Application.
|
|
7
|
+
* If the software was purchased under a paid Alfresco license, the terms of
|
|
8
|
+
* the paid license agreement will prevail. Otherwise, the software is
|
|
9
|
+
* provided under the following open source license terms:
|
|
10
|
+
*
|
|
11
|
+
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
|
12
|
+
* it under the terms of the GNU Lesser General Public License as published by
|
|
13
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
14
|
+
* (at your option) any later version.
|
|
15
|
+
*
|
|
16
|
+
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
|
17
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
18
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
19
|
+
* GNU Lesser General Public License for more details.
|
|
20
|
+
*
|
|
21
|
+
* You should have received a copy of the GNU Lesser General Public License
|
|
22
|
+
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
|
23
|
+
*/
|
|
24
|
+
import { OnInit, OnDestroy } from '@angular/core';
|
|
25
|
+
import { ContentActionRef } from '@alfresco/adf-extensions';
|
|
26
|
+
import { Subject } from 'rxjs';
|
|
27
|
+
import { AppExtensionService } from '@alfresco/aca-shared';
|
|
28
|
+
import * as i0 from "@angular/core";
|
|
29
|
+
export declare class CreateMenuComponent implements OnInit, OnDestroy {
|
|
30
|
+
private extensions;
|
|
31
|
+
createActions: Array<ContentActionRef>;
|
|
32
|
+
onDestroy$: Subject<boolean>;
|
|
33
|
+
isMainActionPresent: boolean;
|
|
34
|
+
showLabel: boolean;
|
|
35
|
+
expanded: boolean;
|
|
36
|
+
constructor(extensions: AppExtensionService);
|
|
37
|
+
ngOnInit(): void;
|
|
38
|
+
ngOnDestroy(): void;
|
|
39
|
+
trackByActionId(_: number, obj: ContentActionRef): string;
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CreateMenuComponent, never>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CreateMenuComponent, "app-create-menu", never, { "showLabel": "showLabel"; "expanded": "expanded"; }, {}, never, never, false>;
|
|
42
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./create-menu.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@alfresco/adf-core";
|
|
5
|
+
import * as i4 from "../toolbar/toolbar.module";
|
|
6
|
+
export declare class AppCreateMenuModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppCreateMenuModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppCreateMenuModule, [typeof i1.CreateMenuComponent], [typeof i2.CommonModule, typeof i3.CoreModule, typeof i4.AppToolbarModule], [typeof i1.CreateMenuComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AppCreateMenuModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
* Alfresco Example Content Application
|
|
5
|
+
*
|
|
6
|
+
* This file is part of the Alfresco Example Content Application.
|
|
7
|
+
* If the software was purchased under a paid Alfresco license, the terms of
|
|
8
|
+
* the paid license agreement will prevail. Otherwise, the software is
|
|
9
|
+
* provided under the following open source license terms:
|
|
10
|
+
*
|
|
11
|
+
* The Alfresco Example Content Application is free software: you can redistribute it and/or modify
|
|
12
|
+
* it under the terms of the GNU Lesser General Public License as published by
|
|
13
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
14
|
+
* (at your option) any later version.
|
|
15
|
+
*
|
|
16
|
+
* The Alfresco Example Content Application is distributed in the hope that it will be useful,
|
|
17
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
18
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
19
|
+
* GNU Lesser General Public License for more details.
|
|
20
|
+
*
|
|
21
|
+
* You should have received a copy of the GNU Lesser General Public License
|
|
22
|
+
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
|
23
|
+
*/
|
|
24
|
+
import { OnInit, OnDestroy } from '@angular/core';
|
|
25
|
+
import { ActivatedRoute } from '@angular/router';
|
|
26
|
+
import { AppExtensionService, ContentApiService, PageComponent } from '@alfresco/aca-shared';
|
|
27
|
+
import { AppStore } from '@alfresco/aca-shared/store';
|
|
28
|
+
import { Store } from '@ngrx/store';
|
|
29
|
+
import { ContentManagementService } from '../../services/content-management.service';
|
|
30
|
+
import { Subject } from 'rxjs';
|
|
31
|
+
import * as i0 from "@angular/core";
|
|
32
|
+
export declare class DetailsComponent extends PageComponent implements OnInit, OnDestroy {
|
|
33
|
+
private route;
|
|
34
|
+
private contentApi;
|
|
35
|
+
nodeId: string;
|
|
36
|
+
isLoading: boolean;
|
|
37
|
+
onDestroy$: Subject<boolean>;
|
|
38
|
+
activeTab: number;
|
|
39
|
+
constructor(route: ActivatedRoute, contentApi: ContentApiService, store: Store<AppStore>, content: ContentManagementService, extensions: AppExtensionService);
|
|
40
|
+
ngOnInit(): void;
|
|
41
|
+
setActiveTab(tabName: string): void;
|
|
42
|
+
goBack(): void;
|
|
43
|
+
ngOnDestroy(): void;
|
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DetailsComponent, never>;
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DetailsComponent, "app-details-manager", never, {}, {}, never, never, false>;
|
|
46
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./name-column/name-column.component";
|
|
3
|
+
import * as i2 from "./thumbnail-column/thumbnail-column.component";
|
|
4
|
+
import * as i3 from "./tags-column/tags-column.component";
|
|
5
|
+
import * as i4 from "@angular/platform-browser";
|
|
6
|
+
import * as i5 from "@alfresco/adf-core";
|
|
7
|
+
import * as i6 from "@alfresco/adf-content-services";
|
|
8
|
+
import * as i7 from "../../material.module";
|
|
9
|
+
import * as i8 from "@alfresco/aca-shared";
|
|
10
|
+
export declare class DocumentListCustomComponentsModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentListCustomComponentsModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DocumentListCustomComponentsModule, [typeof i1.CustomNameColumnComponent, typeof i2.ThumbnailColumnComponent, typeof i3.TagsColumnComponent], [typeof i4.BrowserModule, typeof i5.CoreModule, typeof i6.ContentModule, typeof i7.MaterialModule, typeof i8.LockedByModule], [typeof i1.CustomNameColumnComponent, typeof i2.ThumbnailColumnComponent, typeof i3.TagsColumnComponent]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DocumentListCustomComponentsModule>;
|
|
14
|
+
}
|