master-control 0.2.98 → 0.2.99
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/esm2022/lib/dob/dob.component.mjs +7 -5
- package/esm2022/lib/medial-questions/medial-questions.component.mjs +47 -21
- package/fesm2022/master-control.mjs +52 -24
- package/fesm2022/master-control.mjs.map +1 -1
- package/lib/medial-questions/medial-questions.component.d.ts +1 -0
- package/master-control-0.2.99.tgz +0 -0
- package/package.json +2 -2
- package/master-control-0.2.98.tgz +0 -0
|
@@ -35,6 +35,7 @@ export declare class MedialQuestionsComponent implements OnInit, AfterViewInit {
|
|
|
35
35
|
ngOnInit(): void;
|
|
36
36
|
ngOnChanges(changes: SimpleChanges): void;
|
|
37
37
|
ngAfterViewInit(): void;
|
|
38
|
+
private resolveHeightQuestionIds;
|
|
38
39
|
private initializeAutocomplete;
|
|
39
40
|
private onPlaceSelected;
|
|
40
41
|
private storeSelectedAddress;
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "master-control",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.2.99",
|
|
4
|
+
"description": "medical Questions Height Changes",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^18.2.0",
|
|
7
7
|
"@angular/core": "^18.2.0"
|
|
Binary file
|