@testgorilla/tgo-ui 1.7.0 → 1.8.0

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.
Files changed (140) hide show
  1. package/components/autocomplete/autocomplete.component.d.ts +16 -4
  2. package/components/card/card.component.d.ts +9 -1
  3. package/components/card/card.model.d.ts +1 -0
  4. package/components/confirm-dialog/confirm-dialog.component.d.ts +3 -3
  5. package/components/confirm-dialog/confirm-dialog.component.module.d.ts +2 -1
  6. package/components/datepicker/datepicker.component.d.ts +16 -3
  7. package/components/datepicker/datepicker.component.module.d.ts +2 -1
  8. package/components/dialog/dialog.component.d.ts +13 -2
  9. package/components/dialog/dialog.component.module.d.ts +2 -1
  10. package/components/dropdown/dropdown.component.d.ts +12 -2
  11. package/components/dropdown/dropdown.component.module.d.ts +2 -1
  12. package/components/empty-state/empty-state.component.d.ts +14 -3
  13. package/components/field/field.component.d.ts +13 -2
  14. package/components/field/field.component.module.d.ts +2 -1
  15. package/components/file-upload/file-upload.component.d.ts +13 -2
  16. package/components/file-upload/file-upload.component.module.d.ts +2 -1
  17. package/components/icon/icon.config.d.ts +1 -1
  18. package/components/navbar/navbar.component.d.ts +16 -4
  19. package/components/navbar/navbar.component.module.d.ts +2 -1
  20. package/components/navigation/navigation.component.d.ts +3 -3
  21. package/components/navigation/navigation.component.module.d.ts +1 -2
  22. package/components/navigation/navigation.model.d.ts +12 -0
  23. package/components/side-sheet/side-sheet.component.d.ts +12 -2
  24. package/components/skeleton/skeleton.component.d.ts +9 -3
  25. package/components/skeleton/skeleton.model.d.ts +2 -0
  26. package/components/slider/slider.component.d.ts +97 -0
  27. package/components/slider/slider.component.module.d.ts +14 -0
  28. package/components/slider/slider.model.d.ts +4 -0
  29. package/components/snackbar/snackbar.component.module.d.ts +0 -2
  30. package/components/spinner/spinner.component.d.ts +10 -1
  31. package/components/spinner/spinner.model.d.ts +1 -0
  32. package/components/spinner/spinner.module.d.ts +2 -1
  33. package/components/stepper/stepper.component.d.ts +15 -4
  34. package/esm2022/components/alert-banner/alert-banner.component.mjs +3 -3
  35. package/esm2022/components/autocomplete/autocomplete.component.mjs +48 -29
  36. package/esm2022/components/avatar/avatar.component.mjs +2 -2
  37. package/esm2022/components/badge/badge.component.mjs +2 -2
  38. package/esm2022/components/banner-action/banner-action.component.mjs +2 -2
  39. package/esm2022/components/button/button.component.mjs +2 -2
  40. package/esm2022/components/card/card.component.mjs +17 -5
  41. package/esm2022/components/card/card.model.mjs +2 -0
  42. package/esm2022/components/checkbox/checkbox.component.mjs +2 -2
  43. package/esm2022/components/confirm-dialog/confirm-dialog.component.mjs +7 -7
  44. package/esm2022/components/confirm-dialog/confirm-dialog.component.module.mjs +23 -5
  45. package/esm2022/components/datepicker/datepicker.component.mjs +45 -24
  46. package/esm2022/components/datepicker/datepicker.component.module.mjs +29 -6
  47. package/esm2022/components/dialog/dialog.component.mjs +27 -8
  48. package/esm2022/components/dialog/dialog.component.module.mjs +32 -6
  49. package/esm2022/components/dropdown/dropdown.component.mjs +31 -13
  50. package/esm2022/components/dropdown/dropdown.component.module.mjs +29 -6
  51. package/esm2022/components/elevation-shadow/elevation-shadow.component.mjs +2 -2
  52. package/esm2022/components/empty-state/empty-state.component.mjs +28 -10
  53. package/esm2022/components/field/field.component.mjs +32 -13
  54. package/esm2022/components/field/field.component.module.mjs +29 -6
  55. package/esm2022/components/file-upload/file-upload.component.mjs +30 -11
  56. package/esm2022/components/file-upload/file-upload.component.module.mjs +43 -6
  57. package/esm2022/components/icon/icon.component.mjs +2 -2
  58. package/esm2022/components/icon/icon.config.mjs +7 -1
  59. package/esm2022/components/navbar/navbar.component.mjs +34 -13
  60. package/esm2022/components/navbar/navbar.component.module.mjs +29 -6
  61. package/esm2022/components/navigation/navigation.component.mjs +3 -4
  62. package/esm2022/components/navigation/navigation.component.module.mjs +4 -5
  63. package/esm2022/components/navigation/navigation.model.mjs +7 -0
  64. package/esm2022/components/paginator/paginator.component.mjs +2 -2
  65. package/esm2022/components/progress-bar/progress-bar.component.mjs +2 -2
  66. package/esm2022/components/radial-progress/radial-progress.component.mjs +2 -2
  67. package/esm2022/components/radio-button/radio-button.component.mjs +2 -2
  68. package/esm2022/components/rating/rating.component.mjs +2 -2
  69. package/esm2022/components/segmented-bar/segmented-bar.component.mjs +2 -2
  70. package/esm2022/components/side-sheet/side-sheet.component.mjs +28 -11
  71. package/esm2022/components/skeleton/skeleton.component.mjs +34 -7
  72. package/esm2022/components/skeleton/skeleton.model.mjs +2 -0
  73. package/esm2022/components/slider/slider.component.mjs +181 -0
  74. package/esm2022/components/slider/slider.component.module.mjs +68 -0
  75. package/esm2022/components/slider/slider.model.mjs +2 -0
  76. package/esm2022/components/snackbar/snackbar.component.mjs +3 -3
  77. package/esm2022/components/snackbar/snackbar.component.module.mjs +2 -2
  78. package/esm2022/components/spinner/spinner.component.mjs +18 -5
  79. package/esm2022/components/spinner/spinner.model.mjs +2 -0
  80. package/esm2022/components/spinner/spinner.module.mjs +4 -2
  81. package/esm2022/components/step/step.component.mjs +2 -2
  82. package/esm2022/components/stepper/stepper.component.mjs +33 -14
  83. package/esm2022/components/table/table.component.mjs +2 -2
  84. package/esm2022/components/tag/tag.component.mjs +2 -2
  85. package/esm2022/components/toggle/toggle.component.mjs +2 -2
  86. package/esm2022/public-api.mjs +8 -21
  87. package/fesm2022/testgorilla-tgo-ui.mjs +1279 -1338
  88. package/fesm2022/testgorilla-tgo-ui.mjs.map +1 -1
  89. package/package.json +1 -1
  90. package/public-api.d.ts +6 -15
  91. package/src/assets/i18n/en.json +64 -1
  92. package/src/assets/icons/Fire.svg +10 -0
  93. package/src/assets/icons/Gift.svg +7 -0
  94. package/src/assets/icons/Grab.svg +3 -0
  95. package/src/assets/icons/Share.svg +3 -0
  96. package/src/assets/icons/Sparkles.svg +18 -0
  97. package/src/assets/icons/Video-stop.svg +3 -0
  98. package/src/theme/_variables.scss +49 -1
  99. package/components/confirm-dialog/confirm-dialog.constants.d.ts +0 -5
  100. package/components/create-account/create-account.component.d.ts +0 -75
  101. package/components/create-account/create-account.component.module.d.ts +0 -14
  102. package/components/create-account/create-account.constant.d.ts +0 -13
  103. package/components/create-account/create-account.model.d.ts +0 -17
  104. package/components/create-password/create-password.component.d.ts +0 -43
  105. package/components/create-password/create-password.component.module.d.ts +0 -13
  106. package/components/create-password/create-password.constant.d.ts +0 -5
  107. package/components/create-password/create-password.model.d.ts +0 -8
  108. package/components/forgot-password/forgot-password.component.d.ts +0 -48
  109. package/components/forgot-password/forgot-password.component.module.d.ts +0 -13
  110. package/components/forgot-password/forgot-password.constant.d.ts +0 -6
  111. package/components/forgot-password/forgot-password.model.d.ts +0 -9
  112. package/components/label/label.component.d.ts +0 -46
  113. package/components/label/label.component.module.d.ts +0 -8
  114. package/components/label/label.model.d.ts +0 -16
  115. package/components/login/login.component.d.ts +0 -57
  116. package/components/login/login.component.module.d.ts +0 -13
  117. package/components/login/login.constant.d.ts +0 -10
  118. package/components/login/login.model.d.ts +0 -15
  119. package/esm2022/components/confirm-dialog/confirm-dialog.constants.mjs +0 -6
  120. package/esm2022/components/create-account/create-account.component.mjs +0 -148
  121. package/esm2022/components/create-account/create-account.component.module.mjs +0 -48
  122. package/esm2022/components/create-account/create-account.constant.mjs +0 -14
  123. package/esm2022/components/create-account/create-account.model.mjs +0 -2
  124. package/esm2022/components/create-password/create-password.component.mjs +0 -83
  125. package/esm2022/components/create-password/create-password.component.module.mjs +0 -44
  126. package/esm2022/components/create-password/create-password.constant.mjs +0 -6
  127. package/esm2022/components/create-password/create-password.model.mjs +0 -2
  128. package/esm2022/components/forgot-password/forgot-password.component.mjs +0 -86
  129. package/esm2022/components/forgot-password/forgot-password.component.module.mjs +0 -44
  130. package/esm2022/components/forgot-password/forgot-password.constant.mjs +0 -7
  131. package/esm2022/components/forgot-password/forgot-password.model.mjs +0 -2
  132. package/esm2022/components/label/label.component.mjs +0 -64
  133. package/esm2022/components/label/label.component.module.mjs +0 -19
  134. package/esm2022/components/label/label.model.mjs +0 -9
  135. package/esm2022/components/login/login.component.mjs +0 -113
  136. package/esm2022/components/login/login.component.module.mjs +0 -44
  137. package/esm2022/components/login/login.constant.mjs +0 -11
  138. package/esm2022/components/login/login.model.mjs +0 -2
  139. package/esm2022/utils/validators.utils.mjs +0 -8
  140. package/utils/validators.utils.d.ts +0 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testgorilla/tgo-ui",
