@alfresco/adf-core 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/api/lib/alfresco-api/alfresco-api.utils.d.ts +1 -1
- package/breadcrumbs/styles/_breadcrumb.theme.scss +4 -4
- package/bundles/assets/adf-core/i18n/de.json +4 -2
- package/bundles/assets/adf-core/i18n/en.json +3 -1
- package/bundles/assets/adf-core/i18n/es.json +3 -1
- package/bundles/assets/adf-core/i18n/fr.json +3 -1
- package/bundles/assets/adf-core/i18n/it.json +3 -1
- package/bundles/assets/adf-core/i18n/pl.json +3 -1
- package/bundles/assets/adf-core/i18n/pt.json +3 -1
- package/custom-theme/README.md +3 -0
- package/custom-theme/material-theme.scss +4 -7
- package/custom-theme/theme/custom-theme-palettes.scss +8 -12
- package/custom-theme/theme/typography.scss +26 -26
- package/feature-flags/lib/providers/debug-feature-flags.provider.d.ts +4 -35
- package/feature-flags/lib/services/debug-features.service.d.ts +7 -6
- package/feature-flags/lib/services/storage-features.service.d.ts +6 -6
- package/fesm2022/adf-core.mjs +1558 -1402
- package/fesm2022/adf-core.mjs.map +1 -1
- package/fesm2022/alfresco-adf-core-api.mjs +3 -3
- package/fesm2022/alfresco-adf-core-api.mjs.map +1 -1
- package/fesm2022/alfresco-adf-core-auth.mjs +6 -6
- package/fesm2022/alfresco-adf-core-auth.mjs.map +1 -1
- package/fesm2022/alfresco-adf-core-breadcrumbs.mjs +12 -13
- package/fesm2022/alfresco-adf-core-breadcrumbs.mjs.map +1 -1
- package/fesm2022/alfresco-adf-core-feature-flags.mjs +88 -78
- package/fesm2022/alfresco-adf-core-feature-flags.mjs.map +1 -1
- package/fesm2022/alfresco-adf-core-shell.mjs +95 -20
- package/fesm2022/alfresco-adf-core-shell.mjs.map +1 -1
- package/lib/about/about-package/package-list.component.scss +5 -5
- package/lib/about/about-server-settings/about-server-settings.component.scss +5 -5
- package/lib/about/about.component.scss +3 -3
- package/lib/app-config/app-config.module.d.ts +1 -0
- package/lib/app-config/provide-app-config.d.ts +23 -0
- package/lib/app-config/public-api.d.ts +1 -0
- package/lib/auth/oidc/auth.module.d.ts +4 -4
- package/lib/auth/oidc/view/authentication-confirmation/authentication-confirmation.component.d.ts +1 -1
- package/lib/card-view/components/base-card-view.d.ts +1 -1
- package/lib/card-view/components/card-view/card-view.component.scss +25 -23
- package/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.scss +7 -7
- package/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.d.ts +2 -0
- package/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.scss +3 -5
- package/lib/card-view/components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component.scss +5 -5
- package/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.scss +22 -11
- package/lib/card-view/components/card-view-selectitem/select-filter-input/select-filter-input.component.scss +3 -3
- package/lib/card-view/components/card-view-textitem/card-view-textitem.component.scss +8 -11
- package/lib/comments/comments.component.d.ts +3 -1
- package/lib/comments/comments.component.scss +9 -9
- package/lib/common/services/storage.service.d.ts +8 -0
- package/lib/core.module.d.ts +124 -128
- package/lib/datatable/components/datatable/datatable.component.scss +18 -16
- package/lib/datatable/data/data-table.schema.d.ts +1 -1
- package/lib/datatable/data/object-datarow.model.d.ts +1 -0
- package/lib/dialogs/confirm-dialog/confirm.dialog.d.ts +1 -1
- package/lib/dialogs/confirm-dialog/confirm.dialog.module.d.ts +2 -6
- package/lib/dialogs/edit-json/edit-json.dialog.d.ts +1 -1
- package/lib/dialogs/edit-json/edit-json.dialog.module.d.ts +1 -6
- package/lib/dialogs/edit-json/edit-json.dialog.scss +1 -3
- package/lib/dynamic-chip-list/dynamic-chip-list.component.scss +3 -3
- package/lib/form/components/form-base.component.d.ts +0 -1
- package/lib/form/components/form-renderer.component.d.ts +1 -3
- package/lib/form/components/form-renderer.component.scss +73 -47
- package/lib/form/components/form-section/form-section.component.scss +3 -4
- package/lib/form/components/helpers/buttons-visibility.d.ts +24 -0
- package/lib/form/components/inplace-form-input/inplace-form-input.component.scss +5 -5
- package/lib/form/components/widgets/amount/amount.widget.scss +14 -5
- package/lib/form/components/widgets/checkbox/checkbox.widget.scss +11 -0
- package/lib/form/components/widgets/core/content-link.model.d.ts +1 -0
- package/lib/form/components/widgets/core/form.model.d.ts +1 -0
- package/lib/form/components/widgets/date/date.widget.scss +9 -0
- package/lib/form/components/widgets/date-time/date-time.widget.scss +12 -6
- package/lib/form/components/widgets/decimal/decimal.component.scss +6 -0
- package/lib/form/components/widgets/form.theme.scss +9 -8
- package/lib/form/components/widgets/hyperlink/hyperlink.widget.d.ts +16 -0
- package/lib/form/components/widgets/multiline-text/multiline-text.widget.scss +3 -0
- package/lib/form/components/widgets/number/number.widget.d.ts +1 -0
- package/lib/form/components/widgets/number/number.widget.scss +6 -0
- package/lib/form/components/widgets/text/text.widget.scss +8 -2
- package/lib/form/components/widgets/widget.component.d.ts +2 -2
- package/lib/form/form-base.module.d.ts +1 -0
- package/lib/form/public-api.d.ts +1 -0
- package/lib/identity-user-info/identity-user-info.component.scss +11 -10
- package/lib/info-drawer/info-drawer-layout.component.scss +8 -8
- package/lib/info-drawer/info-drawer.component.scss +21 -21
- package/lib/layout/components/header/header.component.scss +7 -7
- package/lib/layout/components/layout-container/layout-container.component.scss +3 -3
- package/lib/layout/components/sidenav-layout/sidenav-layout.component.scss +6 -6
- package/lib/login/components/login/login.component.scss +5 -5
- package/lib/notifications/components/notification-history.component.scss +4 -4
- package/lib/notifications/services/notification.service.d.ts +1 -1
- package/lib/search-text/search-text-input.component.scss +2 -2
- package/lib/snackbar-content/snackbar-content.component.d.ts +1 -1
- package/lib/snackbar-content/snackbar-content.component.scss +2 -2
- package/lib/snackbar-content/snackbar-content.module.d.ts +2 -6
- package/lib/styles/_index.scss +75 -67
- package/lib/styles/_mat-selectors.scss +13 -106
- package/lib/styles/_theming.scss +3 -5
- package/lib/styles/_typography.scss +14 -14
- package/lib/styles/material.theme.scss +27 -26
- package/lib/templates/empty-content/empty-content.component.scss +0 -2
- package/lib/templates/error-content/error-content.component.scss +2 -2
- package/lib/testing/core.testing.module.d.ts +1 -0
- package/lib/testing/noop-translate.module.d.ts +1 -2
- package/lib/translation/provide-i18n.d.ts +39 -0
- package/lib/translation/public-api.d.ts +1 -0
- package/lib/viewer/components/img-viewer/img-viewer.component.d.ts +2 -1
- package/lib/viewer/components/img-viewer/img-viewer.component.scss +2 -2
- package/lib/viewer/components/media-player/media-player.component.d.ts +2 -1
- package/lib/viewer/components/pdf-viewer/pdf-viewer.component.d.ts +21 -13
- package/lib/viewer/components/pdf-viewer/pdf-viewer.component.scss +3 -3
- package/lib/viewer/components/txt-viewer/txt-viewer.component.d.ts +3 -2
- package/lib/viewer/components/unknown-format/unknown-format.component.d.ts +3 -1
- package/lib/viewer/components/viewer-render/viewer-render.component.d.ts +5 -3
- package/lib/viewer/components/viewer-render/viewer-render.component.scss +16 -1
- package/lib/viewer/components/viewer.component.d.ts +17 -3
- package/lib/viewer/components/viewer.component.scss +4 -12
- package/package.json +5 -17
- package/schematics/migrations/schematics/migrations/7_0_0/index.d.ts +1 -1
- package/schematics/migrations/schematics/migrations/7_0_0/index.js +2 -2
- package/schematics/migrations/schematics/migrations/7_0_0/index.js.map +1 -1
- package/shell/README.md +20 -6
- package/shell/index.d.ts +2 -0
- package/shell/lib/providers.d.ts +36 -0
- package/shell/lib/shell.module.d.ts +4 -7
- package/shell/lib/shell.routes.d.ts +13 -1
- package/esm2022/adf-core.mjs +0 -5
- package/esm2022/api/alfresco-adf-core-api.mjs +0 -5
- package/esm2022/api/index.mjs +0 -20
- package/esm2022/api/lib/adf-http-client.service.mjs +0 -311
- package/esm2022/api/lib/alfresco-api/alfresco-api.param-encoder.mjs +0 -33
- package/esm2022/api/lib/alfresco-api/alfresco-api.response-error.mjs +0 -25
- package/esm2022/api/lib/alfresco-api/alfresco-api.utils.mjs +0 -80
- package/esm2022/api/lib/interfaces.mjs +0 -18
- package/esm2022/api/lib/types.mjs +0 -18
- package/esm2022/auth/alfresco-adf-core-auth.mjs +0 -5
- package/esm2022/auth/authentication-interceptor/authentication.interceptor.mjs +0 -56
- package/esm2022/auth/authentication.mjs +0 -19
- package/esm2022/auth/index.mjs +0 -19
- package/esm2022/breadcrumbs/alfresco-adf-core-breadcrumbs.mjs +0 -5
- package/esm2022/breadcrumbs/components/breadcrumb/breadcrumb.component.mjs +0 -83
- package/esm2022/breadcrumbs/components/breadcrumb-item/breadcrumb-item.component.mjs +0 -42
- package/esm2022/breadcrumbs/directives/breadcrumb-focus.directive.mjs +0 -44
- package/esm2022/breadcrumbs/index.mjs +0 -19
- package/esm2022/feature-flags/alfresco-adf-core-feature-flags.mjs +0 -5
- package/esm2022/feature-flags/index.mjs +0 -29
- package/esm2022/feature-flags/lib/components/feature-flags-wrapper.mjs +0 -36
- package/esm2022/feature-flags/lib/components/feature-override-indicator.component.mjs +0 -56
- package/esm2022/feature-flags/lib/components/flags/flags.component.mjs +0 -130
- package/esm2022/feature-flags/lib/directives/features.directive.mjs +0 -63
- package/esm2022/feature-flags/lib/directives/not-features.directive.mjs +0 -63
- package/esm2022/feature-flags/lib/guards/is-feature-off.guard.mjs +0 -38
- package/esm2022/feature-flags/lib/guards/is-feature-on.guard.mjs +0 -38
- package/esm2022/feature-flags/lib/guards/is-flags-override-on.guard.mjs +0 -40
- package/esm2022/feature-flags/lib/interfaces/features.interface.mjs +0 -24
- package/esm2022/feature-flags/lib/mocks/features-service-mock.factory.mjs +0 -62
- package/esm2022/feature-flags/lib/providers/debug-feature-flags.provider.mjs +0 -51
- package/esm2022/feature-flags/lib/providers/dummy-feature-flags.provider.mjs +0 -36
- package/esm2022/feature-flags/lib/services/debug-features.service.mjs +0 -84
- package/esm2022/feature-flags/lib/services/dummy-features.service.mjs +0 -40
- package/esm2022/feature-flags/lib/services/flagset.parser.mjs +0 -38
- package/esm2022/feature-flags/lib/services/qa-features.helper.mjs +0 -62
- package/esm2022/feature-flags/lib/services/storage-features.service.mjs +0 -121
- package/esm2022/lib/about/about-extension-list/about-extension-list.component.mjs +0 -52
- package/esm2022/lib/about/about-license-list/about-license-list.component.mjs +0 -52
- package/esm2022/lib/about/about-module-list/module-list.component.mjs +0 -52
- package/esm2022/lib/about/about-package/package-list.component.mjs +0 -66
- package/esm2022/lib/about/about-panel.directive.mjs +0 -37
- package/esm2022/lib/about/about-repository-info/about-repository-info.component.mjs +0 -60
- package/esm2022/lib/about/about-repository-info/repository-info.interface.mjs +0 -18
- package/esm2022/lib/about/about-server-settings/about-server-settings.component.mjs +0 -43
- package/esm2022/lib/about/about-status-list/about-status-list.component.mjs +0 -52
- package/esm2022/lib/about/about.component.mjs +0 -35
- package/esm2022/lib/about/about.module.mjs +0 -75
- package/esm2022/lib/about/index.mjs +0 -18
- package/esm2022/lib/about/interfaces.mjs +0 -18
- package/esm2022/lib/about/public-api.mjs +0 -28
- package/esm2022/lib/app-config/app-config-storage-prefix.factory.mjs +0 -51
- package/esm2022/lib/app-config/app-config.loader.mjs +0 -41
- package/esm2022/lib/app-config/app-config.module.mjs +0 -33
- package/esm2022/lib/app-config/app-config.pipe.mjs +0 -38
- package/esm2022/lib/app-config/app-config.service.mjs +0 -243
- package/esm2022/lib/app-config/debug-app-config.service.mjs +0 -44
- package/esm2022/lib/app-config/index.mjs +0 -18
- package/esm2022/lib/app-config/public-api.mjs +0 -22
- package/esm2022/lib/auth/authentication-interceptor/auth-bearer.interceptor.mjs +0 -67
- package/esm2022/lib/auth/basic-auth/basic-alfresco-auth.service.mjs +0 -356
- package/esm2022/lib/auth/basic-auth/content-auth.mjs +0 -189
- package/esm2022/lib/auth/basic-auth/process-auth.mjs +0 -193
- package/esm2022/lib/auth/guard/auth-guard-bpm.service.mjs +0 -31
- package/esm2022/lib/auth/guard/auth-guard-ecm.service.mjs +0 -31
- package/esm2022/lib/auth/guard/auth-guard-sso-role.service.mjs +0 -57
- package/esm2022/lib/auth/guard/auth-guard.mjs +0 -53
- package/esm2022/lib/auth/guard/auth-guard.service.mjs +0 -113
- package/esm2022/lib/auth/index.mjs +0 -18
- package/esm2022/lib/auth/interfaces/authentication-service.interface.mjs +0 -18
- package/esm2022/lib/auth/interfaces/authentication.interface.mjs +0 -18
- package/esm2022/lib/auth/interfaces/identity-group.interface.mjs +0 -18
- package/esm2022/lib/auth/interfaces/identity-user.service.interface.mjs +0 -18
- package/esm2022/lib/auth/interfaces/openid-configuration.interface.mjs +0 -18
- package/esm2022/lib/auth/models/application-access.model.mjs +0 -18
- package/esm2022/lib/auth/models/identity-group.model.mjs +0 -18
- package/esm2022/lib/auth/models/identity-role.model.mjs +0 -30
- package/esm2022/lib/auth/models/identity-user.model.mjs +0 -18
- package/esm2022/lib/auth/models/oauth-config.model.mjs +0 -18
- package/esm2022/lib/auth/models/redirection.model.mjs +0 -28
- package/esm2022/lib/auth/models/user-access.model.mjs +0 -18
- package/esm2022/lib/auth/oidc/auth-config.mjs +0 -19
- package/esm2022/lib/auth/oidc/auth-config.service.mjs +0 -110
- package/esm2022/lib/auth/oidc/auth-routing.module.mjs +0 -34
- package/esm2022/lib/auth/oidc/auth.module.mjs +0 -112
- package/esm2022/lib/auth/oidc/auth.service.mjs +0 -22
- package/esm2022/lib/auth/oidc/oidc-auth.guard.mjs +0 -37
- package/esm2022/lib/auth/oidc/oidc-authentication.service.mjs +0 -202
- package/esm2022/lib/auth/oidc/public-api.mjs +0 -24
- package/esm2022/lib/auth/oidc/redirect-auth.service.mjs +0 -267
- package/esm2022/lib/auth/oidc/retry-login.service.mjs +0 -66
- package/esm2022/lib/auth/oidc/token.interceptor.mjs +0 -62
- package/esm2022/lib/auth/oidc/view/authentication-confirmation/authentication-confirmation.component.mjs +0 -31
- package/esm2022/lib/auth/public-api.mjs +0 -44
- package/esm2022/lib/auth/services/authentication.service.mjs +0 -190
- package/esm2022/lib/auth/services/base-authentication.service.mjs +0 -99
- package/esm2022/lib/auth/services/identity-group.service.mjs +0 -269
- package/esm2022/lib/auth/services/identity-role.service.mjs +0 -99
- package/esm2022/lib/auth/services/identity-user.service.mjs +0 -443
- package/esm2022/lib/auth/services/jwt-helper.service.mjs +0 -205
- package/esm2022/lib/auth/services/oauth2.service.mjs +0 -69
- package/esm2022/lib/auth/services/time-sync.service.mjs +0 -83
- package/esm2022/lib/auth/services/user-access.service.mjs +0 -110
- package/esm2022/lib/avatar/avatar.component.mjs +0 -51
- package/esm2022/lib/blank-page/blank-page.component.mjs +0 -31
- package/esm2022/lib/blank-page/blank-page.module.mjs +0 -33
- package/esm2022/lib/blank-page/index.mjs +0 -18
- package/esm2022/lib/blank-page/public-api.mjs +0 -19
- package/esm2022/lib/button/button.component.mjs +0 -61
- package/esm2022/lib/card-view/card-view.module.mjs +0 -80
- package/esm2022/lib/card-view/components/base-card-view.mjs +0 -51
- package/esm2022/lib/card-view/components/card-view/card-view.component.mjs +0 -66
- package/esm2022/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.mjs +0 -56
- package/esm2022/lib/card-view/components/card-view-boolitem/card-view-boolitem.component.mjs +0 -40
- package/esm2022/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.mjs +0 -177
- package/esm2022/lib/card-view/components/card-view-item-dispatcher/card-view-item-dispatcher.component.mjs +0 -108
- package/esm2022/lib/card-view/components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component.mjs +0 -65
- package/esm2022/lib/card-view/components/card-view-mapitem/card-view-mapitem.component.mjs +0 -47
- package/esm2022/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.mjs +0 -138
- package/esm2022/lib/card-view/components/card-view-selectitem/select-filter-input/select-filter-input.component.mjs +0 -114
- package/esm2022/lib/card-view/components/card-view-textitem/card-view-textitem.component.mjs +0 -240
- package/esm2022/lib/card-view/components/card-view.components.mjs +0 -28
- package/esm2022/lib/card-view/index.mjs +0 -18
- package/esm2022/lib/card-view/interfaces/base-card-view-update.interface.mjs +0 -18
- package/esm2022/lib/card-view/interfaces/card-view-arrayitem-properties.interface.mjs +0 -18
- package/esm2022/lib/card-view/interfaces/card-view-boolitem-properties.interface.mjs +0 -18
- package/esm2022/lib/card-view/interfaces/card-view-dateitem-properties.interface.mjs +0 -18
- package/esm2022/lib/card-view/interfaces/card-view-item-properties.interface.mjs +0 -18
- package/esm2022/lib/card-view/interfaces/card-view-item-validator.interface.mjs +0 -18
- package/esm2022/lib/card-view/interfaces/card-view-item.interface.mjs +0 -18
- package/esm2022/lib/card-view/interfaces/card-view-keyvaluepairsitem-properties.interface.mjs +0 -18
- package/esm2022/lib/card-view/interfaces/card-view-selectitem-properties.interface.mjs +0 -18
- package/esm2022/lib/card-view/interfaces/card-view-textitem-pipe-property.interface.mjs +0 -18
- package/esm2022/lib/card-view/interfaces/card-view-textitem-properties.interface.mjs +0 -18
- package/esm2022/lib/card-view/interfaces/card-view.interfaces.mjs +0 -29
- package/esm2022/lib/card-view/interfaces/click-notification.interface.mjs +0 -18
- package/esm2022/lib/card-view/interfaces/update-notification.interface.mjs +0 -18
- package/esm2022/lib/card-view/models/card-view-arrayitem.model.mjs +0 -28
- package/esm2022/lib/card-view/models/card-view-baseitem.model.mjs +0 -64
- package/esm2022/lib/card-view/models/card-view-boolitem.model.mjs +0 -36
- package/esm2022/lib/card-view/models/card-view-dateitem.model.mjs +0 -58
- package/esm2022/lib/card-view/models/card-view-datetimeitem.model.mjs +0 -28
- package/esm2022/lib/card-view/models/card-view-floatitem.model.mjs +0 -33
- package/esm2022/lib/card-view/models/card-view-intitem.model.mjs +0 -36
- package/esm2022/lib/card-view/models/card-view-keyvaluepairs.model.mjs +0 -27
- package/esm2022/lib/card-view/models/card-view-longitem.model.mjs +0 -36
- package/esm2022/lib/card-view/models/card-view-mapitem.model.mjs +0 -32
- package/esm2022/lib/card-view/models/card-view-selectitem.model.mjs +0 -41
- package/esm2022/lib/card-view/models/card-view-textitem.model.mjs +0 -40
- package/esm2022/lib/card-view/models/card-view.models.mjs +0 -29
- package/esm2022/lib/card-view/public-api.mjs +0 -25
- package/esm2022/lib/card-view/services/card-item-types.service.mjs +0 -54
- package/esm2022/lib/card-view/services/card-view-update.service.mjs +0 -59
- package/esm2022/lib/card-view/services/card-view.services.mjs +0 -19
- package/esm2022/lib/card-view/validators/card-view-item-float.validator.mjs +0 -31
- package/esm2022/lib/card-view/validators/card-view-item-int.validator.mjs +0 -35
- package/esm2022/lib/card-view/validators/card-view-item-length.validator.mjs +0 -34
- package/esm2022/lib/card-view/validators/card-view-item-long.validator.mjs +0 -35
- package/esm2022/lib/card-view/validators/card-view-item-match.validator.mjs +0 -35
- package/esm2022/lib/card-view/validators/card-view-item-minmax.validator.mjs +0 -35
- package/esm2022/lib/card-view/validators/card-view-item-only-positive-int.validator.mjs +0 -32
- package/esm2022/lib/card-view/validators/card-view-item-only-positive-long.validator.mjs +0 -31
- package/esm2022/lib/card-view/validators/card-view.validators.mjs +0 -26
- package/esm2022/lib/card-view/validators/validators.map.mjs +0 -26
- package/esm2022/lib/clipboard/clipboard.directive.mjs +0 -99
- package/esm2022/lib/clipboard/clipboard.module.mjs +0 -34
- package/esm2022/lib/clipboard/clipboard.service.mjs +0 -103
- package/esm2022/lib/clipboard/index.mjs +0 -18
- package/esm2022/lib/clipboard/public-api.mjs +0 -21
- package/esm2022/lib/comments/comment-list/comment-list.component.mjs +0 -53
- package/esm2022/lib/comments/comment-list/comment-list.module.mjs +0 -33
- package/esm2022/lib/comments/comment-list/index.mjs +0 -18
- package/esm2022/lib/comments/comment-list/public-api.mjs +0 -19
- package/esm2022/lib/comments/comments.component.mjs +0 -128
- package/esm2022/lib/comments/comments.module.mjs +0 -33
- package/esm2022/lib/comments/index.mjs +0 -18
- package/esm2022/lib/comments/interfaces/comments-service.interface.mjs +0 -18
- package/esm2022/lib/comments/interfaces/comments.token.mjs +0 -19
- package/esm2022/lib/comments/public-api.mjs +0 -22
- package/esm2022/lib/common/index.mjs +0 -35
- package/esm2022/lib/common/interface/search-component.interface.mjs +0 -18
- package/esm2022/lib/common/mock/app-config.service.mock.mjs +0 -47
- package/esm2022/lib/common/models/default-languages.model.mjs +0 -36
- package/esm2022/lib/common/models/log-levels.model.mjs +0 -33
- package/esm2022/lib/common/models/user-info-mode.enum.mjs +0 -25
- package/esm2022/lib/common/services/cookie.service.mjs +0 -82
- package/esm2022/lib/common/services/download.service.mjs +0 -102
- package/esm2022/lib/common/services/dynamic-component-mapper.service.mjs +0 -89
- package/esm2022/lib/common/services/highlight-transform.service.mjs +0 -61
- package/esm2022/lib/common/services/language-item.interface.mjs +0 -18
- package/esm2022/lib/common/services/log.service.mjs +0 -171
- package/esm2022/lib/common/services/page-title.service.mjs +0 -63
- package/esm2022/lib/common/services/sort-by-category.service.mjs +0 -81
- package/esm2022/lib/common/services/storage.service.mjs +0 -117
- package/esm2022/lib/common/services/thumbnail.service.mjs +0 -194
- package/esm2022/lib/common/services/url.service.mjs +0 -45
- package/esm2022/lib/common/services/user-preferences.service.mjs +0 -238
- package/esm2022/lib/common/utils/date-fns-adapter.mjs +0 -115
- package/esm2022/lib/common/utils/date-fns-utils.mjs +0 -222
- package/esm2022/lib/common/utils/datetime-fns-adapter.mjs +0 -134
- package/esm2022/lib/common/utils/file-utils.mjs +0 -65
- package/esm2022/lib/common/utils/index.mjs +0 -18
- package/esm2022/lib/common/utils/moment-date-adapter.mjs +0 -202
- package/esm2022/lib/common/utils/moment-date-formats.model.mjs +0 -32
- package/esm2022/lib/common/utils/object-utils.mjs +0 -107
- package/esm2022/lib/common/utils/public-api.mjs +0 -25
- package/esm2022/lib/common/utils/string-utils.mjs +0 -45
- package/esm2022/lib/context-menu/animations.mjs +0 -33
- package/esm2022/lib/context-menu/context-menu-list.component.mjs +0 -92
- package/esm2022/lib/context-menu/context-menu-overlay.mjs +0 -25
- package/esm2022/lib/context-menu/context-menu-overlay.service.mjs +0 -109
- package/esm2022/lib/context-menu/context-menu.directive.mjs +0 -63
- package/esm2022/lib/context-menu/context-menu.module.mjs +0 -35
- package/esm2022/lib/context-menu/context-menu.tokens.mjs +0 -19
- package/esm2022/lib/context-menu/index.mjs +0 -18
- package/esm2022/lib/context-menu/interfaces.mjs +0 -18
- package/esm2022/lib/context-menu/public-api.mjs +0 -21
- package/esm2022/lib/core.module.mjs +0 -314
- package/esm2022/lib/datatable/components/amount-cell/amount-cell.component.mjs +0 -45
- package/esm2022/lib/datatable/components/boolean-cell/boolean-cell.component.mjs +0 -65
- package/esm2022/lib/datatable/components/columns-selector/columns-search-filter.pipe.mjs +0 -55
- package/esm2022/lib/datatable/components/columns-selector/columns-selector.component.mjs +0 -114
- package/esm2022/lib/datatable/components/data-cell.event.mjs +0 -31
- package/esm2022/lib/datatable/components/data-row-action.event.mjs +0 -34
- package/esm2022/lib/datatable/components/datatable/datatable.component.mjs +0 -915
- package/esm2022/lib/datatable/components/datatable-cell/datatable-cell.component.mjs +0 -126
- package/esm2022/lib/datatable/components/datatable-row/datatable-row.component.mjs +0 -98
- package/esm2022/lib/datatable/components/date-cell/date-cell.component.mjs +0 -78
- package/esm2022/lib/datatable/components/empty-list/empty-list.component.mjs +0 -60
- package/esm2022/lib/datatable/components/filesize-cell/filesize-cell.component.mjs +0 -49
- package/esm2022/lib/datatable/components/icon-cell/icon-cell.component.mjs +0 -67
- package/esm2022/lib/datatable/components/json-cell/json-cell.component.mjs +0 -86
- package/esm2022/lib/datatable/components/location-cell/location-cell.component.mjs +0 -69
- package/esm2022/lib/datatable/components/mocks/datatable.mock.mjs +0 -153
- package/esm2022/lib/datatable/components/number-cell/number-cell.component.mjs +0 -42
- package/esm2022/lib/datatable/data/data-column.model.mjs +0 -18
- package/esm2022/lib/datatable/data/data-row-event.model.mjs +0 -26
- package/esm2022/lib/datatable/data/data-row-update.model.mjs +0 -18
- package/esm2022/lib/datatable/data/data-row.model.mjs +0 -18
- package/esm2022/lib/datatable/data/data-sorting.model.mjs +0 -24
- package/esm2022/lib/datatable/data/data-table.schema.mjs +0 -132
- package/esm2022/lib/datatable/data/datatable-adapter.mjs +0 -18
- package/esm2022/lib/datatable/data/object-datacolumn.model.mjs +0 -46
- package/esm2022/lib/datatable/data/object-datarow.model.mjs +0 -38
- package/esm2022/lib/datatable/data/object-datatable-adapter.mjs +0 -134
- package/esm2022/lib/datatable/data-column/data-column-header.component.mjs +0 -45
- package/esm2022/lib/datatable/data-column/data-column-list.component.mjs +0 -36
- package/esm2022/lib/datatable/data-column/data-column.component.mjs +0 -114
- package/esm2022/lib/datatable/data-column/index.mjs +0 -18
- package/esm2022/lib/datatable/data-column/public-api.mjs +0 -20
- package/esm2022/lib/datatable/datatable.module.mjs +0 -161
- package/esm2022/lib/datatable/directives/custom-empty-content-template.directive.mjs +0 -35
- package/esm2022/lib/datatable/directives/custom-loading-template.directive.mjs +0 -30
- package/esm2022/lib/datatable/directives/custom-no-permission-template.directive.mjs +0 -35
- package/esm2022/lib/datatable/directives/drop-zone.directive.mjs +0 -89
- package/esm2022/lib/datatable/directives/header-filter-template.directive.mjs +0 -43
- package/esm2022/lib/datatable/directives/loading-template.directive.mjs +0 -46
- package/esm2022/lib/datatable/directives/main-data-table-action-template.directive.mjs +0 -43
- package/esm2022/lib/datatable/directives/no-content-template.directive.mjs +0 -46
- package/esm2022/lib/datatable/directives/no-permission-template.directive.mjs +0 -46
- package/esm2022/lib/datatable/directives/resizable/resizable.directive.mjs +0 -173
- package/esm2022/lib/datatable/directives/resizable/resize-handle.directive.mjs +0 -72
- package/esm2022/lib/datatable/directives/resizable/types.mjs +0 -18
- package/esm2022/lib/datatable/index.mjs +0 -18
- package/esm2022/lib/datatable/public-api.mjs +0 -55
- package/esm2022/lib/datatable/services/datatable.service.mjs +0 -33
- package/esm2022/lib/dialogs/confirm-dialog/confirm.dialog.mjs +0 -50
- package/esm2022/lib/dialogs/confirm-dialog/confirm.dialog.module.mjs +0 -38
- package/esm2022/lib/dialogs/dialog/dialog-data.interface.mjs +0 -18
- package/esm2022/lib/dialogs/dialog/dialog.component.mjs +0 -71
- package/esm2022/lib/dialogs/dialog/dialog.model.mjs +0 -22
- package/esm2022/lib/dialogs/dialog/index.mjs +0 -20
- package/esm2022/lib/dialogs/edit-json/edit-json.dialog.mjs +0 -51
- package/esm2022/lib/dialogs/edit-json/edit-json.dialog.module.mjs +0 -38
- package/esm2022/lib/dialogs/index.mjs +0 -18
- package/esm2022/lib/dialogs/public-api.mjs +0 -25
- package/esm2022/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.component.mjs +0 -74
- package/esm2022/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.model.mjs +0 -18
- package/esm2022/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.module.mjs +0 -33
- package/esm2022/lib/dialogs/unsaved-changes-dialog/unsaved-changes.guard.mjs +0 -64
- package/esm2022/lib/directives/directive.module.mjs +0 -56
- package/esm2022/lib/directives/highlight.directive.mjs +0 -67
- package/esm2022/lib/directives/index.mjs +0 -18
- package/esm2022/lib/directives/infinite-select-scroll.directive.mjs +0 -67
- package/esm2022/lib/directives/logout.directive.mjs +0 -72
- package/esm2022/lib/directives/public-api.mjs +0 -24
- package/esm2022/lib/directives/tooltip-card/tooltip-card.component.mjs +0 -60
- package/esm2022/lib/directives/tooltip-card/tooltip-card.directive.mjs +0 -104
- package/esm2022/lib/directives/upload.directive.mjs +0 -241
- package/esm2022/lib/dynamic-chip-list/chip.mjs +0 -18
- package/esm2022/lib/dynamic-chip-list/dynamic-chip-list.component.mjs +0 -205
- package/esm2022/lib/dynamic-chip-list/dynamic-chip-list.module.mjs +0 -33
- package/esm2022/lib/dynamic-chip-list/index.mjs +0 -18
- package/esm2022/lib/dynamic-chip-list/public-api.mjs +0 -20
- package/esm2022/lib/events/base-ui.event.mjs +0 -21
- package/esm2022/lib/events/base.event.mjs +0 -29
- package/esm2022/lib/events/index.mjs +0 -18
- package/esm2022/lib/events/public-api.mjs +0 -19
- package/esm2022/lib/form/components/form-base.component.mjs +0 -229
- package/esm2022/lib/form/components/form-custom-button.directive.mjs +0 -30
- package/esm2022/lib/form/components/form-field/form-field.component.mjs +0 -142
- package/esm2022/lib/form/components/form-renderer.component.mjs +0 -171
- package/esm2022/lib/form/components/form-section/form-section.component.mjs +0 -46
- package/esm2022/lib/form/components/inplace-form-input/inplace-form-input.component.mjs +0 -37
- package/esm2022/lib/form/components/middlewares/decimal-middleware.service.mjs +0 -48
- package/esm2022/lib/form/components/middlewares/middleware.mjs +0 -19
- package/esm2022/lib/form/components/widgets/amount/amount.widget.mjs +0 -78
- package/esm2022/lib/form/components/widgets/base-viewer/base-viewer.widget.mjs +0 -60
- package/esm2022/lib/form/components/widgets/checkbox/checkbox.widget.mjs +0 -53
- package/esm2022/lib/form/components/widgets/core/container-column.model.mjs +0 -28
- package/esm2022/lib/form/components/widgets/core/container.model.mjs +0 -50
- package/esm2022/lib/form/components/widgets/core/content-link.model.mjs +0 -52
- package/esm2022/lib/form/components/widgets/core/displayable-cm-properties.model.mjs +0 -18
- package/esm2022/lib/form/components/widgets/core/error-message.model.mjs +0 -38
- package/esm2022/lib/form/components/widgets/core/external-content-link.mjs +0 -18
- package/esm2022/lib/form/components/widgets/core/external-content.mjs +0 -18
- package/esm2022/lib/form/components/widgets/core/form-field-file-source.mjs +0 -18
- package/esm2022/lib/form/components/widgets/core/form-field-metadata.mjs +0 -18
- package/esm2022/lib/form/components/widgets/core/form-field-option.mjs +0 -18
- package/esm2022/lib/form/components/widgets/core/form-field-rule.mjs +0 -18
- package/esm2022/lib/form/components/widgets/core/form-field-selected-folder.mjs +0 -18
- package/esm2022/lib/form/components/widgets/core/form-field-templates.mjs +0 -18
- package/esm2022/lib/form/components/widgets/core/form-field-types.mjs +0 -74
- package/esm2022/lib/form/components/widgets/core/form-field-utils.mjs +0 -23
- package/esm2022/lib/form/components/widgets/core/form-field-validator.mjs +0 -268
- package/esm2022/lib/form/components/widgets/core/form-field-variable-options.mjs +0 -18
- package/esm2022/lib/form/components/widgets/core/form-field.model.mjs +0 -490
- package/esm2022/lib/form/components/widgets/core/form-outcome-event.model.mjs +0 -32
- package/esm2022/lib/form/components/widgets/core/form-outcome.model.mjs +0 -38
- package/esm2022/lib/form/components/widgets/core/form-values.mjs +0 -18
- package/esm2022/lib/form/components/widgets/core/form-variable.model.mjs +0 -18
- package/esm2022/lib/form/components/widgets/core/form-widget.model.mjs +0 -33
- package/esm2022/lib/form/components/widgets/core/form.model.mjs +0 -384
- package/esm2022/lib/form/components/widgets/core/group.model.mjs +0 -18
- package/esm2022/lib/form/components/widgets/core/index.mjs +0 -49
- package/esm2022/lib/form/components/widgets/core/predefined-theme.mjs +0 -115
- package/esm2022/lib/form/components/widgets/core/process-form-model.interface.mjs +0 -18
- package/esm2022/lib/form/components/widgets/core/process-variable.model.mjs +0 -18
- package/esm2022/lib/form/components/widgets/core/tab.model.mjs +0 -34
- package/esm2022/lib/form/components/widgets/core/theme.model.mjs +0 -18
- package/esm2022/lib/form/components/widgets/core/upload-widget-content-link.model.mjs +0 -27
- package/esm2022/lib/form/components/widgets/core/widget-schema.model.mjs +0 -18
- package/esm2022/lib/form/components/widgets/date/date.widget.mjs +0 -163
- package/esm2022/lib/form/components/widgets/date-time/date-time.widget.mjs +0 -153
- package/esm2022/lib/form/components/widgets/decimal/decimal.component.mjs +0 -54
- package/esm2022/lib/form/components/widgets/display-text/display-text.schema.mjs +0 -86
- package/esm2022/lib/form/components/widgets/display-text/display-text.widget.mjs +0 -47
- package/esm2022/lib/form/components/widgets/display-text/index.mjs +0 -19
- package/esm2022/lib/form/components/widgets/error/error.component.mjs +0 -93
- package/esm2022/lib/form/components/widgets/header/header.schema.mjs +0 -86
- package/esm2022/lib/form/components/widgets/header/header.widget.mjs +0 -43
- package/esm2022/lib/form/components/widgets/header/index.mjs +0 -19
- package/esm2022/lib/form/components/widgets/hyperlink/hyperlink.widget.mjs +0 -71
- package/esm2022/lib/form/components/widgets/index.mjs +0 -71
- package/esm2022/lib/form/components/widgets/json/json.widget.mjs +0 -67
- package/esm2022/lib/form/components/widgets/multiline-text/multiline-text.widget.mjs +0 -56
- package/esm2022/lib/form/components/widgets/number/number.widget.mjs +0 -66
- package/esm2022/lib/form/components/widgets/reactive-widget.interface.mjs +0 -18
- package/esm2022/lib/form/components/widgets/text/text-mask.component.mjs +0 -215
- package/esm2022/lib/form/components/widgets/text/text.widget.mjs +0 -66
- package/esm2022/lib/form/components/widgets/unknown/unknown.widget.mjs +0 -63
- package/esm2022/lib/form/components/widgets/widget.component.mjs +0 -110
- package/esm2022/lib/form/events/form-error.event.mjs +0 -24
- package/esm2022/lib/form/events/form-field.event.mjs +0 -24
- package/esm2022/lib/form/events/form-rules.event.mjs +0 -25
- package/esm2022/lib/form/events/form-spinner.event.mjs +0 -23
- package/esm2022/lib/form/events/form.event.mjs +0 -29
- package/esm2022/lib/form/events/index.mjs +0 -24
- package/esm2022/lib/form/events/validate-form-field.event.mjs +0 -24
- package/esm2022/lib/form/events/validate-form.event.mjs +0 -25
- package/esm2022/lib/form/form-base.module.mjs +0 -90
- package/esm2022/lib/form/index.mjs +0 -18
- package/esm2022/lib/form/models/form-rules.model.mjs +0 -77
- package/esm2022/lib/form/models/task-process-variable.model.mjs +0 -19
- package/esm2022/lib/form/models/widget-visibility.model.mjs +0 -104
- package/esm2022/lib/form/pipes/field-style.pipe.mjs +0 -45
- package/esm2022/lib/form/pipes/index.mjs +0 -18
- package/esm2022/lib/form/public-api.mjs +0 -34
- package/esm2022/lib/form/services/form-rendering.service.mjs +0 -53
- package/esm2022/lib/form/services/form-validation-service.interface.mjs +0 -18
- package/esm2022/lib/form/services/form.service.mjs +0 -86
- package/esm2022/lib/form/services/widget-visibility.service.mjs +0 -294
- package/esm2022/lib/header/header.component.mjs +0 -73
- package/esm2022/lib/header/index.mjs +0 -18
- package/esm2022/lib/header/navbar/navbar-item.component.mjs +0 -37
- package/esm2022/lib/header/navbar/navbar.component.mjs +0 -36
- package/esm2022/lib/header/public-api.mjs +0 -20
- package/esm2022/lib/icon/icon.component.mjs +0 -51
- package/esm2022/lib/icon/icon.module.mjs +0 -36
- package/esm2022/lib/icon/index.mjs +0 -18
- package/esm2022/lib/icon/public-api.mjs +0 -19
- package/esm2022/lib/identity-user-info/identity-user-info.component.mjs +0 -87
- package/esm2022/lib/identity-user-info/identity-user-info.module.mjs +0 -33
- package/esm2022/lib/identity-user-info/index.mjs +0 -18
- package/esm2022/lib/identity-user-info/public-api.mjs +0 -19
- package/esm2022/lib/info-drawer/index.mjs +0 -18
- package/esm2022/lib/info-drawer/info-drawer-layout.component.mjs +0 -71
- package/esm2022/lib/info-drawer/info-drawer.component.mjs +0 -114
- package/esm2022/lib/info-drawer/info-drawer.module.mjs +0 -53
- package/esm2022/lib/info-drawer/public-api.mjs +0 -20
- package/esm2022/lib/interface/index.mjs +0 -18
- package/esm2022/lib/interface/injection.tokens.mjs +0 -19
- package/esm2022/lib/interface/public-api.mjs +0 -18
- package/esm2022/lib/language-menu/index.mjs +0 -18
- package/esm2022/lib/language-menu/language-menu.component.mjs +0 -61
- package/esm2022/lib/language-menu/language-menu.module.mjs +0 -35
- package/esm2022/lib/language-menu/language-picker.component.mjs +0 -78
- package/esm2022/lib/language-menu/public-api.mjs +0 -21
- package/esm2022/lib/language-menu/service/language.service.interface.mjs +0 -18
- package/esm2022/lib/language-menu/service/language.service.mjs +0 -33
- package/esm2022/lib/layout/components/header/header.component.mjs +0 -100
- package/esm2022/lib/layout/components/layout-container/layout-container.component.mjs +0 -180
- package/esm2022/lib/layout/components/sidebar-action/sidebar-action-menu.component.mjs +0 -82
- package/esm2022/lib/layout/components/sidenav-layout/sidenav-layout.component.mjs +0 -145
- package/esm2022/lib/layout/directives/sidenav-layout-content.directive.mjs +0 -33
- package/esm2022/lib/layout/directives/sidenav-layout-header.directive.mjs +0 -33
- package/esm2022/lib/layout/directives/sidenav-layout-navigation.directive.mjs +0 -33
- package/esm2022/lib/layout/index.mjs +0 -18
- package/esm2022/lib/layout/layout.module.mjs +0 -72
- package/esm2022/lib/layout/public-api.mjs +0 -25
- package/esm2022/lib/login/components/login/login.component.mjs +0 -368
- package/esm2022/lib/login/components/login-dialog/login-dialog-component-data.interface.mjs +0 -18
- package/esm2022/lib/login/components/login-dialog/login-dialog.component.mjs +0 -58
- package/esm2022/lib/login/components/login-dialog-panel/login-dialog-panel.component.mjs +0 -48
- package/esm2022/lib/login/directives/login-footer.directive.mjs +0 -41
- package/esm2022/lib/login/directives/login-header.directive.mjs +0 -41
- package/esm2022/lib/login/index.mjs +0 -18
- package/esm2022/lib/login/login.module.mjs +0 -54
- package/esm2022/lib/login/models/login-error.event.mjs +0 -22
- package/esm2022/lib/login/models/login-submit.event.mjs +0 -32
- package/esm2022/lib/login/models/login-success.event.mjs +0 -24
- package/esm2022/lib/login/public-api.mjs +0 -27
- package/esm2022/lib/material.module.mjs +0 -254
- package/esm2022/lib/mock/cookie.service.mock.mjs +0 -43
- package/esm2022/lib/mock/data-column.mock.mjs +0 -73
- package/esm2022/lib/mock/event.mock.mjs +0 -39
- package/esm2022/lib/mock/form/form-definition-readonly.mock.mjs +0 -225
- package/esm2022/lib/mock/form/form-definition-visibility.mock.mjs +0 -347
- package/esm2022/lib/mock/form/form-definition.mock.mjs +0 -403
- package/esm2022/lib/mock/form/form.component.mock.mjs +0 -275
- package/esm2022/lib/mock/form/form.service.mock.mjs +0 -248
- package/esm2022/lib/mock/form/widget-visibility.service.mock.mjs +0 -1835
- package/esm2022/lib/mock/index.mjs +0 -18
- package/esm2022/lib/mock/public-api.mjs +0 -27
- package/esm2022/lib/mock/translation.service.mock.mjs +0 -44
- package/esm2022/lib/models/comment.model.mjs +0 -51
- package/esm2022/lib/models/component.model.mjs +0 -24
- package/esm2022/lib/models/decimal-number.model.mjs +0 -26
- package/esm2022/lib/models/general-user.model.mjs +0 -24
- package/esm2022/lib/models/index.mjs +0 -18
- package/esm2022/lib/models/pagination.model.mjs +0 -29
- package/esm2022/lib/models/path.model.mjs +0 -24
- package/esm2022/lib/models/product-version.model.mjs +0 -28
- package/esm2022/lib/models/public-api.mjs +0 -24
- package/esm2022/lib/models/request-pagination.model.mjs +0 -25
- package/esm2022/lib/notifications/components/add-notification.stories.component.mjs +0 -44
- package/esm2022/lib/notifications/components/notification-history.component.mjs +0 -139
- package/esm2022/lib/notifications/helpers/notification.factory.mjs +0 -43
- package/esm2022/lib/notifications/index.mjs +0 -18
- package/esm2022/lib/notifications/models/notification.model.mjs +0 -25
- package/esm2022/lib/notifications/notification-history.module.mjs +0 -35
- package/esm2022/lib/notifications/public-api.mjs +0 -23
- package/esm2022/lib/notifications/services/notification.service.mjs +0 -166
- package/esm2022/lib/pagination/index.mjs +0 -18
- package/esm2022/lib/pagination/infinite-pagination.component.mjs +0 -112
- package/esm2022/lib/pagination/paginated-component.interface.mjs +0 -18
- package/esm2022/lib/pagination/pagination-component.interface.mjs +0 -18
- package/esm2022/lib/pagination/pagination.component.mjs +0 -263
- package/esm2022/lib/pagination/pagination.module.mjs +0 -35
- package/esm2022/lib/pagination/public-api.mjs +0 -22
- package/esm2022/lib/pipes/date-time.pipe.mjs +0 -46
- package/esm2022/lib/pipes/decimal-number.pipe.mjs +0 -78
- package/esm2022/lib/pipes/file-size.pipe.mjs +0 -54
- package/esm2022/lib/pipes/file-type.pipe.mjs +0 -40
- package/esm2022/lib/pipes/format-space.pipe.mjs +0 -39
- package/esm2022/lib/pipes/full-name.pipe.mjs +0 -43
- package/esm2022/lib/pipes/index.mjs +0 -18
- package/esm2022/lib/pipes/localized-date.pipe.mjs +0 -70
- package/esm2022/lib/pipes/multi-value.pipe.mjs +0 -37
- package/esm2022/lib/pipes/pipe.module.mjs +0 -83
- package/esm2022/lib/pipes/public-api.mjs +0 -30
- package/esm2022/lib/pipes/text-highlight.pipe.mjs +0 -39
- package/esm2022/lib/pipes/time-ago.pipe.mjs +0 -65
- package/esm2022/lib/pipes/truncate.pipe.mjs +0 -33
- package/esm2022/lib/pipes/user-initial.pipe.mjs +0 -52
- package/esm2022/lib/pipes/user-like.interface.mjs +0 -18
- package/esm2022/lib/progress/progress.component.mjs +0 -90
- package/esm2022/lib/search-text/animations.mjs +0 -32
- package/esm2022/lib/search-text/index.mjs +0 -18
- package/esm2022/lib/search-text/models/search-text-input.model.mjs +0 -23
- package/esm2022/lib/search-text/public-api.mjs +0 -22
- package/esm2022/lib/search-text/search-text-input.component.mjs +0 -294
- package/esm2022/lib/search-text/search-text-input.module.mjs +0 -35
- package/esm2022/lib/search-text/search-trigger.directive.mjs +0 -181
- package/esm2022/lib/snackbar-content/index.mjs +0 -18
- package/esm2022/lib/snackbar-content/public-api.mjs +0 -20
- package/esm2022/lib/snackbar-content/snack-bar-data.mjs +0 -18
- package/esm2022/lib/snackbar-content/snackbar-content.component.mjs +0 -48
- package/esm2022/lib/snackbar-content/snackbar-content.module.mjs +0 -38
- package/esm2022/lib/sorting-picker/index.mjs +0 -18
- package/esm2022/lib/sorting-picker/public-api.mjs +0 -18
- package/esm2022/lib/sorting-picker/sorting-picker.component.mjs +0 -68
- package/esm2022/lib/templates/empty-content/empty-content.component.mjs +0 -44
- package/esm2022/lib/templates/error-content/error-content.component.mjs +0 -62
- package/esm2022/lib/templates/index.mjs +0 -18
- package/esm2022/lib/templates/public-api.mjs +0 -20
- package/esm2022/lib/templates/template.module.mjs +0 -38
- package/esm2022/lib/testing/core.story.module.mjs +0 -39
- package/esm2022/lib/testing/core.testing.module.mjs +0 -35
- package/esm2022/lib/testing/index.mjs +0 -22
- package/esm2022/lib/testing/noop-auth.module.mjs +0 -80
- package/esm2022/lib/testing/noop-translate.module.mjs +0 -61
- package/esm2022/lib/testing/unit-testing-utils.mjs +0 -364
- package/esm2022/lib/toolbar/index.mjs +0 -18
- package/esm2022/lib/toolbar/public-api.mjs +0 -21
- package/esm2022/lib/toolbar/toolbar-divider.component.mjs +0 -27
- package/esm2022/lib/toolbar/toolbar-title.component.mjs +0 -32
- package/esm2022/lib/toolbar/toolbar.component.mjs +0 -40
- package/esm2022/lib/toolbar/toolbar.module.mjs +0 -36
- package/esm2022/lib/translation/index.mjs +0 -18
- package/esm2022/lib/translation/public-api.mjs +0 -19
- package/esm2022/lib/translation/translate-loader.service.mjs +0 -148
- package/esm2022/lib/translation/translation.service.mjs +0 -148
- package/esm2022/lib/viewer/components/download-prompt-dialog/download-prompt-dialog.component.mjs +0 -37
- package/esm2022/lib/viewer/components/img-viewer/img-viewer.component.mjs +0 -218
- package/esm2022/lib/viewer/components/media-player/media-player.component.mjs +0 -61
- package/esm2022/lib/viewer/components/pdf-viewer/pdf-viewer.component.mjs +0 -509
- package/esm2022/lib/viewer/components/pdf-viewer-password-dialog/pdf-viewer-password-dialog.mjs +0 -61
- package/esm2022/lib/viewer/components/pdf-viewer-thumb/pdf-viewer-thumb.component.mjs +0 -49
- package/esm2022/lib/viewer/components/pdf-viewer-thumbnails/pdf-viewer-thumbnails.component.mjs +0 -198
- package/esm2022/lib/viewer/components/txt-viewer/txt-viewer.component.mjs +0 -77
- package/esm2022/lib/viewer/components/unknown-format/unknown-format.component.mjs +0 -31
- package/esm2022/lib/viewer/components/viewer-more-actions.component.mjs +0 -34
- package/esm2022/lib/viewer/components/viewer-open-with.component.mjs +0 -34
- package/esm2022/lib/viewer/components/viewer-render/viewer-render.component.mjs +0 -205
- package/esm2022/lib/viewer/components/viewer-sidebar.component.mjs +0 -46
- package/esm2022/lib/viewer/components/viewer-toolbar-actions.component.mjs +0 -34
- package/esm2022/lib/viewer/components/viewer-toolbar-custom-actions.component.mjs +0 -34
- package/esm2022/lib/viewer/components/viewer-toolbar.component.mjs +0 -34
- package/esm2022/lib/viewer/components/viewer.component.mjs +0 -441
- package/esm2022/lib/viewer/directives/viewer-extension.directive.mjs +0 -67
- package/esm2022/lib/viewer/index.mjs +0 -18
- package/esm2022/lib/viewer/models/download-prompt.actions.mjs +0 -23
- package/esm2022/lib/viewer/models/viewer.model.mjs +0 -22
- package/esm2022/lib/viewer/public-api.mjs +0 -40
- package/esm2022/lib/viewer/services/rendering-queue.services.mjs +0 -179
- package/esm2022/lib/viewer/services/view-util.service.mjs +0 -149
- package/esm2022/lib/viewer/viewer.module.mjs +0 -112
- package/esm2022/public-api.mjs +0 -60
- package/esm2022/shell/alfresco-adf-core-shell.mjs +0 -5
- package/esm2022/shell/index.mjs +0 -20
- package/esm2022/shell/lib/components/shell/shell.component.mjs +0 -122
- package/esm2022/shell/lib/services/shell-app.service.mjs +0 -22
- package/esm2022/shell/lib/shell.module.mjs +0 -79
- package/esm2022/shell/lib/shell.routes.mjs +0 -25
- package/lib/prebuilt-themes/adf-blue-orange.css +0 -1
- package/lib/prebuilt-themes/adf-blue-purple.css +0 -1
- package/lib/prebuilt-themes/adf-cyan-orange.css +0 -1
- package/lib/prebuilt-themes/adf-cyan-purple.css +0 -1
- package/lib/prebuilt-themes/adf-green-orange.css +0 -1
- package/lib/prebuilt-themes/adf-green-purple.css +0 -1
- package/lib/prebuilt-themes/adf-indigo-pink.css +0 -1
- package/lib/prebuilt-themes/adf-pink-bluegrey.css +0 -1
- package/lib/prebuilt-themes/adf-purple-green.css +0 -1
- package/lib/styles/_colors.scss +0 -240
- package/lib/styles/_components-variables.scss +0 -105
- package/lib/styles/_reference-variables.scss +0 -33
- package/lib/styles/prebuilt/_all-theme.scss +0 -1
- package/lib/styles/prebuilt/adf-blue-orange.scss +0 -21
- package/lib/styles/prebuilt/adf-blue-purple.scss +0 -21
- package/lib/styles/prebuilt/adf-cyan-orange.scss +0 -21
- package/lib/styles/prebuilt/adf-cyan-purple.scss +0 -21
- package/lib/styles/prebuilt/adf-green-orange.scss +0 -21
- package/lib/styles/prebuilt/adf-green-purple.scss +0 -21
- package/lib/styles/prebuilt/adf-indigo-pink.scss +0 -22
- package/lib/styles/prebuilt/adf-pink-bluegrey.scss +0 -22
- package/lib/styles/prebuilt/adf-purple-green.scss +0 -22
- package/lib/styles/snackbar.theme.scss +0 -13
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use '../../../styles/mat-selectors' as ms;
|
|
2
2
|
|
|
3
3
|
.adf-card-view-textitem {
|
|
4
4
|
.adf-textitem-error {
|
|
@@ -29,20 +29,20 @@
|
|
|
29
29
|
color: var(--adf-theme-foreground-text-color);
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
-
#{
|
|
32
|
+
#{ms.$mat-button-touch-target} {
|
|
33
33
|
width: 30px;
|
|
34
34
|
height: 30px;
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
#{
|
|
38
|
+
#{ms.$mat-form-field-icon-suffix} {
|
|
39
39
|
position: absolute;
|
|
40
40
|
right: 1px;
|
|
41
41
|
bottom: 7px;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
.adf-textitem-chip-list-container {
|
|
45
|
-
#{
|
|
45
|
+
#{ms.$mat-form-field-label} {
|
|
46
46
|
margin-top: 6px;
|
|
47
47
|
}
|
|
48
48
|
}
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
.adf-property-field {
|
|
59
|
-
#{
|
|
59
|
+
#{ms.$mat-input-element} {
|
|
60
60
|
color: var(--theme-primary-color);
|
|
61
61
|
cursor: pointer;
|
|
62
62
|
}
|
|
@@ -71,11 +71,8 @@
|
|
|
71
71
|
border-bottom: 1px solid var(--adf-metadata-property-panel-border-color);
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
-
.adf-property-
|
|
75
|
-
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.adf-property-value-editable:not(:disabled) {
|
|
74
|
+
.adf-property-value-not-editable {
|
|
75
|
+
/* stylelint-disable-next-line declaration-no-important */
|
|
79
76
|
color: var(--adf-metadata-property-panel-title-color);
|
|
80
77
|
}
|
|
81
78
|
|
|
@@ -86,7 +83,7 @@
|
|
|
86
83
|
white-space: nowrap;
|
|
87
84
|
}
|
|
88
85
|
|
|
89
|
-
#{
|
|
86
|
+
#{ms.$mat-line-ripple} {
|
|
90
87
|
&::before,
|
|
91
88
|
&::after {
|
|
92
89
|
display: none;
|
|
@@ -25,6 +25,8 @@ export declare class CommentsComponent implements OnChanges {
|
|
|
25
25
|
readOnly: boolean;
|
|
26
26
|
/** Emitted when an error occurs while displaying/adding a comment. */
|
|
27
27
|
error: EventEmitter<any>;
|
|
28
|
+
/** Emits when a new comment is added */
|
|
29
|
+
commentAdded: EventEmitter<CommentModel>;
|
|
28
30
|
comments: CommentModel[];
|
|
29
31
|
beingAdded: boolean;
|
|
30
32
|
private commentsService;
|
|
@@ -42,5 +44,5 @@ export declare class CommentsComponent implements OnChanges {
|
|
|
42
44
|
private resetComments;
|
|
43
45
|
private validateEmptyComment;
|
|
44
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<CommentsComponent, never>;
|
|
45
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CommentsComponent, "adf-comments", never, { "id": { "alias": "id"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; }, { "error": "error"; }, never, never, true, never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CommentsComponent, "adf-comments", never, { "id": { "alias": "id"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; }, { "error": "error"; "commentAdded": "commentAdded"; }, never, never, true, never>;
|
|
46
48
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use '../styles/mat-selectors' as ms;
|
|
2
2
|
|
|
3
3
|
adf-comments {
|
|
4
4
|
.adf-comments-container {
|
|
@@ -10,11 +10,11 @@ adf-comments {
|
|
|
10
10
|
width: 100%;
|
|
11
11
|
padding-bottom: 8px;
|
|
12
12
|
|
|
13
|
-
#{
|
|
13
|
+
#{ms.$mat-form-field} {
|
|
14
14
|
width: 100%;
|
|
15
15
|
|
|
16
|
-
&#{
|
|
17
|
-
#{
|
|
16
|
+
&#{ms.$mat-form-field-invalid} {
|
|
17
|
+
#{ms.$mat-input-element} {
|
|
18
18
|
&::placeholder,
|
|
19
19
|
&:focus::placeholder {
|
|
20
20
|
color: var(--theme-warn-color);
|
|
@@ -23,15 +23,15 @@ adf-comments {
|
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
#{
|
|
27
|
-
#{
|
|
28
|
-
#{
|
|
26
|
+
#{ms.$mat-form-field-wrapper} {
|
|
27
|
+
#{ms.$mat-form-field-flex} {
|
|
28
|
+
#{ms.$mat-form-field-infix} {
|
|
29
29
|
padding-bottom: 2px;
|
|
30
30
|
padding-top: 25px;
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
#{
|
|
34
|
+
#{ms.$mat-input-element} {
|
|
35
35
|
&:focus::placeholder {
|
|
36
36
|
color: var(--theme-primary-color);
|
|
37
37
|
-webkit-font-smoothing: subpixel-antialiased;
|
|
@@ -62,7 +62,7 @@ adf-comments {
|
|
|
62
62
|
justify-content: flex-end;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
#{
|
|
65
|
+
#{ms.$mat-list-item-unscoped-content} {
|
|
66
66
|
display: flex;
|
|
67
67
|
padding: 0 16px;
|
|
68
68
|
}
|
|
@@ -13,6 +13,14 @@ export declare class StorageService {
|
|
|
13
13
|
* @returns The item (if any) retrieved by the key
|
|
14
14
|
*/
|
|
15
15
|
getItem(key: string): string | null;
|
|
16
|
+
/**
|
|
17
|
+
* Gets all items from the storage.
|
|
18
|
+
*
|
|
19
|
+
* @returns All items stored
|
|
20
|
+
*/
|
|
21
|
+
getItems(): {
|
|
22
|
+
[key: string]: any;
|
|
23
|
+
};
|
|
16
24
|
/**
|
|
17
25
|
* Stores an item
|
|
18
26
|
*
|
package/lib/core.module.d.ts
CHANGED
|
@@ -15,133 +15,130 @@
|
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
17
|
import { ModuleWithProviders } from '@angular/core';
|
|
18
|
-
import { TranslationService } from './translation/translation.service';
|
|
19
18
|
import * as i0 from "@angular/core";
|
|
20
|
-
import * as i1 from "
|
|
21
|
-
import * as i2 from "./about/about-
|
|
22
|
-
import * as i3 from "./about/about-
|
|
23
|
-
import * as i4 from "./about/about-
|
|
24
|
-
import * as i5 from "./about/about-
|
|
25
|
-
import * as i6 from "./about/about-
|
|
26
|
-
import * as i7 from "./about/about-
|
|
27
|
-
import * as i8 from "./about/about-
|
|
28
|
-
import * as i9 from "./about/about
|
|
29
|
-
import * as i10 from "./
|
|
30
|
-
import * as i11 from "./viewer/components/
|
|
31
|
-
import * as i12 from "./viewer/components/viewer-
|
|
32
|
-
import * as i13 from "./viewer/components/
|
|
33
|
-
import * as i14 from "./viewer/components/
|
|
34
|
-
import * as i15 from "./viewer/components/
|
|
35
|
-
import * as i16 from "./viewer/components/pdf-viewer/pdf-viewer.component";
|
|
36
|
-
import * as i17 from "./viewer/components/pdf-viewer-
|
|
37
|
-
import * as i18 from "./viewer/
|
|
38
|
-
import * as i19 from "./viewer/
|
|
39
|
-
import * as i20 from "./viewer/components/
|
|
40
|
-
import * as i21 from "./viewer/components/viewer-
|
|
41
|
-
import * as i22 from "./viewer/components/viewer-
|
|
42
|
-
import * as i23 from "./viewer/components/viewer-
|
|
43
|
-
import * as i24 from "./viewer/components/viewer-
|
|
44
|
-
import * as i25 from "./viewer/components/viewer
|
|
45
|
-
import * as i26 from "./viewer/components/viewer.component";
|
|
46
|
-
import * as i27 from "./viewer/components/
|
|
47
|
-
import * as i28 from "./
|
|
48
|
-
import * as i29 from "./layout/directives/sidenav-layout-
|
|
49
|
-
import * as i30 from "./layout/directives/sidenav-layout-
|
|
50
|
-
import * as i31 from "./layout/
|
|
51
|
-
import * as i32 from "./layout/components/
|
|
52
|
-
import * as i33 from "./layout/components/
|
|
53
|
-
import * as i34 from "./layout/components/layout-
|
|
54
|
-
import * as i35 from "./
|
|
55
|
-
import * as i36 from "./pipes/
|
|
56
|
-
import * as i37 from "./pipes/
|
|
57
|
-
import * as i38 from "./pipes/
|
|
58
|
-
import * as i39 from "./pipes/
|
|
59
|
-
import * as i40 from "./pipes/
|
|
60
|
-
import * as i41 from "./pipes/
|
|
61
|
-
import * as i42 from "./pipes/
|
|
62
|
-
import * as i43 from "./pipes/
|
|
63
|
-
import * as i44 from "./pipes/
|
|
64
|
-
import * as i45 from "./pipes/
|
|
65
|
-
import * as i46 from "./pipes/
|
|
66
|
-
import * as i47 from "./
|
|
67
|
-
import * as i48 from "./
|
|
68
|
-
import * as i49 from "./directives/
|
|
69
|
-
import * as i50 from "./directives/
|
|
70
|
-
import * as i51 from "./directives/
|
|
71
|
-
import * as i52 from "./directives/tooltip-card/tooltip-card.
|
|
72
|
-
import * as i53 from "./directives/
|
|
73
|
-
import * as i54 from "./
|
|
74
|
-
import * as i55 from "./
|
|
75
|
-
import * as i56 from "./pagination/
|
|
76
|
-
import * as i57 from "./
|
|
77
|
-
import * as i58 from "./toolbar/toolbar.component";
|
|
78
|
-
import * as i59 from "./toolbar/toolbar-
|
|
79
|
-
import * as i60 from "./
|
|
80
|
-
import * as i61 from "./context-menu/context-menu
|
|
81
|
-
import * as i62 from "./
|
|
82
|
-
import * as i63 from "./card-view/components/card-view/card-view.component";
|
|
83
|
-
import * as i64 from "./card-view/components/card-view-
|
|
84
|
-
import * as i65 from "./card-view/components/card-view-
|
|
85
|
-
import * as i66 from "./card-view/components/card-view-
|
|
86
|
-
import * as i67 from "./card-view/components/card-view-
|
|
87
|
-
import * as i68 from "./card-view/components/card-view-
|
|
88
|
-
import * as i69 from "./card-view/components/card-view-
|
|
89
|
-
import * as i70 from "./card-view/components/card-view-
|
|
90
|
-
import * as i71 from "./card-view/components/card-view-
|
|
91
|
-
import * as i72 from "./
|
|
92
|
-
import * as i73 from "./
|
|
93
|
-
import * as i74 from "./comments/
|
|
94
|
-
import * as i75 from "./
|
|
95
|
-
import * as i76 from "./
|
|
96
|
-
import * as i77 from "./login/
|
|
97
|
-
import * as i78 from "./login/directives/login-
|
|
98
|
-
import * as i79 from "./login/
|
|
99
|
-
import * as i80 from "./login/components/login-dialog/login-dialog.component";
|
|
100
|
-
import * as i81 from "./
|
|
101
|
-
import * as i82 from "./language-menu/language-
|
|
102
|
-
import * as i83 from "./
|
|
103
|
-
import * as i84 from "./info-drawer/info-drawer
|
|
104
|
-
import * as i85 from "./
|
|
105
|
-
import * as i86 from "./datatable/components/
|
|
106
|
-
import * as i87 from "./datatable/components/
|
|
107
|
-
import * as i88 from "./datatable/components/
|
|
108
|
-
import * as i89 from "./datatable/components/
|
|
109
|
-
import * as i90 from "./datatable/components/
|
|
110
|
-
import * as i91 from "./datatable/components/
|
|
111
|
-
import * as i92 from "./datatable/
|
|
112
|
-
import * as i93 from "./datatable/data-column/data-column.component";
|
|
113
|
-
import * as i94 from "./datatable/data-column/data-column-
|
|
114
|
-
import * as i95 from "./datatable/
|
|
115
|
-
import * as i96 from "./datatable/directives/resizable/
|
|
116
|
-
import * as i97 from "./datatable/directives/
|
|
117
|
-
import * as i98 from "./datatable/
|
|
118
|
-
import * as i99 from "./datatable/components/
|
|
119
|
-
import * as i100 from "./datatable/components/
|
|
120
|
-
import * as i101 from "./datatable/
|
|
121
|
-
import * as i102 from "./datatable/directives/no-
|
|
122
|
-
import * as i103 from "./datatable/directives/
|
|
123
|
-
import * as i104 from "./datatable/directives/
|
|
124
|
-
import * as i105 from "./datatable/directives/
|
|
125
|
-
import * as i106 from "./datatable/directives/custom-
|
|
126
|
-
import * as i107 from "./datatable/directives/custom-
|
|
127
|
-
import * as i108 from "./datatable/directives/
|
|
128
|
-
import * as i109 from "./datatable/
|
|
129
|
-
import * as i110 from "./datatable/components/datatable-
|
|
130
|
-
import * as i111 from "./datatable/components/datatable
|
|
131
|
-
import * as i112 from "./
|
|
132
|
-
import * as i113 from "./templates/
|
|
133
|
-
import * as i114 from "./
|
|
134
|
-
import * as i115 from "./
|
|
135
|
-
import * as i116 from "./
|
|
136
|
-
import * as i117 from "./notifications/components/notification
|
|
137
|
-
import * as i118 from "./
|
|
138
|
-
import * as i119 from "./search-text/search-
|
|
139
|
-
import * as i120 from "./
|
|
140
|
-
import * as i121 from "./
|
|
141
|
-
import * as i122 from "./
|
|
142
|
-
import * as i123 from "./
|
|
143
|
-
import * as i124 from "@angular/common/http";
|
|
144
|
-
import * as i125 from "./material.module";
|
|
19
|
+
import * as i1 from "./about/about-extension-list/about-extension-list.component";
|
|
20
|
+
import * as i2 from "./about/about-license-list/about-license-list.component";
|
|
21
|
+
import * as i3 from "./about/about-module-list/module-list.component";
|
|
22
|
+
import * as i4 from "./about/about-repository-info/about-repository-info.component";
|
|
23
|
+
import * as i5 from "./about/about-package/package-list.component";
|
|
24
|
+
import * as i6 from "./about/about-status-list/about-status-list.component";
|
|
25
|
+
import * as i7 from "./about/about-server-settings/about-server-settings.component";
|
|
26
|
+
import * as i8 from "./about/about-panel.directive";
|
|
27
|
+
import * as i9 from "./about/about.component";
|
|
28
|
+
import * as i10 from "./viewer/components/pdf-viewer-password-dialog/pdf-viewer-password-dialog";
|
|
29
|
+
import * as i11 from "./viewer/components/viewer-render/viewer-render.component";
|
|
30
|
+
import * as i12 from "./viewer/components/img-viewer/img-viewer.component";
|
|
31
|
+
import * as i13 from "./viewer/components/txt-viewer/txt-viewer.component";
|
|
32
|
+
import * as i14 from "./viewer/components/media-player/media-player.component";
|
|
33
|
+
import * as i15 from "./viewer/components/pdf-viewer/pdf-viewer.component";
|
|
34
|
+
import * as i16 from "./viewer/components/pdf-viewer-thumb/pdf-viewer-thumb.component";
|
|
35
|
+
import * as i17 from "./viewer/components/pdf-viewer-thumbnails/pdf-viewer-thumbnails.component";
|
|
36
|
+
import * as i18 from "./viewer/directives/viewer-extension.directive";
|
|
37
|
+
import * as i19 from "./viewer/components/unknown-format/unknown-format.component";
|
|
38
|
+
import * as i20 from "./viewer/components/viewer-toolbar.component";
|
|
39
|
+
import * as i21 from "./viewer/components/viewer-sidebar.component";
|
|
40
|
+
import * as i22 from "./viewer/components/viewer-open-with.component";
|
|
41
|
+
import * as i23 from "./viewer/components/viewer-more-actions.component";
|
|
42
|
+
import * as i24 from "./viewer/components/viewer-toolbar-actions.component";
|
|
43
|
+
import * as i25 from "./viewer/components/viewer.component";
|
|
44
|
+
import * as i26 from "./viewer/components/viewer-toolbar-custom-actions.component";
|
|
45
|
+
import * as i27 from "./viewer/components/download-prompt-dialog/download-prompt-dialog.component";
|
|
46
|
+
import * as i28 from "./layout/directives/sidenav-layout-header.directive";
|
|
47
|
+
import * as i29 from "./layout/directives/sidenav-layout-content.directive";
|
|
48
|
+
import * as i30 from "./layout/directives/sidenav-layout-navigation.directive";
|
|
49
|
+
import * as i31 from "./layout/components/sidebar-action/sidebar-action-menu.component";
|
|
50
|
+
import * as i32 from "./layout/components/header/header.component";
|
|
51
|
+
import * as i33 from "./layout/components/layout-container/layout-container.component";
|
|
52
|
+
import * as i34 from "./layout/components/sidenav-layout/sidenav-layout.component";
|
|
53
|
+
import * as i35 from "./pipes/localized-date.pipe";
|
|
54
|
+
import * as i36 from "./pipes/time-ago.pipe";
|
|
55
|
+
import * as i37 from "./pipes/file-size.pipe";
|
|
56
|
+
import * as i38 from "./pipes/text-highlight.pipe";
|
|
57
|
+
import * as i39 from "./pipes/full-name.pipe";
|
|
58
|
+
import * as i40 from "./pipes/format-space.pipe";
|
|
59
|
+
import * as i41 from "./pipes/file-type.pipe";
|
|
60
|
+
import * as i42 from "./pipes/multi-value.pipe";
|
|
61
|
+
import * as i43 from "./pipes/decimal-number.pipe";
|
|
62
|
+
import * as i44 from "./pipes/date-time.pipe";
|
|
63
|
+
import * as i45 from "./pipes/user-initial.pipe";
|
|
64
|
+
import * as i46 from "./pipes/truncate.pipe";
|
|
65
|
+
import * as i47 from "./identity-user-info/identity-user-info.component";
|
|
66
|
+
import * as i48 from "./directives/highlight.directive";
|
|
67
|
+
import * as i49 from "./directives/logout.directive";
|
|
68
|
+
import * as i50 from "./directives/upload.directive";
|
|
69
|
+
import * as i51 from "./directives/tooltip-card/tooltip-card.directive";
|
|
70
|
+
import * as i52 from "./directives/tooltip-card/tooltip-card.component";
|
|
71
|
+
import * as i53 from "./directives/infinite-select-scroll.directive";
|
|
72
|
+
import * as i54 from "./app-config/app-config.pipe";
|
|
73
|
+
import * as i55 from "./pagination/infinite-pagination.component";
|
|
74
|
+
import * as i56 from "./pagination/pagination.component";
|
|
75
|
+
import * as i57 from "./toolbar/toolbar.component";
|
|
76
|
+
import * as i58 from "./toolbar/toolbar-title.component";
|
|
77
|
+
import * as i59 from "./toolbar/toolbar-divider.component";
|
|
78
|
+
import * as i60 from "./context-menu/context-menu-list.component";
|
|
79
|
+
import * as i61 from "./context-menu/context-menu.directive";
|
|
80
|
+
import * as i62 from "./card-view/components/card-view/card-view.component";
|
|
81
|
+
import * as i63 from "./card-view/components/card-view-boolitem/card-view-boolitem.component";
|
|
82
|
+
import * as i64 from "./card-view/components/card-view-dateitem/card-view-dateitem.component";
|
|
83
|
+
import * as i65 from "./card-view/components/card-view-mapitem/card-view-mapitem.component";
|
|
84
|
+
import * as i66 from "./card-view/components/card-view-textitem/card-view-textitem.component";
|
|
85
|
+
import * as i67 from "./card-view/components/card-view-keyvaluepairsitem/card-view-keyvaluepairsitem.component";
|
|
86
|
+
import * as i68 from "./card-view/components/card-view-selectitem/card-view-selectitem.component";
|
|
87
|
+
import * as i69 from "./card-view/components/card-view-item-dispatcher/card-view-item-dispatcher.component";
|
|
88
|
+
import * as i70 from "./card-view/components/card-view-arrayitem/card-view-arrayitem.component";
|
|
89
|
+
import * as i71 from "./card-view/components/card-view-selectitem/select-filter-input/select-filter-input.component";
|
|
90
|
+
import * as i72 from "./form/form-base.module";
|
|
91
|
+
import * as i73 from "./comments/comments.component";
|
|
92
|
+
import * as i74 from "./comments/comment-list/comment-list.component";
|
|
93
|
+
import * as i75 from "./clipboard/clipboard.directive";
|
|
94
|
+
import * as i76 from "./login/components/login/login.component";
|
|
95
|
+
import * as i77 from "./login/directives/login-footer.directive";
|
|
96
|
+
import * as i78 from "./login/directives/login-header.directive";
|
|
97
|
+
import * as i79 from "./login/components/login-dialog/login-dialog.component";
|
|
98
|
+
import * as i80 from "./login/components/login-dialog-panel/login-dialog-panel.component";
|
|
99
|
+
import * as i81 from "./language-menu/language-menu.component";
|
|
100
|
+
import * as i82 from "./language-menu/language-picker.component";
|
|
101
|
+
import * as i83 from "./info-drawer/info-drawer-layout.component";
|
|
102
|
+
import * as i84 from "./info-drawer/info-drawer.component";
|
|
103
|
+
import * as i85 from "./datatable/components/boolean-cell/boolean-cell.component";
|
|
104
|
+
import * as i86 from "./datatable/components/amount-cell/amount-cell.component";
|
|
105
|
+
import * as i87 from "./datatable/components/number-cell/number-cell.component";
|
|
106
|
+
import * as i88 from "./datatable/components/location-cell/location-cell.component";
|
|
107
|
+
import * as i89 from "./datatable/components/date-cell/date-cell.component";
|
|
108
|
+
import * as i90 from "./datatable/components/icon-cell/icon-cell.component";
|
|
109
|
+
import * as i91 from "./datatable/components/columns-selector/columns-selector.component";
|
|
110
|
+
import * as i92 from "./datatable/data-column/data-column.component";
|
|
111
|
+
import * as i93 from "./datatable/data-column/data-column-list.component";
|
|
112
|
+
import * as i94 from "./datatable/data-column/data-column-header.component";
|
|
113
|
+
import * as i95 from "./datatable/directives/resizable/resizable.directive";
|
|
114
|
+
import * as i96 from "./datatable/directives/resizable/resize-handle.directive";
|
|
115
|
+
import * as i97 from "./datatable/directives/drop-zone.directive";
|
|
116
|
+
import * as i98 from "./datatable/components/empty-list/empty-list.component";
|
|
117
|
+
import * as i99 from "./datatable/components/filesize-cell/filesize-cell.component";
|
|
118
|
+
import * as i100 from "./datatable/components/json-cell/json-cell.component";
|
|
119
|
+
import * as i101 from "./datatable/directives/no-content-template.directive";
|
|
120
|
+
import * as i102 from "./datatable/directives/no-permission-template.directive";
|
|
121
|
+
import * as i103 from "./datatable/directives/loading-template.directive";
|
|
122
|
+
import * as i104 from "./datatable/directives/header-filter-template.directive";
|
|
123
|
+
import * as i105 from "./datatable/directives/custom-empty-content-template.directive";
|
|
124
|
+
import * as i106 from "./datatable/directives/custom-loading-template.directive";
|
|
125
|
+
import * as i107 from "./datatable/directives/custom-no-permission-template.directive";
|
|
126
|
+
import * as i108 from "./datatable/directives/main-data-table-action-template.directive";
|
|
127
|
+
import * as i109 from "./datatable/components/datatable-row/datatable-row.component";
|
|
128
|
+
import * as i110 from "./datatable/components/datatable-cell/datatable-cell.component";
|
|
129
|
+
import * as i111 from "./datatable/components/datatable/datatable.component";
|
|
130
|
+
import * as i112 from "./templates/error-content/error-content.component";
|
|
131
|
+
import * as i113 from "./templates/empty-content/empty-content.component";
|
|
132
|
+
import * as i114 from "./icon/icon.component";
|
|
133
|
+
import * as i115 from "./sorting-picker/sorting-picker.component";
|
|
134
|
+
import * as i116 from "./notifications/components/notification-history.component";
|
|
135
|
+
import * as i117 from "./notifications/components/add-notification.stories.component";
|
|
136
|
+
import * as i118 from "./search-text/search-text-input.component";
|
|
137
|
+
import * as i119 from "./search-text/search-trigger.directive";
|
|
138
|
+
import * as i120 from "./blank-page/blank-page.component";
|
|
139
|
+
import * as i121 from "./dialogs/unsaved-changes-dialog/unsaved-changes-dialog.component";
|
|
140
|
+
import * as i122 from "./dynamic-chip-list/dynamic-chip-list.component";
|
|
141
|
+
import * as i123 from "./material.module";
|
|
145
142
|
export declare class CoreModule {
|
|
146
143
|
static forRoot(): ModuleWithProviders<CoreModule>;
|
|
147
144
|
/**
|
|
@@ -149,8 +146,7 @@ export declare class CoreModule {
|
|
|
149
146
|
* @returns ModuleWithProviders<CoreModule>
|
|
150
147
|
*/
|
|
151
148
|
static forChild(): ModuleWithProviders<CoreModule>;
|
|
152
|
-
constructor(translation: TranslationService);
|
|
153
149
|
static ɵfac: i0.ɵɵFactoryDeclaration<CoreModule, never>;
|
|
154
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CoreModule, never, [typeof i1.
|
|
150
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CoreModule, never, [typeof i1.AboutExtensionListComponent, typeof i2.AboutLicenseListComponent, typeof i3.ModuleListComponent, typeof i4.AboutRepositoryInfoComponent, typeof i5.PackageListComponent, typeof i6.AboutStatusListComponent, typeof i7.AboutServerSettingsComponent, typeof i8.AboutPanelDirective, typeof i9.AboutComponent, typeof i10.PdfPasswordDialogComponent, typeof i11.ViewerRenderComponent, typeof i12.ImgViewerComponent, typeof i13.TxtViewerComponent, typeof i14.MediaPlayerComponent, typeof i15.PdfViewerComponent, typeof i16.PdfThumbComponent, typeof i17.PdfThumbListComponent, typeof i18.ViewerExtensionDirective, typeof i19.UnknownFormatComponent, typeof i20.ViewerToolbarComponent, typeof i21.ViewerSidebarComponent, typeof i22.ViewerOpenWithComponent, typeof i23.ViewerMoreActionsComponent, typeof i24.ViewerToolbarActionsComponent, typeof i25.ViewerComponent, typeof i26.ViewerToolbarCustomActionsComponent, typeof i27.DownloadPromptDialogComponent, typeof i28.SidenavLayoutHeaderDirective, typeof i29.SidenavLayoutContentDirective, typeof i30.SidenavLayoutNavigationDirective, typeof i31.SidebarMenuDirective, typeof i31.SidebarMenuExpandIconDirective, typeof i31.SidebarMenuTitleIconDirective, typeof i32.HeaderLayoutComponent, typeof i31.SidebarActionMenuComponent, typeof i33.LayoutContainerComponent, typeof i34.SidenavLayoutComponent, typeof i35.LocalizedDatePipe, typeof i36.TimeAgoPipe, typeof i37.FileSizePipe, typeof i38.HighlightPipe, typeof i39.FullNamePipe, typeof i40.FormatSpacePipe, typeof i41.FileTypePipe, typeof i42.MultiValuePipe, typeof i43.DecimalNumberPipe, typeof i44.DateTimePipe, typeof i45.InitialUsernamePipe, typeof i46.TruncatePipe, typeof i47.IdentityUserInfoComponent, typeof i48.HighlightDirective, typeof i49.LogoutDirective, typeof i50.UploadDirective, typeof i51.TooltipCardDirective, typeof i52.TooltipCardComponent, typeof i53.InfiniteSelectScrollDirective, typeof i54.AppConfigPipe, typeof i55.InfinitePaginationComponent, typeof i56.PaginationComponent, typeof i57.ToolbarComponent, typeof i58.ToolbarTitleComponent, typeof i59.ToolbarDividerComponent, typeof i60.ContextMenuListComponent, typeof i61.ContextMenuDirective, typeof i62.CardViewComponent, typeof i63.CardViewBoolItemComponent, typeof i64.CardViewDateItemComponent, typeof i65.CardViewMapItemComponent, typeof i66.CardViewTextItemComponent, typeof i67.CardViewKeyValuePairsItemComponent, typeof i68.CardViewSelectItemComponent, typeof i69.CardViewItemDispatcherComponent, typeof i70.CardViewArrayItemComponent, typeof i71.SelectFilterInputComponent, typeof i72.FormBaseModule, typeof i73.CommentsComponent, typeof i74.CommentListComponent, typeof i75.ClipboardDirective, typeof i75.ClipboardComponent, typeof i76.LoginComponent, typeof i77.LoginFooterDirective, typeof i78.LoginHeaderDirective, typeof i79.LoginDialogComponent, typeof i80.LoginDialogPanelComponent, typeof i81.LanguageMenuComponent, typeof i82.LanguagePickerComponent, typeof i83.InfoDrawerLayoutComponent, typeof i84.InfoDrawerTabComponent, typeof i84.InfoDrawerComponent, typeof i83.InfoDrawerTitleDirective, typeof i83.InfoDrawerButtonsDirective, typeof i83.InfoDrawerContentDirective, typeof i85.BooleanCellComponent, typeof i86.AmountCellComponent, typeof i87.NumberCellComponent, typeof i88.LocationCellComponent, typeof i89.DateCellComponent, typeof i90.IconCellComponent, typeof i91.ColumnsSelectorComponent, typeof i92.DataColumnComponent, typeof i93.DataColumnListComponent, typeof i94.DateColumnHeaderComponent, typeof i35.LocalizedDatePipe, typeof i95.ResizableDirective, typeof i96.ResizeHandleDirective, typeof i97.DropZoneDirective, typeof i98.EmptyListComponent, typeof i98.EmptyListHeaderDirective, typeof i98.EmptyListBodyDirective, typeof i98.EmptyListFooterDirective, typeof i99.FileSizeCellComponent, typeof i100.JsonCellComponent, typeof i101.NoContentTemplateDirective, typeof i102.NoPermissionTemplateDirective, typeof i103.LoadingContentTemplateDirective, typeof i104.HeaderFilterTemplateDirective, typeof i105.CustomEmptyContentTemplateDirective, typeof i106.CustomLoadingContentTemplateDirective, typeof i107.CustomNoPermissionTemplateDirective, typeof i108.MainMenuDataTableTemplateDirective, typeof i109.DataTableRowComponent, typeof i110.DataTableCellComponent, typeof i111.DataTableComponent, typeof i112.ErrorContentComponent, typeof i113.EmptyContentComponent, typeof i114.IconComponent, typeof i115.SortingPickerComponent, typeof i116.NotificationHistoryComponent, typeof i117.AddNotificationStorybookComponent, typeof i118.SearchTextInputComponent, typeof i119.SearchTriggerDirective, typeof i120.BlankPageComponent, typeof i121.UnsavedChangesDialogComponent, typeof i122.DynamicChipListComponent, typeof i123.MaterialModule], [typeof i1.AboutExtensionListComponent, typeof i2.AboutLicenseListComponent, typeof i3.ModuleListComponent, typeof i4.AboutRepositoryInfoComponent, typeof i5.PackageListComponent, typeof i6.AboutStatusListComponent, typeof i7.AboutServerSettingsComponent, typeof i8.AboutPanelDirective, typeof i9.AboutComponent, typeof i10.PdfPasswordDialogComponent, typeof i11.ViewerRenderComponent, typeof i12.ImgViewerComponent, typeof i13.TxtViewerComponent, typeof i14.MediaPlayerComponent, typeof i15.PdfViewerComponent, typeof i16.PdfThumbComponent, typeof i17.PdfThumbListComponent, typeof i18.ViewerExtensionDirective, typeof i19.UnknownFormatComponent, typeof i20.ViewerToolbarComponent, typeof i21.ViewerSidebarComponent, typeof i22.ViewerOpenWithComponent, typeof i23.ViewerMoreActionsComponent, typeof i24.ViewerToolbarActionsComponent, typeof i25.ViewerComponent, typeof i26.ViewerToolbarCustomActionsComponent, typeof i27.DownloadPromptDialogComponent, typeof i28.SidenavLayoutHeaderDirective, typeof i29.SidenavLayoutContentDirective, typeof i30.SidenavLayoutNavigationDirective, typeof i31.SidebarMenuDirective, typeof i31.SidebarMenuExpandIconDirective, typeof i31.SidebarMenuTitleIconDirective, typeof i32.HeaderLayoutComponent, typeof i31.SidebarActionMenuComponent, typeof i33.LayoutContainerComponent, typeof i34.SidenavLayoutComponent, typeof i35.LocalizedDatePipe, typeof i36.TimeAgoPipe, typeof i37.FileSizePipe, typeof i38.HighlightPipe, typeof i39.FullNamePipe, typeof i40.FormatSpacePipe, typeof i41.FileTypePipe, typeof i42.MultiValuePipe, typeof i43.DecimalNumberPipe, typeof i44.DateTimePipe, typeof i45.InitialUsernamePipe, typeof i46.TruncatePipe, typeof i48.HighlightDirective, typeof i49.LogoutDirective, typeof i50.UploadDirective, typeof i51.TooltipCardDirective, typeof i52.TooltipCardComponent, typeof i53.InfiniteSelectScrollDirective, typeof i75.ClipboardDirective, typeof i75.ClipboardComponent, typeof i47.IdentityUserInfoComponent, typeof i54.AppConfigPipe, typeof i55.InfinitePaginationComponent, typeof i56.PaginationComponent, typeof i57.ToolbarComponent, typeof i58.ToolbarTitleComponent, typeof i59.ToolbarDividerComponent, typeof i60.ContextMenuListComponent, typeof i61.ContextMenuDirective, typeof i62.CardViewComponent, typeof i63.CardViewBoolItemComponent, typeof i64.CardViewDateItemComponent, typeof i65.CardViewMapItemComponent, typeof i66.CardViewTextItemComponent, typeof i67.CardViewKeyValuePairsItemComponent, typeof i68.CardViewSelectItemComponent, typeof i69.CardViewItemDispatcherComponent, typeof i70.CardViewArrayItemComponent, typeof i71.SelectFilterInputComponent, typeof i72.FormBaseModule, typeof i73.CommentsComponent, typeof i74.CommentListComponent, typeof i76.LoginComponent, typeof i77.LoginFooterDirective, typeof i78.LoginHeaderDirective, typeof i79.LoginDialogComponent, typeof i80.LoginDialogPanelComponent, typeof i81.LanguageMenuComponent, typeof i82.LanguagePickerComponent, typeof i83.InfoDrawerLayoutComponent, typeof i84.InfoDrawerTabComponent, typeof i84.InfoDrawerComponent, typeof i83.InfoDrawerTitleDirective, typeof i83.InfoDrawerButtonsDirective, typeof i83.InfoDrawerContentDirective, typeof i85.BooleanCellComponent, typeof i86.AmountCellComponent, typeof i87.NumberCellComponent, typeof i88.LocationCellComponent, typeof i89.DateCellComponent, typeof i90.IconCellComponent, typeof i91.ColumnsSelectorComponent, typeof i92.DataColumnComponent, typeof i93.DataColumnListComponent, typeof i94.DateColumnHeaderComponent, typeof i35.LocalizedDatePipe, typeof i95.ResizableDirective, typeof i96.ResizeHandleDirective, typeof i97.DropZoneDirective, typeof i98.EmptyListComponent, typeof i98.EmptyListHeaderDirective, typeof i98.EmptyListBodyDirective, typeof i98.EmptyListFooterDirective, typeof i99.FileSizeCellComponent, typeof i100.JsonCellComponent, typeof i101.NoContentTemplateDirective, typeof i102.NoPermissionTemplateDirective, typeof i103.LoadingContentTemplateDirective, typeof i104.HeaderFilterTemplateDirective, typeof i105.CustomEmptyContentTemplateDirective, typeof i106.CustomLoadingContentTemplateDirective, typeof i107.CustomNoPermissionTemplateDirective, typeof i108.MainMenuDataTableTemplateDirective, typeof i109.DataTableRowComponent, typeof i110.DataTableCellComponent, typeof i111.DataTableComponent, typeof i112.ErrorContentComponent, typeof i113.EmptyContentComponent, typeof i115.SortingPickerComponent, typeof i114.IconComponent, typeof i116.NotificationHistoryComponent, typeof i117.AddNotificationStorybookComponent, typeof i118.SearchTextInputComponent, typeof i119.SearchTriggerDirective, typeof i120.BlankPageComponent, typeof i121.UnsavedChangesDialogComponent, typeof i122.DynamicChipListComponent, typeof i123.MaterialModule]>;
|
|
155
151
|
static ɵinj: i0.ɵɵInjectorDeclaration<CoreModule>;
|
|
156
152
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* stylelint-disable no-descending-specificity */
|
|
2
2
|
@use '@angular/material' as mat;
|
|
3
|
-
@
|
|
4
|
-
@
|
|
3
|
+
@use '../../../styles/mixins' as mixins;
|
|
4
|
+
@use '../../../styles/mat-selectors' as ms;
|
|
5
5
|
|
|
6
6
|
$data-table-header-font-size: var(--theme-caption-font-size) !default;
|
|
7
7
|
$data-table-header-sort-icon-size: var(--theme-subheading-2-font-size) !default;
|
|
@@ -53,7 +53,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
|
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
.adf-datatable-list,
|
|
56
|
-
#{
|
|
56
|
+
#{ms.$cdk-drag-preview} {
|
|
57
57
|
display: flex;
|
|
58
58
|
flex-direction: column;
|
|
59
59
|
background-color: var(--adf-theme-background-card-color);
|
|
@@ -104,9 +104,11 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
|
|
|
104
104
|
}
|
|
105
105
|
|
|
106
106
|
.adf-datatable-row {
|
|
107
|
-
&:
|
|
108
|
-
|
|
109
|
-
|
|
107
|
+
&:not(.adf-datatable-data-loading) {
|
|
108
|
+
&:hover,
|
|
109
|
+
&:focus {
|
|
110
|
+
background-color: var(--adf-theme-background-hover-color);
|
|
111
|
+
}
|
|
110
112
|
}
|
|
111
113
|
|
|
112
114
|
&:focus {
|
|
@@ -143,14 +145,14 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
|
|
|
143
145
|
}
|
|
144
146
|
|
|
145
147
|
.adf-datatable-row {
|
|
146
|
-
@include material-animation-default(0.28s);
|
|
148
|
+
@include mixins.material-animation-default(0.28s);
|
|
147
149
|
|
|
148
150
|
transition-property: background-color;
|
|
149
151
|
border-top: 1px solid var(--adf-theme-foreground-text-color-007);
|
|
150
152
|
min-height: $data-table-row-height;
|
|
151
153
|
cursor: pointer;
|
|
152
154
|
|
|
153
|
-
@include adf-no-select;
|
|
155
|
+
@include mixins.adf-no-select;
|
|
154
156
|
|
|
155
157
|
&.adf-is-selected,
|
|
156
158
|
&.adf-is-selected:hover {
|
|
@@ -236,7 +238,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
|
|
|
236
238
|
}
|
|
237
239
|
|
|
238
240
|
button {
|
|
239
|
-
#{
|
|
241
|
+
#{ms.$mat-icon} {
|
|
240
242
|
margin-top: -10px;
|
|
241
243
|
}
|
|
242
244
|
}
|
|
@@ -510,7 +512,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
|
|
|
510
512
|
}
|
|
511
513
|
|
|
512
514
|
.adf-datatable-cell-header {
|
|
513
|
-
@include adf-no-select;
|
|
515
|
+
@include mixins.adf-no-select;
|
|
514
516
|
|
|
515
517
|
position: relative;
|
|
516
518
|
display: flex;
|
|
@@ -530,7 +532,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
|
|
|
530
532
|
}
|
|
531
533
|
|
|
532
534
|
&.adf-sortable {
|
|
533
|
-
@include adf-no-select;
|
|
535
|
+
@include mixins.adf-no-select;
|
|
534
536
|
|
|
535
537
|
display: flex;
|
|
536
538
|
align-items: center;
|
|
@@ -542,7 +544,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
|
|
|
542
544
|
padding-right: 0.25rem;
|
|
543
545
|
|
|
544
546
|
&::after {
|
|
545
|
-
@include typo-icon;
|
|
547
|
+
@include mixins.typo-icon;
|
|
546
548
|
|
|
547
549
|
font-size: $data-table-header-sort-icon-size;
|
|
548
550
|
content: '\e5d8';
|
|
@@ -624,7 +626,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
|
|
|
624
626
|
}
|
|
625
627
|
}
|
|
626
628
|
|
|
627
|
-
#{
|
|
629
|
+
#{ms.$cdk-drag-preview} {
|
|
628
630
|
min-height: $data-table-row-height;
|
|
629
631
|
display: flex;
|
|
630
632
|
flex-direction: row;
|
|
@@ -644,7 +646,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
|
|
|
644
646
|
}
|
|
645
647
|
|
|
646
648
|
/* [Accessibility] Material checkbox labels */
|
|
647
|
-
.adf-checkbox-sr-only #{
|
|
649
|
+
.adf-checkbox-sr-only #{ms.$mat-checkbox-label} {
|
|
648
650
|
position: absolute;
|
|
649
651
|
width: 1px;
|
|
650
652
|
height: 1px;
|
|
@@ -690,7 +692,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
|
|
|
690
692
|
}
|
|
691
693
|
|
|
692
694
|
.adf-datatable--empty {
|
|
693
|
-
@include flex-column;
|
|
695
|
+
@include mixins.flex-column;
|
|
694
696
|
|
|
695
697
|
justify-content: center;
|
|
696
698
|
align-items: center;
|
|
@@ -717,7 +719,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
|
|
|
717
719
|
}
|
|
718
720
|
|
|
719
721
|
.adf-datatable-body {
|
|
720
|
-
@include flex-column;
|
|
722
|
+
@include mixins.flex-column;
|
|
721
723
|
|
|
722
724
|
justify-content: center;
|
|
723
725
|
align-items: center;
|
|
@@ -36,5 +36,5 @@ export declare abstract class DataTableSchema<T = unknown> {
|
|
|
36
36
|
private setHiddenColumns;
|
|
37
37
|
private setColumnsWidth;
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<DataTableSchema<any>, never>;
|
|
39
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DataTableSchema<any>, never, never, { "presetColumn": { "alias": "presetColumn"; "required": false; }; }, {}, ["columnList"], never,
|
|
39
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DataTableSchema<any>, never, never, { "presetColumn": { "alias": "presetColumn"; "required": false; }; }, {}, ["columnList"], never, true, never>;
|
|
40
40
|
}
|
|
@@ -20,6 +20,7 @@ export declare class ObjectDataRow implements DataRow {
|
|
|
20
20
|
isSelected: boolean;
|
|
21
21
|
isSelectable: boolean;
|
|
22
22
|
constructor(obj: any, isSelected?: boolean, isSelectable?: boolean);
|
|
23
|
+
getSourceObject(): any;
|
|
23
24
|
getValue(key: string): any;
|
|
24
25
|
hasValue(key: string): boolean;
|
|
25
26
|
imageErrorResolver(): string;
|