@alfresco/adf-content-services 7.1.0-15303058550 → 8.0.1
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/bundles/assets/adf-content-services/i18n/de.json +11 -1
- package/bundles/assets/adf-content-services/i18n/en.json +11 -1
- package/bundles/assets/adf-content-services/i18n/es.json +11 -1
- package/bundles/assets/adf-content-services/i18n/fr.json +11 -1
- package/bundles/assets/adf-content-services/i18n/it.json +11 -1
- package/bundles/assets/adf-content-services/i18n/pl.json +11 -1
- package/bundles/assets/adf-content-services/i18n/pt.json +11 -1
- package/fesm2022/adf-content-services.mjs +1012 -938
- package/fesm2022/adf-content-services.mjs.map +1 -1
- package/lib/aspect-list/aspect-list-dialog.component.scss +41 -46
- package/lib/aspect-list/aspect-list.component.d.ts +4 -0
- package/lib/aspect-list/aspect-list.component.scss +3 -2
- package/lib/aspect-list/interfaces/custom-aspect-paging.interface.d.ts +21 -0
- package/lib/aspect-list/public-api.d.ts +1 -0
- package/lib/aspect-list/services/aspect-list.service.d.ts +6 -4
- package/lib/breadcrumb/dropdown-breadcrumb.component.scss +2 -2
- package/lib/category/categories-management/categories-management.component.d.ts +4 -0
- package/lib/category/categories-management/categories-management.component.scss +4 -4
- package/lib/content-metadata/components/content-metadata/content-metadata.component.scss +5 -5
- package/lib/content-node-selector/content-node-selector-panel/content-node-selector-panel.component.scss +10 -10
- package/lib/content-node-selector/content-node-selector.component.scss +3 -3
- package/lib/content-node-share/content-node-share.dialog.scss +3 -3
- package/lib/content.module.d.ts +2 -2
- package/lib/dialogs/dialog.module.d.ts +6 -5
- package/lib/dialogs/download-zip/download-zip.dialog.d.ts +1 -1
- package/lib/dialogs/download-zip/download-zip.dialog.module.d.ts +2 -6
- package/lib/dialogs/folder/folder.dialog.scss +5 -5
- package/lib/dialogs/library/library.dialog.scss +9 -9
- package/lib/directives/library-favorite.directive.d.ts +4 -2
- package/lib/directives/node-favorite.directive.d.ts +4 -2
- package/lib/document-list/components/document-list.component.scss +4 -4
- package/lib/flex.scss +81 -0
- package/lib/mat-selectors.scss +63 -0
- package/lib/new-version-uploader/new-version-uploader.dialog.scss +1 -1
- package/lib/node-comments/node-comments.component.d.ts +21 -1
- package/lib/permission-manager/components/add-permission/add-permission-dialog.component.scss +5 -5
- package/lib/permission-manager/components/add-permission/add-permission-panel.component.scss +6 -6
- package/lib/permission-manager/components/permission-list/permission-list.component.scss +2 -2
- package/lib/permission-manager/components/user-role-column/user-role-column.component.scss +3 -3
- package/lib/search/components/search-check-list/search-check-list.component.scss +2 -2
- package/lib/search/components/search-chip-autocomplete-input/search-chip-autocomplete-input.component.scss +7 -7
- package/lib/search/components/search-control.component.scss +4 -4
- package/lib/search/components/search-date-range-tabbed/search-date-range/search-date-range.component.d.ts +1 -1
- package/lib/search/components/search-date-range-tabbed/search-date-range/search-date-range.component.scss +42 -42
- package/lib/search/components/search-date-range-tabbed/search-date-range-tabbed.component.scss +2 -2
- package/lib/search/components/search-filter-chips/search-facet-chip/search-facet-chip.component.scss +2 -2
- package/lib/search/components/search-filter-chips/search-facet-chip-tabbed/search-facet-chip-tabbed.component.scss +3 -3
- package/lib/search/components/search-filter-chips/search-filter-chips.component.scss +4 -4
- package/lib/search/components/search-filter-container/search-filter-container.component.scss +2 -2
- package/lib/search/components/search-filter-tabbed/search-filter-tabbed.component.scss +3 -3
- package/lib/search/components/search-form/search-form.component.scss +2 -2
- package/lib/search/components/search-properties/search-properties.component.scss +20 -20
- package/lib/search/components/search-text/search-text.component.scss +0 -2
- package/lib/tag/services/tag.service.d.ts +1 -1
- package/lib/tag/tags-creator/tags-creator.component.scss +3 -3
- package/lib/upload/components/base-upload/upload-base.d.ts +1 -1
- package/lib/version-manager/version-list.component.scss +3 -2
- package/lib/version-manager/version-upload.component.scss +3 -3
- package/lib/viewer/components/alfresco-viewer.component.d.ts +6 -2
- package/package.json +4 -6
- package/esm2022/adf-content-services.mjs +0 -5
- package/esm2022/lib/agent/index.mjs +0 -18
- package/esm2022/lib/agent/public-api.mjs +0 -18
- package/esm2022/lib/agent/services/agent.service.mjs +0 -60
- package/esm2022/lib/alfresco-icon/alfresco-icon.component.mjs +0 -27
- package/esm2022/lib/api-factories/alfresco-api-no-auth.service.mjs +0 -42
- package/esm2022/lib/api-factories/alfresco-api-v2-loader.service.mjs +0 -77
- package/esm2022/lib/api-factories/index.mjs +0 -18
- package/esm2022/lib/api-factories/public-api.mjs +0 -19
- package/esm2022/lib/aspect-list/aspect-list-dialog-data.interface.mjs +0 -18
- package/esm2022/lib/aspect-list/aspect-list-dialog.component.mjs +0 -78
- package/esm2022/lib/aspect-list/aspect-list.component.mjs +0 -140
- package/esm2022/lib/aspect-list/aspect-list.module.mjs +0 -35
- package/esm2022/lib/aspect-list/index.mjs +0 -18
- package/esm2022/lib/aspect-list/public-api.mjs +0 -24
- package/esm2022/lib/aspect-list/services/aspect-list.service.mjs +0 -83
- package/esm2022/lib/aspect-list/services/dialog-aspect-list.service.mjs +0 -86
- package/esm2022/lib/aspect-list/services/node-aspect.service.mjs +0 -52
- package/esm2022/lib/auth-loader/content-auth-loader-factory.mjs +0 -26
- package/esm2022/lib/auth-loader/content-auth-loader.service.mjs +0 -42
- package/esm2022/lib/breadcrumb/breadcrumb.component.mjs +0 -167
- package/esm2022/lib/breadcrumb/breadcrumb.module.mjs +0 -35
- package/esm2022/lib/breadcrumb/dropdown-breadcrumb.component.mjs +0 -66
- package/esm2022/lib/breadcrumb/index.mjs +0 -18
- package/esm2022/lib/breadcrumb/public-api.mjs +0 -20
- package/esm2022/lib/category/categories-management/categories-management-mode.mjs +0 -22
- package/esm2022/lib/category/categories-management/categories-management.component.mjs +0 -309
- package/esm2022/lib/category/category.module.mjs +0 -33
- package/esm2022/lib/category/index.mjs +0 -18
- package/esm2022/lib/category/models/category-node.interface.mjs +0 -18
- package/esm2022/lib/category/public-api.mjs +0 -23
- package/esm2022/lib/category/services/category-tree-datasource.service.mjs +0 -81
- package/esm2022/lib/category/services/category.service.mjs +0 -159
- package/esm2022/lib/common/events/file.event.mjs +0 -46
- package/esm2022/lib/common/index.mjs +0 -18
- package/esm2022/lib/common/interfaces/saved-search.interface.mjs +0 -18
- package/esm2022/lib/common/interfaces/search-configuration.interface.mjs +0 -18
- package/esm2022/lib/common/mocks/ecm-user.service.mock.mjs +0 -37
- package/esm2022/lib/common/models/allowable-operations.enum.mjs +0 -30
- package/esm2022/lib/common/models/ecm-company.model.mjs +0 -19
- package/esm2022/lib/common/models/ecm-user.model.mjs +0 -45
- package/esm2022/lib/common/models/file.model.mjs +0 -53
- package/esm2022/lib/common/models/node-metadata.model.mjs +0 -23
- package/esm2022/lib/common/models/permissions.enum.mjs +0 -32
- package/esm2022/lib/common/public-api.mjs +0 -37
- package/esm2022/lib/common/services/card-view-content-update.service.mjs +0 -55
- package/esm2022/lib/common/services/content.service.mjs +0 -180
- package/esm2022/lib/common/services/discovery-api.service.mjs +0 -79
- package/esm2022/lib/common/services/favorites-api.service.mjs +0 -84
- package/esm2022/lib/common/services/nodes-api.service.mjs +0 -251
- package/esm2022/lib/common/services/people-content.service.mjs +0 -138
- package/esm2022/lib/common/services/rendition.service.mjs +0 -270
- package/esm2022/lib/common/services/saved-searches.service.mjs +0 -206
- package/esm2022/lib/common/services/sites.service.mjs +0 -243
- package/esm2022/lib/common/services/upload.service.mjs +0 -391
- package/esm2022/lib/content-metadata/components/content-metadata/content-metadata-header.component.mjs +0 -55
- package/esm2022/lib/content-metadata/components/content-metadata/content-metadata.component.mjs +0 -491
- package/esm2022/lib/content-metadata/components/content-metadata-card/content-metadata-card.component.mjs +0 -129
- package/esm2022/lib/content-metadata/content-metadata.module.mjs +0 -36
- package/esm2022/lib/content-metadata/index.mjs +0 -18
- package/esm2022/lib/content-metadata/interfaces/aspect-oriented-config.interface.mjs +0 -18
- package/esm2022/lib/content-metadata/interfaces/card-view-group.interface.mjs +0 -18
- package/esm2022/lib/content-metadata/interfaces/content-metadata-config.interface.mjs +0 -18
- package/esm2022/lib/content-metadata/interfaces/content-metadata-custom-panel.interface.mjs +0 -18
- package/esm2022/lib/content-metadata/interfaces/content-metadata-panel.interface.mjs +0 -18
- package/esm2022/lib/content-metadata/interfaces/content-metadata.interfaces.mjs +0 -28
- package/esm2022/lib/content-metadata/interfaces/indifferent-config.interface.mjs +0 -18
- package/esm2022/lib/content-metadata/interfaces/layout-oriented-config.interface.mjs +0 -18
- package/esm2022/lib/content-metadata/interfaces/organised-property-group.interface.mjs +0 -18
- package/esm2022/lib/content-metadata/interfaces/preset-config.interface.mjs +0 -18
- package/esm2022/lib/content-metadata/interfaces/property-group.interface.mjs +0 -18
- package/esm2022/lib/content-metadata/interfaces/property.interface.mjs +0 -18
- package/esm2022/lib/content-metadata/public-api.mjs +0 -31
- package/esm2022/lib/content-metadata/services/basic-properties.service.mjs +0 -107
- package/esm2022/lib/content-metadata/services/config/aspect-oriented-config.service.mjs +0 -106
- package/esm2022/lib/content-metadata/services/config/content-metadata-config.factory.mjs +0 -76
- package/esm2022/lib/content-metadata/services/config/indifferent-config.service.mjs +0 -40
- package/esm2022/lib/content-metadata/services/config/layout-oriented-config.service.mjs +0 -108
- package/esm2022/lib/content-metadata/services/config/property-group-reader.mjs +0 -33
- package/esm2022/lib/content-metadata/services/content-metadata.service.mjs +0 -99
- package/esm2022/lib/content-metadata/services/content-type-property.service.mjs +0 -134
- package/esm2022/lib/content-metadata/services/property-descriptors.service.mjs +0 -52
- package/esm2022/lib/content-metadata/services/property-groups-translator.service.mjs +0 -169
- package/esm2022/lib/content-node-selector/content-node-dialog.service.mjs +0 -256
- package/esm2022/lib/content-node-selector/content-node-selector-panel/content-node-selector-panel.component.mjs +0 -618
- package/esm2022/lib/content-node-selector/content-node-selector-panel/content-node-selector-panel.service.mjs +0 -66
- package/esm2022/lib/content-node-selector/content-node-selector.component-data.interface.mjs +0 -18
- package/esm2022/lib/content-node-selector/content-node-selector.component.mjs +0 -206
- package/esm2022/lib/content-node-selector/content-node-selector.module.mjs +0 -50
- package/esm2022/lib/content-node-selector/index.mjs +0 -18
- package/esm2022/lib/content-node-selector/name-location-cell/name-location-cell.component.mjs +0 -48
- package/esm2022/lib/content-node-selector/public-api.mjs +0 -25
- package/esm2022/lib/content-node-selector/site-dropdown/sites-dropdown.component.mjs +0 -168
- package/esm2022/lib/content-node-share/content-node-share.dialog.mjs +0 -288
- package/esm2022/lib/content-node-share/content-node-share.directive.mjs +0 -102
- package/esm2022/lib/content-node-share/content-node-share.module.mjs +0 -35
- package/esm2022/lib/content-node-share/content-node-share.settings.mjs +0 -18
- package/esm2022/lib/content-node-share/index.mjs +0 -18
- package/esm2022/lib/content-node-share/public-api.mjs +0 -22
- package/esm2022/lib/content-node-share/services/shared-links-api.service.mjs +0 -83
- package/esm2022/lib/content-type/content-type-dialog.component.mjs +0 -58
- package/esm2022/lib/content-type/content-type-metadata.interface.mjs +0 -18
- package/esm2022/lib/content-type/content-type.service.mjs +0 -52
- package/esm2022/lib/content-type/index.mjs +0 -20
- package/esm2022/lib/content.module.mjs +0 -277
- package/esm2022/lib/dialogs/category-selector/category-selector.dialog.mjs +0 -52
- package/esm2022/lib/dialogs/dialog.module.mjs +0 -52
- package/esm2022/lib/dialogs/download-zip/download-zip.dialog.mjs +0 -111
- package/esm2022/lib/dialogs/download-zip/download-zip.dialog.module.mjs +0 -38
- package/esm2022/lib/dialogs/download-zip/services/download-zip.service.mjs +0 -66
- package/esm2022/lib/dialogs/folder/folder-name.validators.mjs +0 -44
- package/esm2022/lib/dialogs/folder/folder.dialog.mjs +0 -147
- package/esm2022/lib/dialogs/index.mjs +0 -18
- package/esm2022/lib/dialogs/library/library.dialog.mjs +0 -225
- package/esm2022/lib/dialogs/node-lock/node-lock.dialog.mjs +0 -116
- package/esm2022/lib/dialogs/public-api.mjs +0 -25
- package/esm2022/lib/directives/auto-focus.directive.mjs +0 -38
- package/esm2022/lib/directives/check-allowable-operation.directive.mjs +0 -126
- package/esm2022/lib/directives/content-directive.module.mjs +0 -75
- package/esm2022/lib/directives/index.mjs +0 -18
- package/esm2022/lib/directives/library-favorite.directive.mjs +0 -114
- package/esm2022/lib/directives/library-membership.directive.mjs +0 -202
- package/esm2022/lib/directives/node-counter.directive.mjs +0 -60
- package/esm2022/lib/directives/node-delete.directive.mjs +0 -177
- package/esm2022/lib/directives/node-download.directive.mjs +0 -138
- package/esm2022/lib/directives/node-favorite.directive.mjs +0 -170
- package/esm2022/lib/directives/node-lock.directive.mjs +0 -57
- package/esm2022/lib/directives/node-restore.directive.mjs +0 -218
- package/esm2022/lib/directives/public-api.mjs +0 -28
- package/esm2022/lib/document-list/components/content-action/content-action-list.component.mjs +0 -60
- package/esm2022/lib/document-list/components/content-action/content-action.component.mjs +0 -196
- package/esm2022/lib/document-list/components/document-list.component.mjs +0 -964
- package/esm2022/lib/document-list/components/document-list.token.mjs +0 -21
- package/esm2022/lib/document-list/components/file-auto-download/file-auto-download.component.mjs +0 -43
- package/esm2022/lib/document-list/components/filter-header/filter-header.component.mjs +0 -107
- package/esm2022/lib/document-list/components/library-name-column/library-name-column.component.mjs +0 -133
- package/esm2022/lib/document-list/components/library-role-column/library-role-column.component.mjs +0 -96
- package/esm2022/lib/document-list/components/library-status-column/library-status-column.component.mjs +0 -91
- package/esm2022/lib/document-list/components/name-column/name-column.component.mjs +0 -120
- package/esm2022/lib/document-list/components/node.event.mjs +0 -30
- package/esm2022/lib/document-list/components/trashcan-name-column/trashcan-name-column.component.mjs +0 -83
- package/esm2022/lib/document-list/data/image-resolver.model.mjs +0 -18
- package/esm2022/lib/document-list/data/row-filter.model.mjs +0 -18
- package/esm2022/lib/document-list/data/share-data-row.model.mjs +0 -102
- package/esm2022/lib/document-list/data/share-datatable-adapter.mjs +0 -258
- package/esm2022/lib/document-list/document-list.module.mjs +0 -79
- package/esm2022/lib/document-list/index.mjs +0 -18
- package/esm2022/lib/document-list/interfaces/document-list-loader.interface.mjs +0 -18
- package/esm2022/lib/document-list/models/content-action.model.mjs +0 -59
- package/esm2022/lib/document-list/models/document-folder.model.mjs +0 -23
- package/esm2022/lib/document-list/models/node-action.enum.mjs +0 -27
- package/esm2022/lib/document-list/models/permissions-style.model.mjs +0 -27
- package/esm2022/lib/document-list/models/permissions.model.mjs +0 -26
- package/esm2022/lib/document-list/models/preset.model.mjs +0 -257
- package/esm2022/lib/document-list/public-api.mjs +0 -47
- package/esm2022/lib/document-list/services/custom-resources.service.mjs +0 -377
- package/esm2022/lib/document-list/services/document-actions.service.mjs +0 -142
- package/esm2022/lib/document-list/services/document-list.service.mjs +0 -175
- package/esm2022/lib/document-list/services/folder-actions.service.mjs +0 -137
- package/esm2022/lib/document-list/services/lock.service.mjs +0 -72
- package/esm2022/lib/document-list/services/node-actions.service.mjs +0 -122
- package/esm2022/lib/group/index.mjs +0 -18
- package/esm2022/lib/group/public-api.mjs +0 -18
- package/esm2022/lib/group/services/group.service.mjs +0 -84
- package/esm2022/lib/infinite-scroll-datasource/index.mjs +0 -18
- package/esm2022/lib/infinite-scroll-datasource/infinite-scroll-datasource.mjs +0 -68
- package/esm2022/lib/infinite-scroll-datasource/public-api.mjs +0 -18
- package/esm2022/lib/interfaces/base-card-view-content-update.interface.mjs +0 -18
- package/esm2022/lib/interfaces/index.mjs +0 -18
- package/esm2022/lib/interfaces/library-entity.interface.mjs +0 -18
- package/esm2022/lib/interfaces/library-membership-error-event.interface.mjs +0 -18
- package/esm2022/lib/interfaces/library-membership-toggle-event.interface.mjs +0 -18
- package/esm2022/lib/interfaces/node-allowable-operation-subject.interface.mjs +0 -18
- package/esm2022/lib/interfaces/public-api.mjs +0 -23
- package/esm2022/lib/interfaces/restore-message-model.interface.mjs +0 -19
- package/esm2022/lib/legal-hold/index.mjs +0 -18
- package/esm2022/lib/legal-hold/public-api.mjs +0 -18
- package/esm2022/lib/legal-hold/services/legal-hold.service.mjs +0 -136
- package/esm2022/lib/material.module.mjs +0 -183
- package/esm2022/lib/mock/alfresco-api.service.mock.mjs +0 -43
- package/esm2022/lib/mock/date-range-search-filter.mock.mjs +0 -65
- package/esm2022/lib/mock/document-library.model.mock.mjs +0 -84
- package/esm2022/lib/mock/document-list.component.mock.mjs +0 -364
- package/esm2022/lib/mock/index.mjs +0 -18
- package/esm2022/lib/mock/new-version-uploader.service.mock.mjs +0 -161
- package/esm2022/lib/mock/public-api.mjs +0 -27
- package/esm2022/lib/mock/search-filter-mock.mjs +0 -637
- package/esm2022/lib/mock/search-query.mock.mjs +0 -40
- package/esm2022/lib/mock/search.component.mock.mjs +0 -165
- package/esm2022/lib/mock/search.service.mock.mjs +0 -61
- package/esm2022/lib/mock/sites-dropdown.component.mock.mjs +0 -281
- package/esm2022/lib/new-version-uploader/index.mjs +0 -18
- package/esm2022/lib/new-version-uploader/models/index.mjs +0 -18
- package/esm2022/lib/new-version-uploader/models/new-version-uploader.model.mjs +0 -24
- package/esm2022/lib/new-version-uploader/new-version-uploader.dialog.mjs +0 -75
- package/esm2022/lib/new-version-uploader/new-version-uploader.module.mjs +0 -33
- package/esm2022/lib/new-version-uploader/new-version-uploader.service.mjs +0 -103
- package/esm2022/lib/new-version-uploader/public-api.mjs +0 -21
- package/esm2022/lib/node-comments/index.mjs +0 -18
- package/esm2022/lib/node-comments/node-comments.component.mjs +0 -44
- package/esm2022/lib/node-comments/node-comments.module.mjs +0 -33
- package/esm2022/lib/node-comments/public-api.mjs +0 -20
- package/esm2022/lib/node-comments/services/node-comments.service.mjs +0 -85
- package/esm2022/lib/permission-manager/components/add-permission/add-permission-dialog-data.interface.mjs +0 -18
- package/esm2022/lib/permission-manager/components/add-permission/add-permission-dialog.component.mjs +0 -124
- package/esm2022/lib/permission-manager/components/add-permission/add-permission-panel.component.mjs +0 -103
- package/esm2022/lib/permission-manager/components/add-permission/add-permission.component.mjs +0 -70
- package/esm2022/lib/permission-manager/components/add-permission/search-config-permission.service.mjs +0 -45
- package/esm2022/lib/permission-manager/components/inherited-button.directive.mjs +0 -67
- package/esm2022/lib/permission-manager/components/node-path-column/node-path-column.component.mjs +0 -56
- package/esm2022/lib/permission-manager/components/permission-container/permission-container.component.mjs +0 -103
- package/esm2022/lib/permission-manager/components/permission-list/permission-list.component.mjs +0 -88
- package/esm2022/lib/permission-manager/components/permission-list/permission-list.service.mjs +0 -219
- package/esm2022/lib/permission-manager/components/pop-over.directive.mjs +0 -134
- package/esm2022/lib/permission-manager/components/user-icon-column/user-icon-column.component.mjs +0 -88
- package/esm2022/lib/permission-manager/components/user-name-column/user-name-column.component.mjs +0 -82
- package/esm2022/lib/permission-manager/components/user-role-column/user-role-column.component.mjs +0 -112
- package/esm2022/lib/permission-manager/index.mjs +0 -18
- package/esm2022/lib/permission-manager/models/member.model.mjs +0 -59
- package/esm2022/lib/permission-manager/models/permission.model.mjs +0 -29
- package/esm2022/lib/permission-manager/models/role.model.mjs +0 -18
- package/esm2022/lib/permission-manager/permission-manager.module.mjs +0 -84
- package/esm2022/lib/permission-manager/public-api.mjs +0 -36
- package/esm2022/lib/permission-manager/services/node-permission-dialog.service.mjs +0 -78
- package/esm2022/lib/permission-manager/services/node-permission.service.mjs +0 -299
- package/esm2022/lib/pipes/content-pipe.module.mjs +0 -37
- package/esm2022/lib/pipes/index.mjs +0 -18
- package/esm2022/lib/pipes/node-name-tooltip.pipe.mjs +0 -69
- package/esm2022/lib/pipes/public-api.mjs +0 -19
- package/esm2022/lib/prediction/index.mjs +0 -18
- package/esm2022/lib/prediction/public-api.mjs +0 -18
- package/esm2022/lib/prediction/services/index.mjs +0 -18
- package/esm2022/lib/prediction/services/prediction.service.mjs +0 -57
- package/esm2022/lib/search/components/empty-search-result.component.mjs +0 -27
- package/esm2022/lib/search/components/index.mjs +0 -43
- package/esm2022/lib/search/components/reset-search.directive.mjs +0 -41
- package/esm2022/lib/search/components/search-check-list/index.mjs +0 -18
- package/esm2022/lib/search/components/search-check-list/search-check-list.component.mjs +0 -159
- package/esm2022/lib/search/components/search-chip-autocomplete-input/index.mjs +0 -18
- package/esm2022/lib/search/components/search-chip-autocomplete-input/search-chip-autocomplete-input.component.mjs +0 -170
- package/esm2022/lib/search/components/search-chip-list/search-chip-list.component.mjs +0 -47
- package/esm2022/lib/search/components/search-control.component.mjs +0 -181
- package/esm2022/lib/search/components/search-date-range-tabbed/index.mjs +0 -22
- package/esm2022/lib/search/components/search-date-range-tabbed/search-date-range/date-range-type.mjs +0 -23
- package/esm2022/lib/search/components/search-date-range-tabbed/search-date-range/in-last-date-type.mjs +0 -23
- package/esm2022/lib/search/components/search-date-range-tabbed/search-date-range/search-date-range.component.mjs +0 -197
- package/esm2022/lib/search/components/search-date-range-tabbed/search-date-range/search-date-range.mjs +0 -18
- package/esm2022/lib/search/components/search-date-range-tabbed/search-date-range-tabbed.component.mjs +0 -201
- package/esm2022/lib/search/components/search-datetime-range/index.mjs +0 -18
- package/esm2022/lib/search/components/search-datetime-range/search-datetime-range.component.mjs +0 -224
- package/esm2022/lib/search/components/search-facet-field/index.mjs +0 -18
- package/esm2022/lib/search/components/search-facet-field/search-facet-field.component.mjs +0 -133
- package/esm2022/lib/search/components/search-filter/index.mjs +0 -19
- package/esm2022/lib/search/components/search-filter/search-filter-card/search-filter-card.component.mjs +0 -46
- package/esm2022/lib/search/components/search-filter/search-filter.component.mjs +0 -81
- package/esm2022/lib/search/components/search-filter-autocomplete-chips/index.mjs +0 -18
- package/esm2022/lib/search/components/search-filter-autocomplete-chips/search-filter-autocomplete-chips.component.mjs +0 -155
- package/esm2022/lib/search/components/search-filter-chips/index.mjs +0 -23
- package/esm2022/lib/search/components/search-filter-chips/search-facet-chip/search-facet-chip.component.mjs +0 -105
- package/esm2022/lib/search/components/search-filter-chips/search-facet-chip-tabbed/search-facet-chip-tabbed.component.mjs +0 -110
- package/esm2022/lib/search/components/search-filter-chips/search-facet-chip-tabbed/search-facet-tabbed-content.component.mjs +0 -129
- package/esm2022/lib/search/components/search-filter-chips/search-filter-chips.component.mjs +0 -64
- package/esm2022/lib/search/components/search-filter-chips/search-filter-menu-card/search-filter-menu-card.component.mjs +0 -44
- package/esm2022/lib/search/components/search-filter-chips/search-widget-chip/search-widget-chip.component.mjs +0 -110
- package/esm2022/lib/search/components/search-filter-container/index.mjs +0 -18
- package/esm2022/lib/search/components/search-filter-container/search-filter-container.component.mjs +0 -123
- package/esm2022/lib/search/components/search-filter-tabbed/index.mjs +0 -19
- package/esm2022/lib/search/components/search-filter-tabbed/search-filter-tab.directive.mjs +0 -36
- package/esm2022/lib/search/components/search-filter-tabbed/search-filter-tabbed.component.mjs +0 -64
- package/esm2022/lib/search/components/search-form/index.mjs +0 -18
- package/esm2022/lib/search/components/search-form/search-form.component.mjs +0 -53
- package/esm2022/lib/search/components/search-input/index.mjs +0 -18
- package/esm2022/lib/search/components/search-input/search-input.component.mjs +0 -109
- package/esm2022/lib/search/components/search-logical-filter/index.mjs +0 -18
- package/esm2022/lib/search/components/search-logical-filter/search-logical-filter.component.mjs +0 -164
- package/esm2022/lib/search/components/search-number-range/index.mjs +0 -18
- package/esm2022/lib/search/components/search-number-range/search-number-range.component.mjs +0 -155
- package/esm2022/lib/search/components/search-panel/index.mjs +0 -18
- package/esm2022/lib/search/components/search-panel/search-panel.component.mjs +0 -44
- package/esm2022/lib/search/components/search-properties/file-size-condition.mjs +0 -18
- package/esm2022/lib/search/components/search-properties/file-size-operator.enum.mjs +0 -23
- package/esm2022/lib/search/components/search-properties/file-size-unit.enum.mjs +0 -26
- package/esm2022/lib/search/components/search-properties/index.mjs +0 -22
- package/esm2022/lib/search/components/search-properties/search-properties.component.mjs +0 -244
- package/esm2022/lib/search/components/search-properties/search-properties.mjs +0 -18
- package/esm2022/lib/search/components/search-radio/index.mjs +0 -18
- package/esm2022/lib/search/components/search-radio/search-radio.component.mjs +0 -146
- package/esm2022/lib/search/components/search-slider/index.mjs +0 -18
- package/esm2022/lib/search/components/search-slider/search-slider.component.mjs +0 -120
- package/esm2022/lib/search/components/search-sorting-picker/index.mjs +0 -18
- package/esm2022/lib/search/components/search-sorting-picker/search-sorting-picker.component.mjs +0 -77
- package/esm2022/lib/search/components/search-text/index.mjs +0 -18
- package/esm2022/lib/search/components/search-text/search-text.component.mjs +0 -135
- package/esm2022/lib/search/components/search-widget-container/index.mjs +0 -18
- package/esm2022/lib/search/components/search-widget-container/search-widget-container.component.mjs +0 -113
- package/esm2022/lib/search/components/search.component.mjs +0 -153
- package/esm2022/lib/search/forms/index.mjs +0 -19
- package/esm2022/lib/search/forms/live-error-state-matcher.mjs +0 -23
- package/esm2022/lib/search/forms/search-term-validator.mjs +0 -26
- package/esm2022/lib/search/index.mjs +0 -18
- package/esm2022/lib/search/mocks/index.mjs +0 -18
- package/esm2022/lib/search/mocks/search.service.mock.mjs +0 -56
- package/esm2022/lib/search/models/autocomplete-option.interface.mjs +0 -22
- package/esm2022/lib/search/models/facet-field-bucket.interface.mjs +0 -18
- package/esm2022/lib/search/models/facet-field.interface.mjs +0 -29
- package/esm2022/lib/search/models/facet-query.interface.mjs +0 -18
- package/esm2022/lib/search/models/facet-widget.interface.mjs +0 -18
- package/esm2022/lib/search/models/filter-query.interface.mjs +0 -18
- package/esm2022/lib/search/models/filter-search.interface.mjs +0 -18
- package/esm2022/lib/search/models/index.mjs +0 -34
- package/esm2022/lib/search/models/response-facet-query-list.model.mjs +0 -31
- package/esm2022/lib/search/models/search-category.interface.mjs +0 -18
- package/esm2022/lib/search/models/search-configuration.interface.mjs +0 -18
- package/esm2022/lib/search/models/search-filter-list.model.mjs +0 -148
- package/esm2022/lib/search/models/search-form.interface.mjs +0 -18
- package/esm2022/lib/search/models/search-range.interface.mjs +0 -18
- package/esm2022/lib/search/models/search-sorting-definition.interface.mjs +0 -18
- package/esm2022/lib/search/models/search-widget-settings.interface.mjs +0 -18
- package/esm2022/lib/search/models/search-widget.interface.mjs +0 -18
- package/esm2022/lib/search/models/tabbed-facet-field.interface.mjs +0 -18
- package/esm2022/lib/search/public-api.mjs +0 -24
- package/esm2022/lib/search/search-configuration.token.mjs +0 -19
- package/esm2022/lib/search/search.module.mjs +0 -192
- package/esm2022/lib/search/services/base-query-builder.service.mjs +0 -509
- package/esm2022/lib/search/services/index.mjs +0 -24
- package/esm2022/lib/search/services/search-configuration.service.mjs +0 -50
- package/esm2022/lib/search/services/search-facet-filters.service.mjs +0 -374
- package/esm2022/lib/search/services/search-filter.service.mjs +0 -56
- package/esm2022/lib/search/services/search-header-query-builder.service.mjs +0 -136
- package/esm2022/lib/search/services/search-query-builder.service.mjs +0 -48
- package/esm2022/lib/search/services/search.service.mjs +0 -89
- package/esm2022/lib/search-ai/index.mjs +0 -18
- package/esm2022/lib/search-ai/models/search-ai-input-state.mjs +0 -18
- package/esm2022/lib/search-ai/public-api.mjs +0 -19
- package/esm2022/lib/search-ai/services/search-ai.service.mjs +0 -103
- package/esm2022/lib/security/index.mjs +0 -18
- package/esm2022/lib/security/public-api.mjs +0 -18
- package/esm2022/lib/security/services/models/security-controls-group-response.interface.mjs +0 -18
- package/esm2022/lib/security/services/models/security-controls-mark-response.interface.mjs +0 -18
- package/esm2022/lib/security/services/security-controls-groups-marks-security.service.mjs +0 -274
- package/esm2022/lib/security-options-loader/security-options-loader.service.mjs +0 -43
- package/esm2022/lib/services/alfresco-api.interface.mjs +0 -18
- package/esm2022/lib/services/alfresco-api.service.mjs +0 -120
- package/esm2022/lib/services/index.mjs +0 -18
- package/esm2022/lib/services/public-api.mjs +0 -18
- package/esm2022/lib/tag/index.mjs +0 -18
- package/esm2022/lib/tag/public-api.mjs +0 -24
- package/esm2022/lib/tag/services/tag.service.mjs +0 -171
- package/esm2022/lib/tag/tag-actions/tag-actions.component.mjs +0 -115
- package/esm2022/lib/tag/tag-list/tag-list.component.mjs +0 -98
- package/esm2022/lib/tag/tag-node-list/tag-node-list.component.mjs +0 -80
- package/esm2022/lib/tag/tag.module.mjs +0 -37
- package/esm2022/lib/tag/tags-creator/tags-creator-mode.mjs +0 -27
- package/esm2022/lib/tag/tags-creator/tags-creator.component.mjs +0 -371
- package/esm2022/lib/testing/content.testing.module.mjs +0 -56
- package/esm2022/lib/tree/components/tree.component.mjs +0 -313
- package/esm2022/lib/tree/index.mjs +0 -18
- package/esm2022/lib/tree/models/tree-context-menu-result.interface.mjs +0 -18
- package/esm2022/lib/tree/models/tree-node.interface.mjs +0 -22
- package/esm2022/lib/tree/models/tree-response.interface.mjs +0 -18
- package/esm2022/lib/tree/public-api.mjs +0 -23
- package/esm2022/lib/tree/services/tree.service.mjs +0 -134
- package/esm2022/lib/tree/tree.module.mjs +0 -33
- package/esm2022/lib/tree-view/components/tree-view.component.mjs +0 -76
- package/esm2022/lib/tree-view/data/tree-view-datasource.mjs +0 -99
- package/esm2022/lib/tree-view/index.mjs +0 -18
- package/esm2022/lib/tree-view/models/tree-view.model.mjs +0 -28
- package/esm2022/lib/tree-view/public-api.mjs +0 -22
- package/esm2022/lib/tree-view/services/tree-view.service.mjs +0 -38
- package/esm2022/lib/tree-view/tree-view.module.mjs +0 -33
- package/esm2022/lib/upload/components/base-upload/upload-base.mjs +0 -176
- package/esm2022/lib/upload/components/file-uploading-dialog.component.mjs +0 -191
- package/esm2022/lib/upload/components/file-uploading-list-row.component.mjs +0 -93
- package/esm2022/lib/upload/components/file-uploading-list.component.mjs +0 -124
- package/esm2022/lib/upload/components/upload-button.component.mjs +0 -134
- package/esm2022/lib/upload/components/upload-drag-area.component.mjs +0 -112
- package/esm2022/lib/upload/components/upload-files.event.mjs +0 -41
- package/esm2022/lib/upload/components/upload-version-button.component.mjs +0 -55
- package/esm2022/lib/upload/directives/file-draggable.directive.mjs +0 -154
- package/esm2022/lib/upload/directives/toggle-icon.directive.mjs +0 -75
- package/esm2022/lib/upload/index.mjs +0 -18
- package/esm2022/lib/upload/pipes/file-upload-error.pipe.mjs +0 -39
- package/esm2022/lib/upload/public-api.mjs +0 -29
- package/esm2022/lib/upload/upload.module.mjs +0 -72
- package/esm2022/lib/version-compatibility/index.mjs +0 -18
- package/esm2022/lib/version-compatibility/public-api.mjs +0 -20
- package/esm2022/lib/version-compatibility/version-compatibility-factory.mjs +0 -26
- package/esm2022/lib/version-compatibility/version-compatibility.directive.mjs +0 -53
- package/esm2022/lib/version-compatibility/version-compatibility.module.mjs +0 -33
- package/esm2022/lib/version-compatibility/version-compatibility.service.mjs +0 -76
- package/esm2022/lib/version-manager/content-version.service.mjs +0 -53
- package/esm2022/lib/version-manager/index.mjs +0 -18
- package/esm2022/lib/version-manager/public-api.mjs +0 -23
- package/esm2022/lib/version-manager/version-comparison.component.mjs +0 -43
- package/esm2022/lib/version-manager/version-list.component.mjs +0 -216
- package/esm2022/lib/version-manager/version-manager.component.mjs +0 -146
- package/esm2022/lib/version-manager/version-manager.module.mjs +0 -48
- package/esm2022/lib/version-manager/version-upload.component.mjs +0 -155
- package/esm2022/lib/viewer/alfresco-viewer.module.mjs +0 -33
- package/esm2022/lib/viewer/components/alfresco-viewer.component.mjs +0 -401
- package/esm2022/lib/viewer/index.mjs +0 -18
- package/esm2022/lib/viewer/public-api.mjs +0 -19
- package/esm2022/public-api.mjs +0 -56
|
@@ -1,66 +1,61 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use '../mat-selectors.scss' as ms;
|
|
2
2
|
|
|
3
3
|
adf-aspect-list-dialog {
|
|
4
4
|
display: block;
|
|
5
5
|
|
|
6
|
-
#{
|
|
6
|
+
#{ms.$mat-expansion-panel-body} {
|
|
7
7
|
margin-top: -2px;
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
.adf {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
11
|
+
.adf-aspect-list-dialog-title {
|
|
12
|
+
font-size: large;
|
|
13
|
+
font-weight: 200;
|
|
14
|
+
margin-top: 0;
|
|
15
|
+
}
|
|
17
16
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
17
|
+
.adf-aspect-list-dialog-description {
|
|
18
|
+
font-size: small;
|
|
19
|
+
line-height: normal;
|
|
20
|
+
}
|
|
22
21
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
22
|
+
.adf-aspect-list-dialog-information {
|
|
23
|
+
display: flex;
|
|
24
|
+
justify-content: space-between;
|
|
25
|
+
padding-bottom: 4px;
|
|
26
|
+
padding-left: 4px;
|
|
27
|
+
padding-right: 4px;
|
|
28
|
+
font-size: small;
|
|
29
|
+
}
|
|
31
30
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
31
|
+
.adf-aspect-list-dialog {
|
|
32
|
+
justify-content: space-between;
|
|
33
|
+
padding-left: 4px;
|
|
34
|
+
padding-right: 4px;
|
|
35
|
+
padding-top: 0;
|
|
37
36
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
&::before {
|
|
43
|
-
display: none;
|
|
44
|
-
}
|
|
37
|
+
&::before {
|
|
38
|
+
display: none;
|
|
45
39
|
}
|
|
40
|
+
}
|
|
46
41
|
|
|
47
|
-
|
|
48
|
-
|
|
42
|
+
.adf-aspect-dialog-content {
|
|
43
|
+
padding: 0;
|
|
44
|
+
margin-bottom: 8px;
|
|
49
45
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
46
|
+
.adf-aspect-property-table {
|
|
47
|
+
.adf-aspect-property-table-cell {
|
|
48
|
+
font-size: smaller;
|
|
49
|
+
color: var(--adf-theme-foreground-text-color-087);
|
|
50
|
+
}
|
|
55
51
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
52
|
+
.adf-aspect-property-table-column {
|
|
53
|
+
&-name {
|
|
54
|
+
width: 30%;
|
|
55
|
+
}
|
|
60
56
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
}
|
|
57
|
+
&-title {
|
|
58
|
+
width: 50%;
|
|
64
59
|
}
|
|
65
60
|
}
|
|
66
61
|
}
|
|
@@ -40,6 +40,9 @@ export declare class AspectListComponent implements OnInit {
|
|
|
40
40
|
hasEqualAspect: boolean;
|
|
41
41
|
isPanelOpen: boolean[];
|
|
42
42
|
private readonly destroyRef;
|
|
43
|
+
private customAspectsLoaded;
|
|
44
|
+
private standardAspectsLoaded;
|
|
45
|
+
private hasMoreAspects;
|
|
43
46
|
constructor(aspectListService: AspectListService, nodeApiService: NodesApiService);
|
|
44
47
|
ngOnInit(): void;
|
|
45
48
|
onCheckBoxClick(event: Event): void;
|
|
@@ -49,6 +52,7 @@ export declare class AspectListComponent implements OnInit {
|
|
|
49
52
|
getId(aspect: any): string;
|
|
50
53
|
getTitle(aspect: any): string;
|
|
51
54
|
private updateEqualityOfAspectList;
|
|
55
|
+
private loadAspects;
|
|
52
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<AspectListComponent, never>;
|
|
53
57
|
static ɵcmp: i0.ɵɵComponentDeclaration<AspectListComponent, "adf-aspect-list", never, { "nodeId": { "alias": "nodeId"; "required": true; }; "excludedAspects": { "alias": "excludedAspects"; "required": false; }; }, { "valueChanged": "valueChanged"; "updateCounter": "updateCounter"; }, never, never, true, never>;
|
|
54
58
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use '../mat-selectors.scss' as ms;
|
|
2
|
+
|
|
2
3
|
$dialog-title-height: 100px;
|
|
3
4
|
$dialog-information-height: 44px;
|
|
4
5
|
$dialog-buttons-height: 68px;
|
|
@@ -49,7 +50,7 @@ $dialog-list-height: calc(65vh - ($dialog-title-height + $dialog-information-hei
|
|
|
49
50
|
box-shadow: none;
|
|
50
51
|
background: border-box;
|
|
51
52
|
|
|
52
|
-
#{
|
|
53
|
+
#{ms.$mat-checkbox-background} {
|
|
53
54
|
height: 16px;
|
|
54
55
|
width: 16px;
|
|
55
56
|
}
|
|
@@ -0,0 +1,21 @@
|
|
|
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 { AspectPaging } from '@alfresco/js-api';
|
|
18
|
+
export interface CustomAspectPaging {
|
|
19
|
+
standardAspectPaging: AspectPaging;
|
|
20
|
+
customAspectPaging: AspectPaging;
|
|
21
|
+
}
|
|
@@ -20,4 +20,5 @@ export * from './services/aspect-list.service';
|
|
|
20
20
|
export * from './services/node-aspect.service';
|
|
21
21
|
export * from './services/dialog-aspect-list.service';
|
|
22
22
|
export * from './aspect-list-dialog-data.interface';
|
|
23
|
+
export * from './interfaces/custom-aspect-paging.interface';
|
|
23
24
|
export * from './aspect-list.module';
|
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
import { AlfrescoApiService } from '../../services/alfresco-api.service';
|
|
2
2
|
import { AppConfigService } from '@alfresco/adf-core';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
|
-
import {
|
|
4
|
+
import { AspectPaging, AspectsApi, ListAspectsOpts } from '@alfresco/js-api';
|
|
5
|
+
import { CustomAspectPaging } from '../interfaces/custom-aspect-paging.interface';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
7
|
+
export declare const StandardAspectsWhere = "(modelId in ('cm:contentmodel', 'emailserver:emailserverModel', 'smf:smartFolder', 'app:applicationmodel' ))";
|
|
8
|
+
export declare const CustomAspectsWhere = "(not namespaceUri matches('http://www.alfresco.*'))";
|
|
6
9
|
export declare class AspectListService {
|
|
7
10
|
private alfrescoApiService;
|
|
8
11
|
private appConfigService;
|
|
9
12
|
private _aspectsApi;
|
|
10
13
|
get aspectsApi(): AspectsApi;
|
|
11
14
|
constructor(alfrescoApiService: AlfrescoApiService, appConfigService: AppConfigService);
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
getCustomAspects(whiteList?: string[]): Observable<AspectEntry[]>;
|
|
15
|
+
getAllAspects(standardOpts?: ListAspectsOpts, customOpts?: ListAspectsOpts): Observable<CustomAspectPaging>;
|
|
16
|
+
getAspects(whiteList: string[], opts?: ListAspectsOpts): Observable<AspectPaging>;
|
|
15
17
|
private filterAspectByConfig;
|
|
16
18
|
getVisibleAspects(): string[];
|
|
17
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<AspectListService, never>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use '../mat-selectors.scss' as ms;
|
|
2
2
|
|
|
3
3
|
$dropdown-horizontal-offset: 30px;
|
|
4
4
|
|
|
@@ -98,6 +98,6 @@ $dropdown-horizontal-offset: 30px;
|
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
-
#{
|
|
101
|
+
#{ms.$cdk-overlay-pane}:has(> .adf-breadcrumb-dropdown-panel) {
|
|
102
102
|
min-width: fit-content;
|
|
103
103
|
}
|
|
@@ -26,6 +26,8 @@ interface CategoryNameControlErrors {
|
|
|
26
26
|
duplicatedCategory?: boolean;
|
|
27
27
|
emptyCategory?: boolean;
|
|
28
28
|
required?: boolean;
|
|
29
|
+
specialCharacters?: boolean;
|
|
30
|
+
endsWithDot?: boolean;
|
|
29
31
|
}
|
|
30
32
|
export declare class CategoriesManagementComponent implements OnInit, OnDestroy {
|
|
31
33
|
private categoryService;
|
|
@@ -108,6 +110,8 @@ export declare class CategoriesManagementComponent implements OnInit, OnDestroy
|
|
|
108
110
|
private validateIfNotAlreadyCreated;
|
|
109
111
|
private compareCategories;
|
|
110
112
|
private validateEmptyCategory;
|
|
113
|
+
private validateSpecialCharacters;
|
|
114
|
+
private validateEndsWithDot;
|
|
111
115
|
private setCategoryNameControlErrorMessageKey;
|
|
112
116
|
private sortCategoriesList;
|
|
113
117
|
private clearCategoryNameInput;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use '../../mat-selectors.scss' as ms;
|
|
2
2
|
|
|
3
3
|
.adf-categories-management {
|
|
4
4
|
.adf-category-name-field {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
box-sizing: content-box;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
#{
|
|
23
|
+
#{ms.$mat-form-field-error} {
|
|
24
24
|
padding-top: 5px;
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
background-color: inherit;
|
|
57
57
|
color: inherit;
|
|
58
58
|
|
|
59
|
-
&:not(#{
|
|
59
|
+
&:not(#{ms.$mat-list-item-disabled}):hover {
|
|
60
60
|
cursor: pointer;
|
|
61
61
|
background: var(--adf-theme-mat-grey-color-a200);
|
|
62
62
|
}
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
overflow-wrap: anywhere;
|
|
87
87
|
}
|
|
88
88
|
|
|
89
|
-
#{
|
|
89
|
+
#{ms.$mat-list-item-disabled} #{ms.$mat-list-item-primary-text} {
|
|
90
90
|
opacity: 1;
|
|
91
91
|
}
|
|
92
92
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use '../../../mat-selectors.scss' as ms;
|
|
2
2
|
|
|
3
3
|
$panel-properties-height: 56px !default;
|
|
4
4
|
|
|
@@ -11,11 +11,11 @@ $panel-properties-height: 56px !default;
|
|
|
11
11
|
margin: 12px;
|
|
12
12
|
|
|
13
13
|
adf-card-view-textitem {
|
|
14
|
-
#{
|
|
14
|
+
#{ms.$mat-form-field-subscript-wrapper} {
|
|
15
15
|
display: none;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
#{
|
|
18
|
+
#{ms.$mat-form-field-infix} {
|
|
19
19
|
padding-bottom: 0;
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -47,7 +47,7 @@ $panel-properties-height: 56px !default;
|
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
#{
|
|
50
|
+
#{ms.$mat-expansion-panel-body} {
|
|
51
51
|
padding-top: 16px;
|
|
52
52
|
|
|
53
53
|
input {
|
|
@@ -64,7 +64,7 @@ $panel-properties-height: 56px !default;
|
|
|
64
64
|
color: var(--adf-theme-foreground-text-color-054);
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
-
#{
|
|
67
|
+
#{ms.$mat-chip} {
|
|
68
68
|
&.metadata-properties-tag-chip {
|
|
69
69
|
// TODO: bug open https://github.com/angular/components/issues/26584
|
|
70
70
|
/* stylelint-disable selector-class-pattern */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use '../../mat-selectors.scss' as ms;
|
|
2
2
|
|
|
3
3
|
/* stylelint-disable no-descending-specificity */
|
|
4
4
|
$content-node-selector-thumbnail-width: 35px !default;
|
|
@@ -15,8 +15,8 @@ h2.adf-search-results-label {
|
|
|
15
15
|
color: var(--adf-theme-foreground-text-color-087);
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
#{
|
|
19
|
-
#{
|
|
18
|
+
#{ms.$mdc-dialog} {
|
|
19
|
+
#{ms.$mat-dialog-surface}:is(div) {
|
|
20
20
|
padding-bottom: 0;
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -41,17 +41,17 @@ h2.adf-search-results-label {
|
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
&-content {
|
|
44
|
-
#{
|
|
44
|
+
#{ms.$mat-input-element} {
|
|
45
45
|
&:focus::placeholder {
|
|
46
46
|
color: var(--theme-primary-color);
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
#{
|
|
51
|
-
#{
|
|
50
|
+
#{ms.$mat-form-field-wrapper} {
|
|
51
|
+
#{ms.$mat-form-field-flex} {
|
|
52
52
|
align-items: center;
|
|
53
53
|
|
|
54
|
-
#{
|
|
54
|
+
#{ms.$mat-form-field-infix} {
|
|
55
55
|
padding-bottom: 0;
|
|
56
56
|
}
|
|
57
57
|
}
|
|
@@ -59,13 +59,13 @@ h2.adf-search-results-label {
|
|
|
59
59
|
|
|
60
60
|
.adf-sites-dropdown-form-field {
|
|
61
61
|
label {
|
|
62
|
-
&#{
|
|
62
|
+
&#{ms.$mat-form-field-label} {
|
|
63
63
|
top: 32px;
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
|
|
68
|
-
#{
|
|
68
|
+
#{ms.$mat-form-field-subscript-wrapper} {
|
|
69
69
|
height: 16px;
|
|
70
70
|
}
|
|
71
71
|
|
|
@@ -88,7 +88,7 @@ h2.adf-search-results-label {
|
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
#{
|
|
91
|
+
#{ms.$mat-form-field-subscript-wrapper} {
|
|
92
92
|
display: none;
|
|
93
93
|
}
|
|
94
94
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use '../mat-selectors.scss' as ms;
|
|
2
2
|
|
|
3
3
|
adf-content-node-selector {
|
|
4
4
|
.adf-upload-dialog {
|
|
@@ -42,7 +42,7 @@ adf-content-node-selector {
|
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
.adf-content-node-selector-dialog {
|
|
45
|
-
#{
|
|
45
|
+
#{ms.$mat-form-field} {
|
|
46
46
|
width: 100%;
|
|
47
47
|
}
|
|
48
48
|
|
|
@@ -50,7 +50,7 @@ adf-content-node-selector {
|
|
|
50
50
|
color: var(--adf-theme-foreground-base-color-045);
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
#{
|
|
53
|
+
#{ms.$mat-dialog-title} {
|
|
54
54
|
margin-bottom: 0;
|
|
55
55
|
padding: 0;
|
|
56
56
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use '../mat-selectors.scss' as ms;
|
|
2
2
|
|
|
3
3
|
.adf-share-link-dialog {
|
|
4
4
|
.adf-share-link {
|
|
5
|
-
#{
|
|
5
|
+
#{ms.$mat-form-field-flex} {
|
|
6
6
|
height: 48px;
|
|
7
7
|
}
|
|
8
8
|
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
&__form {
|
|
36
36
|
padding-top: 8px;
|
|
37
37
|
|
|
38
|
-
#{
|
|
38
|
+
#{ms.$mat-form-field-infix}:has(.adf-share-link__input) {
|
|
39
39
|
border-top: 0.9375em solid transparent;
|
|
40
40
|
border-bottom: 0.9375em solid transparent;
|
|
41
41
|
height: 16px;
|
package/lib/content.module.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ import * as i4 from "./tag/tags-creator/tags-creator.component";
|
|
|
23
23
|
import * as i5 from "./tag/tag-actions/tag-actions.component";
|
|
24
24
|
import * as i6 from "./tag/tag-list/tag-list.component";
|
|
25
25
|
import * as i7 from "./tag/tag-node-list/tag-node-list.component";
|
|
26
|
-
import * as i8 from "./dialogs/download-zip/download-zip.dialog
|
|
26
|
+
import * as i8 from "./dialogs/download-zip/download-zip.dialog";
|
|
27
27
|
import * as i9 from "./dialogs/folder/folder.dialog";
|
|
28
28
|
import * as i10 from "./dialogs/node-lock/node-lock.dialog";
|
|
29
29
|
import * as i11 from "./dialogs/library/library.dialog";
|
|
@@ -135,6 +135,6 @@ export declare class ContentModule {
|
|
|
135
135
|
*/
|
|
136
136
|
static forChild(): ModuleWithProviders<ContentModule>;
|
|
137
137
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContentModule, never>;
|
|
138
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ContentModule, never, [typeof i1.MaterialModule, typeof i2.MatDatetimepickerModule, typeof i2.MatNativeDatetimeModule, typeof i3.NodeNameTooltipPipe, typeof i4.TagsCreatorComponent, typeof i5.TagActionsComponent, typeof i6.TagListComponent, typeof i7.TagNodeListComponent, typeof i8.
|
|
138
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ContentModule, never, [typeof i1.MaterialModule, typeof i2.MatDatetimepickerModule, typeof i2.MatNativeDatetimeModule, typeof i3.NodeNameTooltipPipe, typeof i4.TagsCreatorComponent, typeof i5.TagActionsComponent, typeof i6.TagListComponent, typeof i7.TagNodeListComponent, typeof i8.DownloadZipDialogComponent, typeof i9.FolderDialogComponent, typeof i10.NodeLockDialogComponent, typeof i11.LibraryDialogComponent, typeof i12.CategorySelectorDialogComponent, typeof i13.SearchCheckListComponent, typeof i14.SearchChipAutocompleteInputComponent, typeof i15.SearchChipListComponent, typeof i16.EmptySearchResultComponent, typeof i17.SearchFilterComponent, typeof i18.SearchFilterCardComponent, typeof i19.SearchWidgetContainerComponent, typeof i20.SearchTextComponent, typeof i21.SearchFilterAutocompleteChipsComponent, typeof i22.SearchDatetimeRangeComponent, typeof i23.SearchFacetFieldComponent, typeof i24.ResetSearchDirective, typeof i25.SearchDateRangeComponent, typeof i26.SearchFilterMenuCardComponent, typeof i27.SearchFacetChipTabbedComponent, typeof i28.SearchFacetTabbedContentComponent, typeof i29.SearchFilterTabbedComponent, typeof i30.SearchFilterTabDirective, typeof i31.SearchDateRangeTabbedComponent, typeof i32.SearchSortingPickerComponent, typeof i33.SearchSliderComponent, typeof i34.SearchNumberRangeComponent, typeof i35.SearchPanelComponent, typeof i36.SearchRadioComponent, typeof i37.SearchFilterContainerComponent, typeof i38.SearchFormComponent, typeof i39.SearchFilterChipsComponent, typeof i40.SearchWidgetChipComponent, typeof i41.SearchFacetChipComponent, typeof i42.SearchLogicalFilterComponent, typeof i43.SearchPropertiesComponent, typeof i44.SearchComponent, typeof i45.SearchControlComponent, typeof i46.ContentActionComponent, typeof i47.FileAutoDownloadComponent, typeof i48.FilterHeaderComponent, typeof i49.LibraryNameColumnComponent, typeof i50.LibraryRoleColumnComponent, typeof i51.LibraryStatusColumnComponent, typeof i52.NameColumnComponent, typeof i53.TrashcanNameColumnComponent, typeof i54.ContentActionListComponent, typeof i55.DocumentListComponent, typeof i56.FileUploadErrorPipe, typeof i57.FileDraggableDirective, typeof i58.ToggleIconDirective, typeof i59.UploadDragAreaComponent, typeof i60.UploadButtonComponent, typeof i61.UploadVersionButtonComponent, typeof i62.FileUploadingListRowComponent, typeof i63.FileUploadingListComponent, typeof i64.FileUploadingDialogComponent, typeof i65.BreadcrumbComponent, typeof i66.DropdownBreadcrumbComponent, typeof i67.ContentNodeSelectorPanelComponent, typeof i68.NameLocationCellComponent, typeof i69.ContentNodeSelectorComponent, typeof i70.DropdownSitesComponent, typeof i71.ShareDialogComponent, typeof i72.NodeSharedDirective, typeof i73.ContentMetadataComponent, typeof i74.ContentMetadataCardComponent, typeof i75.ContentMetadataHeaderComponent, typeof i76.NodeLockDirective, typeof i77.NodeCounterDirective, typeof i77.NodeCounterComponent, typeof i78.AutoFocusDirective, typeof i79.CheckAllowableOperationDirective, typeof i80.LibraryFavoriteDirective, typeof i81.LibraryMembershipDirective, typeof i82.NodeDeleteDirective, typeof i83.NodeFavoriteDirective, typeof i84.NodeRestoreDirective, typeof i85.NodeDownloadDirective, typeof i86.AddPermissionPanelComponent, typeof i87.AddPermissionComponent, typeof i88.AddPermissionDialogComponent, typeof i89.NodePathColumnComponent, typeof i90.PermissionContainerComponent, typeof i91.PermissionListComponent, typeof i92.UserNameColumnComponent, typeof i93.UserIconColumnComponent, typeof i94.UserRoleColumnComponent, typeof i95.InheritPermissionDirective, typeof i96.PopOverDirective, typeof i97.VersionUploadComponent, typeof i98.VersionManagerComponent, typeof i99.VersionListComponent, typeof i100.VersionComparisonComponent, typeof i101.TreeViewComponent, typeof i102.ContentTypeDialogComponent, typeof i103.AspectListComponent, typeof i104.AspectListDialogComponent, typeof i105.VersionCompatibilityDirective, typeof i106.NodeCommentsComponent, typeof i107.TreeComponent, typeof i108.AlfrescoViewerComponent, typeof i109.CategoriesManagementComponent, typeof i110.NewVersionUploaderDialogComponent, typeof i111.AlfrescoIconComponent], [typeof i1.MaterialModule, typeof i3.NodeNameTooltipPipe, typeof i4.TagsCreatorComponent, typeof i5.TagActionsComponent, typeof i6.TagListComponent, typeof i7.TagNodeListComponent, typeof i46.ContentActionComponent, typeof i47.FileAutoDownloadComponent, typeof i48.FilterHeaderComponent, typeof i49.LibraryNameColumnComponent, typeof i50.LibraryRoleColumnComponent, typeof i51.LibraryStatusColumnComponent, typeof i52.NameColumnComponent, typeof i53.TrashcanNameColumnComponent, typeof i54.ContentActionListComponent, typeof i55.DocumentListComponent, typeof i56.FileUploadErrorPipe, typeof i57.FileDraggableDirective, typeof i58.ToggleIconDirective, typeof i59.UploadDragAreaComponent, typeof i60.UploadButtonComponent, typeof i61.UploadVersionButtonComponent, typeof i62.FileUploadingListRowComponent, typeof i63.FileUploadingListComponent, typeof i64.FileUploadingDialogComponent, typeof i13.SearchCheckListComponent, typeof i14.SearchChipAutocompleteInputComponent, typeof i15.SearchChipListComponent, typeof i16.EmptySearchResultComponent, typeof i17.SearchFilterComponent, typeof i18.SearchFilterCardComponent, typeof i19.SearchWidgetContainerComponent, typeof i20.SearchTextComponent, typeof i21.SearchFilterAutocompleteChipsComponent, typeof i22.SearchDatetimeRangeComponent, typeof i23.SearchFacetFieldComponent, typeof i24.ResetSearchDirective, typeof i25.SearchDateRangeComponent, typeof i26.SearchFilterMenuCardComponent, typeof i27.SearchFacetChipTabbedComponent, typeof i28.SearchFacetTabbedContentComponent, typeof i29.SearchFilterTabbedComponent, typeof i30.SearchFilterTabDirective, typeof i31.SearchDateRangeTabbedComponent, typeof i32.SearchSortingPickerComponent, typeof i33.SearchSliderComponent, typeof i34.SearchNumberRangeComponent, typeof i35.SearchPanelComponent, typeof i36.SearchRadioComponent, typeof i37.SearchFilterContainerComponent, typeof i38.SearchFormComponent, typeof i39.SearchFilterChipsComponent, typeof i40.SearchWidgetChipComponent, typeof i41.SearchFacetChipComponent, typeof i42.SearchLogicalFilterComponent, typeof i43.SearchPropertiesComponent, typeof i44.SearchComponent, typeof i45.SearchControlComponent, typeof i65.BreadcrumbComponent, typeof i66.DropdownBreadcrumbComponent, typeof i67.ContentNodeSelectorPanelComponent, typeof i68.NameLocationCellComponent, typeof i69.ContentNodeSelectorComponent, typeof i70.DropdownSitesComponent, typeof i71.ShareDialogComponent, typeof i72.NodeSharedDirective, typeof i73.ContentMetadataComponent, typeof i74.ContentMetadataCardComponent, typeof i75.ContentMetadataHeaderComponent, typeof i8.DownloadZipDialogComponent, typeof i9.FolderDialogComponent, typeof i10.NodeLockDialogComponent, typeof i11.LibraryDialogComponent, typeof i12.CategorySelectorDialogComponent, typeof i76.NodeLockDirective, typeof i77.NodeCounterDirective, typeof i77.NodeCounterComponent, typeof i78.AutoFocusDirective, typeof i79.CheckAllowableOperationDirective, typeof i80.LibraryFavoriteDirective, typeof i81.LibraryMembershipDirective, typeof i82.NodeDeleteDirective, typeof i83.NodeFavoriteDirective, typeof i84.NodeRestoreDirective, typeof i85.NodeDownloadDirective, typeof i86.AddPermissionPanelComponent, typeof i87.AddPermissionComponent, typeof i88.AddPermissionDialogComponent, typeof i89.NodePathColumnComponent, typeof i90.PermissionContainerComponent, typeof i91.PermissionListComponent, typeof i92.UserNameColumnComponent, typeof i93.UserIconColumnComponent, typeof i94.UserRoleColumnComponent, typeof i95.InheritPermissionDirective, typeof i96.PopOverDirective, typeof i97.VersionUploadComponent, typeof i98.VersionManagerComponent, typeof i99.VersionListComponent, typeof i100.VersionComparisonComponent, typeof i101.TreeViewComponent, typeof i103.AspectListComponent, typeof i104.AspectListDialogComponent, typeof i102.ContentTypeDialogComponent, typeof i105.VersionCompatibilityDirective, typeof i106.NodeCommentsComponent, typeof i107.TreeComponent, typeof i108.AlfrescoViewerComponent, typeof i109.CategoriesManagementComponent, typeof i110.NewVersionUploaderDialogComponent, typeof i111.AlfrescoIconComponent]>;
|
|
139
139
|
static ɵinj: i0.ɵɵInjectorDeclaration<ContentModule>;
|
|
140
140
|
}
|
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
import { FolderDialogComponent } from './folder/folder.dialog';
|
|
2
2
|
import { NodeLockDialogComponent } from './node-lock/node-lock.dialog';
|
|
3
3
|
import { LibraryDialogComponent } from './library/library.dialog';
|
|
4
|
-
import { DownloadZipDialogModule } from './download-zip/download-zip.dialog.module';
|
|
5
4
|
import { CategorySelectorDialogComponent } from './category-selector/category-selector.dialog';
|
|
5
|
+
import { DownloadZipDialogComponent } from './download-zip/download-zip.dialog';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
-
import * as i1 from "./download-zip/download-zip.dialog
|
|
7
|
+
import * as i1 from "./download-zip/download-zip.dialog";
|
|
8
8
|
import * as i2 from "./folder/folder.dialog";
|
|
9
9
|
import * as i3 from "./node-lock/node-lock.dialog";
|
|
10
10
|
import * as i4 from "./library/library.dialog";
|
|
11
11
|
import * as i5 from "./category-selector/category-selector.dialog";
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
/** @deprecated use standalone component imports instead */
|
|
13
|
+
export declare const CONTENT_DIALOG_DIRECTIVES: (typeof DownloadZipDialogComponent | typeof NodeLockDialogComponent | typeof FolderDialogComponent | typeof CategorySelectorDialogComponent | typeof LibraryDialogComponent)[];
|
|
14
|
+
/** @deprecated use standalone component imports instead */
|
|
14
15
|
export declare class DialogModule {
|
|
15
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<DialogModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DialogModule, never, [typeof i1.
|
|
17
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DialogModule, never, [typeof i1.DownloadZipDialogComponent, typeof i2.FolderDialogComponent, typeof i3.NodeLockDialogComponent, typeof i4.LibraryDialogComponent, typeof i5.CategorySelectorDialogComponent], [typeof i1.DownloadZipDialogComponent, typeof i2.FolderDialogComponent, typeof i3.NodeLockDialogComponent, typeof i4.LibraryDialogComponent, typeof i5.CategorySelectorDialogComponent]>;
|
|
17
18
|
static ɵinj: i0.ɵɵInjectorDeclaration<DialogModule>;
|
|
18
19
|
}
|
|
@@ -36,5 +36,5 @@ export declare class DownloadZipDialogComponent implements OnInit {
|
|
|
36
36
|
waitAndDownload(downloadId: string, url: string, fileName: string): void;
|
|
37
37
|
download(url: string, fileName: string): void;
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<DownloadZipDialogComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DownloadZipDialogComponent, "adf-download-zip-dialog", never, {}, {}, never, never,
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DownloadZipDialogComponent, "adf-download-zip-dialog", never, {}, {}, never, never, true, never>;
|
|
40
40
|
}
|
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./download-zip.dialog";
|
|
3
|
-
|
|
4
|
-
import * as i3 from "@angular/material/dialog";
|
|
5
|
-
import * as i4 from "@angular/material/progress-bar";
|
|
6
|
-
import * as i5 from "@angular/material/button";
|
|
7
|
-
import * as i6 from "@ngx-translate/core";
|
|
3
|
+
/** @deprecated use DownloadZipDialogComponent instead */
|
|
8
4
|
export declare class DownloadZipDialogModule {
|
|
9
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<DownloadZipDialogModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DownloadZipDialogModule, [typeof i1.DownloadZipDialogComponent], [typeof
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DownloadZipDialogModule, never, [typeof i1.DownloadZipDialogComponent], [typeof i1.DownloadZipDialogComponent]>;
|
|
11
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<DownloadZipDialogModule>;
|
|
12
8
|
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use '../../mat-selectors.scss' as ms;
|
|
2
2
|
|
|
3
3
|
.adf-folder-dialog {
|
|
4
4
|
.adf-folder-dialog-content {
|
|
5
5
|
padding: 0;
|
|
6
6
|
overflow: unset;
|
|
7
7
|
|
|
8
|
-
#{
|
|
8
|
+
#{ms.$mat-form-field-infix} {
|
|
9
9
|
padding-bottom: 3.5px;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
#{
|
|
13
|
-
#{
|
|
12
|
+
#{ms.$mat-form-field-hide-placeholder} {
|
|
13
|
+
#{ms.$mat-floating-label} {
|
|
14
14
|
padding-top: 20px;
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
#{
|
|
18
|
+
#{ms.$mat-form-field-hint-wrapper} {
|
|
19
19
|
padding-left: 0;
|
|
20
20
|
margin-left: -2px;
|
|
21
21
|
color: var(--adf-theme-foreground-secondary-text-color);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use '../../mat-selectors.scss' as ms;
|
|
2
2
|
|
|
3
3
|
.adf-library-dialog {
|
|
4
4
|
.adf-library-dialog-content {
|
|
@@ -28,34 +28,34 @@
|
|
|
28
28
|
padding-top: 4.5px;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
#{
|
|
31
|
+
#{ms.$mat-floating-label} {
|
|
32
32
|
-webkit-font-smoothing: subpixel-antialiased;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
&#{
|
|
36
|
-
#{
|
|
35
|
+
&#{ms.$mat-form-field-hide-placeholder} {
|
|
36
|
+
#{ms.$mat-floating-label} {
|
|
37
37
|
padding-top: 20px;
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
&-description {
|
|
42
|
-
&#{
|
|
43
|
-
#{
|
|
42
|
+
&#{ms.$mat-form-field-hide-placeholder} {
|
|
43
|
+
#{ms.$mat-floating-label} {
|
|
44
44
|
padding-top: 20px;
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
#{
|
|
49
|
+
#{ms.$mat-form-field-infix} {
|
|
50
50
|
padding-bottom: 3.5px;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
#{
|
|
53
|
+
#{ms.$mat-form-field-error-wrapper} {
|
|
54
54
|
margin-left: -2px;
|
|
55
55
|
font-size: 10.5px;
|
|
56
56
|
-webkit-font-smoothing: subpixel-antialiased;
|
|
57
57
|
|
|
58
|
-
#{
|
|
58
|
+
#{ms.$mat-form-field-error} {
|
|
59
59
|
height: 13.125px;
|
|
60
60
|
}
|
|
61
61
|
}
|
|
@@ -18,9 +18,11 @@ import { OnChanges, EventEmitter, SimpleChanges } from '@angular/core';
|
|
|
18
18
|
import { FavoritesApi } from '@alfresco/js-api';
|
|
19
19
|
import { AlfrescoApiService } from '../services/alfresco-api.service';
|
|
20
20
|
import { LibraryEntity } from '../interfaces/library-entity.interface';
|
|
21
|
+
import { NotificationService } from '@alfresco/adf-core';
|
|
21
22
|
import * as i0 from "@angular/core";
|
|
22
23
|
export declare class LibraryFavoriteDirective implements OnChanges {
|
|
23
|
-
private alfrescoApiService;
|
|
24
|
+
private readonly alfrescoApiService;
|
|
25
|
+
private readonly notificationService;
|
|
24
26
|
library: LibraryEntity;
|
|
25
27
|
toggle: EventEmitter<any>;
|
|
26
28
|
error: EventEmitter<any>;
|
|
@@ -28,7 +30,7 @@ export declare class LibraryFavoriteDirective implements OnChanges {
|
|
|
28
30
|
private _favoritesApi;
|
|
29
31
|
get favoritesApi(): FavoritesApi;
|
|
30
32
|
onClick(): void;
|
|
31
|
-
constructor(alfrescoApiService: AlfrescoApiService);
|
|
33
|
+
constructor(alfrescoApiService: AlfrescoApiService, notificationService: NotificationService);
|
|
32
34
|
ngOnChanges(changes: SimpleChanges): void;
|
|
33
35
|
isFavorite(): boolean;
|
|
34
36
|
private markFavoriteLibrary;
|
|
@@ -17,9 +17,11 @@
|
|
|
17
17
|
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
18
18
|
import { NodeEntry, FavoritesApi } from '@alfresco/js-api';
|
|
19
19
|
import { AlfrescoApiService } from '../services/alfresco-api.service';
|
|
20
|
+
import { NotificationService } from '@alfresco/adf-core';
|
|
20
21
|
import * as i0 from "@angular/core";
|
|
21
22
|
export declare class NodeFavoriteDirective implements OnChanges {
|
|
22
|
-
private alfrescoApiService;
|
|
23
|
+
private readonly alfrescoApiService;
|
|
24
|
+
private readonly notificationService;
|
|
23
25
|
favorites: any[];
|
|
24
26
|
private _favoritesApi;
|
|
25
27
|
get favoritesApi(): FavoritesApi;
|
|
@@ -30,7 +32,7 @@ export declare class NodeFavoriteDirective implements OnChanges {
|
|
|
30
32
|
/** Emitted when the favorite setting fails. */
|
|
31
33
|
error: EventEmitter<any>;
|
|
32
34
|
onClick(): void;
|
|
33
|
-
constructor(alfrescoApiService: AlfrescoApiService);
|
|
35
|
+
constructor(alfrescoApiService: AlfrescoApiService, notificationService: NotificationService);
|
|
34
36
|
ngOnChanges(changes: SimpleChanges): void;
|
|
35
37
|
toggleFavorite(): void;
|
|
36
38
|
markFavoritesNodes(selection: NodeEntry[]): void;
|