@inspark/inspark-components 19.0.40 → 19.0.42

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.
@@ -10,14 +10,14 @@ export { SharedModule } from 'primeng/api';
10
10
  import * as i1$4 from 'primeng/dynamicdialog';
11
11
  import { DynamicDialogRef, DynamicDialogComponent } from 'primeng/dynamicdialog';
12
12
  import { Subject } from 'rxjs';
13
+ import * as i1$2 from '@angular/common';
14
+ import { CommonModule } from '@angular/common';
13
15
  import * as i2$1 from '@angular/forms';
14
16
  import { FormsModule, NG_VALUE_ACCESSOR, ReactiveFormsModule } from '@angular/forms';
15
17
  import * as i2$3 from 'ng-inline-svg-2';
16
18
  import { InlineSVGModule } from 'ng-inline-svg-2';
17
19
  import * as i2$2 from 'primeng/table';
18
20
  import { Table, TableService, TableModule } from 'primeng/table';
19
- import * as i1$2 from '@angular/common';
20
- import { CommonModule } from '@angular/common';
21
21
  import * as i5 from 'primeng/dropdown';
22
22
  import { DropdownModule } from 'primeng/dropdown';
23
23
  import * as i6 from 'primeng/multiselect';
@@ -28,24 +28,24 @@ export { NgbModule } from '@ng-bootstrap/ng-bootstrap';
28
28
  import { CheckboxModule } from 'primeng/checkbox';
29
29
  import * as i1$3 from '@angular/router';
30
30
  import { RouterModule } from '@angular/router';
31
- import * as i3$1 from 'primeng/menu';
31
+ import * as i3$2 from 'primeng/menu';
32
32
  import { Menu, MenuModule } from 'primeng/menu';
33
33
  export { MenuModule } from 'primeng/menu';
34
34
  import { SliderModule } from 'primeng/slider';
35
35
  export { SliderModule } from 'primeng/slider';
36
36
  import * as i2$4 from 'primeng/treetable';
37
37
  import { TreeTableModule } from 'primeng/treetable';
38
- import * as i2$5 from 'primeng/radiobutton';
38
+ import * as i3 from 'primeng/radiobutton';
39
39
  import { RadioButtonModule } from 'primeng/radiobutton';
40
40
  export { RadioButtonModule } from 'primeng/radiobutton';
41
- import * as i3 from 'primeng/autocomplete';
41
+ import * as i3$1 from 'primeng/autocomplete';
42
42
  import { AutoCompleteModule } from 'primeng/autocomplete';
43
43
  import { HttpClientModule } from '@angular/common/http';
44
44
  import { BreadcrumbModule } from 'primeng/breadcrumb';
45
45
  export { BreadcrumbModule } from 'primeng/breadcrumb';
46
46
  import { TreeModule } from 'primeng/tree';
47
47
  export { TreeModule } from 'primeng/tree';
48
- import * as i3$2 from 'primeng/select';
48
+ import * as i3$3 from 'primeng/select';
49
49
  import { SelectModule } from 'primeng/select';
50
50
 
51
51
  class PropertyValuePipe {
@@ -2987,15 +2987,22 @@ function RadiobuttonComponent_ng_container_0_Template(rf, ctx) { if (rf & 1) {
2987
2987
  i0.ɵɵlistener("onClick", function RadiobuttonComponent_ng_container_0_Template_p_radioButton_onClick_1_listener() { const element_r2 = i0.ɵɵrestoreView(_r1).$implicit; const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onChangeEvent(element_r2)); });
2988
2988
  i0.ɵɵtwoWayListener("ngModelChange", function RadiobuttonComponent_ng_container_0_Template_p_radioButton_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r2 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r2.item, $event) || (ctx_r2.item = $event); return i0.ɵɵresetView($event); });
2989
2989
  i0.ɵɵelementEnd();
2990
+ i0.ɵɵelementStart(2, "label", 2);
2991
+ i0.ɵɵtext(3);
2992
+ i0.ɵɵelementEnd();
2990
2993
  i0.ɵɵelementContainerEnd();
