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.
- package/.gitattributes +0 -0
- package/.lintstagedrc.json +0 -0
- package/CHANGELOG.md +15 -0
- package/Readme.md +0 -0
- package/TODO.md +0 -0
- package/doc/changelog.md +0 -0
- package/doc/shortcuts.md +0 -0
- package/index.js +0 -0
- package/jsdoc.config.json +0 -0
- package/package.json +1 -1
- package/sass/Readme.md +0 -0
- package/sass/config.rb +0 -0
- package/sass/etc/Readme.md +0 -0
- package/sass/etc/all.scss +0 -0
- package/sass/src/Readme.md +0 -0
- package/sass/src/common/plugin/form/PeriodPicker.scss +0 -0
- package/sass/src/component/UiElementPanel.scss +0 -0
- package/sass/src/component/UiElementPropertyPanel.scss +0 -0
- package/sass/var/Readme.md +0 -0
- package/src/CustomXMLReader.js +0 -0
- package/src/FieldsHelper.js +0 -0
- package/src/Function.js +0 -0
- package/src/Function.scss +0 -0
- package/src/MessageResources.js +0 -0
- package/src/Readme.md +0 -0
- package/src/SystemProperties.js +0 -0
- package/src/app/Application.scss +0 -0
- package/src/app/Readme.md +0 -0
- package/src/app/login/LoginForm.js +0 -0
- package/src/app/login/LoginForm.scss +0 -0
- package/src/app/login/LoginFormController.js +0 -0
- package/src/app/login/LoginFormModel.js +0 -0
- package/src/chart/ChartComponent.js +0 -0
- package/src/chart/CoonChart.js +3 -9
- package/src/chart/editor/CoonChartEditorController.js +24 -4
- package/src/chart/editor/CoonChartEditorViewModel.js +0 -0
- package/src/command/ASyncBaseCommand.js +0 -0
- package/src/command/ASyncBaseJSONCommand.js +0 -0
- package/src/command/BaseCommand.js +0 -0
- package/src/command/DeletePropertyFromConfigurationCommand.js +0 -0
- package/src/command/GetAllPropertiesWithDefaultCommand.js +0 -0
- package/src/command/GetPropertyFromConfigurationCommand.js +0 -0
- package/src/command/Readme.md +0 -0
- package/src/command/SavePropertyFromConfigurationCommand.js +0 -0
- package/src/command/characteristic/CharacteristicValuesCommand.js +0 -0
- package/src/command/characteristic/SetEntityCharacteristicsCommand.js +0 -0
- package/src/common/baseModel.js +0 -0
- package/src/common/button/ForeignButton.js +0 -0
- package/src/common/button/ToggleIconButton.js +0 -0
- package/src/common/command/AddNoteCommand.js +0 -0
- package/src/common/command/DeleteNoteCommand.js +0 -0
- package/src/common/command/GetNoteCommand.js +0 -0
- package/src/common/command/SaveNoteCommand.js +0 -0
- package/src/common/component/Auth.js +0 -0
- package/src/common/component/ChooseColorField.js +0 -0
- package/src/common/component/ColorPalette.js +0 -0
- package/src/common/component/ColorPalette.scss +0 -0
- package/src/common/component/ColorPaletteController.js +0 -0
- package/src/common/component/CopyRowsFromGridSettingsWindow.js +0 -0
- package/src/common/component/DFVCharacteristicField.js +0 -0
- package/src/common/component/ExternalFrame.js +0 -0
- package/src/common/component/ExternalFrame.scss +0 -0
- package/src/common/component/FinanceDocumentDateWindow.js +0 -0
- package/src/common/component/ForeignSelectWindow.js +0 -0
- package/src/common/component/HotkeyHelpText.js +0 -0
- package/src/common/component/HotkeyHelpText.scss +0 -0
- package/src/common/component/PropertyDict.js +0 -0
- package/src/common/component/RestrictionsPanel.js +0 -0
- package/src/common/component/TreeComponentStructure.js +0 -0
- package/src/common/component/TreeComponentStructure.scss +0 -0
- package/src/common/component/YearPanel.js +0 -0
- package/src/common/component/characteristic/CharacteristicPanel.js +0 -0
- package/src/common/component/characteristic/CharacteristicPanelController.js +0 -0
- package/src/common/component/characteristic/characteristicAlgorithm/AlgorithmChainBindDependencyList.js +0 -0
- package/src/common/component/characteristic/characteristicAlgorithm/AlgorithmChainBindDependencyListController.js +0 -0
- package/src/common/component/characteristic/characteristicAlgorithm/AlgorithmChainBindList.js +0 -0
- package/src/common/component/characteristic/characteristicAlgorithm/AlgorithmChainBindListController.js +0 -0
- package/src/common/component/characteristic/characteristicAlgorithm/AlgorithmChainEditWindow.js +0 -0
- package/src/common/component/characteristic/characteristicAlgorithm/AlgorithmChainEditWindowController.js +0 -0
- package/src/common/component/characteristic/characteristicAlgorithm/AlgorithmChainSearchWindow.js +0 -0
- package/src/common/component/characteristic/characteristicAlgorithm/AlgorithmChainTemplateBindWindow.js +0 -0
- package/src/common/component/characteristic/characteristicAlgorithm/CharacteristicAlgorithmList.js +0 -0
- package/src/common/component/characteristic/characteristicAlgorithm/CharacteristicAlgorithmListController.js +0 -0
- package/src/common/component/characteristic/characteristicAlgorithm/CharacteristicAlgorithmSearchWindow.js +0 -0
- package/src/common/component/characteristic/characteristicGroup/CharacteristicAccessList.js +0 -0
- package/src/common/component/characteristic/characteristicGroup/CharacteristicAccessListController.js +0 -0
- package/src/common/component/characteristic/characteristicGroup/CharacteristicGroupPanel.js +0 -0
- package/src/common/component/characteristic/characteristicGroup/CharacteristicGroupPanelController.js +0 -0
- package/src/common/component/characteristic/characteristicGroup/CharacteristicGroupSearchWindow.js +0 -0
- package/src/common/component/characteristic/characteristicGroup/CharacteristicTypeSearchWindow.js +0 -0
- package/src/common/component/characteristic/characteristicGroup/EditCharacteristicGroupWindow.js +0 -0
- package/src/common/component/characteristic/characteristicGroup/EditorOptionsWindow.js +0 -0
- package/src/common/component/characteristic/characteristicGroup/EditorOptionsWindowController.js +0 -0
- package/src/common/component/characteristic/characteristicGroup/EntityGroupCharacteristicEditor.js +0 -0
- package/src/common/component/characteristic/characteristicGroup/EntityGroupCharacteristicEditorController.js +0 -0
- package/src/common/component/characteristic/characteristicGroup/UserGroupForeignWindow.js +0 -0
- package/src/common/component/characteristic/editCharacteristic/EditCharacteristicPanel.js +0 -0
- package/src/common/component/characteristic/model/characteristicAlgorithm/AlgorithmBean.js +0 -0
- package/src/common/component/characteristic/model/characteristicAlgorithm/AlgorithmChainBindRowBean.js +0 -0
- package/src/common/component/characteristic/model/characteristicAlgorithm/LinkedAlgorithmBean.js +0 -0
- package/src/common/component/characteristic/model/characteristicGroup/CharacteristicTypeAccessBean.js +0 -0
- package/src/common/component/characteristic/model/characteristicGroup/EntityGroupBeanFieldsModel.js +0 -0
- package/src/common/component/characteristic/model/characteristicGroup/GroupBeanModel.js +0 -0
- package/src/common/component/editor/CharacteristicAddTypeGrid.js +0 -0
- package/src/common/component/editor/CharacteristicColumnModel.js +0 -0
- package/src/common/component/editor/CharacteristicForeignWindow.js +0 -0
- package/src/common/component/editor/CharacteristicGridEditor.scss +0 -0
- package/src/common/component/editor/CharacteristicHistoryPanel.js +0 -0
- package/src/common/component/editor/CharacteristicHistoryPanelAudit.js +0 -0
- package/src/common/component/editor/CharacteristicHistoryPanelWithDeletedChars.js +0 -0
- package/src/common/component/editor/CharacteristicHistoryUserAudit.js +0 -0
- package/src/common/component/editor/CharacteristicLoaderByCharacteristicEntityPlugin.js +0 -0
- package/src/common/component/editor/CharacteristicLoaderPlugin.js +0 -0
- package/src/common/component/editor/CharacteristicTypeLoaderPlugin.js +0 -0
- package/src/common/component/editor/EditorFactory.js +0 -0
- package/src/common/component/editor/HistoryListForTypeCharacteristicEditor.js +0 -0
- package/src/common/component/editor/TypedCharacteristicEditor.js +0 -0
- package/src/common/component/editor/TypedCharacteristicEditor.scss +0 -0
- package/src/common/component/editor/creators/BaseEditorCreator.js +0 -0
- package/src/common/component/editor/creators/ByReportEditorCreator.js +0 -0
- package/src/common/component/editor/creators/CustomPanelEditorCreator.js +0 -0
- package/src/common/component/editor/creators/ForeignKeyEditorCreator.js +0 -0
- package/src/common/component/editor/creators/NoteEditorCreator.js +0 -0
- package/src/common/component/editor/creators/NumberEditorCreator.js +0 -0
- package/src/common/component/editor/creators/PercentEditorCreator.js +0 -0
- package/src/common/component/editor/creators/SimpleReportEditorCreator.js +0 -0
- package/src/common/component/editor/creators/TimeEditorCreator.js +0 -0
- package/src/common/component/editor/creators/TriggerFieldEditorCreator.js +0 -0
- package/src/common/component/formeditor/UiCFCard.js +0 -0
- package/src/common/component/formeditor/UiCFCardsGrid.js +0 -0
- package/src/common/component/formeditor/UiCFCell.js +0 -0
- package/src/common/component/formeditor/UiCFCellController.js +0 -0
- package/src/common/component/formeditor/UiCFCheckboxGroup.js +0 -0
- package/src/common/component/formeditor/UiCFConfigEditorWindow.js +0 -0
- package/src/common/component/formeditor/UiCFConfigEditorWindowController.js +0 -0
- package/src/common/component/formeditor/UiCFContainer.js +0 -0
- package/src/common/component/formeditor/UiCFContainerController.js +0 -0
- package/src/common/component/formeditor/UiCFFavoriteMenuItem.js +0 -0
- package/src/common/component/formeditor/UiCFFieldsConfig.js +0 -0
- package/src/common/component/formeditor/UiCFMenuEditorWindow.js +0 -0
- package/src/common/component/formeditor/UiCFMenuEditorWindowController.js +0 -0
- package/src/common/component/formeditor/UiCFPropertiesChooseWindow.js +0 -0
- package/src/common/component/formeditor/UiCFRadioGrid.js +0 -0
- package/src/common/component/formeditor/UiCFRadioGroup.js +0 -0
- package/src/common/component/formeditor/UiCFReportField.js +0 -0
- package/src/common/component/formeditor/UiCFRow.js +0 -0
- package/src/common/component/formeditor/UiCFRowController.js +0 -0
- package/src/common/component/formeditor/UiCFSegmentedButton.js +0 -0
- package/src/common/component/formeditor/UiCFSegmentedButtonGrid.js +0 -0
- package/src/common/component/formeditor/UiCFSettingsWindow.js +0 -0
- package/src/common/component/formeditor/UiCFSpacer.js +0 -0
- package/src/common/component/formeditor/UiCFTab.js +0 -0
- package/src/common/component/formeditor/UiCFText.js +0 -0
- package/src/common/component/formeditor/UiCustomFilterForm.js +0 -0
- package/src/common/component/formeditor/UiCustomForm.js +0 -0
- package/src/common/component/formeditor/UiCustomFormController.js +0 -0
- package/src/common/component/formeditor/UiCustomFormEditor.js +0 -0
- package/src/common/component/formeditor/UiCustomFormEditor.scss +0 -0
- package/src/common/component/formeditor/UiCustomFormEditorController.js +0 -0
- package/src/common/component/formeditor/UiCustomFormEditorView.js +0 -0
- package/src/common/component/settings/UserSettingsWindow.js +0 -0
- package/src/common/component/settings/commands/getUserSettingsCommand.js +0 -0
- package/src/common/component/settings/commands/setUserPropValueCommand.js +0 -0
- package/src/common/component/settings/stores/userSettingsStoreService.js +0 -0
- package/src/common/component/visualeditor/UiCPVisualEditor.js +0 -0
- package/src/common/component/visualeditor/UiCPVisualEditor.scss +0 -0
- package/src/common/component/visualeditor/UiCPVisualEditorConfigWindow.js +0 -0
- package/src/common/field/ApiCommandPicker.js +0 -0
- package/src/common/field/BankBikField.js +0 -0
- package/src/common/field/BankKppField.js +0 -0
- package/src/common/field/BankOgrnField.js +0 -0
- package/src/common/field/BankOgrnIpField.js +0 -0
- package/src/common/field/BankPaymentAccountField.js +0 -0
- package/src/common/field/DatePickerPresetsField.js +0 -0
- package/src/common/field/DeliveryTimeField.js +0 -0
- package/src/common/field/EditorJs.js +0 -0
- package/src/common/field/EditorJs.scss +0 -0
- package/src/common/field/EditorJsField.js +0 -0
- package/src/common/field/EmailField.js +0 -0
- package/src/common/field/FIOField.js +0 -0
- package/src/common/field/ForeignField.js +0 -0
- package/src/common/field/IDField.js +0 -0
- package/src/common/field/InnField.js +0 -0
- package/src/common/field/OpenDialogField.js +0 -0
- package/src/common/field/PeriodByReportField.js +0 -0
- package/src/common/field/PhoneField.js +0 -0
- package/src/common/field/PropertyField.js +0 -0
- package/src/common/field/ReportValueField.js +0 -0
- package/src/common/field/ReportValueField.scss +0 -0
- package/src/common/field/SelectIconClassField.js +0 -0
- package/src/common/field/SnilsField.js +0 -0
- package/src/common/field/checkbox/CustomValueCheckBox.js +0 -0
- package/src/common/field/combo/AbstractComponentsComboBox.js +0 -0
- package/src/common/field/combo/BaseComboBox.js +0 -0
- package/src/common/field/combo/BillingLookupComboBox.js +0 -0
- package/src/common/field/combo/CommandComboBox.js +0 -0
- package/src/common/field/combo/CommandComboBox.scss +0 -0
- package/src/common/field/combo/ConstantList.js +0 -0
- package/src/common/field/combo/DynamicCheckboxGroup.js +0 -0
- package/src/common/field/combo/GridComboBox.js +0 -0
- package/src/common/field/combo/IsweDynamicCheckboxGroup.js +0 -0
- package/src/common/field/combo/PanelComboBox.js +0 -0
- package/src/common/field/combo/TownTypeComboBox.js +0 -0
- package/src/common/field/combo/XTypeComboBox.js +0 -0
- package/src/common/field/fieldset/DateTimeField.js +0 -0
- package/src/common/field/fieldset/SelectAccountsRangeFieldSet.js +0 -0
- package/src/common/field/fieldset/TimePicker.js +0 -0
- package/src/common/field/numberfield/MoneyNumberField.js +0 -0
- package/src/common/field/radio/DynamicRadioGroup.js +0 -0
- package/src/common/field/withDefault.js +0 -0
- package/src/common/panel/AdditionalParametersPanel.js +0 -0
- package/src/common/panel/DayPicker.js +0 -0
- package/src/common/panel/DayPicker.scss +0 -0
- package/src/common/panel/ExtFileUploadField.js +0 -0
- package/src/common/panel/MainUploadPanel.js +0 -0
- package/src/common/panel/MainUploadPanel.scss +0 -0
- package/src/common/panel/SelectIconClassPanel.js +0 -0
- package/src/common/panel/SelectIconClassPanel.scss +0 -0
- package/src/common/panel/SelectIconClassPanelTemplate.js +0 -0
- package/src/common/panel/SelectIconClassPanelTemplate.scss +0 -0
- package/src/common/panel/StopwatchWindow.js +0 -0
- package/src/common/panel/StopwatchWindow.scss +0 -0
- package/src/common/panel/UIElementPickerPanel.js +0 -0
- package/src/common/panel/UniversalUploadResults.js +0 -0
- package/src/common/panel/UniversalUploadResults.scss +0 -0
- package/src/common/panel/WindowWrap.scss +0 -0
- package/src/common/panel/dropzone/UniversalMultiUploadForm.js +0 -0
- package/src/common/panel/dropzone/UniversalMultiUploadForm.scss +0 -0
- package/src/common/panel/dropzone/UniversalMultiUploadFormController.js +0 -0
- package/src/common/panel/dropzone/UniversalMultiUploadFormViewModel.js +0 -0
- package/src/common/panel/dropzone/UploadDropZone.js +0 -0
- package/src/common/panel/dropzone/UploadDropZone.scss +0 -0
- package/src/common/panel/dropzone/UploadDropZoneController.js +0 -0
- package/src/common/panel/widget/LinkWindow.js +0 -0
- package/src/common/panel/widget/LinkWindowController.js +0 -0
- package/src/common/panel/widget/MainSettingsWindow.js +0 -0
- package/src/common/panel/widget/MainSettingsWindowController.js +0 -0
- package/src/common/panel/widget/PinWindow.js +0 -0
- package/src/common/panel/widget/PinWindowController.js +0 -0
- package/src/common/panel/widget/SettingsModel.js +0 -0
- package/src/common/panel/widget/SettingsWindow.js +0 -0
- package/src/common/panel/widget/SettingsWindowController.js +0 -0
- package/src/common/panel/widget/WidgetPanel.js +0 -0
- package/src/common/panel/widget/WidgetPanel.scss +0 -0
- package/src/common/panel/widget/WidgetPanelController.js +0 -0
- package/src/common/panel/widget/WidgetPanelViewModel.js +0 -0
- package/src/common/plugin/form/CopyPastePlugin.js +0 -0
- package/src/common/plugin/form/CountRowsToFieldLabel.js +0 -0
- package/src/common/plugin/form/DragDropFilePlugin.js +0 -0
- package/src/common/plugin/form/FieldDependsPlugin.js +0 -0
- package/src/common/plugin/form/PeriodMenu.js +0 -0
- package/src/common/plugin/form/PeriodPicker.js +0 -0
- package/src/common/plugin/form/PeriodPickerPlugin.js +0 -0
- package/src/common/plugin/form/RequiredFlagPlugin.js +0 -0
- package/src/common/plugin/mixin/defaults.js +0 -0
- package/src/common/plugin/mixin/navigatingThroughRecords.js +0 -0
- package/src/common/plugin/openApi/OpenApiChoseWindow.js +0 -0
- package/src/common/plugin/openApi/OpenApiField.js +0 -0
- package/src/common/plugin/openApi/OpenApiResponseViewer.js +0 -0
- package/src/common/tree/ContextMenu.js +0 -0
- package/src/common/tree/ContextMenuItem.js +0 -0
- package/src/common/tree/NodeTreeLoader.js +0 -0
- package/src/common/trigger/WikiTrigger.js +0 -0
- package/src/eventBus.js +0 -0
- package/src/format.js +0 -0
- package/src/info.js +0 -0
- package/src/info.scss +0 -0
- package/src/logSender.js +0 -0
- package/src/model/MoParameterFields.js +0 -0
- package/src/model/SimpleEntityCharacteristicBeanFields.js +0 -0
- package/src/model/VisualCharacteristicValueFields.js +0 -0
- package/src/model/VisualCharacteristicValuesFields.js +0 -0
- package/src/nav/AppNavTab.js +0 -0
- package/src/nav/AppNavTab.scss +0 -0
- package/src/nav/AppNavigationBar.scss +0 -0
- package/src/nav/AppNavigationBarViewController.js +0 -0
- package/src/nav/AppNavigationMenu.js +0 -0
- package/src/nav/AppNavigationMenu.scss +0 -0
- package/src/nav/AppNavigationMenuViewModel.js +0 -0
- package/src/nav/AppNavigationToggleButton.js +0 -0
- package/src/nav/AppNavigationToggleButton.scss +0 -0
- package/src/nav/WindowBarMixin.js +0 -0
- package/src/nav/editor/NavigateElementEditorViewModel.js +0 -0
- package/src/nav/editor/menu/NavMenuTreeController.js +0 -0
- package/src/nav/editor/menu/NavMenuTreeView.js +0 -0
- package/src/nav/editor/menu/NavMenuTreeView.scss +0 -0
- package/src/nav/editor/menu/command/AddMenuCommand.js +0 -0
- package/src/nav/editor/menu/command/DeleteMenuCommand.js +0 -0
- package/src/nav/editor/menu/command/GetMenuCommand.js +0 -0
- package/src/nav/editor/menu/command/SaveMenuCommand.js +0 -0
- package/src/nav/editor/menu/form/NavMenuFormView.js +0 -0
- package/src/nav/editor/menu/form/NavMenuFormViewController.js +0 -0
- package/src/nav/editor/menu/form/NavMenuFormViewModel.js +0 -0
- package/src/nav/editor/workspace/NavWorkspaceListController.js +0 -0
- package/src/nav/editor/workspace/NavWorkspaceListView.scss +0 -0
- package/src/nav/editor/workspace/command/AddWorkspaceCommand.js +0 -0
- package/src/nav/editor/workspace/command/DeleteWorkspaceCommand.js +0 -0
- package/src/nav/editor/workspace/command/GetWorkspaceCommand.js +0 -0
- package/src/nav/editor/workspace/command/SaveWorkspaceCommand.js +0 -0
- package/src/nav/editor/workspace/form/NavWorkspaceFormController.js +0 -0
- package/src/nav/editor/workspace/form/NavWorkspaceFormView.js +0 -0
- package/src/nav/editor/workspace/form/NavWorkspaceFormViewModel.js +0 -0
- package/src/nav/menu/NavMenuPanel.scss +0 -0
- package/src/nav/menu/WorkspaceMenuView.js +0 -0
- package/src/nav/menu/WorkspaceMenuView.scss +0 -0
- package/src/nav/state.js +0 -0
- package/src/nav/windowHolder.js +0 -0
- package/src/nav/windowHolderTab.js +0 -0
- package/src/nav/windowHolderTab.scss +0 -0
- package/src/perf.js +0 -0
- package/src/plugin/CoonQtip.js +0 -0
- package/src/plugin/TextFieldFormatter.js +0 -0
- package/src/report/ReportEntity.js +0 -0
- package/src/report/column/BigNumColumn.js +0 -0
- package/src/report/column/BigNumIndicationColumn.js +0 -0
- package/src/report/column/BooleanIconColumn.js +0 -0
- package/src/report/column/Check.js +0 -0
- package/src/report/column/CounterColumn.js +0 -0
- package/src/report/column/DynamicActionColumn.js +0 -0
- package/src/report/column/HintColumn.js +0 -0
- package/src/report/column/HintCopyColumn.js +0 -0
- package/src/report/column/HintDateColumn.js +0 -0
- package/src/report/column/HintTimeIntervalColumn.js +0 -0
- package/src/report/column/IconSvgColumn.js +0 -0
- package/src/report/column/LinkColumn.js +0 -0
- package/src/report/column/MoneyColumn.js +0 -0
- package/src/report/column/MultiFilesColumn.js +0 -0
- package/src/report/column/MultiFilesColumn.scss +0 -0
- package/src/report/column/MultiLineColumn.js +0 -0
- package/src/report/column/PercentColumn.js +0 -0
- package/src/report/column/SoftWrapColumn.js +0 -0
- package/src/report/column/TimeIntervalColumn.js +0 -0
- package/src/report/command/BaseReportDataCommand.js +0 -0
- package/src/report/command/ConvertReportCommand.js +0 -0
- package/src/report/command/CopyReportCommand.js +0 -0
- package/src/report/command/DeleteReportCommand.js +0 -0
- package/src/report/command/ExecuteAllReportsCommand.js +0 -0
- package/src/report/command/GenerateDbfCommand.js +0 -0
- package/src/report/command/GetCSVReportDataCommand.js +0 -0
- package/src/report/command/GetDynamicReportDataCommand.js +0 -0
- package/src/report/command/GetExcelFromRowsOrReportData.js +0 -0
- package/src/report/command/GetExcelReportDataCommand.js +0 -0
- package/src/report/command/GetKeyValueListByReportCommand.js +0 -0
- package/src/report/command/GetPdfReportDataCommand.js +0 -0
- package/src/report/command/GetReportCommand.js +0 -0
- package/src/report/command/GetReportFieldsCommand.js +0 -0
- package/src/report/command/GetReportInfoCommand.js +0 -0
- package/src/report/command/GetReportRevisionCommand.js +0 -0
- package/src/report/command/GetReportVersionListCommand.js +0 -0
- package/src/report/command/LoadDynamicReportCommand.js +0 -0
- package/src/report/command/PublisherPdfCommand.js +0 -0
- package/src/report/command/RestoreReportCommand.js +0 -0
- package/src/report/command/SaveReportSettingsCommand.js +0 -0
- package/src/report/component/BoundListPagingToolbar.js +0 -0
- package/src/report/component/BoundListPagingToolbar.scss +0 -0
- package/src/report/component/ClearFiltersButton.scss +0 -0
- package/src/report/component/EXTJSReportUploadForm.js +0 -0
- package/src/report/component/ErrorWindow.js +0 -0
- package/src/report/component/ErrorWindow.scss +0 -0
- package/src/report/component/EventKeyBox.js +0 -0
- package/src/report/component/GridFilterWindow.js +0 -0
- package/src/report/component/IsweSimplestReportCombo.js +0 -0
- package/src/report/component/LocalPagingComboPicker.js +0 -0
- package/src/report/component/LookupCombo.js +0 -0
- package/src/report/component/PagingBoundList.js +0 -0
- package/src/report/component/ParameterizedReportCombo.js +0 -0
- package/src/report/component/ParameterizedReportCombo.scss +0 -0
- package/src/report/component/ReportFilterForm.js +0 -0
- package/src/report/component/ReportPanel.js +1 -2
- package/src/report/component/ReportPickerLookupCombo.js +0 -0
- package/src/report/component/SimpleReportTag.js +0 -0
- package/src/report/component/SimpleReportTag.scss +0 -0
- package/src/report/component/SimplestCommandCombo.js +0 -0
- package/src/report/component/SubentityCombo.js +0 -0
- package/src/report/component/reportpanel/CopyReportPanel.scss +0 -0
- package/src/report/component/reportpanel/CopyReportPanelViewModel.js +0 -0
- package/src/report/component/reportpanel/FilterPanelLegend.js +0 -0
- package/src/report/component/reportpanel/FilterPanelLegend.scss +0 -0
- package/src/report/component/reportpanel/ReportStore.js +0 -0
- package/src/report/component/reportpanel/ReportTree.js +1 -1
- package/src/report/component/reportpanel/ReportTreeStore.js +0 -0
- package/src/report/component/settings/AddVersioningTab.js +0 -0
- package/src/report/component/settings/FilterFormEditing.js +0 -0
- package/src/report/component/settings/ReportCustomPluginPropertiesGrid.js +0 -0
- package/src/report/component/settings/ReportFieldPropertiesGrid.js +0 -0
- package/src/report/component/settings/ReportFormEditPanel.js +0 -0
- package/src/report/component/settings/ReportFormEditPanel.scss +0 -0
- package/src/report/component/settings/ReportFormEditPanelController.js +0 -0
- package/src/report/component/settings/ReportFormEditPanelModel.js +0 -0
- package/src/report/component/settings/ReportParametersExtraPropsGrid.js +0 -0
- package/src/report/component/settings/ReportPropertiesAceEditor.js +0 -0
- package/src/report/component/settings/ReportPropertiesGrid.js +0 -0
- package/src/report/component/settings/ReportPropertiesGrid.scss +0 -0
- package/src/report/component/settings/ReportPropertiesGridController.js +0 -0
- package/src/report/component/settings/common/ReportFormCommonPanel.js +0 -0
- package/src/report/component/settings/common/ReportFormCommonPanelController.js +0 -0
- package/src/report/component/settings/common/ReportSqlBeautifierPanel.js +0 -0
- package/src/report/component/settings/common/ReportSqlPreviewPanel.js +0 -0
- package/src/report/component/settings/context/ReportFormContextParametersGrid.js +0 -0
- package/src/report/component/settings/field/ReportFormFieldEditPanel.js +0 -0
- package/src/report/component/settings/field/ReportFormFieldEditPanelController.js +0 -0
- package/src/report/component/settings/field/ReportFormFieldsGrid.scss +0 -0
- package/src/report/component/settings/history/ReportDiffTabsWindow.js +0 -0
- package/src/report/component/settings/history/ReportDiffTabsWindowController.js +0 -0
- package/src/report/component/settings/history/ReportFormHistoryPanel.js +0 -0
- package/src/report/component/settings/history/ReportFormHistoryPanelController.js +0 -0
- package/src/report/component/settings/parameter/ReportFormParameterEditPanel.js +0 -0
- package/src/report/component/settings/parameter/ReportFormParameterEditPanelController.js +0 -0
- package/src/report/component/settings/parameter/ReportFormParametersGrid.js +0 -0
- package/src/report/component/settings/parameter/ReportFormParametersGridController.js +0 -0
- package/src/report/component/settings/plugin/PluginSelectWindow.js +0 -0
- package/src/report/component/settings/plugin/ReportFormPluginGrid.js +0 -0
- package/src/report/component/settings/plugin/ReportFormPluginGridController.js +0 -0
- package/src/report/component/settings/plugin/ReportFormPluginPanel.js +0 -0
- package/src/report/component/settings/plugin/ReportFormPluginPanelController.js +0 -0
- package/src/report/component/settings/plugin/ReportFormPluginSettings.js +0 -0
- package/src/report/component/settings/plugin/ReportToolbarFunctions.js +1 -1
- package/src/report/component/settings/plugin/SpecificPluginSelectWindow.js +0 -0
- package/src/report/component/settings/property/PropertySelectPanel.js +0 -0
- package/src/report/component/settings/property/ReportPropertiesPanel.js +0 -0
- package/src/report/component/settings/property/ReportPropertiesPanel.scss +0 -0
- package/src/report/component/tab/ReportTabView.js +0 -0
- package/src/report/model/AccountDocumentBean.js +0 -0
- package/src/report/model/AccountDocumentBeanFields.js +0 -0
- package/src/report/model/ActionCodeBean.js +0 -0
- package/src/report/model/ActionCodeBeanFields.js +0 -0
- package/src/report/model/ActionCodeGroupBean.js +0 -0
- package/src/report/model/ActionCodeGroupBeanFields.js +0 -0
- package/src/report/model/BillingDocumentFields.js +0 -0
- package/src/report/model/BillingDocumentStateBean.js +0 -0
- package/src/report/model/BillingDocumentStateBeanFields.js +0 -0
- package/src/report/model/CharacteristicBean.js +0 -0
- package/src/report/model/CharacteristicBeanFields.js +0 -0
- package/src/report/model/ColorPluginBean.js +0 -0
- package/src/report/model/ColorPluginBeanFields.js +0 -0
- package/src/report/model/ComboValueWrapper.js +0 -0
- package/src/report/model/ComboValueWrapperFields.js +0 -0
- package/src/report/model/ConfigReportPropertyBeanFields.js +0 -0
- package/src/report/model/ConfigureCharacteristicBean.js +0 -0
- package/src/report/model/ConfigureCharacteristicBeanFields.js +0 -0
- package/src/report/model/FiltersPluginBean.js +0 -0
- package/src/report/model/FiltersPluginBeanFields.js +0 -0
- package/src/report/model/GroupButtonsPluginBean.js +0 -0
- package/src/report/model/GroupButtonsPluginBeanFields.js +0 -0
- package/src/report/model/LimitBean.js +0 -0
- package/src/report/model/LimitBeanFields.js +0 -0
- package/src/report/model/LimitDetailsBeanFields.js +0 -0
- package/src/report/model/LogRequestBean.js +0 -0
- package/src/report/model/LogRequestFields.js +0 -0
- package/src/report/model/LookupBean.js +0 -0
- package/src/report/model/LookupBeanFields.js +0 -0
- package/src/report/model/MenuGroupCharacteristicTypeBean.js +0 -0
- package/src/report/model/MenuGroupCharacteristicTypeBeanFields.js +0 -0
- package/src/report/model/RawCharacteristicValueBean.js +0 -0
- package/src/report/model/RawCharacteristicValueBeanFields.js +0 -0
- package/src/report/model/ReportAccessGroupBean.js +0 -0
- package/src/report/model/ReportAccessGroupBeanFields.js +0 -0
- package/src/report/model/ReportBeanFields.js +0 -0
- package/src/report/model/ReportFieldBean.js +0 -0
- package/src/report/model/ReportFieldBeanFields.js +0 -0
- package/src/report/model/ReportFieldMaintenanceBeanFields.js +0 -0
- package/src/report/model/ReportFieldPropertyBean.js +0 -0
- package/src/report/model/ReportFieldPropertyBeanFields.js +0 -0
- package/src/report/model/ReportFormBeanFields.js +0 -0
- package/src/report/model/ReportMaintenanceBean.js +0 -0
- package/src/report/model/ReportMaintenanceBeanFields.js +0 -0
- package/src/report/model/ReportNavigationContextBean.js +0 -0
- package/src/report/model/ReportNavigationContextBeanFields.js +0 -0
- package/src/report/model/ReportParameterBeanFields.js +0 -0
- package/src/report/model/ReportParameterMaintenanceBean.js +0 -0
- package/src/report/model/ReportParameterMaintenanceBeanFields.js +0 -0
- package/src/report/model/ReportPluginBeanFields.js +0 -0
- package/src/report/model/ReportPluginMaintenanceBean.js +0 -0
- package/src/report/model/ReportPluginMaintenanceBeanFields.js +0 -0
- package/src/report/model/ReportPropertyBean.js +0 -0
- package/src/report/model/ReportPropertyBeanFields.js +0 -0
- package/src/report/model/SummaryPluginBean.js +0 -0
- package/src/report/model/SummaryPluginBeanFields.js +0 -0
- package/src/report/model/ToggleColumnsPluginBean.js +0 -0
- package/src/report/model/ToggleColumnsPluginBeanFields.js +0 -0
- package/src/report/model/TownBeanFields.js +0 -0
- package/src/report/model/TownTypeBean.js +0 -0
- package/src/report/model/TownTypeBeanFields.js +0 -0
- package/src/report/model/UsersGroupsValueBean.js +0 -0
- package/src/report/model/UsersGroupsValueBeanFields.js +0 -0
- package/src/report/model/WizardBean.js +0 -0
- package/src/report/model/WizardBeanFields.js +0 -0
- package/src/report/plugin/CodeHighlightPlugin.js +0 -0
- package/src/report/plugin/SearchByPropButton.js +0 -0
- package/src/report/plugin/SettingsManagerPlugin/SettingsManagerPlugin.js +0 -0
- package/src/report/plugin/SettingsManagerPlugin/model/SMPProfileEntry.js +0 -0
- package/src/report/plugin/SettingsManagerPlugin/store/SMPAbstractEntryStore.js +0 -0
- package/src/report/plugin/SettingsManagerPlugin/store/SMPLocalEntryStore.js +0 -0
- package/src/report/plugin/SettingsManagerPlugin/store/SMPRemoteEntryStore.js +0 -0
- package/src/report/plugin/SettingsManagerPlugin/view/SMPConfigPanel.js +0 -0
- package/src/report/plugin/SettingsManagerPlugin/view/SMPMainView.js +0 -0
- package/src/report/plugin/SettingsManagerPlugin/view/SMPMainView.scss +0 -0
- package/src/report/plugin/SettingsManagerPlugin/view/SMPMainViewController.js +0 -0
- package/src/report/plugin/SettingsManagerPlugin/view/SMPMainViewModel.js +0 -0
- package/src/report/plugin/SettingsManagerPlugin/view/SMPToast.js +0 -0
- package/src/report/plugin/comboBtnWrapper.js +0 -0
- package/src/report/plugin/configPanel/AddFilterConditionPluginConfigPanel.scss +0 -0
- package/src/report/plugin/configPanel/AddRowButtonPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/BasePluginConfig.js +0 -0
- package/src/report/plugin/configPanel/BindCustomPanelPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/CalculateCellSumPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/ChangeFieldValueButtonPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/ChangeFieldValuePluginConfigGrid.js +0 -0
- package/src/report/plugin/configPanel/ControlColumnByParamPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/ControlColumnByParamPluginConfigPanelGrid.js +0 -0
- package/src/report/plugin/configPanel/CopyCellToSourcePluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/CopyRowsFromGridConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/CustomButtonPluginConfigPanel.js +136 -0
- package/src/report/plugin/configPanel/CustomButtonPluginConfigPanel.scss +6 -0
- package/src/report/plugin/configPanel/DeleteRowButtonPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/ExecuteApiCommandButtonPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/ExecuteCallbackFunctionConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/ExecuteCommandAndSaveNotePluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/ExecuteCommandButtonPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/ExecuteCommandButtonPluginConfigPanel.scss +0 -0
- package/src/report/plugin/configPanel/ExportReportDataToFilePluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/FilterFormEditingPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/FitColumnPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/GetAdditionalContextPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/GridEditorPluginConfig.js +0 -0
- package/src/report/plugin/configPanel/GridEditorPluginConfigGrid.js +0 -0
- package/src/report/plugin/configPanel/GridEditorPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/GridFiltersPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/GridFiltersPopupPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/GridQuickSearchPluginConfig.js +0 -0
- package/src/report/plugin/configPanel/GridRowAddPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/GridRowStylePluginConfig.js +0 -0
- package/src/report/plugin/configPanel/GridRowStylePluginConfigPropertyGrid.js +0 -0
- package/src/report/plugin/configPanel/GridRowTooltipForCellPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/GridToolbarButtonPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/GridWithPropsToolbarButtonPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/GroupButtonsPluginConfigGrid.js +0 -0
- package/src/report/plugin/configPanel/GroupButtonsPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/GroupRowsPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/GroupRowsPluginConfigPanel.scss +0 -0
- package/src/report/plugin/configPanel/MultiEditorPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/OpenApiButtonPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/OpenURLButtonPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/PluginDefaults.js +1 -1
- package/src/report/plugin/configPanel/PrintPdfButtonPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/ReportCharacteristicBindPluginConfig.js +0 -0
- package/src/report/plugin/configPanel/ReportColumnStatePluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/ReportContainerPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/ReportToolbarPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/RestoreSelectionPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/SaveTreeViewConfigurationConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/SelectRowsPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/SelectionModelPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/SetParameterPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/SetReportParameterPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/SetSingleParameterPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/SimpleFilterPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/SimpleFilterPluginConfigPanelFilterGrid.js +0 -0
- package/src/report/plugin/configPanel/SpecificPluginConfig.js +0 -0
- package/src/report/plugin/configPanel/SummaryPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/SummaryPluginConfigPanelSummaryGrid.js +0 -0
- package/src/report/plugin/configPanel/TextToTitleConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/ToggleColumnsPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/ToggleColumnsPluginConfigPanelAdditionalColumnsGrid.js +0 -0
- package/src/report/plugin/configPanel/ToolbarButtonPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/ToolbarItemPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/ToolbarSeparatorPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/TreeFilterPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/TreeNestingToolbarButtonPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/UiAceEditorField.js +0 -0
- package/src/report/plugin/configPanel/UiAceEditorField.scss +0 -0
- package/src/report/plugin/configPanel/UpdateGridPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/common/pluginDescriptionLabel.js +0 -0
- package/src/report/plugin/configPanel/common/pluginDescriptionLabel.scss +0 -0
- package/src/report/plugin/configPanel/openCustomPanelButtonPlugin/OpenCustomPanelButtonPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/openCustomPanelButtonPlugin/OpenCustomPanelButtonPluginConfigPanel.scss +0 -0
- package/src/report/plugin/configPanel/openCustomPanelButtonPlugin/ReportFormContextXTypeMappingGrid.js +0 -0
- package/src/report/plugin/configPanel/openCustomPanelButtonPlugin/ReportFormContextXTypeMappingGridController.js +0 -0
- package/src/report/plugin/configPanel/reportGroupsFieldValidationPlugin/ReportGroupsFieldValidationPluginConfigPanel.js +0 -0
- package/src/report/plugin/configPanel/reportGroupsFieldValidationPlugin/RequiredParametersTree.js +0 -0
- package/src/report/plugin/configPanel/reportGroupsFieldValidationPlugin/UnusedParametersTree.js +0 -0
- package/src/report/plugin/configPanel/selectionModelFeature/SelectionModelFeatureConfigPanel.js +0 -0
- package/src/report/plugin/form/ComboCustomSort.js +0 -0
- package/src/report/plugin/form/ComboLoadingProgress.js +0 -0
- package/src/report/plugin/form/CopyToClipboardPlugin.js +0 -0
- package/src/report/plugin/form/DatePeriodValidatePluginFactory.js +0 -0
- package/src/report/plugin/form/EnterConfirmFormPlugin.js +0 -0
- package/src/report/plugin/form/FieldOnEnterChangePlugin.js +0 -0
- package/src/report/plugin/form/FormFieldHidding.js +0 -0
- package/src/report/plugin/form/NullValueCombo.js +0 -0
- package/src/report/plugin/form/ReadOnlyFieldPlugin.js +0 -0
- package/src/report/plugin/form/ValidateFieldPlugin.js +0 -0
- package/src/report/plugin/form/WindowCheckStatePlugin.js +0 -0
- package/src/report/plugin/grid/AddRowButtonPlugin.js +0 -0
- package/src/report/plugin/grid/BadgeButtonPlugin.js +0 -0
- package/src/report/plugin/grid/CalculateCellSumPlugin.js +0 -0
- package/src/report/plugin/grid/ChangeFieldValueButtonPlugin.js +0 -0
- package/src/report/plugin/grid/ControlColumnByParamPlugin.js +0 -0
- package/src/report/plugin/grid/CopyCellToSource.js +0 -0
- package/src/report/plugin/grid/CopyPasteGridRows.js +0 -0
- package/src/report/plugin/grid/CustomButtonPlugin.js +136 -0
- package/src/report/plugin/grid/CustomColumnSortPlugin.js +0 -0
- package/src/report/plugin/grid/DataSourceSelectionPlugin.js +0 -0
- package/src/report/plugin/grid/DataSourceSelectionPluginConfigPanel.js +0 -0
- package/src/report/plugin/grid/DeleteRowButtonPlugin.js +0 -0
- package/src/report/plugin/grid/ExcelSupportPlugin.js +0 -0
- package/src/report/plugin/grid/ExecuteApiCommandButtonPlugin.js +0 -0
- package/src/report/plugin/grid/ExecuteCallbackFunctionPlugin.js +0 -0
- package/src/report/plugin/grid/ExecuteCommandAndSaveNotePlugin.js +0 -0
- package/src/report/plugin/grid/ExecuteCommandButtonPlugin.js +0 -0
- package/src/report/plugin/grid/ExportReportDataToFilePlugin.js +0 -0
- package/src/report/plugin/grid/ExporterPlugin.js +0 -0
- package/src/report/plugin/grid/FilterFormEditingPlugin.js +0 -0
- package/src/report/plugin/grid/FilterGridColumnsPlugin.js +0 -0
- package/src/report/plugin/grid/FitColumnPlugin.js +0 -0
- package/src/report/plugin/grid/FormPanelStatePlugin.js +0 -0
- package/src/report/plugin/grid/GetAdditionalContextPlugin.js +0 -0
- package/src/report/plugin/grid/GridContextPlugin.js +0 -0
- package/src/report/plugin/grid/GridEditButtons.js +0 -0
- package/src/report/plugin/grid/GridEditButtonsDeleteBehavior.js +0 -0
- package/src/report/plugin/grid/GridEditorsPlugin.js +0 -0
- package/src/report/plugin/grid/GridFiltersByKeyPressingPlugin.js +0 -0
- package/src/report/plugin/grid/GridFiltersInHeadersPlugin.js +0 -0
- package/src/report/plugin/grid/GridFiltersPlugin.js +0 -0
- package/src/report/plugin/grid/GridFiltersPopupPlugin.js +0 -0
- package/src/report/plugin/grid/GridHistoryBehaviorPlugin.js +0 -0
- package/src/report/plugin/grid/GridHistoryBehaviorStep.js +0 -0
- package/src/report/plugin/grid/GridNoSelectPlugin.js +0 -0
- package/src/report/plugin/grid/GridQuickSearchPlugin.js +0 -0
- package/src/report/plugin/grid/GridRecordViewerPlugin.js +0 -0
- package/src/report/plugin/grid/GridRowAddPlugin.js +0 -0
- package/src/report/plugin/grid/GridRowEditingByEnterPlugin.js +0 -0
- package/src/report/plugin/grid/GridRowStylePlugin.js +0 -0
- package/src/report/plugin/grid/GridRowStylePlugin.scss +0 -0
- package/src/report/plugin/grid/GridRowTooltipForCellPlugin.js +0 -0
- package/src/report/plugin/grid/GridStatePlugin.js +0 -0
- package/src/report/plugin/grid/GridStoreDependency.js +0 -0
- package/src/report/plugin/grid/GroupButtonsPlugin.js +0 -0
- package/src/report/plugin/grid/GroupRowsPlugin.js +0 -0
- package/src/report/plugin/grid/HideItemPlugin.js +0 -0
- package/src/report/plugin/grid/MenuPanel.js +0 -0
- package/src/report/plugin/grid/MultiEditorPlugin.js +0 -0
- package/src/report/plugin/grid/OpenApiButtonPlugin.js +0 -0
- package/src/report/plugin/grid/OpenURLButtonPlugin.js +0 -0
- package/src/report/plugin/grid/PrintPdfButtonPlugin.js +0 -0
- package/src/report/plugin/grid/ReportBoxContainerPlugin.js +0 -0
- package/src/report/plugin/grid/ReportCharacteristicBindPlugin.js +0 -0
- package/src/report/plugin/grid/ReportCharacteristicBindPluginPanel.js +0 -0
- package/src/report/plugin/grid/ReportContainerPlugin.js +0 -0
- package/src/report/plugin/grid/ReportTabContainerPlugin.js +0 -0
- package/src/report/plugin/grid/ReportTabContainerPlugin.scss +0 -0
- package/src/report/plugin/grid/RestoreSelectionPlugin.js +0 -0
- package/src/report/plugin/grid/SaveTreeViewConfiguration.js +0 -0
- package/src/report/plugin/grid/SelectionModelPlugin.js +0 -0
- package/src/report/plugin/grid/SetCheckboxesPlugin.js +0 -0
- package/src/report/plugin/grid/SetParameterPlugin.js +0 -0
- package/src/report/plugin/grid/SetReportParameterPlugin.js +0 -0
- package/src/report/plugin/grid/SetValuePlugin.js +0 -0
- package/src/report/plugin/grid/SimpleFilterPlugin.js +1 -1
- package/src/report/plugin/grid/StoreFiltersByKeyPressingPlugin.js +0 -0
- package/src/report/plugin/grid/SummaryPlugin.js +0 -0
- package/src/report/plugin/grid/TextToTitlePlugin.js +0 -0
- package/src/report/plugin/grid/ToggleColumnsPlugin.js +0 -0
- package/src/report/plugin/grid/ToggleColumnsPlugin.scss +0 -0
- package/src/report/plugin/grid/ToolbarButtonPlugin.scss +0 -0
- package/src/report/plugin/grid/ToolbarItemPlugin.js +4 -2
- package/src/report/plugin/grid/ToolbarSeparatorPlugin.js +0 -0
- package/src/report/plugin/grid/TreeFilterPlugin.js +0 -0
- package/src/report/plugin/grid/TreeNestingToolbarButtonPlugin.js +0 -0
- package/src/report/plugin/grid/UpdateGridPlugin.js +0 -0
- package/src/report/plugin/grid/selectionModelFeature/SelectionModelFeature.js +0 -0
- package/src/report/plugin/htmlEditor/ToolbarCombo.js +0 -0
- package/src/report/plugin/htmlEditor/ToolbarElement.js +0 -0
- package/src/report/plugin/report/BindCustomPanelPlugin.js +0 -0
- package/src/report/plugin/report/BindDataViewPanelPlugin.js +0 -0
- package/src/report/plugin/report/IsweBindCustomPanelPlugin.js +0 -0
- package/src/report/plugin/report/ReportToolbarPlugin.js +0 -0
- package/src/report/plugin/util.js +0 -0
- package/src/report/store/AccountDocumentStore.js +0 -0
- package/src/report/store/ActionCodeGroupStore.js +0 -0
- package/src/report/store/ActionCodeStore.js +0 -0
- package/src/report/store/BillingDocumentStateListStore.js +0 -0
- package/src/report/store/BillingLookupStore.js +0 -0
- package/src/report/store/CharacteristicListStore.js +0 -0
- package/src/report/store/ColorPluginStore.js +0 -0
- package/src/report/store/ComboValueWrapperStore.js +0 -0
- package/src/report/store/FiltersPluginStore.js +0 -0
- package/src/report/store/GroupButtonsPluginStore.js +0 -0
- package/src/report/store/LimitDetailsStore.js +0 -0
- package/src/report/store/LimitStore.js +0 -0
- package/src/report/store/LookupStore.js +0 -0
- package/src/report/store/MenuGroupCharacteristicTypeListStore.js +0 -0
- package/src/report/store/RawCharacteristicValueListStore.js +0 -0
- package/src/report/store/RefStore.js +0 -0
- package/src/report/store/ReportFieldPropertyStore.js +0 -0
- package/src/report/store/ReportFieldStore.js +0 -0
- package/src/report/store/ReportNavigationContextStore.js +0 -0
- package/src/report/store/ReportParameterStore.js +0 -0
- package/src/report/store/ReportPluginStore.js +0 -0
- package/src/report/store/ReportPropertyStore.js +0 -0
- package/src/report/store/RequestLogStore.js +0 -0
- package/src/report/store/SimpleCharacteristicListStore.js +0 -0
- package/src/report/store/SimpleFilterConditionsStore.js +0 -0
- package/src/report/store/SimpleFilterPluginStore.js +0 -0
- package/src/report/store/SummaryPluginStore.js +0 -0
- package/src/report/store/ToggleColumnsPluginStore.js +0 -0
- package/src/report/store/TownTypeStore.js +0 -0
- package/src/report/store/WizardStore.js +0 -0
- package/src/report/toolbar/ButtonsByType.scss +0 -0
- package/src/report/toolbar/ReportGridToolbar.js +1 -1
- package/src/report/toolbar/ReportGridToolbar.scss +0 -0
- package/src/report/toolbar/dropdown/ToolbarConfigurationPanel.js +0 -0
- package/src/report/toolbar/dropdown/ToolbarConfigurationPanel.scss +0 -0
- package/src/report/toolbar/dropdown/ToolbarOverflowPanel.js +1 -12
- package/src/report/util.js +0 -0
- package/src/research/ResearchTreeView.js +0 -0
- package/src/research/ResearchTreeView.scss +0 -0
- package/src/research/ResearchTreeViewController.js +0 -0
- package/src/research/TabItemWrapper.js +0 -0
- package/src/research/TabItemWrapperViewController.js +0 -0
- package/src/research/TabItemWrapperViewModel.js +0 -0
- package/src/research/command/GetCoonChartStructure.js +0 -0
- package/src/research/command/GetReportStructure.js +0 -0
- package/src/research/command/GetUiStructure.js +0 -0
- package/src/research/command/GetWidgetPanelStructure.js +0 -0
- package/src/security/GenerateTokenPanel.js +0 -0
- package/src/security/Manager.js +0 -0
- package/src/security/Map.js +0 -0
- package/src/security/PropertyDataParser.js +0 -0
- package/src/security/component/RoleAccessPanel.js +0 -0
- package/src/security/component/RoleFileUploadForm.js +0 -0
- package/src/security/component/RoleFileUploadForm.scss +0 -0
- package/src/security/component/RolesDataStorage.js +0 -0
- package/src/security/component/navmenu/RoleNavMenuEditor.js +0 -0
- package/src/security/component/navmenu/RoleNavMenuEditorController.js +0 -0
- package/src/security/component/role/RoleEditor.js +0 -0
- package/src/security/component/role/RoleEditorController.js +0 -0
- package/src/security/component/role/RoleStore.js +0 -0
- package/src/security/component/role/RoleTagField.js +0 -0
- package/src/security/component/ui/UiCPRestrictionEditor.js +0 -0
- package/src/security/component/ui/UiCPRestrictionEditor.scss +0 -0
- package/src/security/component/ui/UiCPRestrictionEditorController.js +0 -0
- package/src/security/component/ui/UiCPUrlInspector.js +0 -0
- package/src/security/component/ui/UiCPUrlInspectorController.js +0 -0
- package/src/security/component/url/UrlRestrictionEditor.js +0 -0
- package/src/security/component/url/UrlRestrictionEditorController.js +0 -0
- package/src/security/component/user/UserRoleEditor.js +0 -0
- package/src/security/component/user/UserRoleEditorController.js +0 -0
- package/src/security/restriction/Handler.js +0 -0
- package/src/security/restriction/Visibility.js +0 -0
- package/src/security/type/uiElement.js +0 -0
- package/src/setup.js +0 -0
- package/src/stateProvider.js +0 -0
- package/src/uielement/UiCPEntity.js +0 -0
- package/src/uielement/command/CopyUIElementCommand.js +0 -0
- package/src/uielement/command/DeleteUIElementCommand.js +0 -0
- package/src/uielement/command/ExecuteApiCommand.js +0 -0
- package/src/uielement/command/GetMenuTreeCommand.js +0 -0
- package/src/uielement/command/GetNavigateUIMenuEntryCommand.js +0 -0
- package/src/uielement/command/GetNextUIMenuEntryCommand.js +0 -0
- package/src/uielement/command/GetUIElementCommand.js +0 -0
- package/src/uielement/command/GetUIElementPropertyDocLinkCommand.js +0 -0
- package/src/uielement/command/GetUIElementRevisionCommand.js +0 -0
- package/src/uielement/command/GetUIElementVersionListCommand.js +0 -0
- package/src/uielement/command/SaveUIElementCommand.js +0 -0
- package/src/uielement/component/CodemirrorEditor.js +0 -0
- package/src/uielement/component/EXTJSUiPanelUploadForm.js +0 -0
- package/src/uielement/component/MenuItemList.js +0 -0
- package/src/uielement/component/MenuItemList.scss +0 -0
- package/src/uielement/component/SearchByPropCombo.js +0 -0
- package/src/uielement/component/UiCustomController.js +0 -0
- package/src/uielement/component/UiCustomPanelTraceWindow.js +0 -0
- package/src/uielement/component/UiCustomPanelViewModel.js +0 -0
- package/src/uielement/component/UiElementController.js +0 -0
- package/src/uielement/component/UiElementLookupCombo.js +0 -0
- package/src/uielement/component/UiElementPanel.js +1 -1
- package/src/uielement/component/UiElementPropertyController.js +0 -0
- package/src/uielement/component/UiElementPropertyInfoController.js +0 -0
- package/src/uielement/component/UiElementPropertyPanel.js +0 -0
- package/src/uielement/component/formchips/Chip.js +0 -0
- package/src/uielement/component/formchips/FilterConditionToolbar.js +0 -0
- package/src/uielement/component/formchips/FilterConditionToolbar.scss +0 -0
- package/src/uielement/component/formchips/FilterConditionToolbarController.js +0 -0
- package/src/uielement/component/settings/AddVersioningTab.js +0 -0
- package/src/uielement/component/settings/EXTJSUiPanelImportJsonForm.js +0 -0
- package/src/uielement/component/settings/FrameView.js +0 -0
- package/src/uielement/component/settings/FrameViewController.js +0 -0
- package/src/uielement/component/settings/PropertyModel.js +0 -0
- package/src/uielement/component/settings/PropertyTreePanel.js +0 -0
- package/src/uielement/component/settings/UiAceEditor.js +0 -0
- package/src/uielement/component/settings/UiAceEditorPanel.js +0 -0
- package/src/uielement/component/settings/UiCustomPanelAnnotationWindow.js +0 -0
- package/src/uielement/component/settings/UiCustomPanelEditor.js +0 -0
- package/src/uielement/component/settings/UiCustomPanelEditor.scss +0 -0
- package/src/uielement/component/settings/UiCustomPanelEditorViewModel.js +0 -0
- package/src/uielement/component/settings/config/UiCPConfigPanel.js +0 -0
- package/src/uielement/component/settings/config/UiCPConfigPanelController.js +0 -0
- package/src/uielement/component/settings/config/UiCPConfigPanelController.scss +0 -0
- package/src/uielement/component/settings/linter/UiAceLinterPlugin.js +0 -0
- package/src/uielement/component/settings/linter/rule/AbstractRule.js +0 -0
- package/src/uielement/component/settings/linter/rule/BindRule.js +0 -0
- package/src/uielement/component/settings/linter/rule/BracesRule.js +0 -0
- package/src/uielement/component/settings/linter/rule/HandlerRule.js +0 -0
- package/src/uielement/component/settings/linter/rule/LayoutRule.js +0 -0
- package/src/uielement/component/settings/linter/rule/ReferenceRule.js +0 -0
- package/src/uielement/component/settings/linter/rule/XtypeRule.js +0 -0
- package/src/uielement/component/settings/linter/type/ViewControllerType.js +0 -0
- package/src/uielement/component/settings/plugin/UiCustomPanelPluginPanel.scss +0 -0
- package/src/uielement/component/settings/plugin/UiCustomPanelPluginSelectWindow.js +0 -0
- package/src/uielement/component/settings/plugin/UiCustomPanelPluginStore.js +0 -0
- package/src/uielement/component/settings/version/UiCPVersionPanel.js +0 -0
- package/src/uielement/component/settings/version/UiCPVersionPanel.scss +0 -0
- package/src/uielement/component/settings/version/UiCPVersionPanelController.js +0 -0
- package/src/uielement/model/UIElementBeanFields.js +0 -0
- package/src/uielement/model/UiElementModel.js +0 -0
- package/src/uielement/model/UiElementPropertyModel.js +0 -0
- package/src/uielement/plugin/AddBindingsPlugin.js +0 -0
- package/src/uielement/plugin/AddOutputParamsPlugin.js +0 -0
- package/src/uielement/plugin/CustomPanelPlugin.js +0 -0
- package/src/uielement/plugin/ExecuteApiCommandPlugin.js +0 -0
- package/src/uielement/plugin/ExecuteCommandPlugin.js +0 -0
- package/src/uielement/plugin/ExecuteFunctionPlugin.js +0 -0
- package/src/uielement/plugin/ExecuteReportPlugin.js +0 -0
- package/src/uielement/plugin/FireEventPlugin.js +0 -0
- package/src/uielement/plugin/MethodChainPlugin.js +0 -0
- package/src/uielement/plugin/OpenApiPlugin.js +0 -0
- package/src/uielement/plugin/OpenPanelPlugin.js +0 -0
- package/src/uielement/plugin/PrintPdfPlugin.js +0 -0
- package/src/uielement/plugin/configPanel/AddBindingsPluginConfigPanelFormEditor.js +0 -0
- package/src/uielement/plugin/configPanel/AddBindingsPluginConfigPanelFormEditor.scss +0 -0
- package/src/uielement/plugin/configPanel/AddDoInitSupportPluginConfigPanel.js +0 -0
- package/src/uielement/plugin/configPanel/AddDoInitSupportPluginPropertiesGrid.js +0 -0
- package/src/uielement/plugin/configPanel/AddDoInitSupportPluginPropertiesGridController.js +0 -0
- package/src/uielement/plugin/configPanel/AddOutputParamsPluginConfigPanelFormEditor.js +0 -0
- package/src/uielement/plugin/configPanel/ExecuteApiCommandPluginConfigPanel.js +0 -0
- package/src/uielement/plugin/configPanel/ExecuteFunctionPluginConfigPanelFormEditor.js +0 -0
- package/src/uielement/plugin/configPanel/FireEventPluginConfigPanelFormEditor.js +0 -0
- package/src/uielement/plugin/configPanel/MethodChainPluginConfigPanelFormEditor.js +0 -0
- package/src/uielement/plugin/configPanel/OpenApiPluginConfigPanelFormEditor.js +0 -0
- package/src/uielement/plugin/configPanel/OpenPanelPluginConfigPanelFormEditor.js +0 -0
- package/src/uielement/plugin/configPanel/PrintPdfPluginConfigPanelFormEditor.js +0 -0
- package/src/uielement/plugin/configPanel/executeCommand/DataMappingPanel.js +0 -0
- package/src/uielement/plugin/configPanel/executeCommand/ExecuteCommandPluginConfigPanelFormEditor.js +0 -0
- package/src/uielement/plugin/configPanel/executeCommand/ExecuteCommandPluginConfigPanelFormEditor.scss +0 -0
- package/src/uielement/plugin/configPanel/executeReport/ExecuteReportPluginConfigPanelFormEditor.js +0 -0
- package/src/uielement/plugin/configPanel/executeReport/ExecuteReportPluginConfigPanelFormEditor.scss +0 -0
- package/src/version.js +1 -1
- package/util/update.js +0 -0
- package/util/updateChangelog.js +0 -0
package/.gitattributes
CHANGED
|
File without changes
|
package/.lintstagedrc.json
CHANGED
|
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
package/sass/Readme.md
CHANGED
|
File without changes
|
package/sass/config.rb
CHANGED
|
File without changes
|
package/sass/etc/Readme.md
CHANGED
|
File without changes
|
package/sass/etc/all.scss
CHANGED
|
File without changes
|
package/sass/src/Readme.md
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/sass/var/Readme.md
CHANGED
|
File without changes
|
package/src/CustomXMLReader.js
CHANGED
|
File without changes
|
package/src/FieldsHelper.js
CHANGED
|
File without changes
|
package/src/Function.js
CHANGED
|
File without changes
|
package/src/Function.scss
CHANGED
|
File without changes
|
package/src/MessageResources.js
CHANGED
|
File without changes
|
package/src/Readme.md
CHANGED
|
File without changes
|
package/src/SystemProperties.js
CHANGED
|
File without changes
|
package/src/app/Application.scss
CHANGED
|
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
|
package/src/chart/CoonChart.js
CHANGED
|
@@ -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
|
|
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')
|
|
197
|
-
},
|
|
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
|
package/src/command/Readme.md
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/common/baseModel.js
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
|
|
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
|
package/src/common/component/characteristic/characteristicAlgorithm/AlgorithmChainBindList.js
CHANGED
|
File without changes
|
|
File without changes
|
package/src/common/component/characteristic/characteristicAlgorithm/AlgorithmChainEditWindow.js
CHANGED
|
File without changes
|
|
File without changes
|
package/src/common/component/characteristic/characteristicAlgorithm/AlgorithmChainSearchWindow.js
CHANGED
|
File without changes
|
|
File without changes
|
package/src/common/component/characteristic/characteristicAlgorithm/CharacteristicAlgorithmList.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/common/component/characteristic/characteristicGroup/CharacteristicGroupSearchWindow.js
CHANGED
|
File without changes
|
package/src/common/component/characteristic/characteristicGroup/CharacteristicTypeSearchWindow.js
CHANGED
|
File without changes
|
package/src/common/component/characteristic/characteristicGroup/EditCharacteristicGroupWindow.js
CHANGED
|
File without changes
|
|
File without changes
|
package/src/common/component/characteristic/characteristicGroup/EditorOptionsWindowController.js
CHANGED
|
File without changes
|
package/src/common/component/characteristic/characteristicGroup/EntityGroupCharacteristicEditor.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/common/component/characteristic/model/characteristicAlgorithm/LinkedAlgorithmBean.js
CHANGED
|
File without changes
|
|
File without changes
|
package/src/common/component/characteristic/model/characteristicGroup/EntityGroupBeanFieldsModel.js
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
|
|
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
|
|
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
|