keevo-components 1.8.529 → 1.8.530

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 (76) 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 +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-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 +338 -214
  50. package/fesm2022/keevo-components.mjs.map +1 -1
  51. package/lib/api/base-components/base-component-dropdown.d.ts +1 -1
  52. package/lib/components/keevo-components.module.d.ts +3 -2
  53. package/lib/components/kv-button/kv-button.component.d.ts +2 -1
  54. package/lib/components/kv-icon/kv-icon.component.d.ts +15 -0
  55. package/lib/components/kv-icon/kv-icon.module.d.ts +8 -0
  56. package/lib/components/kv-layout/kv-layout.module.d.ts +7 -4
  57. package/lib/components/kv-layout/layout/kv-layout.component.d.ts +48 -34
  58. package/lib/components/kv-layout/top-icons/top-icons.component.d.ts +15 -0
  59. package/lib/components/kv-page-stepper/kv-page-stepper.module.d.ts +2 -1
  60. package/lib/components/kv-pick-list/kv-pick-list.component.d.ts +1 -5
  61. package/lib/components/kv-stepper/kv-stepper.module.d.ts +2 -1
  62. package/lib/components/kv-workspace/empresa/kv-workspace-empresa.component.d.ts +2 -9
  63. package/lib/components/kv-workspace/kv-workspace.module.d.ts +3 -1
  64. package/lib/components/kv-workspace/master/kv-workspace-master.component.d.ts +8 -1
  65. package/lib/components/kv-workspace/workspace/kv-workspace.component.d.ts +13 -5
  66. package/package.json +1 -1
  67. package/public-api.d.ts +5 -0
  68. package/src/assets/images/LogoEvo.png +0 -0
  69. package/src/assets/images/LogoPequenaEvo.png +0 -0
  70. package/src/assets/images/background.png +0 -0
  71. package/src/assets/images/keepass-logo.png +0 -0
  72. package/src/assets/images/keepass-logo.svg +74 -0
  73. package/src/assets/images/keevo-logo.png +0 -0
  74. package/src/assets/images/logokeevo_2.png +0 -0
  75. package/src/lib/components/keevo-components-styles.scss +59 -3
  76. package/src/lib/components/kv-button/kv-button.component.scss +145 -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
+ // }