ru.coon 2.7.50 → 2.7.52

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.
Files changed (98) hide show
  1. package/.gitattributes +1 -1
  2. package/.husky/pre-commit +4 -4
  3. package/.lintstagedrc.json +2 -2
  4. package/CHANGELOG.md +15 -0
  5. package/Readme.md +24 -24
  6. package/TODO.md +7 -7
  7. package/doc/changelog.md +118 -118
  8. package/doc/shortcuts.md +5 -5
  9. package/jsdoc.config.json +29 -29
  10. package/package.json +78 -78
  11. package/sass/src/common/plugin/form/PeriodPicker.scss +8 -8
  12. package/src/Function.scss +4 -4
  13. package/src/app/viewPort/Main.scss +133 -133
  14. package/src/command/Readme.md +4 -4
  15. package/src/common/component/ColorPalette.scss +102 -102
  16. package/src/common/component/ExternalFrame.scss +8 -8
  17. package/src/common/component/HotkeyHelpText.scss +34 -34
  18. package/src/common/component/TreeComponentStructure.scss +5 -5
  19. package/src/common/component/editor/CharacteristicGridEditor.scss +66 -66
  20. package/src/common/component/editor/TypedCharacteristicEditor.scss +7 -7
  21. package/src/common/component/formeditor/UiCustomFilterForm.scss +7 -7
  22. package/src/common/component/formeditor/UiCustomFormEditor.scss +42 -42
  23. package/src/common/component/visualeditor/UiCPVisualEditor.scss +108 -108
  24. package/src/common/field/EditorJs.scss +41 -41
  25. package/src/common/field/FieldsHelper.js +0 -0
  26. package/src/common/field/ReportValueField.scss +2 -2
  27. package/src/common/field/combo/CommandComboBox.scss +19 -19
  28. package/src/common/panel/DayPicker.scss +15 -15
  29. package/src/common/panel/MainUploadPanel.scss +13 -13
  30. package/src/common/panel/SelectIconClassPanel.scss +38 -38
  31. package/src/common/panel/SelectIconClassPanelTemplate.scss +14 -14
  32. package/src/common/panel/StopwatchWindow.js +147 -0
  33. package/src/common/panel/StopwatchWindow.scss +44 -0
  34. package/src/common/panel/UniversalUploadResults.js +31 -0
  35. package/src/common/panel/UniversalUploadResults.scss +40 -0
  36. package/src/common/panel/WindowWrap.js +0 -0
  37. package/src/common/panel/WindowWrap.scss +8 -8
  38. package/src/common/panel/dropzone/UniversalMultiUploadForm.scss +29 -29
  39. package/src/common/panel/dropzone/UploadDropZone.scss +36 -36
  40. package/src/common/panel/widget/WidgetPanel.scss +157 -157
  41. package/src/info.scss +12 -12
  42. package/src/nav/AppNavTab.scss +20 -20
  43. package/src/nav/AppNavigationBar.scss +9 -9
  44. package/src/nav/AppNavigationMenu.scss +60 -60
  45. package/src/nav/AppNavigationToggleButton.scss +6 -6
  46. package/src/nav/editor/menu/NavMenuTreeView.scss +104 -104
  47. package/src/nav/editor/workspace/NavWorkspaceListView.scss +35 -35
  48. package/src/nav/menu/NavMenuPanel.scss +11 -11
  49. package/src/nav/menu/WorkspaceMenuView.scss +218 -218
  50. package/src/nav/windowHolderTab.scss +13 -13
  51. package/src/report/column/MultiFilesColumn.scss +8 -8
  52. package/src/report/component/BoundListPagingToolbar.scss +7 -7
  53. package/src/report/component/ErrorWindow.scss +15 -15
  54. package/src/report/component/ParameterizedReportCombo.scss +85 -85
  55. package/src/report/component/ReportPanel.scss +69 -69
  56. package/src/report/component/SimpleReportTag.scss +22 -22
  57. package/src/report/component/reportpanel/CopyReportPanel.scss +14 -14
  58. package/src/report/component/reportpanel/FilterPanel.scss +16 -16
  59. package/src/report/component/reportpanel/FilterPanelLegend.scss +23 -23
  60. package/src/report/component/reportpanel/NorthPanel.scss +18 -18
  61. package/src/report/component/reportpanel/ReportGrid.scss +37 -37
  62. package/src/report/component/settings/ReportFormEditPanel.scss +87 -87
  63. package/src/report/component/settings/ReportPropertiesGrid.scss +25 -25
  64. package/src/report/component/settings/field/ReportFormFieldsGrid.scss +5 -5
  65. package/src/report/component/settings/property/ReportPropertiesPanel.scss +12 -12
  66. package/src/report/plugin/SettingsManagerPlugin/view/SMPMainView.scss +3 -3
  67. package/src/report/plugin/configPanel/AddFilterConditionPluginConfigPanel.scss +53 -53
  68. package/src/report/plugin/configPanel/CopyRowsFromGridConfigPanel.js +38 -21
  69. package/src/report/plugin/configPanel/ExecuteCommandButtonPluginConfigPanel.scss +5 -5
  70. package/src/report/plugin/configPanel/GroupRowsPluginConfigPanel.scss +3 -3
  71. package/src/report/plugin/configPanel/UiAceEditorField.scss +20 -20
  72. package/src/report/plugin/configPanel/common/pluginDescriptionLabel.scss +8 -8
  73. package/src/report/plugin/grid/CopyRowsFromGrid.js +99 -38
  74. package/src/report/plugin/grid/GridRowStylePlugin.scss +56 -56
  75. package/src/report/plugin/grid/OpenURLButtonPlugin.js +1 -1
  76. package/src/report/plugin/grid/ReportTabContainerPlugin.scss +3 -3
  77. package/src/report/plugin/grid/ToggleColumnsPlugin.scss +7 -7
  78. package/src/report/plugin/grid/ToolbarButtonPlugin.scss +3 -3
  79. package/src/research/ResearchTreeView.scss +19 -19
  80. package/src/security/component/RoleFileUploadForm.scss +4 -4
  81. package/src/security/component/ui/UiCPRestrictionEditor.scss +4 -4
  82. package/src/security/securitySettingComponent/RoleEditPanel.scss +16 -16
  83. package/src/security/securitySettingComponent/RoleEditPanelController.js +12 -7
  84. package/src/security/securitySettingComponent/menu/RoleEditMenuController.js +3 -3
  85. package/src/security/securitySettingComponent/report/RoleEditReportController.js +7 -1
  86. package/src/security/securitySettingComponent/uiCP/RoleEditUiCPController.js +7 -2
  87. package/src/security/securitySettingComponent/url/RoleEditUrlController.js +6 -1
  88. package/src/security/securitySettingComponent/user/RoleEditUserController.js +6 -1
  89. package/src/uielement/component/MenuItemList.scss +35 -35
  90. package/src/uielement/component/formchips/FilterConditionToolbar.scss +74 -74
  91. package/src/uielement/component/settings/UiCustomPanelEditor.scss +9 -9
  92. package/src/uielement/component/settings/config/UiCPConfigPanelController.scss +24 -24
  93. package/src/uielement/component/settings/plugin/UiCustomPanelPluginGrid.scss +11 -11
  94. package/src/uielement/component/settings/plugin/UiCustomPanelPluginPanel.scss +30 -30
  95. package/src/uielement/component/settings/version/UiCPVersionPanel.scss +15 -15
  96. package/src/uielement/plugin/configPanel/AddBindingsPluginConfigPanelFormEditor.scss +29 -29
  97. package/src/uielement/plugin/configPanel/executeCommand/ExecuteCommandPluginConfigPanelFormEditor.scss +22 -22
  98. package/src/version.js +1 -1
