@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.
@@ -0,0 +1,2 @@
1
+ export * from './button.directive';
2
+ export * from './submit-button.directive';
@@ -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
+ }
@@ -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 "@angular/common";
28
- import * as i26 from "@angular/forms";
29
- import * as i27 from "@angular/material/button";
30
- import * as i28 from "@angular/material/dialog";
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 i25.CommonModule, typeof i26.FormsModule, typeof i27.MatButtonModule, typeof i28.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]>;
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], imports: [i4.CommonModule,
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 });