New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lct-components

Package Overview
Dependencies
Maintainers
2
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lct-components - npm Package Compare versions

Comparing version 0.9.6 to 0.9.7

2

esm2015/lib/modal/modal-change-store/modal-change-store.js

@@ -65,3 +65,3 @@ import { Component, Input, Output, EventEmitter } from '@angular/core';

ModalChangeStoreComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.1.5", ngImport: i0, type: ModalChangeStoreComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
ModalChangeStoreComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.1.5", type: ModalChangeStoreComponent, selector: "lct-modal", inputs: { widthModalConfig: "widthModalConfig", heightModalConfig: "heightModalConfig", tiendas: "tiendas", userId: "userId" }, outputs: { sendSelectStore: "sendSelectStore" }, ngImport: i0, template: "<div class=\"modalmask open\" >\n <div class=\"modalbox movedown\" [ngStyle]=\"{'width': widthModalConfig,'height': heightModalConfig}\">\n <div class=\"row\" [ngStyle]=\"{'margin-top': closeIcon? '0px': '25px'}\" >\n <!-- X close -->\n\n <div *ngIf=\"closeIcon\" >\n <svg (click)=\"cerrarModal()\" style=\"margin-top: 9px; float: right; margin-right: 20px;\n cursor: pointer\" width=\"15\" height=\"14\" viewBox=\"0 0 15 14\" fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n d=\"M13.7704 0.937266C13.3804 0.547266 12.7504 0.547266 12.3604 0.937266L7.47043 5.81727L2.58043 0.927266C2.19043 0.537266 1.56043 0.537266 1.17043 0.927266C0.78043 1.31727 0.78043 1.94727 1.17043 2.33727L6.06043 7.22727L1.17043 12.1173C0.78043 12.5073 0.78043 13.1373 1.17043 13.5273C1.56043 13.9173 2.19043 13.9173 2.58043 13.5273L7.47043 8.63727L12.3604 13.5273C12.7504 13.9173 13.3804 13.9173 13.7704 13.5273C14.1604 13.1373 14.1604 12.5073 13.7704 12.1173L8.88043 7.22727L13.7704 2.33727C14.1504 1.95727 14.1504 1.31727 13.7704 0.937266Z\"\n fill=\"#3C4149\" />\n </svg>\n </div>\n\n <div class=\"col col-2\">\n<!-- <img [src]=\"icon\">-->\n <svg width=\"61\" height=\"61\" viewBox=\"0 0 61 61\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <circle cx=\"30.2793\" cy=\"30.0234\" r=\"30\" fill=\"#F5F7FA\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.5495 16.6904C21.1124 16.6904 20.7558 16.9744 20.7558 17.3254C20.7558 17.6763 21.1124 17.9603 21.5495 17.9603H39.0098C39.45 17.9603 39.8034 17.6763 39.8034 17.3254C39.8034 16.9744 39.45 16.6904 39.0098 16.6904H21.5495ZM40.2796 19.2301H20.2796L16.9463 25.5793H43.613L40.2796 19.2301ZM16.9463 27.6746C16.9463 29.2109 18.0108 30.4909 19.4463 30.8601V41.7063H17.7796C17.3206 41.7063 16.9463 42.0755 16.9463 42.5317C16.9463 42.9879 17.3207 43.3571 17.7796 43.3571H42.7796C43.2419 43.3571 43.613 42.9879 43.613 42.5317C43.613 42.0755 43.2419 41.7063 42.7796 41.7063H41.113V30.8601C42.5485 30.4909 43.613 29.2109 43.613 27.6746V26.8492H16.9463V27.6746ZM33.613 30.9761C35.4554 30.9761 36.9463 29.4978 36.9463 27.6745C36.9463 29.2109 38.0108 30.4909 39.4463 30.8601V41.7063H26.9463V30.9761C28.7887 30.9761 30.2796 29.4978 30.2796 27.6745C30.2796 29.4978 31.7738 30.9761 33.613 30.9761ZM26.113 41.7063V30.8601C24.6774 30.4909 23.613 29.2109 23.613 27.6745C23.613 29.2109 22.5485 30.4909 21.113 30.8601V41.7063H26.113Z\" fill=\"#2649B6\"/>\n </svg>\n\n </div>\n <div class=\"col col-10 title-modal\">Selecci\u00F3n de tienda</div>\n </div>\n <div class=\"selector\">\n <lct-select title=\"\" placeholder=\"Seleccione tienda\"\n [options]=\"storeName\" \n sort=\"asc\"\n (value)=\"selectedValue($event)\">\n </lct-select>\n </div>\n <div class=\"button-accept\">\n <lct-button buttonType=\"primary\" title=\"Seleccionar\" (click)=\"selectStore()\" [disabled]=\"buttonDisable\"></lct-button>\n </div>\n </div>\n</div>\n", styles: [".modalmask{position:fixed;font-family:Arial,sans-serif;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.8);z-index:99999;opacity:0;transition:opacity .4s ease-in;pointer-events:none}.modalmask.open{opacity:1;pointer-events:auto}.modalmask .modalbox{width:400px;position:relative;padding:5px 20px 13px;background:#fff;border-radius:3px;transition:all .5s ease-in}.modalmask .modalbox.movedown{margin:20% auto 0}@media screen and (min-width: 100px) and (max-width: 490px){.modalmask .modalbox.movedown{margin-top:0%!important}}.modalmask .modalbox .title-modal{margin-top:15px;font-family:\"Barlow\";font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#3c4149}.modalmask .modalbox .selector{width:288px;margin:20px auto 0}.modalmask .modalbox .button-accept{width:288px;margin-top:25px!important;margin:0 auto}\n"], components: [{ type: i1.SelectComponent, selector: "lct-select", inputs: ["options", "sort", "title", "disabled", "showIcon", "placeholder"], outputs: ["value"] }, { type: i2.ButtonComponent, selector: "lct-button", inputs: ["title", "buttonType", "disabled", "shape", "icon", "width", "height", "iconWidth", "iconHeight", "counter"] }], directives: [{ type: i3.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
ModalChangeStoreComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.1.5", type: ModalChangeStoreComponent, selector: "lct-modal", inputs: { widthModalConfig: "widthModalConfig", heightModalConfig: "heightModalConfig", tiendas: "tiendas", userId: "userId" }, outputs: { sendSelectStore: "sendSelectStore" }, ngImport: i0, template: "<div class=\"modalmask open\" >\n <div class=\"modalbox movedown\" [ngStyle]=\"{'width': widthModalConfig,'height': heightModalConfig}\">\n <div class=\"row\" [ngStyle]=\"{'margin-top': closeIcon? '0px': '25px'}\" >\n <!-- X close -->\n\n <div *ngIf=\"closeIcon\" >\n <svg (click)=\"cerrarModal()\" style=\"margin-top: 9px; float: right; margin-right: 20px;\n cursor: pointer\" width=\"15\" height=\"14\" viewBox=\"0 0 15 14\" fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n d=\"M13.7704 0.937266C13.3804 0.547266 12.7504 0.547266 12.3604 0.937266L7.47043 5.81727L2.58043 0.927266C2.19043 0.537266 1.56043 0.537266 1.17043 0.927266C0.78043 1.31727 0.78043 1.94727 1.17043 2.33727L6.06043 7.22727L1.17043 12.1173C0.78043 12.5073 0.78043 13.1373 1.17043 13.5273C1.56043 13.9173 2.19043 13.9173 2.58043 13.5273L7.47043 8.63727L12.3604 13.5273C12.7504 13.9173 13.3804 13.9173 13.7704 13.5273C14.1604 13.1373 14.1604 12.5073 13.7704 12.1173L8.88043 7.22727L13.7704 2.33727C14.1504 1.95727 14.1504 1.31727 13.7704 0.937266Z\"\n fill=\"#3C4149\" />\n </svg>\n </div>\n\n <div class=\"col col-2\">\n<!-- <img [src]=\"icon\">-->\n <svg width=\"61\" height=\"61\" viewBox=\"0 0 61 61\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <circle cx=\"30.2793\" cy=\"30.0234\" r=\"30\" fill=\"#F5F7FA\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.5495 16.6904C21.1124 16.6904 20.7558 16.9744 20.7558 17.3254C20.7558 17.6763 21.1124 17.9603 21.5495 17.9603H39.0098C39.45 17.9603 39.8034 17.6763 39.8034 17.3254C39.8034 16.9744 39.45 16.6904 39.0098 16.6904H21.5495ZM40.2796 19.2301H20.2796L16.9463 25.5793H43.613L40.2796 19.2301ZM16.9463 27.6746C16.9463 29.2109 18.0108 30.4909 19.4463 30.8601V41.7063H17.7796C17.3206 41.7063 16.9463 42.0755 16.9463 42.5317C16.9463 42.9879 17.3207 43.3571 17.7796 43.3571H42.7796C43.2419 43.3571 43.613 42.9879 43.613 42.5317C43.613 42.0755 43.2419 41.7063 42.7796 41.7063H41.113V30.8601C42.5485 30.4909 43.613 29.2109 43.613 27.6746V26.8492H16.9463V27.6746ZM33.613 30.9761C35.4554 30.9761 36.9463 29.4978 36.9463 27.6745C36.9463 29.2109 38.0108 30.4909 39.4463 30.8601V41.7063H26.9463V30.9761C28.7887 30.9761 30.2796 29.4978 30.2796 27.6745C30.2796 29.4978 31.7738 30.9761 33.613 30.9761ZM26.113 41.7063V30.8601C24.6774 30.4909 23.613 29.2109 23.613 27.6745C23.613 29.2109 22.5485 30.4909 21.113 30.8601V41.7063H26.113Z\" fill=\"#2649B6\"/>\n </svg>\n\n </div>\n <div class=\"col col-10 title-modal\">Selecci\u00F3n de tienda</div>\n </div>\n <div class=\"selector\">\n <lct-select title=\"\" placeholder=\"Seleccione tienda\"\n [options]=\"storeName\" \n sort=\"asc\"\n (value)=\"selectedValue($event)\">\n </lct-select>\n </div>\n <div class=\"button-accept\">\n <lct-button buttonType=\"primary\" title=\"Seleccionar\" (click)=\"selectStore()\" [disabled]=\"buttonDisable\"></lct-button>\n </div>\n </div>\n</div>\n", styles: [".modalmask{position:fixed;font-family:Arial,sans-serif;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.8);z-index:99999;opacity:0;transition:opacity .4s ease-in;pointer-events:none}.modalmask.open{opacity:1;pointer-events:auto}.modalmask .modalbox{width:400px;position:relative;padding:5px 20px 13px;background:#fff;border-radius:3px;transition:all .5s ease-in}.modalmask .modalbox.movedown{margin:0 auto;margin-top:calc(50vh - 134px)}@media screen and (min-width: 100px) and (max-width: 490px){.modalmask .modalbox.movedown{margin-top:0%!important}}.modalmask .modalbox .title-modal{margin-top:15px;font-family:\"Barlow\";font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#3c4149}.modalmask .modalbox .selector{width:288px;margin:20px auto 0}.modalmask .modalbox .button-accept{width:288px;margin-top:25px!important;margin:0 auto}\n"], components: [{ type: i1.SelectComponent, selector: "lct-select", inputs: ["options", "sort", "title", "disabled", "showIcon", "placeholder"], outputs: ["value"] }, { type: i2.ButtonComponent, selector: "lct-button", inputs: ["title", "buttonType", "disabled", "shape", "icon", "width", "height", "iconWidth", "iconHeight", "counter"] }], directives: [{ type: i3.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.1.5", ngImport: i0, type: ModalChangeStoreComponent, decorators: [{

@@ -68,0 +68,0 @@ type: Component,

{
"name": "lct-components",
"version": "0.9.6",
"version": "0.9.7",
"description": "LCT basic components",

@@ -5,0 +5,0 @@ "keywords": [

@@ -134,3 +134,3 @@

>Version 0.9.6
>Version 0.9.7
>

@@ -137,0 +137,0 @@ >[(ngModel)] Can only be used at the moment for:

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc