ru.coon 2.8.63 → 2.8.65

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 (849) hide show
  1. package/.gitattributes +0 -0
  2. package/.lintstagedrc.json +0 -0
  3. package/CHANGELOG.md +15 -0
  4. package/Readme.md +0 -0
  5. package/TODO.md +0 -0
  6. package/doc/changelog.md +0 -0
  7. package/doc/shortcuts.md +0 -0
  8. package/index.js +0 -0
  9. package/jsdoc.config.json +0 -0
  10. package/package.json +1 -1
  11. package/sass/Readme.md +0 -0
  12. package/sass/config.rb +0 -0
  13. package/sass/etc/Readme.md +0 -0
  14. package/sass/etc/all.scss +0 -0
  15. package/sass/src/Readme.md +0 -0
  16. package/sass/src/common/plugin/form/PeriodPicker.scss +0 -0
  17. package/sass/src/component/UiElementPanel.scss +0 -0
  18. package/sass/src/component/UiElementPropertyPanel.scss +0 -0
  19. package/sass/var/Readme.md +0 -0
  20. package/src/CustomXMLReader.js +0 -0
  21. package/src/FieldsHelper.js +0 -0
  22. package/src/Function.js +0 -0
  23. package/src/Function.scss +0 -0
  24. package/src/MessageResources.js +0 -0
  25. package/src/Readme.md +0 -0
  26. package/src/SystemProperties.js +0 -0
  27. package/src/app/Application.scss +0 -0
  28. package/src/app/Readme.md +0 -0
  29. package/src/app/login/LoginForm.js +0 -0
  30. package/src/app/login/LoginForm.scss +0 -0
  31. package/src/app/login/LoginFormController.js +0 -0
  32. package/src/app/login/LoginFormModel.js +0 -0
  33. package/src/chart/ChartComponent.js +0 -0
  34. package/src/chart/CoonChart.js +3 -9
  35. package/src/chart/editor/CoonChartEditorController.js +24 -4
  36. package/src/chart/editor/CoonChartEditorViewModel.js +0 -0
  37. package/src/command/ASyncBaseCommand.js +0 -0
  38. package/src/command/ASyncBaseJSONCommand.js +0 -0
  39. package/src/command/BaseCommand.js +0 -0
  40. package/src/command/DeletePropertyFromConfigurationCommand.js +0 -0
  41. package/src/command/GetAllPropertiesWithDefaultCommand.js +0 -0
  42. package/src/command/GetPropertyFromConfigurationCommand.js +0 -0
  43. package/src/command/Readme.md +0 -0
  44. package/src/command/SavePropertyFromConfigurationCommand.js +0 -0
  45. package/src/command/characteristic/CharacteristicValuesCommand.js +0 -0
  46. package/src/command/characteristic/SetEntityCharacteristicsCommand.js +0 -0
  47. package/src/common/baseModel.js +0 -0
  48. package/src/common/button/ForeignButton.js +0 -0
  49. package/src/common/button/ToggleIconButton.js +0 -0
  50. package/src/common/command/AddNoteCommand.js +0 -0
  51. package/src/common/command/DeleteNoteCommand.js +0 -0
  52. package/src/common/command/GetNoteCommand.js +0 -0
  53. package/src/common/command/SaveNoteCommand.js +0 -0
  54. package/src/common/component/Auth.js +0 -0
  55. package/src/common/component/ChooseColorField.js +0 -0
  56. package/src/common/component/ColorPalette.js +0 -0
  57. package/src/common/component/ColorPalette.scss +0 -0
  58. package/src/common/component/ColorPaletteController.js +0 -0
  59. package/src/common/component/CopyRowsFromGridSettingsWindow.js +0 -0
  60. package/src/common/component/DFVCharacteristicField.js +0 -0
  61. package/src/common/component/ExternalFrame.js +0 -0
  62. package/src/common/component/ExternalFrame.scss +0 -0
  63. package/src/common/component/FinanceDocumentDateWindow.js +0 -0
  64. package/src/common/component/ForeignSelectWindow.js +0 -0
  65. package/src/common/component/HotkeyHelpText.js +0 -0
  66. package/src/common/component/HotkeyHelpText.scss +0 -0
  67. package/src/common/component/PropertyDict.js +0 -0
  68. package/src/common/component/RestrictionsPanel.js +0 -0
  69. package/src/common/component/TreeComponentStructure.js +0 -0
  70. package/src/common/component/TreeComponentStructure.scss +0 -0
  71. package/src/common/component/YearPanel.js +0 -0
  72. package/src/common/component/characteristic/CharacteristicPanel.js +0 -0
  73. package/src/common/component/characteristic/CharacteristicPanelController.js +0 -0
  74. package/src/common/component/characteristic/characteristicAlgorithm/AlgorithmChainBindDependencyList.js +0 -0
  75. package/src/common/component/characteristic/characteristicAlgorithm/AlgorithmChainBindDependencyListController.js +0 -0
  76. package/src/common/component/characteristic/characteristicAlgorithm/AlgorithmChainBindList.js +0 -0
  77. package/src/common/component/characteristic/characteristicAlgorithm/AlgorithmChainBindListController.js +0 -0
  78. package/src/common/component/characteristic/characteristicAlgorithm/AlgorithmChainEditWindow.js +0 -0
  79. package/src/common/component/characteristic/characteristicAlgorithm/AlgorithmChainEditWindowController.js +0 -0
  80. package/src/common/component/characteristic/characteristicAlgorithm/AlgorithmChainSearchWindow.js +0 -0
  81. package/src/common/component/characteristic/characteristicAlgorithm/AlgorithmChainTemplateBindWindow.js +0 -0
  82. package/src/common/component/characteristic/characteristicAlgorithm/CharacteristicAlgorithmList.js +0 -0
  83. package/src/common/component/characteristic/characteristicAlgorithm/CharacteristicAlgorithmListController.js +0 -0
  84. package/src/common/component/characteristic/characteristicAlgorithm/CharacteristicAlgorithmSearchWindow.js +0 -0
  85. package/src/common/component/characteristic/characteristicGroup/CharacteristicAccessList.js +0 -0
  86. package/src/common/component/characteristic/characteristicGroup/CharacteristicAccessListController.js +0 -0
  87. package/src/common/component/characteristic/characteristicGroup/CharacteristicGroupPanel.js +0 -0
  88. package/src/common/component/characteristic/characteristicGroup/CharacteristicGroupPanelController.js +0 -0
  89. package/src/common/component/characteristic/characteristicGroup/CharacteristicGroupSearchWindow.js +0 -0
  90. package/src/common/component/characteristic/characteristicGroup/CharacteristicTypeSearchWindow.js +0 -0
  91. package/src/common/component/characteristic/characteristicGroup/EditCharacteristicGroupWindow.js +0 -0
  92. package/src/common/component/characteristic/characteristicGroup/EditorOptionsWindow.js +0 -0
  93. package/src/common/component/characteristic/characteristicGroup/EditorOptionsWindowController.js +0 -0
  94. package/src/common/component/characteristic/characteristicGroup/EntityGroupCharacteristicEditor.js +0 -0
  95. package/src/common/component/characteristic/characteristicGroup/EntityGroupCharacteristicEditorController.js +0 -0
  96. package/src/common/component/characteristic/characteristicGroup/UserGroupForeignWindow.js +0 -0
  97. package/src/common/component/characteristic/editCharacteristic/EditCharacteristicPanel.js +0 -0
  98. package/src/common/component/characteristic/model/characteristicAlgorithm/AlgorithmBean.js +0 -0
  99. package/src/common/component/characteristic/model/characteristicAlgorithm/AlgorithmChainBindRowBean.js +0 -0
  100. package/src/common/component/characteristic/model/characteristicAlgorithm/LinkedAlgorithmBean.js +0 -0
  101. package/src/common/component/characteristic/model/characteristicGroup/CharacteristicTypeAccessBean.js +0 -0
  102. package/src/common/component/characteristic/model/characteristicGroup/EntityGroupBeanFieldsModel.js +0 -0
  103. package/src/common/component/characteristic/model/characteristicGroup/GroupBeanModel.js +0 -0
  104. package/src/common/component/editor/CharacteristicAddTypeGrid.js +0 -0
  105. package/src/common/component/editor/CharacteristicColumnModel.js +0 -0
  106. package/src/common/component/editor/CharacteristicForeignWindow.js +0 -0
  107. package/src/common/component/editor/CharacteristicGridEditor.scss +0 -0
  108. package/src/common/component/editor/CharacteristicHistoryPanel.js +0 -0
  109. package/src/common/component/editor/CharacteristicHistoryPanelAudit.js +0 -0
  110. package/src/common/component/editor/CharacteristicHistoryPanelWithDeletedChars.js +0 -0
  111. package/src/common/component/editor/CharacteristicHistoryUserAudit.js +0 -0
  112. package/src/common/component/editor/CharacteristicLoaderByCharacteristicEntityPlugin.js +0 -0
  113. package/src/common/component/editor/CharacteristicLoaderPlugin.js +0 -0
  114. package/src/common/component/editor/CharacteristicTypeLoaderPlugin.js +0 -0
  115. package/src/common/component/editor/EditorFactory.js +0 -0
  116. package/src/common/component/editor/HistoryListForTypeCharacteristicEditor.js +0 -0
  117. package/src/common/component/editor/TypedCharacteristicEditor.js +0 -0
  118. package/src/common/component/editor/TypedCharacteristicEditor.scss +0 -0
  119. package/src/common/component/editor/creators/BaseEditorCreator.js +0 -0
  120. package/src/common/component/editor/creators/ByReportEditorCreator.js +0 -0
  121. package/src/common/component/editor/creators/CustomPanelEditorCreator.js +0 -0
  122. package/src/common/component/editor/creators/ForeignKeyEditorCreator.js +0 -0
  123. package/src/common/component/editor/creators/NoteEditorCreator.js +0 -0
  124. package/src/common/component/editor/creators/NumberEditorCreator.js +0 -0
  125. package/src/common/component/editor/creators/PercentEditorCreator.js +0 -0
  126. package/src/common/component/editor/creators/SimpleReportEditorCreator.js +0 -0
  127. package/src/common/component/editor/creators/TimeEditorCreator.js +0 -0
  128. package/src/common/component/editor/creators/TriggerFieldEditorCreator.js +0 -0
  129. package/src/common/component/formeditor/UiCFCard.js +0 -0
  130. package/src/common/component/formeditor/UiCFCardsGrid.js +0 -0
  131. package/src/common/component/formeditor/UiCFCell.js +0 -0
  132. package/src/common/component/formeditor/UiCFCellController.js +0 -0
  133. package/src/common/component/formeditor/UiCFCheckboxGroup.js +0 -0
  134. package/src/common/component/formeditor/UiCFConfigEditorWindow.js +0 -0
  135. package/src/common/component/formeditor/UiCFConfigEditorWindowController.js +0 -0
  136. package/src/common/component/formeditor/UiCFContainer.js +0 -0
  137. package/src/common/component/formeditor/UiCFContainerController.js +0 -0
  138. package/src/common/component/formeditor/UiCFFavoriteMenuItem.js +0 -0
  139. package/src/common/component/formeditor/UiCFFieldsConfig.js +0 -0
  140. package/src/common/component/formeditor/UiCFMenuEditorWindow.js +0 -0
  141. package/src/common/component/formeditor/UiCFMenuEditorWindowController.js +0 -0
  142. package/src/common/component/formeditor/UiCFPropertiesChooseWindow.js +0 -0
  143. package/src/common/component/formeditor/UiCFRadioGrid.js +0 -0
  144. package/src/common/component/formeditor/UiCFRadioGroup.js +0 -0
  145. package/src/common/component/formeditor/UiCFReportField.js +0 -0
  146. package/src/common/component/formeditor/UiCFRow.js +0 -0
  147. package/src/common/component/formeditor/UiCFRowController.js +0 -0
  148. package/src/common/component/formeditor/UiCFSegmentedButton.js +0 -0
  149. package/src/common/component/formeditor/UiCFSegmentedButtonGrid.js +0 -0
  150. package/src/common/component/formeditor/UiCFSettingsWindow.js +0 -0
  151. package/src/common/component/formeditor/UiCFSpacer.js +0 -0
  152. package/src/common/component/formeditor/UiCFTab.js +0 -0
  153. package/src/common/component/formeditor/UiCFText.js +0 -0
  154. package/src/common/component/formeditor/UiCustomFilterForm.js +0 -0
  155. package/src/common/component/formeditor/UiCustomForm.js +0 -0
  156. package/src/common/component/formeditor/UiCustomFormController.js +0 -0
  157. package/src/common/component/formeditor/UiCustomFormEditor.js +0 -0
  158. package/src/common/component/formeditor/UiCustomFormEditor.scss +0 -0
  159. package/src/common/component/formeditor/UiCustomFormEditorController.js +0 -0
  160. package/src/common/component/formeditor/UiCustomFormEditorView.js +0 -0
  161. package/src/common/component/settings/UserSettingsWindow.js +0 -0
  162. package/src/common/component/settings/commands/getUserSettingsCommand.js +0 -0
  163. package/src/common/component/settings/commands/setUserPropValueCommand.js +0 -0
  164. package/src/common/component/settings/stores/userSettingsStoreService.js +0 -0
  165. package/src/common/component/visualeditor/UiCPVisualEditor.js +0 -0
  166. package/src/common/component/visualeditor/UiCPVisualEditor.scss +0 -0
  167. package/src/common/component/visualeditor/UiCPVisualEditorConfigWindow.js +0 -0
  168. package/src/common/field/ApiCommandPicker.js +0 -0
  169. package/src/common/field/BankBikField.js +0 -0
  170. package/src/common/field/BankKppField.js +0 -0
  171. package/src/common/field/BankOgrnField.js +0 -0
  172. package/src/common/field/BankOgrnIpField.js +0 -0
  173. package/src/common/field/BankPaymentAccountField.js +0 -0
  174. package/src/common/field/DatePickerPresetsField.js +0 -0
  175. package/src/common/field/DeliveryTimeField.js +0 -0
  176. package/src/common/field/EditorJs.js +0 -0
  177. package/src/common/field/EditorJs.scss +0 -0
  178. package/src/common/field/EditorJsField.js +0 -0
  179. package/src/common/field/EmailField.js +0 -0
  180. package/src/common/field/FIOField.js +0 -0
  181. package/src/common/field/ForeignField.js +0 -0
  182. package/src/common/field/IDField.js +0 -0
  183. package/src/common/field/InnField.js +0 -0
  184. package/src/common/field/OpenDialogField.js +0 -0
  185. package/src/common/field/PeriodByReportField.js +0 -0
  186. package/src/common/field/PhoneField.js +0 -0
  187. package/src/common/field/PropertyField.js +0 -0
  188. package/src/common/field/ReportValueField.js +0 -0
  189. package/src/common/field/ReportValueField.scss +0 -0
  190. package/src/common/field/SelectIconClassField.js +0 -0
  191. package/src/common/field/SnilsField.js +0 -0
  192. package/src/common/field/checkbox/CustomValueCheckBox.js +0 -0
  193. package/src/common/field/combo/AbstractComponentsComboBox.js +0 -0
  194. package/src/common/field/combo/BaseComboBox.js +0 -0
  195. package/src/common/field/combo/BillingLookupComboBox.js +0 -0
  196. package/src/common/field/combo/CommandComboBox.js +0 -0
  197. package/src/common/field/combo/CommandComboBox.scss +0 -0
  198. package/src/common/field/combo/ConstantList.js +0 -0
  199. package/src/common/field/combo/DynamicCheckboxGroup.js +0 -0
  200. package/src/common/field/combo/GridComboBox.js +0 -0
  201. package/src/common/field/combo/IsweDynamicCheckboxGroup.js +0 -0
  202. package/src/common/field/combo/PanelComboBox.js +0 -0
  203. package/src/common/field/combo/TownTypeComboBox.js +0 -0
  204. package/src/common/field/combo/XTypeComboBox.js +0 -0
  205. package/src/common/field/fieldset/DateTimeField.js +0 -0
  206. package/src/common/field/fieldset/SelectAccountsRangeFieldSet.js +0 -0
  207. package/src/common/field/fieldset/TimePicker.js +0 -0
  208. package/src/common/field/numberfield/MoneyNumberField.js +0 -0
  209. package/src/common/field/radio/DynamicRadioGroup.js +0 -0
  210. package/src/common/field/withDefault.js +0 -0
  211. package/src/common/panel/AdditionalParametersPanel.js +0 -0
  212. package/src/common/panel/DayPicker.js +0 -0
  213. package/src/common/panel/DayPicker.scss +0 -0
  214. package/src/common/panel/ExtFileUploadField.js +0 -0
  215. package/src/common/panel/MainUploadPanel.js +0 -0
  216. package/src/common/panel/MainUploadPanel.scss +0 -0
  217. package/src/common/panel/SelectIconClassPanel.js +0 -0
  218. package/src/common/panel/SelectIconClassPanel.scss +0 -0
  219. package/src/common/panel/SelectIconClassPanelTemplate.js +0 -0
  220. package/src/common/panel/SelectIconClassPanelTemplate.scss +0 -0
  221. package/src/common/panel/StopwatchWindow.js +0 -0
  222. package/src/common/panel/StopwatchWindow.scss +0 -0
  223. package/src/common/panel/UIElementPickerPanel.js +0 -0
  224. package/src/common/panel/UniversalUploadResults.js +0 -0
  225. package/src/common/panel/UniversalUploadResults.scss +0 -0
  226. package/src/common/panel/WindowWrap.scss +0 -0
  227. package/src/common/panel/dropzone/UniversalMultiUploadForm.js +0 -0
  228. package/src/common/panel/dropzone/UniversalMultiUploadForm.scss +0 -0
  229. package/src/common/panel/dropzone/UniversalMultiUploadFormController.js +0 -0
  230. package/src/common/panel/dropzone/UniversalMultiUploadFormViewModel.js +0 -0
  231. package/src/common/panel/dropzone/UploadDropZone.js +0 -0
  232. package/src/common/panel/dropzone/UploadDropZone.scss +0 -0
  233. package/src/common/panel/dropzone/UploadDropZoneController.js +0 -0
  234. package/src/common/panel/widget/LinkWindow.js +0 -0
  235. package/src/common/panel/widget/LinkWindowController.js +0 -0
  236. package/src/common/panel/widget/MainSettingsWindow.js +0 -0
  237. package/src/common/panel/widget/MainSettingsWindowController.js +0 -0
  238. package/src/common/panel/widget/PinWindow.js +0 -0
  239. package/src/common/panel/widget/PinWindowController.js +0 -0
  240. package/src/common/panel/widget/SettingsModel.js +0 -0
  241. package/src/common/panel/widget/SettingsWindow.js +0 -0
  242. package/src/common/panel/widget/SettingsWindowController.js +0 -0
  243. package/src/common/panel/widget/WidgetPanel.js +0 -0
  244. package/src/common/panel/widget/WidgetPanel.scss +0 -0
  245. package/src/common/panel/widget/WidgetPanelController.js +0 -0
  246. package/src/common/panel/widget/WidgetPanelViewModel.js +0 -0
  247. package/src/common/plugin/form/CopyPastePlugin.js +0 -0
  248. package/src/common/plugin/form/CountRowsToFieldLabel.js +0 -0
  249. package/src/common/plugin/form/DragDropFilePlugin.js +0 -0
  250. package/src/common/plugin/form/FieldDependsPlugin.js +0 -0
  251. package/src/common/plugin/form/PeriodMenu.js +0 -0
  252. package/src/common/plugin/form/PeriodPicker.js +0 -0
  253. package/src/common/plugin/form/PeriodPickerPlugin.js +0 -0
  254. package/src/common/plugin/form/RequiredFlagPlugin.js +0 -0
  255. package/src/common/plugin/mixin/defaults.js +0 -0
  256. package/src/common/plugin/mixin/navigatingThroughRecords.js +0 -0
  257. package/src/common/plugin/openApi/OpenApiChoseWindow.js +0 -0
  258. package/src/common/plugin/openApi/OpenApiField.js +0 -0
  259. package/src/common/plugin/openApi/OpenApiResponseViewer.js +0 -0
  260. package/src/common/tree/ContextMenu.js +0 -0
  261. package/src/common/tree/ContextMenuItem.js +0 -0
  262. package/src/common/tree/NodeTreeLoader.js +0 -0
  263. package/src/common/trigger/WikiTrigger.js +0 -0
  264. package/src/eventBus.js +0 -0
  265. package/src/format.js +0 -0
  266. package/src/info.js +0 -0
  267. package/src/info.scss +0 -0
  268. package/src/logSender.js +0 -0
  269. package/src/model/MoParameterFields.js +0 -0
  270. package/src/model/SimpleEntityCharacteristicBeanFields.js +0 -0
  271. package/src/model/VisualCharacteristicValueFields.js +0 -0
  272. package/src/model/VisualCharacteristicValuesFields.js +0 -0
  273. package/src/nav/AppNavTab.js +0 -0
  274. package/src/nav/AppNavTab.scss +0 -0
  275. package/src/nav/AppNavigationBar.scss +0 -0
  276. package/src/nav/AppNavigationBarViewController.js +0 -0
  277. package/src/nav/AppNavigationMenu.js +0 -0
  278. package/src/nav/AppNavigationMenu.scss +0 -0
  279. package/src/nav/AppNavigationMenuViewModel.js +0 -0
  280. package/src/nav/AppNavigationToggleButton.js +0 -0
  281. package/src/nav/AppNavigationToggleButton.scss +0 -0
  282. package/src/nav/WindowBarMixin.js +0 -0
  283. package/src/nav/editor/NavigateElementEditorViewModel.js +0 -0
  284. package/src/nav/editor/menu/NavMenuTreeController.js +0 -0
  285. package/src/nav/editor/menu/NavMenuTreeView.js +0 -0
  286. package/src/nav/editor/menu/NavMenuTreeView.scss +0 -0
  287. package/src/nav/editor/menu/command/AddMenuCommand.js +0 -0
  288. package/src/nav/editor/menu/command/DeleteMenuCommand.js +0 -0
  289. package/src/nav/editor/menu/command/GetMenuCommand.js +0 -0
  290. package/src/nav/editor/menu/command/SaveMenuCommand.js +0 -0
  291. package/src/nav/editor/menu/form/NavMenuFormView.js +0 -0
  292. package/src/nav/editor/menu/form/NavMenuFormViewController.js +0 -0
  293. package/src/nav/editor/menu/form/NavMenuFormViewModel.js +0 -0
  294. package/src/nav/editor/workspace/NavWorkspaceListController.js +0 -0
  295. package/src/nav/editor/workspace/NavWorkspaceListView.scss +0 -0
  296. package/src/nav/editor/workspace/command/AddWorkspaceCommand.js +0 -0
  297. package/src/nav/editor/workspace/command/DeleteWorkspaceCommand.js +0 -0
  298. package/src/nav/editor/workspace/command/GetWorkspaceCommand.js +0 -0
  299. package/src/nav/editor/workspace/command/SaveWorkspaceCommand.js +0 -0
  300. package/src/nav/editor/workspace/form/NavWorkspaceFormController.js +0 -0
  301. package/src/nav/editor/workspace/form/NavWorkspaceFormView.js +0 -0
  302. package/src/nav/editor/workspace/form/NavWorkspaceFormViewModel.js +0 -0
  303. package/src/nav/menu/NavMenuPanel.scss +0 -0
  304. package/src/nav/menu/WorkspaceMenuView.js +0 -0
  305. package/src/nav/menu/WorkspaceMenuView.scss +0 -0
  306. package/src/nav/state.js +0 -0
  307. package/src/nav/windowHolder.js +0 -0
  308. package/src/nav/windowHolderTab.js +0 -0
  309. package/src/nav/windowHolderTab.scss +0 -0
  310. package/src/perf.js +0 -0
  311. package/src/plugin/CoonQtip.js +0 -0
  312. package/src/plugin/TextFieldFormatter.js +0 -0
  313. package/src/report/ReportEntity.js +0 -0
  314. package/src/report/column/BigNumColumn.js +0 -0
  315. package/src/report/column/BigNumIndicationColumn.js +0 -0
  316. package/src/report/column/BooleanIconColumn.js +0 -0
  317. package/src/report/column/Check.js +0 -0
  318. package/src/report/column/CounterColumn.js +0 -0
  319. package/src/report/column/DynamicActionColumn.js +0 -0
  320. package/src/report/column/HintColumn.js +0 -0
  321. package/src/report/column/HintCopyColumn.js +0 -0
  322. package/src/report/column/HintDateColumn.js +0 -0
  323. package/src/report/column/HintTimeIntervalColumn.js +0 -0
  324. package/src/report/column/IconSvgColumn.js +0 -0
  325. package/src/report/column/LinkColumn.js +0 -0
  326. package/src/report/column/MoneyColumn.js +0 -0
  327. package/src/report/column/MultiFilesColumn.js +0 -0
  328. package/src/report/column/MultiFilesColumn.scss +0 -0
  329. package/src/report/column/MultiLineColumn.js +0 -0
  330. package/src/report/column/PercentColumn.js +0 -0
  331. package/src/report/column/SoftWrapColumn.js +0 -0
  332. package/src/report/column/TimeIntervalColumn.js +0 -0
  333. package/src/report/command/BaseReportDataCommand.js +0 -0
  334. package/src/report/command/ConvertReportCommand.js +0 -0
  335. package/src/report/command/CopyReportCommand.js +0 -0
  336. package/src/report/command/DeleteReportCommand.js +0 -0
  337. package/src/report/command/ExecuteAllReportsCommand.js +0 -0
  338. package/src/report/command/GenerateDbfCommand.js +0 -0
  339. package/src/report/command/GetCSVReportDataCommand.js +0 -0
  340. package/src/report/command/GetDynamicReportDataCommand.js +0 -0
  341. package/src/report/command/GetExcelFromRowsOrReportData.js +0 -0
  342. package/src/report/command/GetExcelReportDataCommand.js +0 -0
  343. package/src/report/command/GetKeyValueListByReportCommand.js +0 -0
  344. package/src/report/command/GetPdfReportDataCommand.js +0 -0
  345. package/src/report/command/GetReportCommand.js +0 -0
  346. package/src/report/command/GetReportFieldsCommand.js +0 -0
  347. package/src/report/command/GetReportInfoCommand.js +0 -0
  348. package/src/report/command/GetReportRevisionCommand.js +0 -0
  349. package/src/report/command/GetReportVersionListCommand.js +0 -0
  350. package/src/report/command/LoadDynamicReportCommand.js +0 -0
  351. package/src/report/command/PublisherPdfCommand.js +0 -0
  352. package/src/report/command/RestoreReportCommand.js +0 -0
  353. package/src/report/command/SaveReportSettingsCommand.js +0 -0
  354. package/src/report/component/BoundListPagingToolbar.js +0 -0
  355. package/src/report/component/BoundListPagingToolbar.scss +0 -0
  356. package/src/report/component/ClearFiltersButton.scss +0 -0
  357. package/src/report/component/EXTJSReportUploadForm.js +0 -0
  358. package/src/report/component/ErrorWindow.js +0 -0
  359. package/src/report/component/ErrorWindow.scss +0 -0
  360. package/src/report/component/EventKeyBox.js +0 -0
  361. package/src/report/component/GridFilterWindow.js +0 -0
  362. package/src/report/component/IsweSimplestReportCombo.js +0 -0
  363. package/src/report/component/LocalPagingComboPicker.js +0 -0
  364. package/src/report/component/LookupCombo.js +0 -0
  365. package/src/report/component/PagingBoundList.js +0 -0
  366. package/src/report/component/ParameterizedReportCombo.js +0 -0
  367. package/src/report/component/ParameterizedReportCombo.scss +0 -0
  368. package/src/report/component/ReportFilterForm.js +0 -0
  369. package/src/report/component/ReportPanel.js +1 -2
  370. package/src/report/component/ReportPickerLookupCombo.js +0 -0
  371. package/src/report/component/SimpleReportTag.js +0 -0
  372. package/src/report/component/SimpleReportTag.scss +0 -0
  373. package/src/report/component/SimplestCommandCombo.js +0 -0
  374. package/src/report/component/SubentityCombo.js +0 -0
  375. package/src/report/component/reportpanel/CopyReportPanel.scss +0 -0
  376. package/src/report/component/reportpanel/CopyReportPanelViewModel.js +0 -0
  377. package/src/report/component/reportpanel/FilterPanelLegend.js +0 -0
  378. package/src/report/component/reportpanel/FilterPanelLegend.scss +0 -0
  379. package/src/report/component/reportpanel/ReportStore.js +0 -0
  380. package/src/report/component/reportpanel/ReportTree.js +1 -1
  381. package/src/report/component/reportpanel/ReportTreeStore.js +0 -0
  382. package/src/report/component/settings/AddVersioningTab.js +0 -0
  383. package/src/report/component/settings/FilterFormEditing.js +0 -0
  384. package/src/report/component/settings/ReportCustomPluginPropertiesGrid.js +0 -0
  385. package/src/report/component/settings/ReportFieldPropertiesGrid.js +0 -0
  386. package/src/report/component/settings/ReportFormEditPanel.js +0 -0
  387. package/src/report/component/settings/ReportFormEditPanel.scss +0 -0
  388. package/src/report/component/settings/ReportFormEditPanelController.js +0 -0
  389. package/src/report/component/settings/ReportFormEditPanelModel.js +0 -0
  390. package/src/report/component/settings/ReportParametersExtraPropsGrid.js +0 -0
  391. package/src/report/component/settings/ReportPropertiesAceEditor.js +0 -0
  392. package/src/report/component/settings/ReportPropertiesGrid.js +0 -0
  393. package/src/report/component/settings/ReportPropertiesGrid.scss +0 -0
  394. package/src/report/component/settings/ReportPropertiesGridController.js +0 -0
  395. package/src/report/component/settings/common/ReportFormCommonPanel.js +0 -0
  396. package/src/report/component/settings/common/ReportFormCommonPanelController.js +0 -0
  397. package/src/report/component/settings/common/ReportSqlBeautifierPanel.js +0 -0
  398. package/src/report/component/settings/common/ReportSqlPreviewPanel.js +0 -0
  399. package/src/report/component/settings/context/ReportFormContextParametersGrid.js +0 -0
  400. package/src/report/component/settings/field/ReportFormFieldEditPanel.js +0 -0
  401. package/src/report/component/settings/field/ReportFormFieldEditPanelController.js +0 -0
  402. package/src/report/component/settings/field/ReportFormFieldsGrid.scss +0 -0
  403. package/src/report/component/settings/history/ReportDiffTabsWindow.js +0 -0
  404. package/src/report/component/settings/history/ReportDiffTabsWindowController.js +0 -0
  405. package/src/report/component/settings/history/ReportFormHistoryPanel.js +0 -0
  406. package/src/report/component/settings/history/ReportFormHistoryPanelController.js +0 -0
  407. package/src/report/component/settings/parameter/ReportFormParameterEditPanel.js +0 -0
  408. package/src/report/component/settings/parameter/ReportFormParameterEditPanelController.js +0 -0
  409. package/src/report/component/settings/parameter/ReportFormParametersGrid.js +0 -0
  410. package/src/report/component/settings/parameter/ReportFormParametersGridController.js +0 -0
  411. package/src/report/component/settings/plugin/PluginSelectWindow.js +0 -0
  412. package/src/report/component/settings/plugin/ReportFormPluginGrid.js +0 -0
  413. package/src/report/component/settings/plugin/ReportFormPluginGridController.js +0 -0
  414. package/src/report/component/settings/plugin/ReportFormPluginPanel.js +0 -0
  415. package/src/report/component/settings/plugin/ReportFormPluginPanelController.js +0 -0
  416. package/src/report/component/settings/plugin/ReportFormPluginSettings.js +0 -0
  417. package/src/report/component/settings/plugin/ReportToolbarFunctions.js +1 -1
  418. package/src/report/component/settings/plugin/SpecificPluginSelectWindow.js +0 -0
  419. package/src/report/component/settings/property/PropertySelectPanel.js +0 -0
  420. package/src/report/component/settings/property/ReportPropertiesPanel.js +0 -0
  421. package/src/report/component/settings/property/ReportPropertiesPanel.scss +0 -0
  422. package/src/report/component/tab/ReportTabView.js +0 -0
  423. package/src/report/model/AccountDocumentBean.js +0 -0
  424. package/src/report/model/AccountDocumentBeanFields.js +0 -0
  425. package/src/report/model/ActionCodeBean.js +0 -0
  426. package/src/report/model/ActionCodeBeanFields.js +0 -0
  427. package/src/report/model/ActionCodeGroupBean.js +0 -0
  428. package/src/report/model/ActionCodeGroupBeanFields.js +0 -0
  429. package/src/report/model/BillingDocumentFields.js +0 -0
  430. package/src/report/model/BillingDocumentStateBean.js +0 -0
  431. package/src/report/model/BillingDocumentStateBeanFields.js +0 -0
  432. package/src/report/model/CharacteristicBean.js +0 -0
  433. package/src/report/model/CharacteristicBeanFields.js +0 -0
  434. package/src/report/model/ColorPluginBean.js +0 -0
  435. package/src/report/model/ColorPluginBeanFields.js +0 -0
  436. package/src/report/model/ComboValueWrapper.js +0 -0
  437. package/src/report/model/ComboValueWrapperFields.js +0 -0
  438. package/src/report/model/ConfigReportPropertyBeanFields.js +0 -0
  439. package/src/report/model/ConfigureCharacteristicBean.js +0 -0
  440. package/src/report/model/ConfigureCharacteristicBeanFields.js +0 -0
  441. package/src/report/model/FiltersPluginBean.js +0 -0
  442. package/src/report/model/FiltersPluginBeanFields.js +0 -0
  443. package/src/report/model/GroupButtonsPluginBean.js +0 -0
  444. package/src/report/model/GroupButtonsPluginBeanFields.js +0 -0
  445. package/src/report/model/LimitBean.js +0 -0
  446. package/src/report/model/LimitBeanFields.js +0 -0
  447. package/src/report/model/LimitDetailsBeanFields.js +0 -0
  448. package/src/report/model/LogRequestBean.js +0 -0
  449. package/src/report/model/LogRequestFields.js +0 -0
  450. package/src/report/model/LookupBean.js +0 -0
  451. package/src/report/model/LookupBeanFields.js +0 -0
  452. package/src/report/model/MenuGroupCharacteristicTypeBean.js +0 -0
  453. package/src/report/model/MenuGroupCharacteristicTypeBeanFields.js +0 -0
  454. package/src/report/model/RawCharacteristicValueBean.js +0 -0
  455. package/src/report/model/RawCharacteristicValueBeanFields.js +0 -0
  456. package/src/report/model/ReportAccessGroupBean.js +0 -0
  457. package/src/report/model/ReportAccessGroupBeanFields.js +0 -0
  458. package/src/report/model/ReportBeanFields.js +0 -0
  459. package/src/report/model/ReportFieldBean.js +0 -0
  460. package/src/report/model/ReportFieldBeanFields.js +0 -0
  461. package/src/report/model/ReportFieldMaintenanceBeanFields.js +0 -0
  462. package/src/report/model/ReportFieldPropertyBean.js +0 -0
  463. package/src/report/model/ReportFieldPropertyBeanFields.js +0 -0
  464. package/src/report/model/ReportFormBeanFields.js +0 -0
  465. package/src/report/model/ReportMaintenanceBean.js +0 -0
  466. package/src/report/model/ReportMaintenanceBeanFields.js +0 -0
  467. package/src/report/model/ReportNavigationContextBean.js +0 -0
  468. package/src/report/model/ReportNavigationContextBeanFields.js +0 -0
  469. package/src/report/model/ReportParameterBeanFields.js +0 -0
  470. package/src/report/model/ReportParameterMaintenanceBean.js +0 -0
  471. package/src/report/model/ReportParameterMaintenanceBeanFields.js +0 -0
  472. package/src/report/model/ReportPluginBeanFields.js +0 -0
  473. package/src/report/model/ReportPluginMaintenanceBean.js +0 -0
  474. package/src/report/model/ReportPluginMaintenanceBeanFields.js +0 -0
  475. package/src/report/model/ReportPropertyBean.js +0 -0
  476. package/src/report/model/ReportPropertyBeanFields.js +0 -0
  477. package/src/report/model/SummaryPluginBean.js +0 -0
  478. package/src/report/model/SummaryPluginBeanFields.js +0 -0
  479. package/src/report/model/ToggleColumnsPluginBean.js +0 -0
  480. package/src/report/model/ToggleColumnsPluginBeanFields.js +0 -0
  481. package/src/report/model/TownBeanFields.js +0 -0
  482. package/src/report/model/TownTypeBean.js +0 -0
  483. package/src/report/model/TownTypeBeanFields.js +0 -0
  484. package/src/report/model/UsersGroupsValueBean.js +0 -0
  485. package/src/report/model/UsersGroupsValueBeanFields.js +0 -0
  486. package/src/report/model/WizardBean.js +0 -0
  487. package/src/report/model/WizardBeanFields.js +0 -0
  488. package/src/report/plugin/CodeHighlightPlugin.js +0 -0
  489. package/src/report/plugin/SearchByPropButton.js +0 -0
  490. package/src/report/plugin/SettingsManagerPlugin/SettingsManagerPlugin.js +0 -0
  491. package/src/report/plugin/SettingsManagerPlugin/model/SMPProfileEntry.js +0 -0
  492. package/src/report/plugin/SettingsManagerPlugin/store/SMPAbstractEntryStore.js +0 -0
  493. package/src/report/plugin/SettingsManagerPlugin/store/SMPLocalEntryStore.js +0 -0
  494. package/src/report/plugin/SettingsManagerPlugin/store/SMPRemoteEntryStore.js +0 -0
  495. package/src/report/plugin/SettingsManagerPlugin/view/SMPConfigPanel.js +0 -0
  496. package/src/report/plugin/SettingsManagerPlugin/view/SMPMainView.js +0 -0
  497. package/src/report/plugin/SettingsManagerPlugin/view/SMPMainView.scss +0 -0
  498. package/src/report/plugin/SettingsManagerPlugin/view/SMPMainViewController.js +0 -0
  499. package/src/report/plugin/SettingsManagerPlugin/view/SMPMainViewModel.js +0 -0
  500. package/src/report/plugin/SettingsManagerPlugin/view/SMPToast.js +0 -0
  501. package/src/report/plugin/comboBtnWrapper.js +0 -0
  502. package/src/report/plugin/configPanel/AddFilterConditionPluginConfigPanel.scss +0 -0
  503. package/src/report/plugin/configPanel/AddRowButtonPluginConfigPanel.js +0 -0
  504. package/src/report/plugin/configPanel/BasePluginConfig.js +0 -0
  505. package/src/report/plugin/configPanel/BindCustomPanelPluginConfigPanel.js +0 -0
  506. package/src/report/plugin/configPanel/CalculateCellSumPluginConfigPanel.js +0 -0
  507. package/src/report/plugin/configPanel/ChangeFieldValueButtonPluginConfigPanel.js +0 -0
  508. package/src/report/plugin/configPanel/ChangeFieldValuePluginConfigGrid.js +0 -0
  509. package/src/report/plugin/configPanel/ControlColumnByParamPluginConfigPanel.js +0 -0
  510. package/src/report/plugin/configPanel/ControlColumnByParamPluginConfigPanelGrid.js +0 -0
  511. package/src/report/plugin/configPanel/CopyCellToSourcePluginConfigPanel.js +0 -0
  512. package/src/report/plugin/configPanel/CopyRowsFromGridConfigPanel.js +0 -0
  513. package/src/report/plugin/configPanel/CustomButtonPluginConfigPanel.js +136 -0
  514. package/src/report/plugin/configPanel/CustomButtonPluginConfigPanel.scss +6 -0
  515. package/src/report/plugin/configPanel/DeleteRowButtonPluginConfigPanel.js +0 -0
  516. package/src/report/plugin/configPanel/ExecuteApiCommandButtonPluginConfigPanel.js +0 -0
  517. package/src/report/plugin/configPanel/ExecuteCallbackFunctionConfigPanel.js +0 -0
  518. package/src/report/plugin/configPanel/ExecuteCommandAndSaveNotePluginConfigPanel.js +0 -0
  519. package/src/report/plugin/configPanel/ExecuteCommandButtonPluginConfigPanel.js +0 -0
  520. package/src/report/plugin/configPanel/ExecuteCommandButtonPluginConfigPanel.scss +0 -0
  521. package/src/report/plugin/configPanel/ExportReportDataToFilePluginConfigPanel.js +0 -0
  522. package/src/report/plugin/configPanel/FilterFormEditingPluginConfigPanel.js +0 -0
  523. package/src/report/plugin/configPanel/FitColumnPluginConfigPanel.js +0 -0
  524. package/src/report/plugin/configPanel/GetAdditionalContextPluginConfigPanel.js +0 -0
  525. package/src/report/plugin/configPanel/GridEditorPluginConfig.js +0 -0
  526. package/src/report/plugin/configPanel/GridEditorPluginConfigGrid.js +0 -0
  527. package/src/report/plugin/configPanel/GridEditorPluginConfigPanel.js +0 -0
  528. package/src/report/plugin/configPanel/GridFiltersPluginConfigPanel.js +0 -0
  529. package/src/report/plugin/configPanel/GridFiltersPopupPluginConfigPanel.js +0 -0
  530. package/src/report/plugin/configPanel/GridQuickSearchPluginConfig.js +0 -0
  531. package/src/report/plugin/configPanel/GridRowAddPluginConfigPanel.js +0 -0
  532. package/src/report/plugin/configPanel/GridRowStylePluginConfig.js +0 -0
  533. package/src/report/plugin/configPanel/GridRowStylePluginConfigPropertyGrid.js +0 -0
  534. package/src/report/plugin/configPanel/GridRowTooltipForCellPluginConfigPanel.js +0 -0
  535. package/src/report/plugin/configPanel/GridToolbarButtonPluginConfigPanel.js +0 -0
  536. package/src/report/plugin/configPanel/GridWithPropsToolbarButtonPluginConfigPanel.js +0 -0
  537. package/src/report/plugin/configPanel/GroupButtonsPluginConfigGrid.js +0 -0
  538. package/src/report/plugin/configPanel/GroupButtonsPluginConfigPanel.js +0 -0
  539. package/src/report/plugin/configPanel/GroupRowsPluginConfigPanel.js +0 -0
  540. package/src/report/plugin/configPanel/GroupRowsPluginConfigPanel.scss +0 -0
  541. package/src/report/plugin/configPanel/MultiEditorPluginConfigPanel.js +0 -0
  542. package/src/report/plugin/configPanel/OpenApiButtonPluginConfigPanel.js +0 -0
  543. package/src/report/plugin/configPanel/OpenURLButtonPluginConfigPanel.js +0 -0
  544. package/src/report/plugin/configPanel/PluginDefaults.js +1 -1
  545. package/src/report/plugin/configPanel/PrintPdfButtonPluginConfigPanel.js +0 -0
  546. package/src/report/plugin/configPanel/ReportCharacteristicBindPluginConfig.js +0 -0
  547. package/src/report/plugin/configPanel/ReportColumnStatePluginConfigPanel.js +0 -0
  548. package/src/report/plugin/configPanel/ReportContainerPluginConfigPanel.js +0 -0
  549. package/src/report/plugin/configPanel/ReportToolbarPluginConfigPanel.js +0 -0
  550. package/src/report/plugin/configPanel/RestoreSelectionPluginConfigPanel.js +0 -0
  551. package/src/report/plugin/configPanel/SaveTreeViewConfigurationConfigPanel.js +0 -0
  552. package/src/report/plugin/configPanel/SelectRowsPluginConfigPanel.js +0 -0
  553. package/src/report/plugin/configPanel/SelectionModelPluginConfigPanel.js +0 -0
  554. package/src/report/plugin/configPanel/SetParameterPluginConfigPanel.js +0 -0
  555. package/src/report/plugin/configPanel/SetReportParameterPluginConfigPanel.js +0 -0
  556. package/src/report/plugin/configPanel/SetSingleParameterPluginConfigPanel.js +0 -0
  557. package/src/report/plugin/configPanel/SimpleFilterPluginConfigPanel.js +0 -0
  558. package/src/report/plugin/configPanel/SimpleFilterPluginConfigPanelFilterGrid.js +0 -0
  559. package/src/report/plugin/configPanel/SpecificPluginConfig.js +0 -0
  560. package/src/report/plugin/configPanel/SummaryPluginConfigPanel.js +0 -0
  561. package/src/report/plugin/configPanel/SummaryPluginConfigPanelSummaryGrid.js +0 -0
  562. package/src/report/plugin/configPanel/TextToTitleConfigPanel.js +0 -0
  563. package/src/report/plugin/configPanel/ToggleColumnsPluginConfigPanel.js +0 -0
  564. package/src/report/plugin/configPanel/ToggleColumnsPluginConfigPanelAdditionalColumnsGrid.js +0 -0
  565. package/src/report/plugin/configPanel/ToolbarButtonPluginConfigPanel.js +0 -0
  566. package/src/report/plugin/configPanel/ToolbarItemPluginConfigPanel.js +0 -0
  567. package/src/report/plugin/configPanel/ToolbarSeparatorPluginConfigPanel.js +0 -0
  568. package/src/report/plugin/configPanel/TreeFilterPluginConfigPanel.js +0 -0
  569. package/src/report/plugin/configPanel/TreeNestingToolbarButtonPluginConfigPanel.js +0 -0
  570. package/src/report/plugin/configPanel/UiAceEditorField.js +0 -0
  571. package/src/report/plugin/configPanel/UiAceEditorField.scss +0 -0
  572. package/src/report/plugin/configPanel/UpdateGridPluginConfigPanel.js +0 -0
  573. package/src/report/plugin/configPanel/common/pluginDescriptionLabel.js +0 -0
  574. package/src/report/plugin/configPanel/common/pluginDescriptionLabel.scss +0 -0
  575. package/src/report/plugin/configPanel/openCustomPanelButtonPlugin/OpenCustomPanelButtonPluginConfigPanel.js +0 -0
  576. package/src/report/plugin/configPanel/openCustomPanelButtonPlugin/OpenCustomPanelButtonPluginConfigPanel.scss +0 -0
  577. package/src/report/plugin/configPanel/openCustomPanelButtonPlugin/ReportFormContextXTypeMappingGrid.js +0 -0
  578. package/src/report/plugin/configPanel/openCustomPanelButtonPlugin/ReportFormContextXTypeMappingGridController.js +0 -0
  579. package/src/report/plugin/configPanel/reportGroupsFieldValidationPlugin/ReportGroupsFieldValidationPluginConfigPanel.js +0 -0
  580. package/src/report/plugin/configPanel/reportGroupsFieldValidationPlugin/RequiredParametersTree.js +0 -0
  581. package/src/report/plugin/configPanel/reportGroupsFieldValidationPlugin/UnusedParametersTree.js +0 -0
  582. package/src/report/plugin/configPanel/selectionModelFeature/SelectionModelFeatureConfigPanel.js +0 -0
  583. package/src/report/plugin/form/ComboCustomSort.js +0 -0
  584. package/src/report/plugin/form/ComboLoadingProgress.js +0 -0
  585. package/src/report/plugin/form/CopyToClipboardPlugin.js +0 -0
  586. package/src/report/plugin/form/DatePeriodValidatePluginFactory.js +0 -0
  587. package/src/report/plugin/form/EnterConfirmFormPlugin.js +0 -0
  588. package/src/report/plugin/form/FieldOnEnterChangePlugin.js +0 -0
  589. package/src/report/plugin/form/FormFieldHidding.js +0 -0
  590. package/src/report/plugin/form/NullValueCombo.js +0 -0
  591. package/src/report/plugin/form/ReadOnlyFieldPlugin.js +0 -0
  592. package/src/report/plugin/form/ValidateFieldPlugin.js +0 -0
  593. package/src/report/plugin/form/WindowCheckStatePlugin.js +0 -0
  594. package/src/report/plugin/grid/AddRowButtonPlugin.js +0 -0
  595. package/src/report/plugin/grid/BadgeButtonPlugin.js +0 -0
  596. package/src/report/plugin/grid/CalculateCellSumPlugin.js +0 -0
  597. package/src/report/plugin/grid/ChangeFieldValueButtonPlugin.js +0 -0
  598. package/src/report/plugin/grid/ControlColumnByParamPlugin.js +0 -0
  599. package/src/report/plugin/grid/CopyCellToSource.js +0 -0
  600. package/src/report/plugin/grid/CopyPasteGridRows.js +0 -0
  601. package/src/report/plugin/grid/CustomButtonPlugin.js +136 -0
  602. package/src/report/plugin/grid/CustomColumnSortPlugin.js +0 -0
  603. package/src/report/plugin/grid/DataSourceSelectionPlugin.js +0 -0
  604. package/src/report/plugin/grid/DataSourceSelectionPluginConfigPanel.js +0 -0
  605. package/src/report/plugin/grid/DeleteRowButtonPlugin.js +0 -0
  606. package/src/report/plugin/grid/ExcelSupportPlugin.js +0 -0
  607. package/src/report/plugin/grid/ExecuteApiCommandButtonPlugin.js +0 -0
  608. package/src/report/plugin/grid/ExecuteCallbackFunctionPlugin.js +0 -0
  609. package/src/report/plugin/grid/ExecuteCommandAndSaveNotePlugin.js +0 -0
  610. package/src/report/plugin/grid/ExecuteCommandButtonPlugin.js +0 -0
  611. package/src/report/plugin/grid/ExportReportDataToFilePlugin.js +0 -0
  612. package/src/report/plugin/grid/ExporterPlugin.js +0 -0
  613. package/src/report/plugin/grid/FilterFormEditingPlugin.js +0 -0
  614. package/src/report/plugin/grid/FilterGridColumnsPlugin.js +0 -0
  615. package/src/report/plugin/grid/FitColumnPlugin.js +0 -0
  616. package/src/report/plugin/grid/FormPanelStatePlugin.js +0 -0
  617. package/src/report/plugin/grid/GetAdditionalContextPlugin.js +0 -0
  618. package/src/report/plugin/grid/GridContextPlugin.js +0 -0
  619. package/src/report/plugin/grid/GridEditButtons.js +0 -0
  620. package/src/report/plugin/grid/GridEditButtonsDeleteBehavior.js +0 -0
  621. package/src/report/plugin/grid/GridEditorsPlugin.js +0 -0
  622. package/src/report/plugin/grid/GridFiltersByKeyPressingPlugin.js +0 -0
  623. package/src/report/plugin/grid/GridFiltersInHeadersPlugin.js +0 -0
  624. package/src/report/plugin/grid/GridFiltersPlugin.js +0 -0
  625. package/src/report/plugin/grid/GridFiltersPopupPlugin.js +0 -0
  626. package/src/report/plugin/grid/GridHistoryBehaviorPlugin.js +0 -0
  627. package/src/report/plugin/grid/GridHistoryBehaviorStep.js +0 -0
  628. package/src/report/plugin/grid/GridNoSelectPlugin.js +0 -0
  629. package/src/report/plugin/grid/GridQuickSearchPlugin.js +0 -0
  630. package/src/report/plugin/grid/GridRecordViewerPlugin.js +0 -0
  631. package/src/report/plugin/grid/GridRowAddPlugin.js +0 -0
  632. package/src/report/plugin/grid/GridRowEditingByEnterPlugin.js +0 -0
  633. package/src/report/plugin/grid/GridRowStylePlugin.js +0 -0
  634. package/src/report/plugin/grid/GridRowStylePlugin.scss +0 -0
  635. package/src/report/plugin/grid/GridRowTooltipForCellPlugin.js +0 -0
  636. package/src/report/plugin/grid/GridStatePlugin.js +0 -0
  637. package/src/report/plugin/grid/GridStoreDependency.js +0 -0
  638. package/src/report/plugin/grid/GroupButtonsPlugin.js +0 -0
  639. package/src/report/plugin/grid/GroupRowsPlugin.js +0 -0
  640. package/src/report/plugin/grid/HideItemPlugin.js +0 -0
  641. package/src/report/plugin/grid/MenuPanel.js +0 -0
  642. package/src/report/plugin/grid/MultiEditorPlugin.js +0 -0
  643. package/src/report/plugin/grid/OpenApiButtonPlugin.js +0 -0
  644. package/src/report/plugin/grid/OpenURLButtonPlugin.js +0 -0
  645. package/src/report/plugin/grid/PrintPdfButtonPlugin.js +0 -0
  646. package/src/report/plugin/grid/ReportBoxContainerPlugin.js +0 -0
  647. package/src/report/plugin/grid/ReportCharacteristicBindPlugin.js +0 -0
  648. package/src/report/plugin/grid/ReportCharacteristicBindPluginPanel.js +0 -0
  649. package/src/report/plugin/grid/ReportContainerPlugin.js +0 -0
  650. package/src/report/plugin/grid/ReportTabContainerPlugin.js +0 -0
  651. package/src/report/plugin/grid/ReportTabContainerPlugin.scss +0 -0
  652. package/src/report/plugin/grid/RestoreSelectionPlugin.js +0 -0
  653. package/src/report/plugin/grid/SaveTreeViewConfiguration.js +0 -0
  654. package/src/report/plugin/grid/SelectionModelPlugin.js +0 -0
  655. package/src/report/plugin/grid/SetCheckboxesPlugin.js +0 -0
  656. package/src/report/plugin/grid/SetParameterPlugin.js +0 -0
  657. package/src/report/plugin/grid/SetReportParameterPlugin.js +0 -0
  658. package/src/report/plugin/grid/SetValuePlugin.js +0 -0
  659. package/src/report/plugin/grid/SimpleFilterPlugin.js +1 -1
  660. package/src/report/plugin/grid/StoreFiltersByKeyPressingPlugin.js +0 -0
  661. package/src/report/plugin/grid/SummaryPlugin.js +0 -0
  662. package/src/report/plugin/grid/TextToTitlePlugin.js +0 -0
  663. package/src/report/plugin/grid/ToggleColumnsPlugin.js +0 -0
  664. package/src/report/plugin/grid/ToggleColumnsPlugin.scss +0 -0
  665. package/src/report/plugin/grid/ToolbarButtonPlugin.scss +0 -0
  666. package/src/report/plugin/grid/ToolbarItemPlugin.js +4 -2
  667. package/src/report/plugin/grid/ToolbarSeparatorPlugin.js +0 -0
  668. package/src/report/plugin/grid/TreeFilterPlugin.js +0 -0
  669. package/src/report/plugin/grid/TreeNestingToolbarButtonPlugin.js +0 -0
  670. package/src/report/plugin/grid/UpdateGridPlugin.js +0 -0
  671. package/src/report/plugin/grid/selectionModelFeature/SelectionModelFeature.js +0 -0
  672. package/src/report/plugin/htmlEditor/ToolbarCombo.js +0 -0
  673. package/src/report/plugin/htmlEditor/ToolbarElement.js +0 -0
  674. package/src/report/plugin/report/BindCustomPanelPlugin.js +0 -0
  675. package/src/report/plugin/report/BindDataViewPanelPlugin.js +0 -0
  676. package/src/report/plugin/report/IsweBindCustomPanelPlugin.js +0 -0
  677. package/src/report/plugin/report/ReportToolbarPlugin.js +0 -0
  678. package/src/report/plugin/util.js +0 -0
  679. package/src/report/store/AccountDocumentStore.js +0 -0
  680. package/src/report/store/ActionCodeGroupStore.js +0 -0
  681. package/src/report/store/ActionCodeStore.js +0 -0
  682. package/src/report/store/BillingDocumentStateListStore.js +0 -0
  683. package/src/report/store/BillingLookupStore.js +0 -0
  684. package/src/report/store/CharacteristicListStore.js +0 -0
  685. package/src/report/store/ColorPluginStore.js +0 -0
  686. package/src/report/store/ComboValueWrapperStore.js +0 -0
  687. package/src/report/store/FiltersPluginStore.js +0 -0
  688. package/src/report/store/GroupButtonsPluginStore.js +0 -0
  689. package/src/report/store/LimitDetailsStore.js +0 -0
  690. package/src/report/store/LimitStore.js +0 -0
  691. package/src/report/store/LookupStore.js +0 -0
  692. package/src/report/store/MenuGroupCharacteristicTypeListStore.js +0 -0
  693. package/src/report/store/RawCharacteristicValueListStore.js +0 -0
  694. package/src/report/store/RefStore.js +0 -0
  695. package/src/report/store/ReportFieldPropertyStore.js +0 -0
  696. package/src/report/store/ReportFieldStore.js +0 -0
  697. package/src/report/store/ReportNavigationContextStore.js +0 -0
  698. package/src/report/store/ReportParameterStore.js +0 -0
  699. package/src/report/store/ReportPluginStore.js +0 -0
  700. package/src/report/store/ReportPropertyStore.js +0 -0
  701. package/src/report/store/RequestLogStore.js +0 -0
  702. package/src/report/store/SimpleCharacteristicListStore.js +0 -0
  703. package/src/report/store/SimpleFilterConditionsStore.js +0 -0
  704. package/src/report/store/SimpleFilterPluginStore.js +0 -0
  705. package/src/report/store/SummaryPluginStore.js +0 -0
  706. package/src/report/store/ToggleColumnsPluginStore.js +0 -0
  707. package/src/report/store/TownTypeStore.js +0 -0
  708. package/src/report/store/WizardStore.js +0 -0
  709. package/src/report/toolbar/ButtonsByType.scss +0 -0
  710. package/src/report/toolbar/ReportGridToolbar.js +1 -1
  711. package/src/report/toolbar/ReportGridToolbar.scss +0 -0
  712. package/src/report/toolbar/dropdown/ToolbarConfigurationPanel.js +0 -0
  713. package/src/report/toolbar/dropdown/ToolbarConfigurationPanel.scss +0 -0
  714. package/src/report/toolbar/dropdown/ToolbarOverflowPanel.js +1 -12
  715. package/src/report/util.js +0 -0
  716. package/src/research/ResearchTreeView.js +0 -0
  717. package/src/research/ResearchTreeView.scss +0 -0
  718. package/src/research/ResearchTreeViewController.js +0 -0
  719. package/src/research/TabItemWrapper.js +0 -0
  720. package/src/research/TabItemWrapperViewController.js +0 -0
  721. package/src/research/TabItemWrapperViewModel.js +0 -0
  722. package/src/research/command/GetCoonChartStructure.js +0 -0
  723. package/src/research/command/GetReportStructure.js +0 -0
  724. package/src/research/command/GetUiStructure.js +0 -0
  725. package/src/research/command/GetWidgetPanelStructure.js +0 -0
  726. package/src/security/GenerateTokenPanel.js +0 -0
  727. package/src/security/Manager.js +0 -0
  728. package/src/security/Map.js +0 -0
  729. package/src/security/PropertyDataParser.js +0 -0
  730. package/src/security/component/RoleAccessPanel.js +0 -0
  731. package/src/security/component/RoleFileUploadForm.js +0 -0
  732. package/src/security/component/RoleFileUploadForm.scss +0 -0
  733. package/src/security/component/RolesDataStorage.js +0 -0
  734. package/src/security/component/navmenu/RoleNavMenuEditor.js +0 -0
  735. package/src/security/component/navmenu/RoleNavMenuEditorController.js +0 -0
  736. package/src/security/component/role/RoleEditor.js +0 -0
  737. package/src/security/component/role/RoleEditorController.js +0 -0
  738. package/src/security/component/role/RoleStore.js +0 -0
  739. package/src/security/component/role/RoleTagField.js +0 -0
  740. package/src/security/component/ui/UiCPRestrictionEditor.js +0 -0
  741. package/src/security/component/ui/UiCPRestrictionEditor.scss +0 -0
  742. package/src/security/component/ui/UiCPRestrictionEditorController.js +0 -0
  743. package/src/security/component/ui/UiCPUrlInspector.js +0 -0
  744. package/src/security/component/ui/UiCPUrlInspectorController.js +0 -0
  745. package/src/security/component/url/UrlRestrictionEditor.js +0 -0
  746. package/src/security/component/url/UrlRestrictionEditorController.js +0 -0
  747. package/src/security/component/user/UserRoleEditor.js +0 -0
  748. package/src/security/component/user/UserRoleEditorController.js +0 -0
  749. package/src/security/restriction/Handler.js +0 -0
  750. package/src/security/restriction/Visibility.js +0 -0
  751. package/src/security/type/uiElement.js +0 -0
  752. package/src/setup.js +0 -0
  753. package/src/stateProvider.js +0 -0
  754. package/src/uielement/UiCPEntity.js +0 -0
  755. package/src/uielement/command/CopyUIElementCommand.js +0 -0
  756. package/src/uielement/command/DeleteUIElementCommand.js +0 -0
  757. package/src/uielement/command/ExecuteApiCommand.js +0 -0
  758. package/src/uielement/command/GetMenuTreeCommand.js +0 -0
  759. package/src/uielement/command/GetNavigateUIMenuEntryCommand.js +0 -0
  760. package/src/uielement/command/GetNextUIMenuEntryCommand.js +0 -0
  761. package/src/uielement/command/GetUIElementCommand.js +0 -0
  762. package/src/uielement/command/GetUIElementPropertyDocLinkCommand.js +0 -0
  763. package/src/uielement/command/GetUIElementRevisionCommand.js +0 -0
  764. package/src/uielement/command/GetUIElementVersionListCommand.js +0 -0
  765. package/src/uielement/command/SaveUIElementCommand.js +0 -0
  766. package/src/uielement/component/CodemirrorEditor.js +0 -0
  767. package/src/uielement/component/EXTJSUiPanelUploadForm.js +0 -0
  768. package/src/uielement/component/MenuItemList.js +0 -0
  769. package/src/uielement/component/MenuItemList.scss +0 -0
  770. package/src/uielement/component/SearchByPropCombo.js +0 -0
  771. package/src/uielement/component/UiCustomController.js +0 -0
  772. package/src/uielement/component/UiCustomPanelTraceWindow.js +0 -0
  773. package/src/uielement/component/UiCustomPanelViewModel.js +0 -0
  774. package/src/uielement/component/UiElementController.js +0 -0
  775. package/src/uielement/component/UiElementLookupCombo.js +0 -0
  776. package/src/uielement/component/UiElementPanel.js +1 -1
  777. package/src/uielement/component/UiElementPropertyController.js +0 -0
  778. package/src/uielement/component/UiElementPropertyInfoController.js +0 -0
  779. package/src/uielement/component/UiElementPropertyPanel.js +0 -0
  780. package/src/uielement/component/formchips/Chip.js +0 -0
  781. package/src/uielement/component/formchips/FilterConditionToolbar.js +0 -0
  782. package/src/uielement/component/formchips/FilterConditionToolbar.scss +0 -0
  783. package/src/uielement/component/formchips/FilterConditionToolbarController.js +0 -0
  784. package/src/uielement/component/settings/AddVersioningTab.js +0 -0
  785. package/src/uielement/component/settings/EXTJSUiPanelImportJsonForm.js +0 -0
  786. package/src/uielement/component/settings/FrameView.js +0 -0
  787. package/src/uielement/component/settings/FrameViewController.js +0 -0
  788. package/src/uielement/component/settings/PropertyModel.js +0 -0
  789. package/src/uielement/component/settings/PropertyTreePanel.js +0 -0
  790. package/src/uielement/component/settings/UiAceEditor.js +0 -0
  791. package/src/uielement/component/settings/UiAceEditorPanel.js +0 -0
  792. package/src/uielement/component/settings/UiCustomPanelAnnotationWindow.js +0 -0
  793. package/src/uielement/component/settings/UiCustomPanelEditor.js +0 -0
  794. package/src/uielement/component/settings/UiCustomPanelEditor.scss +0 -0
  795. package/src/uielement/component/settings/UiCustomPanelEditorViewModel.js +0 -0
  796. package/src/uielement/component/settings/config/UiCPConfigPanel.js +0 -0
  797. package/src/uielement/component/settings/config/UiCPConfigPanelController.js +0 -0
  798. package/src/uielement/component/settings/config/UiCPConfigPanelController.scss +0 -0
  799. package/src/uielement/component/settings/linter/UiAceLinterPlugin.js +0 -0
  800. package/src/uielement/component/settings/linter/rule/AbstractRule.js +0 -0
  801. package/src/uielement/component/settings/linter/rule/BindRule.js +0 -0
  802. package/src/uielement/component/settings/linter/rule/BracesRule.js +0 -0
  803. package/src/uielement/component/settings/linter/rule/HandlerRule.js +0 -0
  804. package/src/uielement/component/settings/linter/rule/LayoutRule.js +0 -0
  805. package/src/uielement/component/settings/linter/rule/ReferenceRule.js +0 -0
  806. package/src/uielement/component/settings/linter/rule/XtypeRule.js +0 -0
  807. package/src/uielement/component/settings/linter/type/ViewControllerType.js +0 -0
  808. package/src/uielement/component/settings/plugin/UiCustomPanelPluginPanel.scss +0 -0
  809. package/src/uielement/component/settings/plugin/UiCustomPanelPluginSelectWindow.js +0 -0
  810. package/src/uielement/component/settings/plugin/UiCustomPanelPluginStore.js +0 -0
  811. package/src/uielement/component/settings/version/UiCPVersionPanel.js +0 -0
  812. package/src/uielement/component/settings/version/UiCPVersionPanel.scss +0 -0
  813. package/src/uielement/component/settings/version/UiCPVersionPanelController.js +0 -0
  814. package/src/uielement/model/UIElementBeanFields.js +0 -0
  815. package/src/uielement/model/UiElementModel.js +0 -0
  816. package/src/uielement/model/UiElementPropertyModel.js +0 -0
  817. package/src/uielement/plugin/AddBindingsPlugin.js +0 -0
  818. package/src/uielement/plugin/AddOutputParamsPlugin.js +0 -0
  819. package/src/uielement/plugin/CustomPanelPlugin.js +0 -0
  820. package/src/uielement/plugin/ExecuteApiCommandPlugin.js +0 -0
  821. package/src/uielement/plugin/ExecuteCommandPlugin.js +0 -0
  822. package/src/uielement/plugin/ExecuteFunctionPlugin.js +0 -0
  823. package/src/uielement/plugin/ExecuteReportPlugin.js +0 -0
  824. package/src/uielement/plugin/FireEventPlugin.js +0 -0
  825. package/src/uielement/plugin/MethodChainPlugin.js +0 -0
  826. package/src/uielement/plugin/OpenApiPlugin.js +0 -0
  827. package/src/uielement/plugin/OpenPanelPlugin.js +0 -0
  828. package/src/uielement/plugin/PrintPdfPlugin.js +0 -0
  829. package/src/uielement/plugin/configPanel/AddBindingsPluginConfigPanelFormEditor.js +0 -0
  830. package/src/uielement/plugin/configPanel/AddBindingsPluginConfigPanelFormEditor.scss +0 -0
  831. package/src/uielement/plugin/configPanel/AddDoInitSupportPluginConfigPanel.js +0 -0
  832. package/src/uielement/plugin/configPanel/AddDoInitSupportPluginPropertiesGrid.js +0 -0
  833. package/src/uielement/plugin/configPanel/AddDoInitSupportPluginPropertiesGridController.js +0 -0
  834. package/src/uielement/plugin/configPanel/AddOutputParamsPluginConfigPanelFormEditor.js +0 -0
  835. package/src/uielement/plugin/configPanel/ExecuteApiCommandPluginConfigPanel.js +0 -0
  836. package/src/uielement/plugin/configPanel/ExecuteFunctionPluginConfigPanelFormEditor.js +0 -0
  837. package/src/uielement/plugin/configPanel/FireEventPluginConfigPanelFormEditor.js +0 -0
  838. package/src/uielement/plugin/configPanel/MethodChainPluginConfigPanelFormEditor.js +0 -0
  839. package/src/uielement/plugin/configPanel/OpenApiPluginConfigPanelFormEditor.js +0 -0
  840. package/src/uielement/plugin/configPanel/OpenPanelPluginConfigPanelFormEditor.js +0 -0
  841. package/src/uielement/plugin/configPanel/PrintPdfPluginConfigPanelFormEditor.js +0 -0
  842. package/src/uielement/plugin/configPanel/executeCommand/DataMappingPanel.js +0 -0
  843. package/src/uielement/plugin/configPanel/executeCommand/ExecuteCommandPluginConfigPanelFormEditor.js +0 -0
  844. package/src/uielement/plugin/configPanel/executeCommand/ExecuteCommandPluginConfigPanelFormEditor.scss +0 -0
  845. package/src/uielement/plugin/configPanel/executeReport/ExecuteReportPluginConfigPanelFormEditor.js +0 -0
  846. package/src/uielement/plugin/configPanel/executeReport/ExecuteReportPluginConfigPanelFormEditor.scss +0 -0
  847. package/src/version.js +1 -1
  848. package/util/update.js +0 -0
  849. package/util/updateChangelog.js +0 -0
