@charlesgomes/leafcode-shared-lib-react 1.0.42 → 1.0.44
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/dist/index.css +21 -2
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/dist/styles/table.css +26 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -294,7 +294,7 @@ th {
|
|
|
294
294
|
margin-left: 4px;
|
|
295
295
|
width: 1.5rem;
|
|
296
296
|
height: 1.5rem;
|
|
297
|
-
margin
|
|
297
|
+
margin: 0 4px;
|
|
298
298
|
border-radius: 5rem;
|
|
299
299
|
}
|
|
300
300
|
[aria-sort=ascending] .p-sortable-column-icon,
|
|
@@ -319,7 +319,7 @@ th {
|
|
|
319
319
|
font-family: "Roboto", sans-serif;
|
|
320
320
|
font-weight: 500;
|
|
321
321
|
font-size: 12px;
|
|
322
|
-
color: #
|
|
322
|
+
color: #094394;
|
|
323
323
|
box-shadow: none;
|
|
324
324
|
display: flex;
|
|
325
325
|
gap: 8px;
|
|
@@ -446,6 +446,7 @@ th {
|
|
|
446
446
|
opacity: 1;
|
|
447
447
|
}
|
|
448
448
|
.btn-icone-actions-column {
|
|
449
|
+
background-color: #f0f0f0;
|
|
449
450
|
color: #1c1c1c;
|
|
450
451
|
cursor: pointer;
|
|
451
452
|
padding: 0;
|
|
@@ -501,3 +502,21 @@ th {
|
|
|
501
502
|
text-align: center;
|
|
502
503
|
padding: 0 17px 0 7px;
|
|
503
504
|
}
|
|
505
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
|
506
|
+
margin-right: 0.5rem !important;
|
|
507
|
+
color: #000 !important;
|
|
508
|
+
}
|
|
509
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
|
|
510
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
|
511
|
+
color: #4b5563 !important;
|
|
512
|
+
}
|
|
513
|
+
.p-datepicker .p-datepicker-header .p-datepicker-prev,
|
|
514
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next {
|
|
515
|
+
color: #6b7280 !important;
|
|
516
|
+
}
|
|
517
|
+
.p-datepicker .p-timepicker button {
|
|
518
|
+
color: #6b7280 !important;
|
|
519
|
+
}
|
|
520
|
+
.p-datepicker-calendar th {
|
|
521
|
+
padding: 0;
|
|
522
|
+
}
|
package/dist/index.js
CHANGED
|
@@ -1038,7 +1038,7 @@ var DateFilterTemplate = (options, mask) => {
|
|
|
1038
1038
|
dateFormat: "dd/mm/yy",
|
|
1039
1039
|
placeholder: "dd/mm/yyyy",
|
|
1040
1040
|
mask: "99/99/9999",
|
|
1041
|
-
inputClassName: "
|
|
1041
|
+
inputClassName: "p-column-filter"
|
|
1042
1042
|
}
|
|
1043
1043
|
);
|
|
1044
1044
|
};
|
|
@@ -1054,7 +1054,7 @@ var DateTimeFilterTemplate = (options, mask) => {
|
|
|
1054
1054
|
dateFormat: "dd/mm/yy",
|
|
1055
1055
|
placeholder: "dd/mm/yyyy 00:00:00",
|
|
1056
1056
|
readOnlyInput: true,
|
|
1057
|
-
inputClassName: "
|
|
1057
|
+
inputClassName: "p-column-filter",
|
|
1058
1058
|
onChange: (e) => {
|
|
1059
1059
|
const selectedDate = e.value;
|
|
1060
1060
|
if (!selectedDate) {
|
package/dist/index.mjs
CHANGED
|
@@ -987,7 +987,7 @@ var DateFilterTemplate = (options, mask) => {
|
|
|
987
987
|
dateFormat: "dd/mm/yy",
|
|
988
988
|
placeholder: "dd/mm/yyyy",
|
|
989
989
|
mask: "99/99/9999",
|
|
990
|
-
inputClassName: "
|
|
990
|
+
inputClassName: "p-column-filter"
|
|
991
991
|
}
|
|
992
992
|
);
|
|
993
993
|
};
|
|
@@ -1003,7 +1003,7 @@ var DateTimeFilterTemplate = (options, mask) => {
|
|
|
1003
1003
|
dateFormat: "dd/mm/yy",
|
|
1004
1004
|
placeholder: "dd/mm/yyyy 00:00:00",
|
|
1005
1005
|
readOnlyInput: true,
|
|
1006
|
-
inputClassName: "
|
|
1006
|
+
inputClassName: "p-column-filter",
|
|
1007
1007
|
onChange: (e) => {
|
|
1008
1008
|
const selectedDate = e.value;
|
|
1009
1009
|
if (!selectedDate) {
|
package/dist/styles/table.css
CHANGED
|
@@ -358,7 +358,7 @@ th {
|
|
|
358
358
|
margin-left: 4px;
|
|
359
359
|
width: 1.5rem;
|
|
360
360
|
height: 1.5rem;
|
|
361
|
-
margin
|
|
361
|
+
margin: 0 4px;
|
|
362
362
|
border-radius: 5rem;
|
|
363
363
|
}
|
|
364
364
|
|
|
@@ -387,7 +387,7 @@ th {
|
|
|
387
387
|
font-family: "Roboto", sans-serif;
|
|
388
388
|
font-weight: 500;
|
|
389
389
|
font-size: 12px;
|
|
390
|
-
color: #
|
|
390
|
+
color: #094394;
|
|
391
391
|
box-shadow: none;
|
|
392
392
|
display: flex;
|
|
393
393
|
gap: 8px;
|
|
@@ -539,6 +539,7 @@ th {
|
|
|
539
539
|
}
|
|
540
540
|
|
|
541
541
|
.btn-icone-actions-column {
|
|
542
|
+
background-color: #f0f0f0;
|
|
542
543
|
color: #1c1c1c;
|
|
543
544
|
cursor: pointer;
|
|
544
545
|
padding: 0;
|
|
@@ -603,3 +604,26 @@ th {
|
|
|
603
604
|
text-align: center;
|
|
604
605
|
padding: 0 17px 0 7px;
|
|
605
606
|
}
|
|
607
|
+
|
|
608
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
|
609
|
+
margin-right: 0.5rem !important;
|
|
610
|
+
color: #000 !important;
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
|
|
614
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
|
615
|
+
color: #4b5563 !important;
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
.p-datepicker .p-datepicker-header .p-datepicker-prev,
|
|
619
|
+
.p-datepicker .p-datepicker-header .p-datepicker-next {
|
|
620
|
+
color: #6b7280 !important;
|
|
621
|
+
}
|
|
622
|
+
|
|
623
|
+
.p-datepicker .p-timepicker button {
|
|
624
|
+
color: #6b7280 !important;
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
.p-datepicker-calendar th {
|
|
628
|
+
padding: 0;
|
|
629
|
+
}
|