keevo-components 1.8.535 → 1.8.537

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 (77) hide show
  1. package/esm2022/lib/api/services/image.cutter.service.mjs +2 -2
  2. package/esm2022/lib/components/keevo-components.module.mjs +14 -7
  3. package/esm2022/lib/components/kv-avatar/kv-avatar.component.mjs +4 -4
  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-carousel/kv-carousel.component.mjs +3 -3
  8. package/esm2022/lib/components/kv-chart/kv-chart.component.mjs +2 -2
  9. package/esm2022/lib/components/kv-file-upload/kv-file-upload.component.mjs +7 -19
  10. package/esm2022/lib/components/kv-home-card/kv-home-card.component.mjs +1 -1
  11. package/esm2022/lib/components/kv-icon/kv-icon.component.mjs +31 -0
  12. package/esm2022/lib/components/kv-icon/kv-icon.module.mjs +24 -0
  13. package/esm2022/lib/components/kv-inputs/kv-check/kv-check.component.mjs +2 -2
  14. package/esm2022/lib/components/kv-inputs/kv-dropdown/kv-dropdown.component.mjs +2 -2
  15. package/esm2022/lib/components/kv-inputs/kv-editor/kv-editor.component.mjs +5 -5
  16. package/esm2022/lib/components/kv-inputs/kv-input-calendar/kv-input-calendar.component.mjs +2 -2
  17. package/esm2022/lib/components/kv-inputs/kv-input-mask/kv-input-mask.component.mjs +2 -2
  18. package/esm2022/lib/components/kv-inputs/kv-input-number/kv-input-number.component.mjs +2 -2
  19. package/esm2022/lib/components/kv-inputs/kv-input-password/kv-input-password.component.mjs +2 -2
  20. package/esm2022/lib/components/kv-inputs/kv-input-text/kv-input-text.component.mjs +2 -2
  21. package/esm2022/lib/components/kv-inputs/kv-input-text-checkbox/kv-input-text-checkbox.component.mjs +2 -2
  22. package/esm2022/lib/components/kv-inputs/kv-input-textarea/kv-input-textarea.component.mjs +2 -2
  23. package/esm2022/lib/components/kv-inputs/kv-input-time/kv-input-time.component.mjs +2 -2
  24. package/esm2022/lib/components/kv-inputs/kv-multi-select/kv-multi-select.component.mjs +2 -2
  25. package/esm2022/lib/components/kv-inputs/kv-radio-group/kv-radio-group.component.mjs +2 -2
  26. package/esm2022/lib/components/kv-inputs/kv-switch/kv-switch.component.mjs +2 -2
  27. package/esm2022/lib/components/kv-inputs/kv-tree-multi-select/kv-tree-multi-select.component.mjs +2 -2
  28. package/esm2022/lib/components/kv-layout/dropdown-master/dropdown-master.component.mjs +5 -4
  29. package/esm2022/lib/components/kv-layout/kv-layout.module.mjs +22 -4
  30. package/esm2022/lib/components/kv-layout/layout/kv-layout.component.mjs +115 -51
  31. package/esm2022/lib/components/kv-layout/top-icons/top-icons.component.mjs +18 -0
  32. package/esm2022/lib/components/kv-modal/kv-modal.component.mjs +1 -1
  33. package/esm2022/lib/components/kv-orgchart/kv-orgchart.component.mjs +1 -1
  34. package/esm2022/lib/components/kv-page-form/kv-page-form.component.mjs +1 -1
  35. package/esm2022/lib/components/kv-page-stepper/kv-page-stepper.component.mjs +6 -8
  36. package/esm2022/lib/components/kv-page-stepper/kv-page-stepper.module.mjs +8 -4
  37. package/esm2022/lib/components/kv-pick-list/kv-pick-list.component.mjs +3 -15
  38. package/esm2022/lib/components/kv-stepper/kv-stepper.component.mjs +5 -7
  39. package/esm2022/lib/components/kv-stepper/kv-stepper.module.mjs +11 -4
  40. package/esm2022/lib/components/kv-table/kv-table.component.mjs +1 -1
  41. package/esm2022/lib/components/kv-table-edit/kv-table-edit.component.mjs +1 -1
  42. package/esm2022/lib/components/kv-table-expandable/kv-table-expandable.component.mjs +1 -1
  43. package/esm2022/lib/components/kv-tree-table/kv-tree-table.component.mjs +1 -1
  44. package/esm2022/lib/components/kv-workspace/empresa/kv-workspace-empresa.component.mjs +4 -44
  45. package/esm2022/lib/components/kv-workspace/kv-workspace.module.mjs +12 -4
  46. package/esm2022/lib/components/kv-workspace/master/kv-workspace-master.component.mjs +20 -5
  47. package/esm2022/lib/components/kv-workspace/workspace/kv-workspace.component.mjs +30 -17
  48. package/esm2022/public-api.mjs +6 -1
  49. package/fesm2022/keevo-components.mjs +339 -215
  50. package/fesm2022/keevo-components.mjs.map +1 -1
  51. package/lib/components/keevo-components.module.d.ts +3 -2
  52. package/lib/components/kv-button/kv-button.component.d.ts +3 -2
  53. package/lib/components/kv-icon/kv-icon.component.d.ts +15 -0
  54. package/lib/components/kv-icon/kv-icon.module.d.ts +8 -0
  55. package/lib/components/kv-layout/kv-layout.module.d.ts +7 -4
  56. package/lib/components/kv-layout/layout/kv-layout.component.d.ts +48 -34
  57. package/lib/components/kv-layout/top-icons/top-icons.component.d.ts +15 -0
  58. package/lib/components/kv-page-stepper/kv-page-stepper.module.d.ts +2 -1
  59. package/lib/components/kv-pick-list/kv-pick-list.component.d.ts +1 -5
  60. package/lib/components/kv-stepper/kv-stepper.module.d.ts +2 -1
  61. package/lib/components/kv-table/kv-table.component.d.ts +1 -1
  62. package/lib/components/kv-table-expandable/kv-table-expandable.component.d.ts +1 -1
  63. package/lib/components/kv-workspace/empresa/kv-workspace-empresa.component.d.ts +2 -9
  64. package/lib/components/kv-workspace/kv-workspace.module.d.ts +3 -1
  65. package/lib/components/kv-workspace/master/kv-workspace-master.component.d.ts +8 -1
  66. package/lib/components/kv-workspace/workspace/kv-workspace.component.d.ts +13 -5
  67. package/package.json +1 -1
  68. package/public-api.d.ts +5 -0
  69. package/src/assets/images/LogoEvo.png +0 -0
  70. package/src/assets/images/LogoPequenaEvo.png +0 -0
  71. package/src/assets/images/background.png +0 -0
  72. package/src/assets/images/keepass-logo.png +0 -0
  73. package/src/assets/images/keepass-logo.svg +74 -0
  74. package/src/assets/images/keevo-logo.png +0 -0
  75. package/src/assets/images/logokeevo_2.png +0 -0
  76. package/src/lib/components/keevo-components-styles.scss +59 -3
  77. package/src/lib/components/kv-button/kv-button.component.scss +145 -0
