@alfresco/adf-process-services-cloud 8.4.0-17859215496 → 8.4.0-17917598952
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.
|
@@ -24,6 +24,7 @@ export declare const DEFAULT_OPTION: {
|
|
|
24
24
|
name: string;
|
|
25
25
|
};
|
|
26
26
|
export declare const HIDE_FILTER_LIMIT = 5;
|
|
27
|
+
export declare const DROPDOWN_CLOUD_WIDGET_SET_VALUE_DEBOUNCE = 100;
|
|
27
28
|
export declare class DropdownCloudWidgetComponent extends WidgetComponent implements OnInit, ReactiveFormWidget {
|
|
28
29
|
formService: FormService;
|
|
29
30
|
private readonly formCloudService;
|
|
@@ -42,6 +43,7 @@ export declare class DropdownCloudWidgetComponent extends WidgetComponent implem
|
|
|
42
43
|
private readonly defaultVariableOptionId;
|
|
43
44
|
private readonly defaultVariableOptionLabel;
|
|
44
45
|
private readonly defaultVariableOptionPath;
|
|
46
|
+
private debounceSetValue;
|
|
45
47
|
get showRequiredMessage(): boolean;
|
|
46
48
|
get isReadOnlyType(): boolean;
|
|
47
49
|
private get isLinkedWidget();
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfresco/adf-process-services-cloud",
|
|
3
3
|
"description": "Alfresco ADF process services cloud",
|
|
4
|
-
"version": "8.4.0-
|
|
4
|
+
"version": "8.4.0-17917598952",
|
|
5
5
|
"author": "Hyland Software, Inc. and its affiliates",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"@angular/platform-browser": ">=14.1.3",
|
|
22
22
|
"@angular/platform-browser-dynamic": ">=14.1.3",
|
|
23
23
|
"@angular/router": ">=14.1.3",
|
|
24
|
-
"@alfresco/js-api": ">=9.4.0-
|
|
25
|
-
"@alfresco/adf-core": ">=8.4.0-
|
|
26
|
-
"@alfresco/adf-content-services": ">=8.4.0-
|
|
24
|
+
"@alfresco/js-api": ">=9.4.0-17917598952",
|
|
25
|
+
"@alfresco/adf-core": ">=8.4.0-17917598952",
|
|
26
|
+
"@alfresco/adf-content-services": ">=8.4.0-17917598952",
|
|
27
27
|
"@apollo/client": ">=3.7.2",
|
|
28
28
|
"@ngx-translate/core": ">=14.0.0",
|
|
29
29
|
"apollo-angular": ">=4.0.1",
|