keevo-components 1.8.542 → 1.8.544

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.
Files changed (65) hide show
  1. package/esm2022/lib/api/services/image.cutter.service.mjs +2 -2
  2. package/esm2022/lib/components/keevo-components.module.mjs +3 -3
  3. package/esm2022/lib/components/kv-avatar/kv-avatar.component.mjs +2 -2
  4. package/esm2022/lib/components/kv-button/kv-button.component.mjs +4 -3
  5. package/esm2022/lib/components/kv-buttons/kv-button-popup/kv-button-popup.component.mjs +2 -2
  6. package/esm2022/lib/components/kv-card-selection/kv-card-selection.component.mjs +3 -3
  7. package/esm2022/lib/components/kv-chart/kv-chart.component.mjs +2 -2
  8. package/esm2022/lib/components/kv-home-card/kv-home-card.component.mjs +1 -1
  9. package/esm2022/lib/components/kv-inputs/kv-check/kv-check.component.mjs +2 -2
  10. package/esm2022/lib/components/kv-inputs/kv-dropdown/kv-dropdown.component.mjs +2 -2
  11. package/esm2022/lib/components/kv-inputs/kv-input-calendar/kv-input-calendar.component.mjs +2 -2
  12. package/esm2022/lib/components/kv-inputs/kv-input-mask/kv-input-mask.component.mjs +2 -2
  13. package/esm2022/lib/components/kv-inputs/kv-input-number/kv-input-number.component.mjs +2 -2
  14. package/esm2022/lib/components/kv-inputs/kv-input-password/kv-input-password.component.mjs +2 -2
  15. package/esm2022/lib/components/kv-inputs/kv-input-text/kv-input-text.component.mjs +2 -2
  16. package/esm2022/lib/components/kv-inputs/kv-input-text-checkbox/kv-input-text-checkbox.component.mjs +2 -2
  17. package/esm2022/lib/components/kv-inputs/kv-input-textarea/kv-input-textarea.component.mjs +2 -2
  18. package/esm2022/lib/components/kv-inputs/kv-input-time/kv-input-time.component.mjs +2 -2
  19. package/esm2022/lib/components/kv-inputs/kv-multi-select/kv-multi-select.component.mjs +2 -2
  20. package/esm2022/lib/components/kv-inputs/kv-radio-group/kv-radio-group.component.mjs +2 -2
  21. package/esm2022/lib/components/kv-inputs/kv-switch/kv-switch.component.mjs +2 -2
  22. package/esm2022/lib/components/kv-inputs/kv-tree-multi-select/kv-tree-multi-select.component.mjs +2 -2
  23. package/esm2022/lib/components/kv-layout/dropdown-master/dropdown-master.component.mjs +3 -3
  24. package/esm2022/lib/components/kv-layout/kv-layout.module.mjs +18 -4
  25. package/esm2022/lib/components/kv-layout/layout/kv-layout.component.mjs +123 -51
  26. package/esm2022/lib/components/kv-layout/top-icons/top-icons.component.mjs +15 -0
  27. package/esm2022/lib/components/kv-modal/kv-modal.component.mjs +8 -7
  28. package/esm2022/lib/components/kv-orgchart/kv-orgchart.component.mjs +1 -1
  29. package/esm2022/lib/components/kv-page-form/kv-page-form.component.mjs +1 -1
  30. package/esm2022/lib/components/kv-page-stepper/kv-page-stepper.component.mjs +6 -8
  31. package/esm2022/lib/components/kv-page-stepper/kv-page-stepper.module.mjs +8 -4
  32. package/esm2022/lib/components/kv-pick-list/kv-pick-list.component.mjs +2 -2
  33. package/esm2022/lib/components/kv-stepper/kv-stepper.component.mjs +5 -7
  34. package/esm2022/lib/components/kv-stepper/kv-stepper.module.mjs +11 -4
  35. package/esm2022/lib/components/kv-table/kv-table.component.mjs +1 -1
  36. package/esm2022/lib/components/kv-table-edit/kv-table-edit.component.mjs +1 -1
  37. package/esm2022/lib/components/kv-table-expandable/kv-table-expandable.component.mjs +1 -1
  38. package/esm2022/lib/components/kv-tree-table/kv-tree-table.component.mjs +1 -1
  39. package/esm2022/lib/components/kv-workspace/empresa/kv-workspace-empresa.component.mjs +3 -44
  40. package/esm2022/lib/components/kv-workspace/kv-workspace.module.mjs +8 -4
  41. package/esm2022/lib/components/kv-workspace/master/kv-workspace-master.component.mjs +20 -5
  42. package/esm2022/lib/components/kv-workspace/workspace/kv-workspace.component.mjs +30 -17
  43. package/fesm2022/keevo-components.mjs +277 -180
  44. package/fesm2022/keevo-components.mjs.map +1 -1
  45. package/lib/components/kv-button/kv-button.component.d.ts +2 -1
  46. package/lib/components/kv-layout/kv-layout.module.d.ts +6 -4
  47. package/lib/components/kv-layout/layout/kv-layout.component.d.ts +50 -34
  48. package/lib/components/kv-layout/top-icons/top-icons.component.d.ts +15 -0
  49. package/lib/components/kv-page-stepper/kv-page-stepper.module.d.ts +2 -1
  50. package/lib/components/kv-stepper/kv-stepper.module.d.ts +2 -1
  51. package/lib/components/kv-workspace/empresa/kv-workspace-empresa.component.d.ts +2 -9
  52. package/lib/components/kv-workspace/kv-workspace.module.d.ts +2 -1
  53. package/lib/components/kv-workspace/master/kv-workspace-master.component.d.ts +8 -1
  54. package/lib/components/kv-workspace/workspace/kv-workspace.component.d.ts +13 -5
  55. package/package.json +1 -1
  56. package/src/assets/images/LogoEvo.png +0 -0
  57. package/src/assets/images/LogoPequenaEvo.png +0 -0
  58. package/src/assets/images/background.png +0 -0
  59. package/src/assets/images/keepass-logo.png +0 -0
  60. package/src/assets/images/keepass-logo.svg +74 -0
  61. package/src/assets/images/keevo-logo.png +0 -0
  62. package/src/assets/images/logokeevo_2.png +0 -0
  63. package/src/lib/components/keevo-components-styles.scss +56 -3
  64. package/src/lib/components/kv-button/kv-button.component.scss +145 -0
  65. package/src/lib/components/kv-inputs/kv-dropdown/kv-dropdown.component.scss +56 -0
