@inspark/inspark-components 19.0.41 → 19.0.43
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/full/bms.css +1 -1
- package/full/components/inspark.module.d.ts +33 -32
- package/full/components/inspark.module.d.ts.map +1 -1
- package/full/components/radiobutton/radiobutton.component.d.ts +1 -0
- package/full/components/radiobutton/radiobutton.component.d.ts.map +1 -1
- package/full/fesm2022/inspark-inspark-components.mjs +32 -27
- package/full/fesm2022/inspark-inspark-components.mjs.map +1 -1
- package/full/index.css +1 -1
- package/package.json +1 -1
|
@@ -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$
|
|
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
|
|
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$
|
|
48
|
+
import * as i3$3 from 'primeng/select';
|
|
49
49
|
import { SelectModule } from 'primeng/select';
|
|
50
50
|
|
|
51
51
|
class PropertyValuePipe {
|
|
@@ -2984,25 +2984,22 @@ function RadiobuttonComponent_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
|
2984
2984
|
const _r1 = i0.ɵɵgetCurrentView();
|
|
2985
2985
|
i0.ɵɵelementContainerStart(0);
|
|
2986
2986
|
i0.ɵɵelementStart(1, "p-radioButton", 1);
|
|
2987
|
-
i0.ɵɵlistener("
|
|
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); });
|
|
2987
|
+
i0.ɵɵlistener("ngModelChange", function RadiobuttonComponent_ng_container_0_Template_p_radioButton_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onModelChange($event)); });
|
|
2989
2988
|
i0.ɵɵelementEnd();
|
|
2990
2989
|
i0.ɵɵelementStart(2, "label", 2);
|
|
2991
2990
|
i0.ɵɵtext(3);
|
|
2992
2991
|
i0.ɵɵelementEnd();
|
|
2993
2992
|
i0.ɵɵelementContainerEnd();
|
|
2994
2993
|
} if (rf & 2) {
|
|
2995
|
-
const
|
|
2996
|
-
const
|
|
2994
|
+
const element_r3 = ctx.$implicit;
|
|
2995
|
+
const ctx_r1 = i0.ɵɵnextContext();
|
|
2997
2996
|
i0.ɵɵadvance();
|
|
2998
|
-
i0.ɵɵclassMapInterpolate1("u-margin-left-tiny u-vertical-align-middle field_",
|
|
2999
|
-
i0.ɵɵproperty("inputId",
|
|
3000
|
-
i0.ɵɵtwoWayProperty("ngModel", ctx_r2.item);
|
|
3001
|
-
i0.ɵɵproperty("name", ctx_r2.name)("value", element_r2.id)("disabled", ctx_r2.disabled);
|
|
2997
|
+
i0.ɵɵclassMapInterpolate1("u-margin-left-tiny u-vertical-align-middle field_", ctx_r1.name, "");
|
|
2998
|
+
i0.ɵɵproperty("inputId", ctx_r1.name + "-" + element_r3.id)("ngModel", ctx_r1.item)("name", ctx_r1.name)("value", element_r3.id)("disabled", ctx_r1.disabled);
|
|
3002
2999
|
i0.ɵɵadvance();
|
|
3003
|
-
i0.ɵɵproperty("for",
|
|
3000
|
+
i0.ɵɵproperty("for", ctx_r1.name + "-" + element_r3.id);
|
|
3004
3001
|
i0.ɵɵadvance();
|
|
3005
|
-
i0.ɵɵtextInterpolate1(" ",
|
|
3002
|
+
i0.ɵɵtextInterpolate1(" ", element_r3[ctx_r1.keyLabel], " ");
|
|
3006
3003
|
} }
|
|
3007
3004
|
class RadiobuttonComponent {
|
|
3008
3005
|
constructor() {
|
|
@@ -3014,19 +3011,24 @@ class RadiobuttonComponent {
|
|
|
3014
3011
|
this.id = null;
|
|
3015
3012
|
this.change = new EventEmitter();
|
|
3016
3013
|
}
|
|
3014
|
+
onModelChange(id) {
|
|
3015
|
+
this.item = id;
|
|
3016
|
+
const value = (this.values || []).find(element => element && String(element.id) === String(id));
|
|
3017
|
+
this.onChangeEvent(value);
|
|
3018
|
+
}
|
|
3017
3019
|
onChangeEvent(value) {
|
|
3018
3020
|
this.change.next({ name: this.name, value });
|
|
3019
3021
|
}
|
|
3020
3022
|
static { this.ɵfac = function RadiobuttonComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RadiobuttonComponent)(); }; }
|
|
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, "
|
|
3023
|
+
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, "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
3024
|
i0.ɵɵtemplate(0, RadiobuttonComponent_ng_container_0_Template, 4, 10, "ng-container", 0);
|
|
3023
3025
|
} if (rf & 2) {
|
|
3024
3026
|
i0.ɵɵproperty("ngForOf", ctx.values);
|
|
3025
|
-
} }, dependencies: [i2$1.NgControlStatus, i2$1.NgModel,
|
|
3027
|
+
} }, dependencies: [i1$2.NgForOf, i2$1.NgControlStatus, i2$1.NgModel, i3.RadioButton], encapsulation: 2, changeDetection: 0 }); }
|
|
3026
3028
|
}
|
|
3027
3029
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(RadiobuttonComponent, [{
|
|
3028
3030
|
type: Component,
|
|
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
|
|
3031
|
+
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 [inputId]=\"name + '-' + element.id\"\n [ngModel]=\"item\"\n (ngModelChange)=\"onModelChange($event)\"\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" }]
|
|
3030
3032
|
}], () => [], { name: [{
|
|
3031
3033
|
type: Input
|
|
3032
3034
|
}], label: [{
|
|
@@ -3592,7 +3594,7 @@ class SelectListComponent {
|
|
|
3592
3594
|
i0.ɵɵadvance(2);
|
|
3593
3595
|
i0.ɵɵpropertyInterpolate("label", i0.ɵɵpipeBind1(12, 10, "Apply"));
|
|
3594
3596
|
i0.ɵɵproperty("title", i0.ɵɵpipeBind1(13, 12, "Select an action"));
|
|
3595
|
-
} }, 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}"] }); }
|
|
3597
|
+
} }, 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}"] }); }
|
|
3596
3598
|
}
|
|
3597
3599
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SelectListComponent, [{
|
|
3598
3600
|
type: Component,
|
|
@@ -3784,7 +3786,7 @@ class ModalInputTextComponent {
|
|
|
3784
3786
|
i0.ɵɵadvance(2);
|
|
3785
3787
|
i0.ɵɵpropertyInterpolate("label", i0.ɵɵpipeBind1(12, 14, "Apply"));
|
|
3786
3788
|
i0.ɵɵproperty("name", "Apply")("disabled", ctx.checkSelected())("title", i0.ɵɵpipeBind1(13, 16, "Select an action"));
|
|
3787
|
-
} }, 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}"] }); }
|
|
3789
|
+
} }, 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}"] }); }
|
|
3788
3790
|
}
|
|
3789
3791
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ModalInputTextComponent, [{
|
|
3790
3792
|
type: Component,
|
|
@@ -4205,7 +4207,7 @@ class AutoCompleteComponent {
|
|
|
4205
4207
|
i0.ɵɵproperty("styleClass", ctx.styleClass);
|
|
4206
4208
|
i0.ɵɵtwoWayProperty("ngModel", ctx.value);
|
|
4207
4209
|
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);
|
|
4208
|
-
} }, dependencies: [i1$2.NgIf, i2$1.NgControlStatus, i2$1.NgModel, i3.AutoComplete, i2.PrimeTemplate], styles: ["[_nghost-%COMP%]{display:block}"] }); }
|
|
4210
|
+
} }, dependencies: [i1$2.NgIf, i2$1.NgControlStatus, i2$1.NgModel, i3$1.AutoComplete, i2.PrimeTemplate], styles: ["[_nghost-%COMP%]{display:block}"] }); }
|
|
4209
4211
|
}
|
|
4210
4212
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AutoCompleteComponent, [{
|
|
4211
4213
|
type: Component,
|
|
@@ -4412,7 +4414,7 @@ class ObjectPieComponent {
|
|
|
4412
4414
|
i0.ɵɵproperty("ngForOf", ctx.data);
|
|
4413
4415
|
i0.ɵɵadvance(2);
|
|
4414
4416
|
i0.ɵɵtextInterpolate(ctx.count);
|
|
4415
|
-
} }, 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 }); }
|
|
4417
|
+
} }, 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 }); }
|
|
4416
4418
|
}
|
|
4417
4419
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ObjectPieComponent, [{
|
|
4418
4420
|
type: Component,
|
|
@@ -6073,7 +6075,7 @@ class LinkComponent {
|
|
|
6073
6075
|
i0.ɵɵproperty("ngIf", !ctx.link);
|
|
6074
6076
|
i0.ɵɵadvance();
|
|
6075
6077
|
i0.ɵɵproperty("ngIf", ctx.menuItems.length);
|
|
6076
|
-
} }, dependencies: [i1$2.NgClass, i1$2.NgIf, i1$2.NgTemplateOutlet, i1$3.RouterLink, i3$
|
|
6078
|
+
} }, 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}"] }); }
|
|
6077
6079
|
}
|
|
6078
6080
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(LinkComponent, [{
|
|
6079
6081
|
type: Component,
|
|
@@ -6377,7 +6379,7 @@ class DropdownComponent {
|
|
|
6377
6379
|
} if (rf & 2) {
|
|
6378
6380
|
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);
|
|
6379
6381
|
i0.ɵɵtwoWayProperty("ngModel", ctx.value);
|
|
6380
|
-
} }, dependencies: [i1$2.NgIf, i1$2.NgTemplateOutlet, i2$1.NgControlStatus, i2$1.NgModel, i3$
|
|
6382
|
+
} }, 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}"] }); }
|
|
6381
6383
|
}
|
|
6382
6384
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DropdownComponent, [{
|
|
6383
6385
|
type: Component,
|
|
@@ -6472,7 +6474,8 @@ class DropdownComponentModule {
|
|
|
6472
6474
|
class InsparkComponentsModule {
|
|
6473
6475
|
static { this.ɵfac = function InsparkComponentsModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || InsparkComponentsModule)(); }; }
|
|
6474
6476
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: InsparkComponentsModule }); }
|
|
6475
|
-
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [
|
|
6477
|
+
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
|
|
6478
|
+
FormsModule,
|
|
6476
6479
|
ReactiveFormsModule,
|
|
6477
6480
|
AutoCompleteComponentModule,
|
|
6478
6481
|
FormsModule,
|
|
@@ -6530,6 +6533,7 @@ class InsparkComponentsModule {
|
|
|
6530
6533
|
type: NgModule,
|
|
6531
6534
|
args: [{
|
|
6532
6535
|
imports: [
|
|
6536
|
+
CommonModule,
|
|
6533
6537
|
FormsModule,
|
|
6534
6538
|
ReactiveFormsModule,
|
|
6535
6539
|
AutoCompleteComponentModule,
|
|
@@ -6620,7 +6624,8 @@ class InsparkComponentsModule {
|
|
|
6620
6624
|
TooltipComponent,
|
|
6621
6625
|
RadiobuttonComponent,
|
|
6622
6626
|
ObjectTreeComponent,
|
|
6623
|
-
ObjectPieComponent], imports: [
|
|
6627
|
+
ObjectPieComponent], imports: [CommonModule,
|
|
6628
|
+
FormsModule,
|
|
6624
6629
|
ReactiveFormsModule,
|
|
6625
6630
|
AutoCompleteComponentModule,
|
|
6626
6631
|
FormsModule,
|