@alfresco/adf-core 9.1.0-16489432578 → 9.1.0-16490774779

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.
@@ -20,12 +20,24 @@ import { FormFieldModel, FormFieldValidator, FormModel, FormOutcomeEvent, FormOu
20
20
  import * as i0 from "@angular/core";
21
21
  export declare abstract class FormBaseComponent {
22
22
  protected _form: FormModel;
23
- static SAVE_OUTCOME_ID: string;
24
- static COMPLETE_OUTCOME_ID: string;
25
- static START_PROCESS_OUTCOME_ID: string;
26
- static CUSTOM_OUTCOME_ID: string;
27
- static COMPLETE_BUTTON_COLOR: ThemePalette;
28
- static COMPLETE_OUTCOME_NAME: string;
23
+ /**
24
+ * @deprecated Use {@link FormModel.SAVE_OUTCOME} instead.
25
+ */
26
+ static readonly SAVE_OUTCOME_ID: string;
27
+ /**
28
+ * @deprecated Use {@link FormModel.COMPLETE_OUTCOME} instead.
29
+ */
30
+ static readonly COMPLETE_OUTCOME_ID: string;
31
+ /**
32
+ * @deprecated Use {@link FormModel.START_PROCESS_OUTCOME} instead.
33
+ */
34
+ static readonly START_PROCESS_OUTCOME_ID: string;
35
+ static readonly CUSTOM_OUTCOME_ID: string;
36
+ static readonly COMPLETE_BUTTON_COLOR: ThemePalette;
37
+ /**
38
+ * @deprecated Use {@link FormOutcomeModel.COMPLETE_ACTION} instead.
39
+ */
40
+ static readonly COMPLETE_OUTCOME_NAME: string;
29
41
  /** Path of the folder where the metadata will be stored. */
30
42
  path: string;
31
43
  /** Name to assign to the new node where the metadata are stored. */
@@ -34,7 +46,7 @@ export declare abstract class FormBaseComponent {
34
46
  showTitle: boolean;
35
47
  /** Toggle rendering of the `Complete` outcome button. */
36
48
  showCompleteButton: boolean;
37
- /** If true then the `Complete` outcome button is shown but it will be disabled. */
49
+ /** If true then the `Complete` outcome button is shown, but it will be disabled. */
38
50
  disableCompleteButton: boolean;
39
51
  /** If true then the `Save` outcome button is shown but will be disabled. */
40
52
  disableSaveButton: boolean;
@@ -17,18 +17,10 @@
17
17
  }
18
18
 
19
19
  &-amount-widget__input {
20
- margin-top: -15px;
21
-
22
20
  #{ms.$mat-focused} {
23
21
  transition: none;
24
22
  }
25
23
 
26
- #{ms.$mat-form-field-prefix} {
27
- padding-top: 16px;
28
- padding-bottom: 16px;
29
- align-self: flex-end;
30
- }
31
-
32
24
  .adf-input {
33
25
  margin-top: 3px;
34
26
  }
@@ -17,9 +17,9 @@
17
17
  import { FormWidgetModel } from './form-widget.model';
18
18
  import { WidgetVisibilityModel } from '../../../models/widget-visibility.model';
19
19
  export declare class FormOutcomeModel extends FormWidgetModel {
20
- static SAVE_ACTION: string;
21
- static COMPLETE_ACTION: string;
22
- static START_PROCESS_ACTION: string;
20
+ static readonly SAVE_ACTION: string;
21
+ static readonly COMPLETE_ACTION: string;
22
+ static readonly START_PROCESS_ACTION: string;
23
23
  isSystem: boolean;
24
24
  isSelected: boolean;
25
25
  isVisible: boolean;
@@ -54,10 +54,10 @@ export interface FormRepresentationModel {
54
54
  }
55
55
  export declare class FormModel implements ProcessFormModel {
56
56
  protected formService?: FormValidationService;
57
- static UNSET_TASK_NAME: string;
58
- static SAVE_OUTCOME: string;
59
- static COMPLETE_OUTCOME: string;
60
- static START_PROCESS_OUTCOME: string;
57
+ static readonly UNSET_TASK_NAME: string;
58
+ static readonly SAVE_OUTCOME: string;
59
+ static readonly COMPLETE_OUTCOME: string;
60
+ static readonly START_PROCESS_OUTCOME: string;
61
61
  readonly id: string | number;
62
62
  readonly name: string;
63
63
  readonly taskId: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alfresco/adf-core",
3
3
  "description": "Alfresco ADF core",
4
- "version": "9.1.0-16489432578",
4
+ "version": "9.1.0-16490774779",
5
5
  "author": "Hyland Software, Inc. and its affiliates",
6
6
  "repository": {
7
7
  "type": "git",
@@ -63,8 +63,8 @@
63
63
  "@angular/router": ">=16.0.0",
64
64
  "@mat-datetimepicker/core": ">=12.0.1",
65
65
  "@ngx-translate/core": ">=16.0.0",
66
- "@alfresco/js-api": ">=10.1.0-16489432578",
67
- "@alfresco/adf-extensions": ">=9.1.0-16489432578",
66
+ "@alfresco/js-api": ">=10.1.0-16490774779",
67
+ "@alfresco/adf-extensions": ">=9.1.0-16490774779",
68
68
  "minimatch": ">=10.0.0",
69
69
  "pdfjs-dist": ">=3.3.122",
70
70
  "ts-morph": ">=20.0.0"