@alfresco/adf-process-services-cloud 8.4.0-17829814673 → 8.4.0-17855306064
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 +16 -0
- 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 +0 -4
- package/fesm2022/adf-process-services-cloud.mjs.map +1 -1
- package/lib/app/components/app-details-cloud/app-details-cloud.component.d.ts +0 -1
- package/lib/app/components/app-details-cloud/app-details-cloud.component.scss +2 -7
- package/lib/app/components/app-list-cloud/app-list-cloud.component.d.ts +0 -1
- package/lib/app/public-api.d.ts +2 -2
- package/lib/form/components/form-definition-selector-cloud.component.d.ts +0 -1
- package/lib/form/services/form-definition-selector-cloud.service.d.ts +0 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -9,6 +9,7 @@ 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)
|
|
12
13
|
- [License](#license)
|
|
13
14
|
|
|
14
15
|
<!-- tocstop -->
|
|
@@ -33,6 +34,21 @@ necessary configuration, see this [page](https://github.com/Alfresco/alfresco-ng
|
|
|
33
34
|
npm install @alfresco/adf-process-services-cloud
|
|
34
35
|
```
|
|
35
36
|
|
|
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
|
+
|
|
36
52
|
## License
|
|
37
53
|
|
|
38
54
|
[Apache Version 2.0](https://github.com/Alfresco/alfresco-ng2-components/blob/master/LICENSE)
|
|
@@ -112,7 +112,6 @@ 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 */
|
|
116
115
|
class AppDetailsCloudComponent {
|
|
117
116
|
constructor() {
|
|
118
117
|
this.selectedApp = new EventEmitter();
|
|
@@ -262,7 +261,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImpor
|
|
|
262
261
|
const LAYOUT_LIST = 'LIST';
|
|
263
262
|
const LAYOUT_GRID = 'GRID';
|
|
264
263
|
const DEPLOYED_STATUS = 'DEPLOYED';
|
|
265
|
-
/** @deprecated this component will be removed because it's unused https://hyland.atlassian.net/browse/ACS-10178 */
|
|
266
264
|
class AppListCloudComponent {
|
|
267
265
|
constructor(appsProcessCloudService) {
|
|
268
266
|
this.appsProcessCloudService = appsProcessCloudService;
|
|
@@ -13917,7 +13915,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImpor
|
|
|
13917
13915
|
* See the License for the specific language governing permissions and
|
|
13918
13916
|
* limitations under the License.
|
|
13919
13917
|
*/
|
|
13920
|
-
/** @deprecated this service will be removed because it's component is unused https://hyland.atlassian.net/browse/ACS-10178 */
|
|
13921
13918
|
class FormDefinitionSelectorCloudService extends BaseCloudService {
|
|
13922
13919
|
/**
|
|
13923
13920
|
* Get all forms of an app.
|
|
@@ -13964,7 +13961,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImpor
|
|
|
13964
13961
|
* See the License for the specific language governing permissions and
|
|
13965
13962
|
* limitations under the License.
|
|
13966
13963
|
*/
|
|
13967
|
-
/** @deprecated this component will be removed because it's unused https://hyland.atlassian.net/browse/ACS-10178 */
|
|
13968
13964
|
class FormDefinitionSelectorCloudComponent {
|
|
13969
13965
|
constructor(formDefinitionCloudService) {
|
|
13970
13966
|
this.formDefinitionCloudService = formDefinitionCloudService;
|