@huntsman-cancer-institute/crud 17.0.7 → 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.
@@ -47,8 +47,8 @@ export class CrudContainerComponent {
47
47
  });
48
48
  return forkJoin(requests);
49
49
  }
50
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CrudContainerComponent, deps: [{ token: i1.CrudService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
51
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: CrudContainerComponent, selector: "hci-crud-container", inputs: { data: "data", saveable: "saveable", crudGroups: "crudGroups", ids: "ids" }, host: { properties: { "class": "this.classList" } }, viewQueries: [{ propertyName: "crudComponents", predicate: CrudComponent, descendants: true }], ngImport: i0, template: `
50
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: CrudContainerComponent, deps: [{ token: i1.CrudService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
51
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: CrudContainerComponent, selector: "hci-crud-container", inputs: { data: "data", saveable: "saveable", crudGroups: "crudGroups", ids: "ids" }, host: { properties: { "class": "this.classList" } }, viewQueries: [{ propertyName: "crudComponents", predicate: CrudComponent, descendants: true }], ngImport: i0, template: `
52
52
  <ng-container *ngFor="let crudGroup of crudGroups" class="crud-group">
53
53
  <div *ngIf="crudGroup.mode === 'singular'"
54
54
  class="d-flex crud-group p-2">
@@ -64,7 +64,7 @@ export class CrudContainerComponent {
64
64
  </ng-container>
65
65
  `, isInline: true, styles: [".crud-group{background-color:#cfecfc;margin-bottom:1rem;border-radius:.5rem;border:#3d7a99 1px solid}\n"], dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.CrudComponent, selector: "hci-crud", inputs: ["saveable", "editable", "className", "fields", "ids", "data", "styles"] }] }); }
66
66
  }
67
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CrudContainerComponent, decorators: [{
67
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: CrudContainerComponent, decorators: [{
68
68
  type: Component,
69
69
  args: [{ selector: "hci-crud-container", template: `
70
70
  <ng-container *ngFor="let crudGroup of crudGroups" class="crud-group">
@@ -159,8 +159,8 @@ export class CrudComponent {
159
159
  return this.crudService.post(this.className, this.data);
160
160
  }
161
161
  }
162
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CrudComponent, deps: [{ token: i1.CrudService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
163
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: CrudComponent, selector: "hci-crud", inputs: { saveable: "saveable", editable: "editable", className: "className", displayFields: ["fields", "displayFields"], ids: "ids", data: "data", styles: "styles" }, host: { properties: { "class": "this.classList" } }, viewQueries: [{ propertyName: "form", first: true, predicate: ["crudForm"], descendants: true, static: true }], ngImport: i0, template: `
162
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: CrudComponent, deps: [{ token: i1.CrudService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
163
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: CrudComponent, selector: "hci-crud", inputs: { saveable: "saveable", editable: "editable", className: "className", displayFields: ["fields", "displayFields"], ids: "ids", data: "data", styles: "styles" }, host: { properties: { "class": "this.classList" } }, viewQueries: [{ propertyName: "form", first: true, predicate: ["crudForm"], descendants: true, static: true }], ngImport: i0, template: `
164
164
  <form #crudForm="ngForm"
165
165
  class="d-flex flex-nowrap flex-row flex-grow-1">
166
166
  <div class="d-flex flex-nowrap flex-column flex-grow-1">
@@ -239,7 +239,7 @@ export class CrudComponent {
239
239
  </form>
240
240
  `, isInline: true, styles: [".crud-input{width:100%}.crud-input:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.crud-input:last-child{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.ng-invalid{background-color:#ff646440}.phi{box-shadow:#c70 1px 1px 1px inset;border-color:orange}::ng-deep .hci-dropdown{min-width:20%}\n"], dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i3.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i3.NumberValueAccessor, selector: "input[type=number][formControlName],input[type=number][formControl],input[type=number][ngModel]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i3.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i3.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i4.NgbPopover, selector: "[ngbPopover]", inputs: ["animation", "autoClose", "ngbPopover", "popoverTitle", "placement", "popperOptions", "triggers", "positionTarget", "container", "disablePopover", "popoverClass", "popoverContext", "openDelay", "closeDelay"], outputs: ["shown", "hidden"], exportAs: ["ngbPopover"] }, { kind: "component", type: i5.NativeSelectComponent, selector: "hci-native-select", inputs: ["class", "name", "label", "url", "entries", "required", "idKey", "displayKey", "disabled", "sortKey", "sortNumeric", "filterKey", "filter"] }, { kind: "component", type: i6.BusyComponent, selector: "hci-busy", inputs: ["busy", "busySubjects", "getBusySubjects", "parentSelector", "rootClass", "icon", "iconSize", "showIcon", "mxAuto", "myAuto", "text", "template", "config"] }] }); }
241
241
  }
242
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CrudComponent, decorators: [{
242
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: CrudComponent, decorators: [{
243
243
  type: Component,
244
244
  args: [{ selector: "hci-crud", template: `
245
245
  <form #crudForm="ngForm"
@@ -27,8 +27,8 @@ export class CrudModule {
27
27
  ngModule: CrudModule
28
28
  };
29
29
  }
30
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CrudModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
31
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: CrudModule, declarations: [CrudContainerComponent,
30
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: CrudModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
31
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: CrudModule, declarations: [CrudContainerComponent,
32
32
  CrudComponent,
33
33
  FieldViewablePipe], imports: [CommonModule,
34
34
  FormsModule,
@@ -37,13 +37,13 @@ export class CrudModule {
37
37
  MiscModule], exports: [CrudContainerComponent,
38
38
  CrudComponent,
39
39
  FieldViewablePipe] }); }
40
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CrudModule, imports: [CommonModule,
40
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: CrudModule, imports: [CommonModule,
41
41
  FormsModule,
42
42
  NgbModule,
43
43
  SelectModule,
44
44
  MiscModule] }); }
45
45
  }
