qms-angular 1.1.58 → 1.1.59
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/bundles/qms-angular.umd.js +1 -1
- package/bundles/qms-angular.umd.js.map +1 -1
- package/esm2015/lib/components/related/list-other-related/list-related.component.js +2 -2
- package/esm2015/lib/components/select-access-dialog/model/select-access-config.model.js +1 -1
- package/esm2015/lib/components/select-access-dialog/select-access-dialog.component.js +1 -1
- package/fesm2015/qms-angular.js +1 -1
- package/fesm2015/qms-angular.js.map +1 -1
- package/package.json +1 -1
- package/qms-angular.metadata.json +1 -1
@@ -7522,7 +7522,7 @@
|
|
7522
7522
|
RelatedListComponent.decorators = [
|
7523
7523
|
{ type: i0.Component, args: [{
|
7524
7524
|
selector: 'qms-related-list',
|
7525
|
-
template: "<div class=\"container list-related\">\n <div class=\"list-related__title\">\n <strong>{{ title }}</strong>\n </div>\n <div\n class=\"list-related__body\"\n *ngFor=\"let item of relatedData; let i = index\"\n >\n <div class=\"list-related__body-parent\">\n <qms-list-item type=\"image-square\">\n <mat-icon\n type=\"image-square\"\n leading-icon\n [svgIcon]=\"getNodeIcon(item)\"\n ></mat-icon>\n <div qms-list-header>\n <div\n qms-line\n (click)=\"onItemClick(item)\"\n type=\"caption\"\n *ngIf=\"canShowParent(item)\"\n >\n {{ item?.parentName }}\n </div>\n <div qms-line (click)=\"onItemClick(item)\" type=\"subtitle\">\n {{ item.itemName }}\n </div>\n </div>\n <div qms-line *ngIf=\"item.breadcumbs && item.breadcumbs.length\">\n <qms-breadcrumb\n class=\"breadcrumb-container\"\n type=\"table\"\n numDisplayItem=\"1\"\n [nodes]=\"item.breadcumbs\"\n >\n </qms-breadcrumb>\n </div>\n <div qms-line color=\"default-subtitle\" *ngIf=\"item?.displayId\">\n <ng-container *ngIf=\"item?.displayId\">\n <span>\n <mat-icon class=\"material-icons-outlined\"> local_offer </mat-icon>\n </span>\n ID:\n {{ item?.displayId }}\n </ng-container>\n <ng-container *ngIf=\"item.statusName\">\n {{ getItemStatus(item) }}\n </ng-container>\n </div>\n <button\n qms-btn-icon\n color=\"light\"\n mode=\"dark\"\n *ngIf=\"!isNotEditedItem && (item.canRemove ===
|
7525
|
+
template: "<div class=\"container list-related\">\n <div class=\"list-related__title\">\n <strong>{{ title }}</strong>\n </div>\n <div\n class=\"list-related__body\"\n *ngFor=\"let item of relatedData; let i = index\"\n >\n <div class=\"list-related__body-parent\">\n <qms-list-item type=\"image-square\">\n <mat-icon\n type=\"image-square\"\n leading-icon\n [svgIcon]=\"getNodeIcon(item)\"\n ></mat-icon>\n <div qms-list-header>\n <div\n qms-line\n (click)=\"onItemClick(item)\"\n type=\"caption\"\n *ngIf=\"canShowParent(item)\"\n >\n {{ item?.parentName }}\n </div>\n <div qms-line (click)=\"onItemClick(item)\" type=\"subtitle\">\n {{ item.itemName }}\n </div>\n </div>\n <div qms-line *ngIf=\"item.breadcumbs && item.breadcumbs.length\">\n <qms-breadcrumb\n class=\"breadcrumb-container\"\n type=\"table\"\n numDisplayItem=\"1\"\n [nodes]=\"item.breadcumbs\"\n >\n </qms-breadcrumb>\n </div>\n <div qms-line color=\"default-subtitle\" *ngIf=\"item?.displayId\">\n <ng-container *ngIf=\"item?.displayId\">\n <span>\n <mat-icon class=\"material-icons-outlined\"> local_offer </mat-icon>\n </span>\n ID:\n {{ item?.displayId }}\n </ng-container>\n <ng-container *ngIf=\"item.statusName\">\n {{ getItemStatus(item) }}\n </ng-container>\n </div>\n <button\n qms-btn-icon\n color=\"light\"\n mode=\"dark\"\n *ngIf=\"!isNotEditedItem && (item.canRemove === undefined || item.canRemove)\"\n (click)=\"removeItem(i)\"\n >\n <mat-icon>close</mat-icon>\n </button>\n </qms-list-item>\n </div>\n </div>\n</div>\n",
|
7526
7526
|
encapsulation: i0.ViewEncapsulation.None,
|
7527
7527
|
styles: [".list-related{font-family:Open Sans;font-style:normal;font-weight:400;color:var(--default-color)}.list-related .list-related__title{font-weight:600;font-size:.875rem;line-height:22px;margin-bottom:1rem}.list-related .list-related__body .list-related__body-parent{min-height:48px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ddd}.list-related .list-related__body .list-related__body-parent .qms-list-item{height:unset!important}.list-related .list-related__body .list-related__body-parent .qms-list-item.mat-2-line.image-item{height:auto}.list-related .list-related__body .list-related__body-parent .qms-list-item.image-item .qms-list-item-content{margin:0}.list-related .list-related__body .list-related__body-parent .wrap-image.image-square,.list-related .list-related__body .list-related__body-parent .wrap-image.image-square img{background:transparent;margin:auto;height:24px;width:24px}.list-related .list-related__body .list-related__body-parent .qms-list-item.image-item .qms-list-text,.list-related .list-related__body .list-related__body-parent .qms-list-item.image-item .trailing-box{margin-left:1.5rem;border-bottom:none;padding-bottom:7px;padding-top:7px}.list-related .list-related__body .list-related__body-parent .qms-list-item.image-item .qms-list-text .material-icons-outlined,.list-related .list-related__body .list-related__body-parent .qms-list-item.image-item .trailing-box .material-icons-outlined{font-size:13px;height:13px;width:13px}.list-related .list-related__body .list-related__body-parent .block{font-weight:400;font-size:1rem;line-height:28px;display:flex;align-items:center}.list-related .list-related__body .list-related__body-parent .block .title{margin-left:1.5rem;padding-top:5px;padding-bottom:5px}.list-related .list-related__body .list-related__body-parent .block .title .caption{color:rgba(0,0,0,.6);font-size:.75rem;line-height:22px}.list-related .list-related__body .list-related__body-parent .block mat-icon{color:rgba(0,0,0,.6);padding:0}.list-related .list-related__body .list-related__body-parent .block button.qms-btn-icon{width:40px;height:40px;line-height:40px}.list-related .list-related__body .list-related__body-child{font-weight:400;font-size:.875rem;line-height:22px}.list-related .list-related__body .list-related__body-child .default{min-height:48px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ddd}.list-related .list-related__body .list-related__body-child .default .title{margin-left:3rem}.list-related .list-related__body .list-related__body-child .default .group-button{margin-right:2rem;display:flex}.list-related .list-related__body .remain{font-weight:600;font-size:.875rem;line-height:22px;display:flex;align-items:center;justify-content:space-between;background-color:#fafafa;color:var(--primary);min-height:48px;border-bottom:1px solid #ddd}.list-related .list-related__body .remain .title{margin-left:3rem}.list-related .list-related__body .qms-line{display:flex;align-items:center}.list-related .list-related__body .breadcrumb-container .qms-breadcrumb-item{cursor:inherit;line-height:16px;font-size:.75rem;color:rgba(0,0,0,.6);font-weight:400;line-height:22px;margin:0}.list-related .list-related__body .trailing-box{display:flex;align-items:center}.list-related .list-related__body .trailing-box button{height:24px;width:24px;line-height:24px}.label-green,.label-red,.label-yellow{font-family:Open Sans;font-style:normal;font-weight:600;display:inline-block;text-align:center;margin-left:1rem;width:24px;height:24px;font-size:.75rem;border-radius:1px}.label-red{background-color:var(--secondary);color:#fff}.label-yellow{background-color:var(--risk-yellow);color:rgba(0,0,0,.87)}.label-green{background-color:var(--risk-green);color:#fff}.cursor{cursor:pointer}"]
|
7528
7528
|
},] }
|