iobroker.mywebui 1.37.19 → 1.37.20
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/README.md +22 -22
- package/io-package.json +1 -1
- package/package.json +1 -1
- package/www/dist/importmaps/importmap-config.js +1 -0
- package/www/index.html +10 -10
- package/www/node_modules/@node-projects/web-component-designer/assets/designerCanvasIframe.html +20 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/icons/alignHorizontalCenter.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/icons/alignHorizontalLeft.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/icons/alignHorizontalRight.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/icons/alignVerticalBottom.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/icons/alignVerticalCenter.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/icons/alignVerticalTop.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/icons/copy.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/icons/cut.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/icons/delete.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/icons/file.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/icons/github.svg +3 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/icons/horizontalDistribute.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/icons/jump.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/icons/moveFirst.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/icons/moveLeft.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/icons/paste.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/icons/redo.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/icons/rotateLeft.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/icons/rotateRight.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/icons/save.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/icons/screenshot.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/icons/undo.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/icons/verticalDistribute.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/icons/zoomIn.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/icons/zoomOut.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/LICENSE +27 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/align-content-center-icon.svg +70 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/align-content-flex-end-icon.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/align-content-flex-start-icon.svg +66 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/align-content-space-around-icon.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/align-content-space-between-icon.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/align-content-space-evenly-icon.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/align-content-stretch-icon.svg +53 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/align-items-baseline-icon.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/align-items-center-icon.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/align-items-end-icon.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/align-items-flex-end-icon.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/align-items-flex-start-icon.svg +57 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/align-items-start-icon.svg +57 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/align-items-stretch-icon.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/align-self-center-icon.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/align-self-flex-end-icon.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/align-self-flex-start-icon.svg +57 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/align-self-stretch-icon.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/baseline-icon.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/flex-direction-column-icon.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/flex-direction-icon.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/flex-direction-row-icon.svg +82 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/flex-wrap-nowrap-icon.svg +5 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/flex-wrap-wrap-icon.svg +8 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/justify-content-center-icon.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/justify-content-end-icon.svg +71 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/justify-content-flex-end-icon.svg +71 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/justify-content-flex-start-icon.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/justify-content-space-around-icon.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/justify-content-space-between-icon.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/justify-content-space-evenly-icon.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/justify-content-start-icon.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/justify-items-center-icon.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/justify-items-end-icon.svg +57 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/justify-items-start-icon.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/justify-items-stretch-icon.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/display/block.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/display/inline.svg +1 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/layout/AlignBot.svg +15 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/layout/AlignCenter.svg +13 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/layout/AlignCenterHorizontal.svg +13 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/layout/AlignLeft.svg +13 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/layout/AlignRight.svg +15 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/layout/AlignTop.svg +13 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/layout/BringOneToBack.svg +10 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/layout/BringOneToFront.svg +10 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/layout/BringToBack.svg +13 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/layout/BringToFront.svg +13 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/tools/ColorPickerTool.svg +21 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/tools/DrawEllipTool.svg +13 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/tools/DrawLineTool.svg +13 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/tools/DrawPathTool.svg +32 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/tools/DrawRectTool.svg +28 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/tools/MagicWandTool.svg +14 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/tools/Margin.svg +3 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/tools/Padding.svg +3 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/tools/PanTool.svg +5 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/tools/PointerTool.svg +10 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/tools/SelectRectTool.svg +9 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/tools/TextBoxTool.svg +8 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/tools/TextTool.svg +7 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/tools/TransformTool.svg +21 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/tools/ZoomTool.svg +16 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/treeview/dot.png +0 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/treeview/eyeclose.png +0 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/treeview/eyeopen.png +0 -0
- package/www/node_modules/@node-projects/web-component-designer/assets/images/treeview/lock.png +0 -0
package/README.md
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
# ioBroker.
|
|
1
|
+
# ioBroker.mywebui
|
|
2
2
|
|
|
3
|
-

|
|
4
|
+

