@alfresco/adf-process-services-cloud 8.3.0 → 8.3.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.
Files changed (113) hide show
  1. package/bundles/assets/adf-process-services-cloud/i18n/ar.json +1 -13
  2. package/bundles/assets/adf-process-services-cloud/i18n/cs.json +1 -13
  3. package/bundles/assets/adf-process-services-cloud/i18n/da.json +1 -13
  4. package/bundles/assets/adf-process-services-cloud/i18n/de.json +4 -14
  5. package/bundles/assets/adf-process-services-cloud/i18n/en.json +4 -14
  6. package/bundles/assets/adf-process-services-cloud/i18n/es.json +4 -14
  7. package/bundles/assets/adf-process-services-cloud/i18n/fi.json +1 -13
  8. package/bundles/assets/adf-process-services-cloud/i18n/fr.json +4 -14
  9. package/bundles/assets/adf-process-services-cloud/i18n/it.json +4 -14
  10. package/bundles/assets/adf-process-services-cloud/i18n/ja.json +1 -13
  11. package/bundles/assets/adf-process-services-cloud/i18n/nb.json +1 -13
  12. package/bundles/assets/adf-process-services-cloud/i18n/nl.json +1 -13
  13. package/bundles/assets/adf-process-services-cloud/i18n/pl.json +4 -14
  14. package/bundles/assets/adf-process-services-cloud/i18n/pt-BR.json +1 -13
  15. package/bundles/assets/adf-process-services-cloud/i18n/pt.json +4 -14
  16. package/bundles/assets/adf-process-services-cloud/i18n/ru.json +1 -13
  17. package/bundles/assets/adf-process-services-cloud/i18n/sv.json +1 -13
  18. package/bundles/assets/adf-process-services-cloud/i18n/zh-CN.json +1 -13
  19. package/fesm2022/adf-process-services-cloud.mjs +1207 -1245
  20. package/fesm2022/adf-process-services-cloud.mjs.map +1 -1
  21. package/lib/app/models/application-instance.model.d.ts +7 -6
  22. package/lib/app/public-api.d.ts +0 -3
  23. package/lib/app/services/apps-process-cloud.service.d.ts +1 -3
  24. package/lib/common/date-range-filter/date-range-filter.service.d.ts +1 -1
  25. package/lib/flex.scss +9 -7
  26. package/lib/form/components/form-cloud.component.d.ts +15 -4
  27. package/lib/form/components/form-cloud.component.scss +40 -7
  28. package/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.d.ts +6 -7
  29. package/lib/form/components/widgets/attach-file/file-properties-table/file-properties-table-cloud.component.d.ts +2 -2
  30. package/lib/form/components/widgets/data-table/data-table-adapter.widget.d.ts +3 -3
  31. package/lib/form/components/widgets/data-table/data-table.widget.d.ts +4 -7
  32. package/lib/form/components/widgets/display-external-property/display-external-property.widget.d.ts +2 -5
  33. package/lib/form/components/widgets/display-rich-text/display-rich-text.widget.d.ts +10 -4
  34. package/lib/form/components/widgets/dropdown/dropdown-cloud.widget.d.ts +3 -1
  35. package/lib/form/components/widgets/file-viewer/file-viewer.widget.d.ts +1 -2
  36. package/lib/form/components/widgets/group/group-cloud.widget.d.ts +1 -2
  37. package/lib/form/components/widgets/people/people-cloud.widget.d.ts +2 -3
  38. package/lib/form/components/widgets/properties-viewer/properties-viewer-wrapper/properties-viewer-wrapper.component.d.ts +2 -3
  39. package/lib/form/components/widgets/properties-viewer/properties-viewer.widget.d.ts +1 -2
  40. package/lib/form/components/widgets/radio-buttons/radio-buttons-cloud.widget.d.ts +4 -5
  41. package/lib/form/components/widgets/upload/upload-cloud.widget.d.ts +1 -2
  42. package/lib/form/form-cloud.module.d.ts +8 -10
  43. package/lib/form/models/form-cloud-representation.model.d.ts +11 -9
  44. package/lib/form/public-api.d.ts +0 -2
  45. package/lib/form/services/content-cloud-node-selector.service.d.ts +3 -7
  46. package/lib/form/services/form-cloud.service.d.ts +3 -4
  47. package/lib/form/services/process-cloud-content.service.d.ts +4 -7
  48. package/lib/form/services/spinner/form-cloud-spinner.service.d.ts +2 -2
  49. package/lib/group/components/group-cloud.component.d.ts +2 -4
  50. package/lib/group/services/identity-group.service.d.ts +2 -4
  51. package/lib/models/constant-values.type.d.ts +1 -0
  52. package/lib/models/date-cloud-filter.model.d.ts +12 -11
  53. package/lib/people/components/people-cloud.component.d.ts +2 -4
  54. package/lib/people/services/identity-user.service.d.ts +3 -5
  55. package/lib/process/process-filters/components/edit-process-filter/edit-process-filter-cloud.component.d.ts +11 -17
  56. package/lib/process/process-filters/components/process-filters/process-filters-cloud.component.d.ts +3 -0
  57. package/lib/process/process-filters/components/process-filters/process-filters-cloud.component.scss +12 -29
  58. package/lib/process/process-filters/models/process-filter-cloud.model.d.ts +4 -2
  59. package/lib/process/process-filters/services/process-filter-cloud.service.d.ts +7 -5
  60. package/lib/process/process-header/components/process-header-cloud.component.d.ts +4 -6
  61. package/lib/process/process-list/components/process-list-cloud.component.d.ts +28 -16
  62. package/lib/process/process-list/models/process-cloud-preferences.d.ts +6 -5
  63. package/lib/process/process-list/models/process-cloud-query-request.model.d.ts +4 -1
  64. package/lib/process/start-process/components/start-process-cloud.component.d.ts +20 -6
  65. package/lib/process/start-process/models/process-instance-cloud.model.d.ts +8 -0
  66. package/lib/process/start-process/models/process-payload-cloud.model.d.ts +12 -1
  67. package/lib/process/start-process/services/start-process-cloud.service.d.ts +1 -2
  68. package/lib/process-services-cloud.module.d.ts +19 -22
  69. package/lib/screen/components/screen-cloud/base-screen/base-screen-cloud.component.d.ts +31 -0
  70. package/lib/screen/components/screen-cloud/start-process-event-screen/start-process-screen-cloud.component.d.ts +13 -0
  71. package/lib/screen/components/screen-cloud/start-process-event-screen/start-process-screen-cloud.component.scss +8 -0
  72. package/lib/{form/services/form-definition-selector-cloud.service.interface.d.ts → screen/components/screen-cloud/start-process-event-screen/start-process-screen.model.d.ts} +9 -5
  73. package/lib/screen/components/screen-cloud/{screen-cloud.component.d.ts → user-task-screen/screen-cloud.component.d.ts} +7 -13
  74. package/lib/screen/public-api.d.ts +2 -1
  75. package/lib/screen/services/screen-rendering.service.d.ts +1 -1
  76. package/lib/services/base-cloud.service.d.ts +0 -1
  77. package/lib/services/form-fields.interfaces.d.ts +35 -31
  78. package/lib/services/local-preference-cloud.service.d.ts +1 -3
  79. package/lib/services/notification-cloud.service.d.ts +0 -2
  80. package/lib/services/task-type-resolver/task-type-resolver.service.d.ts +15 -0
  81. package/lib/services/web-socket.service.d.ts +2 -6
  82. package/lib/task/services/task-cloud.service.d.ts +2 -4
  83. package/lib/task/task-filters/components/edit-task-filters/base-edit-task-filter-cloud.component.d.ts +3 -3
  84. package/lib/task/task-filters/components/edit-task-filters/edit-service-task-filter/edit-service-task-filter-cloud.component.d.ts +1 -1
  85. package/lib/task/task-filters/components/edit-task-filters/edit-task-filter/edit-task-filter-cloud.component.d.ts +1 -1
  86. package/lib/task/task-filters/components/task-assignment-filter/task-assignment-filter.component.d.ts +1 -3
  87. package/lib/task/task-filters/components/task-filter-dialog/task-filter-dialog-cloud.component.d.ts +3 -4
  88. package/lib/task/task-filters/components/task-filters/task-filters-cloud.component.d.ts +3 -0
  89. package/lib/task/task-filters/components/task-filters/task-filters-cloud.component.scss +10 -31
  90. package/lib/task/task-filters/models/filter-cloud.model.d.ts +18 -16
  91. package/lib/task/task-filters/services/service-task-filter-cloud.service.d.ts +5 -6
  92. package/lib/task/task-filters/services/task-filter-cloud.service.d.ts +5 -8
  93. package/lib/task/task-form/components/task-form-cloud/task-form-cloud.component.d.ts +11 -8
  94. package/lib/task/task-form/components/user-task-cloud/complete-task/complete-task.directive.d.ts +1 -3
  95. package/lib/task/task-form/components/user-task-cloud/user-task-cloud.component.d.ts +13 -13
  96. package/lib/task/task-form/components/user-task-cloud-buttons/claim-task/claim-task-cloud.directive.d.ts +3 -6
  97. package/lib/task/task-form/components/user-task-cloud-buttons/unclaim-task/unclaim-task-cloud.directive.d.ts +2 -4
  98. package/lib/task/task-header/components/task-header-cloud.component.d.ts +6 -7
  99. package/lib/task/task-list/components/base-task-list-cloud.component.d.ts +11 -9
  100. package/lib/task/task-list/components/service-task-list/service-task-list-cloud.component.d.ts +3 -7
  101. package/lib/task/task-list/components/task-list/task-list-cloud.component.d.ts +4 -8
  102. package/lib/task/task-list/models/service-task-cloud.model.d.ts +82 -2
  103. package/lib/task/task-list/services/service-task-list-cloud.service.d.ts +15 -1
  104. package/package.json +4 -4
  105. package/lib/app/app-list-cloud.module.d.ts +0 -19
  106. package/lib/app/components/app-details-cloud/app-details-cloud.component.d.ts +0 -43
  107. package/lib/app/components/app-details-cloud/app-details-cloud.component.scss +0 -162
  108. package/lib/app/components/app-list-cloud/app-list-cloud.component.d.ts +0 -67
  109. package/lib/app/components/app-list-cloud/app-list-cloud.component.scss +0 -41
  110. package/lib/form/components/form-definition-selector-cloud.component.d.ts +0 -35
  111. package/lib/form/components/form-definition-selector-cloud.component.scss +0 -5
  112. package/lib/form/services/form-definition-selector-cloud.service.d.ts +0 -23
  113. /package/lib/screen/components/screen-cloud/{screen-cloud.model.d.ts → user-task-screen/screen-cloud.model.d.ts} +0 -0