2991
2994
  } if (rf & 2) {
2992
2995
  const element_r2 = ctx.$implicit;
2993
2996
  const ctx_r2 = i0.ɵɵnextContext();
2994
2997
  i0.ɵɵadvance();
2995
2998
  i0.ɵɵclassMapInterpolate1("u-margin-left-tiny u-vertical-align-middle field_", ctx_r2.name, "");
2996
- i0.ɵɵproperty("id", element_r2[ctx_r2.keyLabel]);
2999
+ i0.ɵɵproperty("inputId", ctx_r2.name + "-" + element_r2.id);
2997
3000
  i0.ɵɵtwoWayProperty("ngModel", ctx_r2.item);
2998
- i0.ɵɵproperty("name", ctx_r2.name)("value", element_r2.id)("disabled", ctx_r2.disabled)("label", element_r2[ctx_r2.keyLabel]);
3001
+ i0.ɵɵproperty("name", ctx_r2.name)("value", element_r2.id)("disabled", ctx_r2.disabled);
3002
+ i0.ɵɵadvance();
3003
+ i0.ɵɵproperty("for", ctx_r2.name + "-" + element_r2.id);
3004
+ i0.ɵɵadvance();
3005
+ i0.ɵɵtextInterpolate1(" ", element_r2[ctx_r2.keyLabel], " ");
2999
3006
  } }
3000
3007
  class RadiobuttonComponent {
3001
3008
  constructor() {
@@ -3011,15 +3018,15 @@ class RadiobuttonComponent {
3011
3018
  this.change.next({ name: this.name, value });
3012
3019
  }
3013
3020
  static { this.ɵfac = function RadiobuttonComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RadiobuttonComponent)(); }; }
3014
- static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: RadiobuttonComponent, selectors: [["in-radiobutton"]], inputs: { name: "name", label: "label", required: "required", error: "error", placeholder: "placeholder", id: "id", disabled: "disabled", value: "value", values: "values", keyLabel: "keyLabel", item: "item" }, outputs: { change: "change" }, standalone: false, decls: 1, vars: 1, consts: [[4, "ngFor", "ngForOf"], [3, "onClick", "ngModelChange", "id", "ngModel", "name", "value", "disabled", "label"]], template: function RadiobuttonComponent_Template(rf, ctx) { if (rf & 1) {
3015
- i0.ɵɵtemplate(0, RadiobuttonComponent_ng_container_0_Template, 2, 9, "ng-container", 0);
3021
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: RadiobuttonComponent, selectors: [["in-radiobutton"]], inputs: { name: "name", label: "label", required: "required", error: "error", placeholder: "placeholder", id: "id", disabled: "disabled", value: "value", values: "values", keyLabel: "keyLabel", item: "item" }, outputs: { change: "change" }, standalone: false, decls: 1, vars: 1, consts: [[4, "ngFor", "ngForOf"], [3, "onClick", "ngModelChange", "inputId", "ngModel", "name", "value", "disabled"], [1, "p-radiobutton-label", "u-vertical-align-middle", 3, "for"]], template: function RadiobuttonComponent_Template(rf, ctx) { if (rf & 1) {
3022
+ i0.ɵɵtemplate(0, RadiobuttonComponent_ng_container_0_Template, 4, 10, "ng-container", 0);
3016
3023
  } if (rf & 2) {
3017
3024
  i0.ɵɵproperty("ngForOf", ctx.values);
3018
- } }, dependencies: [i2$1.NgControlStatus, i2$1.NgModel, i2$5.RadioButton], encapsulation: 2, changeDetection: 0 }); }
3025
+ } }, dependencies: [i1$2.NgForOf, i2$1.NgControlStatus, i2$1.NgModel, i3.RadioButton], encapsulation: 2, changeDetection: 0 }); }
3019
3026
  }
