cx 25.10.0 → 25.10.1
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-THIRD-PARTY.md +91 -91
- package/LICENSE.md +7 -7
- package/README.md +46 -46
- package/dist/manifest.js +570 -570
- package/dist/ui.js +1 -3
- package/package.json +1 -1
- package/src/charts/Bar.d.ts +27 -27
- package/src/charts/BarGraph.d.ts +15 -15
- package/src/charts/Chart.d.ts +12 -12
- package/src/charts/ColorMap.d.ts +21 -21
- package/src/charts/Column.d.ts +29 -29
- package/src/charts/ColumnBarBase.d.ts +64 -64
- package/src/charts/ColumnBarGraphBase.d.ts +73 -73
- package/src/charts/ColumnGraph.d.ts +18 -18
- package/src/charts/Gridlines.d.ts +24 -24
- package/src/charts/Legend.d.ts +45 -45
- package/src/charts/LegendEntry.d.ts +54 -54
- package/src/charts/LineGraph.d.ts +101 -101
- package/src/charts/Marker.d.ts +110 -110
- package/src/charts/MarkerLine.d.ts +56 -56
- package/src/charts/MouseTracker.d.ts +16 -16
- package/src/charts/PieChart.d.ts +92 -92
- package/src/charts/PieLabel.d.ts +26 -26
- package/src/charts/PieLabelsContainer.d.ts +6 -6
- package/src/charts/Range.d.ts +74 -74
- package/src/charts/RangeMarker.d.ts +35 -35
- package/src/charts/ScatterGraph.d.ts +64 -64
- package/src/charts/Swimlane.d.ts +24 -24
- package/src/charts/Swimlanes.d.ts +41 -41
- package/src/charts/axis/Axis.d.ts +113 -113
- package/src/charts/axis/Axis.scss +22 -22
- package/src/charts/axis/CategoryAxis.d.ts +30 -30
- package/src/charts/axis/NumericAxis.d.ts +46 -46
- package/src/charts/axis/Stack.d.ts +10 -10
- package/src/charts/axis/TimeAxis.d.ts +31 -31
- package/src/charts/axis/index.d.ts +3 -3
- package/src/charts/axis/index.scss +5 -5
- package/src/charts/axis/variables.scss +2 -2
- package/src/charts/helpers/MinMaxFinder.d.ts +22 -22
- package/src/charts/helpers/PointReducer.d.ts +24 -24
- package/src/charts/helpers/SnapPointFinder.d.ts +30 -30
- package/src/charts/helpers/ValueAtFinder.d.ts +16 -16
- package/src/charts/helpers/index.d.ts +4 -4
- package/src/charts/index.d.ts +27 -27
- package/src/charts/index.scss +22 -22
- package/src/charts/shapes.d.ts +22 -22
- package/src/global.scss +13 -13
- package/src/index.scss +6 -6
- package/src/svg/index.scss +8 -8
- package/src/ui/Instance.js +1 -4
- package/src/ui/index.scss +2 -2
- package/src/ui/layout/index.scss +3 -3
- package/src/ui/layout/variables.scss +2 -2
- package/src/ui/variables.scss +1 -1
- package/src/util/call-once.scss +6 -6
- package/src/util/index.scss +10 -10
- package/src/util/scss/divide.scss +3 -3
- package/src/util/scss/index.scss +9 -9
- package/src/variables.scss +217 -217
- package/src/widgets/AccessorBindings.spec.tsx +66 -66
- package/src/widgets/Button.d.ts +58 -58
- package/src/widgets/CxCredit.d.ts +12 -12
- package/src/widgets/DocumentTitle.d.ts +11 -11
- package/src/widgets/FlexBox.d.ts +69 -69
- package/src/widgets/Heading.d.ts +16 -16
- package/src/widgets/HighlightedSearchText.d.ts +9 -9
- package/src/widgets/HtmlElement.d.ts +30 -30
- package/src/widgets/Icon.d.ts +34 -34
- package/src/widgets/ProgressBar.d.ts +17 -17
- package/src/widgets/Resizer.d.ts +27 -27
- package/src/widgets/Sandbox.d.ts +18 -18
- package/src/widgets/Section.d.ts +52 -52
- package/src/widgets/animations.scss +10 -10
- package/src/widgets/autoFocus.d.ts +1 -1
- package/src/widgets/cx.d.ts +1 -1
- package/src/widgets/drag-drop/DragSource.d.ts +45 -45
- package/src/widgets/drag-drop/DropZone.d.ts +98 -98
- package/src/widgets/drag-drop/index.d.ts +4 -4
- package/src/widgets/drag-drop/index.scss +3 -3
- package/src/widgets/drag-drop/ops.d.ts +56 -56
- package/src/widgets/enableAllInternalDependencies.d.ts +1 -1
- package/src/widgets/form/Calendar.variables.scss +63 -63
- package/src/widgets/form/Checkbox.variables.scss +39 -39
- package/src/widgets/form/ColorPicker.variables.scss +22 -22
- package/src/widgets/form/Radio.variables.scss +45 -45
- package/src/widgets/form/index.scss +24 -24
- package/src/widgets/grid/Grid.d.ts +442 -442
- package/src/widgets/grid/GridCell.d.ts +38 -38
- package/src/widgets/grid/Pagination.d.ts +14 -14
- package/src/widgets/grid/TreeNode.d.ts +23 -23
- package/src/widgets/grid/index.d.ts +3 -3
- package/src/widgets/grid/index.scss +3 -3
- package/src/widgets/icons/arrow-down.svg +3 -3
- package/src/widgets/icons/arrow-right.svg +2 -2
- package/src/widgets/icons/base.svg +104 -104
- package/src/widgets/icons/calendar-old.svg +169 -169
- package/src/widgets/icons/calendar.svg +187 -187
- package/src/widgets/icons/clear.svg +74 -74
- package/src/widgets/icons/close.svg +74 -74
- package/src/widgets/icons/dropdown-arrow.svg +61 -61
- package/src/widgets/icons/file.svg +4 -4
- package/src/widgets/icons/folder-open.svg +5 -5
- package/src/widgets/icons/folder.svg +58 -58
- package/src/widgets/icons/forward.svg +67 -67
- package/src/widgets/icons/loading.svg +4 -4
- package/src/widgets/icons/search.svg +107 -107
- package/src/widgets/icons/sort-asc.svg +3 -3
- package/src/widgets/index.d.ts +55 -55
- package/src/widgets/index.scss +16 -16
- package/src/widgets/nav/Link.d.ts +26 -26
- package/src/widgets/nav/LinkButton.d.ts +34 -34
- package/src/widgets/nav/Menu.d.ts +27 -27
- package/src/widgets/nav/MenuItem.d.ts +31 -31
- package/src/widgets/nav/MenuSpacer.d.ts +5 -5
- package/src/widgets/nav/RedirectRoute.d.ts +9 -9
- package/src/widgets/nav/Route.d.ts +21 -21
- package/src/widgets/nav/Scroller.d.ts +17 -17
- package/src/widgets/nav/Submenu.d.ts +6 -6
- package/src/widgets/nav/Tab.d.ts +33 -33
- package/src/widgets/nav/Tab.variables.scss +84 -84
- package/src/widgets/nav/index.d.ts +10 -10
- package/src/widgets/nav/index.scss +5 -5
- package/src/widgets/overlay/ContextMenu.d.ts +10 -10
- package/src/widgets/overlay/Dropdown.d.ts +32 -32
- package/src/widgets/overlay/FlyweightTooltipTracker.d.ts +8 -8
- package/src/widgets/overlay/MsgBox.d.ts +16 -16
- package/src/widgets/overlay/Overlay.d.ts +73 -73
- package/src/widgets/overlay/Toast.d.ts +30 -30
- package/src/widgets/overlay/Tooltip.d.ts +50 -50
- package/src/widgets/overlay/Window.d.ts +42 -42
- package/src/widgets/overlay/Window.variables.scss +62 -62
- package/src/widgets/overlay/alerts.d.ts +7 -7
- package/src/widgets/overlay/captureMouse.d.ts +53 -53
- package/src/widgets/overlay/captureMouse.scss +13 -13
- package/src/widgets/overlay/createHotPromiseWindowFactory.d.ts +18 -18
- package/src/widgets/overlay/index.d.ts +11 -11
- package/src/widgets/overlay/index.scss +15 -15
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
import * as Cx from "../../core";
|
|
2
|
-
|
|
3
|
-
interface GridCellProps extends Cx.PureContainerProps {
|
|
4
|
-
/** Selector used to obtain the value that should be displayed inside the cell. Not required if `field` is used. */
|
|
5
|
-
value?: Cx.StringProp | Cx.NumberProp;
|
|
6
|
-
|
|
7
|
-
/** Selector used to obtain the weight of the cell in aggregate operations, such as weighted averages. */
|
|
8
|
-
weight?: Cx.Prop<any>;
|
|
9
|
-
|
|
10
|
-
/** Add default padding to grid cell. */
|
|
11
|
-
pad?: Cx.BooleanProp;
|
|
12
|
-
|
|
13
|
-
/** Format specifier used to convert the value into a string. */
|
|
14
|
-
format?: Cx.StringProp;
|
|
15
|
-
|
|
16
|
-
/** Name of the field that holds the value to be displayed. */
|
|
17
|
-
field?: boolean;
|
|
18
|
-
|
|
19
|
-
/** Record alias. Default is `$record`. */
|
|
20
|
-
recordName?: string;
|
|
21
|
-
|
|
22
|
-
/** Record alias. Default is `$record`. */
|
|
23
|
-
recordAlias?: string;
|
|
24
|
-
|
|
25
|
-
/** Indicate if a cell is editable or not. Default value is true. */
|
|
26
|
-
editable?: boolean;
|
|
27
|
-
|
|
28
|
-
/**
|
|
29
|
-
* Used to indicate that the adjacent cells in the column should be merged together.
|
|
30
|
-
* If set to `same-value`, only cells with the same value will be merged.
|
|
31
|
-
* If set to `always`, all cells within the group will be merged.
|
|
32
|
-
* This is an experimental feature that might not work well with other
|
|
33
|
-
* grid related features such as multi-line rows, buffered rendering, etc.
|
|
34
|
-
*/
|
|
35
|
-
mergeCells?: Cx.Prop<"same-value" | "always">;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
export class GridCell extends Cx.Widget<GridCellProps> {}
|
|
1
|
+
import * as Cx from "../../core";
|
|
2
|
+
|
|
3
|
+
interface GridCellProps extends Cx.PureContainerProps {
|
|
4
|
+
/** Selector used to obtain the value that should be displayed inside the cell. Not required if `field` is used. */
|
|
5
|
+
value?: Cx.StringProp | Cx.NumberProp;
|
|
6
|
+
|
|
7
|
+
/** Selector used to obtain the weight of the cell in aggregate operations, such as weighted averages. */
|
|
8
|
+
weight?: Cx.Prop<any>;
|
|
9
|
+
|
|
10
|
+
/** Add default padding to grid cell. */
|
|
11
|
+
pad?: Cx.BooleanProp;
|
|
12
|
+
|
|
13
|
+
/** Format specifier used to convert the value into a string. */
|
|
14
|
+
format?: Cx.StringProp;
|
|
15
|
+
|
|
16
|
+
/** Name of the field that holds the value to be displayed. */
|
|
17
|
+
field?: boolean;
|
|
18
|
+
|
|
19
|
+
/** Record alias. Default is `$record`. */
|
|
20
|
+
recordName?: string;
|
|
21
|
+
|
|
22
|
+
/** Record alias. Default is `$record`. */
|
|
23
|
+
recordAlias?: string;
|
|
24
|
+
|
|
25
|
+
/** Indicate if a cell is editable or not. Default value is true. */
|
|
26
|
+
editable?: boolean;
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Used to indicate that the adjacent cells in the column should be merged together.
|
|
30
|
+
* If set to `same-value`, only cells with the same value will be merged.
|
|
31
|
+
* If set to `always`, all cells within the group will be merged.
|
|
32
|
+
* This is an experimental feature that might not work well with other
|
|
33
|
+
* grid related features such as multi-line rows, buffered rendering, etc.
|
|
34
|
+
*/
|
|
35
|
+
mergeCells?: Cx.Prop<"same-value" | "always">;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export class GridCell extends Cx.Widget<GridCellProps> {}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import * as Cx from '../../core';
|
|
2
|
-
|
|
3
|
-
interface PaginationProps extends Cx.WidgetProps, Cx.StyledContainerProps {
|
|
4
|
-
|
|
5
|
-
page?: Cx.NumberProp,
|
|
6
|
-
length?: Cx.NumberProp,
|
|
7
|
-
pageCount?: Cx.NumberProp,
|
|
8
|
-
|
|
9
|
-
/** Base CSS class to be applied to the element. Defaults to 'pagination'. */
|
|
10
|
-
baseClass?: string
|
|
11
|
-
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
export class Pagination extends Cx.Widget<PaginationProps> {}
|
|
1
|
+
import * as Cx from '../../core';
|
|
2
|
+
|
|
3
|
+
interface PaginationProps extends Cx.WidgetProps, Cx.StyledContainerProps {
|
|
4
|
+
|
|
5
|
+
page?: Cx.NumberProp,
|
|
6
|
+
length?: Cx.NumberProp,
|
|
7
|
+
pageCount?: Cx.NumberProp,
|
|
8
|
+
|
|
9
|
+
/** Base CSS class to be applied to the element. Defaults to 'pagination'. */
|
|
10
|
+
baseClass?: string
|
|
11
|
+
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export class Pagination extends Cx.Widget<PaginationProps> {}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import * as Cx from "../../core";
|
|
2
|
-
|
|
3
|
-
interface TreeNodeProps extends Cx.WidgetProps {
|
|
4
|
-
level?: Cx.NumberProp;
|
|
5
|
-
expanded?: Cx.BooleanProp;
|
|
6
|
-
leaf?: Cx.BooleanProp;
|
|
7
|
-
text?: Cx.StringProp;
|
|
8
|
-
loading?: Cx.BooleanProp;
|
|
9
|
-
icon?: Cx.StringProp;
|
|
10
|
-
|
|
11
|
-
itemIcon?: Cx.StringProp;
|
|
12
|
-
leafIcon?: Cx.StringProp;
|
|
13
|
-
loadingIcon?: string;
|
|
14
|
-
folderIcon?: Cx.StringProp;
|
|
15
|
-
openFolderIcon?: Cx.StringProp;
|
|
16
|
-
|
|
17
|
-
/** Base CSS class to be applied to the element. Defaults to 'treenode'. */
|
|
18
|
-
baseClass?: string;
|
|
19
|
-
hideIcon?: boolean;
|
|
20
|
-
hideArrow?: Cx.BooleanProp;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
export class TreeNode extends Cx.Widget<TreeNodeProps> {}
|
|
1
|
+
import * as Cx from "../../core";
|
|
2
|
+
|
|
3
|
+
interface TreeNodeProps extends Cx.WidgetProps {
|
|
4
|
+
level?: Cx.NumberProp;
|
|
5
|
+
expanded?: Cx.BooleanProp;
|
|
6
|
+
leaf?: Cx.BooleanProp;
|
|
7
|
+
text?: Cx.StringProp;
|
|
8
|
+
loading?: Cx.BooleanProp;
|
|
9
|
+
icon?: Cx.StringProp;
|
|
10
|
+
|
|
11
|
+
itemIcon?: Cx.StringProp;
|
|
12
|
+
leafIcon?: Cx.StringProp;
|
|
13
|
+
loadingIcon?: string;
|
|
14
|
+
folderIcon?: Cx.StringProp;
|
|
15
|
+
openFolderIcon?: Cx.StringProp;
|
|
16
|
+
|
|
17
|
+
/** Base CSS class to be applied to the element. Defaults to 'treenode'. */
|
|
18
|
+
baseClass?: string;
|
|
19
|
+
hideIcon?: boolean;
|
|
20
|
+
hideArrow?: Cx.BooleanProp;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export class TreeNode extends Cx.Widget<TreeNodeProps> {}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './Grid';
|
|
2
|
-
export * from './TreeNode';
|
|
3
|
-
export * from './Pagination';
|
|
1
|
+
export * from './Grid';
|
|
2
|
+
export * from './TreeNode';
|
|
3
|
+
export * from './Pagination';
|
|
4
4
|
export * from '../../ui/adapter/index';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
@import 'Pagination';
|
|
3
|
-
@import 'TreeNode';
|
|
1
|
+
|
|
2
|
+
@import 'Pagination';
|
|
3
|
+
@import 'TreeNode';
|
|
4
4
|
@import 'Grid';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
|
|
2
|
-
<path d="M 2.5045753,6.646757 8,11 13.473425,6.668757 13,6.0209394 8,10 3,6 Z" fill="#898989"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
|
|
2
|
+
<path d="M 2.5045753,6.646757 8,11 13.473425,6.668757 13,6.0209394 8,10 3,6 Z" fill="#898989"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
|
|
2
|
-
<path d="M6 4v8l4-4z" fill="#898989"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
|
|
2
|
+
<path d="M6 4v8l4-4z" fill="#898989"/>
|
|
3
3
|
</svg>
|
|
@@ -1,104 +1,104 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
-
|
|
4
|
-
<svg
|
|
5
|
-
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
6
|
-
xmlns:cc="http://creativecommons.org/ns#"
|
|
7
|
-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
8
|
-
xmlns:svg="http://www.w3.org/2000/svg"
|
|
9
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
-
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
11
|
-
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
12
|
-
width="32"
|
|
13
|
-
height="32"
|
|
14
|
-
viewBox="0 0 31.999999 31.999999"
|
|
15
|
-
id="svg2"
|
|
16
|
-
version="1.1"
|
|
17
|
-
inkscape:version="0.91 r13725"
|
|
18
|
-
sodipodi:docname="base.svg">
|
|
19
|
-
<defs
|
|
20
|
-
id="defs4" />
|
|
21
|
-
<sodipodi:namedview
|
|
22
|
-
id="base"
|
|
23
|
-
pagecolor="#ffffff"
|
|
24
|
-
bordercolor="#666666"
|
|
25
|
-
borderopacity="1.0"
|
|
26
|
-
inkscape:pageopacity="0.0"
|
|
27
|
-
inkscape:pageshadow="2"
|
|
28
|
-
inkscape:zoom="22.627417"
|
|
29
|
-
inkscape:cx="21.077517"
|
|
30
|
-
inkscape:cy="16.192955"
|
|
31
|
-
inkscape:document-units="px"
|
|
32
|
-
inkscape:current-layer="layer1"
|
|
33
|
-
showgrid="true"
|
|
34
|
-
showguides="true"
|
|
35
|
-
units="px"
|
|
36
|
-
inkscape:window-width="1856"
|
|
37
|
-
inkscape:window-height="1057"
|
|
38
|
-
inkscape:window-x="3056"
|
|
39
|
-
inkscape:window-y="439"
|
|
40
|
-
inkscape:window-maximized="1">
|
|
41
|
-
<inkscape:grid
|
|
42
|
-
type="xygrid"
|
|
43
|
-
id="grid4136" />
|
|
44
|
-
</sodipodi:namedview>
|
|
45
|
-
<metadata
|
|
46
|
-
id="metadata7">
|
|
47
|
-
<rdf:RDF>
|
|
48
|
-
<cc:Work
|
|
49
|
-
rdf:about="">
|
|
50
|
-
<dc:format>image/svg+xml</dc:format>
|
|
51
|
-
<dc:type
|
|
52
|
-
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
53
|
-
<dc:title></dc:title>
|
|
54
|
-
</cc:Work>
|
|
55
|
-
</rdf:RDF>
|
|
56
|
-
</metadata>
|
|
57
|
-
<g
|
|
58
|
-
inkscape:label="Layer 1"
|
|
59
|
-
inkscape:groupmode="layer"
|
|
60
|
-
id="layer1"
|
|
61
|
-
transform="translate(0,-1020.3622)">
|
|
62
|
-
<circle
|
|
63
|
-
style="opacity:1;fill:none;stroke:#000000;stroke-width:0.0501454;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
64
|
-
id="path4140"
|
|
65
|
-
cx="15.999998"
|
|
66
|
-
cy="1036.3622"
|
|
67
|
-
r="11.974926" />
|
|
68
|
-
<rect
|
|
69
|
-
style="opacity:1;fill:none;stroke:#000000;stroke-width:0.05017764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
70
|
-
id="rect4142"
|
|
71
|
-
width="11.949821"
|
|
72
|
-
height="27.94982"
|
|
73
|
-
x="10.025087"
|
|
74
|
-
y="1022.3874" />
|
|
75
|
-
<rect
|
|
76
|
-
style="opacity:1;fill:none;stroke:#000000;stroke-width:0.05017611;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
77
|
-
id="rect4144"
|
|
78
|
-
width="27.94982"
|
|
79
|
-
height="11.949822"
|
|
80
|
-
x="2.0250878"
|
|
81
|
-
y="1030.3873" />
|
|
82
|
-
<rect
|
|
83
|
-
y="1028.3873"
|
|
84
|
-
x="4.0250864"
|
|
85
|
-
height="15.949824"
|
|
86
|
-
width="23.949823"
|
|
87
|
-
id="rect4146"
|
|
88
|
-
style="opacity:1;fill:none;stroke:#000000;stroke-width:0.05017378;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
89
|
-
<rect
|
|
90
|
-
y="1026.3872"
|
|
91
|
-
x="6.0250859"
|
|
92
|
-
height="19.949823"
|
|
93
|
-
width="19.949823"
|
|
94
|
-
id="rect4148"
|
|
95
|
-
style="opacity:1;fill:none;stroke:#000000;stroke-width:0.05017426;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
96
|
-
<rect
|
|
97
|
-
style="opacity:1;fill:none;stroke:#000000;stroke-width:0.04999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
98
|
-
id="rect4150"
|
|
99
|
-
width="15.88296"
|
|
100
|
-
height="23.882959"
|
|
101
|
-
x="8.0585175"
|
|
102
|
-
y="1024.4207" />
|
|
103
|
-
</g>
|
|
104
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
11
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
12
|
+
width="32"
|
|
13
|
+
height="32"
|
|
14
|
+
viewBox="0 0 31.999999 31.999999"
|
|
15
|
+
id="svg2"
|
|
16
|
+
version="1.1"
|
|
17
|
+
inkscape:version="0.91 r13725"
|
|
18
|
+
sodipodi:docname="base.svg">
|
|
19
|
+
<defs
|
|
20
|
+
id="defs4" />
|
|
21
|
+
<sodipodi:namedview
|
|
22
|
+
id="base"
|
|
23
|
+
pagecolor="#ffffff"
|
|
24
|
+
bordercolor="#666666"
|
|
25
|
+
borderopacity="1.0"
|
|
26
|
+
inkscape:pageopacity="0.0"
|
|
27
|
+
inkscape:pageshadow="2"
|
|
28
|
+
inkscape:zoom="22.627417"
|
|
29
|
+
inkscape:cx="21.077517"
|
|
30
|
+
inkscape:cy="16.192955"
|
|
31
|
+
inkscape:document-units="px"
|
|
32
|
+
inkscape:current-layer="layer1"
|
|
33
|
+
showgrid="true"
|
|
34
|
+
showguides="true"
|
|
35
|
+
units="px"
|
|
36
|
+
inkscape:window-width="1856"
|
|
37
|
+
inkscape:window-height="1057"
|
|
38
|
+
inkscape:window-x="3056"
|
|
39
|
+
inkscape:window-y="439"
|
|
40
|
+
inkscape:window-maximized="1">
|
|
41
|
+
<inkscape:grid
|
|
42
|
+
type="xygrid"
|
|
43
|
+
id="grid4136" />
|
|
44
|
+
</sodipodi:namedview>
|
|
45
|
+
<metadata
|
|
46
|
+
id="metadata7">
|
|
47
|
+
<rdf:RDF>
|
|
48
|
+
<cc:Work
|
|
49
|
+
rdf:about="">
|
|
50
|
+
<dc:format>image/svg+xml</dc:format>
|
|
51
|
+
<dc:type
|
|
52
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
53
|
+
<dc:title></dc:title>
|
|
54
|
+
</cc:Work>
|
|
55
|
+
</rdf:RDF>
|
|
56
|
+
</metadata>
|
|
57
|
+
<g
|
|
58
|
+
inkscape:label="Layer 1"
|
|
59
|
+
inkscape:groupmode="layer"
|
|
60
|
+
id="layer1"
|
|
61
|
+
transform="translate(0,-1020.3622)">
|
|
62
|
+
<circle
|
|
63
|
+
style="opacity:1;fill:none;stroke:#000000;stroke-width:0.0501454;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
64
|
+
id="path4140"
|
|
65
|
+
cx="15.999998"
|
|
66
|
+
cy="1036.3622"
|
|
67
|
+
r="11.974926" />
|
|
68
|
+
<rect
|
|
69
|
+
style="opacity:1;fill:none;stroke:#000000;stroke-width:0.05017764;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
70
|
+
id="rect4142"
|
|
71
|
+
width="11.949821"
|
|
72
|
+
height="27.94982"
|
|
73
|
+
x="10.025087"
|
|
74
|
+
y="1022.3874" />
|
|
75
|
+
<rect
|
|
76
|
+
style="opacity:1;fill:none;stroke:#000000;stroke-width:0.05017611;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
77
|
+
id="rect4144"
|
|
78
|
+
width="27.94982"
|
|
79
|
+
height="11.949822"
|
|
80
|
+
x="2.0250878"
|
|
81
|
+
y="1030.3873" />
|
|
82
|
+
<rect
|
|
83
|
+
y="1028.3873"
|
|
84
|
+
x="4.0250864"
|
|
85
|
+
height="15.949824"
|
|
86
|
+
width="23.949823"
|
|
87
|
+
id="rect4146"
|
|
88
|
+
style="opacity:1;fill:none;stroke:#000000;stroke-width:0.05017378;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
89
|
+
<rect
|
|
90
|
+
y="1026.3872"
|
|
91
|
+
x="6.0250859"
|
|
92
|
+
height="19.949823"
|
|
93
|
+
width="19.949823"
|
|
94
|
+
id="rect4148"
|
|
95
|
+
style="opacity:1;fill:none;stroke:#000000;stroke-width:0.05017426;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
|
96
|
+
<rect
|
|
97
|
+
style="opacity:1;fill:none;stroke:#000000;stroke-width:0.04999999;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
98
|
+
id="rect4150"
|
|
99
|
+
width="15.88296"
|
|
100
|
+
height="23.882959"
|
|
101
|
+
x="8.0585175"
|
|
102
|
+
y="1024.4207" />
|
|
103
|
+
</g>
|
|
104
|
+
</svg>
|