Skip to content

Commit ef7ff9f

Browse files
committed
feat!: release
BREAKING CHANGE: release
1 parent afa93c4 commit ef7ff9f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

libs/angular-components/src/lib/components/input/input.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ export class GoabInput extends GoabControlValueAccessor implements OnInit {
141141
@Output() onKeyPress = new EventEmitter<GoabInputOnKeyPressDetail>();
142142
@Output() onChange = new EventEmitter<GoabInputOnChangeDetail>();
143143

144-
isReady = false;
145144
version = "2";
145+
isReady = false;
146146
handleTrailingIconClick = false;
147147

148148
constructor(

libs/common/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ export * from "./lib/validators";
33
export * from "./lib/public-form-controller";
44
export * from "./lib/temporary-notification-controller/temporary-notification-controller";
55
export * from "./lib/messaging/messaging";
6-
export { CalendarDate } from "./lib/calendar-date";
76
export { Once } from "./lib/once";
7+
export { CalendarDate } from "./lib/calendar-date";

libs/react-components/src/lib/input/input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ interface WCProps extends Margins {
4949
step?: number;
5050
maxlength?: number;
5151

52-
trailingiconarialabel?: string;
5352
version?: string;
53+
trailingiconarialabel?: string;
5454
}
5555

5656
declare module "react" {

0 commit comments

Comments
 (0)