3020
3027
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(RadiobuttonComponent, [{
3021
3028
  type: Component,
3022
- args: [{ standalone: false, selector: 'in-radiobutton', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container *ngFor=\"let element of values\">\r\n <p-radioButton\r\n class=\"u-margin-left-tiny u-vertical-align-middle field_{{name}}\"\r\n (onClick)=\"onChangeEvent(element)\"\r\n [id]=\"element[keyLabel]\"\r\n [(ngModel)]=\"item\"\r\n [name]=\"name\"\r\n [value]=\"element.id\"\r\n [disabled]=\"disabled\"\r\n [label]=\"element[keyLabel]\">\r\n </p-radioButton>\r\n</ng-container>\r\n" }]
3029
+ args: [{ standalone: false, selector: 'in-radiobutton', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container *ngFor=\"let element of values\">\n <p-radioButton\n class=\"u-margin-left-tiny u-vertical-align-middle field_{{name}}\"\n (onClick)=\"onChangeEvent(element)\"\n [inputId]=\"name + '-' + element.id\"\n [(ngModel)]=\"item\"\n [name]=\"name\"\n [value]=\"element.id\"\n [disabled]=\"disabled\">\n </p-radioButton>\n <label\n class=\"p-radiobutton-label u-vertical-align-middle\"\n [for]=\"name + '-' + element.id\">\n {{ element[keyLabel] }}\n </label>\n</ng-container>\n" }]
3023
3030
  }], () => [], { name: [{
3024
3031
  type: Input
3025
3032
  }], label: [{
@@ -3585,7 +3592,7 @@ class SelectListComponent {
3585
3592
  i0.ɵɵadvance(2);
3586
3593
  i0.ɵɵpropertyInterpolate("label", i0.ɵɵpipeBind1(12, 10, "Apply"));
3587
3594
  i0.ɵɵproperty("title", i0.ɵɵpipeBind1(13, 12, "Select an action"));
3588
- } }, dependencies: [ButtonComponent, ComponentContainerComponent, i1.TranslatePipe], styles: [".buttons[_ngcontent-%COMP%]{text-align:right}.buttons[_ngcontent-%COMP%] p-button[_ngcontent-%COMP%]{margin-left:8px}.container[_ngcontent-%COMP%]{padding:12px}[_nghost-%COMP%] .c-select_block{position:relative;left:10px;width:30%}[_nghost-%COMP%] .c-input_small{width:50%}[_nghost-%COMP%] .my-tree{width:100%;display:inline-block;position:relative}[_nghost-%COMP%] .my-tree .c-inputtext{width:500px}"] }); }
3595
+ } }, dependencies: [i1$2.NgForOf, i1$2.NgIf, i1$2.NgTemplateOutlet, ButtonComponent, ComponentContainerComponent, i1.TranslatePipe], styles: [".buttons[_ngcontent-%COMP%]{text-align:right}.buttons[_ngcontent-%COMP%] p-button[_ngcontent-%COMP%]{margin-left:8px}.container[_ngcontent-%COMP%]{padding:12px}[_nghost-%COMP%] .c-select_block{position:relative;left:10px;width:30%}[_nghost-%COMP%] .c-input_small{width:50%}[_nghost-%COMP%] .my-tree{width:100%;display:inline-block;position:relative}[_nghost-%COMP%] .my-tree .c-inputtext{width:500px}"] }); }
3589
3596
  }
