@valtimo/choice-field 4.23.0 → 5.2.0

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.
Files changed (68) hide show
  1. package/esm2020/lib/choice-field-create/choice-field-create.component.mjs +59 -0
  2. package/esm2020/lib/choice-field-detail/choice-field-detail.component.mjs +119 -0
  3. package/esm2020/lib/choice-field-list/choice-field-list.component.mjs +73 -0
  4. package/esm2020/lib/choice-field-routing.module.mjs +87 -0
  5. package/esm2020/lib/choice-field-value-create/choice-field-value-create.component.mjs +77 -0
  6. package/esm2020/lib/choice-field-value-detail/choice-field-value-detail.component.mjs +83 -0
  7. package/esm2020/lib/choice-field-value-list/choice-field-value-list.component.mjs +96 -0
  8. package/esm2020/lib/choice-field.module.mjs +82 -0
  9. package/esm2020/lib/choice-field.service.mjs +67 -0
  10. package/esm2020/lib/models/choice-field.model.mjs +17 -0
  11. package/esm2020/lib/models/choicefield-value.model.mjs +17 -0
  12. package/esm2020/lib/models/index.mjs +20 -0
  13. package/esm2020/public_api.mjs +22 -0
  14. package/esm2020/valtimo-choice-field.mjs +5 -0
  15. package/fesm2015/valtimo-choice-field.mjs +725 -0
  16. package/fesm2015/valtimo-choice-field.mjs.map +1 -0
  17. package/fesm2020/valtimo-choice-field.mjs +757 -0
  18. package/fesm2020/valtimo-choice-field.mjs.map +1 -0
  19. package/lib/choice-field-create/choice-field-create.component.d.ts +4 -0
  20. package/lib/choice-field-create/choice-field-create.component.d.ts.map +1 -0
  21. package/lib/choice-field-detail/choice-field-detail.component.d.ts +4 -0
  22. package/lib/choice-field-detail/choice-field-detail.component.d.ts.map +1 -0
  23. package/lib/choice-field-list/choice-field-list.component.d.ts +4 -0
  24. package/lib/choice-field-list/choice-field-list.component.d.ts.map +1 -0
  25. package/lib/choice-field-routing.module.d.ts +7 -0
  26. package/lib/choice-field-routing.module.d.ts.map +1 -0
  27. package/lib/choice-field-value-create/choice-field-value-create.component.d.ts +4 -0
  28. package/lib/choice-field-value-create/choice-field-value-create.component.d.ts.map +1 -0
  29. package/lib/choice-field-value-detail/choice-field-value-detail.component.d.ts +4 -0
  30. package/lib/choice-field-value-detail/choice-field-value-detail.component.d.ts.map +1 -0
  31. package/lib/choice-field-value-list/choice-field-value-list.component.d.ts +4 -0
  32. package/lib/choice-field-value-list/choice-field-value-list.component.d.ts.map +1 -0
  33. package/lib/choice-field.module.d.ts +16 -0
  34. package/lib/choice-field.module.d.ts.map +1 -0
  35. package/lib/choice-field.service.d.ts +4 -0
  36. package/lib/choice-field.service.d.ts.map +1 -0
  37. package/lib/models/choice-field.model.d.ts +1 -0
  38. package/lib/models/choice-field.model.d.ts.map +1 -0
  39. package/lib/models/choicefield-value.model.d.ts +1 -0
  40. package/lib/models/choicefield-value.model.d.ts.map +1 -0
  41. package/lib/models/index.d.ts +1 -0
  42. package/lib/models/index.d.ts.map +1 -0
  43. package/package.json +22 -10
  44. package/public_api.d.ts +1 -0
  45. package/public_api.d.ts.map +1 -0
  46. package/valtimo-choice-field.d.ts +2 -7
  47. package/valtimo-choice-field.d.ts.map +1 -0
  48. package/bundles/valtimo-choice-field.umd.js +0 -811
  49. package/bundles/valtimo-choice-field.umd.js.map +0 -1
  50. package/bundles/valtimo-choice-field.umd.min.js +0 -2
  51. package/bundles/valtimo-choice-field.umd.min.js.map +0 -1
  52. package/esm2015/lib/choice-field-create/choice-field-create.component.js +0 -63
  53. package/esm2015/lib/choice-field-detail/choice-field-detail.component.js +0 -123
  54. package/esm2015/lib/choice-field-list/choice-field-list.component.js +0 -75
  55. package/esm2015/lib/choice-field-routing.module.js +0 -83
  56. package/esm2015/lib/choice-field-value-create/choice-field-value-create.component.js +0 -82
  57. package/esm2015/lib/choice-field-value-detail/choice-field-value-detail.component.js +0 -88
  58. package/esm2015/lib/choice-field-value-list/choice-field-value-list.component.js +0 -100
  59. package/esm2015/lib/choice-field.module.js +0 -54
  60. package/esm2015/lib/choice-field.service.js +0 -71
  61. package/esm2015/lib/models/choice-field.model.js +0 -16
  62. package/esm2015/lib/models/choicefield-value.model.js +0 -16
  63. package/esm2015/lib/models/index.js +0 -20
  64. package/esm2015/public_api.js +0 -22
  65. package/esm2015/valtimo-choice-field.js +0 -12
  66. package/fesm2015/valtimo-choice-field.js +0 -765
  67. package/fesm2015/valtimo-choice-field.js.map +0 -1
  68. package/valtimo-choice-field.metadata.json +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"valtimo-choice-field.mjs","sources":["../../../../projects/valtimo/choice-field/src/lib/models/choice-field.model.ts","../../../../projects/valtimo/choice-field/src/lib/models/choicefield-value.model.ts","../../../../projects/valtimo/choice-field/src/lib/models/index.ts","../../../../projects/valtimo/choice-field/src/lib/choice-field.service.ts","../../../../projects/valtimo/choice-field/src/lib/choice-field-list/choice-field-list.component.ts","../../../../projects/valtimo/choice-field/src/lib/choice-field-list/choice-field-list.component.html","../../../../projects/valtimo/choice-field/src/lib/choice-field-value-list/choice-field-value-list.component.ts","../../../../projects/valtimo/choice-field/src/lib/choice-field-value-list/choice-field-value-list.component.html","../../../../projects/valtimo/choice-field/src/lib/choice-field-detail/choice-field-detail.component.ts","../../../../projects/valtimo/choice-field/src/lib/choice-field-detail/choice-field-detail.component.html","../../../../projects/valtimo/choice-field/src/lib/choice-field-create/choice-field-create.component.ts","../../../../projects/valtimo/choice-field/src/lib/choice-field-create/choice-field-create.component.html","../../../../projects/valtimo/choice-field/src/lib/choice-field-value-create/choice-field-value-create.component.ts","../../../../projects/valtimo/choice-field/src/lib/choice-field-value-create/choice-field-value-create.component.html","../../../../projects/valtimo/choice-field/src/lib/choice-field-value-detail/choice-field-value-detail.component.ts","../../../../projects/valtimo/choice-field/src/lib/choice-field-value-detail/choice-field-value-detail.component.html","../../../../projects/valtimo/choice-field/src/lib/choice-field-routing.module.ts","../../../../projects/valtimo/choice-field/src/lib/choice-field.module.ts","../../../../projects/valtimo/choice-field/src/public_api.ts","../../../../projects/valtimo/choice-field/src/valtimo-choice-field.ts"],"sourcesContent":["/*\n * Copyright 2015-2020 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport interface ChoiceField {\n id: number;\n keyName: string;\n title: boolean;\n}\n\nexport interface ChoiceFieldValue {\n id: number;\n choiceField: ChoiceField;\n deprecated: boolean;\n name: string;\n sortOrder: number;\n value: string;\n deprecatedDisplayString: string;\n}\n","/*\n * Copyright 2015-2020 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport interface ExternalConnector {\n reference: string;\n url: string;\n httpMethod: string;\n body: string;\n headers: {[key: string]: string};\n mappedVariablesResponse: {[key: string]: string};\n}\n\nexport interface ChoicefieldValue {\n id: number;\n name: string;\n deprecated: boolean;\n sortOrder: number;\n value: string;\n choiceField: any;\n}\n","/*\n *\n * * Copyright 2015-2020 Ritense BV, the Netherlands.\n * *\n * * Licensed under EUPL, Version 1.2 (the \"License\");\n * * you may not use this file except in compliance with the License.\n * * You may obtain a copy of the License at\n * *\n * * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n * *\n * * Unless required by applicable law or agreed to in writing, software\n * * distributed under the License is distributed on an \"AS IS\" basis,\n * * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * * See the License for the specific language governing permissions and\n * * limitations under the License.\n *\n */\n\nexport * from './choice-field.model';\nexport * from './choicefield-value.model';\n","/*\n * Copyright 2015-2020 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Injectable} from '@angular/core';\nimport {HttpClient} from '@angular/common/http';\nimport {Observable} from 'rxjs';\nimport {ChoiceField} from './models';\nimport {ConfigService} from '@valtimo/config';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class ChoiceFieldService {\n private valtimoApiConfig: any;\n\n constructor(private http: HttpClient, private configService: ConfigService) {\n this.valtimoApiConfig = configService.config.valtimoApi;\n }\n\n query(params?: any): Observable<any> {\n return this.http.get<ChoiceField>(`${this.valtimoApiConfig.endpointUri}choice-fields`, {\n observe: 'response',\n params,\n });\n }\n\n get(id: string): Observable<any> {\n return this.http.get<ChoiceField>(`${this.valtimoApiConfig.endpointUri}choice-fields/${id}`);\n }\n\n create(choiceField: any): Observable<any> {\n return this.http.post(`${this.valtimoApiConfig.endpointUri}choice-fields`, choiceField);\n }\n\n delete(id: any) {\n return this.http.delete(`${this.valtimoApiConfig.endpointUri}choice-fields/${id}`);\n }\n\n update(choiceField: any): Observable<any> {\n return this.http.put(`${this.valtimoApiConfig.endpointUri}choice-fields`, choiceField);\n }\n\n queryValues(keyName: string, params?: any): Observable<any> {\n return this.http.get<ChoiceField>(\n `${this.valtimoApiConfig.endpointUri}choice-field-values/${keyName}/values`,\n {observe: 'response', params}\n );\n }\n\n getValue(choiceFieldId: string): Observable<any> {\n return this.http.get<ChoiceField>(\n `${this.valtimoApiConfig.endpointUri}choice-field-values/${choiceFieldId}`\n );\n }\n\n updateValue(choiceFieldValue: any, choiceFieldName: string): Observable<any> {\n return this.http.put(\n `${this.valtimoApiConfig.endpointUri}choice-field-values`,\n choiceFieldValue,\n {\n params: {choice_field_name: choiceFieldName},\n }\n );\n }\n\n createValue(choiceFieldValue: any, choiceFieldName: string): Observable<any> {\n return this.http.post(\n `${this.valtimoApiConfig.endpointUri}choice-field-values`,\n choiceFieldValue,\n {params: {choice_field_name: choiceFieldName}}\n );\n }\n}\n","/*\n * Copyright 2015-2020 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component, OnInit} from '@angular/core';\nimport {Router} from '@angular/router';\nimport {ChoiceField} from '../models';\nimport {ChoiceFieldService} from '../choice-field.service';\n\n@Component({\n selector: 'valtimo-choice-field-list',\n templateUrl: './choice-field-list.component.html',\n styleUrls: ['./choice-field-list.component.css'],\n})\nexport class ChoiceFieldListComponent implements OnInit {\n public choiceFields: Array<ChoiceField> = [];\n public pagination = {\n collectionSize: 0,\n page: 1,\n size: 10,\n maxPaginationItemSize: 5,\n };\n public pageParam = 0;\n public fields: Array<any> = [\n {\n key: 'id',\n label: 'ID',\n },\n {\n key: 'keyName',\n label: 'Key',\n },\n {\n key: 'title',\n label: 'Title',\n },\n ];\n\n constructor(private router: Router, private service: ChoiceFieldService) {}\n\n ngOnInit() {}\n\n paginationSet() {\n this.initData();\n }\n\n private initData() {\n this.service.query({page: this.pageParam, size: this.pagination.size}).subscribe(results => {\n this.pagination.collectionSize = results.headers.get('x-total-count');\n this.choiceFields = results.body;\n });\n }\n\n public rowClick(data) {\n this.router.navigate([`/choice-fields/field/${encodeURI(data.id)}`]);\n }\n\n public paginationClicked(page) {\n this.pageParam = page - 1;\n this.initData();\n }\n}\n","<!--\n ~ Copyright 2015-2020 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<div class=\"main-content pt-0\">\n <div class=\"container-fluid\">\n <div class=\"text-right\">\n <div class=\"btn-group mt-m3px mb-3\">\n <button [routerLink]=\"'create'\" class=\"btn btn-primary btn-space mr-0\">\n <i class=\"icon mdi mdi-plus mr-1\"></i>\n <span>{{ 'Create new Choice field' | translate }}</span>\n </button>\n </div>\n </div>\n <valtimo-widget>\n <valtimo-list\n [items]=\"choiceFields\"\n [fields]=\"fields\"\n (rowClicked)=\"rowClick($event)\"\n [pagination]=\"pagination\"\n [viewMode]=\"true\"\n [isSearchable]=\"true\"\n paginationIdentifier=\"choiceFieldList\"\n (paginationClicked)=\"paginationClicked($event)\"\n (paginationSet)=\"paginationSet()\"\n [header]=\"true\"\n >\n <div header>\n <h3 class=\"list-header-title\">{{ 'Choice fields' | translate }}</h3>\n <h5 class=\"list-header-description\">{{ 'Overview of all Choice fields' | translate }}</h5>\n </div>\n </valtimo-list>\n </valtimo-widget>\n </div>\n</div>\n","/*\n * Copyright 2015-2020 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component, OnInit} from '@angular/core';\nimport {FormBuilder, FormGroup} from '@angular/forms';\nimport {ChoiceField, ChoiceFieldValue} from '../models';\nimport {ActivatedRoute, Router} from '@angular/router';\nimport {ChoiceFieldService} from '../choice-field.service';\n\n@Component({\n selector: 'valtimo-choice-field-value-list',\n templateUrl: './choice-field-value-list.component.html',\n styleUrls: ['./choice-field-value-list.component.css'],\n})\nexport class ChoiceFieldValueListComponent implements OnInit {\n public id: string;\n public form: FormGroup;\n public choiceField: ChoiceField;\n public choiceFieldValues: Array<ChoiceFieldValue> = [];\n public pagination = {\n collectionSize: 0,\n page: 1,\n size: 10,\n maxPaginationItemSize: 5,\n };\n public pageParam = 0;\n public fields: Array<any> = [\n {\n key: 'id',\n label: 'ID',\n },\n {\n key: 'name',\n label: 'Key',\n },\n {\n key: 'value',\n label: 'Value',\n },\n {\n key: 'deprecatedDisplayString',\n label: 'Deprecated',\n },\n {\n key: 'sortOrder',\n label: 'Sequence',\n },\n ];\n\n constructor(\n private router: Router,\n private route: ActivatedRoute,\n private formBuilder: FormBuilder,\n private service: ChoiceFieldService\n ) {\n const snapshot = this.route.snapshot.paramMap;\n this.id = snapshot.get('id');\n }\n\n ngOnInit() {\n this.paginationSet();\n }\n\n paginationSet() {\n this.initData(this.id);\n }\n\n private initData(id) {\n this.service.get(id).subscribe(result => {\n this.choiceField = result;\n this.service\n .queryValues(this.choiceField.keyName, {page: this.pageParam, size: this.pagination.size})\n .subscribe(values => {\n this.pagination.collectionSize = values.headers.get('x-total-count');\n this.choiceFieldValues = values.body;\n this.choiceFieldValues.forEach(choiceFieldValue => {\n choiceFieldValue.deprecatedDisplayString = choiceFieldValue.deprecated ? 'Yes' : 'No';\n });\n });\n });\n }\n\n public rowClick(data) {\n this.router.navigate([`/choice-fields/field/${data.choiceField.id}/value/${data.id}`]);\n }\n\n public paginationClicked(page) {\n this.pageParam = page - 1;\n this.initData(this.id);\n }\n}\n","<!--\n ~ Copyright 2015-2020 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<div class=\"main-content pt-0\">\n <div class=\"container-fluid\">\n <div class=\"text-right\">\n <div class=\"btn-group mt-m3px mb-3\">\n <button [routerLink]=\"'create-value'\" class=\"btn btn-primary btn-space mr-0\">\n <i class=\"icon mdi mdi-plus mr-1\"></i>\n <span>{{ 'Create new Choice field value' | translate }}</span>\n </button>\n </div>\n </div>\n <valtimo-widget>\n <valtimo-list\n [items]=\"choiceFieldValues\"\n [fields]=\"fields\"\n [viewMode]=\"true\"\n [isSearchable]=\"true\"\n (rowClicked)=\"rowClick($event)\"\n [pagination]=\"pagination\"\n paginationIdentifier=\"choiceFieldValueList\"\n (paginationClicked)=\"paginationClicked($event)\"\n [header]=\"true\"\n >\n <div header>\n <h3 class=\"list-header-title\">{{ 'Choice field values' | translate }}</h3>\n <h5 class=\"list-header-description\">\n {{ 'Overview of all Choice field values' | translate }}\n </h5>\n </div>\n </valtimo-list>\n </valtimo-widget>\n </div>\n</div>\n","/*\n * Copyright 2015-2020 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component, OnDestroy, OnInit} from '@angular/core';\nimport {FormBuilder, FormControl, FormGroup, Validators} from '@angular/forms';\nimport {ActivatedRoute, Router} from '@angular/router';\nimport {ChoiceFieldService} from '../choice-field.service';\nimport {ChoiceField} from '../models';\nimport {AlertService} from '@valtimo/components';\nimport {Subscription} from 'rxjs';\nimport {first} from 'rxjs/operators';\n\n@Component({\n selector: 'valtimo-choice-field-detail',\n templateUrl: './choice-field-detail.component.html',\n styleUrls: ['./choice-field-detail.component.css'],\n})\nexport class ChoiceFieldDetailComponent implements OnInit, OnDestroy {\n public id: string;\n public form: FormGroup;\n public choiceField: ChoiceField;\n private alertSub: Subscription = Subscription.EMPTY;\n\n constructor(\n private router: Router,\n private route: ActivatedRoute,\n private formBuilder: FormBuilder,\n private service: ChoiceFieldService,\n private alertService: AlertService\n ) {\n const snapshot = this.route.snapshot.paramMap;\n this.id = snapshot.get('id');\n }\n\n ngOnInit() {\n this.reset();\n }\n\n ngOnDestroy() {\n this.alertSub.unsubscribe();\n }\n\n public get formControls() {\n return this.form.controls;\n }\n\n private initData(id) {\n this.service.get(id).subscribe(result => {\n this.choiceField = result;\n this.setValues();\n });\n }\n\n private setValues() {\n if (this.choiceField) {\n // set form values\n this.form.controls.id.setValue(this.choiceField.id);\n this.form.controls.keyName.setValue(this.choiceField.keyName);\n this.form.controls.title.setValue(this.choiceField.title);\n }\n }\n\n private createFormGroup() {\n return this.formBuilder.group({\n id: new FormControl('', Validators.required),\n keyName: new FormControl('', Validators.required),\n title: new FormControl('', Validators.required),\n });\n }\n\n public reset() {\n this.form = this.createFormGroup();\n this.initData(this.id);\n }\n\n public delete() {\n if (!this.alertSub.closed) {\n return;\n }\n // confirm delete\n const mssg = 'Delete choice field?';\n const confirmations = [\n {\n label: 'Cancel',\n class: 'btn btn-default',\n value: false,\n },\n {\n label: 'Delete',\n class: 'btn btn-primary',\n value: true,\n },\n ];\n this.alertService.notification(mssg, confirmations);\n this.alertSub = this.alertService\n .getAlertConfirmChangeEmitter()\n .pipe(first())\n .subscribe(alert => {\n if (alert.confirm === true) {\n this.deleteConfirmed();\n }\n });\n }\n\n private deleteConfirmed() {\n this.service.delete(this.id).subscribe(() => {\n this.router.navigate([`/choice-fields`]);\n this.alertService.success('Choice field has been deleted');\n });\n }\n\n public onSubmit() {\n this.service.update(this.form.value).subscribe(() => {\n this.reset();\n this.alertService.success('Choice field details have been updated');\n });\n }\n}\n","<!--\n ~ Copyright 2015-2020 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<div class=\"main-content\">\n <div class=\"container-fluid\">\n <div class=\"col-12 px-0 mb-5\">\n <valtimo-widget *ngIf=\"choiceField\">\n <div>\n <div class=\"card-body bg-light\">\n <div class=\"row py-5\">\n <div class=\"col-12\">\n <div class=\"row mb-3\">\n <div class=\"col-12 col-sm-3 text-sm-right\"><strong>ID</strong></div>\n <div class=\"col-12 col-sm-8 col-lg-6\">{{ choiceField.id }}</div>\n </div>\n <div class=\"row\">\n <div class=\"col-12 col-sm-3 text-sm-right\"><strong>Key</strong></div>\n <div class=\"col-12 col-sm-8 col-lg-6\">{{ choiceField.keyName }}</div>\n </div>\n </div>\n </div>\n </div>\n\n <div class=\"p-5 bg-white\">\n <form [formGroup]=\"form\" (ngSubmit)=\"onSubmit()\">\n <div class=\"form-group row\">\n <label class=\"col-12 col-sm-3 col-form-label text-sm-right\" for=\"title\"\n >Title</label\n >\n <div class=\"col-12 col-sm-8 col-lg-6\">\n <input\n valtimoFieldAutoFocus\n type=\"text\"\n id=\"title\"\n formControlName=\"title\"\n class=\"form-control\"\n placeholder=\"Choice field title\"\n [ngClass]=\"{\n 'is-valid': formControls.title.touched && formControls.title.valid,\n 'is-invalid': formControls.title.touched && formControls.title.errors\n }\"\n required\n />\n <div\n *ngIf=\"formControls.title.touched && formControls.title.errors\"\n class=\"invalid-feedback\"\n >\n <div *ngIf=\"formControls.title.errors.required\">Title is required</div>\n </div>\n </div>\n </div>\n\n <div class=\"row pt-3 mt-1\">\n <div class=\"col-12 col-sm-6 text-left\">\n <a [routerLink]=\"'/choice-fields'\" class=\"btn btn-space btn-default\">Back</a>\n <button class=\"btn btn-space btn-danger\" type=\"button\" (click)=\"delete()\">\n Delete\n </button>\n </div>\n <div class=\"col-12 col-sm-6 text-right\">\n <button class=\"btn btn-space btn-secondary\" type=\"button\" (click)=\"reset()\">\n Reset\n </button>\n <button class=\"btn btn-space btn-primary\" type=\"submit\" [disabled]=\"form.invalid\">\n Submit\n </button>\n </div>\n </div>\n </form>\n </div>\n </div>\n </valtimo-widget>\n </div>\n </div>\n</div>\n\n<div class=\"page-head\">\n <h2 class=\"page-head-title\">Choice field values</h2>\n</div>\n<valtimo-choice-field-value-list></valtimo-choice-field-value-list>\n","/*\n * Copyright 2015-2020 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component, OnInit} from '@angular/core';\nimport {Router} from '@angular/router';\nimport {FormBuilder, FormControl, FormGroup, Validators} from '@angular/forms';\nimport {ChoiceFieldService} from '../choice-field.service';\nimport {AlertService} from '@valtimo/components';\n\n@Component({\n selector: 'valtimo-choice-field-create',\n templateUrl: './choice-field-create.component.html',\n styleUrls: ['./choice-field-create.component.css'],\n})\nexport class ChoiceFieldCreateComponent implements OnInit {\n public form: FormGroup;\n\n constructor(\n private router: Router,\n private formBuilder: FormBuilder,\n private service: ChoiceFieldService,\n private alertService: AlertService\n ) {}\n\n ngOnInit() {\n this.reset();\n }\n\n public get formControls() {\n return this.form.controls;\n }\n\n private createFormGroup() {\n return this.formBuilder.group({\n keyName: new FormControl('', Validators.required),\n title: new FormControl('', Validators.required),\n });\n }\n\n public onSubmit() {\n this.service.create(this.form.value).subscribe(result => {\n this.router.navigate([`/choice-fields/field/${result.id}`]);\n this.alertService.success('New choice field has been created');\n });\n }\n\n public reset() {\n this.form = this.createFormGroup();\n }\n}\n","<!--\n ~ Copyright 2015-2020 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<div class=\"main-content\">\n <div class=\"container-fluid\">\n <div class=\"col-12 px-0 mb-5\">\n <valtimo-widget>\n <div>\n <div class=\"p-5 bg-white\">\n <form [formGroup]=\"form\" (ngSubmit)=\"onSubmit()\">\n <div class=\"form-group row\">\n <label class=\"col-12 col-sm-3 col-form-label text-sm-right\" for=\"keyName\"\n >Key</label\n >\n <div class=\"col-12 col-sm-8 col-lg-6\">\n <input\n valtimoFieldAutoFocus\n type=\"text\"\n id=\"keyName\"\n formControlName=\"keyName\"\n class=\"form-control\"\n placeholder=\"Choice field key name\"\n [ngClass]=\"{\n 'is-valid': formControls.keyName.touched && formControls.keyName.valid,\n 'is-invalid': formControls.keyName.touched && formControls.keyName.errors\n }\"\n required\n />\n <div\n *ngIf=\"formControls.keyName.touched && formControls.keyName.errors\"\n class=\"invalid-feedback\"\n >\n <div *ngIf=\"formControls.keyName.errors.required\">Key name is required</div>\n </div>\n </div>\n </div>\n\n <div class=\"form-group row\">\n <label class=\"col-12 col-sm-3 col-form-label text-sm-right\" for=\"title\"\n >Title</label\n >\n <div class=\"col-12 col-sm-8 col-lg-6\">\n <input\n type=\"text\"\n id=\"title\"\n formControlName=\"title\"\n class=\"form-control\"\n placeholder=\"Choice field title\"\n [ngClass]=\"{\n 'is-valid': formControls.title.touched && formControls.title.valid,\n 'is-invalid': formControls.title.touched && formControls.title.errors\n }\"\n required\n />\n <div\n *ngIf=\"formControls.title.touched && formControls.title.errors\"\n class=\"invalid-feedback\"\n >\n <div *ngIf=\"formControls.title.errors.required\">Title is required</div>\n </div>\n </div>\n </div>\n\n <div class=\"row pt-3 mt-1\">\n <div class=\"col-12 col-sm-6 text-left\">\n <a [routerLink]=\"'/choice-fields'\" class=\"btn btn-space btn-default\">Back</a>\n </div>\n <div class=\"col-12 col-sm-6 text-right\">\n <button class=\"btn btn-space btn-secondary\" type=\"button\" (click)=\"reset()\">\n Reset\n </button>\n <button class=\"btn btn-space btn-primary\" type=\"submit\" [disabled]=\"form.invalid\">\n Submit\n </button>\n </div>\n </div>\n </form>\n </div>\n </div>\n </valtimo-widget>\n </div>\n </div>\n</div>\n","/*\n * Copyright 2015-2020 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component, OnInit} from '@angular/core';\nimport {FormBuilder, FormControl, FormGroup, Validators} from '@angular/forms';\nimport {ChoiceField} from '../models';\nimport {ActivatedRoute, Router} from '@angular/router';\nimport {ChoiceFieldService} from '../choice-field.service';\nimport {AlertService} from '@valtimo/components';\n\n@Component({\n selector: 'valtimo-choice-field-value-create',\n templateUrl: './choice-field-value-create.component.html',\n styleUrls: ['./choice-field-value-create.component.css'],\n})\nexport class ChoiceFieldValueCreateComponent implements OnInit {\n public choiceFieldId: string;\n public form: FormGroup;\n public choiceField: ChoiceField;\n\n constructor(\n private router: Router,\n private route: ActivatedRoute,\n private formBuilder: FormBuilder,\n private service: ChoiceFieldService,\n private alertService: AlertService\n ) {\n const snapshot = this.route.snapshot.paramMap;\n this.choiceFieldId = snapshot.get('id');\n }\n\n ngOnInit() {\n this.reset();\n }\n\n public get formControls() {\n return this.form.controls;\n }\n\n private createFormGroup() {\n return this.formBuilder.group({\n name: new FormControl('', Validators.required),\n value: new FormControl('', Validators.required),\n sortOrder: new FormControl('', Validators.required),\n deprecated: new FormControl('', Validators.required),\n });\n }\n\n private initData(id) {\n this.service.get(id).subscribe(result => {\n this.choiceField = result;\n this.setValues();\n });\n }\n\n private setValues() {\n if (this.choiceField) {\n // set form values default false\n this.form.controls.deprecated.setValue(false);\n }\n }\n\n public onSubmit() {\n this.service.createValue(this.form.value, this.choiceField.keyName).subscribe(result => {\n this.router.navigate([`/choice-fields/field/${encodeURI(this.choiceFieldId)}`]);\n this.alertService.success('New choice field value has been created');\n });\n }\n\n public reset() {\n this.form = this.createFormGroup();\n this.initData(this.choiceFieldId);\n }\n}\n","<!--\n ~ Copyright 2015-2020 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<div class=\"main-content\">\n <div class=\"container-fluid\">\n <div class=\"col-12 px-0 mb-5\">\n <valtimo-widget *ngIf=\"choiceField\">\n <div>\n <div class=\"card-body bg-light\">\n <div class=\"row py-5\">\n <div class=\"col-12\">\n <div class=\"row mb-3\">\n <div class=\"col-12\">\n <strong>Choice field</strong>\n <hr />\n </div>\n </div>\n <div class=\"row mb-3\">\n <div class=\"col-12 col-sm-3 text-sm-right\"><strong>ID</strong></div>\n <div class=\"col-12 col-sm-8 col-lg-6\">{{ choiceField.id }}</div>\n </div>\n <div class=\"row mb-3\">\n <div class=\"col-12 col-sm-3 text-sm-right\"><strong>Key</strong></div>\n <div class=\"col-12 col-sm-8 col-lg-6\">{{ choiceField.keyName }}</div>\n </div>\n <div class=\"row\">\n <div class=\"col-12 col-sm-3 text-sm-right\"><strong>Title</strong></div>\n <div class=\"col-12 col-sm-8 col-lg-6\">{{ choiceField.title }}</div>\n </div>\n </div>\n </div>\n </div>\n\n <div class=\"bg-white p-5\">\n <form [formGroup]=\"form\" (ngSubmit)=\"onSubmit()\">\n <div class=\"form-group row\">\n <label class=\"col-12 col-sm-3 col-form-label text-sm-right\" for=\"name\">Key</label>\n <div class=\"col-12 col-sm-8 col-lg-6\">\n <input\n valtimoFieldAutoFocus\n type=\"text\"\n id=\"name\"\n formControlName=\"name\"\n class=\"form-control\"\n placeholder=\"Choice field value key\"\n [ngClass]=\"{\n 'is-valid': formControls.name.touched && formControls.name.valid,\n 'is-invalid': formControls.name.touched && formControls.name.errors\n }\"\n required\n />\n <div\n *ngIf=\"formControls.name.touched && formControls.name.errors\"\n class=\"invalid-feedback\"\n >\n <div *ngIf=\"formControls.name.errors.required\">\n Choice field value key is required\n </div>\n </div>\n </div>\n </div>\n\n <div class=\"form-group row\">\n <label class=\"col-12 col-sm-3 col-form-label text-sm-right\" for=\"value\"\n >Value</label\n >\n <div class=\"col-12 col-sm-8 col-lg-6\">\n <input\n type=\"text\"\n id=\"value\"\n formControlName=\"value\"\n class=\"form-control\"\n placeholder=\"Choice field value\"\n [ngClass]=\"{\n 'is-valid': formControls.value.touched && formControls.value.valid,\n 'is-invalid': formControls.value.touched && formControls.value.errors\n }\"\n required\n />\n <div\n *ngIf=\"formControls.value.touched && formControls.value.errors\"\n class=\"invalid-feedback\"\n >\n <div *ngIf=\"formControls.value.errors.required\">\n Choice field value is required\n </div>\n </div>\n </div>\n </div>\n\n <div class=\"form-group row\">\n <label class=\"col-12 col-sm-3 col-form-label text-sm-right\" for=\"sortOrder\"\n >Sequence</label\n >\n <div class=\"col-12 col-sm-8 col-lg-6\">\n <input\n type=\"number\"\n id=\"sortOrder\"\n formControlName=\"sortOrder\"\n class=\"form-control\"\n placeholder=\"Choice field value sequence\"\n [ngClass]=\"{\n 'is-valid': formControls.sortOrder.touched && formControls.sortOrder.valid,\n 'is-invalid': formControls.sortOrder.touched && formControls.sortOrder.errors\n }\"\n required\n />\n <div\n *ngIf=\"formControls.sortOrder.touched && formControls.sortOrder.errors\"\n class=\"invalid-feedback\"\n >\n <div *ngIf=\"formControls.sortOrder.errors.required\">\n Choice field value sequence is required\n </div>\n </div>\n </div>\n </div>\n\n <div class=\"form-group row\">\n <label class=\"col-12 col-sm-3 col-form-label text-sm-right\" for=\"deprecated\"\n >Deprecated</label\n >\n <div class=\"col-12 col-sm-8 col-lg-6\">\n <div class=\"switch-button switch-button-sm switch-button-success\">\n <input type=\"checkbox\" formControlName=\"deprecated\" id=\"deprecated\" /><span>\n <label for=\"deprecated\"></label\n ></span>\n </div>\n </div>\n </div>\n\n <div class=\"row pt-3 mt-1\">\n <div class=\"col-12 col-sm-6 text-left\">\n <a [routerLink]=\"'../'\" class=\"btn btn-space btn-default\">Back</a>\n </div>\n <div class=\"col-12 col-sm-6 text-right\">\n <button class=\"btn btn-space btn-secondary\" type=\"button\" (click)=\"reset()\">\n Reset\n </button>\n <button class=\"btn btn-space btn-primary\" type=\"submit\" [disabled]=\"form.invalid\">\n Submit\n </button>\n </div>\n </div>\n </form>\n </div>\n </div>\n </valtimo-widget>\n </div>\n </div>\n</div>\n","/*\n * Copyright 2015-2020 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {Component, OnInit} from '@angular/core';\nimport {FormBuilder, FormControl, FormGroup, Validators} from '@angular/forms';\nimport {ChoiceField, ChoiceFieldValue} from '../models';\nimport {ActivatedRoute, Router} from '@angular/router';\nimport {ChoiceFieldService} from '../choice-field.service';\nimport {AlertService} from '@valtimo/components';\n\n@Component({\n selector: 'valtimo-choice-field-value-detail',\n templateUrl: './choice-field-value-detail.component.html',\n styleUrls: ['./choice-field-value-detail.component.css'],\n})\nexport class ChoiceFieldValueDetailComponent implements OnInit {\n public choiceFieldValueId: string;\n public form: FormGroup;\n public choiceField: ChoiceField;\n public choiceFieldValue: ChoiceFieldValue;\n\n constructor(\n private router: Router,\n private route: ActivatedRoute,\n private formBuilder: FormBuilder,\n private service: ChoiceFieldService,\n private alertService: AlertService\n ) {\n const snapshot = this.route.snapshot.paramMap;\n this.choiceFieldValueId = snapshot.get('valueId');\n }\n\n ngOnInit() {\n this.reset();\n }\n\n public get formControls() {\n return this.form.controls;\n }\n\n private initData(choiceFieldValueId) {\n this.service.getValue(choiceFieldValueId).subscribe(result => {\n this.choiceField = result.choiceField;\n this.choiceFieldValue = result;\n this.setValues();\n });\n }\n\n private createFormGroup() {\n return this.formBuilder.group({\n id: new FormControl('', Validators.required),\n name: new FormControl('', Validators.required),\n value: new FormControl('', Validators.required),\n sortOrder: new FormControl('', Validators.required),\n deprecated: new FormControl('', Validators.required),\n });\n }\n\n private setValues() {\n if (this.choiceField) {\n // set form values\n this.form.controls.id.setValue(this.choiceFieldValue.id);\n this.form.controls.name.setValue(this.choiceFieldValue.name);\n this.form.controls.value.setValue(this.choiceFieldValue.value);\n this.form.controls.sortOrder.setValue(this.choiceFieldValue.sortOrder);\n this.form.controls.deprecated.setValue(this.choiceFieldValue.deprecated);\n }\n }\n\n public reset() {\n this.form = this.createFormGroup();\n this.initData(this.choiceFieldValueId);\n }\n\n public onSubmit() {\n this.service.updateValue(this.form.value, this.choiceField.keyName).subscribe(() => {\n this.reset();\n this.alertService.success('Choice field value details have been updated');\n });\n }\n}\n","<!--\n ~ Copyright 2015-2020 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<div class=\"main-content\">\n <div class=\"container-fluid\">\n <div class=\"col-12 px-0 mb-5\">\n <valtimo-widget *ngIf=\"choiceField\">\n <div>\n <div class=\"card-body bg-light\">\n <div class=\"row py-5\">\n <div class=\"col-12\">\n <div class=\"row mb-3\">\n <div class=\"col-12\">\n <strong>Choice field</strong>\n <hr />\n </div>\n </div>\n <div class=\"row mb-3\">\n <div class=\"col-12 col-sm-3 text-sm-right\"><strong>ID</strong></div>\n <div class=\"col-12 col-sm-8 col-lg-6\">{{ choiceField.id }}</div>\n </div>\n <div class=\"row mb-3\">\n <div class=\"col-12 col-sm-3 text-sm-right\"><strong>Key</strong></div>\n <div class=\"col-12 col-sm-8 col-lg-6\">{{ choiceField.keyName }}</div>\n </div>\n <div class=\"row mb-3\">\n <div class=\"col-12 col-sm-3 text-sm-right\"><strong>Title</strong></div>\n <div class=\"col-12 col-sm-8 col-lg-6\">{{ choiceField.title }}</div>\n </div>\n <div class=\"row mb-3\">\n <div class=\"col-12 pt-3\">\n <strong>Choice field value</strong>\n <hr />\n </div>\n </div>\n <div class=\"row\">\n <div class=\"col-12 col-sm-3 text-sm-right\"><strong>ID</strong></div>\n <div class=\"col-12 col-sm-8 col-lg-6\">{{ choiceFieldValue.id }}</div>\n </div>\n </div>\n </div>\n </div>\n\n <div class=\"bg-white p-5\">\n <form [formGroup]=\"form\" (ngSubmit)=\"onSubmit()\">\n <div class=\"form-group row\">\n <label class=\"col-12 col-sm-3 col-form-label text-sm-right\" for=\"name\">Key</label>\n <div class=\"col-12 col-sm-8 col-lg-6\">\n <input\n valtimoFieldAutoFocus\n type=\"text\"\n id=\"name\"\n formControlName=\"name\"\n class=\"form-control\"\n placeholder=\"Choice field value key\"\n [ngClass]=\"{\n 'is-valid': formControls.name.touched && formControls.name.valid,\n 'is-invalid': formControls.name.touched && formControls.name.errors\n }\"\n required\n />\n <div\n *ngIf=\"formControls.name.touched && formControls.name.errors\"\n class=\"invalid-feedback\"\n >\n <div *ngIf=\"formControls.name.errors.required\">\n Choice field value key is required\n </div>\n </div>\n </div>\n </div>\n\n <div class=\"form-group row\">\n <label class=\"col-12 col-sm-3 col-form-label text-sm-right\" for=\"value\"\n >Value</label\n >\n <div class=\"col-12 col-sm-8 col-lg-6\">\n <input\n type=\"text\"\n id=\"value\"\n formControlName=\"value\"\n class=\"form-control\"\n placeholder=\"Choice field value\"\n [ngClass]=\"{\n 'is-valid': formControls.value.touched && formControls.value.valid,\n 'is-invalid': formControls.value.touched && formControls.value.errors\n }\"\n required\n />\n <div\n *ngIf=\"formControls.value.touched && formControls.value.errors\"\n class=\"invalid-feedback\"\n >\n <div *ngIf=\"formControls.value.errors.required\">\n Choice field value is required\n </div>\n </div>\n </div>\n </div>\n\n <div class=\"form-group row\">\n <label class=\"col-12 col-sm-3 col-form-label text-sm-right\" for=\"sortOrder\"\n >Sequence</label\n >\n <div class=\"col-12 col-sm-8 col-lg-6\">\n <input\n type=\"number\"\n id=\"sortOrder\"\n formControlName=\"sortOrder\"\n class=\"form-control\"\n placeholder=\"Choice field value sequence\"\n [ngClass]=\"{\n 'is-valid': formControls.sortOrder.touched && formControls.sortOrder.valid,\n 'is-invalid': formControls.sortOrder.touched && formControls.sortOrder.errors\n }\"\n required\n />\n <div\n *ngIf=\"formControls.sortOrder.touched && formControls.sortOrder.errors\"\n class=\"invalid-feedback\"\n >\n <div *ngIf=\"formControls.sortOrder.errors.required\">\n Choice field value sequence is required\n </div>\n </div>\n </div>\n </div>\n\n <div class=\"form-group row\">\n <label class=\"col-12 col-sm-3 col-form-label text-sm-right\" for=\"deprecated\"\n >Deprecated</label\n >\n <div class=\"col-12 col-sm-8 col-lg-6\">\n <div class=\"switch-button switch-button-sm switch-button-success\">\n <input type=\"checkbox\" formControlName=\"deprecated\" id=\"deprecated\" /><span>\n <label for=\"deprecated\"></label\n ></span>\n </div>\n </div>\n </div>\n\n <div class=\"row pt-3 mt-1\">\n <div class=\"col-12 col-sm-6 text-left\">\n <a [routerLink]=\"'../../'\" class=\"btn btn-space btn-default\">Back</a>\n </div>\n <div class=\"col-12 col-sm-6 text-right\">\n <button class=\"btn btn-space btn-secondary\" type=\"button\" (click)=\"reset()\">\n Reset\n </button>\n <button class=\"btn btn-space btn-primary\" type=\"submit\" [disabled]=\"form.invalid\">\n Submit\n </button>\n </div>\n </div>\n </form>\n </div>\n </div>\n </valtimo-widget>\n </div>\n </div>\n</div>\n","/*\n * Copyright 2015-2020 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {NgModule} from '@angular/core';\nimport {RouterModule, Routes} from '@angular/router';\nimport {CommonModule} from '@angular/common';\nimport {AuthGuardService} from '@valtimo/security';\nimport {ChoiceFieldListComponent} from './choice-field-list/choice-field-list.component';\nimport {ChoiceFieldDetailComponent} from './choice-field-detail/choice-field-detail.component';\nimport {ChoiceFieldCreateComponent} from './choice-field-create/choice-field-create.component';\nimport {ChoiceFieldValueCreateComponent} from './choice-field-value-create/choice-field-value-create.component';\nimport {ChoiceFieldValueDetailComponent} from './choice-field-value-detail/choice-field-value-detail.component';\nimport {ROLE_ADMIN} from '@valtimo/config';\n\nconst routes: Routes = [\n {\n path: 'choice-fields',\n data: {\n title: 'Choice fields',\n roles: [ROLE_ADMIN],\n },\n component: ChoiceFieldListComponent,\n canActivate: [AuthGuardService],\n },\n {\n path: 'choice-fields/field/:id',\n data: {\n title: 'Choice field details',\n roles: [ROLE_ADMIN],\n },\n component: ChoiceFieldDetailComponent,\n canActivate: [AuthGuardService],\n },\n {\n path: 'choice-fields/create',\n data: {\n title: 'Create new Choice field',\n roles: [ROLE_ADMIN],\n },\n component: ChoiceFieldCreateComponent,\n canActivate: [AuthGuardService],\n },\n {\n path: 'choice-fields/field/:id/create-value',\n data: {\n title: 'Create new Choice field value',\n roles: [ROLE_ADMIN],\n },\n component: ChoiceFieldValueCreateComponent,\n canActivate: [AuthGuardService],\n },\n {\n path: 'choice-fields/field/:id/value/:valueId',\n data: {\n title: 'Choice field value details',\n roles: [ROLE_ADMIN],\n },\n component: ChoiceFieldValueDetailComponent,\n canActivate: [AuthGuardService],\n },\n];\n\n@NgModule({\n imports: [CommonModule, RouterModule.forChild(routes)],\n exports: [RouterModule],\n})\nexport class ChoiceFieldRoutingModule {}\n","/*\n * Copyright 2015-2020 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport {NgModule} from '@angular/core';\nimport {CommonModule} from '@angular/common';\nimport {FormsModule, ReactiveFormsModule} from '@angular/forms';\nimport {AlertModule, FieldAutoFocusModule, ListModule, WidgetModule} from '@valtimo/components';\nimport {ChoiceFieldRoutingModule} from './choice-field-routing.module';\nimport {ChoiceFieldListComponent} from './choice-field-list/choice-field-list.component';\nimport {ChoiceFieldDetailComponent} from './choice-field-detail/choice-field-detail.component';\nimport {ChoiceFieldCreateComponent} from './choice-field-create/choice-field-create.component';\nimport {ChoiceFieldValueListComponent} from './choice-field-value-list/choice-field-value-list.component';\nimport {ChoiceFieldValueCreateComponent} from './choice-field-value-create/choice-field-value-create.component';\nimport {ChoiceFieldValueDetailComponent} from './choice-field-value-detail/choice-field-value-detail.component';\nimport {TranslateModule} from '@ngx-translate/core';\n\n@NgModule({\n declarations: [\n ChoiceFieldListComponent,\n ChoiceFieldDetailComponent,\n ChoiceFieldCreateComponent,\n ChoiceFieldValueListComponent,\n ChoiceFieldValueCreateComponent,\n ChoiceFieldValueDetailComponent,\n ],\n imports: [\n CommonModule,\n ListModule,\n WidgetModule,\n FieldAutoFocusModule,\n FormsModule,\n ReactiveFormsModule,\n ChoiceFieldRoutingModule,\n AlertModule,\n TranslateModule,\n ],\n exports: [],\n})\nexport class ChoiceFieldModule {}\n","/*\n * Copyright 2015-2020 Ritense BV, the Netherlands.\n *\n * Licensed under EUPL, Version 1.2 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" basis,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/*\n * Public API Surface of choice-field\n */\n\nexport * from './lib/models';\nexport * from './lib/choice-field.service';\nexport * from './lib/choice-field.module';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":["i1","i2.ChoiceFieldService","i3","i4","i2","i3.ChoiceFieldService","i5","i5.ChoiceFieldValueListComponent","i6"],"mappings":"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"}
@@ -3,6 +3,7 @@ import { Router } from '@angular/router';
3
3
  import { FormBuilder, FormGroup } from '@angular/forms';
4
4
  import { ChoiceFieldService } from '../choice-field.service';
5
5
  import { AlertService } from '@valtimo/components';
6
+ import * as i0 from "@angular/core";
6
7
  export declare class ChoiceFieldCreateComponent implements OnInit {
7
8
  private router;
8
9
  private formBuilder;
@@ -17,4 +18,7 @@ export declare class ChoiceFieldCreateComponent implements OnInit {
17
18
  private createFormGroup;
18
19
  onSubmit(): void;
19
20
  reset(): void;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChoiceFieldCreateComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChoiceFieldCreateComponent, "valtimo-choice-field-create", never, {}, {}, never, never>;
20
23
  }
24
+ //# sourceMappingURL=choice-field-create.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"choice-field-create.component.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/choice-field/src/lib/choice-field-create/choice-field-create.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,MAAM,EAAC,MAAM,eAAe,CAAC;AAChD,OAAO,EAAC,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACvC,OAAO,EAAC,WAAW,EAAe,SAAS,EAAa,MAAM,gBAAgB,CAAC;AAC/E,OAAO,EAAC,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AAC3D,OAAO,EAAC,YAAY,EAAC,MAAM,qBAAqB,CAAC;;AAEjD,qBAKa,0BAA2B,YAAW,MAAM;IAIrD,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,YAAY;IANf,IAAI,EAAE,SAAS,CAAC;gBAGb,MAAM,EAAE,MAAM,EACd,WAAW,EAAE,WAAW,EACxB,OAAO,EAAE,kBAAkB,EAC3B,YAAY,EAAE,YAAY;IAGpC,QAAQ;IAIR,IAAW,YAAY;;MAEtB;IAED,OAAO,CAAC,eAAe;IAOhB,QAAQ;IAOR,KAAK;yCAhCD,0BAA0B;2CAA1B,0BAA0B;CAmCtC"}
@@ -4,6 +4,7 @@ import { ActivatedRoute, Router } from '@angular/router';
4
4
  import { ChoiceFieldService } from '../choice-field.service';
5
5
  import { ChoiceField } from '../models';
6
6
  import { AlertService } from '@valtimo/components';
7
+ import * as i0 from "@angular/core";
7
8
  export declare class ChoiceFieldDetailComponent implements OnInit, OnDestroy {
8
9
  private router;
9
10
  private route;
@@ -27,4 +28,7 @@ export declare class ChoiceFieldDetailComponent implements OnInit, OnDestroy {
27
28
  delete(): void;
28
29
  private deleteConfirmed;
29
30
  onSubmit(): void;
31
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChoiceFieldDetailComponent, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChoiceFieldDetailComponent, "valtimo-choice-field-detail", never, {}, {}, never, never>;
30
33
  }
34
+ //# sourceMappingURL=choice-field-detail.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"choice-field-detail.component.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/choice-field/src/lib/choice-field-detail/choice-field-detail.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,SAAS,EAAE,MAAM,EAAC,MAAM,eAAe,CAAC;AAC3D,OAAO,EAAC,WAAW,EAAe,SAAS,EAAa,MAAM,gBAAgB,CAAC;AAC/E,OAAO,EAAC,cAAc,EAAE,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACvD,OAAO,EAAC,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AAC3D,OAAO,EAAC,WAAW,EAAC,MAAM,WAAW,CAAC;AACtC,OAAO,EAAC,YAAY,EAAC,MAAM,qBAAqB,CAAC;;AAIjD,qBAKa,0BAA2B,YAAW,MAAM,EAAE,SAAS;IAOhE,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,YAAY;IAVf,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,SAAS,CAAC;IAChB,WAAW,EAAE,WAAW,CAAC;IAChC,OAAO,CAAC,QAAQ,CAAoC;gBAG1C,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,cAAc,EACrB,WAAW,EAAE,WAAW,EACxB,OAAO,EAAE,kBAAkB,EAC3B,YAAY,EAAE,YAAY;IAMpC,QAAQ;IAIR,WAAW;IAIX,IAAW,YAAY;;MAEtB;IAED,OAAO,CAAC,QAAQ;IAOhB,OAAO,CAAC,SAAS;IASjB,OAAO,CAAC,eAAe;IAQhB,KAAK;IAKL,MAAM;IA6Bb,OAAO,CAAC,eAAe;IAOhB,QAAQ;yCA9FJ,0BAA0B;2CAA1B,0BAA0B;CAoGtC"}
@@ -2,6 +2,7 @@ import { OnInit } from '@angular/core';
2
2
  import { Router } from '@angular/router';
3
3
  import { ChoiceField } from '../models';
4
4
  import { ChoiceFieldService } from '../choice-field.service';
5
+ import * as i0 from "@angular/core";
5
6
  export declare class ChoiceFieldListComponent implements OnInit {
6
7
  private router;
7
8
  private service;
@@ -20,4 +21,7 @@ export declare class ChoiceFieldListComponent implements OnInit {
20
21
  private initData;
21
22
  rowClick(data: any): void;
22
23
  paginationClicked(page: any): void;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChoiceFieldListComponent, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChoiceFieldListComponent, "valtimo-choice-field-list", never, {}, {}, never, never>;
23
26
  }
27
+ //# sourceMappingURL=choice-field-list.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"choice-field-list.component.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/choice-field/src/lib/choice-field-list/choice-field-list.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,MAAM,EAAC,MAAM,eAAe,CAAC;AAChD,OAAO,EAAC,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACvC,OAAO,EAAC,WAAW,EAAC,MAAM,WAAW,CAAC;AACtC,OAAO,EAAC,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;;AAE3D,qBAKa,wBAAyB,YAAW,MAAM;IAwBzC,OAAO,CAAC,MAAM;IAAU,OAAO,CAAC,OAAO;IAvB5C,YAAY,EAAE,KAAK,CAAC,WAAW,CAAC,CAAM;IACtC,UAAU;;;;;MAKf;IACK,SAAS,SAAK;IACd,MAAM,EAAE,KAAK,CAAC,GAAG,CAAC,CAavB;gBAEkB,MAAM,EAAE,MAAM,EAAU,OAAO,EAAE,kBAAkB;IAEvE,QAAQ;IAER,aAAa;IAIb,OAAO,CAAC,QAAQ;IAOT,QAAQ,CAAC,IAAI,KAAA;IAIb,iBAAiB,CAAC,IAAI,KAAA;yCA3ClB,wBAAwB;2CAAxB,wBAAwB;CA+CpC"}
@@ -1,2 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "@angular/router";
1
4
  export declare class ChoiceFieldRoutingModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChoiceFieldRoutingModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ChoiceFieldRoutingModule, never, [typeof i1.CommonModule, typeof i2.RouterModule], [typeof i2.RouterModule]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<ChoiceFieldRoutingModule>;
2
8
  }
9
+ //# sourceMappingURL=choice-field-routing.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"choice-field-routing.module.d.ts","sourceRoot":"","sources":["../../../../projects/valtimo/choice-field/src/lib/choice-field-routing.module.ts"],"names":[],"mappings":";;;AA2EA,qBAIa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB;0CAAxB,wBAAwB;CAAG"}
@@ -4,6 +4,7 @@ import { ChoiceField } from '../models';
4
4
  import { ActivatedRoute, Router } from '@angular/router';
5
5
  import { ChoiceFieldService } from '../choice-field.service';
6
6
  import { AlertService } from '@valtimo/components';
7
+ import * as i0 from "@angular/core";
7
8
  export declare class ChoiceFieldValueCreateComponent implements OnInit {
8
9
  private router;
9
10
  private route;
@@ -23,4 +24,7 @@ export declare class ChoiceFieldValueCreateComponent implements OnInit {
23
24
  private setValues;
24
25
  onSubmit(): void;
25
26
  reset(): void;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChoiceFieldValueCreateComponent, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChoiceFieldValueCreateComponent, "valtimo-choice-field-value-create", never, {}, {}, never, never>;
26
29
  }
30
+ //# sourceMappingURL=choice-field-value-create.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"choice-field-value-create.component.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/choice-field/src/lib/choice-field-value-create/choice-field-value-create.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,MAAM,EAAC,MAAM,eAAe,CAAC;AAChD,OAAO,EAAC,WAAW,EAAe,SAAS,EAAa,MAAM,gBAAgB,CAAC;AAC/E,OAAO,EAAC,WAAW,EAAC,MAAM,WAAW,CAAC;AACtC,OAAO,EAAC,cAAc,EAAE,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACvD,OAAO,EAAC,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AAC3D,OAAO,EAAC,YAAY,EAAC,MAAM,qBAAqB,CAAC;;AAEjD,qBAKa,+BAAgC,YAAW,MAAM;IAM1D,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,YAAY;IATf,aAAa,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE,SAAS,CAAC;IAChB,WAAW,EAAE,WAAW,CAAC;gBAGtB,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,cAAc,EACrB,WAAW,EAAE,WAAW,EACxB,OAAO,EAAE,kBAAkB,EAC3B,YAAY,EAAE,YAAY;IAMpC,QAAQ;IAIR,IAAW,YAAY;;MAEtB;IAED,OAAO,CAAC,eAAe;IASvB,OAAO,CAAC,QAAQ;IAOhB,OAAO,CAAC,SAAS;IAOV,QAAQ;IAOR,KAAK;yCAtDD,+BAA+B;2CAA/B,+BAA+B;CA0D3C"}
@@ -4,6 +4,7 @@ import { ChoiceField, ChoiceFieldValue } from '../models';
4
4
  import { ActivatedRoute, Router } from '@angular/router';
5
5
  import { ChoiceFieldService } from '../choice-field.service';
6
6
  import { AlertService } from '@valtimo/components';
7
+ import * as i0 from "@angular/core";
7
8
  export declare class ChoiceFieldValueDetailComponent implements OnInit {
8
9
  private router;
9
10
  private route;
@@ -24,4 +25,7 @@ export declare class ChoiceFieldValueDetailComponent implements OnInit {
24
25
  private setValues;
25
26
  reset(): void;
26
27
  onSubmit(): void;
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChoiceFieldValueDetailComponent, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChoiceFieldValueDetailComponent, "valtimo-choice-field-value-detail", never, {}, {}, never, never>;
27
30
  }
31
+ //# sourceMappingURL=choice-field-value-detail.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"choice-field-value-detail.component.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/choice-field/src/lib/choice-field-value-detail/choice-field-value-detail.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,MAAM,EAAC,MAAM,eAAe,CAAC;AAChD,OAAO,EAAC,WAAW,EAAe,SAAS,EAAa,MAAM,gBAAgB,CAAC;AAC/E,OAAO,EAAC,WAAW,EAAE,gBAAgB,EAAC,MAAM,WAAW,CAAC;AACxD,OAAO,EAAC,cAAc,EAAE,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACvD,OAAO,EAAC,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AAC3D,OAAO,EAAC,YAAY,EAAC,MAAM,qBAAqB,CAAC;;AAEjD,qBAKa,+BAAgC,YAAW,MAAM;IAO1D,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,YAAY;IAVf,kBAAkB,EAAE,MAAM,CAAC;IAC3B,IAAI,EAAE,SAAS,CAAC;IAChB,WAAW,EAAE,WAAW,CAAC;IACzB,gBAAgB,EAAE,gBAAgB,CAAC;gBAGhC,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,cAAc,EACrB,WAAW,EAAE,WAAW,EACxB,OAAO,EAAE,kBAAkB,EAC3B,YAAY,EAAE,YAAY;IAMpC,QAAQ;IAIR,IAAW,YAAY;;MAEtB;IAED,OAAO,CAAC,QAAQ;IAQhB,OAAO,CAAC,eAAe;IAUvB,OAAO,CAAC,SAAS;IAWV,KAAK;IAKL,QAAQ;yCA3DJ,+BAA+B;2CAA/B,+BAA+B;CAiE3C"}
@@ -3,6 +3,7 @@ import { FormBuilder, FormGroup } from '@angular/forms';
3
3
  import { ChoiceField, ChoiceFieldValue } from '../models';
4
4
  import { ActivatedRoute, Router } from '@angular/router';
5
5
  import { ChoiceFieldService } from '../choice-field.service';
6
+ import * as i0 from "@angular/core";
6
7
  export declare class ChoiceFieldValueListComponent implements OnInit {
7
8
  private router;
8
9
  private route;
@@ -26,4 +27,7 @@ export declare class ChoiceFieldValueListComponent implements OnInit {
26
27
  private initData;
27
28
  rowClick(data: any): void;
28
29
  paginationClicked(page: any): void;
30
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChoiceFieldValueListComponent, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChoiceFieldValueListComponent, "valtimo-choice-field-value-list", never, {}, {}, never, never>;
29
32
  }
33
+ //# sourceMappingURL=choice-field-value-list.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"choice-field-value-list.component.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/choice-field/src/lib/choice-field-value-list/choice-field-value-list.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,MAAM,EAAC,MAAM,eAAe,CAAC;AAChD,OAAO,EAAC,WAAW,EAAE,SAAS,EAAC,MAAM,gBAAgB,CAAC;AACtD,OAAO,EAAC,WAAW,EAAE,gBAAgB,EAAC,MAAM,WAAW,CAAC;AACxD,OAAO,EAAC,cAAc,EAAE,MAAM,EAAC,MAAM,iBAAiB,CAAC;AACvD,OAAO,EAAC,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;;AAE3D,qBAKa,6BAA8B,YAAW,MAAM;IAoCxD,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,OAAO;IAtCV,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,SAAS,CAAC;IAChB,WAAW,EAAE,WAAW,CAAC;IACzB,iBAAiB,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAM;IAChD,UAAU;;;;;MAKf;IACK,SAAS,SAAK;IACd,MAAM,EAAE,KAAK,CAAC,GAAG,CAAC,CAqBvB;gBAGQ,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,cAAc,EACrB,WAAW,EAAE,WAAW,EACxB,OAAO,EAAE,kBAAkB;IAMrC,QAAQ;IAIR,aAAa;IAIb,OAAO,CAAC,QAAQ;IAeT,QAAQ,CAAC,IAAI,KAAA;IAIb,iBAAiB,CAAC,IAAI,KAAA;yCAxElB,6BAA6B;2CAA7B,6BAA6B;CA4EzC"}
@@ -1,2 +1,18 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./choice-field-list/choice-field-list.component";
3
+ import * as i2 from "./choice-field-detail/choice-field-detail.component";
4
+ import * as i3 from "./choice-field-create/choice-field-create.component";
5
+ import * as i4 from "./choice-field-value-list/choice-field-value-list.component";
6
+ import * as i5 from "./choice-field-value-create/choice-field-value-create.component";
7
+ import * as i6 from "./choice-field-value-detail/choice-field-value-detail.component";
8
+ import * as i7 from "@angular/common";
9
+ import * as i8 from "@valtimo/components";
10
+ import * as i9 from "@angular/forms";
11
+ import * as i10 from "./choice-field-routing.module";
12
+ import * as i11 from "@ngx-translate/core";
1
13
  export declare class ChoiceFieldModule {
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChoiceFieldModule, never>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ChoiceFieldModule, [typeof i1.ChoiceFieldListComponent, typeof i2.ChoiceFieldDetailComponent, typeof i3.ChoiceFieldCreateComponent, typeof i4.ChoiceFieldValueListComponent, typeof i5.ChoiceFieldValueCreateComponent, typeof i6.ChoiceFieldValueDetailComponent], [typeof i7.CommonModule, typeof i8.ListModule, typeof i8.WidgetModule, typeof i8.FieldAutoFocusModule, typeof i9.FormsModule, typeof i9.ReactiveFormsModule, typeof i10.ChoiceFieldRoutingModule, typeof i8.AlertModule, typeof i11.TranslateModule], never>;
16
+ static ɵinj: i0.ɵɵInjectorDeclaration<ChoiceFieldModule>;
2
17
  }
18
+ //# sourceMappingURL=choice-field.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"choice-field.module.d.ts","sourceRoot":"","sources":["../../../../projects/valtimo/choice-field/src/lib/choice-field.module.ts"],"names":[],"mappings":";;;;;;;;;;;;AA6BA,qBAsBa,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAAG"}
@@ -1,6 +1,7 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
3
  import { ConfigService } from '@valtimo/config';
4
+ import * as i0 from "@angular/core";
4
5
  export declare class ChoiceFieldService {
5
6
  private http;
6
7
  private configService;
@@ -15,4 +16,7 @@ export declare class ChoiceFieldService {
15
16
  getValue(choiceFieldId: string): Observable<any>;
16
17
  updateValue(choiceFieldValue: any, choiceFieldName: string): Observable<any>;
17
18
  createValue(choiceFieldValue: any, choiceFieldName: string): Observable<any>;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChoiceFieldService, never>;
20
+ static ɵprov: i0.ɵɵInjectableDeclaration<ChoiceFieldService>;
18
21
  }
22
+ //# sourceMappingURL=choice-field.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"choice-field.service.d.ts","sourceRoot":"","sources":["../../../../projects/valtimo/choice-field/src/lib/choice-field.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAEhC,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;;AAE9C,qBAGa,kBAAkB;IAGjB,OAAO,CAAC,IAAI;IAAc,OAAO,CAAC,aAAa;IAF3D,OAAO,CAAC,gBAAgB,CAAM;gBAEV,IAAI,EAAE,UAAU,EAAU,aAAa,EAAE,aAAa;IAI1E,KAAK,CAAC,MAAM,CAAC,EAAE,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC;IAOpC,GAAG,CAAC,EAAE,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAIhC,MAAM,CAAC,WAAW,EAAE,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC;IAIzC,MAAM,CAAC,EAAE,EAAE,GAAG;IAId,MAAM,CAAC,WAAW,EAAE,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC;IAIzC,WAAW,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC;IAO3D,QAAQ,CAAC,aAAa,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAMhD,WAAW,CAAC,gBAAgB,EAAE,GAAG,EAAE,eAAe,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAU5E,WAAW,CAAC,gBAAgB,EAAE,GAAG,EAAE,eAAe,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;yCArDjE,kBAAkB;6CAAlB,kBAAkB;CA4D9B"}
@@ -12,3 +12,4 @@ export interface ChoiceFieldValue {
12
12
  value: string;
13
13
  deprecatedDisplayString: string;
14
14
  }
15
+ //# sourceMappingURL=choice-field.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"choice-field.model.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/choice-field/src/lib/models/choice-field.model.ts"],"names":[],"mappings":"AAgBA,MAAM,WAAW,WAAW;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,OAAO,CAAC;CAChB;AAED,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,WAAW,CAAC;IACzB,UAAU,EAAE,OAAO,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,uBAAuB,EAAE,MAAM,CAAC;CACjC"}
@@ -18,3 +18,4 @@ export interface ChoicefieldValue {
18
18
  value: string;
19
19
  choiceField: any;
20
20
  }
21
+ //# sourceMappingURL=choicefield-value.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"choicefield-value.model.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/choice-field/src/lib/models/choicefield-value.model.ts"],"names":[],"mappings":"AAgBA,MAAM,WAAW,iBAAiB;IAChC,SAAS,EAAE,MAAM,CAAC;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAC,CAAC;IACjC,uBAAuB,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAC,CAAC;CAClD;AAED,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,GAAG,CAAC;CAClB"}
@@ -1,2 +1,3 @@
1
1
  export * from './choice-field.model';
2
2
  export * from './choicefield-value.model';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/choice-field/src/lib/models/index.ts"],"names":[],"mappings":"AAkBA,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC"}
package/package.json CHANGED
@@ -1,20 +1,32 @@
1
1
  {
2
2
  "name": "@valtimo/choice-field",
3
3
  "license": "EUPL-1.2",
4
- "version": "4.23.0",
4
+ "version": "5.2.0",
5
5
  "peerDependencies": {
6
- "@angular/common": "^10.0.11",
7
- "@angular/core": "^10.0.11"
6
+ "@angular/common": "^13.2.3",
7
+ "@angular/core": "^13.2.3"
8
8
  },
9
9
  "dependencies": {
10
10
  "tslib": "^2.0.0"
11
11
  },
12
- "main": "bundles/valtimo-choice-field.umd.js",
13
- "module": "fesm2015/valtimo-choice-field.js",
14
- "es2015": "fesm2015/valtimo-choice-field.js",
15
- "esm2015": "esm2015/valtimo-choice-field.js",
16
- "fesm2015": "fesm2015/valtimo-choice-field.js",
12
+ "module": "fesm2015/valtimo-choice-field.mjs",
13
+ "es2020": "fesm2020/valtimo-choice-field.mjs",
14
+ "esm2020": "esm2020/valtimo-choice-field.mjs",
15
+ "fesm2020": "fesm2020/valtimo-choice-field.mjs",
16
+ "fesm2015": "fesm2015/valtimo-choice-field.mjs",
17
17
  "typings": "valtimo-choice-field.d.ts",
18
- "metadata": "valtimo-choice-field.metadata.json",
18
+ "exports": {
19
+ "./package.json": {
20
+ "default": "./package.json"
21
+ },
22
+ ".": {
23
+ "types": "./valtimo-choice-field.d.ts",
24
+ "esm2020": "./esm2020/valtimo-choice-field.mjs",
25
+ "es2020": "./fesm2020/valtimo-choice-field.mjs",
26
+ "es2015": "./fesm2015/valtimo-choice-field.mjs",
27
+ "node": "./fesm2015/valtimo-choice-field.mjs",
28
+ "default": "./fesm2020/valtimo-choice-field.mjs"
29
+ }
30
+ },
19
31
  "sideEffects": false
20
- }
32
+ }
package/public_api.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  export * from './lib/models';
2
2
  export * from './lib/choice-field.service';
3
3
  export * from './lib/choice-field.module';
4
+ //# sourceMappingURL=public_api.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"public_api.d.ts","sourceRoot":"","sources":["../../../projects/valtimo/choice-field/src/public_api.ts"],"names":[],"mappings":"AAoBA,cAAc,cAAc,CAAC;AAC7B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC"}
@@ -1,11 +1,6 @@
1
1
  /**
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
+ /// <amd-module name="@valtimo/choice-field" />
4
5
  export * from './public_api';
5
- export { ChoiceFieldCreateComponent as ɵc } from './lib/choice-field-create/choice-field-create.component';
6
- export { ChoiceFieldDetailComponent as ɵb } from './lib/choice-field-detail/choice-field-detail.component';
7
- export { ChoiceFieldListComponent as ɵa } from './lib/choice-field-list/choice-field-list.component';
8
- export { ChoiceFieldRoutingModule as ɵg } from './lib/choice-field-routing.module';
9
- export { ChoiceFieldValueCreateComponent as ɵe } from './lib/choice-field-value-create/choice-field-value-create.component';
10
- export { ChoiceFieldValueDetailComponent as ɵf } from './lib/choice-field-value-detail/choice-field-value-detail.component';
11
- export { ChoiceFieldValueListComponent as ɵd } from './lib/choice-field-value-list/choice-field-value-list.component';
6
+ //# sourceMappingURL=valtimo-choice-field.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"valtimo-choice-field.d.ts","sourceRoot":"","sources":["../../../projects/valtimo/choice-field/src/valtimo-choice-field.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}