@huntsman-cancer-institute/dictionary-editor 16.0.0 → 17.0.0
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/components/detail.component.d.ts +90 -90
- package/components/home.component.d.ts +13 -13
- package/components/new-row.component.d.ts +20 -20
- package/dictionary-editor.component.d.ts +43 -43
- package/dictionary-editor.module.d.ts +24 -24
- package/dictionary-editor.routes.d.ts +4 -4
- package/esm2022/components/detail.component.mjs +606 -606
- package/esm2022/components/home.component.mjs +28 -28
- package/esm2022/components/new-row.component.mjs +81 -81
- package/esm2022/dictionary-editor.component.mjs +169 -169
- package/esm2022/dictionary-editor.module.mjs +76 -76
- package/esm2022/dictionary-editor.routes.mjs +14 -14
- package/esm2022/grid-editors/ag-grid-date-cell-editor.component.mjs +30 -30
- package/esm2022/grid-editors/ag-grid-editor.module.mjs +55 -55
- package/esm2022/grid-editors/datepicker.component.mjs +93 -93
- package/esm2022/grid-editors/select.editor.mjs +142 -142
- package/esm2022/grid-renderers/ag-grid-renderer.module.mjs +36 -36
- package/esm2022/grid-renderers/cell-renderer-validation.mjs +345 -345
- package/esm2022/grid-renderers/date.renderer.mjs +68 -68
- package/esm2022/grid-renderers/select.renderer.mjs +95 -95
- package/esm2022/huntsman-cancer-institute-dictionary-editor.mjs +4 -4
- package/esm2022/index.mjs +4 -4
- package/fesm2022/huntsman-cancer-institute-dictionary-editor.mjs +1718 -1718
- package/fesm2022/huntsman-cancer-institute-dictionary-editor.mjs.map +1 -1
- package/grid-editors/ag-grid-date-cell-editor.component.d.ts +11 -11
- package/grid-editors/ag-grid-editor.module.d.ts +15 -15
- package/grid-editors/datepicker.component.d.ts +16 -16
- package/grid-editors/select.editor.d.ts +30 -30
- package/grid-renderers/ag-grid-renderer.module.d.ts +10 -10
- package/grid-renderers/cell-renderer-validation.d.ts +69 -69
- package/grid-renderers/date.renderer.d.ts +15 -15
- package/grid-renderers/select.renderer.d.ts +17 -17
- package/index.d.ts +4 -4
- package/package.json +18 -10
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { ICellEditorAngularComp } from "ag-grid-angular";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AgGridDateCellEditorComponent implements ICellEditorAngularComp {
|
|
4
|
-
value: any;
|
|
5
|
-
params: any;
|
|
6
|
-
agInit(params: any): void;
|
|
7
|
-
getValue(): any;
|
|
8
|
-
isPopup(): boolean;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AgGridDateCellEditorComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AgGridDateCellEditorComponent, "ag-grid-date-cell-editor", never, {}, {}, never, never, false, never>;
|
|
11
|
-
}
|
|
1
|
+
import { ICellEditorAngularComp } from "ag-grid-angular";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AgGridDateCellEditorComponent implements ICellEditorAngularComp {
|
|
4
|
+
value: any;
|
|
5
|
+
params: any;
|
|
6
|
+
agInit(params: any): void;
|
|
7
|
+
getValue(): any;
|
|
8
|
+
isPopup(): boolean;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AgGridDateCellEditorComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AgGridDateCellEditorComponent, "ag-grid-date-cell-editor", never, {}, {}, never, never, false, never>;
|
|
11
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./select.editor";
|
|
3
|
-
import * as i2 from "./ag-grid-date-cell-editor.component";
|
|
4
|
-
import * as i3 from "./datepicker.component";
|
|
5
|
-
import * as i4 from "ag-grid-angular";
|
|
6
|
-
import * as i5 from "@angular/common";
|
|
7
|
-
import * as i6 from "@angular/forms";
|
|
8
|
-
import * as i7 from "@angular/material/datepicker";
|
|
9
|
-
import * as i8 from "@angular/material-moment-adapter";
|
|
10
|
-
import * as i9 from "../grid-renderers/ag-grid-renderer.module";
|
|
11
|
-
export declare class AgGridEditorModule {
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AgGridEditorModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AgGridEditorModule, [typeof i1.SelectEditor, typeof i2.AgGridDateCellEditorComponent, typeof i3.DatepickerComponent], [typeof i4.AgGridModule, typeof i5.CommonModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule, typeof i7.MatDatepickerModule, typeof i8.MomentDateModule, typeof i9.AgGridRendererModule], [typeof i1.SelectEditor, typeof i2.AgGridDateCellEditorComponent]>;
|
|
14
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AgGridEditorModule>;
|
|
15
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./select.editor";
|
|
3
|
+
import * as i2 from "./ag-grid-date-cell-editor.component";
|
|
4
|
+
import * as i3 from "./datepicker.component";
|
|
5
|
+
import * as i4 from "ag-grid-angular";
|
|
6
|
+
import * as i5 from "@angular/common";
|
|
7
|
+
import * as i6 from "@angular/forms";
|
|
8
|
+
import * as i7 from "@angular/material/datepicker";
|
|
9
|
+
import * as i8 from "@angular/material-moment-adapter";
|
|
10
|
+
import * as i9 from "../grid-renderers/ag-grid-renderer.module";
|
|
11
|
+
export declare class AgGridEditorModule {
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AgGridEditorModule, never>;
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AgGridEditorModule, [typeof i1.SelectEditor, typeof i2.AgGridDateCellEditorComponent, typeof i3.DatepickerComponent], [typeof i4.AgGridModule, typeof i5.CommonModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule, typeof i7.MatDatepickerModule, typeof i8.MomentDateModule, typeof i9.AgGridRendererModule], [typeof i1.SelectEditor, typeof i2.AgGridDateCellEditorComponent]>;
|
|
14
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AgGridEditorModule>;
|
|
15
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { ControlValueAccessor } from "@angular/forms";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class DatepickerComponent implements ControlValueAccessor {
|
|
4
|
-
value: Date;
|
|
5
|
-
placeholder: string;
|
|
6
|
-
invalid: boolean;
|
|
7
|
-
onChange: any;
|
|
8
|
-
ngOnInit(): void;
|
|
9
|
-
clear(): void;
|
|
10
|
-
onBlur(newValue: any): void;
|
|
11
|
-
writeValue(value: any): void;
|
|
12
|
-
registerOnChange(fn: any): void;
|
|
13
|
-
registerOnTouched(fn: () => void): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DatepickerComponent, "hci-dict-datepicker", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; }, {}, never, never, false, never>;
|
|
16
|
-
}
|
|
1
|
+
import { ControlValueAccessor } from "@angular/forms";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class DatepickerComponent implements ControlValueAccessor {
|
|
4
|
+
value: Date;
|
|
5
|
+
placeholder: string;
|
|
6
|
+
invalid: boolean;
|
|
7
|
+
onChange: any;
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
clear(): void;
|
|
10
|
+
onBlur(newValue: any): void;
|
|
11
|
+
writeValue(value: any): void;
|
|
12
|
+
registerOnChange(fn: any): void;
|
|
13
|
+
registerOnTouched(fn: () => void): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DatepickerComponent, "hci-dict-datepicker", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; }, {}, never, never, false, never>;
|
|
16
|
+
}
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { OnDestroy } from "@angular/core";
|
|
2
|
-
import { ICellEditorAngularComp } from "ag-grid-angular";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class SelectEditor implements ICellEditorAngularComp, OnDestroy {
|
|
5
|
-
params: any;
|
|
6
|
-
value: any;
|
|
7
|
-
private _options;
|
|
8
|
-
get options(): any[];
|
|
9
|
-
set options(value: any[]);
|
|
10
|
-
optionsValueField: string;
|
|
11
|
-
optionsDisplayField: string;
|
|
12
|
-
context: any;
|
|
13
|
-
protected using_selectOptionsPerRowFilterFunction: boolean;
|
|
14
|
-
protected selectOptionsPerRowFilterFunction: (context: any, rowData: any, option: any) => boolean;
|
|
15
|
-
private _filteredOptions;
|
|
16
|
-
gridValueField: string;
|
|
17
|
-
showFillButton: boolean;
|
|
18
|
-
fillGroupAttribute: string;
|
|
19
|
-
fillAll: boolean;
|
|
20
|
-
private _spinnerDialogIsOpen;
|
|
21
|
-
constructor();
|
|
22
|
-
agInit(params: any): void;
|
|
23
|
-
ngOnDestroy(): void;
|
|
24
|
-
onChange(event: any): void;
|
|
25
|
-
getValue(): any;
|
|
26
|
-
isPopup(): boolean;
|
|
27
|
-
onFillButtonClicked(): void;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SelectEditor, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectEditor, "ng-component", never, {}, {}, never, never, false, never>;
|
|
30
|
-
}
|
|
1
|
+
import { OnDestroy } from "@angular/core";
|
|
2
|
+
import { ICellEditorAngularComp } from "ag-grid-angular";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SelectEditor implements ICellEditorAngularComp, OnDestroy {
|
|
5
|
+
params: any;
|
|
6
|
+
value: any;
|
|
7
|
+
private _options;
|
|
8
|
+
get options(): any[];
|
|
9
|
+
set options(value: any[]);
|
|
10
|
+
optionsValueField: string;
|
|
11
|
+
optionsDisplayField: string;
|
|
12
|
+
context: any;
|
|
13
|
+
protected using_selectOptionsPerRowFilterFunction: boolean;
|
|
14
|
+
protected selectOptionsPerRowFilterFunction: (context: any, rowData: any, option: any) => boolean;
|
|
15
|
+
private _filteredOptions;
|
|
16
|
+
gridValueField: string;
|
|
17
|
+
showFillButton: boolean;
|
|
18
|
+
fillGroupAttribute: string;
|
|
19
|
+
fillAll: boolean;
|
|
20
|
+
private _spinnerDialogIsOpen;
|
|
21
|
+
constructor();
|
|
22
|
+
agInit(params: any): void;
|
|
23
|
+
ngOnDestroy(): void;
|
|
24
|
+
onChange(event: any): void;
|
|
25
|
+
getValue(): any;
|
|
26
|
+
isPopup(): boolean;
|
|
27
|
+
onFillButtonClicked(): void;
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SelectEditor, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectEditor, "ng-component", never, {}, {}, never, never, false, never>;
|
|
30
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./select.renderer";
|
|
3
|
-
import * as i2 from "./date.renderer";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
import * as i4 from "@angular/forms";
|
|
6
|
-
export declare class AgGridRendererModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AgGridRendererModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AgGridRendererModule, [typeof i1.SelectRenderer, typeof i2.DateRenderer], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule], [typeof i1.SelectRenderer, typeof i2.DateRenderer]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AgGridRendererModule>;
|
|
10
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./select.renderer";
|
|
3
|
+
import * as i2 from "./date.renderer";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@angular/forms";
|
|
6
|
+
export declare class AgGridRendererModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AgGridRendererModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AgGridRendererModule, [typeof i1.SelectRenderer, typeof i2.DateRenderer], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule], [typeof i1.SelectRenderer, typeof i2.DateRenderer]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AgGridRendererModule>;
|
|
10
|
+
}
|
|
@@ -1,69 +1,69 @@
|
|
|
1
|
-
import { ICellRendererAngularComp } from "ag-grid-angular";
|
|
2
|
-
import { UntypedFormBuilder } from "@angular/forms";
|
|
3
|
-
/**
|
|
4
|
-
* This class' purpose is to place FormControls on cells in the grid, and to link them by rows, and rows to the grid as a whole.
|
|
5
|
-
* It allows you to add validators for a cells' value and link an error type to an error message to display in a tooltip, or
|
|
6
|
-
* you can provide a function to test some information about the row and provide an error message.
|
|
7
|
-
*
|
|
8
|
-
* The class works off of a number of properties added to the columnDefs in the ag-grid.
|
|
9
|
-
*
|
|
10
|
-
* We are looking for the following properties:
|
|
11
|
-
* 1. errorMessageHeader : a string to display at the top of the list of any errors found for the cell
|
|
12
|
-
* 2. validators : an array of angular validators to describe the cell value
|
|
13
|
-
* 3. errorNameErrorMessageMap : an array of objects with "errorName"s and "errorMessage"s that are used to create a displayed list for the user
|
|
14
|
-
* 4. setErrors: a function with the signature:
|
|
15
|
-
* (value: any, data: any, node: any, colDef: any, rowIndex: any, gridApi: any) => string
|
|
16
|
-
* which is called to generate a custom error message, if needed. An empty or null string
|
|
17
|
-
* is treated as not being an error.
|
|
18
|
-
*
|
|
19
|
-
* Example column definition:
|
|
20
|
-
* {
|
|
21
|
-
* headerName: "Name",
|
|
22
|
-
* editable: false,
|
|
23
|
-
* width: 600,
|
|
24
|
-
* cellRendererFramework: TextAlignLeftMiddleRenderer,
|
|
25
|
-
* setErrors: (value: any,
|
|
26
|
-
* data: any,
|
|
27
|
-
* node: any,
|
|
28
|
-
* colDef: any,
|
|
29
|
-
* rowIndex: any,
|
|
30
|
-
* gridApi: any) => {
|
|
31
|
-
* return (value && value === 'TEST') ? 'Invalid name' : '';
|
|
32
|
-
* },
|
|
33
|
-
* validators: [ Validators.minLength(10) ],
|
|
34
|
-
* errorMessageHeader: 'TestingTestingTesting',
|
|
35
|
-
* errorNameErrorMessageMap: [
|
|
36
|
-
* { errorName: 'minlength', errorMessage: 'Name is too short' }
|
|
37
|
-
* ],
|
|
38
|
-
* field: "name"
|
|
39
|
-
* }
|
|
40
|
-
*
|
|
41
|
-
* To use with a new renderer, extend this class, do not override agInit, or call super.agInit(params) first.
|
|
42
|
-
* (You can use agInit2 instead, called right after agInit).
|
|
43
|
-
*
|
|
44
|
-
* To display a tooltip with the error messages, include an element with a matTooltip pointing to this.errorMessage, like:
|
|
45
|
-
* <div [matTooltip]="this.errorMessage" [matTooltipShowDelay]="300" [matTooltipHideDelay]="300" ...
|
|
46
|
-
* For cell highlighting, you can add a CSS class something like :
|
|
47
|
-
* .error {
|
|
48
|
-
* background: linear-gradient(rgba(255,0,0,0.25), rgba(255,0,0,0.25), rgba(255,0,0,0.25));
|
|
49
|
-
* border: solid red 2px;
|
|
50
|
-
* }
|
|
51
|
-
* and a conditional class on an element in the template, like :
|
|
52
|
-
* class="{{this.errorMessage && this.errorMessage !== '' ? 'error' : ''}}"
|
|
53
|
-
*/
|
|
54
|
-
export declare abstract class CellRendererValidation implements ICellRendererAngularComp {
|
|
55
|
-
protected params: any;
|
|
56
|
-
errorMessage: string;
|
|
57
|
-
formBuilder: UntypedFormBuilder;
|
|
58
|
-
agInit(params: any): void;
|
|
59
|
-
abstract agInit2(params: any): void;
|
|
60
|
-
refresh(params: any): boolean;
|
|
61
|
-
createAllFormControls(): void;
|
|
62
|
-
private changeGridOptionsEvents;
|
|
63
|
-
private getErrorMessage;
|
|
64
|
-
private refreshFormControlValue;
|
|
65
|
-
private updateErrorMessage;
|
|
66
|
-
protected determineIfAllRowsNeedValidationInAdvance(): void;
|
|
67
|
-
protected fetchErrorMessagesForCurrentlyRenderedCells(): void;
|
|
68
|
-
updateValidation(): void;
|
|
69
|
-
}
|
|
1
|
+
import { ICellRendererAngularComp } from "ag-grid-angular";
|
|
2
|
+
import { UntypedFormBuilder } from "@angular/forms";
|
|
3
|
+
/**
|
|
4
|
+
* This class' purpose is to place FormControls on cells in the grid, and to link them by rows, and rows to the grid as a whole.
|
|
5
|
+
* It allows you to add validators for a cells' value and link an error type to an error message to display in a tooltip, or
|
|
6
|
+
* you can provide a function to test some information about the row and provide an error message.
|
|
7
|
+
*
|
|
8
|
+
* The class works off of a number of properties added to the columnDefs in the ag-grid.
|
|
9
|
+
*
|
|
10
|
+
* We are looking for the following properties:
|
|
11
|
+
* 1. errorMessageHeader : a string to display at the top of the list of any errors found for the cell
|
|
12
|
+
* 2. validators : an array of angular validators to describe the cell value
|
|
13
|
+
* 3. errorNameErrorMessageMap : an array of objects with "errorName"s and "errorMessage"s that are used to create a displayed list for the user
|
|
14
|
+
* 4. setErrors: a function with the signature:
|
|
15
|
+
* (value: any, data: any, node: any, colDef: any, rowIndex: any, gridApi: any) => string
|
|
16
|
+
* which is called to generate a custom error message, if needed. An empty or null string
|
|
17
|
+
* is treated as not being an error.
|
|
18
|
+
*
|
|
19
|
+
* Example column definition:
|
|
20
|
+
* {
|
|
21
|
+
* headerName: "Name",
|
|
22
|
+
* editable: false,
|
|
23
|
+
* width: 600,
|
|
24
|
+
* cellRendererFramework: TextAlignLeftMiddleRenderer,
|
|
25
|
+
* setErrors: (value: any,
|
|
26
|
+
* data: any,
|
|
27
|
+
* node: any,
|
|
28
|
+
* colDef: any,
|
|
29
|
+
* rowIndex: any,
|
|
30
|
+
* gridApi: any) => {
|
|
31
|
+
* return (value && value === 'TEST') ? 'Invalid name' : '';
|
|
32
|
+
* },
|
|
33
|
+
* validators: [ Validators.minLength(10) ],
|
|
34
|
+
* errorMessageHeader: 'TestingTestingTesting',
|
|
35
|
+
* errorNameErrorMessageMap: [
|
|
36
|
+
* { errorName: 'minlength', errorMessage: 'Name is too short' }
|
|
37
|
+
* ],
|
|
38
|
+
* field: "name"
|
|
39
|
+
* }
|
|
40
|
+
*
|
|
41
|
+
* To use with a new renderer, extend this class, do not override agInit, or call super.agInit(params) first.
|
|
42
|
+
* (You can use agInit2 instead, called right after agInit).
|
|
43
|
+
*
|
|
44
|
+
* To display a tooltip with the error messages, include an element with a matTooltip pointing to this.errorMessage, like:
|
|
45
|
+
* <div [matTooltip]="this.errorMessage" [matTooltipShowDelay]="300" [matTooltipHideDelay]="300" ...
|
|
46
|
+
* For cell highlighting, you can add a CSS class something like :
|
|
47
|
+
* .error {
|
|
48
|
+
* background: linear-gradient(rgba(255,0,0,0.25), rgba(255,0,0,0.25), rgba(255,0,0,0.25));
|
|
49
|
+
* border: solid red 2px;
|
|
50
|
+
* }
|
|
51
|
+
* and a conditional class on an element in the template, like :
|
|
52
|
+
* class="{{this.errorMessage && this.errorMessage !== '' ? 'error' : ''}}"
|
|
53
|
+
*/
|
|
54
|
+
export declare abstract class CellRendererValidation implements ICellRendererAngularComp {
|
|
55
|
+
protected params: any;
|
|
56
|
+
errorMessage: string;
|
|
57
|
+
formBuilder: UntypedFormBuilder;
|
|
58
|
+
agInit(params: any): void;
|
|
59
|
+
abstract agInit2(params: any): void;
|
|
60
|
+
refresh(params: any): boolean;
|
|
61
|
+
createAllFormControls(): void;
|
|
62
|
+
private changeGridOptionsEvents;
|
|
63
|
+
private getErrorMessage;
|
|
64
|
+
private refreshFormControlValue;
|
|
65
|
+
private updateErrorMessage;
|
|
66
|
+
protected determineIfAllRowsNeedValidationInAdvance(): void;
|
|
67
|
+
protected fetchErrorMessagesForCurrentlyRenderedCells(): void;
|
|
68
|
+
updateValidation(): void;
|
|
69
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { CellRendererValidation } from "./cell-renderer-validation";
|
|
2
|
-
import { ICellRendererAngularComp } from "ag-grid-angular";
|
|
3
|
-
import { DatePipe } from "@angular/common";
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class DateRenderer extends CellRendererValidation implements ICellRendererAngularComp {
|
|
6
|
-
protected datePipe: DatePipe;
|
|
7
|
-
value: Date;
|
|
8
|
-
display: string;
|
|
9
|
-
constructor(datePipe: DatePipe);
|
|
10
|
-
agInit2(params: any): void;
|
|
11
|
-
getDateString(date: any): string;
|
|
12
|
-
refresh(): boolean;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DateRenderer, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateRenderer, "ng-component", never, {}, {}, never, never, false, never>;
|
|
15
|
-
}
|
|
1
|
+
import { CellRendererValidation } from "./cell-renderer-validation";
|
|
2
|
+
import { ICellRendererAngularComp } from "ag-grid-angular";
|
|
3
|
+
import { DatePipe } from "@angular/common";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DateRenderer extends CellRendererValidation implements ICellRendererAngularComp {
|
|
6
|
+
protected datePipe: DatePipe;
|
|
7
|
+
value: Date;
|
|
8
|
+
display: string;
|
|
9
|
+
constructor(datePipe: DatePipe);
|
|
10
|
+
agInit2(params: any): void;
|
|
11
|
+
getDateString(date: any): string;
|
|
12
|
+
refresh(): boolean;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateRenderer, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateRenderer, "ng-component", never, {}, {}, never, never, false, never>;
|
|
15
|
+
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { ICellRendererAngularComp } from "ag-grid-angular";
|
|
2
|
-
import { CellRendererValidation } from "./cell-renderer-validation";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class SelectRenderer extends CellRendererValidation implements ICellRendererAngularComp {
|
|
5
|
-
value: string;
|
|
6
|
-
display: string;
|
|
7
|
-
options: any;
|
|
8
|
-
optionsValueField: string;
|
|
9
|
-
optionsDisplayField: string;
|
|
10
|
-
defaultDisplayField: string;
|
|
11
|
-
defaultDisplayValue: string;
|
|
12
|
-
defaultOption: any;
|
|
13
|
-
agInit2(params: any): void;
|
|
14
|
-
refresh(): boolean;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SelectRenderer, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectRenderer, "ng-component", never, {}, {}, never, never, false, never>;
|
|
17
|
-
}
|
|
1
|
+
import { ICellRendererAngularComp } from "ag-grid-angular";
|
|
2
|
+
import { CellRendererValidation } from "./cell-renderer-validation";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SelectRenderer extends CellRendererValidation implements ICellRendererAngularComp {
|
|
5
|
+
value: string;
|
|
6
|
+
display: string;
|
|
7
|
+
options: any;
|
|
8
|
+
optionsValueField: string;
|
|
9
|
+
optionsDisplayField: string;
|
|
10
|
+
defaultDisplayField: string;
|
|
11
|
+
defaultDisplayValue: string;
|
|
12
|
+
defaultOption: any;
|
|
13
|
+
agInit2(params: any): void;
|
|
14
|
+
refresh(): boolean;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SelectRenderer, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectRenderer, "ng-component", never, {}, {}, never, never, false, never>;
|
|
17
|
+
}
|
package/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { DictionaryEditorModule } from "./dictionary-editor.module";
|
|
2
|
-
export { DictionaryEditorDetailComponent } from "./components/detail.component";
|
|
3
|
-
export { DictionaryEditorHomeComponent } from "./components/home.component";
|
|
4
|
-
export { DictionaryEditorComponent } from "./dictionary-editor.component";
|
|
1
|
+
export { DictionaryEditorModule } from "./dictionary-editor.module";
|
|
2
|
+
export { DictionaryEditorDetailComponent } from "./components/detail.component";
|
|
3
|
+
export { DictionaryEditorHomeComponent } from "./components/home.component";
|
|
4
|
+
export { DictionaryEditorComponent } from "./dictionary-editor.component";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huntsman-cancer-institute/dictionary-editor",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "17.0.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git@gitlab.com:huntsman-cancer-institute/risr/ng/hci-ng-lib.git"
|
|
@@ -10,22 +10,30 @@
|
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
12
|
"peerDependencies": {
|
|
13
|
-
"@angular/common": "^
|
|
14
|
-
"@angular/core": "^
|
|
15
|
-
"@ng-bootstrap/ng-bootstrap": "^15.0.0",
|
|
13
|
+
"@angular/common": "^17.x",
|
|
14
|
+
"@angular/core": "^17.x",
|
|
16
15
|
"ag-grid-angular": "^28.x",
|
|
17
16
|
"ag-grid-community": "^28.x",
|
|
18
|
-
"rxjs": "
|
|
17
|
+
"rxjs": "6.6.7",
|
|
19
18
|
"rxjs-compat": "6.4.x"
|
|
20
19
|
},
|
|
21
20
|
"dependencies": {
|
|
22
|
-
"@huntsman-cancer-institute/authentication": "^
|
|
23
|
-
"@huntsman-cancer-institute/dictionary-service": "^
|
|
24
|
-
"@huntsman-cancer-institute/hci-ng-grid-dto": "^
|
|
25
|
-
"@huntsman-cancer-institute/misc": "^
|
|
26
|
-
"@huntsman-cancer-institute/navigation": "^
|
|
21
|
+
"@huntsman-cancer-institute/authentication": "^17.x",
|
|
22
|
+
"@huntsman-cancer-institute/dictionary-service": "^17.x",
|
|
23
|
+
"@huntsman-cancer-institute/hci-ng-grid-dto": "^17.x",
|
|
24
|
+
"@huntsman-cancer-institute/misc": "^17.x",
|
|
25
|
+
"@huntsman-cancer-institute/navigation": "^17.x",
|
|
27
26
|
"tslib": "^2.3.0"
|
|
28
27
|
},
|
|
28
|
+
"overrides": {
|
|
29
|
+
"@ng-bootstrap/ng-bootstrap": {
|
|
30
|
+
".": "^15.0.0",
|
|
31
|
+
"@angular/common": ">=16.0.0",
|
|
32
|
+
"@angular/core": ">=16.0.0",
|
|
33
|
+
"@angular/forms": ">=16.0.0",
|
|
34
|
+
"@angular/localize": ">=16.0.0"
|
|
35
|
+
}
|
|
36
|
+
},
|
|
29
37
|
"module": "fesm2022/huntsman-cancer-institute-dictionary-editor.mjs",
|
|
30
38
|
"typings": "index.d.ts",
|
|
31
39
|
"exports": {
|