3590
3597
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SelectListComponent, [{
3591
3598
  type: Component,
@@ -3777,7 +3784,7 @@ class ModalInputTextComponent {
3777
3784
  i0.ɵɵadvance(2);
3778
3785
  i0.ɵɵpropertyInterpolate("label", i0.ɵɵpipeBind1(12, 14, "Apply"));
3779
3786
  i0.ɵɵproperty("name", "Apply")("disabled", ctx.checkSelected())("title", i0.ɵɵpipeBind1(13, 16, "Select an action"));
3780
- } }, dependencies: [i2$1.DefaultValueAccessor, i2$1.NgControlStatus, i2$1.MaxLengthValidator, i2$1.NgModel, ButtonComponent, ComponentContainerComponent, i1.TranslatePipe], styles: [".buttons[_ngcontent-%COMP%]{text-align:right}.buttons[_ngcontent-%COMP%] p-button[_ngcontent-%COMP%]{margin-left:8px}.container[_ngcontent-%COMP%]{padding:12px}[_nghost-%COMP%] .c-select_block{position:relative;left:10px;width:30%}[_nghost-%COMP%] .c-input_small{width:50%}[_nghost-%COMP%] .my-tree{width:100%;display:inline-block;position:relative}[_nghost-%COMP%] .my-tree .c-inputtext{width:500px}"] }); }
3787
+ } }, dependencies: [i1$2.NgForOf, i1$2.NgIf, i1$2.NgTemplateOutlet, i2$1.DefaultValueAccessor, i2$1.NgControlStatus, i2$1.MaxLengthValidator, i2$1.NgModel, ButtonComponent, ComponentContainerComponent, i1.TranslatePipe], styles: [".buttons[_ngcontent-%COMP%]{text-align:right}.buttons[_ngcontent-%COMP%] p-button[_ngcontent-%COMP%]{margin-left:8px}.container[_ngcontent-%COMP%]{padding:12px}[_nghost-%COMP%] .c-select_block{position:relative;left:10px;width:30%}[_nghost-%COMP%] .c-input_small{width:50%}[_nghost-%COMP%] .my-tree{width:100%;display:inline-block;position:relative}[_nghost-%COMP%] .my-tree .c-inputtext{width:500px}"] }); }
3781
3788
  }
3782
3789
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ModalInputTextComponent, [{
3783
3790
  type: Component,
@@ -4198,7 +4205,7 @@ class AutoCompleteComponent {
4198
4205
  i0.ɵɵproperty("styleClass", ctx.styleClass);
4199
4206
  i0.ɵɵtwoWayProperty("ngModel", ctx.value);
4200
4207
  i0.ɵɵproperty("suggestions", ctx.suggestions)("placeholder", ctx.placeholder)("field", ctx.field)("dropdown", ctx.dropdown)("multiple", ctx.multiple)("forceSelection", ctx.forceSelection)("minLength", ctx.minLength)("delay", ctx.delay)("disabled", ctx.disabled)("appendTo", ctx.appendTo)("dropdownMode", ctx.dropdownMode)("virtualScroll", ctx.virtualScroll)("virtualScrollItemSize", ctx.virtualScrollItemSize)("emptyMessage", ctx.emptyMessage)("inputStyle", ctx.inputStyle)("inputStyleClass", ctx.inputStyleClass)("dropdownIcon", ctx.dropdownIcon);
4201
- } }, dependencies: [i1$2.NgIf, i2$1.NgControlStatus, i2$1.NgModel, i3.AutoComplete, i2.PrimeTemplate], styles: ["[_nghost-%COMP%]{display:block}"] }); }
4208
+ } }, dependencies: [i1$2.NgIf, i2$1.NgControlStatus, i2$1.NgModel, i3$1.AutoComplete, i2.PrimeTemplate], styles: ["[_nghost-%COMP%]{display:block}"] }); }
4202
4209
  }
4203
4210
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AutoCompleteComponent, [{
4204
4211
  type: Component,
@@ -4405,7 +4412,7 @@ class ObjectPieComponent {
4405
4412
  i0.ɵɵproperty("ngForOf", ctx.data);
4406
4413
  i0.ɵɵadvance(2);
4407
4414
  i0.ɵɵtextInterpolate(ctx.count);
4408
- } }, styles: [".pie-block[_ngcontent-%COMP%]{width:40px;height:40px;color:var(--text-color)}.pie-block[_ngcontent-%COMP%] text[_ngcontent-%COMP%]{width:20px;height:20px;background:var(--colorBgLevel2);font-size:11px}.pie-block[_ngcontent-%COMP%] svg[_ngcontent-%COMP%]{width:40px;height:40px}"], changeDetection: 0 }); }
4415
+ } }, dependencies: [i1$2.NgForOf], styles: [".pie-block[_ngcontent-%COMP%]{width:40px;height:40px;color:var(--text-color)}.pie-block[_ngcontent-%COMP%] text[_ngcontent-%COMP%]{width:20px;height:20px;background:var(--colorBgLevel2);font-size:11px}.pie-block[_ngcontent-%COMP%] svg[_ngcontent-%COMP%]{width:40px;height:40px}"], changeDetection: 0 }); }
4409
4416
  }
