vcomply-workflow-engine 2.3.0 → 2.3.16
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 +4293 -308
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/add-multiple-responsibility/add-multiple-responsibility.component.js +1 -1
- package/esm2015/lib/add-multiple-risk/add-multiple-risk.component.js +1 -1
- package/esm2015/lib/formgroup/cs-checkbox/cs-checkbox.component.js +5 -2
- package/esm2015/lib/formgroup/cs-checkbox/cs-checkbox.component.ngfactory.js +5 -2
- package/esm2015/lib/formgroup/cs-checkbox/cs-checkbox.component.ngsummary.json +1 -1
- package/esm2015/lib/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.js +33 -0
- package/esm2015/lib/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.ngfactory.js +33 -0
- package/esm2015/lib/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.ngsummary.json +1 -0
- package/esm2015/lib/formgroup/formgroup.module.js +23 -4
- package/esm2015/lib/formgroup/formgroup.module.ngfactory.js +1 -1
- package/esm2015/lib/formgroup/formgroup.module.ngsummary.json +1 -1
- package/esm2015/lib/log-an-issue/log-an-issue.component.js +1 -1
- package/esm2015/lib/more-option/more-option.component.js +75 -13
- package/esm2015/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.js +1 -9
- package/esm2015/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.ngsummary.json +1 -1
- package/esm2015/lib/sharedComponents/assessment-editor/create-assessment.module.ngfactory.js +1 -1
- package/esm2015/lib/sharedComponents/assessment-list/assessment-list.component.js +5 -3
- package/esm2015/lib/sharedComponents/assessment-list/assessment-list.component.ngfactory.js +1 -1
- package/esm2015/lib/sharedComponents/assessment-list/assessment-list.component.ngsummary.json +1 -1
- package/esm2015/lib/sharedComponents/assessment-preview/assessment-preview.module.ngfactory.js +1 -1
- package/esm2015/lib/sharedComponents/floating-bar/floating-bar.component.js +1 -1
- package/esm2015/lib/sharedComponents/format-and-evidence/format-and-evidence.component.js +1 -1
- package/esm2015/lib/sharedComponents/program-listing/program-listing.component.js +155 -0
- package/esm2015/lib/sharedComponents/program-listing/program-listing.component.ngfactory.js +131 -0
- package/esm2015/lib/sharedComponents/program-listing/program-listing.component.ngsummary.json +1 -0
- package/esm2015/lib/sharedComponents/risk-classification/risk-classification.component.js +1 -1
- package/esm2015/lib/sharedComponents/roles-list/roles-list.component.js +25 -0
- package/esm2015/lib/sharedComponents/roles-list/roles-list.component.ngfactory.js +51 -0
- package/esm2015/lib/sharedComponents/roles-list/roles-list.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.js +5 -2
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.ngfactory.js +5 -2
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.ngsummary.json +1 -1
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.js +5 -2
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.ngfactory.js +5 -2
- package/esm2015/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.ngsummary.json +1 -1
- package/esm2015/lib/ui-kit/formgroup/formgroup.module.ngfactory.js +1 -1
- package/esm2015/lib/ui-kit/no-data/no-data.component.js +36 -0
- package/esm2015/lib/ui-kit/no-data/no-data.component.ngfactory.js +27 -0
- package/esm2015/lib/ui-kit/no-data/no-data.component.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/no-data/no-data.module.js +13 -0
- package/esm2015/lib/ui-kit/no-data/no-data.module.ngfactory.js +12 -0
- package/esm2015/lib/ui-kit/no-data/no-data.module.ngsummary.json +1 -0
- package/esm2015/lib/ui-kit/pagination/pagination/pagination.component.js +1 -1
- package/esm2015/lib/ui-kit/popover/popover-longpress.directive.js +1 -3
- package/esm2015/lib/workflow-assessment/import-an-assessment/import-an-assessment.component.js +1 -1
- package/esm2015/lib/workflow-assessment/workflow-assessment.component.js +1 -1
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.js +206 -49
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngfactory.js +200 -138
- package/esm2015/lib/workflow-compliance/workflow-compliance.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.js +33 -6
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngfactory.js +78 -47
- package/esm2015/lib/workflow-engine-container/workflow-engine-container.component.ngsummary.json +1 -1
- package/esm2015/lib/workflow-engine.module.js +13 -4
- package/esm2015/lib/workflow-engine.module.ngfactory.js +9 -6
- package/esm2015/lib/workflow-engine.module.ngsummary.json +1 -1
- package/esm2015/lib/workflow-policy/workflow-policy.component.js +1 -1
- package/esm2015/lib/workflow-program/constants.js +43 -0
- package/esm2015/lib/workflow-program/constants.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-loader/assessment-loader.component.js +15 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-loader/assessment-loader.component.ngfactory.js +19 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-loader/assessment-loader.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.js +283 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.ngfactory.js +227 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-sub-loader/assessment-sub-loader.component.js +15 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-sub-loader/assessment-sub-loader.component.ngfactory.js +19 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment-sub-loader/assessment-sub-loader.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment.service.js +46 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/assessment.service.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/selected-assessment.pipe.js +18 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/selected-assessment.pipe.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/workflow-pagination/workflow-pagination.component.js +109 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/workflow-pagination/workflow-pagination.component.ngfactory.js +37 -0
- package/esm2015/lib/workflow-program/create-program-ui/assessment-picker/workflow-pagination/workflow-pagination.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/checkbox/checkbox.component.js +40 -0
- package/esm2015/lib/workflow-program/create-program-ui/checkbox/checkbox.component.ngfactory.js +24 -0
- package/esm2015/lib/workflow-program/create-program-ui/checkbox/checkbox.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/create-program-ui.module.js +111 -0
- package/esm2015/lib/workflow-program/create-program-ui/create-program-ui.module.ngfactory.js +26 -0
- package/esm2015/lib/workflow-program/create-program-ui/create-program-ui.module.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/cs-switch/cs-switch.component.js +45 -0
- package/esm2015/lib/workflow-program/create-program-ui/cs-switch/cs-switch.component.ngfactory.js +44 -0
- package/esm2015/lib/workflow-program/create-program-ui/cs-switch/cs-switch.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/custom-field/custom-field.component.js +82 -0
- package/esm2015/lib/workflow-program/create-program-ui/custom-field/custom-field.component.ngfactory.js +51 -0
- package/esm2015/lib/workflow-program/create-program-ui/custom-field/custom-field.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.js +241 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.ngfactory.js +253 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/framework.service.js +47 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/framework.service.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/loader/loader.component.js +15 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/loader/loader.component.ngfactory.js +19 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/loader/loader.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/category-all-select.pipe.js +19 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/category-all-select.pipe.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/search.pipe.js +19 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/search.pipe.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/sub-cat-indeter.pipe.js +23 -0
- package/esm2015/lib/workflow-program/create-program-ui/define-framework-listing/pipes/sub-cat-indeter.pipe.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/directives/input-trim.directive.js +17 -0
- package/esm2015/lib/workflow-program/create-program-ui/directives/input-trim.directive.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/file-pill/file-pill.component.js +24 -0
- package/esm2015/lib/workflow-program/create-program-ui/file-pill/file-pill.component.ngfactory.js +38 -0
- package/esm2015/lib/workflow-program/create-program-ui/file-pill/file-pill.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.js +77 -0
- package/esm2015/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.ngfactory.js +25 -0
- package/esm2015/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/form-field/form-field.component.js +16 -0
- package/esm2015/lib/workflow-program/create-program-ui/form-field/form-field.component.ngfactory.js +24 -0
- package/esm2015/lib/workflow-program/create-program-ui/form-field/form-field.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.js +23 -0
- package/esm2015/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.ngfactory.js +23 -0
- package/esm2015/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.js +145 -0
- package/esm2015/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.ngfactory.js +59 -0
- package/esm2015/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/pagination/pagination.module.js +21 -0
- package/esm2015/lib/workflow-program/create-program-ui/pagination/pagination.module.ngfactory.js +13 -0
- package/esm2015/lib/workflow-program/create-program-ui/pagination/pagination.module.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/pipes/assessment-resolver.pipe.js +21 -0
- package/esm2015/lib/workflow-program/create-program-ui/pipes/assessment-resolver.pipe.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/pipes/list-to-id.pipe.js +12 -0
- package/esm2015/lib/workflow-program/create-program-ui/pipes/list-to-id.pipe.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/pipes/pager.pipe.js +17 -0
- package/esm2015/lib/workflow-program/create-program-ui/pipes/pager.pipe.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/pipes/ref-disconnect.pipe.js +13 -0
- package/esm2015/lib/workflow-program/create-program-ui/pipes/ref-disconnect.pipe.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/pipes/search.pipe.js +20 -0
- package/esm2015/lib/workflow-program/create-program-ui/pipes/search.pipe.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/role-list/loader/loader.component.js +15 -0
- package/esm2015/lib/workflow-program/create-program-ui/role-list/loader/loader.component.ngfactory.js +19 -0
- package/esm2015/lib/workflow-program/create-program-ui/role-list/loader/loader.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/role-list/role-list.component.js +182 -0
- package/esm2015/lib/workflow-program/create-program-ui/role-list/role-list.component.ngfactory.js +102 -0
- package/esm2015/lib/workflow-program/create-program-ui/role-list/role-list.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/tab-selector/tab-selector.component.js +41 -0
- package/esm2015/lib/workflow-program/create-program-ui/tab-selector/tab-selector.component.ngfactory.js +23 -0
- package/esm2015/lib/workflow-program/create-program-ui/tab-selector/tab-selector.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/tick-mark/tick-mark.component.js +15 -0
- package/esm2015/lib/workflow-program/create-program-ui/tick-mark/tick-mark.component.ngfactory.js +19 -0
- package/esm2015/lib/workflow-program/create-program-ui/tick-mark/tick-mark.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.js +240 -0
- package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.ngfactory.js +186 -0
- package/esm2015/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-program/workflow-program.component.js +1083 -0
- package/esm2015/lib/workflow-program/workflow-program.component.ngfactory.js +856 -0
- package/esm2015/lib/workflow-program/workflow-program.component.ngsummary.json +1 -0
- package/esm2015/lib/workflow-risk/workflow-risk.component.js +1 -1
- package/esm2015/lib/workflow-services/programs.service.js +203 -0
- package/esm2015/lib/workflow-services/programs.service.ngsummary.json +1 -0
- package/esm2015/lib/workflow-services/responsibility.service.js +23 -11
- package/esm2015/lib/workflow-services/responsibility.service.ngsummary.json +1 -1
- package/esm2015/lib/workflow-survey-form/workflow-survey-form.component.js +1 -1
- package/esm2015/vcomply-workflow-engine.js +192 -152
- package/esm2015/vcomply-workflow-engine.ngsummary.json +1 -1
- package/fesm2015/vcomply-workflow-engine.js +4023 -249
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/lib/formgroup/cs-checkbox/cs-checkbox.component.d.ts +1 -0
- package/lib/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.d.ts +11 -0
- package/lib/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/assessment-editor/components/assessment-settings/assessment-settings.component.d.ts +0 -1
- package/lib/sharedComponents/assessment-list/assessment-list.component.d.ts +1 -0
- package/lib/sharedComponents/program-listing/program-listing.component.d.ts +43 -0
- package/lib/sharedComponents/program-listing/program-listing.component.ngfactory.d.ts +1 -0
- package/lib/sharedComponents/roles-list/roles-list.component.d.ts +8 -0
- package/lib/sharedComponents/roles-list/roles-list.component.ngfactory.d.ts +1 -0
- package/lib/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.d.ts +1 -0
- package/lib/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.d.ts +1 -0
- package/lib/ui-kit/no-data/no-data.component.d.ts +18 -0
- package/lib/ui-kit/no-data/no-data.component.ngfactory.d.ts +1 -0
- package/lib/ui-kit/no-data/no-data.module.d.ts +2 -0
- package/lib/ui-kit/no-data/no-data.module.ngfactory.d.ts +3 -0
- package/lib/workflow-compliance/workflow-compliance.component.d.ts +14 -4
- package/lib/workflow-engine-container/workflow-engine-container.component.d.ts +6 -0
- package/lib/workflow-program/constants.d.ts +40 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment-loader/assessment-loader.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment-loader/assessment-loader.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.d.ts +87 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment-picker.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment-sub-loader/assessment-sub-loader.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment-sub-loader/assessment-sub-loader.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/assessment.service.d.ts +13 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/selected-assessment.pipe.d.ts +4 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/workflow-pagination/workflow-pagination.component.d.ts +24 -0
- package/lib/workflow-program/create-program-ui/assessment-picker/workflow-pagination/workflow-pagination.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/checkbox/checkbox.component.d.ts +13 -0
- package/lib/workflow-program/create-program-ui/checkbox/checkbox.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/create-program-ui.module.d.ts +2 -0
- package/lib/workflow-program/create-program-ui/create-program-ui.module.ngfactory.d.ts +3 -0
- package/lib/workflow-program/create-program-ui/cs-switch/cs-switch.component.d.ts +17 -0
- package/lib/workflow-program/create-program-ui/cs-switch/cs-switch.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/custom-field/custom-field.component.d.ts +19 -0
- package/lib/workflow-program/create-program-ui/custom-field/custom-field.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.d.ts +63 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/define-framework-listing.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/framework.service.d.ts +12 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/loader/loader.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/loader/loader.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/category-all-select.pipe.d.ts +4 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/search.pipe.d.ts +4 -0
- package/lib/workflow-program/create-program-ui/define-framework-listing/pipes/sub-cat-indeter.pipe.d.ts +4 -0
- package/lib/workflow-program/create-program-ui/directives/input-trim.directive.d.ts +3 -0
- package/lib/workflow-program/create-program-ui/file-pill/file-pill.component.d.ts +9 -0
- package/lib/workflow-program/create-program-ui/file-pill/file-pill.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.d.ts +33 -0
- package/lib/workflow-program/create-program-ui/floating-bar/floating-bar.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/form-field/form-field.component.d.ts +9 -0
- package/lib/workflow-program/create-program-ui/form-field/form-field.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.d.ts +8 -0
- package/lib/workflow-program/create-program-ui/input-with-pill/input-with-pill.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.d.ts +25 -0
- package/lib/workflow-program/create-program-ui/pagination/pagination/pagination.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/pagination/pagination.module.d.ts +2 -0
- package/lib/workflow-program/create-program-ui/pagination/pagination.module.ngfactory.d.ts +3 -0
- package/lib/workflow-program/create-program-ui/pipes/assessment-resolver.pipe.d.ts +4 -0
- package/lib/workflow-program/create-program-ui/pipes/list-to-id.pipe.d.ts +4 -0
- package/lib/workflow-program/create-program-ui/pipes/pager.pipe.d.ts +4 -0
- package/lib/workflow-program/create-program-ui/pipes/ref-disconnect.pipe.d.ts +4 -0
- package/lib/workflow-program/create-program-ui/pipes/search.pipe.d.ts +4 -0
- package/lib/workflow-program/create-program-ui/role-list/loader/loader.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/role-list/loader/loader.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/role-list/role-list.component.d.ts +65 -0
- package/lib/workflow-program/create-program-ui/role-list/role-list.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/tab-selector/tab-selector.component.d.ts +17 -0
- package/lib/workflow-program/create-program-ui/tab-selector/tab-selector.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/tick-mark/tick-mark.component.d.ts +5 -0
- package/lib/workflow-program/create-program-ui/tick-mark/tick-mark.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.d.ts +88 -0
- package/lib/workflow-program/create-program-ui/user-group-list/user-group-list.component.ngfactory.d.ts +1 -0
- package/lib/workflow-program/workflow-program.component.d.ts +165 -0
- package/lib/workflow-program/workflow-program.component.ngfactory.d.ts +1 -0
- package/lib/workflow-services/programs.service.d.ts +111 -0
- package/lib/workflow-services/responsibility.service.d.ts +8 -6
- package/package.json +2 -2
- package/vcomply-workflow-engine.d.ts +191 -151
- package/vcomply-workflow-engine.metadata.json +1 -1
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { Component, EventEmitter, forwardRef, Output } from '@angular/core';
|
|
2
|
+
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
3
|
+
const SWITCH_VALUE_ACCESSOR = {
|
|
4
|
+
provide: NG_VALUE_ACCESSOR,
|
|
5
|
+
useExisting: forwardRef(() => SwitchComponent),
|
|
6
|
+
multi: true,
|
|
7
|
+
};
|
|
8
|
+
export class SwitchComponent {
|
|
9
|
+
constructor() {
|
|
10
|
+
this.change = new EventEmitter();
|
|
11
|
+
this.onChanged = (value) => { };
|
|
12
|
+
this.onTouched = () => { };
|
|
13
|
+
}
|
|
14
|
+
writeValue(value) {
|
|
15
|
+
this.checked = value !== null && value !== void 0 ? value : false;
|
|
16
|
+
}
|
|
17
|
+
registerOnChange(fn) {
|
|
18
|
+
this.onChanged = fn;
|
|
19
|
+
}
|
|
20
|
+
registerOnTouched(fn) {
|
|
21
|
+
this.onTouched = fn;
|
|
22
|
+
}
|
|
23
|
+
setDisabledState(isDisabled) {
|
|
24
|
+
this.disabled = isDisabled;
|
|
25
|
+
}
|
|
26
|
+
valueChanged() {
|
|
27
|
+
this.checked = !this.checked;
|
|
28
|
+
this.onChanged(this.checked);
|
|
29
|
+
this.onTouched();
|
|
30
|
+
// this.change.emit(this.checked)
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
SwitchComponent.decorators = [
|
|
34
|
+
{ type: Component, args: [{
|
|
35
|
+
selector: 'switch',
|
|
36
|
+
template: "<label class=\"cs-switch\" [class.top]=\"position == 'top'\">\r\n <!-- [class.large]=\"large\" -->\r\n <span class=\"value\">\r\n <span [innerHTML]=\"value\" *ngIf=\"value != undefined\"></span>\r\n <!-- <span class=\"notification\" *ngIf=\"!tooltipMessage\" [appTooltip]=\"tooltipMessage\" placement=\"bottom-right\" delay=\"0\" type=\"black\" [tooltipMandatory]=\"true\">\r\n <i class=\"vc-icons\"></i>\r\n </span> -->\r\n </span>\r\n <!-- [class.last]=\"last\" -->\r\n\r\n <!-- if not tooltip -->\r\n <span class=\"switch\" *ngIf=\"tooltipMessage === '' || tooltipMessage === undefined\">\r\n <input type=\"checkbox\" [checked]=\"checked\" [disabled]=\"disabled\" (change)=\"valueChanged()\" />\r\n <span class=\"switch-box\">\r\n <span class=\"switch-ball\"></span>\r\n </span>\r\n </span>\r\n\r\n\r\n <!-- if tooltip -->\r\n <span\r\n class=\"switch\"\r\n *ngIf=\"tooltipMessage !== '' && tooltipMessage !== undefined\"\r\n [appTooltip]=\"tooltipMessage\"\r\n placement=\"bottom-right\"\r\n delay=\"0\"\r\n type=\"black\"\r\n [tooltipMandatory]=\"true\"\r\n >\r\n <input type=\"checkbox\" [checked]=\"checked\" [disabled]=\"disabled\" (change)=\"valueChanged()\" />\r\n <span class=\"switch-box\">\r\n <span class=\"switch-ball\"></span>\r\n </span>\r\n </span>\r\n</label>\r\n",
|
|
37
|
+
providers: [SWITCH_VALUE_ACCESSOR],
|
|
38
|
+
inputs: ['disabled', 'checked', 'tooltipMessage', 'value', 'position'],
|
|
39
|
+
styles: ["label.cs-switch{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;margin:0;padding:0}label.cs-switch.top{align-items:flex-start}label.cs-switch span.value{font-size:12px;color:#161b2f;font-weight:400;display:flex;justify-content:space-between;width:calc(100% - 35px);align-items:flex-start}label.cs-switch span.switch{position:relative;display:block;width:25px;height:14px}label.cs-switch span.switch input{position:absolute;opacity:0;margin:0;width:100%;height:100%;z-index:1;cursor:pointer}label.cs-switch span.switch input:checked+span.switch-box{background:#34aa44;border:1px solid #34aa44}label.cs-switch span.switch input:checked+span.switch-box .switch-ball{left:13px}label.cs-switch span.switch input:disabled{pointer-events:none}label.cs-switch span.switch input:disabled+.switch-box{opacity:.5}label.cs-switch span.switch-box{height:100%;width:100%;border-radius:11px;background:#bcbcbc;border:1px solid #bcbcbc;display:block;transition:all .2s ease-in-out}label.cs-switch span.switch-ball{height:10px;width:10px;background:#fff;border-radius:50%;border:1px solid #fff;display:block;position:absolute;left:2px;top:2px;bottom:1px;transition:all .2s ease-in-out}label.cs-switch span.notification{display:inline-flex;font-size:12px;cursor:pointer;color:#4681ef;align-items:center;line-height:20px;margin:0 10px}"]
|
|
40
|
+
},] }
|
|
41
|
+
];
|
|
42
|
+
SwitchComponent.propDecorators = {
|
|
43
|
+
change: [{ type: Output }]
|
|
44
|
+
};
|
|
45
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3Mtc3dpdGNoLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3dvcmtmbG93LXByb2dyYW0vY3JlYXRlLXByb2dyYW0tdWkvY3Mtc3dpdGNoL2NzLXN3aXRjaC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxZQUFZLEVBQUUsVUFBVSxFQUFpQixNQUFNLEVBQVksTUFBTSxlQUFlLENBQUM7QUFDckcsT0FBTyxFQUF3QixpQkFBaUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ3pFLE1BQU0scUJBQXFCLEdBQWE7SUFDdEMsT0FBTyxFQUFFLGlCQUFpQjtJQUMxQixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLGVBQWUsQ0FBQztJQUM5QyxLQUFLLEVBQUUsSUFBSTtDQUNaLENBQUM7QUFRRixNQUFNLE9BQU8sZUFBZTtJQVA1QjtRQVFZLFdBQU0sR0FBRyxJQUFJLFlBQVksRUFBRSxDQUFDO1FBTXRDLGNBQVMsR0FBRyxDQUFDLEtBQVMsRUFBRSxFQUFFLEdBQUUsQ0FBQyxDQUFDO1FBQzlCLGNBQVMsR0FBRyxHQUFHLEVBQUUsR0FBRSxDQUFDLENBQUM7SUFxQnZCLENBQUM7SUFuQkMsVUFBVSxDQUFDLEtBQWM7UUFDdkIsSUFBSSxDQUFDLE9BQU8sR0FBRyxLQUFLLGFBQUwsS0FBSyxjQUFMLEtBQUssR0FBSSxLQUFLLENBQUE7SUFDL0IsQ0FBQztJQUNELGdCQUFnQixDQUFDLEVBQU87UUFDdEIsSUFBSSxDQUFDLFNBQVMsR0FBRyxFQUFFLENBQUM7SUFDdEIsQ0FBQztJQUNELGlCQUFpQixDQUFDLEVBQU87UUFDdkIsSUFBSSxDQUFDLFNBQVMsR0FBRyxFQUFFLENBQUM7SUFDdEIsQ0FBQztJQUNELGdCQUFnQixDQUFDLFVBQW1CO1FBQ2xDLElBQUksQ0FBQyxRQUFRLEdBQUcsVUFBVSxDQUFDO0lBQzdCLENBQUM7SUFDRCxZQUFZO1FBRVYsSUFBSSxDQUFDLE9BQU8sR0FBRyxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUM7UUFDN0IsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUM7UUFDN0IsSUFBSSxDQUFDLFNBQVMsRUFBRSxDQUFDO1FBQ2xCLGlDQUFpQztJQUNsQyxDQUFDOzs7WUFuQ0YsU0FBUyxTQUFDO2dCQUNULFFBQVEsRUFBRSxRQUFRO2dCQUNsQixvMkNBQXlDO2dCQUV6QyxTQUFTLEVBQUUsQ0FBQyxxQkFBcUIsQ0FBQztnQkFDbEMsTUFBTSxFQUFDLENBQUMsVUFBVSxFQUFDLFNBQVMsRUFBQyxnQkFBZ0IsRUFBQyxPQUFPLEVBQUMsVUFBVSxDQUFDOzthQUNsRTs7O3FCQUVFLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEV2ZW50RW1pdHRlciwgZm9yd2FyZFJlZiwgSW5wdXQsIE9uSW5pdCwgT3V0cHV0LCBQcm92aWRlciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBDb250cm9sVmFsdWVBY2Nlc3NvciwgTkdfVkFMVUVfQUNDRVNTT1IgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XHJcbmNvbnN0IFNXSVRDSF9WQUxVRV9BQ0NFU1NPUjogUHJvdmlkZXIgPSB7XHJcbiAgcHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXHJcbiAgdXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gU3dpdGNoQ29tcG9uZW50KSxcclxuICBtdWx0aTogdHJ1ZSxcclxufTtcclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdzd2l0Y2gnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9jcy1zd2l0Y2guY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL2NzLXN3aXRjaC5jb21wb25lbnQubGVzcyddLFxyXG4gIHByb3ZpZGVyczogW1NXSVRDSF9WQUxVRV9BQ0NFU1NPUl0sXHJcbiAgaW5wdXRzOlsnZGlzYWJsZWQnLCdjaGVja2VkJywndG9vbHRpcE1lc3NhZ2UnLCd2YWx1ZScsJ3Bvc2l0aW9uJ11cclxufSlcclxuZXhwb3J0IGNsYXNzIFN3aXRjaENvbXBvbmVudCBpbXBsZW1lbnRzIENvbnRyb2xWYWx1ZUFjY2Vzc29yIHtcclxuICBAT3V0cHV0KCkgY2hhbmdlID0gbmV3IEV2ZW50RW1pdHRlcigpO1xyXG4gIHZhbHVlICE6IGFueTtcclxuICB0b29sdGlwTWVzc2FnZSAhOmFueTtcclxuICBkaXNhYmxlZCAhOmJvb2xlYW4gfCBhbnk7XHJcbiAgY2hlY2tlZCAhOmJvb2xlYW4gfCBhbnk7XHJcbiAgcG9zaXRpb24gITogYW55O1xyXG4gIG9uQ2hhbmdlZCA9ICh2YWx1ZTphbnkpID0+IHt9O1xyXG4gIG9uVG91Y2hlZCA9ICgpID0+IHt9O1xyXG5cclxuICB3cml0ZVZhbHVlKHZhbHVlOiBib29sZWFuKTogdm9pZCB7XHJcbiAgICB0aGlzLmNoZWNrZWQgPSB2YWx1ZSA/PyBmYWxzZVxyXG4gIH1cclxuICByZWdpc3Rlck9uQ2hhbmdlKGZuOiBhbnkpOiB2b2lkIHtcclxuICAgIHRoaXMub25DaGFuZ2VkID0gZm47XHJcbiAgfVxyXG4gIHJlZ2lzdGVyT25Ub3VjaGVkKGZuOiBhbnkpOiB2b2lkIHtcclxuICAgIHRoaXMub25Ub3VjaGVkID0gZm47XHJcbiAgfVxyXG4gIHNldERpc2FibGVkU3RhdGUoaXNEaXNhYmxlZDogYm9vbGVhbikge1xyXG4gICAgdGhpcy5kaXNhYmxlZCA9IGlzRGlzYWJsZWQ7XHJcbiAgfVxyXG4gIHZhbHVlQ2hhbmdlZCgpe1xyXG4gXHJcbiAgICB0aGlzLmNoZWNrZWQgPSAhdGhpcy5jaGVja2VkO1xyXG4gICAgdGhpcy5vbkNoYW5nZWQodGhpcy5jaGVja2VkKTtcclxuICAgIHRoaXMub25Ub3VjaGVkKCk7XHJcbiAgIC8vIHRoaXMuY2hhbmdlLmVtaXQodGhpcy5jaGVja2VkKVxyXG4gIH1cclxufVxyXG5cclxuXHJcbiJdfQ==
|
package/esm2015/lib/workflow-program/create-program-ui/cs-switch/cs-switch.component.ngfactory.js
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview This file was generated by the Angular template compiler. Do not edit.
|
|
3
|
+
*
|
|
4
|
+
* @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes,extraRequire}
|
|
5
|
+
* tslint:disable
|
|
6
|
+
*/
|
|
7
|
+
import * as i0 from "./cs-switch.component.less.shim.ngstyle";
|
|
8
|
+
import * as i1 from "@angular/core";
|
|
9
|
+
import * as i2 from "../../../ui-kit/tooltip/tooltip.directive";
|
|
10
|
+
import * as i3 from "@angular/common";
|
|
11
|
+
import * as i4 from "@angular/forms";
|
|
12
|
+
import * as i5 from "./cs-switch.component";
|
|
13
|
+
var styles_SwitchComponent = [i0.styles];
|
|
14
|
+
var RenderType_SwitchComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_SwitchComponent, data: {} });
|
|
15
|
+
export { RenderType_SwitchComponent as RenderType_SwitchComponent };
|
|
16
|
+
function View_SwitchComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 0, "span", [], [[8, "innerHTML", 1]], null, null, null, null))], null, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.value; _ck(_v, 0, 0, currVal_0); }); }
|
|
17
|
+
function View_SwitchComponent_2(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 3, "span", [["class", "switch"]], null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 0, "input", [["type", "checkbox"]], [[8, "checked", 0], [8, "disabled", 0]], [[null, "change"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("change" === en)) {
|
|
18
|
+
var pd_0 = (_co.valueChanged() !== false);
|
|
19
|
+
ad = (pd_0 && ad);
|
|
20
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(2, 0, null, null, 1, "span", [["class", "switch-box"]], null, null, null, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 0, "span", [["class", "switch-ball"]], null, null, null, null, null))], null, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.checked; var currVal_1 = _co.disabled; _ck(_v, 1, 0, currVal_0, currVal_1); }); }
|
|
21
|
+
function View_SwitchComponent_3(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 4, "span", [["class", "switch"], ["delay", "0"], ["placement", "bottom-right"], ["type", "black"]], null, [[null, "mouseenter"], [null, "mouseover"], [null, "mouseleave"], [null, "mouseout"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("mouseenter" === en)) {
|
|
22
|
+
var pd_0 = (i1.ɵnov(_v, 1).onMouseEnter() !== false);
|
|
23
|
+
ad = (pd_0 && ad);
|
|
24
|
+
} if (("mouseover" === en)) {
|
|
25
|
+
var pd_1 = (i1.ɵnov(_v, 1).onMouseOver() !== false);
|
|
26
|
+
ad = (pd_1 && ad);
|
|
27
|
+
} if (("mouseleave" === en)) {
|
|
28
|
+
var pd_2 = (i1.ɵnov(_v, 1).onMouseLeave() !== false);
|
|
29
|
+
ad = (pd_2 && ad);
|
|
30
|
+
} if (("mouseout" === en)) {
|
|
31
|
+
var pd_3 = (i1.ɵnov(_v, 1).onMouseOut() !== false);
|
|
32
|
+
ad = (pd_3 && ad);
|
|
33
|
+
} if (("click" === en)) {
|
|
34
|
+
var pd_4 = (i1.ɵnov(_v, 1).onClick() !== false);
|
|
35
|
+
ad = (pd_4 && ad);
|
|
36
|
+
} return ad; }, null, null)), i1.ɵdid(1, 81920, null, 0, i2.ToolTipDirective, [i1.ElementRef, i1.Renderer2], { tooltipTitle: [0, "tooltipTitle"], placement: [1, "placement"], type: [2, "type"], tooltipMandatory: [3, "tooltipMandatory"] }, null), (_l()(), i1.ɵeld(2, 0, null, null, 0, "input", [["type", "checkbox"]], [[8, "checked", 0], [8, "disabled", 0]], [[null, "change"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("change" === en)) {
|
|
37
|
+
var pd_0 = (_co.valueChanged() !== false);
|
|
38
|
+
ad = (pd_0 && ad);
|
|
39
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(3, 0, null, null, 1, "span", [["class", "switch-box"]], null, null, null, null, null)), (_l()(), i1.ɵeld(4, 0, null, null, 0, "span", [["class", "switch-ball"]], null, null, null, null, null))], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.tooltipMessage; var currVal_1 = "bottom-right"; var currVal_2 = "black"; var currVal_3 = true; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, function (_ck, _v) { var _co = _v.component; var currVal_4 = _co.checked; var currVal_5 = _co.disabled; _ck(_v, 2, 0, currVal_4, currVal_5); }); }
|
|
40
|
+
export function View_SwitchComponent_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 7, "label", [["class", "cs-switch"]], [[2, "top", null]], null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 2, "span", [["class", "value"]], null, null, null, null, null)), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_SwitchComponent_1)), i1.ɵdid(3, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_SwitchComponent_2)), i1.ɵdid(5, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_SwitchComponent_3)), i1.ɵdid(7, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_1 = (_co.value != undefined); _ck(_v, 3, 0, currVal_1); var currVal_2 = ((_co.tooltipMessage === "") || (_co.tooltipMessage === undefined)); _ck(_v, 5, 0, currVal_2); var currVal_3 = ((_co.tooltipMessage !== "") && (_co.tooltipMessage !== undefined)); _ck(_v, 7, 0, currVal_3); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = (_co.position == "top"); _ck(_v, 0, 0, currVal_0); }); }
|
|
41
|
+
export function View_SwitchComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "switch", [], null, null, null, View_SwitchComponent_0, RenderType_SwitchComponent)), i1.ɵprd(5120, null, i4.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i5.SwitchComponent]), i1.ɵdid(2, 49152, null, 0, i5.SwitchComponent, [], null, null)], null, null); }
|
|
42
|
+
var SwitchComponentNgFactory = i1.ɵccf("switch", i5.SwitchComponent, View_SwitchComponent_Host_0, { disabled: "disabled", checked: "checked", tooltipMessage: "tooltipMessage", value: "value", position: "position" }, { change: "change" }, []);
|
|
43
|
+
export { SwitchComponentNgFactory as SwitchComponentNgFactory };
|
|
44
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3Mtc3dpdGNoLmNvbXBvbmVudC5uZ2ZhY3RvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi93b3JrZmxvdy1wcm9ncmFtL2NyZWF0ZS1wcm9ncmFtLXVpL2NzLXN3aXRjaC9jcy1zd2l0Y2guY29tcG9uZW50Lm5nZmFjdG9yeS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3dvcmtmbG93LXByb2dyYW0vY3JlYXRlLXByb2dyYW0tdWkvY3Mtc3dpdGNoL2NzLXN3aXRjaC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7MERDR0ksOEZBQTRELHdEQUF0RCxtQkFBbUIsUUFBekIsWUFBNEQsRUFBdEQsU0FBbUI7MERBUTNCLGdHQUtPLEtBSkwsMExBQTZGLFlBQTVCOzt3QkFBeUI7TUFBMUYsd0JBQTZGLEtBQzdGLG9HQUVPLEtBREwscUdBQWlDLHdEQUZaLG1CQUFtQixVQUFDLG1CQUFxQixXQUFoRSxZQUE2RixFQUF0RSxTQUFtQixFQUFDLFNBQXFCOzBEQVFsRTs7Ozs7Ozs7Ozs7Ozs7O3VQQWFPLElBSkwsMExBQTZGLFlBQTVCOzt3QkFBeUI7TUFBMUYsd0JBQTZGLEtBQzdGLG9HQUVPLEtBREwscUdBQWlDLGtEQVJuQyxtQkFBNkIsaUJBQzdCLDhCQUF3QixFQUV4Qix1QkFBWSxFQUNaLG9CQUF5QixFQVAzQixZQWFPLEVBVkwsU0FBNkIsRUFDN0IsU0FBd0IsRUFFeEIsU0FBWSxFQUNaLFNBQXlCLG1EQUVGLG1CQUFtQixVQUFDLG1CQUFxQixXQUFoRSxZQUE2RixFQUF0RSxTQUFtQixFQUFDLFNBQXFCO2lFQTdCcEUsa0hBa0NRLEtBaENOLCtGQUtPLEtBSkwsK0tBQTRELElBUTlELCtLQUtPLElBSVAsK0tBYU8saURBOUJxQix1Q0FBMEIsR0FBcEQsWUFBNEQsRUFBbEMsU0FBMEIsR0FRakMsaUZBQTZELElBQWxGLFlBS08sRUFMYyxTQUE2RCxHQVdoRixpRkFBNkQsSUFGL0QsWUFhTyxFQVhMLFNBQTZELG1EQXRCeEMsc0NBQStCLEdBQXhELFlBa0NRLEVBbENpQixTQUErQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGkwIGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaTAuQ29tcG9uZW50RmFjdG9yeTtcbiIsIjxsYWJlbCBjbGFzcz1cImNzLXN3aXRjaFwiIFtjbGFzcy50b3BdPVwicG9zaXRpb24gPT0gJ3RvcCdcIj5cclxuICA8IS0tIFtjbGFzcy5sYXJnZV09XCJsYXJnZVwiIC0tPlxyXG4gIDxzcGFuIGNsYXNzPVwidmFsdWVcIj5cclxuICAgIDxzcGFuIFtpbm5lckhUTUxdPVwidmFsdWVcIiAqbmdJZj1cInZhbHVlICE9IHVuZGVmaW5lZFwiPjwvc3Bhbj5cclxuICAgIDwhLS0gPHNwYW4gY2xhc3M9XCJub3RpZmljYXRpb25cIiAqbmdJZj1cIiF0b29sdGlwTWVzc2FnZVwiIFthcHBUb29sdGlwXT1cInRvb2x0aXBNZXNzYWdlXCIgcGxhY2VtZW50PVwiYm90dG9tLXJpZ2h0XCIgZGVsYXk9XCIwXCIgdHlwZT1cImJsYWNrXCIgW3Rvb2x0aXBNYW5kYXRvcnldPVwidHJ1ZVwiPlxyXG4gICAgICAgIDxpIGNsYXNzPVwidmMtaWNvbnNcIj4mI3hlOWYzOzwvaT5cclxuICAgICAgPC9zcGFuPiAtLT5cclxuICA8L3NwYW4+XHJcbiAgPCEtLSBbY2xhc3MubGFzdF09XCJsYXN0XCIgLS0+XHJcblxyXG4gIDwhLS0gaWYgbm90IHRvb2x0aXAgLS0+XHJcbiAgPHNwYW4gY2xhc3M9XCJzd2l0Y2hcIiAqbmdJZj1cInRvb2x0aXBNZXNzYWdlID09PSAnJyB8fCB0b29sdGlwTWVzc2FnZSA9PT0gdW5kZWZpbmVkXCI+XHJcbiAgICA8aW5wdXQgdHlwZT1cImNoZWNrYm94XCIgW2NoZWNrZWRdPVwiY2hlY2tlZFwiIFtkaXNhYmxlZF09XCJkaXNhYmxlZFwiIChjaGFuZ2UpPVwidmFsdWVDaGFuZ2VkKClcIiAvPlxyXG4gICAgPHNwYW4gY2xhc3M9XCJzd2l0Y2gtYm94XCI+XHJcbiAgICAgIDxzcGFuIGNsYXNzPVwic3dpdGNoLWJhbGxcIj48L3NwYW4+XHJcbiAgICA8L3NwYW4+XHJcbiAgPC9zcGFuPlxyXG5cclxuXHJcbiAgPCEtLSBpZiB0b29sdGlwIC0tPlxyXG4gIDxzcGFuXHJcbiAgICBjbGFzcz1cInN3aXRjaFwiXHJcbiAgICAqbmdJZj1cInRvb2x0aXBNZXNzYWdlICE9PSAnJyAmJiB0b29sdGlwTWVzc2FnZSAhPT0gdW5kZWZpbmVkXCJcclxuICAgIFthcHBUb29sdGlwXT1cInRvb2x0aXBNZXNzYWdlXCJcclxuICAgIHBsYWNlbWVudD1cImJvdHRvbS1yaWdodFwiXHJcbiAgICBkZWxheT1cIjBcIlxyXG4gICAgdHlwZT1cImJsYWNrXCJcclxuICAgIFt0b29sdGlwTWFuZGF0b3J5XT1cInRydWVcIlxyXG4gID5cclxuICAgIDxpbnB1dCB0eXBlPVwiY2hlY2tib3hcIiBbY2hlY2tlZF09XCJjaGVja2VkXCIgW2Rpc2FibGVkXT1cImRpc2FibGVkXCIgKGNoYW5nZSk9XCJ2YWx1ZUNoYW5nZWQoKVwiIC8+XHJcbiAgICA8c3BhbiBjbGFzcz1cInN3aXRjaC1ib3hcIj5cclxuICAgICAgPHNwYW4gY2xhc3M9XCJzd2l0Y2gtYmFsbFwiPjwvc3Bhbj5cclxuICAgIDwvc3Bhbj5cclxuICA8L3NwYW4+XHJcbjwvbGFiZWw+XHJcbiJdfQ==
|
package/esm2015/lib/workflow-program/create-program-ui/cs-switch/cs-switch.component.ngsummary.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"change":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"writeValue":[{"__symbolic":"method"}],"registerOnChange":[{"__symbolic":"method"}],"registerOnTouched":[{"__symbolic":"method"}],"setDisabledState":[{"__symbolic":"method"}],"valueChanged":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[]},"isComponent":true,"selector":"switch","exportAs":null,"inputs":{"disabled":"disabled","checked":"checked","tooltipMessage":"tooltipMessage","value":"value","position":"position"},"outputs":{"change":"change"},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[{"token":{"identifier":{"reference":{"__symbol":2,"members":[]}}},"useClass":null,"useFactory":null,"useExisting":{"identifier":{"reference":{"__symbol":0,"members":[]}}},"multi":true}],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":[],"encapsulation":0,"styles":[],"animations":[]},"componentViewType":{"__symbol":3,"members":[]},"rendererType":{"__symbol":4,"members":[]},"componentFactory":{"__symbol":5,"members":[]}}}],"symbols":[{"__symbol":0,"name":"SwitchComponent","filePath":"./cs-switch.component"},{"__symbol":1,"name":"Output","filePath":"@angular/core"},{"__symbol":2,"name":"NG_VALUE_ACCESSOR","filePath":"@angular/forms"},{"__symbol":3,"name":"View_SwitchComponent_0","filePath":"./cs-switch.component.ngfactory"},{"__symbol":4,"name":"RenderType_SwitchComponent","filePath":"./cs-switch.component.ngfactory"},{"__symbol":5,"name":"SwitchComponentNgFactory","filePath":"./cs-switch.component.ngfactory"}]}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { Component, ElementRef, forwardRef, Input, ViewChildren } from '@angular/core';
|
|
2
|
+
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
3
|
+
const CUSTOM_TAG_VALUE_ACCESSOR = {
|
|
4
|
+
provide: NG_VALUE_ACCESSOR,
|
|
5
|
+
useExisting: forwardRef(() => CustomFieldComponent),
|
|
6
|
+
multi: true,
|
|
7
|
+
};
|
|
8
|
+
export class CustomFieldComponent {
|
|
9
|
+
constructor() {
|
|
10
|
+
this.onChanged = (value) => { };
|
|
11
|
+
this.onTouched = () => { };
|
|
12
|
+
this.customFields = [];
|
|
13
|
+
}
|
|
14
|
+
writeValue(value) {
|
|
15
|
+
this.setField(value);
|
|
16
|
+
}
|
|
17
|
+
registerOnChange(fn) {
|
|
18
|
+
this.onChanged = fn;
|
|
19
|
+
}
|
|
20
|
+
registerOnTouched(fn) {
|
|
21
|
+
this.onTouched = fn;
|
|
22
|
+
}
|
|
23
|
+
setDisabledState(isDisabled) {
|
|
24
|
+
this.disabled = isDisabled;
|
|
25
|
+
}
|
|
26
|
+
valChange() {
|
|
27
|
+
const field = this.customFields.map((ele) => ele === null || ele === void 0 ? void 0 : ele.name);
|
|
28
|
+
this.onChanged(field);
|
|
29
|
+
this.onTouched();
|
|
30
|
+
}
|
|
31
|
+
setField(arrayOfFields) {
|
|
32
|
+
if (arrayOfFields === null || arrayOfFields === void 0 ? void 0 : arrayOfFields.length) {
|
|
33
|
+
this.customFields = arrayOfFields.map((ele) => { return { name: ele }; });
|
|
34
|
+
}
|
|
35
|
+
else {
|
|
36
|
+
this.customFields = [{ name: '' }];
|
|
37
|
+
}
|
|
38
|
+
this.focus();
|
|
39
|
+
}
|
|
40
|
+
addCustomField() {
|
|
41
|
+
this.customFields.push({ name: '', isEditing: true });
|
|
42
|
+
}
|
|
43
|
+
manipulateCustomField(type, index) {
|
|
44
|
+
var _a;
|
|
45
|
+
switch (type) {
|
|
46
|
+
case 'ADD': {
|
|
47
|
+
this.customFields.push({ name: '', isEditing: true });
|
|
48
|
+
this.valChange();
|
|
49
|
+
this.focus();
|
|
50
|
+
break;
|
|
51
|
+
}
|
|
52
|
+
case 'DELETE': {
|
|
53
|
+
if (((_a = this.customFields) === null || _a === void 0 ? void 0 : _a.length) > 1) {
|
|
54
|
+
this.customFields.splice(index, 1);
|
|
55
|
+
this.valChange();
|
|
56
|
+
this.focus();
|
|
57
|
+
}
|
|
58
|
+
break;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
focus() {
|
|
63
|
+
setTimeout(() => {
|
|
64
|
+
this.fields['_results'][this.fields.length - 1].nativeElement.focus();
|
|
65
|
+
this.fields['_results'][this.fields.length - 1].nativeElement.scrollIntoView({ behavior: 'smooth', block: 'center' });
|
|
66
|
+
}, 100);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
CustomFieldComponent.decorators = [
|
|
70
|
+
{ type: Component, args: [{
|
|
71
|
+
selector: 'custom-field',
|
|
72
|
+
template: "\r\n <ng-container *ngFor=\"let field of customFields; let i = index\">\r\n <!-- <div class=\"selected\" *ngIf=\"field?.name && !field?.isEditing \">\r\n <div (click)=\"manipulateCustomField('ACTIVATE')\" class=\"custom-text vx-fs-13 vx-paragraph-txt\">CUSTOM TAG TEXT HERE</div>\r\n <button *ngIf=\"customFields?.length > 1\" (click)=\"manipulateCustomField('DELETE',i)\" class=\"cross-btn vx-fs-12 vx-txt-red vx-p-0 vx-m-0 vx-ml-2 vx-d-flex vx-align-center vx-justify-center\"><i class=\"icons\"></i></button>\r\n </div> -->\r\n \r\n <div class=\"custom-input vx-mt-2\" >\r\n <input #custom_fields (keyup.enter)=\"manipulateCustomField('ADD')\" (keyup.backspace)=\"field?.name?.length ? null : manipulateCustomField('DELETE',i)\" (ngModelChange)=\"valChange()\" type=\"text\" placeholder=\"Add a field name\" [(ngModel)]=\"field.name\" [ngModelOptions]=\"{standalone: true}\">\r\n <button *ngIf=\"customFields?.length > 1\" (click)=\"manipulateCustomField('DELETE',i)\" class=\"cross-btn vx-fs-12 vx-txt-red vx-p-0 vx-m-0 vx-ml-2 vx-d-flex vx-align-center vx-justify-center\"><i class=\"icons\"></i></button>\r\n </div>\r\n </ng-container>\r\n \r\n <div class=\"vx-d-flex vx-align-center vx-justify-end vx-mt-2\">\r\n <button (click)=\"manipulateCustomField('ADD')\" class=\"add-more-btn vx-fs-11 vx-fw-600 vx-txt-blue vx-tt-uppercase vx-p-0 vx-m-0\">+ ADD MORE\r\n FIELDS</button>\r\n </div>",
|
|
73
|
+
providers: [CUSTOM_TAG_VALUE_ACCESSOR],
|
|
74
|
+
styles: [""]
|
|
75
|
+
},] }
|
|
76
|
+
];
|
|
77
|
+
CustomFieldComponent.ctorParameters = () => [];
|
|
78
|
+
CustomFieldComponent.propDecorators = {
|
|
79
|
+
fields: [{ type: ViewChildren, args: ['custom_fields', { read: ElementRef },] }],
|
|
80
|
+
disabled: [{ type: Input }]
|
|
81
|
+
};
|
|
82
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLWZpZWxkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3dvcmtmbG93LXByb2dyYW0vY3JlYXRlLXByb2dyYW0tdWkvY3VzdG9tLWZpZWxkL2N1c3RvbS1maWVsZC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxVQUFVLEVBQUUsVUFBVSxFQUFFLEtBQUssRUFBdUIsWUFBWSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzVHLE9BQU8sRUFBd0IsaUJBQWlCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUN6RSxNQUFNLHlCQUF5QixHQUFhO0lBQzFDLE9BQU8sRUFBRSxpQkFBaUI7SUFDMUIsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxvQkFBb0IsQ0FBQztJQUNuRCxLQUFLLEVBQUUsSUFBSTtDQUNaLENBQUM7QUFRRixNQUFNLE9BQU8sb0JBQW9CO0lBSy9CO1FBQ0EsY0FBUyxHQUFHLENBQUMsS0FBVSxFQUFFLEVBQUUsR0FBRyxDQUFDLENBQUM7UUFDaEMsY0FBUyxHQUFHLEdBQUcsRUFBRSxHQUFHLENBQUMsQ0FBQztRQStCdEIsaUJBQVksR0FBUSxFQUFFLENBQUE7SUFqQ04sQ0FBQztJQUlqQixVQUFVLENBQUMsS0FBVTtRQUNuQixJQUFJLENBQUMsUUFBUSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ3ZCLENBQUM7SUFDRCxnQkFBZ0IsQ0FBQyxFQUFPO1FBQ3RCLElBQUksQ0FBQyxTQUFTLEdBQUcsRUFBRSxDQUFDO0lBQ3RCLENBQUM7SUFDRCxpQkFBaUIsQ0FBQyxFQUFPO1FBQ3ZCLElBQUksQ0FBQyxTQUFTLEdBQUcsRUFBRSxDQUFDO0lBQ3RCLENBQUM7SUFDRCxnQkFBZ0IsQ0FBQyxVQUFtQjtRQUNsQyxJQUFJLENBQUMsUUFBUSxHQUFHLFVBQVUsQ0FBQztJQUM3QixDQUFDO0lBR0QsU0FBUztRQUNQLE1BQU0sS0FBSyxHQUFHLElBQUksQ0FBQyxZQUFZLENBQUMsR0FBRyxDQUFDLENBQUMsR0FBUSxFQUFFLEVBQUUsQ0FBQyxHQUFHLGFBQUgsR0FBRyx1QkFBSCxHQUFHLENBQUUsSUFBSSxDQUFDLENBQUE7UUFDNUQsSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUN0QixJQUFJLENBQUMsU0FBUyxFQUFFLENBQUM7SUFDbkIsQ0FBQztJQUVELFFBQVEsQ0FBQyxhQUFrQjtRQUN6QixJQUFJLGFBQWEsYUFBYixhQUFhLHVCQUFiLGFBQWEsQ0FBRSxNQUFNLEVBQUU7WUFDekIsSUFBSSxDQUFDLFlBQVksR0FBRyxhQUFhLENBQUMsR0FBRyxDQUFDLENBQUMsR0FBUSxFQUFFLEVBQUUsR0FBRyxPQUFPLEVBQUUsSUFBSSxFQUFFLEdBQUcsRUFBRSxDQUFBLENBQUMsQ0FBQyxDQUFDLENBQUE7U0FDOUU7YUFBTTtZQUNMLElBQUksQ0FBQyxZQUFZLEdBQUcsQ0FBQyxFQUFFLElBQUksRUFBRSxFQUFFLEVBQUUsQ0FBQyxDQUFBO1NBQ25DO1FBQ0QsSUFBSSxDQUFDLEtBQUssRUFBRSxDQUFBO0lBQ2QsQ0FBQztJQUdELGNBQWM7UUFDWixJQUFJLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyxFQUFFLElBQUksRUFBRSxFQUFFLEVBQUUsU0FBUyxFQUFFLElBQUksRUFBRSxDQUFDLENBQUE7SUFDdkQsQ0FBQztJQUNELHFCQUFxQixDQUFDLElBQVMsRUFBRSxLQUFXOztRQUMxQyxRQUFRLElBQUksRUFBRTtZQUNaLEtBQUssS0FBSyxDQUFDLENBQUM7Z0JBQ1YsSUFBSSxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsRUFBRSxJQUFJLEVBQUUsRUFBRSxFQUFFLFNBQVMsRUFBRSxJQUFJLEVBQUUsQ0FBQyxDQUFDO2dCQUN0RCxJQUFJLENBQUMsU0FBUyxFQUFFLENBQUM7Z0JBQ2pCLElBQUksQ0FBQyxLQUFLLEVBQUUsQ0FBQTtnQkFFWixNQUFNO2FBQ1A7WUFDRCxLQUFLLFFBQVEsQ0FBQyxDQUFDO2dCQUNiLElBQUssQ0FBQSxNQUFBLElBQUksQ0FBQyxZQUFZLDBDQUFFLE1BQU0sSUFBRyxDQUFDLEVBQUM7b0JBQ2pDLElBQUksQ0FBQyxZQUFZLENBQUMsTUFBTSxDQUFDLEtBQUssRUFBRSxDQUFDLENBQUMsQ0FBQztvQkFDbkMsSUFBSSxDQUFDLFNBQVMsRUFBRSxDQUFDO29CQUNqQixJQUFJLENBQUMsS0FBSyxFQUFFLENBQUE7aUJBQ2I7Z0JBRUQsTUFBTTthQUNQO1NBQ0Y7SUFDSCxDQUFDO0lBQ0QsS0FBSztRQUNILFVBQVUsQ0FBQyxHQUFHLEVBQUU7WUFDZCxJQUFJLENBQUMsTUFBTSxDQUFDLFVBQVUsQ0FBQyxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsTUFBTSxHQUFHLENBQUMsQ0FBQyxDQUFDLGFBQWEsQ0FBQyxLQUFLLEVBQUUsQ0FBQztZQUN0RSxJQUFJLENBQUMsTUFBTSxDQUFDLFVBQVUsQ0FBQyxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsTUFBTSxHQUFHLENBQUMsQ0FBQyxDQUFDLGFBQWEsQ0FBQyxjQUFjLENBQUMsRUFBRSxRQUFRLEVBQUUsUUFBUSxFQUFFLEtBQUssRUFBRSxRQUFRLEVBQUUsQ0FBQyxDQUFDO1FBQ3hILENBQUMsRUFBRSxHQUFHLENBQUMsQ0FBQTtJQUNULENBQUM7OztZQTFFRixTQUFTLFNBQUM7Z0JBQ1QsUUFBUSxFQUFFLGNBQWM7Z0JBQ3hCLGtuREFBNEM7Z0JBRTVDLFNBQVMsRUFBRSxDQUFDLHlCQUF5QixDQUFDOzthQUV2Qzs7OztxQkFJRSxZQUFZLFNBQUMsZUFBZSxFQUFFLEVBQUUsSUFBSSxFQUFFLFVBQVUsRUFBRTt1QkFDbEQsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRWxlbWVudFJlZiwgZm9yd2FyZFJlZiwgSW5wdXQsIFByb3ZpZGVyLCBRdWVyeUxpc3QsIFZpZXdDaGlsZHJlbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBDb250cm9sVmFsdWVBY2Nlc3NvciwgTkdfVkFMVUVfQUNDRVNTT1IgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XHJcbmNvbnN0IENVU1RPTV9UQUdfVkFMVUVfQUNDRVNTT1I6IFByb3ZpZGVyID0ge1xyXG4gIHByb3ZpZGU6IE5HX1ZBTFVFX0FDQ0VTU09SLFxyXG4gIHVzZUV4aXN0aW5nOiBmb3J3YXJkUmVmKCgpID0+IEN1c3RvbUZpZWxkQ29tcG9uZW50KSxcclxuICBtdWx0aTogdHJ1ZSxcclxufTtcclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdjdXN0b20tZmllbGQnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9jdXN0b20tZmllbGQuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL2N1c3RvbS1maWVsZC5jb21wb25lbnQubGVzcyddLFxyXG4gIHByb3ZpZGVyczogW0NVU1RPTV9UQUdfVkFMVUVfQUNDRVNTT1JdLFxyXG5cclxufSlcclxuZXhwb3J0IGNsYXNzIEN1c3RvbUZpZWxkQ29tcG9uZW50IGltcGxlbWVudHMgQ29udHJvbFZhbHVlQWNjZXNzb3Ige1xyXG5cclxuXHJcbiAgQFZpZXdDaGlsZHJlbignY3VzdG9tX2ZpZWxkcycsIHsgcmVhZDogRWxlbWVudFJlZiB9KSBmaWVsZHMgITogUXVlcnlMaXN0PEVsZW1lbnRSZWY+XHJcbiAgQElucHV0KCkgZGlzYWJsZWQgITogYm9vbGVhbjtcclxuICBjb25zdHJ1Y3RvcigpIHsgfVxyXG4gIG9uQ2hhbmdlZCA9ICh2YWx1ZTogYW55KSA9PiB7IH07XHJcbiAgb25Ub3VjaGVkID0gKCkgPT4geyB9O1xyXG5cclxuICB3cml0ZVZhbHVlKHZhbHVlOiBhbnkpOiB2b2lkIHtcclxuICAgIHRoaXMuc2V0RmllbGQodmFsdWUpO1xyXG4gIH1cclxuICByZWdpc3Rlck9uQ2hhbmdlKGZuOiBhbnkpOiB2b2lkIHtcclxuICAgIHRoaXMub25DaGFuZ2VkID0gZm47XHJcbiAgfVxyXG4gIHJlZ2lzdGVyT25Ub3VjaGVkKGZuOiBhbnkpOiB2b2lkIHtcclxuICAgIHRoaXMub25Ub3VjaGVkID0gZm47XHJcbiAgfVxyXG4gIHNldERpc2FibGVkU3RhdGUoaXNEaXNhYmxlZDogYm9vbGVhbikge1xyXG4gICAgdGhpcy5kaXNhYmxlZCA9IGlzRGlzYWJsZWQ7XHJcbiAgfVxyXG5cclxuXHJcbiAgdmFsQ2hhbmdlKCkge1xyXG4gICAgY29uc3QgZmllbGQgPSB0aGlzLmN1c3RvbUZpZWxkcy5tYXAoKGVsZTogYW55KSA9PiBlbGU/Lm5hbWUpXHJcbiAgICB0aGlzLm9uQ2hhbmdlZChmaWVsZCk7XHJcbiAgICB0aGlzLm9uVG91Y2hlZCgpO1xyXG4gIH1cclxuXHJcbiAgc2V0RmllbGQoYXJyYXlPZkZpZWxkczogYW55KSB7XHJcbiAgICBpZiAoYXJyYXlPZkZpZWxkcz8ubGVuZ3RoKSB7XHJcbiAgICAgIHRoaXMuY3VzdG9tRmllbGRzID0gYXJyYXlPZkZpZWxkcy5tYXAoKGVsZTogYW55KSA9PiB7IHJldHVybiB7IG5hbWU6IGVsZSB9IH0pXHJcbiAgICB9IGVsc2Uge1xyXG4gICAgICB0aGlzLmN1c3RvbUZpZWxkcyA9IFt7IG5hbWU6ICcnIH1dXHJcbiAgICB9XHJcbiAgICB0aGlzLmZvY3VzKClcclxuICB9XHJcblxyXG4gIGN1c3RvbUZpZWxkczogYW55ID0gW11cclxuICBhZGRDdXN0b21GaWVsZCgpIHtcclxuICAgIHRoaXMuY3VzdG9tRmllbGRzLnB1c2goeyBuYW1lOiAnJywgaXNFZGl0aW5nOiB0cnVlIH0pXHJcbiAgfVxyXG4gIG1hbmlwdWxhdGVDdXN0b21GaWVsZCh0eXBlOiBhbnksIGluZGV4PzogYW55KSB7XHJcbiAgICBzd2l0Y2ggKHR5cGUpIHtcclxuICAgICAgY2FzZSAnQUREJzoge1xyXG4gICAgICAgIHRoaXMuY3VzdG9tRmllbGRzLnB1c2goeyBuYW1lOiAnJywgaXNFZGl0aW5nOiB0cnVlIH0pO1xyXG4gICAgICAgIHRoaXMudmFsQ2hhbmdlKCk7XHJcbiAgICAgICAgdGhpcy5mb2N1cygpXHJcblxyXG4gICAgICAgIGJyZWFrO1xyXG4gICAgICB9XHJcbiAgICAgIGNhc2UgJ0RFTEVURSc6IHtcclxuICAgICAgICBpZiggIHRoaXMuY3VzdG9tRmllbGRzPy5sZW5ndGggPiAxKXtcclxuICAgICAgICAgIHRoaXMuY3VzdG9tRmllbGRzLnNwbGljZShpbmRleCwgMSk7XHJcbiAgICAgICAgICB0aGlzLnZhbENoYW5nZSgpO1xyXG4gICAgICAgICAgdGhpcy5mb2N1cygpXHJcbiAgICAgICAgfVxyXG4gICAgICAgXHJcbiAgICAgICAgYnJlYWs7XHJcbiAgICAgIH1cclxuICAgIH1cclxuICB9XHJcbiAgZm9jdXMoKSB7XHJcbiAgICBzZXRUaW1lb3V0KCgpID0+IHtcclxuICAgICAgdGhpcy5maWVsZHNbJ19yZXN1bHRzJ11bdGhpcy5maWVsZHMubGVuZ3RoIC0gMV0ubmF0aXZlRWxlbWVudC5mb2N1cygpO1xyXG4gICAgICB0aGlzLmZpZWxkc1snX3Jlc3VsdHMnXVt0aGlzLmZpZWxkcy5sZW5ndGggLSAxXS5uYXRpdmVFbGVtZW50LnNjcm9sbEludG9WaWV3KHsgYmVoYXZpb3I6ICdzbW9vdGgnLCBibG9jazogJ2NlbnRlcicgfSk7XHJcbiAgICB9LCAxMDApXHJcbiAgfVxyXG59XHJcbiJdfQ==
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview This file was generated by the Angular template compiler. Do not edit.
|
|
3
|
+
*
|
|
4
|
+
* @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes,extraRequire}
|
|
5
|
+
* tslint:disable
|
|
6
|
+
*/
|
|
7
|
+
import * as i0 from "./custom-field.component.less.shim.ngstyle";
|
|
8
|
+
import * as i1 from "@angular/core";
|
|
9
|
+
import * as i2 from "@angular/forms";
|
|
10
|
+
import * as i3 from "@angular/common";
|
|
11
|
+
import * as i4 from "./custom-field.component";
|
|
12
|
+
var styles_CustomFieldComponent = [i0.styles];
|
|
13
|
+
var RenderType_CustomFieldComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_CustomFieldComponent, data: {} });
|
|
14
|
+
export { RenderType_CustomFieldComponent as RenderType_CustomFieldComponent };
|
|
15
|
+
function View_CustomFieldComponent_2(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "button", [["class", "cross-btn vx-fs-12 vx-txt-red vx-p-0 vx-m-0 vx-ml-2 vx-d-flex vx-align-center vx-justify-center"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
16
|
+
var pd_0 = (_co.manipulateCustomField("DELETE", _v.parent.context.index) !== false);
|
|
17
|
+
ad = (pd_0 && ad);
|
|
18
|
+
} return ad; }, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 1, "i", [["class", "icons"]], null, null, null, null, null)), (_l()(), i1.ɵted(-1, null, ["\uE9AE"]))], null, null); }
|
|
19
|
+
function View_CustomFieldComponent_1(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 10, null, null, null, null, null, null, null)), (_l()(), i1.ɵeld(1, 0, null, null, 9, "div", [["class", "custom-input vx-mt-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(2, 0, [[1, 0], ["custom_fields", 1]], null, 6, "input", [["placeholder", "Add a field name"], ["type", "text"]], [[2, "ng-untouched", null], [2, "ng-touched", null], [2, "ng-pristine", null], [2, "ng-dirty", null], [2, "ng-valid", null], [2, "ng-invalid", null], [2, "ng-pending", null]], [[null, "keyup.enter"], [null, "keyup.backspace"], [null, "ngModelChange"], [null, "input"], [null, "blur"], [null, "compositionstart"], [null, "compositionend"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("input" === en)) {
|
|
20
|
+
var pd_0 = (i1.ɵnov(_v, 3)._handleInput($event.target.value) !== false);
|
|
21
|
+
ad = (pd_0 && ad);
|
|
22
|
+
} if (("blur" === en)) {
|
|
23
|
+
var pd_1 = (i1.ɵnov(_v, 3).onTouched() !== false);
|
|
24
|
+
ad = (pd_1 && ad);
|
|
25
|
+
} if (("compositionstart" === en)) {
|
|
26
|
+
var pd_2 = (i1.ɵnov(_v, 3)._compositionStart() !== false);
|
|
27
|
+
ad = (pd_2 && ad);
|
|
28
|
+
} if (("compositionend" === en)) {
|
|
29
|
+
var pd_3 = (i1.ɵnov(_v, 3)._compositionEnd($event.target.value) !== false);
|
|
30
|
+
ad = (pd_3 && ad);
|
|
31
|
+
} if (("keyup.enter" === en)) {
|
|
32
|
+
var pd_4 = (_co.manipulateCustomField("ADD") !== false);
|
|
33
|
+
ad = (pd_4 && ad);
|
|
34
|
+
} if (("keyup.backspace" === en)) {
|
|
35
|
+
var pd_5 = ((((_v.context.$implicit == null) ? null : ((_v.context.$implicit.name == null) ? null : _v.context.$implicit.name.length)) ? null : _co.manipulateCustomField("DELETE", _v.context.index)) !== false);
|
|
36
|
+
ad = (pd_5 && ad);
|
|
37
|
+
} if (("ngModelChange" === en)) {
|
|
38
|
+
var pd_6 = (_co.valChange() !== false);
|
|
39
|
+
ad = (pd_6 && ad);
|
|
40
|
+
} if (("ngModelChange" === en)) {
|
|
41
|
+
var pd_7 = ((_v.context.$implicit.name = $event) !== false);
|
|
42
|
+
ad = (pd_7 && ad);
|
|
43
|
+
} return ad; }, null, null)), i1.ɵdid(3, 16384, null, 0, i2.DefaultValueAccessor, [i1.Renderer2, i1.ElementRef, [2, i2.COMPOSITION_BUFFER_MODE]], null, null), i1.ɵprd(1024, null, i2.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i2.DefaultValueAccessor]), i1.ɵdid(5, 671744, null, 0, i2.NgModel, [[8, null], [8, null], [8, null], [6, i2.NG_VALUE_ACCESSOR]], { model: [0, "model"], options: [1, "options"] }, { update: "ngModelChange" }), i1.ɵpod(6, { standalone: 0 }), i1.ɵprd(2048, null, i2.NgControl, null, [i2.NgModel]), i1.ɵdid(8, 16384, null, 0, i2.NgControlStatus, [[4, i2.NgControl]], null, null), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CustomFieldComponent_2)), i1.ɵdid(10, 16384, null, 0, i3.NgIf, [i1.ViewContainerRef, i1.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_7 = _v.context.$implicit.name; var currVal_8 = _ck(_v, 6, 0, true); _ck(_v, 5, 0, currVal_7, currVal_8); var currVal_9 = (((_co.customFields == null) ? null : _co.customFields.length) > 1); _ck(_v, 10, 0, currVal_9); }, function (_ck, _v) { var currVal_0 = i1.ɵnov(_v, 8).is("untouched"); var currVal_1 = i1.ɵnov(_v, 8).is("touched"); var currVal_2 = i1.ɵnov(_v, 8).is("pristine"); var currVal_3 = i1.ɵnov(_v, 8).is("dirty"); var currVal_4 = i1.ɵnov(_v, 8).is("valid"); var currVal_5 = i1.ɵnov(_v, 8).is("invalid"); var currVal_6 = i1.ɵnov(_v, 8).is("pending"); _ck(_v, 2, 0, currVal_0, currVal_1, currVal_2, currVal_3, currVal_4, currVal_5, currVal_6); }); }
|
|
44
|
+
export function View_CustomFieldComponent_0(_l) { return i1.ɵvid(0, [i1.ɵqud(-1476395008, 1, { fields: 1 }), (_l()(), i1.ɵand(16777216, null, null, 1, null, View_CustomFieldComponent_1)), i1.ɵdid(2, 278528, null, 0, i3.NgForOf, [i1.ViewContainerRef, i1.TemplateRef, i1.IterableDiffers], { ngForOf: [0, "ngForOf"] }, null), (_l()(), i1.ɵeld(3, 0, null, null, 2, "div", [["class", "vx-d-flex vx-align-center vx-justify-end vx-mt-2"]], null, null, null, null, null)), (_l()(), i1.ɵeld(4, 0, null, null, 1, "button", [["class", "add-more-btn vx-fs-11 vx-fw-600 vx-txt-blue vx-tt-uppercase vx-p-0 vx-m-0"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
45
|
+
var pd_0 = (_co.manipulateCustomField("ADD") !== false);
|
|
46
|
+
ad = (pd_0 && ad);
|
|
47
|
+
} return ad; }, null, null)), (_l()(), i1.ɵted(-1, null, ["+ ADD MORE FIELDS"]))], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.customFields; _ck(_v, 2, 0, currVal_0); }, null); }
|
|
48
|
+
export function View_CustomFieldComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 2, "custom-field", [], null, null, null, View_CustomFieldComponent_0, RenderType_CustomFieldComponent)), i1.ɵprd(5120, null, i2.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i4.CustomFieldComponent]), i1.ɵdid(2, 49152, null, 0, i4.CustomFieldComponent, [], null, null)], null, null); }
|
|
49
|
+
var CustomFieldComponentNgFactory = i1.ɵccf("custom-field", i4.CustomFieldComponent, View_CustomFieldComponent_Host_0, { disabled: "disabled" }, {}, []);
|
|
50
|
+
export { CustomFieldComponentNgFactory as CustomFieldComponentNgFactory };
|
|
51
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLWZpZWxkLmNvbXBvbmVudC5uZ2ZhY3RvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy92eC13b3JrZmxvdy1lbmdpbmUvc3JjL2xpYi93b3JrZmxvdy1wcm9ncmFtL2NyZWF0ZS1wcm9ncmFtLXVpL2N1c3RvbS1maWVsZC9jdXN0b20tZmllbGQuY29tcG9uZW50Lm5nZmFjdG9yeS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Z4LXdvcmtmbG93LWVuZ2luZS9zcmMvbGliL3dvcmtmbG93LXByb2dyYW0vY3JlYXRlLXByb2dyYW0tdWkvY3VzdG9tLWZpZWxkL2N1c3RvbS1maWVsZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7OzsrRENTb0IsK09BQW1PLFlBQTFMOzt3QkFBMkM7TUFBcEYsd0JBQW1PLEtBQXRDLDRGQUE2QixLQUFaLG1DQUFROytEQVJ6Tyw4RUFVMEIsS0FKWCw2R0FHTSxLQUZGOzs7Ozs7Ozs7Ozt3QkFBK1I7TUFBelE7O3dCQUE0QztNQUFDOzt3QkFBa0Y7TUFBQzs7d0JBQTZCO01BQTZDOzt3QkFBd0I7TUFBeFAsd2JBQStSLEtBQXRDLDBCQUFxQyxLQUE5UixxSUFBK1IsSUFDL1IscUxBQW1PLGlEQURILGtCQUF3Qix5QkFBQyxrQ0FBcUMsR0FBOVIsWUFBK1IsRUFBL0QsU0FBd0IsRUFBQyxTQUFxQyxHQUN0UixrRkFBZ0MsR0FBeEMsYUFBbU8sRUFBM04sU0FBZ0MsMkJBRHhDLDBaQUErUjs4R0FQbFQsa05BVTBCLElBRWYseUlBR00sS0FGRix5TkFDbUIsWUFEWDs7d0JBQXNDO01BQTlDLHdCQUNtQixLQUQ4Ryw4Q0FDdkgsbURBZFgsbUJBQWlELGVBQS9ELFlBVTBCLEVBVlosU0FBaUQiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBpMCBmcm9tICdAYW5ndWxhci9jb3JlJztcbmkwLkNvbXBvbmVudEZhY3Rvcnk7XG4iLCJcclxuIDxuZy1jb250YWluZXIgKm5nRm9yPVwibGV0IGZpZWxkIG9mIGN1c3RvbUZpZWxkczsgbGV0IGkgPSBpbmRleFwiPlxyXG4gICAgICAgICAgICAgICAgPCEtLSA8ZGl2IGNsYXNzPVwic2VsZWN0ZWRcIiAqbmdJZj1cImZpZWxkPy5uYW1lICYmICFmaWVsZD8uaXNFZGl0aW5nIFwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxkaXYgKGNsaWNrKT1cIm1hbmlwdWxhdGVDdXN0b21GaWVsZCgnQUNUSVZBVEUnKVwiIGNsYXNzPVwiY3VzdG9tLXRleHQgdngtZnMtMTMgdngtcGFyYWdyYXBoLXR4dFwiPkNVU1RPTSBUQUcgVEVYVCBIRVJFPC9kaXY+XHJcbiAgICAgICAgICAgICAgICAgICAgPGJ1dHRvbiAqbmdJZj1cImN1c3RvbUZpZWxkcz8ubGVuZ3RoID4gMVwiIChjbGljayk9XCJtYW5pcHVsYXRlQ3VzdG9tRmllbGQoJ0RFTEVURScsaSlcIiBjbGFzcz1cImNyb3NzLWJ0biB2eC1mcy0xMiB2eC10eHQtcmVkIHZ4LXAtMCB2eC1tLTAgdngtbWwtMiB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCI+PGkgY2xhc3M9XCJpY29uc1wiPiYjeGU5YWU7PC9pPjwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+IC0tPlxyXG4gICAgICAgICAgICAgICBcclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjdXN0b20taW5wdXQgdngtbXQtMlwiID5cclxuICAgICAgICAgICAgICAgICAgICA8aW5wdXQgI2N1c3RvbV9maWVsZHMgKGtleXVwLmVudGVyKT1cIm1hbmlwdWxhdGVDdXN0b21GaWVsZCgnQUREJylcIiAoa2V5dXAuYmFja3NwYWNlKT1cImZpZWxkPy5uYW1lPy5sZW5ndGggPyBudWxsIDogbWFuaXB1bGF0ZUN1c3RvbUZpZWxkKCdERUxFVEUnLGkpXCIgKG5nTW9kZWxDaGFuZ2UpPVwidmFsQ2hhbmdlKClcIiAgdHlwZT1cInRleHRcIiBwbGFjZWhvbGRlcj1cIkFkZCBhIGZpZWxkIG5hbWVcIiBbKG5nTW9kZWwpXT1cImZpZWxkLm5hbWVcIiBbbmdNb2RlbE9wdGlvbnNdPVwie3N0YW5kYWxvbmU6IHRydWV9XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGJ1dHRvbiAqbmdJZj1cImN1c3RvbUZpZWxkcz8ubGVuZ3RoID4gMVwiIChjbGljayk9XCJtYW5pcHVsYXRlQ3VzdG9tRmllbGQoJ0RFTEVURScsaSlcIiBjbGFzcz1cImNyb3NzLWJ0biB2eC1mcy0xMiB2eC10eHQtcmVkIHZ4LXAtMCB2eC1tLTAgdngtbWwtMiB2eC1kLWZsZXggdngtYWxpZ24tY2VudGVyIHZ4LWp1c3RpZnktY2VudGVyXCI+PGkgY2xhc3M9XCJpY29uc1wiPiYjeGU5YWU7PC9pPjwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICAgICAgIFxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwidngtZC1mbGV4IHZ4LWFsaWduLWNlbnRlciB2eC1qdXN0aWZ5LWVuZCB2eC1tdC0yXCI+XHJcbiAgICAgICAgICAgICAgICA8YnV0dG9uIChjbGljayk9XCJtYW5pcHVsYXRlQ3VzdG9tRmllbGQoJ0FERCcpXCIgY2xhc3M9XCJhZGQtbW9yZS1idG4gdngtZnMtMTEgdngtZnctNjAwIHZ4LXR4dC1ibHVlIHZ4LXR0LXVwcGVyY2FzZSB2eC1wLTAgdngtbS0wXCI+KyBBREQgTU9SRVxyXG4gICAgICAgICAgICAgICAgICAgIEZJRUxEUzwvYnV0dG9uPlxyXG4gICAgICAgICAgICA8L2Rpdj4iXX0=
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"fields":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]},"arguments":["custom_fields",{"read":{"__symbol":2,"members":[]}}]}]}],"disabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":3,"members":[]}}]}],"__ctor__":[{"__symbolic":"constructor"}],"writeValue":[{"__symbolic":"method"}],"registerOnChange":[{"__symbolic":"method"}],"registerOnTouched":[{"__symbolic":"method"}],"setDisabledState":[{"__symbolic":"method"}],"valChange":[{"__symbolic":"method"}],"setField":[{"__symbolic":"method"}],"addCustomField":[{"__symbolic":"method"}],"manipulateCustomField":[{"__symbolic":"method"}],"focus":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[]},"isComponent":true,"selector":"custom-field","exportAs":null,"inputs":{"disabled":"disabled"},"outputs":{},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[{"token":{"identifier":{"reference":{"__symbol":4,"members":[]}}},"useClass":null,"useFactory":null,"useExisting":{"identifier":{"reference":{"__symbol":0,"members":[]}}},"multi":true}],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[{"selectors":[{"value":"custom_fields"}],"first":false,"descendants":true,"emitDistinctChangesOnly":true,"propertyName":"fields","read":{"identifier":{"reference":{"__symbol":2,"members":[]}}}}],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":[],"encapsulation":0,"styles":[],"animations":[]},"componentViewType":{"__symbol":5,"members":[]},"rendererType":{"__symbol":6,"members":[]},"componentFactory":{"__symbol":7,"members":[]}}}],"symbols":[{"__symbol":0,"name":"CustomFieldComponent","filePath":"./custom-field.component"},{"__symbol":1,"name":"ViewChildren","filePath":"@angular/core"},{"__symbol":2,"name":"ElementRef","filePath":"@angular/core"},{"__symbol":3,"name":"Input","filePath":"@angular/core"},{"__symbol":4,"name":"NG_VALUE_ACCESSOR","filePath":"@angular/forms"},{"__symbol":5,"name":"View_CustomFieldComponent_0","filePath":"./custom-field.component.ngfactory"},{"__symbol":6,"name":"RenderType_CustomFieldComponent","filePath":"./custom-field.component.ngfactory"},{"__symbol":7,"name":"CustomFieldComponentNgFactory","filePath":"./custom-field.component.ngfactory"}]}
|