@csmart/ngc-smart-victim 1.14.43 → 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/csmart-ngc-smart-victim.mjs +4 -4
- package/esm2020/lib/caseNote/caseNote.component.mjs +194 -194
- package/esm2020/lib/common-dialog/common-dialog.component.mjs +23 -23
- package/esm2020/lib/common-dialog/common-dialog.module.mjs +34 -34
- package/esm2020/lib/common-dialog/common-dialog.service.mjs +33 -33
- package/esm2020/lib/contact/contact.component.mjs +140 -140
- package/esm2020/lib/email.services.mjs +42 -42
- package/esm2020/lib/intake.service.mjs +57 -57
- package/esm2020/lib/safetyPlan/serviceProvider.component.mjs +99 -99
- package/esm2020/lib/safetyPlan/victimSafetyPlan.component.mjs +116 -116
- package/esm2020/lib/safetyPlan/victimSafetyPlanDetail.component.mjs +340 -340
- package/esm2020/lib/shared/app.shared.module.mjs +215 -215
- package/esm2020/lib/shared/validators/date.validator.mjs +59 -59
- package/esm2020/lib/shared/validators/index.mjs +1 -1
- package/esm2020/lib/smart-victim-delete-confirm.component.mjs +44 -44
- package/esm2020/lib/smart-victim-detail/smart-victim-detail.component.mjs +1104 -1104
- package/esm2020/lib/smart-victim.component.mjs +314 -314
- package/esm2020/lib/smart-victim.model.mjs +133 -133
- package/esm2020/lib/smart-victim.module.mjs +128 -128
- package/esm2020/lib/smart-victim.service.mjs +352 -352
- package/esm2020/lib/victim-routing.module.mjs +41 -41
- package/esm2020/lib/victimSearch/VictimSearchFilter.mjs +3 -3
- package/esm2020/lib/victimSearch/victimSearchForm.component.mjs +38 -38
- package/esm2020/public-api.mjs +11 -11
- package/fesm2015/csmart-ngc-smart-victim.mjs +3150 -3150
- package/fesm2015/csmart-ngc-smart-victim.mjs.map +1 -1
- package/fesm2020/csmart-ngc-smart-victim.mjs +3138 -3138
- package/fesm2020/csmart-ngc-smart-victim.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/lib/caseNote/caseNote.component.d.ts +51 -51
- package/lib/common-dialog/common-dialog.component.d.ts +14 -14
- package/lib/common-dialog/common-dialog.module.d.ts +8 -8
- package/lib/common-dialog/common-dialog.service.d.ts +11 -11
- package/lib/contact/contact.component.d.ts +40 -40
- package/lib/email.services.d.ts +11 -11
- package/lib/intake.service.d.ts +57 -57
- package/lib/safetyPlan/serviceProvider.component.d.ts +19 -19
- package/lib/safetyPlan/victimSafetyPlan.component.d.ts +54 -54
- package/lib/safetyPlan/victimSafetyPlanDetail.component.d.ts +62 -62
- package/lib/shared/app.shared.module.d.ts +33 -33
- package/lib/shared/validators/date.validator.d.ts +9 -9
- package/lib/shared/validators/index.d.ts +1 -1
- package/lib/smart-victim-delete-confirm.component.d.ts +12 -12
- package/lib/smart-victim-detail/smart-victim-detail.component.d.ts +129 -129
- package/lib/smart-victim.component.d.ts +68 -68
- package/lib/smart-victim.model.d.ts +205 -205
- package/lib/smart-victim.module.d.ts +49 -49
- package/lib/smart-victim.service.d.ts +71 -71
- package/lib/victim-routing.module.d.ts +7 -7
- package/lib/victimSearch/VictimSearchFilter.d.ts +7 -7
- package/lib/victimSearch/victimSearchForm.component.d.ts +14 -14
- package/package.json +1 -1
- package/public-api.d.ts +7 -7
package/README.md
CHANGED
@@ -1,25 +1,25 @@
|
|
1
|
-
# NgcSmartVictim
|
2
|
-
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.0.
|
4
|
-
|
5
|
-
## Code scaffolding
|
6
|
-
|
7
|
-
Run `ng generate component component-name --project ngc-smart-victim` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project ngc-smart-victim`.
|
8
|
-
> Note: Don't forget to add `--project ngc-smart-victim` or else it will be added to the default project in your `angular.json` file.
|
9
|
-
|
10
|
-
## Build
|
11
|
-
|
12
|
-
Run `ng build ngc-smart-victim` to build the project. The build artifacts will be stored in the `dist/` directory.
|
13
|
-
|
14
|
-
## Publishing
|
15
|
-
|
16
|
-
|
17
|
-
npm publish dist/ngc-smart-victim --access=public
|
18
|
-
|
19
|
-
## Running unit tests
|
20
|
-
|
21
|
-
Run `ng test ngc-smart-victim` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
22
|
-
|
23
|
-
## Further help
|
24
|
-
|
25
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
|
1
|
+
# NgcSmartVictim
|
2
|
+
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.0.
|
4
|
+
|
5
|
+
## Code scaffolding
|
6
|
+
|
7
|
+
Run `ng generate component component-name --project ngc-smart-victim` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project ngc-smart-victim`.
|
8
|
+
> Note: Don't forget to add `--project ngc-smart-victim` or else it will be added to the default project in your `angular.json` file.
|
9
|
+
|
10
|
+
## Build
|
11
|
+
|
12
|
+
Run `ng build ngc-smart-victim` to build the project. The build artifacts will be stored in the `dist/` directory.
|
13
|
+
|
14
|
+
## Publishing
|
15
|
+
|
16
|
+
|
17
|
+
npm publish dist/ngc-smart-victim --access=public
|
18
|
+
|
19
|
+
## Running unit tests
|
20
|
+
|
21
|
+
Run `ng test ngc-smart-victim` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
22
|
+
|
23
|
+
## Further help
|
24
|
+
|
25
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
|
@@ -1,5 +1,5 @@
|
|
1
|
-
/**
|
2
|
-
* Generated bundle index. Do not edit.
|
3
|
-
*/
|
4
|
-
export * from './public-api';
|
1
|
+
/**
|
2
|
+
* Generated bundle index. Do not edit.
|
3
|
+
*/
|
4
|
+
export * from './public-api';
|
5
5
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3NtYXJ0LW5nYy1zbWFydC12aWN0aW0uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9wcm9qZWN0cy9uZ2Mtc21hcnQtdmljdGltL3NyYy9jc21hcnQtbmdjLXNtYXJ0LXZpY3RpbS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|