@alfresco/adf-core 8.2.0-17234132289 → 8.2.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/README.md +0 -16
- package/api/lib/adf-http-client.service.d.ts +9 -9
- package/api/lib/alfresco-api/alfresco-api.utils.d.ts +1 -1
- package/app.config.schema.json +4 -3
- package/bundles/assets/adf-core/i18n/ar.json +0 -5
- package/bundles/assets/adf-core/i18n/cs.json +0 -5
- package/bundles/assets/adf-core/i18n/da.json +0 -5
- package/bundles/assets/adf-core/i18n/de.json +19 -9
- package/bundles/assets/adf-core/i18n/en.json +22 -12
- package/bundles/assets/adf-core/i18n/es.json +19 -9
- package/bundles/assets/adf-core/i18n/fi.json +0 -5
- package/bundles/assets/adf-core/i18n/fr.json +19 -9
- package/bundles/assets/adf-core/i18n/it.json +19 -9
- package/bundles/assets/adf-core/i18n/ja.json +0 -5
- package/bundles/assets/adf-core/i18n/nb.json +0 -5
- package/bundles/assets/adf-core/i18n/nl.json +0 -5
- package/bundles/assets/adf-core/i18n/pl.json +19 -9
- package/bundles/assets/adf-core/i18n/pt-BR.json +0 -5
- package/bundles/assets/adf-core/i18n/pt.json +19 -9
- package/bundles/assets/adf-core/i18n/ru.json +0 -5
- package/bundles/assets/adf-core/i18n/sv.json +0 -5
- package/bundles/assets/adf-core/i18n/zh-CN.json +0 -5
- package/custom-theme/material-theme.scss +13 -13
- package/custom-theme/theme/custom-palette-creator.scss +23 -25
- package/custom-theme/theme/custom-theme-palettes.scss +7 -7
- package/custom-theme/theme/theme-data.scss +13 -13
- package/custom-theme/theme/typography.scss +5 -5
- package/fesm2022/adf-core.mjs +1229 -1210
- package/fesm2022/adf-core.mjs.map +1 -1
- package/fesm2022/alfresco-adf-core-api.mjs +40 -27
- package/fesm2022/alfresco-adf-core-api.mjs.map +1 -1
- package/fesm2022/alfresco-adf-core-shell.mjs +5 -1
- package/fesm2022/alfresco-adf-core-shell.mjs.map +1 -1
- package/lib/app-config/app-config.service.d.ts +1 -0
- package/lib/auth/basic-auth/basic-alfresco-auth.service.d.ts +3 -25
- package/lib/auth/interfaces/authentication-service.interface.d.ts +7 -13
- package/lib/auth/models/oauth-config.model.d.ts +0 -1
- package/lib/auth/oidc/oidc-authentication.service.d.ts +0 -20
- package/lib/auth/services/authentication.service.d.ts +10 -28
- package/lib/auth/services/base-authentication.service.d.ts +6 -14
- package/lib/card-view/components/card-view/card-view.component.scss +2 -1
- package/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.scss +59 -34
- package/lib/card-view/components/card-view-textitem/card-view-textitem.component.scss +8 -0
- package/lib/clipboard/clipboard.directive.d.ts +10 -11
- package/lib/clipboard/clipboard.module.d.ts +5 -4
- package/lib/core.module.d.ts +44 -46
- package/lib/datatable/components/columns-selector/columns-selector.component.d.ts +2 -1
- package/lib/datatable/components/columns-selector/columns-selector.component.scss +89 -76
- package/lib/datatable/components/datatable-cell/datatable-cell.component.d.ts +2 -0
- package/lib/form/components/form-base.component.d.ts +1 -1
- package/lib/form/components/form-field/form-field.component.d.ts +5 -0
- package/lib/form/components/form-renderer.component.d.ts +7 -5
- package/lib/form/components/form-renderer.component.scss +44 -0
- package/lib/form/components/widgets/amount/amount.widget.d.ts +43 -4
- package/lib/form/components/widgets/base-viewer/base-viewer.widget.d.ts +16 -0
- package/lib/form/components/widgets/button/button.widget.d.ts +12 -0
- package/lib/form/components/widgets/button/button.widget.scss +14 -0
- package/lib/form/components/widgets/core/container-column.model.d.ts +2 -0
- package/lib/form/components/widgets/core/container-row.model.d.ts +26 -0
- package/lib/form/components/widgets/core/form-field-types.d.ts +5 -0
- package/lib/form/components/widgets/core/form-field-validator.d.ts +4 -0
- package/lib/form/components/widgets/core/form-field.model.d.ts +26 -2
- package/lib/form/components/widgets/core/form.model.d.ts +2 -1
- package/lib/{datatable/components/mocks/datatable.mock.d.ts → form/components/widgets/core/handlers/form-field-rule.handler.d.ts} +5 -5
- package/lib/{login/components/login-dialog/login-dialog-component-data.interface.d.ts → form/components/widgets/core/repeatable-section.model.d.ts} +8 -5
- package/lib/form/components/widgets/index.d.ts +4 -1
- package/lib/form/components/widgets/reactive-widget.interface.d.ts +4 -0
- package/lib/form/components/widgets/repeat/repeat.widget.d.ts +9 -0
- package/lib/form/components/widgets/repeat/repeat.widget.scss +36 -0
- package/lib/form/form-base.module.d.ts +3 -2
- package/lib/info-drawer/info-drawer.component.scss +6 -0
- package/lib/login/login.module.d.ts +3 -5
- package/lib/login/public-api.d.ts +0 -2
- package/lib/mock/public-api.d.ts +0 -1
- package/lib/mock/translation.service.mock.d.ts +1 -0
- package/lib/notifications/components/notification-history.component.d.ts +9 -3
- package/lib/notifications/notification-history.module.d.ts +2 -4
- package/lib/notifications/public-api.d.ts +0 -1
- package/lib/snackbar-content/snackbar-content.component.scss +4 -1
- package/lib/styles/{material.theme.scss → _globals.scss} +1 -1
- package/lib/styles/_index.scss +4 -126
- package/lib/styles/_mat-selectors.scss +3 -0
- package/lib/testing/index.d.ts +0 -1
- package/lib/testing/noop-translate.module.d.ts +1 -0
- package/lib/testing/unit-testing-utils.d.ts +4 -0
- package/lib/translation/translation.service.d.ts +6 -0
- package/package.json +4 -5
- package/schematics/migrations/schematics/migrations/7_0_0/index.d.ts +1 -2
- package/schematics/migrations/schematics/migrations/7_0_0/index.js +46 -59
- package/schematics/migrations/schematics/migrations/7_0_0/index.js.map +1 -1
- package/schematics/migrations/schematics/migrations/collection.json +0 -5
- package/lib/clipboard/clipboard.theme.scss +0 -19
- package/lib/login/components/login-dialog/login-dialog.component.d.ts +0 -15
- package/lib/login/components/login-dialog/login-dialog.component.scss +0 -4
- package/lib/mock/data-column.mock.d.ts +0 -51
- package/lib/notifications/components/add-notification.stories.component.d.ts +0 -10
- package/lib/styles/_theming.scss +0 -3
- package/lib/styles/_typography.scss +0 -18
- package/lib/testing/core.story.module.d.ts +0 -9
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../lib/core/schematics/migrations/7_0_0/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAsDH,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../lib/core/schematics/migrations/7_0_0/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -11,11 +11,6 @@
|
|
|
11
11
|
"move-out-alfresco-api": {
|
|
12
12
|
"version": "7.0.0",
|
|
13
13
|
"packages": {
|
|
14
|
-
"ts-morph": {
|
|
15
|
-
"version": "^20.0.0",
|
|
16
|
-
"alwaysAddToPackageJson": true,
|
|
17
|
-
"addToPackageJson": "devDependencies"
|
|
18
|
-
},
|
|
19
14
|
"@alfresco/adf-content-services": {
|
|
20
15
|
"version": "7.0.0",
|
|
21
16
|
"alwaysAddToPackageJson": false
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
.adf-copy-tooltip {
|
|
2
|
-
position: absolute;
|
|
3
|
-
background: var(--theme-primary-color);
|
|
4
|
-
color: var(--theme-primary-color-default-contrast);
|
|
5
|
-
font-size: var(--theme-caption-font-size);
|
|
6
|
-
padding: 2px 5px;
|
|
7
|
-
border-radius: 5px;
|
|
8
|
-
bottom: 93%;
|
|
9
|
-
left: 0;
|
|
10
|
-
z-index: 1001;
|
|
11
|
-
min-height: 20px;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.adf-sticky-header {
|
|
15
|
-
.adf-copy-tooltip {
|
|
16
|
-
top: 85%;
|
|
17
|
-
bottom: 0;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { LoginDialogPanelComponent } from '../login-dialog-panel/login-dialog-panel.component';
|
|
2
|
-
import { LoginDialogComponentData } from './login-dialog-component-data.interface';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class LoginDialogComponent {
|
|
5
|
-
data: LoginDialogComponentData;
|
|
6
|
-
loginPanel: LoginDialogPanelComponent;
|
|
7
|
-
buttonActionName: string;
|
|
8
|
-
constructor(data: LoginDialogComponentData);
|
|
9
|
-
close(): void;
|
|
10
|
-
submitForm(): void;
|
|
11
|
-
onLoginSuccess(event: any): void;
|
|
12
|
-
isFormValid(): boolean;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LoginDialogComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoginDialogComponent, "adf-login-dialog", never, {}, {}, never, never, true, never>;
|
|
15
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
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
|
-
export declare const textColumnRows: {
|
|
18
|
-
firstname: string;
|
|
19
|
-
}[];
|
|
20
|
-
export declare const dateColumnRows: {
|
|
21
|
-
createdOn: Date;
|
|
22
|
-
}[];
|
|
23
|
-
export declare const dateColumnTimeAgoRows: {
|
|
24
|
-
modifiedOn: Date;
|
|
25
|
-
}[];
|
|
26
|
-
export declare const locationColumnRows: {
|
|
27
|
-
path: import("@alfresco/adf-core").PathInfo;
|
|
28
|
-
}[];
|
|
29
|
-
export declare const booleanColumnRows: ({
|
|
30
|
-
bool: string;
|
|
31
|
-
} | {
|
|
32
|
-
bool: boolean;
|
|
33
|
-
})[];
|
|
34
|
-
export declare const iconColumnRows: {
|
|
35
|
-
icon: string;
|
|
36
|
-
}[];
|
|
37
|
-
export declare const imageColumnRows: {
|
|
38
|
-
image: string;
|
|
39
|
-
}[];
|
|
40
|
-
export declare const fileSizeColumnRows: {
|
|
41
|
-
size: number;
|
|
42
|
-
}[];
|
|
43
|
-
export declare const amountColumnRows: {
|
|
44
|
-
price: number;
|
|
45
|
-
}[];
|
|
46
|
-
export declare const jsonColumnRows: {
|
|
47
|
-
rowInfo: {
|
|
48
|
-
id: number;
|
|
49
|
-
name: string;
|
|
50
|
-
};
|
|
51
|
-
}[];
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { NotificationService } from '../services/notification.service';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AddNotificationStorybookComponent {
|
|
4
|
-
private notificationService;
|
|
5
|
-
infoCounter: number;
|
|
6
|
-
constructor(notificationService: NotificationService);
|
|
7
|
-
showInfo(): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AddNotificationStorybookComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AddNotificationStorybookComponent, "adf-add-notification-storybook", never, {}, {}, never, never, true, never>;
|
|
10
|
-
}
|
package/lib/styles/_theming.scss
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
@use '@angular/material' as mat;
|
|
2
|
-
|
|
3
|
-
$alfresco-typography: mat.m2-define-typography-config(
|
|
4
|
-
$font-family: 'Roboto, "Helvetica Neue", sans-serif',
|
|
5
|
-
$headline-1: mat.m2-define-typography-level(112px, 112px, 300),
|
|
6
|
-
$headline-2: mat.m2-define-typography-level(56px, 56px, 400),
|
|
7
|
-
$headline-3: mat.m2-define-typography-level(45px, 48px, 400),
|
|
8
|
-
$headline-4: mat.m2-define-typography-level(34px, 40px, 400),
|
|
9
|
-
$headline-5: mat.m2-define-typography-level(24px, 32px, 400),
|
|
10
|
-
$headline-6: mat.m2-define-typography-level(20px, 32px, 500),
|
|
11
|
-
$subtitle-1: mat.m2-define-typography-level(16px, 28px, 400),
|
|
12
|
-
$body-1: mat.m2-define-typography-level(15px, 24px, 400),
|
|
13
|
-
$subtitle-2: mat.m2-define-typography-level(14px, 24px, 500),
|
|
14
|
-
$body-2: mat.m2-define-typography-level(14px, 20px, 400),
|
|
15
|
-
$caption: mat.m2-define-typography-level(12px, 20px, 400),
|
|
16
|
-
$button: mat.m2-define-typography-level(14px, 14px, 500),
|
|
17
|
-
// Line-height must be unit-less fraction of the font-size.
|
|
18
|
-
);
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "../auth/oidc/auth.module";
|
|
3
|
-
import * as i2 from "@ngx-translate/core";
|
|
4
|
-
import * as i3 from "../core.module";
|
|
5
|
-
export declare class CoreStoryModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CoreStoryModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CoreStoryModule, never, [typeof i1.AuthModule, typeof i2.TranslateModule, typeof i3.CoreModule], never>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CoreStoryModule>;
|
|
9
|
-
}
|