@@ -1,4 +1,4 @@
1
- import { ServiceTaskQueryCloudRequestModel, ServiceTaskIntegrationContextCloudModel } from '../models/service-task-cloud.model';
1
+ import { ServiceTaskQueryCloudRequestModel, ServiceTaskIntegrationContextCloudModel, IntegrationContext, IntegrationContextsRequestModel, IntegrationContextsPaginationModel } from '../models/service-task-cloud.model';
2
2
  import { Observable } from 'rxjs';
3
3
  import { TaskListCloudSortingModel } from '../../../models/task-list-sorting.model';
4
4
  import { BaseCloudService } from '../../../services/base-cloud.service';
@@ -19,6 +19,20 @@ export declare class ServiceTaskListCloudService extends BaseCloudService {
19
19
  * @returns Service Task Integration Context information
20
20
  */
21
21
  getServiceTaskStatus(appName: string, serviceTaskId: string): Observable<ServiceTaskIntegrationContextCloudModel>;
22
+ /**
23
+ * Finds service task integration contexts using pagination and sorting.
24
+ *
25
+ * @param appName string
26
+ * @param serviceTaskId string
27
+ * @param requestModel Request model with pagination and sorting
28
+ * @returns Service Task Integration Contexts with pagination information
29
+ */
30
+ getServiceTaskIntegrationContexts(appName: string, serviceTaskId: string, requestModel: IntegrationContextsRequestModel): Observable<{
31
+ list: {
32
+ entries: IntegrationContext[];
33
+ pagination: IntegrationContextsPaginationModel;
34
+ };
35
+ }>;
22
36
  /**
23
37
  * Replay a service task based on the related execution id and flow-node id
24
38
  *
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.3.0",
4
+ "version": "8.3.1",
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.1.1",
25
- "@alfresco/adf-core": ">=8.2.0",
26
- "@alfresco/adf-content-services": ">=8.2.0",
24
+ "@alfresco/js-api": ">=9.3.1",
25
+ "@alfresco/adf-core": ">=8.3.1",
26
+ "@alfresco/adf-content-services": ">=8.3.1",
27
27
  "@apollo/client": ">=3.7.2",
28
28
  "@ngx-translate/core": ">=14.0.0",
29
29
  "apollo-angular": ">=4.0.1",
@@ -1,19 +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
- import { AppDetailsCloudComponent } from './components/app-details-cloud/app-details-cloud.component';
18
- import { AppListCloudComponent } from './components/app-list-cloud/app-list-cloud.component';
19
- export declare const APP_LIST_CLOUD_DIRECTIVES: readonly [typeof AppListCloudComponent, typeof AppDetailsCloudComponent];
@@ -1,43 +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
- import { EventEmitter } from '@angular/core';
18
- import { ApplicationInstanceModel } from '../../models/application-instance.model';
19
- import * as i0 from "@angular/core";
20
- export declare class AppDetailsCloudComponent {
21
- applicationInstance: ApplicationInstanceModel;
22
- selectedApp: EventEmitter<ApplicationInstanceModel>;
23
- /**
24
- * Pass the selected app as next
25
- *
26
- * @param app application model
27
- */
28
- onSelectApp(app: ApplicationInstanceModel): void;
29
- /**
30
- * Get application instance theme
31
- *
32
- * @returns the name of the theme
33
- */
34
- getTheme(): string;
35
- /**
36
- * Get application instance icon
37
- *
38
- * @returns the name of the icon
39
- */
40
- getIcon(): string;
41
- static ɵfac: i0.ɵɵFactoryDeclaration<AppDetailsCloudComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<AppDetailsCloudComponent, "adf-cloud-app-details", never, { "applicationInstance": { "alias": "applicationInstance"; "required": true; }; }, { "selectedApp": "selectedApp"; }, never, never, true, never>;
43
- }
@@ -1,162 +0,0 @@
1
- /* stylelint-disable scss/no-global-function-names */
2
- @mixin adf-line-clamp($line-height: 1.25, $lines: 3) {
3
- position: relative;
4
- line-height: $line-height;
5
- padding: 0;
6
- overflow: hidden;
7
- text-overflow: ellipsis;
8
-
9
- /* stylelint-disable */
10
- @supports (-webkit-line-clamp: 1) {
11
- display: -webkit-box;
12
- -webkit-box-orient: vertical;
13
- -webkit-line-clamp: $lines;
14
- height: calc(0.99em * #{$line-height} * #{$lines});
15
- }
16
-
17
- @supports not (-webkit-line-clamp: 1) {
18
- white-space: nowrap;
19
- width: 100%;
20
- }
21
- /* stylelint-enable */
22
- }
23
-
24
- $tile-themes: (
25
- theme-1: (
26
- bg: #269abc,
27
- color: #168aac
28
- ),
29
- theme-2: (
30
- bg: #7da9b0,
31
- color: #6d99a0
32
- ),
33
- theme-3: (
34
- bg: #7689ab,
35
- color: #66799b
36
- ),
37
- theme-4: (
38
- bg: #c74e3e,
39
- color: #b73e2e
40
- ),
41
- theme-5: (
42
- bg: #fab96c,
43
- color: #eaa95c
44
- ),
45
- theme-6: (
46
- bg: #759d4c,
47
- color: #658d3c
48
- ),
49
- theme-7: (
50
- bg: #b1b489,
51
- color: #a1a479
52
- ),
53
- theme-8: (
54
- bg: #a17299,
55
- color: #916289
56
- ),
57
- theme-9: (
58
- bg: #696c67,
59
- color: #595c57
60
- ),
61
- theme-10: (
62
- bg: #cabb33,
63
- color: #baab23
64
- )
65
- );
66
-
67
- adf-cloud-app-details {
68
- .adf-app-listgrid {
69
- padding: 8px;
70
- display: block;
71
-
72
- .adf-app-listgrid-item {
73
- outline: none;
74
- padding: 8px;
75
- box-sizing: border-box;
76
- flex: unset;
77
- max-width: unset;
78
-
79
- &-card {
80
- @for $i from 1 through 10 {
81
- &.theme-#{$i} {
82
- $tile-theme: map-get($tile-themes, theme-#{$i});
83
-
84
- background-color: map-get($tile-theme, bg);
85
-
86
- .adf-app-listgrid-item-card-logo-icon {
87
- color: map-get($tile-theme, color);
88
- }
89
- }
90
- }
91
-
92
- outline: none;
93
- transition: transform 280ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
94
- min-height: 200px;
95
- flex-direction: column;
96
- box-sizing: border-box;
97
- display: flex;
98
- padding: 0;
99
- max-width: unset;
100
-
101
- &:hover {
102
- box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
103
- cursor: pointer;
104
- transform: scale(1.015);
105
- }
106
-
107
- &-logo {
108
- position: absolute;
109
- right: 20px;
110
- top: 20px;
111
- padding: 16px;
112
- z-index: 9;
113
-
114
- .adf-app-listgrid-item-card-logo-icon {
115
- font-size: 70px;
116
- width: 1em;
117
- height: 1em;
118
- }
119
- }
120
-
121
- &-title:has(.adf-app-listgrid-item-card-title-text) {
122
- padding: 16px;
123
- margin-bottom: 0;
124
- z-index: 9999;
125
-
126
- h1 {
127
- color: white;
128
- width: 80%;
129
- font-size: var(--theme-headline-font-size);
130
- margin: 0;
131
- line-height: normal;
132
- white-space: nowrap;
133
- text-overflow: ellipsis;
134
- overflow: hidden;
135
- }
136
- }
137
-
138
- &-subtitle:has(.adf-line-clamp) {
139
- color: white;
140
- z-index: 9999;
141
- padding: 16px;
142
- flex: 1 0 auto;
143
-
144
- .adf-line-clamp {
145
- @include adf-line-clamp(1.25, 3);
146
- }
147
- }
148
-
149
- &-actions {
150
- padding: 0 16px 16px;
151
- border-top: 1px solid rgba(0, 0, 0, 0.1);
152
- min-height: 48px;
153
- box-sizing: border-box;
154
-
155
- &-icon {
156
- color: #e9f1f3;
157
- }
158
- }
159
- }
160
- }
161
- }
162
- }
@@ -1,67 +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
- import { CustomEmptyContentTemplateDirective } from '@alfresco/adf-core';
18
- import { AfterContentInit, EventEmitter, OnInit } from '@angular/core';
19
- import { Observable, Subject } from 'rxjs';
20
- import { AppsProcessCloudService } from '../../services/apps-process-cloud.service';
21
- import { ApplicationInstanceModel } from '../../models/application-instance.model';
22
- import * as i0 from "@angular/core";
23
- export declare const LAYOUT_LIST: string;
24
- export declare const LAYOUT_GRID: string;
25
- export declare const DEPLOYED_STATUS: string;
26
- export declare class AppListCloudComponent implements OnInit, AfterContentInit {
27
- private appsProcessCloudService;
28
- emptyCustomContent: CustomEmptyContentTemplateDirective;
29
- /**
30
- * Defines the layout of the apps. There are two possible
31
- * values, "GRID" and "LIST".
32
- */
33
- layoutType: string;
34
- /** Emitted when an app entry is clicked. */
35
- appClick: EventEmitter<ApplicationInstanceModel>;
36
- apps$: Observable<any>;
37
- loadingError$: Subject<boolean>;
38
- hasEmptyCustomContentTemplate: boolean;
39
- constructor(appsProcessCloudService: AppsProcessCloudService);
40
- ngOnInit(): void;
41
- ngAfterContentInit(): void;
42
- onSelectApp(app: ApplicationInstanceModel): void;
43
- /**
44
- * Check if the value of the layoutType property is an allowed value
45
- *
46
- * @returns `true` if layout type is valid, otherwise `false`
47
- */
48
- isValidType(): boolean;
49
- /**
50
- * Assign the default value to LayoutType
51
- */
52
- setDefaultLayoutType(): void;
53
- /**
54
- * Check if the layout type is LIST
55
- *
56
- * @returns `true` if the layout is list, otherwise `false`
57
- */
58
- isList(): boolean;
59
- /**
60
- * Check if the layout type is GRID
61
- *
62
- * @returns `true` if layout is grid, otherwise `false`
63
- */
64
- isGrid(): boolean;
65
- static ɵfac: i0.ɵɵFactoryDeclaration<AppListCloudComponent, never>;
66
- static ɵcmp: i0.ɵɵComponentDeclaration<AppListCloudComponent, "adf-cloud-app-list", never, { "layoutType": { "alias": "layoutType"; "required": false; }; }, { "appClick": "appClick"; }, ["emptyCustomContent"], ["adf-custom-empty-content-template"], true, never>;
67
- }
@@ -1,41 +0,0 @@
1
- @use '../../../flex' as flex;
2
-
3
- adf-cloud-app-list {
4
- width: 100%;
5
-
6
- .adf-app-list-item {
7
- cursor: pointer;
8
- }
9
-
10
- .adf-app-list-spinner,
11
- .adf-app-list-empty,
12
- .adf-app-list-error {
13
- display: flex;
14
- align-items: center;
15
- justify-content: center;
16
- flex-direction: column;
17
- height: 85vh;
18
-
19
- .adf-app-list-cloud-spinner {
20
- margin: 0 auto;
21
- }
22
- }
23
-
24
- .adf-app-apps-grid {
25
- flex-flow: row wrap;
26
- display: flex;
27
-
28
- adf-cloud-app-details {
29
- flex: 1 1 100%;
30
- max-width: 33.3333%;
31
-
32
- @include flex.layout-bp(lt-md) {
33
- max-width: 50%;
34
- }
35
-
36
- @include flex.layout-bp(lt-sm) {
37
- max-width: 100%;
38
- }
39
- }
40
- }
41
- }
@@ -1,35 +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
- import { EventEmitter, OnInit } from '@angular/core';
18
- import { Observable } from 'rxjs';
19
- import { FormDefinitionSelectorCloudService } from '../services/form-definition-selector-cloud.service';
20
- import { MatSelectChange } from '@angular/material/select';
21
- import { FormRepresentation } from '../../services/form-fields.interfaces';
22
- import * as i0 from "@angular/core";
23
- export declare class FormDefinitionSelectorCloudComponent implements OnInit {
24
- private formDefinitionCloudService;
25
- /** Name of the application. If specified, this shows the users who have access to the app. */
26
- appName: string;
27
- /** Emitted when a form is selected. */
28
- selectForm: EventEmitter<string>;
29
- forms$: Observable<FormRepresentation[]>;
30
- constructor(formDefinitionCloudService: FormDefinitionSelectorCloudService);
31
- ngOnInit(): void;
32
- onSelect(event: MatSelectChange): void;
33
- static ɵfac: i0.ɵɵFactoryDeclaration<FormDefinitionSelectorCloudComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<FormDefinitionSelectorCloudComponent, "adf-cloud-form-definition-selector", never, { "appName": { "alias": "appName"; "required": false; }; }, { "selectForm": "selectForm"; }, never, never, true, never>;
35
- }
@@ -1,5 +0,0 @@
1
- .adf {
2
- &-form-definition-selector {
3
- width: 100%;
4
- }
5
- }
@@ -1,23 +0,0 @@
1
- import { Observable } from 'rxjs';
2
- import { BaseCloudService } from '../../services/base-cloud.service';
3
- import { FormRepresentation } from '../../services/form-fields.interfaces';
4
- import { FormDefinitionSelectorCloudServiceInterface } from './form-definition-selector-cloud.service.interface';
5
- import * as i0 from "@angular/core";
6
- export declare class FormDefinitionSelectorCloudService extends BaseCloudService implements FormDefinitionSelectorCloudServiceInterface {
7
- /**
8
- * Get all forms of an app.
9
- *
10
- * @param appName Name of the application
11
- * @returns Details of the forms
12
- */
13
- getForms(appName: string): Observable<FormRepresentation[]>;
14
- /**
15
- * Get all forms of an app.
16
- *
17
- * @param appName Name of the application
18
- * @returns Details of the forms
19
- */
20
- getStandAloneTaskForms(appName: string): Observable<FormRepresentation[]>;
21
- static ɵfac: i0.ɵɵFactoryDeclaration<FormDefinitionSelectorCloudService, never>;
22
- static ɵprov: i0.ɵɵInjectableDeclaration<FormDefinitionSelectorCloudService>;
23
- }