@@ -201,3 +201,148 @@
201
201
  background-color: rgba(var(--kv-tertiary-color), 0.2);
202
202
  }
203
203
  }
204
+
205
+
206
+ // =======================================================================
207
+ // ==================== NOVO CSS DO BOTÃO ================================
208
+ // ======== AGUARDAR PUBLICAÇÃO DO REINF PARA LIBERAÇÃO ==================
209
+ // =======================================================================
210
+
211
+ // @import "../keevo-components-styles.scss";
212
+
213
+ // ::ng-deep .kv-button .p-button-loading-icon svg {
214
+ // width: 100%;
215
+ // height: 100%;
216
+ // display: block;
217
+ // }
218
+
219
+ // ::ng-deep .kv-button .p-button-loading-icon svg g {
220
+ // transform: translate(0, 0);
221
+ // }
222
+
223
+ // ::ng-deep .kv-button {
224
+ // border: none;
225
+ // // padding: 0.4rem;
226
+ // display: flex;
227
+ // flex-direction: row;
228
+ // align-items: center;
229
+ // justify-content: center;
230
+ // gap: 0.125rem;
231
+
232
+ // .kv-button-label {
233
+ // font-weight: 500;
234
+ // }
235
+
236
+ // :focus {
237
+ // outline: none;
238
+ // box-shadow: none;
239
+ // }
240
+ // }
241
+
242
+ // ::ng-deep .small {
243
+ // height: 1.625rem;
244
+ // min-width: 1.625rem;
245
+
246
+ // .kv-button-label {
247
+ // font-size: 0.625rem;
248
+ // }
249
+
250
+ // .kv-button-icon {
251
+ // font-size: 0.75rem;
252
+ // }
253
+
254
+ // .p-button-loading-icon {
255
+ // width: 0.55rem;
256
+ // height: 0.55rem;
257
+ // }
258
+ // }
259
+
260
+ // ::ng-deep .normal {
261
+ // height: 1.875rem;
262
+ // min-width: 1.875rem;
263
+
264
+ // .kv-button-label {
265
+ // font-size: 0.825rem;
266
+ // }
267
+
268
+ // .kv-button-icon {
269
+ // font-size: 1rem;
270
+ // }
271
+
272
+ // .p-button-loading-icon {
273
+ // width: 0.75rem;
274
+ // height: 0.75rem;
275
+ // }
276
+ // }
277
+
278
+ // ::ng-deep .large {
279
+ // height: 2.125rem;
280
+ // min-width: 2.125rem;
281
+
282
+ // .kv-button-label {
283
+ // font-size: 1rem;
284
+ // }
285
+
286
+ // .kv-button-icon {
287
+ // font-size: 1.25rem;
288
+ // }
289
+
290
+ // .p-button-loading-icon {
291
+ // width: 0.875rem;
292
+ // height: 0.875rem;
293
+ // }
294
+ // }
295
+
296
+ // //Primary button
297
+ // ::ng-deep .primary {
298
+ // background-color: rgb(var(--kv-color-system));
299
+ // &:hover {
300
+ // background-color: rgba(var(--kv-color-system), 0.8);
301
+ // }
302
+
303
+ // &:active {
304
+ // background-color: rgba(var(--kv-color-system), 0.95);
305
+ // }
306
+ // }
307
+
308
+ // ::ng-deep .secondary {
309
+ // border: solid 0.5px rgb(var(--kv-color-system));
310
+ // background-color: white;
311
+ // color: rgb(var(--kv-color-system));
312
+
313
+ // &:hover {
314
+ // background-color: rgb(var(--kv-color-system),0.1);
315
+ // }
316
+
317
+ // &:active {
318
+ // background-color: rgba(var(--kv-color-system), 0.8);
319
+ // }
320
+ // }
321
+
322
+ // ::ng-deep .tertiary {
323
+ // opacity: 0.9;
324
+ // background-color: transparent;
325
+ // color: rgb(var(--kv-color-system));
326
+
327
+ // &:hover {
328
+ // background-color: rgba(var(--kv-color-system), 0.1);
329
+ // }
330
+
331
+ // &:active {
332
+ // background-color: rgba(var(--kv-color-system), 0.2);
333
+ // }
334
+ // }
335
+
336
+ // ::ng-deep .callToAction {
337
+ // opacity: 0.9;
338
+ // background-color: transparent;
339
+ // color: rgb(var(--kv-color-system));
340
+
341
+ // &:hover {
342
+ // background-color: rgba(var(--kv-color-system), 0.1);
343
+ // }
344
+
345
+ // &:active {
346
+ // background-color: rgba(var(--kv-color-system), 0.2);
347
+ // }
348
+ // }
@@ -0,0 +1,56 @@
1
+ ::ng-deep .p-dropdown .p-dropdown-label {
2
+ display: flex;
3
+ align-items: center;
4
+ }
5
+
6
+ ::ng-deep .p-dropdown {
7
+ width: 100%;
8
+ }
9
+
10
+ ::ng-deep .p-dropdown-item {
11
+ font-size: 0.875rem;
12
+ padding: 0.5rem;
13
+ text-overflow: ellipsis;
14
+ width: 100%;
15
+ }
16
+
17
+ ::ng-deep .p-dropdown-filter {
18
+ height: 1.875rem;
19
+ }
20
+
21
+ ::ng-deep .p-dropdown-panel .p-dropdown-header {
22
+ padding: 0.75rem 0.75rem;
23
+ }
24
+
25
+ ::ng-deep .p-dropdown-panel .p-dropdown-items {
26
+ padding: 0.75rem 0.75rem;
27
+ }
28
+
29
+ ::ng-deep p-dropdown p-overlay .p-overlay {
30
+ max-width: 100%;
31
+ }
32
+
33
+ ::ng-deep .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
34
+ padding: 0.75rem 0.75rem;
35
+ font-size: 0.875rem;
36
+ }
37
+
38
+ ::ng-deep .p-inputtext {
39
+ font-size: 0.875rem;
40
+ }
41
+
42
+ ::ng-deep .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
43
+ padding: 0;
44
+ }
45
+
46
+ ::ng-deep .p-dropdown-panel .p-dropdown-items .p-dropdown-item:has(.disable) {
47
+ background-color: #f0f0f0;
48
+ opacity: 0.5;
49
+ cursor: not-allowed;
50
+ pointer-events: auto;
51
+ }
52
+
53
+ /* Bloqueia o clique */
54
+ ::ng-deep .p-dropdown-panel .p-dropdown-items .p-dropdown-item:has(.disable):active {
55
+ pointer-events: none;
56
+ }