aril 0.0.3 → 0.0.4
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 +10 -1
- package/esm2022/ui/badge/src/badge.component.mjs +8 -8
- package/esm2022/ui/button/src/button.component.mjs +3 -4
- package/esm2022/ui/button/src/split-button.component.mjs +9 -8
- package/esm2022/ui/calendar/src/calendar.component.mjs +55 -33
- package/esm2022/ui/checkbox/index.mjs +2 -1
- package/esm2022/ui/checkbox/src/check-box.component.mjs +7 -9
- package/esm2022/ui/checkbox/src/tri-state-checkbox.component.mjs +24 -0
- package/esm2022/ui/confirmPopup/src/confirm-popup.component.mjs +8 -20
- package/esm2022/ui/dxField/src/dx-field.component.mjs +4 -1
- package/esm2022/ui/field/src/field.component.mjs +1 -1
- package/esm2022/ui/fileUpload/src/file-upload.component.mjs +9 -6
- package/esm2022/ui/form/index.mjs +2 -1
- package/esm2022/ui/form/src/form-submit-button.component.mjs +6 -3
- package/esm2022/ui/form/src/form.component.mjs +4 -1
- package/esm2022/ui/lib/src/form/form-error-message.component.mjs +5 -1
- package/esm2022/ui/lib/src/form/form-error-message.directive.mjs +4 -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/input/input-disabled.directive.mjs +5 -1
- package/esm2022/ui/mask/src/mask.component.mjs +11 -20
- package/esm2022/ui/number/src/number.component.mjs +7 -8
- package/esm2022/ui/overlayPanel/src/overlay-panel.component.mjs +10 -24
- package/esm2022/ui/panel/src/panel.component.mjs +7 -12
- package/esm2022/ui/password/src/password.component.mjs +8 -3
- package/esm2022/ui/radioButton/src/radio-button.component.mjs +5 -3
- package/esm2022/ui/selectBox/src/select-box.component.mjs +5 -3
- package/esm2022/ui/switch/src/switch.component.mjs +10 -5
- package/esm2022/ui/table/aril-ui-table.mjs +5 -0
- package/esm2022/ui/table/index.mjs +4 -0
- package/esm2022/ui/table/src/i18n.mjs +93 -0
- package/esm2022/ui/table/src/table-column.component.mjs +35 -0
- package/esm2022/ui/table/src/table.component.mjs +78 -0
- package/esm2022/ui/tagBox/src/tag-box.component.mjs +8 -3
- package/esm2022/ui/text/src/text.component.mjs +26 -9
- package/esm2022/ui/textArea/src/text-area.component.mjs +7 -4
- package/esm2022/ui/tree/src/tree.component.mjs +4 -13
- package/esm2022/ui/treeTable/src/tree-table.component.mjs +18 -11
- package/esm2022/ui/value/aril-ui-value.mjs +5 -0
- package/esm2022/ui/value/index.mjs +2 -0
- package/esm2022/ui/value/src/value.component.mjs +51 -0
- package/esm2022/util/lib/src/types.mjs +2 -1
- package/esm2022/util/primitive-extensions/src/string.extensions.mjs +7 -1
- package/fesm2022/aril-ui-badge.mjs +7 -7
- package/fesm2022/aril-ui-badge.mjs.map +1 -1
- package/fesm2022/aril-ui-button.mjs +10 -10
- package/fesm2022/aril-ui-button.mjs.map +1 -1
- package/fesm2022/aril-ui-calendar.mjs +54 -31
- package/fesm2022/aril-ui-calendar.mjs.map +1 -1
- package/fesm2022/aril-ui-checkbox.mjs +23 -9
- package/fesm2022/aril-ui-checkbox.mjs.map +1 -1
- package/fesm2022/aril-ui-confirmPopup.mjs +7 -19
- package/fesm2022/aril-ui-confirmPopup.mjs.map +1 -1
- package/fesm2022/aril-ui-dxField.mjs +3 -0
- package/fesm2022/aril-ui-dxField.mjs.map +1 -1
- package/fesm2022/aril-ui-field.mjs.map +1 -1
- package/fesm2022/aril-ui-fileUpload.mjs +8 -5
- package/fesm2022/aril-ui-fileUpload.mjs.map +1 -1
- package/fesm2022/aril-ui-form.mjs +10 -2
- package/fesm2022/aril-ui-form.mjs.map +1 -1
- package/fesm2022/aril-ui-lib.mjs +12 -1
- package/fesm2022/aril-ui-lib.mjs.map +1 -1
- package/fesm2022/aril-ui-mask.mjs +10 -19
- package/fesm2022/aril-ui-mask.mjs.map +1 -1
- package/fesm2022/aril-ui-number.mjs +6 -7
- package/fesm2022/aril-ui-number.mjs.map +1 -1
- package/fesm2022/aril-ui-overlayPanel.mjs +9 -23
- package/fesm2022/aril-ui-overlayPanel.mjs.map +1 -1
- package/fesm2022/aril-ui-panel.mjs +6 -11
- package/fesm2022/aril-ui-panel.mjs.map +1 -1
- package/fesm2022/aril-ui-password.mjs +7 -2
- package/fesm2022/aril-ui-password.mjs.map +1 -1
- package/fesm2022/aril-ui-radioButton.mjs +4 -2
- package/fesm2022/aril-ui-radioButton.mjs.map +1 -1
- package/fesm2022/aril-ui-selectBox.mjs +4 -2
- package/fesm2022/aril-ui-selectBox.mjs.map +1 -1
- package/fesm2022/aril-ui-switch.mjs +9 -4
- package/fesm2022/aril-ui-switch.mjs.map +1 -1
- package/fesm2022/aril-ui-table.mjs +211 -0
- package/fesm2022/aril-ui-table.mjs.map +1 -0
- package/fesm2022/aril-ui-tagBox.mjs +7 -2
- package/fesm2022/aril-ui-tagBox.mjs.map +1 -1
- package/fesm2022/aril-ui-text.mjs +25 -8
- package/fesm2022/aril-ui-text.mjs.map +1 -1
- package/fesm2022/aril-ui-textArea.mjs +6 -3
- package/fesm2022/aril-ui-textArea.mjs.map +1 -1
- package/fesm2022/aril-ui-tree.mjs +3 -12
- package/fesm2022/aril-ui-tree.mjs.map +1 -1
- package/fesm2022/aril-ui-treeTable.mjs +17 -10
- package/fesm2022/aril-ui-treeTable.mjs.map +1 -1
- package/fesm2022/aril-ui-value.mjs +58 -0
- package/fesm2022/aril-ui-value.mjs.map +1 -0
- package/fesm2022/aril-util-lib.mjs +1 -0
- package/fesm2022/aril-util-lib.mjs.map +1 -1
- package/fesm2022/aril-util-primitive-extensions.mjs +6 -0
- package/fesm2022/aril-util-primitive-extensions.mjs.map +1 -1
- package/package.json +22 -13
- package/theme/fonts/poppins-v20-latin-500.woff +0 -0
- package/theme/fonts/poppins-v20-latin-500.woff2 +0 -0
- package/theme/fonts/poppins-v20-latin-600.woff +0 -0
- package/theme/fonts/poppins-v20-latin-600.woff2 +0 -0
- package/theme/fonts/poppins-v20-latin-700.woff +0 -0
- package/theme/fonts/poppins-v20-latin-700.woff2 +0 -0
- package/theme/fonts/poppins-v20-latin-regular.woff +0 -0
- package/theme/fonts/poppins-v20-latin-regular.woff2 +0 -0
- package/theme/images/avatar.png +0 -0
- package/theme/styles/layout/_animation.scss +53 -0
- package/theme/styles/layout/_breadcrumb.scss +21 -0
- package/theme/styles/layout/_config.scss +42 -0
- package/theme/styles/layout/_content.scss +3 -0
- package/theme/styles/layout/_fonts.scss +36 -0
- package/theme/styles/layout/_layout_dark.scss +5 -0
- package/theme/styles/layout/_layout_dim.scss +5 -0
- package/theme/styles/layout/_layout_light.scss +5 -0
- package/theme/styles/layout/_main.scss +28 -0
- package/theme/styles/layout/_profile.scss +10 -0
- package/theme/styles/layout/_responsive.scss +113 -0
- package/theme/styles/layout/_sidebar_drawer.scss +236 -0
- package/theme/styles/layout/_sidebar_horizontal.scss +163 -0
- package/theme/styles/layout/_sidebar_reveal.scss +203 -0
- package/theme/styles/layout/_sidebar_slim.scss +145 -0
- package/theme/styles/layout/_sidebar_slim_plus.scss +163 -0
- package/theme/styles/layout/_sidebar_vertical.scss +153 -0
- package/theme/styles/layout/_topbar.scss +78 -0
- package/theme/styles/layout/_typography.scss +63 -0
- package/theme/styles/layout/_utils.scss +24 -0
- package/theme/styles/layout/layout.scss +24 -0
- package/theme/styles/layout/menutheme/_colorscheme.scss +11 -0
- package/theme/styles/layout/menutheme/_menutheme.scss +3 -0
- package/theme/styles/layout/menutheme/_primarycolor.scss +16 -0
- package/theme/styles/layout/menutheme/_transparent.scss +26 -0
- package/theme/styles/layout/preloading.scss +84 -0
- package/theme/styles/theme/base/_colors.scss +18 -0
- package/theme/styles/theme/base/_common.scss +75 -0
- package/theme/styles/theme/base/_components.scss +106 -0
- package/theme/styles/theme/base/_mixins.scss +337 -0
- package/theme/styles/theme/base/components/button/_button.scss +576 -0
- package/theme/styles/theme/base/components/button/_speeddial.scss +96 -0
- package/theme/styles/theme/base/components/button/_splitbutton.scss +354 -0
- package/theme/styles/theme/base/components/data/_carousel.scss +37 -0
- package/theme/styles/theme/base/components/data/_datatable.scss +338 -0
- package/theme/styles/theme/base/components/data/_dataview.scss +46 -0
- package/theme/styles/theme/base/components/data/_filter.scss +138 -0
- package/theme/styles/theme/base/components/data/_orderlist.scss +114 -0
- package/theme/styles/theme/base/components/data/_organizationchart.scss +50 -0
- package/theme/styles/theme/base/components/data/_paginator.scss +92 -0
- package/theme/styles/theme/base/components/data/_picklist.scss +114 -0
- package/theme/styles/theme/base/components/data/_timeline.scss +38 -0
- package/theme/styles/theme/base/components/data/_tree.scss +150 -0
- package/theme/styles/theme/base/components/data/_treetable.scss +256 -0
- package/theme/styles/theme/base/components/data/_virtualscroller.scss +28 -0
- package/theme/styles/theme/base/components/file/_fileupload.scss +64 -0
- package/theme/styles/theme/base/components/input/_autocomplete.scss +136 -0
- package/theme/styles/theme/base/components/input/_calendar.scss +267 -0
- package/theme/styles/theme/base/components/input/_cascadeselect.scss +136 -0
- package/theme/styles/theme/base/components/input/_checkbox.scss +94 -0
- package/theme/styles/theme/base/components/input/_chips.scss +65 -0
- package/theme/styles/theme/base/components/input/_colorpicker.scss +19 -0
- package/theme/styles/theme/base/components/input/_dropdown.scss +151 -0
- package/theme/styles/theme/base/components/input/_editor.scss +122 -0
- package/theme/styles/theme/base/components/input/_inputgroup.scss +75 -0
- package/theme/styles/theme/base/components/input/_inputmask.scss +16 -0
- package/theme/styles/theme/base/components/input/_inputnumber.scss +28 -0
- package/theme/styles/theme/base/components/input/_inputswitch.scss +60 -0
- package/theme/styles/theme/base/components/input/_inputtext.scss +100 -0
- package/theme/styles/theme/base/components/input/_listbox.scss +97 -0
- package/theme/styles/theme/base/components/input/_multiselect.scss +179 -0
- package/theme/styles/theme/base/components/input/_password.scss +52 -0
- package/theme/styles/theme/base/components/input/_radiobutton.scss +78 -0
- package/theme/styles/theme/base/components/input/_rating.scss +60 -0
- package/theme/styles/theme/base/components/input/_selectbutton.scss +50 -0
- package/theme/styles/theme/base/components/input/_slider.scss +71 -0
- package/theme/styles/theme/base/components/input/_togglebutton.scss +48 -0
- package/theme/styles/theme/base/components/input/_treeselect.scss +139 -0
- package/theme/styles/theme/base/components/menu/_breadcrumb.scss +42 -0
- package/theme/styles/theme/base/components/menu/_contextmenu.scss +39 -0
- package/theme/styles/theme/base/components/menu/_dock.scss +95 -0
- package/theme/styles/theme/base/components/menu/_megamenu.scss +55 -0
- package/theme/styles/theme/base/components/menu/_menu.scss +37 -0
- package/theme/styles/theme/base/components/menu/_menubar.scss +141 -0
- package/theme/styles/theme/base/components/menu/_panelmenu.scss +153 -0
- package/theme/styles/theme/base/components/menu/_slidemenu.scss +59 -0
- package/theme/styles/theme/base/components/menu/_steps.scss +56 -0
- package/theme/styles/theme/base/components/menu/_tabmenu.scss +74 -0
- package/theme/styles/theme/base/components/menu/_tieredmenu.scss +43 -0
- package/theme/styles/theme/base/components/messages/_inlinemessage.scss +69 -0
- package/theme/styles/theme/base/components/messages/_message.scss +107 -0
- package/theme/styles/theme/base/components/messages/_toast.scss +100 -0
- package/theme/styles/theme/base/components/misc/_avatar.scss +30 -0
- package/theme/styles/theme/base/components/misc/_badge.scss +48 -0
- package/theme/styles/theme/base/components/misc/_blockui.scss +0 -0
- package/theme/styles/theme/base/components/misc/_chip.scss +42 -0
- package/theme/styles/theme/base/components/misc/_inplace.scss +17 -0
- package/theme/styles/theme/base/components/misc/_progressbar.scss +17 -0
- package/theme/styles/theme/base/components/misc/_scrolltop.scss +25 -0
- package/theme/styles/theme/base/components/misc/_skeleton.scss +8 -0
- package/theme/styles/theme/base/components/misc/_tag.scss +40 -0
- package/theme/styles/theme/base/components/misc/_terminal.scss +12 -0
- package/theme/styles/theme/base/components/multimedia/_galleria.scss +155 -0
- package/theme/styles/theme/base/components/multimedia/_image.scss +49 -0
- package/theme/styles/theme/base/components/overlay/_confirmpopup.scss +72 -0
- package/theme/styles/theme/base/components/overlay/_dialog.scss +69 -0
- package/theme/styles/theme/base/components/overlay/_overlaypanel.scss +64 -0
- package/theme/styles/theme/base/components/overlay/_sidebar.scss +27 -0
- package/theme/styles/theme/base/components/overlay/_tooltip.scss +33 -0
- package/theme/styles/theme/base/components/panel/_accordion.scss +119 -0
- package/theme/styles/theme/base/components/panel/_card.scss +30 -0
- package/theme/styles/theme/base/components/panel/_divider.scss +31 -0
- package/theme/styles/theme/base/components/panel/_fieldset.scss +47 -0
- package/theme/styles/theme/base/components/panel/_panel.scss +63 -0
- package/theme/styles/theme/base/components/panel/_scrollpanel.scss +6 -0
- package/theme/styles/theme/base/components/panel/_splitter.scss +19 -0
- package/theme/styles/theme/base/components/panel/_tabview.scss +82 -0
- package/theme/styles/theme/base/components/panel/_toolbar.scss +11 -0
- package/theme/styles/theme/dark/_extensions.scss +120 -0
- package/theme/styles/theme/dark/_variables.scss +896 -0
- package/theme/styles/theme/dark/blue/theme.scss +14 -0
- package/theme/styles/theme/dark/indigo/theme.scss +14 -0
- package/theme/styles/theme/light/_extensions.scss +102 -0
- package/theme/styles/theme/light/_variables.scss +898 -0
- package/theme/styles/theme/light/blue/theme.scss +13 -0
- package/theme/styles/theme/light/indigo/theme.scss +14 -0
- package/ui/badge/src/badge.component.d.ts +4 -4
- package/ui/button/src/button.component.d.ts +7 -5
- package/ui/button/src/split-button.component.d.ts +2 -2
- package/ui/calendar/src/calendar.component.d.ts +13 -9
- package/ui/checkbox/index.d.ts +1 -0
- package/ui/checkbox/src/check-box.component.d.ts +3 -2
- package/ui/checkbox/src/tri-state-checkbox.component.d.ts +9 -0
- package/ui/confirmPopup/src/confirm-popup.component.d.ts +1 -7
- package/ui/field/src/field.component.d.ts +3 -2
- package/ui/fileUpload/src/file-upload.component.d.ts +3 -1
- package/ui/form/src/form-submit-button.component.d.ts +1 -1
- package/ui/lib/src/form/form-field-builder.d.ts +1 -0
- package/ui/mask/src/mask.component.d.ts +7 -7
- package/ui/number/src/number.component.d.ts +5 -4
- package/ui/overlayPanel/src/overlay-panel.component.d.ts +3 -10
- package/ui/panel/src/panel.component.d.ts +3 -4
- package/ui/password/src/password.component.d.ts +2 -1
- package/ui/radioButton/src/radio-button.component.d.ts +2 -1
- package/ui/selectBox/src/select-box.component.d.ts +4 -2
- package/ui/switch/src/switch.component.d.ts +2 -1
- package/ui/table/index.d.ts +2 -0
- package/ui/table/src/i18n.d.ts +42 -0
- package/ui/table/src/table-column.component.d.ts +22 -0
- package/ui/table/src/table.component.d.ts +30 -0
- package/ui/tagBox/src/tag-box.component.d.ts +2 -1
- package/ui/text/src/text.component.d.ts +6 -4
- package/ui/textArea/src/text-area.component.d.ts +2 -2
- package/ui/tree/src/tree.component.d.ts +3 -7
- package/ui/treeTable/src/tree-table.component.d.ts +10 -8
- package/ui/value/index.d.ts +1 -0
- package/ui/value/src/value.component.d.ts +15 -0
- package/util/lib/src/types.d.ts +7 -0
- package/util/primitive-extensions/src/string.extensions.d.ts +1 -0
- package/esm2022/ui/dialog/aril-ui-dialog.mjs +0 -5
- package/esm2022/ui/dialog/index.mjs +0 -2
- package/esm2022/ui/dialog/src/dialog.component.mjs +0 -56
- package/fesm2022/aril-ui-dialog.mjs +0 -63
- package/fesm2022/aril-ui-dialog.mjs.map +0 -1
- package/ui/dialog/index.d.ts +0 -1
- package/ui/dialog/src/dialog.component.d.ts +0 -20
- /package/styles/ui/{ui.styles.css → ui.common.scss} +0 -0
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
@media screen and (min-width: $breakpoint) {
|
|
2
|
+
.layout-container {
|
|
3
|
+
&.layout-slim {
|
|
4
|
+
.layout-topbar {
|
|
5
|
+
.topbar-menubutton {
|
|
6
|
+
display: none;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.sidebar-header {
|
|
11
|
+
.app-logo {
|
|
12
|
+
.app-logo-normal {
|
|
13
|
+
display: none;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.app-logo-small {
|
|
17
|
+
display: inline;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.layout-sidebar {
|
|
23
|
+
width: 5rem;
|
|
24
|
+
overflow: visible;
|
|
25
|
+
z-index: 999;
|
|
26
|
+
|
|
27
|
+
.layout-menu-container {
|
|
28
|
+
overflow: auto;
|
|
29
|
+
|
|
30
|
+
&::-webkit-scrollbar {
|
|
31
|
+
display: none;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.layout-content-wrapper {
|
|
37
|
+
margin-left: 5rem;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.layout-menu {
|
|
41
|
+
.layout-root-menuitem {
|
|
42
|
+
|
|
43
|
+
> .layout-menuitem-root-text {
|
|
44
|
+
display: none;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
> a {
|
|
48
|
+
display: flex;
|
|
49
|
+
align-items: center;
|
|
50
|
+
justify-content: center;
|
|
51
|
+
border-radius: 50%;
|
|
52
|
+
cursor: pointer;
|
|
53
|
+
outline: none;
|
|
54
|
+
transition: background-color var(--transition-duration);
|
|
55
|
+
width: 3rem;
|
|
56
|
+
height: 3rem;
|
|
57
|
+
margin: 0 auto 1rem auto;
|
|
58
|
+
|
|
59
|
+
.layout-submenu-toggler {
|
|
60
|
+
display: none;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.layout-menuitem-icon {
|
|
64
|
+
font-size: 1.5rem;
|
|
65
|
+
color: var(--menuitem-icon-color);
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.layout-menuitem-text {
|
|
69
|
+
display: none;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
&:hover {
|
|
73
|
+
background-color: var(--menuitem-hover-bg-color);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
> ul {
|
|
78
|
+
position: absolute;
|
|
79
|
+
left: 5rem;
|
|
80
|
+
top: 0;
|
|
81
|
+
min-width: 15rem;
|
|
82
|
+
background-color: var(--surface-overlay);
|
|
83
|
+
border-radius: var(--border-radius);
|
|
84
|
+
box-shadow: var(--sidebar-shadow);
|
|
85
|
+
border: var(--sidebar-border);
|
|
86
|
+
padding: 1rem;
|
|
87
|
+
max-height: 20rem;
|
|
88
|
+
overflow: auto;
|
|
89
|
+
z-index: 999;
|
|
90
|
+
|
|
91
|
+
a {
|
|
92
|
+
padding-right: .5rem;
|
|
93
|
+
color: var(--popup-submenu-item-text-color);
|
|
94
|
+
border-radius: var(--border-radius);
|
|
95
|
+
|
|
96
|
+
.layout-menuitem-icon {
|
|
97
|
+
color: var(--popup-submenu-item-icon-color);
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
&:hover {
|
|
101
|
+
background-color: var(--popup-submenu-item-hover-bg-color);
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
li {
|
|
106
|
+
a {
|
|
107
|
+
padding-left: 0.5rem;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
li {
|
|
111
|
+
a {
|
|
112
|
+
padding-left: 1rem;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
li {
|
|
116
|
+
a {
|
|
117
|
+
padding-left: 1.5rem;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
li {
|
|
121
|
+
a {
|
|
122
|
+
padding-left: 2rem;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
li {
|
|
126
|
+
a {
|
|
127
|
+
padding-left: 2.5rem;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
li {
|
|
131
|
+
a {
|
|
132
|
+
padding-left: 3rem;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
}
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
@media screen and (min-width: $breakpoint) {
|
|
2
|
+
.layout-container {
|
|
3
|
+
&.layout-slim-plus {
|
|
4
|
+
.layout-topbar {
|
|
5
|
+
.topbar-menubutton {
|
|
6
|
+
display: none;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.sidebar-header {
|
|
11
|
+
justify-content: center;
|
|
12
|
+
.app-logo {
|
|
13
|
+
.app-logo-normal {
|
|
14
|
+
display: none;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.app-logo-small {
|
|
18
|
+
display: inline;
|
|
19
|
+
align-items: center;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.layout-sidebar {
|
|
25
|
+
width: 7rem;
|
|
26
|
+
overflow: visible;
|
|
27
|
+
z-index: 999;
|
|
28
|
+
|
|
29
|
+
.layout-menu-container {
|
|
30
|
+
overflow: auto;
|
|
31
|
+
|
|
32
|
+
&::-webkit-scrollbar {
|
|
33
|
+
display: none;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.layout-content-wrapper {
|
|
39
|
+
margin-left: 7rem;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.layout-menu {
|
|
43
|
+
ul {
|
|
44
|
+
display: none;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
li.active-menuitem {
|
|
48
|
+
> ul {
|
|
49
|
+
display: block;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.layout-root-menuitem {
|
|
54
|
+
> .layout-menuitem-root-text {
|
|
55
|
+
display: none;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
> a {
|
|
59
|
+
display: flex;
|
|
60
|
+
flex-direction: column;
|
|
61
|
+
align-items: center;
|
|
62
|
+
justify-content: center;
|
|
63
|
+
border-radius: var(--border-radius);
|
|
64
|
+
text-align: center;
|
|
65
|
+
cursor: pointer;
|
|
66
|
+
outline: none;
|
|
67
|
+
transition: background-color var(--transition-duration);
|
|
68
|
+
width: auto;
|
|
69
|
+
height: auto;
|
|
70
|
+
margin: 0 auto 1rem auto;
|
|
71
|
+
padding: 0.75rem 0;
|
|
72
|
+
|
|
73
|
+
.layout-submenu-toggler {
|
|
74
|
+
display: none;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.layout-menuitem-icon {
|
|
78
|
+
font-size: 1.5rem;
|
|
79
|
+
color: var(--menuitem-icon-color);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.layout-menuitem-text {
|
|
83
|
+
font-size: 0.875rem;
|
|
84
|
+
display: block;
|
|
85
|
+
margin-top: 0.25rem;
|
|
86
|
+
color: var(--menuitem-text-color);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
&:hover {
|
|
91
|
+
background-color: var(--menuitem-hover-bg-color);
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
> ul {
|
|
96
|
+
position: absolute;
|
|
97
|
+
left: 7rem;
|
|
98
|
+
top: 0;
|
|
99
|
+
min-width: 15rem;
|
|
100
|
+
background-color: var(--surface-overlay);
|
|
101
|
+
border-radius: var(--border-radius);
|
|
102
|
+
box-shadow: var(--sidebar-shadow);
|
|
103
|
+
border: var(--sidebar-border);
|
|
104
|
+
padding: 1rem;
|
|
105
|
+
max-height: 20rem;
|
|
106
|
+
overflow: auto;
|
|
107
|
+
z-index: 999;
|
|
108
|
+
|
|
109
|
+
a {
|
|
110
|
+
padding-right: .5rem;
|
|
111
|
+
color: var(--popup-submenu-item-text-color);
|
|
112
|
+
border-radius: var(--border-radius);
|
|
113
|
+
|
|
114
|
+
.layout-menuitem-icon {
|
|
115
|
+
color: var(--popup-submenu-item-icon-color);
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
&:hover {
|
|
119
|
+
background-color: var(--popup-submenu-item-hover-bg-color);
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
li {
|
|
124
|
+
a {
|
|
125
|
+
padding-left: 0.5rem;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
li {
|
|
129
|
+
a {
|
|
130
|
+
padding-left: 1rem;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
li {
|
|
134
|
+
a {
|
|
135
|
+
padding-left: 1.5rem;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
li {
|
|
139
|
+
a {
|
|
140
|
+
padding-left: 2rem;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
li {
|
|
144
|
+
a {
|
|
145
|
+
padding-left: 2.5rem;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
li {
|
|
149
|
+
a {
|
|
150
|
+
padding-left: 3rem;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
}
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
.layout-sidebar {
|
|
2
|
+
position: fixed;
|
|
3
|
+
height: 100%;
|
|
4
|
+
top: 0;
|
|
5
|
+
left: 0;
|
|
6
|
+
width: 18rem;
|
|
7
|
+
background: var(--menu-bg);
|
|
8
|
+
border-right: var(--sidebar-border);
|
|
9
|
+
box-shadow: var(--sidebar-shadow);
|
|
10
|
+
display: flex;
|
|
11
|
+
flex-direction: column;
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
.sidebar-header {
|
|
15
|
+
padding: 2.5rem 0 2rem 0;
|
|
16
|
+
display: flex;
|
|
17
|
+
justify-content: center;
|
|
18
|
+
align-items: center;
|
|
19
|
+
.app-logo {
|
|
20
|
+
.app-logo-normal {
|
|
21
|
+
display: inline;
|
|
22
|
+
width:124px;
|
|
23
|
+
height:22px;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.app-logo-small {
|
|
27
|
+
display: none;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
.layout-menu-container {
|
|
34
|
+
overflow: auto;
|
|
35
|
+
flex: 1;
|
|
36
|
+
padding-bottom: 2rem;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.layout-menu {
|
|
40
|
+
margin: 0;
|
|
41
|
+
padding: 0;
|
|
42
|
+
list-style-type: none;
|
|
43
|
+
|
|
44
|
+
.layout-root-menuitem {
|
|
45
|
+
> .layout-menuitem-root-text {
|
|
46
|
+
font-size: .857rem;
|
|
47
|
+
text-transform: uppercase;
|
|
48
|
+
font-weight: 700;
|
|
49
|
+
color: var(--root-menuitem-text-color);
|
|
50
|
+
padding: 1rem 2rem;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
> a {
|
|
54
|
+
display: none;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
a {
|
|
59
|
+
user-select: none;
|
|
60
|
+
|
|
61
|
+
&.active-menuitem {
|
|
62
|
+
> .layout-submenu-toggler {
|
|
63
|
+
transform: rotate(-180deg);
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
li.active-menuitem {
|
|
69
|
+
> a {
|
|
70
|
+
.layout-submenu-toggler {
|
|
71
|
+
transform: rotate(-180deg);
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
ul {
|
|
77
|
+
margin: 0;
|
|
78
|
+
padding: 0;
|
|
79
|
+
list-style-type: none;
|
|
80
|
+
|
|
81
|
+
a {
|
|
82
|
+
display: flex;
|
|
83
|
+
align-items: center;
|
|
84
|
+
position: relative;
|
|
85
|
+
outline: 0 none;
|
|
86
|
+
color: var(--menuitem-text-color);
|
|
87
|
+
cursor: pointer;
|
|
88
|
+
padding: .75rem 2rem;
|
|
89
|
+
transition: background-color var(--transition-duration), box-shadow var(--transition-duration);
|
|
90
|
+
|
|
91
|
+
.layout-menuitem-icon {
|
|
92
|
+
margin-right: .5rem;
|
|
93
|
+
color: var(--menuitem-icon-color);
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.layout-submenu-toggler {
|
|
97
|
+
font-size: 75%;
|
|
98
|
+
margin-left: auto;
|
|
99
|
+
transition: transform var(--transition-duration);
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
&.active-route {
|
|
103
|
+
font-weight: 700;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
&:hover {
|
|
107
|
+
background-color: var(--menuitem-hover-bg-color);
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
ul {
|
|
112
|
+
overflow: hidden;
|
|
113
|
+
border-radius: var(--border-radius);
|
|
114
|
+
|
|
115
|
+
li {
|
|
116
|
+
a {
|
|
117
|
+
padding-left: 2.5rem;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
li {
|
|
121
|
+
a {
|
|
122
|
+
padding-left: 3rem;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
li {
|
|
126
|
+
a {
|
|
127
|
+
padding-left: 3.5rem;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
li {
|
|
131
|
+
a {
|
|
132
|
+
padding-left: 4rem;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
li {
|
|
136
|
+
a {
|
|
137
|
+
padding-left: 5.5rem;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
li {
|
|
141
|
+
a {
|
|
142
|
+
padding-left: 5rem;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
.layout-topbar {
|
|
2
|
+
margin-bottom: 2rem;
|
|
3
|
+
display: flex;
|
|
4
|
+
justify-content: space-between;
|
|
5
|
+
align-items: center;
|
|
6
|
+
|
|
7
|
+
.topbar-start {
|
|
8
|
+
display: flex;
|
|
9
|
+
align-items: center;
|
|
10
|
+
|
|
11
|
+
.topbar-menubutton {
|
|
12
|
+
display: inline-flex;
|
|
13
|
+
align-items: center;
|
|
14
|
+
justify-content: center;
|
|
15
|
+
margin-right: 2rem;
|
|
16
|
+
border-radius: 50%;
|
|
17
|
+
width: 2.5rem;
|
|
18
|
+
height: 2.5rem;
|
|
19
|
+
flex-shrink: 0;
|
|
20
|
+
transition: background-color var(--transition-duration);
|
|
21
|
+
|
|
22
|
+
i {
|
|
23
|
+
font-size: 1.25rem;
|
|
24
|
+
color: var(--text-color);
|
|
25
|
+
transition: color var(--transition-duration);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
&:hover {
|
|
29
|
+
background-color: var(--primary-color);
|
|
30
|
+
|
|
31
|
+
i {
|
|
32
|
+
color: var(--primary-color-text);
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.topbar-menu {
|
|
39
|
+
display: flex;
|
|
40
|
+
align-items: center;
|
|
41
|
+
margin: 0;
|
|
42
|
+
padding: 0;
|
|
43
|
+
list-style: none;
|
|
44
|
+
|
|
45
|
+
li {
|
|
46
|
+
&.topbar-profile {
|
|
47
|
+
margin-left: 1.5rem;
|
|
48
|
+
display: inline-flex;
|
|
49
|
+
align-items: center;
|
|
50
|
+
justify-content: center;
|
|
51
|
+
|
|
52
|
+
img {
|
|
53
|
+
width: 2rem;
|
|
54
|
+
height: 2rem;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
button {
|
|
58
|
+
border-radius: 50%;
|
|
59
|
+
width: 2rem;
|
|
60
|
+
height: 2rem;
|
|
61
|
+
transition: box-shadow var(--transition-duration);
|
|
62
|
+
|
|
63
|
+
&:focus {
|
|
64
|
+
box-shadow: var(--focus-ring);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
&.topbar-search {
|
|
70
|
+
.p-inputtext {
|
|
71
|
+
padding-top: .5rem;
|
|
72
|
+
padding-bottom: .5rem;
|
|
73
|
+
border-radius: 2rem;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
h1, h2, h3, h4, h5, h6 {
|
|
2
|
+
margin: 1.5rem 0 1rem 0;
|
|
3
|
+
font-family: inherit;
|
|
4
|
+
font-weight: 600;
|
|
5
|
+
line-height: 1.2;
|
|
6
|
+
color: var(--surface-900);
|
|
7
|
+
|
|
8
|
+
&:first-child {
|
|
9
|
+
margin-top: 0;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
h1 {
|
|
14
|
+
font-size: 2.5rem;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
h2 {
|
|
18
|
+
font-size: 2rem;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
h3 {
|
|
22
|
+
font-size: 1.75rem;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
h4 {
|
|
26
|
+
font-size: 1.5rem;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
h5 {
|
|
30
|
+
font-size: 1.25rem;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
h6 {
|
|
34
|
+
font-size: 1rem;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
mark {
|
|
38
|
+
background: #FFF8E1;
|
|
39
|
+
padding: .25rem .4rem;
|
|
40
|
+
border-radius: var(--border-radius);
|
|
41
|
+
font-family: monospace;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
blockquote {
|
|
45
|
+
margin: 1rem 0;
|
|
46
|
+
padding: 0 2rem;
|
|
47
|
+
border-left: 4px solid #90A4AE;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
hr {
|
|
51
|
+
border-top: solid var(--surface-border);
|
|
52
|
+
border-width: 1px 0 0 0;
|
|
53
|
+
margin: 1rem 0;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
p {
|
|
57
|
+
margin: 0 0 1rem 0;
|
|
58
|
+
line-height: 1.5;
|
|
59
|
+
|
|
60
|
+
&:last-child {
|
|
61
|
+
margin-bottom: 0;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
.card {
|
|
2
|
+
background: var(--surface-card);
|
|
3
|
+
border: 1px solid var(--surface-border);
|
|
4
|
+
padding: 2rem;
|
|
5
|
+
margin-bottom: 2rem;
|
|
6
|
+
box-shadow: var(--card-shadow);
|
|
7
|
+
border-radius: 12px;
|
|
8
|
+
|
|
9
|
+
&:last-child {
|
|
10
|
+
margin-bottom: 0;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.p-toast {
|
|
15
|
+
&.p-toast-top-right,
|
|
16
|
+
&.p-toast-top-left,
|
|
17
|
+
&.p-toast-top-center {
|
|
18
|
+
top: 70px;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.ng-hidden {
|
|
23
|
+
display: none !important;
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
$breakpoint:992px !default;
|
|
2
|
+
$scale:14px !default;
|
|
3
|
+
|
|
4
|
+
@import './_fonts';
|
|
5
|
+
@import './_animation';
|
|
6
|
+
@import './_layout_light';
|
|
7
|
+
@import './_layout_dim';
|
|
8
|
+
@import './_layout_dark';
|
|
9
|
+
@import './_main';
|
|
10
|
+
@import './_sidebar_vertical';
|
|
11
|
+
@import './_sidebar_slim';
|
|
12
|
+
@import './_sidebar_slim_plus';
|
|
13
|
+
@import './_sidebar_horizontal';
|
|
14
|
+
@import './_sidebar_reveal';
|
|
15
|
+
@import './_sidebar_drawer';
|
|
16
|
+
@import './menutheme/_menutheme';
|
|
17
|
+
@import './_responsive';
|
|
18
|
+
@import './_topbar';
|
|
19
|
+
@import './_breadcrumb';
|
|
20
|
+
@import './_profile';
|
|
21
|
+
@import './_config';
|
|
22
|
+
@import './_content';
|
|
23
|
+
@import './_typography';
|
|
24
|
+
@import './_utils';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
.layout-colorscheme-menu {
|
|
2
|
+
--logo-color: var(--primary-color);
|
|
3
|
+
--menu-bg: var(--surface-overlay);
|
|
4
|
+
--root-menuitem-text-color: var(--primary-color);
|
|
5
|
+
--menuitem-text-color: var(--text-color);
|
|
6
|
+
--menuitem-icon-color: var(--primary-color);
|
|
7
|
+
--menuitem-hover-bg-color: var(--surface-hover);
|
|
8
|
+
--popup-submenu-item-text-color: var(--text-color);
|
|
9
|
+
--popup-submenu-item-icon-color: var(--primary-color);
|
|
10
|
+
--popup-submenu-item-hover-bg-color: var(--surface-hover);
|
|
11
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
.layout-primarycolor-menu {
|
|
2
|
+
--logo-color: var(--primary-color-text);
|
|
3
|
+
--menu-bg: linear-gradient(to left top, var(--primary-400), var(--primary-500), var(--primary-600));
|
|
4
|
+
--root-menuitem-text-color: var(--primary-color-text);
|
|
5
|
+
--menuitem-text-color: var(--primary-color-text);
|
|
6
|
+
--menuitem-icon-color: var(--primary-color-text);
|
|
7
|
+
--menuitem-hover-bg-color: rgba(255,255,255,.1);
|
|
8
|
+
--popup-submenu-item-text-color: var(--text-color);
|
|
9
|
+
--popup-submenu-item-icon-color: var(--primary-color);
|
|
10
|
+
--popup-submenu-item-hover-bg-color: var(--surface-hover);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.layout-dark.layout-primarycolor-menu,
|
|
14
|
+
.layout-dim.layout-primarycolor-menu {
|
|
15
|
+
--menu-bg: linear-gradient(to left top, var(--primary-300), var(--primary-400), var(--primary-500));
|
|
16
|
+
}
|