Commit 7f8f75818926972ace67d46e6506396e44a6920c
1 parent
a3805326ef
Exists in
master
foca-botonera-lateral y cambio de estilos
Showing
9 changed files
with
93 additions
and
40 deletions
Show diff stats
index.html
1 | <html ng-app="appWrapperDemo"> | 1 | <html ng-app="appWrapperDemo"> |
2 | <head> | 2 | <head> |
3 | <meta charset="UTF-8"/> | 3 | <meta charset="UTF-8"/> |
4 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | 4 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
5 | <base href="./"> | 5 | <base href="./"> |
6 | 6 | ||
7 | <!--CSS--> | 7 | <!--CSS--> |
8 | <link href="./node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"/> | 8 | <link href="./node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"/> |
9 | <link href="./node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet"/> | 9 | <link href="./node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet"/> |
10 | <link href="./node_modules/angular-ui-swiper/dist/angular-ui-swiper.css" rel="stylesheet"/> | 10 | <link href="./node_modules/angular-ui-swiper/dist/angular-ui-swiper.css" rel="stylesheet"/> |
11 | <link href="./node_modules/ladda/dist/ladda-themeless.min.css" rel="stylesheet"/> | 11 | <link href="./node_modules/ladda/dist/ladda-themeless.min.css" rel="stylesheet"/> |
12 | <link href="./node_modules/leaflet/dist/leaflet.css" rel="stylesheet"/> | 12 | <link href="./node_modules/leaflet/dist/leaflet.css" rel="stylesheet"/> |
13 | <link href="./css/general.css" rel="stylesheet"/> | 13 | <link href="./css/general.css" rel="stylesheet"/> |
14 | 14 | ||
15 | <!--VENDOR JS--> | 15 | <!--VENDOR JS--> |
16 | <script src="./node_modules/jquery/dist/jquery.min.js"></script> | 16 | <script src="./node_modules/jquery/dist/jquery.min.js"></script> |
17 | <script src="./node_modules/bootstrap/dist/js/bootstrap.min.js"></script> | 17 | <script src="./node_modules/bootstrap/dist/js/bootstrap.min.js"></script> |
18 | <script src="./node_modules/angular/angular.min.js"></script> | 18 | <script src="./node_modules/angular/angular.min.js"></script> |
19 | <script src="./node_modules/angular-cookies/angular-cookies.min.js"></script> | 19 | <script src="./node_modules/angular-cookies/angular-cookies.min.js"></script> |
20 | <script src="./node_modules/angular-i18n/angular-locale_es-ar.js"></script> | 20 | <script src="./node_modules/angular-i18n/angular-locale_es-ar.js"></script> |
21 | <script src="./node_modules/angular-route/angular-route.min.js"></script> | 21 | <script src="./node_modules/angular-route/angular-route.min.js"></script> |
22 | <script src="./node_modules/angular-sanitize/angular-sanitize.min.js"></script> | 22 | <script src="./node_modules/angular-sanitize/angular-sanitize.min.js"></script> |
23 | <script src="./node_modules/ui-bootstrap4/dist/ui-bootstrap-tpls.js"></script> | 23 | <script src="./node_modules/ui-bootstrap4/dist/ui-bootstrap-tpls.js"></script> |
24 | <script src="./node_modules/angular-ui-swiper/dist/angular-ui-swiper.js"></script> | 24 | <script src="./node_modules/angular-ui-swiper/dist/angular-ui-swiper.js"></script> |
25 | <script src="./node_modules/ladda/dist/spin.min.js"></script> | 25 | <script src="./node_modules/ladda/dist/spin.min.js"></script> |
26 | <script src="./node_modules/ladda/dist/ladda.min.js"></script> | 26 | <script src="./node_modules/ladda/dist/ladda.min.js"></script> |
27 | <script src="./node_modules/angular-ladda/dist/angular-ladda.min.js"></script> | 27 | <script src="./node_modules/angular-ladda/dist/angular-ladda.min.js"></script> |
28 | <script src="./node_modules/leaflet/dist/leaflet.js"></script> | 28 | <script src="./node_modules/leaflet/dist/leaflet.js"></script> |
29 | <script src="./node_modules/ngstorage/ngStorage.min.js"></script> | 29 | <script src="./node_modules/ngstorage/ngStorage.min.js"></script> |
30 | <script src="./vendor/cordovaGeolocationModule.min.js"></script> | 30 | <script src="./vendor/cordovaGeolocationModule.min.js"></script> |
31 | 31 | ||
32 | <script src="./node_modules/foca-abm-chofer/dist/foca-abm-chofer.min.js"></script> | 32 | <script src="./node_modules/foca-abm-chofer/dist/foca-abm-chofer.min.js"></script> |
33 | <script src="./node_modules/foca-abm-plazo-pago/dist/foca-abm-plazo-pago.min.js"></script> | 33 | <script src="./node_modules/foca-abm-plazo-pago/dist/foca-abm-plazo-pago.min.js"></script> |
34 | <script src="./node_modules/foca-abm-precios-condiciones/dist/foca-abm-precios-condiciones.min.js"></script> | 34 | <script src="./node_modules/foca-abm-precios-condiciones/dist/foca-abm-precios-condiciones.min.js"></script> |
35 | <script src="./node_modules/foca-abm-sectores/dist/foca-abm-sectores.min.js"></script> | 35 | <script src="./node_modules/foca-abm-sectores/dist/foca-abm-sectores.min.js"></script> |
36 | <script src="./node_modules/foca-admin-seguimiento/dist/foca-admin-seguimiento.min.js"></script> | 36 | <script src="./node_modules/foca-admin-seguimiento/dist/foca-admin-seguimiento.min.js"></script> |
37 | <script src="./node_modules/foca-botonera-principal/dist/foca-botonera-principal.min.js"></script> | ||
38 | <script src="./node_modules/foca-botonera-facturador/dist/foca-botonera-facturador.min.js"></script> | 37 | <script src="./node_modules/foca-botonera-facturador/dist/foca-botonera-facturador.min.js"></script> |
38 | <script src="./node_modules/foca-botonera-lateral/dist/foca-botonera-lateral.min.js"></script> | ||
39 | <script src="./node_modules/foca-botonera-principal/dist/foca-botonera-principal.min.js"></script> | ||
39 | <script src="./node_modules/foca-busqueda-cliente/dist/foca-busqueda-cliente.min.js"></script> | 40 | <script src="./node_modules/foca-busqueda-cliente/dist/foca-busqueda-cliente.min.js"></script> |
40 | <script src="./node_modules/foca-cabecera-facturador/dist/foca-cabecera-facturador.min.js"></script> | 41 | <script src="./node_modules/foca-cabecera-facturador/dist/foca-cabecera-facturador.min.js"></script> |
41 | <script src="./node_modules/foca-configuracion/dist/foca-configuracion.min.js"></script> | 42 | <script src="./node_modules/foca-configuracion/dist/foca-configuracion.min.js"></script> |
42 | <script src="./node_modules/foca-crear-cobranza/dist/foca-crear-cobranza.min.js"></script> | 43 | <script src="./node_modules/foca-crear-cobranza/dist/foca-crear-cobranza.min.js"></script> |
43 | <script src="./node_modules/foca-crear-hoja-ruta/dist/foca-crear-hoja-ruta.min.js"></script> | 44 | <script src="./node_modules/foca-crear-hoja-ruta/dist/foca-crear-hoja-ruta.min.js"></script> |
44 | <script src="./node_modules/foca-crear-nota-pedido/dist/foca-crear-nota-pedido.min.js"></script> | 45 | <script src="./node_modules/foca-crear-nota-pedido/dist/foca-crear-nota-pedido.min.js"></script> |
45 | <script src="./node_modules/foca-crear-remito/dist/foca-crear-remito.min.js"></script> | 46 | <script src="./node_modules/foca-crear-remito/dist/foca-crear-remito.min.js"></script> |
46 | <script src="./node_modules/foca-directivas/dist/foca-directivas.min.js"></script> | 47 | <script src="./node_modules/foca-directivas/dist/foca-directivas.min.js"></script> |
47 | <script src="./node_modules/foca-filtros/dist/foca-filtros.min.js"></script> | 48 | <script src="./node_modules/foca-filtros/dist/foca-filtros.min.js"></script> |
48 | <script src="./node_modules/foca-hoja-ruta/dist/foca-hoja-ruta.min.js"></script> | 49 | <script src="./node_modules/foca-hoja-ruta/dist/foca-hoja-ruta.min.js"></script> |
49 | <script src="./node_modules/foca-login/dist/foca-login.min.js"></script> | 50 | <script src="./node_modules/foca-login/dist/foca-login.min.js"></script> |
50 | <script src="./node_modules/foca-modal/dist/foca-modal.min.js"></script> | 51 | <script src="./node_modules/foca-modal/dist/foca-modal.min.js"></script> |
51 | <script src="./node_modules/foca-modal-banco/dist/foca-modal-banco.min.js"></script> | 52 | <script src="./node_modules/foca-modal-banco/dist/foca-modal-banco.min.js"></script> |
52 | <script src="./node_modules/foca-modal-busqueda-productos/dist/foca-busqueda-productos.min.js"></script> | 53 | <script src="./node_modules/foca-modal-busqueda-productos/dist/foca-busqueda-productos.min.js"></script> |
53 | <script src="./node_modules/foca-modal-cheque/dist/foca-modal-cheque.min.js"></script> | 54 | <script src="./node_modules/foca-modal-cheque/dist/foca-modal-cheque.min.js"></script> |
54 | <script src="./node_modules/foca-modal-chofer/dist/foca-modal-chofer.min.js"></script> | 55 | <script src="./node_modules/foca-modal-chofer/dist/foca-modal-chofer.min.js"></script> |
55 | <script src="./node_modules/foca-modal-cotizacion/dist/foca-modal-cotizacion.min.js"></script> | 56 | <script src="./node_modules/foca-modal-cotizacion/dist/foca-modal-cotizacion.min.js"></script> |
56 | <script src="./node_modules/foca-modal-detalle-hoja-ruta/dist/foca-modal-detalle-hoja-ruta.min.js"></script> | 57 | <script src="./node_modules/foca-modal-detalle-hoja-ruta/dist/foca-modal-detalle-hoja-ruta.min.js"></script> |
57 | <script src="./node_modules/foca-modal-domicilio/dist/foca-modal-domicilios.min.js"></script> | 58 | <script src="./node_modules/foca-modal-domicilio/dist/foca-modal-domicilios.min.js"></script> |
58 | <script src="./node_modules/foca-modal-factura/dist/foca-modal-factura.min.js"></script> | 59 | <script src="./node_modules/foca-modal-factura/dist/foca-modal-factura.min.js"></script> |
59 | <script src="./node_modules/foca-modal-flete/dist/foca-modal-flete.min.js"></script> | 60 | <script src="./node_modules/foca-modal-flete/dist/foca-modal-flete.min.js"></script> |
60 | <script src="./node_modules/foca-modal-localidad/dist/foca-modal-localidad.min.js"></script> | 61 | <script src="./node_modules/foca-modal-localidad/dist/foca-modal-localidad.min.js"></script> |
61 | <script src="./node_modules/foca-modal-moneda/dist/foca-modal-moneda.min.js"></script> | 62 | <script src="./node_modules/foca-modal-moneda/dist/foca-modal-moneda.min.js"></script> |
62 | <script src="./node_modules/foca-modal-nota-pedido/dist/foca-modal-nota-pedido.min.js"></script> | 63 | <script src="./node_modules/foca-modal-nota-pedido/dist/foca-modal-nota-pedido.min.js"></script> |
63 | <script src="./node_modules/foca-modal-precio-condiciones/dist/foca-modal-precio-condiciones.min.js"></script> | 64 | <script src="./node_modules/foca-modal-precio-condiciones/dist/foca-modal-precio-condiciones.min.js"></script> |
64 | <script src="./node_modules/foca-modal-proveedor/dist/foca-modal-proveedor.min.js"></script> | 65 | <script src="./node_modules/foca-modal-proveedor/dist/foca-modal-proveedor.min.js"></script> |
65 | <script src="./node_modules/foca-modal-provincia/dist/foca-modal-provincia.min.js"></script> | 66 | <script src="./node_modules/foca-modal-provincia/dist/foca-modal-provincia.min.js"></script> |
66 | <script src="./node_modules/foca-modal-remito/dist/foca-modal-remito.min.js"></script> | 67 | <script src="./node_modules/foca-modal-remito/dist/foca-modal-remito.min.js"></script> |
67 | <script src="./node_modules/foca-modal-tarifa-flete/dist/foca-modal-tarifa-flete.min.js"></script> | 68 | <script src="./node_modules/foca-modal-tarifa-flete/dist/foca-modal-tarifa-flete.min.js"></script> |
68 | <script src="./node_modules/foca-modal-transportista/dist/foca-modal-transportista.min.js"></script> | 69 | <script src="./node_modules/foca-modal-transportista/dist/foca-modal-transportista.min.js"></script> |
69 | <script src="./node_modules/foca-modal-vehiculo/dist/foca-modal-vehiculo.min.js"></script> | 70 | <script src="./node_modules/foca-modal-vehiculo/dist/foca-modal-vehiculo.min.js"></script> |
70 | <script src="./node_modules/foca-modal-vendedores/dist/foca-modal-vendedores.min.js"></script> | 71 | <script src="./node_modules/foca-modal-vendedores/dist/foca-modal-vendedores.min.js"></script> |
71 | <script src="./node_modules/foca-nombre-empresa/dist/foca-nombre-empresa.min.js"></script> | 72 | <script src="./node_modules/foca-nombre-empresa/dist/foca-nombre-empresa.min.js"></script> |
72 | <script src="./node_modules/foca-seguimiento/dist/foca-seguimiento.min.js"></script> | 73 | <script src="./node_modules/foca-seguimiento/dist/foca-seguimiento.min.js"></script> |
73 | <script src="./node_modules/foca-teclado/dist/foca-teclado.min.js"></script> | 74 | <script src="./node_modules/foca-teclado/dist/foca-teclado.min.js"></script> |
74 | <script src="./node_modules/foca-abm-vehiculo/dist/foca-abm-vehiculo.min.js"></script> | 75 | <script src="./node_modules/foca-abm-vehiculo/dist/foca-abm-vehiculo.min.js"></script> |
75 | <script src="./node_modules/foca-modal-efectivo/dist/foca-modal-efectivo.min.js"></script> | 76 | <script src="./node_modules/foca-modal-efectivo/dist/foca-modal-efectivo.min.js"></script> |
76 | <script src="./node_modules/foca-modal-cobrador/dist/foca-modal-cobradores.min.js"></script> | 77 | <script src="./node_modules/foca-modal-cobrador/dist/foca-modal-cobradores.min.js"></script> |
77 | <script src="./node_modules/foca-modal-cobranza/dist/foca-modal-cobranza.min.js"></script> | 78 | <script src="./node_modules/foca-modal-cobranza/dist/foca-modal-cobranza.min.js"></script> |
78 | 79 | ||
79 | <script src="./src/js/app.js"></script> | 80 | <script src="./src/js/app.js"></script> |
80 | <script src="./src/js/controller.js"></script> | 81 | <script src="./src/js/controller.js"></script> |
81 | <script src="./src/etc/develop.js"></script> | 82 | <script src="./src/etc/develop.js"></script> |
82 | </head> | 83 | </head> |
83 | <body> | 84 | <body> |
84 | <style> | 85 | <style> |
85 | </style> | 86 | </style> |
86 | <foca-nombre-empresa></foca-nombre-empresa> | 87 | <foca-nombre-empresa></foca-nombre-empresa> |
87 | <div ng-view class="container contenedor"></div> | 88 | <div ng-view class="container contenedor"></div> |
88 | <div ng-controller="appWrapperDemoController" class="teclado-container container d-none d-md-block "> | 89 | <div ng-controller="appWrapperDemoController" class="teclado-container container d-none d-md-block "> |
89 | <div | 90 | <div class="container"> |
90 | class="btn-group-toggle" | 91 | <div class="row"> |
91 | data-toggle="buttons" | 92 | <div class="col-auto my-2 col-lg-2 offset-lg-10 d-none d-md-flex" style="min-height: 176px"> |
92 | ng-click="cambioUsoTeclado()"> | 93 | <div class="px-2 mt-auto"> |
93 | <label | 94 | <foca-botonera-lateral></foca-botonera-lateral> |
94 | class="btn btn-secondary active boton-activar-teclado" | 95 | </div> |
95 | ng-class="{'teclado-activar': usarTeclado}"> | 96 | </div> |
96 | <input | 97 | </div> |
97 | type="checkbox" | ||
98 | autocomplete="off" | ||
99 | > | ||
100 | Teclado | ||
101 | </label> | ||
102 | </div> | 98 | </div> |
103 | <foca-teclado | 99 | <foca-teclado |
104 | ng-show="usarTeclado && mostrarTeclado" | 100 | ng-show="usarTeclado && mostrarTeclado" |
105 | alfanumeric="true" | 101 | alfanumeric="true" |
106 | numeric="true" | 102 | numeric="true" |
107 | > | 103 | > |
108 | </foca-teclado> | 104 | </foca-teclado> |
109 | </div> | 105 | </div> |
110 | </body> | 106 | </body> |
package.json
1 | { | 1 | { |
2 | "name": "wrapper-demo", | 2 | "name": "wrapper-demo", |
3 | "version": "0.0.1", | 3 | "version": "0.0.1", |
4 | "description": "", | 4 | "description": "", |
5 | "main": "main.js", | 5 | "main": "main.js", |
6 | "scripts": { | 6 | "scripts": { |
7 | "initdev": "npm install gulp --global && npm install && npm install -g jshint", | 7 | "initdev": "npm install gulp --global && npm install && npm install -g jshint", |
8 | "gulp-pre-commit": "gulp pre-commit", | 8 | "gulp-pre-commit": "gulp pre-commit", |
9 | "compile": "gulp uglify && gulp sass", | 9 | "compile": "gulp uglify && gulp sass", |
10 | "actualizar": "git pull origin master", | 10 | "actualizar": "git pull origin master", |
11 | "install-dev": "gulp pre-install && npm install && gulp post-install" | 11 | "install-dev": "gulp pre-install && npm install && gulp post-install" |
12 | }, | 12 | }, |
13 | "pre-commit": [ | 13 | "pre-commit": [ |
14 | "gulp-pre-commit" | 14 | "gulp-pre-commit" |
15 | ], | 15 | ], |
16 | "repository": { | 16 | "repository": { |
17 | "type": "git", | 17 | "type": "git", |
18 | "url": "ssh://git@debonline.dyndns.org:npm/wrapper-demo.git" | 18 | "url": "ssh://git@debonline.dyndns.org:npm/wrapper-demo.git" |
19 | }, | 19 | }, |
20 | "author": "Foca Software", | 20 | "author": "Foca Software", |
21 | "license": "ISC", | 21 | "license": "ISC", |
22 | "dependencies": { | 22 | "dependencies": { |
23 | "angular": "^1.7.5", | 23 | "angular": "^1.7.5", |
24 | "angular-cookies": "^1.7.5", | 24 | "angular-cookies": "^1.7.5", |
25 | "angular-i18n": "^1.7.5", | 25 | "angular-i18n": "^1.7.5", |
26 | "angular-ladda": "^0.4.3", | 26 | "angular-ladda": "^0.4.3", |
27 | "angular-route": "^1.7.5", | 27 | "angular-route": "^1.7.5", |
28 | "angular-sanitize": "^1.7.5", | 28 | "angular-sanitize": "^1.7.5", |
29 | "angular-ui-swiper": "^2.3.8", | 29 | "angular-ui-swiper": "^2.3.8", |
30 | "bootstrap": "^4.1.3", | 30 | "bootstrap": "^4.1.3", |
31 | "foca-abm-chofer": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-chofer.git", | 31 | "foca-abm-chofer": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-chofer.git", |
32 | "foca-abm-plazo-pago": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-plazo-pago.git", | 32 | "foca-abm-plazo-pago": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-plazo-pago.git", |
33 | "foca-abm-precios-condiciones": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-precios-condiciones.git", | 33 | "foca-abm-precios-condiciones": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-precios-condiciones.git", |
34 | "foca-abm-sectores": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-sectores.git", | 34 | "foca-abm-sectores": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-sectores.git", |
35 | "foca-abm-vehiculo": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-vehiculo.git", | 35 | "foca-abm-vehiculo": "git+ssh://git@debonline.dyndns.org:npm/foca-abm-vehiculo.git", |
36 | "foca-admin-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-admin-seguimiento.git", | 36 | "foca-admin-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-admin-seguimiento.git", |
37 | "foca-botonera-principal": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-principal.git", | 37 | "foca-botonera-principal": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-principal.git", |
38 | "foca-botonera-lateral": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-lateral.git", | ||
38 | "foca-botonera-facturador": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-facturador.git", | 39 | "foca-botonera-facturador": "git+ssh://git@debonline.dyndns.org:npm/foca-botonera-facturador.git", |
39 | "foca-busqueda-cliente": "git+ssh://git@debonline.dyndns.org:npm/foca-busqueda-cliente.git", | 40 | "foca-busqueda-cliente": "git+ssh://git@debonline.dyndns.org:npm/foca-busqueda-cliente.git", |
40 | "foca-cabecera-facturador": "git+ssh://git@debonline.dyndns.org:npm/foca-cabecera-facturador.git", | 41 | "foca-cabecera-facturador": "git+ssh://git@debonline.dyndns.org:npm/foca-cabecera-facturador.git", |
41 | "foca-configuracion": "git+ssh://git@debonline.dyndns.org:npm/foca-configuracion.git", | 42 | "foca-configuracion": "git+ssh://git@debonline.dyndns.org:npm/foca-configuracion.git", |
42 | "foca-crear-cobranza": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-cobranza.git", | 43 | "foca-crear-cobranza": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-cobranza.git", |
43 | "foca-crear-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-hoja-ruta.git", | 44 | "foca-crear-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-hoja-ruta.git", |
44 | "foca-crear-nota-pedido": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-nota-pedido.git", | 45 | "foca-crear-nota-pedido": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-nota-pedido.git", |
45 | "foca-crear-remito": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-remito.git", | 46 | "foca-crear-remito": "git+ssh://git@debonline.dyndns.org:npm/foca-crear-remito.git", |
46 | "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git", | 47 | "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git", |
47 | "foca-filtros": "git+ssh://git@debonline.dyndns.org:npm/foca-filtros.git", | 48 | "foca-filtros": "git+ssh://git@debonline.dyndns.org:npm/foca-filtros.git", |
48 | "foca-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-hoja-ruta.git", | 49 | "foca-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-hoja-ruta.git", |
49 | "foca-login": "git+ssh://git@debonline.dyndns.org:npm/foca-login.git", | 50 | "foca-login": "git+ssh://git@debonline.dyndns.org:npm/foca-login.git", |
50 | "foca-modal": "git+ssh://git@debonline.dyndns.org:npm/foca-modal.git", | 51 | "foca-modal": "git+ssh://git@debonline.dyndns.org:npm/foca-modal.git", |
51 | "foca-modal-banco": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-banco.git", | 52 | "foca-modal-banco": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-banco.git", |
52 | "foca-modal-busqueda-productos": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-busqueda-productos.git", | 53 | "foca-modal-busqueda-productos": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-busqueda-productos.git", |
53 | "foca-modal-cheque": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cheque.git", | 54 | "foca-modal-cheque": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cheque.git", |
54 | "foca-modal-chofer": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-chofer.git", | 55 | "foca-modal-chofer": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-chofer.git", |
55 | "foca-modal-cobrador": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cobrador.git", | 56 | "foca-modal-cobrador": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cobrador.git", |
56 | "foca-modal-cobranza": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cobranza.git", | 57 | "foca-modal-cobranza": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cobranza.git", |
57 | "foca-modal-cotizacion": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cotizacion.git", | 58 | "foca-modal-cotizacion": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-cotizacion.git", |
58 | "foca-modal-detalle-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalle-hoja-ruta.git", | 59 | "foca-modal-detalle-hoja-ruta": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-detalle-hoja-ruta.git", |
59 | "foca-modal-domicilio": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-domicilio.git", | 60 | "foca-modal-domicilio": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-domicilio.git", |
60 | "foca-modal-efectivo": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-efectivo.git", | 61 | "foca-modal-efectivo": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-efectivo.git", |
61 | "foca-modal-factura": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-factura.git", | 62 | "foca-modal-factura": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-factura.git", |
62 | "foca-modal-flete": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-flete.git", | 63 | "foca-modal-flete": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-flete.git", |
63 | "foca-modal-localidad": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-localidad.git", | 64 | "foca-modal-localidad": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-localidad.git", |
64 | "foca-modal-moneda": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-moneda.git", | 65 | "foca-modal-moneda": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-moneda.git", |
65 | "foca-modal-nota-pedido": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-nota-pedido.git", | 66 | "foca-modal-nota-pedido": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-nota-pedido.git", |
66 | "foca-modal-precio-condiciones": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-precio-condiciones.git", | 67 | "foca-modal-precio-condiciones": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-precio-condiciones.git", |
67 | "foca-modal-proveedor": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-proveedor.git", | 68 | "foca-modal-proveedor": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-proveedor.git", |
68 | "foca-modal-provincia": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-provincia.git", | 69 | "foca-modal-provincia": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-provincia.git", |
69 | "foca-modal-remito": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-remito.git", | 70 | "foca-modal-remito": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-remito.git", |
70 | "foca-modal-tarifa-flete": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-tarifa-flete.git", | 71 | "foca-modal-tarifa-flete": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-tarifa-flete.git", |
71 | "foca-modal-transportista": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-transportista.git", | 72 | "foca-modal-transportista": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-transportista.git", |
72 | "foca-modal-vehiculo": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-vehiculo.git", | 73 | "foca-modal-vehiculo": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-vehiculo.git", |
73 | "foca-modal-vendedores": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-vendedores.git", | 74 | "foca-modal-vendedores": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-vendedores.git", |
74 | "foca-nombre-empresa": "git+ssh://git@debonline.dyndns.org:npm/foca-nombre-empresa.git", | 75 | "foca-nombre-empresa": "git+ssh://git@debonline.dyndns.org:npm/foca-nombre-empresa.git", |
75 | "foca-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-seguimiento.git", | 76 | "foca-seguimiento": "git+ssh://git@debonline.dyndns.org:npm/foca-seguimiento.git", |
76 | "foca-teclado": "git+ssh://git@debonline.dyndns.org:npm/foca-teclado.git", | 77 | "foca-teclado": "git+ssh://git@debonline.dyndns.org:npm/foca-teclado.git", |
77 | "font-awesome": "^4.7.0", | 78 | "font-awesome": "^4.7.0", |
78 | "gulp-angular-templatecache": "^2.2.1", | 79 | "gulp-angular-templatecache": "^2.2.1", |
79 | "gulp-htmlmin": "^5.0.1", | 80 | "gulp-htmlmin": "^5.0.1", |
80 | "gulp-uglify": "^3.0.1", | 81 | "gulp-uglify": "^3.0.1", |
81 | "gulp-uglify-es": "^1.0.4", | 82 | "gulp-uglify-es": "^1.0.4", |
82 | "jquery": "^3.3.1", | 83 | "jquery": "^3.3.1", |
83 | "ladda": "1.0.6", | 84 | "ladda": "1.0.6", |
84 | "leaflet": "1.3.4", | 85 | "leaflet": "1.3.4", |
85 | "ngstorage": "^0.3.11", | 86 | "ngstorage": "^0.3.11", |
86 | "node-sass": "^4.10.0", | 87 | "node-sass": "^4.10.0", |
87 | "uglify": "^0.1.5", | 88 | "uglify": "^0.1.5", |
88 | "ui-bootstrap4": "^3.0.5" | 89 | "ui-bootstrap4": "^3.0.5" |
89 | }, | 90 | }, |
90 | "devDependencies": { | 91 | "devDependencies": { |
91 | "electron": "^3.0.2", | 92 | "electron": "^3.0.2", |
92 | "gulp": "^3.9.1", | 93 | "gulp": "^3.9.1", |
93 | "gulp-clean": "^0.4.0", | 94 | "gulp-clean": "^0.4.0", |
94 | "gulp-concat": "^2.6.1", | 95 | "gulp-concat": "^2.6.1", |
95 | "gulp-connect": "^5.6.1", | 96 | "gulp-connect": "^5.6.1", |
96 | "gulp-jshint": "^2.1.0", | 97 | "gulp-jshint": "^2.1.0", |
97 | "gulp-rename": "^1.4.0", | 98 | "gulp-rename": "^1.4.0", |
98 | "gulp-replace": "^1.0.0", | 99 | "gulp-replace": "^1.0.0", |
99 | "gulp-sass": "^4.0.1", | 100 | "gulp-sass": "^4.0.1", |
100 | "gulp-uglify": "^1.0.4", | 101 | "gulp-uglify": "^1.0.4", |
101 | "gulp-watch": "^5.0.1", | 102 | "gulp-watch": "^5.0.1", |
102 | "jasmine-core": "^3.2.1", | 103 | "jasmine-core": "^3.2.1", |
103 | "jshint": "^2.9.6", | 104 | "jshint": "^2.9.6", |
104 | "pre-commit": "^1.2.2", | 105 | "pre-commit": "^1.2.2", |
105 | "pump": "^3.0.0" | 106 | "pump": "^3.0.0" |
106 | } | 107 | } |
107 | } | 108 | } |
108 | 109 |
src/js/app.js
1 | angular.module('appWrapperDemo', [ | 1 | angular.module('appWrapperDemo', [ |
2 | //EXTERNOS | 2 | //EXTERNOS |
3 | 'angular-ladda', | 3 | 'angular-ladda', |
4 | 'cordovaGeolocationModule', | 4 | 'cordovaGeolocationModule', |
5 | 'ngCookies', | 5 | 'ngCookies', |
6 | 'ngRoute', | 6 | 'ngRoute', |
7 | 'ngSanitize', | 7 | 'ngSanitize', |
8 | 'ngStorage', | 8 | 'ngStorage', |
9 | 'onScreenKeyboard', | 9 | 'onScreenKeyboard', |
10 | 'ui.bootstrap', | 10 | 'ui.bootstrap', |
11 | 'ui.swiper', | 11 | 'ui.swiper', |
12 | 12 | ||
13 | // MODULOS FOCA | 13 | // MODULOS FOCA |
14 | 'focaAbmPlazoPago', | 14 | 'focaAbmPlazoPago', |
15 | 'focaAbmPreciosCondiciones', | 15 | 'focaAbmPreciosCondiciones', |
16 | 'focaAbmSectores', | 16 | 'focaAbmSectores', |
17 | 'focaAbmVehiculo', | 17 | 'focaAbmVehiculo', |
18 | 'focaAbmChofer', | 18 | 'focaAbmChofer', |
19 | 'focaAdminSeguimiento', | 19 | 'focaAdminSeguimiento', |
20 | 'focaBotoneraPrincipal', | ||
21 | 'focaBotoneraFacturador', | 20 | 'focaBotoneraFacturador', |
21 | 'focaBotoneraLateral', | ||
22 | 'focaBotoneraPrincipal', | ||
22 | 'focaBusquedaCliente', | 23 | 'focaBusquedaCliente', |
23 | 'focaBusquedaProductos', | 24 | 'focaBusquedaProductos', |
24 | 'focaCabeceraFacturador', | 25 | 'focaCabeceraFacturador', |
25 | 'focaConfiguracion', | 26 | 'focaConfiguracion', |
26 | 'focaCrearCobranza', | 27 | 'focaCrearCobranza', |
27 | 'focaCrearHojaRuta', | 28 | 'focaCrearHojaRuta', |
28 | 'focaCrearNotaPedido', | 29 | 'focaCrearNotaPedido', |
29 | 'focaCrearRemito', | 30 | 'focaCrearRemito', |
30 | 'focaDirectivas', | 31 | 'focaDirectivas', |
31 | 'focaFiltros', | 32 | 'focaFiltros', |
32 | 'focaHojaRuta', | 33 | 'focaHojaRuta', |
33 | 'focaLogin', | 34 | 'focaLogin', |
34 | 'focaModal', | 35 | 'focaModal', |
35 | 'focaModalBanco', | 36 | 'focaModalBanco', |
36 | 'focaModalCheque', | 37 | 'focaModalCheque', |
37 | 'focaModalChofer', | 38 | 'focaModalChofer', |
38 | 'focaModalCobradores', | 39 | 'focaModalCobradores', |
39 | 'focaModalCobranza', | 40 | 'focaModalCobranza', |
40 | 'focaModalCotizacion', | 41 | 'focaModalCotizacion', |
41 | 'focaModalDetalleHojaRuta', | 42 | 'focaModalDetalleHojaRuta', |
42 | 'focaModalDomicilio', | 43 | 'focaModalDomicilio', |
43 | 'focaModalEfectivo', | 44 | 'focaModalEfectivo', |
44 | 'focaModalFactura', | 45 | 'focaModalFactura', |
45 | 'focaModalFlete', | 46 | 'focaModalFlete', |
46 | 'focaModalLocalidad', | 47 | 'focaModalLocalidad', |
47 | 'focaModalMoneda', | 48 | 'focaModalMoneda', |
48 | 'focaModalNotaPedido', | 49 | 'focaModalNotaPedido', |
49 | 'focaModalPrecioCondicion', | 50 | 'focaModalPrecioCondicion', |
50 | 'focaModalProveedor', | 51 | 'focaModalProveedor', |
51 | 'focaModalProvincia', | 52 | 'focaModalProvincia', |
52 | 'focaModalRemito', | 53 | 'focaModalRemito', |
53 | 'focaModalTarifaFlete', | 54 | 'focaModalTarifaFlete', |
54 | 'focaModalTransportista', | 55 | 'focaModalTransportista', |
55 | 'focaModalVehiculo', | 56 | 'focaModalVehiculo', |
56 | 'focaModalVendedores', | 57 | 'focaModalVendedores', |
57 | 'focaNombreEmpresa', | 58 | 'focaNombreEmpresa', |
58 | 'focaSeguimiento', | 59 | 'focaSeguimiento', |
59 | 'focaTeclado' | 60 | 'focaTeclado' |
60 | ]); | 61 | ]); |
src/sass/_botonera-lateral.scss
1 | .botonera-lateral { | 1 | .botonera-lateral { |
2 | >.row { | ||
3 | height: 420px; | ||
4 | } | ||
5 | 2 | ||
6 | @media (min-width: 768px){ | 3 | @media (min-width: 768px){ |
7 | display: grid !important; | 4 | display: grid !important; |
8 | } | 5 | } |
6 | |||
7 | button{ | ||
8 | pointer-events: all; | ||
9 | background-color: #DDD; | ||
10 | } | ||
11 | |||
12 | .teclado-activar { | ||
13 | background-color: #17d236 !important; | ||
14 | color: #FFF !important; | ||
15 | } | ||
16 | |||
17 | button, .btn-group-toggle{ | ||
18 | background-color: #DDD; | ||
19 | color: #000; | ||
20 | text-transform: uppercase; | ||
21 | min-width: 109px; | ||
22 | &:hover{ | ||
23 | color: #FFF; | ||
24 | .boton-activar-teclado{ | ||
25 | color: #FFF; | ||
26 | } | ||
27 | background-color: #000; | ||
28 | } | ||
29 | } | ||
30 | |||
31 | |||
32 | .btn-group-toggle{ | ||
33 | pointer-events: all; | ||
34 | &.active{ | ||
35 | background-color: $primary-color; | ||
36 | .boton-activar-teclado{ | ||
37 | color: #FFF; | ||
38 | } | ||
39 | } | ||
40 | |||
41 | .boton-activar-teclado{ | ||
42 | cursor: pointer; | ||
43 | color: #000; | ||
44 | background-color: transparent; | ||
45 | } | ||
46 | |||
47 | input{ | ||
48 | display: none; | ||
49 | } | ||
50 | } | ||
9 | } | 51 | } |
52 | .teclado-container > div{ | ||
53 | pointer-events: none; | ||
54 | position: absolute; | ||
55 | z-index: 100000; | ||
56 | left: 0; | ||
57 | right: 0; | ||
58 | top: 449px; | ||
59 | .row{ | ||
60 | margin: 0 !important; | ||
61 | pointer-events: none; |
src/sass/_botonera-secundaria.scss
1 | .botonera-secundaria { | 1 | .botonera-secundaria { |
2 | .row { | 2 | .row { |
3 | border-radius: 5px; | 3 | border-radius: 5px; |
4 | overflow: hidden; | 4 | overflow: hidden; |
5 | } | 5 | } |
6 | .btn { | 6 | .btn { |
7 | display: grid; | 7 | display: grid; |
8 | border-width: 3px !important; | 8 | border-width: 3px !important; |
9 | border-radius: .7rem !important; | 9 | border-radius: .7rem !important; |
10 | margin-right: 1px; | 10 | margin-right: 1px; |
11 | width: calc(100% - 1px); | 11 | width: calc(100% - 1px); |
12 | margin-bottom: 1px; | 12 | margin-bottom: 1px; |
13 | 13 | ||
14 | &:hover{ | 14 | &:hover{ |
15 | background-color: #d8b07d; | 15 | background-color: #d8b07d; |
16 | border-color: #e09125 !important; | 16 | border-color: #e09125 !important; |
17 | } | 17 | } |
18 | &:focus{ | 18 | &:focus{ |
19 | box-shadow: 0 0 0 0.2rem rgb(216, 176, 125); | 19 | box-shadow: 0 0 0 0.2rem rgb(216, 176, 125); |
20 | } | 20 | } |
21 | img{ | 21 | img{ |
22 | width: 50%; | 22 | width: 50%; |
23 | margin: auto | 23 | margin: auto |
24 | } | 24 | } |
25 | span{ | 25 | span{ |
26 | font-size: 11px; | 26 | font-size: 11px; |
27 | margin-left: -.25rem; | 27 | margin-left: -.25rem; |
28 | margin-right: -.25rem; | 28 | margin-right: -.25rem; |
29 | } | 29 | } |
30 | } | 30 | } |
31 | @media(max-width: 992px){ | 31 | @media(max-width: 992px){ |
32 | .btn{ | 32 | .btn{ |
33 | font-weight: 700; | 33 | font-weight: 700; |
34 | } | 34 | } |
35 | } | 35 | } |
36 | @media(min-width: 1200px){ | ||
37 | .btn{ | ||
38 | min-height: 85px; | ||
39 | } | ||
40 | } | ||
41 | |||
42 | @media(min-width: 992px) and (max-width: 1200px){ | ||
43 | .btn{ | ||
44 | min-height: 73px; | ||
45 | } | ||
46 | } | ||
47 | |||
48 | @media(min-width: 768px) and (max-width: 992px){ | ||
49 | .btn{ | ||
50 | min-height: 62px; | ||
51 | } | ||
52 | } | ||
53 | |||
36 | } | 54 | } |
37 | 55 |
src/sass/_contenedor.scss
1 | body { | 1 | body { |
2 | @media (min-width: 768px) { | 2 | @media (min-width: 768px) { |
3 | background-color: #cccccc; | 3 | background-color: #cccccc; |
4 | } | 4 | } |
5 | @media (max-width: 768px) { | ||
6 | background-image: radial-gradient(circle at 50% 50%, #ebecf1, #abaec3); | ||
7 | } | ||
8 | } | 5 | } |
9 | 6 | ||
10 | .contenedor { | 7 | .contenedor { |
11 | @media (min-width: 768px) { | 8 | @media (min-width: 768px) { |
12 | background-image: radial-gradient(circle at 50% 50%, #ebecf1, #abaec3); | ||
13 | min-height: 600px; | 9 | min-height: 600px; |
14 | min-width: 800px; | 10 | min-width: 800px; |
15 | } | 11 | } |
16 | |||
17 | } | 12 | } |
18 | 13 | ||
19 | .grilla-articulo { | 14 | .grilla-articulo { |
20 | @media (min-width: 768px) { | 15 | @media (min-width: 768px) { |
21 | height: 300px; | 16 | height: 300px; |
22 | } | 17 | } |
23 | } | 18 | } |
24 | 19 |
src/sass/_swiper.scss
1 | .swiper { | 1 | .swiper { |
2 | &-container { | 2 | &-container { |
3 | height: 400px; | 3 | height: 300px; |
4 | } | 4 | } |
5 | &-slide { | 5 | &-slide { |
6 | background: transparent; | 6 | background: transparent; |
7 | height: 400px; | 7 | height: 400px; |
8 | text-align: unset; | 8 | text-align: unset; |
9 | -webkit-align-items: unset; | 9 | -webkit-align-items: unset; |
10 | align-items: unset; | 10 | align-items: unset; |
11 | } | 11 | } |
12 | } | 12 | } |
13 | 13 |
src/sass/_teclado.scss
1 | .keyboard { | 1 | .keyboard { |
2 | -webkit-touch-callout: none; | 2 | -webkit-touch-callout: none; |
3 | -webkit-user-select: none; | 3 | -webkit-user-select: none; |
4 | -khtml-user-select: none; | 4 | -khtml-user-select: none; |
5 | -moz-user-select: none; | 5 | -moz-user-select: none; |
6 | -ms-user-select: none; | 6 | -ms-user-select: none; |
7 | user-select: none; | 7 | user-select: none; |
8 | margin: auto; | 8 | margin: auto; |
9 | width: 855px; | 9 | width: 855px; |
10 | position: inherit; | 10 | position: inherit; |
11 | height: auto; | 11 | height: auto; |
12 | border: 1px solid rgba(255, 128, 0, .4); | 12 | border: 1px solid rgba(255, 128, 0, .4); |
13 | background-color: rgba(0, 0, 0, .3); | 13 | background-color: rgba(0, 0, 0, .3); |
14 | bottom: 5px; | 14 | bottom: 5px; |
15 | table { | 15 | table { |
16 | border-spacing: 10px; | 16 | border-spacing: 10px; |
17 | border-collapse: separate; | 17 | border-collapse: separate; |
18 | z-index: 100000; | 18 | z-index: 100000; |
19 | td { | 19 | td { |
20 | touch-action: none; | 20 | touch-action: none; |
21 | } | 21 | } |
22 | } | 22 | } |
23 | 23 | ||
24 | .letter { | 24 | .letter { |
25 | background-color: #bdbdbd; | 25 | background-color: #bdbdbd; |
26 | box-shadow: 2px 2px 3px #555555; | 26 | box-shadow: 2px 2px 3px #555555; |
27 | width: 47px; | 27 | width: 47px; |
28 | height: 50px; | 28 | height: 50px; |
29 | text-align: center; | 29 | text-align: center; |
30 | font-family: "arial"; | 30 | font-family: "arial"; |
31 | cursor: pointer; | 31 | cursor: pointer; |
32 | color: #000; | 32 | color: #000; |
33 | font-size: 22px; | 33 | font-size: 22px; |
34 | 34 | ||
35 | &:hover { | 35 | &:hover { |
36 | background-color: #fafafa; | 36 | background-color: #fafafa; |
37 | } | 37 | } |
38 | &:active { | 38 | &:active { |
39 | background-color: #999; | 39 | background-color: #999; |
40 | color: #fff; | 40 | color: #fff; |
41 | } | 41 | } |
42 | } | 42 | } |
43 | .number { | 43 | .number { |
44 | background-color: #bdbdbd; | 44 | background-color: #bdbdbd; |
45 | box-shadow: 2px 2px 3px #555555; | 45 | box-shadow: 2px 2px 3px #555555; |
46 | width: 47px; | 46 | width: 47px; |
47 | height: 35px; | 47 | height: 35px; |
48 | text-align: center; | 48 | text-align: center; |
49 | font-family: "arial"; | 49 | font-family: "arial"; |
50 | cursor: pointer; | 50 | cursor: pointer; |
51 | color: #000; | 51 | color: #000; |
52 | font-size: 22px; | 52 | font-size: 22px; |
53 | 53 | ||
54 | &:hover { | 54 | &:hover { |
55 | background-color: #fafafa; | 55 | background-color: #fafafa; |
56 | } | 56 | } |
57 | &:active { | 57 | &:active { |
58 | background-color: #999; | 58 | background-color: #999; |
59 | color: #fff; | 59 | color: #fff; |
60 | } | 60 | } |
61 | } | 61 | } |
62 | 62 | ||
63 | .margin { | 63 | .margin { |
64 | width: 40px; | 64 | width: 40px; |
65 | height: 50px; | 65 | height: 50px; |
66 | } | 66 | } |
67 | } | 67 | } |
68 | .teclado-container > div{ | ||
69 | position: relative; | ||
70 | } | ||
71 | .teclado-activar { | ||
72 | background-color: #17d236; | ||
73 | } | ||
74 | .boton-activar-teclado { | ||
75 | top: -450px; | ||
76 | position: absolute; | ||
77 | z-index: 100000; | ||
78 | right: 1.6rem; | ||
79 | |||
80 | @media(min-width: 1200px){ | ||
81 | right: 2.5rem !important; | ||
82 | } | ||
83 | } | ||
84 | 68 |
src/sass/general.scss
1 | $primary-color: #e09125; | ||
2 | |||
3 | |||
1 | @import 'admin-seguimiento'; | 4 | @import 'admin-seguimiento'; |
2 | @import 'bootstrap'; | 5 | @import 'bootstrap'; |
3 | @import 'botonera'; | 6 | @import 'botonera'; |
4 | @import 'botonera-lateral'; | 7 | @import 'botonera-lateral'; |
5 | @import 'botonera-principal'; | 8 | @import 'botonera-principal'; |
6 | @import 'botonera-secundaria'; | 9 | @import 'botonera-secundaria'; |
7 | @import 'contenedor'; | 10 | @import 'contenedor'; |
8 | @import 'lista'; | 11 | @import 'lista'; |
9 | @import 'login'; | 12 | @import 'login'; |
10 | @import 'panel-informativo'; | 13 | @import 'panel-informativo'; |
11 | @import 'tabla'; | 14 | @import 'tabla'; |
12 | @import 'teclado'; | 15 | @import 'teclado'; |
13 | @import 'tabla-articulos'; | 16 | @import 'tabla-articulos'; |
14 | @import 'acciones-mobile'; | 17 | @import 'acciones-mobile'; |
15 | @import 'swiper'; | 18 | @import 'swiper'; |
16 | @import 'foca-crear'; | 19 | @import 'foca-crear'; |
17 | 20 | ||
18 | 21 | ||
19 | //OCULTA FLECHAS INPUT NUMBER | 22 | //OCULTA FLECHAS INPUT NUMBER |
20 | input[type='number'] { | 23 | input[type='number'] { |
21 | -moz-appearance:textfield; | 24 | -moz-appearance:textfield; |
22 | } | 25 | } |
23 | input::-webkit-outer-spin-button, | 26 | input::-webkit-outer-spin-button, |
24 | input::-webkit-inner-spin-button { | 27 | input::-webkit-inner-spin-button { |
25 | -webkit-appearance: none; | 28 | -webkit-appearance: none; |
26 | } | 29 | } |
27 | 30 | ||
28 | .d-md-grid{ | 31 | .d-md-grid{ |
29 | @media (min-width: 768px) { | 32 | @media (min-width: 768px) { |
30 | display: grid !important; | 33 | display: grid !important; |
31 | } | 34 | } |
32 | } | 35 | } |
33 | 36 |