vcomply-workflow-engine 2.6.180 → 2.6.182
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 +45 -15
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/add-multiple-responsibility-with-tab/add-multiple-responsibility-with-tab.component.js +2 -2
- package/esm2015/lib/workflow-policy/workflow-policy.component.js +5 -5
- package/esm2015/lib/workflow-program/create-program-ui/create-program-ui.module.js +4 -2
- package/esm2015/lib/workflow-program/create-program-ui/create-program-ui.module.ngfactory.js +1 -1
- package/esm2015/lib/workflow-program/create-program-ui/pipes/filter.pipe.js +26 -0
- package/esm2015/lib/workflow-program/create-program-ui/pipes/filter.pipe.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.js +2 -2
- package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.ngfactory.js +9 -8
- package/esm2015/vcomply-workflow-engine.js +6 -5
- package/esm2015/vcomply-workflow-engine.ngsummary.json +1 -1
- package/fesm2015/vcomply-workflow-engine.js +37 -11
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/lib/workflow-program/create-program-ui/pipes/filter.pipe.d.ts +4 -0
- package/package.json +1 -1
- package/vcomply-workflow-engine.d.ts +5 -4
- package/vcomply-workflow-engine.metadata.json +1 -1
package/package.json
CHANGED
|
@@ -216,8 +216,8 @@ export { PascalPipe as ɵgv } from './lib/ui-kit/formgroup/pipes/pascal.pipe';
|
|
|
216
216
|
export { SearchMultiSelectPipe as ɵgw } from './lib/ui-kit/formgroup/pipes/searchMultiSelect.pipe';
|
|
217
217
|
export { LineLoaderComponent as ɵix } from './lib/ui-kit/line-loader/line-loader.component';
|
|
218
218
|
export { LineLoaderModule as ɵiw } from './lib/ui-kit/line-loader/line-loader.module';
|
|
219
|
-
export { NoDataComponent as
|
|
220
|
-
export { NoDataModule as
|
|
219
|
+
export { NoDataComponent as ɵld } from './lib/ui-kit/no-data/no-data.component';
|
|
220
|
+
export { NoDataModule as ɵlc } from './lib/ui-kit/no-data/no-data.module';
|
|
221
221
|
export { PaginationModule as ɵjn } from './lib/ui-kit/pagination/pagination.module';
|
|
222
222
|
export { PaginationComponent as ɵjo } from './lib/ui-kit/pagination/pagination/pagination.component';
|
|
223
223
|
export { PopoverHoverComponent as ɵjk } from './lib/ui-kit/popover-hover/popover-hover.component';
|
|
@@ -265,10 +265,11 @@ export { FilePillComponent as ɵjy } from './lib/workflow-program/create-program
|
|
|
265
265
|
export { VuiFloatingBarComponent as ɵke } from './lib/workflow-program/create-program-ui/floating-bar/floating-bar.component';
|
|
266
266
|
export { FormFieldComponent as ɵjx } from './lib/workflow-program/create-program-ui/form-field/form-field.component';
|
|
267
267
|
export { InputWithPillComponent as ɵjz } from './lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component';
|
|
268
|
-
export { PaginationModule as
|
|
269
|
-
export { PaginationComponent as
|
|
268
|
+
export { PaginationModule as ɵla } from './lib/workflow-program/create-program-ui/pagination/pagination.module';
|
|
269
|
+
export { PaginationComponent as ɵlb } from './lib/workflow-program/create-program-ui/pagination/pagination/pagination.component';
|
|
270
270
|
export { ArrayConcatPipe as ɵdt } from './lib/workflow-program/create-program-ui/pipes/array-concat.pipe';
|
|
271
271
|
export { AssessmentResolverPipe as ɵky } from './lib/workflow-program/create-program-ui/pipes/assessment-resolver.pipe';
|
|
272
|
+
export { FilterPipe as ɵkz } from './lib/workflow-program/create-program-ui/pipes/filter.pipe';
|
|
272
273
|
export { ListToIdPipe as ɵkh } from './lib/workflow-program/create-program-ui/pipes/list-to-id.pipe';
|
|
273
274
|
export { PagerPipe as ɵkt } from './lib/workflow-program/create-program-ui/pipes/pager.pipe';
|
|
274
275
|
export { RefDisconnectPipe as ɵki } from './lib/workflow-program/create-program-ui/pipes/ref-disconnect.pipe';
|