@muraai/mnl-form 0.0.1-alpha-5d0336b → 0.0.1-alpha-2efa750
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/lib/confirmation-dialog/confirmation-dialog.component.mjs +3 -3
- package/esm2022/lib/formly-lib/formly-lib.component.mjs +17 -8
- package/esm2022/lib/formly-lib/formly-standalone.module.mjs +3 -1
- package/esm2022/lib/services/graphql.service.mjs +3 -3
- package/esm2022/lib/services/scoring.service.mjs +75 -0
- package/esm2022/lib/types/action-button-renderer.component.mjs +3 -3
- package/esm2022/lib/types/autocomplete-type.component.mjs +3 -3
- package/esm2022/lib/types/button.type.mjs +3 -3
- package/esm2022/lib/types/comments.type.mjs +3 -3
- package/esm2022/lib/types/country-code-input.type.mjs +3 -3
- package/esm2022/lib/types/custom-input.component.mjs +3 -3
- package/esm2022/lib/types/date-format.type.mjs +3 -3
- package/esm2022/lib/types/expansion-panel.types.mjs +3 -3
- package/esm2022/lib/types/formly-field-panel.type.mjs +3 -3
- package/esm2022/lib/types/grid-actionable.type.mjs +3 -3
- package/esm2022/lib/types/grid-formly-cell.component.mjs +3 -3
- package/esm2022/lib/types/grid.type.mjs +3 -3
- package/esm2022/lib/types/input.type.mjs +3 -3
- package/esm2022/lib/types/mu-helper-text.type.mjs +190 -0
- package/esm2022/lib/types/multi-select-autocomplete.mjs +3 -3
- package/esm2022/lib/types/multi-select-checkbox.component.mjs +3 -3
- package/esm2022/lib/types/radio.type.mjs +3 -3
- package/esm2022/lib/types/scrollable-tabs.types.mjs +3 -3
- package/esm2022/lib/types/select-api-auto-complete.component.mjs +3 -3
- package/esm2022/lib/types/select-autocomplete-redefined.component.mjs +3 -3
- package/esm2022/lib/types/select-autocomplete.type.mjs +3 -3
- package/esm2022/lib/types/stepper.type.mjs +3 -3
- package/esm2022/lib/types/table.types.mjs +3 -3
- package/esm2022/lib/types/tabs.types.mjs +3 -3
- package/esm2022/lib/types/tabular-form-dialog.component.mjs +3 -3
- package/esm2022/lib/types/tabular-form.type.mjs +3 -3
- package/esm2022/lib/types/upload-file.mjs +3 -3
- package/esm2022/lib/types/view-file-dialog.component.mjs +3 -3
- package/esm2022/lib/workflow-status/ workflow-status.module.mjs +4 -4
- package/esm2022/lib/workflow-status/workflow-status.component.mjs +3 -3
- package/esm2022/lib/wrappers/form-field-description-wrapper.component.mjs +3 -3
- package/esm2022/lib/wrappers/form-field-wrapper.component.mjs +3 -3
- package/esm2022/lib/wrappers/formly-wrapper-with-old-value.component.mjs +3 -3
- package/esm2022/lib/wrappers/prefix-suffix-wrapper.component.mjs +3 -3
- package/fesm2022/muraai-mnl-form.mjs +390 -134
- package/fesm2022/muraai-mnl-form.mjs.map +1 -1
- package/lib/formly-lib/formly-lib.component.d.ts +6 -2
- package/lib/services/scoring.service.d.ts +15 -0
- package/lib/types/mu-helper-text.type.d.ts +17 -0
- package/package.json +1 -1
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Component, inject, ViewChild, ViewEncapsulation, ChangeDetectionStrategy, Inject, EventEmitter, DestroyRef, Output, importProvidersFrom, Input, NgModule } from '@angular/core';
|
|
3
|
-
import * as i2 from '@ngx-formly/core';
|
|
2
|
+
import { Component, inject, ViewChild, ViewEncapsulation, ChangeDetectionStrategy, Inject, EventEmitter, DestroyRef, Output, importProvidersFrom, Injectable, Input, NgModule } from '@angular/core';
|
|
3
|
+
import * as i2$1 from '@ngx-formly/core';
|
|
4
4
|
import { FieldType, FormlyModule, FieldWrapper, FieldArrayType } from '@ngx-formly/core';
|
|
5
5
|
import * as i3 from '@angular/forms';
|
|
6
6
|
import { FormsModule, ReactiveFormsModule, FormControl, FormGroup, Validators } from '@angular/forms';
|
|
7
7
|
import { FormlyMaterialModule, FieldType as FieldType$1 } from '@ngx-formly/material';
|
|
8
8
|
import * as i1 from '@angular/common';
|
|
9
9
|
import { CommonModule, DatePipe } from '@angular/common';
|
|
10
|
-
import * as
|
|
10
|
+
import * as i2 from '@angular/material/input';
|
|
11
11
|
import { MatInputModule } from '@angular/material/input';
|
|
12
12
|
import * as i6 from '@angular/material/button';
|
|
13
13
|
import { MatButtonModule } from '@angular/material/button';
|
|
14
|
-
import * as i2$
|
|
14
|
+
import * as i2$2 from '@angular/material/icon';
|
|
15
15
|
import { MatIconModule } from '@angular/material/icon';
|
|
16
16
|
import * as i1$1 from '@angular/material/tabs';
|
|
17
17
|
import { MatTabsModule } from '@angular/material/tabs';
|
|
@@ -22,7 +22,7 @@ import * as i1$2 from '@ngx-translate/core';
|
|
|
22
22
|
import { TranslateModule, TranslateLoader } from '@ngx-translate/core';
|
|
23
23
|
import * as i1$3 from '@angular/material/expansion';
|
|
24
24
|
import { MatExpansionModule } from '@angular/material/expansion';
|
|
25
|
-
import * as
|
|
25
|
+
import * as i3$3 from '@angular/material/form-field';
|
|
26
26
|
import { MatFormFieldModule } from '@angular/material/form-field';
|
|
27
27
|
import * as i3$1 from 'ag-grid-angular';
|
|
28
28
|
import { AgGridModule } from 'ag-grid-angular';
|
|
@@ -31,7 +31,7 @@ import * as i1$4 from '@angular/material/stepper';
|
|
|
31
31
|
import { MatStepperModule } from '@angular/material/stepper';
|
|
32
32
|
import * as i1$5 from '@angular/material/table';
|
|
33
33
|
import { MatTableDataSource, MatTableModule } from '@angular/material/table';
|
|
34
|
-
import * as i2$
|
|
34
|
+
import * as i2$3 from '@angular/material/sort';
|
|
35
35
|
import { MatSort, MatSortModule } from '@angular/material/sort';
|
|
36
36
|
import * as i3$2 from '@angular/material/paginator';
|
|
37
37
|
import { MatPaginator, MatPaginatorModule } from '@angular/material/paginator';
|
|
@@ -44,25 +44,27 @@ import { CommonsModule, httpLoaderFactory, MNL_TRANSLATION_RESOURCE } from '@mur
|
|
|
44
44
|
import * as libphonenumber from 'google-libphonenumber';
|
|
45
45
|
import * as i1$6 from '@angular/material/dialog';
|
|
46
46
|
import { MAT_DIALOG_DATA, MatDialogModule } from '@angular/material/dialog';
|
|
47
|
-
import * as i2$
|
|
47
|
+
import * as i2$4 from '@angular/material/snack-bar';
|
|
48
48
|
import { MatSnackBarModule } from '@angular/material/snack-bar';
|
|
49
|
-
import * as i4
|
|
49
|
+
import * as i4 from '@angular/cdk/layout';
|
|
50
50
|
import { Breakpoints } from '@angular/cdk/layout';
|
|
51
51
|
import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
|
|
52
52
|
import * as i7$2 from '@angular/material/checkbox';
|
|
53
53
|
import { MatCheckboxModule } from '@angular/material/checkbox';
|
|
54
|
-
import * as i4$
|
|
54
|
+
import * as i4$1 from '@angular/material/radio';
|
|
55
55
|
import { MatRadioModule } from '@angular/material/radio';
|
|
56
56
|
import { MatSelectModule } from '@angular/material/select';
|
|
57
57
|
import * as i7$1 from 'ngx-spinner';
|
|
58
58
|
import { NgxSpinnerModule } from 'ngx-spinner';
|
|
59
59
|
import { HttpBackend, provideHttpClient } from '@angular/common/http';
|
|
60
|
-
import * as i2$
|
|
60
|
+
import * as i2$5 from '@angular/material/chips';
|
|
61
61
|
import { MatChipsModule } from '@angular/material/chips';
|
|
62
62
|
import { FormlyMatDatepickerModule } from '@ngx-formly/material/datepicker';
|
|
63
|
-
import * as i3$
|
|
63
|
+
import * as i3$4 from '@angular/material/card';
|
|
64
64
|
import { MatCardModule } from '@angular/material/card';
|
|
65
65
|
import { MatDatepickerModule } from '@angular/material/datepicker';
|
|
66
|
+
import * as i6$3 from '@angular/material/slide-toggle';
|
|
67
|
+
import { MatSlideToggleModule } from '@angular/material/slide-toggle';
|
|
66
68
|
import { FormlyMatCheckboxModule } from '@ngx-formly/material/checkbox';
|
|
67
69
|
import { FormlyMatInputModule } from '@ngx-formly/material/input';
|
|
68
70
|
import { FormlyMatTextAreaModule } from '@ngx-formly/material/textarea';
|
|
@@ -74,8 +76,8 @@ class CustomInputComponent extends FieldType {
|
|
|
74
76
|
get control() {
|
|
75
77
|
return this.formControl;
|
|
76
78
|
}
|
|
77
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
78
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
79
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CustomInputComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
80
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: CustomInputComponent, isStandalone: true, selector: "mu-formly-field-custom-input", usesInheritance: true, ngImport: i0, template: `
|
|
79
81
|
<input
|
|
80
82
|
matInput
|
|
81
83
|
*ngIf="to.type !== 'textarea'; else textarea"
|
|
@@ -92,9 +94,9 @@ class CustomInputComponent extends FieldType {
|
|
|
92
94
|
class="form-control"
|
|
93
95
|
></textarea>
|
|
94
96
|
</ng-template>
|
|
95
|
-
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type:
|
|
97
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i2.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { kind: "ngmodule", type: FormsModule }, { 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.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "ngmodule", type: FormlyModule }, { kind: "directive", type: i2$1.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: FormlyMaterialModule }] }); }
|
|
96
98
|
}
|
|
97
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
99
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CustomInputComponent, decorators: [{
|
|
98
100
|
type: Component,
|
|
99
101
|
args: [{
|
|
100
102
|
selector: 'mu-formly-field-custom-input',
|
|
@@ -122,16 +124,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
122
124
|
}] });
|
|
123
125
|
|
|
124
126
|
class FormFieldWrapperComponent extends FieldWrapper {
|
|
125
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
126
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
127
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormFieldWrapperComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
128
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FormFieldWrapperComponent, isStandalone: true, selector: "mu-formly-wrapper-form-field", usesInheritance: true, ngImport: i0, template: `
|
|
127
129
|
<label *ngIf="to.label" [for]="id">{{ to.label }}</label>
|
|
128
130
|
<ng-container #fieldComponent></ng-container>
|
|
129
131
|
<div *ngIf="showError" class="invalid-feedback">
|
|
130
132
|
<formly-validation-message [field]="field"></formly-validation-message>
|
|
131
133
|
</div>
|
|
132
|
-
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: FormlyModule }, { kind: "component", type: i2.ɵFormlyValidationMessage, selector: "formly-validation-message", inputs: ["field"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "ngmodule", type: FormlyMaterialModule }] }); }
|
|
134
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: FormlyModule }, { kind: "component", type: i2$1.ɵFormlyValidationMessage, selector: "formly-validation-message", inputs: ["field"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "ngmodule", type: FormlyMaterialModule }] }); }
|
|
133
135
|
}
|
|
134
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
136
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormFieldWrapperComponent, decorators: [{
|
|
135
137
|
type: Component,
|
|
136
138
|
args: [{
|
|
137
139
|
selector: 'mu-formly-wrapper-form-field',
|
|
@@ -271,8 +273,8 @@ class FormlyFieldTabsComponent extends FieldType {
|
|
|
271
273
|
}
|
|
272
274
|
return isTabChanged;
|
|
273
275
|
}
|
|
274
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
275
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.
|
|
276
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormlyFieldTabsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
277
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: FormlyFieldTabsComponent, isStandalone: true, selector: "mu-formly-field-tabs", viewQueries: [{ propertyName: "tabGroup", first: true, predicate: ["tabGroup"], descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
276
278
|
<mat-tab-group #tabGroup (selectedTabChange)="onTabChange($event)">
|
|
277
279
|
@for(tab of field.fieldGroup; track tab; let i = $index; let last =
|
|
278
280
|
$last){
|
|
@@ -346,9 +348,9 @@ class FormlyFieldTabsComponent extends FieldType {
|
|
|
346
348
|
</mat-tab>
|
|
347
349
|
}
|
|
348
350
|
</mat-tab-group>
|
|
349
|
-
`, isInline: true, styles: [".error-step{color:#d32f2f!important}\n"], dependencies: [{ kind: "ngmodule", type: MatTabsModule }, { kind: "directive", type: i1$1.MatTabLabel, selector: "[mat-tab-label], [matTabLabel]" }, { kind: "component", type: i1$1.MatTab, selector: "mat-tab", inputs: ["disabled", "label", "aria-label", "aria-labelledby", "labelClass", "bodyClass"], exportAs: ["matTab"] }, { kind: "component", type: i1$1.MatTabGroup, selector: "mat-tab-group", inputs: ["color", "fitInkBarToContent", "mat-stretch-tabs", "dynamicHeight", "selectedIndex", "headerPosition", "animationDuration", "contentTabIndex", "disablePagination", "disableRipple", "preserveContent", "backgroundColor", "aria-label", "aria-labelledby"], outputs: ["selectedIndexChange", "focusChange", "animationDone", "selectedTabChange"], exportAs: ["matTabGroup"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "ngmodule", type: FormlyModule }, { kind: "component", type: i2.FormlyField, selector: "formly-field", inputs: ["field"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i6.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i1$2.TranslatePipe, name: "translate" }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$
|
|
351
|
+
`, isInline: true, styles: [".error-step{color:#d32f2f!important}\n"], dependencies: [{ kind: "ngmodule", type: MatTabsModule }, { kind: "directive", type: i1$1.MatTabLabel, selector: "[mat-tab-label], [matTabLabel]" }, { kind: "component", type: i1$1.MatTab, selector: "mat-tab", inputs: ["disabled", "label", "aria-label", "aria-labelledby", "labelClass", "bodyClass"], exportAs: ["matTab"] }, { kind: "component", type: i1$1.MatTabGroup, selector: "mat-tab-group", inputs: ["color", "fitInkBarToContent", "mat-stretch-tabs", "dynamicHeight", "selectedIndex", "headerPosition", "animationDuration", "contentTabIndex", "disablePagination", "disableRipple", "preserveContent", "backgroundColor", "aria-label", "aria-labelledby"], outputs: ["selectedIndexChange", "focusChange", "animationDone", "selectedTabChange"], exportAs: ["matTabGroup"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "ngmodule", type: FormlyModule }, { kind: "component", type: i2$1.FormlyField, selector: "formly-field", inputs: ["field"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i6.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i1$2.TranslatePipe, name: "translate" }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: MatTooltipModule }, { kind: "directive", type: i6$1.MatTooltip, selector: "[matTooltip]", inputs: ["matTooltipPosition", "matTooltipPositionAtOrigin", "matTooltipDisabled", "matTooltipShowDelay", "matTooltipHideDelay", "matTooltipTouchGestures", "matTooltip", "matTooltipClass"], exportAs: ["matTooltip"] }] }); }
|
|
350
352
|
}
|
|
351
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
353
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormlyFieldTabsComponent, decorators: [{
|
|
352
354
|
type: Component,
|
|
353
355
|
args: [{ selector: 'mu-formly-field-tabs', standalone: true, imports: [
|
|
354
356
|
MatTabsModule,
|
|
@@ -469,8 +471,8 @@ class FormlyFieldExpansionPanelComponent extends FieldType {
|
|
|
469
471
|
}
|
|
470
472
|
return field.fieldGroup ? field.fieldGroup.every((fieldItem) => this.isValid(fieldItem)) : true;
|
|
471
473
|
}
|
|
472
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
473
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.
|
|
474
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormlyFieldExpansionPanelComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
475
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: FormlyFieldExpansionPanelComponent, isStandalone: true, selector: "mu-formly-field-expansion-panel", usesInheritance: true, ngImport: i0, template: `<mat-accordion class="example-headers-align" multi>
|
|
474
476
|
<mat-expansion-panel [expanded]="field?.props?.expanded || false">
|
|
475
477
|
<mat-expansion-panel-header [class]="[field?.props?.backgroundColor]">
|
|
476
478
|
<mat-panel-title [class]="[field?.props?.color]"> {{field?.props?.label}} </mat-panel-title>
|
|
@@ -482,9 +484,9 @@ class FormlyFieldExpansionPanelComponent extends FieldType {
|
|
|
482
484
|
<formly-field [field]="fieldItem"></formly-field>
|
|
483
485
|
}
|
|
484
486
|
</mat-expansion-panel>
|
|
485
|
-
</mat-accordion>`, isInline: true, dependencies: [{ kind: "ngmodule", type: MatFormFieldModule }, { kind: "ngmodule", type: MatExpansionModule }, { kind: "directive", type: i1$3.MatAccordion, selector: "mat-accordion", inputs: ["hideToggle", "displayMode", "togglePosition"], exportAs: ["matAccordion"] }, { kind: "component", type: i1$3.MatExpansionPanel, selector: "mat-expansion-panel", inputs: ["hideToggle", "togglePosition"], outputs: ["afterExpand", "afterCollapse"], exportAs: ["matExpansionPanel"] }, { kind: "component", type: i1$3.MatExpansionPanelHeader, selector: "mat-expansion-panel-header", inputs: ["expandedHeight", "collapsedHeight", "tabIndex"] }, { kind: "directive", type: i1$3.MatExpansionPanelTitle, selector: "mat-panel-title" }, { kind: "directive", type: i1$3.MatExpansionPanelDescription, selector: "mat-panel-description" }, { kind: "ngmodule", type: MatIconModule }, { kind: "ngmodule", type: FormlyMaterialModule }, { kind: "ngmodule", type: FormlyModule }, { kind: "component", type: i2.FormlyField, selector: "formly-field", inputs: ["field"] }, { kind: "ngmodule", type: CommonModule }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
487
|
+
</mat-accordion>`, isInline: true, dependencies: [{ kind: "ngmodule", type: MatFormFieldModule }, { kind: "ngmodule", type: MatExpansionModule }, { kind: "directive", type: i1$3.MatAccordion, selector: "mat-accordion", inputs: ["hideToggle", "displayMode", "togglePosition"], exportAs: ["matAccordion"] }, { kind: "component", type: i1$3.MatExpansionPanel, selector: "mat-expansion-panel", inputs: ["hideToggle", "togglePosition"], outputs: ["afterExpand", "afterCollapse"], exportAs: ["matExpansionPanel"] }, { kind: "component", type: i1$3.MatExpansionPanelHeader, selector: "mat-expansion-panel-header", inputs: ["expandedHeight", "collapsedHeight", "tabIndex"] }, { kind: "directive", type: i1$3.MatExpansionPanelTitle, selector: "mat-panel-title" }, { kind: "directive", type: i1$3.MatExpansionPanelDescription, selector: "mat-panel-description" }, { kind: "ngmodule", type: MatIconModule }, { kind: "ngmodule", type: FormlyMaterialModule }, { kind: "ngmodule", type: FormlyModule }, { kind: "component", type: i2$1.FormlyField, selector: "formly-field", inputs: ["field"] }, { kind: "ngmodule", type: CommonModule }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
486
488
|
}
|
|
487
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
489
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormlyFieldExpansionPanelComponent, decorators: [{
|
|
488
490
|
type: Component,
|
|
489
491
|
args: [{
|
|
490
492
|
selector: 'mu-formly-field-expansion-panel',
|
|
@@ -580,8 +582,8 @@ class FormlyFieldGridComponent extends FieldType {
|
|
|
580
582
|
};
|
|
581
583
|
});
|
|
582
584
|
}
|
|
583
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
584
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
585
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormlyFieldGridComponent, deps: [{ token: i1$2.TranslateService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
586
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FormlyFieldGridComponent, isStandalone: true, selector: "mu-formly-field-grid", usesInheritance: true, ngImport: i0, template: `
|
|
585
587
|
<div [ngStyle]="style" >
|
|
586
588
|
<ag-grid-angular
|
|
587
589
|
style="width: 100%; height: 100%;"
|
|
@@ -595,7 +597,7 @@ class FormlyFieldGridComponent extends FieldType {
|
|
|
595
597
|
</div>
|
|
596
598
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: AgGridModule }, { kind: "component", type: i3$1.AgGridAngular, selector: "ag-grid-angular", inputs: ["gridOptions", "modules", "statusBar", "sideBar", "suppressContextMenu", "preventDefaultOnContextMenu", "allowContextMenuWithControlKey", "columnMenu", "suppressMenuHide", "enableBrowserTooltips", "tooltipTrigger", "tooltipShowDelay", "tooltipHideDelay", "tooltipMouseTrack", "tooltipShowMode", "tooltipInteraction", "popupParent", "copyHeadersToClipboard", "copyGroupHeadersToClipboard", "clipboardDelimiter", "suppressCopyRowsToClipboard", "suppressCopySingleCellRanges", "suppressLastEmptyLineOnPaste", "suppressClipboardPaste", "suppressClipboardApi", "suppressCutToClipboard", "columnDefs", "defaultColDef", "defaultColGroupDef", "columnTypes", "dataTypeDefinitions", "maintainColumnOrder", "enableStrictPivotColumnOrder", "suppressFieldDotNotation", "headerHeight", "groupHeaderHeight", "floatingFiltersHeight", "pivotHeaderHeight", "pivotGroupHeaderHeight", "allowDragFromColumnsToolPanel", "suppressMovableColumns", "suppressColumnMoveAnimation", "suppressMoveWhenColumnDragging", "suppressDragLeaveHidesColumns", "suppressRowGroupHidesColumns", "colResizeDefault", "suppressAutoSize", "autoSizePadding", "skipHeaderOnAutoSize", "autoSizeStrategy", "components", "editType", "singleClickEdit", "suppressClickEdit", "readOnlyEdit", "stopEditingWhenCellsLoseFocus", "enterNavigatesVertically", "enterNavigatesVerticallyAfterEdit", "enableCellEditingOnBackspace", "undoRedoCellEditing", "undoRedoCellEditingLimit", "defaultCsvExportParams", "suppressCsvExport", "defaultExcelExportParams", "suppressExcelExport", "excelStyles", "quickFilterText", "cacheQuickFilter", "includeHiddenColumnsInQuickFilter", "quickFilterParser", "quickFilterMatcher", "applyQuickFilterBeforePivotOrAgg", "excludeChildrenWhenTreeDataFiltering", "enableAdvancedFilter", "advancedFilterModel", "includeHiddenColumnsInAdvancedFilter", "advancedFilterParent", "advancedFilterBuilderParams", "suppressAdvancedFilterEval", "suppressSetFilterByDefault", "enableCharts", "chartThemes", "customChartThemes", "chartThemeOverrides", "chartToolPanelsDef", "chartMenuItems", "loadingCellRenderer", "loadingCellRendererParams", "loadingCellRendererSelector", "localeText", "masterDetail", "keepDetailRows", "keepDetailRowsCount", "detailCellRenderer", "detailCellRendererParams", "detailRowHeight", "detailRowAutoHeight", "context", "dragAndDropImageComponent", "dragAndDropImageComponentParams", "alignedGrids", "tabIndex", "rowBuffer", "valueCache", "valueCacheNeverExpires", "enableCellExpressions", "suppressTouch", "suppressFocusAfterRefresh", "suppressAsyncEvents", "suppressBrowserResizeObserver", "suppressPropertyNamesCheck", "suppressChangeDetection", "debug", "loading", "overlayLoadingTemplate", "loadingOverlayComponent", "loadingOverlayComponentParams", "suppressLoadingOverlay", "overlayNoRowsTemplate", "noRowsOverlayComponent", "noRowsOverlayComponentParams", "suppressNoRowsOverlay", "pagination", "paginationPageSize", "paginationPageSizeSelector", "paginationAutoPageSize", "paginateChildRows", "suppressPaginationPanel", "pivotMode", "pivotPanelShow", "pivotMaxGeneratedColumns", "pivotDefaultExpanded", "pivotColumnGroupTotals", "pivotRowTotals", "pivotSuppressAutoColumn", "suppressExpandablePivotGroups", "functionsReadOnly", "aggFuncs", "suppressAggFuncInHeader", "alwaysAggregateAtRootLevel", "aggregateOnlyChangedColumns", "suppressAggFilteredOnly", "removePivotHeaderRowWhenSingleValueColumn", "animateRows", "enableCellChangeFlash", "cellFlashDuration", "cellFlashDelay", "cellFadeDuration", "cellFadeDelay", "allowShowChangeAfterFilter", "domLayout", "ensureDomOrder", "enableRtl", "suppressColumnVirtualisation", "suppressMaxRenderedRowRestriction", "suppressRowVirtualisation", "rowDragManaged", "suppressRowDrag", "suppressMoveWhenRowDragging", "rowDragEntireRow", "rowDragMultiRow", "rowDragText", "fullWidthCellRenderer", "fullWidthCellRendererParams", "embedFullWidthRows", "suppressGroupMaintainValueType", "groupDisplayType", "groupDefaultExpanded", "autoGroupColumnDef", "groupMaintainOrder", "groupSelectsChildren", "groupLockGroupColumns", "groupAggFiltering", "groupIncludeFooter", "groupIncludeTotalFooter", "groupTotalRow", "grandTotalRow", "suppressStickyTotalRow", "groupSuppressBlankHeader", "groupSelectsFiltered", "showOpenedGroup", "groupRemoveSingleChildren", "groupRemoveLowestSingleChildren", "groupHideOpenParents", "groupAllowUnbalanced", "rowGroupPanelShow", "groupRowRenderer", "groupRowRendererParams", "suppressMakeColumnVisibleAfterUnGroup", "treeData", "rowGroupPanelSuppressSort", "suppressGroupRowsSticky", "pinnedTopRowData", "pinnedBottomRowData", "rowModelType", "rowData", "asyncTransactionWaitMillis", "suppressModelUpdateAfterUpdateTransaction", "datasource", "cacheOverflowSize", "infiniteInitialRowCount", "serverSideInitialRowCount", "suppressServerSideInfiniteScroll", "suppressServerSideFullWidthLoadingRow", "cacheBlockSize", "maxBlocksInCache", "maxConcurrentDatasourceRequests", "blockLoadDebounceMillis", "purgeClosedRowNodes", "serverSideDatasource", "serverSideSortAllLevels", "serverSideEnableClientSideSort", "serverSideOnlyRefreshFilteredGroups", "serverSideSortOnServer", "serverSideFilterOnServer", "serverSidePivotResultFieldSeparator", "viewportDatasource", "viewportRowModelPageSize", "viewportRowModelBufferSize", "alwaysShowHorizontalScroll", "alwaysShowVerticalScroll", "debounceVerticalScrollbar", "suppressHorizontalScroll", "suppressScrollOnNewData", "suppressScrollWhenPopupsAreOpen", "suppressAnimationFrame", "suppressMiddleClickScrolls", "suppressPreventDefaultOnMouseWheel", "scrollbarWidth", "rowSelection", "cellSelection", "rowMultiSelectWithClick", "suppressRowDeselection", "suppressRowClickSelection", "suppressCellFocus", "suppressHeaderFocus", "selectionColumnDef", "suppressMultiRangeSelection", "enableCellTextSelection", "enableRangeSelection", "enableRangeHandle", "enableFillHandle", "fillHandleDirection", "suppressClearOnFillReduction", "sortingOrder", "accentedSort", "unSortIcon", "suppressMultiSort", "alwaysMultiSort", "multiSortKey", "suppressMaintainUnsortedOrder", "icons", "rowHeight", "rowStyle", "rowClass", "rowClassRules", "suppressRowHoverHighlight", "suppressRowTransform", "columnHoverHighlight", "gridId", "deltaSort", "treeDataDisplayType", "enableGroupEdit", "initialState", "theme", "loadThemeGoogleFonts", "getContextMenuItems", "getMainMenuItems", "postProcessPopup", "processUnpinnedColumns", "processCellForClipboard", "processHeaderForClipboard", "processGroupHeaderForClipboard", "processCellFromClipboard", "sendToClipboard", "processDataFromClipboard", "isExternalFilterPresent", "doesExternalFilterPass", "getChartToolbarItems", "createChartContainer", "focusGridInnerElement", "navigateToNextHeader", "tabToNextHeader", "navigateToNextCell", "tabToNextCell", "getLocaleText", "getDocument", "paginationNumberFormatter", "getGroupRowAgg", "isGroupOpenByDefault", "initialGroupOrderComparator", "processPivotResultColDef", "processPivotResultColGroupDef", "getDataPath", "getChildCount", "getServerSideGroupLevelParams", "isServerSideGroupOpenByDefault", "isApplyServerSideTransaction", "isServerSideGroup", "getServerSideGroupKey", "getBusinessKeyForNode", "getRowId", "resetRowDataOnUpdate", "processRowPostCreate", "isRowSelectable", "isRowMaster", "fillOperation", "postSortRows", "getRowStyle", "getRowClass", "getRowHeight", "isFullWidthRow"], outputs: ["toolPanelVisibleChanged", "toolPanelSizeChanged", "columnMenuVisibleChanged", "contextMenuVisibleChanged", "cutStart", "cutEnd", "pasteStart", "pasteEnd", "columnVisible", "columnPinned", "columnResized", "columnMoved", "columnValueChanged", "columnPivotModeChanged", "columnPivotChanged", "columnGroupOpened", "newColumnsLoaded", "gridColumnsChanged", "displayedColumnsChanged", "virtualColumnsChanged", "columnEverythingChanged", "columnHeaderMouseOver", "columnHeaderMouseLeave", "columnHeaderClicked", "columnHeaderContextMenu", "componentStateChanged", "cellValueChanged", "cellEditRequest", "rowValueChanged", "cellEditingStarted", "cellEditingStopped", "rowEditingStarted", "rowEditingStopped", "undoStarted", "undoEnded", "redoStarted", "redoEnded", "cellSelectionDeleteStart", "cellSelectionDeleteEnd", "rangeDeleteStart", "rangeDeleteEnd", "fillStart", "fillEnd", "filterOpened", "filterChanged", "filterModified", "advancedFilterBuilderVisibleChanged", "chartCreated", "chartRangeSelectionChanged", "chartOptionsChanged", "chartDestroyed", "cellKeyDown", "gridReady", "firstDataRendered", "gridSizeChanged", "modelUpdated", "virtualRowRemoved", "viewportChanged", "bodyScroll", "bodyScrollEnd", "dragStarted", "dragStopped", "dragCancelled", "stateUpdated", "paginationChanged", "rowDragEnter", "rowDragMove", "rowDragLeave", "rowDragEnd", "rowDragCancel", "columnRowGroupChanged", "rowGroupOpened", "expandOrCollapseAll", "pivotMaxColumnsExceeded", "pinnedRowDataChanged", "rowDataUpdated", "asyncTransactionsFlushed", "storeRefreshed", "headerFocused", "cellClicked", "cellDoubleClicked", "cellFocused", "cellMouseOver", "cellMouseOut", "cellMouseDown", "rowClicked", "rowDoubleClicked", "rowSelected", "selectionChanged", "cellContextMenu", "rangeSelectionChanged", "cellSelectionChanged", "tooltipShow", "tooltipHide", "sortChanged"] }, { kind: "ngmodule", type: FormlyModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
597
599
|
}
|
|
598
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
600
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormlyFieldGridComponent, decorators: [{
|
|
599
601
|
type: Component,
|
|
600
602
|
args: [{
|
|
601
603
|
selector: 'mu-formly-field-grid',
|
|
@@ -787,8 +789,8 @@ class FormlyFieldStepperComponent extends FieldType {
|
|
|
787
789
|
}
|
|
788
790
|
return isTabChanged;
|
|
789
791
|
}
|
|
790
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
791
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.
|
|
792
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormlyFieldStepperComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
793
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: FormlyFieldStepperComponent, isStandalone: true, selector: "mu-formly-field-stepper", usesInheritance: true, ngImport: i0, template: `
|
|
792
794
|
<mat-horizontal-stepper [linear]="isLinear" [selectedIndex]="selectedStepIndex" [ngClass]="[field?.props?.className]" (selectionChange)="onStepChange($event)">
|
|
793
795
|
<ng-template matStepperIcon="edit" let-index="index">
|
|
794
796
|
{{index +1}}
|
|
@@ -831,9 +833,9 @@ class FormlyFieldStepperComponent extends FieldType {
|
|
|
831
833
|
</mat-step>
|
|
832
834
|
}
|
|
833
835
|
</mat-horizontal-stepper>
|
|
834
|
-
`, isInline: true, styles: [".stepper-label{margin-top:2px;margin-right:2px}.error-step{color:#d32f2f!important}::ng-deep mat-step-header[aria-selected=true]{background-color:#e5e4e2!important;border-radius:12px!important}::ng-deep mat-step-header:hover:not([aria-disabled]){background:#e5e4e2!important}@media (max-width: 640px){::ng-deep .mat-horizontal-stepper-header-container{display:flex;overflow-x:auto;white-space:nowrap;width:100%!important;max-width:100vw;padding-bottom:5px;scrollbar-width:none;-ms-overflow-style:none;-ms-overflow-style:auto}::ng-deep .mat-horizontal-stepper-header-container::-webkit-scrollbar{height:4px;display:none}::ng-deep .mat-horizontal-stepper-header-container::-webkit-scrollbar-thumb{background-color:#888;border-radius:4px}::ng-deep .mat-horizontal-stepper-header{flex:0 0 auto}}\n"], dependencies: [{ kind: "ngmodule", type: MatStepperModule }, { kind: "component", type: i1$4.MatStep, selector: "mat-step", inputs: ["color"], exportAs: ["matStep"] }, { kind: "directive", type: i1$4.MatStepLabel, selector: "[matStepLabel]" }, { kind: "component", type: i1$4.MatStepper, selector: "mat-stepper, mat-vertical-stepper, mat-horizontal-stepper, [matStepper]", inputs: ["disableRipple", "color", "labelPosition", "headerPosition", "animationDuration"], outputs: ["animationDone"], exportAs: ["matStepper", "matVerticalStepper", "matHorizontalStepper"] }, { kind: "directive", type: i1$4.MatStepperNext, selector: "button[matStepperNext]" }, { kind: "directive", type: i1$4.MatStepperPrevious, selector: "button[matStepperPrevious]" }, { kind: "directive", type: i1$4.MatStepperIcon, selector: "ng-template[matStepperIcon]", inputs: ["matStepperIcon"] }, { kind: "ngmodule", type: FormlyModule }, { kind: "component", type: i2.FormlyField, selector: "formly-field", inputs: ["field"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i6.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i1$2.TranslatePipe, name: "translate" }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: MatTooltipModule }, { kind: "directive", type: i6$1.MatTooltip, selector: "[matTooltip]", inputs: ["matTooltipPosition", "matTooltipPositionAtOrigin", "matTooltipDisabled", "matTooltipShowDelay", "matTooltipHideDelay", "matTooltipTouchGestures", "matTooltip", "matTooltipClass"], exportAs: ["matTooltip"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$
|
|
836
|
+
`, isInline: true, styles: [".stepper-label{margin-top:2px;margin-right:2px}.error-step{color:#d32f2f!important}::ng-deep mat-step-header[aria-selected=true]{background-color:#e5e4e2!important;border-radius:12px!important}::ng-deep mat-step-header:hover:not([aria-disabled]){background:#e5e4e2!important}@media (max-width: 640px){::ng-deep .mat-horizontal-stepper-header-container{display:flex;overflow-x:auto;white-space:nowrap;width:100%!important;max-width:100vw;padding-bottom:5px;scrollbar-width:none;-ms-overflow-style:none;-ms-overflow-style:auto}::ng-deep .mat-horizontal-stepper-header-container::-webkit-scrollbar{height:4px;display:none}::ng-deep .mat-horizontal-stepper-header-container::-webkit-scrollbar-thumb{background-color:#888;border-radius:4px}::ng-deep .mat-horizontal-stepper-header{flex:0 0 auto}}\n"], dependencies: [{ kind: "ngmodule", type: MatStepperModule }, { kind: "component", type: i1$4.MatStep, selector: "mat-step", inputs: ["color"], exportAs: ["matStep"] }, { kind: "directive", type: i1$4.MatStepLabel, selector: "[matStepLabel]" }, { kind: "component", type: i1$4.MatStepper, selector: "mat-stepper, mat-vertical-stepper, mat-horizontal-stepper, [matStepper]", inputs: ["disableRipple", "color", "labelPosition", "headerPosition", "animationDuration"], outputs: ["animationDone"], exportAs: ["matStepper", "matVerticalStepper", "matHorizontalStepper"] }, { kind: "directive", type: i1$4.MatStepperNext, selector: "button[matStepperNext]" }, { kind: "directive", type: i1$4.MatStepperPrevious, selector: "button[matStepperPrevious]" }, { kind: "directive", type: i1$4.MatStepperIcon, selector: "ng-template[matStepperIcon]", inputs: ["matStepperIcon"] }, { kind: "ngmodule", type: FormlyModule }, { kind: "component", type: i2$1.FormlyField, selector: "formly-field", inputs: ["field"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i6.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i1$2.TranslatePipe, name: "translate" }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: MatTooltipModule }, { kind: "directive", type: i6$1.MatTooltip, selector: "[matTooltip]", inputs: ["matTooltipPosition", "matTooltipPositionAtOrigin", "matTooltipDisabled", "matTooltipShowDelay", "matTooltipHideDelay", "matTooltipTouchGestures", "matTooltip", "matTooltipClass"], exportAs: ["matTooltip"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }] }); }
|
|
835
837
|
}
|
|
836
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
838
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormlyFieldStepperComponent, decorators: [{
|
|
837
839
|
type: Component,
|
|
838
840
|
args: [{ selector: "mu-formly-field-stepper", standalone: true, imports: [MatStepperModule, FormlyModule, MatButtonModule, TranslateModule, CommonModule, TranslateModule, MatTooltipModule, MatIconModule], template: `
|
|
839
841
|
<mat-horizontal-stepper [linear]="isLinear" [selectedIndex]="selectedStepIndex" [ngClass]="[field?.props?.className]" (selectionChange)="onStepChange($event)">
|
|
@@ -897,8 +899,8 @@ class FormlyFieldTableComponent extends FieldArrayType {
|
|
|
897
899
|
this.displayedColumns = this.field.props['gridOptions']?.columnDefs;
|
|
898
900
|
this.columnsToDisplay = this.displayedColumns.slice();
|
|
899
901
|
}
|
|
900
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
901
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.
|
|
902
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormlyFieldTableComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
903
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: FormlyFieldTableComponent, isStandalone: true, selector: "mu-selector-name", viewQueries: [{ propertyName: "paginator", first: true, predicate: MatPaginator, descendants: true }, { propertyName: "sort", first: true, predicate: MatSort, descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
902
904
|
|
|
903
905
|
<table mat-table [dataSource]="data" matSort class="mat-elevation-z8">
|
|
904
906
|
@for (column of displayedColumns; track column) {
|
|
@@ -912,9 +914,9 @@ class FormlyFieldTableComponent extends FieldArrayType {
|
|
|
912
914
|
<tr mat-row *matRowDef="let row; columns: columnsToDisplay;"></tr>
|
|
913
915
|
</table>
|
|
914
916
|
<mat-paginator [pageSizeOptions]="[5, 10, 25, 100]" aria-label="Select page of users"></mat-paginator>
|
|
915
|
-
`, isInline: true, dependencies: [{ kind: "ngmodule", type: MatTableModule }, { kind: "component", type: i1$5.MatTable, selector: "mat-table, table[mat-table]", exportAs: ["matTable"] }, { kind: "directive", type: i1$5.MatHeaderCellDef, selector: "[matHeaderCellDef]" }, { kind: "directive", type: i1$5.MatHeaderRowDef, selector: "[matHeaderRowDef]", inputs: ["matHeaderRowDef", "matHeaderRowDefSticky"] }, { kind: "directive", type: i1$5.MatColumnDef, selector: "[matColumnDef]", inputs: ["matColumnDef"] }, { kind: "directive", type: i1$5.MatCellDef, selector: "[matCellDef]" }, { kind: "directive", type: i1$5.MatRowDef, selector: "[matRowDef]", inputs: ["matRowDefColumns", "matRowDefWhen"] }, { kind: "directive", type: i1$5.MatHeaderCell, selector: "mat-header-cell, th[mat-header-cell]" }, { kind: "directive", type: i1$5.MatCell, selector: "mat-cell, td[mat-cell]" }, { kind: "component", type: i1$5.MatHeaderRow, selector: "mat-header-row, tr[mat-header-row]", exportAs: ["matHeaderRow"] }, { kind: "component", type: i1$5.MatRow, selector: "mat-row, tr[mat-row]", exportAs: ["matRow"] }, { kind: "ngmodule", type: FormlyMaterialModule }, { kind: "ngmodule", type: FormlyModule }, { kind: "ngmodule", type: MatSortModule }, { kind: "directive", type: i2$
|
|
917
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: MatTableModule }, { kind: "component", type: i1$5.MatTable, selector: "mat-table, table[mat-table]", exportAs: ["matTable"] }, { kind: "directive", type: i1$5.MatHeaderCellDef, selector: "[matHeaderCellDef]" }, { kind: "directive", type: i1$5.MatHeaderRowDef, selector: "[matHeaderRowDef]", inputs: ["matHeaderRowDef", "matHeaderRowDefSticky"] }, { kind: "directive", type: i1$5.MatColumnDef, selector: "[matColumnDef]", inputs: ["matColumnDef"] }, { kind: "directive", type: i1$5.MatCellDef, selector: "[matCellDef]" }, { kind: "directive", type: i1$5.MatRowDef, selector: "[matRowDef]", inputs: ["matRowDefColumns", "matRowDefWhen"] }, { kind: "directive", type: i1$5.MatHeaderCell, selector: "mat-header-cell, th[mat-header-cell]" }, { kind: "directive", type: i1$5.MatCell, selector: "mat-cell, td[mat-cell]" }, { kind: "component", type: i1$5.MatHeaderRow, selector: "mat-header-row, tr[mat-header-row]", exportAs: ["matHeaderRow"] }, { kind: "component", type: i1$5.MatRow, selector: "mat-row, tr[mat-row]", exportAs: ["matRow"] }, { kind: "ngmodule", type: FormlyMaterialModule }, { kind: "ngmodule", type: FormlyModule }, { kind: "ngmodule", type: MatSortModule }, { kind: "directive", type: i2$3.MatSort, selector: "[matSort]", inputs: ["matSortActive", "matSortStart", "matSortDirection", "matSortDisableClear", "matSortDisabled"], outputs: ["matSortChange"], exportAs: ["matSort"] }, { kind: "component", type: i2$3.MatSortHeader, selector: "[mat-sort-header]", inputs: ["mat-sort-header", "arrowPosition", "start", "disabled", "sortActionDescription", "disableClear"], exportAs: ["matSortHeader"] }, { kind: "ngmodule", type: MatPaginatorModule }, { kind: "component", type: i3$2.MatPaginator, selector: "mat-paginator", inputs: ["color", "pageIndex", "length", "pageSize", "pageSizeOptions", "hidePageSize", "showFirstLastButtons", "selectConfig", "disabled"], outputs: ["page"], exportAs: ["matPaginator"] }] }); }
|
|
916
918
|
}
|
|
917
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
919
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormlyFieldTableComponent, decorators: [{
|
|
918
920
|
type: Component,
|
|
919
921
|
args: [{
|
|
920
922
|
selector: 'mu-selector-name',
|
|
@@ -956,8 +958,8 @@ class FormlyButtonComponent extends FieldType {
|
|
|
956
958
|
this.to['onClick']();
|
|
957
959
|
}
|
|
958
960
|
}
|
|
959
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
960
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
961
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormlyButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
962
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FormlyButtonComponent, isStandalone: true, selector: "mu-formly-field-button", usesInheritance: true, ngImport: i0, template: `
|
|
961
963
|
<button mat-flat-button
|
|
962
964
|
type="button"
|
|
963
965
|
[disabled]="to.disabled"
|
|
@@ -980,9 +982,9 @@ class FormlyButtonComponent extends FieldType {
|
|
|
980
982
|
[ngClass]="to['responseColor']"
|
|
981
983
|
[innerHTML]="to['showAuditRespone']">
|
|
982
984
|
</div>
|
|
983
|
-
`, isInline: true, styles: [".required-btn{background-color:red!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i6.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$
|
|
985
|
+
`, isInline: true, styles: [".required-btn{background-color:red!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i6.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: MatTooltipModule }, { kind: "directive", type: i6$1.MatTooltip, selector: "[matTooltip]", inputs: ["matTooltipPosition", "matTooltipPositionAtOrigin", "matTooltipDisabled", "matTooltipShowDelay", "matTooltipHideDelay", "matTooltipTouchGestures", "matTooltip", "matTooltipClass"], exportAs: ["matTooltip"] }] }); }
|
|
984
986
|
}
|
|
985
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
987
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormlyButtonComponent, decorators: [{
|
|
986
988
|
type: Component,
|
|
987
989
|
args: [{ selector: 'mu-formly-field-button', standalone: true, imports: [CommonModule, FormsModule, MatButtonModule, MatIconModule, MatTooltipModule], template: `
|
|
988
990
|
<button mat-flat-button
|
|
@@ -1062,8 +1064,8 @@ class FormlyFieldCountryCodeComponent extends FieldType$1 {
|
|
|
1062
1064
|
}
|
|
1063
1065
|
});
|
|
1064
1066
|
}
|
|
1065
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1066
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1067
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormlyFieldCountryCodeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
1068
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FormlyFieldCountryCodeComponent, isStandalone: true, selector: "mu-country-code-phone", host: { classAttribute: "w-full grid" }, usesInheritance: true, ngImport: i0, template: `
|
|
1067
1069
|
<div class="flex flex-nowrap items-center gap-3 w-full">
|
|
1068
1070
|
<mat-form-field appearance="outline" [ngStyle]="{'width': to['codeWidth'] || '20%'}">
|
|
1069
1071
|
<mat-label matTooltip="Country Code">Code</mat-label>
|
|
@@ -1108,9 +1110,9 @@ class FormlyFieldCountryCodeComponent extends FieldType$1 {
|
|
|
1108
1110
|
<mat-error *ngIf="formControl.invalid && formControl.touched">
|
|
1109
1111
|
{{ field.validation?.messages?.['required'] || field.validation?.messages?.['phoneValidation']}}
|
|
1110
1112
|
</mat-error>
|
|
1111
|
-
`, isInline: true, styles: [".vertical-line{display:inline-block;width:1px;height:18px;background-color:#000;margin-top:3px;margin-right:8px;vertical-align:middle}\n"], dependencies: [{ kind: "ngmodule", type: FormsModule }, { 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.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "component", type:
|
|
1113
|
+
`, isInline: true, styles: [".vertical-line{display:inline-block;width:1px;height:18px;background-color:#000;margin-top:3px;margin-right:8px;vertical-align:middle}\n"], dependencies: [{ kind: "ngmodule", type: FormsModule }, { 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.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "component", type: i3$3.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i3$3.MatLabel, selector: "mat-label" }, { kind: "directive", type: i3$3.MatError, selector: "mat-error, [matError]", inputs: ["id"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i2.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { kind: "ngmodule", type: FormlyModule }, { kind: "directive", type: i2$1.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }, { kind: "ngmodule", type: FormlyMaterialModule }, { kind: "ngmodule", type: MatAutocompleteModule }, { kind: "component", type: i6$2.MatAutocomplete, selector: "mat-autocomplete", inputs: ["aria-label", "aria-labelledby", "displayWith", "autoActiveFirstOption", "autoSelectActiveOption", "requireSelection", "panelWidth", "disableRipple", "class", "hideSingleSelectionIndicator"], outputs: ["optionSelected", "opened", "closed", "optionActivated"], exportAs: ["matAutocomplete"] }, { kind: "component", type: i7.MatOption, selector: "mat-option", inputs: ["value", "id", "disabled"], outputs: ["onSelectionChange"], exportAs: ["matOption"] }, { kind: "directive", type: i6$2.MatAutocompleteTrigger, selector: "input[matAutocomplete], textarea[matAutocomplete]", inputs: ["matAutocomplete", "matAutocompletePosition", "matAutocompleteConnectedTo", "autocomplete", "matAutocompleteDisabled"], exportAs: ["matAutocompleteTrigger"] }, { kind: "ngmodule", type: MatTooltipModule }, { kind: "directive", type: i6$1.MatTooltip, selector: "[matTooltip]", inputs: ["matTooltipPosition", "matTooltipPositionAtOrigin", "matTooltipDisabled", "matTooltipShowDelay", "matTooltipHideDelay", "matTooltipTouchGestures", "matTooltip", "matTooltipClass"], exportAs: ["matTooltip"] }] }); }
|
|
1112
1114
|
}
|
|
1113
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1115
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormlyFieldCountryCodeComponent, decorators: [{
|
|
1114
1116
|
type: Component,
|
|
1115
1117
|
args: [{ selector: 'mu-country-code-phone', standalone: true, imports: [
|
|
1116
1118
|
FormsModule,
|
|
@@ -1277,8 +1279,8 @@ class FormlySelectAutocompleteComponent extends FieldType {
|
|
|
1277
1279
|
clearSearchedInput() {
|
|
1278
1280
|
this.formControl.setValue('');
|
|
1279
1281
|
}
|
|
1280
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1281
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1282
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormlySelectAutocompleteComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
1283
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FormlySelectAutocompleteComponent, isStandalone: true, selector: "mu-select-autocomplete", usesInheritance: true, ngImport: i0, template: `
|
|
1282
1284
|
<mat-form-field
|
|
1283
1285
|
class="w-full"
|
|
1284
1286
|
[appearance]="field?.props?.appearance || 'outline'"
|
|
@@ -1335,9 +1337,9 @@ class FormlySelectAutocompleteComponent extends FieldType {
|
|
|
1335
1337
|
{{ field.validation?.messages?.['required'] }}
|
|
1336
1338
|
</mat-error>
|
|
1337
1339
|
</mat-form-field>
|
|
1338
|
-
`, isInline: true, styles: [".suffixClear{height:17px;width:17px;font-size:17px}.span-class{border-radius:10px;height:16px;width:16px;display:flex}.inputField{width:calc(100% - 17px)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "ngmodule", type: ReactiveFormsModule }, { 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.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: FormlyModule }, { kind: "directive", type: i2.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "component", type:
|
|
1340
|
+
`, isInline: true, styles: [".suffixClear{height:17px;width:17px;font-size:17px}.span-class{border-radius:10px;height:16px;width:16px;display:flex}.inputField{width:calc(100% - 17px)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "ngmodule", type: ReactiveFormsModule }, { 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.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: FormlyModule }, { kind: "directive", type: i2$1.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "component", type: i3$3.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i3$3.MatLabel, selector: "mat-label" }, { kind: "directive", type: i3$3.MatError, selector: "mat-error, [matError]", inputs: ["id"] }, { kind: "directive", type: i3$3.MatSuffix, selector: "[matSuffix], [matIconSuffix], [matTextSuffix]", inputs: ["matTextSuffix"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i2.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { kind: "ngmodule", type: MatAutocompleteModule }, { kind: "component", type: i6$2.MatAutocomplete, selector: "mat-autocomplete", inputs: ["aria-label", "aria-labelledby", "displayWith", "autoActiveFirstOption", "autoSelectActiveOption", "requireSelection", "panelWidth", "disableRipple", "class", "hideSingleSelectionIndicator"], outputs: ["optionSelected", "opened", "closed", "optionActivated"], exportAs: ["matAutocomplete"] }, { kind: "component", type: i7.MatOption, selector: "mat-option", inputs: ["value", "id", "disabled"], outputs: ["onSelectionChange"], exportAs: ["matOption"] }, { kind: "directive", type: i6$2.MatAutocompleteTrigger, selector: "input[matAutocomplete], textarea[matAutocomplete]", inputs: ["matAutocomplete", "matAutocompletePosition", "matAutocompleteConnectedTo", "autocomplete", "matAutocompleteDisabled"], exportAs: ["matAutocompleteTrigger"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }] }); }
|
|
1339
1341
|
}
|
|
1340
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1342
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormlySelectAutocompleteComponent, decorators: [{
|
|
1341
1343
|
type: Component,
|
|
1342
1344
|
args: [{ selector: 'mu-select-autocomplete', standalone: true, template: `
|
|
1343
1345
|
<mat-form-field
|
|
@@ -1439,10 +1441,10 @@ class ConfirmationDialogComponent {
|
|
|
1439
1441
|
onYesClick() {
|
|
1440
1442
|
this.dialogRef.close(true);
|
|
1441
1443
|
}
|
|
1442
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1443
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.
|
|
1444
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ConfirmationDialogComponent, deps: [{ token: i1$6.MatDialogRef }, { token: MAT_DIALOG_DATA }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1445
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: ConfirmationDialogComponent, isStandalone: true, selector: "mu-confirm-dialog", ngImport: i0, template: "<div class=\"w-full overflow-hidden h-full\">\n<div class='text-xl mt-2 ml-3'>\n <p >{{'CONFIRMATION_DIALOG.CONFIRMATION' | translate}}</p>\n</div>\n <mat-dialog-content>\n <div class=\"iconText\">\n <mat-icon class=\"mt-1 ml-2 mr-3\">error_outline</mat-icon>\n <h1 class=\"title\" [innerHTML]=\"data.title | translate\"></h1>\n </div>\n <div mat-dialog-content>\n <p>{{ data.message | translate }}</p>\n </div>\n </mat-dialog-content>\n <mat-dialog-actions align=\"end\">\n @if (data.showOk) {\n <button mat-button class=\"flex justify-center\" (click)=\"onYesClick()\">{{'CONFIRMATION_DIALOG.OK' | translate}}</button>\n } @else {\n <button mat-button class=\"flex justify-center\" (click)=\"onNoClick()\">{{'CONFIRMATION_DIALOG.NO' | translate}}</button>\n <button mat-button color=\"primary\" (click)=\"onYesClick()\">{{'CONFIRMATION_DIALOG.YES' | translate}}</button>\n }\n </mat-dialog-actions>\n</div>\n", styles: ["::ng-deep .title{font-weight:300!important;font-size:15px!important;line-height:24px!important;margin-top:4px!important;width:100%!important}.iconText{display:flex!important;justify-content:space-between!important}::ng-deep .mat-mdc-dialog-container .mat-mdc-dialog-content{padding:0!important}::ng-deep .mat-dialog-container{display:flex;flex-direction:column;align-items:center;justify-content:center}::ng-deep .cdk-overlay-pane{display:flex!important;justify-content:center!important;align-items:center!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonsModule }, { kind: "pipe", type: i1$2.TranslatePipe, name: "translate" }, { kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: TranslateModule }, { kind: "ngmodule", type: MatDialogModule }, { kind: "directive", type: i1$6.MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]", inputs: ["align"] }, { kind: "directive", type: i1$6.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i6.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }] }); }
|
|
1444
1446
|
}
|
|
1445
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1447
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ConfirmationDialogComponent, decorators: [{
|
|
1446
1448
|
type: Component,
|
|
1447
1449
|
args: [{ selector: 'mu-confirm-dialog', standalone: true, imports: [CommonsModule, CommonModule, TranslateModule, MatDialogModule, MatButtonModule, MatIconModule], template: "<div class=\"w-full overflow-hidden h-full\">\n<div class='text-xl mt-2 ml-3'>\n <p >{{'CONFIRMATION_DIALOG.CONFIRMATION' | translate}}</p>\n</div>\n <mat-dialog-content>\n <div class=\"iconText\">\n <mat-icon class=\"mt-1 ml-2 mr-3\">error_outline</mat-icon>\n <h1 class=\"title\" [innerHTML]=\"data.title | translate\"></h1>\n </div>\n <div mat-dialog-content>\n <p>{{ data.message | translate }}</p>\n </div>\n </mat-dialog-content>\n <mat-dialog-actions align=\"end\">\n @if (data.showOk) {\n <button mat-button class=\"flex justify-center\" (click)=\"onYesClick()\">{{'CONFIRMATION_DIALOG.OK' | translate}}</button>\n } @else {\n <button mat-button class=\"flex justify-center\" (click)=\"onNoClick()\">{{'CONFIRMATION_DIALOG.NO' | translate}}</button>\n <button mat-button color=\"primary\" (click)=\"onYesClick()\">{{'CONFIRMATION_DIALOG.YES' | translate}}</button>\n }\n </mat-dialog-actions>\n</div>\n", styles: ["::ng-deep .title{font-weight:300!important;font-size:15px!important;line-height:24px!important;margin-top:4px!important;width:100%!important}.iconText{display:flex!important;justify-content:space-between!important}::ng-deep .mat-mdc-dialog-container .mat-mdc-dialog-content{padding:0!important}::ng-deep .mat-dialog-container{display:flex;flex-direction:column;align-items:center;justify-content:center}::ng-deep .cdk-overlay-pane{display:flex!important;justify-content:center!important;align-items:center!important}\n"] }]
|
|
1448
1450
|
}], ctorParameters: () => [{ type: i1$6.MatDialogRef }, { type: undefined, decorators: [{
|
|
@@ -1692,8 +1694,8 @@ class TabularFormDialogComponent {
|
|
|
1692
1694
|
}
|
|
1693
1695
|
return 1;
|
|
1694
1696
|
}
|
|
1695
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1696
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1697
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TabularFormDialogComponent, deps: [{ token: i1$6.MatDialogRef }, { token: MAT_DIALOG_DATA }, { token: i2$1.FormlyFormBuilder }, { token: i1$2.TranslateService }, { token: i1$6.MatDialog }, { token: i0.ElementRef }, { token: i4.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1698
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: TabularFormDialogComponent, isStandalone: true, selector: "mu-app-add-data-dialog", outputs: { saveData: "saveData" }, ngImport: i0, template: `
|
|
1697
1699
|
<h1 mat-dialog-title>{{ dialogLabel | translate}}</h1>
|
|
1698
1700
|
<div mat-dialog-content class="min-h-max !pt-1 !flex">
|
|
1699
1701
|
<formly-form
|
|
@@ -1715,9 +1717,9 @@ class TabularFormDialogComponent {
|
|
|
1715
1717
|
<ngx-spinner name="tabular-dialog" bdColor="rgba(0, 0, 0, 0.2)" size="medium" color="#fff" template="<img src='assets/images/lupin-icongif.gif' style='height: 70px !important;'/>"
|
|
1716
1718
|
[fullScreen]="true">
|
|
1717
1719
|
</ngx-spinner>
|
|
1718
|
-
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "ngmodule", type: MatInputModule }, { kind: "ngmodule", type: MatSelectModule }, { kind: "ngmodule", type: MatRadioModule }, { kind: "ngmodule", type: MatCheckboxModule }, { kind: "ngmodule", type: MatDialogModule }, { kind: "directive", type: i1$6.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { kind: "directive", type: i1$6.MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]", inputs: ["align"] }, { kind: "directive", type: i1$6.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { kind: "ngmodule", type: FormlyModule }, { kind: "component", type: i2.FormlyForm, selector: "formly-form", inputs: ["form", "model", "fields", "options"], outputs: ["modelChange"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i1$2.TranslatePipe, name: "translate" }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i6.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "ngmodule", type: NgxSpinnerModule }, { kind: "component", type: i7$1.NgxSpinnerComponent, selector: "ngx-spinner", inputs: ["bdColor", "size", "color", "type", "fullScreen", "name", "zIndex", "template", "showSpinner", "disableAnimation"] }] }); }
|
|
1720
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "ngmodule", type: MatInputModule }, { kind: "ngmodule", type: MatSelectModule }, { kind: "ngmodule", type: MatRadioModule }, { kind: "ngmodule", type: MatCheckboxModule }, { kind: "ngmodule", type: MatDialogModule }, { kind: "directive", type: i1$6.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { kind: "directive", type: i1$6.MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]", inputs: ["align"] }, { kind: "directive", type: i1$6.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { kind: "ngmodule", type: FormlyModule }, { kind: "component", type: i2$1.FormlyForm, selector: "formly-form", inputs: ["form", "model", "fields", "options"], outputs: ["modelChange"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i1$2.TranslatePipe, name: "translate" }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i6.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "ngmodule", type: NgxSpinnerModule }, { kind: "component", type: i7$1.NgxSpinnerComponent, selector: "ngx-spinner", inputs: ["bdColor", "size", "color", "type", "fullScreen", "name", "zIndex", "template", "showSpinner", "disableAnimation"] }] }); }
|
|
1719
1721
|
}
|
|
1720
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1722
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TabularFormDialogComponent, decorators: [{
|
|
1721
1723
|
type: Component,
|
|
1722
1724
|
args: [{
|
|
1723
1725
|
selector: 'mu-app-add-data-dialog',
|
|
@@ -1752,7 +1754,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1752
1754
|
}], ctorParameters: () => [{ type: i1$6.MatDialogRef }, { type: undefined, decorators: [{
|
|
1753
1755
|
type: Inject,
|
|
1754
1756
|
args: [MAT_DIALOG_DATA]
|
|
1755
|
-
}] }, { type: i2.FormlyFormBuilder }, { type: i1$2.TranslateService }, { type: i1$6.MatDialog }, { type: i0.ElementRef }, { type: i4
|
|
1757
|
+
}] }, { type: i2$1.FormlyFormBuilder }, { type: i1$2.TranslateService }, { type: i1$6.MatDialog }, { type: i0.ElementRef }, { type: i4.BreakpointObserver }], propDecorators: { saveData: [{
|
|
1756
1758
|
type: Output
|
|
1757
1759
|
}] } });
|
|
1758
1760
|
|
|
@@ -1905,8 +1907,8 @@ class ViewFileDialogComponent {
|
|
|
1905
1907
|
}
|
|
1906
1908
|
}, 2);
|
|
1907
1909
|
}
|
|
1908
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1909
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
1910
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ViewFileDialogComponent, deps: [{ token: i1$6.MatDialogRef }, { token: MAT_DIALOG_DATA }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1911
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: ViewFileDialogComponent, isStandalone: true, selector: "mu-view-file-dialog", ngImport: i0, template: `
|
|
1910
1912
|
<div class="dialog-container">
|
|
1911
1913
|
<div class="top-bar mnl-bg-primary" cdkDrag cdkDragRootElement=".cdk-overlay-pane">
|
|
1912
1914
|
<h2 mat-dialog-title>{{ data.fileName }}</h2>
|
|
@@ -1916,9 +1918,9 @@ class ViewFileDialogComponent {
|
|
|
1916
1918
|
<iframe id="viewDoc"></iframe>
|
|
1917
1919
|
</div>
|
|
1918
1920
|
</div>
|
|
1919
|
-
`, isInline: true, styles: [".dialog-container{padding:12px;box-sizing:border-box;height:100%;display:flex;flex-direction:column}.top-bar{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e0e0e0;margin-bottom:12px;height:40px;border-radius:5px;padding:3px;cursor:move}.top-bar .mat-mdc-dialog-title{padding:0;line-height:1.5}.dialog-content{flex-grow:1;display:flex;flex-direction:column;height:calc(100% - 80px)}.dialog-content iframe{flex-grow:1;width:100%;border:none;border-radius:4px}.closeIcon{cursor:pointer}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$
|
|
1921
|
+
`, isInline: true, styles: [".dialog-container{padding:12px;box-sizing:border-box;height:100%;display:flex;flex-direction:column}.top-bar{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e0e0e0;margin-bottom:12px;height:40px;border-radius:5px;padding:3px;cursor:move}.top-bar .mat-mdc-dialog-title{padding:0;line-height:1.5}.dialog-content{flex-grow:1;display:flex;flex-direction:column;height:calc(100% - 80px)}.dialog-content iframe{flex-grow:1;width:100%;border:none;border-radius:4px}.closeIcon{cursor:pointer}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "ngmodule", type: MatDialogModule }, { kind: "directive", type: i1$6.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }] }); }
|
|
1920
1922
|
}
|
|
1921
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
1923
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ViewFileDialogComponent, decorators: [{
|
|
1922
1924
|
type: Component,
|
|
1923
1925
|
args: [{ selector: 'mu-view-file-dialog', standalone: true, imports: [
|
|
1924
1926
|
CommonModule,
|
|
@@ -2395,8 +2397,8 @@ class TabularFormComponent extends FieldArrayType {
|
|
|
2395
2397
|
}
|
|
2396
2398
|
return 1;
|
|
2397
2399
|
}
|
|
2398
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2399
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.
|
|
2400
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TabularFormComponent, deps: [{ token: i1$6.MatDialog }, { token: i2$4.MatSnackBar }, { token: i0.ChangeDetectorRef }, { token: i1$2.TranslateService }, { token: i1.DatePipe }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2401
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: TabularFormComponent, isStandalone: true, selector: "mu-formly-add-dialog-type", providers: [DatePipe], usesInheritance: true, ngImport: i0, template: `
|
|
2400
2402
|
<div class="flex justify-start mt-2 mr-2 items-center">
|
|
2401
2403
|
@if(selectedRowCount > 0) {
|
|
2402
2404
|
<button
|
|
@@ -2452,9 +2454,9 @@ class TabularFormComponent extends FieldArrayType {
|
|
|
2452
2454
|
[gridOptions]="{ suppressMovableColumns : true }"
|
|
2453
2455
|
>
|
|
2454
2456
|
</ag-grid-angular>
|
|
2455
|
-
`, isInline: true, styles: ["ag-grid-angular{margin-top:16px;width:100%}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: FormlyModule }, { kind: "directive", type: i2.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }, { kind: "ngmodule", type: MatSnackBarModule }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i1$2.TranslatePipe, name: "translate" }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "ngmodule", type: MatDialogModule }, { kind: "ngmodule", type: MatTableModule }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i6.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "component", type: i6.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "ngmodule", type: AgGridModule }, { kind: "component", type: i3$1.AgGridAngular, selector: "ag-grid-angular", inputs: ["gridOptions", "modules", "statusBar", "sideBar", "suppressContextMenu", "preventDefaultOnContextMenu", "allowContextMenuWithControlKey", "columnMenu", "suppressMenuHide", "enableBrowserTooltips", "tooltipTrigger", "tooltipShowDelay", "tooltipHideDelay", "tooltipMouseTrack", "tooltipShowMode", "tooltipInteraction", "popupParent", "copyHeadersToClipboard", "copyGroupHeadersToClipboard", "clipboardDelimiter", "suppressCopyRowsToClipboard", "suppressCopySingleCellRanges", "suppressLastEmptyLineOnPaste", "suppressClipboardPaste", "suppressClipboardApi", "suppressCutToClipboard", "columnDefs", "defaultColDef", "defaultColGroupDef", "columnTypes", "dataTypeDefinitions", "maintainColumnOrder", "enableStrictPivotColumnOrder", "suppressFieldDotNotation", "headerHeight", "groupHeaderHeight", "floatingFiltersHeight", "pivotHeaderHeight", "pivotGroupHeaderHeight", "allowDragFromColumnsToolPanel", "suppressMovableColumns", "suppressColumnMoveAnimation", "suppressMoveWhenColumnDragging", "suppressDragLeaveHidesColumns", "suppressRowGroupHidesColumns", "colResizeDefault", "suppressAutoSize", "autoSizePadding", "skipHeaderOnAutoSize", "autoSizeStrategy", "components", "editType", "singleClickEdit", "suppressClickEdit", "readOnlyEdit", "stopEditingWhenCellsLoseFocus", "enterNavigatesVertically", "enterNavigatesVerticallyAfterEdit", "enableCellEditingOnBackspace", "undoRedoCellEditing", "undoRedoCellEditingLimit", "defaultCsvExportParams", "suppressCsvExport", "defaultExcelExportParams", "suppressExcelExport", "excelStyles", "quickFilterText", "cacheQuickFilter", "includeHiddenColumnsInQuickFilter", "quickFilterParser", "quickFilterMatcher", "applyQuickFilterBeforePivotOrAgg", "excludeChildrenWhenTreeDataFiltering", "enableAdvancedFilter", "advancedFilterModel", "includeHiddenColumnsInAdvancedFilter", "advancedFilterParent", "advancedFilterBuilderParams", "suppressAdvancedFilterEval", "suppressSetFilterByDefault", "enableCharts", "chartThemes", "customChartThemes", "chartThemeOverrides", "chartToolPanelsDef", "chartMenuItems", "loadingCellRenderer", "loadingCellRendererParams", "loadingCellRendererSelector", "localeText", "masterDetail", "keepDetailRows", "keepDetailRowsCount", "detailCellRenderer", "detailCellRendererParams", "detailRowHeight", "detailRowAutoHeight", "context", "dragAndDropImageComponent", "dragAndDropImageComponentParams", "alignedGrids", "tabIndex", "rowBuffer", "valueCache", "valueCacheNeverExpires", "enableCellExpressions", "suppressTouch", "suppressFocusAfterRefresh", "suppressAsyncEvents", "suppressBrowserResizeObserver", "suppressPropertyNamesCheck", "suppressChangeDetection", "debug", "loading", "overlayLoadingTemplate", "loadingOverlayComponent", "loadingOverlayComponentParams", "suppressLoadingOverlay", "overlayNoRowsTemplate", "noRowsOverlayComponent", "noRowsOverlayComponentParams", "suppressNoRowsOverlay", "pagination", "paginationPageSize", "paginationPageSizeSelector", "paginationAutoPageSize", "paginateChildRows", "suppressPaginationPanel", "pivotMode", "pivotPanelShow", "pivotMaxGeneratedColumns", "pivotDefaultExpanded", "pivotColumnGroupTotals", "pivotRowTotals", "pivotSuppressAutoColumn", "suppressExpandablePivotGroups", "functionsReadOnly", "aggFuncs", "suppressAggFuncInHeader", "alwaysAggregateAtRootLevel", "aggregateOnlyChangedColumns", "suppressAggFilteredOnly", "removePivotHeaderRowWhenSingleValueColumn", "animateRows", "enableCellChangeFlash", "cellFlashDuration", "cellFlashDelay", "cellFadeDuration", "cellFadeDelay", "allowShowChangeAfterFilter", "domLayout", "ensureDomOrder", "enableRtl", "suppressColumnVirtualisation", "suppressMaxRenderedRowRestriction", "suppressRowVirtualisation", "rowDragManaged", "suppressRowDrag", "suppressMoveWhenRowDragging", "rowDragEntireRow", "rowDragMultiRow", "rowDragText", "fullWidthCellRenderer", "fullWidthCellRendererParams", "embedFullWidthRows", "suppressGroupMaintainValueType", "groupDisplayType", "groupDefaultExpanded", "autoGroupColumnDef", "groupMaintainOrder", "groupSelectsChildren", "groupLockGroupColumns", "groupAggFiltering", "groupIncludeFooter", "groupIncludeTotalFooter", "groupTotalRow", "grandTotalRow", "suppressStickyTotalRow", "groupSuppressBlankHeader", "groupSelectsFiltered", "showOpenedGroup", "groupRemoveSingleChildren", "groupRemoveLowestSingleChildren", "groupHideOpenParents", "groupAllowUnbalanced", "rowGroupPanelShow", "groupRowRenderer", "groupRowRendererParams", "suppressMakeColumnVisibleAfterUnGroup", "treeData", "rowGroupPanelSuppressSort", "suppressGroupRowsSticky", "pinnedTopRowData", "pinnedBottomRowData", "rowModelType", "rowData", "asyncTransactionWaitMillis", "suppressModelUpdateAfterUpdateTransaction", "datasource", "cacheOverflowSize", "infiniteInitialRowCount", "serverSideInitialRowCount", "suppressServerSideInfiniteScroll", "suppressServerSideFullWidthLoadingRow", "cacheBlockSize", "maxBlocksInCache", "maxConcurrentDatasourceRequests", "blockLoadDebounceMillis", "purgeClosedRowNodes", "serverSideDatasource", "serverSideSortAllLevels", "serverSideEnableClientSideSort", "serverSideOnlyRefreshFilteredGroups", "serverSideSortOnServer", "serverSideFilterOnServer", "serverSidePivotResultFieldSeparator", "viewportDatasource", "viewportRowModelPageSize", "viewportRowModelBufferSize", "alwaysShowHorizontalScroll", "alwaysShowVerticalScroll", "debounceVerticalScrollbar", "suppressHorizontalScroll", "suppressScrollOnNewData", "suppressScrollWhenPopupsAreOpen", "suppressAnimationFrame", "suppressMiddleClickScrolls", "suppressPreventDefaultOnMouseWheel", "scrollbarWidth", "rowSelection", "cellSelection", "rowMultiSelectWithClick", "suppressRowDeselection", "suppressRowClickSelection", "suppressCellFocus", "suppressHeaderFocus", "selectionColumnDef", "suppressMultiRangeSelection", "enableCellTextSelection", "enableRangeSelection", "enableRangeHandle", "enableFillHandle", "fillHandleDirection", "suppressClearOnFillReduction", "sortingOrder", "accentedSort", "unSortIcon", "suppressMultiSort", "alwaysMultiSort", "multiSortKey", "suppressMaintainUnsortedOrder", "icons", "rowHeight", "rowStyle", "rowClass", "rowClassRules", "suppressRowHoverHighlight", "suppressRowTransform", "columnHoverHighlight", "gridId", "deltaSort", "treeDataDisplayType", "enableGroupEdit", "initialState", "theme", "loadThemeGoogleFonts", "getContextMenuItems", "getMainMenuItems", "postProcessPopup", "processUnpinnedColumns", "processCellForClipboard", "processHeaderForClipboard", "processGroupHeaderForClipboard", "processCellFromClipboard", "sendToClipboard", "processDataFromClipboard", "isExternalFilterPresent", "doesExternalFilterPass", "getChartToolbarItems", "createChartContainer", "focusGridInnerElement", "navigateToNextHeader", "tabToNextHeader", "navigateToNextCell", "tabToNextCell", "getLocaleText", "getDocument", "paginationNumberFormatter", "getGroupRowAgg", "isGroupOpenByDefault", "initialGroupOrderComparator", "processPivotResultColDef", "processPivotResultColGroupDef", "getDataPath", "getChildCount", "getServerSideGroupLevelParams", "isServerSideGroupOpenByDefault", "isApplyServerSideTransaction", "isServerSideGroup", "getServerSideGroupKey", "getBusinessKeyForNode", "getRowId", "resetRowDataOnUpdate", "processRowPostCreate", "isRowSelectable", "isRowMaster", "fillOperation", "postSortRows", "getRowStyle", "getRowClass", "getRowHeight", "isFullWidthRow"], outputs: ["toolPanelVisibleChanged", "toolPanelSizeChanged", "columnMenuVisibleChanged", "contextMenuVisibleChanged", "cutStart", "cutEnd", "pasteStart", "pasteEnd", "columnVisible", "columnPinned", "columnResized", "columnMoved", "columnValueChanged", "columnPivotModeChanged", "columnPivotChanged", "columnGroupOpened", "newColumnsLoaded", "gridColumnsChanged", "displayedColumnsChanged", "virtualColumnsChanged", "columnEverythingChanged", "columnHeaderMouseOver", "columnHeaderMouseLeave", "columnHeaderClicked", "columnHeaderContextMenu", "componentStateChanged", "cellValueChanged", "cellEditRequest", "rowValueChanged", "cellEditingStarted", "cellEditingStopped", "rowEditingStarted", "rowEditingStopped", "undoStarted", "undoEnded", "redoStarted", "redoEnded", "cellSelectionDeleteStart", "cellSelectionDeleteEnd", "rangeDeleteStart", "rangeDeleteEnd", "fillStart", "fillEnd", "filterOpened", "filterChanged", "filterModified", "advancedFilterBuilderVisibleChanged", "chartCreated", "chartRangeSelectionChanged", "chartOptionsChanged", "chartDestroyed", "cellKeyDown", "gridReady", "firstDataRendered", "gridSizeChanged", "modelUpdated", "virtualRowRemoved", "viewportChanged", "bodyScroll", "bodyScrollEnd", "dragStarted", "dragStopped", "dragCancelled", "stateUpdated", "paginationChanged", "rowDragEnter", "rowDragMove", "rowDragLeave", "rowDragEnd", "rowDragCancel", "columnRowGroupChanged", "rowGroupOpened", "expandOrCollapseAll", "pivotMaxColumnsExceeded", "pinnedRowDataChanged", "rowDataUpdated", "asyncTransactionsFlushed", "storeRefreshed", "headerFocused", "cellClicked", "cellDoubleClicked", "cellFocused", "cellMouseOver", "cellMouseOut", "cellMouseDown", "rowClicked", "rowDoubleClicked", "rowSelected", "selectionChanged", "cellContextMenu", "rangeSelectionChanged", "cellSelectionChanged", "tooltipShow", "tooltipHide", "sortChanged"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: MatTooltipModule }, { kind: "directive", type: i6$1.MatTooltip, selector: "[matTooltip]", inputs: ["matTooltipPosition", "matTooltipPositionAtOrigin", "matTooltipDisabled", "matTooltipShowDelay", "matTooltipHideDelay", "matTooltipTouchGestures", "matTooltip", "matTooltipClass"], exportAs: ["matTooltip"] }] }); }
|
|
2457
|
+
`, isInline: true, styles: ["ag-grid-angular{margin-top:16px;width:100%}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: FormlyModule }, { kind: "directive", type: i2$1.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }, { kind: "ngmodule", type: MatSnackBarModule }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i1$2.TranslatePipe, name: "translate" }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "ngmodule", type: MatDialogModule }, { kind: "ngmodule", type: MatTableModule }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i6.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "component", type: i6.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "ngmodule", type: AgGridModule }, { kind: "component", type: i3$1.AgGridAngular, selector: "ag-grid-angular", inputs: ["gridOptions", "modules", "statusBar", "sideBar", "suppressContextMenu", "preventDefaultOnContextMenu", "allowContextMenuWithControlKey", "columnMenu", "suppressMenuHide", "enableBrowserTooltips", "tooltipTrigger", "tooltipShowDelay", "tooltipHideDelay", "tooltipMouseTrack", "tooltipShowMode", "tooltipInteraction", "popupParent", "copyHeadersToClipboard", "copyGroupHeadersToClipboard", "clipboardDelimiter", "suppressCopyRowsToClipboard", "suppressCopySingleCellRanges", "suppressLastEmptyLineOnPaste", "suppressClipboardPaste", "suppressClipboardApi", "suppressCutToClipboard", "columnDefs", "defaultColDef", "defaultColGroupDef", "columnTypes", "dataTypeDefinitions", "maintainColumnOrder", "enableStrictPivotColumnOrder", "suppressFieldDotNotation", "headerHeight", "groupHeaderHeight", "floatingFiltersHeight", "pivotHeaderHeight", "pivotGroupHeaderHeight", "allowDragFromColumnsToolPanel", "suppressMovableColumns", "suppressColumnMoveAnimation", "suppressMoveWhenColumnDragging", "suppressDragLeaveHidesColumns", "suppressRowGroupHidesColumns", "colResizeDefault", "suppressAutoSize", "autoSizePadding", "skipHeaderOnAutoSize", "autoSizeStrategy", "components", "editType", "singleClickEdit", "suppressClickEdit", "readOnlyEdit", "stopEditingWhenCellsLoseFocus", "enterNavigatesVertically", "enterNavigatesVerticallyAfterEdit", "enableCellEditingOnBackspace", "undoRedoCellEditing", "undoRedoCellEditingLimit", "defaultCsvExportParams", "suppressCsvExport", "defaultExcelExportParams", "suppressExcelExport", "excelStyles", "quickFilterText", "cacheQuickFilter", "includeHiddenColumnsInQuickFilter", "quickFilterParser", "quickFilterMatcher", "applyQuickFilterBeforePivotOrAgg", "excludeChildrenWhenTreeDataFiltering", "enableAdvancedFilter", "advancedFilterModel", "includeHiddenColumnsInAdvancedFilter", "advancedFilterParent", "advancedFilterBuilderParams", "suppressAdvancedFilterEval", "suppressSetFilterByDefault", "enableCharts", "chartThemes", "customChartThemes", "chartThemeOverrides", "chartToolPanelsDef", "chartMenuItems", "loadingCellRenderer", "loadingCellRendererParams", "loadingCellRendererSelector", "localeText", "masterDetail", "keepDetailRows", "keepDetailRowsCount", "detailCellRenderer", "detailCellRendererParams", "detailRowHeight", "detailRowAutoHeight", "context", "dragAndDropImageComponent", "dragAndDropImageComponentParams", "alignedGrids", "tabIndex", "rowBuffer", "valueCache", "valueCacheNeverExpires", "enableCellExpressions", "suppressTouch", "suppressFocusAfterRefresh", "suppressAsyncEvents", "suppressBrowserResizeObserver", "suppressPropertyNamesCheck", "suppressChangeDetection", "debug", "loading", "overlayLoadingTemplate", "loadingOverlayComponent", "loadingOverlayComponentParams", "suppressLoadingOverlay", "overlayNoRowsTemplate", "noRowsOverlayComponent", "noRowsOverlayComponentParams", "suppressNoRowsOverlay", "pagination", "paginationPageSize", "paginationPageSizeSelector", "paginationAutoPageSize", "paginateChildRows", "suppressPaginationPanel", "pivotMode", "pivotPanelShow", "pivotMaxGeneratedColumns", "pivotDefaultExpanded", "pivotColumnGroupTotals", "pivotRowTotals", "pivotSuppressAutoColumn", "suppressExpandablePivotGroups", "functionsReadOnly", "aggFuncs", "suppressAggFuncInHeader", "alwaysAggregateAtRootLevel", "aggregateOnlyChangedColumns", "suppressAggFilteredOnly", "removePivotHeaderRowWhenSingleValueColumn", "animateRows", "enableCellChangeFlash", "cellFlashDuration", "cellFlashDelay", "cellFadeDuration", "cellFadeDelay", "allowShowChangeAfterFilter", "domLayout", "ensureDomOrder", "enableRtl", "suppressColumnVirtualisation", "suppressMaxRenderedRowRestriction", "suppressRowVirtualisation", "rowDragManaged", "suppressRowDrag", "suppressMoveWhenRowDragging", "rowDragEntireRow", "rowDragMultiRow", "rowDragText", "fullWidthCellRenderer", "fullWidthCellRendererParams", "embedFullWidthRows", "suppressGroupMaintainValueType", "groupDisplayType", "groupDefaultExpanded", "autoGroupColumnDef", "groupMaintainOrder", "groupSelectsChildren", "groupLockGroupColumns", "groupAggFiltering", "groupIncludeFooter", "groupIncludeTotalFooter", "groupTotalRow", "grandTotalRow", "suppressStickyTotalRow", "groupSuppressBlankHeader", "groupSelectsFiltered", "showOpenedGroup", "groupRemoveSingleChildren", "groupRemoveLowestSingleChildren", "groupHideOpenParents", "groupAllowUnbalanced", "rowGroupPanelShow", "groupRowRenderer", "groupRowRendererParams", "suppressMakeColumnVisibleAfterUnGroup", "treeData", "rowGroupPanelSuppressSort", "suppressGroupRowsSticky", "pinnedTopRowData", "pinnedBottomRowData", "rowModelType", "rowData", "asyncTransactionWaitMillis", "suppressModelUpdateAfterUpdateTransaction", "datasource", "cacheOverflowSize", "infiniteInitialRowCount", "serverSideInitialRowCount", "suppressServerSideInfiniteScroll", "suppressServerSideFullWidthLoadingRow", "cacheBlockSize", "maxBlocksInCache", "maxConcurrentDatasourceRequests", "blockLoadDebounceMillis", "purgeClosedRowNodes", "serverSideDatasource", "serverSideSortAllLevels", "serverSideEnableClientSideSort", "serverSideOnlyRefreshFilteredGroups", "serverSideSortOnServer", "serverSideFilterOnServer", "serverSidePivotResultFieldSeparator", "viewportDatasource", "viewportRowModelPageSize", "viewportRowModelBufferSize", "alwaysShowHorizontalScroll", "alwaysShowVerticalScroll", "debounceVerticalScrollbar", "suppressHorizontalScroll", "suppressScrollOnNewData", "suppressScrollWhenPopupsAreOpen", "suppressAnimationFrame", "suppressMiddleClickScrolls", "suppressPreventDefaultOnMouseWheel", "scrollbarWidth", "rowSelection", "cellSelection", "rowMultiSelectWithClick", "suppressRowDeselection", "suppressRowClickSelection", "suppressCellFocus", "suppressHeaderFocus", "selectionColumnDef", "suppressMultiRangeSelection", "enableCellTextSelection", "enableRangeSelection", "enableRangeHandle", "enableFillHandle", "fillHandleDirection", "suppressClearOnFillReduction", "sortingOrder", "accentedSort", "unSortIcon", "suppressMultiSort", "alwaysMultiSort", "multiSortKey", "suppressMaintainUnsortedOrder", "icons", "rowHeight", "rowStyle", "rowClass", "rowClassRules", "suppressRowHoverHighlight", "suppressRowTransform", "columnHoverHighlight", "gridId", "deltaSort", "treeDataDisplayType", "enableGroupEdit", "initialState", "theme", "loadThemeGoogleFonts", "getContextMenuItems", "getMainMenuItems", "postProcessPopup", "processUnpinnedColumns", "processCellForClipboard", "processHeaderForClipboard", "processGroupHeaderForClipboard", "processCellFromClipboard", "sendToClipboard", "processDataFromClipboard", "isExternalFilterPresent", "doesExternalFilterPass", "getChartToolbarItems", "createChartContainer", "focusGridInnerElement", "navigateToNextHeader", "tabToNextHeader", "navigateToNextCell", "tabToNextCell", "getLocaleText", "getDocument", "paginationNumberFormatter", "getGroupRowAgg", "isGroupOpenByDefault", "initialGroupOrderComparator", "processPivotResultColDef", "processPivotResultColGroupDef", "getDataPath", "getChildCount", "getServerSideGroupLevelParams", "isServerSideGroupOpenByDefault", "isApplyServerSideTransaction", "isServerSideGroup", "getServerSideGroupKey", "getBusinessKeyForNode", "getRowId", "resetRowDataOnUpdate", "processRowPostCreate", "isRowSelectable", "isRowMaster", "fillOperation", "postSortRows", "getRowStyle", "getRowClass", "getRowHeight", "isFullWidthRow"], outputs: ["toolPanelVisibleChanged", "toolPanelSizeChanged", "columnMenuVisibleChanged", "contextMenuVisibleChanged", "cutStart", "cutEnd", "pasteStart", "pasteEnd", "columnVisible", "columnPinned", "columnResized", "columnMoved", "columnValueChanged", "columnPivotModeChanged", "columnPivotChanged", "columnGroupOpened", "newColumnsLoaded", "gridColumnsChanged", "displayedColumnsChanged", "virtualColumnsChanged", "columnEverythingChanged", "columnHeaderMouseOver", "columnHeaderMouseLeave", "columnHeaderClicked", "columnHeaderContextMenu", "componentStateChanged", "cellValueChanged", "cellEditRequest", "rowValueChanged", "cellEditingStarted", "cellEditingStopped", "rowEditingStarted", "rowEditingStopped", "undoStarted", "undoEnded", "redoStarted", "redoEnded", "cellSelectionDeleteStart", "cellSelectionDeleteEnd", "rangeDeleteStart", "rangeDeleteEnd", "fillStart", "fillEnd", "filterOpened", "filterChanged", "filterModified", "advancedFilterBuilderVisibleChanged", "chartCreated", "chartRangeSelectionChanged", "chartOptionsChanged", "chartDestroyed", "cellKeyDown", "gridReady", "firstDataRendered", "gridSizeChanged", "modelUpdated", "virtualRowRemoved", "viewportChanged", "bodyScroll", "bodyScrollEnd", "dragStarted", "dragStopped", "dragCancelled", "stateUpdated", "paginationChanged", "rowDragEnter", "rowDragMove", "rowDragLeave", "rowDragEnd", "rowDragCancel", "columnRowGroupChanged", "rowGroupOpened", "expandOrCollapseAll", "pivotMaxColumnsExceeded", "pinnedRowDataChanged", "rowDataUpdated", "asyncTransactionsFlushed", "storeRefreshed", "headerFocused", "cellClicked", "cellDoubleClicked", "cellFocused", "cellMouseOver", "cellMouseOut", "cellMouseDown", "rowClicked", "rowDoubleClicked", "rowSelected", "selectionChanged", "cellContextMenu", "rangeSelectionChanged", "cellSelectionChanged", "tooltipShow", "tooltipHide", "sortChanged"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: MatTooltipModule }, { kind: "directive", type: i6$1.MatTooltip, selector: "[matTooltip]", inputs: ["matTooltipPosition", "matTooltipPositionAtOrigin", "matTooltipDisabled", "matTooltipShowDelay", "matTooltipHideDelay", "matTooltipTouchGestures", "matTooltip", "matTooltipClass"], exportAs: ["matTooltip"] }] }); }
|
|
2456
2458
|
}
|
|
2457
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2459
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TabularFormComponent, decorators: [{
|
|
2458
2460
|
type: Component,
|
|
2459
2461
|
args: [{ selector: 'mu-formly-add-dialog-type', standalone: true, imports: [CommonModule, FormlyModule, MatSnackBarModule, TranslateModule, ReactiveFormsModule, MatDialogModule, MatTableModule, MatButtonModule,
|
|
2460
2462
|
MatDialogModule, AgGridModule, TranslateModule, MatIconModule, MatTooltipModule
|
|
@@ -2515,7 +2517,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2515
2517
|
>
|
|
2516
2518
|
</ag-grid-angular>
|
|
2517
2519
|
`, styles: ["ag-grid-angular{margin-top:16px;width:100%}\n"] }]
|
|
2518
|
-
}], ctorParameters: () => [{ type: i1$6.MatDialog }, { type: i2$
|
|
2520
|
+
}], ctorParameters: () => [{ type: i1$6.MatDialog }, { type: i2$4.MatSnackBar }, { type: i0.ChangeDetectorRef }, { type: i1$2.TranslateService }, { type: i1.DatePipe }] });
|
|
2519
2521
|
function updateModel(obj, targetKey, newValue, action) {
|
|
2520
2522
|
for (const key in obj) {
|
|
2521
2523
|
if (key === targetKey) {
|
|
@@ -2653,8 +2655,8 @@ class FormlyMultiSelectCheckboxAutocompleteComponent extends FieldType {
|
|
|
2653
2655
|
]);
|
|
2654
2656
|
this.formControl.markAsTouched();
|
|
2655
2657
|
}
|
|
2656
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2657
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.
|
|
2658
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormlyMultiSelectCheckboxAutocompleteComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
2659
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: FormlyMultiSelectCheckboxAutocompleteComponent, isStandalone: true, selector: "mu-multi-checkbox-autocomplete", providers: [MatAutocompleteTrigger], viewQueries: [{ propertyName: "trigger", first: true, predicate: MatAutocompleteTrigger, descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
2658
2660
|
<mat-form-field class="w-full" appearance="outline">
|
|
2659
2661
|
<mat-label
|
|
2660
2662
|
>{{ field.props.label }}
|
|
@@ -2703,9 +2705,9 @@ class FormlyMultiSelectCheckboxAutocompleteComponent extends FieldType {
|
|
|
2703
2705
|
{{ field.validation?.messages?.['required'] }}
|
|
2704
2706
|
</mat-error>
|
|
2705
2707
|
</mat-form-field>
|
|
2706
|
-
`, isInline: true, styles: [".selected-chips{margin-top:10px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "ngmodule", type: CommonsModule }, { kind: "ngmodule", type: MatChipsModule }, { kind: "component", type: i2$
|
|
2708
|
+
`, isInline: true, styles: [".selected-chips{margin-top:10px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "ngmodule", type: CommonsModule }, { kind: "ngmodule", type: MatChipsModule }, { kind: "component", type: i2$5.MatChipGrid, selector: "mat-chip-grid", inputs: ["disabled", "placeholder", "required", "value", "errorStateMatcher"], outputs: ["change", "valueChange"] }, { kind: "directive", type: i2$5.MatChipInput, selector: "input[matChipInputFor]", inputs: ["matChipInputFor", "matChipInputAddOnBlur", "matChipInputSeparatorKeyCodes", "placeholder", "id", "disabled"], outputs: ["matChipInputTokenEnd"], exportAs: ["matChipInput", "matChipInputFor"] }, { kind: "directive", type: i2$5.MatChipRemove, selector: "[matChipRemove]" }, { kind: "component", type: i2$5.MatChipRow, selector: "mat-chip-row, [mat-chip-row], mat-basic-chip-row, [mat-basic-chip-row]", inputs: ["editable"], outputs: ["edited"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "component", type: i3$3.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i3$3.MatLabel, selector: "mat-label" }, { kind: "directive", type: i3$3.MatError, selector: "mat-error, [matError]", inputs: ["id"] }, { kind: "ngmodule", type: MatAutocompleteModule }, { kind: "component", type: i6$2.MatAutocomplete, selector: "mat-autocomplete", inputs: ["aria-label", "aria-labelledby", "displayWith", "autoActiveFirstOption", "autoSelectActiveOption", "requireSelection", "panelWidth", "disableRipple", "class", "hideSingleSelectionIndicator"], outputs: ["optionSelected", "opened", "closed", "optionActivated"], exportAs: ["matAutocomplete"] }, { kind: "component", type: i7.MatOption, selector: "mat-option", inputs: ["value", "id", "disabled"], outputs: ["onSelectionChange"], exportAs: ["matOption"] }, { kind: "directive", type: i6$2.MatAutocompleteTrigger, selector: "input[matAutocomplete], textarea[matAutocomplete]", inputs: ["matAutocomplete", "matAutocompletePosition", "matAutocompleteConnectedTo", "autocomplete", "matAutocompleteDisabled"], exportAs: ["matAutocompleteTrigger"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "ngmodule", type: MatCheckboxModule }, { kind: "component", type: i7$2.MatCheckbox, selector: "mat-checkbox", inputs: ["aria-label", "aria-labelledby", "aria-describedby", "id", "required", "labelPosition", "name", "value", "disableRipple", "tabIndex", "color", "disabledInteractive", "checked", "disabled", "indeterminate"], outputs: ["change", "indeterminateChange"], exportAs: ["matCheckbox"] }, { kind: "ngmodule", type: FormlyModule }, { kind: "directive", type: i2$1.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { 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.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { 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.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "ngmodule", type: MatTooltipModule }, { kind: "directive", type: i6$1.MatTooltip, selector: "[matTooltip]", inputs: ["matTooltipPosition", "matTooltipPositionAtOrigin", "matTooltipDisabled", "matTooltipShowDelay", "matTooltipHideDelay", "matTooltipTouchGestures", "matTooltip", "matTooltipClass"], exportAs: ["matTooltip"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2707
2709
|
}
|
|
2708
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2710
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormlyMultiSelectCheckboxAutocompleteComponent, decorators: [{
|
|
2709
2711
|
type: Component,
|
|
2710
2712
|
args: [{ selector: 'mu-multi-checkbox-autocomplete', standalone: true, imports: [
|
|
2711
2713
|
CommonModule,
|
|
@@ -2816,8 +2818,8 @@ class FormlyFieldPanelComponent extends FieldType {
|
|
|
2816
2818
|
}
|
|
2817
2819
|
return field.fieldGroup ? field.fieldGroup.every((fieldItem) => this.isValid(fieldItem)) : true;
|
|
2818
2820
|
}
|
|
2819
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2820
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.
|
|
2821
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormlyFieldPanelComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
2822
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: FormlyFieldPanelComponent, isStandalone: true, selector: "mu-formly-field-panel", usesInheritance: true, ngImport: i0, template: `
|
|
2821
2823
|
<mat-card>
|
|
2822
2824
|
<mat-card-header [ngClass]="[field?.props?.backgroundColor, 'flex', 'flex-col', 'pb-1']">
|
|
2823
2825
|
<div>{{field?.props?.label}}</div>
|
|
@@ -2830,9 +2832,9 @@ class FormlyFieldPanelComponent extends FieldType {
|
|
|
2830
2832
|
}
|
|
2831
2833
|
</mat-card-content>
|
|
2832
2834
|
</mat-card>
|
|
2833
|
-
`, isInline: true, dependencies: [{ kind: "ngmodule", type: MatFormFieldModule }, { kind: "ngmodule", type: MatIconModule }, { kind: "ngmodule", type: FormlyMaterialModule }, { kind: "ngmodule", type: FormlyModule }, { kind: "component", type: i2.FormlyField, selector: "formly-field", inputs: ["field"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: MatCardModule }, { kind: "component", type: i3$
|
|
2835
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: MatFormFieldModule }, { kind: "ngmodule", type: MatIconModule }, { kind: "ngmodule", type: FormlyMaterialModule }, { kind: "ngmodule", type: FormlyModule }, { kind: "component", type: i2$1.FormlyField, selector: "formly-field", inputs: ["field"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: MatCardModule }, { kind: "component", type: i3$4.MatCard, selector: "mat-card", inputs: ["appearance"], exportAs: ["matCard"] }, { kind: "directive", type: i3$4.MatCardContent, selector: "mat-card-content" }, { kind: "component", type: i3$4.MatCardHeader, selector: "mat-card-header" }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
2834
2836
|
}
|
|
2835
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2837
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormlyFieldPanelComponent, decorators: [{
|
|
2836
2838
|
type: Component,
|
|
2837
2839
|
args: [{
|
|
2838
2840
|
selector: 'mu-formly-field-panel',
|
|
@@ -2882,8 +2884,8 @@ class FormlyWrapperAddonsComponent extends FieldWrapper {
|
|
|
2882
2884
|
this.props['addonLeft'].onClick(this.to, this, $event);
|
|
2883
2885
|
}
|
|
2884
2886
|
}
|
|
2885
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2886
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
2887
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormlyWrapperAddonsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
2888
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FormlyWrapperAddonsComponent, isStandalone: true, selector: "mu-formly-wrapper-addons", viewQueries: [{ propertyName: "matPrefix", first: true, predicate: ["matPrefix"], descendants: true, static: true }, { propertyName: "matSuffix", first: true, predicate: ["matSuffix"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: `
|
|
2887
2889
|
<ng-template #matPrefix>
|
|
2888
2890
|
<span
|
|
2889
2891
|
*ngIf="props['addonLeft']"
|
|
@@ -2907,9 +2909,9 @@ class FormlyWrapperAddonsComponent extends FieldWrapper {
|
|
|
2907
2909
|
<span *ngIf="props['addonRight'].text">{{ props['addonRight'].text }}</span>
|
|
2908
2910
|
</span>
|
|
2909
2911
|
</ng-template>
|
|
2910
|
-
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "ngmodule", type: FormlyModule }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$
|
|
2912
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "ngmodule", type: FormlyModule }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }] }); }
|
|
2911
2913
|
}
|
|
2912
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2914
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormlyWrapperAddonsComponent, decorators: [{
|
|
2913
2915
|
type: Component,
|
|
2914
2916
|
args: [{
|
|
2915
2917
|
selector: 'mu-formly-wrapper-addons',
|
|
@@ -3057,8 +3059,8 @@ class WithOldValueWrapperComponent extends FieldWrapper {
|
|
|
3057
3059
|
return 'N/A';
|
|
3058
3060
|
}
|
|
3059
3061
|
}
|
|
3060
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
3061
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.
|
|
3062
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: WithOldValueWrapperComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3063
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: WithOldValueWrapperComponent, isStandalone: true, selector: "mu-with-old-value-wrapper", usesInheritance: true, ngImport: i0, template: `
|
|
3062
3064
|
<div class="show-column">
|
|
3063
3065
|
<ng-container #fieldComponent></ng-container>
|
|
3064
3066
|
@if(showOldValues && hasValueChanged()) {
|
|
@@ -3069,7 +3071,7 @@ class WithOldValueWrapperComponent extends FieldWrapper {
|
|
|
3069
3071
|
</div>
|
|
3070
3072
|
`, isInline: true, styles: [".show-column{flex-direction:column;display:flex}.changed-label{color:red}.old-value{font-size:.9em;color:gray}.oldValueSpan{font-family:Poppins,Helvetica Neue,sans-serif;font-size:.9em;font-weight:500}.old-label{color:#00ae4d!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: FormlyModule }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "ngmodule", type: MatInputModule }, { kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: MatFormFieldModule }] }); }
|
|
3071
3073
|
}
|
|
3072
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3074
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: WithOldValueWrapperComponent, decorators: [{
|
|
3073
3075
|
type: Component,
|
|
3074
3076
|
args: [{ selector: 'mu-with-old-value-wrapper', standalone: true, imports: [
|
|
3075
3077
|
CommonModule,
|
|
@@ -3120,8 +3122,8 @@ class FormlyCommentInputComponent extends FieldType {
|
|
|
3120
3122
|
}
|
|
3121
3123
|
}
|
|
3122
3124
|
}
|
|
3123
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
3124
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
3125
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormlyCommentInputComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
3126
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FormlyCommentInputComponent, isStandalone: true, selector: "mu-comment-input", usesInheritance: true, ngImport: i0, template: `
|
|
3125
3127
|
<div *ngIf="isInputRequired">
|
|
3126
3128
|
<mat-form-field class="w-[80%]" appearance="outline">
|
|
3127
3129
|
<mat-label>{{ to.label }}</mat-label>
|
|
@@ -3145,9 +3147,9 @@ class FormlyCommentInputComponent extends FieldType {
|
|
|
3145
3147
|
<p class="comment-text">{{ comment.text }}</p>
|
|
3146
3148
|
</div>
|
|
3147
3149
|
</div>
|
|
3148
|
-
`, isInline: true, styles: [".comment{border-top:1px solid #ddd;padding-top:8px;font-family:Poppins,Helvetica Neue,sans-serif;font-size:14px}.commentsDate{color:gray}.commentedUser{color:#000}.commentsHeader{border-radius:7px;padding-left:10px}.comment-text{white-space:normal;word-wrap:break-word;overflow-wrap:anywhere;margin:0}.sendButton{padding:0;height:30px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1.DatePipe, name: "date" }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i1$2.TranslatePipe, name: "translate" }, { kind: "ngmodule", type: FormlyModule }, { kind: "ngmodule", type: ReactiveFormsModule }, { 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.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type:
|
|
3150
|
+
`, isInline: true, styles: [".comment{border-top:1px solid #ddd;padding-top:8px;font-family:Poppins,Helvetica Neue,sans-serif;font-size:14px}.commentsDate{color:gray}.commentedUser{color:#000}.commentsHeader{border-radius:7px;padding-left:10px}.comment-text{white-space:normal;word-wrap:break-word;overflow-wrap:anywhere;margin:0}.sendButton{padding:0;height:30px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1.DatePipe, name: "date" }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i1$2.TranslatePipe, name: "translate" }, { kind: "ngmodule", type: FormlyModule }, { kind: "ngmodule", type: ReactiveFormsModule }, { 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.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i2.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { kind: "component", type: i3$3.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i3$3.MatLabel, selector: "mat-label" }, { kind: "directive", type: i3$3.MatSuffix, selector: "[matSuffix], [matIconSuffix], [matTextSuffix]", inputs: ["matTextSuffix"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i6.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }] }); }
|
|
3149
3151
|
}
|
|
3150
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3152
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormlyCommentInputComponent, decorators: [{
|
|
3151
3153
|
type: Component,
|
|
3152
3154
|
args: [{ selector: 'mu-comment-input', standalone: true, imports: [CommonModule, TranslateModule, FormlyModule, ReactiveFormsModule, MatInputModule, MatButtonModule, FormsModule, MatIconModule], template: `
|
|
3153
3155
|
<div *ngIf="isInputRequired">
|
|
@@ -3177,8 +3179,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3177
3179
|
}] });
|
|
3178
3180
|
|
|
3179
3181
|
class CustomFormlyRadioComponent extends FieldType {
|
|
3180
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
3181
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
3182
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CustomFormlyRadioComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
3183
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: CustomFormlyRadioComponent, isStandalone: true, selector: "mu-radio", usesInheritance: true, ngImport: i0, template: `
|
|
3182
3184
|
<mat-radio-group [formControl]="formControl" [formlyAttributes]="field">
|
|
3183
3185
|
<div class="flex-col">
|
|
3184
3186
|
<div class="flex justify-between">
|
|
@@ -3196,9 +3198,9 @@ class CustomFormlyRadioComponent extends FieldType {
|
|
|
3196
3198
|
</div>
|
|
3197
3199
|
|
|
3198
3200
|
</mat-radio-group>
|
|
3199
|
-
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: FormlyModule }, { kind: "directive", type: i2.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }, { kind: "ngmodule", type: FormlyMaterialModule }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: MatRadioModule }, { kind: "directive", type: i4$
|
|
3201
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: FormlyModule }, { kind: "directive", type: i2$1.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }, { kind: "ngmodule", type: FormlyMaterialModule }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: MatRadioModule }, { kind: "directive", type: i4$1.MatRadioGroup, selector: "mat-radio-group", inputs: ["color", "name", "labelPosition", "value", "selected", "disabled", "required", "disabledInteractive"], outputs: ["change"], exportAs: ["matRadioGroup"] }, { kind: "component", type: i4$1.MatRadioButton, selector: "mat-radio-button", inputs: ["id", "name", "aria-label", "aria-labelledby", "aria-describedby", "disableRipple", "tabIndex", "checked", "value", "labelPosition", "disabled", "required", "color", "disabledInteractive"], outputs: ["change"], exportAs: ["matRadioButton"] }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "directive", type: i3$3.MatError, selector: "mat-error, [matError]", inputs: ["id"] }] }); }
|
|
3200
3202
|
}
|
|
3201
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3203
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CustomFormlyRadioComponent, decorators: [{
|
|
3202
3204
|
type: Component,
|
|
3203
3205
|
args: [{
|
|
3204
3206
|
selector: 'mu-radio',
|
|
@@ -3234,8 +3236,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3234
3236
|
}] });
|
|
3235
3237
|
|
|
3236
3238
|
class CustomFormlyMatInputComponent extends FieldType$1 {
|
|
3237
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
3238
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
3239
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CustomFormlyMatInputComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
3240
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: CustomFormlyMatInputComponent, isStandalone: true, selector: "mu-formly-field-mat-input", usesInheritance: true, ngImport: i0, template: `
|
|
3239
3241
|
<mat-form-field class="w-full" appearance="outline">
|
|
3240
3242
|
<mat-label>{{ to.label }}</mat-label>
|
|
3241
3243
|
<input matInput [formControl]="formControl" [formlyAttributes]="field" />
|
|
@@ -3243,9 +3245,9 @@ class CustomFormlyMatInputComponent extends FieldType$1 {
|
|
|
3243
3245
|
<mat-error *ngIf="formControl.invalid && formControl.touched">
|
|
3244
3246
|
{{ field.validation?.messages?.['required'] || field.validation?.messages?.['pattern']}}
|
|
3245
3247
|
</mat-error>
|
|
3246
|
-
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type:
|
|
3248
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i2.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { kind: "component", type: i3$3.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i3$3.MatLabel, selector: "mat-label" }, { kind: "directive", type: i3$3.MatError, selector: "mat-error, [matError]", inputs: ["id"] }, { kind: "ngmodule", type: FormlyModule }, { kind: "directive", type: i2$1.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { 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.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: MatFormFieldModule }] }); }
|
|
3247
3249
|
}
|
|
3248
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3250
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CustomFormlyMatInputComponent, decorators: [{
|
|
3249
3251
|
type: Component,
|
|
3250
3252
|
args: [{
|
|
3251
3253
|
selector: 'mu-formly-field-mat-input',
|
|
@@ -3286,10 +3288,10 @@ class GridFormlyCellComponent {
|
|
|
3286
3288
|
}
|
|
3287
3289
|
return field;
|
|
3288
3290
|
}
|
|
3289
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
3290
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
3291
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GridFormlyCellComponent, deps: [{ token: i1$2.TranslateService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3292
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: GridFormlyCellComponent, isStandalone: true, selector: "mu-formly-ag-grid-cell", ngImport: i0, template: ` <formly-field [field]="getField()"></formly-field> `, isInline: true, dependencies: [{ kind: "ngmodule", type: FormlyModule }, { kind: "component", type: i2$1.FormlyField, selector: "formly-field", inputs: ["field"] }, { kind: "ngmodule", type: TranslateModule }] }); }
|
|
3291
3293
|
}
|
|
3292
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3294
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GridFormlyCellComponent, decorators: [{
|
|
3293
3295
|
type: Component,
|
|
3294
3296
|
args: [{
|
|
3295
3297
|
selector: 'mu-formly-ag-grid-cell',
|
|
@@ -3314,8 +3316,8 @@ class ActionButtonRendererComponent {
|
|
|
3314
3316
|
console.error('Delete function not found or incorrect params:', this.params);
|
|
3315
3317
|
}
|
|
3316
3318
|
}
|
|
3317
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
3318
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
3319
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ActionButtonRendererComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3320
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: ActionButtonRendererComponent, isStandalone: true, selector: "mu-delete-button-renderer", ngImport: i0, template: `
|
|
3319
3321
|
<button
|
|
3320
3322
|
type="button"
|
|
3321
3323
|
mat-icon-button
|
|
@@ -3325,9 +3327,9 @@ class ActionButtonRendererComponent {
|
|
|
3325
3327
|
>
|
|
3326
3328
|
<mat-icon>delete</mat-icon>
|
|
3327
3329
|
</button>
|
|
3328
|
-
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i6.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$
|
|
3330
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i6.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: MatTooltipModule }, { kind: "directive", type: i6$1.MatTooltip, selector: "[matTooltip]", inputs: ["matTooltipPosition", "matTooltipPositionAtOrigin", "matTooltipDisabled", "matTooltipShowDelay", "matTooltipHideDelay", "matTooltipTouchGestures", "matTooltip", "matTooltipClass"], exportAs: ["matTooltip"] }, { kind: "ngmodule", type: TranslateModule }] }); }
|
|
3329
3331
|
}
|
|
3330
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3332
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ActionButtonRendererComponent, decorators: [{
|
|
3331
3333
|
type: Component,
|
|
3332
3334
|
args: [{
|
|
3333
3335
|
selector: 'mu-delete-button-renderer',
|
|
@@ -3460,8 +3462,8 @@ class ActionableFormlyFieldGridComponent extends FieldArrayType {
|
|
|
3460
3462
|
generateRandomNumber() {
|
|
3461
3463
|
return Math.floor(1000 + Math.random() * 9000);
|
|
3462
3464
|
}
|
|
3463
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
3464
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.
|
|
3465
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ActionableFormlyFieldGridComponent, deps: [{ token: i1$2.TranslateService }, { token: i1$6.MatDialog }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3466
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: ActionableFormlyFieldGridComponent, isStandalone: true, selector: "mu-editable-formly-field-grid", usesInheritance: true, ngImport: i0, template: `
|
|
3465
3467
|
<div [ngStyle]="style" >
|
|
3466
3468
|
@if (!hideButton) {
|
|
3467
3469
|
<div class="mb-2 flex justify-start items-center">
|
|
@@ -3489,9 +3491,9 @@ class ActionableFormlyFieldGridComponent extends FieldArrayType {
|
|
|
3489
3491
|
>
|
|
3490
3492
|
</ag-grid-angular>
|
|
3491
3493
|
</div>
|
|
3492
|
-
`, isInline: true, styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: AgGridModule }, { kind: "component", type: i3$1.AgGridAngular, selector: "ag-grid-angular", inputs: ["gridOptions", "modules", "statusBar", "sideBar", "suppressContextMenu", "preventDefaultOnContextMenu", "allowContextMenuWithControlKey", "columnMenu", "suppressMenuHide", "enableBrowserTooltips", "tooltipTrigger", "tooltipShowDelay", "tooltipHideDelay", "tooltipMouseTrack", "tooltipShowMode", "tooltipInteraction", "popupParent", "copyHeadersToClipboard", "copyGroupHeadersToClipboard", "clipboardDelimiter", "suppressCopyRowsToClipboard", "suppressCopySingleCellRanges", "suppressLastEmptyLineOnPaste", "suppressClipboardPaste", "suppressClipboardApi", "suppressCutToClipboard", "columnDefs", "defaultColDef", "defaultColGroupDef", "columnTypes", "dataTypeDefinitions", "maintainColumnOrder", "enableStrictPivotColumnOrder", "suppressFieldDotNotation", "headerHeight", "groupHeaderHeight", "floatingFiltersHeight", "pivotHeaderHeight", "pivotGroupHeaderHeight", "allowDragFromColumnsToolPanel", "suppressMovableColumns", "suppressColumnMoveAnimation", "suppressMoveWhenColumnDragging", "suppressDragLeaveHidesColumns", "suppressRowGroupHidesColumns", "colResizeDefault", "suppressAutoSize", "autoSizePadding", "skipHeaderOnAutoSize", "autoSizeStrategy", "components", "editType", "singleClickEdit", "suppressClickEdit", "readOnlyEdit", "stopEditingWhenCellsLoseFocus", "enterNavigatesVertically", "enterNavigatesVerticallyAfterEdit", "enableCellEditingOnBackspace", "undoRedoCellEditing", "undoRedoCellEditingLimit", "defaultCsvExportParams", "suppressCsvExport", "defaultExcelExportParams", "suppressExcelExport", "excelStyles", "quickFilterText", "cacheQuickFilter", "includeHiddenColumnsInQuickFilter", "quickFilterParser", "quickFilterMatcher", "applyQuickFilterBeforePivotOrAgg", "excludeChildrenWhenTreeDataFiltering", "enableAdvancedFilter", "advancedFilterModel", "includeHiddenColumnsInAdvancedFilter", "advancedFilterParent", "advancedFilterBuilderParams", "suppressAdvancedFilterEval", "suppressSetFilterByDefault", "enableCharts", "chartThemes", "customChartThemes", "chartThemeOverrides", "chartToolPanelsDef", "chartMenuItems", "loadingCellRenderer", "loadingCellRendererParams", "loadingCellRendererSelector", "localeText", "masterDetail", "keepDetailRows", "keepDetailRowsCount", "detailCellRenderer", "detailCellRendererParams", "detailRowHeight", "detailRowAutoHeight", "context", "dragAndDropImageComponent", "dragAndDropImageComponentParams", "alignedGrids", "tabIndex", "rowBuffer", "valueCache", "valueCacheNeverExpires", "enableCellExpressions", "suppressTouch", "suppressFocusAfterRefresh", "suppressAsyncEvents", "suppressBrowserResizeObserver", "suppressPropertyNamesCheck", "suppressChangeDetection", "debug", "loading", "overlayLoadingTemplate", "loadingOverlayComponent", "loadingOverlayComponentParams", "suppressLoadingOverlay", "overlayNoRowsTemplate", "noRowsOverlayComponent", "noRowsOverlayComponentParams", "suppressNoRowsOverlay", "pagination", "paginationPageSize", "paginationPageSizeSelector", "paginationAutoPageSize", "paginateChildRows", "suppressPaginationPanel", "pivotMode", "pivotPanelShow", "pivotMaxGeneratedColumns", "pivotDefaultExpanded", "pivotColumnGroupTotals", "pivotRowTotals", "pivotSuppressAutoColumn", "suppressExpandablePivotGroups", "functionsReadOnly", "aggFuncs", "suppressAggFuncInHeader", "alwaysAggregateAtRootLevel", "aggregateOnlyChangedColumns", "suppressAggFilteredOnly", "removePivotHeaderRowWhenSingleValueColumn", "animateRows", "enableCellChangeFlash", "cellFlashDuration", "cellFlashDelay", "cellFadeDuration", "cellFadeDelay", "allowShowChangeAfterFilter", "domLayout", "ensureDomOrder", "enableRtl", "suppressColumnVirtualisation", "suppressMaxRenderedRowRestriction", "suppressRowVirtualisation", "rowDragManaged", "suppressRowDrag", "suppressMoveWhenRowDragging", "rowDragEntireRow", "rowDragMultiRow", "rowDragText", "fullWidthCellRenderer", "fullWidthCellRendererParams", "embedFullWidthRows", "suppressGroupMaintainValueType", "groupDisplayType", "groupDefaultExpanded", "autoGroupColumnDef", "groupMaintainOrder", "groupSelectsChildren", "groupLockGroupColumns", "groupAggFiltering", "groupIncludeFooter", "groupIncludeTotalFooter", "groupTotalRow", "grandTotalRow", "suppressStickyTotalRow", "groupSuppressBlankHeader", "groupSelectsFiltered", "showOpenedGroup", "groupRemoveSingleChildren", "groupRemoveLowestSingleChildren", "groupHideOpenParents", "groupAllowUnbalanced", "rowGroupPanelShow", "groupRowRenderer", "groupRowRendererParams", "suppressMakeColumnVisibleAfterUnGroup", "treeData", "rowGroupPanelSuppressSort", "suppressGroupRowsSticky", "pinnedTopRowData", "pinnedBottomRowData", "rowModelType", "rowData", "asyncTransactionWaitMillis", "suppressModelUpdateAfterUpdateTransaction", "datasource", "cacheOverflowSize", "infiniteInitialRowCount", "serverSideInitialRowCount", "suppressServerSideInfiniteScroll", "suppressServerSideFullWidthLoadingRow", "cacheBlockSize", "maxBlocksInCache", "maxConcurrentDatasourceRequests", "blockLoadDebounceMillis", "purgeClosedRowNodes", "serverSideDatasource", "serverSideSortAllLevels", "serverSideEnableClientSideSort", "serverSideOnlyRefreshFilteredGroups", "serverSideSortOnServer", "serverSideFilterOnServer", "serverSidePivotResultFieldSeparator", "viewportDatasource", "viewportRowModelPageSize", "viewportRowModelBufferSize", "alwaysShowHorizontalScroll", "alwaysShowVerticalScroll", "debounceVerticalScrollbar", "suppressHorizontalScroll", "suppressScrollOnNewData", "suppressScrollWhenPopupsAreOpen", "suppressAnimationFrame", "suppressMiddleClickScrolls", "suppressPreventDefaultOnMouseWheel", "scrollbarWidth", "rowSelection", "cellSelection", "rowMultiSelectWithClick", "suppressRowDeselection", "suppressRowClickSelection", "suppressCellFocus", "suppressHeaderFocus", "selectionColumnDef", "suppressMultiRangeSelection", "enableCellTextSelection", "enableRangeSelection", "enableRangeHandle", "enableFillHandle", "fillHandleDirection", "suppressClearOnFillReduction", "sortingOrder", "accentedSort", "unSortIcon", "suppressMultiSort", "alwaysMultiSort", "multiSortKey", "suppressMaintainUnsortedOrder", "icons", "rowHeight", "rowStyle", "rowClass", "rowClassRules", "suppressRowHoverHighlight", "suppressRowTransform", "columnHoverHighlight", "gridId", "deltaSort", "treeDataDisplayType", "enableGroupEdit", "initialState", "theme", "loadThemeGoogleFonts", "getContextMenuItems", "getMainMenuItems", "postProcessPopup", "processUnpinnedColumns", "processCellForClipboard", "processHeaderForClipboard", "processGroupHeaderForClipboard", "processCellFromClipboard", "sendToClipboard", "processDataFromClipboard", "isExternalFilterPresent", "doesExternalFilterPass", "getChartToolbarItems", "createChartContainer", "focusGridInnerElement", "navigateToNextHeader", "tabToNextHeader", "navigateToNextCell", "tabToNextCell", "getLocaleText", "getDocument", "paginationNumberFormatter", "getGroupRowAgg", "isGroupOpenByDefault", "initialGroupOrderComparator", "processPivotResultColDef", "processPivotResultColGroupDef", "getDataPath", "getChildCount", "getServerSideGroupLevelParams", "isServerSideGroupOpenByDefault", "isApplyServerSideTransaction", "isServerSideGroup", "getServerSideGroupKey", "getBusinessKeyForNode", "getRowId", "resetRowDataOnUpdate", "processRowPostCreate", "isRowSelectable", "isRowMaster", "fillOperation", "postSortRows", "getRowStyle", "getRowClass", "getRowHeight", "isFullWidthRow"], outputs: ["toolPanelVisibleChanged", "toolPanelSizeChanged", "columnMenuVisibleChanged", "contextMenuVisibleChanged", "cutStart", "cutEnd", "pasteStart", "pasteEnd", "columnVisible", "columnPinned", "columnResized", "columnMoved", "columnValueChanged", "columnPivotModeChanged", "columnPivotChanged", "columnGroupOpened", "newColumnsLoaded", "gridColumnsChanged", "displayedColumnsChanged", "virtualColumnsChanged", "columnEverythingChanged", "columnHeaderMouseOver", "columnHeaderMouseLeave", "columnHeaderClicked", "columnHeaderContextMenu", "componentStateChanged", "cellValueChanged", "cellEditRequest", "rowValueChanged", "cellEditingStarted", "cellEditingStopped", "rowEditingStarted", "rowEditingStopped", "undoStarted", "undoEnded", "redoStarted", "redoEnded", "cellSelectionDeleteStart", "cellSelectionDeleteEnd", "rangeDeleteStart", "rangeDeleteEnd", "fillStart", "fillEnd", "filterOpened", "filterChanged", "filterModified", "advancedFilterBuilderVisibleChanged", "chartCreated", "chartRangeSelectionChanged", "chartOptionsChanged", "chartDestroyed", "cellKeyDown", "gridReady", "firstDataRendered", "gridSizeChanged", "modelUpdated", "virtualRowRemoved", "viewportChanged", "bodyScroll", "bodyScrollEnd", "dragStarted", "dragStopped", "dragCancelled", "stateUpdated", "paginationChanged", "rowDragEnter", "rowDragMove", "rowDragLeave", "rowDragEnd", "rowDragCancel", "columnRowGroupChanged", "rowGroupOpened", "expandOrCollapseAll", "pivotMaxColumnsExceeded", "pinnedRowDataChanged", "rowDataUpdated", "asyncTransactionsFlushed", "storeRefreshed", "headerFocused", "cellClicked", "cellDoubleClicked", "cellFocused", "cellMouseOver", "cellMouseOut", "cellMouseDown", "rowClicked", "rowDoubleClicked", "rowSelected", "selectionChanged", "cellContextMenu", "rangeSelectionChanged", "cellSelectionChanged", "tooltipShow", "tooltipHide", "sortChanged"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i1$2.TranslatePipe, name: "translate" }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: MatTooltipModule }, { kind: "directive", type: i6$1.MatTooltip, selector: "[matTooltip]", inputs: ["matTooltipPosition", "matTooltipPositionAtOrigin", "matTooltipDisabled", "matTooltipShowDelay", "matTooltipHideDelay", "matTooltipTouchGestures", "matTooltip", "matTooltipClass"], exportAs: ["matTooltip"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i6.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "ngmodule", type: MatDialogModule }] }); }
|
|
3494
|
+
`, isInline: true, styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: AgGridModule }, { kind: "component", type: i3$1.AgGridAngular, selector: "ag-grid-angular", inputs: ["gridOptions", "modules", "statusBar", "sideBar", "suppressContextMenu", "preventDefaultOnContextMenu", "allowContextMenuWithControlKey", "columnMenu", "suppressMenuHide", "enableBrowserTooltips", "tooltipTrigger", "tooltipShowDelay", "tooltipHideDelay", "tooltipMouseTrack", "tooltipShowMode", "tooltipInteraction", "popupParent", "copyHeadersToClipboard", "copyGroupHeadersToClipboard", "clipboardDelimiter", "suppressCopyRowsToClipboard", "suppressCopySingleCellRanges", "suppressLastEmptyLineOnPaste", "suppressClipboardPaste", "suppressClipboardApi", "suppressCutToClipboard", "columnDefs", "defaultColDef", "defaultColGroupDef", "columnTypes", "dataTypeDefinitions", "maintainColumnOrder", "enableStrictPivotColumnOrder", "suppressFieldDotNotation", "headerHeight", "groupHeaderHeight", "floatingFiltersHeight", "pivotHeaderHeight", "pivotGroupHeaderHeight", "allowDragFromColumnsToolPanel", "suppressMovableColumns", "suppressColumnMoveAnimation", "suppressMoveWhenColumnDragging", "suppressDragLeaveHidesColumns", "suppressRowGroupHidesColumns", "colResizeDefault", "suppressAutoSize", "autoSizePadding", "skipHeaderOnAutoSize", "autoSizeStrategy", "components", "editType", "singleClickEdit", "suppressClickEdit", "readOnlyEdit", "stopEditingWhenCellsLoseFocus", "enterNavigatesVertically", "enterNavigatesVerticallyAfterEdit", "enableCellEditingOnBackspace", "undoRedoCellEditing", "undoRedoCellEditingLimit", "defaultCsvExportParams", "suppressCsvExport", "defaultExcelExportParams", "suppressExcelExport", "excelStyles", "quickFilterText", "cacheQuickFilter", "includeHiddenColumnsInQuickFilter", "quickFilterParser", "quickFilterMatcher", "applyQuickFilterBeforePivotOrAgg", "excludeChildrenWhenTreeDataFiltering", "enableAdvancedFilter", "advancedFilterModel", "includeHiddenColumnsInAdvancedFilter", "advancedFilterParent", "advancedFilterBuilderParams", "suppressAdvancedFilterEval", "suppressSetFilterByDefault", "enableCharts", "chartThemes", "customChartThemes", "chartThemeOverrides", "chartToolPanelsDef", "chartMenuItems", "loadingCellRenderer", "loadingCellRendererParams", "loadingCellRendererSelector", "localeText", "masterDetail", "keepDetailRows", "keepDetailRowsCount", "detailCellRenderer", "detailCellRendererParams", "detailRowHeight", "detailRowAutoHeight", "context", "dragAndDropImageComponent", "dragAndDropImageComponentParams", "alignedGrids", "tabIndex", "rowBuffer", "valueCache", "valueCacheNeverExpires", "enableCellExpressions", "suppressTouch", "suppressFocusAfterRefresh", "suppressAsyncEvents", "suppressBrowserResizeObserver", "suppressPropertyNamesCheck", "suppressChangeDetection", "debug", "loading", "overlayLoadingTemplate", "loadingOverlayComponent", "loadingOverlayComponentParams", "suppressLoadingOverlay", "overlayNoRowsTemplate", "noRowsOverlayComponent", "noRowsOverlayComponentParams", "suppressNoRowsOverlay", "pagination", "paginationPageSize", "paginationPageSizeSelector", "paginationAutoPageSize", "paginateChildRows", "suppressPaginationPanel", "pivotMode", "pivotPanelShow", "pivotMaxGeneratedColumns", "pivotDefaultExpanded", "pivotColumnGroupTotals", "pivotRowTotals", "pivotSuppressAutoColumn", "suppressExpandablePivotGroups", "functionsReadOnly", "aggFuncs", "suppressAggFuncInHeader", "alwaysAggregateAtRootLevel", "aggregateOnlyChangedColumns", "suppressAggFilteredOnly", "removePivotHeaderRowWhenSingleValueColumn", "animateRows", "enableCellChangeFlash", "cellFlashDuration", "cellFlashDelay", "cellFadeDuration", "cellFadeDelay", "allowShowChangeAfterFilter", "domLayout", "ensureDomOrder", "enableRtl", "suppressColumnVirtualisation", "suppressMaxRenderedRowRestriction", "suppressRowVirtualisation", "rowDragManaged", "suppressRowDrag", "suppressMoveWhenRowDragging", "rowDragEntireRow", "rowDragMultiRow", "rowDragText", "fullWidthCellRenderer", "fullWidthCellRendererParams", "embedFullWidthRows", "suppressGroupMaintainValueType", "groupDisplayType", "groupDefaultExpanded", "autoGroupColumnDef", "groupMaintainOrder", "groupSelectsChildren", "groupLockGroupColumns", "groupAggFiltering", "groupIncludeFooter", "groupIncludeTotalFooter", "groupTotalRow", "grandTotalRow", "suppressStickyTotalRow", "groupSuppressBlankHeader", "groupSelectsFiltered", "showOpenedGroup", "groupRemoveSingleChildren", "groupRemoveLowestSingleChildren", "groupHideOpenParents", "groupAllowUnbalanced", "rowGroupPanelShow", "groupRowRenderer", "groupRowRendererParams", "suppressMakeColumnVisibleAfterUnGroup", "treeData", "rowGroupPanelSuppressSort", "suppressGroupRowsSticky", "pinnedTopRowData", "pinnedBottomRowData", "rowModelType", "rowData", "asyncTransactionWaitMillis", "suppressModelUpdateAfterUpdateTransaction", "datasource", "cacheOverflowSize", "infiniteInitialRowCount", "serverSideInitialRowCount", "suppressServerSideInfiniteScroll", "suppressServerSideFullWidthLoadingRow", "cacheBlockSize", "maxBlocksInCache", "maxConcurrentDatasourceRequests", "blockLoadDebounceMillis", "purgeClosedRowNodes", "serverSideDatasource", "serverSideSortAllLevels", "serverSideEnableClientSideSort", "serverSideOnlyRefreshFilteredGroups", "serverSideSortOnServer", "serverSideFilterOnServer", "serverSidePivotResultFieldSeparator", "viewportDatasource", "viewportRowModelPageSize", "viewportRowModelBufferSize", "alwaysShowHorizontalScroll", "alwaysShowVerticalScroll", "debounceVerticalScrollbar", "suppressHorizontalScroll", "suppressScrollOnNewData", "suppressScrollWhenPopupsAreOpen", "suppressAnimationFrame", "suppressMiddleClickScrolls", "suppressPreventDefaultOnMouseWheel", "scrollbarWidth", "rowSelection", "cellSelection", "rowMultiSelectWithClick", "suppressRowDeselection", "suppressRowClickSelection", "suppressCellFocus", "suppressHeaderFocus", "selectionColumnDef", "suppressMultiRangeSelection", "enableCellTextSelection", "enableRangeSelection", "enableRangeHandle", "enableFillHandle", "fillHandleDirection", "suppressClearOnFillReduction", "sortingOrder", "accentedSort", "unSortIcon", "suppressMultiSort", "alwaysMultiSort", "multiSortKey", "suppressMaintainUnsortedOrder", "icons", "rowHeight", "rowStyle", "rowClass", "rowClassRules", "suppressRowHoverHighlight", "suppressRowTransform", "columnHoverHighlight", "gridId", "deltaSort", "treeDataDisplayType", "enableGroupEdit", "initialState", "theme", "loadThemeGoogleFonts", "getContextMenuItems", "getMainMenuItems", "postProcessPopup", "processUnpinnedColumns", "processCellForClipboard", "processHeaderForClipboard", "processGroupHeaderForClipboard", "processCellFromClipboard", "sendToClipboard", "processDataFromClipboard", "isExternalFilterPresent", "doesExternalFilterPass", "getChartToolbarItems", "createChartContainer", "focusGridInnerElement", "navigateToNextHeader", "tabToNextHeader", "navigateToNextCell", "tabToNextCell", "getLocaleText", "getDocument", "paginationNumberFormatter", "getGroupRowAgg", "isGroupOpenByDefault", "initialGroupOrderComparator", "processPivotResultColDef", "processPivotResultColGroupDef", "getDataPath", "getChildCount", "getServerSideGroupLevelParams", "isServerSideGroupOpenByDefault", "isApplyServerSideTransaction", "isServerSideGroup", "getServerSideGroupKey", "getBusinessKeyForNode", "getRowId", "resetRowDataOnUpdate", "processRowPostCreate", "isRowSelectable", "isRowMaster", "fillOperation", "postSortRows", "getRowStyle", "getRowClass", "getRowHeight", "isFullWidthRow"], outputs: ["toolPanelVisibleChanged", "toolPanelSizeChanged", "columnMenuVisibleChanged", "contextMenuVisibleChanged", "cutStart", "cutEnd", "pasteStart", "pasteEnd", "columnVisible", "columnPinned", "columnResized", "columnMoved", "columnValueChanged", "columnPivotModeChanged", "columnPivotChanged", "columnGroupOpened", "newColumnsLoaded", "gridColumnsChanged", "displayedColumnsChanged", "virtualColumnsChanged", "columnEverythingChanged", "columnHeaderMouseOver", "columnHeaderMouseLeave", "columnHeaderClicked", "columnHeaderContextMenu", "componentStateChanged", "cellValueChanged", "cellEditRequest", "rowValueChanged", "cellEditingStarted", "cellEditingStopped", "rowEditingStarted", "rowEditingStopped", "undoStarted", "undoEnded", "redoStarted", "redoEnded", "cellSelectionDeleteStart", "cellSelectionDeleteEnd", "rangeDeleteStart", "rangeDeleteEnd", "fillStart", "fillEnd", "filterOpened", "filterChanged", "filterModified", "advancedFilterBuilderVisibleChanged", "chartCreated", "chartRangeSelectionChanged", "chartOptionsChanged", "chartDestroyed", "cellKeyDown", "gridReady", "firstDataRendered", "gridSizeChanged", "modelUpdated", "virtualRowRemoved", "viewportChanged", "bodyScroll", "bodyScrollEnd", "dragStarted", "dragStopped", "dragCancelled", "stateUpdated", "paginationChanged", "rowDragEnter", "rowDragMove", "rowDragLeave", "rowDragEnd", "rowDragCancel", "columnRowGroupChanged", "rowGroupOpened", "expandOrCollapseAll", "pivotMaxColumnsExceeded", "pinnedRowDataChanged", "rowDataUpdated", "asyncTransactionsFlushed", "storeRefreshed", "headerFocused", "cellClicked", "cellDoubleClicked", "cellFocused", "cellMouseOver", "cellMouseOut", "cellMouseDown", "rowClicked", "rowDoubleClicked", "rowSelected", "selectionChanged", "cellContextMenu", "rangeSelectionChanged", "cellSelectionChanged", "tooltipShow", "tooltipHide", "sortChanged"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i1$2.TranslatePipe, name: "translate" }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: MatTooltipModule }, { kind: "directive", type: i6$1.MatTooltip, selector: "[matTooltip]", inputs: ["matTooltipPosition", "matTooltipPositionAtOrigin", "matTooltipDisabled", "matTooltipShowDelay", "matTooltipHideDelay", "matTooltipTouchGestures", "matTooltip", "matTooltipClass"], exportAs: ["matTooltip"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i6.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "ngmodule", type: MatDialogModule }] }); }
|
|
3493
3495
|
}
|
|
3494
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3496
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ActionableFormlyFieldGridComponent, decorators: [{
|
|
3495
3497
|
type: Component,
|
|
3496
3498
|
args: [{ selector: 'mu-editable-formly-field-grid', standalone: true, imports: [CommonModule, AgGridModule, TranslateModule, MatIconModule, MatTooltipModule, MatButtonModule, MatDialogModule], template: `
|
|
3497
3499
|
<div [ngStyle]="style" >
|
|
@@ -3740,8 +3742,8 @@ class FormlyFileUploadComponent extends FieldType {
|
|
|
3740
3742
|
});
|
|
3741
3743
|
}
|
|
3742
3744
|
}
|
|
3743
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
3744
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.
|
|
3745
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormlyFileUploadComponent, deps: [{ token: i2$4.MatSnackBar }, { token: i1$2.TranslateService }, { token: i4.BreakpointObserver }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3746
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: FormlyFileUploadComponent, isStandalone: true, selector: "mu-formly-field-file", usesInheritance: true, ngImport: i0, template: `
|
|
3745
3747
|
@if(showUploadbtn) {
|
|
3746
3748
|
<div
|
|
3747
3749
|
class="input-btn"
|
|
@@ -3873,9 +3875,9 @@ class FormlyFileUploadComponent extends FieldType {
|
|
|
3873
3875
|
class="text-gray-500 mt-1 w-[900px]"
|
|
3874
3876
|
[innerHTML]="to['note']"
|
|
3875
3877
|
></div>
|
|
3876
|
-
`, isInline: true, styles: [".mat-mdc-table{margin-top:5px;box-shadow:none}.header-cell{background-color:#7876761f!important}.action-buttons{display:flex;flex-direction:row;justify-content:start;align-items:center}.action-icons{font-size:20px}.actions-container{display:flex;justify-content:center;align-items:center;height:43px;padding-top:5px}.input-btn button,.red-upload button{color:#fff;padding:3px 10px;border:none;cursor:pointer;border-radius:50px;font-family:Poppins,Helvetica Neue,sans-serif;font-weight:500;font-size:14px;display:flex;align-items:center;justify-content:center}.input-btn button:disabled,.red-upload button:disabled{background-color:#d3d3d3;color:#b0b0b0}th,td,.upload-btn{font-family:Poppins,Helvetica Neue,sans-serif}.red-upload button{background-color:red}\n"], dependencies: [{ kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "ngmodule", type: MatInputModule }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "ngmodule", type: FormlyModule }, { kind: "directive", type: i2.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1.DatePipe, name: "date" }, { kind: "ngmodule", type: MatTableModule }, { kind: "component", type: i1$5.MatTable, selector: "mat-table, table[mat-table]", exportAs: ["matTable"] }, { kind: "directive", type: i1$5.MatHeaderCellDef, selector: "[matHeaderCellDef]" }, { kind: "directive", type: i1$5.MatHeaderRowDef, selector: "[matHeaderRowDef]", inputs: ["matHeaderRowDef", "matHeaderRowDefSticky"] }, { kind: "directive", type: i1$5.MatColumnDef, selector: "[matColumnDef]", inputs: ["matColumnDef"] }, { kind: "directive", type: i1$5.MatCellDef, selector: "[matCellDef]" }, { kind: "directive", type: i1$5.MatRowDef, selector: "[matRowDef]", inputs: ["matRowDefColumns", "matRowDefWhen"] }, { kind: "directive", type: i1$5.MatHeaderCell, selector: "mat-header-cell, th[mat-header-cell]" }, { kind: "directive", type: i1$5.MatCell, selector: "mat-cell, td[mat-cell]" }, { kind: "component", type: i1$5.MatHeaderRow, selector: "mat-header-row, tr[mat-header-row]", exportAs: ["matHeaderRow"] }, { kind: "component", type: i1$5.MatRow, selector: "mat-row, tr[mat-row]", exportAs: ["matRow"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$
|
|
3878
|
+
`, isInline: true, styles: [".mat-mdc-table{margin-top:5px;box-shadow:none}.header-cell{background-color:#7876761f!important}.action-buttons{display:flex;flex-direction:row;justify-content:start;align-items:center}.action-icons{font-size:20px}.actions-container{display:flex;justify-content:center;align-items:center;height:43px;padding-top:5px}.input-btn button,.red-upload button{color:#fff;padding:3px 10px;border:none;cursor:pointer;border-radius:50px;font-family:Poppins,Helvetica Neue,sans-serif;font-weight:500;font-size:14px;display:flex;align-items:center;justify-content:center}.input-btn button:disabled,.red-upload button:disabled{background-color:#d3d3d3;color:#b0b0b0}th,td,.upload-btn{font-family:Poppins,Helvetica Neue,sans-serif}.red-upload button{background-color:red}\n"], dependencies: [{ kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "ngmodule", type: MatInputModule }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "ngmodule", type: FormlyModule }, { kind: "directive", type: i2$1.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1.DatePipe, name: "date" }, { kind: "ngmodule", type: MatTableModule }, { kind: "component", type: i1$5.MatTable, selector: "mat-table, table[mat-table]", exportAs: ["matTable"] }, { kind: "directive", type: i1$5.MatHeaderCellDef, selector: "[matHeaderCellDef]" }, { kind: "directive", type: i1$5.MatHeaderRowDef, selector: "[matHeaderRowDef]", inputs: ["matHeaderRowDef", "matHeaderRowDefSticky"] }, { kind: "directive", type: i1$5.MatColumnDef, selector: "[matColumnDef]", inputs: ["matColumnDef"] }, { kind: "directive", type: i1$5.MatCellDef, selector: "[matCellDef]" }, { kind: "directive", type: i1$5.MatRowDef, selector: "[matRowDef]", inputs: ["matRowDefColumns", "matRowDefWhen"] }, { kind: "directive", type: i1$5.MatHeaderCell, selector: "mat-header-cell, th[mat-header-cell]" }, { kind: "directive", type: i1$5.MatCell, selector: "mat-cell, td[mat-cell]" }, { kind: "component", type: i1$5.MatHeaderRow, selector: "mat-header-row, tr[mat-header-row]", exportAs: ["matHeaderRow"] }, { kind: "component", type: i1$5.MatRow, selector: "mat-row, tr[mat-row]", exportAs: ["matRow"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: MatTooltipModule }, { kind: "directive", type: i6$1.MatTooltip, selector: "[matTooltip]", inputs: ["matTooltipPosition", "matTooltipPositionAtOrigin", "matTooltipDisabled", "matTooltipShowDelay", "matTooltipHideDelay", "matTooltipTouchGestures", "matTooltip", "matTooltipClass"], exportAs: ["matTooltip"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i1$2.TranslatePipe, name: "translate" }, { kind: "ngmodule", type: MatSnackBarModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3877
3879
|
}
|
|
3878
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3880
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormlyFileUploadComponent, decorators: [{
|
|
3879
3881
|
type: Component,
|
|
3880
3882
|
args: [{ selector: 'mu-formly-field-file', standalone: true, imports: [
|
|
3881
3883
|
FormsModule,
|
|
@@ -4023,7 +4025,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
4023
4025
|
[innerHTML]="to['note']"
|
|
4024
4026
|
></div>
|
|
4025
4027
|
`, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".mat-mdc-table{margin-top:5px;box-shadow:none}.header-cell{background-color:#7876761f!important}.action-buttons{display:flex;flex-direction:row;justify-content:start;align-items:center}.action-icons{font-size:20px}.actions-container{display:flex;justify-content:center;align-items:center;height:43px;padding-top:5px}.input-btn button,.red-upload button{color:#fff;padding:3px 10px;border:none;cursor:pointer;border-radius:50px;font-family:Poppins,Helvetica Neue,sans-serif;font-weight:500;font-size:14px;display:flex;align-items:center;justify-content:center}.input-btn button:disabled,.red-upload button:disabled{background-color:#d3d3d3;color:#b0b0b0}th,td,.upload-btn{font-family:Poppins,Helvetica Neue,sans-serif}.red-upload button{background-color:red}\n"] }]
|
|
4026
|
-
}], ctorParameters: () => [{ type: i2$
|
|
4028
|
+
}], ctorParameters: () => [{ type: i2$4.MatSnackBar }, { type: i1$2.TranslateService }, { type: i4.BreakpointObserver }, { type: i0.ChangeDetectorRef }] });
|
|
4027
4029
|
|
|
4028
4030
|
class CustomDate extends NativeDateAdapter {
|
|
4029
4031
|
parse(value) {
|
|
@@ -4140,8 +4142,8 @@ class FormlyFieldScrollableTabsComponent extends FieldType {
|
|
|
4140
4142
|
});
|
|
4141
4143
|
}, 100);
|
|
4142
4144
|
}
|
|
4143
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4144
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.
|
|
4145
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormlyFieldScrollableTabsComponent, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4146
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: FormlyFieldScrollableTabsComponent, isStandalone: true, selector: "mu-formly-field-tabs1", viewQueries: [{ propertyName: "tabGroup", first: true, predicate: ["tabGroup"], descendants: true }, { propertyName: "tabContent", first: true, predicate: ["tabContent"], descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
4145
4147
|
<div class="tabs-container">
|
|
4146
4148
|
<mat-tab-group
|
|
4147
4149
|
class="sticky-tabs"
|
|
@@ -4191,9 +4193,9 @@ class FormlyFieldScrollableTabsComponent extends FieldType {
|
|
|
4191
4193
|
</div>
|
|
4192
4194
|
</div>
|
|
4193
4195
|
</div>
|
|
4194
|
-
`, isInline: true, styles: [".tab-title{color:#00ae4d}.error-step{color:#d32f2f!important}.tabs-container{display:flex;flex-direction:column;height:100%}.tabs-container .sticky-tabs{position:sticky;z-index:1}.tabs-container .tab-content{flex:1;overflow-y:auto;padding:16px}.tabs-container .tab-content .tab-section{margin-bottom:45px;border-bottom:2px solid #00ae4d}.tabs-container .tab-content .tab-section h2{margin:0 0 8px}.tabs-container .tab-content .tab-section .spacer{height:400px}\n"], dependencies: [{ kind: "ngmodule", type: MatTabsModule }, { kind: "directive", type: i1$1.MatTabLabel, selector: "[mat-tab-label], [matTabLabel]" }, { kind: "component", type: i1$1.MatTab, selector: "mat-tab", inputs: ["disabled", "label", "aria-label", "aria-labelledby", "labelClass", "bodyClass"], exportAs: ["matTab"] }, { kind: "component", type: i1$1.MatTabGroup, selector: "mat-tab-group", inputs: ["color", "fitInkBarToContent", "mat-stretch-tabs", "dynamicHeight", "selectedIndex", "headerPosition", "animationDuration", "contentTabIndex", "disablePagination", "disableRipple", "preserveContent", "backgroundColor", "aria-label", "aria-labelledby"], outputs: ["selectedIndexChange", "focusChange", "animationDone", "selectedTabChange"], exportAs: ["matTabGroup"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "ngmodule", type: FormlyModule }, { kind: "component", type: i2.FormlyField, selector: "formly-field", inputs: ["field"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i1$2.TranslatePipe, name: "translate" }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$
|
|
4196
|
+
`, isInline: true, styles: [".tab-title{color:#00ae4d}.error-step{color:#d32f2f!important}.tabs-container{display:flex;flex-direction:column;height:100%}.tabs-container .sticky-tabs{position:sticky;z-index:1}.tabs-container .tab-content{flex:1;overflow-y:auto;padding:16px}.tabs-container .tab-content .tab-section{margin-bottom:45px;border-bottom:2px solid #00ae4d}.tabs-container .tab-content .tab-section h2{margin:0 0 8px}.tabs-container .tab-content .tab-section .spacer{height:400px}\n"], dependencies: [{ kind: "ngmodule", type: MatTabsModule }, { kind: "directive", type: i1$1.MatTabLabel, selector: "[mat-tab-label], [matTabLabel]" }, { kind: "component", type: i1$1.MatTab, selector: "mat-tab", inputs: ["disabled", "label", "aria-label", "aria-labelledby", "labelClass", "bodyClass"], exportAs: ["matTab"] }, { kind: "component", type: i1$1.MatTabGroup, selector: "mat-tab-group", inputs: ["color", "fitInkBarToContent", "mat-stretch-tabs", "dynamicHeight", "selectedIndex", "headerPosition", "animationDuration", "contentTabIndex", "disablePagination", "disableRipple", "preserveContent", "backgroundColor", "aria-label", "aria-labelledby"], outputs: ["selectedIndexChange", "focusChange", "animationDone", "selectedTabChange"], exportAs: ["matTabGroup"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "ngmodule", type: FormlyModule }, { kind: "component", type: i2$1.FormlyField, selector: "formly-field", inputs: ["field"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "pipe", type: i1$2.TranslatePipe, name: "translate" }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2$2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: MatTooltipModule }, { kind: "directive", type: i6$1.MatTooltip, selector: "[matTooltip]", inputs: ["matTooltipPosition", "matTooltipPositionAtOrigin", "matTooltipDisabled", "matTooltipShowDelay", "matTooltipHideDelay", "matTooltipTouchGestures", "matTooltip", "matTooltipClass"], exportAs: ["matTooltip"] }] }); }
|
|
4195
4197
|
}
|
|
4196
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4198
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormlyFieldScrollableTabsComponent, decorators: [{
|
|
4197
4199
|
type: Component,
|
|
4198
4200
|
args: [{ selector: 'mu-formly-field-tabs1', standalone: true, imports: [
|
|
4199
4201
|
MatTabsModule,
|
|
@@ -4301,8 +4303,8 @@ class FormlyDescriptionWrapperComponent extends FieldWrapper {
|
|
|
4301
4303
|
ngOnInit() {
|
|
4302
4304
|
console.log('===========to============', this.field);
|
|
4303
4305
|
}
|
|
4304
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4305
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
4306
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormlyDescriptionWrapperComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
4307
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FormlyDescriptionWrapperComponent, isStandalone: true, selector: "mu-formly-wrapper-description", usesInheritance: true, ngImport: i0, template: `
|
|
4306
4308
|
<div>
|
|
4307
4309
|
<ng-container #fieldComponent></ng-container>
|
|
4308
4310
|
<p class="text-gray-500 text-sm mt-1" *ngIf="to.description">
|
|
@@ -4311,7 +4313,7 @@ class FormlyDescriptionWrapperComponent extends FieldWrapper {
|
|
|
4311
4313
|
</div>
|
|
4312
4314
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: FormlyModule }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "ngmodule", type: FormlyMaterialModule }] }); }
|
|
4313
4315
|
}
|
|
4314
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4316
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormlyDescriptionWrapperComponent, decorators: [{
|
|
4315
4317
|
type: Component,
|
|
4316
4318
|
args: [{
|
|
4317
4319
|
standalone: true,
|
|
@@ -4387,8 +4389,8 @@ class FormlyFieldTimeComponent extends FieldType {
|
|
|
4387
4389
|
const filterValue = (value || '').toLowerCase();
|
|
4388
4390
|
return options.filter((option) => option.toLowerCase().includes(filterValue));
|
|
4389
4391
|
}
|
|
4390
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4391
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
4392
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormlyFieldTimeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
4393
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: FormlyFieldTimeComponent, isStandalone: true, selector: "mu-formly-field-time", usesInheritance: true, ngImport: i0, template: `
|
|
4392
4394
|
<div class="flex flex-col gap-2">
|
|
4393
4395
|
<div class="flex gap-4">
|
|
4394
4396
|
<mat-form-field appearance="outline" class="w-25">
|
|
@@ -4442,9 +4444,9 @@ class FormlyFieldTimeComponent extends FieldType {
|
|
|
4442
4444
|
</div>
|
|
4443
4445
|
|
|
4444
4446
|
</div>
|
|
4445
|
-
`, isInline: true, dependencies: [{ kind: "ngmodule", type: ReactiveFormsModule }, { 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.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { 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.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "component", type:
|
|
4447
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: ReactiveFormsModule }, { 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.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { 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.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "component", type: i3$3.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i3$3.MatLabel, selector: "mat-label" }, { kind: "directive", type: i3$3.MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "directive", type: i3$3.MatError, selector: "mat-error, [matError]", inputs: ["id"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i2.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { kind: "ngmodule", type: FormlyModule }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }, { kind: "ngmodule", type: MatAutocompleteModule }, { kind: "component", type: i6$2.MatAutocomplete, selector: "mat-autocomplete", inputs: ["aria-label", "aria-labelledby", "displayWith", "autoActiveFirstOption", "autoSelectActiveOption", "requireSelection", "panelWidth", "disableRipple", "class", "hideSingleSelectionIndicator"], outputs: ["optionSelected", "opened", "closed", "optionActivated"], exportAs: ["matAutocomplete"] }, { kind: "component", type: i7.MatOption, selector: "mat-option", inputs: ["value", "id", "disabled"], outputs: ["onSelectionChange"], exportAs: ["matOption"] }, { kind: "directive", type: i6$2.MatAutocompleteTrigger, selector: "input[matAutocomplete], textarea[matAutocomplete]", inputs: ["matAutocomplete", "matAutocompletePosition", "matAutocompleteConnectedTo", "autocomplete", "matAutocompleteDisabled"], exportAs: ["matAutocompleteTrigger"] }] }); }
|
|
4446
4448
|
}
|
|
4447
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4449
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FormlyFieldTimeComponent, decorators: [{
|
|
4448
4450
|
type: Component,
|
|
4449
4451
|
args: [{
|
|
4450
4452
|
selector: 'mu-formly-field-time',
|
|
@@ -4515,6 +4517,178 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
4515
4517
|
}]
|
|
4516
4518
|
}] });
|
|
4517
4519
|
|
|
4520
|
+
class MnlFormHelperTextInputComponent extends FieldType$1 {
|
|
4521
|
+
constructor(cdr) {
|
|
4522
|
+
super();
|
|
4523
|
+
this.cdr = cdr;
|
|
4524
|
+
this.checked = false;
|
|
4525
|
+
}
|
|
4526
|
+
ngOnInit() {
|
|
4527
|
+
this.setupDefaultField();
|
|
4528
|
+
// If mode is helper, set up the initial state based on scoring
|
|
4529
|
+
if (this.to['enableHelper']) {
|
|
4530
|
+
this.setCorrectValue();
|
|
4531
|
+
this.determineInitialState();
|
|
4532
|
+
}
|
|
4533
|
+
}
|
|
4534
|
+
toggleSlide() {
|
|
4535
|
+
this.checked = !this.checked;
|
|
4536
|
+
this.cdr.detectChanges();
|
|
4537
|
+
}
|
|
4538
|
+
setupDefaultField() {
|
|
4539
|
+
const fieldConfig = this.to['defaultFieldConfig'];
|
|
4540
|
+
if (fieldConfig) {
|
|
4541
|
+
this.defaultFieldConfig = {
|
|
4542
|
+
...fieldConfig,
|
|
4543
|
+
key: this.field.key || fieldConfig.key || 'defaultKey',
|
|
4544
|
+
formControl: this.formControl,
|
|
4545
|
+
// Add required properties that formly expects
|
|
4546
|
+
modelOptions: fieldConfig.modelOptions || this.field.modelOptions || {},
|
|
4547
|
+
validators: fieldConfig.validators || this.field.validators || {},
|
|
4548
|
+
asyncValidators: fieldConfig.asyncValidators || this.field.asyncValidators || {},
|
|
4549
|
+
hooks: fieldConfig.hooks || this.field.hooks || {},
|
|
4550
|
+
expressions: fieldConfig.expressions || this.field.expressions || {},
|
|
4551
|
+
hide: fieldConfig.hide !== undefined ? fieldConfig.hide : false,
|
|
4552
|
+
className: fieldConfig.className || this.field.className || '',
|
|
4553
|
+
fieldGroupClassName: fieldConfig.fieldGroupClassName ||
|
|
4554
|
+
this.field.fieldGroupClassName ||
|
|
4555
|
+
'',
|
|
4556
|
+
// Inherit parent field's form and model
|
|
4557
|
+
parent: this.field.parent,
|
|
4558
|
+
options: this.field.options,
|
|
4559
|
+
model: this.field.model,
|
|
4560
|
+
form: this.field.form,
|
|
4561
|
+
};
|
|
4562
|
+
}
|
|
4563
|
+
}
|
|
4564
|
+
determineInitialState() {
|
|
4565
|
+
// Auto-open helper based on scoring criteria
|
|
4566
|
+
switch (this.to['scoring']?.['criteria']) {
|
|
4567
|
+
case 'exactMatch':
|
|
4568
|
+
if (Array.isArray(this.to['scoring']?.['answer']) &&
|
|
4569
|
+
!this.to['scoring']?.['answer'].includes(this.to['value'])) {
|
|
4570
|
+
this.checked = true;
|
|
4571
|
+
}
|
|
4572
|
+
break;
|
|
4573
|
+
case 'range':
|
|
4574
|
+
const answer = this.to['value'];
|
|
4575
|
+
const num = typeof answer === 'number' ? answer : Number(answer);
|
|
4576
|
+
const correct = Number.isFinite(num) &&
|
|
4577
|
+
num >= this.to['scoring']?.['answer'].min &&
|
|
4578
|
+
num <= this.to['scoring']?.['answer'].max;
|
|
4579
|
+
if (!correct) {
|
|
4580
|
+
this.checked = true;
|
|
4581
|
+
}
|
|
4582
|
+
break;
|
|
4583
|
+
}
|
|
4584
|
+
}
|
|
4585
|
+
setCorrectValue() {
|
|
4586
|
+
switch (this.to['scoring']?.['criteria']) {
|
|
4587
|
+
case 'attempted':
|
|
4588
|
+
this.formControl?.setValue(this.to['value']);
|
|
4589
|
+
break;
|
|
4590
|
+
case 'exactMatch':
|
|
4591
|
+
if (Array.isArray(this.to['scoring']?.['answer']) &&
|
|
4592
|
+
!this.to['scoring']?.['answer'].includes(this.to['value'])) {
|
|
4593
|
+
this.formControl?.setValue(this.to['scoring']['answer'].join(', '));
|
|
4594
|
+
}
|
|
4595
|
+
break;
|
|
4596
|
+
case 'range':
|
|
4597
|
+
const answer = this.to['value'];
|
|
4598
|
+
const num = typeof answer === 'number' ? answer : Number(answer);
|
|
4599
|
+
const correct = Number.isFinite(num) &&
|
|
4600
|
+
num >= this.to['scoring']?.['answer'].min &&
|
|
4601
|
+
num <= this.to['scoring']?.['answer'].max;
|
|
4602
|
+
if (!correct) {
|
|
4603
|
+
this.formControl?.setValue(`Value must be in range of ${this.to['scoring']?.['answer'].min} & ${this.to['scoring']?.['answer'].max}`);
|
|
4604
|
+
}
|
|
4605
|
+
break;
|
|
4606
|
+
default:
|
|
4607
|
+
this.formControl?.setValue(this.to['value']);
|
|
4608
|
+
break;
|
|
4609
|
+
}
|
|
4610
|
+
}
|
|
4611
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MnlFormHelperTextInputComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4612
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: MnlFormHelperTextInputComponent, isStandalone: true, selector: "mu-helper-text", usesInheritance: true, ngImport: i0, template: `
|
|
4613
|
+
<div class="helper-text-container">
|
|
4614
|
+
<!-- Helper Mode - Show toggle and conditional content -->
|
|
4615
|
+
<div *ngIf="to['enableHelper']">
|
|
4616
|
+
<mat-label>{{ to.label }}</mat-label>
|
|
4617
|
+
<div *ngIf="to['value']" class="flex-row">
|
|
4618
|
+
<span class="answer">Answer: {{ to['value'] }}</span>
|
|
4619
|
+
<mat-slide-toggle
|
|
4620
|
+
[(ngModel)]="checked"
|
|
4621
|
+
(toggleChange)="toggleSlide()"
|
|
4622
|
+
>{{ to['helperLabel'] }}</mat-slide-toggle
|
|
4623
|
+
>
|
|
4624
|
+
</div>
|
|
4625
|
+
|
|
4626
|
+
<mat-form-field class="textarea" appearance="outline" *ngIf="checked">
|
|
4627
|
+
<textarea
|
|
4628
|
+
matInput
|
|
4629
|
+
[formControl]="formControl"
|
|
4630
|
+
[formlyAttributes]="field"
|
|
4631
|
+
[readonly]="to['readonly']"
|
|
4632
|
+
>
|
|
4633
|
+
</textarea>
|
|
4634
|
+
</mat-form-field>
|
|
4635
|
+
</div>
|
|
4636
|
+
|
|
4637
|
+
<!-- Default Mode - Show field directly -->
|
|
4638
|
+
<div *ngIf="!to['enableHelper']" class="margin-10px">
|
|
4639
|
+
<formly-field *ngIf="defaultFieldConfig" [field]="defaultFieldConfig">
|
|
4640
|
+
</formly-field>
|
|
4641
|
+
</div>
|
|
4642
|
+
</div>
|
|
4643
|
+
`, isInline: true, styles: [".helper-text-container{display:flex;flex-direction:column}.answer{font-size:12px}.textarea{margin:0!important;width:100%}.flex-row{display:flex;flex-direction:row;justify-content:space-between}.w-full{width:100%}.margin-10px{margin:10px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i2.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { kind: "component", type: i3$3.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i3$3.MatLabel, selector: "mat-label" }, { kind: "ngmodule", type: FormlyModule }, { kind: "component", type: i2$1.FormlyField, selector: "formly-field", inputs: ["field"] }, { kind: "directive", type: i2$1.ɵFormlyAttributes, selector: "[formlyAttributes]", inputs: ["formlyAttributes", "id"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { 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.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: MatFormFieldModule }, { kind: "ngmodule", type: MatSlideToggleModule }, { kind: "component", type: i6$3.MatSlideToggle, selector: "mat-slide-toggle", inputs: ["name", "id", "labelPosition", "aria-label", "aria-labelledby", "aria-describedby", "required", "color", "disabled", "disableRipple", "tabIndex", "checked", "hideIcon", "disabledInteractive"], outputs: ["change", "toggleChange"], exportAs: ["matSlideToggle"] }, { kind: "ngmodule", type: MatSelectModule }, { kind: "ngmodule", type: MatDatepickerModule }, { kind: "ngmodule", type: MatNativeDateModule }] }); }
|
|
4644
|
+
}
|
|
4645
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MnlFormHelperTextInputComponent, decorators: [{
|
|
4646
|
+
type: Component,
|
|
4647
|
+
args: [{ selector: 'mu-helper-text', standalone: true, imports: [
|
|
4648
|
+
CommonModule,
|
|
4649
|
+
MatInputModule,
|
|
4650
|
+
FormlyModule,
|
|
4651
|
+
ReactiveFormsModule,
|
|
4652
|
+
FormsModule,
|
|
4653
|
+
MatFormFieldModule,
|
|
4654
|
+
MatSlideToggleModule,
|
|
4655
|
+
MatSelectModule,
|
|
4656
|
+
MatDatepickerModule,
|
|
4657
|
+
MatNativeDateModule,
|
|
4658
|
+
], template: `
|
|
4659
|
+
<div class="helper-text-container">
|
|
4660
|
+
<!-- Helper Mode - Show toggle and conditional content -->
|
|
4661
|
+
<div *ngIf="to['enableHelper']">
|
|
4662
|
+
<mat-label>{{ to.label }}</mat-label>
|
|
4663
|
+
<div *ngIf="to['value']" class="flex-row">
|
|
4664
|
+
<span class="answer">Answer: {{ to['value'] }}</span>
|
|
4665
|
+
<mat-slide-toggle
|
|
4666
|
+
[(ngModel)]="checked"
|
|
4667
|
+
(toggleChange)="toggleSlide()"
|
|
4668
|
+
>{{ to['helperLabel'] }}</mat-slide-toggle
|
|
4669
|
+
>
|
|
4670
|
+
</div>
|
|
4671
|
+
|
|
4672
|
+
<mat-form-field class="textarea" appearance="outline" *ngIf="checked">
|
|
4673
|
+
<textarea
|
|
4674
|
+
matInput
|
|
4675
|
+
[formControl]="formControl"
|
|
4676
|
+
[formlyAttributes]="field"
|
|
4677
|
+
[readonly]="to['readonly']"
|
|
4678
|
+
>
|
|
4679
|
+
</textarea>
|
|
4680
|
+
</mat-form-field>
|
|
4681
|
+
</div>
|
|
4682
|
+
|
|
4683
|
+
<!-- Default Mode - Show field directly -->
|
|
4684
|
+
<div *ngIf="!to['enableHelper']" class="margin-10px">
|
|
4685
|
+
<formly-field *ngIf="defaultFieldConfig" [field]="defaultFieldConfig">
|
|
4686
|
+
</formly-field>
|
|
4687
|
+
</div>
|
|
4688
|
+
</div>
|
|
4689
|
+
`, styles: [".helper-text-container{display:flex;flex-direction:column}.answer{font-size:12px}.textarea{margin:0!important;width:100%}.flex-row{display:flex;flex-direction:row;justify-content:space-between}.w-full{width:100%}.margin-10px{margin:10px}\n"] }]
|
|
4690
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }] });
|
|
4691
|
+
|
|
4518
4692
|
const mnlFormProviders = [
|
|
4519
4693
|
importProvidersFrom(CommonsModule.forRoot(), CommonModule, ReactiveFormsModule, FormlyModule.forRoot({
|
|
4520
4694
|
types: [
|
|
@@ -4557,6 +4731,7 @@ const mnlFormProviders = [
|
|
|
4557
4731
|
{ name: 'mu-upload-file', component: FormlyFileUploadComponent },
|
|
4558
4732
|
{ name: 'mu-scroll-tabs', component: FormlyFieldScrollableTabsComponent },
|
|
4559
4733
|
{ name: 'mu-custom-time', component: FormlyFieldTimeComponent },
|
|
4734
|
+
{ name: 'mu-helper-text', component: MnlFormHelperTextInputComponent },
|
|
4560
4735
|
],
|
|
4561
4736
|
wrappers: [
|
|
4562
4737
|
{ name: 'mu-form-field', component: FormFieldWrapperComponent },
|
|
@@ -4622,11 +4797,86 @@ const mnlFormProviders = [
|
|
|
4622
4797
|
provideHttpClient()
|
|
4623
4798
|
];
|
|
4624
4799
|
|
|
4800
|
+
class ScoringService {
|
|
4801
|
+
updateScore(model, fields) {
|
|
4802
|
+
const result = this.calculateScore(model, fields);
|
|
4803
|
+
return result;
|
|
4804
|
+
}
|
|
4805
|
+
calculateScore(model, fields) {
|
|
4806
|
+
let totalScore = 0;
|
|
4807
|
+
let categoryResults = {};
|
|
4808
|
+
for (const category of fields) {
|
|
4809
|
+
const categoryLabel = category.props?.label || 'Unnamed Category';
|
|
4810
|
+
const categoryWeight = category.props?.weight || 0;
|
|
4811
|
+
const questions = category.fieldGroup || [];
|
|
4812
|
+
const perQuestionWeight = categoryWeight / (questions.length || 1);
|
|
4813
|
+
let categoryScore = 0;
|
|
4814
|
+
for (const q of questions) {
|
|
4815
|
+
const parentKey = category.key;
|
|
4816
|
+
const nestedPath = Array.isArray(parentKey)
|
|
4817
|
+
? [...parentKey, q.key]
|
|
4818
|
+
: [parentKey, q.key];
|
|
4819
|
+
const answer = this.getNestedValue(model, nestedPath);
|
|
4820
|
+
const scoring = q.props?.scoring;
|
|
4821
|
+
if (!scoring)
|
|
4822
|
+
continue;
|
|
4823
|
+
let correct = false;
|
|
4824
|
+
switch (scoring.criteria) {
|
|
4825
|
+
case 'attempted':
|
|
4826
|
+
correct =
|
|
4827
|
+
answer !== null &&
|
|
4828
|
+
answer !== undefined &&
|
|
4829
|
+
(typeof answer === 'string' ? answer.trim() !== '' : true);
|
|
4830
|
+
break;
|
|
4831
|
+
case 'exactMatch':
|
|
4832
|
+
if (Array.isArray(scoring.answer)) {
|
|
4833
|
+
correct = scoring.answer.includes(answer);
|
|
4834
|
+
}
|
|
4835
|
+
break;
|
|
4836
|
+
case 'range':
|
|
4837
|
+
const num = typeof answer === 'number' ? answer : Number(answer);
|
|
4838
|
+
correct =
|
|
4839
|
+
Number.isFinite(num) &&
|
|
4840
|
+
num >= scoring.answer.min &&
|
|
4841
|
+
num <= scoring.answer.max;
|
|
4842
|
+
break;
|
|
4843
|
+
}
|
|
4844
|
+
if (correct) {
|
|
4845
|
+
categoryScore += perQuestionWeight;
|
|
4846
|
+
}
|
|
4847
|
+
}
|
|
4848
|
+
totalScore += categoryScore;
|
|
4849
|
+
categoryResults[categoryLabel] = {
|
|
4850
|
+
score: categoryScore,
|
|
4851
|
+
weight: categoryWeight,
|
|
4852
|
+
};
|
|
4853
|
+
}
|
|
4854
|
+
return {
|
|
4855
|
+
totalScore,
|
|
4856
|
+
categoryResults,
|
|
4857
|
+
};
|
|
4858
|
+
}
|
|
4859
|
+
getNestedValue(obj, key) {
|
|
4860
|
+
if (Array.isArray(key)) {
|
|
4861
|
+
return key.reduce((current, k) => current?.[k], obj);
|
|
4862
|
+
}
|
|
4863
|
+
return obj?.[key];
|
|
4864
|
+
}
|
|
4865
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ScoringService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4866
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ScoringService, providedIn: 'root' }); }
|
|
4867
|
+
}
|
|
4868
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ScoringService, decorators: [{
|
|
4869
|
+
type: Injectable,
|
|
4870
|
+
args: [{ providedIn: 'root' }]
|
|
4871
|
+
}] });
|
|
4872
|
+
|
|
4625
4873
|
class MnlFormLibComponent {
|
|
4626
|
-
constructor(translateService) {
|
|
4874
|
+
constructor(translateService, scoring) {
|
|
4627
4875
|
this.translateService = translateService;
|
|
4876
|
+
this.scoring = scoring;
|
|
4628
4877
|
this.readonly = false;
|
|
4629
4878
|
this.noOfTabs = new EventEmitter();
|
|
4879
|
+
this.scoreChange = new EventEmitter();
|
|
4630
4880
|
this.formPrepared = false;
|
|
4631
4881
|
this.totalTabs = 0;
|
|
4632
4882
|
this.translateService.setDefaultLang('en');
|
|
@@ -4648,6 +4898,10 @@ class MnlFormLibComponent {
|
|
|
4648
4898
|
};
|
|
4649
4899
|
}
|
|
4650
4900
|
}
|
|
4901
|
+
onModelChange(model) {
|
|
4902
|
+
const result = this.scoring.updateScore(model, this.fields);
|
|
4903
|
+
this.scoreChange.emit(result);
|
|
4904
|
+
}
|
|
4651
4905
|
setAutocompleteSingleOptionByDefault(fields) {
|
|
4652
4906
|
fields.forEach((field) => {
|
|
4653
4907
|
if (field.type === 'mu-select-autocomplete') {
|
|
@@ -4744,10 +4998,10 @@ class MnlFormLibComponent {
|
|
|
4744
4998
|
}
|
|
4745
4999
|
});
|
|
4746
5000
|
}
|
|
4747
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4748
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.
|
|
5001
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MnlFormLibComponent, deps: [{ token: i1$2.TranslateService }, { token: ScoringService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5002
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: MnlFormLibComponent, isStandalone: true, selector: "mnl-form", inputs: { readonly: "readonly", form: "form", fields: "fields", model: "model", options: "options", userRoles: "userRoles", userCountries: "userCountries", oldValues: "oldValues", showOldValues: "showOldValues" }, outputs: { noOfTabs: "noOfTabs", scoreChange: "scoreChange" }, ngImport: i0, template: "@if(formPrepared) {\n<formly-form\n [form]=\"form\"\n [fields]=\"fields\"\n [model]=\"model\"\n [options]=\"options\"\n (modelChange)=\"onModelChange($event)\"\n class=\"mnl-formly-form\"\n></formly-form>\n}\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: CommonsModule }, { kind: "ngmodule", type: FormlyModule }, { kind: "component", type: i2$1.FormlyForm, selector: "formly-form", inputs: ["form", "model", "fields", "options"], outputs: ["modelChange"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: TranslateModule }, { kind: "ngmodule", type: FormlyMatTextAreaModule }, { kind: "ngmodule", type: FormlyMatInputModule }, { kind: "ngmodule", type: FormlyMatCheckboxModule }, { kind: "ngmodule", type: FormlyMatRadioModule }] }); }
|
|
4749
5003
|
}
|
|
4750
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
5004
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MnlFormLibComponent, decorators: [{
|
|
4751
5005
|
type: Component,
|
|
4752
5006
|
args: [{ selector: 'mnl-form', standalone: true, imports: [
|
|
4753
5007
|
CommonModule,
|
|
@@ -4760,8 +5014,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
4760
5014
|
FormlyMatInputModule,
|
|
4761
5015
|
FormlyMatCheckboxModule,
|
|
4762
5016
|
FormlyMatRadioModule,
|
|
4763
|
-
], template: "@if(formPrepared) {\n<formly-form\n [form]=\"form\"\n [fields]=\"fields\"\n [model]=\"model\"\n [options]=\"options\"\n class=\"mnl-formly-form\"\n></formly-form>\n}\n" }]
|
|
4764
|
-
}], ctorParameters: () => [{ type: i1$2.TranslateService }], propDecorators: { readonly: [{
|
|
5017
|
+
], template: "@if(formPrepared) {\n<formly-form\n [form]=\"form\"\n [fields]=\"fields\"\n [model]=\"model\"\n [options]=\"options\"\n (modelChange)=\"onModelChange($event)\"\n class=\"mnl-formly-form\"\n></formly-form>\n}\n" }]
|
|
5018
|
+
}], ctorParameters: () => [{ type: i1$2.TranslateService }, { type: ScoringService }], propDecorators: { readonly: [{
|
|
4765
5019
|
type: Input
|
|
4766
5020
|
}], form: [{
|
|
4767
5021
|
type: Input
|
|
@@ -4781,6 +5035,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
4781
5035
|
type: Input
|
|
4782
5036
|
}], showOldValues: [{
|
|
4783
5037
|
type: Input
|
|
5038
|
+
}], scoreChange: [{
|
|
5039
|
+
type: Output
|
|
4784
5040
|
}] } });
|
|
4785
5041
|
|
|
4786
5042
|
class WorkflowStatusComponent {
|
|
@@ -4827,10 +5083,10 @@ class WorkflowStatusComponent {
|
|
|
4827
5083
|
}
|
|
4828
5084
|
return false;
|
|
4829
5085
|
}
|
|
4830
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4831
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
5086
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: WorkflowStatusComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
5087
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: WorkflowStatusComponent, selector: "lib-workflow-status", inputs: { workflowSteps: "workflowSteps", completedBackgroundColor: "completedBackgroundColor", completedTextColor: "completedTextColor", inProgressTextColor: "inProgressTextColor" }, viewQueries: [{ propertyName: "stepper", first: true, predicate: ["stepper"], descendants: true }, { propertyName: "subStepper", first: true, predicate: ["subStepper"], descendants: true }], usesOnChanges: true, ngImport: i0, template: "<div class=\"max-h-[300px] overflow-y-auto overflow-x-auto sm:overflow-visible\">\n\t<div class=\"w-full rounded-lg\">\n\t\t<div class=\"flex flex-col md:flex-row md:items-center md:justify-start gap-8\">\n\t\t\t<ng-container *ngFor=\"let step of workflowSteps; let i = index\">\n\t\t\t\t<ng-container *ngIf=\"step.children?.length\">\n\t\t\t\t\t<div class=\"flex flex-col items-center mt-4 gap-4\">\n\t\t\t\t\t\t<ng-container *ngFor=\"let child of step.children\">\n\t\t\t\t\t\t\t<div class=\"flex flex-col items-center\">\n\t\t\t\t\t\t\t\t<div class=\" flex font-bold\"\n\t\t\t\t\t\t\t\t\t[ngClass]=\"{'status-icon-container-in-progress': child.state === 'in-progress',}\">\n\t\t\t\t\t\t\t\t\t<ng-container *ngIf=\"child.state === 'completed'\">\n\t\t\t\t\t\t\t\t\t\t<mat-icon\n\t\t\t\t\t\t\t\t\t\t\tclass=\"rounded-2xl decoration-white\" [ngClass]=\"[completedBackgroundColor, completedTextColor]\">done</mat-icon>\n\t\t\t\t\t\t\t\t\t</ng-container>\n\t\t\t\t\t\t\t\t\t<ng-container *ngIf=\"child.state === 'cancelled'\">\n\t\t\t\t\t\t\t\t\t\t<mat-icon\n\t\t\t\t\t\t\t\t\t\t\tclass=\"rounded-2xl decoration-red text-[#df281b] bg-[#ffffff]\">cancel</mat-icon>\n\t\t\t\t\t\t\t\t\t</ng-container>\n\t\t\t\t\t\t\t\t\t<ng-container *ngIf=\"child.state === 'in-progress'\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"in-progress\" [ngClass]=\"[inProgressTextColor]\">\n\t\t\t\t\t\t\t\t\t\t\t<mat-icon class=\"font-size-18\" [ngClass]=\"[inProgressTextColor]\" >pending</mat-icon>\n\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t</ng-container>\n\t\t\t\t\t\t\t\t\t<ng-container *ngIf=\"child.state === 'pending'\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"in-progress\">\n\t\t\t\t\t\t\t\t\t\t\t<mat-icon class=\"rounded-full border-4 font-size-16\">pending</mat-icon>\n\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t</ng-container>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"mt-2 text-center text-gray-800 text-xs text-sm font-medium font-size-10\">\n\t\t\t\t\t\t\t\t\t{{ child.statusName }}\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div *ngIf=\"child?.roleName\"\n\t\t\t\t\t\t\t\t\tclass=\"mt-1 text-center text-gray-800 text-xs text-sm font-medium font-size-10\">\n\t\t\t\t\t\t\t\t\t({{ child?.roleName }})\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</ng-container>\n\t\t\t\t\t</div>\n\t\t\t\t</ng-container>\n\t\t\t\t<ng-container *ngIf=\"!step.children?.length\">\n\t\t\t\t\t<div class=\"flex flex-col items-center\">\n\t\t\t\t\t\t<div class=\"flex font-bold\" [ngClass]=\"{\n\t\t\t\t\t\t'status-icon-container-in-progress': step.state === 'in-progress',\n\t\t\t\t\t\t'status-icon-container-pending': step.state === 'pending'\n\t\t\t\t\t }\">\n\t\t\t\t\t\t\t<ng-container *ngIf=\"step.state === 'completed'\">\n\t\t\t\t\t\t\t\t<mat-icon\n\t\t\t\t\t\t\t\t\tclass=\"rounded-2xl decoration-white\" [ngClass]=\"[completedBackgroundColor, completedTextColor]\">done</mat-icon>\n\t\t\t\t\t\t\t</ng-container>\n\t\t\t\t\t\t\t<ng-container *ngIf=\"step.state === 'cancelled'\">\n\t\t\t\t\t\t\t\t<mat-icon\n\t\t\t\t\t\t\t\t\tclass=\"rounded-2xl decoration-red text-[#df281b] bg-[#ffffff]\">cancel</mat-icon>\n\t\t\t\t\t\t\t</ng-container>\n\t\t\t\t\t\t\t<ng-container *ngIf=\"step.state === 'in-progress'\">\n\t\t\t\t\t\t\t\t<div class=\"in-progress\" [ngClass]=\"[inProgressTextColor]\">\n\t\t\t\t\t\t\t\t\t<mat-icon class=\"font-size-18\" [ngClass]=\"[inProgressTextColor]\">pending</mat-icon>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</ng-container>\n\t\t\t\t\t\t\t<ng-container *ngIf=\"step.state === 'pending'\">\n\t\t\t\t\t\t\t\t<div class=\"in-progress\">\n\t\t\t\t\t\t\t\t\t<mat-icon class=\"rounded-full border-4 font-size-16\">pending</mat-icon>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</ng-container>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class=\"mt-2 text-center text-gray-800 text-sm font-medium font-size-10\">\n\t\t\t\t\t\t\t{{ step.statusName }}\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div *ngIf=\"step?.roleName\"\n\t\t\t\t\t\t\tclass=\"mt-1 text-center text-gray-800 text-sm font-medium font-size-9\">\n\t\t\t\t\t\t\t({{ step?.roleName }})\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</ng-container>\n\t\t\t\t<div *ngIf=\"i < workflowSteps.length - 1\" class=\"bg-gray-500 mx-auto transition-all duration-300\"\n\t\t\t\t\t[ngClass]=\"{'w-16 h-[1px]': true}\">\n\t\t\t\t</div>\n\t\t\t</ng-container>\n\t\t</div>\n\t</div>\n</div>", styles: [".in-progress{position:relative;margin:0;height:16px;width:16px;border-radius:50%}.status-icon-container-in-progress .in-progress:before{position:absolute;content:\"\";height:calc(100% + 10px);width:calc(100% + 10px);border:2px dashed;top:-4px;left:-4px;border-radius:inherit;animation:spin 5s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.mat-expansion-panel-header-title h3{margin:0!important}.font-size-18{font-size:18px}.font-size-10{font-size:10px}.border-4{border:4px solid grey}.font-size-16{font-size:16px}.label{height:30px;position:relative;margin-right:40px;margin-bottom:10px}.label .badge{position:absolute;right:0;top:12%}.label .name{position:relative;bottom:-10px}.badge .mat-badge-content{background-color:#c0dd78;color:#026e00}.font-size-9{font-size:9px}@media (max-width: 768px){.bg-gray-500{width:1px!important;height:16px!important}}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2$2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }] }); }
|
|
4832
5088
|
}
|
|
4833
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
5089
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: WorkflowStatusComponent, decorators: [{
|
|
4834
5090
|
type: Component,
|
|
4835
5091
|
args: [{ selector: 'lib-workflow-status', template: "<div class=\"max-h-[300px] overflow-y-auto overflow-x-auto sm:overflow-visible\">\n\t<div class=\"w-full rounded-lg\">\n\t\t<div class=\"flex flex-col md:flex-row md:items-center md:justify-start gap-8\">\n\t\t\t<ng-container *ngFor=\"let step of workflowSteps; let i = index\">\n\t\t\t\t<ng-container *ngIf=\"step.children?.length\">\n\t\t\t\t\t<div class=\"flex flex-col items-center mt-4 gap-4\">\n\t\t\t\t\t\t<ng-container *ngFor=\"let child of step.children\">\n\t\t\t\t\t\t\t<div class=\"flex flex-col items-center\">\n\t\t\t\t\t\t\t\t<div class=\" flex font-bold\"\n\t\t\t\t\t\t\t\t\t[ngClass]=\"{'status-icon-container-in-progress': child.state === 'in-progress',}\">\n\t\t\t\t\t\t\t\t\t<ng-container *ngIf=\"child.state === 'completed'\">\n\t\t\t\t\t\t\t\t\t\t<mat-icon\n\t\t\t\t\t\t\t\t\t\t\tclass=\"rounded-2xl decoration-white\" [ngClass]=\"[completedBackgroundColor, completedTextColor]\">done</mat-icon>\n\t\t\t\t\t\t\t\t\t</ng-container>\n\t\t\t\t\t\t\t\t\t<ng-container *ngIf=\"child.state === 'cancelled'\">\n\t\t\t\t\t\t\t\t\t\t<mat-icon\n\t\t\t\t\t\t\t\t\t\t\tclass=\"rounded-2xl decoration-red text-[#df281b] bg-[#ffffff]\">cancel</mat-icon>\n\t\t\t\t\t\t\t\t\t</ng-container>\n\t\t\t\t\t\t\t\t\t<ng-container *ngIf=\"child.state === 'in-progress'\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"in-progress\" [ngClass]=\"[inProgressTextColor]\">\n\t\t\t\t\t\t\t\t\t\t\t<mat-icon class=\"font-size-18\" [ngClass]=\"[inProgressTextColor]\" >pending</mat-icon>\n\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t</ng-container>\n\t\t\t\t\t\t\t\t\t<ng-container *ngIf=\"child.state === 'pending'\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"in-progress\">\n\t\t\t\t\t\t\t\t\t\t\t<mat-icon class=\"rounded-full border-4 font-size-16\">pending</mat-icon>\n\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t</ng-container>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div class=\"mt-2 text-center text-gray-800 text-xs text-sm font-medium font-size-10\">\n\t\t\t\t\t\t\t\t\t{{ child.statusName }}\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div *ngIf=\"child?.roleName\"\n\t\t\t\t\t\t\t\t\tclass=\"mt-1 text-center text-gray-800 text-xs text-sm font-medium font-size-10\">\n\t\t\t\t\t\t\t\t\t({{ child?.roleName }})\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</ng-container>\n\t\t\t\t\t</div>\n\t\t\t\t</ng-container>\n\t\t\t\t<ng-container *ngIf=\"!step.children?.length\">\n\t\t\t\t\t<div class=\"flex flex-col items-center\">\n\t\t\t\t\t\t<div class=\"flex font-bold\" [ngClass]=\"{\n\t\t\t\t\t\t'status-icon-container-in-progress': step.state === 'in-progress',\n\t\t\t\t\t\t'status-icon-container-pending': step.state === 'pending'\n\t\t\t\t\t }\">\n\t\t\t\t\t\t\t<ng-container *ngIf=\"step.state === 'completed'\">\n\t\t\t\t\t\t\t\t<mat-icon\n\t\t\t\t\t\t\t\t\tclass=\"rounded-2xl decoration-white\" [ngClass]=\"[completedBackgroundColor, completedTextColor]\">done</mat-icon>\n\t\t\t\t\t\t\t</ng-container>\n\t\t\t\t\t\t\t<ng-container *ngIf=\"step.state === 'cancelled'\">\n\t\t\t\t\t\t\t\t<mat-icon\n\t\t\t\t\t\t\t\t\tclass=\"rounded-2xl decoration-red text-[#df281b] bg-[#ffffff]\">cancel</mat-icon>\n\t\t\t\t\t\t\t</ng-container>\n\t\t\t\t\t\t\t<ng-container *ngIf=\"step.state === 'in-progress'\">\n\t\t\t\t\t\t\t\t<div class=\"in-progress\" [ngClass]=\"[inProgressTextColor]\">\n\t\t\t\t\t\t\t\t\t<mat-icon class=\"font-size-18\" [ngClass]=\"[inProgressTextColor]\">pending</mat-icon>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</ng-container>\n\t\t\t\t\t\t\t<ng-container *ngIf=\"step.state === 'pending'\">\n\t\t\t\t\t\t\t\t<div class=\"in-progress\">\n\t\t\t\t\t\t\t\t\t<mat-icon class=\"rounded-full border-4 font-size-16\">pending</mat-icon>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</ng-container>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class=\"mt-2 text-center text-gray-800 text-sm font-medium font-size-10\">\n\t\t\t\t\t\t\t{{ step.statusName }}\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div *ngIf=\"step?.roleName\"\n\t\t\t\t\t\t\tclass=\"mt-1 text-center text-gray-800 text-sm font-medium font-size-9\">\n\t\t\t\t\t\t\t({{ step?.roleName }})\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</ng-container>\n\t\t\t\t<div *ngIf=\"i < workflowSteps.length - 1\" class=\"bg-gray-500 mx-auto transition-all duration-300\"\n\t\t\t\t\t[ngClass]=\"{'w-16 h-[1px]': true}\">\n\t\t\t\t</div>\n\t\t\t</ng-container>\n\t\t</div>\n\t</div>\n</div>", styles: [".in-progress{position:relative;margin:0;height:16px;width:16px;border-radius:50%}.status-icon-container-in-progress .in-progress:before{position:absolute;content:\"\";height:calc(100% + 10px);width:calc(100% + 10px);border:2px dashed;top:-4px;left:-4px;border-radius:inherit;animation:spin 5s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.mat-expansion-panel-header-title h3{margin:0!important}.font-size-18{font-size:18px}.font-size-10{font-size:10px}.border-4{border:4px solid grey}.font-size-16{font-size:16px}.label{height:30px;position:relative;margin-right:40px;margin-bottom:10px}.label .badge{position:absolute;right:0;top:12%}.label .name{position:relative;bottom:-10px}.badge .mat-badge-content{background-color:#c0dd78;color:#026e00}.font-size-9{font-size:9px}@media (max-width: 768px){.bg-gray-500{width:1px!important;height:16px!important}}\n"] }]
|
|
4836
5092
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { stepper: [{
|
|
@@ -4850,14 +5106,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
4850
5106
|
}] } });
|
|
4851
5107
|
|
|
4852
5108
|
class WorkflowStatusModule {
|
|
4853
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4854
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
5109
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: WorkflowStatusModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
5110
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: WorkflowStatusModule, declarations: [WorkflowStatusComponent], imports: [CommonModule,
|
|
4855
5111
|
MatStepperModule,
|
|
4856
5112
|
MatCardModule,
|
|
4857
5113
|
MatIconModule,
|
|
4858
5114
|
MatBadgeModule,
|
|
4859
5115
|
MatTooltipModule], exports: [WorkflowStatusComponent] }); }
|
|
4860
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
5116
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: WorkflowStatusModule, providers: [
|
|
4861
5117
|
{
|
|
4862
5118
|
provide: STEPPER_GLOBAL_OPTIONS,
|
|
4863
5119
|
useValue: { displayDefaultIndicatorType: false },
|
|
@@ -4869,7 +5125,7 @@ class WorkflowStatusModule {
|
|
|
4869
5125
|
MatBadgeModule,
|
|
4870
5126
|
MatTooltipModule] }); }
|
|
4871
5127
|
}
|
|
4872
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
5128
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: WorkflowStatusModule, decorators: [{
|
|
4873
5129
|
type: NgModule,
|
|
4874
5130
|
args: [{
|
|
4875
5131
|
declarations: [WorkflowStatusComponent],
|