@huntsman-cancer-institute/input 17.0.6 → 17.0.8
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/date/date-base.mjs +3 -3
- package/esm2022/date/date-date-range.component.mjs +45 -45
- package/esm2022/date/date-date.component.mjs +3 -3
- package/esm2022/date/date.module.mjs +4 -4
- package/esm2022/dropdown/dropdown-select-result.component.mjs +29 -29
- package/esm2022/dropdown/dropdown-select.component.mjs +3 -3
- package/esm2022/dropdown/dropdown.component.mjs +3 -3
- package/esm2022/dropdown/dropdown.module.mjs +4 -4
- package/esm2022/dropdown/dropdown.service.mjs +3 -3
- package/esm2022/dropdown/template-dropdown.directive.mjs +3 -3
- package/esm2022/inline/inline.component.mjs +6 -6
- package/esm2022/inline/inline.module.mjs +4 -4
- package/esm2022/search/search.component.mjs +29 -29
- package/esm2022/search/search.module.mjs +4 -4
- package/esm2022/select/custom-combobox.component.mjs +3 -3
- package/esm2022/select/custom-multi-combobox.component.mjs +3 -3
- package/esm2022/select/md-multi-select.component.mjs +6 -6
- package/esm2022/select/md-select.component.mjs +20 -20
- package/esm2022/select/native-select.component.mjs +42 -42
- package/esm2022/select/select.module.mjs +4 -4
- package/fesm2022/huntsman-cancer-institute-input.mjs +214 -214
- package/fesm2022/huntsman-cancer-institute-input.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -16,8 +16,8 @@ import { MatLegacyProgressSpinnerModule as MatProgressSpinnerModule } from "@ang
|
|
|
16
16
|
import { DictionaryServiceModule } from "@huntsman-cancer-institute/dictionary-service";
|
|
17
17
|
import * as i0 from "@angular/core";
|
|
18
18
|
export class SelectModule {
|
|
19
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1
|
|
20
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1
|
|
19
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: SelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
20
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: SelectModule, declarations: [MdSelectComponent,
|
|
21
21
|
MdMultiSelectComponent,
|
|
22
22
|
NativeSelectComponent,
|
|
23
23
|
CustomComboBoxComponent,
|
|
@@ -36,7 +36,7 @@ export class SelectModule {
|
|
|
36
36
|
NativeSelectComponent,
|
|
37
37
|
CustomComboBoxComponent,
|
|
38
38
|
CustomMultiComboBoxComponent] }); }
|
|
39
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1
|
|
39
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: SelectModule, imports: [CommonModule,
|
|
40
40
|
FormsModule,
|
|
41
41
|
ReactiveFormsModule,
|
|
42
42
|
MatSelectModule,
|
|
@@ -48,7 +48,7 @@ export class SelectModule {
|
|
|
48
48
|
MatProgressSpinnerModule,
|
|
49
49
|
DictionaryServiceModule] }); }
|
|
50
50
|
}
|
|
51
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1
|
|
51
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: SelectModule, decorators: [{
|
|
52
52
|
type: NgModule,
|
|
53
53
|
args: [{
|
|
54
54
|
imports: [
|