ru.coon 2.7.67 → 2.7.68

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 (93) hide show
  1. package/.gitattributes +1 -1
  2. package/.husky/pre-commit +4 -4
  3. package/.lintstagedrc.json +2 -2
  4. package/CHANGELOG.md +6 -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.scss +44 -44
  33. package/src/common/panel/UniversalUploadResults.scss +40 -40
  34. package/src/common/panel/WindowWrap.js +0 -0
  35. package/src/common/panel/WindowWrap.scss +8 -8
  36. package/src/common/panel/dropzone/UniversalMultiUploadForm.scss +29 -29
  37. package/src/common/panel/dropzone/UploadDropZone.scss +36 -36
  38. package/src/common/panel/widget/WidgetPanel.scss +157 -157
  39. package/src/info.scss +12 -12
  40. package/src/nav/AppNavTab.scss +20 -20
  41. package/src/nav/AppNavigationBar.scss +9 -9
  42. package/src/nav/AppNavigationMenu.scss +60 -60
  43. package/src/nav/AppNavigationToggleButton.scss +6 -6
  44. package/src/nav/editor/menu/NavMenuTreeView.scss +104 -104
  45. package/src/nav/editor/workspace/NavWorkspaceListView.scss +35 -35
  46. package/src/nav/menu/NavMenuPanel.scss +11 -11
  47. package/src/nav/menu/WorkspaceMenuView.scss +218 -218
  48. package/src/nav/windowHolderTab.scss +13 -13
  49. package/src/report/column/MultiFilesColumn.scss +8 -8
  50. package/src/report/component/BoundListPagingToolbar.scss +7 -7
  51. package/src/report/component/ErrorWindow.scss +15 -15
  52. package/src/report/component/ParameterizedReportCombo.scss +85 -85
  53. package/src/report/component/ReportPanel.scss +69 -69
  54. package/src/report/component/SimpleReportTag.scss +22 -22
  55. package/src/report/component/reportpanel/CopyReportPanel.scss +14 -14
  56. package/src/report/component/reportpanel/FilterPanel.scss +16 -16
  57. package/src/report/component/reportpanel/FilterPanelLegend.scss +23 -23
  58. package/src/report/component/reportpanel/NorthPanel.scss +18 -18
  59. package/src/report/component/reportpanel/ReportGrid.scss +37 -37
  60. package/src/report/component/settings/ReportCustomPluginPropertiesGrid.js +18 -9
  61. package/src/report/component/settings/ReportFormEditPanel.scss +87 -87
  62. package/src/report/component/settings/ReportPropertiesGrid.scss +25 -25
  63. package/src/report/component/settings/field/ReportFormFieldsGrid.scss +5 -5
  64. package/src/report/component/settings/property/ReportPropertiesPanel.scss +12 -12
  65. package/src/report/plugin/SettingsManagerPlugin/view/SMPMainView.scss +3 -3
  66. package/src/report/plugin/configPanel/AddFilterConditionPluginConfigPanel.scss +53 -53
  67. package/src/report/plugin/configPanel/ExecuteCommandButtonPluginConfigPanel.scss +5 -5
  68. package/src/report/plugin/configPanel/GroupRowsPluginConfigPanel.scss +3 -3
  69. package/src/report/plugin/configPanel/UiAceEditorField.scss +20 -20
  70. package/src/report/plugin/configPanel/common/pluginDescriptionLabel.scss +8 -8
  71. package/src/report/plugin/grid/GridRowStylePlugin.scss +56 -56
  72. package/src/report/plugin/grid/ReportTabContainerPlugin.scss +3 -3
  73. package/src/report/plugin/grid/ToggleColumnsPlugin.scss +7 -7
  74. package/src/report/plugin/grid/ToolbarButtonPlugin.scss +3 -3
  75. package/src/report/toolbar/ButtonsByType.scss +168 -168
  76. package/src/report/toolbar/ReportGridToolbar.scss +9 -9
  77. package/src/report/toolbar/dropdown/ToolbarConfigurationPanel.scss +13 -13
  78. package/src/report/toolbar/dropdown/ToolbarOverflowButton.scss +94 -94
  79. package/src/report/toolbar/dropdown/ToolbarOverflowPanel.scss +37 -37
  80. package/src/research/ResearchTreeView.scss +19 -19
  81. package/src/security/component/RoleFileUploadForm.scss +4 -4
  82. package/src/security/component/ui/UiCPRestrictionEditor.scss +4 -4
  83. package/src/security/securitySettingComponent/RoleEditPanel.scss +16 -16
  84. package/src/uielement/component/MenuItemList.scss +35 -35
  85. package/src/uielement/component/formchips/FilterConditionToolbar.scss +74 -74
  86. package/src/uielement/component/settings/UiCustomPanelEditor.scss +9 -9
  87. package/src/uielement/component/settings/config/UiCPConfigPanelController.scss +24 -24
  88. package/src/uielement/component/settings/plugin/UiCustomPanelPluginGrid.scss +11 -11
  89. package/src/uielement/component/settings/plugin/UiCustomPanelPluginPanel.scss +30 -30
  90. package/src/uielement/component/settings/version/UiCPVersionPanel.scss +15 -15
  91. package/src/uielement/plugin/configPanel/AddBindingsPluginConfigPanelFormEditor.scss +29 -29
  92. package/src/uielement/plugin/configPanel/executeCommand/ExecuteCommandPluginConfigPanelFormEditor.scss +22 -22
  93. package/src/version.js +1 -1
@@ -1,26 +1,26 @@
1
- .ReportPropertiesModifier {
2
- .x-segmented-button {
3
- border: 1px solid #3d6780;
4
- border-radius: 6px;
5
- overflow: hidden;
6
-
7
- .x-segmented-button-item {
8
- padding: 6px 8px;
9
- background-color: #ffffff;
10
- .x-btn-inner {
11
- color: #3d6780;
12
- }
13
-
14
- &.x-btn-pressed {
15
- background-color: #3d6780;
16
- .x-btn-inner {
17
- color: #ffffff;
18
- }
19
- }
20
- }
21
-
22
- & > *:not(:last-child) {
23
- border-right: 1px solid #3d6780;
24
- }
25
- }
1
+ .ReportPropertiesModifier {
2
+ .x-segmented-button {
3
+ border: 1px solid #3d6780;
4
+ border-radius: 6px;
5
+ overflow: hidden;
6
+
7
+ .x-segmented-button-item {
8
+ padding: 6px 8px;
9
+ background-color: #ffffff;
10
+ .x-btn-inner {
11
+ color: #3d6780;
12
+ }
13
+
14
+ &.x-btn-pressed {
15
+ background-color: #3d6780;
16
+ .x-btn-inner {
17
+ color: #ffffff;
18
+ }
19
+ }
20
+ }
21
+
22
+ & > *:not(:last-child) {
23
+ border-right: 1px solid #3d6780;
24
+ }
25
+ }
26
26
  }
@@ -1,5 +1,5 @@
1
- .ReportFormFieldsGrid {
2
- .x-tree-icon-leaf {
3
- color: lightgrey;
4
- }
5
- }
1
+ .ReportFormFieldsGrid {
2
+ .x-tree-icon-leaf {
3
+ color: lightgrey;
4
+ }
5
+ }
@@ -1,13 +1,13 @@
1
- .ReportPropertiesPanel {
2
- tr.is-deleted {
3
- td.x-grid-cell {
4
- text-decoration: line-through !important;
5
- color: #f12d2d;
6
- }
7
- }
8
- tr.is-new-rec {
9
- td.x-grid-cell {
10
- color: rgb(53, 179, 179);
11
- }
12
- }
1
+ .ReportPropertiesPanel {
2
+ tr.is-deleted {
3
+ td.x-grid-cell {
4
+ text-decoration: line-through !important;
5
+ color: #f12d2d;
6
+ }
7
+ }
8
+ tr.is-new-rec {
9
+ td.x-grid-cell {
10
+ color: rgb(53, 179, 179);
11
+ }
12
+ }
13
13
  }
@@ -1,4 +1,4 @@
1
- .SMP_trigger-icon {
2
- background-color: transparent !important;
3
- color: var(--base-color) !important;
1
+ .SMP_trigger-icon {
2
+ background-color: transparent !important;
3
+ color: var(--base-color) !important;
4
4
  }
@@ -1,53 +1,53 @@
1
- .AddFilterConditionPluginConfigPanel {
2
- .svg-icon{
3
- height: 24px;
4
- width: 24px;
5
- }
6
- .fa{
7
- height: 24px;
8
- width: 24px;
9
- padding-top: 6px;
10
- color: black;
11
- }
12
-
13
- .x-segmented-button-item{
14
- background-color: transparent;
15
- }
16
- .x-segmented-button-item:hover{
17
- background-color: rgba(61, 103, 128, 0.04);
18
- }
19
- .x-segmented-button-item:active{
20
- background-color: rgba(61, 103, 128, 0.12);
21
- }
22
- .x-btn-pressed .x-btn-icon-el {
23
- color: #ffffff !important;
24
- }
25
- .x-segmented-button .x-segmented-button-item .x-btn-inner{
26
- color: #3D6780;
27
- }
28
- .x-segmented-button .x-segmented-button-item .x-btn-icon-el{
29
- color: #3D6780;
30
- }
31
- .x-btn-icon-el{
32
- color: #3D6780;
33
- }
34
- }
35
-
36
- @include extjs-button-small-ui(
37
- $ui: 'FilterSegmentedButton',
38
- $padding: 8px 12px,
39
- $color: #3D6780,
40
- $icon-size: 16px,
41
-
42
- $background-color-over: rgba(61, 103, 128, 0.04),
43
- $background-color-focus-over: rgba(61, 103, 128, 0.04),
44
-
45
- $background-color-pressed: rgba(61, 103, 128, 0.12),
46
- $background-color-focus-pressed: rgba(61, 103, 128, 0.12),
47
-
48
-
49
- $border-color: 'none',
50
- $background-color: transparent,
51
- $border-color-focus: #3D6780,
52
- $background-color-focus: rgba(61, 103, 128, 0.12)
53
- );
1
+ .AddFilterConditionPluginConfigPanel {
2
+ .svg-icon{
3
+ height: 24px;
4
+ width: 24px;
5
+ }
6
+ .fa{
7
+ height: 24px;
8
+ width: 24px;
9
+ padding-top: 6px;
10
+ color: black;
11
+ }
12
+
13
+ .x-segmented-button-item{
14
+ background-color: transparent;
15
+ }
16
+ .x-segmented-button-item:hover{
17
+ background-color: rgba(61, 103, 128, 0.04);
18
+ }
19
+ .x-segmented-button-item:active{
20
+ background-color: rgba(61, 103, 128, 0.12);
21
+ }
22
+ .x-btn-pressed .x-btn-icon-el {
23
+ color: #ffffff !important;
24
+ }
25
+ .x-segmented-button .x-segmented-button-item .x-btn-inner{
26
+ color: #3D6780;
27
+ }
28
+ .x-segmented-button .x-segmented-button-item .x-btn-icon-el{
29
+ color: #3D6780;
30
+ }
31
+ .x-btn-icon-el{
32
+ color: #3D6780;
33
+ }
34
+ }
35
+
36
+ @include extjs-button-small-ui(
37
+ $ui: 'FilterSegmentedButton',
38
+ $padding: 8px 12px,
39
+ $color: #3D6780,
40
+ $icon-size: 16px,
41
+
42
+ $background-color-over: rgba(61, 103, 128, 0.04),
43
+ $background-color-focus-over: rgba(61, 103, 128, 0.04),
44
+
45
+ $background-color-pressed: rgba(61, 103, 128, 0.12),
46
+ $background-color-focus-pressed: rgba(61, 103, 128, 0.12),
47
+
48
+
49
+ $border-color: 'none',
50
+ $background-color: transparent,
51
+ $border-color-focus: #3D6780,
52
+ $background-color-focus: rgba(61, 103, 128, 0.12)
53
+ );
@@ -1,5 +1,5 @@
1
- .addActionColumnMsg {
2
- font-size: 15px;
3
- margin: 0 0 0 12px;
4
- color: red;
5
- }
1
+ .addActionColumnMsg {
2
+ font-size: 15px;
3
+ margin: 0 0 0 12px;
4
+ color: red;
5
+ }
@@ -1,3 +1,3 @@
1
- .tpl-key {
2
- font-weight: bold;
3
- }
1
+ .tpl-key {
2
+ font-weight: bold;
3
+ }
@@ -1,20 +1,20 @@
1
- .UiAceEditorField {
2
- .ace-editor-editor{
3
- width: 100%;
4
- height: 100px;
5
- display: block;
6
- background-color: red !important;
7
- min-height: 30px !important;
8
- }
9
- .ace-editor-content .x-grid-cell-editor{
10
- width: 100%;
11
- height: 100%;
12
- display: block;
13
- position: relative !important;
14
- min-height: 100px;
15
- }
16
- .ace-editor-content .ace_editor{
17
- height: 100%;
18
- min-height: 100px;
19
- }
20
- }
1
+ .UiAceEditorField {
2
+ .ace-editor-editor{
3
+ width: 100%;
4
+ height: 100px;
5
+ display: block;
6
+ background-color: red !important;
7
+ min-height: 30px !important;
8
+ }
9
+ .ace-editor-content .x-grid-cell-editor{
10
+ width: 100%;
11
+ height: 100%;
12
+ display: block;
13
+ position: relative !important;
14
+ min-height: 100px;
15
+ }
16
+ .ace-editor-content .ace_editor{
17
+ height: 100%;
18
+ min-height: 100px;
19
+ }
20
+ }
@@ -1,9 +1,9 @@
1
- .pluginDescriptionLabel {
2
- height: 2.5em;
3
- margin: 5px 10px;
4
- text-overflow: clip;
5
- overflow: hidden;
6
- .x-form-display-field {
7
- color: #555!important;
8
- }
1
+ .pluginDescriptionLabel {
2
+ height: 2.5em;
3
+ margin: 5px 10px;
4
+ text-overflow: clip;
5
+ overflow: hidden;
6
+ .x-form-display-field {
7
+ color: #555!important;
8
+ }
9
9
  }
@@ -1,56 +1,56 @@
1
-
2
- .boldOnRow.x-grid-row {
3
- font-weight: bold;
4
- }
5
-
6
- .italicOnRow.x-grid-row {
7
- font-style: italic;
8
- }
9
-
10
- .underlineOnRow.x-grid-row {
11
- text-decoration: underline;
12
- }
13
-
14
- .linkColor.x-grid-row {
15
- a {
16
- color: inherit;
17
- }
18
- }
19
-
20
- .boldOnRow .x-grid-row {
21
- font-weight: bold;
22
- }
23
-
24
- .italicOnRow .x-grid-row {
25
- font-style: italic;
26
- }
27
-
28
- .underlineOnRow .x-grid-row {
29
- text-decoration: underline;
30
- }
31
-
32
- .linkColor .x-grid-row {
33
- a {
34
- color: inherit;
35
- }
36
- }
37
-
38
- .x-grid-checkcolumn::after {
39
- color: inherit !important;
40
- font-weight: inherit;
41
- font-style: inherit;
42
- }
43
-
44
- .x-grid-cell-inner .link-button {
45
- color: inherit !important;
46
- font-weight: inherit;
47
- font-style: inherit;
48
- }
49
-
50
- .x-grid-cell-inner {
51
- a {
52
- font-weight: inherit;
53
- font-style: inherit;
54
- color: inherit;
55
- }
56
- }
1
+
2
+ .boldOnRow.x-grid-row {
3
+ font-weight: bold;
4
+ }
5
+
6
+ .italicOnRow.x-grid-row {
7
+ font-style: italic;
8
+ }
9
+
10
+ .underlineOnRow.x-grid-row {
11
+ text-decoration: underline;
12
+ }
13
+
14
+ .linkColor.x-grid-row {
15
+ a {
16
+ color: inherit;
17
+ }
18
+ }
19
+
20
+ .boldOnRow .x-grid-row {
21
+ font-weight: bold;
22
+ }
23
+
24
+ .italicOnRow .x-grid-row {
25
+ font-style: italic;
26
+ }
27
+
28
+ .underlineOnRow .x-grid-row {
29
+ text-decoration: underline;
30
+ }
31
+
32
+ .linkColor .x-grid-row {
33
+ a {
34
+ color: inherit;
35
+ }
36
+ }
37
+
38
+ .x-grid-checkcolumn::after {
39
+ color: inherit !important;
40
+ font-weight: inherit;
41
+ font-style: inherit;
42
+ }
43
+
44
+ .x-grid-cell-inner .link-button {
45
+ color: inherit !important;
46
+ font-weight: inherit;
47
+ font-style: inherit;
48
+ }
49
+
50
+ .x-grid-cell-inner {
51
+ a {
52
+ font-weight: inherit;
53
+ font-style: inherit;
54
+ color: inherit;
55
+ }
56
+ }
@@ -1,3 +1,3 @@
1
- .x-tab-bar-default-top .x-tab-bar-body-default {
2
- padding-top: 0;
3
- }
1
+ .x-tab-bar-default-top .x-tab-bar-body-default {
2
+ padding-top: 0;
3
+ }
@@ -1,7 +1,7 @@
1
- .ToggleColumnsPlugin {
2
- .toggle-pressed {
3
- .x-btn-icon-el-blue-text-button-small.svg-icon {
4
- background-color: #1E3B4B;
5
- }
6
- }
7
- }
1
+ .ToggleColumnsPlugin {
2
+ .toggle-pressed {
3
+ .x-btn-icon-el-blue-text-button-small.svg-icon {
4
+ background-color: #1E3B4B;
5
+ }
6
+ }
7
+ }
@@ -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
+ }