|
|
5
|
+
[](https://www.npmjs.com/package/iobroker.mywebui)
|
|
6
|
+
[](https://www.npmjs.com/package/iobroker.mywebui)
|
|
7
7
|
|
|
8
|
-
[](https://nodei.co/npm/iobroker.mywebui/)
|
|
9
9
|
|
|
10
|
-
**Custom edited
|
|
10
|
+
**Custom edited mywebui adapter by gokturk413** - Enhanced version with additional features and optimizations.
|
|
11
11
|
|
|
12
12
|
> **⚠️ IMPORTANT: This adapter requires a valid license key to operate.**
|
|
13
13
|
> This is a hardware-bound licensed version. Contact **gokturk413** for licensing information.
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
mywebui for ioBroker
|
|
16
16
|
|
|
17
|
-

|
|
18
18
|
|
|
19
19
|
## Tutorial Videos (atm. in german only)
|
|
20
20
|
|
|
@@ -39,21 +39,21 @@ It includes features like:
|
|
|
39
39
|
- screens inside of screens
|
|
40
40
|
- use all icon packages from ioBroker
|
|
41
41
|
- use charts from ioBroker
|
|
42
|
-
- use combined signals object id's e.g. "
|
|
42
|
+
- use combined signals object id's e.g. "mywebui.0.test3.{mywebui.0.test3.select}" -> this will use the value from mywebui.0.test3.select for the signal name
|
|
43
43
|
|
|
44
|
-
There is more information about specific topics in the [wiki](https://github.com/iobroker-community-adapters/ioBroker.
|
|
44
|
+
There is more information about specific topics in the [wiki](https://github.com/iobroker-community-adapters/ioBroker.mywebui/wiki) (the German section has a few more articles than the English one).
|
|
45
45
|
|
|
46
46
|
## Installation
|
|
47
47
|
|
|
48
48
|
### Quick Install
|
|
49
49
|
|
|
50
50
|
```bash
|
|
51
|
-
iobroker install gokturk413/iobroker.
|
|
51
|
+
iobroker install gokturk413/iobroker.mywebui
|
|
52
52
|
```
|
|
53
53
|
|
|
54
54
|
### Dependencies
|
|
55
55
|
|
|
56
|
-
- You need the Web Adapter installed. It works with the following settings: 
|
|
57
57
|
|
|
58
58
|
### License Setup
|
|
59
59
|
|
|
@@ -61,10 +61,10 @@ This adapter requires a license key to operate. After installation:
|
|
|
61
61
|
|
|
62
62
|
1. **First Start** - The adapter will fail (this is normal). Check logs for your Hardware ID:
|
|
63
63
|
```bash
|
|
64
|
-
iobroker logs
|
|
64
|
+
iobroker logs mywebui --lines 50
|
|
65
65
|
```
|
|
66
66
|
|
|
67
|
-
2. **Configure License** - Open Admin Panel → Instances →
|
|
67
|
+
2. **Configure License** - Open Admin Panel → Instances → mywebui → Settings
|
|
68
68
|
- Enter the license key provided by gokturk413
|
|
69
69
|
- Save and restart
|
|
70
70
|
|
|
@@ -106,9 +106,9 @@ For detailed usage instructions, see [SCADA_SETUP.md](./SCADA_SETUP.md)
|
|
|
106
106
|
The Designer uses Web Components, so the HTML you design is inside of a Shadowroot of a Webcomponent. This means, you cannot style <body> or <html> inside of the Stylesheet. To style the outer Layout, use the ":host" selector.
|
|
107
107
|
This also means, you cannot use "on..." eventhandlers. Use the "@..." event assignment.
|
|
108
108
|
|
|
109
|
-
### Custom Controls in
|
|
109
|
+
### Custom Controls in mywebui
|
|
110
110
|
|
|
111
|
-
You can create your own reusable CustomControls in
|
|
111
|
+
You can create your own reusable CustomControls in mywebui, each of which can have its own Javascript, Properties and a template.
|
|
112
112
|
|
|
113
113
|
You can use Double-Bracket Syntax and Double-Curly-Bracket Syntax of the "BaseCustomWebcomponent" to create bindings from the Template to the properties defined in the Designer. Curylbrackets create two way Bindings.
|
|
114
114
|
If you use the Bindings Dialog, you can Bind to a Property with ??Propertyname and to IoBroker Object in the Property via ?Propertyname.
|
|
@@ -450,7 +450,7 @@ runtime.html?screenName=screen2
|
|
|
450
450
|
- better evt editor for new events
|
|
451
451
|
|
|
452
452
|
### 1.10.5 (2024-05-29)
|
|
453
|
-
- show events on
|
|
453
|
+
- show events on mywebui controls
|
|
454
454
|
|
|
455
455
|
### 1.10.4 (2024-05-29)
|
|
456
456
|
- work on events
|
|
@@ -1041,7 +1041,7 @@ runtime.html?screenName=screen2
|
|
|
1041
1041
|
- copy screen and custom controls
|
|
1042
1042
|
|
|
1043
1043
|
### 0.16.4 (2023-11-27)
|
|
1044
|
-
- fix usage of
|
|
1044
|
+
- fix usage of mywebui in windows
|
|
1045
1045
|
|
|
1046
1046
|
### 0.16.3 (2023-11-24)
|
|
1047
1047
|
- extra style for font declarations, they are not allowed in shadow dom
|
|
@@ -1170,7 +1170,7 @@ runtime.html?screenName=screen2
|
|
|
1170
1170
|
|
|
1171
1171
|
### 0.2.0 (2023-08-28)
|
|
1172
1172
|
- Import/Export of Screens/Images/Controls
|
|
1173
|
-
- Define your own Controls directly in
|
|
1173
|
+
- Define your own Controls directly in mywebui
|
|
1174
1174
|
- Drag/Drop of Icons/Images to Properties
|
|
1175
1175
|
- Drag/Drop of objects to Bindings-Editor Signalname
|
|
1176
1176
|
- Basic functionality of CustomControls
|
|
@@ -1183,10 +1183,10 @@ runtime.html?screenName=screen2
|
|
|
1183
1183
|
**Original Author:** jogibear9988 (Jochen Kühner)
|
|
1184
1184
|
**Custom Edition:** gokturk413
|
|
1185
1185
|
|
|
1186
|
-
This is a custom edited and enhanced version of the original ioBroker.
|
|
1186
|
+
This is a custom edited and enhanced version of the original ioBroker.mywebui adapter with additional features and hardware-bound licensing.
|
|
1187
1187
|
|
|
1188
1188
|
### Original Repository
|
|
1189
|
-
https://github.com/iobroker-community-adapters/ioBroker.
|
|
1189
|
+
https://github.com/iobroker-community-adapters/ioBroker.mywebui
|
|
1190
1190
|
|
|
1191
1191
|
---
|
|
1192
1192
|
|
package/io-package.json
CHANGED
package/package.json
CHANGED
|
@@ -21,6 +21,7 @@ const importMapConfig = {
|
|
|
21
21
|
"@node-projects/web-component-designer-htmlparserservice-nodehtmlparser": "./node_modules/@gokturk413/web-component-designer-htmlparserservice-nodehtmlparser/dist/service/htmlParserService/NodeHtmlParserService.js",
|
|
22
22
|
"@node-projects/web-component-designer-codeview-monaco": "./node_modules/@gokturk413/web-component-designer-codeview-monaco/dist/widgets/codeView/code-view-monaco.js",
|
|
23
23
|
"@node-projects/web-component-designer-stylesheetservice-css-tools": "./node_modules/@node-projects/web-component-designer-stylesheetservice-css-tools/dist/service/stylesheetservice/CssToolsStylesheetService.js",
|
|
24
|
+
"@gokturk413/web-component-designer-stylesheetservice-css-tools": "./node_modules/@node-projects/web-component-designer-stylesheetservice-css-tools/dist/service/stylesheetservice/CssToolsStylesheetService.js",
|
|
24
25
|
"@node-projects/web-component-designer-visualization-addons": "./node_modules/@gokturk413/web-component-designer-visualization-addons/dist/index.js",
|
|
25
26
|
"@node-projects/web-component-designer-visualization-addons/": "./node_modules/@gokturk413/web-component-designer-visualization-addons/",
|
|
26
27
|
"@node-projects/propertygrid.webcomponent": "./node_modules/@gokturk413/propertygrid.webcomponent/dist/PropertyGrid.js",
|
package/www/index.html
CHANGED
|
@@ -212,33 +212,33 @@
|
|
|
212
212
|
|
|
213
213
|
<body style="height: 100%;">
|
|
214
214
|
<nav>
|
|
215
|
-
<button data-command="new" title="new"><img src="./node_modules/@
|
|
215
|
+
<button data-command="new" title="new"><img src="./node_modules/@gokturk413/web-component-designer/assets/icons/file.svg"></button>
|
|
216
216
|
<button data-command="new" data-command-parameter="grid" title="new grid">
|
|
217
|
-
<img src="./node_modules/@
|
|
217
|
+
<img src="./node_modules/@gokturk413/web-component-designer/assets/icons/file.svg">
|
|
218
218
|
<img style="height: 16px; position: absolute; right: 6px; bottom: 2px;" src="./assets/icons/grid.svg">
|
|
219
219
|
</button>
|
|
220
220
|
<button data-command="new" data-command-parameter="control" title="new control">
|
|
221
|
-
<img src="./node_modules/@
|
|
221
|
+
<img src="./node_modules/@gokturk413/web-component-designer/assets/icons/file.svg">
|
|
222
222
|
<img style="height: 16px; position: absolute; right: 6px; bottom: 2px;" src="./assets/icons/control.svg">
|
|
223
223
|
</button>
|
|
224
|
-
<button data-command="save" title="save" disabled><img src="./node_modules/@
|
|
224
|
+
<button data-command="save" title="save" disabled><img src="./node_modules/@gokturk413/web-component-designer/assets/icons/save.svg"></button>
|
|
225
225
|
<div style="margin-left: 30px;">
|
|
226
226
|
webui - 1.37.0 - dffc209
|
|
227
227
|
</div>
|
|
228
228
|
<button style="margin-left: 30px;" data-command="paste" title="paste" disabled><img
|
|
229
|
-
src="./node_modules/@
|
|
230
|
-
<button data-command="cut" title="cut" disabled><img src="./node_modules/@
|
|
231
|
-
<button data-command="copy" title="copy" disabled><img src="./node_modules/@
|
|
232
|
-
<button data-command="delete" title="delete" disabled><img src="./node_modules/@
|
|
229
|
+
src="./node_modules/@gokturk413/web-component-designer/assets/icons/paste.svg"></button>
|
|
230
|
+
<button data-command="cut" title="cut" disabled><img src="./node_modules/@gokturk413/web-component-designer/assets/icons/cut.svg"></button>
|
|
231
|
+
<button data-command="copy" title="copy" disabled><img src="./node_modules/@gokturk413/web-component-designer/assets/icons/copy.svg"></button>
|
|
232
|
+
<button data-command="delete" title="delete" disabled><img src="./node_modules/@gokturk413/web-component-designer/assets/icons/delete.svg"></button>
|
|
233
233
|
<div style="margin-left: 10px; flex-direction: column;">
|
|
234
234
|
<button ondragstart="return false;" data-command="undo" disabled title="click and hold to see the undo list"><img
|
|
235
|
-
src="./node_modules/@
|
|
235
|
+
src="./node_modules/@gokturk413/web-component-designer/assets/icons/undo.svg"></button>
|
|
236
236
|
<span id="undoCount" data-command="undo" disabled
|
|
237
237
|
style="font-family: monospace; font-size: 8px; position: relative; top: -8px; cursor: pointer;">(0/0)</span>
|
|
238
238
|
</div>
|
|
239
239
|
<div style="margin-left: 10px; flex-direction: column;">
|
|
240
240
|
<button ondragstart="return false;" data-command="redo" disabled title="click and hold to see the redo list"><img
|
|
241
|
-
src="./node_modules/@
|
|
241
|
+
src="./node_modules/@gokturk413/web-component-designer/assets/icons/redo.svg"></button>
|
|
242
242
|
<span id="redoCount" data-command="redo" disabled
|
|
243
243
|
style="font-family: monospace; font-size: 8px; position: relative; top: -8px; cursor: pointer;">(0/0)</span>
|
|
244
244
|
</div>
|
package/www/node_modules/@node-projects/web-component-designer/assets/designerCanvasIframe.html
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<html>
|
|
2
|
+
|
|
3
|
+
<head>
|
|
4
|
+
<script>
|
|
5
|
+
window.addEventListener("message",
|
|
6
|
+
(event) => {
|
|
7
|
+
const data = event.data;
|
|
8
|
+
const obj = JSON.parse(data);
|
|
9
|
+
switch (obj.type) {
|
|
10
|
+
case 'elementsFromPoint': {
|
|
11
|
+
const ret = document.elementsFromPoint(...obj.par);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}, false);
|
|
15
|
+
</script>
|
|
16
|
+
</head>
|
|
17
|
+
|
|
18
|
+
<body></body>
|
|
19
|
+
|
|
20
|
+
</html>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M440-80v-200H240v-120h200v-160H120v-120h320v-200h80v200h320v120H520v160h200v120H520v200h-80Z"/></svg>
|
package/www/node_modules/@node-projects/web-component-designer/assets/icons/alignHorizontalLeft.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M80-80v-800h80v800H80Zm160-200v-120h400v120H240Zm0-280v-120h640v120H240Z"/></svg>
|
package/www/node_modules/@node-projects/web-component-designer/assets/icons/alignHorizontalRight.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M800-80v-800h80v800h-80ZM320-280v-120h400v120H320ZM80-560v-120h640v120H80Z"/></svg>
|
package/www/node_modules/@node-projects/web-component-designer/assets/icons/alignVerticalBottom.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M80-80v-80h800v80H80Zm200-160v-640h120v640H280Zm280 0v-400h120v400H560Z"/></svg>
|
package/www/node_modules/@node-projects/web-component-designer/assets/icons/alignVerticalCenter.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M280-120v-320H80v-80h200v-320h120v320h160v-200h120v200h200v80H680v200H560v-200H400v320H280Z"/></svg>
|
package/www/node_modules/@node-projects/web-component-designer/assets/icons/alignVerticalTop.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M280-80v-640h120v640H280Zm280-240v-400h120v400H560ZM80-800v-80h800v80H80Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M360-240q-33 0-56.5-23.5T280-320v-480q0-33 23.5-56.5T360-880h360q33 0 56.5 23.5T800-800v480q0 33-23.5 56.5T720-240H360Zm0-80h360v-480H360v480ZM200-80q-33 0-56.5-23.5T120-160v-560h80v560h440v80H200Zm160-240v-480 480Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M760-120 480-400l-94 94q8 15 11 32t3 34q0 66-47 113T240-80q-66 0-113-47T80-240q0-66 47-113t113-47q17 0 34 3t32 11l94-94-94-94q-15 8-32 11t-34 3q-66 0-113-47T80-720q0-66 47-113t113-47q66 0 113 47t47 113q0 17-3 34t-11 32l494 494v40H760ZM600-520l-80-80 240-240h120v40L600-520ZM240-640q33 0 56.5-23.5T320-720q0-33-23.5-56.5T240-800q-33 0-56.5 23.5T160-720q0 33 23.5 56.5T240-640Zm240 180q8 0 14-6t6-14q0-8-6-14t-14-6q-8 0-14 6t-6 14q0 8 6 14t14 6ZM240-160q33 0 56.5-23.5T320-240q0-33-23.5-56.5T240-320q-33 0-56.5 23.5T160-240q0 33 23.5 56.5T240-160Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M280-120q-33 0-56.5-23.5T200-200v-520h-40v-80h200v-40h240v40h200v80h-40v520q0 33-23.5 56.5T680-120H280Zm400-600H280v520h400v-520ZM360-280h80v-360h-80v360Zm160 0h80v-360h-80v360ZM280-720v520-520Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M240-80q-33 0-56.5-23.5T160-160v-640q0-33 23.5-56.5T240-880h320l240 240v480q0 33-23.5 56.5T720-80H240Zm280-520v-200H240v640h480v-440H520ZM240-800v200-200 640-640Z"/></svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="32" aria-hidden="true" viewBox="0 0 16 16" version="1.1" width="32">
|
|
2
|
+
<path d="M8 0c4.42 0 8 3.58 8 8a8.013 8.013 0 0 1-5.45 7.59c-.4.08-.55-.17-.55-.38 0-.27.01-1.13.01-2.2 0-.75-.25-1.23-.54-1.48 1.78-.2 3.65-.88 3.65-3.95 0-.88-.31-1.59-.82-2.15.08-.2.36-1.02-.08-2.12 0 0-.67-.22-2.2.82-.64-.18-1.32-.27-2-.27-.68 0-1.36.09-2 .27-1.53-1.03-2.2-.82-2.2-.82-.44 1.1-.16 1.92-.08 2.12-.51.56-.82 1.28-.82 2.15 0 3.06 1.86 3.75 3.64 3.95-.23.2-.44.55-.51 1.07-.46.21-1.61.55-2.33-.66-.15-.24-.6-.83-1.23-.82-.67.01-.27.38.01.53.34.19.73.9.82 1.13.16.45.68 1.31 2.69.94 0 .67.01 1.3.01 1.49 0 .21-.15.45-.55.38A7.995 7.995 0 0 1 0 8c0-4.42 3.58-8 8-8Z"></path>
|
|
3
|
+
</svg>
|
package/www/node_modules/@node-projects/web-component-designer/assets/icons/horizontalDistribute.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M80-80v-800h80v800H80Zm340-200v-400h120v400H420ZM800-80v-800h80v800h-80Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M440-440v-160h80v80h80v80H440Zm280 0v-80h80v-80h80v160H720ZM440-720v-160h160v80h-80v80h-80Zm360 0v-80h-80v-80h160v160h-80ZM136-80l-56-56 224-224H120v-80h320v320h-80v-184L136-80Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M240-240v-480h80v480h-80Zm440 0L440-480l240-240 56 56-184 184 184 184-56 56Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M560-240 320-480l240-240 56 56-184 184 184 184-56 56Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h167q11-35 43-57.5t70-22.5q40 0 71.5 22.5T594-840h166q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560h-80v120H280v-120h-80v560Zm280-560q17 0 28.5-11.5T520-800q0-17-11.5-28.5T480-840q-17 0-28.5 11.5T440-800q0 17 11.5 28.5T480-760Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M396-200q-97 0-166.5-63T160-420q0-94 69.5-157T396-640h252L544-744l56-56 200 200-200 200-56-56 104-104H396q-63 0-109.5 40T240-420q0 60 46.5 100T396-280h284v80H396Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M440-80q-50-5-96-24.5T256-156l56-58q29 21 61.5 34t66.5 18v82Zm80 0v-82q104-15 172-93.5T760-438q0-117-81.5-198.5T480-718h-8l64 64-56 56-160-160 160-160 56 58-62 62h6q75 0 140.5 28.5t114 77q48.5 48.5 77 114T840-438q0 137-91 238.5T520-80ZM198-214q-32-42-51.5-88T122-398h82q5 34 18 66.5t34 61.5l-58 56Zm-76-264q6-51 25-98t51-86l58 56q-21 29-34 61.5T204-478h-82Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M522-80v-82q34-5 66.5-18t61.5-34l56 58q-42 32-88 51.5T522-80Zm-80 0Q304-98 213-199.5T122-438q0-75 28.5-140.5t77-114q48.5-48.5 114-77T482-798h6l-62-62 56-58 160 160-160 160-56-56 64-64h-8q-117 0-198.5 81.5T202-438q0 104 68 182.5T442-162v82Zm322-134-58-56q21-29 34-61.5t18-66.5h82q-5 50-24.5 96T764-214Zm76-264h-82q-5-34-18-66.5T706-606l58-56q32 39 51 86t25 98Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M840-680v480q0 33-23.5 56.5T760-120H200q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h480l160 160Zm-80 34L646-760H200v560h560v-446ZM480-240q50 0 85-35t35-85q0-50-35-85t-85-35q-50 0-85 35t-35 85q0 50 35 85t85 35ZM240-560h360v-160H240v160Zm-40-86v446-560 114Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm0-80h640v-480H160v480Zm80-80h480v-320H240v320Zm-80 80v-480 480Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M280-200v-80h284q63 0 109.5-40T720-420q0-60-46.5-100T564-560H312l104 104-56 56-200-200 200-200 56 56-104 104h252q97 0 166.5 63T800-420q0 94-69.5 157T564-200H280Z"/></svg>
|
package/www/node_modules/@node-projects/web-component-designer/assets/icons/verticalDistribute.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M80-80v-80h800v80H80Zm200-340v-120h400v120H280ZM80-800v-80h800v80H80Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M784-120 532-372q-30 24-69 38t-83 14q-109 0-184.5-75.5T120-580q0-109 75.5-184.5T380-840q109 0 184.5 75.5T640-580q0 44-14 83t-38 69l252 252-56 56ZM380-400q75 0 127.5-52.5T560-580q0-75-52.5-127.5T380-760q-75 0-127.5 52.5T200-580q0 75 52.5 127.5T380-400Zm-40-60v-80h-80v-80h80v-80h80v80h80v80h-80v80h-80Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M784-120 532-372q-30 24-69 38t-83 14q-109 0-184.5-75.5T120-580q0-109 75.5-184.5T380-840q109 0 184.5 75.5T640-580q0 44-14 83t-38 69l252 252-56 56ZM380-400q75 0 127.5-52.5T560-580q0-75-52.5-127.5T380-760q-75 0-127.5 52.5T200-580q0 75 52.5 127.5T380-400ZM280-540v-80h200v80H280Z"/></svg>
|
package/www/node_modules/@node-projects/web-component-designer/assets/images/chromeDevtools/LICENSE
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// Copyright 2014 The Chromium Authors. All rights reserved.
|
|
2
|
+
//
|
|
3
|
+
// Redistribution and use in source and binary forms, with or without
|
|
4
|
+
// modification, are permitted provided that the following conditions are
|
|
5
|
+
// met:
|
|
6
|
+
//
|
|
7
|
+
// * Redistributions of source code must retain the above copyright
|
|
8
|
+
// notice, this list of conditions and the following disclaimer.
|
|
9
|
+
// * Redistributions in binary form must reproduce the above
|
|
10
|
+
// copyright notice, this list of conditions and the following disclaimer
|
|
11
|
+
// in the documentation and/or other materials provided with the
|
|
12
|
+
// distribution.
|
|
13
|
+
// * Neither the name of Google Inc. nor the names of its
|
|
14
|
+
// contributors may be used to endorse or promote products derived from
|
|
15
|
+
// this software without specific prior written permission.
|
|
16
|
+
//
|
|
17
|
+
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
18
|
+
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
19
|
+
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
20
|
+
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
21
|
+
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
22
|
+
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
23
|
+
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
24
|
+
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
25
|
+
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
26
|
+
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
27
|
+
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
4
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
5
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
6
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
9
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
10
|
+
inkscape:version="1.0 (4035a4f, 2020-05-01)"
|
|
11
|
+
sodipodi:docname="align-content-center-icon.svg"
|
|
12
|
+
id="svg16"
|
|
13
|
+
version="1.1"
|
|
14
|
+
viewBox="0 0 13 13"
|
|
15
|
+
fill="none">
|
|
16
|
+
<metadata
|
|
17
|
+
id="metadata22">
|
|
18
|
+
<rdf:RDF>
|
|
19
|
+
<cc:Work
|
|
20
|
+
rdf:about="">
|
|
21
|
+
<dc:format>image/svg+xml</dc:format>
|
|
22
|
+
<dc:type
|
|
23
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
24
|
+
</cc:Work>
|
|
25
|
+
</rdf:RDF>
|
|
26
|
+
</metadata>
|
|
27
|
+
<defs
|
|
28
|
+
id="defs20" />
|
|
29
|
+
<sodipodi:namedview
|
|
30
|
+
inkscape:current-layer="svg16"
|
|
31
|
+
inkscape:window-maximized="1"
|
|
32
|
+
inkscape:window-y="23"
|
|
33
|
+
inkscape:window-x="0"
|
|
34
|
+
inkscape:cy="6.5"
|
|
35
|
+
inkscape:cx="4.0173611"
|
|
36
|
+
inkscape:zoom="77.538462"
|
|
37
|
+
showgrid="false"
|
|
38
|
+
id="namedview18"
|
|
39
|
+
inkscape:window-height="1303"
|
|
40
|
+
inkscape:window-width="2560"
|
|
41
|
+
inkscape:pageshadow="2"
|
|
42
|
+
inkscape:pageopacity="0"
|
|
43
|
+
guidetolerance="10"
|
|
44
|
+
gridtolerance="10"
|
|
45
|
+
objecttolerance="10"
|
|
46
|
+
borderopacity="1"
|
|
47
|
+
bordercolor="#666666"
|
|
48
|
+
pagecolor="#ffffff" />
|
|
49
|
+
<rect
|
|
50
|
+
id="rect10"
|
|
51
|
+
transform="matrix(-1 0 0 1 10.5 2)"
|
|
52
|
+
rx="1"
|
|
53
|
+
fill="#000"
|
|
54
|
+
height="3"
|
|
55
|
+
width="8" />
|
|
56
|
+
<rect
|
|
57
|
+
id="rect12"
|
|
58
|
+
transform="matrix(-1 0 0 1 10.5 8)"
|
|
59
|
+
rx="1"
|
|
60
|
+
fill="#000"
|
|
61
|
+
height="3"
|
|
62
|
+
width="8" />
|
|
63
|
+
<rect
|
|
64
|
+
y="6.4854751"
|
|
65
|
+
x="1.46861"
|
|
66
|
+
height="0.054843348"
|
|
67
|
+
width="10.049883"
|
|
68
|
+
id="rect869"
|
|
69
|
+
style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.97095;stroke-opacity:1" />
|
|
70
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 13 13"><rect width="8" height="3" fill="#000" rx="1" transform="matrix(-1 0 0 1 10.5 3.5)"/><path fill="#000" d="M10.5 8.5c0-.55228-.4477-1-1-1h-6c-.55228 0-1 .44772-1 1v2h8v-2z"/><path fill="#000" d="M1 10h11v1H1z"/></svg>
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
4
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
5
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
6
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
9
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
10
|
+
inkscape:version="1.0 (4035a4f, 2020-05-01)"
|
|
11
|
+
sodipodi:docname="align-content-start-icon.svg"
|
|
12
|
+
id="svg839"
|
|
13
|
+
version="1.1"
|
|
14
|
+
viewBox="0 0 13 13"
|
|
15
|
+
fill="none">
|
|
16
|
+
<metadata
|
|
17
|
+
id="metadata845">
|
|
18
|
+
<rdf:RDF>
|
|
19
|
+
<cc:Work
|
|
20
|
+
rdf:about="">
|
|
21
|
+
<dc:format>image/svg+xml</dc:format>
|
|
22
|
+
<dc:type
|
|
23
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
24
|
+
</cc:Work>
|
|
25
|
+
</rdf:RDF>
|
|
26
|
+
</metadata>
|
|
27
|
+
<defs
|
|
28
|
+
id="defs843" />
|
|
29
|
+
<sodipodi:namedview
|
|
30
|
+
inkscape:current-layer="svg839"
|
|
31
|
+
inkscape:window-maximized="1"
|
|
32
|
+
inkscape:window-y="23"
|
|
33
|
+
inkscape:window-x="0"
|
|
34
|
+
inkscape:cy="7.239521"
|
|
35
|
+
inkscape:cx="5.8188623"
|
|
36
|
+
inkscape:zoom="51.384615"
|
|
37
|
+
showgrid="false"
|
|
38
|
+
id="namedview841"
|
|
39
|
+
inkscape:window-height="1303"
|
|
40
|
+
inkscape:window-width="2560"
|
|
41
|
+
inkscape:pageshadow="2"
|
|
42
|
+
inkscape:pageopacity="0"
|
|
43
|
+
guidetolerance="10"
|
|
44
|
+
gridtolerance="10"
|
|
45
|
+
objecttolerance="10"
|
|
46
|
+
borderopacity="1"
|
|
47
|
+
bordercolor="#666666"
|
|
48
|
+
pagecolor="#ffffff" />
|
|
49
|
+
<rect
|
|
50
|
+
y="-9.5"
|
|
51
|
+
x="-10.5"
|
|
52
|
+
id="rect833"
|
|
53
|
+
transform="scale(-1)"
|
|
54
|
+
rx="1"
|
|
55
|
+
fill="#000"
|
|
56
|
+
height="3"
|
|
57
|
+
width="8" />
|
|
58
|
+
<path
|
|
59
|
+
id="path835"
|
|
60
|
+
d="m 10.5,4.5000002 c 0,0.55228 -0.4477,1 -1,1 h -6 c -0.55228,0 -1,-0.44772 -1,-1 v -2 h 8 z"
|
|
61
|
+
fill="#000" />
|
|
62
|
+
<path
|
|
63
|
+
id="path837"
|
|
64
|
+
d="m 1,3.0000002 h 11 v -1 H 1 Z"
|
|
65
|
+
fill="#000" />
|
|
66
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 13 13"><rect width="8" height="3" fill="#000" rx="1" transform="matrix(-1 0 0 1 10.5 2.75)"/><rect width="8" height="3" fill="#000" rx="1" transform="matrix(-1 0 0 1 10.5 7.25)"/><path fill="#000" d="M1 11h11v1H1zM1 1h11v1H1z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 13 13"><path fill="#000" d="M10.5 1.5h-8v2c0 .55228.44772 1 1 1h6c.5523 0 1-.44772 1-1v-2zM10.5 9.5c0-.55228-.4477-1-1-1h-6c-.55228 0-1 .44772-1 1v2h8v-2z"/><path fill="#000" d="M1 11h11v1H1zM1 1h11v1H1z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 13 13"><rect width="8" height="3" fill="#000" rx="1" transform="matrix(-1 0 0 1 10.5 3)"/><rect width="8" height="3" fill="#000" rx="1" transform="matrix(-1 0 0 1 10.5 7)"/><path fill="#000" d="M1 11h11v1H1zM1 1h11v1H1z"/></svg>
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
4
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
5
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
6
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
9
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
10
|
+
inkscape:version="1.0 (4035a4f, 2020-05-01)"
|
|
11
|
+
sodipodi:docname="align-content-stretch-icon.svg"
|
|
12
|
+
id="svg14"
|
|
13
|
+
version="1.1"
|
|
14
|
+
viewBox="0 0 13 13"
|
|
15
|
+
fill="none">
|
|
16
|
+
<metadata
|
|
17
|
+
id="metadata20">
|
|
18
|
+
<rdf:RDF>
|
|
19
|
+
<cc:Work
|
|
20
|
+
rdf:about="">
|
|
21
|
+
<dc:format>image/svg+xml</dc:format>
|
|
22
|
+
<dc:type
|
|
23
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
24
|
+
</cc:Work>
|
|
25
|
+
</rdf:RDF>
|
|
26
|
+
</metadata>
|
|
27
|
+
<defs
|
|
28
|
+
id="defs18" />
|
|
29
|
+
<sodipodi:namedview
|
|
30
|
+
inkscape:current-layer="svg14"
|
|
31
|
+
inkscape:window-maximized="1"
|
|
32
|
+
inkscape:window-y="23"
|
|
33
|
+
inkscape:window-x="0"
|
|
34
|
+
inkscape:cy="6.5"
|
|
35
|
+
inkscape:cx="6.5"
|
|
36
|
+
inkscape:zoom="77.538462"
|
|
37
|
+
showgrid="false"
|
|
38
|
+
id="namedview16"
|
|
39
|
+
inkscape:window-height="1303"
|
|
40
|
+
inkscape:window-width="2560"
|
|
41
|
+
inkscape:pageshadow="2"
|
|
42
|
+
inkscape:pageopacity="0"
|
|
43
|
+
guidetolerance="10"
|
|
44
|
+
gridtolerance="10"
|
|
45
|
+
objecttolerance="10"
|
|
46
|
+
borderopacity="1"
|
|
47
|
+
bordercolor="#666666"
|
|
48
|
+
pagecolor="#ffffff" />
|
|
49
|
+
<path
|
|
50
|
+
id="path12"
|
|
51
|
+
d="M10.5 2h-8v3c0 .55228.44772 1 1 1h6c.5523 0 1-.44772 1-1V2zM10.5 8c0-.55228-.4477-1-1-1h-6c-.55228 0-1 .44772-1 1v3h8V8zM1 11h11v1H1zM1 1h11v1H1z"
|
|
52
|
+
fill="#000" />
|
|
53
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 13 13"><path fill="#000" d="M1 11h11v1H1z"/><path fill="#000" fill-rule="evenodd" d="M7.27318 1H5.81552L2.5 9.80742h1.41l.93164-2.57812h3.26239l.87305 2.57812h1.49172L7.27318 1zM5.24841 6.08008l1.24283-3.40335 1.16941 3.40335H5.24841z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 13"><rect x="7" y="2.5" width="3" height="8" rx="1" fill="#000"/><rect x="3" y="3.5" width="3" height="6" rx="1" fill="#000"/><path fill="#000" d="M1 6h11v1H1z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 13 13"><path fill="#000" d="M7 4.5c0-.55228.44772-1 1-1h1c.55228 0 1 .44772 1 1v7H7v-7zM3 6.5c0-.55228.44772-1 1-1h1c.55228 0 1 .44772 1 1v5H3v-5z"/><path fill="#000" d="M1 11h11v1H1z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 13 13"><path fill="#000" d="M7 4.5c0-.55228.44772-1 1-1h1c.55228 0 1 .44772 1 1v7H7v-7zM3 6.5c0-.55228.44772-1 1-1h1c.55228 0 1 .44772 1 1v5H3v-5z"/><path fill="#000" d="M1 11h11v1H1z"/></svg>
|