keevo-components 2.0.270 → 2.0.271

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "2.0.270",
3
+ "version": "2.0.271",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",
@@ -52,14 +52,14 @@
52
52
  border: none;
53
53
  }
54
54
 
55
- ::ng-deep .p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
55
+ :host ::ng-deep .p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
56
56
  padding: 0.15rem 0.15rem;
57
57
  background-color: rgba(var(--kv-color-system), 0.05);
58
58
  color: rgba(var(--kv-color-text), 0.6);
59
59
  // border: 1px solid black;
60
60
  }
61
61
 
62
- ::ng-deep .p-datatable-table {
62
+ :host ::ng-deep .p-datatable-table {
63
63
  border: 1px solid rgba(var(--kv-color-system), 0.1);
64
64
  border-radius: 0.5rem;
65
65
  overflow: hidden;
@@ -215,14 +215,14 @@ input {
215
215
  height: 100%;
216
216
  }
217
217
 
218
- ::ng-deep p-table .p-datatable {
218
+ :host ::ng-deep p-table .p-datatable {
219
219
  display: flex;
220
220
  flex-direction: column;
221
221
  height: 100%;
222
222
  }
223
223
 
224
224
  //expande o necessário, encolhe se necessário, tamanho inicial
225
- ::ng-deep .p-datatable .p-datatable-wrapper {
225
+ :host ::ng-deep .p-datatable .p-datatable-wrapper {
226
226
  flex: 1 1 1;
227
227
  }
228
228