@smarterplan/ngx-smarterplan-admin 0.1.46 → 0.1.47
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/README.md +24 -24
- package/esm2020/lib/chevron/chevron.component.mjs +1 -1
- package/esm2020/lib/ngx-smarterplan-admin.service.mjs +1 -1
- package/esm2020/lib/organisation/organisation.component.mjs +1 -1
- package/esm2020/lib/visitor/visitor.component.mjs +7 -3
- package/esm2020/public-api.mjs +1 -1
- package/fesm2015/smarterplan-ngx-smarterplan-admin.mjs +6 -2
- package/fesm2015/smarterplan-ngx-smarterplan-admin.mjs.map +1 -1
- package/fesm2020/smarterplan-ngx-smarterplan-admin.mjs +6 -2
- package/fesm2020/smarterplan-ngx-smarterplan-admin.mjs.map +1 -1
- package/lib/visitor/visitor.component.d.ts +4 -0
- package/package.json +2 -2
|
@@ -60,6 +60,10 @@ export declare class VisitorComponent implements OnInit {
|
|
|
60
60
|
onDeleteChosen(): Promise<void>;
|
|
61
61
|
onDuplicateTemplate(template: VisitTemplate): void;
|
|
62
62
|
onCleanTimeTemplate(template: VisitTemplate): Promise<void>;
|
|
63
|
+
/**
|
|
64
|
+
* Sets mission status to SATISFACTION_TO_DELIVER for visitors, who assited to live visit.
|
|
65
|
+
* @param template VisitTemplate
|
|
66
|
+
*/
|
|
63
67
|
onSendSatisfaction(template: VisitTemplate): Promise<void>;
|
|
64
68
|
static ɵfac: i0.ɵɵFactoryDeclaration<VisitorComponent, never>;
|
|
65
69
|
static ɵcmp: i0.ɵɵComponentDeclaration<VisitorComponent, "lib-visitor", never, {}, {}, never, never>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smarterplan/ngx-smarterplan-admin",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.47",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^13.3.0",
|
|
6
6
|
"@angular/core": "^13.3.0",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"@ngx-translate/core": "^14.0.0",
|
|
10
10
|
"luxon": "^2.3.1",
|
|
11
11
|
"ngx-clipboard": "^15.1.0",
|
|
12
|
-
"@smarterplan/ngx-smarterplan-core": "^0.4.
|
|
12
|
+
"@smarterplan/ngx-smarterplan-core": "^0.4.44",
|
|
13
13
|
"papaparse": "^5.3.2",
|
|
14
14
|
"uuidv4": "^6.2.13"
|
|
15
15
|
},
|