@arquimedes.co/eureka-forms 1.9.5-test → 1.9.6-test

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.
@@ -2,8 +2,8 @@ import AYFFormStepTypes from '../constants/AYFFormStepTypes';
2
2
  import { GSmartSelect, GTextInput } from './GenericFormSteps';
3
3
  export declare type AYFFormStep = AYFListStep | AYFBillNumStep;
4
4
  export interface AYFListStep extends Omit<GSmartSelect, 'searchable'> {
5
- type: AYFFormStepTypes.AYF_START_MONTH | AYFFormStepTypes.AYF_END_MONTH | AYFFormStepTypes.AYF_YEAR | AYFFormStepTypes.AYF_START_YEAR | AYFFormStepTypes.AYF_END_YEAR;
5
+ type: AYFFormStepTypes.AYF_START_MONTH | AYFFormStepTypes.AYF_END_MONTH;
6
6
  }
7
7
  export interface AYFBillNumStep extends GTextInput {
8
- type: AYFFormStepTypes.AYF_BILL_NUM;
8
+ type: AYFFormStepTypes.AYF_BILL_NUM | AYFFormStepTypes.AYF_YEAR | AYFFormStepTypes.AYF_START_YEAR | AYFFormStepTypes.AYF_END_YEAR;
9
9
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arquimedes.co/eureka-forms",
3
3
  "repository": "git://github.com/Arquimede5/Eureka-Forms.git",
4
- "version":"1.9.5-test",
4
+ "version":"1.9.6-test",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
7
7
  "build": "react-scripts build",