package/.gitattributes CHANGED
File without changes
File without changes
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # Version 2.8.65, [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/cd4e6a05be766150803dee8bf864f689b45a5071)
2
+ * ## Fixes
3
+ * <span style='color:red'>HT-12063 fix ReportTree and SimpleFilterPlugin</span> ([b1601d], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/b1601dfca09e99bb0e1dd4c7b8199b597aa1fed0))
4
+
5
+ * update: CHANGELOG.md ([221867], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/22186752ea29dc2b72be2b336f34c357076f83fa))
6
+
7
+ # Version 2.8.64, [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/897ee46e0d8fae98bd8dcc598440a1f95318ee6f)
8
+ * ## Fixes
9
+ * <span style='color:red'>CRM-9995 fix coonChart display legend</span> ([75852b], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/75852b69d974405206ece0630a70ae091f1aa6cb))
10
+
11
+ * HT-11123 :fix Исправление получения для сохранения логических значений настроек конфигурации плагинов, наследованных от PluginDefaults. Если значения конфигурации были при приведении к логическому типу ложными, то для сохранения использовались значения по ([2b8df3], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/2b8df3778c9ba826621f09955372c702ae23906d))
12
+ * HT-11134 :feat Поддержка валидного добавления в тулбар 2.0 кнопок из gridProperties ([dc3d95], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/dc3d95d989899fbbcc24cc990d61dbceb757c983))
13
+ * update: CHANGELOG.md ([354a4d], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/354a4db6d724093525fb64d44eb5985bebde3b3f))
14
+
1
15
  # Version 2.8.63, [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/b3dfb03ece646a94541bcd8588582aad5c074114)
