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,203 +1,203 @@
1
- @import "../keevo-components-styles.scss";
2
-
3
- ::ng-deep .kv-button .p-button-loading-icon svg {
4
- width: 100%;
5
- height: 100%;
6
- display: block;
7
- }
8
-
9
- ::ng-deep .kv-button .p-button-loading-icon svg g {
10
- transform: translate(0, 0);
11
- }
12
-
13
- ::ng-deep .kv-button {
14
- border: none;
15
- // padding: 0.4rem;
16
- display: flex;
17
- flex-direction: row;
18
- align-items: center;
19
- justify-content: center;
20
- gap: 0.125rem;
21
-
22
- .kv-button-label {
23
- font-weight: 500;
24
- }
25
- }
26
-
27
- ::ng-deep .small {
28
- height: 1.625rem;
29
- min-width: 1.625rem;
30
-
31
- .kv-button-label {
32
- font-size: 0.625rem;
33
- }
34
-
35
- .kv-button-icon {
36
- font-size: 0.75rem;
37
- }
38
-
39
- .p-button-loading-icon {
40
- width: 0.55rem;
41
- height: 0.55rem;
42
- }
43
- }
44
-
45
- ::ng-deep .normal {
46
- height: 1.875rem;
47
- min-width: 1.875rem;
48
-
49
- .kv-button-label {
50
- font-size: 0.825rem;
51
- }
52
-
53
- .kv-button-icon {
54
- font-size: 1rem;
55
- }
56
-
57
- .p-button-loading-icon {
58
- width: 0.75rem;
59
- height: 0.75rem;
60
- }
61
- }
62
-
63
- ::ng-deep .large {
64
- height: 2.125rem;
65
- min-width: 2.125rem;
66
-
67
- .kv-button-label {
68
- font-size: 1rem;
69
- }
70
-
71
- .kv-button-icon {
72
- font-size: 1.25rem;
73
- }
74
-
75
- .p-button-loading-icon {
76
- width: 0.875rem;
77
- height: 0.875rem;
78
- }
79
- }
80
-
81
- //Primary button
82
- ::ng-deep .primary {
83
- background-color: rgb(var(--kv-primary-color));
84
- &:hover {
85
- background-color: rgba(var(--kv-primary-color), 0.8);
86
- }
87
-
88
- &:active {
89
- background-color: rgba(var(--kv-primary-color), 0.95);
90
- }
91
- }
92
-
93
- .primary.outline {
94
- border: solid 0.5px rgb(var(--kv-primary-color));
95
- background-color: white;
96
- color: rgb(var(--kv-primary-color));
97
-
98
- &:hover {
99
- background-color: rgb(var(--kv-primary-color));
100
- color: white;
101
- }
102
-
103
- &:active {
104
- background-color: rgba(var(--kv-primary-color), 0.8);
105
- }
106
- }
107
-
108
- .primary.text {
109
- opacity: 0.9;
110
- background-color: transparent;
111
- color: rgb(var(--kv-primary-color));
112
-
113
- &:hover {
114
- background-color: rgba(var(--kv-primary-color), 0.1);
115
- }
116
-
117
- &:active {
118
- background-color: rgba(var(--kv-primary-color), 0.2);
119
- }
120
- }
121
-
122
- //Secondary button
123
- ::ng-deep .secondary {
124
- background-color: rgb(var(--kv-secondary-color));
125
-
126
- &:hover {
127
- background-color: rgba(var(--kv-secondary-color), 0.8);
128
- }
129
-
130
- &:active {
131
- background-color: rgba(var(--kv-secondary-color), 0.95);
132
- }
133
- }
134
-
135
- .secondary.outline {
136
- border: solid 0.5px rgb(var(--kv-secondary-color));
137
- background-color: white;
138
- color: rgb(var(--kv-secondary-color));
139
-
140
- &:hover {
141
- background-color: rgb(var(--kv-secondary-color));
142
- color: white;
143
- }
144
-
145
- &:active {
146
- background-color: rgba(var(--kv-secondary-color), 0.8);
147
- }
148
- }
149
-
150
- .secondary.text {
151
- background-color: transparent;
152
- color: rgb(var(--kv-secondary-color));
153
-
154
- &:hover {
155
- background-color: rgba(var(--kv-secondary-color), 0.1);
156
- }
157
-
158
- &:active {
159
- background-color: rgba(var(--kv-secondary-color), 0.2);
160
- }
161
- }
162
-
163
- //Tertiary button
164
- ::ng-deep .tertiary {
165
- color: #212121;
166
- background-color: rgba(var(--kv-tertiary-color), 0.3);
167
-
168
- &:hover {
169
- background-color: rgba(var(--kv-tertiary-color), 0.8);
170
- }
171
-
172
- &:active {
173
- background-color: rgba(var(--kv-tertiary-color), 0.95);
174
- }
175
- }
176
-
177
- .tertiary.outline {
178
- border: solid 0.5px rgb(var(--kv-tertiary-color));
179
- background-color: white;
180
- color: rgb(var(--kv-tertiary-color));
181
-
182
- &:hover {
183
- background-color: rgb(var(--kv-tertiary-color));
184
- color: white;
185
- }
186
-
187
- &:active {
188
- background-color: rgba(var(--kv-tertiary-color), 0.8);
189
- }
190
- }
191
-
192
- .tertiary.text {
193
- background-color: transparent;
194
- color: rgb(var(--kv-tertiary-color));
195
-
196
- &:hover {
197
- background-color: rgba(var(--kv-tertiary-color), 0.1);
198
- }
199
-
200
- &:active {
201
- background-color: rgba(var(--kv-tertiary-color), 0.2);
202
- }
203
- }
1
+ @import "../keevo-components-styles.scss";
2
+
3
+ ::ng-deep .kv-button .p-button-loading-icon svg {
4
+ width: 100%;
5
+ height: 100%;
6
+ display: block;
7
+ }
8
+
9
+ ::ng-deep .kv-button .p-button-loading-icon svg g {
10
+ transform: translate(0, 0);
11
+ }
12
+
13
+ ::ng-deep .kv-button {
14
+ border: none;
15
+ // padding: 0.4rem;
16
+ display: flex;
17
+ flex-direction: row;
18
+ align-items: center;
19
+ justify-content: center;
20
+ gap: 0.125rem;
21
+
22
+ .kv-button-label {
23
+ font-weight: 500;
24
+ }
25
+ }
26
+
27
+ ::ng-deep .small {
28
+ height: 1.625rem;
29
+ min-width: 1.625rem;
30
+
31
+ .kv-button-label {
32
+ font-size: 0.625rem;
33
+ }
34
+
35
+ .kv-button-icon {
36
+ font-size: 0.75rem;
37
+ }
38
+
39
+ .p-button-loading-icon {
40
+ width: 0.55rem;
41
+ height: 0.55rem;
42
+ }
43
+ }
44
+
45
+ ::ng-deep .normal {
46
+ height: 1.875rem;
47
+ min-width: 1.875rem;
48
+
49
+ .kv-button-label {
50
+ font-size: 0.825rem;
51
+ }
52
+
53
+ .kv-button-icon {
54
+ font-size: 1rem;
55
+ }
56
+
57
+ .p-button-loading-icon {
58
+ width: 0.75rem;
59
+ height: 0.75rem;
60
+ }
61
+ }
62
+
63
+ ::ng-deep .large {
64
+ height: 2.125rem;
65
+ min-width: 2.125rem;
66
+
67
+ .kv-button-label {
68
+ font-size: 1rem;
69
+ }
70
+
71
+ .kv-button-icon {
72
+ font-size: 1.25rem;
73
+ }
74
+
75
+ .p-button-loading-icon {
76
+ width: 0.875rem;
77
+ height: 0.875rem;
78
+ }
79
+ }
80
+
81
+ //Primary button
82
+ ::ng-deep .primary {
83
+ background-color: rgb(var(--kv-primary-color));
84
+ &:hover {
85
+ background-color: rgba(var(--kv-primary-color), 0.8);
86
+ }
87
+
88
+ &:active {
89
+ background-color: rgba(var(--kv-primary-color), 0.95);
90
+ }
91
+ }
92
+
93
+ .primary.outline {
94
+ border: solid 0.5px rgb(var(--kv-primary-color));
95
+ background-color: white;
96
+ color: rgb(var(--kv-primary-color));
97
+
98
+ &:hover {
99
+ background-color: rgb(var(--kv-primary-color));
100
+ color: white;
101
+ }
102
+
103
+ &:active {
104
+ background-color: rgba(var(--kv-primary-color), 0.8);
105
+ }
106
+ }
107
+
108
+ .primary.text {
109
+ opacity: 0.9;
110
+ background-color: transparent;
111
+ color: rgb(var(--kv-primary-color));
112
+
113
+ &:hover {
114
+ background-color: rgba(var(--kv-primary-color), 0.1);
115
+ }
116
+
117
+ &:active {
118
+ background-color: rgba(var(--kv-primary-color), 0.2);
119
+ }
120
+ }
121
+
122
+ //Secondary button
123
+ ::ng-deep .secondary {
124
+ background-color: rgb(var(--kv-secondary-color));
125
+
126
+ &:hover {
127
+ background-color: rgba(var(--kv-secondary-color), 0.8);
128
+ }
129
+
130
+ &:active {
131
+ background-color: rgba(var(--kv-secondary-color), 0.95);
132
+ }
133
+ }
134
+
135
+ .secondary.outline {
136
+ border: solid 0.5px rgb(var(--kv-secondary-color));
137
+ background-color: white;
138
+ color: rgb(var(--kv-secondary-color));
139
+
140
+ &:hover {
141
+ background-color: rgb(var(--kv-secondary-color));
142
+ color: white;
143
+ }
144
+
145
+ &:active {
146
+ background-color: rgba(var(--kv-secondary-color), 0.8);
147
+ }
148
+ }
149
+
150
+ .secondary.text {
151
+ background-color: transparent;
152
+ color: rgb(var(--kv-secondary-color));
153
+
154
+ &:hover {
155
+ background-color: rgba(var(--kv-secondary-color), 0.1);
156
+ }
157
+
158
+ &:active {
159
+ background-color: rgba(var(--kv-secondary-color), 0.2);
160
+ }
161
+ }
162
+
163
+ //Tertiary button
164
+ ::ng-deep .tertiary {
165
+ color: #212121;
166
+ background-color: rgba(var(--kv-tertiary-color), 0.3);
167
+
168
+ &:hover {
169
+ background-color: rgba(var(--kv-tertiary-color), 0.8);
170
+ }
171
+
172
+ &:active {
173
+ background-color: rgba(var(--kv-tertiary-color), 0.95);
174
+ }
175
+ }
176
+
177
+ .tertiary.outline {
178
+ border: solid 0.5px rgb(var(--kv-tertiary-color));
179
+ background-color: white;
180
+ color: rgb(var(--kv-tertiary-color));
181
+
182
+ &:hover {
183
+ background-color: rgb(var(--kv-tertiary-color));
184
+ color: white;
185
+ }
186
+
187
+ &:active {
188
+ background-color: rgba(var(--kv-tertiary-color), 0.8);
189
+ }
190
+ }
191
+
192
+ .tertiary.text {
193
+ background-color: transparent;
194
+ color: rgb(var(--kv-tertiary-color));
195
+
196
+ &:hover {
197
+ background-color: rgba(var(--kv-tertiary-color), 0.1);
198
+ }
199
+
200
+ &:active {
201
+ background-color: rgba(var(--kv-tertiary-color), 0.2);
202
+ }
203
+ }