primeng 7.1.0-rc.1 → 7.1.3
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/CHANGELOG.md +137 -1
- package/components/accordion/accordion.js +1 -1
- package/components/accordion/accordion.js.map +1 -1
- package/components/accordion/accordion.metadata.json +1 -1
- package/components/autocomplete/autocomplete.d.ts +2 -2
- package/components/autocomplete/autocomplete.js +6 -4
- package/components/autocomplete/autocomplete.js.map +1 -1
- package/components/autocomplete/autocomplete.metadata.json +1 -1
- package/components/calendar/calendar.d.ts +11 -4
- package/components/calendar/calendar.js +84 -31
- package/components/calendar/calendar.js.map +1 -1
- package/components/calendar/calendar.metadata.json +1 -1
- package/components/checkbox/checkbox.d.ts +1 -0
- package/components/checkbox/checkbox.js +6 -1
- package/components/checkbox/checkbox.js.map +1 -1
- package/components/checkbox/checkbox.metadata.json +1 -1
- package/components/common/confirmation.d.ts +1 -1
- package/components/confirmdialog/confirmdialog.js +4 -4
- package/components/confirmdialog/confirmdialog.js.map +1 -1
- package/components/confirmdialog/confirmdialog.metadata.json +1 -1
- package/components/contextmenu/contextmenu.js +3 -3
- package/components/contextmenu/contextmenu.js.map +1 -1
- package/components/contextmenu/contextmenu.metadata.json +1 -1
- package/components/dataview/dataview.d.ts +2 -0
- package/components/dataview/dataview.js +13 -2
- package/components/dataview/dataview.js.map +1 -1
- package/components/dataview/dataview.metadata.json +1 -1
- package/components/dialog/dialog.d.ts +6 -0
- package/components/dialog/dialog.js +65 -4
- package/components/dialog/dialog.js.map +1 -1
- package/components/dialog/dialog.metadata.json +1 -1
- package/components/dom/domhandler.d.ts +1 -1
- package/components/dom/domhandler.js +22 -13
- package/components/dom/domhandler.js.map +1 -1
- package/components/dom/domhandler.metadata.json +1 -1
- package/components/dropdown/dropdown.d.ts +3 -3
- package/components/dropdown/dropdown.js +19 -9
- package/components/dropdown/dropdown.js.map +1 -1
- package/components/dropdown/dropdown.metadata.json +1 -1
- package/components/dynamicdialog/dynamicdialog.js +3 -3
- package/components/dynamicdialog/dynamicdialog.js.map +1 -1
- package/components/dynamicdialog/dynamicdialog.metadata.json +1 -1
- package/components/fullcalendar/fullcalendar.js +2 -2
- package/components/fullcalendar/fullcalendar.js.map +1 -1
- package/components/galleria/galleria.js +3 -1
- package/components/galleria/galleria.js.map +1 -1
- package/components/galleria/galleria.metadata.json +1 -1
- package/components/gmap/gmap.d.ts +1 -0
- package/components/gmap/gmap.js +14 -0
- package/components/gmap/gmap.js.map +1 -1
- package/components/gmap/gmap.metadata.json +1 -1
- package/components/inputmask/inputmask.d.ts +1 -1
- package/components/inputmask/inputmask.js +2 -2
- package/components/inputmask/inputmask.js.map +1 -1
- package/components/inputtextarea/inputtextarea.js +0 -1
- package/components/inputtextarea/inputtextarea.js.map +1 -1
- package/components/inputtextarea/inputtextarea.metadata.json +1 -1
- package/components/listbox/listbox.d.ts +1 -0
- package/components/listbox/listbox.js +9 -0
- package/components/listbox/listbox.js.map +1 -1
- package/components/listbox/listbox.metadata.json +1 -1
- package/components/menu/menu.js +1 -1
- package/components/menu/menu.js.map +1 -1
- package/components/menu/menu.metadata.json +1 -1
- package/components/menubar/menubar.js +2 -2
- package/components/menubar/menubar.js.map +1 -1
- package/components/multiselect/multiselect.d.ts +1 -0
- package/components/multiselect/multiselect.js +14 -7
- package/components/multiselect/multiselect.js.map +1 -1
- package/components/multiselect/multiselect.metadata.json +1 -1
- package/components/orderlist/orderlist.js +1 -1
- package/components/orderlist/orderlist.js.map +1 -1
- package/components/paginator/paginator.d.ts +7 -1
- package/components/paginator/paginator.js +30 -3
- package/components/paginator/paginator.js.map +1 -1
- package/components/paginator/paginator.metadata.json +1 -1
- package/components/panelmenu/panelmenu.d.ts +5 -0
- package/components/panelmenu/panelmenu.js +11 -7
- package/components/panelmenu/panelmenu.js.map +1 -1
- package/components/panelmenu/panelmenu.metadata.json +1 -1
- package/components/picklist/picklist.js +1 -1
- package/components/picklist/picklist.js.map +1 -1
- package/components/radiobutton/radiobutton.d.ts +5 -3
- package/components/radiobutton/radiobutton.js +19 -7
- package/components/radiobutton/radiobutton.js.map +1 -1
- package/components/radiobutton/radiobutton.metadata.json +1 -1
- package/components/slider/slider.js +9 -0
- package/components/slider/slider.js.map +1 -1
- package/components/slider/slider.metadata.json +1 -1
- package/components/spinner/spinner.d.ts +4 -4
- package/components/spinner/spinner.js +23 -14
- package/components/spinner/spinner.js.map +1 -1
- package/components/spinner/spinner.metadata.json +1 -1
- package/components/table/table.d.ts +15 -4
- package/components/table/table.js +126 -40
- package/components/table/table.js.map +1 -1
- package/components/table/table.metadata.json +1 -1
- package/components/tieredmenu/tieredmenu.d.ts +3 -2
- package/components/tieredmenu/tieredmenu.js +4 -2
- package/components/tieredmenu/tieredmenu.js.map +1 -1
- package/components/tieredmenu/tieredmenu.metadata.json +1 -1
- package/components/tree/tree.js +8 -2
- package/components/tree/tree.js.map +1 -1
- package/components/tree/tree.metadata.json +1 -1
- package/components/treetable/treetable.d.ts +18 -1
- package/components/treetable/treetable.js +128 -8
- package/components/treetable/treetable.js.map +1 -1
- package/components/treetable/treetable.metadata.json +1 -1
- package/package.json +28 -25
- package/resources/components/calendar/calendar.css +1 -0
- package/resources/components/dialog/dialog.css +2 -4
- package/resources/components/dropdown/dropdown.css +1 -0
- package/resources/components/fileupload/fileupload.css +1 -0
- package/resources/components/galleria/galleria.css +1 -2
- package/resources/components/radiobutton/radiobutton.css +1 -1
- package/resources/primeng.css +562 -562
- package/resources/primeng.min.css +1 -1
- package/resources/themes/luna-amber/theme.css +77 -8
- package/resources/themes/luna-blue/theme.css +77 -8
- package/resources/themes/luna-green/theme.css +77 -8
- package/resources/themes/luna-pink/theme.css +77 -8
- package/resources/themes/nova-colored/theme.css +77 -8
- package/resources/themes/nova-dark/theme.css +77 -8
- package/resources/themes/nova-light/theme.css +77 -8
- package/resources/themes/rhea/theme.css +77 -8
@@ -895,6 +895,9 @@ body .ui-datepicker table {
|
|
895
895
|
body .ui-datepicker table th {
|
896
896
|
padding: 0.5em;
|
897
897
|
}
|
898
|
+
body .ui-datepicker table th.ui-datepicker-weekheader {
|
899
|
+
border-right: 1px solid #191919;
|
900
|
+
}
|
898
901
|
body .ui-datepicker table td {
|
899
902
|
padding: 0.5em;
|
900
903
|
}
|
@@ -922,6 +925,9 @@ body .ui-datepicker table td.ui-datepicker-today > a.ui-state-active, body .ui-d
|
|
922
925
|
color: #ffffff;
|
923
926
|
background-color: #1f7ed0;
|
924
927
|
}
|
928
|
+
body .ui-datepicker table td.ui-datepicker-weeknumber {
|
929
|
+
border-right: 1px solid #191919;
|
930
|
+
}
|
925
931
|
body .ui-datepicker .ui-datepicker-buttonbar {
|
926
932
|
border-top: 1px solid #3f3f3f;
|
927
933
|
}
|
@@ -1717,6 +1723,12 @@ body .ui-paginator .ui-paginator-last:not(.ui-state-disabled):not(.ui-state-acti
|
|
1717
1723
|
background-color: #4c4c4c;
|
1718
1724
|
color: #dedede;
|
1719
1725
|
}
|
1726
|
+
body .ui-paginator .ui-paginator-current {
|
1727
|
+
color: #dedede;
|
1728
|
+
height: 2.286em;
|
1729
|
+
min-width: 2.286em;
|
1730
|
+
line-height: 2.286em;
|
1731
|
+
}
|
1720
1732
|
body .ui-paginator .ui-dropdown {
|
1721
1733
|
border: 0 none;
|
1722
1734
|
}
|
@@ -2012,33 +2024,79 @@ body .fc td.ui-widget-content {
|
|
2012
2024
|
body .fc td.fc-head-container {
|
2013
2025
|
border: 1px solid #191919;
|
2014
2026
|
}
|
2027
|
+
body .fc .fc-row {
|
2028
|
+
border-right: 1px solid #191919;
|
2029
|
+
}
|
2015
2030
|
body .fc .fc-event {
|
2016
2031
|
background-color: #1b71bb;
|
2017
2032
|
border: 1px solid #1b71bb;
|
2018
2033
|
color: #ffffff;
|
2019
2034
|
}
|
2020
|
-
body .fc .fc-toolbar .
|
2021
|
-
|
2035
|
+
body .fc .fc-toolbar .fc-button {
|
2036
|
+
color: #ffffff;
|
2037
|
+
background-color: #1f7ed0;
|
2038
|
+
border: 1px solid #1f7ed0;
|
2039
|
+
font-size: 14px;
|
2040
|
+
-moz-transition: background-color 0.2s, box-shadow 0.2s;
|
2041
|
+
-o-transition: background-color 0.2s, box-shadow 0.2s;
|
2042
|
+
-webkit-transition: background-color 0.2s, box-shadow 0.2s;
|
2043
|
+
transition: background-color 0.2s, box-shadow 0.2s;
|
2044
|
+
-moz-border-radius: 3px;
|
2045
|
+
-webkit-border-radius: 3px;
|
2046
|
+
border-radius: 3px;
|
2047
|
+
}
|
2048
|
+
body .fc .fc-toolbar .fc-button:enabled:hover {
|
2049
|
+
background-color: #1b71bb;
|
2050
|
+
color: #ffffff;
|
2051
|
+
border-color: #1b71bb;
|
2052
|
+
}
|
2053
|
+
body .fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
2054
|
+
font-family: "PrimeIcons" !important;
|
2022
2055
|
text-indent: 0;
|
2023
2056
|
}
|
2024
|
-
body .fc .fc-toolbar .
|
2057
|
+
body .fc .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
2025
2058
|
content: "";
|
2026
2059
|
}
|
2027
|
-
body .fc .fc-toolbar .
|
2028
|
-
font-family: "PrimeIcons";
|
2060
|
+
body .fc .fc-toolbar .fc-button .fc-icon-chevron-right {
|
2061
|
+
font-family: "PrimeIcons" !important;
|
2029
2062
|
text-indent: 0;
|
2030
2063
|
}
|
2031
|
-
body .fc .fc-toolbar .
|
2064
|
+
body .fc .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
2032
2065
|
content: "";
|
2033
2066
|
}
|
2034
|
-
body .fc .fc-toolbar .
|
2067
|
+
body .fc .fc-toolbar .fc-button:focus {
|
2035
2068
|
outline: 0 none;
|
2069
|
+
outline-offset: 0px;
|
2070
|
+
-webkit-box-shadow: 0 0 0 0.2em #aed3f3;
|
2071
|
+
-moz-box-shadow: 0 0 0 0.2em #aed3f3;
|
2072
|
+
box-shadow: 0 0 0 0.2em #aed3f3;
|
2073
|
+
}
|
2074
|
+
body .fc .fc-toolbar .fc-button-group .fc-button {
|
2075
|
+
-moz-border-radius: 0;
|
2076
|
+
-webkit-border-radius: 0;
|
2077
|
+
border-radius: 0;
|
2078
|
+
}
|
2079
|
+
body .fc .fc-toolbar .fc-button-group .fc-button:first-child {
|
2080
|
+
-moz-border-radius-topleft: 3px;
|
2081
|
+
-webkit-border-top-left-radius: 3px;
|
2082
|
+
border-top-left-radius: 3px;
|
2083
|
+
-moz-border-radius-bottomleft: 3px;
|
2084
|
+
-webkit-border-bottom-left-radius: 3px;
|
2085
|
+
border-bottom-left-radius: 3px;
|
2086
|
+
}
|
2087
|
+
body .fc .fc-toolbar .fc-button-group .fc-button:last-child {
|
2088
|
+
-moz-border-radius-topright: 3px;
|
2089
|
+
-webkit-border-top-right-radius: 3px;
|
2090
|
+
border-top-right-radius: 3px;
|
2091
|
+
-moz-border-radius-bottomright: 3px;
|
2092
|
+
-webkit-border-bottom-right-radius: 3px;
|
2093
|
+
border-bottom-right-radius: 3px;
|
2036
2094
|
}
|
2037
2095
|
body .fc .fc-divider {
|
2038
2096
|
background-color: #191919;
|
2039
2097
|
border: 1px solid #191919;
|
2040
2098
|
}
|
2041
|
-
body .ui-fluid .fc .fc-toolbar .
|
2099
|
+
body .ui-fluid .fc .fc-toolbar .fc-button {
|
2042
2100
|
width: auto;
|
2043
2101
|
}
|
2044
2102
|
body .ui-picklist .ui-picklist-buttons button {
|
@@ -2259,6 +2317,17 @@ body .ui-tree.ui-tree-horizontal .ui-treenode .ui-treenode-content.ui-treenode-s
|
|
2259
2317
|
background-color: #4c4c4c;
|
2260
2318
|
color: #dedede;
|
2261
2319
|
}
|
2320
|
+
body .ui-tree .ui-tree-filter-container .ui-tree-filter {
|
2321
|
+
width: 100%;
|
2322
|
+
padding-right: 2em;
|
2323
|
+
}
|
2324
|
+
body .ui-tree .ui-tree-filter-container .ui-tree-filter-icon {
|
2325
|
+
top: 50%;
|
2326
|
+
left: auto;
|
2327
|
+
margin-top: -0.5em;
|
2328
|
+
right: 0.8em;
|
2329
|
+
color: #1f7ed0;
|
2330
|
+
}
|
2262
2331
|
body .ui-organizationchart .ui-organizationchart-node-content.ui-organizationchart-selectable-node:not(.ui-state-highlight):hover {
|
2263
2332
|
background-color: #4c4c4c;
|
2264
2333
|
color: #dedede;
|
@@ -895,6 +895,9 @@ body .ui-datepicker table {
|
|
895
895
|
body .ui-datepicker table th {
|
896
896
|
padding: 0.5em;
|
897
897
|
}
|
898
|
+
body .ui-datepicker table th.ui-datepicker-weekheader {
|
899
|
+
border-right: 1px solid #191919;
|
900
|
+
}
|
898
901
|
body .ui-datepicker table td {
|
899
902
|
padding: 0.5em;
|
900
903
|
}
|
@@ -922,6 +925,9 @@ body .ui-datepicker table td.ui-datepicker-today > a.ui-state-active, body .ui-d
|
|
922
925
|
color: #ffffff;
|
923
926
|
background-color: #1ea04c;
|
924
927
|
}
|
928
|
+
body .ui-datepicker table td.ui-datepicker-weeknumber {
|
929
|
+
border-right: 1px solid #191919;
|
930
|
+
}
|
925
931
|
body .ui-datepicker .ui-datepicker-buttonbar {
|
926
932
|
border-top: 1px solid #3f3f3f;
|
927
933
|
}
|
@@ -1717,6 +1723,12 @@ body .ui-paginator .ui-paginator-last:not(.ui-state-disabled):not(.ui-state-acti
|
|
1717
1723
|
background-color: #4c4c4c;
|
1718
1724
|
color: #dedede;
|
1719
1725
|
}
|
1726
|
+
body .ui-paginator .ui-paginator-current {
|
1727
|
+
color: #dedede;
|
1728
|
+
height: 2.286em;
|
1729
|
+
min-width: 2.286em;
|
1730
|
+
line-height: 2.286em;
|
1731
|
+
}
|
1720
1732
|
body .ui-paginator .ui-dropdown {
|
1721
1733
|
border: 0 none;
|
1722
1734
|
}
|
@@ -2012,33 +2024,79 @@ body .fc td.ui-widget-content {
|
|
2012
2024
|
body .fc td.fc-head-container {
|
2013
2025
|
border: 1px solid #191919;
|
2014
2026
|
}
|
2027
|
+
body .fc .fc-row {
|
2028
|
+
border-right: 1px solid #191919;
|
2029
|
+
}
|
2015
2030
|
body .fc .fc-event {
|
2016
2031
|
background-color: #1b9044;
|
2017
2032
|
border: 1px solid #1b9044;
|
2018
2033
|
color: #ffffff;
|
2019
2034
|
}
|
2020
|
-
body .fc .fc-toolbar .
|
2021
|
-
|
2035
|
+
body .fc .fc-toolbar .fc-button {
|
2036
|
+
color: #ffffff;
|
2037
|
+
background-color: #1ea04c;
|
2038
|
+
border: 1px solid #1ea04c;
|
2039
|
+
font-size: 14px;
|
2040
|
+
-moz-transition: background-color 0.2s, box-shadow 0.2s;
|
2041
|
+
-o-transition: background-color 0.2s, box-shadow 0.2s;
|
2042
|
+
-webkit-transition: background-color 0.2s, box-shadow 0.2s;
|
2043
|
+
transition: background-color 0.2s, box-shadow 0.2s;
|
2044
|
+
-moz-border-radius: 3px;
|
2045
|
+
-webkit-border-radius: 3px;
|
2046
|
+
border-radius: 3px;
|
2047
|
+
}
|
2048
|
+
body .fc .fc-toolbar .fc-button:enabled:hover {
|
2049
|
+
background-color: #1b9044;
|
2050
|
+
color: #ffffff;
|
2051
|
+
border-color: #1b9044;
|
2052
|
+
}
|
2053
|
+
body .fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
2054
|
+
font-family: "PrimeIcons" !important;
|
2022
2055
|
text-indent: 0;
|
2023
2056
|
}
|
2024
|
-
body .fc .fc-toolbar .
|
2057
|
+
body .fc .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
2025
2058
|
content: "";
|
2026
2059
|
}
|
2027
|
-
body .fc .fc-toolbar .
|
2028
|
-
font-family: "PrimeIcons";
|
2060
|
+
body .fc .fc-toolbar .fc-button .fc-icon-chevron-right {
|
2061
|
+
font-family: "PrimeIcons" !important;
|
2029
2062
|
text-indent: 0;
|
2030
2063
|
}
|
2031
|
-
body .fc .fc-toolbar .
|
2064
|
+
body .fc .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
2032
2065
|
content: "";
|
2033
2066
|
}
|
2034
|
-
body .fc .fc-toolbar .
|
2067
|
+
body .fc .fc-toolbar .fc-button:focus {
|
2035
2068
|
outline: 0 none;
|
2069
|
+
outline-offset: 0px;
|
2070
|
+
-webkit-box-shadow: 0 0 0 0.2em #88e9aa;
|
2071
|
+
-moz-box-shadow: 0 0 0 0.2em #88e9aa;
|
2072
|
+
box-shadow: 0 0 0 0.2em #88e9aa;
|
2073
|
+
}
|
2074
|
+
body .fc .fc-toolbar .fc-button-group .fc-button {
|
2075
|
+
-moz-border-radius: 0;
|
2076
|
+
-webkit-border-radius: 0;
|
2077
|
+
border-radius: 0;
|
2078
|
+
}
|
2079
|
+
body .fc .fc-toolbar .fc-button-group .fc-button:first-child {
|
2080
|
+
-moz-border-radius-topleft: 3px;
|
2081
|
+
-webkit-border-top-left-radius: 3px;
|
2082
|
+
border-top-left-radius: 3px;
|
2083
|
+
-moz-border-radius-bottomleft: 3px;
|
2084
|
+
-webkit-border-bottom-left-radius: 3px;
|
2085
|
+
border-bottom-left-radius: 3px;
|
2086
|
+
}
|
2087
|
+
body .fc .fc-toolbar .fc-button-group .fc-button:last-child {
|
2088
|
+
-moz-border-radius-topright: 3px;
|
2089
|
+
-webkit-border-top-right-radius: 3px;
|
2090
|
+
border-top-right-radius: 3px;
|
2091
|
+
-moz-border-radius-bottomright: 3px;
|
2092
|
+
-webkit-border-bottom-right-radius: 3px;
|
2093
|
+
border-bottom-right-radius: 3px;
|
2036
2094
|
}
|
2037
2095
|
body .fc .fc-divider {
|
2038
2096
|
background-color: #191919;
|
2039
2097
|
border: 1px solid #191919;
|
2040
2098
|
}
|
2041
|
-
body .ui-fluid .fc .fc-toolbar .
|
2099
|
+
body .ui-fluid .fc .fc-toolbar .fc-button {
|
2042
2100
|
width: auto;
|
2043
2101
|
}
|
2044
2102
|
body .ui-picklist .ui-picklist-buttons button {
|
@@ -2259,6 +2317,17 @@ body .ui-tree.ui-tree-horizontal .ui-treenode .ui-treenode-content.ui-treenode-s
|
|
2259
2317
|
background-color: #4c4c4c;
|
2260
2318
|
color: #dedede;
|
2261
2319
|
}
|
2320
|
+
body .ui-tree .ui-tree-filter-container .ui-tree-filter {
|
2321
|
+
width: 100%;
|
2322
|
+
padding-right: 2em;
|
2323
|
+
}
|
2324
|
+
body .ui-tree .ui-tree-filter-container .ui-tree-filter-icon {
|
2325
|
+
top: 50%;
|
2326
|
+
left: auto;
|
2327
|
+
margin-top: -0.5em;
|
2328
|
+
right: 0.8em;
|
2329
|
+
color: #1ea04c;
|
2330
|
+
}
|
2262
2331
|
body .ui-organizationchart .ui-organizationchart-node-content.ui-organizationchart-selectable-node:not(.ui-state-highlight):hover {
|
2263
2332
|
background-color: #4c4c4c;
|
2264
2333
|
color: #dedede;
|
@@ -895,6 +895,9 @@ body .ui-datepicker table {
|
|
895
895
|
body .ui-datepicker table th {
|
896
896
|
padding: 0.5em;
|
897
897
|
}
|
898
|
+
body .ui-datepicker table th.ui-datepicker-weekheader {
|
899
|
+
border-right: 1px solid #191919;
|
900
|
+
}
|
898
901
|
body .ui-datepicker table td {
|
899
902
|
padding: 0.5em;
|
900
903
|
}
|
@@ -922,6 +925,9 @@ body .ui-datepicker table td.ui-datepicker-today > a.ui-state-active, body .ui-d
|
|
922
925
|
color: #ffffff;
|
923
926
|
background-color: #cc285c;
|
924
927
|
}
|
928
|
+
body .ui-datepicker table td.ui-datepicker-weeknumber {
|
929
|
+
border-right: 1px solid #191919;
|
930
|
+
}
|
925
931
|
body .ui-datepicker .ui-datepicker-buttonbar {
|
926
932
|
border-top: 1px solid #3f3f3f;
|
927
933
|
}
|
@@ -1717,6 +1723,12 @@ body .ui-paginator .ui-paginator-last:not(.ui-state-disabled):not(.ui-state-acti
|
|
1717
1723
|
background-color: #4c4c4c;
|
1718
1724
|
color: #dedede;
|
1719
1725
|
}
|
1726
|
+
body .ui-paginator .ui-paginator-current {
|
1727
|
+
color: #dedede;
|
1728
|
+
height: 2.286em;
|
1729
|
+
min-width: 2.286em;
|
1730
|
+
line-height: 2.286em;
|
1731
|
+
}
|
1720
1732
|
body .ui-paginator .ui-dropdown {
|
1721
1733
|
border: 0 none;
|
1722
1734
|
}
|
@@ -2012,33 +2024,79 @@ body .fc td.ui-widget-content {
|
|
2012
2024
|
body .fc td.fc-head-container {
|
2013
2025
|
border: 1px solid #191919;
|
2014
2026
|
}
|
2027
|
+
body .fc .fc-row {
|
2028
|
+
border-right: 1px solid #191919;
|
2029
|
+
}
|
2015
2030
|
body .fc .fc-event {
|
2016
2031
|
background-color: #b72452;
|
2017
2032
|
border: 1px solid #b72452;
|
2018
2033
|
color: #ffffff;
|
2019
2034
|
}
|
2020
|
-
body .fc .fc-toolbar .
|
2021
|
-
|
2035
|
+
body .fc .fc-toolbar .fc-button {
|
2036
|
+
color: #ffffff;
|
2037
|
+
background-color: #cc285c;
|
2038
|
+
border: 1px solid #cc285c;
|
2039
|
+
font-size: 14px;
|
2040
|
+
-moz-transition: background-color 0.2s, box-shadow 0.2s;
|
2041
|
+
-o-transition: background-color 0.2s, box-shadow 0.2s;
|
2042
|
+
-webkit-transition: background-color 0.2s, box-shadow 0.2s;
|
2043
|
+
transition: background-color 0.2s, box-shadow 0.2s;
|
2044
|
+
-moz-border-radius: 3px;
|
2045
|
+
-webkit-border-radius: 3px;
|
2046
|
+
border-radius: 3px;
|
2047
|
+
}
|
2048
|
+
body .fc .fc-toolbar .fc-button:enabled:hover {
|
2049
|
+
background-color: #b72452;
|
2050
|
+
color: #ffffff;
|
2051
|
+
border-color: #b72452;
|
2052
|
+
}
|
2053
|
+
body .fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
2054
|
+
font-family: "PrimeIcons" !important;
|
2022
2055
|
text-indent: 0;
|
2023
2056
|
}
|
2024
|
-
body .fc .fc-toolbar .
|
2057
|
+
body .fc .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
2025
2058
|
content: "";
|
2026
2059
|
}
|
2027
|
-
body .fc .fc-toolbar .
|
2028
|
-
font-family: "PrimeIcons";
|
2060
|
+
body .fc .fc-toolbar .fc-button .fc-icon-chevron-right {
|
2061
|
+
font-family: "PrimeIcons" !important;
|
2029
2062
|
text-indent: 0;
|
2030
2063
|
}
|
2031
|
-
body .fc .fc-toolbar .
|
2064
|
+
body .fc .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
2032
2065
|
content: "";
|
2033
2066
|
}
|
2034
|
-
body .fc .fc-toolbar .
|
2067
|
+
body .fc .fc-toolbar .fc-button:focus {
|
2035
2068
|
outline: 0 none;
|
2069
|
+
outline-offset: 0px;
|
2070
|
+
-webkit-box-shadow: 0 0 0 0.2em #f1b6c8;
|
2071
|
+
-moz-box-shadow: 0 0 0 0.2em #f1b6c8;
|
2072
|
+
box-shadow: 0 0 0 0.2em #f1b6c8;
|
2073
|
+
}
|
2074
|
+
body .fc .fc-toolbar .fc-button-group .fc-button {
|
2075
|
+
-moz-border-radius: 0;
|
2076
|
+
-webkit-border-radius: 0;
|
2077
|
+
border-radius: 0;
|
2078
|
+
}
|
2079
|
+
body .fc .fc-toolbar .fc-button-group .fc-button:first-child {
|
2080
|
+
-moz-border-radius-topleft: 3px;
|
2081
|
+
-webkit-border-top-left-radius: 3px;
|
2082
|
+
border-top-left-radius: 3px;
|
2083
|
+
-moz-border-radius-bottomleft: 3px;
|
2084
|
+
-webkit-border-bottom-left-radius: 3px;
|
2085
|
+
border-bottom-left-radius: 3px;
|
2086
|
+
}
|
2087
|
+
body .fc .fc-toolbar .fc-button-group .fc-button:last-child {
|
2088
|
+
-moz-border-radius-topright: 3px;
|
2089
|
+
-webkit-border-top-right-radius: 3px;
|
2090
|
+
border-top-right-radius: 3px;
|
2091
|
+
-moz-border-radius-bottomright: 3px;
|
2092
|
+
-webkit-border-bottom-right-radius: 3px;
|
2093
|
+
border-bottom-right-radius: 3px;
|
2036
2094
|
}
|
2037
2095
|
body .fc .fc-divider {
|
2038
2096
|
background-color: #191919;
|
2039
2097
|
border: 1px solid #191919;
|
2040
2098
|
}
|
2041
|
-
body .ui-fluid .fc .fc-toolbar .
|
2099
|
+
body .ui-fluid .fc .fc-toolbar .fc-button {
|
2042
2100
|
width: auto;
|
2043
2101
|
}
|
2044
2102
|
body .ui-picklist .ui-picklist-buttons button {
|
@@ -2259,6 +2317,17 @@ body .ui-tree.ui-tree-horizontal .ui-treenode .ui-treenode-content.ui-treenode-s
|
|
2259
2317
|
background-color: #4c4c4c;
|
2260
2318
|
color: #dedede;
|
2261
2319
|
}
|
2320
|
+
body .ui-tree .ui-tree-filter-container .ui-tree-filter {
|
2321
|
+
width: 100%;
|
2322
|
+
padding-right: 2em;
|
2323
|
+
}
|
2324
|
+
body .ui-tree .ui-tree-filter-container .ui-tree-filter-icon {
|
2325
|
+
top: 50%;
|
2326
|
+
left: auto;
|
2327
|
+
margin-top: -0.5em;
|
2328
|
+
right: 0.8em;
|
2329
|
+
color: #cc285c;
|
2330
|
+
}
|
2262
2331
|
body .ui-organizationchart .ui-organizationchart-node-content.ui-organizationchart-selectable-node:not(.ui-state-highlight):hover {
|
2263
2332
|
background-color: #4c4c4c;
|
2264
2333
|
color: #dedede;
|
@@ -895,6 +895,9 @@ body .ui-datepicker table {
|
|
895
895
|
body .ui-datepicker table th {
|
896
896
|
padding: 0.5em;
|
897
897
|
}
|
898
|
+
body .ui-datepicker table th.ui-datepicker-weekheader {
|
899
|
+
border-right: 1px solid #a6a6a6;
|
900
|
+
}
|
898
901
|
body .ui-datepicker table td {
|
899
902
|
padding: 0.5em;
|
900
903
|
}
|
@@ -922,6 +925,9 @@ body .ui-datepicker table td.ui-datepicker-today > a.ui-state-active, body .ui-d
|
|
922
925
|
color: #ffffff;
|
923
926
|
background-color: #007ad9;
|
924
927
|
}
|
928
|
+
body .ui-datepicker table td.ui-datepicker-weeknumber {
|
929
|
+
border-right: 1px solid #a6a6a6;
|
930
|
+
}
|
925
931
|
body .ui-datepicker .ui-datepicker-buttonbar {
|
926
932
|
border-top: 1px solid #d8dae2;
|
927
933
|
}
|
@@ -1717,6 +1723,12 @@ body .ui-paginator .ui-paginator-last:not(.ui-state-disabled):not(.ui-state-acti
|
|
1717
1723
|
background-color: #e0e0e0;
|
1718
1724
|
color: #333333;
|
1719
1725
|
}
|
1726
|
+
body .ui-paginator .ui-paginator-current {
|
1727
|
+
color: #737373;
|
1728
|
+
height: 2.286em;
|
1729
|
+
min-width: 2.286em;
|
1730
|
+
line-height: 2.286em;
|
1731
|
+
}
|
1720
1732
|
body .ui-paginator .ui-dropdown {
|
1721
1733
|
border: 0 none;
|
1722
1734
|
}
|
@@ -2012,33 +2024,79 @@ body .fc td.ui-widget-content {
|
|
2012
2024
|
body .fc td.fc-head-container {
|
2013
2025
|
border: 1px solid #007ad9;
|
2014
2026
|
}
|
2027
|
+
body .fc .fc-row {
|
2028
|
+
border-right: 1px solid #007ad9;
|
2029
|
+
}
|
2015
2030
|
body .fc .fc-event {
|
2016
2031
|
background-color: #116fbf;
|
2017
2032
|
border: 1px solid #116fbf;
|
2018
2033
|
color: #ffffff;
|
2019
2034
|
}
|
2020
|
-
body .fc .fc-toolbar .
|
2021
|
-
|
2035
|
+
body .fc .fc-toolbar .fc-button {
|
2036
|
+
color: #ffffff;
|
2037
|
+
background-color: #007ad9;
|
2038
|
+
border: 1px solid #007ad9;
|
2039
|
+
font-size: 14px;
|
2040
|
+
-moz-transition: background-color 0.2s, box-shadow 0.2s;
|
2041
|
+
-o-transition: background-color 0.2s, box-shadow 0.2s;
|
2042
|
+
-webkit-transition: background-color 0.2s, box-shadow 0.2s;
|
2043
|
+
transition: background-color 0.2s, box-shadow 0.2s;
|
2044
|
+
-moz-border-radius: 3px;
|
2045
|
+
-webkit-border-radius: 3px;
|
2046
|
+
border-radius: 3px;
|
2047
|
+
}
|
2048
|
+
body .fc .fc-toolbar .fc-button:enabled:hover {
|
2049
|
+
background-color: #116fbf;
|
2050
|
+
color: #ffffff;
|
2051
|
+
border-color: #116fbf;
|
2052
|
+
}
|
2053
|
+
body .fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
2054
|
+
font-family: "PrimeIcons" !important;
|
2022
2055
|
text-indent: 0;
|
2023
2056
|
}
|
2024
|
-
body .fc .fc-toolbar .
|
2057
|
+
body .fc .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
2025
2058
|
content: "";
|
2026
2059
|
}
|
2027
|
-
body .fc .fc-toolbar .
|
2028
|
-
font-family: "PrimeIcons";
|
2060
|
+
body .fc .fc-toolbar .fc-button .fc-icon-chevron-right {
|
2061
|
+
font-family: "PrimeIcons" !important;
|
2029
2062
|
text-indent: 0;
|
2030
2063
|
}
|
2031
|
-
body .fc .fc-toolbar .
|
2064
|
+
body .fc .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
2032
2065
|
content: "";
|
2033
2066
|
}
|
2034
|
-
body .fc .fc-toolbar .
|
2067
|
+
body .fc .fc-toolbar .fc-button:focus {
|
2035
2068
|
outline: 0 none;
|
2069
|
+
outline-offset: 0px;
|
2070
|
+
-webkit-box-shadow: 0 0 0 0.2em #8dcdff;
|
2071
|
+
-moz-box-shadow: 0 0 0 0.2em #8dcdff;
|
2072
|
+
box-shadow: 0 0 0 0.2em #8dcdff;
|
2073
|
+
}
|
2074
|
+
body .fc .fc-toolbar .fc-button-group .fc-button {
|
2075
|
+
-moz-border-radius: 0;
|
2076
|
+
-webkit-border-radius: 0;
|
2077
|
+
border-radius: 0;
|
2078
|
+
}
|
2079
|
+
body .fc .fc-toolbar .fc-button-group .fc-button:first-child {
|
2080
|
+
-moz-border-radius-topleft: 3px;
|
2081
|
+
-webkit-border-top-left-radius: 3px;
|
2082
|
+
border-top-left-radius: 3px;
|
2083
|
+
-moz-border-radius-bottomleft: 3px;
|
2084
|
+
-webkit-border-bottom-left-radius: 3px;
|
2085
|
+
border-bottom-left-radius: 3px;
|
2086
|
+
}
|
2087
|
+
body .fc .fc-toolbar .fc-button-group .fc-button:last-child {
|
2088
|
+
-moz-border-radius-topright: 3px;
|
2089
|
+
-webkit-border-top-right-radius: 3px;
|
2090
|
+
border-top-right-radius: 3px;
|
2091
|
+
-moz-border-radius-bottomright: 3px;
|
2092
|
+
-webkit-border-bottom-right-radius: 3px;
|
2093
|
+
border-bottom-right-radius: 3px;
|
2036
2094
|
}
|
2037
2095
|
body .fc .fc-divider {
|
2038
2096
|
background-color: #007ad9;
|
2039
2097
|
border: 1px solid #007ad9;
|
2040
2098
|
}
|
2041
|
-
body .ui-fluid .fc .fc-toolbar .
|
2099
|
+
body .ui-fluid .fc .fc-toolbar .fc-button {
|
2042
2100
|
width: auto;
|
2043
2101
|
}
|
2044
2102
|
body .ui-picklist .ui-picklist-buttons button {
|
@@ -2259,6 +2317,17 @@ body .ui-tree.ui-tree-horizontal .ui-treenode .ui-treenode-content.ui-treenode-s
|
|
2259
2317
|
background-color: #eaeaea;
|
2260
2318
|
color: #333333;
|
2261
2319
|
}
|
2320
|
+
body .ui-tree .ui-tree-filter-container .ui-tree-filter {
|
2321
|
+
width: 100%;
|
2322
|
+
padding-right: 2em;
|
2323
|
+
}
|
2324
|
+
body .ui-tree .ui-tree-filter-container .ui-tree-filter-icon {
|
2325
|
+
top: 50%;
|
2326
|
+
left: auto;
|
2327
|
+
margin-top: -0.5em;
|
2328
|
+
right: 0.8em;
|
2329
|
+
color: #007ad9;
|
2330
|
+
}
|
2262
2331
|
body .ui-organizationchart .ui-organizationchart-node-content.ui-organizationchart-selectable-node:not(.ui-state-highlight):hover {
|
2263
2332
|
background-color: #eaeaea;
|
2264
2333
|
color: #333333;
|
@@ -895,6 +895,9 @@ body .ui-datepicker table {
|
|
895
895
|
body .ui-datepicker table th {
|
896
896
|
padding: 0.5em;
|
897
897
|
}
|
898
|
+
body .ui-datepicker table th.ui-datepicker-weekheader {
|
899
|
+
border-right: 1px solid #a6a6a6;
|
900
|
+
}
|
898
901
|
body .ui-datepicker table td {
|
899
902
|
padding: 0.5em;
|
900
903
|
}
|
@@ -922,6 +925,9 @@ body .ui-datepicker table td.ui-datepicker-today > a.ui-state-active, body .ui-d
|
|
922
925
|
color: #ffffff;
|
923
926
|
background-color: #007ad9;
|
924
927
|
}
|
928
|
+
body .ui-datepicker table td.ui-datepicker-weeknumber {
|
929
|
+
border-right: 1px solid #a6a6a6;
|
930
|
+
}
|
925
931
|
body .ui-datepicker .ui-datepicker-buttonbar {
|
926
932
|
border-top: 1px solid #d8dae2;
|
927
933
|
}
|
@@ -1717,6 +1723,12 @@ body .ui-paginator .ui-paginator-last:not(.ui-state-disabled):not(.ui-state-acti
|
|
1717
1723
|
background-color: #e0e0e0;
|
1718
1724
|
color: #333333;
|
1719
1725
|
}
|
1726
|
+
body .ui-paginator .ui-paginator-current {
|
1727
|
+
color: #737373;
|
1728
|
+
height: 2.286em;
|
1729
|
+
min-width: 2.286em;
|
1730
|
+
line-height: 2.286em;
|
1731
|
+
}
|
1720
1732
|
body .ui-paginator .ui-dropdown {
|
1721
1733
|
border: 0 none;
|
1722
1734
|
}
|
@@ -2012,33 +2024,79 @@ body .fc td.ui-widget-content {
|
|
2012
2024
|
body .fc td.fc-head-container {
|
2013
2025
|
border: 1px solid #333333;
|
2014
2026
|
}
|
2027
|
+
body .fc .fc-row {
|
2028
|
+
border-right: 1px solid #333333;
|
2029
|
+
}
|
2015
2030
|
body .fc .fc-event {
|
2016
2031
|
background-color: #116fbf;
|
2017
2032
|
border: 1px solid #116fbf;
|
2018
2033
|
color: #ffffff;
|
2019
2034
|
}
|
2020
|
-
body .fc .fc-toolbar .
|
2021
|
-
|
2035
|
+
body .fc .fc-toolbar .fc-button {
|
2036
|
+
color: #ffffff;
|
2037
|
+
background-color: #007ad9;
|
2038
|
+
border: 1px solid #007ad9;
|
2039
|
+
font-size: 14px;
|
2040
|
+
-moz-transition: background-color 0.2s, box-shadow 0.2s;
|
2041
|
+
-o-transition: background-color 0.2s, box-shadow 0.2s;
|
2042
|
+
-webkit-transition: background-color 0.2s, box-shadow 0.2s;
|
2043
|
+
transition: background-color 0.2s, box-shadow 0.2s;
|
2044
|
+
-moz-border-radius: 3px;
|
2045
|
+
-webkit-border-radius: 3px;
|
2046
|
+
border-radius: 3px;
|
2047
|
+
}
|
2048
|
+
body .fc .fc-toolbar .fc-button:enabled:hover {
|
2049
|
+
background-color: #116fbf;
|
2050
|
+
color: #ffffff;
|
2051
|
+
border-color: #116fbf;
|
2052
|
+
}
|
2053
|
+
body .fc .fc-toolbar .fc-button .fc-icon-chevron-left {
|
2054
|
+
font-family: "PrimeIcons" !important;
|
2022
2055
|
text-indent: 0;
|
2023
2056
|
}
|
2024
|
-
body .fc .fc-toolbar .
|
2057
|
+
body .fc .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
2025
2058
|
content: "";
|
2026
2059
|
}
|
2027
|
-
body .fc .fc-toolbar .
|
2028
|
-
font-family: "PrimeIcons";
|
2060
|
+
body .fc .fc-toolbar .fc-button .fc-icon-chevron-right {
|
2061
|
+
font-family: "PrimeIcons" !important;
|
2029
2062
|
text-indent: 0;
|
2030
2063
|
}
|
2031
|
-
body .fc .fc-toolbar .
|
2064
|
+
body .fc .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
2032
2065
|
content: "";
|
2033
2066
|
}
|
2034
|
-
body .fc .fc-toolbar .
|
2067
|
+
body .fc .fc-toolbar .fc-button:focus {
|
2035
2068
|
outline: 0 none;
|
2069
|
+
outline-offset: 0px;
|
2070
|
+
-webkit-box-shadow: 0 0 0 0.2em #8dcdff;
|
2071
|
+
-moz-box-shadow: 0 0 0 0.2em #8dcdff;
|
2072
|
+
box-shadow: 0 0 0 0.2em #8dcdff;
|
2073
|
+
}
|
2074
|
+
body .fc .fc-toolbar .fc-button-group .fc-button {
|
2075
|
+
-moz-border-radius: 0;
|
2076
|
+
-webkit-border-radius: 0;
|
2077
|
+
border-radius: 0;
|
2078
|
+
}
|
2079
|
+
body .fc .fc-toolbar .fc-button-group .fc-button:first-child {
|
2080
|
+
-moz-border-radius-topleft: 3px;
|
2081
|
+
-webkit-border-top-left-radius: 3px;
|
2082
|
+
border-top-left-radius: 3px;
|
2083
|
+
-moz-border-radius-bottomleft: 3px;
|
2084
|
+
-webkit-border-bottom-left-radius: 3px;
|
2085
|
+
border-bottom-left-radius: 3px;
|
2086
|
+
}
|
2087
|
+
body .fc .fc-toolbar .fc-button-group .fc-button:last-child {
|
2088
|
+
-moz-border-radius-topright: 3px;
|
2089
|
+
-webkit-border-top-right-radius: 3px;
|
2090
|
+
border-top-right-radius: 3px;
|
2091
|
+
-moz-border-radius-bottomright: 3px;
|
2092
|
+
-webkit-border-bottom-right-radius: 3px;
|
2093
|
+
border-bottom-right-radius: 3px;
|
2036
2094
|
}
|
2037
2095
|
body .fc .fc-divider {
|
2038
2096
|
background-color: #333333;
|
2039
2097
|
border: 1px solid #333333;
|
2040
2098
|
}
|
2041
|
-
body .ui-fluid .fc .fc-toolbar .
|
2099
|
+
body .ui-fluid .fc .fc-toolbar .fc-button {
|
2042
2100
|
width: auto;
|
2043
2101
|
}
|
2044
2102
|
body .ui-picklist .ui-picklist-buttons button {
|
@@ -2259,6 +2317,17 @@ body .ui-tree.ui-tree-horizontal .ui-treenode .ui-treenode-content.ui-treenode-s
|
|
2259
2317
|
background-color: #eaeaea;
|
2260
2318
|
color: #333333;
|
2261
2319
|
}
|
2320
|
+
body .ui-tree .ui-tree-filter-container .ui-tree-filter {
|
2321
|
+
width: 100%;
|
2322
|
+
padding-right: 2em;
|
2323
|
+
}
|
2324
|
+
body .ui-tree .ui-tree-filter-container .ui-tree-filter-icon {
|
2325
|
+
top: 50%;
|
2326
|
+
left: auto;
|
2327
|
+
margin-top: -0.5em;
|
2328
|
+
right: 0.8em;
|
2329
|
+
color: #007ad9;
|
2330
|
+
}
|
2262
2331
|
body .ui-organizationchart .ui-organizationchart-node-content.ui-organizationchart-selectable-node:not(.ui-state-highlight):hover {
|
2263
2332
|
background-color: #eaeaea;
|
2264
2333
|
color: #333333;
|