@haiilo/catalyst-angular-formly 14.1.0 → 14.2.0
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.
|
@@ -9,8 +9,8 @@ import * as i2 from '@haiilo/catalyst-angular';
|
|
|
9
9
|
import { CatalystModule } from '@haiilo/catalyst-angular';
|
|
10
10
|
|
|
11
11
|
class CatCheckboxFieldType extends FieldType {
|
|
12
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
13
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
12
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: CatCheckboxFieldType, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: CatCheckboxFieldType, isStandalone: false, selector: "formly-checkbox", usesInheritance: true, ngImport: i0, template: `
|
|
14
14
|
<cat-checkbox
|
|
15
15
|
[formControl]="formControl"
|
|
16
16
|
[formlyAttributes]="field"
|
|
@@ -27,7 +27,7 @@ class CatCheckboxFieldType extends FieldType {
|
|
|
27
27
|
</cat-checkbox>
|
|
28
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
29
|
}
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
30
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: CatCheckboxFieldType, decorators: [{
|
|
31
31
|
type: Component,
|
|
32
32
|
args: [{
|
|
33
33
|
selector: 'formly-checkbox',
|
|
@@ -52,8 +52,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.9", ngImpor
|
|
|
52
52
|
}] });
|
|
53
53
|
|
|
54
54
|
class CatDateFieldType extends FieldType {
|
|
55
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
56
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
55
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: CatDateFieldType, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
56
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: CatDateFieldType, isStandalone: false, selector: "formly-date", usesInheritance: true, ngImport: i0, template: `
|
|
57
57
|
<cat-date
|
|
58
58
|
[formControl]="formControl"
|
|
59
59
|
[formlyAttributes]="field"
|
|
@@ -82,7 +82,7 @@ class CatDateFieldType extends FieldType {
|
|
|
82
82
|
</cat-date>
|
|
83
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
84
|
}
|
|
85
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
85
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: CatDateFieldType, decorators: [{
|
|
86
86
|
type: Component,
|
|
87
87
|
args: [{
|
|
88
88
|
selector: 'formly-date',
|
|
@@ -119,8 +119,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.9", ngImpor
|
|
|
119
119
|
}] });
|
|
120
120
|
|
|
121
121
|
class CatDatepickerFieldType extends FieldType {
|
|
122
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
123
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
122
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: CatDatepickerFieldType, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
123
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: CatDatepickerFieldType, isStandalone: false, selector: "formly-datepicker", usesInheritance: true, ngImport: i0, template: `
|
|
124
124
|
<cat-datepicker
|
|
125
125
|
[formControl]="formControl"
|
|
126
126
|
[formlyAttributes]="field"
|
|
@@ -151,7 +151,7 @@ class CatDatepickerFieldType extends FieldType {
|
|
|
151
151
|
</cat-datepicker>
|
|
152
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
153
|
}
|
|
154
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
154
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: CatDatepickerFieldType, decorators: [{
|
|
155
155
|
type: Component,
|
|
156
156
|
args: [{
|
|
157
157
|
selector: 'formly-datepicker',
|
|
@@ -190,8 +190,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.9", ngImpor
|
|
|
190
190
|
}] });
|
|
191
191
|
|
|
192
192
|
class CatInputFieldType extends FieldType {
|
|
193
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
194
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
193
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: CatInputFieldType, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
194
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: CatInputFieldType, isStandalone: false, selector: "formly-input", usesInheritance: true, ngImport: i0, template: `
|
|
195
195
|
<cat-input
|
|
196
196
|
[formControl]="formControl"
|
|
197
197
|
[formlyAttributes]="field"
|
|
@@ -224,7 +224,7 @@ class CatInputFieldType extends FieldType {
|
|
|
224
224
|
</cat-input>
|
|
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
226
|
}
|
|
227
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
227
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: CatInputFieldType, decorators: [{
|
|
228
228
|
type: Component,
|
|
229
229
|
args: [{
|
|
230
230
|
selector: 'formly-input',
|
|
@@ -265,8 +265,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.9", ngImpor
|
|
|
265
265
|
}] });
|
|
266
266
|
|
|
267
267
|
class CatRadioGroupFieldType extends FieldType {
|
|
268
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
269
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.
|
|
268
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: CatRadioGroupFieldType, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
269
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.1.1", type: CatRadioGroupFieldType, isStandalone: false, selector: "formly-radio-group", usesInheritance: true, ngImport: i0, template: `
|
|
270
270
|
<cat-radio-group
|
|
271
271
|
[formControl]="formControl"
|
|
272
272
|
[formlyAttributes]="field"
|
|
@@ -293,7 +293,7 @@ class CatRadioGroupFieldType extends FieldType {
|
|
|
293
293
|
</cat-radio-group>
|
|
294
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
295
|
}
|
|
296
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
296
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: CatRadioGroupFieldType, decorators: [{
|
|
297
297
|
type: Component,
|
|
298
298
|
args: [{
|
|
299
299
|
selector: 'formly-radio-group',
|
|
@@ -328,8 +328,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.9", ngImpor
|
|
|
328
328
|
}] });
|
|
329
329
|
|
|
330
330
|
class CatRadioFieldType extends FieldType {
|
|
331
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
332
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
331
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: CatRadioFieldType, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
332
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: CatRadioFieldType, isStandalone: false, selector: "formly-radio", usesInheritance: true, ngImport: i0, template: `
|
|
333
333
|
<cat-radio
|
|
334
334
|
[formControl]="formControl"
|
|
335
335
|
[formlyAttributes]="field"
|
|
@@ -344,7 +344,7 @@ class CatRadioFieldType extends FieldType {
|
|
|
344
344
|
</cat-radio>
|
|
345
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
346
|
}
|
|
347
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
347
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: CatRadioFieldType, decorators: [{
|
|
348
348
|
type: Component,
|
|
349
349
|
args: [{
|
|
350
350
|
selector: 'formly-radio',
|
|
@@ -367,8 +367,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.9", ngImpor
|
|
|
367
367
|
}] });
|
|
368
368
|
|
|
369
369
|
class CatSelectFieldType extends FieldType {
|
|
370
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
371
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
370
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: CatSelectFieldType, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
371
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: CatSelectFieldType, isStandalone: false, selector: "formly-select", usesInheritance: true, ngImport: i0, template: `
|
|
372
372
|
<cat-select
|
|
373
373
|
[formControl]="formControl"
|
|
374
374
|
[formlyAttributes]="field"
|
|
@@ -396,7 +396,7 @@ class CatSelectFieldType extends FieldType {
|
|
|
396
396
|
</cat-select>
|
|
397
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
398
|
}
|
|
399
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
399
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: CatSelectFieldType, decorators: [{
|
|
400
400
|
type: Component,
|
|
401
401
|
args: [{
|
|
402
402
|
selector: 'formly-select',
|
|
@@ -432,8 +432,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.9", ngImpor
|
|
|
432
432
|
}] });
|
|
433
433
|
|
|
434
434
|
class CatTextareaFieldType extends FieldType {
|
|
435
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
436
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
435
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: CatTextareaFieldType, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
436
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: CatTextareaFieldType, isStandalone: false, selector: "formly-textarea", usesInheritance: true, ngImport: i0, template: `
|
|
437
437
|
<cat-textarea
|
|
438
438
|
[formControl]="formControl"
|
|
439
439
|
[formlyAttributes]="field"
|
|
@@ -457,7 +457,7 @@ class CatTextareaFieldType extends FieldType {
|
|
|
457
457
|
</cat-textarea>
|
|
458
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
459
|
}
|
|
460
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
460
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: CatTextareaFieldType, decorators: [{
|
|
461
461
|
type: Component,
|
|
462
462
|
args: [{
|
|
463
463
|
selector: 'formly-textarea',
|
|
@@ -489,8 +489,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.9", ngImpor
|
|
|
489
489
|
}] });
|
|
490
490
|
|
|
491
491
|
class CatToggleFieldType extends FieldType {
|
|
492
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
493
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
492
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: CatToggleFieldType, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
493
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: CatToggleFieldType, isStandalone: false, selector: "formly-toggle", usesInheritance: true, ngImport: i0, template: `
|
|
494
494
|
<cat-toggle
|
|
495
495
|
[formControl]="formControl"
|
|
496
496
|
[formlyAttributes]="field"
|
|
@@ -506,7 +506,7 @@ class CatToggleFieldType extends FieldType {
|
|
|
506
506
|
</cat-toggle>
|
|
507
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
508
|
}
|
|
509
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
509
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: CatToggleFieldType, decorators: [{
|
|
510
510
|
type: Component,
|
|
511
511
|
args: [{
|
|
512
512
|
selector: 'formly-toggle',
|
|
@@ -530,8 +530,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.9", ngImpor
|
|
|
530
530
|
}] });
|
|
531
531
|
|
|
532
532
|
class CatalystFormlyModule {
|
|
533
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
534
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.
|
|
533
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: CatalystFormlyModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
534
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: CatalystFormlyModule, declarations: [CatCheckboxFieldType,
|
|
535
535
|
CatDateFieldType,
|
|
536
536
|
CatDatepickerFieldType,
|
|
537
537
|
CatInputFieldType,
|
|
@@ -550,7 +550,7 @@ class CatalystFormlyModule {
|
|
|
550
550
|
CatSelectFieldType,
|
|
551
551
|
CatTextareaFieldType,
|
|
552
552
|
CatToggleFieldType] });
|
|
553
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.
|
|
553
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: CatalystFormlyModule, imports: [CommonModule,
|
|
554
554
|
ReactiveFormsModule,
|
|
555
555
|
CatalystModule,
|
|
556
556
|
FormlyModule.forChild({
|
|
@@ -594,7 +594,7 @@ class CatalystFormlyModule {
|
|
|
594
594
|
]
|
|
595
595
|
})] });
|
|
596
596
|
}
|
|
597
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
597
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: CatalystFormlyModule, decorators: [{
|
|
598
598
|
type: NgModule,
|
|
599
599
|
args: [{
|
|
600
600
|
declarations: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haiilo/catalyst-angular-formly",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.2.0",
|
|
4
4
|
"description": "Angular Formly bindings for Catalyst Design System",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"peerDependencies": {
|
|
10
10
|
"@angular/core": ">=21.0.0",
|
|
11
11
|
"@ngx-formly/core": "^7.0.0",
|
|
12
|
-
"@haiilo/catalyst-angular": "14.
|
|
12
|
+
"@haiilo/catalyst-angular": "14.2.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"tslib": "^2.3.0"
|