neo.mjs 5.18.0 → 6.0.1
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/apps/ServiceWorker.mjs +2 -2
- package/buildScripts/buildThemes.mjs +89 -192
- package/buildScripts/createClass.mjs +13 -11
- package/buildScripts/watchThemes.mjs +41 -83
- package/examples/ServiceWorker.mjs +2 -2
- package/examples/fieldWithPrefix/MainContainer.mjs +151 -0
- package/examples/fieldWithPrefix/app.mjs +6 -0
- package/examples/fieldWithPrefix/index.html +11 -0
- package/examples/fieldWithPrefix/neo-config.json +7 -0
- package/examples/form/field/fileupload/MainContainer.mjs +1 -1
- package/examples/form/field/fileupload/server.mjs +2 -2
- package/package.json +2 -2
- package/resources/scss/src/Global.scss +7 -7
- package/resources/scss/src/apps/covid/HeaderContainer.scss +25 -25
- package/resources/scss/src/apps/covid/country/Gallery.scss +6 -6
- package/resources/scss/src/apps/covid/country/Helix.scss +8 -8
- package/resources/scss/src/apps/covid/country/LineChartComponent.scss +2 -2
- package/resources/scss/src/apps/docs/ContentTabContainer.scss +3 -3
- package/resources/scss/src/apps/docs/HeaderContainer.scss +8 -8
- package/resources/scss/src/apps/docs/MainContainer.scss +1 -1
- package/resources/scss/src/apps/docs/classdetails/HeaderComponent.scss +1 -1
- package/resources/scss/src/apps/docs/classdetails/MembersList.scss +16 -16
- package/resources/scss/src/apps/docs/classdetails/TutorialComponent.scss +3 -3
- package/resources/scss/src/apps/website/HeaderContainer.scss +9 -9
- package/resources/scss/src/apps/website/MainContainer.scss +3 -3
- package/resources/scss/src/apps/website/blog/Container.scss +3 -3
- package/resources/scss/src/apps/website/blog/List.scss +8 -8
- package/resources/scss/src/apps/website/examples/List.scss +7 -7
- package/resources/scss/src/apps/website/home/TabContainer.scss +5 -5
- package/resources/scss/src/button/Base.scss +101 -101
- package/resources/scss/src/button/Split.scss +3 -3
- package/resources/scss/src/calendar/view/EditEventContainer.scss +4 -4
- package/resources/scss/src/calendar/view/MainContainer.scss +46 -46
- package/resources/scss/src/calendar/view/SettingsContainer.scss +3 -3
- package/resources/scss/src/calendar/view/YearComponent.scss +13 -13
- package/resources/scss/src/calendar/view/calendars/EditContainer.scss +4 -4
- package/resources/scss/src/calendar/view/calendars/List.scss +7 -7
- package/resources/scss/src/calendar/view/month/Component.scss +15 -13
- package/resources/scss/src/calendar/view/week/Component.scss +12 -12
- package/resources/scss/src/calendar/view/week/TimeAxisComponent.scss +4 -4
- package/resources/scss/src/component/BoxLabel.scss +5 -5
- package/resources/scss/src/component/Chip.scss +13 -13
- package/resources/scss/src/component/Circle.scss +2 -2
- package/resources/scss/src/component/DateSelector.scss +28 -28
- package/resources/scss/src/component/Helix.scss +1 -1
- package/resources/scss/src/component/Process.scss +17 -17
- package/resources/scss/src/component/Progress.scss +2 -2
- package/resources/scss/src/component/Splitter.scss +6 -6
- package/resources/scss/src/component/StatusBadge.scss +21 -21
- package/resources/scss/src/component/Timer.scss +9 -9
- package/resources/scss/src/component/Toast.scss +10 -10
- package/resources/scss/src/component/Video.scss +5 -5
- package/resources/scss/src/container/Accordion.scss +3 -3
- package/resources/scss/src/container/AccordionItem.scss +15 -15
- package/resources/scss/src/container/Base.scss +3 -3
- package/resources/scss/src/container/Panel.scss +4 -4
- package/resources/scss/src/container/Viewport.scss +2 -2
- package/resources/scss/src/dialog/Base.scss +8 -8
- package/resources/scss/src/draggable/list/DragZone.scss +2 -2
- package/resources/scss/src/examples/ConfigurationPanel.scss +3 -3
- package/resources/scss/src/examples/calendar/basic/MainContainer.scss +2 -2
- package/resources/scss/src/examples/fieldWithPrefix/MainContainer.scss +25 -0
- package/resources/scss/src/examples/treeSelectionModel/MainContainer.scss +6 -6
- package/resources/scss/src/form/Fieldset.scss +4 -4
- package/resources/scss/src/form/field/CheckBox.scss +10 -10
- package/resources/scss/src/form/field/FileUpload.scss +25 -12
- package/resources/scss/src/form/field/Number.scss +5 -5
- package/resources/scss/src/form/field/Picker.scss +3 -3
- package/resources/scss/src/form/field/Range.scss +5 -5
- package/resources/scss/src/form/field/Search.scss +1 -1
- package/resources/scss/src/form/field/Select.scss +8 -8
- package/resources/scss/src/form/field/Switch.scss +6 -6
- package/resources/scss/src/form/field/Text.scss +78 -78
- package/resources/scss/src/form/field/TextArea.scss +1 -1
- package/resources/scss/src/form/field/trigger/Base.scss +6 -6
- package/resources/scss/src/form/field/trigger/Clear.scss +2 -2
- package/resources/scss/src/form/field/trigger/CopyToClipboard.scss +3 -3
- package/resources/scss/src/form/field/trigger/Time.scss +5 -5
- package/resources/scss/src/grid/Container.scss +6 -6
- package/resources/scss/src/grid/View.scss +11 -11
- package/resources/scss/src/grid/header/Button.scss +5 -5
- package/resources/scss/src/grid/header/Toolbar.scss +2 -2
- package/resources/scss/src/list/Base.scss +11 -11
- package/resources/scss/src/list/Chip.scss +3 -3
- package/resources/scss/src/list/Circle.scss +2 -2
- package/resources/scss/src/menu/List.scss +21 -21
- package/resources/scss/src/menu/Panel.scss +1 -1
- package/resources/scss/src/plugin/PrefixField.scss +5 -0
- package/resources/scss/src/sitemap/Component.scss +2 -2
- package/resources/scss/src/tab/Container.scss +1 -1
- package/resources/scss/src/tab/Strip.scss +7 -7
- package/resources/scss/src/tab/header/Button.scss +26 -26
- package/resources/scss/src/tab/header/Toolbar.scss +18 -18
- package/resources/scss/src/table/Container.scss +16 -16
- package/resources/scss/src/table/View.scss +11 -11
- package/resources/scss/src/table/header/Button.scss +5 -5
- package/resources/scss/src/toolbar/Base.scss +20 -20
- package/resources/scss/src/toolbar/Breadcrumb.scss +1 -1
- package/resources/scss/src/tree/List.scss +5 -5
- package/resources/scss/theme-dark/Global.scss +7 -17
- package/resources/scss/theme-dark/apps/covid/HeaderContainer.scss +10 -23
- package/resources/scss/theme-dark/apps/covid/country/Gallery.scss +7 -17
- package/resources/scss/theme-dark/apps/covid/country/Helix.scss +8 -19
- package/resources/scss/theme-dark/apps/covid/country/LineChartComponent.scss +3 -9
- package/resources/scss/theme-dark/apps/docs/ContentTabContainer.scss +4 -11
- package/resources/scss/theme-dark/apps/docs/HeaderContainer.scss +10 -23
- package/resources/scss/theme-dark/apps/docs/MainContainer.scss +3 -9
- package/resources/scss/theme-dark/apps/docs/classdetails/HeaderComponent.scss +4 -11
- package/resources/scss/theme-dark/apps/docs/classdetails/MembersList.scss +17 -37
- package/resources/scss/theme-dark/apps/docs/classdetails/TutorialComponent.scss +4 -11
- package/resources/scss/theme-dark/apps/website/HeaderContainer.scss +5 -13
- package/resources/scss/theme-dark/apps/website/MainContainer.scss +4 -11
- package/resources/scss/theme-dark/apps/website/blog/Container.scss +3 -9
- package/resources/scss/theme-dark/apps/website/home/TabContainer.scss +4 -11
- package/resources/scss/theme-dark/button/Base.scss +108 -219
- package/resources/scss/theme-dark/calendar/view/EditEventContainer.scss +4 -12
- package/resources/scss/theme-dark/calendar/view/MainContainer.scss +22 -48
- package/resources/scss/theme-dark/calendar/view/SettingsContainer.scss +4 -11
- package/resources/scss/theme-dark/calendar/view/YearComponent.scss +10 -23
- package/resources/scss/theme-dark/calendar/view/calendars/EditContainer.scss +4 -12
- package/resources/scss/theme-dark/calendar/view/calendars/List.scss +2 -8
- package/resources/scss/theme-dark/calendar/view/month/Component.scss +9 -22
- package/resources/scss/theme-dark/calendar/view/week/Component.scss +12 -28
- package/resources/scss/theme-dark/component/BoxLabel.scss +5 -13
- package/resources/scss/theme-dark/component/Chip.scss +14 -31
- package/resources/scss/theme-dark/component/DateSelector.scss +24 -52
- package/resources/scss/theme-dark/component/Process.scss +9 -21
- package/resources/scss/theme-dark/component/Progress.scss +3 -9
- package/resources/scss/theme-dark/component/Splitter.scss +4 -12
- package/resources/scss/theme-dark/component/StatusBadge.scss +19 -41
- package/resources/scss/theme-dark/component/Timer.scss +4 -13
- package/resources/scss/theme-dark/component/Toast.scss +8 -20
- package/resources/scss/theme-dark/component/Video.scss +3 -10
- package/resources/scss/theme-dark/container/Accordion.scss +5 -13
- package/resources/scss/theme-dark/container/AccordionItem.scss +10 -23
- package/resources/scss/theme-dark/container/Base.scss +4 -11
- package/resources/scss/theme-dark/container/Panel.scss +5 -13
- package/resources/scss/theme-dark/container/Viewport.scss +3 -9
- package/resources/scss/theme-dark/dialog/Base.scss +5 -13
- package/resources/scss/theme-dark/examples/ConfigurationPanel.scss +3 -9
- package/resources/scss/theme-dark/examples/calendar/basic/MainContainer.scss +3 -10
- package/resources/scss/theme-dark/form/Fieldset.scss +5 -14
- package/resources/scss/theme-dark/form/field/CheckBox.scss +7 -18
- package/resources/scss/theme-dark/form/field/FileUpload.scss +11 -26
- package/resources/scss/theme-dark/form/field/Picker.scss +5 -13
- package/resources/scss/theme-dark/form/field/Range.scss +4 -11
- package/resources/scss/theme-dark/form/field/Search.scss +3 -9
- package/resources/scss/theme-dark/form/field/Select.scss +8 -20
- package/resources/scss/theme-dark/form/field/Switch.scss +6 -16
- package/resources/scss/theme-dark/form/field/Text.scss +31 -66
- package/resources/scss/theme-dark/form/field/trigger/Base.scss +5 -14
- package/resources/scss/theme-dark/form/field/trigger/Time.scss +3 -10
- package/resources/scss/theme-dark/grid/Container.scss +6 -16
- package/resources/scss/theme-dark/grid/View.scss +12 -28
- package/resources/scss/theme-dark/grid/header/Button.scss +5 -14
- package/resources/scss/theme-dark/list/Base.scss +11 -26
- package/resources/scss/theme-dark/menu/List.scss +20 -44
- package/resources/scss/theme-dark/menu/Panel.scss +2 -8
- package/resources/scss/theme-dark/tab/Container.scss +3 -9
- package/resources/scss/theme-dark/tab/Strip.scss +5 -13
- package/resources/scss/theme-dark/tab/header/Button.scss +29 -62
- package/resources/scss/theme-dark/table/Container.scss +9 -22
- package/resources/scss/theme-dark/table/View.scss +13 -29
- package/resources/scss/theme-dark/table/header/Button.scss +6 -16
- package/resources/scss/theme-dark/toolbar/Base.scss +4 -11
- package/resources/scss/theme-dark/tree/List.scss +4 -11
- package/resources/scss/theme-light/Global.scss +7 -17
- package/resources/scss/theme-light/apps/covid/HeaderContainer.scss +10 -23
- package/resources/scss/theme-light/apps/covid/country/Gallery.scss +7 -17
- package/resources/scss/theme-light/apps/covid/country/Helix.scss +8 -19
- package/resources/scss/theme-light/apps/covid/country/LineChartComponent.scss +3 -9
- package/resources/scss/theme-light/apps/docs/ContentTabContainer.scss +4 -11
- package/resources/scss/theme-light/apps/docs/HeaderContainer.scss +10 -23
- package/resources/scss/theme-light/apps/docs/MainContainer.scss +3 -9
- package/resources/scss/theme-light/apps/docs/classdetails/HeaderComponent.scss +4 -11
- package/resources/scss/theme-light/apps/docs/classdetails/MembersList.scss +17 -37
- package/resources/scss/theme-light/apps/docs/classdetails/TutorialComponent.scss +4 -11
- package/resources/scss/theme-light/apps/website/HeaderContainer.scss +5 -13
- package/resources/scss/theme-light/apps/website/MainContainer.scss +4 -11
- package/resources/scss/theme-light/apps/website/blog/Container.scss +3 -9
- package/resources/scss/theme-light/apps/website/home/TabContainer.scss +4 -11
- package/resources/scss/theme-light/button/Base.scss +107 -218
- package/resources/scss/theme-light/calendar/view/EditEventContainer.scss +4 -12
- package/resources/scss/theme-light/calendar/view/MainContainer.scss +22 -48
- package/resources/scss/theme-light/calendar/view/SettingsContainer.scss +3 -11
- package/resources/scss/theme-light/calendar/view/YearComponent.scss +10 -23
- package/resources/scss/theme-light/calendar/view/calendars/EditContainer.scss +4 -12
- package/resources/scss/theme-light/calendar/view/calendars/List.scss +2 -8
- package/resources/scss/theme-light/calendar/view/month/Component.scss +10 -23
- package/resources/scss/theme-light/calendar/view/week/Component.scss +12 -28
- package/resources/scss/theme-light/component/BoxLabel.scss +5 -13
- package/resources/scss/theme-light/component/Chip.scss +14 -31
- package/resources/scss/theme-light/component/DateSelector.scss +24 -52
- package/resources/scss/theme-light/component/Process.scss +9 -21
- package/resources/scss/theme-light/component/Progress.scss +3 -9
- package/resources/scss/theme-light/component/Splitter.scss +4 -12
- package/resources/scss/theme-light/component/StatusBadge.scss +19 -41
- package/resources/scss/theme-light/component/Timer.scss +5 -14
- package/resources/scss/theme-light/component/Toast.scss +8 -20
- package/resources/scss/theme-light/component/Video.scss +3 -10
- package/resources/scss/theme-light/container/Accordion.scss +5 -13
- package/resources/scss/theme-light/container/AccordionItem.scss +10 -23
- package/resources/scss/theme-light/container/Base.scss +4 -11
- package/resources/scss/theme-light/container/Panel.scss +5 -13
- package/resources/scss/theme-light/container/Viewport.scss +3 -9
- package/resources/scss/theme-light/dialog/Base.scss +5 -13
- package/resources/scss/theme-light/examples/ConfigurationPanel.scss +3 -9
- package/resources/scss/theme-light/examples/calendar/basic/MainContainer.scss +3 -10
- package/resources/scss/theme-light/form/Fieldset.scss +5 -14
- package/resources/scss/theme-light/form/field/CheckBox.scss +7 -18
- package/resources/scss/theme-light/form/field/FileUpload.scss +11 -26
- package/resources/scss/theme-light/form/field/Picker.scss +5 -13
- package/resources/scss/theme-light/form/field/Range.scss +4 -11
- package/resources/scss/theme-light/form/field/Search.scss +3 -9
- package/resources/scss/theme-light/form/field/Select.scss +9 -21
- package/resources/scss/theme-light/form/field/Switch.scss +6 -16
- package/resources/scss/theme-light/form/field/Text.scss +31 -66
- package/resources/scss/theme-light/form/field/trigger/Base.scss +5 -14
- package/resources/scss/theme-light/form/field/trigger/Time.scss +3 -10
- package/resources/scss/theme-light/grid/Container.scss +6 -16
- package/resources/scss/theme-light/grid/View.scss +12 -28
- package/resources/scss/theme-light/grid/header/Button.scss +5 -14
- package/resources/scss/theme-light/list/Base.scss +12 -27
- package/resources/scss/theme-light/menu/List.scss +20 -44
- package/resources/scss/theme-light/menu/Panel.scss +2 -8
- package/resources/scss/theme-light/tab/Container.scss +3 -9
- package/resources/scss/theme-light/tab/Strip.scss +5 -13
- package/resources/scss/theme-light/tab/header/Button.scss +29 -62
- package/resources/scss/theme-light/table/Container.scss +9 -22
- package/resources/scss/theme-light/table/View.scss +13 -29
- package/resources/scss/theme-light/table/header/Button.scss +6 -16
- package/resources/scss/theme-light/toolbar/Base.scss +4 -11
- package/resources/scss/theme-light/tree/List.scss +4 -11
- package/src/DefaultConfig.mjs +2 -2
- package/src/component/Splitter.mjs +0 -1
- package/src/draggable/tab/header/toolbar/SortZone.mjs +3 -3
- package/src/form/field/FileUpload.mjs +32 -5
- package/src/form/field/Text.mjs +1 -1
- package/src/main/DomAccess.mjs +2 -2
- package/src/main/DomEvents.mjs +50 -12
- package/src/manager/DomEvent.mjs +1 -0
- package/src/plugin/PrefixField.mjs +304 -0
- package/src/tab/header/Toolbar.mjs +8 -8
- package/resources/scss/mixins/_all.scss +0 -31
- package/resources/scss/theme-dark/_all.scss +0 -15
- package/resources/scss/theme-dark/apps/_all.scss +0 -3
- package/resources/scss/theme-dark/apps/covid/_all.scss +0 -4
- package/resources/scss/theme-dark/apps/docs/ExamplesTreeList.scss +0 -0
- package/resources/scss/theme-dark/apps/docs/TutorialsTreeList.scss +0 -0
- package/resources/scss/theme-dark/apps/docs/_all.scss +0 -6
- package/resources/scss/theme-dark/apps/docs/classdetails/HierarchyTreeList.scss +0 -0
- package/resources/scss/theme-dark/apps/docs/classdetails/MainContainer.scss +0 -0
- package/resources/scss/theme-dark/apps/docs/classdetails/_all.scss +0 -5
- package/resources/scss/theme-dark/apps/website/_all.scss +0 -4
- package/resources/scss/theme-dark/button/_all.scss +0 -1
- package/resources/scss/theme-dark/calendar/_all.scss +0 -8
- package/resources/scss/theme-dark/component/Circle.scss +0 -0
- package/resources/scss/theme-dark/component/_all.scss +0 -5
- package/resources/scss/theme-dark/container/_all.scss +0 -3
- package/resources/scss/theme-dark/dialog/_all.scss +0 -1
- package/resources/scss/theme-dark/examples/_all.scss +0 -2
- package/resources/scss/theme-dark/form/_all.scss +0 -9
- package/resources/scss/theme-dark/form/field/trigger/Clear.scss +0 -0
- package/resources/scss/theme-dark/form/field/trigger/_all.scss +0 -3
- package/resources/scss/theme-dark/grid/_all.scss +0 -3
- package/resources/scss/theme-dark/grid/header/Toolbar.scss +0 -0
- package/resources/scss/theme-dark/grid/header/_all.scss +0 -2
- package/resources/scss/theme-dark/list/_all.scss +0 -1
- package/resources/scss/theme-dark/menu/_all.scss +0 -2
- package/resources/scss/theme-dark/tab/_all.scss +0 -3
- package/resources/scss/theme-dark/table/_all.scss +0 -3
- package/resources/scss/theme-dark/table/header/Toolbar.scss +0 -0
- package/resources/scss/theme-dark/table/header/_all.scss +0 -2
- package/resources/scss/theme-dark/tree/_all.scss +0 -1
- package/resources/scss/theme-light/_all.scss +0 -15
- package/resources/scss/theme-light/apps/_all.scss +0 -3
- package/resources/scss/theme-light/apps/covid/_all.scss +0 -4
- package/resources/scss/theme-light/apps/docs/ExamplesTreeList.scss +0 -0
- package/resources/scss/theme-light/apps/docs/TutorialsTreeList.scss +0 -0
- package/resources/scss/theme-light/apps/docs/_all.scss +0 -6
- package/resources/scss/theme-light/apps/docs/classdetails/HierarchyTreeList.scss +0 -0
- package/resources/scss/theme-light/apps/docs/classdetails/MainContainer.scss +0 -0
- package/resources/scss/theme-light/apps/docs/classdetails/_all.scss +0 -5
- package/resources/scss/theme-light/apps/website/_all.scss +0 -4
- package/resources/scss/theme-light/button/_all.scss +0 -1
- package/resources/scss/theme-light/calendar/_all.scss +0 -8
- package/resources/scss/theme-light/component/Circle.scss +0 -0
- package/resources/scss/theme-light/component/_all.scss +0 -5
- package/resources/scss/theme-light/container/_all.scss +0 -3
- package/resources/scss/theme-light/dialog/_all.scss +0 -1
- package/resources/scss/theme-light/examples/_all.scss +0 -2
- package/resources/scss/theme-light/form/_all.scss +0 -9
- package/resources/scss/theme-light/form/field/trigger/Clear.scss +0 -0
- package/resources/scss/theme-light/form/field/trigger/_all.scss +0 -3
- package/resources/scss/theme-light/grid/_all.scss +0 -3
- package/resources/scss/theme-light/grid/header/Toolbar.scss +0 -0
- package/resources/scss/theme-light/grid/header/_all.scss +0 -2
- package/resources/scss/theme-light/list/_all.scss +0 -1
- package/resources/scss/theme-light/menu/_all.scss +0 -2
- package/resources/scss/theme-light/tab/_all.scss +0 -3
- package/resources/scss/theme-light/table/_all.scss +0 -3
- package/resources/scss/theme-light/table/header/Toolbar.scss +0 -0
- package/resources/scss/theme-light/table/header/_all.scss +0 -2
- package/resources/scss/theme-light/tree/_all.scss +0 -1
@@ -1,12 +1,12 @@
|
|
1
1
|
.neo-list-wrapper {
|
2
|
-
background-color:
|
3
|
-
border :
|
2
|
+
background-color: var(--list-container-background-color);
|
3
|
+
border : var(--list-container-border);
|
4
4
|
overflow : hidden;
|
5
5
|
position : relative;
|
6
6
|
}
|
7
7
|
|
8
8
|
.neo-list {
|
9
|
-
color :
|
9
|
+
color : var(--list-container-list-color);
|
10
10
|
list-style-type : none;
|
11
11
|
margin-block-start : 0;
|
12
12
|
margin-block-end : 0;
|
@@ -17,7 +17,7 @@
|
|
17
17
|
|
18
18
|
&.neo-use-checkicons {
|
19
19
|
.neo-list-item:before {
|
20
|
-
color :
|
20
|
+
color : var(--list-item-glyph-color);
|
21
21
|
content : "\f0c8";
|
22
22
|
display : inline-block;
|
23
23
|
font-family: var(--fa-style-family-classic);
|
@@ -42,8 +42,8 @@
|
|
42
42
|
}
|
43
43
|
|
44
44
|
.neo-list-item {
|
45
|
-
background-color:
|
46
|
-
padding :
|
45
|
+
background-color: var(--list-item-background-color);
|
46
|
+
padding : var(--list-item-padding);
|
47
47
|
white-space : nowrap;
|
48
48
|
|
49
49
|
&:focus {
|
@@ -54,19 +54,19 @@
|
|
54
54
|
cursor: pointer;
|
55
55
|
|
56
56
|
&:hover {
|
57
|
-
background-color:
|
58
|
-
color :
|
57
|
+
background-color: var(--list-item-background-color-hover);
|
58
|
+
color : var(--list-container-list-color);
|
59
59
|
}
|
60
60
|
}
|
61
61
|
|
62
62
|
&.neo-selected {
|
63
|
-
background-color:
|
64
|
-
color :
|
63
|
+
background-color: var(--list-item-background-color-selected) !important;
|
64
|
+
color : var(--list-item-color-selected) !important;
|
65
65
|
cursor : default !important;
|
66
66
|
}
|
67
67
|
|
68
68
|
.neo-highlight-search {
|
69
|
-
color:
|
69
|
+
color: var(--list-item-highlight-search-color);
|
70
70
|
}
|
71
71
|
}
|
72
72
|
}
|
@@ -10,12 +10,12 @@
|
|
10
10
|
color : inherit;
|
11
11
|
|
12
12
|
.neo-chip {
|
13
|
-
background-color:
|
14
|
-
border-color :
|
13
|
+
background-color: var(--list-item-background-color-selected);
|
14
|
+
border-color : var(--chip-border-color-focus);
|
15
15
|
}
|
16
16
|
|
17
17
|
.neo-chip-close-button {
|
18
|
-
color:
|
18
|
+
color: var(--chip-close-button-color-hover);
|
19
19
|
}
|
20
20
|
}
|
21
21
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
.neo-circle-list.neo-list {
|
2
|
-
background-color:
|
2
|
+
background-color: var(--list-item-background-color);
|
3
3
|
|
4
4
|
.neo-circle-component {
|
5
5
|
background-color: transparent;
|
@@ -19,7 +19,7 @@
|
|
19
19
|
padding : 0;
|
20
20
|
|
21
21
|
&.neo-selected {
|
22
|
-
background-color:
|
22
|
+
background-color: var(--list-item-background-color-hover);
|
23
23
|
}
|
24
24
|
}
|
25
25
|
}
|
@@ -1,22 +1,22 @@
|
|
1
1
|
.neo-menu-list {
|
2
|
-
border : 1px solid
|
2
|
+
border : 1px solid var(--menu-list-border-color);
|
3
3
|
overflow-y : auto;
|
4
4
|
width : fit-content;
|
5
5
|
|
6
6
|
.neo-list-item {
|
7
7
|
align-items : center;
|
8
|
-
background-color:
|
9
|
-
color :
|
8
|
+
background-color: var(--menu-list-item-background-color);
|
9
|
+
color : var(--menu-list-item-color);
|
10
10
|
display : flex;
|
11
|
-
font-family :
|
12
|
-
font-weight :
|
13
|
-
height :
|
14
|
-
line-height :
|
15
|
-
padding :
|
16
|
-
text-transform :
|
11
|
+
font-family : var(--menu-list-item-font-family);
|
12
|
+
font-weight : var(--menu-list-item-font-weight);
|
13
|
+
height : var(--menu-list-item-height);
|
14
|
+
line-height : var(--menu-list-item-line-height);
|
15
|
+
padding : var(--menu-list-item-padding);
|
16
|
+
text-transform : var(--menu-list-item-text-transform);
|
17
17
|
|
18
18
|
.neo-arrow-icon {
|
19
|
-
color :
|
19
|
+
color : var(--menu-list-item-icon-color);
|
20
20
|
margin-left: 1em;
|
21
21
|
}
|
22
22
|
|
@@ -25,45 +25,45 @@
|
|
25
25
|
}
|
26
26
|
|
27
27
|
.neo-icon {
|
28
|
-
color :
|
28
|
+
color : var(--menu-list-item-icon-color);
|
29
29
|
display : flex;
|
30
30
|
justify-content: center;
|
31
31
|
}
|
32
32
|
|
33
33
|
.neo-menu-icon {
|
34
|
-
margin-right:
|
34
|
+
margin-right: var(--menu-list-item-icon-gap);
|
35
35
|
width : 1.2em;
|
36
36
|
}
|
37
37
|
|
38
38
|
&:focus {
|
39
|
-
outline:
|
39
|
+
outline: var(--menu-list-item-outline-focus);
|
40
40
|
}
|
41
41
|
|
42
42
|
&:hover {
|
43
|
-
background-color:
|
43
|
+
background-color: var(--menu-list-item-background-color-hover);
|
44
44
|
}
|
45
45
|
|
46
46
|
&.neo-disabled {
|
47
|
-
background-color:
|
48
|
-
color :
|
49
|
-
opacity :
|
47
|
+
background-color: var(--menu-list-item-background-color-disabled);
|
48
|
+
color : var(--menu-list-item-color-disabled);
|
49
|
+
opacity : var(--menu-list-item-opacity-disabled);
|
50
50
|
|
51
51
|
.neo-icon {
|
52
|
-
color:
|
52
|
+
color: var(--menu-list-item-icon-color-disabled);
|
53
53
|
}
|
54
54
|
}
|
55
55
|
|
56
56
|
&.neo-selected {
|
57
|
-
background-color:
|
57
|
+
background-color: var(--menu-list-item-background-color-selected);
|
58
58
|
|
59
59
|
.neo-icon {
|
60
|
-
color:
|
60
|
+
color: var(--menu-list-item-icon-color-selected);
|
61
61
|
}
|
62
62
|
}
|
63
63
|
}
|
64
64
|
|
65
65
|
&.neo-floating {
|
66
|
-
box-shadow:
|
66
|
+
box-shadow: var(--menu-list-box-shadow);
|
67
67
|
position : absolute;
|
68
68
|
}
|
69
69
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
.neo-sitemap {
|
2
|
-
border : 1px solid
|
2
|
+
border : 1px solid var(--panel-border-color);
|
3
3
|
display: flex;
|
4
4
|
padding: 30px 100px 60px;
|
5
5
|
|
@@ -38,7 +38,7 @@
|
|
38
38
|
flex: 1;
|
39
39
|
|
40
40
|
&:not(:last-child) {
|
41
|
-
border-right: 1px solid
|
41
|
+
border-right: 1px solid var(--panel-border-color);
|
42
42
|
margin-right: 25px;
|
43
43
|
}
|
44
44
|
}
|
@@ -1,11 +1,11 @@
|
|
1
1
|
.neo-tab-strip {
|
2
|
-
background-color:
|
3
|
-
height :
|
2
|
+
background-color: var(--tab-strip-background-color);
|
3
|
+
height : var(--tab-strip-height);
|
4
4
|
overflow : hidden;
|
5
5
|
|
6
6
|
.neo-active-tab-indicator {
|
7
|
-
background-color :
|
8
|
-
height :
|
7
|
+
background-color : var(--tab-indicator-background-color-active);
|
8
|
+
height : var(--tab-strip-height);
|
9
9
|
opacity : 0;
|
10
10
|
position : absolute;
|
11
11
|
transition : all 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
@@ -15,12 +15,12 @@
|
|
15
15
|
|
16
16
|
&.neo-dock-left, &.neo-dock-right {
|
17
17
|
height: inherit;
|
18
|
-
width :
|
18
|
+
width : var(--tab-strip-height);
|
19
19
|
|
20
20
|
.neo-active-tab-indicator {
|
21
21
|
height : inherit;
|
22
22
|
transition-property: height, top;
|
23
|
-
width :
|
23
|
+
width : var(--tab-strip-height) !important;
|
24
24
|
}
|
25
25
|
}
|
26
|
-
}
|
26
|
+
}
|
@@ -1,20 +1,20 @@
|
|
1
1
|
@keyframes delaybgcolor {
|
2
2
|
0% {background-color: transparent;}
|
3
3
|
99% {background-color: transparent;}
|
4
|
-
100% {background-color:
|
4
|
+
100% {background-color: var(--tab-indicator-background-color-active);}
|
5
5
|
}
|
6
6
|
|
7
7
|
.neo-tab-header-button.neo-button {
|
8
8
|
align-self : end;
|
9
|
-
background-color:
|
10
|
-
background-image:
|
11
|
-
border :
|
12
|
-
border-bottom :
|
13
|
-
border-radius :
|
14
|
-
height :
|
15
|
-
margin : 0 0
|
16
|
-
padding :
|
17
|
-
text-transform :
|
9
|
+
background-color: var(--tab-button-background-color);
|
10
|
+
background-image: var(--tab-button-background-image);
|
11
|
+
border : var(--tab-button-border);
|
12
|
+
border-bottom : var(--tab-button-border-bottom);
|
13
|
+
border-radius : var(--tab-button-border-radius);
|
14
|
+
height : var(--tab-button-height);
|
15
|
+
margin : 0 0 var(--tab-button-margin-bottom);
|
16
|
+
padding : var(--tab-button-padding);
|
17
|
+
text-transform : var(--tab-button-text-transform);
|
18
18
|
|
19
19
|
.neo-button-badge {
|
20
20
|
font-size : 10px;
|
@@ -22,17 +22,17 @@
|
|
22
22
|
}
|
23
23
|
|
24
24
|
.neo-button-glyph {
|
25
|
-
color:
|
25
|
+
color: var(--tab-button-glyph-color);
|
26
26
|
}
|
27
27
|
|
28
28
|
.neo-button-text {
|
29
|
-
color:
|
29
|
+
color: var(--tab-button-text-color);
|
30
30
|
}
|
31
31
|
|
32
32
|
.neo-tab-button-indicator {
|
33
33
|
background-color: transparent;
|
34
|
-
bottom :
|
35
|
-
height :
|
34
|
+
bottom : calc(var(--tab-strip-height) * -1);
|
35
|
+
height : var(--tab-strip-height);
|
36
36
|
pointer-events : none;
|
37
37
|
position : absolute;
|
38
38
|
width : 100%;
|
@@ -40,48 +40,48 @@
|
|
40
40
|
}
|
41
41
|
|
42
42
|
&:active {
|
43
|
-
background-color:
|
43
|
+
background-color: var(--tab-button-background-color-active) !important;
|
44
44
|
|
45
45
|
.neo-button-glyph {
|
46
|
-
color:
|
46
|
+
color: var(--tab-button-glyph-color-active);
|
47
47
|
}
|
48
48
|
}
|
49
49
|
|
50
50
|
&:hover {
|
51
|
-
background-color:
|
51
|
+
background-color: var(--tab-button-background-color-hover);
|
52
52
|
background-image: none;
|
53
53
|
|
54
54
|
.neo-button-glyph {
|
55
|
-
color:
|
55
|
+
color: var(--tab-button-glyph-color-hover);
|
56
56
|
}
|
57
57
|
}
|
58
58
|
|
59
59
|
&.pressed {
|
60
|
-
background-image:
|
61
|
-
border :
|
62
|
-
border-bottom :
|
60
|
+
background-image: var(--tab-button-background-image-pressed) !important;
|
61
|
+
border : var(--tab-button-border-pressed);
|
62
|
+
border-bottom : var(--tab-button-border-bottom-pressed);
|
63
63
|
cursor : default;
|
64
|
-
height :
|
64
|
+
height : var(--tab-button-height-pressed);
|
65
65
|
|
66
66
|
.neo-button-glyph {
|
67
|
-
color:
|
67
|
+
color: var(--tab-button-glyph-color-pressed);
|
68
68
|
}
|
69
69
|
|
70
70
|
.neo-tab-button-indicator {
|
71
71
|
animation-duration: 260ms;
|
72
72
|
animation-name : delaybgcolor;
|
73
|
-
background-color :
|
73
|
+
background-color : var(--tab-indicator-background-color-active);
|
74
74
|
}
|
75
75
|
}
|
76
76
|
|
77
77
|
&:not(:last-child) {
|
78
|
-
margin-right:
|
78
|
+
margin-right: var(--tab-button-gap);
|
79
79
|
}
|
80
80
|
}
|
81
81
|
|
82
82
|
.neo-disabled {
|
83
83
|
.neo-tab-header-button.neo-button,
|
84
84
|
&.neo-tab-header-button.neo-button {
|
85
|
-
background-color:
|
85
|
+
background-color: var(--tab-button-background-color-disabled);
|
86
86
|
}
|
87
87
|
}
|
@@ -1,78 +1,78 @@
|
|
1
1
|
.neo-tab-header-toolbar {
|
2
2
|
background-color: transparent;
|
3
|
-
height :
|
3
|
+
height : var(--tab-button-height-pressed);
|
4
4
|
padding : 0;
|
5
5
|
|
6
6
|
&.neo-dock-bottom {
|
7
7
|
.neo-tab-header-button.neo-button {
|
8
8
|
align-self : start;
|
9
|
-
background-image:
|
9
|
+
background-image: var(--tab-button-background-image-bottom);
|
10
10
|
|
11
11
|
.neo-tab-button-indicator {
|
12
12
|
bottom: unset;
|
13
|
-
height:
|
13
|
+
height: var(--tab-strip-height);
|
14
14
|
top : calcVar(tab-strip-height, '*', -1);
|
15
15
|
width : 100%;
|
16
16
|
}
|
17
17
|
|
18
18
|
&.pressed {
|
19
|
-
background-image:
|
19
|
+
background-image: var(--tab-button-background-image-pressed-bottom) !important;
|
20
20
|
}
|
21
21
|
}
|
22
22
|
}
|
23
23
|
|
24
24
|
&.neo-dock-left {
|
25
25
|
height: unset;
|
26
|
-
width :
|
26
|
+
width : var(--tab-button-height-pressed);
|
27
27
|
|
28
28
|
.neo-tab-header-button.neo-button {
|
29
|
-
background-image:
|
29
|
+
background-image: var(--tab-button-background-image-left);
|
30
30
|
height : unset;
|
31
|
-
width :
|
31
|
+
width : var(--tab-button-height);
|
32
32
|
|
33
33
|
.neo-tab-button-indicator {
|
34
34
|
bottom: unset;
|
35
35
|
height: 100%;
|
36
36
|
right : calcVar(tab-strip-height, '*', -1);
|
37
|
-
width :
|
37
|
+
width : var(--tab-strip-height);
|
38
38
|
}
|
39
39
|
|
40
40
|
&.pressed {
|
41
|
-
background-image:
|
42
|
-
width :
|
41
|
+
background-image: var(--tab-button-background-image-pressed-left) !important;
|
42
|
+
width : var(--tab-button-height-pressed);
|
43
43
|
}
|
44
44
|
|
45
45
|
&:not(:last-child) {
|
46
46
|
margin-right: unset;
|
47
|
-
margin-top :
|
47
|
+
margin-top : var(--tab-button-gap);
|
48
48
|
}
|
49
49
|
}
|
50
50
|
}
|
51
51
|
|
52
52
|
&.neo-dock-right {
|
53
53
|
height: unset;
|
54
|
-
width :
|
54
|
+
width : var(--tab-button-height-pressed);
|
55
55
|
|
56
56
|
.neo-tab-header-button.neo-button {
|
57
57
|
align-self : start;
|
58
|
-
background-image:
|
58
|
+
background-image: var(--tab-button-background-image-right);
|
59
59
|
height : unset;
|
60
|
-
width :
|
60
|
+
width : var(--tab-button-height);
|
61
61
|
|
62
62
|
.neo-tab-button-indicator {
|
63
63
|
bottom: unset;
|
64
64
|
height: 100%;
|
65
65
|
left : calcVar(tab-strip-height, '*', -1);
|
66
|
-
width :
|
66
|
+
width : var(--tab-strip-height);
|
67
67
|
}
|
68
68
|
|
69
69
|
&.pressed {
|
70
|
-
background-image:
|
71
|
-
width :
|
70
|
+
background-image: var(--tab-button-background-image-pressed-right) !important;
|
71
|
+
width : var(--tab-button-height-pressed);
|
72
72
|
}
|
73
73
|
|
74
74
|
&:not(:last-child) {
|
75
|
-
margin-bottom:
|
75
|
+
margin-bottom: var(--tab-button-gap);
|
76
76
|
margin-right : unset;
|
77
77
|
}
|
78
78
|
}
|
@@ -5,10 +5,10 @@
|
|
5
5
|
}
|
6
6
|
|
7
7
|
.neo-table-container {
|
8
|
-
border : 1px solid
|
8
|
+
border : 1px solid var(--table-container-border-color);
|
9
9
|
border-top-width: 0;
|
10
10
|
border-spacing : 0;
|
11
|
-
color :
|
11
|
+
color : var(--table-container-color);
|
12
12
|
font-size : 13px;
|
13
13
|
font-weight : 400;
|
14
14
|
line-height : 19px;
|
@@ -16,8 +16,8 @@
|
|
16
16
|
position : absolute;
|
17
17
|
|
18
18
|
tr {
|
19
|
-
height :
|
20
|
-
max-height:
|
19
|
+
height : var(--table-container-cell-height) !important;
|
20
|
+
max-height: var(--table-container-cell-height) !important;
|
21
21
|
}
|
22
22
|
|
23
23
|
tr:last-child {
|
@@ -28,7 +28,7 @@
|
|
28
28
|
|
29
29
|
tr:nth-child(even) {
|
30
30
|
td {
|
31
|
-
background-color:
|
31
|
+
background-color: var(--table-container-cell-background-color-even);
|
32
32
|
}
|
33
33
|
}
|
34
34
|
|
@@ -47,13 +47,13 @@
|
|
47
47
|
}
|
48
48
|
|
49
49
|
td {
|
50
|
-
background-color:
|
51
|
-
border-bottom :
|
52
|
-
border-right : 1px solid
|
50
|
+
background-color: var(--table-container-cell-background-color);
|
51
|
+
border-bottom : var(--table-container-cell-border-bottom);
|
52
|
+
border-right : 1px solid var(--table-container-border-color);
|
53
53
|
border-top : 1px solid transparent;
|
54
|
-
height :
|
55
|
-
max-height :
|
56
|
-
padding :
|
54
|
+
height : var(--table-container-cell-height) !important;
|
55
|
+
max-height : var(--table-container-cell-height) !important;
|
56
|
+
padding : var(--table-container-cell-padding);
|
57
57
|
|
58
58
|
&.neo-locked {
|
59
59
|
z-index: 10;
|
@@ -61,10 +61,10 @@
|
|
61
61
|
}
|
62
62
|
|
63
63
|
th {
|
64
|
-
background-color:
|
65
|
-
border-bottom :
|
66
|
-
border-right : 1px solid
|
67
|
-
border-top : 1px solid
|
64
|
+
background-color: var(--table-container-cell-background-color);
|
65
|
+
border-bottom : var(--table-container-header-cell-border-bottom);
|
66
|
+
border-right : 1px solid var(--table-container-border-color);
|
67
|
+
border-top : 1px solid var(--table-container-border-color);
|
68
68
|
padding : 0;
|
69
69
|
position : sticky;
|
70
70
|
top : 0;
|
@@ -96,7 +96,7 @@
|
|
96
96
|
background:rgba(0,0,0,0.1);
|
97
97
|
|
98
98
|
&:vertical {
|
99
|
-
margin-top:
|
99
|
+
margin-top: var(--table-container-cell-height);
|
100
100
|
}
|
101
101
|
}
|
102
102
|
|
@@ -10,28 +10,28 @@
|
|
10
10
|
.neo-table-row {
|
11
11
|
&:hover {
|
12
12
|
.neo-table-cell {
|
13
|
-
background-color:
|
13
|
+
background-color: var(--table-cell-background-color-hover);
|
14
14
|
}
|
15
15
|
}
|
16
16
|
|
17
17
|
// selection.RowModel
|
18
18
|
&.neo-selected {
|
19
19
|
.neo-table-cell {
|
20
|
-
background-color:
|
21
|
-
color :
|
20
|
+
background-color: var(--table-rowmodel-selected-cell-background-color);
|
21
|
+
color : var(--table-rowmodel-selected-cell-color);
|
22
22
|
}
|
23
23
|
}
|
24
24
|
|
25
25
|
// selection.CellModel
|
26
26
|
.neo-table-cell {
|
27
27
|
&.neo-selected {
|
28
|
-
background-color:
|
29
|
-
color :
|
28
|
+
background-color: var(--table-cellmodel-selected-cell-background-color) !important;
|
29
|
+
color : var(--table-cellmodel-selected-cell-color) !important;
|
30
30
|
}
|
31
31
|
|
32
32
|
&.selected-column-cell {
|
33
|
-
background-color:
|
34
|
-
color :
|
33
|
+
background-color: var(--table-cellmodel-selected-column-cell-background-color);
|
34
|
+
color : var(--table-cellmodel-selected-column-cell-color);
|
35
35
|
}
|
36
36
|
}
|
37
37
|
}
|
@@ -42,15 +42,15 @@
|
|
42
42
|
.neo-table-row {
|
43
43
|
&.neo-selected {
|
44
44
|
.neo-table-cell {
|
45
|
-
background-color:
|
46
|
-
color :
|
45
|
+
background-color: var(--table-cellrowmodel-selected-row-cell-background-color);
|
46
|
+
color : var(--table-cellrowmodel-selected-row-cell-color);
|
47
47
|
}
|
48
48
|
}
|
49
49
|
|
50
50
|
.neo-table-cell {
|
51
51
|
&.neo-selected {
|
52
|
-
background-color:
|
53
|
-
color :
|
52
|
+
background-color: var(--table-cellrowmodel-selected-cell-background-color);
|
53
|
+
color : var(--table-cellrowmodel-selected-cell-color);
|
54
54
|
}
|
55
55
|
}
|
56
56
|
}
|
@@ -1,8 +1,8 @@
|
|
1
1
|
.neo-table-header-button {
|
2
2
|
align-items : center;
|
3
|
-
background-color:
|
3
|
+
background-color: var(--table-header-button-background-color);
|
4
4
|
border-width : 0;
|
5
|
-
color :
|
5
|
+
color : var(--table-header-button-color);
|
6
6
|
cursor : pointer;
|
7
7
|
display : flex;
|
8
8
|
flex-direction : row;
|
@@ -15,7 +15,7 @@
|
|
15
15
|
white-space : nowrap;
|
16
16
|
width : 100% !important;
|
17
17
|
|
18
|
-
background-image:
|
18
|
+
background-image: var(--table-header-button-background-image);
|
19
19
|
|
20
20
|
&.neo-drag-over {
|
21
21
|
background-image: linear-gradient(green, darkgreen);;
|
@@ -52,7 +52,7 @@
|
|
52
52
|
}
|
53
53
|
|
54
54
|
.neo-button-glyph {
|
55
|
-
color :
|
55
|
+
color : var(--table-header-button-glyph-color);
|
56
56
|
font-size : 12px;
|
57
57
|
margin : 0 6px 0 0;
|
58
58
|
opacity : 0;
|
@@ -63,7 +63,7 @@
|
|
63
63
|
}
|
64
64
|
|
65
65
|
.neo-button-ripple {
|
66
|
-
background-color:
|
66
|
+
background-color: var(--table-header-button-ripple-background-color);
|
67
67
|
border-radius : 50%;
|
68
68
|
opacity : 0;
|
69
69
|
position : absolute;
|