@sapui5/sap.ui.vbm 1.122.0 → 1.124.0
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/LICENSE.txt +13 -10
- package/README.md +1 -1
- package/package.json +1 -1
- package/src/sap/ui/vbm/.library +1 -1
- package/src/sap/ui/vbm/Adapter.js +1 -1
- package/src/sap/ui/vbm/Adapter3D.js +1 -1
- package/src/sap/ui/vbm/Viewport.js +1 -1
- package/src/sap/ui/vbm/adapter3d/DragDropHandler.js +1 -1
- package/src/sap/ui/vbm/adapter3d/ModelHandler.js +1 -1
- package/src/sap/ui/vbm/adapter3d/ObjectFactory.js +1 -1
- package/src/sap/ui/vbm/adapter3d/PolygonHandler.js +1 -1
- package/src/sap/ui/vbm/adapter3d/SceneBuilder.js +1 -1
- package/src/sap/ui/vbm/adapter3d/VBIJSONParser.js +1 -1
- package/src/sap/ui/vbm/getResourceBundle.js +4 -6
- package/src/sap/ui/vbm/i18n/messagebundle_ar.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_bg.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_ca.properties +5 -5
- package/src/sap/ui/vbm/i18n/messagebundle_cnr.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_cs.properties +2 -2
- package/src/sap/ui/vbm/i18n/messagebundle_cy.properties +2 -2
- package/src/sap/ui/vbm/i18n/messagebundle_da.properties +5 -5
- package/src/sap/ui/vbm/i18n/messagebundle_de.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_el.properties +3 -3
- package/src/sap/ui/vbm/i18n/messagebundle_en.properties +1 -0
- package/src/sap/ui/vbm/i18n/messagebundle_en_GB.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_en_US_saprigi.properties +23 -23
- package/src/sap/ui/vbm/i18n/messagebundle_es.properties +5 -5
- package/src/sap/ui/vbm/i18n/messagebundle_es_MX.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_et.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_fr.properties +3 -3
- package/src/sap/ui/vbm/i18n/messagebundle_hi.properties +2 -2
- package/src/sap/ui/vbm/i18n/messagebundle_hr.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_hu.properties +4 -4
- package/src/sap/ui/vbm/i18n/messagebundle_id.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_it.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_iw.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_ja.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_kk.properties +0 -1
- package/src/sap/ui/vbm/i18n/messagebundle_ko.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_lt.properties +6 -6
- package/src/sap/ui/vbm/i18n/messagebundle_lv.properties +2 -2
- package/src/sap/ui/vbm/i18n/messagebundle_mk.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_ms.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_nl.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_no.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_pl.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_pt.properties +3 -3
- package/src/sap/ui/vbm/i18n/messagebundle_pt_PT.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_ro.properties +4 -4
- package/src/sap/ui/vbm/i18n/messagebundle_ru.properties +3 -3
- package/src/sap/ui/vbm/i18n/messagebundle_sh.properties +18 -4
- package/src/sap/ui/vbm/i18n/messagebundle_sk.properties +3 -3
- package/src/sap/ui/vbm/i18n/messagebundle_sl.properties +3 -3
- package/src/sap/ui/vbm/i18n/messagebundle_sr.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_sv.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_th.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_tr.properties +5 -5
- package/src/sap/ui/vbm/i18n/messagebundle_uk.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_vi.properties +3 -3
- package/src/sap/ui/vbm/i18n/messagebundle_zh_CN.properties +1 -1
- package/src/sap/ui/vbm/i18n/messagebundle_zh_TW.properties +2 -2
- package/src/sap/ui/vbm/lib/sapnavigation.js +3 -7
- package/src/sap/ui/vbm/library.js +2 -2
- package/src/sap/ui/vbm/themes/sap_bluecrystal/library.source.less +10 -1
- package/src/sap/ui/vbm/themes/sap_bluecrystal_base/AnalyticMap.less +8 -0
- package/src/sap/ui/vbm/themes/sap_bluecrystal_base/Cluster.less +136 -0
- package/src/sap/ui/vbm/themes/sap_bluecrystal_base/ContainerBase.less +45 -0
- package/src/sap/ui/vbm/themes/sap_bluecrystal_base/ContainerLegendItem.less +46 -0
- package/src/sap/ui/vbm/themes/sap_bluecrystal_base/DetailWindow.less +42 -0
- package/src/sap/ui/vbm/themes/sap_bluecrystal_base/GeoMap.less +8 -0
- package/src/sap/ui/vbm/themes/sap_bluecrystal_base/ListPanel.less +43 -0
- package/src/sap/ui/vbm/themes/sap_bluecrystal_base/ListPanelStack.less +30 -0
- package/src/sap/ui/vbm/themes/sap_bluecrystal_base/MapContainer.less +210 -0
- package/src/sap/ui/vbm/themes/sap_bluecrystal_base/VBI.less +829 -0
- package/src/sap/ui/vbm/themes/sap_bluecrystal_base/Viewport.less +17 -0
- package/src/sap/ui/vbm/themes/sap_bluecrystal_base/library.source.less +18 -0
- package/src/sap/ui/vbm/themes/sap_bluecrystal_base/shared.less +9 -0
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/*...........................................................................*/
|
|
2
|
+
/* LESS for control sap.ui.vbm/ListPanel.control..............................*/
|
|
3
|
+
/*...........................................................................*/
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
/* main List Panel style..................................................*/
|
|
7
|
+
.sapUiVkListPanel {
|
|
8
|
+
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
/* change margin and padding of panel header toolbar for right aligned expand icon */
|
|
12
|
+
.sapMPanel .sapMPanelWrappingDivTb .sapUiVkLPTb.sapMIBar.sapMTB {
|
|
13
|
+
margin-left: 0.25rem;
|
|
14
|
+
padding-right: 0px;
|
|
15
|
+
margin-right: 3rem;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.sapMPanel.sapMPanelExpandable.sapUiVkListPanel .sapMTB.sapMPanelHeaderTB {
|
|
19
|
+
padding: 0rem; /* remove padding from header when collapsed completely */
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.sapUiVkListPanel {
|
|
23
|
+
.sapMPanelContent { /* remove padding from panel content */
|
|
24
|
+
padding: 0px;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.sapMPanelWrappingDivTb {
|
|
28
|
+
button { /* move panel expand icon right */
|
|
29
|
+
right: 0px;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.sapMLIB:last-child { /* remove border from last list item to prevent double border together with panel content */
|
|
34
|
+
border-bottom: 0px;
|
|
35
|
+
}
|
|
36
|
+
/* indent list items by panel header icon width*/
|
|
37
|
+
.sapMLIB{
|
|
38
|
+
padding-left: 3rem;
|
|
39
|
+
}
|
|
40
|
+
.sapUiSizeCompact & .sapMLIB{
|
|
41
|
+
padding-left: 2.75rem;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/*...........................................................................*/
|
|
2
|
+
/* LESS for control sap.ui.vbm/ListPanelStack.control...................................*/
|
|
3
|
+
/*...........................................................................*/
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
/* main ListPanelStack style..................................................*/
|
|
7
|
+
.sapUiVkListPanelStack {
|
|
8
|
+
background-color: @sapList_Background;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
.sapUiVkLPSTrans {
|
|
13
|
+
transition: width 0.4s;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.sapUiVkLPSCollapse .sapUiVkListPanel .sapMPanelExpandableIcon {
|
|
17
|
+
display: none;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
html:not(.sap-phone) .sapUiVkLPSCollapse .sapUiVkListPanel .sapMPanelWrappingDivTb>button { /* hide default panel expand button if collapsed */
|
|
21
|
+
display: none;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.sapUiVkLPSCollapse .sapMPanel .sapMPanelWrappingDivTb .sapUiVkLPTb.sapMIBar.sapMTB {
|
|
25
|
+
margin-right: 0px;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.sapUiVkListPanelStack .sapUiVkListPanel .sapMPanelContent { /* remove scrolling from panel content since whole stack should scroll */
|
|
29
|
+
overflow: hidden;
|
|
30
|
+
}
|
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
/*...........................................................................*/
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
/* LESS for control sap.ui.vbm/MapContainer.control...................................*/
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
/*...........................................................................*/
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
/* main map container style..................................................*/
|
|
11
|
+
|
|
12
|
+
.sapUiVkMapContainer {}
|
|
13
|
+
.sapUiVkMapContainerOverlay {
|
|
14
|
+
position: absolute;
|
|
15
|
+
top: 0.5rem;
|
|
16
|
+
left: 0.5rem;
|
|
17
|
+
right: 0.25rem;
|
|
18
|
+
bottom: 1rem;
|
|
19
|
+
/* necessary to let events through to the content below */
|
|
20
|
+
pointer-events: none;
|
|
21
|
+
}
|
|
22
|
+
html.sap-phone {
|
|
23
|
+
.sapUiVkMapContainerOverlay {
|
|
24
|
+
top: 0.25rem;
|
|
25
|
+
left: 0.25rem;
|
|
26
|
+
right: 0.25rem;
|
|
27
|
+
}
|
|
28
|
+
.sapUiVkContainerBaseWrapper {
|
|
29
|
+
position: absolute;
|
|
30
|
+
top: 0px;
|
|
31
|
+
left: 0px;
|
|
32
|
+
transition: transform 0.4s;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
.sapUiVkMapContainer {
|
|
36
|
+
.sapUiVkContainerBaseContentArea {
|
|
37
|
+
padding-top: 0px;
|
|
38
|
+
}
|
|
39
|
+
.sapUiVkContainerBaseToolbarArea {
|
|
40
|
+
position: static;
|
|
41
|
+
/* since parent sapUiVkMapContainerOverlay declares pointer-events: none, which gets inherited,
|
|
42
|
+
this is needed to make toolbar buttons functional */
|
|
43
|
+
pointer-events: auto;
|
|
44
|
+
}
|
|
45
|
+
.sapUiVkContainerBaseToolbarArea .sapMTB {
|
|
46
|
+
border: none;
|
|
47
|
+
/* This trick allows to let events pass transparent parts of the toolbar */
|
|
48
|
+
height: 1px !important;
|
|
49
|
+
overflow: visible;
|
|
50
|
+
margin-top: 1.5rem;
|
|
51
|
+
}
|
|
52
|
+
.sapUiVkMapContainerListPanelArea {
|
|
53
|
+
/* since parent sapUiVkMapContainerOverlay declares pointer-events: none, which gets inherited,
|
|
54
|
+
this is needed to make ListPanelStack functional */
|
|
55
|
+
pointer-events: auto;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
.sapUiSizeCompact .sapUiVkMapContainer .sapUiVkContainerBaseToolbarArea .sapMTB {
|
|
59
|
+
margin-top: 1rem;
|
|
60
|
+
}
|
|
61
|
+
.sapUiVkMapContainerNavbarArea {
|
|
62
|
+
position: absolute;
|
|
63
|
+
right: 0rem;
|
|
64
|
+
bottom: 0rem;
|
|
65
|
+
/* since parent sapUiVkMapContainerOverlay declares pointer-events: none, which gets inherited,
|
|
66
|
+
this is needed to make navbar buttons functional */
|
|
67
|
+
pointer-events: auto;
|
|
68
|
+
}
|
|
69
|
+
.sapUiVkMapContainerNavbarArea {
|
|
70
|
+
.sapMTB {
|
|
71
|
+
border: none !important;
|
|
72
|
+
flex-direction: column;
|
|
73
|
+
height: auto !important;
|
|
74
|
+
width: 1px;
|
|
75
|
+
overflow: visible;
|
|
76
|
+
background: transparent;
|
|
77
|
+
}
|
|
78
|
+
.sapMIBar>.sapMBarChild:last-child {
|
|
79
|
+
margin-top: -0.5rem;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
.sapUiVkMapContainerLPW {
|
|
83
|
+
top: 0px;
|
|
84
|
+
left: 0px;
|
|
85
|
+
background: white;
|
|
86
|
+
width: 100%;
|
|
87
|
+
height: 100%;
|
|
88
|
+
/* from back button */
|
|
89
|
+
padding-left: 0.25rem;
|
|
90
|
+
transform: translateX(-100%);
|
|
91
|
+
transition: transform 0.4s;
|
|
92
|
+
box-sizing: border-box;
|
|
93
|
+
}
|
|
94
|
+
html.sap-phone .sapUiVkMapContainerListPanelArea {
|
|
95
|
+
/* neutralize padding from sapUiVkMapContainerLPW */
|
|
96
|
+
margin-left: -0.25rem;
|
|
97
|
+
}
|
|
98
|
+
html:not(.sap-phone) .sapUiVkMapContainerListPanelArea {
|
|
99
|
+
float: left;
|
|
100
|
+
}
|
|
101
|
+
.sapUiVkMapContainerLPWIn {
|
|
102
|
+
transform: translateX(0%);
|
|
103
|
+
}
|
|
104
|
+
.sapUiVkMapContainerMapOut {
|
|
105
|
+
transform: translateX(100%);
|
|
106
|
+
}
|
|
107
|
+
html[dir=rtl] {
|
|
108
|
+
.sapUiVkMapContainerLPW {
|
|
109
|
+
transform: translateX(100%);
|
|
110
|
+
}
|
|
111
|
+
.sapUiVkMapContainerLPWIn {
|
|
112
|
+
transform: translateX(0%);
|
|
113
|
+
}
|
|
114
|
+
.sapUiVkMapContainerMapOut {
|
|
115
|
+
transform: translateX(-100%);
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
.mapContainerHboxPopover.sapMFlexBox.sapMFlexBoxAlignContentStretch.sapMFlexBoxAlignItemsStretch.sapMFlexBoxBGTransparent.sapMFlexBoxJustifyStart.sapMFlexBoxWrapNoWrap.sapMHBox {
|
|
121
|
+
height:5rem;
|
|
122
|
+
width: 100%;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
.mapLayerPopoverItemText.sapMText.sapMTextBreakWord.sapMTextMaxWidth.sapUiSelectable{
|
|
128
|
+
bottom: 0.1rem;
|
|
129
|
+
right: 0.3rem;
|
|
130
|
+
position: absolute;
|
|
131
|
+
background:rgba(255,255,255,0.6);
|
|
132
|
+
margin-bottom: 0.15rem;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
.layerType.sapMImg.sapMPointer{
|
|
137
|
+
border: 0.15rem solid white;
|
|
138
|
+
width: 4.7rem;
|
|
139
|
+
height: 4.7rem;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
.sapUiVkMapContainerNavbarArea .mapLayerPopoverItem {
|
|
144
|
+
position: absolute;
|
|
145
|
+
border: 0.15rem solid white;
|
|
146
|
+
width: 4.7rem;
|
|
147
|
+
height: 4.7rem;
|
|
148
|
+
bottom: 0.25rem;
|
|
149
|
+
right: 3.25rem;
|
|
150
|
+
z-index: 1;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
.sapUiVkMapContainerNavbarContainer {
|
|
155
|
+
position: absolute;
|
|
156
|
+
right: 0;
|
|
157
|
+
bottom: 0;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.sapUiVkMapContainerNavbarContainer .sapMIBar.sapMTB .sapMBarChild:first-child { /* Fix alignment of home button */
|
|
161
|
+
margin-left: auto;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.mapLayerSelectedText.sapMText.sapMTextBreakWord.sapMTextMaxWidth.sapUiSelectable{
|
|
165
|
+
bottom: 0.6rem;
|
|
166
|
+
right: 3.6rem;
|
|
167
|
+
position: relative;
|
|
168
|
+
background:rgba(255,255,255,0.6);
|
|
169
|
+
white-space: nowrap;
|
|
170
|
+
z-index: 2;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.sapUiVkMapContainer {
|
|
174
|
+
.sapUiVkContainerBaseToolbarArea .sapMBtnTransparent:not(.sapMToggleBtnPressed),
|
|
175
|
+
.sapUiVkMapContainerNavbarArea .sapMBtnTransparent:not(.sapMToggleBtnPressed) {
|
|
176
|
+
/* make transparent button in toolbar look like segmented button */
|
|
177
|
+
background-color: @sapUiSegmentedButtonBackground;
|
|
178
|
+
border-radius: 0px;
|
|
179
|
+
border-color: @sapUiSegmentedButtonBorderColor;
|
|
180
|
+
}
|
|
181
|
+
html.sap-desktop & .sapMSegBBtnFocusable:not(.sapMSegBBtnSel):hover,
|
|
182
|
+
/* needed for segmented button on hover */
|
|
183
|
+
:not(.sapMBtnDisabled)>.sapMBtnInner.sapMBtnActive .sapMBtnIcon {
|
|
184
|
+
/* button active state */
|
|
185
|
+
color: @sapUiSegmentedButtonIconColor;
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
html:not(.sap-phone) .sapUiVkMapContainer {
|
|
189
|
+
.sapUiVkListPanelStack {
|
|
190
|
+
border: 1px solid @sapList_BorderColor;
|
|
191
|
+
}
|
|
192
|
+
.sapUiVkMapContainerListPanelArea {
|
|
193
|
+
padding: 0.0625rem 0.125rem;
|
|
194
|
+
/* needed for shadow bleeding from inner div */
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
@font-face {
|
|
199
|
+
font-family: 'map-container';
|
|
200
|
+
src:url('../base/fonts/map-container.eot?#iefix') format('embedded-opentype'),
|
|
201
|
+
url('../base/fonts/map-container.woff') format('woff'),
|
|
202
|
+
url('../base/fonts/map-container.ttf') format('truetype');
|
|
203
|
+
font-weight: normal;
|
|
204
|
+
font-style: normal;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
#__popover0-scroll {
|
|
209
|
+
margin-right: 0px !important;
|
|
210
|
+
}
|