ru.coon 3.0.47 → 3.0.48
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/.gitattributes +1 -1
- package/.husky/pre-commit +4 -4
- package/.lintstagedrc.json +2 -2
- package/CHANGELOG.md +7 -0
- package/Readme.md +24 -24
- package/TODO.md +7 -7
- package/doc/changelog.md +118 -118
- package/doc/shortcuts.md +5 -5
- package/jsdoc.config.json +29 -29
- package/package.json +78 -78
- package/sass/src/common/plugin/form/PeriodPicker.scss +8 -8
- package/src/Function.scss +4 -4
- package/src/app/Application.js +0 -12
- package/src/app/Application.scss +9 -9
- package/src/app/login/LoginForm.scss +103 -103
- package/src/app/viewPort/CenterView.scss +152 -152
- package/src/app/viewPort/Main.scss +133 -133
- package/src/app/viewPort/Routing.d2 +23 -23
- package/src/command/Readme.md +4 -4
- package/src/common/button/DropdownContentButton.scss +96 -96
- package/src/common/component/ColorPalette.scss +102 -102
- package/src/common/component/ExternalFrame.scss +8 -8
- package/src/common/component/HotkeyHelpText.scss +34 -34
- package/src/common/component/TreeComponentStructure.scss +5 -5
- package/src/common/component/editor/CharacteristicGridEditor.scss +66 -66
- package/src/common/component/editor/TypedCharacteristicEditor.scss +7 -7
- package/src/common/component/formeditor/UiCustomFilterForm.scss +6 -6
- 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/field/ReportValueField.scss +2 -2
- package/src/common/field/combo/CommandComboBox.scss +19 -19
- package/src/common/panel/DayPicker.scss +15 -15
- package/src/common/panel/MainUploadPanel.scss +13 -13
- package/src/common/panel/SelectIconClassPanel.scss +38 -38
- package/src/common/panel/SelectIconClassPanelTemplate.scss +14 -14
- package/src/common/panel/StopwatchWindow.scss +45 -45
- package/src/common/panel/UniversalUploadResults.scss +40 -40
- package/src/common/panel/WindowWrap.js +0 -0
- package/src/common/panel/WindowWrap.scss +8 -8
- package/src/common/panel/dropzone/UniversalMultiUploadForm.scss +29 -29
- package/src/common/panel/dropzone/UploadDropZone.scss +36 -36
- package/src/common/panel/widget/WidgetPanel.scss +157 -157
- package/src/info.scss +12 -12
- package/src/nav/AppNavCalcButton.scss +5 -5
- package/src/nav/AppNavTab.scss +20 -20
- package/src/nav/AppNavigationBar.scss +9 -9
- package/src/nav/AppNavigationMenu.scss +60 -60
- package/src/nav/AppNavigationPanel.scss +277 -277
- package/src/nav/AppNavigationToggleButton.scss +6 -6
- package/src/nav/MenuFavoritesBar.scss +92 -92
- package/src/nav/editor/menu/NavMenuTreeView.scss +104 -104
- package/src/nav/editor/workspace/NavWorkspaceListView.scss +35 -35
- package/src/nav/menu/NavMenuPanel.scss +11 -11
- package/src/nav/menu/WorkspaceMenuView.scss +218 -218
- package/src/nav/windowHolderTab.scss +13 -13
- package/src/overrides/panel/TabPanel.scss +71 -71
- package/src/report/column/MultiFilesColumn.scss +8 -8
- package/src/report/column/ThreeStateCheckColumn.scss +25 -25
- package/src/report/component/BoundListPagingToolbar.scss +7 -7
- package/src/report/component/ClearFiltersButton.scss +40 -40
- package/src/report/component/ErrorWindow.scss +15 -15
- package/src/report/component/ParameterizedReportCombo.scss +85 -85
- package/src/report/component/ReportPanel.js +4 -0
- package/src/report/component/ReportPanel.scss +69 -69
- package/src/report/component/SimpleReportTag.scss +22 -22
- package/src/report/component/calculator/ReportCalculatorHistoryPlugin.scss +33 -33
- package/src/report/component/calculator/ReportCalculatorMenuItem.scss +57 -57
- package/src/report/component/calculator/ReportCalculatorPanel.scss +86 -86
- package/src/report/component/reportpanel/CopyReportPanel.scss +14 -14
- package/src/report/component/reportpanel/FilterPanel.scss +20 -20
- package/src/report/component/reportpanel/FilterPanelLegend.scss +23 -23
- package/src/report/component/reportpanel/FormFieldFocusPlugin.scss +14 -14
- package/src/report/component/reportpanel/NorthPanel.scss +74 -74
- package/src/report/component/reportpanel/ReportGrid.scss +57 -57
- package/src/report/component/settings/ReportFormEditPanel.scss +87 -87
- package/src/report/component/settings/ReportPropertiesGrid.scss +25 -25
- package/src/report/component/settings/field/ReportFormFieldsGrid.scss +5 -5
- package/src/report/component/settings/property/ReportPropertiesPanel.scss +50 -50
- package/src/report/plugin/SettingsManagerPlugin/view/SMPMainView.scss +3 -3
- package/src/report/plugin/configPanel/AddFilterConditionPluginConfigPanel.scss +53 -53
- package/src/report/plugin/configPanel/CustomButtonPluginConfigPanel.scss +5 -5
- package/src/report/plugin/configPanel/ExecuteCommandButtonPluginConfigPanel.scss +5 -5
- package/src/report/plugin/configPanel/GroupRowsPluginConfigPanel.scss +3 -3
- package/src/report/plugin/configPanel/UiAceEditorField.scss +20 -20
- package/src/report/plugin/configPanel/common/pluginDescriptionLabel.scss +8 -8
- package/src/report/plugin/configPanel/openCustomPanelButtonPlugin/OpenCustomPanelButtonPluginConfigPanel.scss +22 -22
- package/src/report/plugin/grid/GridRowStylePlugin.scss +56 -56
- package/src/report/plugin/grid/ReportColumnStatePlugin.js +167 -56
- package/src/report/plugin/grid/ReportTabContainerPlugin.scss +3 -3
- package/src/report/plugin/grid/SelectionModelPlugin.scss +36 -36
- package/src/report/plugin/grid/ToggleColumnsPlugin.scss +7 -7
- package/src/report/plugin/grid/ToolbarButtonPlugin.scss +3 -3
- package/src/report/plugin/grid/addFilterConditionPlugin/FilterItem.scss +22 -22
- package/src/report/plugin/grid/addFilterConditionPlugin/InfoMenuItem.scss +84 -84
- package/src/report/toolbar/ButtonsByType.scss +255 -255
- package/src/report/toolbar/OptionsMenuButton.js +20 -0
- package/src/report/toolbar/ReportGridToolbar.scss +9 -9
- package/src/report/toolbar/dropdown/ToolbarConfigurationPanel.scss +13 -13
- package/src/report/toolbar/dropdown/ToolbarOverflowButton.scss +111 -111
- package/src/report/toolbar/dropdown/ToolbarOverflowPanel.scss +50 -50
- package/src/research/ResearchTreeView.scss +19 -19
- package/src/research/componentHierarchy/docs/componentHierarchy.d2 +4 -4
- package/src/research/componentHierarchy/docs/componentHierarchy.svg +110 -110
- package/src/security/component/RoleFileUploadForm.scss +4 -4
- package/src/security/component/ui/UiCPRestrictionEditor.scss +4 -4
- package/src/uielement/component/MenuItemList.scss +35 -35
- package/src/uielement/component/UiCustomController.js +2 -1
- package/src/uielement/component/UiCustomPanel.js +26 -2
- package/src/uielement/component/formchips/FilterConditionToolbar.scss +74 -74
- package/src/uielement/component/settings/UiCustomPanelEditor.scss +12 -12
- package/src/uielement/component/settings/config/UiCPConfigPanelController.scss +24 -24
- package/src/uielement/component/settings/plugin/UiCustomPanelPluginGrid.scss +38 -38
- package/src/uielement/component/settings/plugin/UiCustomPanelPluginPanel.scss +30 -30
- package/src/uielement/component/settings/version/UiCPVersionPanel.scss +15 -15
- package/src/uielement/plugin/configPanel/AddBindingsPluginConfigPanelFormEditor.scss +29 -29
- 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
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
.BoundListPagingToolbar {
|
|
2
|
-
.no-min-width-field {
|
|
3
|
-
> .x-form-text-field-body-default {
|
|
4
|
-
min-width: 40px !important;
|
|
5
|
-
}
|
|
6
|
-
}
|
|
7
|
-
}
|
|
1
|
+
.BoundListPagingToolbar {
|
|
2
|
+
.no-min-width-field {
|
|
3
|
+
> .x-form-text-field-body-default {
|
|
4
|
+
min-width: 40px !important;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
}
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
.ClearFiltersButton {
|
|
2
|
-
border: 1px solid #3D6780 !important;
|
|
3
|
-
border-radius: 6px;
|
|
4
|
-
padding: 6px;
|
|
5
|
-
background-color: #FFFFFF;
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
&.x-btn-over {
|
|
9
|
-
border: 1px solid #3D6780 !important;
|
|
10
|
-
border-radius: 6px;
|
|
11
|
-
padding: 6px;
|
|
12
|
-
background-color: #F5F7FA;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
&.x-btn-disabled {
|
|
16
|
-
border: 1px solid #A3AAB2 !important;
|
|
17
|
-
border-radius: 6px;
|
|
18
|
-
padding: 6px;
|
|
19
|
-
background-color: #FFFFFF;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
&.x-btn-disabled .x-btn-icon-el {
|
|
23
|
-
background-color: #A3AAB2;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
&.x-btn-menu-active {
|
|
27
|
-
border: 1px solid #3D78BF !important;
|
|
28
|
-
background-color: #D8E4F2;
|
|
29
|
-
border-radius: 6px;
|
|
30
|
-
}
|
|
31
|
-
.x-btn-icon-el {
|
|
32
|
-
background-color: rgb(61, 103, 128);
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
.x-btn-icon-el {
|
|
37
|
-
width: 18px;
|
|
38
|
-
height: 18px;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
1
|
+
.ClearFiltersButton {
|
|
2
|
+
border: 1px solid #3D6780 !important;
|
|
3
|
+
border-radius: 6px;
|
|
4
|
+
padding: 6px;
|
|
5
|
+
background-color: #FFFFFF;
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
&.x-btn-over {
|
|
9
|
+
border: 1px solid #3D6780 !important;
|
|
10
|
+
border-radius: 6px;
|
|
11
|
+
padding: 6px;
|
|
12
|
+
background-color: #F5F7FA;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
&.x-btn-disabled {
|
|
16
|
+
border: 1px solid #A3AAB2 !important;
|
|
17
|
+
border-radius: 6px;
|
|
18
|
+
padding: 6px;
|
|
19
|
+
background-color: #FFFFFF;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
&.x-btn-disabled .x-btn-icon-el {
|
|
23
|
+
background-color: #A3AAB2;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
&.x-btn-menu-active {
|
|
27
|
+
border: 1px solid #3D78BF !important;
|
|
28
|
+
background-color: #D8E4F2;
|
|
29
|
+
border-radius: 6px;
|
|
30
|
+
}
|
|
31
|
+
.x-btn-icon-el {
|
|
32
|
+
background-color: rgb(61, 103, 128);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
.x-btn-icon-el {
|
|
37
|
+
width: 18px;
|
|
38
|
+
height: 18px;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
.errorWindow {
|
|
2
|
-
.errorMessage {
|
|
3
|
-
pre {
|
|
4
|
-
font-size: 1em;
|
|
5
|
-
white-space: pre-wrap;
|
|
6
|
-
word-wrap: break-word;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
.fullErrorText {
|
|
10
|
-
pre {
|
|
11
|
-
white-space: pre-wrap;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
}
|
|
15
|
-
|
|
1
|
+
.errorWindow {
|
|
2
|
+
.errorMessage {
|
|
3
|
+
pre {
|
|
4
|
+
font-size: 1em;
|
|
5
|
+
white-space: pre-wrap;
|
|
6
|
+
word-wrap: break-word;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
.fullErrorText {
|
|
10
|
+
pre {
|
|
11
|
+
white-space: pre-wrap;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
}
|
|
15
|
+
|
|
16
16
|
}
|
|
@@ -1,85 +1,85 @@
|
|
|
1
|
-
.ParameterizedReportCombo{
|
|
2
|
-
|
|
3
|
-
.combo-box-container {
|
|
4
|
-
display: inline-block;
|
|
5
|
-
max-width: 800px;
|
|
6
|
-
background-color: white;
|
|
7
|
-
border: 1px solid lightgray;
|
|
8
|
-
box-shadow: 0 4px 8px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.headercontant {
|
|
12
|
-
display: flex;
|
|
13
|
-
flex-direction: row;
|
|
14
|
-
justify-content: center;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.tag {
|
|
18
|
-
padding-left: 10px;
|
|
19
|
-
color: lightgray;
|
|
20
|
-
}
|
|
21
|
-
.youmeant {
|
|
22
|
-
color: lightgray;
|
|
23
|
-
min-width:125px
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.sectionLabel {
|
|
27
|
-
color: lightgray;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.headerresults {
|
|
31
|
-
display: flex;
|
|
32
|
-
flex-direction: row;
|
|
33
|
-
justify-content: right;
|
|
34
|
-
}
|
|
35
|
-
.tag.youmeant.results {
|
|
36
|
-
color: lightgray;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.header {
|
|
40
|
-
display: grid;
|
|
41
|
-
grid-template-columns: 2fr 5fr 2fr;
|
|
42
|
-
grid-template-rows: fit-content;
|
|
43
|
-
grid-gap: .5em;
|
|
44
|
-
padding: 5px;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.inn {
|
|
48
|
-
display: flex;
|
|
49
|
-
flex-direction: row;
|
|
50
|
-
justify-content: left;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.tablecell {
|
|
54
|
-
display: grid;
|
|
55
|
-
grid-template-columns: 2fr 1fr;
|
|
56
|
-
grid-template-rows: fit-content;
|
|
57
|
-
grid-gap: .5em;
|
|
58
|
-
padding: 3px;
|
|
59
|
-
padding-top: 10px;
|
|
60
|
-
border-top: 1px solid whitesmoke;
|
|
61
|
-
cursor: hand;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.contacttablecell {
|
|
65
|
-
display: grid;
|
|
66
|
-
grid-template-columns: 3fr 2fr 2fr;
|
|
67
|
-
grid-template-rows: fit-content;
|
|
68
|
-
grid-gap: .5em;
|
|
69
|
-
padding: 3px;
|
|
70
|
-
padding-top: 10px;
|
|
71
|
-
border-top: 1px solid whitesmoke;
|
|
72
|
-
cursor: hand;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.headname {
|
|
76
|
-
text-align: right;
|
|
77
|
-
color: steelblue;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.customer {
|
|
81
|
-
font-weight: 600;
|
|
82
|
-
color: steelblue;
|
|
83
|
-
font-size: 1.2em;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
1
|
+
.ParameterizedReportCombo{
|
|
2
|
+
|
|
3
|
+
.combo-box-container {
|
|
4
|
+
display: inline-block;
|
|
5
|
+
max-width: 800px;
|
|
6
|
+
background-color: white;
|
|
7
|
+
border: 1px solid lightgray;
|
|
8
|
+
box-shadow: 0 4px 8px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.headercontant {
|
|
12
|
+
display: flex;
|
|
13
|
+
flex-direction: row;
|
|
14
|
+
justify-content: center;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.tag {
|
|
18
|
+
padding-left: 10px;
|
|
19
|
+
color: lightgray;
|
|
20
|
+
}
|
|
21
|
+
.youmeant {
|
|
22
|
+
color: lightgray;
|
|
23
|
+
min-width:125px
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.sectionLabel {
|
|
27
|
+
color: lightgray;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.headerresults {
|
|
31
|
+
display: flex;
|
|
32
|
+
flex-direction: row;
|
|
33
|
+
justify-content: right;
|
|
34
|
+
}
|
|
35
|
+
.tag.youmeant.results {
|
|
36
|
+
color: lightgray;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.header {
|
|
40
|
+
display: grid;
|
|
41
|
+
grid-template-columns: 2fr 5fr 2fr;
|
|
42
|
+
grid-template-rows: fit-content;
|
|
43
|
+
grid-gap: .5em;
|
|
44
|
+
padding: 5px;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.inn {
|
|
48
|
+
display: flex;
|
|
49
|
+
flex-direction: row;
|
|
50
|
+
justify-content: left;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.tablecell {
|
|
54
|
+
display: grid;
|
|
55
|
+
grid-template-columns: 2fr 1fr;
|
|
56
|
+
grid-template-rows: fit-content;
|
|
57
|
+
grid-gap: .5em;
|
|
58
|
+
padding: 3px;
|
|
59
|
+
padding-top: 10px;
|
|
60
|
+
border-top: 1px solid whitesmoke;
|
|
61
|
+
cursor: hand;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.contacttablecell {
|
|
65
|
+
display: grid;
|
|
66
|
+
grid-template-columns: 3fr 2fr 2fr;
|
|
67
|
+
grid-template-rows: fit-content;
|
|
68
|
+
grid-gap: .5em;
|
|
69
|
+
padding: 3px;
|
|
70
|
+
padding-top: 10px;
|
|
71
|
+
border-top: 1px solid whitesmoke;
|
|
72
|
+
cursor: hand;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.headname {
|
|
76
|
+
text-align: right;
|
|
77
|
+
color: steelblue;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.customer {
|
|
81
|
+
font-weight: 600;
|
|
82
|
+
color: steelblue;
|
|
83
|
+
font-size: 1.2em;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
@@ -181,6 +181,9 @@ Ext.define('Coon.report.component.ReportPanel', {
|
|
|
181
181
|
currentGroupLevel = currentGroupLevel[currentGroupLevel.length - 1].columns;
|
|
182
182
|
});
|
|
183
183
|
columnConfig.cls = 'x-column-header-group-item';
|
|
184
|
+
|
|
185
|
+
columnConfig.draggable = false;
|
|
186
|
+
|
|
184
187
|
currentGroupLevel.push(columnConfig);
|
|
185
188
|
pushed = true;
|
|
186
189
|
}
|
|
@@ -986,6 +989,7 @@ Ext.define('Coon.report.component.ReportPanel', {
|
|
|
986
989
|
url: this.url || '/ReportFormData/get',
|
|
987
990
|
timeout: this.timeout || undefined,
|
|
988
991
|
pageSize: this.pageSize || reportBean[ns.$rowCountPerPageValue],
|
|
992
|
+
sealedColumns: true,
|
|
989
993
|
viewConfig: {
|
|
990
994
|
emptyText: 'Не найдено записей, удовлетворяющих условию.',
|
|
991
995
|
enableTextSelection: this.enableTextSelection,
|
|
@@ -1,69 +1,69 @@
|
|
|
1
|
-
.ReportPanel {
|
|
2
|
-
$report-tile-background: #ffffff;
|
|
3
|
-
$report-font-color: #878ea2;
|
|
4
|
-
//margin: 0 20px;
|
|
5
|
-
overflow: visible;
|
|
6
|
-
.x-column-header-text {
|
|
7
|
-
text-overflow: clip ;
|
|
8
|
-
}
|
|
9
|
-
.x-tool-tool-el {
|
|
10
|
-
width: 20px;
|
|
11
|
-
height: 16px;
|
|
12
|
-
margin-right: 11px;
|
|
13
|
-
background-color: #f6f6f6;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
/*.x-panel-header-default {
|
|
17
|
-
padding: 6px 16px;
|
|
18
|
-
background-color: #f6f6f6;
|
|
19
|
-
font-size: 17px;
|
|
20
|
-
.x-title-text {
|
|
21
|
-
color: #3e4752;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
}*/
|
|
25
|
-
|
|
26
|
-
.x-toolbar-default{
|
|
27
|
-
background-color: #ffffff;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.x-grid-header-ct {
|
|
31
|
-
-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
|
|
32
|
-
-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
|
|
33
|
-
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.x-panel-body {
|
|
37
|
-
background-color: $report-tile-background;
|
|
38
|
-
|
|
39
|
-
border-radius: 3px;
|
|
40
|
-
|
|
41
|
-
-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
|
|
42
|
-
-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
|
|
43
|
-
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
> .x-panel-body {
|
|
47
|
-
border-top: none;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.x-grid-item:first-child {
|
|
51
|
-
border-top: none !important;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.x-grid-item:last-child {
|
|
55
|
-
border-bottom: none !important;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.x-grid-inner-locked {
|
|
59
|
-
border-right-color: $report-font-color;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.x-column-header-text {
|
|
63
|
-
margin-right: 0;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.x-group-sub-header {
|
|
67
|
-
border-top: 0px solid #ebecee;
|
|
68
|
-
}
|
|
69
|
-
}
|
|
1
|
+
.ReportPanel {
|
|
2
|
+
$report-tile-background: #ffffff;
|
|
3
|
+
$report-font-color: #878ea2;
|
|
4
|
+
//margin: 0 20px;
|
|
5
|
+
overflow: visible;
|
|
6
|
+
.x-column-header-text {
|
|
7
|
+
text-overflow: clip ;
|
|
8
|
+
}
|
|
9
|
+
.x-tool-tool-el {
|
|
10
|
+
width: 20px;
|
|
11
|
+
height: 16px;
|
|
12
|
+
margin-right: 11px;
|
|
13
|
+
background-color: #f6f6f6;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
/*.x-panel-header-default {
|
|
17
|
+
padding: 6px 16px;
|
|
18
|
+
background-color: #f6f6f6;
|
|
19
|
+
font-size: 17px;
|
|
20
|
+
.x-title-text {
|
|
21
|
+
color: #3e4752;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
}*/
|
|
25
|
+
|
|
26
|
+
.x-toolbar-default{
|
|
27
|
+
background-color: #ffffff;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.x-grid-header-ct {
|
|
31
|
+
-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
|
|
32
|
+
-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
|
|
33
|
+
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.x-panel-body {
|
|
37
|
+
background-color: $report-tile-background;
|
|
38
|
+
|
|
39
|
+
border-radius: 3px;
|
|
40
|
+
|
|
41
|
+
-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
|
|
42
|
+
-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
|
|
43
|
+
box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
> .x-panel-body {
|
|
47
|
+
border-top: none;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.x-grid-item:first-child {
|
|
51
|
+
border-top: none !important;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.x-grid-item:last-child {
|
|
55
|
+
border-bottom: none !important;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.x-grid-inner-locked {
|
|
59
|
+
border-right-color: $report-font-color;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.x-column-header-text {
|
|
63
|
+
margin-right: 0;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.x-group-sub-header {
|
|
67
|
+
border-top: 0px solid #ebecee;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
.simple-report-tag{
|
|
2
|
-
.x-tagfield-input{
|
|
3
|
-
margin: 0;
|
|
4
|
-
padding: 0;
|
|
5
|
-
overflow-x: hidden;
|
|
6
|
-
}
|
|
7
|
-
.x-tagfield-item{
|
|
8
|
-
margin: 4px 6px 2px 0;
|
|
9
|
-
&.mark-to-remove{
|
|
10
|
-
background-color: #ef5350;
|
|
11
|
-
}
|
|
12
|
-
.x-tagfield-item-text{
|
|
13
|
-
line-height: 110%;
|
|
14
|
-
padding-top: 3px;
|
|
15
|
-
padding-bottom: 3px;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.x-placeholder-label {
|
|
20
|
-
display: none;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
1
|
+
.simple-report-tag{
|
|
2
|
+
.x-tagfield-input{
|
|
3
|
+
margin: 0;
|
|
4
|
+
padding: 0;
|
|
5
|
+
overflow-x: hidden;
|
|
6
|
+
}
|
|
7
|
+
.x-tagfield-item{
|
|
8
|
+
margin: 4px 6px 2px 0;
|
|
9
|
+
&.mark-to-remove{
|
|
10
|
+
background-color: #ef5350;
|
|
11
|
+
}
|
|
12
|
+
.x-tagfield-item-text{
|
|
13
|
+
line-height: 110%;
|
|
14
|
+
padding-top: 3px;
|
|
15
|
+
padding-bottom: 3px;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.x-placeholder-label {
|
|
20
|
+
display: none;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
.historyMenu {
|
|
2
|
-
padding: 0;
|
|
3
|
-
|
|
4
|
-
.history-container {
|
|
5
|
-
left: 0 !important;
|
|
6
|
-
width: 354px !important;
|
|
7
|
-
padding-left: 16px;
|
|
8
|
-
cursor: pointer;
|
|
9
|
-
.x-box-inner {
|
|
10
|
-
width: 338px !important;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.history-item-field {
|
|
15
|
-
margin-top: 3px !important;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.history-container:hover {
|
|
19
|
-
background-color: #EBECEE;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.history-item-remove-button {
|
|
23
|
-
margin-top: 2px !important;
|
|
24
|
-
left: 289px !important;
|
|
25
|
-
z-index: 2;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.history-item-remove-button.x-btn-over {
|
|
29
|
-
background-color: #EBECEE !important;
|
|
30
|
-
color: #111111 !important;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
|
|
1
|
+
.historyMenu {
|
|
2
|
+
padding: 0;
|
|
3
|
+
|
|
4
|
+
.history-container {
|
|
5
|
+
left: 0 !important;
|
|
6
|
+
width: 354px !important;
|
|
7
|
+
padding-left: 16px;
|
|
8
|
+
cursor: pointer;
|
|
9
|
+
.x-box-inner {
|
|
10
|
+
width: 338px !important;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.history-item-field {
|
|
15
|
+
margin-top: 3px !important;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.history-container:hover {
|
|
19
|
+
background-color: #EBECEE;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.history-item-remove-button {
|
|
23
|
+
margin-top: 2px !important;
|
|
24
|
+
left: 289px !important;
|
|
25
|
+
z-index: 2;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.history-item-remove-button.x-btn-over {
|
|
29
|
+
background-color: #EBECEE !important;
|
|
30
|
+
color: #111111 !important;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
@@ -1,57 +1,57 @@
|
|
|
1
|
-
.ReportCalculatorMenuItem {
|
|
2
|
-
.hidden-focus-button.x-btn-default-small {
|
|
3
|
-
padding: 0 !important;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
// стили для кнопок калькулятора в контекстном меню
|
|
7
|
-
.calculator-contextmenu-button-type1 {
|
|
8
|
-
border: 1px solid #8B8B8B !important;
|
|
9
|
-
border-radius: 6px;
|
|
10
|
-
padding: 6px 12px;
|
|
11
|
-
.x-btn-inner-default-small {
|
|
12
|
-
font-size: 13px;
|
|
13
|
-
font-weight: 400 !important;
|
|
14
|
-
line-height: 16px;
|
|
15
|
-
padding: 0;
|
|
16
|
-
}
|
|
17
|
-
.x-btn-inner {
|
|
18
|
-
color: #888888;
|
|
19
|
-
}
|
|
20
|
-
.svg-icon {
|
|
21
|
-
background-color: #888888 !important;
|
|
22
|
-
}
|
|
23
|
-
&.x-btn-over {
|
|
24
|
-
background-color: #F5F5F5;
|
|
25
|
-
border: 1px solid #707070 !important;
|
|
26
|
-
.x-btn-inner {
|
|
27
|
-
color: #707070 !important;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
&.x-btn-pressed {
|
|
31
|
-
background-color: #ECECEC !important;
|
|
32
|
-
border: 1px solid #707070 !important;
|
|
33
|
-
.x-btn-inner {
|
|
34
|
-
color: #707070 !important;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
&:has(.x-btn-no-text) {
|
|
38
|
-
padding: 6px 6px;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.x-form-item-body-default {
|
|
43
|
-
min-height: 22px !important;
|
|
44
|
-
}
|
|
45
|
-
.x-form-cb-wrap-default {
|
|
46
|
-
height: 24px !important;
|
|
47
|
-
}
|
|
48
|
-
.sum-value-container {
|
|
49
|
-
display: flex;
|
|
50
|
-
}
|
|
51
|
-
.sum-icon {
|
|
52
|
-
color: gray !important;
|
|
53
|
-
}
|
|
54
|
-
.sum-value {
|
|
55
|
-
margin: 2px 0 0 4px
|
|
56
|
-
}
|
|
57
|
-
}
|
|
1
|
+
.ReportCalculatorMenuItem {
|
|
2
|
+
.hidden-focus-button.x-btn-default-small {
|
|
3
|
+
padding: 0 !important;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
// стили для кнопок калькулятора в контекстном меню
|
|
7
|
+
.calculator-contextmenu-button-type1 {
|
|
8
|
+
border: 1px solid #8B8B8B !important;
|
|
9
|
+
border-radius: 6px;
|
|
10
|
+
padding: 6px 12px;
|
|
11
|
+
.x-btn-inner-default-small {
|
|
12
|
+
font-size: 13px;
|
|
13
|
+
font-weight: 400 !important;
|
|
14
|
+
line-height: 16px;
|
|
15
|
+
padding: 0;
|
|
16
|
+
}
|
|
17
|
+
.x-btn-inner {
|
|
18
|
+
color: #888888;
|
|
19
|
+
}
|
|
20
|
+
.svg-icon {
|
|
21
|
+
background-color: #888888 !important;
|
|
22
|
+
}
|
|
23
|
+
&.x-btn-over {
|
|
24
|
+
background-color: #F5F5F5;
|
|
25
|
+
border: 1px solid #707070 !important;
|
|
26
|
+
.x-btn-inner {
|
|
27
|
+
color: #707070 !important;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
&.x-btn-pressed {
|
|
31
|
+
background-color: #ECECEC !important;
|
|
32
|
+
border: 1px solid #707070 !important;
|
|
33
|
+
.x-btn-inner {
|
|
34
|
+
color: #707070 !important;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
&:has(.x-btn-no-text) {
|
|
38
|
+
padding: 6px 6px;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.x-form-item-body-default {
|
|
43
|
+
min-height: 22px !important;
|
|
44
|
+
}
|
|
45
|
+
.x-form-cb-wrap-default {
|
|
46
|
+
height: 24px !important;
|
|
47
|
+
}
|
|
48
|
+
.sum-value-container {
|
|
49
|
+
display: flex;
|
|
50
|
+
}
|
|
51
|
+
.sum-icon {
|
|
52
|
+
color: gray !important;
|
|
53
|
+
}
|
|
54
|
+
.sum-value {
|
|
55
|
+
margin: 2px 0 0 4px
|
|
56
|
+
}
|
|
57
|
+
}
|