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.
- package/esm2022/lib/api/base-components/base-component-crud-form.mjs +1 -1
- package/esm2022/lib/api/base-components/base-component-crud-list.mjs +1 -1
- package/esm2022/lib/api/base-components/base-component-crud.mjs +1 -1
- package/esm2022/lib/api/base-components/base-component-dropdown.mjs +7 -2
- package/esm2022/lib/api/base-components/base-component-multi-select.mjs +1 -1
- package/esm2022/lib/api/components/chart/orchart.config.mjs +1 -1
- package/esm2022/lib/api/components/chart/orchartnode.mjs +1 -1
- package/esm2022/lib/api/components/table/table.config.column.mjs +1 -1
- package/esm2022/lib/api/components/table/table.paginate.mjs +1 -1
- package/esm2022/lib/api/components/table/tableedit.config.column.mjs +1 -1
- package/esm2022/lib/api/components/tree-table/tree-table-keys.mjs +1 -1
- package/esm2022/lib/api/modules/primeng.module.mjs +1 -1
- package/esm2022/lib/api/pipes/capitalize.pipe.mjs +1 -1
- package/esm2022/lib/api/services/breadcrumbs.service.mjs +1 -1
- package/esm2022/lib/api/services/chat.service.mjs +1 -1
- package/esm2022/lib/api/services/form.service.mjs +1 -1
- package/esm2022/lib/api/services/image.cutter.service.mjs +43 -43
- package/esm2022/lib/api/services/notification.service.mjs +1 -1
- package/esm2022/lib/api/services/orgchart.service.mjs +1 -1
- package/esm2022/lib/components/keevo-components.module.mjs +1 -1
- package/esm2022/lib/components/kv-avatar/kv-avatar.component.mjs +3 -3
- package/esm2022/lib/components/kv-avatar/kv-avatar.module.mjs +1 -1
- package/esm2022/lib/components/kv-button/kv-button.component.mjs +3 -3
- package/esm2022/lib/components/kv-carousel/kv-carousel.component.mjs +3 -3
- package/esm2022/lib/components/kv-chart/kv-chart.component.mjs +25 -3
- package/esm2022/lib/components/kv-content-viewer/kv-content-viewer.component.mjs +3 -3
- package/esm2022/lib/components/kv-content-viewer/kv-content-viewer.module.mjs +1 -1
- package/esm2022/lib/components/kv-file-upload/kv-file-upload.component.mjs +14 -6
- package/esm2022/lib/components/kv-file-viewer-novo/kv-file-viewer-novo.component.mjs +3 -3
- package/esm2022/lib/components/kv-file-viewer-novo/kv-file-viewer-novo.module.mjs +1 -1
- package/esm2022/lib/components/kv-filter-fieldset/kv-filter-fieldset.component.mjs +3 -3
- package/esm2022/lib/components/kv-image-upload/kv-image-upload.component.mjs +3 -3
- package/esm2022/lib/components/kv-inputs/kv-check/kv-check.component.mjs +3 -3
- package/esm2022/lib/components/kv-inputs/kv-dropdown/kv-dropdown.component.mjs +3 -3
- package/esm2022/lib/components/kv-inputs/kv-input-calendar/kv-input-calendar.component.mjs +3 -3
- package/esm2022/lib/components/kv-inputs/kv-input-text/kv-input-text.component.mjs +3 -3
- package/esm2022/lib/components/kv-inputs/kv-input-text-checkbox/kv-input-text-checkbox.component.mjs +3 -3
- package/esm2022/lib/components/kv-inputs/kv-inputs.module.mjs +1 -1
- package/esm2022/lib/components/kv-inputs/kv-multi-select/kv-multi-select.component.mjs +3 -3
- package/esm2022/lib/components/kv-inputs/kv-select-buttons/kv-select-buttons.component.mjs +3 -3
- package/esm2022/lib/components/kv-inputs/kv-switch/kv-switch.component.mjs +3 -3
- package/esm2022/lib/components/kv-inputs/kv-tree-multi-select/kv-tree-multi-select.component.mjs +3 -3
- package/esm2022/lib/components/kv-layout/dropdown-master/dropdown-master.component.mjs +3 -3
- package/esm2022/lib/components/kv-layout/layout/kv-layout.component.mjs +3 -3
- package/esm2022/lib/components/kv-login/kv-login.component.mjs +3 -3
- package/esm2022/lib/components/kv-orgchart/kv-orgchart.component.mjs +11 -11
- package/esm2022/lib/components/kv-orgchart/kv-orgchart.module.mjs +1 -1
- package/esm2022/lib/components/kv-page-form/kv-page-form.component.mjs +3 -3
- package/esm2022/lib/components/kv-pick-list/kv-pick-list.component.mjs +3 -3
- package/esm2022/lib/components/kv-pick-list/kv-pick-list.module.mjs +1 -1
- package/esm2022/lib/components/kv-report/kv-report.component.mjs +3 -3
- package/esm2022/lib/components/kv-table/kv-table.component.mjs +3 -3
- package/esm2022/lib/components/kv-table-edit/kv-table-edit.component.mjs +3 -3
- package/esm2022/lib/components/kv-table-expandable/kv-table-expandable.component.mjs +3 -3
- package/esm2022/lib/components/kv-tree-table/kv-tree-table.component.mjs +3 -3
- package/esm2022/lib/components/kv-tree-view/kv-tree-view.component.mjs +3 -3
- package/esm2022/lib/components/kv-workspace/kv-workspace.module.mjs +1 -1
- package/esm2022/lib/components/kv-workspace/logo/kv-workspace-logo.component.mjs +3 -3
- package/esm2022/lib/components/kv-workspace/workspace/kv-workspace.component.mjs +3 -3
- package/esm2022/public-api.mjs +1 -1
- package/fesm2022/keevo-components.mjs +153 -118
- package/fesm2022/keevo-components.mjs.map +1 -1
- package/lib/api/base-components/base-component-dropdown.d.ts +2 -1
- package/lib/components/kv-chart/kv-chart.component.d.ts +2 -2
- package/package.json +2 -2
- package/src/lib/components/keevo-components-styles.scss +183 -183
- package/src/lib/components/kv-button/kv-button.component.scss +203 -203
- 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
|
+
}
|