@ti-tecnologico-de-monterrey-oficial/ds-ng 1.5.1219-d → 1.5.1219-e

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 (61) hide show
  1. package/assets/i18n/en.json +113 -0
  2. package/assets/i18n/es.json +113 -0
  3. package/assets/styles/main.min.css +1 -1
  4. package/assets/styles/main.min.css.map +1 -1
  5. package/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs +915 -469
  6. package/fesm2022/ti-tecnologico-de-monterrey-oficial-ds-ng.mjs.map +1 -1
  7. package/lib/components/bmb-account-statement/bmb-account-statement.component.d.ts +15 -15
  8. package/lib/components/bmb-alert-center/bmb-alert-center.component.d.ts +4 -2
  9. package/lib/components/bmb-calendar/bmb-calendar.component.d.ts +7 -6
  10. package/lib/components/bmb-calendar/common/bmb-calendar-header/bmb-calendar-header.component.d.ts +5 -2
  11. package/lib/components/bmb-calendar/common/bmb-calendar-template-day/bmb-calendar-template-day.component.d.ts +5 -2
  12. package/lib/components/bmb-calendar/common/bmb-calendar-template-mobile/bmb-calendar-template-mobile.component.d.ts +8 -5
  13. package/lib/components/bmb-calendar/common/bmb-calendar-template-month/bmb-calendar-template-month.component.d.ts +6 -3
  14. package/lib/components/bmb-calendar/common/bmb-calendar-template-week/bmb-calendar-template-week.component.d.ts +5 -2
  15. package/lib/components/bmb-chat-bar/bmb-chat-bar.component.d.ts +2 -3
  16. package/lib/components/bmb-datepicker/bmb-datepicker-modal/bmb-datepicker-modal.component.d.ts +8 -5
  17. package/lib/components/bmb-datepicker/bmb-datepicker.component.d.ts +2 -3
  18. package/lib/components/bmb-digital-id/bmb-digital-id.component.d.ts +1 -1
  19. package/lib/components/bmb-dropdown/bmb-dropdown.component.d.ts +1 -1
  20. package/lib/components/bmb-dropdown-menu/bmb-dropdown-menu.component.d.ts +1 -1
  21. package/lib/components/bmb-dropzone/bmb-dropzone.component.d.ts +11 -7
  22. package/lib/components/bmb-external-link/bmb-external-link.component.d.ts +1 -1
  23. package/lib/components/bmb-filter-card/bmb-filter-card.component.d.ts +1 -1
  24. package/lib/components/bmb-grades/bmb-grades.component.d.ts +1 -1
  25. package/lib/components/bmb-header-mitec/bmb-header-mitec.component.d.ts +1 -1
  26. package/lib/components/bmb-home-card-chat/bmb-home-card-chat.component.d.ts +2 -2
  27. package/lib/components/bmb-icon-item/bmb-icon-item.component.d.ts +2 -1
  28. package/lib/components/bmb-login/bmb-login.component.d.ts +5 -5
  29. package/lib/components/bmb-login-onboarding/bmb-login-onboarding-stepper/bmb-login-onboarding-stepper-steps/bmb-login-onboarding-stepper-step-four.component.d.ts +1 -1
  30. package/lib/components/bmb-login-onboarding/bmb-login-onboarding.component.d.ts +3 -1
  31. package/lib/components/bmb-modal/bmb-native-modal.component.d.ts +1 -1
  32. package/lib/components/bmb-notice-card/bmb-notice-card.component.d.ts +1 -1
  33. package/lib/components/bmb-portal/bmb-portal.component.d.ts +5 -5
  34. package/lib/components/bmb-portal/bmb-projected-content/bmb-projected-content.component.d.ts +1 -1
  35. package/lib/components/bmb-progress-cirlce/bmb-progress-circle.component.d.ts +25 -19
  36. package/lib/components/bmb-progress-cirlce/bmb-progress-circle.interface.d.ts +13 -10
  37. package/lib/components/bmb-push-notification/bmb-push-notification.component.d.ts +1 -1
  38. package/lib/components/bmb-sidebar/bmb-sidebar.component.d.ts +4 -3
  39. package/lib/components/bmb-step-progress-bar/bmb-step-progress-bar.component.d.ts +5 -3
  40. package/lib/components/bmb-switch/bmb-switch.component.d.ts +1 -1
  41. package/lib/components/bmb-tabs/bmb-tabs.component.d.ts +1 -1
  42. package/lib/components/bmb-timestream/bmb-timestream.component.d.ts +1 -1
  43. package/lib/components/bmb-tooltip/bmb-tooltip.component.d.ts +1 -0
  44. package/lib/components/bmb-totp/bmb-totp.component.d.ts +2 -2
  45. package/lib/components/bmb-user-profile/bmb-user-profile.component.d.ts +3 -3
  46. package/lib/components/bmb-user-summary/bmb-user-summary-content/bmb-user-summary-content.component.d.ts +4 -2
  47. package/lib/components/bmb-user-summary/bmb-user-summary.component.d.ts +1 -1
  48. package/lib/directives/bmb-layout/bmb-layout-item.directive.d.ts +5 -1
  49. package/lib/directives/bmb-layout/bmb-layout.directive.d.ts +2 -2
  50. package/lib/directives/bmb-selector/bmb-selector.directive.d.ts +8 -0
  51. package/lib/pipes/translations.d.ts +10 -0
  52. package/lib/services/calendar/calendar.service.d.ts +15 -0
  53. package/lib/services/modal/native-modal.service.d.ts +18 -0
  54. package/lib/services/notification/notification.service.d.ts +20 -0
  55. package/lib/services/projection/projection.service.d.ts +31 -0
  56. package/lib/services/tabs/tabs.service.d.ts +13 -0
  57. package/lib/services/theme/theme.service.d.ts +11 -0
  58. package/lib/services/toast/toast.service.d.ts +9 -0
  59. package/lib/services/translations/translations.service.d.ts +22 -0
  60. package/package.json +1 -1
  61. package/public-api.d.ts +11 -5
