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,38 +1,38 @@
1
- .SelectIconClassPanel {
2
- .x-btn-default-small {
3
- background-color: transparent;
4
- padding: 2px;
5
- border-color: lightgray;
6
- }
7
- .x-btn-icon-el-default-small {
8
- display: flex;
9
- align-items: center;
10
-
11
- justify-content: center;
12
- min-height: 26px;
13
- min-width: 26px;
14
- }
15
- .svg-icon {
16
- background-color: $base-color;
17
- }
18
- .x-table-layout {
19
- padding-left: 16px;
20
- }
21
- .x-autocontainer-innerCt {
22
- display: grid;
23
- grid-template-columns: 1fr 1fr 1fr 1fr;
24
- gap: 12px;
25
- grid-auto-rows: min-content;
26
- }
27
- .icon-pack-grid-btn {
28
- .x-btn-button-default-small {
29
- display: grid;
30
- grid-template-columns: 24px 1fr 24px;
31
- align-items: center;
32
- }
33
- }
34
- .icon-pack-search {
35
- display: flex;
36
- align-items: center;
37
- }
38
- }
1
+ .SelectIconClassPanel {
2
+ .x-btn-default-small {
3
+ background-color: transparent;
4
+ padding: 2px;
5
+ border-color: lightgray;
6
+ }
7
+ .x-btn-icon-el-default-small {
8
+ display: flex;
9
+ align-items: center;
10
+
11
+ justify-content: center;
12
+ min-height: 26px;
13
+ min-width: 26px;
14
+ }
15
+ .svg-icon {
16
+ background-color: $base-color;
17
+ }
18
+ .x-table-layout {
19
+ padding-left: 16px;
20
+ }
21
+ .x-autocontainer-innerCt {
22
+ display: grid;
23
+ grid-template-columns: 1fr 1fr 1fr 1fr;
24
+ gap: 12px;
25
+ grid-auto-rows: min-content;
26
+ }
27
+ .icon-pack-grid-btn {
28
+ .x-btn-button-default-small {
29
+ display: grid;
30
+ grid-template-columns: 24px 1fr 24px;
31
+ align-items: center;
32
+ }
33
+ }
34
+ .icon-pack-search {
35
+ display: flex;
36
+ align-items: center;
37
+ }
38
+ }
@@ -1,14 +1,14 @@
1
- .SelectIconClassPanelTemplate {
2
- .coon-icon-message {
3
- .x-form-display-field.x-form-display-field-default {
4
- font-size: 22px;
5
- width: 90%;
6
- line-height: 1.2;
7
- margin: 24px;
8
- }
9
- }
10
-
11
- .x-autocontainer-innerCt:has(.coon-icon-message) {
12
- display: block,
13
- }
14
- }
1
+ .SelectIconClassPanelTemplate {
2
+ .coon-icon-message {
3
+ .x-form-display-field.x-form-display-field-default {
4
+ font-size: 22px;
5
+ width: 90%;
6
+ line-height: 1.2;
7
+ margin: 24px;
8
+ }
9
+ }
10
+
11
+ .x-autocontainer-innerCt:has(.coon-icon-message) {
12
+ display: block,
13
+ }
14
+ }
@@ -1,44 +1,44 @@
1
- .StopwatchWindow {
2
- .svg-icon-size-48 {
3
- min-height: 48px !important;
4
- min-width: 48px !important;
5
- mask-size: 48px;
6
- }
7
- .svg-icon-color-green {
8
- background-color: rgba(82, 148, 100, 1);
9
- }
10
- .svg-icon-color-red {
11
- background-color: rgba(211, 71, 62, 1);
12
- }
13
- .status-icon-container {
14
- display: flex;
15
- align-items: center;
16
- padding-top: 20px;
17
- }
18
-
19
- .loader {
20
- width: 48px;
21
- padding: 5px;
22
- aspect-ratio: 1;
23
- border-radius: 50%;
24
- background: #3D6780;
25
- --_m:
26
- conic-gradient(#0000 10%,#000),
27
- linear-gradient(#000 0 0) content-box;
28
- -webkit-mask: var(--_m);
29
- mask: var(--_m);
30
- -webkit-mask-composite: source-out;
31
- mask-composite: subtract;
32
- animation: spin 1s infinite linear;
33
- }
34
-
35
- }
36
- @keyframes spin {
37
- 0% {
38
- transform: rotate(0);
39
- }
40
-
41
- 100% {
42
- transform: rotate(360deg);
43
- }
44
- }
1
+ .StopwatchWindow {
2
+ .svg-icon-size-48 {
3
+ min-height: 48px !important;
4
+ min-width: 48px !important;
5
+ mask-size: 48px;
6
+ }
7
+ .svg-icon-color-green {
8
+ background-color: rgba(82, 148, 100, 1);
9
+ }
10
+ .svg-icon-color-red {
11
+ background-color: rgba(211, 71, 62, 1);
12
+ }
13
+ .status-icon-container {
14
+ display: flex;
15
+ align-items: center;
16
+ padding-top: 20px;
17
+ }
18
+
19
+ .loader {
20
+ width: 48px;
21
+ padding: 5px;
22
+ aspect-ratio: 1;
23
+ border-radius: 50%;
24
+ background: #3D6780;
25
+ --_m:
26
+ conic-gradient(#0000 10%,#000),
27
+ linear-gradient(#000 0 0) content-box;
28
+ -webkit-mask: var(--_m);
29
+ mask: var(--_m);
30
+ -webkit-mask-composite: source-out;
31
+ mask-composite: subtract;
32
+ animation: spin 1s infinite linear;
33
+ }
34
+
35
+ }
36
+ @keyframes spin {
37
+ 0% {
38
+ transform: rotate(0);
39
+ }
40
+
41
+ 100% {
42
+ transform: rotate(360deg);
43
+ }
44
+ }
@@ -1,40 +1,40 @@
1
- .UniversalUploadResults {
2
- .main-container {
3
- display: flex;
4
- flex-direction: column;
5
- align-items: center;
6
- justify-content: center;
7
- height: 100%;
8
- margin-bottom: 20px;
9
- }
10
-
11
- .results,
12
- .messages {
13
- margin-bottom: 5px;
14
- }
15
-
16
- .header {
17
- text-align: center;
18
- line-height: 20px;
19
- }
20
-
21
- .results {
22
- line-height: 20px;
23
- .result-item {
24
- margin-left: 10px;
25
- margin-right: 10px;
26
-
27
- .good-result {
28
- font-weight: normal;
29
- color: rgba(82, 148, 100, 1);
30
- }
31
- .error-result {
32
- font-weight: normal;
33
- color: rgba(211, 71, 62, 1);
34
- }
35
- .total-result {
36
- font-weight: normal;
37
- }
38
- }
39
- }
40
- }
1
+ .UniversalUploadResults {
2
+ .main-container {
3
+ display: flex;
4
+ flex-direction: column;
5
+ align-items: center;
6
+ justify-content: center;
7
+ height: 100%;
8
+ margin-bottom: 20px;
9
+ }
10
+
11
+ .results,
12
+ .messages {
13
+ margin-bottom: 5px;
14
+ }
15
+
16
+ .header {
17
+ text-align: center;
18
+ line-height: 20px;
19
+ }
20
+
21
+ .results {
22
+ line-height: 20px;
23
+ .result-item {
24
+ margin-left: 10px;
25
+ margin-right: 10px;
26
+
27
+ .good-result {
28
+ font-weight: normal;
29
+ color: rgba(82, 148, 100, 1);
30
+ }
31
+ .error-result {
32
+ font-weight: normal;
33
+ color: rgba(211, 71, 62, 1);
34
+ }
35
+ .total-result {
36
+ font-weight: normal;
37
+ }
38
+ }
39
+ }
40
+ }
File without changes
@@ -1,9 +1,9 @@
1
- .window-wrap {
2
-
3
- &.coon-mobile {
4
- .x-title-text {
5
- white-space: normal;
6
- }
7
- }
8
-
1
+ .window-wrap {
2
+
3
+ &.coon-mobile {
4
+ .x-title-text {
5
+ white-space: normal;
6
+ }
7
+ }
8
+
9
9
  }
@@ -1,29 +1,29 @@
1
- .overItemCls {
2
- box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5)
3
- }
4
- .universalmultiuploadform {
5
- .files-container {
6
- width: 100%;
7
- height: 100%;
8
- border: 1px dashed lightgray;
9
- display: flex;
10
- padding: 2px;
11
- flex-wrap: wrap;
12
- align-content: flex-start;
13
- .file-name-container {
14
- width: 100%;
15
- font-size: 10px;
16
- }
17
- }
18
-
19
- .file-item {
20
- display: flex;
21
- width: 100px;
22
- height: 100px;
23
- padding: 5px;
24
- flex-direction: column;
25
- justify-content: flex-start;
26
- align-items: center;
27
- overflow: hidden;
28
- }
29
- }
1
+ .overItemCls {
2
+ box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5)
3
+ }
4
+ .universalmultiuploadform {
5
+ .files-container {
6
+ width: 100%;
7
+ height: 100%;
8
+ border: 1px dashed lightgray;
9
+ display: flex;
10
+ padding: 2px;
11
+ flex-wrap: wrap;
12
+ align-content: flex-start;
13
+ .file-name-container {
14
+ width: 100%;
15
+ font-size: 10px;
16
+ }
17
+ }
18
+
19
+ .file-item {
20
+ display: flex;
21
+ width: 100px;
22
+ height: 100px;
23
+ padding: 5px;
24
+ flex-direction: column;
25
+ justify-content: flex-start;
26
+ align-items: center;
27
+ overflow: hidden;
28
+ }
29
+ }
@@ -1,36 +1,36 @@
1
- $dropzone-background: #f9f9fb;
2
-
3
- .drop-zone-dragover div.drop-zone-container {
4
- border: 1px dotted red;
5
- background-color: lightgreen !important;
6
- }
7
-
8
- .drop-zone-container {
9
- width: 100%;
10
- height: 100px;
11
- background: $dropzone-background;
12
- cursor: pointer;
13
- display: flex;
14
-
15
- .drop-zone {
16
- border: 1px dotted black;
17
- display: flex;
18
- flex-grow: 1;
19
- align-items: center;
20
- justify-content: center;
21
- .icon-upload {
22
- font-size:40px;
23
- margin-right: 20px
24
- }
25
- }
26
- .file-input {
27
- position: absolute;
28
- width: 100%;
29
- height: 100%;
30
- top: 0;
31
- left: 0;
32
- opacity: 0;
33
- cursor: pointer;
34
- visibility: revert;
35
- }
36
- }
1
+ $dropzone-background: #f9f9fb;
2
+
3
+ .drop-zone-dragover div.drop-zone-container {
4
+ border: 1px dotted red;
5
+ background-color: lightgreen !important;
6
+ }
7
+
8
+ .drop-zone-container {
9
+ width: 100%;
10
+ height: 100px;
11
+ background: $dropzone-background;
12
+ cursor: pointer;
13
+ display: flex;
14
+
15
+ .drop-zone {
16
+ border: 1px dotted black;
17
+ display: flex;
18
+ flex-grow: 1;
19
+ align-items: center;
20
+ justify-content: center;
21
+ .icon-upload {
22
+ font-size:40px;
23
+ margin-right: 20px
24
+ }
25
+ }
26
+ .file-input {
27
+ position: absolute;
28
+ width: 100%;
29
+ height: 100%;
30
+ top: 0;
31
+ left: 0;
32
+ opacity: 0;
33
+ cursor: pointer;
34
+ visibility: revert;
35
+ }
36
+ }