46
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CrudModule, decorators: [{
46
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: CrudModule, decorators: [{
47
47
  type: NgModule,
48
48
  args: [{
49
49
  imports: [
@@ -6,10 +6,10 @@ export class FieldViewablePipe {
6
6
  return item.viewable;
7
7
  });
8
8
  }
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: FieldViewablePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
10
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: FieldViewablePipe, name: "fieldViewable" }); }
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: FieldViewablePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
10
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: FieldViewablePipe, name: "fieldViewable" }); }
11
11
  }
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: FieldViewablePipe, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: FieldViewablePipe, decorators: [{
13
13
  type: Pipe,
14
14
  args: [{
15
15
  name: "fieldViewable",
@@ -228,10 +228,10 @@ export class CrudService {
228
228
  });
229
229
  return loading;
230
230
  }
231
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CrudService, deps: [{ token: i1.HttpClient }, { token: CRUD_ENDPOINT }], target: i0.ɵɵFactoryTarget.Injectable }); }
232
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CrudService }); }
231
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: CrudService, deps: [{ token: i1.HttpClient }, { token: CRUD_ENDPOINT }], target: i0.ɵɵFactoryTarget.Injectable }); }
232
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: CrudService }); }
233
233
  }
234
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CrudService, decorators: [{
234
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: CrudService, decorators: [{
235
235
  type: Injectable
236
236
  }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
237
237
  type: Inject,
@@ -240,10 +240,10 @@ class CrudService {
240
240
  });
241
241
  return loading;
242
242
  }
243
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CrudService, deps: [{ token: i1.HttpClient }, { token: CRUD_ENDPOINT }], target: i0.ɵɵFactoryTarget.Injectable }); }
244
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CrudService }); }
243
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: CrudService, deps: [{ token: i1.HttpClient }, { token: CRUD_ENDPOINT }], target: i0.ɵɵFactoryTarget.Injectable }); }
244
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: CrudService }); }
245
245
  }
