vcomply-workflow-engine 2.4.52 → 2.4.55
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/bundles/vcomply-workflow-engine.umd.js +26 -38
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.js +2 -2
- package/esm2015/lib/sharedComponents/assessment-editor/components/welcome-thankyou/welcome-thankyou.component.ngfactory.js +1 -2
- package/esm2015/lib/sharedComponents/assessment-editor/create-assessment.module.ngfactory.js +1 -1
- package/esm2015/lib/sharedComponents/program-listing/program-listing.component.js +2 -2
- package/esm2015/lib/sharedComponents/program-listing/program-listing.component.ngfactory.js +3 -3
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.js +2 -4
- package/esm2015/lib/workflow-engine.module.js +2 -6
- package/esm2015/lib/workflow-engine.module.ngfactory.js +32 -33
- package/esm2015/lib/workflow-engine.module.ngsummary.json +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.js +13 -3
- package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.ngfactory.js +3 -3
- package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-services/programs.service.js +12 -12
- package/esm2015/vcomply-workflow-engine.js +1 -2
- package/esm2015/vcomply-workflow-engine.ngsummary.json +1 -1
- package/fesm2015/vcomply-workflow-engine.js +28 -36
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.d.ts +2 -0
- package/package.json +1 -1
- package/vcomply-workflow-engine.d.ts +0 -1
- package/vcomply-workflow-engine.metadata.json +1 -1
package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ export declare class UserGroupListComponent implements OnInit {
|
|
|
7
7
|
singleSelect: boolean;
|
|
8
8
|
fieldType: string;
|
|
9
9
|
searchKey: string;
|
|
10
|
+
isPagination: any;
|
|
10
11
|
usersList: any;
|
|
11
12
|
groupsList: any;
|
|
12
13
|
userListInfo: any;
|
|
@@ -85,4 +86,5 @@ export declare class UserGroupListComponent implements OnInit {
|
|
|
85
86
|
* @returns
|
|
86
87
|
*/
|
|
87
88
|
uniqueByProp(array: any, key: string): unknown[];
|
|
89
|
+
paginationVisible(): void;
|
|
88
90
|
}
|
package/package.json
CHANGED
|
@@ -19,7 +19,6 @@ export { CsOptionComponent as ɵhl } from './lib/formgroup/select/cs-option/cs-o
|
|
|
19
19
|
export { CsSelectComponent as ɵhj } from './lib/formgroup/select/cs-select/cs-select.component';
|
|
20
20
|
export { SelectModule as ɵhi } from './lib/formgroup/select/select.module';
|
|
21
21
|
export { SelectService as ɵhk } from './lib/formgroup/select/select.service';
|
|
22
|
-
export { BusinessCycleInterceptor as ɵku } from './lib/interceptor/business-cycle.interceptor';
|
|
23
22
|
export { LogAnIssueComponent as ɵbz } from './lib/log-an-issue/log-an-issue.component';
|
|
24
23
|
export { MoreOptionComponent as ɵm } from './lib/more-option/more-option.component';
|
|
25
24
|
export { DataTypePipe as ɵck } from './lib/pipes/data-type.pipe';
|