oxpi-nglib 0.0.38 → 0.0.41
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/esm2020/lib/controls/item-card/item-card.component.mjs +2 -2
- package/esm2020/lib/models/entidades/permissoes.mjs +1 -1
- package/fesm2015/oxpi-nglib.mjs +2 -2
- package/fesm2020/oxpi-nglib.mjs +2 -2
- package/lib/models/entidades/permissoes.d.ts +1 -0
- package/package.json +1 -1
- package/styles/cadastros-listagens-form.scss +24 -0
|
@@ -7,10 +7,10 @@ export class ItemCardComponent {
|
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
9
|
ItemCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: ItemCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10
|
-
ItemCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.3", type: ItemCardComponent, selector: "ox-item-card", inputs: { nome: "nome", codigo: "codigo", star: "star", cloud: "cloud" }, ngImport: i0, template: "<div class=\"nome-codigo-row\"><span class=\"codigo\" *ngIf=\"codigo\">{{codigo}}</span>{{nome}}</div>\n<div class=\"icons-row\">\n <span class=\"material-icons star\" *ngIf=\"star\">\n grade\n </span>\n <span class=\"material-icons sync-pendente\" *ngIf=\"cloud === false\">\n cloud_queue\n </span>\n <span class=\"material-icons sync-concluido\" *ngIf=\"cloud === true\">\n cloud_done\n </span>\n</div>\n", styles: [":host{display:flex;flex-direction:row;border-bottom:1px solid #e6e9ec;border-left:3px solid #e6e9ec;padding:12px 16px;background:#fff;justify-content:space-between;cursor:pointer;flex-shrink:0;align-items:center;transition:border-left-color 1s;-webkit-user-select:none;user-select:none}:host:hover{box-shadow:0 0 16px #0000000f;background:transparent;z-index:1}:host(.selected){border-left-color:var(--app-color, black);z-index:1;box-shadow:0 0 8px 5px #00000008;flex-shrink:0;background:linear-gradient(45deg,var(--item-card-selected-bg, rgba(0, 0, 0, .05)),transparent)}.nome-codigo-row{display:flex;flex-direction:row;flex-grow:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-right:8px}.icons-row{display:flex;flex-direction:row;align-items:center;gap:8px}.codigo{color:#666;font-size:x-small;border-radius:4px;padding:0 4px;width:50px;min-width:50px;text-align:center;border:1px solid #eee;margin-right:16px;display:flex;align-items:center;justify-content:center}.sync-pendente{color:#141212;font-size:16px}.sync-concluido{color:#dbdbdb;font-size:16px}.star{color:#000}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
10
|
+
ItemCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.3", type: ItemCardComponent, selector: "ox-item-card", inputs: { nome: "nome", codigo: "codigo", star: "star", cloud: "cloud" }, ngImport: i0, template: "<div class=\"nome-codigo-row\"><span class=\"codigo\" *ngIf=\"codigo\">{{codigo}}</span>{{nome}}</div>\n<div class=\"icons-row\">\n <span class=\"material-icons star\" *ngIf=\"star\">\n grade\n </span>\n <span class=\"material-icons sync-pendente\" *ngIf=\"cloud === false\">\n cloud_queue\n </span>\n <span class=\"material-icons sync-concluido\" *ngIf=\"cloud === true\">\n cloud_done\n </span>\n</div>\n", styles: [":host{display:flex;flex-direction:row;border-bottom:1px solid #e6e9ec;border-left:3px solid #e6e9ec;padding:12px 16px;background:#fff;justify-content:space-between;cursor:pointer;flex-shrink:0;align-items:center;transition:border-left-color 1s;-webkit-user-select:none;user-select:none;font-size:small}:host:hover{box-shadow:0 0 16px #0000000f;background:transparent;z-index:1}:host(.selected){border-left-color:var(--app-color, black);z-index:1;box-shadow:0 0 8px 5px #00000008;flex-shrink:0;background:linear-gradient(45deg,var(--item-card-selected-bg, rgba(0, 0, 0, .05)),transparent)}.nome-codigo-row{display:flex;flex-direction:row;flex-grow:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-right:8px}.icons-row{display:flex;flex-direction:row;align-items:center;gap:8px}.codigo{color:#666;font-size:x-small;border-radius:4px;padding:0 4px;width:50px;min-width:50px;text-align:center;border:1px solid #eee;margin-right:16px;display:flex;align-items:center;justify-content:center}.sync-pendente{color:#141212;font-size:16px}.sync-concluido{color:#dbdbdb;font-size:16px}.star{color:#000}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
11
11
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: ItemCardComponent, decorators: [{
|
|
12
12
|
type: Component,
|
|
13
|
-
args: [{ selector: 'ox-item-card', template: "<div class=\"nome-codigo-row\"><span class=\"codigo\" *ngIf=\"codigo\">{{codigo}}</span>{{nome}}</div>\n<div class=\"icons-row\">\n <span class=\"material-icons star\" *ngIf=\"star\">\n grade\n </span>\n <span class=\"material-icons sync-pendente\" *ngIf=\"cloud === false\">\n cloud_queue\n </span>\n <span class=\"material-icons sync-concluido\" *ngIf=\"cloud === true\">\n cloud_done\n </span>\n</div>\n", styles: [":host{display:flex;flex-direction:row;border-bottom:1px solid #e6e9ec;border-left:3px solid #e6e9ec;padding:12px 16px;background:#fff;justify-content:space-between;cursor:pointer;flex-shrink:0;align-items:center;transition:border-left-color 1s;-webkit-user-select:none;user-select:none}:host:hover{box-shadow:0 0 16px #0000000f;background:transparent;z-index:1}:host(.selected){border-left-color:var(--app-color, black);z-index:1;box-shadow:0 0 8px 5px #00000008;flex-shrink:0;background:linear-gradient(45deg,var(--item-card-selected-bg, rgba(0, 0, 0, .05)),transparent)}.nome-codigo-row{display:flex;flex-direction:row;flex-grow:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-right:8px}.icons-row{display:flex;flex-direction:row;align-items:center;gap:8px}.codigo{color:#666;font-size:x-small;border-radius:4px;padding:0 4px;width:50px;min-width:50px;text-align:center;border:1px solid #eee;margin-right:16px;display:flex;align-items:center;justify-content:center}.sync-pendente{color:#141212;font-size:16px}.sync-concluido{color:#dbdbdb;font-size:16px}.star{color:#000}\n"] }]
|
|
13
|
+
args: [{ selector: 'ox-item-card', template: "<div class=\"nome-codigo-row\"><span class=\"codigo\" *ngIf=\"codigo\">{{codigo}}</span>{{nome}}</div>\n<div class=\"icons-row\">\n <span class=\"material-icons star\" *ngIf=\"star\">\n grade\n </span>\n <span class=\"material-icons sync-pendente\" *ngIf=\"cloud === false\">\n cloud_queue\n </span>\n <span class=\"material-icons sync-concluido\" *ngIf=\"cloud === true\">\n cloud_done\n </span>\n</div>\n", styles: [":host{display:flex;flex-direction:row;border-bottom:1px solid #e6e9ec;border-left:3px solid #e6e9ec;padding:12px 16px;background:#fff;justify-content:space-between;cursor:pointer;flex-shrink:0;align-items:center;transition:border-left-color 1s;-webkit-user-select:none;user-select:none;font-size:small}:host:hover{box-shadow:0 0 16px #0000000f;background:transparent;z-index:1}:host(.selected){border-left-color:var(--app-color, black);z-index:1;box-shadow:0 0 8px 5px #00000008;flex-shrink:0;background:linear-gradient(45deg,var(--item-card-selected-bg, rgba(0, 0, 0, .05)),transparent)}.nome-codigo-row{display:flex;flex-direction:row;flex-grow:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-right:8px}.icons-row{display:flex;flex-direction:row;align-items:center;gap:8px}.codigo{color:#666;font-size:x-small;border-radius:4px;padding:0 4px;width:50px;min-width:50px;text-align:center;border:1px solid #eee;margin-right:16px;display:flex;align-items:center;justify-content:center}.sync-pendente{color:#141212;font-size:16px}.sync-concluido{color:#dbdbdb;font-size:16px}.star{color:#000}\n"] }]
|
|
14
14
|
}], ctorParameters: function () { return []; }, propDecorators: { nome: [{
|
|
15
15
|
type: Input
|
|
16
16
|
}], codigo: [{
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGVybWlzc29lcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL294cGktbmdsaWIvc3JjL2xpYi9tb2RlbHMvZW50aWRhZGVzL3Blcm1pc3NvZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIlxyXG5leHBvcnQgaW50ZXJmYWNlIFBlcm1pc3NvZXMge1xyXG4gICAgZ2VyZW5jaWFsQ2FpeGFzQWdydXBhZG9NZW5zYWwgOiBib29sZWFuO1xyXG4gICAgZmluYW5jYXNMb2dpbjogYm9vbGVhbjtcclxuICAgIGZpbmFuY2FzRGVzcGVzYUFkZDogYm9vbGVhbjtcclxuICAgIGZpbmFuY2FzRGVzcGVzYVVsdGltb3NDYWRhc3Ryb3M6IGJvb2xlYW47XHJcbiAgICBmaW5hbmNhc0Rlc3Blc2FQZXNxdWlzYXI6IGJvb2xlYW47XHJcbiAgICBmaW5hbmNhc0Rlc3Blc2FEZWxldGU6IGJvb2xlYW47XHJcbiAgICBmaW5hbmNhc0Rlc3Blc2FFZGl0YXI6IGJvb2xlYW47XHJcbiAgICBmaW5hbmNhc1JlY2VpdGFBZGQ6IGJvb2xlYW47XHJcbiAgICBmaW5hbmNhc1JlY2VpdGFVbHRpbW9zQ2FkYXN0cm9zOiBib29sZWFuO1xyXG4gICAgZmluYW5jYXNSZWNlaXRhUGVzcXVpc2FyOiBib29sZWFuO1xyXG4gICAgZmluYW5jYXNSZWNlaXRhRGVsZXRlOiBib29sZWFuO1xyXG4gICAgZmluYW5jYXNSZWNlaXRhRWRpdGFyOiBib29sZWFuO1xyXG4gICAgZmluYW5jYXNDbGllbnRlUGVzcXVpc2E6IGJvb2xlYW47XHJcbiAgICBmaW5hbmNhc0NsaWVudGVBZGQ6IGJvb2xlYW47XHJcbiAgICBmaW5hbmNhc0NsaWVudGVEZWxldGU6IGJvb2xlYW47XHJcbiAgICBmaW5hbmNhc0Zvcm5lY2Vkb3JQZXNxdWlzYTogYm9vbGVhbjtcclxuICAgIGZpbmFuY2FzRm9ybmVjZWRvckFkZDogYm9vbGVhbjtcclxuICAgIGZpbmFuY2FzRm9ybmVjZWRvckRlbGV0ZTogYm9vbGVhbjtcclxuICAgIGZpbmFuY2FzTWFyY2Fkb3JQZXNxdWlzYTogYm9vbGVhbjtcclxuICAgIGZpbmFuY2FzTWFyY2Fkb3JBZGQ6IGJvb2xlYW47XHJcbiAgICBmaW5hbmNhc01hcmNhZG9yRGVsZXRlOiBib29sZWFuO1xyXG4gICAgZmluYW5jYXNEZXNwZXNhR3J1cG9QZXNxdWlzYTogYm9vbGVhbjtcclxuICAgIGZpbmFuY2FzRGVzcGVzYUdydXBvQWRkOiBib29sZWFuO1xyXG4gICAgZmluYW5jYXNEZXNwZXNhR3J1cG9EZWxldGU6IGJvb2xlYW47XHJcbiAgICBmaW5hbmNhc1JlY2VpdGFHcnVwb1Blc3F1aXNhOiBib29sZWFuO1xyXG4gICAgZmluYW5jYXNSZWNlaXRhR3J1cG9BZGQ6IGJvb2xlYW47XHJcbiAgICBmaW5hbmNhc1JlY2VpdGFHcnVwb0RlbGV0ZTogYm9vbGVhbjtcclxuICAgIGZpbmFuY2FzQ29udGFQZXNxdWlzYTogYm9vbGVhbjtcclxuICAgIGZpbmFuY2FzQ29udGFBZGQ6IGJvb2xlYW47XHJcbiAgICBmaW5hbmNhc0NvbnRhRGVsZXRlOiBib29sZWFuO1xyXG4gICAgZmluYW5jYXNFeHRyYXRvOiBib29sZWFuO1xyXG4gICAgZmluYW5jYXNDb250YUFqdXN0ZTogYm9vbGVhbjtcclxuICAgIGZpbmFuY2FzR3JhZGVBbnVhbERlc3Blc2E6IGJvb2xlYW47XHJcbiAgICBmaW5hbmNhc0dyYWRlQW51YWxSZWNlaXRhOiBib29sZWFuO1xyXG4gICAgZmluYW5jYXNNZW5zYWw6IGJvb2xlYW47XHJcbiAgICBmaW5hbmNhc0NvbmZpZ3VyYWNvZXM6IGJvb2xlYW47XHJcbiAgICByZWNlcGNhb0VuZXJnaXphcjogYm9vbGVhbjtcclxuICAgIHJlY2VwY2FvQ29uZmlndXJhY29lczogYm9vbGVhbjtcclxuICAgIHJlY2VwY2FvVHJvY2FPcGVyYWRvcjogYm9vbGVhbjtcclxuICAgIHJlY2VwY2FvQ2FuY2VsYXJPY3VwYWNhbzogYm9vbGVhbjtcclxuICAgIHJlY2VwY2FvQWNyZXNjaW1vOiBib29sZWFuO1xyXG4gICAgcmVjZXBjYW9EZXNjb250bzogYm9vbGVhbjtcclxuICAgIHJlY2VwY2FvTGltcGV6YTogYm9vbGVhbjtcclxuICAgIHJlY2VwY2FvQXRyYXNhckhvcmE6IGJvb2xlYW47XHJcbiAgICBnZXJlbmNpYWxMb2dpbjogYm9vbGVhbjtcclxuICAgIGdlcmVuY2lhbFByaW5jaXBhbDogYm9vbGVhbjtcclxuICAgIGdlcmVuY2lhbFByaW5jaXBhbENhaXhhOiBib29sZWFuO1xyXG4gICAgZ2VyZW5jaWFsUHJpbmNpcGFsSW5mbzogYm9vbGVhbjtcclxuICAgIGdlcmVuY2lhbFByaW5jaXBhbFF1YW50aWRhZGVPY3VwYWNvZXNEaWE6IGJvb2xlYW47XHJcbiAgICBnZXJlbmNpYWxEaWFyaW86IGJvb2xlYW47XHJcbiAgICBnZXJlbmNpYWxNZW5zYWw6IGJvb2xlYW47XHJcbiAgICBnZXJlbmNpYWxSZXN1bW9NZW5zYWw6IGJvb2xlYW47XHJcbiAgICBnZXJlbmNpYWxQb3JGb3JtYVBhZ2FtZW50bzogYm9vbGVhbjtcclxuICAgIGdlcmVuY2lhbE1lZGlhVGVtcG9PY3VwYWNhbzogYm9vbGVhbjtcclxuICAgIGdlcmVuY2lhbFBvck9jdXBhY2FvOiBib29sZWFuO1xyXG4gICAgZ2VyZW5jaWFsT2N1cGFjb2VzQ2FuY2VsYWRhczogYm9vbGVhbjtcclxuICAgIGdlcmVuY2lhbEFncnVwYWRvOiBib29sZWFuO1xyXG4gICAgZ2VyZW5jaWFsUG9yVHVybm86IGJvb2xlYW47XHJcbiAgICBnZXJlbmNpYWxDb25zdW1vRnVuY2lvbmFyaW9zOiBib29sZWFuO1xyXG4gICAgZ2VyZW5jaWFsQ29uc3Vtb1Byb2R1dG9zOiBib29sZWFuO1xyXG4gICAgZ2VyZW5jaWFsSW1hZ2Vuc3JlY2VwY2FvOiBib29sZWFuO1xyXG4gICAgZ2VyZW5jaWFsQ2FpeGFzOiBib29sZWFuO1xyXG4gICAgZ2VyZW5jaWFsVmVyaWZpY2FjYW9DYWl4YTogYm9vbGVhbjtcclxuICAgIGdlcmVuY2lhbENvbWFuZGFzUG9yQ2FpeGE6IGJvb2xlYW47XHJcbiAgICBnZXJlbmNpYWxSZWdpc3Ryb3JlY2VwY2FvOiBib29sZWFuO1xyXG4gICAgZ2VyZW5jaWFsQWdydXBhZG9EaWE6IGJvb2xlYW47XHJcbiAgICBnZXJlbmNpYWxMb2dVc3VhcmlvczogYm9vbGVhbjtcclxuICAgIGdlcmVuY2lhbFBlc3F1aXNhT2N1cGFjb2VzOiBib29sZWFuO1xyXG4gICAgZ2VyZW5jaWFsRGVzY29udG9zIDogYm9vbGVhbjtcclxuICAgIGdlcmVuY2lhbEdyYWZpY29NZW5zYWw6IGJvb2xlYW47XHJcbiAgICBnZXJlbmNpYWxHcmFmaWNvRGlhU2VtYW5hOiBib29sZWFuO1xyXG4gICAgZ2VyZW5jaWFsR3JhZmljb0FudWFsOiBib29sZWFuO1xyXG4gICAgZ2VyZW5jaWFsR3JhZmljb1NpdHVhY2FvU3VpdGU6IGJvb2xlYW47XHJcbiAgICBnZXJlbmNpYWxPY3VwYWNvZXNIb3JhQ2xhc3NlOiBib29sZWFuO1xyXG4gICAgZ2VyZW5jaWFsTGltcGV6YXNTdGF0dXMgOiBib29sZWFuO1xyXG4gICAgZ2VyZW5jaWFsVmVuZGFzUG9yUmVjZXBjaW9uaXN0YXMgOiBib29sZWFuO1xyXG4gICAgZXN0b3F1ZUxvZ2luOiBib29sZWFuO1xyXG4gICAgZXN0b3F1ZUxpc3RhQ29tcHJhczogYm9vbGVhbjtcclxuICAgIGVzdG9xdWVMaXN0YVByb2R1dG9HcnVwbzogYm9vbGVhbjtcclxuICAgIGVzdG9xdWVNb3ZpbWVudG86IGJvb2xlYW47XHJcbiAgICBlc3RvcXVlU2FsZG9Qcm9kdXRvczogYm9vbGVhbjtcclxuICAgIGVzdG9xdWVOb3RhRW50cmFkYUFkZDogYm9vbGVhbjtcclxuICAgIGVzdG9xdWVOb3RhRW50cmFkYURlbGV0ZTogYm9vbGVhbjtcclxuICAgIGVzdG9xdWVOb3RhU2FpZGFBZGQ6IGJvb2xlYW47XHJcbiAgICBlc3RvcXVlTm90YVNhaWRhRGVsZXRlOiBib29sZWFuO1xyXG4gICAgZXN0b3F1ZUFqdXN0ZUFkZDogYm9vbGVhbjtcclxuICAgIGVzdG9xdWVBanVzdGVEZWxldGU6IGJvb2xlYW47XHJcbiAgICBlc3RvcXVlVHJvY2FTZXRvckFkZDogYm9vbGVhbjtcclxuICAgIGVzdG9xdWVUcm9jYVNldG9yRGVsZXRlOiBib29sZWFuO1xyXG4gICAgZXN0b3F1ZUZvcm5lY2Vkb3JQZXNxdWlzYTogYm9vbGVhbjtcclxuICAgIGVzdG9xdWVGb3JuZWNlZG9yQWRkOiBib29sZWFuO1xyXG4gICAgZXN0b3F1ZUZvcm5lY2Vkb3JEZWxldGU6IGJvb2xlYW47XHJcbiAgICBlc3RvcXVlQ2xpZW50ZVBlc3F1aXNhOiBib29sZWFuO1xyXG4gICAgZXN0b3F1ZUNsaWVudGVBZGQ6IGJvb2xlYW47XHJcbiAgICBlc3RvcXVlQ2xpZW50ZURlbGV0ZTogYm9vbGVhbjtcclxuICAgIGVzdG9xdWVTZXRvclBlc3F1aXNhOiBib29sZWFuO1xyXG4gICAgZXN0b3F1ZVNldG9yQWRkOiBib29sZWFuO1xyXG4gICAgZXN0b3F1ZVNldG9yRGVsZXRlOiBib29sZWFuO1xyXG4gICAgZXN0b3F1ZVByb2R1dG9QZXNxdWlzYTogYm9vbGVhbjtcclxuICAgIGVzdG9xdWVQcm9kdXRvQWRkOiBib29sZWFuO1xyXG4gICAgZXN0b3F1ZVByb2R1dG9EZWxldGU6IGJvb2xlYW47XHJcbiAgICBlc3RvcXVlUHJvZHV0b0dydXBvUGVzcXVpc2E6IGJvb2xlYW47XHJcbiAgICBlc3RvcXVlUHJvZHV0b0dydXBvQWRkOiBib29sZWFuO1xyXG4gICAgZXN0b3F1ZVByb2R1dG9HcnVwb0RlbGV0ZTogYm9vbGVhbjtcclxuICAgIGVzdG9xdWVDb25maWd1cmFjYW86IGJvb2xlYW47XHJcbiAgICBhZG1pbkxvZ2luOiBib29sZWFuO1xyXG4gICAgYWRtaW5Qcm9kdXRvUGVzcXVpc2E6IGJvb2xlYW47XHJcbiAgICBhZG1pblByb2R1dG9BZGQ6IGJvb2xlYW47XHJcbiAgICBhZG1pblByb2R1dG9EZWxldGU6IGJvb2xlYW47XHJcbiAgICBhZG1pblByb2R1dG9HcnVwb1Blc3F1aXNhOiBib29sZWFuO1xyXG4gICAgYWRtaW5Qcm9kdXRvR3J1cG9BZGQ6IGJvb2xlYW47XHJcbiAgICBhZG1pblByb2R1dG9HcnVwb0RlbGV0ZTogYm9vbGVhbjtcclxuICAgIGFkbWluU3VpdGVQZXNxdWlzYTogYm9vbGVhbjtcclxuICAgIGFkbWluU3VpdGVBZGQ6IGJvb2xlYW47XHJcbiAgICBhZG1pblN1aXRlRGVsZXRlOiBib29sZWFuO1xyXG4gICAgYWRtaW5TdWl0ZUNsYXNzZVBlc3F1aXNhOiBib29sZWFuO1xyXG4gICAgYWRtaW5TdWl0ZUNsYXNzZUFkZDogYm9vbGVhbjtcclxuICAgIGFkbWluU3VpdGVDbGFzc2VEZWxldGU6IGJvb2xlYW47XHJcbiAgICBhZG1pbk9wZXJhZG9yUGVzcXVpc2E6IGJvb2xlYW47XHJcbiAgICBhZG1pbk9wZXJhZG9yQWRkOiBib29sZWFuO1xyXG4gICAgYWRtaW5PcGVyYWRvckRlbGV0ZTogYm9vbGVhbjtcclxuICAgIGFkbWluRnVuY2lvbmFyaW9QZXNxdWlzYTogYm9vbGVhbjtcclxuICAgIGFkbWluRnVuY2lvbmFyaW9BZGQ6IGJvb2xlYW47XHJcbiAgICBhZG1pbkZ1bmNpb25hcmlvRGVsZXRlOiBib29sZWFuO1xyXG4gICAgYWRtaW5Vc3Vhcmlvc1Blc3F1aXNhOiBib29sZWFuO1xyXG4gICAgYWRtaW5Vc3Vhcmlvc0FkZDogYm9vbGVhbjtcclxuICAgIGFkbWluVXN1YXJpb3NEZWxldGU6IGJvb2xlYW47XHJcbiAgICBhZG1pblByZWNvczogYm9vbGVhbjtcclxuICAgIGFkbWluUGF0cmltb25pb3M6IGJvb2xlYW47XHJcbiAgICBhZG1pbkRlZmluaWNvZXNHZXJhaXM6IGJvb2xlYW47XHJcbiAgICBhZG1pbkVkaXRhckNvbWFuZGE6IGJvb2xlYW47XHJcbiAgICBhZG1pbkNvcnRlc2lhVmFsZTogYm9vbGVhbjtcclxuICAgIGFkbWluQ2xpZW50ZUZpZGVsaWRhZGU6IGJvb2xlYW47XHJcbiAgICBhZG1pbkNvbmZpZ3VyYWNvZXM6IGJvb2xlYW47XHJcbiAgICBhZG1pblBlc3F1aXNhU2F0aXNmYWNhbzogYm9vbGVhbjtcclxuICAgIG9uR2VyZW5jaWFsTG9naW46IGJvb2xlYW47XHJcbiAgICBvbkdlcmVuY2lhbFByaW5jaXBhbDogYm9vbGVhbjtcclxuICAgIG9uR2VyZW5jaWFsRGlhcmlvOiBib29sZWFuO1xyXG4gICAgb25HZXJlbmNpYWxNZW5zYWw6IGJvb2xlYW47XHJcbiAgICBvbkdlcmVuY2lhbFBvckZvcm1hUGFnYW1lbnRvOiBib29sZWFuO1xyXG4gICAgb25HZXJlbmNpYWxNZWRpYVRlbXBvT2N1cGFjYW86IGJvb2xlYW47XHJcbiAgICBvbkdlcmVuY2lhbFBvck9jdXBhY2FvOiBib29sZWFuO1xyXG4gICAgb25HZXJlbmNpYWxPY3VwYWNvZXNDYW5jZWxhZGFzOiBib29sZWFuO1xyXG4gICAgb25HZXJlbmNpYWxBZ3J1cGFkb0RpYTogYm9vbGVhbjtcclxuICAgIG9uR2VyZW5jaWFsUG9yVHVybm86IGJvb2xlYW47XHJcbiAgICBvbkdlcmVuY2lhbENvbnN1bW9GdW5jaW9uYXJpb3M6IGJvb2xlYW47XHJcbiAgICBvbkdlcmVuY2lhbENvbnN1bW9Qcm9kdXRvczogYm9vbGVhbjtcclxuICAgIG9uR2VyZW5jaWFsSW1hZ2Vuc1JlY2VwY2FvOiBib29sZWFuO1xyXG4gICAgb25HZXJlbmNpYWxDYWl4YXM6IGJvb2xlYW47XHJcbiAgICBvbkdlcmVuY2lhbENvbWFuZGFzUG9yQ2FpeGE6IGJvb2xlYW47XHJcbiAgICBvbkdlcmVuY2lhbFJlZ2lzdHJvUmVjZXBjYW86IGJvb2xlYW47XHJcbiAgICBvbkdlcmVuY2lhbEdyYWZpY29NZW5zYWw6IGJvb2xlYW47XHJcbiAgICBvbkdlcmVuY2lhbEdyYWZpY29EaWFTZW1hbmE6IGJvb2xlYW47XHJcbiAgICBvbkdlcmVuY2lhbEdyYWZpY29BbnVhbDogYm9vbGVhbjtcclxuICAgIG9uR2VyZW5jaWFsR3JhZmljb1NpdHVhY2FvU3VpdGU6IGJvb2xlYW47XHJcbiAgICBvbkdlcmVuY2lhbE9jdXBhY29lc0hvcmFDbGFzc2U6IGJvb2xlYW47XHJcbiAgICBvbmFkbWluTG9naW46IGJvb2xlYW47XHJcbiAgICBvbmFkbWluUHJvZHV0b1Blc3F1aXNhOiBib29sZWFuO1xyXG4gICAgb25hZG1pblByb2R1dG9BZGQ6IGJvb2xlYW47XHJcbiAgICBvbmFkbWluUHJvZHV0b0RlbGV0ZTogYm9vbGVhbjtcclxuICAgIG9uYWRtaW5Qcm9kdXRvR3J1cG9QZXNxdWlzYTogYm9vbGVhbjtcclxuICAgIG9uYWRtaW5Qcm9kdXRvR3J1cG9BZGQ6IGJvb2xlYW47XHJcbiAgICBvbmFkbWluUHJvZHV0b0dydXBvRGVsZXRlOiBib29sZWFuO1xyXG4gICAgb25hZG1pblN1aXRlUGVzcXVpc2E6IGJvb2xlYW47XHJcbiAgICBvbmFkbWluU3VpdGVBZGQ6IGJvb2xlYW47XHJcbiAgICBvbmFkbWluU3VpdGVEZWxldGU6IGJvb2xlYW47XHJcbiAgICBvbmFkbWluU3VpdGVDbGFzc2VQZXNxdWlzYTogYm9vbGVhbjtcclxuICAgIG9uYWRtaW5TdWl0ZUNsYXNzZUFkZDogYm9vbGVhbjtcclxuICAgIG9uYWRtaW5TdWl0ZUNsYXNzZURlbGV0ZTogYm9vbGVhbjtcclxuICAgIG9uYWRtaW5Vc3Vhcmlvc1Blc3F1aXNhOiBib29sZWFuO1xyXG4gICAgb25hZG1pblVzdWFyaW9zQWRkOiBib29sZWFuO1xyXG4gICAgb25hZG1pblVzdWFyaW9zRGVsZXRlOiBib29sZWFuO1xyXG4gICAgb25hZG1pbk9wZXJhZG9yUGVzcXVpc2E6IGJvb2xlYW47XHJcbiAgICBvbmFkbWluT3BlcmFkb3JBZGQ6IGJvb2xlYW47XHJcbiAgICBvbmFkbWluT3BlcmFkb3JEZWxldGU6IGJvb2xlYW47XHJcbiAgICBvbmFkbWluRnVuY2lvbmFyaW9QZXNxdWlzYTogYm9vbGVhbjtcclxuICAgIG9uYWRtaW5GdW5jaW9uYXJpb0FkZDogYm9vbGVhbjtcclxuICAgIG9uYWRtaW5GdW5jaW9uYXJpb0RlbGV0ZTogYm9vbGVhbjtcclxuICAgIG9uYWRtaW5QcmVjb3M6IGJvb2xlYW47XHJcbiAgICBvbmFkbWluRGVmaW5pY29lc0dlcmFpczogYm9vbGVhbjtcclxuICAgIG9uYWRtaW5Db3J0ZXNpYVZhbGU6IGJvb2xlYW47XHJcbn0iXX0=
|
package/fesm2015/oxpi-nglib.mjs
CHANGED
|
@@ -458,10 +458,10 @@ class ItemCardComponent {
|
|
|
458
458
|
}
|
|
459
459
|
}
|
|
460
460
|
ItemCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: ItemCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
461
|
-
ItemCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.3", type: ItemCardComponent, selector: "ox-item-card", inputs: { nome: "nome", codigo: "codigo", star: "star", cloud: "cloud" }, ngImport: i0, template: "<div class=\"nome-codigo-row\"><span class=\"codigo\" *ngIf=\"codigo\">{{codigo}}</span>{{nome}}</div>\n<div class=\"icons-row\">\n <span class=\"material-icons star\" *ngIf=\"star\">\n grade\n </span>\n <span class=\"material-icons sync-pendente\" *ngIf=\"cloud === false\">\n cloud_queue\n </span>\n <span class=\"material-icons sync-concluido\" *ngIf=\"cloud === true\">\n cloud_done\n </span>\n</div>\n", styles: [":host{display:flex;flex-direction:row;border-bottom:1px solid #e6e9ec;border-left:3px solid #e6e9ec;padding:12px 16px;background:#fff;justify-content:space-between;cursor:pointer;flex-shrink:0;align-items:center;transition:border-left-color 1s;-webkit-user-select:none;user-select:none}:host:hover{box-shadow:0 0 16px #0000000f;background:transparent;z-index:1}:host(.selected){border-left-color:var(--app-color, black);z-index:1;box-shadow:0 0 8px 5px #00000008;flex-shrink:0;background:linear-gradient(45deg,var(--item-card-selected-bg, rgba(0, 0, 0, .05)),transparent)}.nome-codigo-row{display:flex;flex-direction:row;flex-grow:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-right:8px}.icons-row{display:flex;flex-direction:row;align-items:center;gap:8px}.codigo{color:#666;font-size:x-small;border-radius:4px;padding:0 4px;width:50px;min-width:50px;text-align:center;border:1px solid #eee;margin-right:16px;display:flex;align-items:center;justify-content:center}.sync-pendente{color:#141212;font-size:16px}.sync-concluido{color:#dbdbdb;font-size:16px}.star{color:#000}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
461
|
+
ItemCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.3", type: ItemCardComponent, selector: "ox-item-card", inputs: { nome: "nome", codigo: "codigo", star: "star", cloud: "cloud" }, ngImport: i0, template: "<div class=\"nome-codigo-row\"><span class=\"codigo\" *ngIf=\"codigo\">{{codigo}}</span>{{nome}}</div>\n<div class=\"icons-row\">\n <span class=\"material-icons star\" *ngIf=\"star\">\n grade\n </span>\n <span class=\"material-icons sync-pendente\" *ngIf=\"cloud === false\">\n cloud_queue\n </span>\n <span class=\"material-icons sync-concluido\" *ngIf=\"cloud === true\">\n cloud_done\n </span>\n</div>\n", styles: [":host{display:flex;flex-direction:row;border-bottom:1px solid #e6e9ec;border-left:3px solid #e6e9ec;padding:12px 16px;background:#fff;justify-content:space-between;cursor:pointer;flex-shrink:0;align-items:center;transition:border-left-color 1s;-webkit-user-select:none;user-select:none;font-size:small}:host:hover{box-shadow:0 0 16px #0000000f;background:transparent;z-index:1}:host(.selected){border-left-color:var(--app-color, black);z-index:1;box-shadow:0 0 8px 5px #00000008;flex-shrink:0;background:linear-gradient(45deg,var(--item-card-selected-bg, rgba(0, 0, 0, .05)),transparent)}.nome-codigo-row{display:flex;flex-direction:row;flex-grow:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-right:8px}.icons-row{display:flex;flex-direction:row;align-items:center;gap:8px}.codigo{color:#666;font-size:x-small;border-radius:4px;padding:0 4px;width:50px;min-width:50px;text-align:center;border:1px solid #eee;margin-right:16px;display:flex;align-items:center;justify-content:center}.sync-pendente{color:#141212;font-size:16px}.sync-concluido{color:#dbdbdb;font-size:16px}.star{color:#000}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
462
462
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: ItemCardComponent, decorators: [{
|
|
463
463
|
type: Component,
|
|
464
|
-
args: [{ selector: 'ox-item-card', template: "<div class=\"nome-codigo-row\"><span class=\"codigo\" *ngIf=\"codigo\">{{codigo}}</span>{{nome}}</div>\n<div class=\"icons-row\">\n <span class=\"material-icons star\" *ngIf=\"star\">\n grade\n </span>\n <span class=\"material-icons sync-pendente\" *ngIf=\"cloud === false\">\n cloud_queue\n </span>\n <span class=\"material-icons sync-concluido\" *ngIf=\"cloud === true\">\n cloud_done\n </span>\n</div>\n", styles: [":host{display:flex;flex-direction:row;border-bottom:1px solid #e6e9ec;border-left:3px solid #e6e9ec;padding:12px 16px;background:#fff;justify-content:space-between;cursor:pointer;flex-shrink:0;align-items:center;transition:border-left-color 1s;-webkit-user-select:none;user-select:none}:host:hover{box-shadow:0 0 16px #0000000f;background:transparent;z-index:1}:host(.selected){border-left-color:var(--app-color, black);z-index:1;box-shadow:0 0 8px 5px #00000008;flex-shrink:0;background:linear-gradient(45deg,var(--item-card-selected-bg, rgba(0, 0, 0, .05)),transparent)}.nome-codigo-row{display:flex;flex-direction:row;flex-grow:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-right:8px}.icons-row{display:flex;flex-direction:row;align-items:center;gap:8px}.codigo{color:#666;font-size:x-small;border-radius:4px;padding:0 4px;width:50px;min-width:50px;text-align:center;border:1px solid #eee;margin-right:16px;display:flex;align-items:center;justify-content:center}.sync-pendente{color:#141212;font-size:16px}.sync-concluido{color:#dbdbdb;font-size:16px}.star{color:#000}\n"] }]
|
|
464
|
+
args: [{ selector: 'ox-item-card', template: "<div class=\"nome-codigo-row\"><span class=\"codigo\" *ngIf=\"codigo\">{{codigo}}</span>{{nome}}</div>\n<div class=\"icons-row\">\n <span class=\"material-icons star\" *ngIf=\"star\">\n grade\n </span>\n <span class=\"material-icons sync-pendente\" *ngIf=\"cloud === false\">\n cloud_queue\n </span>\n <span class=\"material-icons sync-concluido\" *ngIf=\"cloud === true\">\n cloud_done\n </span>\n</div>\n", styles: [":host{display:flex;flex-direction:row;border-bottom:1px solid #e6e9ec;border-left:3px solid #e6e9ec;padding:12px 16px;background:#fff;justify-content:space-between;cursor:pointer;flex-shrink:0;align-items:center;transition:border-left-color 1s;-webkit-user-select:none;user-select:none;font-size:small}:host:hover{box-shadow:0 0 16px #0000000f;background:transparent;z-index:1}:host(.selected){border-left-color:var(--app-color, black);z-index:1;box-shadow:0 0 8px 5px #00000008;flex-shrink:0;background:linear-gradient(45deg,var(--item-card-selected-bg, rgba(0, 0, 0, .05)),transparent)}.nome-codigo-row{display:flex;flex-direction:row;flex-grow:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-right:8px}.icons-row{display:flex;flex-direction:row;align-items:center;gap:8px}.codigo{color:#666;font-size:x-small;border-radius:4px;padding:0 4px;width:50px;min-width:50px;text-align:center;border:1px solid #eee;margin-right:16px;display:flex;align-items:center;justify-content:center}.sync-pendente{color:#141212;font-size:16px}.sync-concluido{color:#dbdbdb;font-size:16px}.star{color:#000}\n"] }]
|
|
465
465
|
}], ctorParameters: function () { return []; }, propDecorators: { nome: [{
|
|
466
466
|
type: Input
|
|
467
467
|
}], codigo: [{
|
package/fesm2020/oxpi-nglib.mjs
CHANGED
|
@@ -458,10 +458,10 @@ class ItemCardComponent {
|
|
|
458
458
|
}
|
|
459
459
|
}
|
|
460
460
|
ItemCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: ItemCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
461
|
-
ItemCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.3", type: ItemCardComponent, selector: "ox-item-card", inputs: { nome: "nome", codigo: "codigo", star: "star", cloud: "cloud" }, ngImport: i0, template: "<div class=\"nome-codigo-row\"><span class=\"codigo\" *ngIf=\"codigo\">{{codigo}}</span>{{nome}}</div>\n<div class=\"icons-row\">\n <span class=\"material-icons star\" *ngIf=\"star\">\n grade\n </span>\n <span class=\"material-icons sync-pendente\" *ngIf=\"cloud === false\">\n cloud_queue\n </span>\n <span class=\"material-icons sync-concluido\" *ngIf=\"cloud === true\">\n cloud_done\n </span>\n</div>\n", styles: [":host{display:flex;flex-direction:row;border-bottom:1px solid #e6e9ec;border-left:3px solid #e6e9ec;padding:12px 16px;background:#fff;justify-content:space-between;cursor:pointer;flex-shrink:0;align-items:center;transition:border-left-color 1s;-webkit-user-select:none;user-select:none}:host:hover{box-shadow:0 0 16px #0000000f;background:transparent;z-index:1}:host(.selected){border-left-color:var(--app-color, black);z-index:1;box-shadow:0 0 8px 5px #00000008;flex-shrink:0;background:linear-gradient(45deg,var(--item-card-selected-bg, rgba(0, 0, 0, .05)),transparent)}.nome-codigo-row{display:flex;flex-direction:row;flex-grow:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-right:8px}.icons-row{display:flex;flex-direction:row;align-items:center;gap:8px}.codigo{color:#666;font-size:x-small;border-radius:4px;padding:0 4px;width:50px;min-width:50px;text-align:center;border:1px solid #eee;margin-right:16px;display:flex;align-items:center;justify-content:center}.sync-pendente{color:#141212;font-size:16px}.sync-concluido{color:#dbdbdb;font-size:16px}.star{color:#000}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
461
|
+
ItemCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.3", type: ItemCardComponent, selector: "ox-item-card", inputs: { nome: "nome", codigo: "codigo", star: "star", cloud: "cloud" }, ngImport: i0, template: "<div class=\"nome-codigo-row\"><span class=\"codigo\" *ngIf=\"codigo\">{{codigo}}</span>{{nome}}</div>\n<div class=\"icons-row\">\n <span class=\"material-icons star\" *ngIf=\"star\">\n grade\n </span>\n <span class=\"material-icons sync-pendente\" *ngIf=\"cloud === false\">\n cloud_queue\n </span>\n <span class=\"material-icons sync-concluido\" *ngIf=\"cloud === true\">\n cloud_done\n </span>\n</div>\n", styles: [":host{display:flex;flex-direction:row;border-bottom:1px solid #e6e9ec;border-left:3px solid #e6e9ec;padding:12px 16px;background:#fff;justify-content:space-between;cursor:pointer;flex-shrink:0;align-items:center;transition:border-left-color 1s;-webkit-user-select:none;user-select:none;font-size:small}:host:hover{box-shadow:0 0 16px #0000000f;background:transparent;z-index:1}:host(.selected){border-left-color:var(--app-color, black);z-index:1;box-shadow:0 0 8px 5px #00000008;flex-shrink:0;background:linear-gradient(45deg,var(--item-card-selected-bg, rgba(0, 0, 0, .05)),transparent)}.nome-codigo-row{display:flex;flex-direction:row;flex-grow:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-right:8px}.icons-row{display:flex;flex-direction:row;align-items:center;gap:8px}.codigo{color:#666;font-size:x-small;border-radius:4px;padding:0 4px;width:50px;min-width:50px;text-align:center;border:1px solid #eee;margin-right:16px;display:flex;align-items:center;justify-content:center}.sync-pendente{color:#141212;font-size:16px}.sync-concluido{color:#dbdbdb;font-size:16px}.star{color:#000}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
462
462
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: ItemCardComponent, decorators: [{
|
|
463
463
|
type: Component,
|
|
464
|
-
args: [{ selector: 'ox-item-card', template: "<div class=\"nome-codigo-row\"><span class=\"codigo\" *ngIf=\"codigo\">{{codigo}}</span>{{nome}}</div>\n<div class=\"icons-row\">\n <span class=\"material-icons star\" *ngIf=\"star\">\n grade\n </span>\n <span class=\"material-icons sync-pendente\" *ngIf=\"cloud === false\">\n cloud_queue\n </span>\n <span class=\"material-icons sync-concluido\" *ngIf=\"cloud === true\">\n cloud_done\n </span>\n</div>\n", styles: [":host{display:flex;flex-direction:row;border-bottom:1px solid #e6e9ec;border-left:3px solid #e6e9ec;padding:12px 16px;background:#fff;justify-content:space-between;cursor:pointer;flex-shrink:0;align-items:center;transition:border-left-color 1s;-webkit-user-select:none;user-select:none}:host:hover{box-shadow:0 0 16px #0000000f;background:transparent;z-index:1}:host(.selected){border-left-color:var(--app-color, black);z-index:1;box-shadow:0 0 8px 5px #00000008;flex-shrink:0;background:linear-gradient(45deg,var(--item-card-selected-bg, rgba(0, 0, 0, .05)),transparent)}.nome-codigo-row{display:flex;flex-direction:row;flex-grow:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-right:8px}.icons-row{display:flex;flex-direction:row;align-items:center;gap:8px}.codigo{color:#666;font-size:x-small;border-radius:4px;padding:0 4px;width:50px;min-width:50px;text-align:center;border:1px solid #eee;margin-right:16px;display:flex;align-items:center;justify-content:center}.sync-pendente{color:#141212;font-size:16px}.sync-concluido{color:#dbdbdb;font-size:16px}.star{color:#000}\n"] }]
|
|
464
|
+
args: [{ selector: 'ox-item-card', template: "<div class=\"nome-codigo-row\"><span class=\"codigo\" *ngIf=\"codigo\">{{codigo}}</span>{{nome}}</div>\n<div class=\"icons-row\">\n <span class=\"material-icons star\" *ngIf=\"star\">\n grade\n </span>\n <span class=\"material-icons sync-pendente\" *ngIf=\"cloud === false\">\n cloud_queue\n </span>\n <span class=\"material-icons sync-concluido\" *ngIf=\"cloud === true\">\n cloud_done\n </span>\n</div>\n", styles: [":host{display:flex;flex-direction:row;border-bottom:1px solid #e6e9ec;border-left:3px solid #e6e9ec;padding:12px 16px;background:#fff;justify-content:space-between;cursor:pointer;flex-shrink:0;align-items:center;transition:border-left-color 1s;-webkit-user-select:none;user-select:none;font-size:small}:host:hover{box-shadow:0 0 16px #0000000f;background:transparent;z-index:1}:host(.selected){border-left-color:var(--app-color, black);z-index:1;box-shadow:0 0 8px 5px #00000008;flex-shrink:0;background:linear-gradient(45deg,var(--item-card-selected-bg, rgba(0, 0, 0, .05)),transparent)}.nome-codigo-row{display:flex;flex-direction:row;flex-grow:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-right:8px}.icons-row{display:flex;flex-direction:row;align-items:center;gap:8px}.codigo{color:#666;font-size:x-small;border-radius:4px;padding:0 4px;width:50px;min-width:50px;text-align:center;border:1px solid #eee;margin-right:16px;display:flex;align-items:center;justify-content:center}.sync-pendente{color:#141212;font-size:16px}.sync-concluido{color:#dbdbdb;font-size:16px}.star{color:#000}\n"] }]
|
|
465
465
|
}], ctorParameters: function () { return []; }, propDecorators: { nome: [{
|
|
466
466
|
type: Input
|
|
467
467
|
}], codigo: [{
|
|
@@ -133,6 +133,7 @@ export interface Permissoes {
|
|
|
133
133
|
adminCortesiaVale: boolean;
|
|
134
134
|
adminClienteFidelidade: boolean;
|
|
135
135
|
adminConfiguracoes: boolean;
|
|
136
|
+
adminPesquisaSatisfacao: boolean;
|
|
136
137
|
onGerencialLogin: boolean;
|
|
137
138
|
onGerencialPrincipal: boolean;
|
|
138
139
|
onGerencialDiario: boolean;
|
package/package.json
CHANGED
|
@@ -84,4 +84,28 @@
|
|
|
84
84
|
|
|
85
85
|
.red-snackbar {
|
|
86
86
|
background: #bd1d1d;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.ng-valid[required], .ng-valid.required {
|
|
90
|
+
border-left: 5px solid #42A948; /* green */
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.ng-invalid:not(form) {
|
|
94
|
+
border-left: 5px solid #a94442; /* red */
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
@media (min-width: $breakpoint-lg) {
|
|
98
|
+
|
|
99
|
+
::-webkit-scrollbar {
|
|
100
|
+
width: 6px !important;
|
|
101
|
+
height: 6px !important;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
::-webkit-scrollbar-thumb {
|
|
105
|
+
background-color: rgba(0, 0, 0, .2);
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
::-webkit-scrollbar-track {
|
|
109
|
+
background: hsla(0, 0%, 100%, .1);
|
|
110
|
+
}
|
|
87
111
|
}
|