4410
4417
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ObjectPieComponent, [{
4411
4418
  type: Component,
@@ -6066,7 +6073,7 @@ class LinkComponent {
6066
6073
  i0.ɵɵproperty("ngIf", !ctx.link);
6067
6074
  i0.ɵɵadvance();
6068
6075
  i0.ɵɵproperty("ngIf", ctx.menuItems.length);
6069
- } }, dependencies: [i1$2.NgClass, i1$2.NgIf, i1$2.NgTemplateOutlet, i1$3.RouterLink, i3$1.Menu, SvgComponent], styles: [".p-link[_ngcontent-%COMP%]{text-decoration:none;color:var(--colorLink);cursor:pointer}.p-link.p-link-secondary[_ngcontent-%COMP%]{color:var(--colorTextSecondary)}.p-link[_ngcontent-%COMP%]:hover{color:var(--colorLink)}.p-link[_ngcontent-%COMP%]:hover .p-link-text[_ngcontent-%COMP%]{text-decoration:underline;color:var(--colorLink)}button[_ngcontent-%COMP%]{outline:none}.p-link-icon-only[_ngcontent-%COMP%] .p-link-icon-left[_ngcontent-%COMP%]{margin-top:-9px}.p-link-text[_ngcontent-%COMP%]{vertical-align:middle}.p-link[_ngcontent-%COMP%]{margin-right:0;display:inline-flex;align-items:center;justify-content:center}.p-link-text-icon-left[_ngcontent-%COMP%] .p-link-text[_ngcontent-%COMP%]{padding-left:.6em}.p-link-icon-only[_ngcontent-%COMP%]{font-size:18px;display:inline-flex;align-items:center;justify-content:center}.p-link-icon-only[_ngcontent-%COMP%] .svg[_ngcontent-%COMP%]{display:inline-block;line-height:0}.p-link-transparency[_ngcontent-%COMP%]{background:none}.p-link.p-link-svg[_ngcontent-%COMP%] .p-clickable[_ngcontent-%COMP%]{height:20px}.p-link.p-link-svg[_ngcontent-%COMP%] .p-link-icon-left[_ngcontent-%COMP%]{left:6px;margin-top:-2px}.p-link.p-link-svg.p-link-icon-only[_ngcontent-%COMP%] .p-link-icon-left[_ngcontent-%COMP%]{left:50%;width:auto;transform:translate(-50%,-50%);margin-left:0;margin-top:0}.p-link-material[_ngcontent-%COMP%] .material-icons[_ngcontent-%COMP%]{font-size:16px}[_nghost-%COMP%] .p-menu[_ngcontent-%COMP%] .p-menuitem-link[_ngcontent-%COMP%]{font-size:16px}"] }); }
6076
+ } }, dependencies: [i1$2.NgClass, i1$2.NgIf, i1$2.NgTemplateOutlet, i1$3.RouterLink, i3$2.Menu, SvgComponent], styles: [".p-link[_ngcontent-%COMP%]{text-decoration:none;color:var(--colorLink);cursor:pointer}.p-link.p-link-secondary[_ngcontent-%COMP%]{color:var(--colorTextSecondary)}.p-link[_ngcontent-%COMP%]:hover{color:var(--colorLink)}.p-link[_ngcontent-%COMP%]:hover .p-link-text[_ngcontent-%COMP%]{text-decoration:underline;color:var(--colorLink)}button[_ngcontent-%COMP%]{outline:none}.p-link-icon-only[_ngcontent-%COMP%] .p-link-icon-left[_ngcontent-%COMP%]{margin-top:-9px}.p-link-text[_ngcontent-%COMP%]{vertical-align:middle}.p-link[_ngcontent-%COMP%]{margin-right:0;display:inline-flex;align-items:center;justify-content:center}.p-link-text-icon-left[_ngcontent-%COMP%] .p-link-text[_ngcontent-%COMP%]{padding-left:.6em}.p-link-icon-only[_ngcontent-%COMP%]{font-size:18px;display:inline-flex;align-items:center;justify-content:center}.p-link-icon-only[_ngcontent-%COMP%] .svg[_ngcontent-%COMP%]{display:inline-block;line-height:0}.p-link-transparency[_ngcontent-%COMP%]{background:none}.p-link.p-link-svg[_ngcontent-%COMP%] .p-clickable[_ngcontent-%COMP%]{height:20px}.p-link.p-link-svg[_ngcontent-%COMP%] .p-link-icon-left[_ngcontent-%COMP%]{left:6px;margin-top:-2px}.p-link.p-link-svg.p-link-icon-only[_ngcontent-%COMP%] .p-link-icon-left[_ngcontent-%COMP%]{left:50%;width:auto;transform:translate(-50%,-50%);margin-left:0;margin-top:0}.p-link-material[_ngcontent-%COMP%] .material-icons[_ngcontent-%COMP%]{font-size:16px}[_nghost-%COMP%] .p-menu[_ngcontent-%COMP%] .p-menuitem-link[_ngcontent-%COMP%]{font-size:16px}"] }); }
6070
6077
  }