246
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CrudService, decorators: [{
246
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: CrudService, decorators: [{
247
247
  type: Injectable
248
248
  }], ctorParameters: () => [{ type: i1.HttpClient }, { type: undefined, decorators: [{
249
249
  type: Inject,
@@ -400,8 +400,8 @@ class CrudComponent {
400
400
  return this.crudService.post(this.className, this.data);
401
401
  }
402
402
  }
403
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CrudComponent, deps: [{ token: CrudService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
404
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: CrudComponent, selector: "hci-crud", inputs: { saveable: "saveable", editable: "editable", className: "className", displayFields: ["fields", "displayFields"], ids: "ids", data: "data", styles: "styles" }, host: { properties: { "class": "this.classList" } }, viewQueries: [{ propertyName: "form", first: true, predicate: ["crudForm"], descendants: true, static: true }], ngImport: i0, template: `
403
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: CrudComponent, deps: [{ token: CrudService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
404
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: CrudComponent, selector: "hci-crud", inputs: { saveable: "saveable", editable: "editable", className: "className", displayFields: ["fields", "displayFields"], ids: "ids", data: "data", styles: "styles" }, host: { properties: { "class": "this.classList" } }, viewQueries: [{ propertyName: "form", first: true, predicate: ["crudForm"], descendants: true, static: true }], ngImport: i0, template: `
405
405
  <form #crudForm="ngForm"
406
406
  class="d-flex flex-nowrap flex-row flex-grow-1">
407
407
  <div class="d-flex flex-nowrap flex-column flex-grow-1">
@@ -480,7 +480,7 @@ class CrudComponent {
480
480
  </form>
481
481
  `, isInline: true, styles: [".crud-input{width:100%}.crud-input:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.crud-input:last-child{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.ng-invalid{background-color:#ff646440}.phi{box-shadow:#c70 1px 1px 1px inset;border-color:orange}::ng-deep .hci-dropdown{min-width:20%}\n"], dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i3.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i3.NumberValueAccessor, selector: "input[type=number][formControlName],input[type=number][formControl],input[type=number][ngModel]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i3.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i3.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i4.NgbPopover, selector: "[ngbPopover]", inputs: ["animation", "autoClose", "ngbPopover", "popoverTitle", "placement", "popperOptions", "triggers", "positionTarget", "container", "disablePopover", "popoverClass", "popoverContext", "openDelay", "closeDelay"], outputs: ["shown", "hidden"], exportAs: ["ngbPopover"] }, { kind: "component", type: i5.NativeSelectComponent, selector: "hci-native-select", inputs: ["class", "name", "label", "url", "entries", "required", "idKey", "displayKey", "disabled", "sortKey", "sortNumeric", "filterKey", "filter"] }, { kind: "component", type: i6.BusyComponent, selector: "hci-busy", inputs: ["busy", "busySubjects", "getBusySubjects", "parentSelector", "rootClass", "icon", "iconSize", "showIcon", "mxAuto", "myAuto", "text", "template", "config"] }] }); }
482
482
  }
483
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CrudComponent, decorators: [{
483
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: CrudComponent, decorators: [{
484
484
  type: Component,
485
485
  args: [{ selector: "hci-crud", template: `
486
486
  <form #crudForm="ngForm"
@@ -589,10 +589,10 @@ class FieldViewablePipe {
589
589
  return item.viewable;
590
590
  });
591
591
  }
592
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: FieldViewablePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
593
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: FieldViewablePipe, name: "fieldViewable" }); }
592
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: FieldViewablePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
593
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: FieldViewablePipe, name: "fieldViewable" }); }
594
594
  }
