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
|
@@ -28,6 +28,7 @@ export declare abstract class BaseComponentDropDown extends BaseComponentInput<a
|
|
|
28
28
|
onSelectionChange: EventEmitter<any>;
|
|
29
29
|
onSelectionValue: EventEmitter<any>;
|
|
30
30
|
requestComplete: EventEmitter<any>;
|
|
31
|
+
onFilter: EventEmitter<any>;
|
|
31
32
|
prepositions: string[];
|
|
32
33
|
constructor(componentService: ComponentService, dialogService: DialogService);
|
|
33
34
|
ngOnInit(): void;
|
|
@@ -47,5 +48,5 @@ export declare abstract class BaseComponentDropDown extends BaseComponentInput<a
|
|
|
47
48
|
transformCapitalize(value: string): string;
|
|
48
49
|
capitalizeOptions(options: any[]): any[];
|
|
49
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseComponentDropDown, never>;
|
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BaseComponentDropDown, "ng-component", never, { "filteredOptions": { "alias": "filteredOptions"; "required": false; }; "options": { "alias": "options"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "optionDisabled": { "alias": "optionDisabled"; "required": false; }; "capitalize": { "alias": "capitalize"; "required": false; }; "group": { "alias": "group"; "required": false; }; "optionGroupLabel": { "alias": "optionGroupLabel"; "required": false; }; "optionGroupChildren": { "alias": "optionGroupChildren"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "lazy": { "alias": "lazy"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "showAddButton": { "alias": "showAddButton"; "required": false; }; "showClear": { "alias": "showClear"; "required": false; }; "widthField": { "alias": "widthField"; "required": false; }; }, { "onAddClick": "onAddClick"; "onClick": "onClick"; "onLoadCombo": "onLoadCombo"; "onSelectionChange": "onSelectionChange"; "onSelectionValue": "onSelectionValue"; "requestComplete": "requestComplete"; }, never, never, false, never>;
|
|
51
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BaseComponentDropDown, "ng-component", never, { "filteredOptions": { "alias": "filteredOptions"; "required": false; }; "options": { "alias": "options"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "optionDisabled": { "alias": "optionDisabled"; "required": false; }; "capitalize": { "alias": "capitalize"; "required": false; }; "group": { "alias": "group"; "required": false; }; "optionGroupLabel": { "alias": "optionGroupLabel"; "required": false; }; "optionGroupChildren": { "alias": "optionGroupChildren"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "lazy": { "alias": "lazy"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "showAddButton": { "alias": "showAddButton"; "required": false; }; "showClear": { "alias": "showClear"; "required": false; }; "widthField": { "alias": "widthField"; "required": false; }; }, { "onAddClick": "onAddClick"; "onClick": "onClick"; "onLoadCombo": "onLoadCombo"; "onSelectionChange": "onSelectionChange"; "onSelectionValue": "onSelectionValue"; "requestComplete": "requestComplete"; "onFilter": "onFilter"; }, never, never, false, never>;
|
|
51
52
|
}
|
|
@@ -37,8 +37,8 @@ export declare class KvChartComponent implements OnInit {
|
|
|
37
37
|
showMenu: boolean;
|
|
38
38
|
selectedData: number;
|
|
39
39
|
enablePeriodos: number[];
|
|
40
|
-
data: any;
|
|
41
40
|
options: any;
|
|
41
|
+
data: any;
|
|
42
42
|
periodos: any[];
|
|
43
43
|
menuItems: MenuItem[];
|
|
44
44
|
onPrintReport: EventEmitter<any>;
|
|
@@ -53,5 +53,5 @@ export declare class KvChartComponent implements OnInit {
|
|
|
53
53
|
reInit(config: any): void;
|
|
54
54
|
protected selectionValue(event: any): void;
|
|
55
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<KvChartComponent, never>;
|
|
56
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KvChartComponent, "kv-chart", never, { "title": { "alias": "title"; "required": false; }; "type": { "alias": "type"; "required": false; }; "indexAxis": { "alias": "indexAxis"; "required": false; }; "displayLegend": { "alias": "displayLegend"; "required": false; }; "heightChart": { "alias": "heightChart"; "required": false; }; "showDatas": { "alias": "showDatas"; "required": false; }; "showMenu": { "alias": "showMenu"; "required": false; }; "selectedData": { "alias": "selectedData"; "required": false; }; "enablePeriodos": { "alias": "enablePeriodos"; "required": false; }; }, { "onPrintReport": "onPrintReport"; "onSelectionValue": "onSelectionValue"; }, never, never, false, never>;
|
|
56
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KvChartComponent, "kv-chart", never, { "title": { "alias": "title"; "required": false; }; "type": { "alias": "type"; "required": false; }; "indexAxis": { "alias": "indexAxis"; "required": false; }; "displayLegend": { "alias": "displayLegend"; "required": false; }; "heightChart": { "alias": "heightChart"; "required": false; }; "showDatas": { "alias": "showDatas"; "required": false; }; "showMenu": { "alias": "showMenu"; "required": false; }; "selectedData": { "alias": "selectedData"; "required": false; }; "enablePeriodos": { "alias": "enablePeriodos"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, { "onPrintReport": "onPrintReport"; "onSelectionValue": "onSelectionValue"; }, never, never, false, never>;
|
|
57
57
|
}
|
package/package.json
CHANGED
|
@@ -1,184 +1,184 @@
|
|
|
1
|
-
// Importar a fonte Inter var primeiro
|
|
2
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
|
|
3
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
4
|
-
|
|
5
|
-
$font-family-keevo: "Inter var", "Inter", sans-serif;
|
|
6
|
-
|
|
7
|
-
// Importar outras fontes
|
|
8
|
-
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0");
|
|
9
|
-
|
|
10
|
-
::ng-deep :root {
|
|
11
|
-
--kv-primary-color: 41, 185, 45;
|
|
12
|
-
--kv-secondary-color: 0, 37, 66;
|
|
13
|
-
--kv-tertiary-color: 165, 165, 165;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.material-symbols-outlined {
|
|
17
|
-
font-family: "Material Symbols Outlined" !important;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
// Definir a font-family globalmente
|
|
21
|
-
* {
|
|
22
|
-
font-family: $font-family-keevo !important;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
// Sobrescrever estilos específicos de componentes do PrimeNG
|
|
26
|
-
::ng-deep {
|
|
27
|
-
// Componentes que possuem texto
|
|
28
|
-
.p-accordion,
|
|
29
|
-
.p-accordion-header,
|
|
30
|
-
.p-accordion-content,
|
|
31
|
-
.p-badge,
|
|
32
|
-
.p-overlay-badge,
|
|
33
|
-
.p-breadcrumb,
|
|
34
|
-
.p-breadcrumb-item,
|
|
35
|
-
.p-breadcrumb-link,
|
|
36
|
-
.p-button,
|
|
37
|
-
.p-calendar,
|
|
38
|
-
.p-card,
|
|
39
|
-
.p-card-title,
|
|
40
|
-
.p-card-subtitle,
|
|
41
|
-
.p-card-content,
|
|
42
|
-
.p-checkbox,
|
|
43
|
-
.p-chip,
|
|
44
|
-
.p-confirm-dialog,
|
|
45
|
-
.p-confirm-dialog-message,
|
|
46
|
-
.p-contextmenu,
|
|
47
|
-
.p-contextmenu-item,
|
|
48
|
-
.p-dataview,
|
|
49
|
-
.p-dataview-content,
|
|
50
|
-
.p-dialog,
|
|
51
|
-
.p-dialog-title,
|
|
52
|
-
.p-dialog-content,
|
|
53
|
-
.p-dropdown,
|
|
54
|
-
.p-dropdown-label,
|
|
55
|
-
.p-dropdown-item,
|
|
56
|
-
.p-dynamic-dialog,
|
|
57
|
-
.p-dynamic-dialog-title,
|
|
58
|
-
.p-dynamic-dialog-content,
|
|
59
|
-
.p-editor,
|
|
60
|
-
.p-fieldset,
|
|
61
|
-
.p-fieldset-legend,
|
|
62
|
-
.p-fieldset-content,
|
|
63
|
-
.p-fileupload,
|
|
64
|
-
.p-inputmask,
|
|
65
|
-
.p-inputnumber,
|
|
66
|
-
.p-inputtextarea,
|
|
67
|
-
.p-inputtext,
|
|
68
|
-
.p-menu,
|
|
69
|
-
.p-menuitem,
|
|
70
|
-
.p-menuitem-text,
|
|
71
|
-
.p-message,
|
|
72
|
-
.p-messages,
|
|
73
|
-
.p-multiselect,
|
|
74
|
-
.p-multiselect-label,
|
|
75
|
-
.p-multiselect-item,
|
|
76
|
-
.p-panelmenu,
|
|
77
|
-
.p-panelmenu-header,
|
|
78
|
-
.p-panelmenu-content,
|
|
79
|
-
.p-panel,
|
|
80
|
-
.p-panel-header,
|
|
81
|
-
.p-panel-content,
|
|
82
|
-
.p-password,
|
|
83
|
-
.p-picklist,
|
|
84
|
-
.p-progressbar,
|
|
85
|
-
.p-radiobutton,
|
|
86
|
-
.p-rating,
|
|
87
|
-
.p-sidebar,
|
|
88
|
-
.p-splitbutton,
|
|
89
|
-
.p-steps,
|
|
90
|
-
.p-step,
|
|
91
|
-
.p-table,
|
|
92
|
-
.p-datatable,
|
|
93
|
-
.p-tabview,
|
|
94
|
-
.p-tabpanel,
|
|
95
|
-
.p-tag,
|
|
96
|
-
.p-toast,
|
|
97
|
-
.p-toolbar,
|
|
98
|
-
.p-tooltip,
|
|
99
|
-
.p-tree,
|
|
100
|
-
.p-treetable,
|
|
101
|
-
.p-selectbutton,
|
|
102
|
-
.p-stepper,
|
|
103
|
-
.p-inputgroup,
|
|
104
|
-
.p-inputgroup-addon,
|
|
105
|
-
.p-text {
|
|
106
|
-
font-family: $font-family-keevo !important;
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
:host ::ng-deep .inputs {
|
|
111
|
-
height: 1.875rem;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
:host ::ng-deep .inputs,
|
|
115
|
-
.p-inputtext,
|
|
116
|
-
.p-inputtextarea {
|
|
117
|
-
font-size: 0.875rem;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
::ng-deep .p-dialog .p-dialog-header {
|
|
121
|
-
color: white !important;
|
|
122
|
-
background: #002542 !important;
|
|
123
|
-
display: flex !important;
|
|
124
|
-
flex-wrap: wrap;
|
|
125
|
-
word-wrap: break-word;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
::ng-deep .p-dialog .p-dialog-content {
|
|
129
|
-
padding-top: 1rem;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
::ng-deep .p-dialog {
|
|
133
|
-
min-width: 320px;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
::ng-deep .p-dialog-content {
|
|
137
|
-
&::-webkit-scrollbar {
|
|
138
|
-
width: 8px;
|
|
139
|
-
|
|
140
|
-
&:hover {
|
|
141
|
-
background-color: rgba(222, 222, 222, 0.75);
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
&::-webkit-scrollbar-thumb {
|
|
146
|
-
border-radius: 4px;
|
|
147
|
-
background-color: transparent;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
&:hover::-webkit-scrollbar-thumb {
|
|
151
|
-
border-left: 2px solid white;
|
|
152
|
-
background-color: rgba(0, 0, 0, 0.5);
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
&::-webkit-scrollbar-track {
|
|
156
|
-
border-left: 2px solid white;
|
|
157
|
-
background-color: rgba(222, 222, 222, 0.75);
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
overflow-x: hidden;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
::ng-deep .p-dialog-footer {
|
|
164
|
-
display: flex;
|
|
165
|
-
justify-content: flex-end;
|
|
166
|
-
padding: 10px;
|
|
167
|
-
gap: 10px;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
::ng-deep .p-dialog .p-dialog-header .p-dialog-header-icon {
|
|
171
|
-
display: none;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
// element.style {
|
|
175
|
-
// font-size: 0.75rem;
|
|
176
|
-
// width: 100%;
|
|
177
|
-
// margin-left: 2px;
|
|
178
|
-
// /* overflow: hidden; */
|
|
179
|
-
// word-wrap: break-word;
|
|
180
|
-
// }
|
|
181
|
-
|
|
182
|
-
::ng-deep .p-tooltip {
|
|
183
|
-
font-size: 0.825rem !important;
|
|
1
|
+
// Importar a fonte Inter var primeiro
|
|
2
|
+
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
|
|
3
|
+
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
4
|
+
|
|
5
|
+
$font-family-keevo: "Inter var", "Inter", sans-serif;
|
|
6
|
+
|
|
7
|
+
// Importar outras fontes
|
|
8
|
+
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0");
|
|
9
|
+
|
|
10
|
+
::ng-deep :root {
|
|
11
|
+
--kv-primary-color: 41, 185, 45;
|
|
12
|
+
--kv-secondary-color: 0, 37, 66;
|
|
13
|
+
--kv-tertiary-color: 165, 165, 165;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.material-symbols-outlined {
|
|
17
|
+
font-family: "Material Symbols Outlined" !important;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
// Definir a font-family globalmente
|
|
21
|
+
* {
|
|
22
|
+
font-family: $font-family-keevo !important;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
// Sobrescrever estilos específicos de componentes do PrimeNG
|
|
26
|
+
::ng-deep {
|
|
27
|
+
// Componentes que possuem texto
|
|
28
|
+
.p-accordion,
|
|
29
|
+
.p-accordion-header,
|
|
30
|
+
.p-accordion-content,
|
|
31
|
+
.p-badge,
|
|
32
|
+
.p-overlay-badge,
|
|
33
|
+
.p-breadcrumb,
|
|
34
|
+
.p-breadcrumb-item,
|
|
35
|
+
.p-breadcrumb-link,
|
|
36
|
+
.p-button,
|
|
37
|
+
.p-calendar,
|
|
38
|
+
.p-card,
|
|
39
|
+
.p-card-title,
|
|
40
|
+
.p-card-subtitle,
|
|
41
|
+
.p-card-content,
|
|
42
|
+
.p-checkbox,
|
|
43
|
+
.p-chip,
|
|
44
|
+
.p-confirm-dialog,
|
|
45
|
+
.p-confirm-dialog-message,
|
|
46
|
+
.p-contextmenu,
|
|
47
|
+
.p-contextmenu-item,
|
|
48
|
+
.p-dataview,
|
|
49
|
+
.p-dataview-content,
|
|
50
|
+
.p-dialog,
|
|
51
|
+
.p-dialog-title,
|
|
52
|
+
.p-dialog-content,
|
|
53
|
+
.p-dropdown,
|
|
54
|
+
.p-dropdown-label,
|
|
55
|
+
.p-dropdown-item,
|
|
56
|
+
.p-dynamic-dialog,
|
|
57
|
+
.p-dynamic-dialog-title,
|
|
58
|
+
.p-dynamic-dialog-content,
|
|
59
|
+
.p-editor,
|
|
60
|
+
.p-fieldset,
|
|
61
|
+
.p-fieldset-legend,
|
|
62
|
+
.p-fieldset-content,
|
|
63
|
+
.p-fileupload,
|
|
64
|
+
.p-inputmask,
|
|
65
|
+
.p-inputnumber,
|
|
66
|
+
.p-inputtextarea,
|
|
67
|
+
.p-inputtext,
|
|
68
|
+
.p-menu,
|
|
69
|
+
.p-menuitem,
|
|
70
|
+
.p-menuitem-text,
|
|
71
|
+
.p-message,
|
|
72
|
+
.p-messages,
|
|
73
|
+
.p-multiselect,
|
|
74
|
+
.p-multiselect-label,
|
|
75
|
+
.p-multiselect-item,
|
|
76
|
+
.p-panelmenu,
|
|
77
|
+
.p-panelmenu-header,
|
|
78
|
+
.p-panelmenu-content,
|
|
79
|
+
.p-panel,
|
|
80
|
+
.p-panel-header,
|
|
81
|
+
.p-panel-content,
|
|
82
|
+
.p-password,
|
|
83
|
+
.p-picklist,
|
|
84
|
+
.p-progressbar,
|
|
85
|
+
.p-radiobutton,
|
|
86
|
+
.p-rating,
|
|
87
|
+
.p-sidebar,
|
|
88
|
+
.p-splitbutton,
|
|
89
|
+
.p-steps,
|
|
90
|
+
.p-step,
|
|
91
|
+
.p-table,
|
|
92
|
+
.p-datatable,
|
|
93
|
+
.p-tabview,
|
|
94
|
+
.p-tabpanel,
|
|
95
|
+
.p-tag,
|
|
96
|
+
.p-toast,
|
|
97
|
+
.p-toolbar,
|
|
98
|
+
.p-tooltip,
|
|
99
|
+
.p-tree,
|
|
100
|
+
.p-treetable,
|
|
101
|
+
.p-selectbutton,
|
|
102
|
+
.p-stepper,
|
|
103
|
+
.p-inputgroup,
|
|
104
|
+
.p-inputgroup-addon,
|
|
105
|
+
.p-text {
|
|
106
|
+
font-family: $font-family-keevo !important;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
:host ::ng-deep .inputs {
|
|
111
|
+
height: 1.875rem;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
:host ::ng-deep .inputs,
|
|
115
|
+
.p-inputtext,
|
|
116
|
+
.p-inputtextarea {
|
|
117
|
+
font-size: 0.875rem;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
::ng-deep .p-dialog .p-dialog-header {
|
|
121
|
+
color: white !important;
|
|
122
|
+
background: #002542 !important;
|
|
123
|
+
display: flex !important;
|
|
124
|
+
flex-wrap: wrap;
|
|
125
|
+
word-wrap: break-word;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
::ng-deep .p-dialog .p-dialog-content {
|
|
129
|
+
padding-top: 1rem;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
::ng-deep .p-dialog {
|
|
133
|
+
min-width: 320px;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
::ng-deep .p-dialog-content {
|
|
137
|
+
&::-webkit-scrollbar {
|
|
138
|
+
width: 8px;
|
|
139
|
+
|
|
140
|
+
&:hover {
|
|
141
|
+
background-color: rgba(222, 222, 222, 0.75);
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
&::-webkit-scrollbar-thumb {
|
|
146
|
+
border-radius: 4px;
|
|
147
|
+
background-color: transparent;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
&:hover::-webkit-scrollbar-thumb {
|
|
151
|
+
border-left: 2px solid white;
|
|
152
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
&::-webkit-scrollbar-track {
|
|
156
|
+
border-left: 2px solid white;
|
|
157
|
+
background-color: rgba(222, 222, 222, 0.75);
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
overflow-x: hidden;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
::ng-deep .p-dialog-footer {
|
|
164
|
+
display: flex;
|
|
165
|
+
justify-content: flex-end;
|
|
166
|
+
padding: 10px;
|
|
167
|
+
gap: 10px;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
::ng-deep .p-dialog .p-dialog-header .p-dialog-header-icon {
|
|
171
|
+
display: none;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
// element.style {
|
|
175
|
+
// font-size: 0.75rem;
|
|
176
|
+
// width: 100%;
|
|
177
|
+
// margin-left: 2px;
|
|
178
|
+
// /* overflow: hidden; */
|
|
179
|
+
// word-wrap: break-word;
|
|
180
|
+
// }
|
|
181
|
+
|
|
182
|
+
::ng-deep .p-tooltip {
|
|
183
|
+
font-size: 0.825rem !important;
|
|
184
184
|
}
|