@@ -2,17 +2,72 @@
2
2
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
3
3
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
4
4
 
5
- $font-family-keevo: "Inter var", "Inter", sans-serif;
5
+ @import url("https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@latest/dist/tabler-icons.min.css");
6
+ // @import url("./styles/tabler-icons.css");
7
+
8
+ $font-family-keevo: "Inter", "Inter var", sans-serif;
6
9
 
7
10
  // Importar outras fontes
8
11
  @import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0");
9
12
 
10
13
  ::ng-deep :root {
14
+ --kv-color-system: 10,58,120;
15
+ --kv-color-system-cta: 76, 175, 80;
16
+ --kv-color-text: 0, 0, 0;
17
+ --kv-color-text-inv: 255, 255, 165;
18
+ --kv-background-system: 248,250,253;
19
+ --kv-background-card: 255,255,255;
20
+
11
21
  --kv-primary-color: 41, 185, 45;
12
22
  --kv-secondary-color: 0, 37, 66;
13
23
  --kv-tertiary-color: 165, 165, 165;
14
24
  }
15
25
 
26
+ ::ng-deep .padrao {
27
+ --kv-color-system: 10,58,120;
28
+ --kv-color-system-cta: 76, 175, 80;
29
+ --kv-color-text: 0, 0, 0;
30
+ --kv-background-system: 248,250,253;
31
+ --kv-background-card: 255,255,255;
32
+ }
33
+
34
+ ::ng-deep .theme-keevocenter {
35
+ --kv-color-system: 88,25,153;
36
+ --kv-color-system-cta: 0, 116, 217;
37
+ --kv-color-text: 0, 0, 0;
38
+ --kv-color-text-inv: 255, 255, 165;
39
+ --kv-background-system: 248,250,253;
40
+ --kv-background-card: 255,255,255;
41
+ }
42
+
43
+ ::ng-deep .theme-holos {
44
+ --kv-color-system: 241,90,36;
45
+ --kv-color-system-cta: 224, 168, 35;
46
+ --kv-color-text: 0, 0, 0;
47
+ --kv-color-text-inv: 255, 255, 165;
48
+ --kv-background-system: 240,240,240;
49
+ --kv-background-card: 2255,255,255;
50
+ }
51
+
52
+
53
+
54
+ .system-color{
55
+ color: rgb(var(--kv-color-system), 1);
56
+ }
57
+
58
+ .bg-system-100{
59
+ background: rgb(var(--kv-color-system), 1);
60
+ }
61
+ .bg-system-75{
62
+ background: rgb(var(--kv-color-system), .75);
63
+ }
64
+ .bg-system-50{
65
+ background: rgb(var(--kv-color-system), .5);
66
+ }
67
+ .bg-system-25{
68
+ background: rgb(var(--kv-color-system), .25);
69
+ }
70
+
16
71
  .material-symbols-outlined {
17
72
  font-family: "Material Symbols Outlined" !important;
18
73
  }
@@ -118,11 +173,12 @@ $font-family-keevo: "Inter var", "Inter", sans-serif;
118
173
  }
119
174
 
120
175
  ::ng-deep .p-dialog .p-dialog-header {
121
- color: white !important;
122
- background: #002542 !important;
176
+ color: rgb(var(--kv-color-text)) !important;
177
+ background: rgb(var(--kv-background-card)) !important;
123
178
  display: flex !important;
124
179
  flex-wrap: wrap;
125
180
  word-wrap: break-word;
181
+ border-bottom: 1px solid rgb(var(--kv-color-text), 0.15);
126
182
  }
127
183
 
128
184
  ::ng-deep .p-dialog .p-dialog-content {
@@ -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
+ // }