keevo-components 1.8.455 → 1.8.457

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 (68) hide show
  1. package/esm2022/lib/api/base-components/base-component-crud-form.mjs +1 -1
  2. package/esm2022/lib/api/base-components/base-component-crud-list.mjs +1 -1
  3. package/esm2022/lib/api/base-components/base-component-crud.mjs +1 -1
  4. package/esm2022/lib/api/base-components/base-component-dropdown.mjs +7 -2
  5. package/esm2022/lib/api/base-components/base-component-multi-select.mjs +1 -1
  6. package/esm2022/lib/api/components/chart/orchart.config.mjs +1 -1
  7. package/esm2022/lib/api/components/chart/orchartnode.mjs +1 -1
  8. package/esm2022/lib/api/components/table/table.config.column.mjs +1 -1
  9. package/esm2022/lib/api/components/table/table.paginate.mjs +1 -1
  10. package/esm2022/lib/api/components/table/tableedit.config.column.mjs +1 -1
  11. package/esm2022/lib/api/components/tree-table/tree-table-keys.mjs +1 -1
  12. package/esm2022/lib/api/modules/primeng.module.mjs +1 -1
  13. package/esm2022/lib/api/pipes/capitalize.pipe.mjs +1 -1
  14. package/esm2022/lib/api/services/breadcrumbs.service.mjs +1 -1
  15. package/esm2022/lib/api/services/chat.service.mjs +1 -1
  16. package/esm2022/lib/api/services/form.service.mjs +1 -1
  17. package/esm2022/lib/api/services/image.cutter.service.mjs +43 -43
  18. package/esm2022/lib/api/services/notification.service.mjs +1 -1
  19. package/esm2022/lib/api/services/orgchart.service.mjs +1 -1
  20. package/esm2022/lib/components/keevo-components.module.mjs +1 -1
  21. package/esm2022/lib/components/kv-avatar/kv-avatar.component.mjs +3 -3
  22. package/esm2022/lib/components/kv-avatar/kv-avatar.module.mjs +1 -1
  23. package/esm2022/lib/components/kv-button/kv-button.component.mjs +3 -3
  24. package/esm2022/lib/components/kv-carousel/kv-carousel.component.mjs +3 -3
  25. package/esm2022/lib/components/kv-chart/kv-chart.component.mjs +25 -3
  26. package/esm2022/lib/components/kv-content-viewer/kv-content-viewer.component.mjs +3 -3
  27. package/esm2022/lib/components/kv-content-viewer/kv-content-viewer.module.mjs +1 -1
  28. package/esm2022/lib/components/kv-file-upload/kv-file-upload.component.mjs +14 -6
  29. package/esm2022/lib/components/kv-file-viewer-novo/kv-file-viewer-novo.component.mjs +3 -3
  30. package/esm2022/lib/components/kv-file-viewer-novo/kv-file-viewer-novo.module.mjs +1 -1
  31. package/esm2022/lib/components/kv-filter-fieldset/kv-filter-fieldset.component.mjs +3 -3
  32. package/esm2022/lib/components/kv-image-upload/kv-image-upload.component.mjs +3 -3
  33. package/esm2022/lib/components/kv-inputs/kv-check/kv-check.component.mjs +3 -3
  34. package/esm2022/lib/components/kv-inputs/kv-dropdown/kv-dropdown.component.mjs +3 -3
  35. package/esm2022/lib/components/kv-inputs/kv-input-calendar/kv-input-calendar.component.mjs +3 -3
  36. package/esm2022/lib/components/kv-inputs/kv-input-text/kv-input-text.component.mjs +3 -3
  37. package/esm2022/lib/components/kv-inputs/kv-input-text-checkbox/kv-input-text-checkbox.component.mjs +3 -3
  38. package/esm2022/lib/components/kv-inputs/kv-inputs.module.mjs +1 -1
  39. package/esm2022/lib/components/kv-inputs/kv-multi-select/kv-multi-select.component.mjs +3 -3
  40. package/esm2022/lib/components/kv-inputs/kv-select-buttons/kv-select-buttons.component.mjs +3 -3
  41. package/esm2022/lib/components/kv-inputs/kv-switch/kv-switch.component.mjs +3 -3
  42. package/esm2022/lib/components/kv-inputs/kv-tree-multi-select/kv-tree-multi-select.component.mjs +3 -3
  43. package/esm2022/lib/components/kv-layout/dropdown-master/dropdown-master.component.mjs +3 -3
  44. package/esm2022/lib/components/kv-layout/layout/kv-layout.component.mjs +3 -3
  45. package/esm2022/lib/components/kv-login/kv-login.component.mjs +3 -3
  46. package/esm2022/lib/components/kv-orgchart/kv-orgchart.component.mjs +11 -11
  47. package/esm2022/lib/components/kv-orgchart/kv-orgchart.module.mjs +1 -1
  48. package/esm2022/lib/components/kv-page-form/kv-page-form.component.mjs +3 -3
  49. package/esm2022/lib/components/kv-pick-list/kv-pick-list.component.mjs +3 -3
  50. package/esm2022/lib/components/kv-pick-list/kv-pick-list.module.mjs +1 -1
  51. package/esm2022/lib/components/kv-report/kv-report.component.mjs +3 -3
  52. package/esm2022/lib/components/kv-table/kv-table.component.mjs +3 -3
  53. package/esm2022/lib/components/kv-table-edit/kv-table-edit.component.mjs +3 -3
  54. package/esm2022/lib/components/kv-table-expandable/kv-table-expandable.component.mjs +3 -3
  55. package/esm2022/lib/components/kv-tree-table/kv-tree-table.component.mjs +3 -3
  56. package/esm2022/lib/components/kv-tree-view/kv-tree-view.component.mjs +3 -3
  57. package/esm2022/lib/components/kv-workspace/kv-workspace.module.mjs +1 -1
  58. package/esm2022/lib/components/kv-workspace/logo/kv-workspace-logo.component.mjs +3 -3
  59. package/esm2022/lib/components/kv-workspace/workspace/kv-workspace.component.mjs +3 -3
  60. package/esm2022/public-api.mjs +1 -1
  61. package/fesm2022/keevo-components.mjs +153 -118
  62. package/fesm2022/keevo-components.mjs.map +1 -1
  63. package/lib/api/base-components/base-component-dropdown.d.ts +2 -1
  64. package/lib/components/kv-chart/kv-chart.component.d.ts +2 -2
  65. package/package.json +2 -2
  66. package/src/lib/components/keevo-components-styles.scss +183 -183
  67. package/src/lib/components/kv-button/kv-button.component.scss +203 -203
  68. package/src/lib/components/kv-table/kv-table.component.scss +202 -202
