Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
synergy-components
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
community
synergy-components
Commits
bc7e91fc
Commit
bc7e91fc
authored
Dec 22, 2025
by
Samir Sadyhov
🤔
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
новый компонент для выгрузки отчетов
parent
eb866e9c
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
430 additions
and
0 deletions
+430
-0
constructor/scripts/ReportComponent/ReportComponent.css
constructor/scripts/ReportComponent/ReportComponent.css
+32
-0
constructor/scripts/ReportComponent/ReportComponent.js
constructor/scripts/ReportComponent/ReportComponent.js
+398
-0
No files found.
constructor/scripts/ReportComponent/ReportComponent.css
0 → 100644
View file @
bc7e91fc
.report-menu
{
background
:
#fff
;
margin
:
0
;
padding
:
0
;
width
:
auto
!important
;
}
.report-menu
>
.uk-dropdown-nav
>
li
>
a
{
color
:
#222
;
padding
:
10px
25px
!important
;
}
.report-menu
>
.uk-dropdown-nav
>
li
>
a
:hover
{
color
:
#222
;
background
:
#edf3ff
;
}
#button-print-report
{
padding
:
0px
9px
;
border-radius
:
10px
;
}
.uk-modal-dialog
.dict-menu-item
{
cursor
:
pointer
;
}
.uk-modal-dialog
.dict-menu-item
:hover
{
color
:
#1e87f0
;
}
.uk-modal-dialog
.dict-menu-item
input
{
margin-right
:
10px
;
}
constructor/scripts/ReportComponent/ReportComponent.js
0 → 100644
View file @
bc7e91fc
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment