master-control 0.3.74 → 0.3.75
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/multiple-select/multiple-select.component.mjs +33 -3
- package/fesm2022/master-control.mjs +32 -2
- package/fesm2022/master-control.mjs.map +1 -1
- package/lib/multiple-select/multiple-select.component.d.ts +2 -2
- package/master-control-0.3.75.tgz +0 -0
- package/package.json +1 -1
- package/master-control-0.3.74.tgz +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { MatSelectChange } from '@angular/material/select';
|
|
3
3
|
import { MasterControlService } from '../master-control.service';
|
|
4
4
|
import { ControlValueAccessor } from '@angular/forms';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class MultipleSelectComponent implements ControlValueAccessor {
|
|
6
|
+
export declare class MultipleSelectComponent implements OnInit, ControlValueAccessor {
|
|
7
7
|
masterService: MasterControlService;
|
|
8
8
|
constructor(masterService: MasterControlService);
|
|
9
9
|
field: any;
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|