@firestitch/form 12.3.1 → 12.3.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/app/directives/index.d.ts +2 -0
- package/app/directives/submit-button.directive.d.ts +6 -0
- package/app/fs-form.module.d.ts +6 -5
- package/bundles/firestitch-form.umd.js +23 -2
- package/bundles/firestitch-form.umd.js.map +1 -1
- package/esm2015/app/directives/index.js +3 -0
- package/esm2015/app/directives/submit-button.directive.js +14 -0
- package/esm2015/app/fs-form.module.js +8 -3
- package/esm2015/public_api.js +2 -1
- package/fesm2015/firestitch-form.js +18 -3
- package/fesm2015/firestitch-form.js.map +1 -1
- package/package.json +1 -1
- package/public_api.d.ts +1 -0
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { FsButtonDirective } from './button.directive';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FsSubmitButtonDirective extends FsButtonDirective {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FsSubmitButtonDirective, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FsSubmitButtonDirective, "dummy-selector", never, {}, {}, never>;
|
|
6
|
+
}
|
package/app/fs-form.module.d.ts
CHANGED
|
@@ -24,13 +24,14 @@ import * as i21 from "./directives/validators/validate.directive";
|
|
|
24
24
|
import * as i22 from "./components/form-dialog-actions/form-dialog-actions.component";
|
|
25
25
|
import * as i23 from "./directives/validators/no-fs-validators.directive";
|
|
26
26
|
import * as i24 from "./directives/button.directive";
|
|
27
|
-
import * as i25 from "
|
|
28
|
-
import * as i26 from "@angular/
|
|
29
|
-
import * as i27 from "@angular/
|
|
30
|
-
import * as i28 from "@angular/material/
|
|
27
|
+
import * as i25 from "./directives/submit-button.directive";
|
|
28
|
+
import * as i26 from "@angular/common";
|
|
29
|
+
import * as i27 from "@angular/forms";
|
|
30
|
+
import * as i28 from "@angular/material/button";
|
|
31
|
+
import * as i29 from "@angular/material/dialog";
|
|
31
32
|
export declare class FsFormModule {
|
|
32
33
|
static forRoot(): ModuleWithProviders<FsFormModule>;
|
|
33
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<FsFormModule, never>;
|
|
34
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FsFormModule, [typeof i1.FsFormDirective, typeof i2.FsControlDirective, typeof i3.FsFormRequiredDirective, typeof i4.FsFormMinDirective, typeof i5.FsFormMaxDirective, typeof i6.FsFormMinLengthDirective, typeof i7.FsFormMaxLengthDirective, typeof i8.FsFormEmailDirective, typeof i9.FsFormEmailsDirective, typeof i10.FsFormPhoneDirective, typeof i11.FsFormCompareDirective, typeof i12.FsFormIntegerDirective, typeof i13.FsFormNumericDirective, typeof i14.FsFormPatternDirective, typeof i15.FsFormFunctionDirective, typeof i16.FsFormDateRangeDirective, typeof i17.FsFormGreaterDirective, typeof i18.FsFormLesserDirective, typeof i19.FsFormUrlDirective, typeof i20.FsFormDialogCloseDirective, typeof i21.FsFormValidateDirective, typeof i22.FsFormDialogActionsComponent, typeof i23.FsFormNoFsValidatorsDirective, typeof i24.FsButtonDirective], [typeof
|
|
35
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FsFormModule, [typeof i1.FsFormDirective, typeof i2.FsControlDirective, typeof i3.FsFormRequiredDirective, typeof i4.FsFormMinDirective, typeof i5.FsFormMaxDirective, typeof i6.FsFormMinLengthDirective, typeof i7.FsFormMaxLengthDirective, typeof i8.FsFormEmailDirective, typeof i9.FsFormEmailsDirective, typeof i10.FsFormPhoneDirective, typeof i11.FsFormCompareDirective, typeof i12.FsFormIntegerDirective, typeof i13.FsFormNumericDirective, typeof i14.FsFormPatternDirective, typeof i15.FsFormFunctionDirective, typeof i16.FsFormDateRangeDirective, typeof i17.FsFormGreaterDirective, typeof i18.FsFormLesserDirective, typeof i19.FsFormUrlDirective, typeof i20.FsFormDialogCloseDirective, typeof i21.FsFormValidateDirective, typeof i22.FsFormDialogActionsComponent, typeof i23.FsFormNoFsValidatorsDirective, typeof i24.FsButtonDirective, typeof i25.FsSubmitButtonDirective], [typeof i26.CommonModule, typeof i27.FormsModule, typeof i28.MatButtonModule, typeof i29.MatDialogModule], [typeof i1.FsFormDirective, typeof i2.FsControlDirective, typeof i3.FsFormRequiredDirective, typeof i4.FsFormMinDirective, typeof i5.FsFormMaxDirective, typeof i6.FsFormMinLengthDirective, typeof i7.FsFormMaxLengthDirective, typeof i8.FsFormEmailDirective, typeof i9.FsFormEmailsDirective, typeof i10.FsFormPhoneDirective, typeof i11.FsFormCompareDirective, typeof i12.FsFormIntegerDirective, typeof i13.FsFormNumericDirective, typeof i14.FsFormPatternDirective, typeof i15.FsFormFunctionDirective, typeof i16.FsFormDateRangeDirective, typeof i17.FsFormGreaterDirective, typeof i18.FsFormLesserDirective, typeof i19.FsFormUrlDirective, typeof i20.FsFormDialogCloseDirective, typeof i21.FsFormValidateDirective, typeof i22.FsFormDialogActionsComponent, typeof i23.FsFormNoFsValidatorsDirective, typeof i24.FsButtonDirective, typeof i25.FsSubmitButtonDirective]>;
|
|
35
36
|
static ɵinj: i0.ɵɵInjectorDeclaration<FsFormModule>;
|
|
36
37
|
}
|
|
@@ -2624,6 +2624,22 @@
|
|
|
2624
2624
|
}]
|
|
2625
2625
|
}] });
|
|
2626
2626
|
|
|
2627
|
+
var FsSubmitButtonDirective = /** @class */ (function (_super) {
|
|
2628
|
+
__extends(FsSubmitButtonDirective, _super);
|
|
2629
|
+
function FsSubmitButtonDirective() {
|
|
2630
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
2631
|
+
}
|
|
2632
|
+
return FsSubmitButtonDirective;
|
|
2633
|
+
}(FsButtonDirective));
|
|
2634
|
+
FsSubmitButtonDirective.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FsSubmitButtonDirective, deps: null, target: i0__namespace.ɵɵFactoryTarget.Directive });
|
|
2635
|
+
FsSubmitButtonDirective.ɵdir = i0__namespace.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: FsSubmitButtonDirective, selector: "dummy-selector", usesInheritance: true, ngImport: i0__namespace });
|
|
2636
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FsSubmitButtonDirective, decorators: [{
|
|
2637
|
+
type: i0.Directive,
|
|
2638
|
+
args: [{
|
|
2639
|
+
selector: 'dummy-selector',
|
|
2640
|
+
}]
|
|
2641
|
+
}] });
|
|
2642
|
+
|
|
2627
2643
|
var FsFormModule = /** @class */ (function () {
|
|
2628
2644
|
function FsFormModule() {
|
|
2629
2645
|
}
|
|
@@ -2664,7 +2680,8 @@
|
|
|
2664
2680
|
FsFormValidateDirective,
|
|
2665
2681
|
FsFormDialogActionsComponent,
|
|
2666
2682
|
FsFormNoFsValidatorsDirective,
|
|
2667
|
-
FsButtonDirective
|
|
2683
|
+
FsButtonDirective,
|
|
2684
|
+
FsSubmitButtonDirective], imports: [i4.CommonModule,
|
|
2668
2685
|
i1.FormsModule,
|
|
2669
2686
|
i1$1.MatButtonModule,
|
|
2670
2687
|
i2$1.MatDialogModule], exports: [FsFormDirective,
|
|
@@ -2690,7 +2707,8 @@
|
|
|
2690
2707
|
FsFormValidateDirective,
|
|
2691
2708
|
FsFormDialogActionsComponent,
|
|
2692
2709
|
FsFormNoFsValidatorsDirective,
|
|
2693
|
-
FsButtonDirective
|
|
2710
|
+
FsButtonDirective,
|
|
2711
|
+
FsSubmitButtonDirective] });
|
|
2694
2712
|
FsFormModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0__namespace, type: FsFormModule, providers: [
|
|
2695
2713
|
{
|
|
2696
2714
|
provide: core.ErrorStateMatcher,
|
|
@@ -2736,6 +2754,7 @@
|
|
|
2736
2754
|
FsFormDialogActionsComponent,
|
|
2737
2755
|
FsFormNoFsValidatorsDirective,
|
|
2738
2756
|
FsButtonDirective,
|
|
2757
|
+
FsSubmitButtonDirective,
|
|
2739
2758
|
],
|
|
2740
2759
|
exports: [
|
|
2741
2760
|
FsFormDirective,
|
|
@@ -2762,6 +2781,7 @@
|
|
|
2762
2781
|
FsFormDialogActionsComponent,
|
|
2763
2782
|
FsFormNoFsValidatorsDirective,
|
|
2764
2783
|
FsButtonDirective,
|
|
2784
|
+
FsSubmitButtonDirective,
|
|
2765
2785
|
],
|
|
2766
2786
|
providers: [
|
|
2767
2787
|
{
|
|
@@ -2837,6 +2857,7 @@
|
|
|
2837
2857
|
exports.FsFormRequiredDirective = FsFormRequiredDirective;
|
|
2838
2858
|
exports.FsFormUrlDirective = FsFormUrlDirective;
|
|
2839
2859
|
exports.FsFormValidateDirective = FsFormValidateDirective;
|
|
2860
|
+
exports.FsSubmitButtonDirective = FsSubmitButtonDirective;
|
|
2840
2861
|
exports.FsValidators = FsValidators;
|
|
2841
2862
|
|
|
2842
2863
|
Object.defineProperty(exports, '__esModule', { value: true });
|