2
16
  * ## Features
3
17
  * <span style='color:green'>feat: Allow dynamic setting of "uiElementCd". Related to NEVA-762.</span> ([5543e2], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/5543e2a294923afac914ca722b2ff1f74b712d66))
@@ -85,6 +99,7 @@
85
99
  * <span style='color:red'>fix</span> ([f7ce88], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/f7ce88d8859e702af4521253068bda50df90c39b))
86
100
 
87
101
  * remove template 'beforeComplete' ([e746ea], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/e746ea99a3adbb1b0b5e6eadac6068e1250a567a))
102
+ * TR-70340 :fix Исправлена возможность создания ui элемента с посторонними символами ([952773], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/952773095ade2cea2f98b77c94b06cf37ad8ce90))
88
103
  * update: CHANGELOG.md ([58846f], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/58846fbc62873ca4c56f685e85420bad0e56652b))
89
104
 
90
105
  # Version 2.8.48, [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/201d12dfc121f4045867a23b2d92f9fe252191cf)
package/Readme.md CHANGED
File without changes
package/TODO.md CHANGED
File without changes
package/doc/changelog.md CHANGED
File without changes
package/doc/shortcuts.md CHANGED
File without changes
package/index.js CHANGED
File without changes
package/jsdoc.config.json CHANGED
File without changes
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "ru.coon"
5
5
  },
