@skyux/forms 13.7.1 → 13.7.2
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/fesm2022/skyux-forms.mjs
CHANGED
|
@@ -331,7 +331,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImpor
|
|
|
331
331
|
type: Pipe,
|
|
332
332
|
args: [{
|
|
333
333
|
name: 'skyCharacterCounterScreenReader',
|
|
334
|
-
standalone: true,
|
|
335
334
|
}]
|
|
336
335
|
}] });
|
|
337
336
|
|
|
@@ -1420,7 +1419,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImpor
|
|
|
1420
1419
|
type: Pipe,
|
|
1421
1420
|
args: [{
|
|
1422
1421
|
name: 'skyFileSize',
|
|
1423
|
-
standalone: true,
|
|
1424
1422
|
}]
|
|
1425
1423
|
}], ctorParameters: () => [{ type: i1$1.SkyLibResourcesService }] });
|
|
1426
1424
|
|
|
@@ -1440,7 +1438,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImpor
|
|
|
1440
1438
|
type: Pipe,
|
|
1441
1439
|
args: [{
|
|
1442
1440
|
name: 'skyFileAttachmentJoinIds',
|
|
1443
|
-
standalone: true,
|
|
1444
1441
|
}]
|
|
1445
1442
|
}] });
|
|
1446
1443
|
|
|
@@ -2217,7 +2214,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImpor
|
|
|
2217
2214
|
selector:
|
|
2218
2215
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
2219
2216
|
'input:not([skyId]):not(.sky-form-control),select:not([skyId]):not(.sky-form-control),textarea:not([skyId]):not(.sky-form-control)',
|
|
2220
|
-
standalone: true,
|
|
2221
2217
|
}]
|
|
2222
2218
|
}], propDecorators: { autocomplete: [{
|
|
2223
2219
|
type: HostBinding,
|
|
@@ -2242,7 +2238,6 @@ class SkyInputBoxHintTextPipe {
|
|
|
2242
2238
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyInputBoxHintTextPipe, decorators: [{
|
|
2243
2239
|
type: Pipe,
|
|
2244
2240
|
args: [{
|
|
2245
|
-
standalone: true,
|
|
2246
2241
|
name: 'skyInputBoxHintText',
|
|
2247
2242
|
}]
|
|
2248
2243
|
}] });
|
|
@@ -4079,9 +4074,7 @@ class SkyRequiredStateDirective {
|
|
|
4079
4074
|
}
|
|
4080
4075
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyRequiredStateDirective, decorators: [{
|
|
4081
4076
|
type: Directive,
|
|
4082
|
-
args: [{
|
|
4083
|
-
standalone: true,
|
|
4084
|
-
}]
|
|
4077
|
+
args: [{}]
|
|
4085
4078
|
}], propDecorators: { required: [{
|
|
4086
4079
|
type: Input,
|
|
4087
4080
|
args: [{ transform: booleanAttribute }]
|