This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <h2 mat-dialog-title>Añadir Validaciones</h2> | |
| <mat-dialog-content [style.max-height.px]="parent=='validacion'?490:650"> | |
| <mat-horizontal-stepper linear="true" #stepper> | |
| <mat-step [stepControl]="categoryFormGroup"> | |
| <form [formGroup]="categoryFormGroup"> | |
| <ng-template matStepLabel>Tipo de validación</ng-template> | |
| <div class="row justify-content-center"> | |
| <div class="col-8"> | |
| <mat-form-field class="w-100"> | |
| <input type="text" placeholder="Selecciona una categoría de validación" aria-label="Number" matInput formControlName="catVal" [matAutocomplete]="auto" [(ngModel)]="value"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Future versions of Hyper may add additional config options, | |
| // which will not automatically be merged into this file. | |
| // See https://hyper.is#cfg for all currently supported options. | |
| module.exports = { | |
| config: { | |
| // choose either `'stable'` for receiving highly polished, | |
| // or `'canary'` for less polished but more frequent updates | |
| updateChannel: 'stable', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { Directive, Input, ElementRef, OnChanges } from '@angular/core'; | |
| @Directive({ | |
| selector: '[appCollapse]' | |
| }) | |
| export class CollapseDirective implements OnChanges { | |
| @Input() appCollapse: boolean; | |
| height = 0; | |
| init = false; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function slugify(text) | |
| { | |
| return text.toString().toLowerCase() | |
| .replace(/\s+/g, '-') // Replace spaces with - | |
| .replace(/[^\w\-]+/g, '') // Remove all non-word chars | |
| .replace(/\-\-+/g, '-') // Replace multiple - with single - | |
| .replace(/^-+/, '') // Trim - from start of text | |
| .replace(/-+$/, ''); // Trim - from end of text | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export function openConf() { | |
| $("#ms-configurator").animate({ | |
| "right": '0px' | |
| }, 400); | |
| $(".ms-configurator-btn").animate({ | |
| "right": '-60px' | |
| }, 200); | |
| } | |
| export function closeConf() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export function init() { | |
| $('.agm-sortable-container').sortable({ | |
| connectWith: ".agm-sortable-container", | |
| handle: ".card-handle", | |
| containment: ".ms-site-content-container", | |
| dropOnEmpty: true, | |
| placeholder: "card-placeholder", | |
| start: function(e, ui) { | |
| ui.placeholder.width(ui.item.width()); | |
| ui.placeholder.height(ui.item.height()); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .form-group { | |
| font-size: 1.4rem; | |
| } | |
| .label-floating { | |
| &.form-group { | |
| position: relative; | |
| margin-bottom: 40px; | |
| .form-control { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="card-1" class="card card-light agm-card-widget" data-title="Soy el titulo"> | |
| <div class="card-header card-move"> | |
| <h3 class="card-title card-handle"><i class="icon ion-md-heart"></i> <span>Live Feeds</span></h3> | |
| <div class="card-header-tabs"> | |
| <ul class="nav nav-tabs nav-tabs-transparent indicator-primary" role="tablist"> | |
| <li class="nav-item"><a class="nav-link withoutripple" href="#casa" aria-controls="casa" role="tab" data-toggle="tab"><i class="zmdi zmdi-home"></i> <span class="d-none d-sm-inline">Home</span></a></li> | |
| <li class="nav-item"><a class="nav-link withoutripple active" href="#profile" aria-controls="profile" role="tab" data-toggle="tab"><i class="zmdi zmdi-account"></i> <span class="d-none d-sm-inline">Profile</span></a></li> | |
| <li class="nav-item"><a class="nav-link withoutripple" href="#settings" aria-controls="settings" role="ta |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="card-1" class="card card-light agm-card-widget" data-title="Soy el titulo"> | |
| <div class="card-header card-move"> | |
| <h3 class="card-title card-handle"><i class="icon ion-md-heart"></i> <span>Live Feeds</span></h3> | |
| <div class="card-header-tabs"> | |
| <ul class="nav nav-tabs nav-tabs-transparent indicator-primary" role="tablist"> | |
| <li class="nav-item"><a class="nav-link withoutripple" href="#casa" aria-controls="casa" role="tab" data-toggle="tab"><i class="zmdi zmdi-home"></i> <span class="d-none d-sm-inline">Home</span></a></li> | |
| <li class="nav-item"><a class="nav-link withoutripple active" href="#profile" aria-controls="profile" role="tab" data-toggle="tab"><i class="zmdi zmdi-account"></i> <span class="d-none d-sm-inline">Profile</span></a></li> | |
| <li class="nav-item"><a class="nav-link withoutripple" href="#settings" aria-controls="settings" role="ta |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <video poster="" controls class="mt--40" data-plyr='{ "autoplay": true, "volume": 0, "controls": [] }' controls> | |
| <source src="<%= assets %>/media/back_video.mp4" type="video/mp4"> | |
| </video> |
NewerOlder