@@ -0,0 +1,113 @@
1
+ {
2
+ "account_statement": {
3
+ "title": "Account Statement",
4
+ "progress_circle_title": "Total to pay this month",
5
+ "label_primary": "Monthly Fee",
6
+ "label_secondary": "Pending",
7
+ "payment_deadline_label": "Payment Deadline:",
8
+ "cut_off_date_label": "Cut-off Date:",
9
+ "pay_button_label": "Pay",
10
+ "back_button_label": "Back",
11
+ "modal_title": "Pay",
12
+ "modal_subtitle": "How much would you like to pay?",
13
+ "modal_rest_label": "Remaining Payment",
14
+ "modal_other_amount_label": "Other Amount",
15
+ "modal_primary_button_label": "Pay",
16
+ "error_message": "Error, This field is required",
17
+ "progress_title": "Total Paid"
18
+ },
19
+ "advertisement_card": {
20
+ "title": "My Ads"
21
+ },
22
+ "alert_center": {
23
+ "empty_state": {
24
+ "primary_text": "You have no notifications to show"
25
+ },
26
+ "loader": {
27
+ "loading": "Loading...",
28
+ "subtitle": "Loading notifications",
29
+ "primary_button": "Retry",
30
+ "secondary_button": "Exit"
31
+ },
32
+ "form": {
33
+ "empty_state": {
34
+ "primary_text": "You have no notifications to show"
35
+ }
36
+ }
37
+ },
38
+ "balance_overview": {
39
+ "progress_circle_value": "Progress Circle Value",
40
+ "progress_circle_title": "Progress Circle Title",
41
+ "label_primary": "Primary Label",
42
+ "label_secondary": "Secondary Label",
43
+ "value_primary": "$0",
44
+ "value_secondary": "$0"
45
+ },
46
+ "calendar": {
47
+ "title": "My calendar",
48
+ "today": "Today",
49
+ "month": "Month",
50
+ "week": "Week",
51
+ "day": "Day",
52
+ "calendar": "Calendar",
53
+ "subtitle": "Select the calendars you want to view",
54
+ "filter_save": "Save"
55
+ },
56
+ "chat_bar": {
57
+ "placeholder": "What would you like to find today?",
58
+ "drag_files": "Drag your files here"
59
+ },
60
+ "digital_id": {
61
+ "secondary_button_label": "Download ID as PDF"
62
+ },
63
+ "dropzone": {
64
+ "drop_instructions": "Drag and drop your files here or",
65
+ "drop_label": "Select files",
66
+ "error_message": "Unsupported file",
67
+ "error_message_format": "Unsupported format",
68
+ "error_message_size": "File size exceeds the allowed limit",
69
+ "format_files_label": "Specification of formats and weight",
70
+ "link_label": "View more information about accepted file formats."
71
+ },
72
+ "header_mitec": {
73
+ "header_label": "STUDENTS"
74
+ },
75
+ "home_card_chat": {
76
+ "title": "TecBot assistant",
77
+ "subtitle": "Chat"
78
+ },
79
+ "login": {
80
+ "header_label": "STUDENTS",
81
+ "forgotten_password": "Forgot your password?",
82
+ "remember_me": "Remember me",
83
+ "login_as_guest": "Login as Guest",
84
+ "button_label": "Log In"
85
+ },
86
+ "login_onboarding": {
87
+ "another_account": "Log in with another account",
88
+ "forgot_password": "Forgot your password?"
89
+ },
90
+ "notice_card": {
91
+ "button_text": "Understood"
92
+ },
93
+ "step_progress_bar": {
94
+ "label_completed": "Complete",
95
+ "label_pending": "Pending"
96
+ },
97
+ "switch": {
98
+ "aria_label": "Describe the action of the switch"
99
+ },
100
+ "totp": {
101
+ "title": "TOTP",
102
+ "subtitle": "Time-based One-Time Password"
103
+ },
104
+ "user_profile": {
105
+ "header": "STUDENTS",
106
+ "another_account": "Log in with another account",
107
+ "button_label": "Log In"
108
+ },
109
+ "user_summary": {
110
+ "salutation": "Good afternoon",
111
+ "digital_id": "Digital ID"
112
+ }
113
+ }
@@ -0,0 +1,113 @@
1
+ {
2
+ "account_statement": {
3
+ "title": "Estado de cuenta",
4
+ "progress_circle_title": "Total a pagar este mes",
5
+ "label_primary": "Cuota Mensual",
6
+ "label_secondary": "Pendiente",
7
+ "payment_deadline_label": "Fecha límite de pago:",
8
+ "cut_off_date_label": "Fecha de corte:",
9
+ "pay_button_label": "Pagar",
10
+ "back_button_label": "Regresar",
11
+ "modal_title": "Pagar",
12
+ "modal_subtitle": "¿Cuánto deseas pagar?",
13
+ "modal_rest_label": "Pagar restante",
14
+ "modal_other_amount_label": "Otra cantidad",
15
+ "modal_primary_button_label": "Pagar",
16
+ "error_message": "Error, Este campo es requerido",
17
+ "progress_title": "Total pagado"
18
+ },
19
+ "advertisement_card": {
20
+ "title": "Mis anuncios"
21
+ },
22
+ "alert_center": {
23
+ "empty_state": {
24
+ "primary_text": "No tienes notificaciones para mostrar"
25
+ },
26
+ "loader": {
27
+ "loading": "Cargando...",
28
+ "subtitle": "Cargando las notificaciones",
29
+ "primary_button": "Reintentar",
30
+ "secondary_button": "Salir"
31
+ },
32
+ "form": {
33
+ "empty_state": {
34
+ "primary_text": "No tienes notificaciones para mostrar"
35
+ }
36
+ }
37
+ },
38
+ "balance_overview": {
39
+ "progress_circle_value": "Valor del círculo de progreso",
40
+ "progress_circle_title": "Título del círculo de progreso",
41
+ "label_primary": "Etiqueta primaria",
42
+ "label_secondary": "Etiqueta secundaria",
43
+ "value_primary": "$0",
44
+ "value_secondary": "$0"
45
+ },
46
+ "calendar": {
47
+ "title": "Mi Calendario",
48
+ "today": "Hoy",
49
+ "month": "Mes",
50
+ "week": "Semana",
51
+ "day": "Día",
52
+ "calendar": "Calendario",
53
+ "subtitle": "Selecciona los calendarios que quieres ver",
54
+ "filter_save": "Guardar"
55
+ },
56
+ "chat_bar": {
57
+ "placeholder": "¿Qué deseas encontrar hoy?",
58
+ "drag_files": "Arrastra tus archivos aquí"
59
+ },
60
+ "digital_id": {
61
+ "secondary_button_label": "Descargar ID a PDF"
62
+ },
63
+ "dropzone": {
64
+ "drop_instructions": "Arrastra y suelta tus archivos aquí o",
65
+ "drop_label": "Selecciona archivos",
66
+ "error_message": "Archivo no compatible",
67
+ "error_message_format": "Formato no soportado",
68
+ "error_message_size": "El archivo supera el tamaño permitido",
69
+ "format_files_label": "Especificación de formatos y peso",
70
+ "link_label": "Ver más información de formatos de archivo aceptados."
71
+ },
72
+ "header_mitec": {
73
+ "header_label": "ESTUDIANTES"
74
+ },
75
+ "home_card_chat": {
76
+ "title": "Asistente TecBot",
77
+ "subtitle": "Chat"
78
+ },
79
+ "login": {
80
+ "header_label": "ESTUDIANTES",
81
+ "forgotten_password": "¿Olvidaste tu contraseña?",
82
+ "remember_me": "Recuérdame",
83
+ "login_as_guest": "Entrar como invitado",
84
+ "button_label": "Iniciar sesión"
85
+ },
86
+ "login_onboarding": {
87
+ "another_account": "Iniciar sesión con otra cuenta",
88
+ "forgot_password": "¿Olvidaste tu contraseña?"
89
+ },
90
+ "notice_card": {
91
+ "button_text": "Enterado"
92
+ },
93
+ "step_progress_bar": {
94
+ "label_completed": "Completo",
95
+ "label_pending": "Pendiente"
96
+ },
97
+ "switch": {
98
+ "aria_label": "Describe la acción del interruptor"
99
+ },
100
+ "totp": {
101
+ "title": "TOTP",
102
+ "subtitle": "Contraseña de un solo uso"
103
+ },
104
+ "user_profile": {
105
+ "header": "ESTUDIANTES",
106
+ "another_account": "Iniciar sesión con otra cuenta",
107
+ "button_label": "Iniciar sesión"
108
+ },
109
+ "user_summary": {
110
+ "salutation": "Buenas tardes",
111
+ "digital_id": "ID Digital"
112
+ }
113
+ }