ps-toolkit-ui 0.1.55 → 0.1.56

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.
@@ -2084,7 +2084,7 @@
2084
2084
  ModalComponent.decorators = [
2085
2085
  { type: core.Component, args: [{
2086
2086
  selector: 'lib-modal',
2087
- template: "<div [id]=\"modal.id + 'Modal'\" class=\"modal\">\r\n <div [className]=\"(modal.class ? modal.class : '') + ' content'\">\r\n <lib-form-button [inp]=\"close\"></lib-form-button>\r\n <div class=\"body\">\r\n <ng-content></ng-content>\r\n <lib-form *ngIf=\"modal.form != null && modal.firstForm\" [form]=\"modal.form\"></lib-form>\r\n <lib-table *ngIf=\"modal.table != null\" [table]=\"modal.table\"></lib-table>\r\n <lib-form *ngIf=\"modal.form != null && !modal.firstForm\" [form]=\"modal.form\"></lib-form>\r\n <lib-accordion *ngIf=\"modal.accordion != null\" [accordion]=\"modal.accordion\"></lib-accordion>\r\n </div>\r\n </div>\r\n</div>\r\n",
2087
+ template: "<div [id]=\"modal.id + 'Modal'\" [className]=\"(modal.class ? modal.class : '') + ' modal'\">\r\n <div class=\"content\">\r\n <lib-form-button [inp]=\"close\"></lib-form-button>\r\n <div class=\"body\">\r\n <ng-content></ng-content>\r\n <lib-form *ngIf=\"modal.form != null && modal.firstForm\" [form]=\"modal.form\"></lib-form>\r\n <lib-table *ngIf=\"modal.table != null\" [table]=\"modal.table\"></lib-table>\r\n <lib-form *ngIf=\"modal.form != null && !modal.firstForm\" [form]=\"modal.form\"></lib-form>\r\n <lib-accordion *ngIf=\"modal.accordion != null\" [accordion]=\"modal.accordion\"></lib-accordion>\r\n </div>\r\n </div>\r\n</div>\r\n",
2088
2088
  styles: [".modal{background-color:var(--black-t-44);display:none;height:100%;overflow-y:auto;position:fixed;right:0;top:0;width:100%;z-index:999}.modal .content{background-color:#fff;border-radius:5px;box-shadow:var(--box-shadow-modal);float:right;margin:50px 30%;position:relative;width:40%;z-index:2}.modal.lg .content{margin:50px 20%;width:60%}.modal .content .header{float:right;position:relative;text-align:center;width:100%}.modal .content .header .title{float:left;font-family:VazirBold;font-size:18px;height:40px;line-height:40px;width:100%}::ng-deep .modal .content>lib-form-button .form-input-con.button{left:-25px;position:absolute;top:-10px;z-index:5}.modal .content .body{float:right;position:relative;width:100%}.modal .content .footer{background-color:var(--base-22);float:right;height:50px;width:100%}.modal .content .footer:before{background-image:linear-gradient(90deg,rgba(51,51,51,0),rgba(51,51,51,.25),rgba(51,51,51,0));border:0;content:\"\";float:right;height:1px;width:100%}@media (max-width:399.98px){.modal .content{margin:50px 5%;width:90%}::ng-deep .modal .content .form .form-input-con.text{width:100%!important}.modal.lg .content{margin:50px 5%;width:90%}}@media (min-width:400px) and (max-width:499.98px){.modal .content{margin:50px 10%;width:80%}::ng-deep .modal .content .form .form-input-con.text{width:100%!important}.modal.lg .content{margin:50px 5%;width:90%}}@media (min-width:500px) and (max-width:599.98px){.modal .content{margin:50px 15%;width:70%}::ng-deep .modal .content .form .form-input-con.text{width:100%!important}.modal.lg .content{margin:50px 5%;width:90%}}@media (min-width:600px) and (max-width:699.98px){.modal .content{margin:50px 20%;width:60%}::ng-deep .modal .content .form .form-input-con.text{width:100%!important}.modal.lg .content{margin:50px 5%;width:90%}}@media (min-width:700px) and (max-width:799.98px){.modal .content{margin:50px 20%;width:60%}::ng-deep .modal .content .form .form-input-con.text{margin-right:10%;width:80%!important}.modal.lg .content{margin:50px 10%;width:80%}}@media (min-width:800px) and (max-width:899.98px){.modal .content{margin:50px 25%;width:50%}::ng-deep .modal .content .form .form-input-con.text{margin-right:10%;width:80%!important}.modal.lg .content{margin:50px 15%;width:70%}}@media (min-width:900px) and (max-width:999.98px){.modal .content{margin:50px 20%;width:60%}.modal.lg .content{margin:50px 15%;width:70%}}@media (min-width:1000px) and (max-width:1099.98px){.modal .content,.modal.lg .content{margin:50px 20%;width:60%}}@media (min-width:1100px) and (max-width:1199.98px){.modal .content{margin:50px 25%;width:50%}.modal.lg .content{margin:50px 20%;width:60%}}@media (min-width:1200px) and (max-width:1299.98px){.modal .content{margin:50px 25%;width:50%}.modal.lg .content{margin:50px 20%;width:60%}}"]
2089
2089
  },] }
2090
2090
  ];