@sapui5/sap.ui.vbm 1.119.0 → 1.121.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/package.json +1 -1
- package/src/sap/ui/vbm/.library +1 -1
- package/src/sap/ui/vbm/Adapter.js +19 -19
- package/src/sap/ui/vbm/Adapter3D.js +7 -18
- package/src/sap/ui/vbm/AnalyticMap.js +3 -2
- package/src/sap/ui/vbm/ContainerBase.js +799 -0
- package/src/sap/ui/vbm/ContainerBaseRenderer.js +85 -0
- package/src/sap/ui/vbm/ContainerContent.js +82 -0
- package/src/sap/ui/vbm/ContainerContentRenderer.js +28 -0
- package/src/sap/ui/vbm/ContainerLegendItem.js +68 -0
- package/src/sap/ui/vbm/ContainerLegendItemRenderer.js +58 -0
- package/src/sap/ui/vbm/GeoMap.js +4 -4
- package/src/sap/ui/vbm/Legend.js +5 -3
- package/src/sap/ui/vbm/ListPanel.js +336 -0
- package/src/sap/ui/vbm/ListPanelRenderer.js +36 -0
- package/src/sap/ui/vbm/ListPanelStack.js +254 -0
- package/src/sap/ui/vbm/ListPanelStackRenderer.js +29 -0
- package/src/sap/ui/vbm/MapContainer.js +514 -0
- package/src/sap/ui/vbm/MapContainerButtonType.js +23 -0
- package/src/sap/ui/vbm/MapContainerRenderer.js +67 -0
- package/src/sap/ui/vbm/Viewport.js +1 -1
- package/src/sap/ui/vbm/VoAbstract.js +15 -1
- package/src/sap/ui/vbm/VoBase.js +4 -0
- 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 +6 -5
- package/src/sap/ui/vbm/adapter3d/VBIJSONParser.js +10 -10
- package/src/sap/ui/vbm/getResourceBundle.js +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle.properties +25 -0
- package/src/sap/ui/vbm/i18n/messagebundle_ar.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_ca.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_cnr.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_cs.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_cy.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_da.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_de.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_el.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_en.properties +13 -0
- package/src/sap/ui/vbm/i18n/messagebundle_en_GB.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_en_US_sappsd.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_en_US_saprigi.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_en_US_saptrc.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_es.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_es_MX.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_et.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_fi.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_fr.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_fr_CA.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_hi.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_hr.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_hu.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_id.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_it.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_iw.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_ja.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_kk.properties +15 -0
- package/src/sap/ui/vbm/i18n/messagebundle_ko.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_lt.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_lv.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_mk.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_ms.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_nl.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_no.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_pl.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_pt.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_pt_PT.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_ro.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_ru.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_sk.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_sl.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_sr.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_sv.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_th.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_tr.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_uk.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_vi.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_zh_CN.properties +14 -0
- package/src/sap/ui/vbm/i18n/messagebundle_zh_TW.properties +14 -0
- package/src/sap/ui/vbm/lib/sapnavigation.js +7 -3
- package/src/sap/ui/vbm/lib/sapscale.js +1 -1
- package/src/sap/ui/vbm/lib/saputilities.js +11 -5
- package/src/sap/ui/vbm/lib/sapvbmenu.js +6 -1
- package/src/sap/ui/vbm/library.js +13 -7
- package/src/sap/ui/vbm/themes/base/ContainerBase.less +45 -0
- package/src/sap/ui/vbm/themes/base/ContainerLegendItem.less +46 -0
- package/src/sap/ui/vbm/themes/base/ListPanel.less +43 -0
- package/src/sap/ui/vbm/themes/base/ListPanelStack.less +30 -0
- package/src/sap/ui/vbm/themes/base/MapContainer.less +210 -0
- package/src/sap/ui/vbm/themes/base/fonts/map-container.eot +0 -0
- package/src/sap/ui/vbm/themes/base/fonts/map-container.svg +13 -0
- package/src/sap/ui/vbm/themes/base/fonts/map-container.ttf +0 -0
- package/src/sap/ui/vbm/themes/base/fonts/map-container.woff +0 -0
- package/src/sap/ui/vbm/themes/base/library.source.less +5 -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('fonts/map-container.eot?#iefix') format('embedded-opentype'),
|
|
201
|
+
url('fonts/map-container.woff') format('woff'),
|
|
202
|
+
url('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
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg xmlns="http://www.w3.org/2000/svg">
|
|
4
|
+
<metadata>Generated by Fontastic.me</metadata>
|
|
5
|
+
<defs>
|
|
6
|
+
<font id="vis-icons-3112016" horiz-adv-x="512">
|
|
7
|
+
<font-face font-family="vis-icons-3112016" units-per-em="512" ascent="480" descent="-32"/>
|
|
8
|
+
<missing-glyph horiz-adv-x="512" />
|
|
9
|
+
|
|
10
|
+
<glyph glyph-name="selection-lasso-2" unicode="" d="M506 61l-68 67 58 29c6 3 6 9 6 16 0 6-6 13-12 13l-244 102c-12 3-25-10-19-22l103-247c3-6 6-9 12-13 7 0 13 0 16 7l29 54 64-64c7-6 16-6 26 0l32 32c3 7 3 19-3 26z m-45-29l-87 86-32-64-80 196 196-80-68-32 87-87z m-333 157c-35 0-64-29-64-64 0-35 29-64 64-64 35 0 64 29 64 64 0 35-29 64-64 64z m0-96c-19 0-32 16-32 32 0 16 16 32 32 32 16 0 32-16 32-32 0-16-13-32-32-32z m-3-16c3-3 3-10 3-13 0-19-16-32-32-32l0-32c35 0 64 29 64 64 0 10-3 19-6 29z m118 54c-25 0-51 7-73 13 3-6 6-13 6-22 0-7 0-10-3-16 25-7 54-10 83-10 0 0 0 0 3 0z m231 147c-4-16-10-28-16-41l32-13c9 16 16 35 19 54z m-436 0l-35 0c10-51 42-96 87-128 6 10 16 20 28 23-41 25-70 64-80 105z m32 173c-35-29-57-67-67-109l35 0c10 32 29 61 55 84z m372 0l-26-25c29-23 48-52 58-84l35 0c-10 42-32 80-67 109z m-218 61c-35-3-70-13-99-26l25-25c23 6 48 13 74 16z m64 0l0-35c26-3 51-10 70-19l26 25c-26 16-61 26-96 29z"/>
|
|
11
|
+
<glyph glyph-name="selection-rectangular-2" unicode="" d="M506 61l-68 67 58 29c6 3 6 9 6 16 0 6-6 13-12 13l-240 102c-13 3-26-10-23-22l103-247c3-6 6-9 12-13 7 0 13 0 16 7l29 54 64-64c7-6 16-6 26 0l32 32c6 7 6 19-3 26z m-42-29l-86 86-32-64-80 196 195-80-67-32 86-87z m-464 304l35 0 0-128-35 0z m445 0l0-96 35-13 0 109z m-269 176l128 0 0-35-128 0z m-64 0l-80 0c-16 0-32-16-32-32l0-80 35 0 0 77 77 0z m336 0l-80 0 0-35 77 0 0-77 35 0 0 80c0 16-16 32-32 32z m-272-477l112 0-16 35-96 0z m-64 35l-77 0 0 77-35 0 0-80c0-16 16-32 32-32l80 0z"/>
|
|
12
|
+
<glyph glyph-name="single-selection-2" unicode="" d="M403 166l-67 68 58 28c6 4 6 10 6 16 0 7-6 13-13 13l-243 103c-13 3-26-10-22-23l102-246c3-7 6-10 13-13 6 0 13 0 16 6l29 55 64-64c6-7 16-7 25 0l32 32c7 6 7 19 0 25z m-45-28l-83 86-32-64-83 195 195-80-67-35 86-86z"/>
|
|
13
|
+
</font></defs></svg>
|
|
Binary file
|
|
Binary file
|