6071
6078
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LinkComponent, [{
6072
6079
  type: Component,
@@ -6370,7 +6377,7 @@ class DropdownComponent {
6370
6377
  } if (rf & 2) {
6371
6378
  i0.ɵɵproperty("options", ctx.options)("placeholder", ctx.placeholder)("optionLabel", ctx.optionLabel)("optionValue", ctx.optionValue)("dataKey", ctx.dataKey)("filter", ctx.filter)("filterBy", ctx.effectiveFilterBy)("filterMatchMode", ctx.filterMatchMode)("showClear", ctx.showClear)("disabled", ctx.disabled)("appendTo", ctx.appendTo)("editable", ctx.editable)("virtualScroll", ctx.virtualScroll)("virtualScrollItemSize", ctx.virtualScrollItemSize)("loading", ctx.loading)("autoDisplayFirst", ctx.autoDisplayFirst)("emptyMessage", ctx.emptyMessage)("styleClass", ctx.styleClass);
6372
6379
  i0.ɵɵtwoWayProperty("ngModel", ctx.value);
6373
- } }, dependencies: [i1$2.NgIf, i1$2.NgTemplateOutlet, i2$1.NgControlStatus, i2$1.NgModel, i3$2.Select, i2.PrimeTemplate], styles: [".in-dropdown[_ngcontent-%COMP%]{width:100%;margin-bottom:0}"] }); }
6380
+ } }, dependencies: [i1$2.NgIf, i1$2.NgTemplateOutlet, i2$1.NgControlStatus, i2$1.NgModel, i3$3.Select, i2.PrimeTemplate], styles: [".in-dropdown[_ngcontent-%COMP%]{width:100%;margin-bottom:0}"] }); }
6374
6381
  }
6375
6382
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DropdownComponent, [{
6376
6383
  type: Component,
@@ -6465,7 +6472,8 @@ class DropdownComponentModule {
6465
6472
  class InsparkComponentsModule {
6466
6473
  static { this.ɵfac = function InsparkComponentsModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || InsparkComponentsModule)(); }; }
6467
6474
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: InsparkComponentsModule }); }
6468
- static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [FormsModule,
6475
+ static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
6476
+ FormsModule,
6469
6477
  ReactiveFormsModule,
6470
6478
  AutoCompleteComponentModule,
6471
6479
  FormsModule,
@@ -6523,6 +6531,7 @@ class InsparkComponentsModule {
6523
6531
  type: NgModule,
6524
6532
  args: [{
6525
6533
  imports: [
6534
+ CommonModule,
6526
6535
  FormsModule,
6527
6536
  ReactiveFormsModule,
6528
6537
  AutoCompleteComponentModule,
@@ -6613,7 +6622,8 @@ class InsparkComponentsModule {
6613
6622
  TooltipComponent,
6614
6623
  RadiobuttonComponent,
6615
6624
  ObjectTreeComponent,
6616
- ObjectPieComponent], imports: [FormsModule,
6625
+ ObjectPieComponent], imports: [CommonModule,
6626
+ FormsModule,
6617
6627
  ReactiveFormsModule,
6618
6628
  AutoCompleteComponentModule,
6619
6629
  FormsModule,