aril 0.0.21 → 0.0.22
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/README.md +48 -48
- package/esm2022/http/index.mjs +1 -1
- package/esm2022/http/lib/interfaces.mjs +1 -1
- package/esm2022/http/src/httpClient.mjs +1 -1
- package/esm2022/http/src/serviceStateMethods.mjs +1 -1
- package/esm2022/i18n/index.mjs +1 -1
- package/esm2022/theme/layout/app/breadcrumb/app.breadcrumb.component.mjs +3 -3
- package/esm2022/theme/layout/app/config/app.config.component.mjs +3 -3
- package/esm2022/theme/layout/app/layout/app.layout.component.mjs +3 -3
- package/esm2022/theme/layout/app/menu/app.menu.component.mjs +137 -137
- package/esm2022/theme/layout/app/profileSidebar/app.profilesidebar.component.mjs +3 -3
- package/esm2022/theme/layout/app/sidebar/app.sidebar.component.mjs +3 -3
- package/esm2022/theme/layout/app/topbar/app.topbar.component.mjs +3 -3
- package/esm2022/theme/layout/index.mjs +1 -1
- package/esm2022/theme/layout/service/app.menu.service.mjs +1 -1
- package/esm2022/theme/layout/service/menuchangeevent.mjs +1 -1
- package/esm2022/ui/badge/index.mjs +1 -1
- package/esm2022/ui/badge/src/badge.component.mjs +3 -3
- package/esm2022/ui/button/index.mjs +1 -1
- package/esm2022/ui/button/src/button.component.mjs +3 -3
- package/esm2022/ui/button/src/split-button.component.mjs +3 -3
- package/esm2022/ui/calendar/index.mjs +1 -1
- package/esm2022/ui/calendar/src/calendar.component.mjs +7 -6
- package/esm2022/ui/checkbox/index.mjs +1 -1
- package/esm2022/ui/checkbox/src/check-box.component.mjs +3 -3
- package/esm2022/ui/checkbox/src/tri-state-checkbox.component.mjs +3 -3
- package/esm2022/ui/dxField/index.mjs +1 -1
- package/esm2022/ui/dxField/src/dx-field.component.mjs +3 -3
- package/esm2022/ui/field/index.mjs +1 -1
- package/esm2022/ui/field/src/field.component.mjs +3 -3
- package/esm2022/ui/fileUpload/index.mjs +1 -1
- package/esm2022/ui/fileUpload/src/file-upload.component.mjs +3 -3
- package/esm2022/ui/form/index.mjs +1 -1
- package/esm2022/ui/form/src/form-submit-button.component.mjs +3 -3
- package/esm2022/ui/lib/index.mjs +1 -1
- package/esm2022/ui/lib/src/form/form-error-message.component.mjs +9 -9
- package/esm2022/ui/lib/src/form/form-error-message.directive.mjs +1 -1
- package/esm2022/ui/lib/src/form/form-field-builder.mjs +2 -2
- package/esm2022/ui/lib/src/form/form-validation.mjs +1 -1
- package/esm2022/ui/lib/src/grid/flex-grid.directive.mjs +1 -1
- package/esm2022/ui/lib/src/input/baseInput.mjs +1 -1
- package/esm2022/ui/lib/src/input/common-input-validators.service.mjs +1 -1
- package/esm2022/ui/lib/src/input/dx-input-error-message.pipe.mjs +1 -1
- package/esm2022/ui/lib/src/input/input-disabled.directive.mjs +1 -1
- package/esm2022/ui/lib/src/input/input-error-message.pipe.mjs +1 -1
- package/esm2022/ui/lib/src/input/input-transforms.mjs +1 -1
- package/esm2022/ui/lib/src/input/value-accessor.directive.mjs +1 -1
- package/esm2022/ui/mask/index.mjs +1 -1
- package/esm2022/ui/mask/src/mask.component.mjs +3 -3
- package/esm2022/ui/number/index.mjs +1 -1
- package/esm2022/ui/number/src/number.component.mjs +3 -3
- package/esm2022/ui/overlayPanel/index.mjs +1 -1
- package/esm2022/ui/overlayPanel/src/overlay-panel.component.mjs +3 -3
- package/esm2022/ui/panel/index.mjs +1 -1
- package/esm2022/ui/panel/src/panel.component.mjs +3 -3
- package/esm2022/ui/password/index.mjs +1 -1
- package/esm2022/ui/password/src/password.component.mjs +3 -3
- package/esm2022/ui/radioButton/index.mjs +1 -1
- package/esm2022/ui/radioButton/src/radio-button.component.mjs +3 -3
- package/esm2022/ui/selectBox/index.mjs +1 -1
- package/esm2022/ui/switch/index.mjs +1 -1
- package/esm2022/ui/switch/src/switch.component.mjs +3 -3
- package/esm2022/ui/table/src/i18n.mjs +1 -1
- package/esm2022/ui/table/src/table.component.mjs +3 -3
- package/esm2022/ui/tagBox/index.mjs +1 -1
- package/esm2022/ui/tagBox/src/tag-box.component.mjs +3 -3
- package/esm2022/ui/text/index.mjs +1 -1
- package/esm2022/ui/text/src/text.component.mjs +3 -3
- package/esm2022/ui/textArea/index.mjs +1 -1
- package/esm2022/ui/textArea/src/text-area.component.mjs +3 -3
- package/esm2022/ui/tree/index.mjs +1 -1
- package/esm2022/ui/treeTable/index.mjs +1 -1
- package/esm2022/ui/treeTable/src/tree-table.component.mjs +3 -3
- package/esm2022/ui/value/index.mjs +1 -1
- package/esm2022/ui/value/src/value.component.mjs +3 -3
- package/esm2022/util/init-event/index.mjs +1 -1
- package/esm2022/util/init-event/src/init-event.directive.mjs +1 -1
- package/esm2022/util/lib/index.mjs +1 -1
- package/esm2022/util/lib/src/interfaces.mjs +1 -1
- package/esm2022/util/lib/src/types.mjs +1 -1
- package/esm2022/util/primitive-extensions/index.mjs +1 -1
- package/esm2022/util/primitive-extensions/src/boolean.extensions.mjs +1 -1
- package/esm2022/util/primitive-extensions/src/number.extensions.mjs +1 -1
- package/esm2022/util/primitive-extensions/src/string.extensions.mjs +1 -1
- package/esm2022/util/pub-sub/index.mjs +1 -1
- package/esm2022/util/pub-sub/src/pub-sub.service.mjs +1 -1
- package/fesm2022/aril-http.mjs.map +1 -1
- package/fesm2022/aril-theme-layout.mjs +148 -148
- package/fesm2022/aril-theme-layout.mjs.map +1 -1
- package/fesm2022/aril-ui-badge.mjs +2 -2
- package/fesm2022/aril-ui-badge.mjs.map +1 -1
- package/fesm2022/aril-ui-button.mjs +4 -4
- package/fesm2022/aril-ui-button.mjs.map +1 -1
- package/fesm2022/aril-ui-calendar.mjs +6 -5
- package/fesm2022/aril-ui-calendar.mjs.map +1 -1
- package/fesm2022/aril-ui-checkbox.mjs +4 -4
- package/fesm2022/aril-ui-checkbox.mjs.map +1 -1
- package/fesm2022/aril-ui-dxField.mjs +2 -2
- package/fesm2022/aril-ui-dxField.mjs.map +1 -1
- package/fesm2022/aril-ui-field.mjs +2 -2
- package/fesm2022/aril-ui-field.mjs.map +1 -1
- package/fesm2022/aril-ui-fileUpload.mjs +2 -2
- package/fesm2022/aril-ui-fileUpload.mjs.map +1 -1
- package/fesm2022/aril-ui-form.mjs +2 -2
- package/fesm2022/aril-ui-form.mjs.map +1 -1
- package/fesm2022/aril-ui-lib.mjs +9 -9
- package/fesm2022/aril-ui-lib.mjs.map +1 -1
- package/fesm2022/aril-ui-mask.mjs +2 -2
- package/fesm2022/aril-ui-mask.mjs.map +1 -1
- package/fesm2022/aril-ui-number.mjs +2 -2
- package/fesm2022/aril-ui-number.mjs.map +1 -1
- package/fesm2022/aril-ui-overlayPanel.mjs +2 -2
- package/fesm2022/aril-ui-overlayPanel.mjs.map +1 -1
- package/fesm2022/aril-ui-panel.mjs +2 -2
- package/fesm2022/aril-ui-panel.mjs.map +1 -1
- package/fesm2022/aril-ui-password.mjs +2 -2
- package/fesm2022/aril-ui-password.mjs.map +1 -1
- package/fesm2022/aril-ui-radioButton.mjs +2 -2
- package/fesm2022/aril-ui-radioButton.mjs.map +1 -1
- package/fesm2022/aril-ui-switch.mjs +2 -2
- package/fesm2022/aril-ui-switch.mjs.map +1 -1
- package/fesm2022/aril-ui-table.mjs +2 -2
- package/fesm2022/aril-ui-table.mjs.map +1 -1
- package/fesm2022/aril-ui-tagBox.mjs +2 -2
- package/fesm2022/aril-ui-tagBox.mjs.map +1 -1
- package/fesm2022/aril-ui-text.mjs +2 -2
- package/fesm2022/aril-ui-text.mjs.map +1 -1
- package/fesm2022/aril-ui-textArea.mjs +2 -2
- package/fesm2022/aril-ui-textArea.mjs.map +1 -1
- package/fesm2022/aril-ui-treeTable.mjs +2 -2
- package/fesm2022/aril-ui-treeTable.mjs.map +1 -1
- package/fesm2022/aril-ui-value.mjs +2 -2
- package/fesm2022/aril-ui-value.mjs.map +1 -1
- package/fesm2022/aril-util-init-event.mjs.map +1 -1
- package/fesm2022/aril-util-lib.mjs.map +1 -1
- package/fesm2022/aril-util-primitive-extensions.mjs.map +1 -1
- package/fesm2022/aril-util-pub-sub.mjs.map +1 -1
- package/package.json +1 -1
- package/theme/layout/app/breadcrumb/app.breadcrumb.component.html +10 -10
- package/theme/layout/app/breadcrumb/app.breadcrumb.component.ts +50 -50
- package/theme/layout/app/config/app.config.component.html +142 -142
- package/theme/layout/app/config/app.config.component.ts +143 -143
- package/theme/layout/app/layout/app.layout.component.html +19 -19
- package/theme/layout/app/layout/app.layout.component.ts +170 -170
- package/theme/layout/app/menu/app.menu.component.html +9 -9
- package/theme/layout/app/menu/app.menu.component.ts +356 -356
- package/theme/layout/app/profileSidebar/app.profilesidebar.component.html +152 -152
- package/theme/layout/app/profileSidebar/app.profilesidebar.component.ts +24 -24
- package/theme/layout/app/sidebar/app.sidebar.component.html +45 -45
- package/theme/layout/app/sidebar/app.sidebar.component.ts +44 -44
- package/theme/layout/app/topbar/app.topbar.component.html +37 -37
- package/theme/layout/app/topbar/app.topbar.component.ts +28 -28
- package/theme/layout/index.ts +3 -3
- package/theme/layout/ng-package.json +6 -6
- package/theme/layout/service/app.menu.service.ts +57 -57
- package/theme/layout/service/menuchangeevent.ts +4 -4
- package/theme/styles/layout/_animation.scss +53 -53
- package/theme/styles/layout/_breadcrumb.scss +21 -21
- package/theme/styles/layout/_config.scss +42 -42
- package/theme/styles/layout/_content.scss +3 -3
- package/theme/styles/layout/_fonts.scss +40 -40
- package/theme/styles/layout/_layout_dark.scss +5 -5
- package/theme/styles/layout/_layout_dim.scss +5 -5
- package/theme/styles/layout/_layout_light.scss +5 -5
- package/theme/styles/layout/_main.scss +28 -28
- package/theme/styles/layout/_profile.scss +10 -10
- package/theme/styles/layout/_responsive.scss +111 -111
- package/theme/styles/layout/_sidebar_drawer.scss +234 -234
- package/theme/styles/layout/_sidebar_horizontal.scss +163 -163
- package/theme/styles/layout/_sidebar_reveal.scss +201 -201
- package/theme/styles/layout/_sidebar_slim.scss +144 -144
- package/theme/styles/layout/_sidebar_slim_plus.scss +162 -162
- package/theme/styles/layout/_sidebar_vertical.scss +153 -153
- package/theme/styles/layout/_topbar.scss +78 -78
- package/theme/styles/layout/_typography.scss +68 -68
- package/theme/styles/layout/_utils.scss +24 -24
- package/theme/styles/layout/layout.scss +24 -24
- package/theme/styles/layout/menutheme/_colorscheme.scss +11 -11
- package/theme/styles/layout/menutheme/_menutheme.scss +3 -3
- package/theme/styles/layout/menutheme/_primarycolor.scss +16 -16
- package/theme/styles/layout/menutheme/_transparent.scss +26 -26
- package/theme/styles/layout/preloading.scss +84 -84
- package/theme/styles/theme/base/_colors.scss +17 -17
- package/theme/styles/theme/base/_common.scss +76 -76
- package/theme/styles/theme/base/_components.scss +106 -106
- package/theme/styles/theme/base/_mixins.scss +337 -337
- package/theme/styles/theme/base/components/button/_button.scss +576 -576
- package/theme/styles/theme/base/components/button/_speeddial.scss +96 -96
- package/theme/styles/theme/base/components/button/_splitbutton.scss +348 -348
- package/theme/styles/theme/base/components/data/_carousel.scss +37 -37
- package/theme/styles/theme/base/components/data/_datatable.scss +338 -338
- package/theme/styles/theme/base/components/data/_dataview.scss +46 -46
- package/theme/styles/theme/base/components/data/_filter.scss +137 -137
- package/theme/styles/theme/base/components/data/_orderlist.scss +114 -114
- package/theme/styles/theme/base/components/data/_organizationchart.scss +50 -50
- package/theme/styles/theme/base/components/data/_picklist.scss +114 -114
- package/theme/styles/theme/base/components/data/_timeline.scss +35 -35
- package/theme/styles/theme/base/components/data/_tree.scss +150 -150
- package/theme/styles/theme/base/components/data/_treetable.scss +255 -255
- package/theme/styles/theme/base/components/data/_virtualscroller.scss +28 -28
- package/theme/styles/theme/base/components/file/_fileupload.scss +64 -64
- package/theme/styles/theme/base/components/input/_autocomplete.scss +136 -136
- package/theme/styles/theme/base/components/input/_calendar.scss +267 -267
- package/theme/styles/theme/base/components/input/_cascadeselect.scss +135 -135
- package/theme/styles/theme/base/components/input/_checkbox.scss +94 -94
- package/theme/styles/theme/base/components/input/_chips.scss +65 -65
- package/theme/styles/theme/base/components/input/_colorpicker.scss +19 -19
- package/theme/styles/theme/base/components/input/_dropdown.scss +151 -151
- package/theme/styles/theme/base/components/input/_editor.scss +122 -122
- package/theme/styles/theme/base/components/input/_inputgroup.scss +75 -75
- package/theme/styles/theme/base/components/input/_inputmask.scss +16 -16
- package/theme/styles/theme/base/components/input/_inputnumber.scss +28 -28
- package/theme/styles/theme/base/components/input/_inputswitch.scss +60 -60
- package/theme/styles/theme/base/components/input/_inputtext.scss +100 -100
- package/theme/styles/theme/base/components/input/_listbox.scss +97 -97
- package/theme/styles/theme/base/components/input/_multiselect.scss +177 -177
- package/theme/styles/theme/base/components/input/_password.scss +52 -52
- package/theme/styles/theme/base/components/input/_radiobutton.scss +78 -78
- package/theme/styles/theme/base/components/input/_rating.scss +60 -60
- package/theme/styles/theme/base/components/input/_selectbutton.scss +50 -50
- package/theme/styles/theme/base/components/input/_slider.scss +75 -75
- package/theme/styles/theme/base/components/input/_togglebutton.scss +48 -48
- package/theme/styles/theme/base/components/input/_treeselect.scss +139 -139
- package/theme/styles/theme/base/components/menu/_breadcrumb.scss +42 -42
- package/theme/styles/theme/base/components/menu/_contextmenu.scss +39 -39
- package/theme/styles/theme/base/components/menu/_dock.scss +95 -95
- package/theme/styles/theme/base/components/menu/_megamenu.scss +55 -55
- package/theme/styles/theme/base/components/menu/_menu.scss +37 -37
- package/theme/styles/theme/base/components/menu/_menubar.scss +140 -140
- package/theme/styles/theme/base/components/menu/_panelmenu.scss +153 -153
- package/theme/styles/theme/base/components/menu/_slidemenu.scss +59 -59
- package/theme/styles/theme/base/components/menu/_steps.scss +56 -56
- package/theme/styles/theme/base/components/menu/_tabmenu.scss +73 -73
- package/theme/styles/theme/base/components/menu/_tieredmenu.scss +43 -43
- package/theme/styles/theme/base/components/messages/_inlinemessage.scss +69 -69
- package/theme/styles/theme/base/components/messages/_message.scss +107 -107
- package/theme/styles/theme/base/components/messages/_toast.scss +99 -99
- package/theme/styles/theme/base/components/misc/_avatar.scss +30 -30
- package/theme/styles/theme/base/components/misc/_badge.scss +48 -48
- package/theme/styles/theme/base/components/misc/_chip.scss +42 -42
- package/theme/styles/theme/base/components/misc/_inplace.scss +16 -16
- package/theme/styles/theme/base/components/misc/_progressbar.scss +17 -17
- package/theme/styles/theme/base/components/misc/_scrolltop.scss +25 -25
- package/theme/styles/theme/base/components/misc/_skeleton.scss +8 -8
- package/theme/styles/theme/base/components/misc/_tag.scss +40 -40
- package/theme/styles/theme/base/components/misc/_terminal.scss +12 -12
- package/theme/styles/theme/base/components/multimedia/_galleria.scss +155 -155
- package/theme/styles/theme/base/components/multimedia/_image.scss +49 -49
- package/theme/styles/theme/base/components/overlay/_confirmpopup.scss +70 -70
- package/theme/styles/theme/base/components/overlay/_dialog.scss +69 -69
- package/theme/styles/theme/base/components/overlay/_overlaypanel.scss +62 -62
- package/theme/styles/theme/base/components/overlay/_sidebar.scss +27 -27
- package/theme/styles/theme/base/components/overlay/_tooltip.scss +33 -33
- package/theme/styles/theme/base/components/panel/_accordion.scss +119 -119
- package/theme/styles/theme/base/components/panel/_card.scss +30 -30
- package/theme/styles/theme/base/components/panel/_divider.scss +31 -31
- package/theme/styles/theme/base/components/panel/_fieldset.scss +47 -47
- package/theme/styles/theme/base/components/panel/_panel.scss +63 -63
- package/theme/styles/theme/base/components/panel/_scrollpanel.scss +6 -6
- package/theme/styles/theme/base/components/panel/_splitter.scss +19 -19
- package/theme/styles/theme/base/components/panel/_tabview.scss +82 -82
- package/theme/styles/theme/base/components/panel/_toolbar.scss +11 -11
- package/theme/styles/theme/dark/_extensions.scss +134 -134
- package/theme/styles/theme/dark/blue/theme.scss +14 -14
- package/theme/styles/theme/dark/indigo/theme.scss +14 -14
- package/theme/styles/theme/light/_extensions.scss +116 -116
- package/theme/styles/theme/light/blue/theme.scss +14 -14
- package/theme/styles/theme/light/indigo/theme.scss +14 -14
- package/ui/calendar/src/calendar.component.d.ts +1 -1
|
@@ -1,255 +1,255 @@
|
|
|
1
|
-
.p-treetable {
|
|
2
|
-
.p-paginator-top {
|
|
3
|
-
border-width: $tableTopPaginatorBorderWidth;
|
|
4
|
-
border-radius: 0;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.p-paginator-bottom {
|
|
8
|
-
border-width: $tableBottomPaginatorBorderWidth;
|
|
9
|
-
border-radius: 0;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.p-treetable-header {
|
|
13
|
-
background: $tableHeaderBg;
|
|
14
|
-
color: $tableHeaderTextColor;
|
|
15
|
-
border: $tableHeaderBorder;
|
|
16
|
-
border-width: $tableHeaderBorderWidth;
|
|
17
|
-
padding: $tableHeaderPadding;
|
|
18
|
-
font-weight: $tableHeaderFontWeight;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.p-treetable-footer {
|
|
22
|
-
background: $tableFooterBg;
|
|
23
|
-
color: $tableFooterTextColor;
|
|
24
|
-
border: $tableFooterBorder;
|
|
25
|
-
border-width: $tableFooterBorderWidth;
|
|
26
|
-
padding: $tableFooterPadding;
|
|
27
|
-
font-weight: $tableFooterFontWeight;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.p-treetable-thead > tr > th {
|
|
31
|
-
text-align: $tableCellContentAlignment;
|
|
32
|
-
padding: $tableHeaderCellPadding;
|
|
33
|
-
border: $tableHeaderCellBorder;
|
|
34
|
-
border-width: $tableHeaderCellBorderWidth;
|
|
35
|
-
font-weight: $tableHeaderCellFontWeight;
|
|
36
|
-
color: $tableHeaderCellTextColor;
|
|
37
|
-
background: $tableHeaderCellBg;
|
|
38
|
-
transition: $listItemTransition;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.p-treetable-tfoot > tr > td {
|
|
42
|
-
text-align: $tableCellContentAlignment;
|
|
43
|
-
padding: $tableFooterCellPadding;
|
|
44
|
-
border: $tableFooterCellBorder;
|
|
45
|
-
border-width: $tableFooterCellBorderWidth;
|
|
46
|
-
font-weight: $tableFooterCellFontWeight;
|
|
47
|
-
color: $tableFooterCellTextColor;
|
|
48
|
-
background: $tableFooterCellBg;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.p-sortable-column {
|
|
52
|
-
outline-color: $focusOutlineColor;
|
|
53
|
-
|
|
54
|
-
.p-sortable-column-icon {
|
|
55
|
-
color: $tableHeaderCellIconColor;
|
|
56
|
-
margin-left: $inlineSpacing;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.p-sortable-column-badge {
|
|
60
|
-
border-radius: 50%;
|
|
61
|
-
height: $tableSortableColumnBadgeSize;
|
|
62
|
-
min-width: $tableSortableColumnBadgeSize;
|
|
63
|
-
line-height: $tableSortableColumnBadgeSize;
|
|
64
|
-
color: $highlightTextColor;
|
|
65
|
-
background: $highlightBg;
|
|
66
|
-
margin-left: $inlineSpacing;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
&:not(.p-highlight):hover {
|
|
70
|
-
background: $tableHeaderCellHoverBg;
|
|
71
|
-
color: $tableHeaderCellTextHoverColor;
|
|
72
|
-
|
|
73
|
-
.p-sortable-column-icon {
|
|
74
|
-
color: $tableHeaderCellIconHoverColor;
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
&.p-highlight {
|
|
79
|
-
background: $tableHeaderCellHighlightBg;
|
|
80
|
-
color: $tableHeaderCellHighlightTextColor;
|
|
81
|
-
|
|
82
|
-
.p-sortable-column-icon {
|
|
83
|
-
color: $tableHeaderCellHighlightTextColor;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.p-treetable-tbody {
|
|
89
|
-
> tr {
|
|
90
|
-
background: $tableBodyRowBg;
|
|
91
|
-
color: $tableBodyRowTextColor;
|
|
92
|
-
transition: $listItemTransition;
|
|
93
|
-
|
|
94
|
-
> td {
|
|
95
|
-
text-align: $tableCellContentAlignment;
|
|
96
|
-
border: $tableBodyCellBorder;
|
|
97
|
-
border-width: $tableBodyCellBorderWidth;
|
|
98
|
-
padding: $tableBodyCellPadding;
|
|
99
|
-
|
|
100
|
-
.p-treetable-toggler {
|
|
101
|
-
@include action-icon();
|
|
102
|
-
margin-right: $inlineSpacing;
|
|
103
|
-
|
|
104
|
-
&.p-icon {
|
|
105
|
-
width: $loadingIconFontSize;
|
|
106
|
-
height: $loadingIconFontSize;
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
p-treetablecheckbox .p-checkbox {
|
|
111
|
-
margin-right: $inlineSpacing;
|
|
112
|
-
|
|
113
|
-
.p-indeterminate {
|
|
114
|
-
.p-checkbox-icon {
|
|
115
|
-
color: $textColor;
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
&:focus-visible {
|
|
122
|
-
outline: 0.15rem solid $focusOutlineColor;
|
|
123
|
-
outline-offset: -0.15rem;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
&.p-highlight {
|
|
127
|
-
background: $highlightBg;
|
|
128
|
-
color: $highlightTextColor;
|
|
129
|
-
|
|
130
|
-
.p-treetable-toggler {
|
|
131
|
-
color: $highlightTextColor;
|
|
132
|
-
|
|
133
|
-
&:hover {
|
|
134
|
-
color: $highlightTextColor;
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
&.p-treetable-hoverable-rows {
|
|
142
|
-
.p-treetable-tbody > tr:not(.p-highlight):hover {
|
|
143
|
-
background: $tableBodyRowHoverBg;
|
|
144
|
-
color: $tableBodyRowTextHoverColor;
|
|
145
|
-
|
|
146
|
-
.p-treetable-toggler {
|
|
147
|
-
color: $tableBodyRowTextHoverColor;
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
.p-column-resizer-helper {
|
|
153
|
-
background: $tableResizerHelperBg;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
.p-treetable-scrollable-header,
|
|
157
|
-
.p-treetable-scrollable-footer {
|
|
158
|
-
background: $panelHeaderBg;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
.p-treetable-loading-icon {
|
|
162
|
-
font-size: $loadingIconFontSize;
|
|
163
|
-
|
|
164
|
-
&.p-icon {
|
|
165
|
-
width: $loadingIconFontSize;
|
|
166
|
-
height: $loadingIconFontSize;
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
&.p-treetable-gridlines {
|
|
171
|
-
.p-datatable-header {
|
|
172
|
-
border-width: 1px 1px 0 1px;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
.p-treetable-footer {
|
|
176
|
-
border-width: 0 1px 1px 1px;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
.p-treetable-top {
|
|
180
|
-
border-width: 0 1px 0 1px;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
.p-treetable-bottom {
|
|
184
|
-
border-width: 0 1px 1px 1px;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
.p-treetable-thead {
|
|
188
|
-
> tr {
|
|
189
|
-
> th {
|
|
190
|
-
border-width: 1px;
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
.p-treetable-tbody {
|
|
196
|
-
> tr {
|
|
197
|
-
> td {
|
|
198
|
-
border-width: 1px;
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
.p-treetable-tfoot {
|
|
204
|
-
> tr {
|
|
205
|
-
> td {
|
|
206
|
-
border-width: 1px;
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
&.p-treetable-sm {
|
|
213
|
-
.p-treetable-header {
|
|
214
|
-
@include scaledPadding($tableHeaderPadding, $scaleSM);
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
.p-treetable-thead > tr > th {
|
|
218
|
-
@include scaledPadding($tableHeaderCellPadding, $tableScaleSM);
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
.p-treetable-tbody > tr > td {
|
|
222
|
-
@include scaledPadding($tableBodyCellPadding, $tableScaleSM);
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
.p-treetable-tfoot > tr > td {
|
|
226
|
-
@include scaledPadding($tableFooterPadding, $tableScaleSM);
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
.p-treetable-footer {
|
|
230
|
-
@include scaledPadding($tableFooterPadding, $tableScaleSM);
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
&.p-treetable-lg {
|
|
235
|
-
.p-treetable-header {
|
|
236
|
-
@include scaledPadding($tableHeaderPadding, $tableScaleLG);
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
.p-treetable-thead > tr > th {
|
|
240
|
-
@include scaledPadding($tableHeaderCellPadding, $tableScaleLG);
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
.p-treetable-tbody > tr > td {
|
|
244
|
-
@include scaledPadding($tableBodyCellPadding, $tableScaleLG);
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
.p-treetable-tfoot > tr > td {
|
|
248
|
-
@include scaledPadding($tableFooterPadding, $tableScaleLG);
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
.p-treetable-footer {
|
|
252
|
-
@include scaledPadding($tableFooterPadding, $tableScaleLG);
|
|
253
|
-
}
|
|
254
|
-
}
|
|
255
|
-
}
|
|
1
|
+
.p-treetable {
|
|
2
|
+
.p-paginator-top {
|
|
3
|
+
border-width: $tableTopPaginatorBorderWidth;
|
|
4
|
+
border-radius: 0;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.p-paginator-bottom {
|
|
8
|
+
border-width: $tableBottomPaginatorBorderWidth;
|
|
9
|
+
border-radius: 0;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.p-treetable-header {
|
|
13
|
+
background: $tableHeaderBg;
|
|
14
|
+
color: $tableHeaderTextColor;
|
|
15
|
+
border: $tableHeaderBorder;
|
|
16
|
+
border-width: $tableHeaderBorderWidth;
|
|
17
|
+
padding: $tableHeaderPadding;
|
|
18
|
+
font-weight: $tableHeaderFontWeight;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.p-treetable-footer {
|
|
22
|
+
background: $tableFooterBg;
|
|
23
|
+
color: $tableFooterTextColor;
|
|
24
|
+
border: $tableFooterBorder;
|
|
25
|
+
border-width: $tableFooterBorderWidth;
|
|
26
|
+
padding: $tableFooterPadding;
|
|
27
|
+
font-weight: $tableFooterFontWeight;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.p-treetable-thead > tr > th {
|
|
31
|
+
text-align: $tableCellContentAlignment;
|
|
32
|
+
padding: $tableHeaderCellPadding;
|
|
33
|
+
border: $tableHeaderCellBorder;
|
|
34
|
+
border-width: $tableHeaderCellBorderWidth;
|
|
35
|
+
font-weight: $tableHeaderCellFontWeight;
|
|
36
|
+
color: $tableHeaderCellTextColor;
|
|
37
|
+
background: $tableHeaderCellBg;
|
|
38
|
+
transition: $listItemTransition;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.p-treetable-tfoot > tr > td {
|
|
42
|
+
text-align: $tableCellContentAlignment;
|
|
43
|
+
padding: $tableFooterCellPadding;
|
|
44
|
+
border: $tableFooterCellBorder;
|
|
45
|
+
border-width: $tableFooterCellBorderWidth;
|
|
46
|
+
font-weight: $tableFooterCellFontWeight;
|
|
47
|
+
color: $tableFooterCellTextColor;
|
|
48
|
+
background: $tableFooterCellBg;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.p-sortable-column {
|
|
52
|
+
outline-color: $focusOutlineColor;
|
|
53
|
+
|
|
54
|
+
.p-sortable-column-icon {
|
|
55
|
+
color: $tableHeaderCellIconColor;
|
|
56
|
+
margin-left: $inlineSpacing;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.p-sortable-column-badge {
|
|
60
|
+
border-radius: 50%;
|
|
61
|
+
height: $tableSortableColumnBadgeSize;
|
|
62
|
+
min-width: $tableSortableColumnBadgeSize;
|
|
63
|
+
line-height: $tableSortableColumnBadgeSize;
|
|
64
|
+
color: $highlightTextColor;
|
|
65
|
+
background: $highlightBg;
|
|
66
|
+
margin-left: $inlineSpacing;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
&:not(.p-highlight):hover {
|
|
70
|
+
background: $tableHeaderCellHoverBg;
|
|
71
|
+
color: $tableHeaderCellTextHoverColor;
|
|
72
|
+
|
|
73
|
+
.p-sortable-column-icon {
|
|
74
|
+
color: $tableHeaderCellIconHoverColor;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
&.p-highlight {
|
|
79
|
+
background: $tableHeaderCellHighlightBg;
|
|
80
|
+
color: $tableHeaderCellHighlightTextColor;
|
|
81
|
+
|
|
82
|
+
.p-sortable-column-icon {
|
|
83
|
+
color: $tableHeaderCellHighlightTextColor;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.p-treetable-tbody {
|
|
89
|
+
> tr {
|
|
90
|
+
background: $tableBodyRowBg;
|
|
91
|
+
color: $tableBodyRowTextColor;
|
|
92
|
+
transition: $listItemTransition;
|
|
93
|
+
|
|
94
|
+
> td {
|
|
95
|
+
text-align: $tableCellContentAlignment;
|
|
96
|
+
border: $tableBodyCellBorder;
|
|
97
|
+
border-width: $tableBodyCellBorderWidth;
|
|
98
|
+
padding: $tableBodyCellPadding;
|
|
99
|
+
|
|
100
|
+
.p-treetable-toggler {
|
|
101
|
+
@include action-icon();
|
|
102
|
+
margin-right: $inlineSpacing;
|
|
103
|
+
|
|
104
|
+
&.p-icon {
|
|
105
|
+
width: $loadingIconFontSize;
|
|
106
|
+
height: $loadingIconFontSize;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
p-treetablecheckbox .p-checkbox {
|
|
111
|
+
margin-right: $inlineSpacing;
|
|
112
|
+
|
|
113
|
+
.p-indeterminate {
|
|
114
|
+
.p-checkbox-icon {
|
|
115
|
+
color: $textColor;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
&:focus-visible {
|
|
122
|
+
outline: 0.15rem solid $focusOutlineColor;
|
|
123
|
+
outline-offset: -0.15rem;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
&.p-highlight {
|
|
127
|
+
background: $highlightBg;
|
|
128
|
+
color: $highlightTextColor;
|
|
129
|
+
|
|
130
|
+
.p-treetable-toggler {
|
|
131
|
+
color: $highlightTextColor;
|
|
132
|
+
|
|
133
|
+
&:hover {
|
|
134
|
+
color: $highlightTextColor;
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
&.p-treetable-hoverable-rows {
|
|
142
|
+
.p-treetable-tbody > tr:not(.p-highlight):hover {
|
|
143
|
+
background: $tableBodyRowHoverBg;
|
|
144
|
+
color: $tableBodyRowTextHoverColor;
|
|
145
|
+
|
|
146
|
+
.p-treetable-toggler {
|
|
147
|
+
color: $tableBodyRowTextHoverColor;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.p-column-resizer-helper {
|
|
153
|
+
background: $tableResizerHelperBg;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.p-treetable-scrollable-header,
|
|
157
|
+
.p-treetable-scrollable-footer {
|
|
158
|
+
background: $panelHeaderBg;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.p-treetable-loading-icon {
|
|
162
|
+
font-size: $loadingIconFontSize;
|
|
163
|
+
|
|
164
|
+
&.p-icon {
|
|
165
|
+
width: $loadingIconFontSize;
|
|
166
|
+
height: $loadingIconFontSize;
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
&.p-treetable-gridlines {
|
|
171
|
+
.p-datatable-header {
|
|
172
|
+
border-width: 1px 1px 0 1px;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.p-treetable-footer {
|
|
176
|
+
border-width: 0 1px 1px 1px;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.p-treetable-top {
|
|
180
|
+
border-width: 0 1px 0 1px;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.p-treetable-bottom {
|
|
184
|
+
border-width: 0 1px 1px 1px;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.p-treetable-thead {
|
|
188
|
+
> tr {
|
|
189
|
+
> th {
|
|
190
|
+
border-width: 1px;
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.p-treetable-tbody {
|
|
196
|
+
> tr {
|
|
197
|
+
> td {
|
|
198
|
+
border-width: 1px;
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.p-treetable-tfoot {
|
|
204
|
+
> tr {
|
|
205
|
+
> td {
|
|
206
|
+
border-width: 1px;
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
&.p-treetable-sm {
|
|
213
|
+
.p-treetable-header {
|
|
214
|
+
@include scaledPadding($tableHeaderPadding, $scaleSM);
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.p-treetable-thead > tr > th {
|
|
218
|
+
@include scaledPadding($tableHeaderCellPadding, $tableScaleSM);
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.p-treetable-tbody > tr > td {
|
|
222
|
+
@include scaledPadding($tableBodyCellPadding, $tableScaleSM);
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.p-treetable-tfoot > tr > td {
|
|
226
|
+
@include scaledPadding($tableFooterPadding, $tableScaleSM);
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.p-treetable-footer {
|
|
230
|
+
@include scaledPadding($tableFooterPadding, $tableScaleSM);
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
&.p-treetable-lg {
|
|
235
|
+
.p-treetable-header {
|
|
236
|
+
@include scaledPadding($tableHeaderPadding, $tableScaleLG);
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.p-treetable-thead > tr > th {
|
|
240
|
+
@include scaledPadding($tableHeaderCellPadding, $tableScaleLG);
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.p-treetable-tbody > tr > td {
|
|
244
|
+
@include scaledPadding($tableBodyCellPadding, $tableScaleLG);
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.p-treetable-tfoot > tr > td {
|
|
248
|
+
@include scaledPadding($tableFooterPadding, $tableScaleLG);
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.p-treetable-footer {
|
|
252
|
+
@include scaledPadding($tableFooterPadding, $tableScaleLG);
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
}
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
.p-virtualscroller {
|
|
2
|
-
.p-virtualscroller-header {
|
|
3
|
-
background: $tableHeaderBg;
|
|
4
|
-
color: $tableHeaderTextColor;
|
|
5
|
-
border: $tableHeaderBorder;
|
|
6
|
-
border-width: $tableHeaderBorderWidth;
|
|
7
|
-
padding: $tableHeaderPadding;
|
|
8
|
-
font-weight: $tableHeaderFontWeight;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.p-virtualscroller-content {
|
|
12
|
-
background: $tableBodyRowBg;
|
|
13
|
-
color: $tableBodyRowTextColor;
|
|
14
|
-
border: $dataViewContentBorder;
|
|
15
|
-
padding: $dataViewContentPadding;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.p-virtualscroller-footer {
|
|
19
|
-
background: $tableFooterBg;
|
|
20
|
-
color: $tableFooterTextColor;
|
|
21
|
-
border: $tableFooterBorder;
|
|
22
|
-
border-width: $tableFooterBorderWidth;
|
|
23
|
-
padding: $tableFooterPadding;
|
|
24
|
-
font-weight: $tableFooterFontWeight;
|
|
25
|
-
border-bottom-left-radius: $borderRadius;
|
|
26
|
-
border-bottom-right-radius: $borderRadius;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
1
|
+
.p-virtualscroller {
|
|
2
|
+
.p-virtualscroller-header {
|
|
3
|
+
background: $tableHeaderBg;
|
|
4
|
+
color: $tableHeaderTextColor;
|
|
5
|
+
border: $tableHeaderBorder;
|
|
6
|
+
border-width: $tableHeaderBorderWidth;
|
|
7
|
+
padding: $tableHeaderPadding;
|
|
8
|
+
font-weight: $tableHeaderFontWeight;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.p-virtualscroller-content {
|
|
12
|
+
background: $tableBodyRowBg;
|
|
13
|
+
color: $tableBodyRowTextColor;
|
|
14
|
+
border: $dataViewContentBorder;
|
|
15
|
+
padding: $dataViewContentPadding;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.p-virtualscroller-footer {
|
|
19
|
+
background: $tableFooterBg;
|
|
20
|
+
color: $tableFooterTextColor;
|
|
21
|
+
border: $tableFooterBorder;
|
|
22
|
+
border-width: $tableFooterBorderWidth;
|
|
23
|
+
padding: $tableFooterPadding;
|
|
24
|
+
font-weight: $tableFooterFontWeight;
|
|
25
|
+
border-bottom-left-radius: $borderRadius;
|
|
26
|
+
border-bottom-right-radius: $borderRadius;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -1,64 +1,64 @@
|
|
|
1
|
-
.p-fileupload {
|
|
2
|
-
.p-fileupload-buttonbar {
|
|
3
|
-
background: $panelHeaderBg;
|
|
4
|
-
padding: $panelHeaderPadding;
|
|
5
|
-
border: $panelHeaderBorder;
|
|
6
|
-
color: $panelHeaderTextColor;
|
|
7
|
-
border-bottom: 0 none;
|
|
8
|
-
border-top-right-radius: $borderRadius;
|
|
9
|
-
border-top-left-radius: $borderRadius;
|
|
10
|
-
|
|
11
|
-
.p-button {
|
|
12
|
-
margin-right: $inlineSpacing;
|
|
13
|
-
|
|
14
|
-
&.p-fileupload-choose.p-focus {
|
|
15
|
-
@include focused();
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.p-fileupload-content {
|
|
21
|
-
background: $panelContentBg;
|
|
22
|
-
padding: $fileUploadContentPadding;
|
|
23
|
-
border: $panelContentBorder;
|
|
24
|
-
color: $panelContentTextColor;
|
|
25
|
-
border-bottom-right-radius: $borderRadius;
|
|
26
|
-
border-bottom-left-radius: $borderRadius;
|
|
27
|
-
|
|
28
|
-
&.p-fileupload-highlight {
|
|
29
|
-
border-color: $fileUploadContentHoverBorder;
|
|
30
|
-
border-style: dashed;
|
|
31
|
-
background-color: $highlightBg;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.p-progressbar {
|
|
36
|
-
height: $fileUploadProgressBarHeight;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.p-fileupload-row {
|
|
40
|
-
> div {
|
|
41
|
-
padding: $tableBodyCellPadding;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
&.p-fileupload-advanced {
|
|
46
|
-
.p-message {
|
|
47
|
-
margin-top: 0;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.p-fileupload-choose {
|
|
53
|
-
&:not(.p-disabled):hover {
|
|
54
|
-
background: $buttonHoverBg;
|
|
55
|
-
color: $buttonTextHoverColor;
|
|
56
|
-
border-color: $buttonHoverBorderColor;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
&:not(.p-disabled):active {
|
|
60
|
-
background: $buttonActiveBg;
|
|
61
|
-
color: $buttonTextActiveColor;
|
|
62
|
-
border-color: $buttonActiveBorderColor;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
1
|
+
.p-fileupload {
|
|
2
|
+
.p-fileupload-buttonbar {
|
|
3
|
+
background: $panelHeaderBg;
|
|
4
|
+
padding: $panelHeaderPadding;
|
|
5
|
+
border: $panelHeaderBorder;
|
|
6
|
+
color: $panelHeaderTextColor;
|
|
7
|
+
border-bottom: 0 none;
|
|
8
|
+
border-top-right-radius: $borderRadius;
|
|
9
|
+
border-top-left-radius: $borderRadius;
|
|
10
|
+
|
|
11
|
+
.p-button {
|
|
12
|
+
margin-right: $inlineSpacing;
|
|
13
|
+
|
|
14
|
+
&.p-fileupload-choose.p-focus {
|
|
15
|
+
@include focused();
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.p-fileupload-content {
|
|
21
|
+
background: $panelContentBg;
|
|
22
|
+
padding: $fileUploadContentPadding;
|
|
23
|
+
border: $panelContentBorder;
|
|
24
|
+
color: $panelContentTextColor;
|
|
25
|
+
border-bottom-right-radius: $borderRadius;
|
|
26
|
+
border-bottom-left-radius: $borderRadius;
|
|
27
|
+
|
|
28
|
+
&.p-fileupload-highlight {
|
|
29
|
+
border-color: $fileUploadContentHoverBorder;
|
|
30
|
+
border-style: dashed;
|
|
31
|
+
background-color: $highlightBg;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.p-progressbar {
|
|
36
|
+
height: $fileUploadProgressBarHeight;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.p-fileupload-row {
|
|
40
|
+
> div {
|
|
41
|
+
padding: $tableBodyCellPadding;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
&.p-fileupload-advanced {
|
|
46
|
+
.p-message {
|
|
47
|
+
margin-top: 0;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.p-fileupload-choose {
|
|
53
|
+
&:not(.p-disabled):hover {
|
|
54
|
+
background: $buttonHoverBg;
|
|
55
|
+
color: $buttonTextHoverColor;
|
|
56
|
+
border-color: $buttonHoverBorderColor;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
&:not(.p-disabled):active {
|
|
60
|
+
background: $buttonActiveBg;
|
|
61
|
+
color: $buttonTextActiveColor;
|
|
62
|
+
border-color: $buttonActiveBorderColor;
|
|
63
|
+
}
|
|
64
|
+
}
|