ui-core-abv 0.0.0-watch
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.
- package/README.md +63 -0
- package/fesm2022/ui-core-abv.mjs +9838 -0
- package/fesm2022/ui-core-abv.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/lib/animations/animatedRow.animation.d.ts +1 -0
- package/lib/animations/animatios.index.d.ts +6 -0
- package/lib/animations/fadeAndRise.animation.d.ts +1 -0
- package/lib/animations/highlightRow.animation.d.ts +1 -0
- package/lib/animations/pushTop.animation.d.ts +1 -0
- package/lib/animations/sideModal.animation.d.ts +2 -0
- package/lib/animations/simpleFade.animation.d.ts +1 -0
- package/lib/components/accordion/accordion.component.d.ts +11 -0
- package/lib/components/button/button.component.d.ts +21 -0
- package/lib/components/dropdown-container/dropdown-close.directive.d.ts +7 -0
- package/lib/components/dropdown-container/dropdown-container.component.d.ts +51 -0
- package/lib/components/dynamic-form/base-value-accessot.d.ts +12 -0
- package/lib/components/dynamic-form/form/dynamic-form.component.d.ts +63 -0
- package/lib/components/dynamic-form/form-state.service.d.ts +16 -0
- package/lib/components/dynamic-form/form-wrapper/form-wrapper.component.d.ts +57 -0
- package/lib/components/dynamic-form/form.models.d.ts +95 -0
- package/lib/components/dynamic-form/steps-form/step-tabs/step-tabs.component.d.ts +13 -0
- package/lib/components/dynamic-form/steps-form/steps-form.component.d.ts +34 -0
- package/lib/components/editable-table/editable-table.component.d.ts +84 -0
- package/lib/components/excel-table/excel-table.component.d.ts +21 -0
- package/lib/components/inputs/checkbox/checkbox.component.d.ts +28 -0
- package/lib/components/inputs/date-picker/date-picker.component.d.ts +89 -0
- package/lib/components/inputs/file-input/file-input.component.d.ts +59 -0
- package/lib/components/inputs/input/input.component.d.ts +20 -0
- package/lib/components/inputs/input-wrapper/input-wrapper.component.d.ts +12 -0
- package/lib/components/inputs/multy-searcher/multy-searcher.component.d.ts +11 -0
- package/lib/components/inputs/multy-select/multy-select.component.d.ts +59 -0
- package/lib/components/inputs/phone-input/phone-countries.data.d.ts +8 -0
- package/lib/components/inputs/phone-input/phone-input.component.d.ts +79 -0
- package/lib/components/inputs/select/select.component.d.ts +77 -0
- package/lib/components/inputs/time-picker/time-picker.component.d.ts +67 -0
- package/lib/components/inputs/toggle-button/toggle-button.component.d.ts +12 -0
- package/lib/components/inputs/ui-radio/ui-radio.component.d.ts +33 -0
- package/lib/components/inputs/ui-slider/ui-slider.component.d.ts +38 -0
- package/lib/components/inputs/uic-searcher/uic-searcher.component.d.ts +61 -0
- package/lib/components/item-value/item-value.component.d.ts +30 -0
- package/lib/components/kpi-card/kpi-card.component.d.ts +15 -0
- package/lib/components/modal/floating-modal/modal.component.d.ts +21 -0
- package/lib/components/modal/floating-modal/modalconfig.model.d.ts +7 -0
- package/lib/components/modal/side-modal/side-modal.component.d.ts +30 -0
- package/lib/components/modal/side-modal/sideModalConfig.model.d.ts +16 -0
- package/lib/components/overlay-card/overlay-card.component.d.ts +17 -0
- package/lib/components/pool-options/pool-options.component.d.ts +46 -0
- package/lib/components/progress-bar/progress-bar.component.d.ts +17 -0
- package/lib/components/push-alerts/alert/alert.component.d.ts +16 -0
- package/lib/components/push-alerts/alert-container/alert-container.component.d.ts +13 -0
- package/lib/components/push-alerts/alert.helpers.d.ts +5 -0
- package/lib/components/push-alerts/alert.model.d.ts +29 -0
- package/lib/components/push-alerts/tynyalert.helpers.d.ts +6 -0
- package/lib/components/rule-builder/rule-builder.component.d.ts +111 -0
- package/lib/components/rule-builder/rule-definirion/rule-definirion.component.d.ts +55 -0
- package/lib/components/short-table/short-table.component.d.ts +15 -0
- package/lib/components/signature-pad/signature-pad.component.d.ts +36 -0
- package/lib/components/skeleton-cards/skeleton-cards.component.d.ts +13 -0
- package/lib/components/skeleton-loader/skeleton-loader.component.d.ts +10 -0
- package/lib/components/status-label/status-label.component.d.ts +8 -0
- package/lib/components/table/table-list/table-list.component.d.ts +7 -0
- package/lib/components/table/table-pagination/table-pagination.component.d.ts +20 -0
- package/lib/components/table/table-searcher/table-searcher.component.d.ts +15 -0
- package/lib/components/table/table-user/table-user.component.d.ts +7 -0
- package/lib/components/table/table.component.d.ts +92 -0
- package/lib/components/table/table.models.d.ts +70 -0
- package/lib/components/tabs-button/tabs-button.component.d.ts +17 -0
- package/lib/components/tag-selector/tag-selector.component.d.ts +52 -0
- package/lib/components/tiny-alert/tiny-alert.component.d.ts +15 -0
- package/lib/components/tiny-alert/tiny-alert.model.d.ts +33 -0
- package/lib/components/tooltip/tooltip.component.d.ts +9 -0
- package/lib/components/tree-admin/tree-admin.component.d.ts +81 -0
- package/lib/components/uic-action-button/uic-action-button.component.d.ts +36 -0
- package/lib/components/uic-portlet-card/uic-portlet-card.component.d.ts +37 -0
- package/lib/components/user-formbuilder/block-editor/block-editor.component.d.ts +20 -0
- package/lib/components/user-formbuilder/block-editor/field-editor/field-editor.component.d.ts +33 -0
- package/lib/components/user-formbuilder/block-editor/field-editor/field-options-editor/field-options-editor.component.d.ts +12 -0
- package/lib/components/user-formbuilder/block-editor/field-type-selector/field-type-selector.component.d.ts +9 -0
- package/lib/components/user-formbuilder/form-preview/form-preview.component.d.ts +14 -0
- package/lib/components/user-formbuilder/user-formbuilder.component.d.ts +61 -0
- package/lib/components/work-panel/work-panel.component.d.ts +63 -0
- package/lib/directives/textarea-autoresize-max-rows.directive.d.ts +9 -0
- package/lib/directives/textarea-autoresize-min-rows.directive.d.ts +9 -0
- package/lib/directives/textarea-autoresize.directive.d.ts +29 -0
- package/lib/directives/tool-tip.directive.d.ts +18 -0
- package/lib/helpers.d.ts +8 -0
- package/lib/pipes/first-capital.pipe.d.ts +7 -0
- package/lib/pipes/name-inits.pipe.d.ts +7 -0
- package/lib/pipes/translate.pipe.d.ts +11 -0
- package/lib/services/modaRef.d.ts +15 -0
- package/lib/services/modal.constant.d.ts +5 -0
- package/lib/services/modal.service.d.ts +22 -0
- package/lib/services/push-alert.service.d.ts +13 -0
- package/lib/services/tiny-alert.service.d.ts +13 -0
- package/lib/services/translate.service.d.ts +22 -0
- package/lib/translate/dictionary.en.d.ts +290 -0
- package/lib/translate/dictionary.es.d.ts +290 -0
- package/package.json +27 -0
- package/public-api.d.ts +59 -0
- package/src/lib/styles/_default_colors.scss +101 -0
- package/src/lib/styles/_mixins.scss +20 -0
- package/src/lib/styles/_tokens.scss +73 -0
- package/src/lib/styles/_variables.scss +51 -0
|
@@ -0,0 +1,290 @@
|
|
|
1
|
+
export declare const DICTIONARY_ES: {
|
|
2
|
+
readonly common: {
|
|
3
|
+
readonly open: "Abrir";
|
|
4
|
+
readonly close: "Cerrar";
|
|
5
|
+
readonly save: "Guardar";
|
|
6
|
+
readonly clear: "Limpiar";
|
|
7
|
+
readonly cancel: "Cancelar";
|
|
8
|
+
readonly apply: "Aplicar";
|
|
9
|
+
readonly continue: "Continuar";
|
|
10
|
+
readonly back: "Volver";
|
|
11
|
+
readonly next: "Siguiente";
|
|
12
|
+
readonly send: "Enviar";
|
|
13
|
+
readonly today: "Hoy";
|
|
14
|
+
readonly search: "Buscar";
|
|
15
|
+
readonly search_ellipsis: "Buscar...";
|
|
16
|
+
readonly all: "Todos";
|
|
17
|
+
readonly select: "Seleccionar";
|
|
18
|
+
readonly selected: "Seleccionados";
|
|
19
|
+
readonly detail: "Detalle";
|
|
20
|
+
};
|
|
21
|
+
readonly table: {
|
|
22
|
+
readonly search_label: "Buscar";
|
|
23
|
+
readonly search_placeholder: "Buscar";
|
|
24
|
+
readonly empty: "No hay elementos";
|
|
25
|
+
readonly next_short: "Sig.";
|
|
26
|
+
readonly previous_short: "Ant.";
|
|
27
|
+
};
|
|
28
|
+
readonly select: {
|
|
29
|
+
readonly non_selected: "- Seleccionar -";
|
|
30
|
+
readonly multy_non_selected: "-- Seleccionar --";
|
|
31
|
+
readonly multy_all_selected: "-- Todos --";
|
|
32
|
+
readonly none: "- Ninguno -";
|
|
33
|
+
readonly empty: "No hay elementos para mostrar";
|
|
34
|
+
readonly without_options: "Sin opciones disponibles";
|
|
35
|
+
readonly pending_text: "TEXTO PENDIENTE";
|
|
36
|
+
readonly search_placeholder: "Buscar...";
|
|
37
|
+
};
|
|
38
|
+
readonly tree: {
|
|
39
|
+
readonly search_label: "Buscar subcategorias:";
|
|
40
|
+
readonly search_placeholder: "Buscar...";
|
|
41
|
+
readonly empty: "Sin subcategorias";
|
|
42
|
+
readonly duplicate_name: "La subcategoria ya existe";
|
|
43
|
+
readonly without_children: "Sin hijos";
|
|
44
|
+
};
|
|
45
|
+
readonly tag_selector: {
|
|
46
|
+
readonly add_tag: "Agregar tag";
|
|
47
|
+
readonly predefined_title: "Tags predefinidos";
|
|
48
|
+
readonly new_tag_title: "Nuevo tag";
|
|
49
|
+
};
|
|
50
|
+
readonly phone_input: {
|
|
51
|
+
readonly placeholder: "Ingresa un numero";
|
|
52
|
+
readonly search_country: "Buscar pais o codigo";
|
|
53
|
+
readonly clear_search: "Limpiar busqueda";
|
|
54
|
+
readonly no_results: "No se encontraron resultados";
|
|
55
|
+
readonly aria_country_code: "{{country}} codigo {{dialCode}}";
|
|
56
|
+
};
|
|
57
|
+
readonly time_picker: {
|
|
58
|
+
readonly placeholder: "hh:mm am/pm";
|
|
59
|
+
};
|
|
60
|
+
readonly excel_table: {
|
|
61
|
+
readonly load_file: "Cargar excel";
|
|
62
|
+
readonly clear_file: "Limpiar";
|
|
63
|
+
readonly empty_message: "No hay datos para mostrar";
|
|
64
|
+
readonly see_more: "Ver mas";
|
|
65
|
+
readonly counter_text: "Viendo {{shown}} elementos de {{total}} totales";
|
|
66
|
+
};
|
|
67
|
+
readonly editable_table: {
|
|
68
|
+
readonly add_row_above: "Agregar arriba";
|
|
69
|
+
readonly add_row_below: "Agregar abajo";
|
|
70
|
+
readonly delete_row: "Eliminar fila";
|
|
71
|
+
readonly add_column: "Agregar columna";
|
|
72
|
+
readonly delete_column: "Eliminar columna";
|
|
73
|
+
readonly delete_row_with_data_warning: "Esta fila tiene datos. Si la eliminas, se perderán todos sus valores.";
|
|
74
|
+
readonly delete_column_with_data_warning: "La columna \"{{column_name}}\" tiene datos. Si la eliminas, perderás esos valores.";
|
|
75
|
+
readonly save_or_discard_column: "¿Deseas guardar esta nueva columna o eliminarla?";
|
|
76
|
+
readonly save_column: "Guardar columna";
|
|
77
|
+
readonly save: "Guardar";
|
|
78
|
+
readonly delete: "Eliminar";
|
|
79
|
+
readonly column_name_must_be_unique: "El nombre de la columna debe ser único";
|
|
80
|
+
};
|
|
81
|
+
readonly rule_builder: {
|
|
82
|
+
readonly title: "Regla";
|
|
83
|
+
readonly add_rule: "Condición";
|
|
84
|
+
readonly add_rule_tip: "Agregar condición";
|
|
85
|
+
readonly add_group: "Grupo";
|
|
86
|
+
readonly add_group_tip: "Agregar grupo";
|
|
87
|
+
readonly reset: "Descartar";
|
|
88
|
+
readonly reset_tip: "Descartar cambios no guardados";
|
|
89
|
+
readonly save: "Guardar regla";
|
|
90
|
+
readonly save_tip: "Guardar regla construida";
|
|
91
|
+
readonly delete_rule_tip: "Eliminar condición";
|
|
92
|
+
readonly delete_group_tip: "Eliminar grupo";
|
|
93
|
+
readonly toggle_operator_tip: "Click para cambiar de operador";
|
|
94
|
+
readonly no_rules: "No hay condiciones agregadas";
|
|
95
|
+
readonly rules_management: "Seleccionar condición";
|
|
96
|
+
readonly edit: "Editar regla";
|
|
97
|
+
readonly edit_tip: "Editar regla";
|
|
98
|
+
readonly edit_condition_tip: "Click para editar la condición";
|
|
99
|
+
readonly select_condition: "- seleccionar condición -";
|
|
100
|
+
readonly operators: {
|
|
101
|
+
readonly and: "Y";
|
|
102
|
+
readonly or: "O";
|
|
103
|
+
};
|
|
104
|
+
readonly validation: {
|
|
105
|
+
readonly single_condition_not_allowed: "No se pueden crear reglas con una sola condición";
|
|
106
|
+
};
|
|
107
|
+
readonly definition: {
|
|
108
|
+
readonly cancel_and_back: "Cancelar y volver";
|
|
109
|
+
readonly create_and_select: "Crear y seleccionar condición";
|
|
110
|
+
readonly search_placeholder: "Buscar condición";
|
|
111
|
+
readonly new_rule: "Nueva condición";
|
|
112
|
+
readonly no_results: "No se encontraron condiciones";
|
|
113
|
+
readonly previous: "Anterior";
|
|
114
|
+
readonly next: "Siguiente";
|
|
115
|
+
readonly form: {
|
|
116
|
+
readonly description: "Descripción";
|
|
117
|
+
readonly field: "Campo";
|
|
118
|
+
readonly operator: "Operador";
|
|
119
|
+
readonly value: "Valor";
|
|
120
|
+
};
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
readonly step_form: {
|
|
124
|
+
readonly back: "Volver";
|
|
125
|
+
readonly next: "Siguiente";
|
|
126
|
+
readonly submit: "Enviar";
|
|
127
|
+
};
|
|
128
|
+
readonly work_panel: {
|
|
129
|
+
readonly minimize: "Minimizar";
|
|
130
|
+
readonly expand: "Agrandar";
|
|
131
|
+
readonly reduce: "Reducir";
|
|
132
|
+
readonly close: "Cerrar";
|
|
133
|
+
};
|
|
134
|
+
readonly modal: {
|
|
135
|
+
readonly cancel: "Cancelar";
|
|
136
|
+
readonly next: "Siguiente";
|
|
137
|
+
};
|
|
138
|
+
readonly searcher: {
|
|
139
|
+
readonly clear_tip: "Limpiar";
|
|
140
|
+
readonly empty: "No hay elementos para mostrar";
|
|
141
|
+
readonly without_selected: "Sin elementos seleccionados";
|
|
142
|
+
};
|
|
143
|
+
readonly alerts: {
|
|
144
|
+
readonly success_title: "Operacion exitosa";
|
|
145
|
+
readonly error_title: "Se produjo un error";
|
|
146
|
+
readonly delete_title: "Confirmacion de accion";
|
|
147
|
+
readonly delete_confirm: "Si, eliminar";
|
|
148
|
+
readonly warning_title: "!Alerta!";
|
|
149
|
+
};
|
|
150
|
+
readonly voice: {
|
|
151
|
+
readonly browser_incompatibility_title: "Incompatibilidad de navegador";
|
|
152
|
+
readonly browser_incompatibility_message: "Este navegador no sorporta esta caracteristica.";
|
|
153
|
+
readonly voice_error: "Error al intentar dictado por voz";
|
|
154
|
+
};
|
|
155
|
+
readonly form_builder: {
|
|
156
|
+
readonly block_title: "Título";
|
|
157
|
+
readonly add_new_field: "Agregar nuevo campo";
|
|
158
|
+
readonly block_subtitle: "Subtítulo";
|
|
159
|
+
readonly add_block: "Agregar bloque";
|
|
160
|
+
readonly delete_block: "Eliminar bloque";
|
|
161
|
+
readonly preview_form: "Vista previa";
|
|
162
|
+
readonly submit_form: "Guardar";
|
|
163
|
+
readonly select_field_to_edit: "Selecciona un campo para editar sus propiedades";
|
|
164
|
+
readonly no_fields: "Añade campos a tu formulario";
|
|
165
|
+
readonly base: {
|
|
166
|
+
readonly name: "Identificador";
|
|
167
|
+
readonly required: "Obligatorio";
|
|
168
|
+
readonly icon: "Ícono externo";
|
|
169
|
+
readonly label: "Etiqueta de campo";
|
|
170
|
+
readonly tip: "Sugerencia";
|
|
171
|
+
readonly tip_tip: "Se muestra debajo";
|
|
172
|
+
readonly new_line: "Saltar línea";
|
|
173
|
+
readonly col_span: "Ancho";
|
|
174
|
+
readonly col_span_tip: "Cuantas columnas ocupa el campo";
|
|
175
|
+
};
|
|
176
|
+
readonly extra: {
|
|
177
|
+
readonly iconColor: "Color de ícono externo";
|
|
178
|
+
readonly tooltip: "Información adicional";
|
|
179
|
+
readonly internalIcon: "Ícono interno";
|
|
180
|
+
readonly internalIconColor: "Color del ícono interno";
|
|
181
|
+
readonly internalColorScale: "Escala de color interna";
|
|
182
|
+
readonly internalColorScale_tip: "Valores para dibujar la escala";
|
|
183
|
+
readonly internalColorScaleOrder: "Orden de escala de color";
|
|
184
|
+
readonly internalColorScaleOrder_tip: "Ascendente o descendente";
|
|
185
|
+
readonly placeholder: "Placeholder";
|
|
186
|
+
readonly placeholder_tip: "Texto inicial del campo";
|
|
187
|
+
readonly minLength: "Largo mínimo";
|
|
188
|
+
readonly minLength_tip: "Cantidad mínima de caracteres";
|
|
189
|
+
readonly maxLength: "Largo máximo";
|
|
190
|
+
readonly maxLength_tip: "Cantidad máxima de caracteres";
|
|
191
|
+
readonly showCounter: "Mostrar contador";
|
|
192
|
+
readonly showCounter_tip: "Cuenta caracteres ingresados";
|
|
193
|
+
readonly voiceToTextEnabled: "Habilitar voz a texto";
|
|
194
|
+
readonly voiceToTextEnabled_tip: "Permite dictado por voz";
|
|
195
|
+
readonly textareaResize: "Auto ajuste de altura";
|
|
196
|
+
readonly textareaResize_tip: "Ajusta la altura según contenido";
|
|
197
|
+
readonly resizeMinRows: "Filas mínimas";
|
|
198
|
+
readonly resizeMinRows_tip: "Filas mínimas iniciales";
|
|
199
|
+
readonly resizeMaxRows: "Filas máximas";
|
|
200
|
+
readonly resizeMaxRows_tip: "Filas máximas iniciales";
|
|
201
|
+
readonly min: "Mínimo";
|
|
202
|
+
readonly min_tip: "Valor mínimo permitido";
|
|
203
|
+
readonly max: "Máximo";
|
|
204
|
+
readonly max_tip: "Valor máximo permitido";
|
|
205
|
+
readonly step: "Paso";
|
|
206
|
+
readonly step_tip: "Incremento entre valores";
|
|
207
|
+
readonly sliderInterval: "Intervalo del deslizador";
|
|
208
|
+
readonly sliderInterval_tip: "Espacio entre marcas";
|
|
209
|
+
readonly sliderMarks: "Marcas del deslizador";
|
|
210
|
+
readonly sliderMarks_tip: "Cantidad de marcas";
|
|
211
|
+
readonly monthMode: "Modo mes";
|
|
212
|
+
readonly monthMode_tip: "Seleccionar fecha por mes";
|
|
213
|
+
readonly monthDay: "Día del mes";
|
|
214
|
+
readonly monthDay_tip: "Elegir primer o último día";
|
|
215
|
+
readonly minDate: "Fecha mínima";
|
|
216
|
+
readonly minDate_tip: "Fecha mínima permitida";
|
|
217
|
+
readonly maxDate: "Fecha máxima";
|
|
218
|
+
readonly maxDate_tip: "Fecha máxima permitida";
|
|
219
|
+
readonly timeInterval: "Intervalo de hora";
|
|
220
|
+
readonly timeInterval_tip: "Paso en minutos";
|
|
221
|
+
readonly fileTypes: "Tipos de archivo";
|
|
222
|
+
readonly fileTypes_tip: "Extensiones separadas por coma";
|
|
223
|
+
readonly poolEnabledListView: "Ver lista habilitada";
|
|
224
|
+
readonly poolEnabledListView_tip: "Mostrar opciones en lista";
|
|
225
|
+
readonly poolTitle: "Título del listado";
|
|
226
|
+
readonly poolTitle_tip: "Título del encabezado";
|
|
227
|
+
readonly options: "Opciones";
|
|
228
|
+
readonly options_tip: "Formato JSON: [{id:1,text:\"A\"}]";
|
|
229
|
+
readonly multyEnabled: "Múltiple";
|
|
230
|
+
readonly multyEnabled_tip: "Permite seleccionar varios ítems";
|
|
231
|
+
readonly searchFn: "Función de búsqueda";
|
|
232
|
+
readonly searchFn_tip: "Función para buscar";
|
|
233
|
+
readonly searchDisplayFn: "Función de texto de opción";
|
|
234
|
+
readonly searchDisplayFn_tip: "Función para mostrar etiqueta";
|
|
235
|
+
readonly searchIsEnabledFn: "Función de habilitación";
|
|
236
|
+
readonly searchIsEnabledFn_tip: "Función para habilitar o deshabilitar opción";
|
|
237
|
+
readonly pattern: "Patrón";
|
|
238
|
+
readonly pattern_tip: "Expresión regular en texto";
|
|
239
|
+
readonly searchApi: "API de búsqueda";
|
|
240
|
+
readonly iaValidation: "Validación IA";
|
|
241
|
+
readonly iaValidationPrompt: "Prompt de validación IA";
|
|
242
|
+
readonly searchApi_tip: "URL para obtener opciones de búsqueda";
|
|
243
|
+
readonly selectNullable_tip: "Permite seleccionar una opción vacía";
|
|
244
|
+
readonly selectSearchEnabled_tip: "Habilita búsqueda entre opciones";
|
|
245
|
+
readonly selectNullable: "Permitir opción vacía";
|
|
246
|
+
readonly selectSearchEnabled: "Habilitar búsqueda";
|
|
247
|
+
};
|
|
248
|
+
readonly options_editor: {
|
|
249
|
+
readonly title: "Opciones";
|
|
250
|
+
readonly code_label: "Código";
|
|
251
|
+
readonly name_label: "Etiqueta";
|
|
252
|
+
readonly code_placeholder: "ID";
|
|
253
|
+
readonly display_name_placeholder: "Nombre para mostrar";
|
|
254
|
+
readonly add_option: "Nueva opción";
|
|
255
|
+
};
|
|
256
|
+
readonly field_editor: {
|
|
257
|
+
readonly dependency_title: "Dependencia";
|
|
258
|
+
readonly dependency_description: "Este campo solo se muestra si se cumple la regla:";
|
|
259
|
+
readonly add_relation: "Agregar relación";
|
|
260
|
+
readonly remove_relation: "Eliminar relación";
|
|
261
|
+
readonly basic: "Básico";
|
|
262
|
+
readonly parent: "Padre";
|
|
263
|
+
readonly operator: "Operador";
|
|
264
|
+
readonly value: "Valor";
|
|
265
|
+
readonly expected_value: "Valor esperado";
|
|
266
|
+
readonly style: "Estilo";
|
|
267
|
+
readonly advanced: "Avanzado";
|
|
268
|
+
readonly duplicate: "Duplicar";
|
|
269
|
+
readonly delete: "Eliminar";
|
|
270
|
+
readonly show_advanced: "Mostrar avanzado";
|
|
271
|
+
readonly hide_advanced: "Ocultar avanzado";
|
|
272
|
+
};
|
|
273
|
+
readonly validation: {
|
|
274
|
+
readonly duplicate_identifier: "El identificador \"{{identifier}}\" se está usando más de una vez.";
|
|
275
|
+
readonly duplicate_identifier_title: "Error de validación";
|
|
276
|
+
};
|
|
277
|
+
};
|
|
278
|
+
readonly validation: {
|
|
279
|
+
readonly invalid: "{{field}} es invalido.";
|
|
280
|
+
readonly required: "{{field}} es obligatorio.";
|
|
281
|
+
readonly min: "{{field}} debe ser mayor o igual a {{min}}.";
|
|
282
|
+
readonly max: "{{field}} debe ser menor o igual a {{max}}.";
|
|
283
|
+
readonly minlength: "{{field}} debe tener al menos {{requiredLength}} caracteres.";
|
|
284
|
+
readonly maxlength: "{{field}} no puede superar {{requiredLength}} caracteres.";
|
|
285
|
+
readonly pattern: "{{field}} no tiene el formato correcto.";
|
|
286
|
+
};
|
|
287
|
+
readonly clipboard: {
|
|
288
|
+
readonly copy_error: "No se pudo copiar:";
|
|
289
|
+
};
|
|
290
|
+
};
|
package/package.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ui-core-abv",
|
|
3
|
+
"version": "0.0.0-watch+1777329058082",
|
|
4
|
+
"peerDependencies": {
|
|
5
|
+
"@angular/common": ">=19.2.0 <21.0.0",
|
|
6
|
+
"@angular/core": ">=19.2.0 <21.0.0",
|
|
7
|
+
"@angular/cdk": ">=19.2.19 <21.0.0",
|
|
8
|
+
"@angular/animations": ">=19.2.14 <21.0.0",
|
|
9
|
+
"remixicon": "^4.6.0",
|
|
10
|
+
"xlsx": "^0.18.5"
|
|
11
|
+
},
|
|
12
|
+
"dependencies": {
|
|
13
|
+
"tslib": "^2.3.0"
|
|
14
|
+
},
|
|
15
|
+
"sideEffects": false,
|
|
16
|
+
"module": "fesm2022/ui-core-abv.mjs",
|
|
17
|
+
"typings": "index.d.ts",
|
|
18
|
+
"exports": {
|
|
19
|
+
"./package.json": {
|
|
20
|
+
"default": "./package.json"
|
|
21
|
+
},
|
|
22
|
+
".": {
|
|
23
|
+
"types": "./index.d.ts",
|
|
24
|
+
"default": "./fesm2022/ui-core-abv.mjs"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
package/public-api.d.ts
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
export * from './lib/components/button/button.component';
|
|
2
|
+
export * from './lib/components/inputs/checkbox/checkbox.component';
|
|
3
|
+
export * from './lib/components/inputs/toggle-button/toggle-button.component';
|
|
4
|
+
export * from './lib/components/dynamic-form/form-wrapper/form-wrapper.component';
|
|
5
|
+
export * from './lib/components/dynamic-form/steps-form/steps-form.component';
|
|
6
|
+
export * from './lib/components/dynamic-form/steps-form/step-tabs/step-tabs.component';
|
|
7
|
+
export * from './lib/components/inputs/input/input.component';
|
|
8
|
+
export * from './lib/components/inputs/date-picker/date-picker.component';
|
|
9
|
+
export * from './lib/components/inputs/multy-searcher/multy-searcher.component';
|
|
10
|
+
export * from './lib/components/inputs/uic-searcher/uic-searcher.component';
|
|
11
|
+
export * from './lib/components/inputs/file-input/file-input.component';
|
|
12
|
+
export * from './lib/components/inputs/select/select.component';
|
|
13
|
+
export * from './lib/components/inputs/phone-input/phone-input.component';
|
|
14
|
+
export * from './lib/components/inputs/multy-select/multy-select.component';
|
|
15
|
+
export * from './lib/components/inputs/ui-radio/ui-radio.component';
|
|
16
|
+
export * from './lib/components/dropdown-container/dropdown-container.component';
|
|
17
|
+
export * from './lib/components/dropdown-container/dropdown-close.directive';
|
|
18
|
+
export * from './lib/components/inputs/time-picker/time-picker.component';
|
|
19
|
+
export * from './lib/components/table/table.component';
|
|
20
|
+
export * from './lib/components/short-table/short-table.component';
|
|
21
|
+
export * from './lib/components/table/table.models';
|
|
22
|
+
export * from './lib/components/skeleton-loader/skeleton-loader.component';
|
|
23
|
+
export * from './lib/components/skeleton-cards/skeleton-cards.component';
|
|
24
|
+
export * from './lib/components/push-alerts/alert-container/alert-container.component';
|
|
25
|
+
export * from './lib/components/inputs/ui-slider/ui-slider.component';
|
|
26
|
+
export * from './lib/components/uic-action-button/uic-action-button.component';
|
|
27
|
+
export * from './lib/components/signature-pad/signature-pad.component';
|
|
28
|
+
export * from './lib/components/dropdown-container/dropdown-container.component';
|
|
29
|
+
export * from './lib/components/kpi-card/kpi-card.component';
|
|
30
|
+
export * from './lib/components/uic-portlet-card/uic-portlet-card.component';
|
|
31
|
+
export * from './lib/components/tabs-button/tabs-button.component';
|
|
32
|
+
export * from './lib/components/work-panel/work-panel.component';
|
|
33
|
+
export * from './lib/components/overlay-card/overlay-card.component';
|
|
34
|
+
export * from './lib/components/accordion/accordion.component';
|
|
35
|
+
export * from './lib/components/pool-options/pool-options.component';
|
|
36
|
+
export * from './lib/components/tree-admin/tree-admin.component';
|
|
37
|
+
export * from './lib/components/excel-table/excel-table.component';
|
|
38
|
+
export * from './lib/components/editable-table/editable-table.component';
|
|
39
|
+
export * from './lib/components/tag-selector/tag-selector.component';
|
|
40
|
+
export * from './lib/components/progress-bar/progress-bar.component';
|
|
41
|
+
export * from './lib/animations/animatios.index';
|
|
42
|
+
export * from './lib/components/dynamic-form/form.models';
|
|
43
|
+
export * from './lib/components/user-formbuilder/user-formbuilder.component';
|
|
44
|
+
export * from './lib/components/rule-builder/rule-builder.component';
|
|
45
|
+
export * from './lib/services/modal.service';
|
|
46
|
+
export * from './lib/services/modaRef';
|
|
47
|
+
export * from './lib/services/modal.constant';
|
|
48
|
+
export * from './lib/services/tiny-alert.service';
|
|
49
|
+
export * from './lib/components/tiny-alert/tiny-alert.model';
|
|
50
|
+
export * from './lib/services/push-alert.service';
|
|
51
|
+
export * from './lib/services/translate.service';
|
|
52
|
+
export * from './lib/pipes/name-inits.pipe';
|
|
53
|
+
export * from './lib/pipes/first-capital.pipe';
|
|
54
|
+
export * from './lib/pipes/translate.pipe';
|
|
55
|
+
export * from './lib/directives/tool-tip.directive';
|
|
56
|
+
export * from './lib/directives/textarea-autoresize.directive';
|
|
57
|
+
export * from './lib/directives/textarea-autoresize-min-rows.directive';
|
|
58
|
+
export * from './lib/directives/textarea-autoresize-max-rows.directive';
|
|
59
|
+
export * from './lib/helpers';
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
$grey: (
|
|
2
|
+
25: #fdfdfd,
|
|
3
|
+
50: #fafafa,
|
|
4
|
+
100: #f5f5f5,
|
|
5
|
+
200: #e9eaeb,
|
|
6
|
+
300: #d5d7da,
|
|
7
|
+
400: #a4a7ae,
|
|
8
|
+
500: #717680,
|
|
9
|
+
600: #535862,
|
|
10
|
+
700: #414651,
|
|
11
|
+
800: #252b37,
|
|
12
|
+
900: #181d27,
|
|
13
|
+
950: #0a0d12
|
|
14
|
+
) !default;
|
|
15
|
+
|
|
16
|
+
// COLORES PRINCIPALES
|
|
17
|
+
$primary: (
|
|
18
|
+
100: #efe9f2,
|
|
19
|
+
200: #e8dfec,
|
|
20
|
+
300: #cfbcd7,
|
|
21
|
+
400: #63277d,
|
|
22
|
+
500: #592371,
|
|
23
|
+
600: #4f1f64,
|
|
24
|
+
700: #4a1d5e,
|
|
25
|
+
800: #3b174b,
|
|
26
|
+
900: #2d1238,
|
|
27
|
+
950: #230e2c
|
|
28
|
+
) !default;
|
|
29
|
+
|
|
30
|
+
$secondary: (
|
|
31
|
+
100: #f3eaf9,
|
|
32
|
+
200: #ece0f6,
|
|
33
|
+
300: #d8bfed,
|
|
34
|
+
400: #8230c4,
|
|
35
|
+
500: #752bb0,
|
|
36
|
+
600: #68269d,
|
|
37
|
+
700: #622493,
|
|
38
|
+
800: #4e1d76,
|
|
39
|
+
900: #3a1658,
|
|
40
|
+
950: #2e1145
|
|
41
|
+
);
|
|
42
|
+
|
|
43
|
+
$green: (
|
|
44
|
+
25: #f0fef9,
|
|
45
|
+
50: #dcfce3,
|
|
46
|
+
100: #bbf7d0,
|
|
47
|
+
200: #86efac,
|
|
48
|
+
300: #4ade80,
|
|
49
|
+
400: #22c55e,
|
|
50
|
+
500: #16a34a,
|
|
51
|
+
600: #15803d,
|
|
52
|
+
700: #166534,
|
|
53
|
+
800: #14532d,
|
|
54
|
+
900: #1a2e21,
|
|
55
|
+
950: #052e16
|
|
56
|
+
) !default;
|
|
57
|
+
|
|
58
|
+
$yellow: (
|
|
59
|
+
25: #fff9f5,
|
|
60
|
+
50: #fffaeb,
|
|
61
|
+
100: #fef0c7,
|
|
62
|
+
200: #fedf89,
|
|
63
|
+
300: #fec84b,
|
|
64
|
+
400: #fdb022,
|
|
65
|
+
500: #f79009,
|
|
66
|
+
600: #dc6803,
|
|
67
|
+
700: #b54708,
|
|
68
|
+
800: #93370d,
|
|
69
|
+
900: #792e0d,
|
|
70
|
+
950: #551d09
|
|
71
|
+
) !default;
|
|
72
|
+
|
|
73
|
+
$red: (
|
|
74
|
+
25: #fffbfa,
|
|
75
|
+
50: #fef3f2,
|
|
76
|
+
100: #fee4e2,
|
|
77
|
+
200: #fecdca,
|
|
78
|
+
300: #fda29b,
|
|
79
|
+
400: #f97066,
|
|
80
|
+
500: #f04438,
|
|
81
|
+
600: #d92d20,
|
|
82
|
+
700: #b42318,
|
|
83
|
+
800: #912018,
|
|
84
|
+
900: #7a271a,
|
|
85
|
+
950: #55160c
|
|
86
|
+
)!default;
|
|
87
|
+
|
|
88
|
+
$blue: (
|
|
89
|
+
50: #ffffff,
|
|
90
|
+
100: #e4eefb,
|
|
91
|
+
200: #c9ddf7,
|
|
92
|
+
300: #aeccf4,
|
|
93
|
+
400: #93bbf0,
|
|
94
|
+
500: #78aaec,
|
|
95
|
+
600: #6193d5,
|
|
96
|
+
700: #4e76aa,
|
|
97
|
+
800: #3a5880,
|
|
98
|
+
900: #273b55,
|
|
99
|
+
950: #131d2b
|
|
100
|
+
)!default;
|
|
101
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
$breakpoint-md: 480px ;
|
|
2
|
+
$breakpoint-tablet: 768px ;
|
|
3
|
+
|
|
4
|
+
@mixin mobile {
|
|
5
|
+
@media (max-width: #{$breakpoint-md - 1}) {
|
|
6
|
+
@content;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
@mixin tablet {
|
|
11
|
+
@media (min-width: #{$breakpoint-md}) and (max-width: #{$breakpoint-tablet - 1}) {
|
|
12
|
+
@content;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
@mixin desktop {
|
|
17
|
+
@media (min-width: #{$breakpoint-tablet}) {
|
|
18
|
+
@content;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
|
|
2
|
+
@use './default_colors' as *;
|
|
3
|
+
@use './mixins' as mx;
|
|
4
|
+
:root {
|
|
5
|
+
// Grey palette
|
|
6
|
+
@each $shade, $color in $grey {
|
|
7
|
+
--grey-#{$shade}: #{$color};
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
// Primary palette
|
|
11
|
+
@each $shade, $color in $primary {
|
|
12
|
+
--primary-#{$shade}: #{$color};
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
// Secondary palette
|
|
16
|
+
@each $shade, $color in $secondary {
|
|
17
|
+
--secondary-#{$shade}: #{$color};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
// BLUE palette
|
|
21
|
+
@each $shade, $color in $blue {
|
|
22
|
+
--blue-#{$shade}: #{$color};
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
// RED palette
|
|
26
|
+
@each $shade, $color in $red {
|
|
27
|
+
--red-#{$shade}: #{$color};
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
// GREEN palette
|
|
31
|
+
@each $shade, $color in $green {
|
|
32
|
+
--green-#{$shade}: #{$color};
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
// YELLOW palette
|
|
36
|
+
@each $shade, $color in $yellow {
|
|
37
|
+
--yellow-#{$shade}: #{$color};
|
|
38
|
+
}
|
|
39
|
+
--white: #fff;
|
|
40
|
+
--secondary-alpha: #8130c464;
|
|
41
|
+
|
|
42
|
+
--border-radius-sm: 4px;
|
|
43
|
+
--border-radius-md: 8px;
|
|
44
|
+
--border-radius-lg: 16px;
|
|
45
|
+
|
|
46
|
+
--button-radius: 8px;
|
|
47
|
+
--input-radius: 8px;
|
|
48
|
+
|
|
49
|
+
--border-width-thin: 1px;
|
|
50
|
+
--border-width-thick: 2px;
|
|
51
|
+
|
|
52
|
+
// CONTEXTUAL
|
|
53
|
+
--table-header-background: var(--grey-200);
|
|
54
|
+
--table-header-color: var(--grey-900);
|
|
55
|
+
--table-border-color: var(--grey-300);
|
|
56
|
+
--table-hover: var(--grey-50);
|
|
57
|
+
|
|
58
|
+
--button-padding : 4px;
|
|
59
|
+
|
|
60
|
+
--table-spacing-ref: 10px;
|
|
61
|
+
--design-size-ref:10px;
|
|
62
|
+
--form-ref: 10px;
|
|
63
|
+
--input-label-space: calc( var(--form-ref) * .8 );
|
|
64
|
+
|
|
65
|
+
--disabled-color: var(--grey-700);
|
|
66
|
+
--disabled-color-placeholder: var(--grey-300);
|
|
67
|
+
--disabled-background: var(--grey-200);
|
|
68
|
+
|
|
69
|
+
--bp-mobile: 480px;
|
|
70
|
+
|
|
71
|
+
--bp-tablet: 768px;
|
|
72
|
+
|
|
73
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
$focus-shadow: 0 0 0 3px var(--secondary-alpha);
|
|
2
|
+
|
|
3
|
+
// ========== TYPOGRAPHY ==========
|
|
4
|
+
$font-family-base: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
|
|
5
|
+
$font-size-ty:0.625rem; // 10px
|
|
6
|
+
$font-size-xs:0.75rem; // 12px
|
|
7
|
+
$font-size-s: 0.875rem; // 14px
|
|
8
|
+
$font-size-m: 1rem; // 16px
|
|
9
|
+
$font-size-ml:1.125rem; // 18px
|
|
10
|
+
$font-size-l: 1.25rem; // 20px
|
|
11
|
+
$font-size-xl:1.625rem; // 26px
|
|
12
|
+
|
|
13
|
+
$font-weight-regular: 400;
|
|
14
|
+
$font-weight-medium: 500;
|
|
15
|
+
$font-weight-bold: 700;
|
|
16
|
+
|
|
17
|
+
// ========== SPACING ==========
|
|
18
|
+
$spacing-xxs: 0.25rem; // 4px
|
|
19
|
+
$spacing-xs: 0.5rem; // 8px
|
|
20
|
+
$spacing-s: 0.75rem; // 12px
|
|
21
|
+
$spacing-m: 1rem; // 16px
|
|
22
|
+
$spacing-l: 1.5rem; // 24px
|
|
23
|
+
$spacing-xl: 2rem; // 32px
|
|
24
|
+
$spacing-xxl: 3rem; // 48px
|
|
25
|
+
|
|
26
|
+
// ========== BORDERS ==========
|
|
27
|
+
$border-radius-xs: 3px;
|
|
28
|
+
$border-radius-s: 6px;
|
|
29
|
+
$border-radius-m: 8px;
|
|
30
|
+
$border-radius-l: 12px;
|
|
31
|
+
$border-radius-xl: 18px;
|
|
32
|
+
|
|
33
|
+
$border-width-thin: 1px;
|
|
34
|
+
$border-width-thick: 2px;
|
|
35
|
+
|
|
36
|
+
// ========== 🌑 SHADOWS ==========
|
|
37
|
+
$shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
38
|
+
$shadow-md: 0 2px 6px rgba(0, 0, 0, 0.15);
|
|
39
|
+
$shadow-lg: 0 4px 12px rgba(0, 0, 0, 0.2);
|
|
40
|
+
$shadow-overlay: 0 1px 1px 0 #00000020, 0 2px 5px 0 #00000050;
|
|
41
|
+
|
|
42
|
+
$skeleton-gradient: linear-gradient(
|
|
43
|
+
90deg,
|
|
44
|
+
var(--grey-100) 25%,
|
|
45
|
+
var(--grey-200) 50%,
|
|
46
|
+
var(--grey-100) 75%
|
|
47
|
+
);
|
|
48
|
+
|
|
49
|
+
$input-heigth: calc( 4 * var(--form-ref));
|
|
50
|
+
$input-fontsize: max(calc( var(--form-ref) + 4px ) , 14px) ;
|
|
51
|
+
$input-radius: var(--input-radius);
|