@codeplex-sac/ui 0.0.2 → 0.0.3
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/index.d.ts +28 -28
- package/index.js +95 -95
- package/index.mjs +4665 -4540
- package/lib/alerta/alerta.d.ts +17 -0
- package/lib/anuncio/anuncio.d.ts +14 -0
- package/lib/autocompletado/autocompletado.d.ts +15 -0
- package/lib/avatar-usuario/avatar-usuario.d.ts +27 -0
- package/lib/ayuda-entrada/ayuda-entrada.d.ts +10 -0
- package/lib/boton/boton.d.ts +18 -0
- package/lib/campo-numero/campo-numero.d.ts +11 -0
- package/lib/campo-texto/campo-texto.d.ts +9 -0
- package/lib/cargando/cargando.d.ts +14 -0
- package/lib/casilla/casilla.d.ts +10 -0
- package/lib/deslizador/deslizador.d.ts +15 -0
- package/lib/dialogo/dialogo.d.ts +17 -0
- package/lib/encabezado-principal/encabezado-principal.d.ts +17 -0
- package/lib/esqueleto/esqueleto.d.ts +9 -0
- package/lib/etiqueta/etiqueta-inteligente.d.ts +9 -0
- package/lib/etiqueta/popup-requisitos.d.ts +6 -0
- package/lib/grupo-botones/grupo-botones.d.ts +8 -0
- package/lib/grupo-radio/grupo-radio.d.ts +18 -0
- package/lib/insignia/insignia.d.ts +13 -0
- package/lib/interruptor/interruptor.d.ts +8 -0
- package/lib/lista-transferencia/lista-transferencia.d.ts +15 -0
- package/lib/mensaje-emergente/mensaje-emergente.d.ts +15 -0
- package/lib/notificacion/notificacion.d.ts +20 -0
- package/lib/progreso/progreso.d.ts +18 -0
- package/lib/selector/selector.d.ts +21 -0
- package/lib/tarjeta/tarjeta.d.ts +15 -0
- package/lib/teclado/teclado.d.ts +8 -0
- package/lib/valoracion/valoracion.d.ts +15 -0
- package/package.json +1 -1
- package/lib/alert/alert.d.ts +0 -16
- package/lib/autocomplete/autocomplete.d.ts +0 -13
- package/lib/avatar/avatar.d.ts +0 -19
- package/lib/badge/badge.d.ts +0 -4
- package/lib/banner/banner.d.ts +0 -13
- package/lib/button/button.d.ts +0 -16
- package/lib/button-group/button-group.d.ts +0 -4
- package/lib/card/card.d.ts +0 -14
- package/lib/checkbox/checkbox.d.ts +0 -9
- package/lib/dialog/dialog.d.ts +0 -17
- package/lib/input-helper/input-helper.d.ts +0 -8
- package/lib/jumbotron/jumbotron.d.ts +0 -16
- package/lib/kbd/kbd.d.ts +0 -7
- package/lib/label/requirements-popup.d.ts +0 -5
- package/lib/label/smart-label.d.ts +0 -8
- package/lib/number-field/number-field.d.ts +0 -10
- package/lib/progress/progress.d.ts +0 -17
- package/lib/radio-group/radio-group.d.ts +0 -17
- package/lib/rating/rating.d.ts +0 -11
- package/lib/select/select.d.ts +0 -18
- package/lib/skeleton/skeleton.d.ts +0 -4
- package/lib/slider/slider.d.ts +0 -6
- package/lib/spinner/spinner.d.ts +0 -13
- package/lib/switch/switch.d.ts +0 -7
- package/lib/text-field/text-field.d.ts +0 -3
- package/lib/toast/toast.d.ts +0 -18
- package/lib/tooltip/tooltip.d.ts +0 -13
- package/lib/transfer-list/transfer-list.d.ts +0 -14
package/index.d.ts
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
export * from './lib/ui';
|
|
2
|
-
export * from './lib/
|
|
3
|
-
export * from './lib/
|
|
4
|
-
export * from './lib/
|
|
5
|
-
export * from './lib/
|
|
6
|
-
export * from './lib/avatar/avatar';
|
|
7
|
-
export * from './lib/
|
|
8
|
-
export * from './lib/
|
|
9
|
-
export * from './lib/
|
|
10
|
-
export * from './lib/
|
|
11
|
-
export * from './lib/
|
|
12
|
-
export * from './lib/
|
|
13
|
-
export * from './lib/
|
|
14
|
-
export * from './lib/
|
|
15
|
-
export * from './lib/
|
|
16
|
-
export * from './lib/
|
|
17
|
-
export * from './lib/
|
|
18
|
-
export * from './lib/
|
|
19
|
-
export * from './lib/
|
|
20
|
-
export * from './lib/
|
|
21
|
-
export * from './lib/
|
|
22
|
-
export * from './lib/
|
|
23
|
-
export * from './lib/radio-
|
|
24
|
-
export * from './lib/
|
|
25
|
-
export * from './lib/
|
|
26
|
-
export * from './lib/
|
|
27
|
-
export * from './lib/
|
|
28
|
-
export * from './lib/
|
|
29
|
-
export * from './lib/
|
|
2
|
+
export * from './lib/boton/boton';
|
|
3
|
+
export * from './lib/insignia/insignia';
|
|
4
|
+
export * from './lib/cargando/cargando';
|
|
5
|
+
export * from './lib/teclado/teclado';
|
|
6
|
+
export * from './lib/avatar-usuario/avatar-usuario';
|
|
7
|
+
export * from './lib/etiqueta/etiqueta-inteligente';
|
|
8
|
+
export * from './lib/etiqueta/popup-requisitos';
|
|
9
|
+
export * from './lib/tarjeta/tarjeta';
|
|
10
|
+
export * from './lib/encabezado-principal/encabezado-principal';
|
|
11
|
+
export * from './lib/anuncio/anuncio';
|
|
12
|
+
export * from './lib/alerta/alerta';
|
|
13
|
+
export * from './lib/mensaje-emergente/mensaje-emergente';
|
|
14
|
+
export * from './lib/notificacion/notificacion';
|
|
15
|
+
export * from './lib/progreso/progreso';
|
|
16
|
+
export * from './lib/valoracion/valoracion';
|
|
17
|
+
export * from './lib/ayuda-entrada/ayuda-entrada';
|
|
18
|
+
export * from './lib/esqueleto/esqueleto';
|
|
19
|
+
export * from './lib/autocompletado/autocompletado';
|
|
20
|
+
export * from './lib/grupo-botones/grupo-botones';
|
|
21
|
+
export * from './lib/casilla/casilla';
|
|
22
|
+
export * from './lib/campo-numero/campo-numero';
|
|
23
|
+
export * from './lib/grupo-radio/grupo-radio';
|
|
24
|
+
export * from './lib/selector/selector';
|
|
25
|
+
export * from './lib/deslizador/deslizador';
|
|
26
|
+
export * from './lib/interruptor/interruptor';
|
|
27
|
+
export * from './lib/campo-texto/campo-texto';
|
|
28
|
+
export * from './lib/lista-transferencia/lista-transferencia';
|
|
29
|
+
export * from './lib/dialogo/dialogo';
|