@@ -1,202 +1,202 @@
1
- ::ng-deep .p-datatable > .p-datatable-wrapper {
2
- &::-webkit-scrollbar {
3
- width: 6px;
4
-
5
- &:hover {
6
- background-color: rgba(222, 222, 222, 0.75);
7
- }
8
- }
9
-
10
- &::-webkit-scrollbar-thumb {
11
- border-radius: 4px;
12
- background-color: transparent;
13
- }
14
-
15
- &:hover::-webkit-scrollbar-thumb {
16
- border-left: 2px solid white;
17
- background-color: rgba(0, 0, 0, 0.5);
18
- }
19
-
20
- &::-webkit-scrollbar-track {
21
- border-left: 2px solid white;
22
- background-color: rgba(222, 222, 222, 0.75);
23
- }
24
- }
25
-
26
- .tag {
27
- width: 5px;
28
- height: 20px;
29
- border-radius: 0.25rem;
30
- }
31
-
32
- ::ng-deep .p-panel .p-panel-header {
33
- border: none !important;
34
- }
35
-
36
- :host ::ng-deep .p-datatable-header {
37
- // background-color: #f2f2f2;
38
- background-color: #860000 !important;
39
- padding: 0 !important;
40
- border-radius: 5px !important;
41
- }
42
-
43
- ::ng-deep .p-panel.p-panel-toggleable .p-panel-header {
44
- background-color: #f1f1f1;
45
- }
46
-
47
- ::ng-deep .p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
48
- background-color: #f1f1f1;
49
- padding: 0.15rem 0.15rem;
50
- }
51
-
52
- .icon-more-horiz {
53
- font-weight: 700;
54
- }
55
-
56
- .icon-more-horiz:hover,
57
- .icon-more-horiz:focus {
58
- color: #5e5e5e;
59
- transition: color 0.3s, transform 0.3s;
60
- background-color: #eaeaea;
61
- border-radius: 50%;
62
- }
63
-
64
- .tr-td {
65
- &:hover {
66
- box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
67
- rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
68
- background-color: white;
69
- transition: color 0.3s, transform 0.3s;
70
- transform: scale(1);
71
- &.last {
72
- box-shadow: -1px -1px 9px -3px rgba(0, 0, 0, 0.75);
73
- -webkit-box-shadow: -1px -1px 9px -3px rgba(0, 0, 0, 0.75);
74
- -moz-box-shadow: -1px -1px 9px -3px rgba(0, 0, 0, 0.75);
75
- }
76
- }
77
- overflow-wrap: anywhere;
78
- }
79
-
80
- .disabled-row {
81
- pointer-events: none;
82
- opacity: 0.6;
83
- background-color: #dddddd8e;
84
- }
85
-
86
- ::ng-deep .p-tooltip {
87
- pointer-events: auto;
88
- }
89
-
90
- .btn-table {
91
- background-color: #29b92d;
92
- padding: 12px 12px;
93
-
94
- &:hover {
95
- background-color: #249a29;
96
- }
97
-
98
- &:active {
99
- background-color: #1c801f;
100
- }
101
-
102
- &:disabled {
103
- background-color: #29b92d;
104
- }
105
- }
106
-
107
- ::ng-deep svg.p-icon {
108
- width: 0.65rem;
109
- height: 0.65rem;
110
- }
111
-
112
- ::ng-deep .p-checkbox .p-checkbox-box.p-highlight {
113
- border-color: #004172;
114
- background: #004172;
115
-
116
- &:hover {
117
- background-color: #002542;
118
- }
119
-
120
- &:active {
121
- background-color: #002542;
122
- }
123
-
124
- &:disabled {
125
- background-color: #002542;
126
- opacity: 0.4;
127
- cursor: auto;
128
- }
129
- }
130
-
131
- input {
132
- height: 1.75rem;
133
- }
134
-
135
- ::ng-deep {
136
- .p-checkbox .p-checkbox-box {
137
- width: 1.125rem;
138
- height: 1.125rem;
139
- border: 1.5px solid #d1d5db;
140
- }
141
-
142
- .p-checkbox {
143
- display: flex !important;
144
- align-items: center !important;
145
- justify-content: center;
146
- }
147
-
148
- .p-checkbox-label {
149
- font-size: 0.875rem;
150
- }
151
- .p-datatable .p-paginator-bottom {
152
- scale: 0.75;
153
- }
154
- .p-menuitem-text {
155
- font-size: 0.875rem;
156
- }
157
-
158
- .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
159
- padding: 0.5rem 0.75rem;
160
- }
161
-
162
- .p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
163
- padding: 0.1rem 0.1rem;
164
- }
165
- }
166
-
167
- :host {
168
- height: 100%;
169
- }
170
-
171
- ::ng-deep .kv-table-container,
172
- ::ng-deep p-table {
173
- height: 100%;
174
- }
175
-
176
- ::ng-deep p-table .p-datatable {
177
- display: flex;
178
- flex-direction: column;
179
- height: 100%;
180
- }
181
-
182
- //expande o necessário, encolhe se necessário, tamanho inicial
183
- ::ng-deep .p-datatable .p-datatable-wrapper {
184
- flex: 1 1 1;
185
- }
186
-
187
- ::ng-deep p-table .p-datatable .p-datatable-wrapper,
188
- ::ng-deep p-table {
189
- height: 100%;
190
- }
191
-
192
- ::ng-deep table {
193
- height: auto !important;
194
- }
195
-
196
- .ellipsis-text {
197
- white-space: nowrap;
198
- overflow: hidden;
199
- text-overflow: ellipsis;
200
- max-width: 100%;
201
- display: inline-block;
202
- }
1
+ ::ng-deep .p-datatable > .p-datatable-wrapper {
2
+ &::-webkit-scrollbar {
3
+ width: 6px;
4
+
5
+ &:hover {
6
+ background-color: rgba(222, 222, 222, 0.75);
7
+ }
8
+ }
9
+
10
+ &::-webkit-scrollbar-thumb {
11
+ border-radius: 4px;
12
+ background-color: transparent;
13
+ }
14
+
15
+ &:hover::-webkit-scrollbar-thumb {
16
+ border-left: 2px solid white;
17
+ background-color: rgba(0, 0, 0, 0.5);
18
+ }
19
+
20
+ &::-webkit-scrollbar-track {
21
+ border-left: 2px solid white;
22
+ background-color: rgba(222, 222, 222, 0.75);
23
+ }
24
+ }
25
+
26
+ .tag {
27
+ width: 5px;
28
+ height: 20px;
29
+ border-radius: 0.25rem;
30
+ }
31
+
32
+ ::ng-deep .p-panel .p-panel-header {
33
+ border: none !important;
34
+ }
35
+
36
+ :host ::ng-deep .p-datatable-header {
37
+ // background-color: #f2f2f2;
38
+ background-color: #860000 !important;
39
+ padding: 0 !important;
40
+ border-radius: 5px !important;
41
+ }
42
+
43
+ ::ng-deep .p-panel.p-panel-toggleable .p-panel-header {
44
+ background-color: #f1f1f1;
45
+ }
46
+
47
+ ::ng-deep .p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
48
+ background-color: #f1f1f1;
49
+ padding: 0.15rem 0.15rem;
50
+ }
51
+
52
+ .icon-more-horiz {
53
+ font-weight: 700;
54
+ }
55
+
56
+ .icon-more-horiz:hover,
57
+ .icon-more-horiz:focus {
58
+ color: #5e5e5e;
59
+ transition: color 0.3s, transform 0.3s;
60
+ background-color: #eaeaea;
61
+ border-radius: 50%;
62
+ }
63
+
64
+ .tr-td {
65
+ &:hover {
66
+ box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
67
+ rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
68
+ background-color: white;
69
+ transition: color 0.3s, transform 0.3s;
70
+ transform: scale(1);
71
+ &.last {
72
+ box-shadow: -1px -1px 9px -3px rgba(0, 0, 0, 0.75);
73
+ -webkit-box-shadow: -1px -1px 9px -3px rgba(0, 0, 0, 0.75);
74
+ -moz-box-shadow: -1px -1px 9px -3px rgba(0, 0, 0, 0.75);
75
+ }
76
+ }
77
+ overflow-wrap: anywhere;
78
+ }
79
+
80
+ .disabled-row {
81
+ pointer-events: none;
82
+ opacity: 0.6;
83
+ background-color: #dddddd8e;
84
+ }
85
+
86
+ ::ng-deep .p-tooltip {
87
+ pointer-events: auto;
88
+ }
89
+
90
+ .btn-table {
91
+ background-color: #29b92d;
92
+ padding: 12px 12px;
93
+
94
+ &:hover {
95
+ background-color: #249a29;
96
+ }
97
+
98
+ &:active {
99
+ background-color: #1c801f;
100
+ }
101
+
102
+ &:disabled {
103
+ background-color: #29b92d;
104
+ }
105
+ }
106
+
107
+ ::ng-deep svg.p-icon {
108
+ width: 0.65rem;
109
+ height: 0.65rem;
110
+ }
111
+
112
+ ::ng-deep .p-checkbox .p-checkbox-box.p-highlight {
113
+ border-color: #004172;
114
+ background: #004172;
115
+
116
+ &:hover {
117
+ background-color: #002542;
118
+ }
119
+
120
+ &:active {
121
+ background-color: #002542;
122
+ }
123
+
124
+ &:disabled {
125
+ background-color: #002542;
126
+ opacity: 0.4;
127
+ cursor: auto;
128
+ }
129
+ }
130
+
131
+ input {
132
+ height: 1.75rem;
133
+ }
134
+
135
+ ::ng-deep {
136
+ .p-checkbox .p-checkbox-box {
137
+ width: 1.125rem;
138
+ height: 1.125rem;
139
+ border: 1.5px solid #d1d5db;
140
+ }
141
+
142
+ .p-checkbox {
143
+ display: flex !important;
144
+ align-items: center !important;
145
+ justify-content: center;
146
+ }
147
+
148
+ .p-checkbox-label {
149
+ font-size: 0.875rem;
150
+ }
151
+ .p-datatable .p-paginator-bottom {
152
+ scale: 0.75;
153
+ }
154
+ .p-menuitem-text {
155
+ font-size: 0.875rem;
156
+ }
157
+
158
+ .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
159
+ padding: 0.5rem 0.75rem;
160
+ }
161
+
162
+ .p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
163
+ padding: 0.1rem 0.1rem;
164
+ }
165
+ }
166
+
167
+ :host {
168
+ height: 100%;
169
+ }
170
+
171
+ ::ng-deep .kv-table-container,
172
+ ::ng-deep p-table {
173
+ height: 100%;
174
+ }
175
+
176
+ ::ng-deep p-table .p-datatable {
177
+ display: flex;
178
+ flex-direction: column;
179
+ height: 100%;
180
+ }
181
+
182
+ //expande o necessário, encolhe se necessário, tamanho inicial
183
+ ::ng-deep .p-datatable .p-datatable-wrapper {
184
+ flex: 1 1 1;
185
+ }
186
+
187
+ ::ng-deep p-table .p-datatable .p-datatable-wrapper,
188
+ ::ng-deep p-table {
189
+ height: 100%;
190
+ }
191
+
192
+ ::ng-deep table {
193
+ height: auto !important;
194
+ }
195
+
196
+ .ellipsis-text {
197
+ white-space: nowrap;
198
+ overflow: hidden;
199
+ text-overflow: ellipsis;
200
+ max-width: 100%;
201
+ display: inline-block;
202
+ }