3
- "version": "1.7.0",
3
+ "version": "1.8.0",
4
4
  "lint-staged": {
5
5
  "src/**/*.ts": [
6
6
  "eslint --fix",
package/public-api.d.ts CHANGED
@@ -7,14 +7,9 @@ export * from './components/button/button.component.module';
7
7
  export * from './components/button/button.model';
8
8
  export * from './components/card/card.component';
9
9
  export * from './components/card/card.component.module';
10
+ export * from './components/card/card.model';
10
11
  export * from './components/checkbox/checkbox.component';
11
12
  export * from './components/checkbox/checkbox.component.module';
12
- export * from './components/create-account/create-account.component';
13
- export * from './components/create-account/create-account.component.module';
14
- export * from './components/create-account/create-account.model';
15
- export * from './components/create-password/create-password.component';
16
- export * from './components/create-password/create-password.component.module';
17
- export * from './components/create-password/create-password.model';
18
13
  export * from './components/dialog/dialog.component';
19
14
  export * from './components/dialog/dialog.component.module';
20
15
  export * from './components/dialog/dialog.service';
@@ -26,20 +21,11 @@ export * from './components/field/field.component.module';
26
21
  export * from './components/field/field.model';
27
22
  export * from './components/file-upload/file-upload.component';
28
23
  export * from './components/file-upload/file-upload.component.module';
29
- export * from './components/forgot-password/forgot-password.component';
30
- export * from './components/forgot-password/forgot-password.component.module';
31
- export * from './components/forgot-password/forgot-password.model';
32
24
  export * from './components/icon/icon.component';
33
25
  export * from './components/icon/icon.component.module';
34
26
  export * from './components/icon/icon.model';
35
27
  export * from './components/icon-label/icon-label.component';
36
28
  export * from './components/icon-label/icon-label.component.module';
37
- export * from './components/label/label.component';
38
- export * from './components/label/label.component.module';
39
- export * from './components/label/label.model';
40
- export * from './components/login/login.component';
41
- export * from './components/login/login.component.module';
42
- export * from './components/login/login.model';
43
29
  export * from './components/logo/logo.component';
44
30
  export * from './components/logo/logo.component.module';
45
31
  export * from './components/logo/logo.model';
@@ -48,6 +34,7 @@ export * from './components/navbar/navbar.component.module';
48
34
  export * from './components/navbar/navbar.model';
49
35
  export * from './components/navigation/navigation.component';
50
36
  export * from './components/navigation/navigation.component.module';
37
+ export * from './components/navigation/navigation.model';
51
38
  export * from './components/deprecated-paginator/deprecated-paginator.component';
52
39
  export * from './components/deprecated-paginator/deprecated-paginator.component.module';
53
40
  export * from './components/progress-bar/progress-bar.component';
@@ -73,6 +60,7 @@ export * from './components/dropdown/dropdown.component.module';
73
60
  export * from './components/dropdown/dropdown.model';
74
61
  export * from './components/spinner/spinner.component';
75
62
  export * from './components/spinner/spinner.module';
63
+ export * from './components/spinner/spinner.model';
76
64
  export * from './components/confirm-dialog/confirm-dialog.component';
77
65
  export * from './components/confirm-dialog/confirm-dialog.component.module';
78
66
  export * from './components/datepicker/datepicker.component';
@@ -108,6 +96,9 @@ export * from './components/side-sheet/side-sheet.component';
108
96
  export * from './components/side-sheet/side-sheet.component.module';
109
97
  export * from './components/side-sheet/side-sheet.service';
110
98
  export * from './components/side-sheet/side-sheet.model';
99
+ export * from './components/slider/slider.component';
100
+ export * from './components/slider/slider.component.module';
101
+ export * from './components/slider/slider.model';
111
102
  export * from './components/segmented-bar/segmented-bar.component';
112
103
  export * from './components/segmented-bar/segmented-bar.component.module';
113
104
  export * from './components/segmented-bar/segmented-bar.model';
@@ -12,6 +12,14 @@
12
12
  "STEPPER": {
13
13
  "FINAL_STEP": "Final step"
14
14
  },
15
+ "SLIDER": {
16
+ "MAX_LESS_THAN_MIN": "Max value ({{max}}) cannot be less then current min value ({{min}})",
17
+ "MIN_MORE_THAN_MAX": "Min value ({{min}}) cannot be more then current max value ({{max}})"
18
+ },
19
+ "DATEPICKER": {
20
+ "START_DATE": "Start date",
21
+ "END_DATE": "End date"
22
+ },
15
23
  "PLURALS": {
16
24
  "EMAILS": "{numEmails, select, 1 {email} other {emails}}",
17
25
  "USERS": "{numUsers, select, 1 {User} other {Users}}",
@@ -73,7 +81,10 @@
73
81
  "ALL": "All",
74
82
  "OR_DIVIDER": "or",
75
83
  "ADD": "Add",
76
- "NO_RESULTS": "No results"
84
+ "NO_RESULTS": "No results",
85
+ "MAX": "Max",
86
+ "MIN": "Min",
87
+ "CLEAR": "Clear"
77
88
  },
78
89
  "DATE_TIME": {
79
90
  "SECONDS": "{{seconds}} {{PLURALS.DATE_TIME.SECONDS}}",
@@ -81,5 +92,57 @@
81
92
  "SHORT_MINUTES": "{{minutes}} {{PLURALS.DATE_TIME.SHORT_MINUTES}}",
82
93
  "HOURS": "{{hours}} {{PLURALS.DATE_TIME.HOURS}}",
83
94
  "DAYS": "{{days}} {{PLURALS.DATE_TIME.DAYS}}"
95
+ },
96
+ "CREATE_ACCOUNT": {
97
+ "TITLE": "Create your Career Passport",
98
+ "SUBTITLE": "Enter the email address to which you received an assessment invite.",
99
+ "EMAIL_LABEL": "Email",
100
+ "PASSWORD_LABEL": "Password",
101
+ "TERMS_CONDITIONS": "I have read and accepted the ",
102
+ "TERMS_CONDITIONS_LINK_LABEL": "candidate terms",
103
+ "PRIVACY_POLICY_LINK_LABEL": "privacy policy",
104
+ "TERMS_CONDITIONS_DELIMITER": "and",
105
+ "BUTTON_LABEL": "Next",
106
+ "HAVE_CAREER_PASSPORT": "Already have a Career Passport?",
107
+ "LOGIN": "Log in here"
108
+ },
109
+ "CREATE_PASSWORD": {
110
+ "TITLE": "Please create a new password",
111
+ "PASSWORD_LABEL": "Set password",
112
+ "BUTTON": "Set new password"
113
+ },
114
+ "DIALOG": {
115
+ "CLOSE_LABEL": "Close dialog"
116
+ },
117
+ "FIELD": {
118
+ "VIEW_PASSWORD": "View password"
119
+ },
120
+ "FILE_UPLOAD": {
121
+ "DRAG_AND_DROP_OR": "Drag and drop or",
122
+ "BROWSE": "Browse",
123
+ "YOUR_FILES": "Your files",
124
+ "MAX_SIZE": "MB max file size.",
125
+ "UPLOADING": "Uploading",
126
+ "SUPPORTED_FILE_TYPES": "Supported file types:",
127
+ "CHANGE": "Change"
128
+ },
129
+ "FORGOT_PASSWORD": {
130
+ "TITLE": "Reset your password",
131
+ "EMAIL_LABEL": "Email",
132
+ "BUTTON_LABEL": "Send reset link",
133
+ "BACK_TO_LOGIN": "Back to log in"
134
+ },
135
+ "LOGIN": {
136
+ "TITLE": "Log in to your Career Passport",
137
+ "EMAIL_LABEL": "Email address",
138
+ "PASSWORD_LABEL": "Password",
139
+ "REMEMBER_ME": "Keep me logged in",
140
+ "FORGOT_PASSWORD": "Forgot password?",
141
+ "BUTTON_LABEL": "Log in",
142
+ "NOT_HAVE_ACCOUNT": "Don't have an account?",
143
+ "CREATE_ACCOUNT": "Create one here"
144
+ },
145
+ "NAVBAR": {
146
+ "LOG_OUT": "Log out"
84
147
  }
85
148
  }
@@ -0,0 +1,10 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_12401_80652)">
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.45565 1.82814C6.60001 1.82938 6.73679 1.89296 6.8308 2.00251L8.95002 4.47211L10.1841 3.02383C10.2789 2.91257 10.4177 2.84836 10.5639 2.84813C10.7101 2.84789 10.849 2.91163 10.9442 3.02259L12.2309 4.52259C12.2375 4.53033 12.2439 4.53822 12.25 4.54624C13.1382 5.59906 13.6247 6.92902 13.6247 8.31479V8.48146C13.6247 11.598 11.0937 14.1281 7.97135 14.1281C7.96516 14.1281 7.9504 14.1281 7.93084 14.1267C4.82197 14.1055 2.30469 11.5887 2.30469 8.47346C2.30469 7.07448 2.79975 5.73253 3.70292 4.66912L3.71014 4.66063L6.07756 1.99604C6.17344 1.88812 6.31129 1.8269 6.45565 1.82814ZM11.4481 5.14601L10.5659 4.11756L9.33193 5.56575C9.23713 5.677 9.09839 5.7412 8.95222 5.74146C8.80606 5.74171 8.6671 5.67799 8.57191 5.56707L6.44482 3.0883L4.4616 5.32061C3.71367 6.2032 3.30469 7.31358 3.30469 8.47279C3.30469 11.0422 5.38668 13.1208 7.95919 13.1268C7.97074 13.1268 7.98228 13.1272 7.99379 13.1281C10.5544 13.116 12.6247 11.0374 12.6247 8.48146V8.31479C12.6247 7.15365 12.2137 6.0423 11.4647 5.16642C11.459 5.15973 11.4534 5.15292 11.4481 5.14601Z" fill="currentColor"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_12401_80652">
7
+ <rect width="16" height="16" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M1.93934 4.6034C2.22064 4.3221 2.60218 4.16406 3 4.16406H13C13.3978 4.16406 13.7794 4.3221 14.0607 4.6034C14.342 4.88471 14.5 5.26624 14.5 5.66406V6.33073C14.5 6.72855 14.342 7.11009 14.0607 7.39139C13.7794 7.67269 13.3978 7.83073 13 7.83073H9.33333C9.05719 7.83073 8.83333 7.60687 8.83333 7.33073C8.83333 7.05459 9.05719 6.83073 9.33333 6.83073H13C13.1326 6.83073 13.2598 6.77805 13.3536 6.68428C13.4473 6.59051 13.5 6.46334 13.5 6.33073V5.66406C13.5 5.53145 13.4473 5.40428 13.3536 5.31051C13.2598 5.21674 13.1326 5.16406 13 5.16406H3C2.86739 5.16406 2.74021 5.21674 2.64645 5.31051C2.55268 5.40428 2.5 5.53145 2.5 5.66406V6.33073C2.5 6.46334 2.55268 6.59051 2.64645 6.68428C2.74021 6.77805 2.86739 6.83073 3 6.83073H6.66667C6.94281 6.83073 7.16667 7.05459 7.16667 7.33073C7.16667 7.60687 6.94281 7.83073 6.66667 7.83073H3C2.60218 7.83073 2.22064 7.67269 1.93934 7.39139C1.65804 7.11009 1.5 6.72855 1.5 6.33073V5.66406C1.5 5.26624 1.65804 4.88471 1.93934 4.6034Z" fill="currentColor"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.66602 6.83594C2.94216 6.83594 3.16602 7.0598 3.16602 7.33594V12.6693C3.16602 12.8903 3.25381 13.1022 3.41009 13.2585C3.56637 13.4148 3.77834 13.5026 3.99935 13.5026H11.9993C12.2204 13.5026 12.4323 13.4148 12.5886 13.2585C12.7449 13.1022 12.8327 12.8903 12.8327 12.6693V7.33594C12.8327 7.0598 13.0565 6.83594 13.3327 6.83594C13.6088 6.83594 13.8327 7.0598 13.8327 7.33594V12.6693C13.8327 13.1555 13.6395 13.6218 13.2957 13.9656C12.9519 14.3094 12.4856 14.5026 11.9993 14.5026H3.99935C3.51312 14.5026 3.0468 14.3094 2.70299 13.9656C2.35917 13.6218 2.16602 13.1555 2.16602 12.6693V7.33594C2.16602 7.0598 2.38987 6.83594 2.66602 6.83594Z" fill="currentColor"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.66634 2.5C6.44533 2.5 6.23337 2.5878 6.07709 2.74408C5.92081 2.90036 5.83301 3.11232 5.83301 3.33333C5.83301 3.55435 5.92081 3.76631 6.07709 3.92259C6.23337 4.07887 6.44533 4.16667 6.66634 4.16667H7.49967V3.33333C7.49967 3.11232 7.41188 2.90036 7.2556 2.74408C7.09932 2.5878 6.88735 2.5 6.66634 2.5ZM5.36998 2.03697C5.7138 1.69315 6.18011 1.5 6.66634 1.5C7.15257 1.5 7.61889 1.69315 7.9627 2.03697C8.30652 2.38079 8.49967 2.8471 8.49967 3.33333V4.66667C8.49967 4.94281 8.27582 5.16667 7.99967 5.16667H6.66634C6.18011 5.16667 5.7138 4.97351 5.36998 4.6297C5.02616 4.28588 4.83301 3.81956 4.83301 3.33333C4.83301 2.8471 5.02616 2.38079 5.36998 2.03697Z" fill="currentColor"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.33333 2.5C9.11232 2.5 8.90036 2.5878 8.74408 2.74408C8.5878 2.90036 8.5 3.11232 8.5 3.33333V4.16667H9.33333C9.55435 4.16667 9.76631 4.07887 9.92259 3.92259C10.0789 3.76631 10.1667 3.55435 10.1667 3.33333C10.1667 3.11232 10.0789 2.90036 9.92259 2.74408C9.76631 2.5878 9.55435 2.5 9.33333 2.5ZM8.03697 2.03697C8.38079 1.69315 8.8471 1.5 9.33333 1.5C9.81956 1.5 10.2859 1.69315 10.6297 2.03697C10.9735 2.38079 11.1667 2.8471 11.1667 3.33333C11.1667 3.81956 10.9735 4.28588 10.6297 4.6297C10.2859 4.97351 9.81956 5.16667 9.33333 5.16667H8C7.72386 5.16667 7.5 4.94281 7.5 4.66667V3.33333C7.5 2.8471 7.69315 2.38079 8.03697 2.03697Z" fill="currentColor"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.33268 5.16406C7.24063 5.16406 7.16602 5.23868 7.16602 5.33073V13.3307C7.16602 13.4228 7.24063 13.4974 7.33268 13.4974H8.66602C8.75806 13.4974 8.83268 13.4228 8.83268 13.3307V5.33073C8.83268 5.23868 8.75806 5.16406 8.66602 5.16406H7.33268ZM6.16602 5.33073C6.16602 4.6864 6.68835 4.16406 7.33268 4.16406H8.66602C9.31035 4.16406 9.83268 4.6864 9.83268 5.33073V13.3307C9.83268 13.9751 9.31035 14.4974 8.66602 14.4974H7.33268C6.68835 14.4974 6.16602 13.9751 6.16602 13.3307V5.33073Z" fill="currentColor"/>
7
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.00326 5.33659C6.73963 5.33659 7.33659 4.73963 7.33659 4.00326C7.33659 3.26688 6.73963 2.66992 6.00326 2.66992C5.26688 2.66992 4.66992 3.26688 4.66992 4.00326C4.66992 4.73963 5.26688 5.33659 6.00326 5.33659ZM10.0033 5.33659C10.7396 5.33659 11.3366 4.73963 11.3366 4.00326C11.3366 3.26688 10.7396 2.66992 10.0033 2.66992C9.26688 2.66992 8.66992 3.26688 8.66992 4.00326C8.66992 4.73963 9.26688 5.33659 10.0033 5.33659ZM7.33659 8.00326C7.33659 8.73963 6.73963 9.33659 6.00326 9.33659C5.26688 9.33659 4.66992 8.73963 4.66992 8.00326C4.66992 7.26688 5.26688 6.66992 6.00326 6.66992C6.73963 6.66992 7.33659 7.26688 7.33659 8.00326ZM10.0033 9.33659C10.7396 9.33659 11.3366 8.73963 11.3366 8.00326C11.3366 7.26688 10.7396 6.66992 10.0033 6.66992C9.26688 6.66992 8.66992 7.26688 8.66992 8.00326C8.66992 8.73963 9.26688 9.33659 10.0033 9.33659ZM7.33659 12.0033C7.33659 12.7396 6.73963 13.3366 6.00326 13.3366C5.26688 13.3366 4.66992 12.7396 4.66992 12.0033C4.66992 11.2669 5.26688 10.6699 6.00326 10.6699C6.73963 10.6699 7.33659 11.2669 7.33659 12.0033ZM10.0033 13.3366C10.7396 13.3366 11.3366 12.7396 11.3366 12.0033C11.3366 11.2669 10.7396 10.6699 10.0033 10.6699C9.26688 10.6699 8.66992 11.2669 8.66992 12.0033C8.66992 12.7396 9.26688 13.3366 10.0033 13.3366Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.99992 1.5C7.99994 1.5 7.99997 1.5 8 1.5C8.14213 1.5 8.27041 1.5593 8.36144 1.65452L10.3534 3.64645C10.5486 3.84171 10.5486 4.15829 10.3534 4.35355C10.1581 4.54882 9.84153 4.54882 9.64627 4.35355L8.5 3.20729V9.33333C8.5 9.60948 8.27614 9.83333 8 9.83333C7.72386 9.83333 7.5 9.60948 7.5 9.33333V3.20721L6.3541 4.35349C6.15887 4.54879 5.84229 4.54884 5.64699 4.35361C5.4517 4.15838 5.45165 3.8418 5.64688 3.64651L7.64621 1.64651C7.67881 1.61389 7.71546 1.58624 7.75497 1.56405C7.82192 1.52634 7.89843 1.50361 7.97996 1.50039C7.98658 1.50013 7.99323 1.5 7.99992 1.5ZM2.1665 7.99984C2.1665 6.98703 2.98703 6.1665 3.99984 6.1665H5.33317C5.60931 6.1665 5.83317 6.39036 5.83317 6.6665C5.83317 6.94265 5.60931 7.1665 5.33317 7.1665H3.99984C3.53931 7.1665 3.1665 7.53931 3.1665 7.99984V12.6665C3.1665 13.127 3.53931 13.4998 3.99984 13.4998H11.9998C12.4604 13.4998 12.8332 13.127 12.8332 12.6665V7.99984C12.8332 7.53931 12.4604 7.1665 11.9998 7.1665H10.6665C10.3904 7.1665 10.1665 6.94265 10.1665 6.6665C10.1665 6.39036 10.3904 6.1665 10.6665 6.1665H11.9998C13.0126 6.1665 13.8332 6.98703 13.8332 7.99984V12.6665C13.8332 13.6793 13.0126 14.4998 11.9998 14.4998H3.99984C2.98703 14.4998 2.1665 13.6793 2.1665 12.6665V7.99984Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,18 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_12401_80651)">
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.99967 1.5C4.27582 1.5 4.49967 1.72386 4.49967 2C4.49967 3.19662 5.46972 4.16667 6.66634 4.16667C6.94248 4.16667 7.16634 4.39052 7.16634 4.66667C7.16634 4.94281 6.94248 5.16667 6.66634 5.16667C5.46972 5.16667 4.49967 6.13672 4.49967 7.33333C4.49967 7.60948 4.27582 7.83333 3.99967 7.83333C3.72353 7.83333 3.49967 7.60948 3.49967 7.33333C3.49967 6.13672 2.52963 5.16667 1.33301 5.16667C1.05687 5.16667 0.833008 4.94281 0.833008 4.66667C0.833008 4.39052 1.05687 4.16667 1.33301 4.16667C2.52963 4.16667 3.49967 3.19662 3.49967 2C3.49967 1.72386 3.72353 1.5 3.99967 1.5ZM3.99967 3.70855C3.75305 4.09268 3.42569 4.42004 3.04155 4.66667C3.42569 4.91329 3.75305 5.24065 3.99967 5.62479C4.2463 5.24065 4.57366 4.91329 4.95779 4.66667C4.57366 4.42004 4.2463 4.09268 3.99967 3.70855Z" fill="currentColor"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.3333 2.83594C11.6095 2.83594 11.8333 3.0598 11.8333 3.33594C11.8333 4.90074 13.1019 6.16927 14.6667 6.16927C14.9428 6.16927 15.1667 6.39313 15.1667 6.66927C15.1667 6.94541 14.9428 7.16927 14.6667 7.16927C13.1019 7.16927 11.8333 8.4378 11.8333 10.0026C11.8333 10.2787 11.6095 10.5026 11.3333 10.5026C11.0572 10.5026 10.8333 10.2787 10.8333 10.0026C10.8333 8.4378 9.5648 7.16927 8 7.16927C7.72386 7.16927 7.5 6.94541 7.5 6.66927C7.5 6.39313 7.72386 6.16927 8 6.16927C9.5648 6.16927 10.8333 4.90074 10.8333 3.33594C10.8333 3.0598 11.0572 2.83594 11.3333 2.83594ZM11.3333 5.23025C10.992 5.8296 10.4937 6.32793 9.89431 6.66927C10.4937 7.01061 10.992 7.50894 11.3333 8.1083C11.6747 7.50894 12.173 7.01061 12.7724 6.66927C12.173 6.32793 11.6747 5.8296 11.3333 5.23025Z" fill="currentColor"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.333 9.5C11.6092 9.5 11.833 9.72386 11.833 10V10.6667C11.833 10.9428 11.6092 11.1667 11.333 11.1667C11.0569 11.1667 10.833 10.9428 10.833 10.6667V10C10.833 9.72386 11.0569 9.5 11.333 9.5Z" fill="currentColor"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.334 2.16406C11.6101 2.16406 11.834 2.38792 11.834 2.66406V3.33073C11.834 3.60687 11.6101 3.83073 11.334 3.83073C11.0578 3.83073 10.834 3.60687 10.834 3.33073V2.66406C10.834 2.38792 11.0578 2.16406 11.334 2.16406Z" fill="currentColor"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.66699 13.5C6.94313 13.5 7.16699 13.7239 7.16699 14V14.6667C7.16699 14.9428 6.94313 15.1667 6.66699 15.1667C6.39085 15.1667 6.16699 14.9428 6.16699 14.6667V14C6.16699 13.7239 6.39085 13.5 6.66699 13.5Z" fill="currentColor"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.66602 8.16406C6.94216 8.16406 7.16602 8.38792 7.16602 8.66406V9.33073C7.16602 9.60687 6.94216 9.83073 6.66602 9.83073C6.38987 9.83073 6.16602 9.60687 6.16602 9.33073V8.66406C6.16602 8.38792 6.38987 8.16406 6.66602 8.16406Z" fill="currentColor"/>
9
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4 6.83594C4.27614 6.83594 4.5 7.0598 4.5 7.33594V8.0026C4.5 8.27875 4.27614 8.5026 4 8.5026C3.72386 8.5026 3.5 8.27875 3.5 8.0026V7.33594C3.5 7.0598 3.72386 6.83594 4 6.83594Z" fill="currentColor"/>
10
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4 0.835938C4.27614 0.835938 4.5 1.0598 4.5 1.33594V2.0026C4.5 2.27875 4.27614 2.5026 4 2.5026C3.72386 2.5026 3.5 2.27875 3.5 2.0026V1.33594C3.5 1.0598 3.72386 0.835938 4 0.835938Z" fill="currentColor"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.66667 8.5C6.94281 8.5 7.16667 8.72386 7.16667 9C7.16667 10.1966 8.13672 11.1667 9.33333 11.1667C9.60948 11.1667 9.83333 11.3905 9.83333 11.6667C9.83333 11.9428 9.60948 12.1667 9.33333 12.1667C8.13672 12.1667 7.16667 13.1367 7.16667 14.3333C7.16667 14.6095 6.94281 14.8333 6.66667 14.8333C6.39052 14.8333 6.16667 14.6095 6.16667 14.3333C6.16667 13.1367 5.19662 12.1667 4 12.1667C3.72386 12.1667 3.5 11.9428 3.5 11.6667C3.5 11.3905 3.72386 11.1667 4 11.1667C5.19662 11.1667 6.16667 10.1966 6.16667 9C6.16667 8.72386 6.39052 8.5 6.66667 8.5ZM6.66667 10.7085C6.42004 11.0927 6.09268 11.42 5.70855 11.6667C6.09268 11.9133 6.42004 12.2407 6.66667 12.6248C6.91329 12.2407 7.24065 11.9133 7.62479 11.6667C7.24065 11.42 6.91329 11.0927 6.66667 10.7085Z" fill="currentColor"/>
12
+ </g>
13
+ <defs>
14
+ <clipPath id="clip0_12401_80651">
15
+ <rect width="16" height="16" fill="white"/>
16
+ </clipPath>
17
+ </defs>
18
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3 12V4C3 3.44772 3.44772 3 4 3H12C12.5523 3 13 3.44772 13 4V12C13 12.5523 12.5523 13 12 13H4C3.44772 13 3 12.5523 3 12Z" fill="currentColor"/>
3
+ </svg>
@@ -50,4 +50,52 @@ $breakpoints: (
50
50
  'small': 320px,
51
51
  'medium': 600px,
52
52
  'large': 1024px,
53
- ) !default;
53
+ ) !default;
54
+
55
+ $colors: (
56
+ 'teal-60b': $tgo-teal-60b,
57
+ 'teal-30b': $tgo-teal-30b,
58
+ 'teal-default': $tgo-teal-default,
59
+ 'teal-30w': $tgo-teal-30w,
60
+ 'teal-60w': $tgo-teal-60w,
61
+ 'teal-secondary': $tgo-teal-secondary,
62
+ 'teal-90w': $tgo-teal-90w,
63
+
64
+ 'petrol-60b': $tgo-petrol-60b,
65
+ 'petrol-30b': $tgo-petrol-30b,
66
+ 'petrol-default': $tgo-petrol-default,
67
+ 'petrol-30w': $tgo-petrol-30w,
68
+ 'petrol-60w': $tgo-petrol-60w,
69
+ 'petrol-secondary': $tgo-petrol-secondary,
70
+ 'petrol-90w': $tgo-petrol-90w,
71
+
72
+ 'error-60b': $tgo-error-60b,
73
+ 'error-30b': $tgo-error-30b,
74
+ 'error-60w': $tgo-error-60w,
75
+ 'error-secondary': $tgo-error-secondary,
76
+ 'error-default': $tgo-error-default,
77
+
78
+ 'warning-secondary': $tgo-warning-secondary,
79
+ 'warning-default': $tgo-warning-default,
80
+
81
+ 'black': $tgo-black,
82
+ 'dark': $tgo-dark,
83
+ 'medium': $tgo-medium,
84
+ 'grey': $tgo-grey,
85
+ 'light': $tgo-light,
86
+ 'white': $tgo-white,
87
+
88
+ 'box-shadow': $box-shadow,
89
+ );
90
+
91
+ @each $colorName, $colorValue in $colors {
92
+ .bg-#{$colorName} {
93
+ background: $colorValue;
94
+ }
95
+ }
96
+
97
+ @each $colorName, $colorValue in $colors {
98
+ .bgc-#{$colorName} {
99
+ background-color: $colorValue;
100
+ }
101
+ }
@@ -1,5 +0,0 @@
1
- export declare const CONFIRM_DIALOG_i18n: {
2
- confirmButtonText: string;
3
- cancelButtonText: string;
4
- title: string;
5
- };
@@ -1,75 +0,0 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import { UntypedFormBuilder } from '@angular/forms';
3
- import { CreateAccountCredentials, Ii18nCreateAccount } from './create-account.model';
4
- import * as i0 from "@angular/core";
5
- export declare class CreateAccountComponent implements OnInit {
6
- private fb;
7
- /**
8
- * @ignore
9
- */
10
- email: string;
11
- /**
12
- * @ignore
13
- */
14
- emailEditable: boolean;
15
- /**
16
- * Path for candidate terms link
17
- * @memberof CreateAccountComponent
18
- */
19
- termsOfusePath: string;
20
- /**
21
- * Path for privacy policy link
22
- * @memberof CreateAccountComponent
23
- */
24
- privacyPolicyPath: string;
25
- /**
26
- * @ignore
27
- */
28
- registerForm: import("@angular/forms").UntypedFormGroup;
29
- /**
30
- * @ignore
31
- */
32
- formErrors: {
33
- username: string[];
34
- password: string[];
35
- };
36
- /**
37
- * Indicator if the form is loading
38
- *
39
- * @memberof ButtonComponent
40
- */
41
- loading: boolean;
42
- /**
43
- *
44
- * @description Object with the translations for the component.
45
- * @type {Ii18nCreateAccount}
46
- * @memberof CreateAccountComponent
47
- */
48
- i18n: Ii18nCreateAccount;
49
- /**
50
- * @ignore
51
- */
52
- submitEvent: EventEmitter<CreateAccountCredentials>;
53
- /**
54
- * @ignore
55
- */
56
- loginEvent: EventEmitter<void>;
57
- /**
58
- * @ignore
59
- */
60
- ngOnInit(): void;
61
- constructor(fb: UntypedFormBuilder);
62
- submit(): void;
63
- login(): void;
64
- /**
65
- * @ignore
66
- */
67
- errorMessages: Record<string, string>;
68
- /**
69
- * @ignore
70
- */
71
- passwordErrorMessages: Record<string, string>;
72
- checkErrors(field: string): void;
73
- static ɵfac: i0.ɵɵFactoryDeclaration<CreateAccountComponent, never>;
74
- static ɵcmp: i0.ɵɵComponentDeclaration<CreateAccountComponent, "ui-create-account", never, { "email": { "alias": "email"; "required": false; }; "emailEditable": { "alias": "emailEditable"; "required": false; }; "termsOfusePath": { "alias": "termsOfusePath"; "required": false; }; "privacyPolicyPath": { "alias": "privacyPolicyPath"; "required": false; }; "formErrors": { "alias": "formErrors"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "i18n": { "alias": "i18n"; "required": false; }; }, { "submitEvent": "submitEvent"; "loginEvent": "loginEvent"; }, never, never, false, never>;
75
- }
@@ -1,14 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./create-account.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "../field/field.component.module";
6
- import * as i5 from "../button/button.component.module";
7
- import * as i6 from "../checkbox/checkbox.component.module";
8
- import * as i7 from "@angular-material-extensions/password-strength";
9
- import * as i8 from "../logo/logo.component.module";
10
- export declare class CreateAccountComponentModule {
11
- static ɵfac: i0.ɵɵFactoryDeclaration<CreateAccountComponentModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<CreateAccountComponentModule, [typeof i1.CreateAccountComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.FieldComponentModule, typeof i5.ButtonComponentModule, typeof i6.CheckboxComponentModule, typeof i7.MatPasswordStrengthModule, typeof i8.LogoComponentModule], [typeof i1.CreateAccountComponent]>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<CreateAccountComponentModule>;
14
- }
@@ -1,13 +0,0 @@
1
- export declare const CREATE_ACCOUNT_i18n: {
2
- title: string;
3
- subtitle: string;
4
- email_label: string;
5
- password_label: string;
6
- terms_conditions: string;
7
- terms_conditions_link_label: string;
8
- privacy_policy_link_label: string;
9
- terms_conditions_delimiter: string;
10
- button_label: string;
11
- have_career_passport: string;
12
- login: string;
13
- };
@@ -1,17 +0,0 @@
1
- export interface CreateAccountCredentials {
2
- username: string;
3
- password: string;
4
- }
5
- export interface Ii18nCreateAccount {
6
- title: string;
7
- subtitle: string;
8
- email_label: string;
9
- password_label: string;
10
- terms_conditions: string;
11
- terms_conditions_link_label: string;
12
- privacy_policy_link_label: string;
13
- terms_conditions_delimiter: string;
14
- button_label: string;
15
- have_career_passport: string;
16
- login: string;
17
- }
@@ -1,43 +0,0 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import { UntypedFormBuilder } from '@angular/forms';
3
- import { CreatePasswordCredentials, Ii18nCreatePassword } from './create-password.model';
4
- import * as i0 from "@angular/core";
5
- export declare class CreatePasswordComponent implements OnInit {
6
- private fb;
7
- /**
8
- * @ignore
9
- */
10
- createPasswordForm: import("@angular/forms").UntypedFormGroup;
11
- /**
12
- * @ignore
13
- */
14
- formErrors: {
15
- password: string[];
16
- };
17
- /**
18
- * Indicator if the form is loading
19
- *
20
- * @memberof ButtonComponent
21
- */
22
- loading: boolean;
23
- /**
24
- *
25
- * @description Object with the translations for the component.
26
- * @type {Ii18nCreatePassword}
27
- * @memberof CreatePasswordComponent
28
- */
29
- i18n: Ii18nCreatePassword;
30
- /**
31
- * @ignore
32
- */
33
- submitEvent: EventEmitter<CreatePasswordCredentials>;
34
- /**
35
- * @ignore
36
- */
37
- ngOnInit(): void;
38
- constructor(fb: UntypedFormBuilder);
39
- submit(): void;
40
- checkErrors(field: string): void;
41
- static ɵfac: i0.ɵɵFactoryDeclaration<CreatePasswordComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<CreatePasswordComponent, "ui-create-password", never, { "formErrors": { "alias": "formErrors"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "i18n": { "alias": "i18n"; "required": false; }; }, { "submitEvent": "submitEvent"; }, never, never, false, never>;
43
- }
@@ -1,13 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./create-password.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "../field/field.component.module";
6
- import * as i5 from "../button/button.component.module";
7
- import * as i6 from "@angular-material-extensions/password-strength";
8
- import * as i7 from "../logo/logo.component.module";
9
- export declare class CreatePasswordComponentModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<CreatePasswordComponentModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<CreatePasswordComponentModule, [typeof i1.CreatePasswordComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.FieldComponentModule, typeof i5.ButtonComponentModule, typeof i6.MatPasswordStrengthModule, typeof i7.LogoComponentModule], [typeof i1.CreatePasswordComponent]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<CreatePasswordComponentModule>;
13
- }
@@ -1,5 +0,0 @@
1
- export declare const CREATE_PASSWORD_i18n: {
2
- title: string;
3
- password_label: string;
4
- button: string;
5
- };
@@ -1,8 +0,0 @@
1
- export interface CreatePasswordCredentials {
2
- password: string;
3
- }
4
- export interface Ii18nCreatePassword {
5
- title: string;
6
- password_label: string;
7
- button: string;
8
- }
@@ -1,48 +0,0 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import { UntypedFormBuilder } from '@angular/forms';
3
- import { ForgotPasswordCredentials, Ii18nForgotPassword } from './forgot-password.model';
4
- import * as i0 from "@angular/core";
5
- export declare class ForgotPasswordComponent implements OnInit {
6
- private fb;
7
- /**
8
- * @ignore
9
- */
10
- forgotPasswordForm: import("@angular/forms").UntypedFormGroup;
11
- /**
12
- * @ignore
13
- */
14
- formErrors: {
15
- email: string[];
16
- };
17
- /**
18
- * Indicator if the form is loading
19
- *
20
- * @memberof ButtonComponent
21
- */
22
- loading: boolean;
23
- /**
24
- *
25
- * @description Object with the translations for the component.
26
- * @type {Ii18nForgotPassword}
27
- * @memberof ForgotPasswordComponent
28
- */
29
- i18n: Ii18nForgotPassword;
30
- /**
31
- * @ignore
32
- */
33
- submitEvent: EventEmitter<ForgotPasswordCredentials>;
34
- /**
35
- * @ignore
36
- */
37
- backToLoginEvent: EventEmitter<void>;
38
- /**
39
- * @ignore
40
- */
41
- ngOnInit(): void;
42
- constructor(fb: UntypedFormBuilder);
43
- submit(): void;
44
- backToLogin(): void;
45
- checkErrors(field: string): void;
46
- static ɵfac: i0.ɵɵFactoryDeclaration<ForgotPasswordComponent, never>;
47
- static ɵcmp: i0.ɵɵComponentDeclaration<ForgotPasswordComponent, "ui-forgot-password", never, { "formErrors": { "alias": "formErrors"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "i18n": { "alias": "i18n"; "required": false; }; }, { "submitEvent": "submitEvent"; "backToLoginEvent": "backToLoginEvent"; }, never, never, false, never>;
48
- }
@@ -1,13 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./forgot-password.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/forms";
5
- import * as i4 from "../field/field.component.module";
6
- import * as i5 from "../button/button.component.module";
7
- import * as i6 from "@angular/material/icon";
8
- import * as i7 from "../logo/logo.component.module";
9
- export declare class ForgotPasswordComponentModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<ForgotPasswordComponentModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<ForgotPasswordComponentModule, [typeof i1.ForgotPasswordComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.FieldComponentModule, typeof i5.ButtonComponentModule, typeof i6.MatIconModule, typeof i7.LogoComponentModule], [typeof i1.ForgotPasswordComponent]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<ForgotPasswordComponentModule>;
13
- }
@@ -1,6 +0,0 @@
1
- export declare const FORGOT_PASSWORD_i18n: {
2
- title: string;
3
- email_label: string;
4
- button_label: string;
5
- back_to_login: string;
6
- };
@@ -1,9 +0,0 @@
1
- export interface ForgotPasswordCredentials {
2
- email: string;
3
- }
4
- export interface Ii18nForgotPassword {
5
- title: string;
6
- email_label: string;
7
- button_label: string;
8
- back_to_login: string;
9
- }
@@ -1,46 +0,0 @@
1
- import { LabelSizeEnum } from './label.model';
2
- import * as i0 from "@angular/core";
3
- export declare class LabelComponent {
4
- /**
5
- * @ignore
6
- */
7
- LabelSizeEnum: typeof LabelSizeEnum;
8
- /**
9
- * Label background color
10
- *
11
- * @type {string}
12
- * @memberof LabelComponent
13
- */
14
- backgroundColor: string;
15
- /**
16
- * Status text color
17
- *
18
- * @type {string}
19
- * @memberof LabelComponent
20
- */
21
- textColor: string;
22
- /**
23
- * Status title
24
- *
25
- * @type {string}
26
- * @memberof LabelComponent
27
- */
28
- title: string;
29
- /**
30
- * Status description
31
- *
32
- * @type {string}
33
- * @memberof LabelComponent
34
- */
35
- description: string;
36
- /**
37
- * Label size
38
- *
39
- * @type {LabelSizeEnum}
40
- * @memberof LabelComponent
41
- */
42
- size: LabelSizeEnum;
43
- constructor();
44
- static ɵfac: i0.ɵɵFactoryDeclaration<LabelComponent, never>;
45
- static ɵcmp: i0.ɵɵComponentDeclaration<LabelComponent, "ui-label", never, { "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "textColor": { "alias": "textColor"; "required": false; }; "title": { "alias": "title"; "required": false; }; "description": { "alias": "description"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, false, never>;
46
- }
@@ -1,8 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./label.component";
3
- import * as i2 from "@angular/common";
4
- export declare class LabelComponentModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<LabelComponentModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<LabelComponentModule, [typeof i1.LabelComponent], [typeof i2.CommonModule], [typeof i1.LabelComponent]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<LabelComponentModule>;
8
- }
@@ -1,16 +0,0 @@
1
- export interface ILabelOptions {
2
- [key: string]: ILabelOptionItem;
3
- }
4
- export interface ILabelOptionItem {
5
- title: string;
6
- textColor: string;
7
- backgroundColor: string;
8
- size: LabelSizeEnum;
9
- }
10
- export declare enum LabelSizeEnum {
11
- SMALL = "small",
12
- MEDIUM = "medium",
13
- LARGE = "large",
14
- BIG = "big",
15
- HUGE = "huge"
16
- }