ru.coon 2.8.59 → 2.8.60
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/.husky/pre-commit +0 -0
- package/CHANGELOG.md +6 -0
- package/package.json +78 -78
- package/src/Function.scss +4 -4
- package/src/app/Application.scss +9 -9
- package/src/app/login/LoginForm.scss +103 -103
- package/src/app/viewPort/Main.scss +133 -133
- package/src/common/component/ColorPalette.scss +102 -102
- package/src/common/component/formeditor/UiCustomFilterForm.scss +7 -7
- package/src/common/component/formeditor/UiCustomFormEditor.scss +42 -42
- package/src/common/component/visualeditor/UiCPVisualEditor.scss +108 -108
- package/src/common/field/EditorJs.scss +41 -41
- package/src/common/field/FieldsHelper.js +0 -0
- package/src/common/panel/StopwatchWindow.scss +44 -44
- package/src/common/panel/UniversalUploadResults.scss +40 -40
- package/src/common/panel/WindowWrap.js +0 -0
- package/src/nav/AppNavigationMenu.scss +60 -60
- package/src/nav/AppNavigationToggleButton.scss +6 -6
- package/src/report/component/ClearFiltersButton.scss +40 -40
- package/src/report/component/SimpleReportTag.scss +22 -22
- package/src/report/component/reportpanel/CopyReportPanel.scss +14 -14
- package/src/report/component/reportpanel/FilterPanelLegend.scss +23 -23
- package/src/report/component/reportpanel/NorthPanel.scss +73 -73
- package/src/report/component/reportpanel/ReportGrid.scss +52 -52
- package/src/report/component/settings/ReportPropertiesGrid.scss +25 -25
- package/src/report/plugin/configPanel/AddFilterConditionPluginConfigPanel.scss +53 -53
- package/src/report/plugin/configPanel/openCustomPanelButtonPlugin/OpenCustomPanelButtonPluginConfigPanel.scss +5 -5
- package/src/report/plugin/grid/CopyRowsFromGrid.js +39 -5
- package/src/report/plugin/grid/exporters/xlsxExporter.js +10 -6
- package/src/report/toolbar/ButtonsByType.scss +197 -197
- package/src/report/toolbar/ReportGridToolbar.scss +9 -9
- package/src/report/toolbar/dropdown/ToolbarConfigurationPanel.scss +13 -13
- package/src/report/toolbar/dropdown/ToolbarOverflowButton.scss +94 -94
- package/src/report/toolbar/dropdown/ToolbarOverflowPanel.scss +37 -37
- package/src/uielement/component/formchips/FilterConditionToolbar.scss +74 -74
- package/src/uielement/component/settings/UiCustomPanelEditor.scss +12 -12
- package/src/uielement/component/settings/plugin/UiCustomPanelPluginGrid.scss +11 -11
- package/src/uielement/component/settings/plugin/UiCustomPanelPluginPanel.scss +30 -30
- package/src/uielement/plugin/configPanel/executeCommand/ExecuteCommandPluginConfigPanelFormEditor.scss +21 -21
- package/src/uielement/plugin/configPanel/executeReport/ExecuteReportPluginConfigPanelFormEditor.scss +22 -22
- package/src/version.js +1 -1
package/.husky/pre-commit
CHANGED
|
File without changes
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
# Version 2.8.60, [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/c3691034b2a4144a1773defc7b6d4aab109ee210)
|
|
2
|
+
* ## Features
|
|
3
|
+
* <span style='color:green'>feat: TR-70149: Доработка выгрузки, фикс формата числовых значений, фикс отображения шапки и футера</span> ([38f11a], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/38f11a281de81b654bdd7a0af6da48099fd833ae))
|
|
4
|
+
|
|
5
|
+
* update: CHANGELOG.md ([38b9ed], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/38b9edc4241421ec41051f9502b910d7201e5a69))
|
|
6
|
+
|
|
1
7
|
# Version 2.8.59, [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/d00dc72d4c63777c77785e2e13a5a29d994237e5)
|
|
2
8
|
* ## Fixes
|
|
3
9
|
* <span style='color:red'> AddInitSupport in UiCustomPanel init</span> ([9b3207], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/9b3207c7ac0138bb5d03f6aac4218983e408da95))
|
package/package.json
CHANGED
|
@@ -1,78 +1,78 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "ru.coon",
|
|
3
|
-
"author": {
|
|
4
|
-
"name": "ru.coon"
|
|
5
|
-
},
|
|
6
|
-
"description": "",
|
|
7
|
-
"version": "2.8.
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "git+http://gitlab-dbr.sigma-it.local/dbr/ru.coon"
|
|
11
|
-
},
|
|
12
|
-
"main": "./index.js",
|
|
13
|
-
"exports": {
|
|
14
|
-
".": {
|
|
15
|
-
"import": "./index.js"
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
"scripts": {
|
|
19
|
-
"version": "node util/update.js && git add ./src/version.js ./src/info.js",
|
|
20
|
-
"postversion": "node util/updateChangelog.js && git add ./CHANGELOG.md && git commit -m\"update: CHANGELOG.md\"",
|
|
21
|
-
"doc": "npx jsdoc -c jsdoc.config.json",
|
|
22
|
-
"test": "echo \"No test specified\"",
|
|
23
|
-
"prepare": "husky install"
|
|
24
|
-
},
|
|
25
|
-
"dependencies": {
|
|
26
|
-
"ace-builds": "1.4.12",
|
|
27
|
-
"ace-diff": "3.0.3",
|
|
28
|
-
"decimal.js-light": "^2.5.1",
|
|
29
|
-
"echarts": "5.3.3",
|
|
30
|
-
"extjs_iconpack": "1.3.27",
|
|
31
|
-
"json5": "2.2.3",
|
|
32
|
-
"object-hash": "^3.0.0",
|
|
33
|
-
"sigma-printjs": "^1.0.3",
|
|
34
|
-
"sql-formatter": "^13.0.0"
|
|
35
|
-
},
|
|
36
|
-
"devDependencies": {
|
|
37
|
-
"eslint": "^8.15.0",
|
|
38
|
-
"eslint-config-google": "^0.14.0",
|
|
39
|
-
"highlight.js": "^11.5.1",
|
|
40
|
-
"husky": "^8.0.0",
|
|
41
|
-
"jsdoc": "^4.0.0",
|
|
42
|
-
"lint-staged": "^13.2.2",
|
|
43
|
-
"markdown-it": "^13.0.1",
|
|
44
|
-
"minami": "^1.2.3",
|
|
45
|
-
"taffydb": "^2.7.3"
|
|
46
|
-
},
|
|
47
|
-
"sencha": {
|
|
48
|
-
"name": "ru.coon",
|
|
49
|
-
"toolkit": "classic",
|
|
50
|
-
"type": "code",
|
|
51
|
-
"classpath": [
|
|
52
|
-
"${package.dir}/src/"
|
|
53
|
-
],
|
|
54
|
-
"version": "1.0.0",
|
|
55
|
-
"compatVersion": "1.0.0",
|
|
56
|
-
"deprecated": false,
|
|
57
|
-
"format": "1",
|
|
58
|
-
"license": "ISC",
|
|
59
|
-
"local": true,
|
|
60
|
-
"namespace": "Coon",
|
|
61
|
-
"slicer": null,
|
|
62
|
-
"output": {
|
|
63
|
-
"base": "${package.dir}/build"
|
|
64
|
-
},
|
|
65
|
-
"sass": {
|
|
66
|
-
"namespace": "Coon",
|
|
67
|
-
"etc": [
|
|
68
|
-
"${package.dir}/sass/etc/all.scss"
|
|
69
|
-
],
|
|
70
|
-
"var": [
|
|
71
|
-
"${package.dir}/sass/var"
|
|
72
|
-
],
|
|
73
|
-
"src": [
|
|
74
|
-
"${package.dir}/sass/src"
|
|
75
|
-
]
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "ru.coon",
|
|
3
|
+
"author": {
|
|
4
|
+
"name": "ru.coon"
|
|
5
|
+
},
|
|
6
|
+
"description": "",
|
|
7
|
+
"version": "2.8.60",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+http://gitlab-dbr.sigma-it.local/dbr/ru.coon"
|
|
11
|
+
},
|
|
12
|
+
"main": "./index.js",
|
|
13
|
+
"exports": {
|
|
14
|
+
".": {
|
|
15
|
+
"import": "./index.js"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"scripts": {
|
|
19
|
+
"version": "node util/update.js && git add ./src/version.js ./src/info.js",
|
|
20
|
+
"postversion": "node util/updateChangelog.js && git add ./CHANGELOG.md && git commit -m\"update: CHANGELOG.md\"",
|
|
21
|
+
"doc": "npx jsdoc -c jsdoc.config.json",
|
|
22
|
+
"test": "echo \"No test specified\"",
|
|
23
|
+
"prepare": "husky install"
|
|
24
|
+
},
|
|
25
|
+
"dependencies": {
|
|
26
|
+
"ace-builds": "1.4.12",
|
|
27
|
+
"ace-diff": "3.0.3",
|
|
28
|
+
"decimal.js-light": "^2.5.1",
|
|
29
|
+
"echarts": "5.3.3",
|
|
30
|
+
"extjs_iconpack": "1.3.27",
|
|
31
|
+
"json5": "2.2.3",
|
|
32
|
+
"object-hash": "^3.0.0",
|
|
33
|
+
"sigma-printjs": "^1.0.3",
|
|
34
|
+
"sql-formatter": "^13.0.0"
|
|
35
|
+
},
|
|
36
|
+
"devDependencies": {
|
|
37
|
+
"eslint": "^8.15.0",
|
|
38
|
+
"eslint-config-google": "^0.14.0",
|
|
39
|
+
"highlight.js": "^11.5.1",
|
|
40
|
+
"husky": "^8.0.0",
|
|
41
|
+
"jsdoc": "^4.0.0",
|
|
42
|
+
"lint-staged": "^13.2.2",
|
|
43
|
+
"markdown-it": "^13.0.1",
|
|
44
|
+
"minami": "^1.2.3",
|
|
45
|
+
"taffydb": "^2.7.3"
|
|
46
|
+
},
|
|
47
|
+
"sencha": {
|
|
48
|
+
"name": "ru.coon",
|
|
49
|
+
"toolkit": "classic",
|
|
50
|
+
"type": "code",
|
|
51
|
+
"classpath": [
|
|
52
|
+
"${package.dir}/src/"
|
|
53
|
+
],
|
|
54
|
+
"version": "1.0.0",
|
|
55
|
+
"compatVersion": "1.0.0",
|
|
56
|
+
"deprecated": false,
|
|
57
|
+
"format": "1",
|
|
58
|
+
"license": "ISC",
|
|
59
|
+
"local": true,
|
|
60
|
+
"namespace": "Coon",
|
|
61
|
+
"slicer": null,
|
|
62
|
+
"output": {
|
|
63
|
+
"base": "${package.dir}/build"
|
|
64
|
+
},
|
|
65
|
+
"sass": {
|
|
66
|
+
"namespace": "Coon",
|
|
67
|
+
"etc": [
|
|
68
|
+
"${package.dir}/sass/etc/all.scss"
|
|
69
|
+
],
|
|
70
|
+
"var": [
|
|
71
|
+
"${package.dir}/sass/var"
|
|
72
|
+
],
|
|
73
|
+
"src": [
|
|
74
|
+
"${package.dir}/sass/src"
|
|
75
|
+
]
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
package/src/Function.scss
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.delete-row {
|
|
2
|
-
text-decoration: line-through;
|
|
3
|
-
color: darkred;
|
|
4
|
-
}
|
|
1
|
+
.delete-row {
|
|
2
|
+
text-decoration: line-through;
|
|
3
|
+
color: darkred;
|
|
4
|
+
}
|
package/src/app/Application.scss
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
.simplestInfoMsg {
|
|
2
|
-
.x-btn-default-small {
|
|
3
|
-
width: 100px;
|
|
4
|
-
left: 40% !important;
|
|
5
|
-
}
|
|
6
|
-
.x-window-item .x-box-layout-ct {
|
|
7
|
-
top: 15px !important;
|
|
8
|
-
}
|
|
9
|
-
}
|
|
1
|
+
.simplestInfoMsg {
|
|
2
|
+
.x-btn-default-small {
|
|
3
|
+
width: 100px;
|
|
4
|
+
left: 40% !important;
|
|
5
|
+
}
|
|
6
|
+
.x-window-item .x-box-layout-ct {
|
|
7
|
+
top: 15px !important;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
@@ -1,103 +1,103 @@
|
|
|
1
|
-
.login-form {
|
|
2
|
-
|
|
3
|
-
@include extjs-button-large-ui(
|
|
4
|
-
$ui: 'login-button',
|
|
5
|
-
$font-family: "Tahoma",
|
|
6
|
-
$border-radius: 4px,
|
|
7
|
-
$border-color: darken($base-color, 20%),
|
|
8
|
-
$border-color-over: $base-color,
|
|
9
|
-
$border-color-focus: #cccccc,
|
|
10
|
-
$border-color-pressed: #cccccc,
|
|
11
|
-
$border-color-focus-over: #cccccc,
|
|
12
|
-
$border-color-focus-pressed: $base-color,
|
|
13
|
-
$border-color-disabled: #cccccc,
|
|
14
|
-
$background-color: $base-color,
|
|
15
|
-
$background-color-over: transparentize($base-color, 20%),
|
|
16
|
-
$background-color-focus: transparentize($base-color, 20%),
|
|
17
|
-
$background-color-pressed: $base-color,
|
|
18
|
-
$background-color-focus-over: transparentize($base-color, 20%),
|
|
19
|
-
$background-color-focus-pressed: $base-color,
|
|
20
|
-
$background-color-disabled: null,
|
|
21
|
-
$font-weight: normal,
|
|
22
|
-
$color: white
|
|
23
|
-
);
|
|
24
|
-
|
|
25
|
-
@include extjs-text-field-ui(
|
|
26
|
-
$ui: 'login-field',
|
|
27
|
-
$ui-background-color: transparent,
|
|
28
|
-
$ui-empty-color: #e3e3e3,
|
|
29
|
-
$ui-height: 30px,
|
|
30
|
-
$ui-border-radius: 4px,
|
|
31
|
-
$ui-font-size: 16px,
|
|
32
|
-
$ui-font-weight: normal,
|
|
33
|
-
$ui-font-family: "Tahoma"
|
|
34
|
-
);
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
$placeholderColor: #a0a0a0;
|
|
38
|
-
|
|
39
|
-
label {
|
|
40
|
-
color: red;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
input {
|
|
44
|
-
text-align: center;
|
|
45
|
-
font-family: Tahoma;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
|
|
49
|
-
color: $placeholderColor;
|
|
50
|
-
opacity: 1; /* Firefox */
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
|
|
54
|
-
color: $placeholderColor;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
input::-ms-input-placeholder { /* Microsoft Edge */
|
|
58
|
-
color: $placeholderColor;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.x-form-empty-field::placeholder {
|
|
62
|
-
color: $placeholderColor;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.twofactor-cancel-btn {
|
|
66
|
-
background-color: white;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
.x-form-text-field-body-login-field {
|
|
71
|
-
max-width: 100%;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.x-form-trigger-wrap-login-field{
|
|
75
|
-
height: 40px;
|
|
76
|
-
border: 1px solid #b5bfcc;
|
|
77
|
-
border-radius: 4px;
|
|
78
|
-
background-color: white;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.x-form-type-password .x-form-text {
|
|
82
|
-
height: 100%;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.x-panel-body-default{
|
|
86
|
-
background: transparent;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.loginquestion {
|
|
90
|
-
padding: 0 5px;
|
|
91
|
-
.x-btn-icon-el-default-small {
|
|
92
|
-
color: red;
|
|
93
|
-
}
|
|
94
|
-
&.x-btn-pressed, &.x-btn-focus{
|
|
95
|
-
background-color: transparent !important;
|
|
96
|
-
}
|
|
97
|
-
&.x-btn-over:not(&.x-btn-focus) {
|
|
98
|
-
background-color: transparent !important;
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
}
|
|
103
|
-
|
|
1
|
+
.login-form {
|
|
2
|
+
|
|
3
|
+
@include extjs-button-large-ui(
|
|
4
|
+
$ui: 'login-button',
|
|
5
|
+
$font-family: "Tahoma",
|
|
6
|
+
$border-radius: 4px,
|
|
7
|
+
$border-color: darken($base-color, 20%),
|
|
8
|
+
$border-color-over: $base-color,
|
|
9
|
+
$border-color-focus: #cccccc,
|
|
10
|
+
$border-color-pressed: #cccccc,
|
|
11
|
+
$border-color-focus-over: #cccccc,
|
|
12
|
+
$border-color-focus-pressed: $base-color,
|
|
13
|
+
$border-color-disabled: #cccccc,
|
|
14
|
+
$background-color: $base-color,
|
|
15
|
+
$background-color-over: transparentize($base-color, 20%),
|
|
16
|
+
$background-color-focus: transparentize($base-color, 20%),
|
|
17
|
+
$background-color-pressed: $base-color,
|
|
18
|
+
$background-color-focus-over: transparentize($base-color, 20%),
|
|
19
|
+
$background-color-focus-pressed: $base-color,
|
|
20
|
+
$background-color-disabled: null,
|
|
21
|
+
$font-weight: normal,
|
|
22
|
+
$color: white
|
|
23
|
+
);
|
|
24
|
+
|
|
25
|
+
@include extjs-text-field-ui(
|
|
26
|
+
$ui: 'login-field',
|
|
27
|
+
$ui-background-color: transparent,
|
|
28
|
+
$ui-empty-color: #e3e3e3,
|
|
29
|
+
$ui-height: 30px,
|
|
30
|
+
$ui-border-radius: 4px,
|
|
31
|
+
$ui-font-size: 16px,
|
|
32
|
+
$ui-font-weight: normal,
|
|
33
|
+
$ui-font-family: "Tahoma"
|
|
34
|
+
);
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
$placeholderColor: #a0a0a0;
|
|
38
|
+
|
|
39
|
+
label {
|
|
40
|
+
color: red;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
input {
|
|
44
|
+
text-align: center;
|
|
45
|
+
font-family: Tahoma;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
|
|
49
|
+
color: $placeholderColor;
|
|
50
|
+
opacity: 1; /* Firefox */
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
|
|
54
|
+
color: $placeholderColor;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
input::-ms-input-placeholder { /* Microsoft Edge */
|
|
58
|
+
color: $placeholderColor;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.x-form-empty-field::placeholder {
|
|
62
|
+
color: $placeholderColor;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.twofactor-cancel-btn {
|
|
66
|
+
background-color: white;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
.x-form-text-field-body-login-field {
|
|
71
|
+
max-width: 100%;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.x-form-trigger-wrap-login-field{
|
|
75
|
+
height: 40px;
|
|
76
|
+
border: 1px solid #b5bfcc;
|
|
77
|
+
border-radius: 4px;
|
|
78
|
+
background-color: white;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.x-form-type-password .x-form-text {
|
|
82
|
+
height: 100%;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.x-panel-body-default{
|
|
86
|
+
background: transparent;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.loginquestion {
|
|
90
|
+
padding: 0 5px;
|
|
91
|
+
.x-btn-icon-el-default-small {
|
|
92
|
+
color: red;
|
|
93
|
+
}
|
|
94
|
+
&.x-btn-pressed, &.x-btn-focus{
|
|
95
|
+
background-color: transparent !important;
|
|
96
|
+
}
|
|
97
|
+
&.x-btn-over:not(&.x-btn-focus) {
|
|
98
|
+
background-color: transparent !important;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
}
|
|
103
|
+
|
|
@@ -1,133 +1,133 @@
|
|
|
1
|
-
.coon-app-header-view {
|
|
2
|
-
//font-size: 14px;
|
|
3
|
-
border: none;
|
|
4
|
-
color: $base-color-dark;
|
|
5
|
-
background-color: white;
|
|
6
|
-
|
|
7
|
-
.user-button {
|
|
8
|
-
$user-icon-color: #BCCAD2;
|
|
9
|
-
&.x-btn-pressed, &.x-btn-focus{
|
|
10
|
-
background-color: darken($user-icon-color, 5%)!important;
|
|
11
|
-
}
|
|
12
|
-
&.x-btn-over:not(&.x-btn-focus) {
|
|
13
|
-
background-color: lighten($user-icon-color, 0%)!important;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
&.x-toolbar-default {
|
|
18
|
-
padding: 0;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.header-user-block {
|
|
22
|
-
.x-panel-body-default {
|
|
23
|
-
.x-btn-toolbutton-toolbar-small {
|
|
24
|
-
padding: 2px 18px 2px 18px;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.blue-text-button {
|
|
29
|
-
.x-btn-icon-el-toolbutton-toolbar-small {
|
|
30
|
-
color: $base-color;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.imgAll {
|
|
36
|
-
display: inline-block;
|
|
37
|
-
background-repeat: no-repeat;
|
|
38
|
-
background-size: 104%;
|
|
39
|
-
background-position: 50%;
|
|
40
|
-
border-radius: 50%;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.fio {
|
|
44
|
-
float: right;
|
|
45
|
-
line-height: 25px;
|
|
46
|
-
padding-left: 5px;
|
|
47
|
-
cursor: pointer;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.imgSmall {
|
|
51
|
-
width: 25px;
|
|
52
|
-
height: 25px;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.header-flex {
|
|
56
|
-
img {
|
|
57
|
-
width: 100%;
|
|
58
|
-
position: relative;
|
|
59
|
-
top: 30px;
|
|
60
|
-
height: 25px;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.header-bottom {
|
|
65
|
-
.x-panel-body-default {
|
|
66
|
-
background-color: $base-color;
|
|
67
|
-
color: white;
|
|
68
|
-
|
|
69
|
-
.x-btn-toolbutton-toolbar-small {
|
|
70
|
-
margin: 0 12px 0 12px;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.header-bottom-line {
|
|
76
|
-
background-color: $base-color;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.x-panel-body-default {
|
|
80
|
-
color: $base-color-dark;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.x-btn-default-small {
|
|
84
|
-
//width: 120px;
|
|
85
|
-
|
|
86
|
-
.x-box-target {
|
|
87
|
-
.x-btn-default-small {
|
|
88
|
-
background-color: $base-color-dark;
|
|
89
|
-
color: $base-color-dark;
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.x-btn-icon-el {
|
|
95
|
-
&.svg-icon {
|
|
96
|
-
background-color: $base-color;
|
|
97
|
-
width: 33px;
|
|
98
|
-
height: 24px;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
&.svg-icon:hover {
|
|
102
|
-
background-color: $base-color-dark;
|
|
103
|
-
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.header-bottom .x-panel-body-default .x-btn-toolbutton-toolbar-small {
|
|
108
|
-
.x-btn-icon-el {
|
|
109
|
-
&.svg-icon {
|
|
110
|
-
background-color: lighten(lightgray, 5%);
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
&.svg-icon:hover {
|
|
114
|
-
background-color: white;
|
|
115
|
-
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.x-edge {
|
|
122
|
-
.coon-app-header-view {
|
|
123
|
-
.svg-icon {
|
|
124
|
-
height: 24px;
|
|
125
|
-
width: 24px;
|
|
126
|
-
background-size: 70%;
|
|
127
|
-
|
|
128
|
-
.svg-icon-chat {
|
|
129
|
-
background-size: 80%;
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
}
|
|
1
|
+
.coon-app-header-view {
|
|
2
|
+
//font-size: 14px;
|
|
3
|
+
border: none;
|
|
4
|
+
color: $base-color-dark;
|
|
5
|
+
background-color: white;
|
|
6
|
+
|
|
7
|
+
.user-button {
|
|
8
|
+
$user-icon-color: #BCCAD2;
|
|
9
|
+
&.x-btn-pressed, &.x-btn-focus{
|
|
10
|
+
background-color: darken($user-icon-color, 5%)!important;
|
|
11
|
+
}
|
|
12
|
+
&.x-btn-over:not(&.x-btn-focus) {
|
|
13
|
+
background-color: lighten($user-icon-color, 0%)!important;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
&.x-toolbar-default {
|
|
18
|
+
padding: 0;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.header-user-block {
|
|
22
|
+
.x-panel-body-default {
|
|
23
|
+
.x-btn-toolbutton-toolbar-small {
|
|
24
|
+
padding: 2px 18px 2px 18px;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.blue-text-button {
|
|
29
|
+
.x-btn-icon-el-toolbutton-toolbar-small {
|
|
30
|
+
color: $base-color;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.imgAll {
|
|
36
|
+
display: inline-block;
|
|
37
|
+
background-repeat: no-repeat;
|
|
38
|
+
background-size: 104%;
|
|
39
|
+
background-position: 50%;
|
|
40
|
+
border-radius: 50%;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.fio {
|
|
44
|
+
float: right;
|
|
45
|
+
line-height: 25px;
|
|
46
|
+
padding-left: 5px;
|
|
47
|
+
cursor: pointer;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.imgSmall {
|
|
51
|
+
width: 25px;
|
|
52
|
+
height: 25px;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.header-flex {
|
|
56
|
+
img {
|
|
57
|
+
width: 100%;
|
|
58
|
+
position: relative;
|
|
59
|
+
top: 30px;
|
|
60
|
+
height: 25px;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.header-bottom {
|
|
65
|
+
.x-panel-body-default {
|
|
66
|
+
background-color: $base-color;
|
|
67
|
+
color: white;
|
|
68
|
+
|
|
69
|
+
.x-btn-toolbutton-toolbar-small {
|
|
70
|
+
margin: 0 12px 0 12px;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.header-bottom-line {
|
|
76
|
+
background-color: $base-color;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.x-panel-body-default {
|
|
80
|
+
color: $base-color-dark;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.x-btn-default-small {
|
|
84
|
+
//width: 120px;
|
|
85
|
+
|
|
86
|
+
.x-box-target {
|
|
87
|
+
.x-btn-default-small {
|
|
88
|
+
background-color: $base-color-dark;
|
|
89
|
+
color: $base-color-dark;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.x-btn-icon-el {
|
|
95
|
+
&.svg-icon {
|
|
96
|
+
background-color: $base-color;
|
|
97
|
+
width: 33px;
|
|
98
|
+
height: 24px;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
&.svg-icon:hover {
|
|
102
|
+
background-color: $base-color-dark;
|
|
103
|
+
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.header-bottom .x-panel-body-default .x-btn-toolbutton-toolbar-small {
|
|
108
|
+
.x-btn-icon-el {
|
|
109
|
+
&.svg-icon {
|
|
110
|
+
background-color: lighten(lightgray, 5%);
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
&.svg-icon:hover {
|
|
114
|
+
background-color: white;
|
|
115
|
+
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.x-edge {
|
|
122
|
+
.coon-app-header-view {
|
|
123
|
+
.svg-icon {
|
|
124
|
+
height: 24px;
|
|
125
|
+
width: 24px;
|
|
126
|
+
background-size: 70%;
|
|
127
|
+
|
|
128
|
+
.svg-icon-chat {
|
|
129
|
+
background-size: 80%;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
}
|