@jotforminc/dnd-builder 1.0.2 → 2.0.0-beta.4
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/CHANGELOG.md +209 -0
- package/lib/cjs/assets/svg/settings_toggle.svg.js +21 -0
- package/lib/cjs/assets/svg/settings_toggle.svg.js.map +1 -0
- package/lib/cjs/assets/svg/slides.svg.js +7 -4
- package/lib/cjs/assets/svg/slides.svg.js.map +1 -1
- package/lib/cjs/assets/svg/toolbox/image.svg.js +19 -6
- package/lib/cjs/assets/svg/toolbox/image.svg.js.map +1 -1
- package/lib/cjs/components/Builder/Builder.js +7 -1
- package/lib/cjs/components/Builder/Builder.js.map +1 -1
- package/lib/cjs/components/Builder/PageActions.js +3 -3
- package/lib/cjs/components/Builder/PageActions.js.map +1 -1
- package/lib/cjs/components/Builder/PageAdder.js +9 -5
- package/lib/cjs/components/Builder/PageAdder.js.map +1 -1
- package/lib/cjs/components/Builder/SearchInput.js +28 -20
- package/lib/cjs/components/Builder/SearchInput.js.map +1 -1
- package/lib/cjs/components/Builder/Section.js +1 -1
- package/lib/cjs/components/Builder/Section.js.map +1 -1
- package/lib/cjs/components/{Panels/RightPanel/SettingTabs.js → Builder/Tabs.js} +24 -19
- package/lib/cjs/components/Builder/Tabs.js.map +1 -0
- package/lib/cjs/components/Elements/Chart.js +1 -1
- package/lib/cjs/components/Elements/Chart.js.map +1 -1
- package/lib/cjs/components/Elements/Icon.js +5 -5
- package/lib/cjs/components/Elements/Icon.js.map +1 -1
- package/lib/cjs/components/Elements/Image.js +26 -25
- package/lib/cjs/components/Elements/Image.js.map +1 -1
- package/lib/cjs/components/Elements/RichText.js +9 -3
- package/lib/cjs/components/Elements/RichText.js.map +1 -1
- package/lib/cjs/components/Elements/Shapes.js +17 -17
- package/lib/cjs/components/Elements/Shapes.js.map +1 -1
- package/lib/cjs/components/Panels/AllSlidesPanel/PageActionsBar.js +2 -2
- package/lib/cjs/components/Panels/AllSlidesPanel/PageActionsBar.js.map +1 -1
- package/lib/cjs/components/Panels/AllSlidesPanel/PageThumbnailActions.js +4 -4
- package/lib/cjs/components/Panels/AllSlidesPanel/PageThumbnailActions.js.map +1 -1
- package/lib/cjs/components/Panels/LeftPanel/Elements.js +74 -20
- package/lib/cjs/components/Panels/LeftPanel/Elements.js.map +1 -1
- package/lib/cjs/components/Panels/LeftPanel/LeftPanelCloser.js +2 -2
- package/lib/cjs/components/Panels/LeftPanel/LeftPanelCloser.js.map +1 -1
- package/lib/cjs/components/Panels/LeftPanel/LeftPanelOpener.js +6 -4
- package/lib/cjs/components/Panels/LeftPanel/LeftPanelOpener.js.map +1 -1
- package/lib/cjs/components/Panels/RightPanel/RightPanel.js +5 -4
- package/lib/cjs/components/Panels/RightPanel/RightPanel.js.map +1 -1
- package/lib/cjs/components/Panels/RightPanel/RightPanelToggler.js +4 -4
- package/lib/cjs/components/Panels/RightPanel/RightPanelToggler.js.map +1 -1
- package/lib/cjs/components/Panels/RightPanel/Settings.js +2 -2
- package/lib/cjs/components/Panels/RightPanel/Settings.js.map +1 -1
- package/lib/cjs/components/Panels/SlidesPanel/ListWrapper.js +7 -3
- package/lib/cjs/components/Panels/SlidesPanel/ListWrapper.js.map +1 -1
- package/lib/cjs/components/Panels/SlidesPanel/PageThumbnailActions.js +2 -2
- package/lib/cjs/components/Panels/SlidesPanel/PageThumbnailActions.js.map +1 -1
- package/lib/cjs/components/Panels/SlidesPanel/SlidesPanel.js +1 -1
- package/lib/cjs/components/Panels/SlidesPanel/SlidesPanel.js.map +1 -1
- package/lib/cjs/components/Panels/SlidesPanel/SlidesPanelToggler.js +2 -2
- package/lib/cjs/components/Panels/SlidesPanel/SlidesPanelToggler.js.map +1 -1
- package/lib/cjs/components/Presentation/Presentation.js +7 -1
- package/lib/cjs/components/Presentation/Presentation.js.map +1 -1
- package/lib/cjs/components/Presentation/PresentationBar/PresentationActions.js +1 -2
- package/lib/cjs/components/Presentation/PresentationBar/PresentationActions.js.map +1 -1
- package/lib/cjs/components/Preview/Preview.js +9 -3
- package/lib/cjs/components/Preview/Preview.js.map +1 -1
- package/lib/cjs/components/Print/PrintModeWithoutContext.js +8 -4
- package/lib/cjs/components/Print/PrintModeWithoutContext.js.map +1 -1
- package/lib/cjs/components/ReportWrapper.js +5 -3
- package/lib/cjs/components/ReportWrapper.js.map +1 -1
- package/lib/cjs/components/Settings/ColorPicker.js +6 -6
- package/lib/cjs/components/Settings/ColorPicker.js.map +1 -1
- package/lib/cjs/components/Settings/ImagePicker/EnterURL.js +4 -1
- package/lib/cjs/components/Settings/ImagePicker/EnterURL.js.map +1 -1
- package/lib/cjs/components/Settings/ImagePicker/ImageThumbnailWithDelete.js +1 -1
- package/lib/cjs/components/Settings/ImagePicker/ImageThumbnailWithDelete.js.map +1 -1
- package/lib/cjs/components/Settings/SelectBox.js +1 -1
- package/lib/cjs/components/Settings/SelectBox.js.map +1 -1
- package/lib/cjs/components/Settings/SizeSettings.js +1 -1
- package/lib/cjs/components/Settings/SizeSettings.js.map +1 -1
- package/lib/cjs/components/Settings/Switch.js +65 -0
- package/lib/cjs/components/Settings/Switch.js.map +1 -0
- package/lib/cjs/components/Settings/Toggle.js +13 -7
- package/lib/cjs/components/Settings/Toggle.js.map +1 -1
- package/lib/cjs/components/Settings/index.js +2 -0
- package/lib/cjs/components/Settings/index.js.map +1 -1
- package/lib/cjs/components/StaticElements/StaticRichText.js +2 -2
- package/lib/cjs/components/StaticElements/StaticRichText.js.map +1 -1
- package/lib/cjs/constants/pageSettings.js +5 -5
- package/lib/cjs/constants/pageSettings.js.map +1 -1
- package/lib/cjs/constants/reportLayoutSettings.js +12 -5
- package/lib/cjs/constants/reportLayoutSettings.js.map +1 -1
- package/lib/cjs/constants/reportSettings.js +6 -4
- package/lib/cjs/constants/reportSettings.js.map +1 -1
- package/lib/cjs/constants/texts.js +14 -11
- package/lib/cjs/constants/texts.js.map +1 -1
- package/lib/cjs/styles/_jfDarkTheme.scss +556 -0
- package/lib/cjs/styles/_jfLightTheme.scss +384 -0
- package/lib/cjs/styles/_jfPresentation.scss +1 -1
- package/lib/cjs/styles/_jfReportsAccordion.scss +10 -8
- package/lib/cjs/styles/_jfReportsButton.scss +0 -3
- package/lib/cjs/styles/_jfReportsChoice.scss +5 -5
- package/lib/cjs/styles/_jfReportsFloatings.scss +2 -2
- package/lib/cjs/styles/_jfReportsHelpers.scss +17 -16
- package/lib/cjs/styles/_jfReportsIconSelector.scss +5 -0
- package/lib/cjs/styles/_jfReportsMain.scss +4 -23
- package/lib/cjs/styles/_jfReportsPages.scss +18 -9
- package/lib/cjs/styles/_jfReportsPanelElements.scss +269 -140
- package/lib/cjs/styles/_jfReportsPanels.scss +95 -106
- package/lib/cjs/styles/_jfReportsSVG.scss +29 -37
- package/lib/cjs/styles/_jfReportsSlides.scss +12 -1
- package/lib/cjs/styles/_jfReportsSortableList.scss +30 -15
- package/lib/cjs/styles/_jfReportsToggle.scss +80 -0
- package/lib/cjs/styles/_jfReportsVariables.scss +3 -0
- package/lib/cjs/styles/_jfSearchInput.scss +18 -27
- package/lib/cjs/styles/jfReportsBundle.scss +3 -0
- package/lib/cjs/utils/builderContext.js +13 -5
- package/lib/cjs/utils/builderContext.js.map +1 -1
- package/lib/cjs/utils/functions.js +10 -1
- package/lib/cjs/utils/functions.js.map +1 -1
- package/lib/cjs/utils/icons.js +2 -0
- package/lib/cjs/utils/icons.js.map +1 -1
- package/lib/esm/assets/svg/settings_toggle.svg.js +19 -0
- package/lib/esm/assets/svg/settings_toggle.svg.js.map +1 -0
- package/lib/esm/assets/svg/slides.svg.js +7 -4
- package/lib/esm/assets/svg/slides.svg.js.map +1 -1
- package/lib/esm/assets/svg/toolbox/image.svg.js +19 -6
- package/lib/esm/assets/svg/toolbox/image.svg.js.map +1 -1
- package/lib/esm/components/Builder/Builder.js +7 -1
- package/lib/esm/components/Builder/Builder.js.map +1 -1
- package/lib/esm/components/Builder/PageActions.js +3 -3
- package/lib/esm/components/Builder/PageActions.js.map +1 -1
- package/lib/esm/components/Builder/PageAdder.js +9 -5
- package/lib/esm/components/Builder/PageAdder.js.map +1 -1
- package/lib/esm/components/Builder/SearchInput.js +29 -21
- package/lib/esm/components/Builder/SearchInput.js.map +1 -1
- package/lib/esm/components/Builder/Section.js +1 -1
- package/lib/esm/components/Builder/Section.js.map +1 -1
- package/lib/esm/components/{Panels/RightPanel/SettingTabs.js → Builder/Tabs.js} +24 -19
- package/lib/esm/components/Builder/Tabs.js.map +1 -0
- package/lib/esm/components/Elements/Chart.js +1 -1
- package/lib/esm/components/Elements/Chart.js.map +1 -1
- package/lib/esm/components/Elements/Icon.js +5 -5
- package/lib/esm/components/Elements/Icon.js.map +1 -1
- package/lib/esm/components/Elements/Image.js +27 -22
- package/lib/esm/components/Elements/Image.js.map +1 -1
- package/lib/esm/components/Elements/RichText.js +9 -3
- package/lib/esm/components/Elements/RichText.js.map +1 -1
- package/lib/esm/components/Elements/Shapes.js +17 -17
- package/lib/esm/components/Elements/Shapes.js.map +1 -1
- package/lib/esm/components/Panels/AllSlidesPanel/PageActionsBar.js +2 -2
- package/lib/esm/components/Panels/AllSlidesPanel/PageActionsBar.js.map +1 -1
- package/lib/esm/components/Panels/AllSlidesPanel/PageThumbnailActions.js +4 -4
- package/lib/esm/components/Panels/AllSlidesPanel/PageThumbnailActions.js.map +1 -1
- package/lib/esm/components/Panels/LeftPanel/Elements.js +75 -21
- package/lib/esm/components/Panels/LeftPanel/Elements.js.map +1 -1
- package/lib/esm/components/Panels/LeftPanel/LeftPanelCloser.js +2 -2
- package/lib/esm/components/Panels/LeftPanel/LeftPanelCloser.js.map +1 -1
- package/lib/esm/components/Panels/LeftPanel/LeftPanelOpener.js +7 -5
- package/lib/esm/components/Panels/LeftPanel/LeftPanelOpener.js.map +1 -1
- package/lib/esm/components/Panels/RightPanel/RightPanel.js +5 -4
- package/lib/esm/components/Panels/RightPanel/RightPanel.js.map +1 -1
- package/lib/esm/components/Panels/RightPanel/RightPanelToggler.js +4 -4
- package/lib/esm/components/Panels/RightPanel/RightPanelToggler.js.map +1 -1
- package/lib/esm/components/Panels/RightPanel/Settings.js +2 -2
- package/lib/esm/components/Panels/RightPanel/Settings.js.map +1 -1
- package/lib/esm/components/Panels/SlidesPanel/ListWrapper.js +7 -3
- package/lib/esm/components/Panels/SlidesPanel/ListWrapper.js.map +1 -1
- package/lib/esm/components/Panels/SlidesPanel/PageThumbnailActions.js +2 -2
- package/lib/esm/components/Panels/SlidesPanel/PageThumbnailActions.js.map +1 -1
- package/lib/esm/components/Panels/SlidesPanel/SlidesPanel.js +1 -1
- package/lib/esm/components/Panels/SlidesPanel/SlidesPanel.js.map +1 -1
- package/lib/esm/components/Panels/SlidesPanel/SlidesPanelToggler.js +2 -2
- package/lib/esm/components/Panels/SlidesPanel/SlidesPanelToggler.js.map +1 -1
- package/lib/esm/components/Presentation/Presentation.js +7 -1
- package/lib/esm/components/Presentation/Presentation.js.map +1 -1
- package/lib/esm/components/Presentation/PresentationBar/PresentationActions.js +1 -2
- package/lib/esm/components/Presentation/PresentationBar/PresentationActions.js.map +1 -1
- package/lib/esm/components/Preview/Preview.js +9 -3
- package/lib/esm/components/Preview/Preview.js.map +1 -1
- package/lib/esm/components/Print/PrintModeWithoutContext.js +8 -4
- package/lib/esm/components/Print/PrintModeWithoutContext.js.map +1 -1
- package/lib/esm/components/ReportWrapper.js +5 -3
- package/lib/esm/components/ReportWrapper.js.map +1 -1
- package/lib/esm/components/Settings/ColorPicker.js +6 -6
- package/lib/esm/components/Settings/ColorPicker.js.map +1 -1
- package/lib/esm/components/Settings/ImagePicker/EnterURL.js +4 -1
- package/lib/esm/components/Settings/ImagePicker/EnterURL.js.map +1 -1
- package/lib/esm/components/Settings/ImagePicker/ImageThumbnailWithDelete.js +1 -1
- package/lib/esm/components/Settings/ImagePicker/ImageThumbnailWithDelete.js.map +1 -1
- package/lib/esm/components/Settings/SelectBox.js +1 -1
- package/lib/esm/components/Settings/SelectBox.js.map +1 -1
- package/lib/esm/components/Settings/SizeSettings.js +1 -1
- package/lib/esm/components/Settings/SizeSettings.js.map +1 -1
- package/lib/esm/components/Settings/Switch.js +58 -0
- package/lib/esm/components/Settings/Switch.js.map +1 -0
- package/lib/esm/components/Settings/Toggle.js +13 -6
- package/lib/esm/components/Settings/Toggle.js.map +1 -1
- package/lib/esm/components/Settings/index.js +2 -0
- package/lib/esm/components/Settings/index.js.map +1 -1
- package/lib/esm/components/StaticElements/StaticRichText.js +2 -2
- package/lib/esm/components/StaticElements/StaticRichText.js.map +1 -1
- package/lib/esm/constants/pageSettings.js +6 -6
- package/lib/esm/constants/pageSettings.js.map +1 -1
- package/lib/esm/constants/reportLayoutSettings.js +12 -5
- package/lib/esm/constants/reportLayoutSettings.js.map +1 -1
- package/lib/esm/constants/reportSettings.js +6 -4
- package/lib/esm/constants/reportSettings.js.map +1 -1
- package/lib/esm/constants/texts.js +14 -11
- package/lib/esm/constants/texts.js.map +1 -1
- package/lib/esm/styles/_jfDarkTheme.scss +556 -0
- package/lib/esm/styles/_jfLightTheme.scss +384 -0
- package/lib/esm/styles/_jfPresentation.scss +1 -1
- package/lib/esm/styles/_jfReportsAccordion.scss +10 -8
- package/lib/esm/styles/_jfReportsButton.scss +0 -3
- package/lib/esm/styles/_jfReportsChoice.scss +5 -5
- package/lib/esm/styles/_jfReportsFloatings.scss +2 -2
- package/lib/esm/styles/_jfReportsHelpers.scss +17 -16
- package/lib/esm/styles/_jfReportsIconSelector.scss +5 -0
- package/lib/esm/styles/_jfReportsMain.scss +4 -23
- package/lib/esm/styles/_jfReportsPages.scss +18 -9
- package/lib/esm/styles/_jfReportsPanelElements.scss +269 -140
- package/lib/esm/styles/_jfReportsPanels.scss +95 -106
- package/lib/esm/styles/_jfReportsSVG.scss +29 -37
- package/lib/esm/styles/_jfReportsSlides.scss +12 -1
- package/lib/esm/styles/_jfReportsSortableList.scss +30 -15
- package/lib/esm/styles/_jfReportsToggle.scss +80 -0
- package/lib/esm/styles/_jfReportsVariables.scss +3 -0
- package/lib/esm/styles/_jfSearchInput.scss +18 -27
- package/lib/esm/styles/jfReportsBundle.scss +3 -0
- package/lib/esm/utils/builderContext.js +13 -5
- package/lib/esm/utils/builderContext.js.map +1 -1
- package/lib/esm/utils/functions.js +10 -2
- package/lib/esm/utils/functions.js.map +1 -1
- package/lib/esm/utils/icons.js +1 -0
- package/lib/esm/utils/icons.js.map +1 -1
- package/package.json +2 -2
- package/lib/cjs/components/Builder/SectionWithSearch.js +0 -79
- package/lib/cjs/components/Builder/SectionWithSearch.js.map +0 -1
- package/lib/cjs/components/Panels/RightPanel/SettingTabs.js.map +0 -1
- package/lib/esm/components/Builder/SectionWithSearch.js +0 -73
- package/lib/esm/components/Builder/SectionWithSearch.js.map +0 -1
- package/lib/esm/components/Panels/RightPanel/SettingTabs.js.map +0 -1
|
@@ -2,15 +2,14 @@
|
|
|
2
2
|
* this file includes pane styles.
|
|
3
3
|
* @giraykarasinir
|
|
4
4
|
*/
|
|
5
|
-
|
|
6
|
-
$pane-width: 260px;
|
|
5
|
+
/* stylelint-disable no-descending-specificity */
|
|
7
6
|
|
|
8
7
|
.jfReport {
|
|
9
8
|
display: flex;
|
|
10
9
|
position: absolute;
|
|
11
10
|
|
|
12
11
|
&-pane {
|
|
13
|
-
font-size: 0.
|
|
12
|
+
font-size: 0.938rem;
|
|
14
13
|
|
|
15
14
|
// Panel Layout //
|
|
16
15
|
|
|
@@ -24,7 +23,6 @@ $pane-width: 260px;
|
|
|
24
23
|
&:not(.toolSection) {
|
|
25
24
|
height: 54px;
|
|
26
25
|
padding: 0;
|
|
27
|
-
border-bottom: 1px solid #dde0ea;
|
|
28
26
|
}
|
|
29
27
|
|
|
30
28
|
&.toolSection {
|
|
@@ -32,8 +30,7 @@ $pane-width: 260px;
|
|
|
32
30
|
}
|
|
33
31
|
|
|
34
32
|
&.toolTitle {
|
|
35
|
-
font-size:
|
|
36
|
-
font-weight: 500;
|
|
33
|
+
font-size: 1.125rem;
|
|
37
34
|
padding: 0 20px;
|
|
38
35
|
|
|
39
36
|
&.hasSearch {
|
|
@@ -76,19 +73,16 @@ $pane-width: 260px;
|
|
|
76
73
|
}
|
|
77
74
|
|
|
78
75
|
&-tabs {
|
|
79
|
-
max-width: $pane-width;
|
|
80
|
-
background-color: $white;
|
|
81
76
|
z-index: 1;
|
|
82
77
|
flex-shrink: 0;
|
|
83
78
|
}
|
|
84
79
|
|
|
85
80
|
&-tabContent {
|
|
86
81
|
height: 100%;
|
|
87
|
-
padding: 30px 10px 0;
|
|
88
82
|
overflow-y: auto;
|
|
89
83
|
|
|
90
84
|
&.hasInnerScroll {
|
|
91
|
-
padding
|
|
85
|
+
padding: 25px 10px;
|
|
92
86
|
|
|
93
87
|
.toolItem {
|
|
94
88
|
display: flex;
|
|
@@ -115,12 +109,10 @@ $pane-width: 260px;
|
|
|
115
109
|
padding: 20px 30px;
|
|
116
110
|
border-radius: 2px;
|
|
117
111
|
border-bottom: none;
|
|
118
|
-
background-color: #EFEFF6;
|
|
119
112
|
}
|
|
120
113
|
}
|
|
121
114
|
|
|
122
115
|
.no-search-result-text {
|
|
123
|
-
color: #8586A6;
|
|
124
116
|
text-align: center;
|
|
125
117
|
margin-top: 20px;
|
|
126
118
|
}
|
|
@@ -134,11 +126,10 @@ $pane-width: 260px;
|
|
|
134
126
|
|
|
135
127
|
& + hr {
|
|
136
128
|
border: none;
|
|
137
|
-
|
|
138
|
-
margin: 30px -10px 0;
|
|
129
|
+
margin: 20px -10px 0;
|
|
139
130
|
|
|
140
131
|
& + .toolSection {
|
|
141
|
-
margin-top:
|
|
132
|
+
margin-top: 20px;
|
|
142
133
|
}
|
|
143
134
|
|
|
144
135
|
& + hr {
|
|
@@ -193,7 +184,8 @@ $pane-width: 260px;
|
|
|
193
184
|
position: absolute;
|
|
194
185
|
bottom: 6px;
|
|
195
186
|
width: 4px;
|
|
196
|
-
|
|
187
|
+
|
|
188
|
+
border-bottom: 1px solid #303339;
|
|
197
189
|
}
|
|
198
190
|
&:before {
|
|
199
191
|
left: 0;
|
|
@@ -210,7 +202,7 @@ $pane-width: 260px;
|
|
|
210
202
|
&-indicator {
|
|
211
203
|
left: 0;
|
|
212
204
|
bottom: 0;
|
|
213
|
-
height:
|
|
205
|
+
height: 4px;
|
|
214
206
|
transition: left .3s ease-in-out;
|
|
215
207
|
|
|
216
208
|
&[data-tab="2"] {
|
|
@@ -223,29 +215,27 @@ $pane-width: 260px;
|
|
|
223
215
|
}
|
|
224
216
|
|
|
225
217
|
label {
|
|
218
|
+
height: 55px;
|
|
219
|
+
display: flex;
|
|
220
|
+
justify-content: center;
|
|
221
|
+
align-items: center;
|
|
226
222
|
flex: 1 1;
|
|
227
|
-
padding:
|
|
228
|
-
color: #bcbecf;
|
|
229
|
-
background-color: #efeff6;
|
|
230
|
-
border-bottom: 1px solid #e1e1e6;
|
|
223
|
+
padding: 8px;
|
|
231
224
|
text-align: center;
|
|
232
225
|
user-select: none;
|
|
233
226
|
cursor: pointer;
|
|
234
227
|
transition: .3s ease-in-out;
|
|
235
|
-
|
|
228
|
+
overflow: hidden;
|
|
236
229
|
|
|
237
|
-
|
|
238
|
-
|
|
230
|
+
span {
|
|
231
|
+
display: inline-block;
|
|
232
|
+
vertical-align: middle;
|
|
233
|
+
@include text-ellipsis;
|
|
239
234
|
}
|
|
240
235
|
}
|
|
241
236
|
|
|
242
237
|
&-tab {
|
|
243
238
|
display: none;
|
|
244
|
-
|
|
245
|
-
&:checked + label {
|
|
246
|
-
color: #2a3244;
|
|
247
|
-
background-color: $white;
|
|
248
|
-
}
|
|
249
239
|
}
|
|
250
240
|
|
|
251
241
|
&[data-tab="2"] {
|
|
@@ -274,6 +264,21 @@ $pane-width: 260px;
|
|
|
274
264
|
|
|
275
265
|
// Panel Open & Hide Actions //
|
|
276
266
|
|
|
267
|
+
|
|
268
|
+
.paneClose {
|
|
269
|
+
top: 18px;
|
|
270
|
+
right: 17px;
|
|
271
|
+
padding: 0;
|
|
272
|
+
z-index: 2;
|
|
273
|
+
transition: .5s ease-in-out;
|
|
274
|
+
|
|
275
|
+
.jfReportSVG {
|
|
276
|
+
width: 20px;
|
|
277
|
+
height: 20px;
|
|
278
|
+
transition: .3s fill;
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
|
|
277
282
|
.paneToggler {
|
|
278
283
|
position: absolute;
|
|
279
284
|
top: 15px;
|
|
@@ -294,43 +299,65 @@ $pane-width: 260px;
|
|
|
294
299
|
width: 16px;
|
|
295
300
|
height: 16px;
|
|
296
301
|
}
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
.paneClose {
|
|
300
|
-
right: 15px;
|
|
301
|
-
z-index: 2;
|
|
302
|
-
transition: .5s ease-in-out;
|
|
303
302
|
|
|
304
|
-
|
|
305
|
-
width:
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
303
|
+
&.addElementToggle {
|
|
304
|
+
width: 160px;
|
|
305
|
+
background-color: #303339;
|
|
306
|
+
height: 54px;
|
|
307
|
+
border-radius: 0;
|
|
308
|
+
border-top-right-radius: 100px;
|
|
309
|
+
border-bottom-right-radius: 100px;
|
|
310
|
+
justify-content: space-between;
|
|
311
|
+
padding: 19px 18px;
|
|
312
|
+
|
|
313
|
+
span {
|
|
314
|
+
color: #ffffff;
|
|
315
|
+
font-size: 15px;
|
|
316
|
+
}
|
|
309
317
|
}
|
|
310
318
|
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
319
|
+
&.settingsToggle {
|
|
320
|
+
background-color: #FFFFFF;
|
|
321
|
+
border-radius: 100px;
|
|
322
|
+
padding: 11px;
|
|
323
|
+
width: 54px;
|
|
324
|
+
height: 54px;
|
|
325
|
+
|
|
326
|
+
.jfReportSVG {
|
|
327
|
+
width: 24px;
|
|
328
|
+
height: 23px;
|
|
314
329
|
}
|
|
315
330
|
}
|
|
316
331
|
}
|
|
317
332
|
|
|
333
|
+
.showAll {
|
|
334
|
+
margin-right: 10px;
|
|
335
|
+
}
|
|
336
|
+
|
|
318
337
|
.toolItemWrapper {
|
|
319
|
-
min-width: calc(#{$pane-width} - 1px);
|
|
320
338
|
opacity: 1;
|
|
321
339
|
transition: all .5s ease-in-out;
|
|
322
340
|
}
|
|
323
341
|
|
|
342
|
+
&.jfReport-toolbox .toolItemWrapper {
|
|
343
|
+
width: calc(#{$left-pane-width} - 1px);
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
&.jfReport-toolbox .tabs {
|
|
347
|
+
max-width: $left-pane-width;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
&.jfReport-settings .toolItemWrapper {
|
|
351
|
+
width: calc(#{$right-pane-width} - 1px);
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
&.jfReport-settings .tabs {
|
|
355
|
+
max-width: $right-pane-width;
|
|
356
|
+
}
|
|
357
|
+
|
|
324
358
|
&.jfReport-toolbox {
|
|
325
359
|
.paneToggler {
|
|
326
|
-
left: -
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
.paneClose {
|
|
330
|
-
top: 15px;
|
|
331
|
-
padding: 5px;
|
|
332
|
-
background-color: $white;
|
|
333
|
-
border-radius: 3px;
|
|
360
|
+
left: -100%;
|
|
334
361
|
}
|
|
335
362
|
|
|
336
363
|
.toolItem:not(.toolTitle) {
|
|
@@ -339,18 +366,12 @@ $pane-width: 260px;
|
|
|
339
366
|
}
|
|
340
367
|
}
|
|
341
368
|
|
|
342
|
-
&.forAllSlides:not(.jfReport-toolbox) .paneClose .jfReportSVG {
|
|
343
|
-
fill: #fff;
|
|
344
|
-
}
|
|
345
|
-
|
|
346
369
|
&:not(.jfReport-settings) {
|
|
347
370
|
.toolItem:not(.toolTitle) {
|
|
348
|
-
background-color: #fafafc;
|
|
349
371
|
transition: .3s ease-in-out;
|
|
350
372
|
|
|
351
373
|
.toolItem-icon {
|
|
352
374
|
height: 53px;
|
|
353
|
-
background-color: $white;
|
|
354
375
|
transition: .3s ease-in-out;
|
|
355
376
|
}
|
|
356
377
|
|
|
@@ -363,27 +384,6 @@ $pane-width: 260px;
|
|
|
363
384
|
margin-bottom: 0;
|
|
364
385
|
}
|
|
365
386
|
}
|
|
366
|
-
|
|
367
|
-
&:hover {
|
|
368
|
-
background-color: #3A69ED;
|
|
369
|
-
|
|
370
|
-
.toolItem-icon {
|
|
371
|
-
background-color: $blue;
|
|
372
|
-
color: $white;
|
|
373
|
-
|
|
374
|
-
.jfReportSVG {
|
|
375
|
-
fill: $white;
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
.icon-bar path {
|
|
379
|
-
fill: $white;
|
|
380
|
-
}
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
.toolItem-name {
|
|
384
|
-
color: $white;
|
|
385
|
-
}
|
|
386
|
-
}
|
|
387
387
|
}
|
|
388
388
|
}
|
|
389
389
|
|
|
@@ -394,17 +394,11 @@ $pane-width: 260px;
|
|
|
394
394
|
.paneToggler {
|
|
395
395
|
right: -290px;
|
|
396
396
|
}
|
|
397
|
-
|
|
398
|
-
.paneClose {
|
|
399
|
-
top: 20px;
|
|
400
|
-
padding: 0;
|
|
401
|
-
}
|
|
402
397
|
}
|
|
403
398
|
|
|
404
399
|
&.forSlides {
|
|
405
400
|
.paneToggler {
|
|
406
|
-
top:
|
|
407
|
-
background-color: #2E354A;
|
|
401
|
+
top: 85px;
|
|
408
402
|
}
|
|
409
403
|
}
|
|
410
404
|
|
|
@@ -423,14 +417,15 @@ $pane-width: 260px;
|
|
|
423
417
|
}
|
|
424
418
|
|
|
425
419
|
&.isIdle:not(.jfReport-settings) {
|
|
426
|
-
transform: translateX(-
|
|
420
|
+
transform: translateX(-#{$left-pane-width});
|
|
427
421
|
|
|
428
422
|
.paneToggler {
|
|
429
423
|
left: calc(100% + 15px);
|
|
430
|
-
}
|
|
431
424
|
|
|
432
|
-
|
|
433
|
-
|
|
425
|
+
&.addElementToggle {
|
|
426
|
+
left: 100%;
|
|
427
|
+
}
|
|
428
|
+
}
|
|
434
429
|
}
|
|
435
430
|
|
|
436
431
|
&.isIdle:not(.jfReport-toolbox) {
|
|
@@ -441,11 +436,11 @@ $pane-width: 260px;
|
|
|
441
436
|
}
|
|
442
437
|
|
|
443
438
|
.paneClose {
|
|
444
|
-
right: -
|
|
439
|
+
right: calc(-#{$right-pane-width} + 15px);
|
|
445
440
|
}
|
|
446
441
|
|
|
447
442
|
.toolItemWrapper {
|
|
448
|
-
margin-right: -
|
|
443
|
+
margin-right: -#{$right-pane-width};
|
|
449
444
|
}
|
|
450
445
|
}
|
|
451
446
|
|
|
@@ -465,8 +460,8 @@ $pane-width: 260px;
|
|
|
465
460
|
top: 0;
|
|
466
461
|
left: 0;
|
|
467
462
|
max-width: none;
|
|
468
|
-
background-color: #EDEDF4;
|
|
469
463
|
opacity: 1;
|
|
464
|
+
background-color: #ededf4;
|
|
470
465
|
z-index: 11;
|
|
471
466
|
animation: .5s ease-in-out openAllSlide forwards;
|
|
472
467
|
|
|
@@ -485,11 +480,7 @@ $pane-width: 260px;
|
|
|
485
480
|
left: 15px;
|
|
486
481
|
padding: 11px 13px;
|
|
487
482
|
border-radius: 4px;
|
|
488
|
-
background-color: #
|
|
489
|
-
|
|
490
|
-
&:hover {
|
|
491
|
-
background: lighten(#2E354A, 5);
|
|
492
|
-
}
|
|
483
|
+
background-color: #2e354a;
|
|
493
484
|
}
|
|
494
485
|
}
|
|
495
486
|
|
|
@@ -497,6 +488,10 @@ $pane-width: 260px;
|
|
|
497
488
|
flex-grow: 1;
|
|
498
489
|
}
|
|
499
490
|
|
|
491
|
+
&.forSettings .toolItem-tabContent:not(.hasInnerScroll) {
|
|
492
|
+
padding: 25px 10px 150px;
|
|
493
|
+
}
|
|
494
|
+
|
|
500
495
|
// Panel Open & Hide Actions //
|
|
501
496
|
|
|
502
497
|
&.forSlides .toolItem-tabContent {
|
|
@@ -519,12 +514,6 @@ $pane-width: 260px;
|
|
|
519
514
|
}
|
|
520
515
|
}
|
|
521
516
|
}
|
|
522
|
-
|
|
523
|
-
&-toolbox {
|
|
524
|
-
.toolTitle {
|
|
525
|
-
background-color: $white;
|
|
526
|
-
}
|
|
527
|
-
}
|
|
528
517
|
}
|
|
529
518
|
|
|
530
519
|
@keyframes openRightSide {
|
|
@@ -532,13 +521,13 @@ $pane-width: 260px;
|
|
|
532
521
|
width: 0;
|
|
533
522
|
}
|
|
534
523
|
100% {
|
|
535
|
-
width:
|
|
524
|
+
width: $right-pane-width;
|
|
536
525
|
}
|
|
537
526
|
}
|
|
538
527
|
|
|
539
528
|
@keyframes closeRightSide {
|
|
540
529
|
0% {
|
|
541
|
-
width:
|
|
530
|
+
width: $right-pane-width;
|
|
542
531
|
}
|
|
543
532
|
100% {
|
|
544
533
|
width: 0;
|
|
@@ -38,10 +38,6 @@
|
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
-
&-toolbox .toolItem .jfReportSVG {
|
|
42
|
-
fill: $additionalGray;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
41
|
.controllerItem .jfReportSVG {
|
|
46
42
|
fill: $additionalGray;
|
|
47
43
|
}
|
|
@@ -82,7 +78,7 @@
|
|
|
82
78
|
|
|
83
79
|
.icon-duplicateLine {
|
|
84
80
|
width: 10px;
|
|
85
|
-
height:
|
|
81
|
+
height: 14px;
|
|
86
82
|
}
|
|
87
83
|
|
|
88
84
|
.icon-trash {
|
|
@@ -139,15 +135,15 @@
|
|
|
139
135
|
.icon-aspectLock, .icon-aspectUnlock {
|
|
140
136
|
width: 12px;
|
|
141
137
|
height: 14px;
|
|
142
|
-
margin-top:
|
|
138
|
+
margin-top: 10px;
|
|
143
139
|
}
|
|
144
140
|
|
|
145
141
|
.icon-aspectLock {
|
|
146
|
-
fill:
|
|
142
|
+
fill: #879AAD;
|
|
147
143
|
}
|
|
148
144
|
|
|
149
145
|
.icon-aspectUnlock {
|
|
150
|
-
fill: #
|
|
146
|
+
fill: #879AAD;
|
|
151
147
|
}
|
|
152
148
|
|
|
153
149
|
.icon-lock {
|
|
@@ -156,8 +152,8 @@
|
|
|
156
152
|
}
|
|
157
153
|
|
|
158
154
|
.icon-drag {
|
|
159
|
-
width:
|
|
160
|
-
height:
|
|
155
|
+
width: 9px;
|
|
156
|
+
height: 14px;
|
|
161
157
|
}
|
|
162
158
|
|
|
163
159
|
.icon-color {
|
|
@@ -166,7 +162,7 @@
|
|
|
166
162
|
}
|
|
167
163
|
|
|
168
164
|
.icon-dots {
|
|
169
|
-
width:
|
|
165
|
+
width: 4px;
|
|
170
166
|
height: 16px;
|
|
171
167
|
}
|
|
172
168
|
|
|
@@ -196,13 +192,13 @@
|
|
|
196
192
|
}
|
|
197
193
|
|
|
198
194
|
.icon-infoRow {
|
|
199
|
-
width:
|
|
200
|
-
height:
|
|
195
|
+
max-width: 46px;
|
|
196
|
+
max-height: 18px;
|
|
201
197
|
}
|
|
202
198
|
|
|
203
199
|
.icon-infoCol {
|
|
204
|
-
width:
|
|
205
|
-
height:
|
|
200
|
+
max-width: 24px;
|
|
201
|
+
max-height: 30px;
|
|
206
202
|
}
|
|
207
203
|
|
|
208
204
|
// Left Pane //
|
|
@@ -263,28 +259,24 @@
|
|
|
263
259
|
fill: $additionalGray;
|
|
264
260
|
}
|
|
265
261
|
|
|
266
|
-
.
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
rect, circle {
|
|
285
|
-
fill: #fff;
|
|
286
|
-
}
|
|
287
|
-
}
|
|
262
|
+
// .forSegments .jfReportSVG {
|
|
263
|
+
// rect, circle {
|
|
264
|
+
// fill: #8483A9;
|
|
265
|
+
// }
|
|
266
|
+
|
|
267
|
+
// rect {
|
|
268
|
+
// opacity: .7;
|
|
269
|
+
// }
|
|
270
|
+
// circle {
|
|
271
|
+
// opacity: .3;
|
|
272
|
+
// }
|
|
273
|
+
// }
|
|
274
|
+
|
|
275
|
+
// .forSegments .isSelected .jfReportSVG {
|
|
276
|
+
// rect, circle {
|
|
277
|
+
// fill: #fff;
|
|
278
|
+
// }
|
|
279
|
+
// }
|
|
288
280
|
|
|
289
281
|
.forZoom .controllerItem .jfReportSVG:not(.icon-fit) {
|
|
290
282
|
width: 12px;
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
font-size: 0.875rem;
|
|
9
9
|
color: $additionalGray;
|
|
10
10
|
transition: $transition;
|
|
11
|
+
pointer-events: none;
|
|
11
12
|
}
|
|
12
13
|
|
|
13
14
|
.thumbnailFrame {
|
|
@@ -165,7 +166,6 @@
|
|
|
165
166
|
width: calc(100% - 150px);
|
|
166
167
|
height: 58px;
|
|
167
168
|
padding: 5px 15px;
|
|
168
|
-
background-color: $white;
|
|
169
169
|
border-radius: 4px 4px 0 0;
|
|
170
170
|
box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
|
|
171
171
|
transition: $transition;
|
|
@@ -236,3 +236,14 @@
|
|
|
236
236
|
justify-content: center;
|
|
237
237
|
}
|
|
238
238
|
}
|
|
239
|
+
|
|
240
|
+
.jfReport .thumbnailWrapper .thumbnailActions {
|
|
241
|
+
.floatingController-container {
|
|
242
|
+
height: 90px;
|
|
243
|
+
justify-content: space-between;
|
|
244
|
+
|
|
245
|
+
button.controllerItem {
|
|
246
|
+
padding: 0;
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
* this file includes dnd list styles for reports in settings pane.
|
|
3
3
|
* @giraykarasinir
|
|
4
4
|
*/
|
|
5
|
+
/* stylelint-disable no-descending-specificity */
|
|
5
6
|
|
|
6
7
|
// Sortable List //
|
|
7
8
|
|
|
@@ -23,14 +24,17 @@
|
|
|
23
24
|
display: flex;
|
|
24
25
|
align-items: center;
|
|
25
26
|
justify-content: center;
|
|
26
|
-
width:
|
|
27
|
+
width: 14px;
|
|
27
28
|
height: 100%;
|
|
28
29
|
transition: .3s ease-in-out;
|
|
29
30
|
|
|
30
|
-
.icon-
|
|
31
|
+
.icon-down, .icon-arrow, .icon-color, .icon-trash {
|
|
31
32
|
fill: #2c3345;
|
|
32
33
|
color: #2c3345;
|
|
33
34
|
}
|
|
35
|
+
.icon-drag {
|
|
36
|
+
fill: #999FA8;
|
|
37
|
+
}
|
|
34
38
|
}
|
|
35
39
|
|
|
36
40
|
&-drag {
|
|
@@ -51,6 +55,11 @@
|
|
|
51
55
|
&.forReset {
|
|
52
56
|
right: 24px;
|
|
53
57
|
}
|
|
58
|
+
|
|
59
|
+
.icon-color {
|
|
60
|
+
width: 10px;
|
|
61
|
+
height: 14px;
|
|
62
|
+
}
|
|
54
63
|
}
|
|
55
64
|
|
|
56
65
|
&-collapse {
|
|
@@ -79,21 +88,22 @@
|
|
|
79
88
|
svg {
|
|
80
89
|
display: block;
|
|
81
90
|
width: 12px;
|
|
82
|
-
fill: #
|
|
91
|
+
fill: #ffffff;
|
|
83
92
|
}
|
|
84
93
|
}
|
|
85
94
|
|
|
86
95
|
&-name {
|
|
87
96
|
width: calc(100% - 28px);
|
|
88
|
-
background-color:
|
|
89
|
-
border-radius:
|
|
90
|
-
padding:
|
|
97
|
+
background-color: #555F6E;
|
|
98
|
+
border-radius: 2px;
|
|
99
|
+
padding: 9px 12px;
|
|
91
100
|
display: flex;
|
|
92
101
|
align-items: center;
|
|
93
102
|
flex-wrap: wrap;
|
|
94
103
|
position: relative;
|
|
95
104
|
user-select: none;
|
|
96
105
|
flex: 1;
|
|
106
|
+
font-size: 1rem;
|
|
97
107
|
cursor: pointer;
|
|
98
108
|
opacity: .4;
|
|
99
109
|
transition: $transition;
|
|
@@ -145,6 +155,7 @@
|
|
|
145
155
|
|
|
146
156
|
&-text {
|
|
147
157
|
flex: 1;
|
|
158
|
+
color: #ffffff;
|
|
148
159
|
@include text-ellipsis;
|
|
149
160
|
|
|
150
161
|
&.jSheetEditable {
|
|
@@ -159,7 +170,13 @@
|
|
|
159
170
|
}
|
|
160
171
|
|
|
161
172
|
& + .jfReportSelectOption {
|
|
162
|
-
margin-top:
|
|
173
|
+
margin-top: 20px;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.forChart & {
|
|
177
|
+
& + .jfReportSelectOption {
|
|
178
|
+
margin-top: 10px;
|
|
179
|
+
}
|
|
163
180
|
}
|
|
164
181
|
|
|
165
182
|
&.forHelper {
|
|
@@ -242,10 +259,8 @@
|
|
|
242
259
|
}
|
|
243
260
|
}
|
|
244
261
|
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
border: 1px solid $inputGrayBorder;
|
|
248
|
-
}
|
|
262
|
+
.jfReportSelectOption-name {
|
|
263
|
+
border: 1px solid #303339;
|
|
249
264
|
}
|
|
250
265
|
|
|
251
266
|
&.withColorSelect {
|
|
@@ -264,19 +279,19 @@
|
|
|
264
279
|
|
|
265
280
|
&.withDelete {
|
|
266
281
|
.jfReportSelectOption-name {
|
|
267
|
-
padding-right:
|
|
282
|
+
padding-right: 58px;
|
|
268
283
|
}
|
|
269
284
|
|
|
270
285
|
.jfReportSelectOption-delete {
|
|
271
|
-
right:
|
|
286
|
+
right: 32px;
|
|
272
287
|
opacity: 0;
|
|
273
288
|
padding: 0;
|
|
274
289
|
color: #2c3345;
|
|
275
290
|
transition: .3s ease-in-out;
|
|
276
291
|
|
|
277
292
|
.icon-trash {
|
|
278
|
-
width:
|
|
279
|
-
height:
|
|
293
|
+
width: 10px;
|
|
294
|
+
height: 14px;
|
|
280
295
|
}
|
|
281
296
|
}
|
|
282
297
|
}
|