@alfresco/adf-content-services 7.1.0-15303058550 → 8.0.0
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,4 +1,4 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use '../../flex' as flex;
|
|
2
2
|
|
|
3
3
|
.adf-document-list {
|
|
4
4
|
min-height: 0;
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
word-break: break-all;
|
|
144
144
|
white-space: pre-line;
|
|
145
145
|
|
|
146
|
-
@include layout-bp(lt-sm) {
|
|
146
|
+
@include flex.layout-bp(lt-sm) {
|
|
147
147
|
font-size: 48px;
|
|
148
148
|
}
|
|
149
149
|
}
|
|
@@ -165,12 +165,12 @@
|
|
|
165
165
|
object-fit: contain;
|
|
166
166
|
margin-top: 17px;
|
|
167
167
|
|
|
168
|
-
@include layout-bp(lt-sm) {
|
|
168
|
+
@include flex.layout-bp(lt-sm) {
|
|
169
169
|
width: 250px;
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
172
|
|
|
173
|
-
@include layout-bp(lt-md) {
|
|
173
|
+
@include flex.layout-bp(lt-md) {
|
|
174
174
|
&-drag-drop,
|
|
175
175
|
&-any-files-here-to-add {
|
|
176
176
|
display: none;
|
package/lib/flex.scss
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
/* stylelint-disable */
|
|
3
|
+
|
|
4
|
+
// Non-overlapping Material Design breakpoints
|
|
5
|
+
// @type map
|
|
6
|
+
$breakpoints: (
|
|
7
|
+
xs: (
|
|
8
|
+
begin: 0,
|
|
9
|
+
end: 599.9px
|
|
10
|
+
),
|
|
11
|
+
sm: (
|
|
12
|
+
begin: 600px,
|
|
13
|
+
end: 959.9px
|
|
14
|
+
),
|
|
15
|
+
md: (
|
|
16
|
+
begin: 960px,
|
|
17
|
+
end: 1279.9px
|
|
18
|
+
),
|
|
19
|
+
lg: (
|
|
20
|
+
begin: 1280px,
|
|
21
|
+
end: 1919.9px
|
|
22
|
+
),
|
|
23
|
+
xl: (
|
|
24
|
+
begin: 1920px,
|
|
25
|
+
end: 4999.99px
|
|
26
|
+
)
|
|
27
|
+
) !default;
|
|
28
|
+
|
|
29
|
+
// Overlapping breakpoints that are greater than defined
|
|
30
|
+
// Material Design breakpoints
|
|
31
|
+
// @type map
|
|
32
|
+
$overlapping-gt: (
|
|
33
|
+
gt-xs: 600px,
|
|
34
|
+
gt-sm: 960px,
|
|
35
|
+
gt-md: 1280px,
|
|
36
|
+
gt-lg: 1920px
|
|
37
|
+
) !default;
|
|
38
|
+
|
|
39
|
+
// Overlapping breakpoints that are less than defined
|
|
40
|
+
// Material Design breakpoints
|
|
41
|
+
// @type map
|
|
42
|
+
$overlapping-lt: (
|
|
43
|
+
lt-sm: 599.9px,
|
|
44
|
+
lt-md: 959.9px,
|
|
45
|
+
lt-lg: 1279.9px,
|
|
46
|
+
lt-xl: 1919.9px
|
|
47
|
+
) !default;
|
|
48
|
+
|
|
49
|
+
// Media Query Mixin, takes a breakpoint and returns a wrapping
|
|
50
|
+
// media query statement
|
|
51
|
+
// e.g.
|
|
52
|
+
//
|
|
53
|
+
// @include layout-bp(xs) {
|
|
54
|
+
// background-color: red;
|
|
55
|
+
// }
|
|
56
|
+
//
|
|
57
|
+
// becomes
|
|
58
|
+
//
|
|
59
|
+
// @media (min-width: 0px) and (max-width: 599px) {
|
|
60
|
+
// background-color: red;
|
|
61
|
+
// }
|
|
62
|
+
@mixin layout-bp($bp) {
|
|
63
|
+
@if map-has-key($breakpoints, $bp) {
|
|
64
|
+
$min: map-get(map-get($breakpoints, $bp), begin);
|
|
65
|
+
$max: map-get(map-get($breakpoints, $bp), end);
|
|
66
|
+
@media (min-width: $min) and (max-width: $max) {
|
|
67
|
+
@content;
|
|
68
|
+
}
|
|
69
|
+
} @else if map-has-key($overlapping-gt, $bp) {
|
|
70
|
+
$min: map-get($overlapping-gt, $bp);
|
|
71
|
+
@media (min-width: $min) {
|
|
72
|
+
@content;
|
|
73
|
+
}
|
|
74
|
+
} @else if map-has-key($overlapping-lt, $bp) {
|
|
75
|
+
$max: map-get($overlapping-lt, $bp);
|
|
76
|
+
@media (max-width: $max) {
|
|
77
|
+
@content;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
/* stylelint-enable */
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
/* Variables in this file are used in the Angular Material library. Do not modify them unless you know what you are doing. */
|
|
2
|
+
|
|
3
|
+
$mat-icon: '.mat-icon';
|
|
4
|
+
$mat-focused: '.mat-focused';
|
|
5
|
+
$mat-line: '.mat-line';
|
|
6
|
+
$mat-tab-label: '.mat-mdc-tab';
|
|
7
|
+
$mat-expansion-panel-body: '.mat-expansion-panel-body';
|
|
8
|
+
$mat-tab-label-text: '.mdc-tab__text-label';
|
|
9
|
+
$mat-tab-header: '.mat-mdc-tab-header';
|
|
10
|
+
$mat-chip: '.mat-mdc-chip';
|
|
11
|
+
$mat-checkbox: '.mat-mdc-checkbox';
|
|
12
|
+
$mat-checkbox-box: '.mdc-checkbox';
|
|
13
|
+
$mat-button: '.mat-mdc-button';
|
|
14
|
+
$mat-button-label: '.mdc-button__label';
|
|
15
|
+
$mat-form-field: '.mat-mdc-form-field';
|
|
16
|
+
$mat-form-field-flex: '.mat-mdc-form-field-flex';
|
|
17
|
+
$mat-form-field-wrapper: '.mat-mdc-text-field-wrapper';
|
|
18
|
+
$mat-line-ripple: '.mdc-line-ripple';
|
|
19
|
+
$mat-form-field-subscript-wrapper: '.mat-mdc-form-field-subscript-wrapper';
|
|
20
|
+
$mat-form-text-field-infix: '.mat-mdc-form-text-infix';
|
|
21
|
+
$mat-form-field-label: '.mat-mdc-floating-label';
|
|
22
|
+
$mat-form-field-appearance-outline: '.mat-form-field-appearance-outline';
|
|
23
|
+
$mat-text-field-outlined: '.mdc-text-field--outlined';
|
|
24
|
+
$mat-text-field-outlined-thick: '.mdc-text-field--outlined-thick';
|
|
25
|
+
$mat-input-element: '.mat-mdc-input-element';
|
|
26
|
+
$mat-card: '.mat-mdc-card';
|
|
27
|
+
$mat-card-content: '.mat-mdc-card-content';
|
|
28
|
+
$mat-list-item-primary-text: '.mdc-list-item__primary-text';
|
|
29
|
+
$mat-list-item-end: '.mdc-list-item__end';
|
|
30
|
+
$mat-select: '.mat-mdc-select';
|
|
31
|
+
$mat-menu-panel: '.mat-mdc-menu-panel';
|
|
32
|
+
$mat-expansion-panel: '.mat-expansion-panel';
|
|
33
|
+
$mat-calendar: '.mat-calendar';
|
|
34
|
+
$mat-calendar-header: '.mat-calendar-header';
|
|
35
|
+
$mat-toolbar: '.mat-toolbar';
|
|
36
|
+
$mat-text-field-no-label: '.mdc-text-field--no-label';
|
|
37
|
+
$mat-form-field-infix: '.mat-mdc-form-field-infix';
|
|
38
|
+
$mat-form-field-hide-placeholder: '.mat-form-field-hide-placeholder';
|
|
39
|
+
$mat-form-field-hint-wrapper: '.mat-mdc-form-field-hint-wrapper';
|
|
40
|
+
$mat-form-field-error-wrapper: '.mat-mdc-form-field-error-wrapper';
|
|
41
|
+
$mat-form-field-error: '.mat-mdc-form-field-error';
|
|
42
|
+
$mat-checkbox-background: '.mdc-checkbox__background';
|
|
43
|
+
$mat-floating-label: '.mdc-floating-label';
|
|
44
|
+
$mat-select-arrow-wrapper: '.mat-mdc-select-arrow-wrapper';
|
|
45
|
+
$mat-dialog-title: '.mdc-dialog__title';
|
|
46
|
+
$mat-expansion-panel-body: '.mat-expansion-panel-body';
|
|
47
|
+
$mat-dialog-surface: '.mat-mdc-dialog-surface';
|
|
48
|
+
$mdc-dialog: '.mdc-dialog';
|
|
49
|
+
$mat-evolution-chip: '.mdc-evolution-chip';
|
|
50
|
+
$mat-standard-chip: '.mat-mdc-standard-chip';
|
|
51
|
+
$mat-notched-outline: '.mdc-notched-outline';
|
|
52
|
+
$mat-evolution-chip-graphic: '.mdc-evolution-chip__graphic';
|
|
53
|
+
$mat-select-trigger: '.mat-mdc-select-trigger';
|
|
54
|
+
$mat-select-arrow: '.mat-mdc-select-arrow';
|
|
55
|
+
$mat-notched-outline-leading: '.mdc-notched-outline__leading';
|
|
56
|
+
$mat-notched-outline-trailing: '.mdc-notched-outline__trailing';
|
|
57
|
+
$mat-evolution-chip-set: '.mdc-evolution-chip-set';
|
|
58
|
+
$cdk-overlay-pane: '.cdk-overlay-pane';
|
|
59
|
+
$mat-form-field-error-wrapper: '.mat-mdc-form-field-error-wrapper';
|
|
60
|
+
$mat-list-item-disabled: '.mdc-list-item--disabled';
|
|
61
|
+
$mat-switch: '.mdc-switch';
|
|
62
|
+
$mat-list-item: '.mdc-list-item';
|
|
63
|
+
$mat-text-field: '.mdc-text-field';
|
|
@@ -1,9 +1,29 @@
|
|
|
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 { EventEmitter } from '@angular/core';
|
|
18
|
+
import { CommentModel } from '@alfresco/adf-core';
|
|
1
19
|
import * as i0 from "@angular/core";
|
|
2
20
|
export declare class NodeCommentsComponent {
|
|
3
21
|
/** nodeId of the document that has comments */
|
|
4
22
|
nodeId: string;
|
|
5
23
|
/** make the comments component readOnly */
|
|
6
24
|
readOnly: boolean;
|
|
25
|
+
/** Emits when a new comment is added */
|
|
26
|
+
commentAdded: EventEmitter<CommentModel>;
|
|
7
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<NodeCommentsComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NodeCommentsComponent, "adf-node-comments", never, { "nodeId": { "alias": "nodeId"; "required": true; }; "readOnly": { "alias": "readOnly"; "required": false; }; }, {}, never, never, true, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NodeCommentsComponent, "adf-node-comments", never, { "nodeId": { "alias": "nodeId"; "required": true; }; "readOnly": { "alias": "readOnly"; "required": false; }; }, { "commentAdded": "commentAdded"; }, never, never, true, never>;
|
|
9
29
|
}
|
package/lib/permission-manager/components/add-permission/add-permission-dialog.component.scss
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use '../../../mat-selectors.scss' as ms;
|
|
2
2
|
|
|
3
|
-
#{
|
|
4
|
-
#{
|
|
3
|
+
#{ms.$mdc-dialog} {
|
|
4
|
+
#{ms.$mat-dialog-surface}:is(div) {
|
|
5
5
|
padding-bottom: 0;
|
|
6
6
|
}
|
|
7
7
|
}
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
width: 100%;
|
|
32
32
|
justify-content: unset;
|
|
33
33
|
|
|
34
|
-
#{
|
|
34
|
+
#{ms.$mat-button-label} {
|
|
35
35
|
padding-right: 0;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
#{
|
|
38
|
+
#{ms.$mat-icon} {
|
|
39
39
|
font-size: 24px;
|
|
40
40
|
width: 24px;
|
|
41
41
|
height: 24px;
|
package/lib/permission-manager/components/add-permission/add-permission-panel.component.scss
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use '../../../mat-selectors.scss' as ms;
|
|
2
2
|
|
|
3
3
|
$search-result-height: calc(100% - 60px);
|
|
4
4
|
|
|
@@ -9,7 +9,7 @@ $search-result-height: calc(100% - 60px);
|
|
|
9
9
|
overflow: auto;
|
|
10
10
|
border: 2px solid var(--adf-theme-foreground-text-color-007);
|
|
11
11
|
|
|
12
|
-
#{
|
|
12
|
+
#{ms.$mat-list-item-end} {
|
|
13
13
|
display: none;
|
|
14
14
|
}
|
|
15
15
|
|
|
@@ -54,18 +54,18 @@ $search-result-height: calc(100% - 60px);
|
|
|
54
54
|
padding-bottom: 0;
|
|
55
55
|
padding-top: 12px;
|
|
56
56
|
|
|
57
|
-
#{
|
|
58
|
-
#{
|
|
57
|
+
#{ms.$mat-form-field-wrapper} {
|
|
58
|
+
#{ms.$mat-form-field-flex} {
|
|
59
59
|
align-items: center;
|
|
60
60
|
|
|
61
|
-
#{
|
|
61
|
+
#{ms.$mat-form-field-infix} {
|
|
62
62
|
padding-top: 0;
|
|
63
63
|
padding-bottom: 0;
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
|
|
68
|
-
#{
|
|
68
|
+
#{ms.$mat-form-field-subscript-wrapper} {
|
|
69
69
|
height: 16px;
|
|
70
70
|
}
|
|
71
71
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use '../../../mat-selectors.scss' as ms;
|
|
2
2
|
|
|
3
3
|
.adf {
|
|
4
4
|
&-permission-card {
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
height: calc(100% - 63px);
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
&-local-permission-container#{
|
|
91
|
+
&-local-permission-container#{ms.$mat-card-content} {
|
|
92
92
|
overflow: hidden;
|
|
93
93
|
flex: 1 1 auto;
|
|
94
94
|
padding: 0;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use '../../../mat-selectors.scss' as ms;
|
|
2
2
|
|
|
3
|
-
.adf-role-selector-field#{
|
|
3
|
+
.adf-role-selector-field#{ms.$mat-form-field} {
|
|
4
4
|
width: 100%;
|
|
5
5
|
max-width: 200px;
|
|
6
6
|
height: 40px;
|
|
7
7
|
|
|
8
|
-
#{
|
|
8
|
+
#{ms.$mat-form-field-infix}:not(:disabled) {
|
|
9
9
|
padding-top: 8px;
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use '../../../mat-selectors.scss' as ms;
|
|
2
2
|
|
|
3
3
|
.adf-search-check-list > div {
|
|
4
4
|
display: flex;
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
white-space: nowrap;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
#{
|
|
24
|
+
#{ms.$mat-checkbox-box} {
|
|
25
25
|
margin-left: 4px;
|
|
26
26
|
margin-top: 5px;
|
|
27
27
|
margin-bottom: 4px;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
/* stylelint-disable selector-class-pattern */
|
|
2
|
-
@
|
|
2
|
+
@use '../../../mat-selectors.scss' as ms;
|
|
3
3
|
|
|
4
4
|
adf-search-chip-autocomplete-input {
|
|
5
5
|
.adf-chip-list {
|
|
6
6
|
width: 100%;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
.adf-chip-list:has(#{
|
|
9
|
+
.adf-chip-list:has(#{ms.$mat-notched-outline}) {
|
|
10
10
|
margin-top: 4px;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
#{
|
|
13
|
+
#{ms.$mat-form-text-field-infix} {
|
|
14
14
|
border: none;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
.adf-chip-list#{
|
|
18
|
-
#{
|
|
17
|
+
.adf-chip-list#{ms.$mat-form-field} {
|
|
18
|
+
#{ms.$mat-form-field-infix} {
|
|
19
19
|
padding-top: 14px;
|
|
20
20
|
padding-bottom: 14px;
|
|
21
21
|
min-height: unset;
|
|
@@ -35,8 +35,8 @@ adf-search-chip-autocomplete-input {
|
|
|
35
35
|
padding: 4px 0;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
#{
|
|
39
|
-
#{
|
|
38
|
+
#{ms.$mat-evolution-chip-set} {
|
|
39
|
+
#{ms.$mat-evolution-chip} {
|
|
40
40
|
margin-left: 0;
|
|
41
41
|
margin-right: 4px;
|
|
42
42
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@use '@angular/material' as mat;
|
|
2
|
-
@
|
|
2
|
+
@use '../../flex' as flex;
|
|
3
3
|
|
|
4
|
-
$mat-menu-overlay-min-width: 112px !default;
|
|
5
|
-
$mat-menu-overlay-max-width: 280px !default;
|
|
4
|
+
$mat-menu-overlay-min-width: 112px !default; // 56 * 2
|
|
5
|
+
$mat-menu-overlay-max-width: 280px !default; // 56 * 5
|
|
6
6
|
|
|
7
7
|
.adf {
|
|
8
8
|
&-search-result-autocomplete {
|
|
@@ -24,7 +24,7 @@ $mat-menu-overlay-max-width: 280px !default; // 56 * 5
|
|
|
24
24
|
background-color: var(--adf-theme-background-card-color);
|
|
25
25
|
border-radius: 2px;
|
|
26
26
|
|
|
27
|
-
@include layout-bp(lt-md) {
|
|
27
|
+
@include flex.layout-bp(lt-md) {
|
|
28
28
|
white-space: nowrap;
|
|
29
29
|
text-overflow: ellipsis;
|
|
30
30
|
overflow: hidden;
|
|
@@ -50,7 +50,7 @@ export declare class SearchDateRangeComponent implements OnInit {
|
|
|
50
50
|
constructor(formBuilder: FormBuilder, userPreferencesService: UserPreferencesService, dateAdapter: DateAdapter<DateFnsAdapter>, dateFormatConfig: MatDateFormats);
|
|
51
51
|
readonly endDateValidator: (formControl: UntypedFormControl) => {
|
|
52
52
|
[key: string]: boolean;
|
|
53
|
-
};
|
|
53
|
+
} | null;
|
|
54
54
|
ngOnInit(): void;
|
|
55
55
|
private updateValidators;
|
|
56
56
|
private onChange;
|
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use '../../../../mat-selectors' as ms;
|
|
2
2
|
|
|
3
3
|
adf-search-date-range {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
.adf-search-date-range-container {
|
|
5
|
+
margin-top: 20px;
|
|
6
|
+
padding: 10px;
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
&-row {
|
|
14
|
-
display: flex;
|
|
15
|
-
flex-direction: row;
|
|
16
|
-
padding-bottom: 21px;
|
|
17
|
-
align-items: center;
|
|
18
|
-
|
|
19
|
-
&-date {
|
|
20
|
-
margin-top: 8px;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
#{$mat-select-arrow-wrapper} {
|
|
24
|
-
height: unset;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.adf-search-date-range-input-field {
|
|
28
|
-
width: 75px;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.adf-search-date-range-form-field {
|
|
32
|
-
padding-left: 10px;
|
|
33
|
-
flex: 1;
|
|
34
|
-
margin-bottom: 12px;
|
|
35
|
-
|
|
36
|
-
#{$mat-form-field-flex} {
|
|
37
|
-
align-items: center;
|
|
8
|
+
.adf-search-date-range-form-field-select {
|
|
9
|
+
width: 180px;
|
|
10
|
+
min-width: 180px;
|
|
11
|
+
}
|
|
38
12
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
13
|
+
&-row {
|
|
14
|
+
display: flex;
|
|
15
|
+
flex-direction: row;
|
|
16
|
+
padding-bottom: 21px;
|
|
17
|
+
align-items: center;
|
|
18
|
+
|
|
19
|
+
&-date {
|
|
20
|
+
margin-top: 8px;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
#{ms.$mat-select-arrow-wrapper} {
|
|
24
|
+
height: unset;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.adf-search-date-range-input-field {
|
|
28
|
+
width: 75px;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.adf-search-date-range-form-field {
|
|
32
|
+
padding-left: 10px;
|
|
33
|
+
flex: 1;
|
|
34
|
+
margin-bottom: 12px;
|
|
35
|
+
|
|
36
|
+
#{ms.$mat-form-field-flex} {
|
|
37
|
+
align-items: center;
|
|
38
|
+
|
|
39
|
+
#{ms.$mat-form-field-infix} {
|
|
40
|
+
padding: 0.375em 0 4px;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
42
44
|
}
|
|
43
|
-
}
|
|
44
45
|
}
|
|
45
|
-
}
|
|
46
46
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
47
|
+
.adf-search-widget-extra-width {
|
|
48
|
+
max-width: 500px;
|
|
49
|
+
}
|
|
50
50
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use '../../../../mat-selectors.scss' as ms;
|
|
2
2
|
|
|
3
3
|
adf-search-facet-chip-tabbed {
|
|
4
4
|
.adf-search-filter-chip-tabbed {
|
|
@@ -6,7 +6,7 @@ adf-search-facet-chip-tabbed {
|
|
|
6
6
|
pointer-events: none;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
#{
|
|
9
|
+
#{ms.$mat-evolution-chip-graphic} {
|
|
10
10
|
display: none;
|
|
11
11
|
}
|
|
12
12
|
}
|
|
@@ -16,6 +16,6 @@ adf-search-facet-chip-tabbed {
|
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
.adf-search-widget-extra-width#{
|
|
19
|
+
.adf-search-widget-extra-width#{ms.$mat-menu-panel} {
|
|
20
20
|
max-width: 500px;
|
|
21
21
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@use '@angular/material' as mat;
|
|
2
|
-
@
|
|
2
|
+
@use '../../../mat-selectors.scss' as ms;
|
|
3
3
|
|
|
4
4
|
.adf-search-filter-chip,
|
|
5
5
|
.adf-search-filter-chip-tabbed {
|
|
@@ -52,15 +52,15 @@
|
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
-
.adf-search-filter-chip#{
|
|
55
|
+
.adf-search-filter-chip#{ms.$mat-evolution-chip}#{ms.$mat-standard-chip} {
|
|
56
56
|
margin-top: 0;
|
|
57
57
|
margin-bottom: 0;
|
|
58
58
|
}
|
|
59
59
|
|
|
60
|
-
#{
|
|
60
|
+
#{ms.$mat-standard-chip} {
|
|
61
61
|
-webkit-font-smoothing: unset;
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
#{
|
|
64
|
+
#{ms.$mat-evolution-chip-set} {
|
|
65
65
|
margin-top: -4px;
|
|
66
66
|
}
|
package/lib/search/components/search-filter-container/search-filter-container.component.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@use '@angular/material' as mat;
|
|
2
|
-
@
|
|
2
|
+
@use '../../../mat-selectors.scss' as ms;
|
|
3
3
|
|
|
4
4
|
.adf-filter {
|
|
5
5
|
&-button:has(.adf-filter-icon) {
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
padding-right: 16px;
|
|
74
74
|
-webkit-font-smoothing: subpixel-antialiased;
|
|
75
75
|
|
|
76
|
-
#{
|
|
76
|
+
#{ms.$mat-button-label} {
|
|
77
77
|
font-weight: unset;
|
|
78
78
|
}
|
|
79
79
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use '../../../mat-selectors.scss' as ms;
|
|
2
2
|
|
|
3
3
|
adf-search-filter-tabbed {
|
|
4
|
-
#{
|
|
4
|
+
#{ms.$mat-tab-header} {
|
|
5
5
|
margin-top: 0;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.adf-search-tab-label-active {
|
|
9
9
|
border-bottom: 1px solid var(--theme-primary-color);
|
|
10
10
|
|
|
11
|
-
#{
|
|
11
|
+
#{ms.$mat-tab-label-text} {
|
|
12
12
|
color: var(--adf-theme-foreground-secondary-text-color);
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@use '@angular/material' as mat;
|
|
2
|
-
@
|
|
2
|
+
@use '../../../mat-selectors.scss' as ms;
|
|
3
3
|
|
|
4
4
|
.adf-search-form {
|
|
5
5
|
&.adf-search-form-button {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
text-align: left;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
.adf-search-form-icon#{
|
|
31
|
+
.adf-search-form-icon#{ms.$mat-icon} {
|
|
32
32
|
font-size: 24px;
|
|
33
33
|
height: 24px;
|
|
34
34
|
width: 24px;
|