@haiilo/catalyst-angular-formly 13.5.1-beta.1 → 14.0.1
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/{fesm2015 → fesm2022}/haiilo-catalyst-angular-formly.mjs +159 -149
- package/fesm2022/haiilo-catalyst-angular-formly.mjs.map +1 -0
- package/package.json +8 -16
- package/types/haiilo-catalyst-angular-formly.d.ts +81 -0
- package/esm2020/haiilo-catalyst-angular-formly.mjs +0 -5
- package/esm2020/lib/formly/formly-checkbox/formly-checkbox.component.mjs +0 -48
- package/esm2020/lib/formly/formly-date/formly-date.component.mjs +0 -72
- package/esm2020/lib/formly/formly-datepicker/formly-datepicker.component.mjs +0 -76
- package/esm2020/lib/formly/formly-input/formly-input.component.mjs +0 -80
- package/esm2020/lib/formly/formly-radio/formly-radio.component.mjs +0 -44
- package/esm2020/lib/formly/formly-radio-group/formly-radio-group.component.mjs +0 -67
- package/esm2020/lib/formly/formly-select/formly-select.component.mjs +0 -70
- package/esm2020/lib/formly/formly-textarea/formly-textarea.component.mjs +0 -62
- package/esm2020/lib/formly/formly-toggle/formly-toggle.component.mjs +0 -46
- package/esm2020/lib/formly/formly.module.mjs +0 -154
- package/esm2020/public-api.mjs +0 -11
- package/fesm2015/haiilo-catalyst-angular-formly.mjs.map +0 -1
- package/fesm2020/haiilo-catalyst-angular-formly.mjs +0 -665
- package/fesm2020/haiilo-catalyst-angular-formly.mjs.map +0 -1
- package/index.d.ts +0 -5
- package/lib/formly/formly-checkbox/formly-checkbox.component.d.ts +0 -6
- package/lib/formly/formly-date/formly-date.component.d.ts +0 -6
- package/lib/formly/formly-datepicker/formly-datepicker.component.d.ts +0 -6
- package/lib/formly/formly-input/formly-input.component.d.ts +0 -6
- package/lib/formly/formly-radio/formly-radio.component.d.ts +0 -21
- package/lib/formly/formly-radio-group/formly-radio-group.component.d.ts +0 -13
- package/lib/formly/formly-select/formly-select.component.d.ts +0 -6
- package/lib/formly/formly-textarea/formly-textarea.component.d.ts +0 -6
- package/lib/formly/formly-toggle/formly-toggle.component.d.ts +0 -6
- package/lib/formly/formly.module.d.ts +0 -19
- package/public-api.d.ts +0 -10
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as i1$1 from '@angular/common';
|
|
2
1
|
import { CommonModule } from '@angular/common';
|
|
3
2
|
import * as i0 from '@angular/core';
|
|
4
3
|
import { Component, NgModule } from '@angular/core';
|
|
@@ -10,9 +9,8 @@ import * as i2 from '@haiilo/catalyst-angular';
|
|
|
10
9
|
import { CatalystModule } from '@haiilo/catalyst-angular';
|
|
11
10
|
|
|
12
11
|
class CatCheckboxFieldType extends FieldType {
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
CatCheckboxFieldType.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: CatCheckboxFieldType, selector: "formly-checkbox", usesInheritance: true, ngImport: i0, template: `
|
|
12
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CatCheckboxFieldType, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.3", type: CatCheckboxFieldType, isStandalone: false, selector: "formly-checkbox", usesInheritance: true, ngImport: i0, template: `
|
|
16
14
|
<cat-checkbox
|
|
17
15
|
[formControl]="formControl"
|
|
18
16
|
[formlyAttributes]="field"
|
|
@@ -27,8 +25,9 @@ CatCheckboxFieldType.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
|
|
|
27
25
|
[requiredMarker]="props.requiredMarker"
|
|
28
26
|
>
|
|
29
27
|
</cat-checkbox>
|
|
30
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2.CatCheckbox, selector: "cat-checkbox", inputs: ["alignment", "checked", "disabled", "hint", "identifier", "indeterminate", "label", "labelHidden", "labelLeft", "name", "nativeAttributes", "noValue", "required", "requiredMarker", "resolvedValue", "testId", "value"] }, { kind: "directive", type: i2.BooleanValueAccessor, selector: "cat-checkbox, cat-toggle" }, { kind: "directive", type: i3
|
|
31
|
-
|
|
28
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2.CatCheckbox, selector: "cat-checkbox", inputs: ["alignment", "checked", "disabled", "hint", "identifier", "indeterminate", "label", "labelHidden", "labelLeft", "name", "nativeAttributes", "noValue", "required", "requiredMarker", "resolvedValue", "testId", "value"], outputs: ["catChange", "catFocus", "catBlur"] }, { kind: "directive", type: i2.BooleanValueAccessor, selector: "cat-checkbox, cat-toggle" }, { kind: "directive", type: i3.LegacyFormlyAttributes, selector: "[formlyAttributes]" }] });
|
|
29
|
+
}
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CatCheckboxFieldType, decorators: [{
|
|
32
31
|
type: Component,
|
|
33
32
|
args: [{
|
|
34
33
|
selector: 'formly-checkbox',
|
|
@@ -47,14 +46,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
47
46
|
[requiredMarker]="props.requiredMarker"
|
|
48
47
|
>
|
|
49
48
|
</cat-checkbox>
|
|
50
|
-
|
|
49
|
+
`,
|
|
50
|
+
standalone: false
|
|
51
51
|
}]
|
|
52
52
|
}] });
|
|
53
53
|
|
|
54
54
|
class CatDateFieldType extends FieldType {
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
CatDateFieldType.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: CatDateFieldType, selector: "formly-date", usesInheritance: true, ngImport: i0, template: `
|
|
55
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CatDateFieldType, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
56
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.3", type: CatDateFieldType, isStandalone: false, selector: "formly-date", usesInheritance: true, ngImport: i0, template: `
|
|
58
57
|
<cat-date
|
|
59
58
|
[formControl]="formControl"
|
|
60
59
|
[formlyAttributes]="field"
|
|
@@ -81,8 +80,9 @@ CatDateFieldType.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versi
|
|
|
81
80
|
[nativeAttributes]="props.nativeAttributes"
|
|
82
81
|
>
|
|
83
82
|
</cat-date>
|
|
84
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2.CatDate, selector: "cat-date", inputs: ["autoComplete", "clearable", "disabled", "errorUpdate", "errors", "hint", "horizontal", "icon", "iconRight", "identifier", "label", "labelHidden", "max", "min", "name", "nativeAttributes", "placeholder", "placement", "readonly", "required", "requiredMarker", "testId", "textPrefix", "textSuffix", "value"] }, { kind: "directive", type: i2.DateValueAccessor, selector: "cat-date, cat-date-inline" }, { kind: "directive", type: i2.ValueAccessorDecorator, selector: "cat-input, cat-textarea, cat-datepicker, cat-select, cat-date, cat-time, cat-tag", inputs: ["errorInit"] }, { kind: "directive", type: i3
|
|
85
|
-
|
|
83
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2.CatDate, selector: "cat-date", inputs: ["autoComplete", "clearable", "disabled", "errorUpdate", "errors", "hint", "horizontal", "icon", "iconRight", "identifier", "label", "labelHidden", "max", "min", "name", "nativeAttributes", "placeholder", "placement", "readonly", "required", "requiredMarker", "testId", "textPrefix", "textSuffix", "value"], outputs: ["catChange", "catFocus", "catBlur"] }, { kind: "directive", type: i2.DateValueAccessor, selector: "cat-date, cat-date-inline" }, { kind: "directive", type: i2.ValueAccessorDecorator, selector: "cat-input, cat-textarea, cat-datepicker, cat-select, cat-date, cat-time, cat-tag", inputs: ["errorInit"] }, { kind: "directive", type: i3.LegacyFormlyAttributes, selector: "[formlyAttributes]" }] });
|
|
84
|
+
}
|
|
85
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CatDateFieldType, decorators: [{
|
|
86
86
|
type: Component,
|
|
87
87
|
args: [{
|
|
88
88
|
selector: 'formly-date',
|
|
@@ -113,14 +113,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
113
113
|
[nativeAttributes]="props.nativeAttributes"
|
|
114
114
|
>
|
|
115
115
|
</cat-date>
|
|
116
|
-
|
|
116
|
+
`,
|
|
117
|
+
standalone: false
|
|
117
118
|
}]
|
|
118
119
|
}] });
|
|
119
120
|
|
|
120
121
|
class CatDatepickerFieldType extends FieldType {
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
CatDatepickerFieldType.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: CatDatepickerFieldType, selector: "formly-datepicker", usesInheritance: true, ngImport: i0, template: `
|
|
122
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CatDatepickerFieldType, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
123
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.3", type: CatDatepickerFieldType, isStandalone: false, selector: "formly-datepicker", usesInheritance: true, ngImport: i0, template: `
|
|
124
124
|
<cat-datepicker
|
|
125
125
|
[formControl]="formControl"
|
|
126
126
|
[formlyAttributes]="field"
|
|
@@ -149,8 +149,9 @@ CatDatepickerFieldType.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
149
149
|
[nativeAttributes]="props.nativeAttributes"
|
|
150
150
|
>
|
|
151
151
|
</cat-datepicker>
|
|
152
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2.CatDatepicker, selector: "cat-datepicker", inputs: ["attachToElement", "autoComplete", "clearable", "disabled", "errorUpdate", "errors", "hint", "horizontal", "icon", "iconRight", "identifier", "label", "labelHidden", "max", "min", "mode", "name", "nativeAttributes", "nativePickerAttributes", "placeholder", "position", "readonly", "required", "requiredMarker", "step", "textPrefix", "textSuffix", "value"] }, { kind: "directive", type: i2.TextValueAccessor, selector: "cat-input, cat-textarea, cat-datepicker, cat-datepicker-inline" }, { kind: "directive", type: i2.ValueAccessorDecorator, selector: "cat-input, cat-textarea, cat-datepicker, cat-select, cat-date, cat-time, cat-tag", inputs: ["errorInit"] }, { kind: "directive", type: i3
|
|
153
|
-
|
|
152
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2.CatDatepicker, selector: "cat-datepicker", inputs: ["attachToElement", "autoComplete", "clearable", "disabled", "errorUpdate", "errors", "hint", "horizontal", "icon", "iconRight", "identifier", "label", "labelHidden", "max", "min", "mode", "name", "nativeAttributes", "nativePickerAttributes", "placeholder", "position", "readonly", "required", "requiredMarker", "step", "textPrefix", "textSuffix", "value"], outputs: ["catChange", "catFocus", "catBlur"] }, { kind: "directive", type: i2.TextValueAccessor, selector: "cat-input, cat-textarea, cat-datepicker, cat-datepicker-inline" }, { kind: "directive", type: i2.ValueAccessorDecorator, selector: "cat-input, cat-textarea, cat-datepicker, cat-select, cat-date, cat-time, cat-tag", inputs: ["errorInit"] }, { kind: "directive", type: i3.LegacyFormlyAttributes, selector: "[formlyAttributes]" }] });
|
|
153
|
+
}
|
|
154
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CatDatepickerFieldType, decorators: [{
|
|
154
155
|
type: Component,
|
|
155
156
|
args: [{
|
|
156
157
|
selector: 'formly-datepicker',
|
|
@@ -183,14 +184,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
183
184
|
[nativeAttributes]="props.nativeAttributes"
|
|
184
185
|
>
|
|
185
186
|
</cat-datepicker>
|
|
186
|
-
|
|
187
|
+
`,
|
|
188
|
+
standalone: false
|
|
187
189
|
}]
|
|
188
190
|
}] });
|
|
189
191
|
|
|
190
192
|
class CatInputFieldType extends FieldType {
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
CatInputFieldType.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: CatInputFieldType, selector: "formly-input", usesInheritance: true, ngImport: i0, template: `
|
|
193
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CatInputFieldType, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
194
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.3", type: CatInputFieldType, isStandalone: false, selector: "formly-input", usesInheritance: true, ngImport: i0, template: `
|
|
194
195
|
<cat-input
|
|
195
196
|
[formControl]="formControl"
|
|
196
197
|
[formlyAttributes]="field"
|
|
@@ -221,8 +222,9 @@ CatInputFieldType.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
221
222
|
[nativeAttributes]="props.nativeAttributes"
|
|
222
223
|
>
|
|
223
224
|
</cat-input>
|
|
224
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2.CatInput, selector: "cat-input", inputs: ["accept", "autoComplete", "clearable", "dateMaskOptions", "disabled", "errorUpdate", "errors", "hint", "horizontal", "icon", "iconRight", "identifier", "label", "labelHidden", "loading", "max", "maxLength", "min", "minLength", "multiple", "name", "nativeAttributes", "placeholder", "readonly", "required", "requiredMarker", "round", "testId", "textPrefix", "textSuffix", "timeMaskOptions", "togglePassword", "type", "value"] }, { kind: "directive", type: i2.TextValueAccessor, selector: "cat-input, cat-textarea, cat-datepicker, cat-datepicker-inline" }, { kind: "directive", type: i2.ValueAccessorDecorator, selector: "cat-input, cat-textarea, cat-datepicker, cat-select, cat-date, cat-time, cat-tag", inputs: ["errorInit"] }, { kind: "directive", type: i3
|
|
225
|
-
|
|
225
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2.CatInput, selector: "cat-input", inputs: ["accept", "autoComplete", "clearable", "dateMaskOptions", "disabled", "errorUpdate", "errors", "hint", "horizontal", "icon", "iconRight", "identifier", "label", "labelHidden", "loading", "max", "maxLength", "min", "minLength", "multiple", "name", "nativeAttributes", "placeholder", "readonly", "required", "requiredMarker", "round", "testId", "textPrefix", "textSuffix", "timeMaskOptions", "togglePassword", "type", "value"], outputs: ["catChange", "catFocus", "catBlur", "catChangeFiles"] }, { kind: "directive", type: i2.TextValueAccessor, selector: "cat-input, cat-textarea, cat-datepicker, cat-datepicker-inline" }, { kind: "directive", type: i2.ValueAccessorDecorator, selector: "cat-input, cat-textarea, cat-datepicker, cat-select, cat-date, cat-time, cat-tag", inputs: ["errorInit"] }, { kind: "directive", type: i3.LegacyFormlyAttributes, selector: "[formlyAttributes]" }] });
|
|
226
|
+
}
|
|
227
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CatInputFieldType, decorators: [{
|
|
226
228
|
type: Component,
|
|
227
229
|
args: [{
|
|
228
230
|
selector: 'formly-input',
|
|
@@ -257,14 +259,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
257
259
|
[nativeAttributes]="props.nativeAttributes"
|
|
258
260
|
>
|
|
259
261
|
</cat-input>
|
|
260
|
-
|
|
262
|
+
`,
|
|
263
|
+
standalone: false
|
|
261
264
|
}]
|
|
262
265
|
}] });
|
|
263
266
|
|
|
264
267
|
class CatRadioGroupFieldType extends FieldType {
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
CatRadioGroupFieldType.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: CatRadioGroupFieldType, selector: "formly-radio-group", usesInheritance: true, ngImport: i0, template: `
|
|
268
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CatRadioGroupFieldType, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
269
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.3", type: CatRadioGroupFieldType, isStandalone: false, selector: "formly-radio-group", usesInheritance: true, ngImport: i0, template: `
|
|
268
270
|
<cat-radio-group
|
|
269
271
|
[formControl]="formControl"
|
|
270
272
|
[formlyAttributes]="field"
|
|
@@ -272,24 +274,26 @@ CatRadioGroupFieldType.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
272
274
|
[a11yLabel]="props.a11yLabel"
|
|
273
275
|
[labelLeft]="props.labelLeft"
|
|
274
276
|
>
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
277
|
+
@for (option of props.options; track option) {
|
|
278
|
+
<cat-radio
|
|
279
|
+
[checked]="option.checked"
|
|
280
|
+
[disabled]="option.disabled"
|
|
281
|
+
[identifier]="option.identifier"
|
|
282
|
+
[label]="option.label"
|
|
283
|
+
[labelHidden]="option.labelHidden"
|
|
284
|
+
[name]="option.name"
|
|
285
|
+
[required]="option.required"
|
|
286
|
+
[value]="option.value"
|
|
287
|
+
[hint]="option.hint"
|
|
288
|
+
[labelLeft]="option.labelLeft"
|
|
289
|
+
[nativeAttributes]="option.nativeAttributes"
|
|
290
|
+
>
|
|
291
|
+
</cat-radio>
|
|
292
|
+
}
|
|
290
293
|
</cat-radio-group>
|
|
291
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i1
|
|
292
|
-
|
|
294
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2.CatRadio, selector: "cat-radio", inputs: ["alignment", "checked", "disabled", "hint", "identifier", "label", "labelHidden", "labelLeft", "name", "nativeAttributes", "required", "testId", "value"], outputs: ["catChange", "catFocus", "catBlur"] }, { kind: "component", type: i2.CatRadioGroup, selector: "cat-radio-group", inputs: ["a11yLabel", "disabled", "labelLeft", "name", "value"], outputs: ["catChange", "catFocus", "catBlur"] }, { kind: "directive", type: i2.RadioValueAccessor, selector: "cat-radio, cat-radio-group" }, { kind: "directive", type: i3.LegacyFormlyAttributes, selector: "[formlyAttributes]" }] });
|
|
295
|
+
}
|
|
296
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CatRadioGroupFieldType, decorators: [{
|
|
293
297
|
type: Component,
|
|
294
298
|
args: [{
|
|
295
299
|
selector: 'formly-radio-group',
|
|
@@ -301,30 +305,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
301
305
|
[a11yLabel]="props.a11yLabel"
|
|
302
306
|
[labelLeft]="props.labelLeft"
|
|
303
307
|
>
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
308
|
+
@for (option of props.options; track option) {
|
|
309
|
+
<cat-radio
|
|
310
|
+
[checked]="option.checked"
|
|
311
|
+
[disabled]="option.disabled"
|
|
312
|
+
[identifier]="option.identifier"
|
|
313
|
+
[label]="option.label"
|
|
314
|
+
[labelHidden]="option.labelHidden"
|
|
315
|
+
[name]="option.name"
|
|
316
|
+
[required]="option.required"
|
|
317
|
+
[value]="option.value"
|
|
318
|
+
[hint]="option.hint"
|
|
319
|
+
[labelLeft]="option.labelLeft"
|
|
320
|
+
[nativeAttributes]="option.nativeAttributes"
|
|
321
|
+
>
|
|
322
|
+
</cat-radio>
|
|
323
|
+
}
|
|
319
324
|
</cat-radio-group>
|
|
320
|
-
|
|
325
|
+
`,
|
|
326
|
+
standalone: false
|
|
321
327
|
}]
|
|
322
328
|
}] });
|
|
323
329
|
|
|
324
330
|
class CatRadioFieldType extends FieldType {
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
CatRadioFieldType.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: CatRadioFieldType, selector: "formly-radio", usesInheritance: true, ngImport: i0, template: `
|
|
331
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CatRadioFieldType, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
332
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.3", type: CatRadioFieldType, isStandalone: false, selector: "formly-radio", usesInheritance: true, ngImport: i0, template: `
|
|
328
333
|
<cat-radio
|
|
329
334
|
[formControl]="formControl"
|
|
330
335
|
[formlyAttributes]="field"
|
|
@@ -337,8 +342,9 @@ CatRadioFieldType.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
337
342
|
[nativeAttributes]="props.nativeAttributes"
|
|
338
343
|
>
|
|
339
344
|
</cat-radio>
|
|
340
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2.CatRadio, selector: "cat-radio", inputs: ["alignment", "checked", "disabled", "hint", "identifier", "label", "labelHidden", "labelLeft", "name", "nativeAttributes", "required", "testId", "value"] }, { kind: "directive", type: i2.RadioValueAccessor, selector: "cat-radio, cat-radio-group" }, { kind: "directive", type: i3
|
|
341
|
-
|
|
345
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2.CatRadio, selector: "cat-radio", inputs: ["alignment", "checked", "disabled", "hint", "identifier", "label", "labelHidden", "labelLeft", "name", "nativeAttributes", "required", "testId", "value"], outputs: ["catChange", "catFocus", "catBlur"] }, { kind: "directive", type: i2.RadioValueAccessor, selector: "cat-radio, cat-radio-group" }, { kind: "directive", type: i3.LegacyFormlyAttributes, selector: "[formlyAttributes]" }] });
|
|
346
|
+
}
|
|
347
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CatRadioFieldType, decorators: [{
|
|
342
348
|
type: Component,
|
|
343
349
|
args: [{
|
|
344
350
|
selector: 'formly-radio',
|
|
@@ -355,14 +361,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
355
361
|
[nativeAttributes]="props.nativeAttributes"
|
|
356
362
|
>
|
|
357
363
|
</cat-radio>
|
|
358
|
-
|
|
364
|
+
`,
|
|
365
|
+
standalone: false
|
|
359
366
|
}]
|
|
360
367
|
}] });
|
|
361
368
|
|
|
362
369
|
class CatSelectFieldType extends FieldType {
|
|
363
|
-
}
|
|
364
|
-
|
|
365
|
-
CatSelectFieldType.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: CatSelectFieldType, selector: "formly-select", usesInheritance: true, ngImport: i0, template: `
|
|
370
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CatSelectFieldType, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
371
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.3", type: CatSelectFieldType, isStandalone: false, selector: "formly-select", usesInheritance: true, ngImport: i0, template: `
|
|
366
372
|
<cat-select
|
|
367
373
|
[formControl]="formControl"
|
|
368
374
|
[formlyAttributes]="field"
|
|
@@ -388,8 +394,9 @@ CatSelectFieldType.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ver
|
|
|
388
394
|
[connector]="props.connector"
|
|
389
395
|
>
|
|
390
396
|
</cat-select>
|
|
391
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2.CatSelect, selector: "cat-select", inputs: ["clearable", "debounce", "disabled", "errorUpdate", "errors", "hint", "horizontal", "identifier", "label", "labelHidden", "multiple", "name", "nativeAttributes", "noItems", "placeholder", "placement", "required", "requiredMarker", "tagHint", "tags", "testId", "value"] }, { kind: "directive", type: i2.SelectValueAccessor, selector: "cat-select, cat-tag" }, { kind: "directive", type: i2.SelectValueAccessorDecorator, selector: "cat-select", inputs: ["connector"] }, { kind: "directive", type: i2.ValueAccessorDecorator, selector: "cat-input, cat-textarea, cat-datepicker, cat-select, cat-date, cat-time, cat-tag", inputs: ["errorInit"] }, { kind: "directive", type: i3
|
|
392
|
-
|
|
397
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2.CatSelect, selector: "cat-select", inputs: ["clearable", "debounce", "disabled", "errorUpdate", "errors", "hint", "horizontal", "identifier", "label", "labelHidden", "multiple", "name", "nativeAttributes", "noItems", "placeholder", "placement", "required", "requiredMarker", "tagHint", "tags", "testId", "value"], outputs: ["catOpen", "catClose", "catChange", "catBlur"] }, { kind: "directive", type: i2.SelectValueAccessor, selector: "cat-select, cat-tag" }, { kind: "directive", type: i2.SelectValueAccessorDecorator, selector: "cat-select", inputs: ["connector"] }, { kind: "directive", type: i2.ValueAccessorDecorator, selector: "cat-input, cat-textarea, cat-datepicker, cat-select, cat-date, cat-time, cat-tag", inputs: ["errorInit"] }, { kind: "directive", type: i3.LegacyFormlyAttributes, selector: "[formlyAttributes]" }] });
|
|
398
|
+
}
|
|
399
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CatSelectFieldType, decorators: [{
|
|
393
400
|
type: Component,
|
|
394
401
|
args: [{
|
|
395
402
|
selector: 'formly-select',
|
|
@@ -419,14 +426,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
419
426
|
[connector]="props.connector"
|
|
420
427
|
>
|
|
421
428
|
</cat-select>
|
|
422
|
-
|
|
429
|
+
`,
|
|
430
|
+
standalone: false
|
|
423
431
|
}]
|
|
424
432
|
}] });
|
|
425
433
|
|
|
426
434
|
class CatTextareaFieldType extends FieldType {
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
CatTextareaFieldType.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: CatTextareaFieldType, selector: "formly-textarea", usesInheritance: true, ngImport: i0, template: `
|
|
435
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CatTextareaFieldType, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
436
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.3", type: CatTextareaFieldType, isStandalone: false, selector: "formly-textarea", usesInheritance: true, ngImport: i0, template: `
|
|
430
437
|
<cat-textarea
|
|
431
438
|
[formControl]="formControl"
|
|
432
439
|
[formlyAttributes]="field"
|
|
@@ -448,8 +455,9 @@ CatTextareaFieldType.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
|
|
|
448
455
|
[nativeAttributes]="props.nativeAttributes"
|
|
449
456
|
>
|
|
450
457
|
</cat-textarea>
|
|
451
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2.CatTextarea, selector: "cat-textarea", inputs: ["autoComplete", "disabled", "errorUpdate", "errors", "hint", "horizontal", "identifier", "label", "labelHidden", "maxLength", "minLength", "name", "nativeAttributes", "placeholder", "readonly", "required", "requiredMarker", "rows", "testId", "value"] }, { kind: "directive", type: i2.TextValueAccessor, selector: "cat-input, cat-textarea, cat-datepicker, cat-datepicker-inline" }, { kind: "directive", type: i2.ValueAccessorDecorator, selector: "cat-input, cat-textarea, cat-datepicker, cat-select, cat-date, cat-time, cat-tag", inputs: ["errorInit"] }, { kind: "directive", type: i3
|
|
452
|
-
|
|
458
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2.CatTextarea, selector: "cat-textarea", inputs: ["autoComplete", "disabled", "errorUpdate", "errors", "hint", "horizontal", "identifier", "label", "labelHidden", "maxLength", "minLength", "name", "nativeAttributes", "placeholder", "readonly", "required", "requiredMarker", "rows", "testId", "value"], outputs: ["catChange", "catFocus", "catBlur"] }, { kind: "directive", type: i2.TextValueAccessor, selector: "cat-input, cat-textarea, cat-datepicker, cat-datepicker-inline" }, { kind: "directive", type: i2.ValueAccessorDecorator, selector: "cat-input, cat-textarea, cat-datepicker, cat-select, cat-date, cat-time, cat-tag", inputs: ["errorInit"] }, { kind: "directive", type: i3.LegacyFormlyAttributes, selector: "[formlyAttributes]" }] });
|
|
459
|
+
}
|
|
460
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CatTextareaFieldType, decorators: [{
|
|
453
461
|
type: Component,
|
|
454
462
|
args: [{
|
|
455
463
|
selector: 'formly-textarea',
|
|
@@ -475,14 +483,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
475
483
|
[nativeAttributes]="props.nativeAttributes"
|
|
476
484
|
>
|
|
477
485
|
</cat-textarea>
|
|
478
|
-
|
|
486
|
+
`,
|
|
487
|
+
standalone: false
|
|
479
488
|
}]
|
|
480
489
|
}] });
|
|
481
490
|
|
|
482
491
|
class CatToggleFieldType extends FieldType {
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
CatToggleFieldType.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: CatToggleFieldType, selector: "formly-toggle", usesInheritance: true, ngImport: i0, template: `
|
|
492
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CatToggleFieldType, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
493
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.0.3", type: CatToggleFieldType, isStandalone: false, selector: "formly-toggle", usesInheritance: true, ngImport: i0, template: `
|
|
486
494
|
<cat-toggle
|
|
487
495
|
[formControl]="formControl"
|
|
488
496
|
[formlyAttributes]="field"
|
|
@@ -496,8 +504,9 @@ CatToggleFieldType.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ver
|
|
|
496
504
|
[nativeAttributes]="props.nativeAttributes"
|
|
497
505
|
>
|
|
498
506
|
</cat-toggle>
|
|
499
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2.CatToggle, selector: "cat-toggle", inputs: ["alignment", "checked", "disabled", "hint", "identifier", "label", "labelHidden", "labelLeft", "name", "nativeAttributes", "noValue", "required", "resolvedValue", "testId", "value"] }, { kind: "directive", type: i2.BooleanValueAccessor, selector: "cat-checkbox, cat-toggle" }, { kind: "directive", type: i3
|
|
500
|
-
|
|
507
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i2.CatToggle, selector: "cat-toggle", inputs: ["alignment", "checked", "disabled", "hint", "identifier", "label", "labelHidden", "labelLeft", "name", "nativeAttributes", "noValue", "required", "resolvedValue", "testId", "value"], outputs: ["catChange", "catFocus", "catBlur"] }, { kind: "directive", type: i2.BooleanValueAccessor, selector: "cat-checkbox, cat-toggle" }, { kind: "directive", type: i3.LegacyFormlyAttributes, selector: "[formlyAttributes]" }] });
|
|
508
|
+
}
|
|
509
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CatToggleFieldType, decorators: [{
|
|
501
510
|
type: Component,
|
|
502
511
|
args: [{
|
|
503
512
|
selector: 'formly-toggle',
|
|
@@ -515,76 +524,77 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
515
524
|
[nativeAttributes]="props.nativeAttributes"
|
|
516
525
|
>
|
|
517
526
|
</cat-toggle>
|
|
518
|
-
|
|
527
|
+
`,
|
|
528
|
+
standalone: false
|
|
519
529
|
}]
|
|
520
530
|
}] });
|
|
521
531
|
|
|
522
532
|
class CatalystFormlyModule {
|
|
533
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CatalystFormlyModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
534
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.3", ngImport: i0, type: CatalystFormlyModule, declarations: [CatCheckboxFieldType,
|
|
535
|
+
CatDateFieldType,
|
|
536
|
+
CatDatepickerFieldType,
|
|
537
|
+
CatInputFieldType,
|
|
538
|
+
CatRadioFieldType,
|
|
539
|
+
CatRadioGroupFieldType,
|
|
540
|
+
CatSelectFieldType,
|
|
541
|
+
CatTextareaFieldType,
|
|
542
|
+
CatToggleFieldType], imports: [CommonModule,
|
|
543
|
+
ReactiveFormsModule,
|
|
544
|
+
CatalystModule, i3.FormlyModule], exports: [CatCheckboxFieldType,
|
|
545
|
+
CatDateFieldType,
|
|
546
|
+
CatDatepickerFieldType,
|
|
547
|
+
CatInputFieldType,
|
|
548
|
+
CatRadioFieldType,
|
|
549
|
+
CatRadioGroupFieldType,
|
|
550
|
+
CatSelectFieldType,
|
|
551
|
+
CatTextareaFieldType,
|
|
552
|
+
CatToggleFieldType] });
|
|
553
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CatalystFormlyModule, imports: [CommonModule,
|
|
554
|
+
ReactiveFormsModule,
|
|
555
|
+
CatalystModule,
|
|
556
|
+
FormlyModule.forChild({
|
|
557
|
+
types: [
|
|
558
|
+
{
|
|
559
|
+
name: 'cat-checkbox-formly',
|
|
560
|
+
component: CatCheckboxFieldType
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
name: 'cat-toggle-formly',
|
|
564
|
+
component: CatToggleFieldType
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
name: 'cat-radio-formly',
|
|
568
|
+
component: CatRadioFieldType
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
name: 'cat-radio-group-formly',
|
|
572
|
+
component: CatRadioGroupFieldType
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
name: 'cat-input-formly',
|
|
576
|
+
component: CatInputFieldType
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
name: 'cat-textarea-formly',
|
|
580
|
+
component: CatTextareaFieldType
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
name: 'cat-datepicker-formly',
|
|
584
|
+
component: CatDatepickerFieldType
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
name: 'cat-select-formly',
|
|
588
|
+
component: CatSelectFieldType
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
name: 'cat-date-formly',
|
|
592
|
+
component: CatDateFieldType
|
|
593
|
+
}
|
|
594
|
+
]
|
|
595
|
+
})] });
|
|
523
596
|
}
|
|
524
|
-
|
|
525
|
-
CatalystFormlyModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.3.0", ngImport: i0, type: CatalystFormlyModule, declarations: [CatCheckboxFieldType,
|
|
526
|
-
CatDateFieldType,
|
|
527
|
-
CatDatepickerFieldType,
|
|
528
|
-
CatInputFieldType,
|
|
529
|
-
CatRadioFieldType,
|
|
530
|
-
CatRadioGroupFieldType,
|
|
531
|
-
CatSelectFieldType,
|
|
532
|
-
CatTextareaFieldType,
|
|
533
|
-
CatToggleFieldType], imports: [CommonModule,
|
|
534
|
-
ReactiveFormsModule,
|
|
535
|
-
CatalystModule, i3.FormlyModule], exports: [CatCheckboxFieldType,
|
|
536
|
-
CatDateFieldType,
|
|
537
|
-
CatDatepickerFieldType,
|
|
538
|
-
CatInputFieldType,
|
|
539
|
-
CatRadioFieldType,
|
|
540
|
-
CatRadioGroupFieldType,
|
|
541
|
-
CatSelectFieldType,
|
|
542
|
-
CatTextareaFieldType,
|
|
543
|
-
CatToggleFieldType] });
|
|
544
|
-
CatalystFormlyModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: CatalystFormlyModule, imports: [CommonModule,
|
|
545
|
-
ReactiveFormsModule,
|
|
546
|
-
CatalystModule,
|
|
547
|
-
FormlyModule.forChild({
|
|
548
|
-
types: [
|
|
549
|
-
{
|
|
550
|
-
name: 'cat-checkbox-formly',
|
|
551
|
-
component: CatCheckboxFieldType
|
|
552
|
-
},
|
|
553
|
-
{
|
|
554
|
-
name: 'cat-toggle-formly',
|
|
555
|
-
component: CatToggleFieldType
|
|
556
|
-
},
|
|
557
|
-
{
|
|
558
|
-
name: 'cat-radio-formly',
|
|
559
|
-
component: CatRadioFieldType
|
|
560
|
-
},
|
|
561
|
-
{
|
|
562
|
-
name: 'cat-radio-group-formly',
|
|
563
|
-
component: CatRadioGroupFieldType
|
|
564
|
-
},
|
|
565
|
-
{
|
|
566
|
-
name: 'cat-input-formly',
|
|
567
|
-
component: CatInputFieldType
|
|
568
|
-
},
|
|
569
|
-
{
|
|
570
|
-
name: 'cat-textarea-formly',
|
|
571
|
-
component: CatTextareaFieldType
|
|
572
|
-
},
|
|
573
|
-
{
|
|
574
|
-
name: 'cat-datepicker-formly',
|
|
575
|
-
component: CatDatepickerFieldType
|
|
576
|
-
},
|
|
577
|
-
{
|
|
578
|
-
name: 'cat-select-formly',
|
|
579
|
-
component: CatSelectFieldType
|
|
580
|
-
},
|
|
581
|
-
{
|
|
582
|
-
name: 'cat-date-formly',
|
|
583
|
-
component: CatDateFieldType
|
|
584
|
-
}
|
|
585
|
-
]
|
|
586
|
-
})] });
|
|
587
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: CatalystFormlyModule, decorators: [{
|
|
597
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.3", ngImport: i0, type: CatalystFormlyModule, decorators: [{
|
|
588
598
|
type: NgModule,
|
|
589
599
|
args: [{
|
|
590
600
|
declarations: [
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"haiilo-catalyst-angular-formly.mjs","sources":["../../../projects/catalyst-formly/src/lib/formly/formly-checkbox/formly-checkbox.component.ts","../../../projects/catalyst-formly/src/lib/formly/formly-date/formly-date.component.ts","../../../projects/catalyst-formly/src/lib/formly/formly-datepicker/formly-datepicker.component.ts","../../../projects/catalyst-formly/src/lib/formly/formly-input/formly-input.component.ts","../../../projects/catalyst-formly/src/lib/formly/formly-radio-group/formly-radio-group.component.ts","../../../projects/catalyst-formly/src/lib/formly/formly-radio/formly-radio.component.ts","../../../projects/catalyst-formly/src/lib/formly/formly-select/formly-select.component.ts","../../../projects/catalyst-formly/src/lib/formly/formly-textarea/formly-textarea.component.ts","../../../projects/catalyst-formly/src/lib/formly/formly-toggle/formly-toggle.component.ts","../../../projects/catalyst-formly/src/lib/formly/formly.module.ts","../../../projects/catalyst-formly/src/haiilo-catalyst-angular-formly.ts"],"sourcesContent":["import { Component } from '@angular/core';\nimport { FieldType, FieldTypeConfig } from '@ngx-formly/core';\n\n@Component({\n selector: 'formly-checkbox',\n template: `\n <cat-checkbox\n [formControl]=\"formControl\"\n [formlyAttributes]=\"field\"\n [checked]=\"props.checked\"\n [identifier]=\"props.identifier\"\n [indeterminate]=\"props.indeterminate\"\n [label]=\"props.label\"\n [name]=\"props.name\"\n [hint]=\"props.hint\"\n [labelLeft]=\"props.labelLeft\"\n [nativeAttributes]=\"props.nativeAttributes\"\n [requiredMarker]=\"props.requiredMarker\"\n >\n </cat-checkbox>\n `,\n standalone: false\n})\nexport class CatCheckboxFieldType extends FieldType<FieldTypeConfig> {}\n","import { Component } from '@angular/core';\nimport { FieldType, FieldTypeConfig } from '@ngx-formly/core';\n\n@Component({\n selector: 'formly-date',\n template: `\n <cat-date\n [formControl]=\"formControl\"\n [formlyAttributes]=\"field\"\n [requiredMarker]=\"props.requiredMarker\"\n [horizontal]=\"props.horizontal\"\n [autoComplete]=\"props.autoComplete\"\n [clearable]=\"props.clearable\"\n [hint]=\"props.hint\"\n [icon]=\"props.icon\"\n [iconRight]=\"props.iconRight\"\n [identifier]=\"props.identifier\"\n [label]=\"props.label\"\n [labelHidden]=\"props.labelHidden\"\n [max]=\"props.max\"\n [min]=\"props.min\"\n [name]=\"props.name\"\n [placeholder]=\"props.placeholder\"\n [textPrefix]=\"props.textPrefix\"\n [textSuffix]=\"props.textSuffix\"\n [readonly]=\"props.readonly\"\n [errors]=\"props.errors\"\n [errorUpdate]=\"props.errorUpdate\"\n [errorInit]=\"props.errorInit\"\n [nativeAttributes]=\"props.nativeAttributes\"\n >\n </cat-date>\n `,\n standalone: false\n})\nexport class CatDateFieldType extends FieldType<FieldTypeConfig> {}\n","import { Component } from '@angular/core';\nimport { FieldType, FieldTypeConfig } from '@ngx-formly/core';\n\n@Component({\n selector: 'formly-datepicker',\n template: `\n <cat-datepicker\n [formControl]=\"formControl\"\n [formlyAttributes]=\"field\"\n [requiredMarker]=\"props.requiredMarker\"\n [horizontal]=\"props.horizontal\"\n [autoComplete]=\"props.autoComplete\"\n [clearable]=\"props.clearable\"\n [hint]=\"props.hint\"\n [icon]=\"props.icon\"\n [iconRight]=\"props.iconRight\"\n [identifier]=\"props.identifier\"\n [label]=\"props.label\"\n [labelHidden]=\"props.labelHidden\"\n [max]=\"props.max\"\n [min]=\"props.min\"\n [mode]=\"props.mode\"\n [name]=\"props.name\"\n [placeholder]=\"props.placeholder\"\n [textPrefix]=\"props.textPrefix\"\n [textSuffix]=\"props.textSuffix\"\n [readonly]=\"props.readonly\"\n [step]=\"props.step\"\n [errors]=\"props.errors\"\n [errorUpdate]=\"props.errorUpdate\"\n [errorInit]=\"props.errorInit\"\n [nativeAttributes]=\"props.nativeAttributes\"\n >\n </cat-datepicker>\n `,\n standalone: false\n})\nexport class CatDatepickerFieldType extends FieldType<FieldTypeConfig> {}\n","import { Component } from '@angular/core';\nimport { FieldType, FieldTypeConfig } from '@ngx-formly/core';\n\n@Component({\n selector: 'formly-input',\n template: `\n <cat-input\n [formControl]=\"formControl\"\n [formlyAttributes]=\"field\"\n [requiredMarker]=\"props.requiredMarker\"\n [horizontal]=\"props.horizontal\"\n [autoComplete]=\"props.autoComplete\"\n [clearable]=\"props.clearable\"\n [icon]=\"props.icon\"\n [iconRight]=\"props.iconRight\"\n [identifier]=\"props.identifier\"\n [label]=\"props.label\"\n [labelHidden]=\"props.labelHidden\"\n [max]=\"props.max\"\n [maxLength]=\"props.maxLength\"\n [min]=\"props.min\"\n [minLength]=\"props.minLength\"\n [name]=\"props.name\"\n [placeholder]=\"props.placeholder\"\n [textPrefix]=\"props.textPrefix\"\n [textSuffix]=\"props.textSuffix\"\n [readonly]=\"props.readonly\"\n [round]=\"props.round\"\n [type]=\"props.type\"\n [errors]=\"props.errors\"\n [errorUpdate]=\"props.errorUpdate\"\n [errorInit]=\"props.errorInit\"\n [hint]=\"props.hint\"\n [nativeAttributes]=\"props.nativeAttributes\"\n >\n </cat-input>\n `,\n standalone: false\n})\nexport class CatInputFieldType extends FieldType<FieldTypeConfig> {}\n","import { Component } from '@angular/core';\nimport { FieldType, FieldTypeConfig } from '@ngx-formly/core';\nimport { CatRadioType } from '../formly-radio/formly-radio.component';\n\nexport type CatRadioGroupType = {\n name: string;\n a11yLabel: string;\n labelLeft: boolean;\n options: CatRadioType[];\n};\n\n@Component({\n selector: 'formly-radio-group',\n template: `\n <cat-radio-group\n [formControl]=\"formControl\"\n [formlyAttributes]=\"field\"\n [name]=\"props.name\"\n [a11yLabel]=\"props.a11yLabel\"\n [labelLeft]=\"props.labelLeft\"\n >\n @for (option of props.options; track option) {\n <cat-radio\n [checked]=\"option.checked\"\n [disabled]=\"option.disabled\"\n [identifier]=\"option.identifier\"\n [label]=\"option.label\"\n [labelHidden]=\"option.labelHidden\"\n [name]=\"option.name\"\n [required]=\"option.required\"\n [value]=\"option.value\"\n [hint]=\"option.hint\"\n [labelLeft]=\"option.labelLeft\"\n [nativeAttributes]=\"option.nativeAttributes\"\n >\n </cat-radio>\n }\n </cat-radio-group>\n `,\n standalone: false\n})\nexport class CatRadioGroupFieldType extends FieldType<FieldTypeConfig<CatRadioGroupType>> {}\n","import { Component } from '@angular/core';\nimport { FieldType, FieldTypeConfig } from '@ngx-formly/core';\n\nexport type CatRadioType = {\n checked: boolean;\n disabled: boolean;\n identifier?: string;\n label: string;\n labelHidden: boolean;\n name?: string;\n required: string;\n value: string;\n hint?: string | string[];\n labelLeft: boolean;\n nativeAttributes?: { [key: string]: string };\n};\n\n@Component({\n selector: 'formly-radio',\n template: `\n <cat-radio\n [formControl]=\"formControl\"\n [formlyAttributes]=\"field\"\n [checked]=\"props.checked\"\n [identifier]=\"props.identifier\"\n [label]=\"props.label\"\n [name]=\"props.name\"\n [hint]=\"props.hint\"\n [labelLeft]=\"props.labelLeft\"\n [nativeAttributes]=\"props.nativeAttributes\"\n >\n </cat-radio>\n `,\n standalone: false\n})\nexport class CatRadioFieldType extends FieldType<FieldTypeConfig> {}\n","import { Component } from '@angular/core';\nimport { FieldType, FieldTypeConfig } from '@ngx-formly/core';\n\n@Component({\n selector: 'formly-select',\n template: `\n <cat-select\n [formControl]=\"formControl\"\n [formlyAttributes]=\"field\"\n [requiredMarker]=\"props.requiredMarker\"\n [horizontal]=\"props.horizontal\"\n [multiple]=\"props.multiple\"\n [debounce]=\"props.debounce\"\n [placement]=\"props.placement\"\n [placeholder]=\"props.placeholder\"\n [hint]=\"props.hint\"\n [identifier]=\"props.identifier\"\n [label]=\"props.label\"\n [name]=\"props.name\"\n [labelHidden]=\"props.labelHidden\"\n [clearable]=\"props.clearable\"\n [tags]=\"props.tags\"\n [tagHint]=\"props.tagHint\"\n [noItems]=\"props.noItems\"\n [errors]=\"props.errors\"\n [errorUpdate]=\"props.errorUpdate\"\n [errorInit]=\"props.errorInit\"\n [nativeAttributes]=\"props.nativeAttributes\"\n [connector]=\"props.connector\"\n >\n </cat-select>\n `,\n standalone: false\n})\nexport class CatSelectFieldType extends FieldType<FieldTypeConfig> {}\n","import { Component } from '@angular/core';\nimport { FieldType, FieldTypeConfig } from '@ngx-formly/core';\n\n@Component({\n selector: 'formly-textarea',\n template: `\n <cat-textarea\n [formControl]=\"formControl\"\n [formlyAttributes]=\"field\"\n [requiredMarker]=\"props.requiredMarker\"\n [horizontal]=\"props.horizontal\"\n [identifier]=\"props.identifier\"\n [label]=\"props.label\"\n [labelHidden]=\"props.labelHidden\"\n [maxLength]=\"props.maxLength\"\n [minLength]=\"props.minLength\"\n [rows]=\"props.rows\"\n [name]=\"props.name\"\n [placeholder]=\"props.placeholder\"\n [readonly]=\"props.readonly\"\n [errors]=\"props.errors\"\n [errorUpdate]=\"props.errorUpdate\"\n [errorInit]=\"props.errorInit\"\n [hint]=\"props.hint\"\n [nativeAttributes]=\"props.nativeAttributes\"\n >\n </cat-textarea>\n `,\n standalone: false\n})\nexport class CatTextareaFieldType extends FieldType<FieldTypeConfig> {}\n","import { Component } from '@angular/core';\nimport { FieldType, FieldTypeConfig } from '@ngx-formly/core';\n\n@Component({\n selector: 'formly-toggle',\n template: `\n <cat-toggle\n [formControl]=\"formControl\"\n [formlyAttributes]=\"field\"\n [checked]=\"props.checked\"\n [identifier]=\"props.identifier\"\n [label]=\"props.label\"\n [labelHidden]=\"props.labelHidden\"\n [name]=\"props.name\"\n [hint]=\"props.hint\"\n [resolvedValue]=\"props.resolvedValue\"\n [nativeAttributes]=\"props.nativeAttributes\"\n >\n </cat-toggle>\n `,\n standalone: false\n})\nexport class CatToggleFieldType extends FieldType<FieldTypeConfig> {}\n","import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { FormlyModule } from '@ngx-formly/core';\nimport { CatalystModule } from '@haiilo/catalyst-angular';\nimport { CatCheckboxFieldType } from './formly-checkbox/formly-checkbox.component';\nimport { CatDateFieldType } from './formly-date/formly-date.component';\nimport { CatDatepickerFieldType } from './formly-datepicker/formly-datepicker.component';\nimport { CatInputFieldType } from './formly-input/formly-input.component';\nimport { CatRadioGroupFieldType } from './formly-radio-group/formly-radio-group.component';\nimport { CatRadioFieldType } from './formly-radio/formly-radio.component';\nimport { CatSelectFieldType } from './formly-select/formly-select.component';\nimport { CatTextareaFieldType } from './formly-textarea/formly-textarea.component';\nimport { CatToggleFieldType } from './formly-toggle/formly-toggle.component';\n\n@NgModule({\n declarations: [\n CatCheckboxFieldType,\n CatDateFieldType,\n CatDatepickerFieldType,\n CatInputFieldType,\n CatRadioFieldType,\n CatRadioGroupFieldType,\n CatSelectFieldType,\n CatTextareaFieldType,\n CatToggleFieldType\n ],\n imports: [\n CommonModule,\n ReactiveFormsModule,\n CatalystModule,\n FormlyModule.forChild({\n types: [\n {\n name: 'cat-checkbox-formly',\n component: CatCheckboxFieldType\n },\n {\n name: 'cat-toggle-formly',\n component: CatToggleFieldType\n },\n {\n name: 'cat-radio-formly',\n component: CatRadioFieldType\n },\n {\n name: 'cat-radio-group-formly',\n component: CatRadioGroupFieldType\n },\n {\n name: 'cat-input-formly',\n component: CatInputFieldType\n },\n {\n name: 'cat-textarea-formly',\n component: CatTextareaFieldType\n },\n {\n name: 'cat-datepicker-formly',\n component: CatDatepickerFieldType\n },\n {\n name: 'cat-select-formly',\n component: CatSelectFieldType\n },\n {\n name: 'cat-date-formly',\n component: CatDateFieldType\n }\n ]\n })\n ],\n exports: [\n CatCheckboxFieldType,\n CatDateFieldType,\n CatDatepickerFieldType,\n CatInputFieldType,\n CatRadioFieldType,\n CatRadioGroupFieldType,\n CatSelectFieldType,\n CatTextareaFieldType,\n CatToggleFieldType\n ]\n})\nexport class CatalystFormlyModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
|