6
6
  "description": "",
7
- "version": "2.8.63",
7
+ "version": "2.8.65",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "git+http://gitlab-dbr.sigma-it.local/dbr/ru.coon"
package/sass/Readme.md CHANGED
File without changes
package/sass/config.rb CHANGED
File without changes
File without changes
package/sass/etc/all.scss CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/src/Function.js CHANGED
File without changes
package/src/Function.scss CHANGED
File without changes
File without changes
package/src/Readme.md CHANGED
File without changes
File without changes
File without changes
package/src/app/Readme.md CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -19,12 +19,6 @@ Ext.define('Coon.chart.CoonChart', {
19
19
  publishes: 'selection',
20
20
  autoFilter: false,
21
21
  filterDefaults: {},
22
- defaultConfig: {
23
- tooltip: {
24
- trigger: 'item',
25
- },
26
- categoryLineY: false,
27
- },
28
22
  defaultLegendType: 'plain',
29
23
 
30
24
  initChart() {
@@ -314,9 +308,9 @@ Ext.define('Coon.chart.CoonChart', {
314
308
  });
315
309
  config.rows.map((row) => {
316
310
  let serieName;
317
- legend.forEach((legendEl) => {
318
- legendEl.data = legendEl.data || [];
311
+ !isSettingAxisData && legend.forEach((legendEl) => {
319
312
  serieName = normalizeValue(row, legendEl, 'axis');
313
+ legendEl.data = legendEl.data || [];
320
314
  legendEl.data.push(serieName);
321
315
  });
322
316
  categoryAxis.forEach((categoryEl) => {
@@ -334,7 +328,7 @@ Ext.define('Coon.chart.CoonChart', {
334
328
  });
335
329
  config.categoryAxis = isSettingAxisData && categoryAxis;
336
330
  config.valueAxis = isSettingAxisData && valueAxis;
337
- config.legend = legend;
331
+ config.legend = legend.length ? legend : {};
338
332
  if (isSettingAxisData && !config.categoryLineY) {
339
333
  config.xAxis = config.categoryAxis;
340
334
  config.yAxis = config.valueAxis;
@@ -149,8 +149,7 @@ Ext.define('Coon.chart.editor.CoonChartEditorController', {
149
149
  } else if (key === 'categoryConfig' || key === 'valueConfig') {
150
150
  acc[key] = value;
151
151
  } else {
152
- acc.defaultConfig = acc.defaultConfig || {};
153
- acc.defaultConfig[key] = value;
152
+ acc[key] = value;
154
153
  }
155
154
  return acc;
156
155
  }, {});
@@ -188,13 +187,34 @@ Ext.define('Coon.chart.editor.CoonChartEditorController', {
188
187
  additionalConfig: config,
189
188
  });
190
189
  });
190
+ const coonChartConfig = {...coonChart};
191
+ const serviceProps = [
192
+ 'id',
193
+ 'description',
194
+ 'xtype',
195
+ 'properties',
196
+ 'propertyData',
197
+ 'accessDecision',
198
+ 'reportSourceId',
199
+ 'sourceType',
200
+ 'chartType',
201
+ 'commandSourceId',
202
+ 'rootNode',
203
+ 'config',
204
+ 'parameters'
205
+ ];
206
+ serviceProps.forEach((prop) => {
207
+ if (prop in coonChartConfig) {
208
+ delete coonChartConfig[prop];
209
+ }
210
+ });
191
211
  return Ext.applyIf({
192
212
  valueConfig: valueConfig,
193
213
  categoryConfig: categoryConfig,
194
214
  legendConfig: legendConfig,
195
215
  serieConfig: serieConfig,
196
- categoryLineY: this.vm.get('coonChart.categoryLineY') || chartCmp.defaultConfig.categoryLineY,
197
- }, coonChart.defaultConfig || chartCmp.defaultConfig);
216
+ categoryLineY: this.vm.get('coonChart.categoryLineY'),
217
+ }, coonChartConfig);
198
218
  },
199
219
 
200
220
  showPreview() {
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes