@alfresco/adf-process-services-cloud 8.4.0-17827115123 → 8.4.0-17829814673
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/bundles/assets/adf-process-services-cloud/i18n/ar.json +1 -1
- package/bundles/assets/adf-process-services-cloud/i18n/cs.json +1 -1
- package/bundles/assets/adf-process-services-cloud/i18n/da.json +1 -1
- package/bundles/assets/adf-process-services-cloud/i18n/fi.json +1 -1
- package/bundles/assets/adf-process-services-cloud/i18n/ja.json +1 -1
- package/bundles/assets/adf-process-services-cloud/i18n/nb.json +1 -1
- package/bundles/assets/adf-process-services-cloud/i18n/nl.json +1 -1
- package/bundles/assets/adf-process-services-cloud/i18n/pt-BR.json +1 -1
- package/bundles/assets/adf-process-services-cloud/i18n/ru.json +1 -1
- package/bundles/assets/adf-process-services-cloud/i18n/sv.json +1 -1
- package/bundles/assets/adf-process-services-cloud/i18n/zh-CN.json +1 -1
- package/fesm2022/adf-process-services-cloud.mjs +4 -0
- package/fesm2022/adf-process-services-cloud.mjs.map +1 -1
- package/lib/app/components/app-details-cloud/app-details-cloud.component.d.ts +1 -0
- package/lib/app/components/app-details-cloud/app-details-cloud.component.scss +7 -2
- package/lib/app/components/app-list-cloud/app-list-cloud.component.d.ts +1 -0
- package/lib/app/public-api.d.ts +2 -2
- package/lib/form/components/form-definition-selector-cloud.component.d.ts +1 -0
- package/lib/form/services/form-definition-selector-cloud.service.d.ts +1 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -9,7 +9,6 @@ Contains a variety of components, directives and services used throughout ADF
|
|
|
9
9
|
- [Documentation](#documentation)
|
|
10
10
|
- [Prerequisites](#prerequisites)
|
|
11
11
|
- [Install](#install)
|
|
12
|
-
- [Storybook](#storybook)
|
|
13
12
|
- [License](#license)
|
|
14
13
|
|
|
15
14
|
<!-- tocstop -->
|
|
@@ -34,21 +33,6 @@ necessary configuration, see this [page](https://github.com/Alfresco/alfresco-ng
|
|
|
34
33
|
npm install @alfresco/adf-process-services-cloud
|
|
35
34
|
```
|
|
36
35
|
|
|
37
|
-
## Storybook
|
|
38
|
-
|
|
39
|
-
In case you would like to aggregate all the stories from process services cloud library use
|
|
40
|
-
|
|
41
|
-
```
|
|
42
|
-
nx run process-services-cloud:storybook
|
|
43
|
-
```
|
|
44
|
-
And navigate to `http://localhost:4400/`.
|
|
45
|
-
|
|
46
|
-
To create a Storybook process services cloud library build use
|
|
47
|
-
|
|
48
|
-
```
|
|
49
|
-
nx run process-services-cloud:build-storybook
|
|
50
|
-
```
|
|
51
|
-
|
|
52
36
|
## License
|
|
53
37
|
|
|
54
38
|
[Apache Version 2.0](https://github.com/Alfresco/alfresco-ng2-components/blob/master/LICENSE)
|
|
@@ -112,6 +112,7 @@ var DescriptorCustomUIAuthFlowType;
|
|
|
112
112
|
* See the License for the specific language governing permissions and
|
|
113
113
|
* limitations under the License.
|
|
114
114
|
*/
|
|
115
|
+
/** @deprecated this component will be removed because it's unused https://hyland.atlassian.net/browse/ACS-10178 */
|
|
115
116
|
class AppDetailsCloudComponent {
|
|
116
117
|
constructor() {
|
|
117
118
|
this.selectedApp = new EventEmitter();
|
|
@@ -261,6 +262,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImpor
|
|
|
261
262
|
const LAYOUT_LIST = 'LIST';
|
|
262
263
|
const LAYOUT_GRID = 'GRID';
|
|
263
264
|
const DEPLOYED_STATUS = 'DEPLOYED';
|
|
265
|
+
/** @deprecated this component will be removed because it's unused https://hyland.atlassian.net/browse/ACS-10178 */
|
|
264
266
|
class AppListCloudComponent {
|
|
265
267
|
constructor(appsProcessCloudService) {
|
|
266
268
|
this.appsProcessCloudService = appsProcessCloudService;
|
|
@@ -13915,6 +13917,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImpor
|
|
|
13915
13917
|
* See the License for the specific language governing permissions and
|
|
13916
13918
|
* limitations under the License.
|
|
13917
13919
|
*/
|
|
13920
|
+
/** @deprecated this service will be removed because it's component is unused https://hyland.atlassian.net/browse/ACS-10178 */
|
|
13918
13921
|
class FormDefinitionSelectorCloudService extends BaseCloudService {
|
|
13919
13922
|
/**
|
|
13920
13923
|
* Get all forms of an app.
|
|
@@ -13961,6 +13964,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImpor
|
|
|
13961
13964
|
* See the License for the specific language governing permissions and
|
|
13962
13965
|
* limitations under the License.
|
|
13963
13966
|
*/
|
|
13967
|
+
/** @deprecated this component will be removed because it's unused https://hyland.atlassian.net/browse/ACS-10178 */
|
|
13964
13968
|
class FormDefinitionSelectorCloudComponent {
|
|
13965
13969
|
constructor(formDefinitionCloudService) {
|
|
13966
13970
|
this.formDefinitionCloudService = formDefinitionCloudService;
|