@skyux/forms 12.0.0-alpha.3 → 12.0.0-alpha.5
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/documentation.json +2970 -1398
- package/fesm2022/skyux-forms.mjs +0 -30
- package/fesm2022/skyux-forms.mjs.map +1 -1
- package/lib/modules/character-counter/character-counter.module.d.ts +0 -3
- package/lib/modules/checkbox/checkbox.module.d.ts +0 -3
- package/lib/modules/field-group/field-group.module.d.ts +0 -3
- package/lib/modules/file-attachment/file-attachment/file-attachment.module.d.ts +0 -3
- package/lib/modules/file-attachment/file-drop/file-drop.module.d.ts +0 -3
- package/lib/modules/form-error/form-error.module.d.ts +0 -3
- package/lib/modules/input-box/input-box.module.d.ts +0 -3
- package/lib/modules/radio/radio.module.d.ts +0 -3
- package/lib/modules/selection-box/selection-box.module.d.ts +0 -3
- package/lib/modules/toggle-switch/toggle-switch.module.d.ts +0 -3
- package/package.json +9 -9
- package/testing/modules/character-counter/character-counter-indicator-harness-filters.d.ts +0 -1
- package/testing/modules/checkbox/checkbox-group-harness-filters.d.ts +0 -1
- package/testing/modules/checkbox/checkbox-harness-filters.d.ts +0 -1
- package/testing/modules/field-group/field-group-harness-filters.d.ts +0 -1
- package/testing/modules/file-attachment/file-attachment/file-attachment-harness-filters.d.ts +0 -1
- package/testing/modules/file-attachment/file-drop/file-drop-harness-filters.d.ts +0 -1
- package/testing/modules/input-box/input-box-harness-filters.d.ts +0 -1
- package/testing/modules/radio/radio-group-harness-filters.d.ts +0 -1
- package/testing/modules/radio/radio-harness-filters.d.ts +0 -1
package/fesm2022/skyux-forms.mjs
CHANGED
|
@@ -330,9 +330,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
330
330
|
type: Input
|
|
331
331
|
}] } });
|
|
332
332
|
|
|
333
|
-
/**
|
|
334
|
-
* @docsIncludeIds SkyCharacterCounterIndicatorComponent, SkyCharacterCounterInputDirective, SkyCharacterCounterScreenReaderPipe, SkyCharacterCounterIndicatorHarness
|
|
335
|
-
*/
|
|
336
333
|
class SkyCharacterCounterModule {
|
|
337
334
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: SkyCharacterCounterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
338
335
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.5", ngImport: i0, type: SkyCharacterCounterModule, declarations: [SkyCharacterCounterInputDirective,
|
|
@@ -428,9 +425,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
428
425
|
args: ['attr.errorName']
|
|
429
426
|
}] } });
|
|
430
427
|
|
|
431
|
-
/**
|
|
432
|
-
* @docsIncludeIds SkyFormErrorComponent, SkyFormErrorsHarness, SkyFormErrorsHarnessFilters, SkyFormErrorHarness, SkyFormErrorHarnessFilters
|
|
433
|
-
*/
|
|
434
428
|
class SkyFormErrorModule {
|
|
435
429
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: SkyFormErrorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
436
430
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.5", ngImport: i0, type: SkyFormErrorModule, imports: [SkyFormErrorComponent], exports: [SkyFormErrorComponent] }); }
|
|
@@ -1078,9 +1072,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
1078
1072
|
args: ['inputEl', { read: ElementRef }]
|
|
1079
1073
|
}] } });
|
|
1080
1074
|
|
|
1081
|
-
/**
|
|
1082
|
-
* @docsIncludeIds SkyCheckboxComponent, SkyCheckboxGroupComponent, SkyCheckboxLabelComponent, SkyCheckboxChange, SkyCheckboxGroupHeadingLevel, SkyCheckboxGroupHeadingStyle, SkyCheckboxHarness, SkyCheckboxGroupHarness
|
|
1083
|
-
*/
|
|
1084
1075
|
class SkyCheckboxModule {
|
|
1085
1076
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: SkyCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1086
1077
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.5", ngImport: i0, type: SkyCheckboxModule, declarations: [SkyCheckboxComponent,
|
|
@@ -1206,9 +1197,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
1206
1197
|
type: Input
|
|
1207
1198
|
}] } });
|
|
1208
1199
|
|
|
1209
|
-
/**
|
|
1210
|
-
* @docsIncludeIds SkyFieldGroupComponent, SkyFieldGroupHeadingLevel, SkyFieldGroupHeadingStyle, SkyFieldGroupHarness
|
|
1211
|
-
*/
|
|
1212
1200
|
class SkyFieldGroupModule {
|
|
1213
1201
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: SkyFieldGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1214
1202
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.5", ngImport: i0, type: SkyFieldGroupModule, imports: [SkyFieldGroupComponent], exports: [SkyFieldGroupComponent] }); }
|
|
@@ -1962,9 +1950,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
1962
1950
|
args: [SkyFileAttachmentLabelComponent]
|
|
1963
1951
|
}] } });
|
|
1964
1952
|
|
|
1965
|
-
/**
|
|
1966
|
-
* @docsIncludeIds SkyFileAttachmentComponent, SkyFileAttachmentLabelComponent, SkyFileAttachmentChange, SkyFileAttachmentClick, SkyFileLink, SkyFileItemErrorType, SkyFileItem, SkyFileValidateFn, SkyFileAttachmentHarness, provideSkyFileAttachmentTesting
|
|
1967
|
-
*/
|
|
1968
1953
|
class SkyFileAttachmentModule {
|
|
1969
1954
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: SkyFileAttachmentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1970
1955
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.5", ngImport: i0, type: SkyFileAttachmentModule, imports: [SkyFileAttachmentComponent, SkyFileAttachmentLabelComponent], exports: [SkyFileAttachmentComponent,
|
|
@@ -2424,9 +2409,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
2424
2409
|
}]
|
|
2425
2410
|
}] } });
|
|
2426
2411
|
|
|
2427
|
-
/**
|
|
2428
|
-
* @docsIncludeIds SkyInputBoxComponent, SkyInputBoxHarness
|
|
2429
|
-
*/
|
|
2430
2412
|
class SkyInputBoxModule {
|
|
2431
2413
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: SkyInputBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2432
2414
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.5", ngImport: i0, type: SkyInputBoxModule, declarations: [SkyInputBoxComponent], imports: [CommonModule,
|
|
@@ -3006,9 +2988,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
3006
2988
|
type: Output
|
|
3007
2989
|
}] } });
|
|
3008
2990
|
|
|
3009
|
-
/**
|
|
3010
|
-
* @docsIncludeIds SkyFileDropComponent, SkyFileItemComponent, SkyFileDropChange, SkyFileLink, SkyFileItem, SkyFileValidateFn, SkyFileDropHarness, SkyFileItemHarness, SkyFileItemHarnessFilters, provideSkyFileAttachmentTesting
|
|
3011
|
-
*/
|
|
3012
2991
|
class SkyFileDropModule {
|
|
3013
2992
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: SkyFileDropModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3014
2993
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.5", ngImport: i0, type: SkyFileDropModule, imports: [SkyFileDropComponent, SkyFileItemComponent], exports: [SkyFileDropComponent, SkyFileItemComponent, SkyFormErrorModule] }); }
|
|
@@ -3834,9 +3813,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
3834
3813
|
args: ['click', ['$event']]
|
|
3835
3814
|
}] } });
|
|
3836
3815
|
|
|
3837
|
-
/**
|
|
3838
|
-
* @docsIncludeIds SkyRadioGroupComponent, SkyRadioComponent, SkyRadioLabelComponent, SkyRadioGroupHeadingLevel, SkyRadioGroupHeadingStyle, SkyRadioChange, SkyRadioType, SkyRadioGroupHarness, SkyRadioHarness
|
|
3839
|
-
*/
|
|
3840
3816
|
class SkyRadioModule {
|
|
3841
3817
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: SkyRadioModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3842
3818
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.5", ngImport: i0, type: SkyRadioModule, declarations: [SkyRadioComponent,
|
|
@@ -4330,9 +4306,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
4330
4306
|
args: [{ selector: 'sky-selection-box-header', standalone: false, template: "<ng-content />\n" }]
|
|
4331
4307
|
}] });
|
|
4332
4308
|
|
|
4333
|
-
/**
|
|
4334
|
-
* @docsIncludeIds SkySelectionBoxComponent, SkySelectionBoxHeaderComponent, SkySelectionBoxDescriptionComponent, SkySelectionBoxGridComponent
|
|
4335
|
-
*/
|
|
4336
4309
|
class SkySelectionBoxModule {
|
|
4337
4310
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: SkySelectionBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
4338
4311
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.5", ngImport: i0, type: SkySelectionBoxModule, declarations: [SkySelectionBoxGridComponent,
|
|
@@ -4577,9 +4550,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImpor
|
|
|
4577
4550
|
args: [SkyToggleSwitchLabelComponent]
|
|
4578
4551
|
}] } });
|
|
4579
4552
|
|
|
4580
|
-
/**
|
|
4581
|
-
* @docsIncludeIds SkyToggleSwitchComponent, SkyToggleSwitchLabelComponent, SkyToggleSwitchChange
|
|
4582
|
-
*/
|
|
4583
4553
|
class SkyToggleSwitchModule {
|
|
4584
4554
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: SkyToggleSwitchModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
4585
4555
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.5", ngImport: i0, type: SkyToggleSwitchModule, declarations: [SkyToggleSwitchLabelComponent, SkyToggleSwitchComponent], imports: [CommonModule,
|