@csmart/ngc-smart-victim 1.14.44 → 1.14.45
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +25 -25
- package/esm2020/lib/caseNote/caseNote.component.mjs +194 -0
- package/esm2020/lib/common-dialog/common-dialog.component.mjs +23 -0
- package/esm2020/lib/common-dialog/common-dialog.module.mjs +34 -0
- package/esm2020/lib/common-dialog/common-dialog.service.mjs +33 -0
- package/esm2020/lib/contact/contact.component.mjs +140 -0
- package/esm2020/lib/email.services.mjs +42 -0
- package/esm2020/lib/intake.service.mjs +57 -0
- package/esm2020/lib/safetyPlan/serviceProvider.component.mjs +99 -0
- package/esm2020/lib/safetyPlan/victimSafetyPlan.component.mjs +116 -0
- package/esm2020/lib/safetyPlan/victimSafetyPlanDetail.component.mjs +340 -0
- package/esm2020/lib/shared/app.shared.module.mjs +215 -0
- package/esm2020/lib/shared/validators/date.validator.mjs +59 -0
- package/esm2020/lib/smart-victim-delete-confirm.component.mjs +44 -0
- package/esm2020/lib/smart-victim-detail/smart-victim-detail.component.mjs +1104 -0
- package/esm2020/lib/smart-victim.component.mjs +314 -0
- package/esm2020/lib/smart-victim.model.mjs +133 -0
- package/esm2020/lib/smart-victim.module.mjs +128 -0
- package/esm2020/lib/smart-victim.service.mjs +352 -0
- package/{esm2022 → esm2020}/lib/victim-routing.module.mjs +5 -5
- package/esm2020/lib/victimSearch/VictimSearchFilter.mjs +3 -0
- package/esm2020/lib/victimSearch/victimSearchForm.component.mjs +38 -0
- package/{esm2022 → esm2020}/public-api.mjs +1 -1
- package/fesm2015/csmart-ngc-smart-victim.mjs +3273 -0
- package/fesm2015/csmart-ngc-smart-victim.mjs.map +1 -0
- package/fesm2020/csmart-ngc-smart-victim.mjs +3261 -0
- package/fesm2020/csmart-ngc-smart-victim.mjs.map +1 -0
- package/lib/caseNote/caseNote.component.d.ts +2 -2
- package/lib/common-dialog/common-dialog.component.d.ts +1 -1
- package/lib/contact/contact.component.d.ts +1 -1
- package/lib/safetyPlan/serviceProvider.component.d.ts +1 -1
- package/lib/safetyPlan/victimSafetyPlan.component.d.ts +2 -2
- package/lib/safetyPlan/victimSafetyPlanDetail.component.d.ts +2 -2
- package/lib/smart-victim-delete-confirm.component.d.ts +1 -1
- package/lib/smart-victim-detail/smart-victim-detail.component.d.ts +2 -2
- package/lib/smart-victim.component.d.ts +2 -2
- package/lib/victimSearch/victimSearchForm.component.d.ts +1 -1
- package/package.json +11 -5
- package/esm2022/lib/caseNote/caseNote.component.mjs +0 -219
- package/esm2022/lib/common-dialog/common-dialog.component.mjs +0 -26
- package/esm2022/lib/common-dialog/common-dialog.module.mjs +0 -34
- package/esm2022/lib/common-dialog/common-dialog.service.mjs +0 -34
- package/esm2022/lib/contact/contact.component.mjs +0 -158
- package/esm2022/lib/email.services.mjs +0 -43
- package/esm2022/lib/intake.service.mjs +0 -59
- package/esm2022/lib/safetyPlan/serviceProvider.component.mjs +0 -105
- package/esm2022/lib/safetyPlan/victimSafetyPlan.component.mjs +0 -146
- package/esm2022/lib/safetyPlan/victimSafetyPlanDetail.component.mjs +0 -372
- package/esm2022/lib/shared/app.shared.module.mjs +0 -215
- package/esm2022/lib/shared/validators/date.validator.mjs +0 -59
- package/esm2022/lib/smart-victim-delete-confirm.component.mjs +0 -46
- package/esm2022/lib/smart-victim-detail/smart-victim-detail.component.mjs +0 -1141
- package/esm2022/lib/smart-victim.component.mjs +0 -343
- package/esm2022/lib/smart-victim.model.mjs +0 -233
- package/esm2022/lib/smart-victim.module.mjs +0 -128
- package/esm2022/lib/smart-victim.service.mjs +0 -357
- package/esm2022/lib/victimSearch/VictimSearchFilter.mjs +0 -8
- package/esm2022/lib/victimSearch/victimSearchForm.component.mjs +0 -37
- package/fesm2022/csmart-ngc-smart-victim.mjs +0 -3556
- package/fesm2022/csmart-ngc-smart-victim.mjs.map +0 -1
- /package/{esm2022 → esm2020}/csmart-ngc-smart-victim.mjs +0 -0
- /package/{esm2022 → esm2020}/lib/shared/validators/index.mjs +0 -0
File without changes
|
File without changes
|