@@ -1,3 +1,3 @@
1
- .x-grid-cell-inner-action-col {
2
- text-align: center !important;
3
- }
1
+ .x-grid-cell-inner-action-col {
2
+ text-align: center !important;
3
+ }
@@ -1,19 +1,19 @@
1
- .ResearchTreeView {
2
- span.field-rep-name {
3
- font-weight: bold;
4
- }
5
-
6
- span.field-ui-name {
7
- font-weight: bold;
8
- }
9
-
10
- span.component-type-name {
11
- font-weight: bold;
12
- }
13
-
14
- .x-tab-default .x-tab-close-btn:before {
15
- content: '\f00d';
16
- color: gray;
17
- }
18
-
19
- }
1
+ .ResearchTreeView {
2
+ span.field-rep-name {
3
+ font-weight: bold;
4
+ }
5
+
6
+ span.field-ui-name {
7
+ font-weight: bold;
8
+ }
9
+
10
+ span.component-type-name {
11
+ font-weight: bold;
12
+ }
13
+
14
+ .x-tab-default .x-tab-close-btn:before {
15
+ content: '\f00d';
16
+ color: gray;
17
+ }
18
+
19
+ }
@@ -1,5 +1,5 @@
1
- .RoleFileUploadForm {
2
- .x-btn-inner {
3
- color: black!important;
4
- }
1
+ .RoleFileUploadForm {
2
+ .x-btn-inner {
3
+ color: black!important;
4
+ }
5
5
  }
@@ -1,5 +1,5 @@
1
- .UiCPRestrictionEditor {
2
- .saveBtn:not(.x-item-disabled) .x-btn-inner{
3
- color: red;
4
- }
1
+ .UiCPRestrictionEditor {
2
+ .saveBtn:not(.x-item-disabled) .x-btn-inner{
3
+ color: red;
4
+ }
5
5
  }
@@ -1,17 +1,17 @@
1
- .RoleEditPanel {
2
- .x-grid-item {
3
- .checked-row {
4
- background-color: #f7f7f8;
5
- }
6
- }
7
- .x-grid-item {
8
- .unchecked-row {
9
- background-color: white;
10
- }
11
- }
12
- .x-grid-row {
13
- &:hover {
14
- background-color: #ebecee;
15
- }
16
- }
1
+ .RoleEditPanel {
2
+ .x-grid-item {
3
+ .checked-row {
4
+ background-color: #f7f7f8;
5
+ }
6
+ }
7
+ .x-grid-item {
8
+ .unchecked-row {
9
+ background-color: white;
10
+ }
11
+ }
12
+ .x-grid-row {
13
+ &:hover {
14
+ background-color: #ebecee;
15
+ }
16
+ }
17
17
  }
@@ -22,7 +22,7 @@ Ext.define('Coon.security.securitySettingComponent.RoleEditPanelController', {
22
22
  this.role = role;
23
23
  this.view.setTitle(`Редактирование роли ${role}`);
24
24
  if (isNew) {
25
- this.lookup('menuGrid').getController().loadAllMenuData([], this.role);
25
+ this.processGitData();
26
26
  } else {
27
27
  this.getGitData().then(this.processGitData.bind(this)).finally(() => this.view.unmask()); ;
28
28
  }
@@ -47,16 +47,21 @@ Ext.define('Coon.security.securitySettingComponent.RoleEditPanelController', {
47
47
  },
48
48
 
49
49
  processGitData(data) {
50
- const gitData = JSON.parse(data);
51
- this.menuGitDataContent = JSON.parse(gitData.find((el) => el.path === this.paths['menuByRole']).content);
50
+ if (data) {
51
+ const gitData = JSON.parse(data);
52
+ const parseData = (path) => {
53
+ return JSON.parse(gitData.find((el) => el.path === this.paths(path)).content || '{}');
54
+ };
55
+ this.menuGitDataContent = parseData('menuByRole');
56
+ this.reportGitDataContent = parseData('reportPlugin');
57
+ this.uiCpGitDataContent = parseData('uiElement');
58
+ this.urlGitDataContent = parseData('urlPattern');
59
+ this.userRoleGitDataContent = parseData('roleByUser');
60
+ }
52
61
  this.lookup('menuGrid').getController().loadAllMenuData(this.menuGitDataContent, this.role);
53
- this.reportGitDataContent = JSON.parse(gitData.find((el) => el.path === this.paths['reportPlugin']).content);
54
62
  this.lookup('reportsGridPanel').getController().loadReportData(this.reportGitDataContent, this.role);
55
- this.uiCpGitDataContent = JSON.parse(gitData.find((el) => el.path === this.paths['uiElement']).content);
56
63
  this.lookup('uiCPGridPanel').getController().loadUiCPData(this.uiCpGitDataContent, this.role);
57
- this.urlGitDataContent = JSON.parse(gitData.find((el) => el.path === this.paths['urlPattern']).content);
58
64
  this.lookup('urlGrid').getController().loadUrlData(this.urlGitDataContent, this.role);
59
- this.userRoleGitDataContent = JSON.parse(gitData.find((el) => el.path === this.paths['roleByUser']).content);
60
65
  this.lookup('userNameGrid').getController().loadUserData(this.userRoleGitDataContent, this.role);
61
66
  },
62
67
 
@@ -96,9 +96,9 @@ Ext.define('Coon.security.securitySettingComponent.menu.RoleEditMenuController',
96
96
  },
97
97
 
98
98
  loadAllMenuData(data, role) {
99
- this.menuGitDataContent = data;
99
+ this.menuGitDataContent = data || {};
100
100
  this.role = role;
101
- const menuGitData = this.menuGitDataContent[this.role];
101
+ this.menuGitDataContent[this.role] = this.menuGitDataContent[this.role] || [];
102
102
  return Coon.util.promisifyCmd('command.GetDynamicReportDataCommand', this.reportId)
103
103
  .then((data) => {
104
104
  if (Ext.isArray(data.list)) {
@@ -109,7 +109,7 @@ Ext.define('Coon.security.securitySettingComponent.menu.RoleEditMenuController',
109
109
  });
110
110
  this.allMenuData = transformData.reduce((acc, el) => {
111
111
  el.leaf = el.LEAF_SW === 'Y';
112
- el.menuCheck = !!menuGitData.find((menu) => menu === el.MENU_ENTRY_CD);
112
+ el.menuCheck = !!this.menuGitDataContent[this.role].find((menu) => menu === el.MENU_ENTRY_CD);
113
113
  if (!acc.find((item) => item.ws === el.WORKSPACE_CD)) {
114
114
  acc.push({
115
115
  text: el.WORKSPACE_DESCR,
@@ -3,13 +3,19 @@ Ext.define('Coon.security.securitySettingComponent.report.RoleEditReportControll
3
3
 
4
4
  alias: 'controller.RoleEditReportController',
5
5
 
6
+ reportGitDataContent: {},
7
+ reportGitDataObject: {},
8
+
6
9
  init() {
7
10
  this.lookup('reportPluginsGrid').getStore().on('datachanged', this.onEditReportGridButtonHandler.bind(this));
8
11
  },
9
12
 
10
13
  loadReportData(data, role) {
11
- this.reportGitDataContent = data;
12
14
  this.role = role;
15
+ if (!data) {
16
+ return;
17
+ }
18
+ this.reportGitDataContent = data;
13
19
  this.reportGitDataObject = Object.entries(this.reportGitDataContent).reduce((acc, [repId, pluginsByRole]) => {
14
20
  if (pluginsByRole[this.role] && pluginsByRole[this.role].length) {
15
21
  acc[repId] = pluginsByRole[this.role];
@@ -3,14 +3,19 @@ Ext.define('Coon.security.securitySettingComponent.uiCP.RoleEditUiCPController',
3
3
 
4
4
  alias: 'controller.RoleEditUiCPController',
5
5
 
6
+ uiCpGitDataContent: {},
7
+ uiCpGitDataObject: {},
8
+
6
9
  init() {
7
10
  this.lookup('UICPButtonsGrid').getStore().on('datachanged', this.onEditUICPGridButtonHandler.bind(this));
8
11
  },
9
12
 
10
13
  loadUiCPData(data, role) {
11
- this.uiCpGitDataContent = data;
12
14
  this.role = role;
13
- this.uiCpGitDataObject = {};
15
+ if (!data) {
16
+ return;
17
+ }
18
+ this.uiCpGitDataContent = data;
14
19
  Object.keys(this.uiCpGitDataContent).map((uiName) => {
15
20
  const buttonArr = Object.entries(this.uiCpGitDataContent[uiName].buttons).reduce((acc, [butName, butRoles]) => {
16
21
  if (butRoles.find((el) => el === this.role)) {
@@ -3,9 +3,14 @@ Ext.define('Coon.security.securitySettingComponent.url.RoleEditUrlController', {
3
3
 
4
4
  alias: 'controller.RoleEditUrlController',
5
5
 
6
+ urlGitDataContent: {},
7
+
6
8
  loadUrlData(data, role) {
7
- this.urlGitDataContent = data;
8
9
  this.role = role;
10
+ if (!data) {
11
+ return;
12
+ }
13
+ this.urlGitDataContent = data;
9
14
  this.getView().getStore().loadData(this.urlGitDataContent[this.role]);
10
15
  },
11
16
 
@@ -3,9 +3,14 @@ Ext.define('Coon.security.securitySettingComponent.user.RoleEditUserController',
3
3
 
4
4
  alias: 'controller.RoleEditUserController',
5
5
 
6
+ userRoleGitDataContent: {},
7
+
6
8
  loadUserData(data, role) {
7
- this.userRoleGitDataContent = data;
8
9
  this.role = role;
10
+ if (!data) {
11
+ return;
12
+ }
13
+ this.userRoleGitDataContent = data;
9
14
  const userRoleGitData = Object.entries(this.userRoleGitDataContent).reduce((acc, [userName, roles]) => {
10
15
  if (roles.find((role) => this.role === role)) {
11
16
  acc.push({'userName': userName});
@@ -1,35 +1,35 @@
1
- .MenuItemList {
2
- .list-box {
3
- border: 1px solid #e0e0e0;
4
- margin: 3px;
5
- //padding: 7px;
6
- border-radius: 10px;
7
- }
8
-
9
- .parent-menu-item .x-treelist-item-text {
10
- font-size: 16px;
11
- color: #111;
12
- font-weight: 600;
13
- }
14
-
15
- .x-treelist-item-text {
16
- color: #1f5a8a;
17
- }
18
-
19
- .empty-bg {
20
- background-color: #eeeeee !important;
21
- }
22
-
23
- .icon-orange {
24
- background-color: #ff9800;
25
- margin-top: 5px;
26
- }
27
-
28
- .x-treelist-row-over, .x-treelist-item-selected .x-treelist-row {
29
- background-color: #FFFFFFFF;
30
- }
31
-
32
- .x-treelist-row-over .x-treelist-item-text, .x-treelist-item-selected .x-treelist-item-text {
33
- color: #112b39;
34
- }
35
- }
1
+ .MenuItemList {
2
+ .list-box {
3
+ border: 1px solid #e0e0e0;
4
+ margin: 3px;
5
+ //padding: 7px;
6
+ border-radius: 10px;
7
+ }
8
+
9
+ .parent-menu-item .x-treelist-item-text {
10
+ font-size: 16px;
11
+ color: #111;
12
+ font-weight: 600;
13
+ }
14
+
15
+ .x-treelist-item-text {
16
+ color: #1f5a8a;
17
+ }
18
+
19
+ .empty-bg {
20
+ background-color: #eeeeee !important;
21
+ }
22
+
23
+ .icon-orange {
24
+ background-color: #ff9800;
25
+ margin-top: 5px;
26
+ }
27
+
28
+ .x-treelist-row-over, .x-treelist-item-selected .x-treelist-row {
29
+ background-color: #FFFFFFFF;
30
+ }
31
+
32
+ .x-treelist-row-over .x-treelist-item-text, .x-treelist-item-selected .x-treelist-item-text {
33
+ color: #112b39;
34
+ }
35
+ }
@@ -1,74 +1,74 @@
1
- .x-menu-body .x-box-target, .FilterConditionToolbar {
2
-
3
- .closable-chip, .unusable-chip, .chip, .service-chip {
4
- display: inline-block;
5
- cursor: default;
6
- padding: 0 15px;
7
- height: 26px;
8
- line-height: 26px;
9
- border-radius: 13px;
10
- .chip-value {
11
- font-size: 13px;
12
- }
13
- .closebtn {
14
- padding-left: 10px;
15
- color: #888;
16
- font-weight: bold;
17
- float: right;
18
- font-size: 15px;
19
- cursor: pointer;
20
- }
21
- .closebtn:hover {
22
- color: #000;
23
- }
24
- }
25
- .remote-search-chip {
26
- background-color: #f5f5f5;
27
- .chip-value {
28
- font-size: 12px;
29
- color: rgba(17,17,17,0.8);
30
- font-weight: 400;
31
- line-height: 16px;
32
- }
33
- }
34
-
35
- .local-search-chip {
36
- background-color: #dffad3;
37
- }
38
-
39
- /* Неиспользованное для поиска поле и сервисное поле */
40
- .unusable-chip {
41
- .chip-value {
42
- font-size: 12px;
43
- font-style: italic;
44
- color: #111111;
45
- font-weight: 400;
46
- line-height: 16px;
47
- }
48
- }
49
-
50
- .service-chip {
51
- .chip-value {
52
- font-size: 12px;
53
- color: rgba(17,17,17,0.8);
54
- font-weight: 400;
55
- line-height: 16px;
56
- }
57
- }
58
-
59
- .chip, .service-chip, .unusable-chip {
60
- .closebtn {
61
- display: none;
62
- }
63
- }
64
-
65
- .closable-chip {
66
- .closebtn {
67
- display: block;
68
- }
69
- }
70
-
71
- .tool-eye-horus {
72
- color: #002453;
73
- }
74
- }
1
+ .x-menu-body .x-box-target, .FilterConditionToolbar {
2
+
3
+ .closable-chip, .unusable-chip, .chip, .service-chip {
4
+ display: inline-block;
5
+ cursor: default;
6
+ padding: 0 15px;
7
+ height: 26px;
8
+ line-height: 26px;
9
+ border-radius: 13px;
10
+ .chip-value {
11
+ font-size: 13px;
12
+ }
13
+ .closebtn {
14
+ padding-left: 10px;
15
+ color: #888;
16
+ font-weight: bold;
17
+ float: right;
18
+ font-size: 15px;
19
+ cursor: pointer;
20
+ }
21
+ .closebtn:hover {
22
+ color: #000;
23
+ }
24
+ }
25
+ .remote-search-chip {
26
+ background-color: #f5f5f5;
27
+ .chip-value {
28
+ font-size: 12px;
29
+ color: rgba(17,17,17,0.8);
30
+ font-weight: 400;
31
+ line-height: 16px;
32
+ }
33
+ }
34
+
35
+ .local-search-chip {
36
+ background-color: #dffad3;
37
+ }
38
+
39
+ /* Неиспользованное для поиска поле и сервисное поле */
40
+ .unusable-chip {
41
+ .chip-value {
42
+ font-size: 12px;
43
+ font-style: italic;
44
+ color: #111111;
45
+ font-weight: 400;
46
+ line-height: 16px;
47
+ }
48
+ }
49
+
50
+ .service-chip {
51
+ .chip-value {
52
+ font-size: 12px;
53
+ color: rgba(17,17,17,0.8);
54
+ font-weight: 400;
55
+ line-height: 16px;
56
+ }
57
+ }
58
+
59
+ .chip, .service-chip, .unusable-chip {
60
+ .closebtn {
61
+ display: none;
62
+ }
63
+ }
64
+
65
+ .closable-chip {
66
+ .closebtn {
67
+ display: block;
68
+ }
69
+ }
70
+
71
+ .tool-eye-horus {
72
+ color: #002453;
73
+ }
74
+ }
@@ -1,10 +1,10 @@
1
- .UiCustomPanelEditor {
2
- .good-hash {
3
- color: #64AA2B;
4
- font-size: 19px;
5
- }
6
- .bad-hash {
7
- color: red;
8
- font-size: 19px;
9
- }
1
+ .UiCustomPanelEditor {
2
+ .good-hash {
3
+ color: #64AA2B;
4
+ font-size: 19px;
5
+ }
6
+ .bad-hash {
7
+ color: red;
8
+ font-size: 19px;
9
+ }
10
10
  }
@@ -1,24 +1,24 @@
1
- .errorsCountMsg, .errorsCountBtn span[data-ref="btnInnerEl"] {
2
- color: red !important;
3
- }
4
-
5
- .errorsCountBtn, .warningsCountBtn {
6
- font-size: 15px !important;
7
- background-color: white !important;
8
- }
9
-
10
- .warningsCountBtn span[data-ref="btnInnerEl"] {
11
- color: #b9b92d !important;
12
- }
13
-
14
- .errorsCountMsg {
15
- margin-top: 12px !important;
16
- }
17
-
18
- .x-warningsCountBtn-focus {
19
- background-color: white !important;
20
- }
21
-
22
- .x-warningsCountMenuItem-focus a[data-ref="itemEl"] {
23
- background-color: #d0d0d0 !important;
24
- }
1
+ .errorsCountMsg, .errorsCountBtn span[data-ref="btnInnerEl"] {
2
+ color: red !important;
3
+ }
4
+
5
+ .errorsCountBtn, .warningsCountBtn {
6
+ font-size: 15px !important;
7
+ background-color: white !important;
8
+ }
9
+
10
+ .warningsCountBtn span[data-ref="btnInnerEl"] {
11
+ color: #b9b92d !important;
12
+ }
13
+
14
+ .errorsCountMsg {
15
+ margin-top: 12px !important;
16
+ }
17
+
18
+ .x-warningsCountBtn-focus {
19
+ background-color: white !important;
20
+ }
21
+
22
+ .x-warningsCountMenuItem-focus a[data-ref="itemEl"] {
23
+ background-color: #d0d0d0 !important;
24
+ }
@@ -1,11 +1,11 @@
1
- .UiCustomPanelPluginGrid {
2
- .x-title-icon {
3
- color: gray!important;
4
- }
5
- .deletedRecord {
6
- text-decoration: line-through;
7
- }
8
- .newRecord {
9
- font-style:italic;
10
- }
11
- }
1
+ .UiCustomPanelPluginGrid {
2
+ .x-title-icon {
3
+ color: gray!important;
4
+ }
5
+ .deletedRecord {
6
+ text-decoration: line-through;
7
+ }
8
+ .newRecord {
9
+ font-style:italic;
10
+ }
11
+ }
@@ -1,30 +1,30 @@
1
- .UiCustomPanelPluginPanel {
2
- .pluginInfo .x-form-display-field{
3
- text-align: left;
4
- font-size: 1em;
5
- font-weight: bold;
6
- padding: 8px;
7
- }
8
- .x-docked.x-panel-header-collapsed {
9
- padding: 8px 4px!important;
10
- }
11
-
12
- .deletedRecord {
13
- color: darkred;
14
- text-decoration: line-through;
15
- }
16
- .readOnlyRecord {
17
- .x-grid-td {
18
- background-color: #f5f5f5;
19
- color: #555;
20
- }
21
- }
22
-
23
- .readOnlyDeletedRecord {
24
- .x-grid-td {
25
- color: darkred;
26
- text-decoration: line-through;
27
- background-color: #f5f5f5;
28
- }
29
- }
30
- }
1
+ .UiCustomPanelPluginPanel {
2
+ .pluginInfo .x-form-display-field{
3
+ text-align: left;
4
+ font-size: 1em;
5
+ font-weight: bold;
6
+ padding: 8px;
7
+ }
8
+ .x-docked.x-panel-header-collapsed {
9
+ padding: 8px 4px!important;
10
+ }
11
+
12
+ .deletedRecord {
13
+ color: darkred;
14
+ text-decoration: line-through;
15
+ }
16
+ .readOnlyRecord {
17
+ .x-grid-td {
18
+ background-color: #f5f5f5;
19
+ color: #555;
20
+ }
21
+ }
22
+
23
+ .readOnlyDeletedRecord {
24
+ .x-grid-td {
25
+ color: darkred;
26
+ text-decoration: line-through;
27
+ background-color: #f5f5f5;
28
+ }
29
+ }
30
+ }
@@ -1,15 +1,15 @@
1
- .headerAceDiffContainerLeftSection{
2
- width: 50%;
3
- height: 20px;
4
- float: left;
5
- text-align: center;
6
- }
7
- .headerAceDiffContainerRightSection{
8
- width: 50%;
9
- height: 20px;
10
- float: right;
11
- text-align: center;
12
- }
13
- .x-btn-icon-el-default-toolbar-small{
14
- height: 24px;
15
- }
1
+ .headerAceDiffContainerLeftSection{
2
+ width: 50%;
3
+ height: 20px;
4
+ float: left;
5
+ text-align: center;
6
+ }
7
+ .headerAceDiffContainerRightSection{
8
+ width: 50%;
9
+ height: 20px;
10
+ float: right;
11
+ text-align: center;
12
+ }
13
+ .x-btn-icon-el-default-toolbar-small{
14
+ height: 24px;
15
+ }