595
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: FieldViewablePipe, decorators: [{
595
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: FieldViewablePipe, decorators: [{
596
596
  type: Pipe,
597
597
  args: [{
598
598
  name: "fieldViewable",
@@ -641,8 +641,8 @@ class CrudContainerComponent {
641
641
  });
642
642
  return forkJoin(requests);
643
643
  }
644
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CrudContainerComponent, deps: [{ token: CrudService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
645
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: CrudContainerComponent, selector: "hci-crud-container", inputs: { data: "data", saveable: "saveable", crudGroups: "crudGroups", ids: "ids" }, host: { properties: { "class": "this.classList" } }, viewQueries: [{ propertyName: "crudComponents", predicate: CrudComponent, descendants: true }], ngImport: i0, template: `
644
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: CrudContainerComponent, deps: [{ token: CrudService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
645
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: CrudContainerComponent, selector: "hci-crud-container", inputs: { data: "data", saveable: "saveable", crudGroups: "crudGroups", ids: "ids" }, host: { properties: { "class": "this.classList" } }, viewQueries: [{ propertyName: "crudComponents", predicate: CrudComponent, descendants: true }], ngImport: i0, template: `
646
646
  <ng-container *ngFor="let crudGroup of crudGroups" class="crud-group">
647
647
  <div *ngIf="crudGroup.mode === 'singular'"
648
648
  class="d-flex crud-group p-2">
@@ -658,7 +658,7 @@ class CrudContainerComponent {
658
658
  </ng-container>
659
659
  `, isInline: true, styles: [".crud-group{background-color:#cfecfc;margin-bottom:1rem;border-radius:.5rem;border:#3d7a99 1px solid}\n"], dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: CrudComponent, selector: "hci-crud", inputs: ["saveable", "editable", "className", "fields", "ids", "data", "styles"] }] }); }
660
660
  }
661
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CrudContainerComponent, decorators: [{
661
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: CrudContainerComponent, decorators: [{
662
662
  type: Component,
663
663
  args: [{ selector: "hci-crud-container", template: `
664
664
  <ng-container *ngFor="let crudGroup of crudGroups" class="crud-group">
@@ -709,8 +709,8 @@ class CrudModule {
709
709
  ngModule: CrudModule
710
710
  };
711
711
  }
712
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CrudModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
713
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.2", ngImport: i0, type: CrudModule, declarations: [CrudContainerComponent,
712
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: CrudModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
713
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: CrudModule, declarations: [CrudContainerComponent,
714
714
  CrudComponent,
715
715
  FieldViewablePipe], imports: [CommonModule,
716
716
  FormsModule,
@@ -719,13 +719,13 @@ class CrudModule {
719
719
  MiscModule], exports: [CrudContainerComponent,
720
720
  CrudComponent,
721
721
  FieldViewablePipe] }); }
722
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CrudModule, imports: [CommonModule,
722
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: CrudModule, imports: [CommonModule,
723
723
  FormsModule,
724
724
  NgbModule,
725
725
  SelectModule,
726
726
  MiscModule] }); }
727
727
  }
728
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CrudModule, decorators: [{
728
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: CrudModule, decorators: [{
729
729
  type: NgModule,
730
730
  args: [{
731
731
  imports: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huntsman-cancer-institute/crud",
3
- "version": "17.0.7",
3
+ "version": "17.0.8",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git@gitlab.com:huntsman-cancer-institute/risr/ng/hci-ng-lib.git"
@@ -14,10 +14,10 @@
14
14
  "@angular/core": "^17.x"
15
15
  },
16
16
  "dependencies": {
17
- "@huntsman-cancer-institute/dictionary-service": "17.0.7",
18
- "@huntsman-cancer-institute/input": "17.0.7",
19
- "@huntsman-cancer-institute/hci-ng-grid-dto": "17.0.7",
20
- "@huntsman-cancer-institute/misc": "17.0.7",
17
+ "@huntsman-cancer-institute/dictionary-service": "^17.x",
18
+ "@huntsman-cancer-institute/input": "^17.x",
19
+ "@huntsman-cancer-institute/hci-ng-grid-dto": "^17.x",
20
+ "@huntsman-cancer-institute/misc": "^17.x",
21
21
  "tslib": "^2.3.0"
22
22
  },
23
23
  "module": "fesm2022/huntsman-cancer-institute-crud.mjs",