@metadev/daga-angular 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Changelog.md +204 -0
- package/LICENSE.md +13 -0
- package/README.md +67 -0
- package/assets/fonts/DMMono-Medium.ttf +0 -0
- package/assets/fonts/DMMono-Medium.woff +0 -0
- package/assets/fonts/DMMono-Medium.woff2 +0 -0
- package/assets/fonts/WonderUnitSans-Medium.ttf +0 -0
- package/assets/fonts/WonderUnitSans-Medium.woff +0 -0
- package/assets/fonts/WonderUnitSans-Medium.woff2 +0 -0
- package/assets/icon/action/drop-down-arrow.svg +8 -0
- package/assets/icon/action/drop-horizontal-left.svg +14 -0
- package/assets/icon/action/drop-horizontal-none.svg +13 -0
- package/assets/icon/action/drop-horizontal-right.svg +14 -0
- package/assets/icon/action/drop-vertical-down.svg +14 -0
- package/assets/icon/action/drop-vertical-none.svg +13 -0
- package/assets/icon/action/drop-vertical-up.svg +14 -0
- package/assets/icon/action/filter-clear.png +0 -0
- package/assets/icon/buttons/center-hover.svg +10 -0
- package/assets/icon/buttons/center.svg +10 -0
- package/assets/icon/buttons/copy-hover.svg +6 -0
- package/assets/icon/buttons/copy.svg +6 -0
- package/assets/icon/buttons/cut-hover.svg +6 -0
- package/assets/icon/buttons/cut.svg +6 -0
- package/assets/icon/buttons/delete-hover.svg +6 -0
- package/assets/icon/buttons/delete.svg +6 -0
- package/assets/icon/buttons/ellipsis-hover.svg +7 -0
- package/assets/icon/buttons/ellipsis.svg +7 -0
- package/assets/icon/buttons/filter-off-hover.svg +5 -0
- package/assets/icon/buttons/filter-off.svg +5 -0
- package/assets/icon/buttons/filter-on-hover.svg +5 -0
- package/assets/icon/buttons/filter-on.svg +5 -0
- package/assets/icon/buttons/layout-hover.svg +8 -0
- package/assets/icon/buttons/layout.svg +8 -0
- package/assets/icon/buttons/multiple-selection-hover.svg +18 -0
- package/assets/icon/buttons/multiple-selection.svg +18 -0
- package/assets/icon/buttons/paste-hover.svg +6 -0
- package/assets/icon/buttons/paste.svg +6 -0
- package/assets/icon/buttons/redo-hover.svg +5 -0
- package/assets/icon/buttons/redo.svg +5 -0
- package/assets/icon/buttons/undo-hover.svg +5 -0
- package/assets/icon/buttons/undo.svg +5 -0
- package/assets/icon/buttons/zoom-in-hover.svg +8 -0
- package/assets/icon/buttons/zoom-in.svg +8 -0
- package/assets/icon/buttons/zoom-out-hover.svg +7 -0
- package/assets/icon/buttons/zoom-out.svg +7 -0
- package/assets/icon/context/context-copy.svg +4 -0
- package/assets/icon/context/context-cross.svg +3 -0
- package/assets/icon/context/context-cut.svg +4 -0
- package/assets/icon/context/context-delete.svg +4 -0
- package/assets/icon/context/context-paste.svg +4 -0
- package/assets/icon/property/add.svg +23 -0
- package/assets/icon/property/close.svg +3 -0
- package/assets/icon/property/ellipsis.svg +5 -0
- package/assets/icon/property/gear.svg +3 -0
- package/assets/icon/property/hide.svg +10 -0
- package/assets/icon/property/move.svg +35 -0
- package/assets/styles/_collapse-button.scss +37 -0
- package/assets/styles/_context-menu.scss +32 -0
- package/assets/styles/_diagram-buttons.scss +197 -0
- package/assets/styles/_diagram.scss +15 -0
- package/assets/styles/_errors.scss +83 -0
- package/assets/styles/_palette.scss +20 -0
- package/assets/styles/_property-editor.scss +285 -0
- package/assets/styles/daga.scss +150 -0
- package/fesm2022/metadev-daga-angular.mjs +1861 -0
- package/fesm2022/metadev-daga-angular.mjs.map +1 -0
- package/index.d.ts +14 -0
- package/lib/collapse-button/collapse-button.component.d.ts +22 -0
- package/lib/daga.module.d.ts +18 -0
- package/lib/diagram/diagram.component.d.ts +43 -0
- package/lib/diagram-buttons/diagram-buttons.component.d.ts +46 -0
- package/lib/diagram-editor/diagram-editor.component.d.ts +34 -0
- package/lib/errors/errors.component.d.ts +24 -0
- package/lib/palette/palette.component.d.ts +36 -0
- package/lib/property-editor/autocomplete/autocomplete.component.d.ts +39 -0
- package/lib/property-editor/object-editor/object-editor.component.d.ts +29 -0
- package/lib/property-editor/option-list-editor/option-list-editor.component.d.ts +33 -0
- package/lib/property-editor/property-editor.component.d.ts +34 -0
- package/lib/property-editor/property-settings/property-settings.component.d.ts +33 -0
- package/lib/property-editor/text-list-editor/text-list-editor.component.d.ts +29 -0
- package/lib/property-editor/text-map-editor/text-map-editor.component.d.ts +36 -0
- package/lib/services/canvas-provider.service.d.ts +30 -0
- package/lib/services/daga-configuration.service.d.ts +23 -0
- package/package.json +55 -0
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="0.5" y="0.5" width="47" height="47" rx="23.5" fill="#F5F5F5"/>
|
|
3
|
+
<path transform-origin="24 24" transform="scale(-1 1)" d="M 16 20 L 15.3 20.7 L 14.6 20 L 15.3 19.3 L 16 20 Z M 21 32 C 20.4 32 20 31.5523 20 31 C 20 30.4 20.4 30 21 30 L 21 32 Z M 20.3 25.7 L 15.3 20.7 L 16.7 19.3 L 21.7 24.3 L 20.3 25.7 Z M 15.3 19.3 L 20.3 14.3 L 21.7 15.7 L 16.7 20.7 L 15.3 19.3 Z M 16 19 L 26.5 19 L 26.5 21 L 16 21 L 16 19 Z M26.5 32 L 21 32 L 21 30 L 26.5 30 L 26.5 32 Z M 33 25.5 C 33 29.1 30.1 32 26.5 32 L 26.5 30 C 29 30 31 28 31 25.5 L 33 25.5 Z M 26.5 19 C 30 19 33 22 33 25.5 L 31 25.5 C 31 23 29 21 26.5 21 L 26.5 19 Z" fill="#33363F"/>
|
|
4
|
+
<rect x="0.5" y="0.5" width="47" height="47" rx="23.5" stroke="#E5E5E5"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="0.5" y="0.5" width="47" height="47" rx="23.5" fill="white"/>
|
|
3
|
+
<path transform-origin="24 24" transform="scale(-1 1)" d="M 16 20 L 15.3 20.7 L 14.6 20 L 15.3 19.3 L 16 20 Z M 21 32 C 20.4 32 20 31.5523 20 31 C 20 30.4 20.4 30 21 30 L 21 32 Z M 20.3 25.7 L 15.3 20.7 L 16.7 19.3 L 21.7 24.3 L 20.3 25.7 Z M 15.3 19.3 L 20.3 14.3 L 21.7 15.7 L 16.7 20.7 L 15.3 19.3 Z M 16 19 L 26.5 19 L 26.5 21 L 16 21 L 16 19 Z M26.5 32 L 21 32 L 21 30 L 26.5 30 L 26.5 32 Z M 33 25.5 C 33 29.1 30.1 32 26.5 32 L 26.5 30 C 29 30 31 28 31 25.5 L 33 25.5 Z M 26.5 19 C 30 19 33 22 33 25.5 L 31 25.5 C 31 23 29 21 26.5 21 L 26.5 19 Z" fill="#33363F"/>
|
|
4
|
+
<rect x="0.5" y="0.5" width="47" height="47" rx="23.5" stroke="#E5E5E5"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="0.5" y="0.5" width="47" height="47" rx="23.5" fill="#F5F5F5"/>
|
|
3
|
+
<path d="M 16 20 L 15.3 20.7 L 14.6 20 L 15.3 19.3 L 16 20 Z M 21 32 C 20.4 32 20 31.5523 20 31 C 20 30.4 20.4 30 21 30 L 21 32 Z M 20.3 25.7 L 15.3 20.7 L 16.7 19.3 L 21.7 24.3 L 20.3 25.7 Z M 15.3 19.3 L 20.3 14.3 L 21.7 15.7 L 16.7 20.7 L 15.3 19.3 Z M 16 19 L 26.5 19 L 26.5 21 L 16 21 L 16 19 Z M26.5 32 L 21 32 L 21 30 L 26.5 30 L 26.5 32 Z M 33 25.5 C 33 29.1 30.1 32 26.5 32 L 26.5 30 C 29 30 31 28 31 25.5 L 33 25.5 Z M 26.5 19 C 30 19 33 22 33 25.5 L 31 25.5 C 31 23 29 21 26.5 21 L 26.5 19 Z" fill="#33363F"/>
|
|
4
|
+
<rect x="0.5" y="0.5" width="47" height="47" rx="23.5" stroke="#E5E5E5"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="0.5" y="0.5" width="47" height="47" rx="23.5" fill="white"/>
|
|
3
|
+
<path d="M 16 20 L 15.3 20.7 L 14.6 20 L 15.3 19.3 L 16 20 Z M 21 32 C 20.4 32 20 31.5523 20 31 C 20 30.4 20.4 30 21 30 L 21 32 Z M 20.3 25.7 L 15.3 20.7 L 16.7 19.3 L 21.7 24.3 L 20.3 25.7 Z M 15.3 19.3 L 20.3 14.3 L 21.7 15.7 L 16.7 20.7 L 15.3 19.3 Z M 16 19 L 26.5 19 L 26.5 21 L 16 21 L 16 19 Z M26.5 32 L 21 32 L 21 30 L 26.5 30 L 26.5 32 Z M 33 25.5 C 33 29.1 30.1 32 26.5 32 L 26.5 30 C 29 30 31 28 31 25.5 L 33 25.5 Z M 26.5 19 C 30 19 33 22 33 25.5 L 31 25.5 C 31 23 29 21 26.5 21 L 26.5 19 Z" fill="#33363F"/>
|
|
4
|
+
<rect x="0.5" y="0.5" width="47" height="47" rx="23.5" stroke="#E5E5E5"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="0.5" y="0.5" width="47" height="47" rx="23.5" fill="#F5F5F5"/>
|
|
3
|
+
<path d="M23 30C26.866 30 30 26.866 30 23C30 19.134 26.866 16 23 16C19.134 16 16 19.134 16 23C16 26.866 19.134 30 23 30Z" stroke="#233154" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M32.5 32.5L28.875 28.875" stroke="#233154" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M19 23C19 22.4477 19.4477 22 20 22H26C26.5523 22 27 22.4477 27 23C27 23.5523 26.5523 24 26 24H20C19.4477 24 19 23.5523 19 23Z" fill="#233154"/>
|
|
6
|
+
<path d="M22 20C22 19.4477 22.4477 19 23 19C23.5523 19 24 19.4477 24 20V26C24 26.5523 23.5523 27 23 27C22.4477 27 22 26.5523 22 26V20Z" fill="#233154"/>
|
|
7
|
+
<rect x="0.5" y="0.5" width="47" height="47" rx="23.5" stroke="#E5E5E5"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="0.5" y="0.5" width="47" height="47" rx="23.5" fill="white"/>
|
|
3
|
+
<path d="M23 30C26.866 30 30 26.866 30 23C30 19.134 26.866 16 23 16C19.134 16 16 19.134 16 23C16 26.866 19.134 30 23 30Z" stroke="#233154" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M32.5 32.5L28.875 28.875" stroke="#233154" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M19 23C19 22.4477 19.4477 22 20 22H26C26.5523 22 27 22.4477 27 23C27 23.5523 26.5523 24 26 24H20C19.4477 24 19 23.5523 19 23Z" fill="#233154"/>
|
|
6
|
+
<path d="M22 20C22 19.4477 22.4477 19 23 19C23.5523 19 24 19.4477 24 20V26C24 26.5523 23.5523 27 23 27C22.4477 27 22 26.5523 22 26V20Z" fill="#233154"/>
|
|
7
|
+
<rect x="0.5" y="0.5" width="47" height="47" rx="23.5" stroke="#E5E5E5"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="0.5" y="0.5" width="47" height="47" rx="23.5" fill="#F5F5F5"/>
|
|
3
|
+
<path d="M23 30C26.866 30 30 26.866 30 23C30 19.134 26.866 16 23 16C19.134 16 16 19.134 16 23C16 26.866 19.134 30 23 30Z" stroke="#233154" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M32.5 32.5L28.875 28.875" stroke="#233154" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M19 23C19 22.4477 19.4477 22 20 22H26C26.5523 22 27 22.4477 27 23C27 23.5523 26.5523 24 26 24H20C19.4477 24 19 23.5523 19 23Z" fill="#233154"/>
|
|
6
|
+
<rect x="0.5" y="0.5" width="47" height="47" rx="23.5" stroke="#E5E5E5"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="0.5" y="0.5" width="47" height="47" rx="23.5" fill="white"/>
|
|
3
|
+
<path d="M23 30C26.866 30 30 26.866 30 23C30 19.134 26.866 16 23 16C19.134 16 16 19.134 16 23C16 26.866 19.134 30 23 30Z" stroke="#233154" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M32.5 32.5L28.875 28.875" stroke="#233154" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M19 23C19 22.4477 19.4477 22 20 22H26C26.5523 22 27 22.4477 27 23C27 23.5523 26.5523 24 26 24H20C19.4477 24 19 23.5523 19 23Z" fill="#233154"/>
|
|
6
|
+
<rect x="0.5" y="0.5" width="47" height="47" rx="23.5" stroke="#E5E5E5"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M 4.091 0.65901 C 4.84051 1.40852 4.95069 2.55525 4.42155 3.42155 L 11.5 10.5 L 10.75 11.25 H 8.5 L 5.125 7.875 L 4.42155 8.57845 C 4.95069 9.44475 4.84051 10.5915 4.091 11.341 C 3.65166 11.7803 3.07583 12 2.5 12 H 2.37132 C 1.19975 12 0.25 11.0503 0.25 9.87868 C 0.25 9.31607 0.473495 8.7765 0.87132 8.37868 L 3.25 6 L 0.87132 3.62132 C 0.473495 3.2235 0.25 2.68393 0.25 2.12132 C 0.25 0.949748 1.19975 0 2.37132 0 H 2.5 C 3.07583 0 3.65166 0.219667 4.091 0.65901Z M 1.75 2.25 C 1.75 2.66421 2.08579 3 2.5 3C2.91421 3 3.25 2.66421 3.25 2.25C3.25 1.83579 2.91421 1.5 2.5 1.5C2.08579 1.5 1.75 1.83579 1.75 2.25 Z M 2.5 9 C 2.08579 9 1.75 9.33579 1.75 9.75 C 1.75 10.1642 2.08579 10.5 2.5 10.5 C 2.91421 10.5 3.25 10.1642 3.25 9.75 C 3.25 9.33579 2.91421 9 2.5 9 Z" fill="#233154"/>
|
|
3
|
+
<path d="M 8.5 0.75 L 6.25 3 L 8.125 4.875 L 11.5 1.5 L 10.75 0.75 L 8.5 0.75 Z" fill="#233154"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M 3 1.5 H 0.75 V 3 H 11.25 V 1.5 H 9 V 0 H 3 V 1.5 Z" fill="#233154"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M 2.25 4.5 H 9.75 V 12 H 2.25 V 4.5 Z M 5.25 6.75 H 6.75 V 9.75 H 5.25 V 6.75 Z" fill="#233154"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
fill-rule="evenodd"
|
|
4
|
+
clip-rule="evenodd"
|
|
5
|
+
fill="#233154"
|
|
6
|
+
d="
|
|
7
|
+
M 13 11
|
|
8
|
+
L 21 11
|
|
9
|
+
V 13
|
|
10
|
+
L 13 13
|
|
11
|
+
L 13 21
|
|
12
|
+
L 11 21
|
|
13
|
+
V 13
|
|
14
|
+
L 3 13
|
|
15
|
+
L 3 11
|
|
16
|
+
L 11 11
|
|
17
|
+
L 11 3
|
|
18
|
+
L 13 3
|
|
19
|
+
V 11
|
|
20
|
+
Z
|
|
21
|
+
"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.4 12L19 17.6L17.6 19L12 13.4L6.40004 19L5.00004 17.6L10.6 12L5 6.4L6.4 5L12 10.6L17.6 5L19 6.4L13.4 12Z" fill="#233154"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.49998 0H9.49998L10.0939 2.37548C10.7276 2.6115 11.3107 2.95155 11.8223 3.37488L14.1782 2.70096L15.6782 5.29904L13.9173 7.00166C13.9717 7.32634 14 7.65987 14 8C14 8.34013 13.9717 8.67366 13.9173 8.99834L15.6782 10.701L14.1782 13.299L11.8223 12.6251C11.3107 13.0484 10.7276 13.3885 10.0939 13.6245L9.49998 16H6.49998L5.90611 13.6245C5.27238 13.3885 4.68931 13.0484 4.17765 12.6251L1.82178 13.299L0.321777 10.701L2.08266 8.99834C2.02828 8.67366 1.99998 8.34013 1.99998 8C1.99998 7.65987 2.02828 7.32634 2.08266 7.00166L0.321777 5.29904L1.82178 2.70096L4.17764 3.37488C4.68931 2.95155 5.27238 2.6115 5.90611 2.37548L6.49998 0ZM7.99998 10C9.10455 10 9.99998 9.10457 9.99998 8C9.99998 6.89543 9.10455 6 7.99998 6C6.89541 6 5.99998 6.89543 5.99998 8C5.99998 9.10457 6.89541 10 7.99998 10Z" fill="#5F789E"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_917_2901)">
|
|
3
|
+
<path d="M1.70711 0.292893L23.7071 22.2929C24.0976 22.6834 24.0976 23.3166 23.7071 23.7071C23.3166 24.0976 22.6834 24.0976 22.2929 23.7071L17.8253 19.2408C16.0954 20.3537 14.0825 20.9661 12 21C8.6202 21 5.66131 19.3675 3.14546 16.6839C2.28113 15.762 1.5305 14.7776 0.894336 13.7925C0.509967 13.1974 0.246141 12.7283 0.105573 12.4472C-0.0397387 12.1566 -0.0347894 11.8135 0.118844 11.5272C1.25027 9.41866 2.75947 7.53995 4.56806 5.98304L0.292893 1.70711C-0.097631 1.31658 -0.097631 0.683418 0.292893 0.292893C0.683418 -0.0976311 1.31658 -0.0976311 1.70711 0.292893ZM2.37577 11.6109L2.143 12.003L2.17054 12.0513C2.24971 12.187 2.33598 12.3299 2.42925 12.4791L2.57441 12.7075C3.14919 13.5974 3.82825 14.488 4.60454 15.3161C6.77619 17.6325 9.2548 19 11.9837 19.0001C13.5317 18.9748 15.0407 18.5539 16.3706 17.7861L14.049 15.4646C13.1339 16.0379 12.0103 16.225 10.9354 15.9504C9.51816 15.5885 8.41149 14.4818 8.04955 13.0646C7.77504 11.9897 7.96214 10.8661 8.53544 9.95102L5.98658 7.40175C4.56612 8.6035 3.34715 10.0246 2.37577 11.6109ZM12 2.99995C15.3798 2.99995 18.3387 4.63247 20.8545 7.31605C21.7189 8.23801 22.4695 9.22244 23.1057 10.2075C23.49 10.8026 23.7539 11.2717 23.8944 11.5528C24.0395 11.8429 24.0348 12.1854 23.8819 12.4714C23.2421 13.6684 22.479 14.7953 21.6052 15.8338C21.2496 16.2564 20.6187 16.3107 20.1962 15.9552C19.7736 15.5996 19.7193 14.9687 20.0748 14.5462C20.635 13.8804 21.1445 13.1742 21.5991 12.4336L21.857 11.998L21.8295 11.9487C21.7503 11.813 21.664 11.6701 21.5707 11.5209L21.4256 11.2925C20.8508 10.4025 20.1718 9.51197 19.3955 8.68393C17.2238 6.36749 14.7452 4.99998 11.9977 4.99997C11.3682 4.99852 10.7408 5.07023 10.1279 5.21368C9.59016 5.33955 9.05219 5.00566 8.92632 4.46791C8.80045 3.93016 9.13434 3.39219 9.67209 3.26632C10.4359 3.08754 11.2179 2.99816 12 2.99995ZM9.98736 12.5697C10.1683 13.2783 10.7217 13.8317 11.4303 14.0126C11.8091 14.1094 12.1999 14.0915 12.5578 13.9721L10.0279 11.4422C9.90853 11.8001 9.89063 12.1909 9.98736 12.5697Z" fill="#233154"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_917_2901">
|
|
7
|
+
<rect width="24" height="24" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
fill-rule="evenodd"
|
|
4
|
+
clip-rule="evenodd"
|
|
5
|
+
fill="#233154"
|
|
6
|
+
d="
|
|
7
|
+
M 11 11
|
|
8
|
+
V 6
|
|
9
|
+
H 8
|
|
10
|
+
L 12 2
|
|
11
|
+
L 16 6
|
|
12
|
+
H 13
|
|
13
|
+
V 11
|
|
14
|
+
H 18
|
|
15
|
+
V 8
|
|
16
|
+
L 22 12
|
|
17
|
+
L 18 16
|
|
18
|
+
V 13
|
|
19
|
+
H 13
|
|
20
|
+
V 18
|
|
21
|
+
H 16
|
|
22
|
+
L 12 22
|
|
23
|
+
L 8 18
|
|
24
|
+
H 11
|
|
25
|
+
V 13
|
|
26
|
+
H 6
|
|
27
|
+
V 16
|
|
28
|
+
L 2 12
|
|
29
|
+
L 6 8
|
|
30
|
+
V 11
|
|
31
|
+
L 11
|
|
32
|
+
Z
|
|
33
|
+
"
|
|
34
|
+
/>
|
|
35
|
+
</svg>
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
daga-collapse-button {
|
|
2
|
+
.daga-collapse-button {
|
|
3
|
+
width: 100%;
|
|
4
|
+
height: 100%;
|
|
5
|
+
min-width: 2rem;
|
|
6
|
+
min-height: 2rem;
|
|
7
|
+
margin: 0;
|
|
8
|
+
border: 0;
|
|
9
|
+
padding: 0;
|
|
10
|
+
background-color: transparent;
|
|
11
|
+
cursor: pointer;
|
|
12
|
+
div {
|
|
13
|
+
background-size: contain;
|
|
14
|
+
margin: auto;
|
|
15
|
+
width: 1.5rem;
|
|
16
|
+
height: 1.5rem;
|
|
17
|
+
}
|
|
18
|
+
div.daga-horizontal-none {
|
|
19
|
+
background-image: url(../icon/action/drop-horizontal-none.svg);
|
|
20
|
+
}
|
|
21
|
+
div.daga-horizontal-left {
|
|
22
|
+
background-image: url(../icon/action/drop-horizontal-left.svg);
|
|
23
|
+
}
|
|
24
|
+
div.daga-horizontal-right {
|
|
25
|
+
background-image: url(../icon/action/drop-horizontal-right.svg);
|
|
26
|
+
}
|
|
27
|
+
div.daga-vertical-none {
|
|
28
|
+
background-image: url(../icon/action/drop-vertical-none.svg);
|
|
29
|
+
}
|
|
30
|
+
div.daga-vertical-up {
|
|
31
|
+
background-image: url(../icon/action/drop-vertical-up.svg);
|
|
32
|
+
}
|
|
33
|
+
div.daga-vertical-down {
|
|
34
|
+
background-image: url(../icon/action/drop-vertical-down.svg);
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
.daga-context-menu {
|
|
2
|
+
.daga-context-menu-button {
|
|
3
|
+
color: #979ba3;
|
|
4
|
+
background-color: #f7f8fc;
|
|
5
|
+
border: 2px solid #dadeed;
|
|
6
|
+
}
|
|
7
|
+
.daga-context-menu-button.daga-clickable {
|
|
8
|
+
color: #233154;
|
|
9
|
+
background-color: #f7f8fc;
|
|
10
|
+
border: 2px solid #dadeed;
|
|
11
|
+
}
|
|
12
|
+
.daga-context-menu-button.daga-clickable:hover {
|
|
13
|
+
cursor: pointer;
|
|
14
|
+
background-color: #dadeed;
|
|
15
|
+
border: 2px solid #f7f8fc;
|
|
16
|
+
}
|
|
17
|
+
div.daga-copy {
|
|
18
|
+
background-image: url(../icon/context/context-copy.svg);
|
|
19
|
+
}
|
|
20
|
+
div.daga-cross {
|
|
21
|
+
background-image: url(../icon/context/context-cross.svg);
|
|
22
|
+
}
|
|
23
|
+
div.daga-cut {
|
|
24
|
+
background-image: url(../icon/context/context-cut.svg);
|
|
25
|
+
}
|
|
26
|
+
div.daga-delete {
|
|
27
|
+
background-image: url(../icon/context/context-delete.svg);
|
|
28
|
+
}
|
|
29
|
+
div.daga-paste {
|
|
30
|
+
background-image: url(../icon/context/context-paste.svg);
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
daga-diagram-buttons {
|
|
2
|
+
.daga-diagram-buttons {
|
|
3
|
+
margin: 1rem;
|
|
4
|
+
display: flex;
|
|
5
|
+
gap: 1rem;
|
|
6
|
+
.daga-collapsable-buttons {
|
|
7
|
+
display: flex;
|
|
8
|
+
gap: 1rem;
|
|
9
|
+
}
|
|
10
|
+
button {
|
|
11
|
+
position: relative;
|
|
12
|
+
display: block;
|
|
13
|
+
min-height: 3rem;
|
|
14
|
+
height: 3rem;
|
|
15
|
+
min-width: 3rem;
|
|
16
|
+
width: 3rem;
|
|
17
|
+
padding: 0;
|
|
18
|
+
border: 0;
|
|
19
|
+
background-color: transparent;
|
|
20
|
+
.daga-tooltip {
|
|
21
|
+
visibility: hidden;
|
|
22
|
+
z-index: 1;
|
|
23
|
+
position: absolute;
|
|
24
|
+
height: 2rem;
|
|
25
|
+
padding: 0.6rem;
|
|
26
|
+
border-radius: 0.25rem;
|
|
27
|
+
font-size: 0.8rem;
|
|
28
|
+
font-weight: 500;
|
|
29
|
+
box-sizing: border-box;
|
|
30
|
+
white-space: nowrap;
|
|
31
|
+
color: #ffffff;
|
|
32
|
+
background-color: rgba(0, 0, 0, 0.6);
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
button:hover .daga-tooltip {
|
|
36
|
+
visibility: visible;
|
|
37
|
+
}
|
|
38
|
+
button:hover .daga-tooltip {
|
|
39
|
+
visibility: visible;
|
|
40
|
+
}
|
|
41
|
+
button.daga-filter.daga-on {
|
|
42
|
+
background-image: url(../icon/buttons/filter-on.svg);
|
|
43
|
+
}
|
|
44
|
+
button.daga-filter.daga-on:hover {
|
|
45
|
+
background-image: url(../icon/buttons/filter-on-hover.svg);
|
|
46
|
+
}
|
|
47
|
+
button.daga-filter.daga-off {
|
|
48
|
+
background-image: url(../icon/buttons/filter-off.svg);
|
|
49
|
+
}
|
|
50
|
+
button.daga-filter.daga-off:hover {
|
|
51
|
+
background-image: url(../icon/buttons/filter-off-hover.svg);
|
|
52
|
+
}
|
|
53
|
+
button.daga-layout {
|
|
54
|
+
background-image: url(../icon/buttons/layout.svg);
|
|
55
|
+
}
|
|
56
|
+
button.daga-layout:hover {
|
|
57
|
+
background-image: url(../icon/buttons/layout-hover.svg);
|
|
58
|
+
}
|
|
59
|
+
button.daga-zoom-in {
|
|
60
|
+
background-image: url(../icon/buttons/zoom-in.svg);
|
|
61
|
+
}
|
|
62
|
+
button.daga-zoom-in:hover {
|
|
63
|
+
background-image: url(../icon/buttons/zoom-in-hover.svg);
|
|
64
|
+
}
|
|
65
|
+
button.daga-zoom-out {
|
|
66
|
+
background-image: url(../icon/buttons/zoom-out.svg);
|
|
67
|
+
}
|
|
68
|
+
button.daga-zoom-out:hover {
|
|
69
|
+
background-image: url(../icon/buttons/zoom-out-hover.svg);
|
|
70
|
+
}
|
|
71
|
+
button.daga-center {
|
|
72
|
+
background-image: url(../icon/buttons/center.svg);
|
|
73
|
+
}
|
|
74
|
+
button.daga-center:hover {
|
|
75
|
+
background-image: url(../icon/buttons/center-hover.svg);
|
|
76
|
+
}
|
|
77
|
+
button.daga-undo {
|
|
78
|
+
background-image: url(../icon/buttons/undo.svg);
|
|
79
|
+
}
|
|
80
|
+
button.daga-undo:hover {
|
|
81
|
+
background-image: url(../icon/buttons/undo-hover.svg);
|
|
82
|
+
}
|
|
83
|
+
button.daga-redo {
|
|
84
|
+
background-image: url(../icon/buttons/redo.svg);
|
|
85
|
+
}
|
|
86
|
+
button.daga-redo:hover {
|
|
87
|
+
background-image: url(../icon/buttons/redo-hover.svg);
|
|
88
|
+
}
|
|
89
|
+
button.daga-copy {
|
|
90
|
+
background-image: url(../icon/buttons/copy.svg);
|
|
91
|
+
}
|
|
92
|
+
button.daga-copy:hover {
|
|
93
|
+
background-image: url(../icon/buttons/copy-hover.svg);
|
|
94
|
+
}
|
|
95
|
+
button.daga-cut {
|
|
96
|
+
background-image: url(../icon/buttons/cut.svg);
|
|
97
|
+
}
|
|
98
|
+
button.daga-cut:hover {
|
|
99
|
+
background-image: url(../icon/buttons/cut-hover.svg);
|
|
100
|
+
}
|
|
101
|
+
button.daga-multiple-selection.daga-off {
|
|
102
|
+
background-image: url(../icon/buttons/multiple-selection.svg);
|
|
103
|
+
}
|
|
104
|
+
button.daga-multiple-selection.daga-on,
|
|
105
|
+
button.daga-multiple-selection:hover {
|
|
106
|
+
background-image: url(../icon/buttons/multiple-selection-hover.svg);
|
|
107
|
+
}
|
|
108
|
+
button.daga-paste {
|
|
109
|
+
background-image: url(../icon/buttons/paste.svg);
|
|
110
|
+
}
|
|
111
|
+
button.daga-paste:hover {
|
|
112
|
+
background-image: url(../icon/buttons/paste-hover.svg);
|
|
113
|
+
}
|
|
114
|
+
button.daga-delete {
|
|
115
|
+
background-image: url(../icon/buttons/delete.svg);
|
|
116
|
+
}
|
|
117
|
+
button.daga-delete:hover {
|
|
118
|
+
background-image: url(../icon/buttons/delete-hover.svg);
|
|
119
|
+
}
|
|
120
|
+
button.daga-more-options {
|
|
121
|
+
background-image: url(../icon/buttons/ellipsis.svg);
|
|
122
|
+
}
|
|
123
|
+
button.daga-more-options:hover {
|
|
124
|
+
background-image: url(../icon/buttons/ellipsis-hover.svg);
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
.daga-diagram-buttons.daga-bottom-right.daga-bottom,
|
|
128
|
+
.daga-diagram-buttons.daga-bottom-right.daga-top,
|
|
129
|
+
.daga-diagram-buttons.daga-top-right.daga-bottom,
|
|
130
|
+
.daga-diagram-buttons.daga-top-right.daga-top {
|
|
131
|
+
.daga-tooltip {
|
|
132
|
+
top: 0.5rem;
|
|
133
|
+
right: 3.5rem;
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
.daga-diagram-buttons.daga-bottom-left.daga-bottom,
|
|
137
|
+
.daga-diagram-buttons.daga-bottom-left.daga-top,
|
|
138
|
+
.daga-diagram-buttons.daga-top-left.daga-bottom,
|
|
139
|
+
.daga-diagram-buttons.daga-top-left.daga-top {
|
|
140
|
+
.daga-tooltip {
|
|
141
|
+
top: 0.5rem;
|
|
142
|
+
left: 3.5rem;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
.daga-diagram-buttons.daga-bottom-left.daga-left,
|
|
146
|
+
.daga-diagram-buttons.daga-bottom-left.daga-right {
|
|
147
|
+
.daga-tooltip {
|
|
148
|
+
bottom: 3.5rem;
|
|
149
|
+
left: 0rem;
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
.daga-diagram-buttons.daga-bottom-right.daga-left,
|
|
153
|
+
.daga-diagram-buttons.daga-bottom-right.daga-right {
|
|
154
|
+
.daga-tooltip {
|
|
155
|
+
bottom: 3.5rem;
|
|
156
|
+
right: 0rem;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
.daga-diagram-buttons.daga-top-left.daga-left,
|
|
160
|
+
.daga-diagram-buttons.daga-top-left.daga-right {
|
|
161
|
+
.daga-tooltip {
|
|
162
|
+
top: 3.5rem;
|
|
163
|
+
left: 0rem;
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
.daga-diagram-buttons.daga-top-right.daga-left,
|
|
167
|
+
.daga-diagram-buttons.daga-top-right.daga-right {
|
|
168
|
+
.daga-tooltip {
|
|
169
|
+
top: 3.5rem;
|
|
170
|
+
right: 0rem;
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
.daga-diagram-buttons.daga-bottom {
|
|
174
|
+
.daga-collapsable-buttons {
|
|
175
|
+
flex-direction: column;
|
|
176
|
+
}
|
|
177
|
+
flex-direction: column;
|
|
178
|
+
}
|
|
179
|
+
.daga-diagram-buttons.daga-top {
|
|
180
|
+
.daga-collapsable-buttons {
|
|
181
|
+
flex-direction: column-reverse;
|
|
182
|
+
}
|
|
183
|
+
flex-direction: column-reverse;
|
|
184
|
+
}
|
|
185
|
+
.daga-diagram-buttons.daga-right {
|
|
186
|
+
.daga-collapsable-buttons {
|
|
187
|
+
flex-direction: row;
|
|
188
|
+
}
|
|
189
|
+
flex-direction: row;
|
|
190
|
+
}
|
|
191
|
+
.daga-diagram-buttons.daga-left {
|
|
192
|
+
.daga-collapsable-buttons {
|
|
193
|
+
flex-direction: row-reverse;
|
|
194
|
+
}
|
|
195
|
+
flex-direction: row-reverse;
|
|
196
|
+
}
|
|
197
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
daga-errors {
|
|
2
|
+
left: 2rem;
|
|
3
|
+
bottom: 0;
|
|
4
|
+
position: absolute;
|
|
5
|
+
width: calc(100% - 8rem);
|
|
6
|
+
|
|
7
|
+
.daga-errors-summary {
|
|
8
|
+
position: absolute;
|
|
9
|
+
right: 2rem;
|
|
10
|
+
top: -2rem;
|
|
11
|
+
height: 2rem;
|
|
12
|
+
border-top-left-radius: 0.5rem;
|
|
13
|
+
border-top-right-radius: 0.5rem;
|
|
14
|
+
display: flex;
|
|
15
|
+
flex-direction: row;
|
|
16
|
+
align-items: center;
|
|
17
|
+
|
|
18
|
+
span {
|
|
19
|
+
flex: 1 0 auto;
|
|
20
|
+
padding: 0.5rem;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.daga-collapse-button-container {
|
|
24
|
+
flex: 0 0 auto;
|
|
25
|
+
padding-left: 0.5rem;
|
|
26
|
+
padding-right: 0.5rem;
|
|
27
|
+
border-top-left-radius: 0.5rem;
|
|
28
|
+
border-top-right-radius: 0.5rem;
|
|
29
|
+
background-color: var(--daga-error-color);
|
|
30
|
+
|
|
31
|
+
daga-collapse-button {
|
|
32
|
+
filter: brightness(10);
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
.daga-errors-summary.daga-no-errors {
|
|
37
|
+
background-color: var(--daga-panel-secondary-color);
|
|
38
|
+
color: var(--daga-font-color);
|
|
39
|
+
}
|
|
40
|
+
.daga-errors-summary.daga-with-errors {
|
|
41
|
+
background-color: #e64545;
|
|
42
|
+
color: #ffffff;
|
|
43
|
+
}
|
|
44
|
+
.daga-error-panel {
|
|
45
|
+
width: 100%;
|
|
46
|
+
max-height: 12rem;
|
|
47
|
+
border-top-left-radius: 0.5rem;
|
|
48
|
+
border-top-right-radius: 0.5rem;
|
|
49
|
+
padding: 0.5rem;
|
|
50
|
+
background-color: var(--daga-font-color);
|
|
51
|
+
color: white;
|
|
52
|
+
overflow: auto;
|
|
53
|
+
|
|
54
|
+
ol {
|
|
55
|
+
counter-reset: count;
|
|
56
|
+
list-style: decimal;
|
|
57
|
+
padding: 0;
|
|
58
|
+
padding-left: 5rem;
|
|
59
|
+
margin: 0;
|
|
60
|
+
font-size: 0.95rem;
|
|
61
|
+
|
|
62
|
+
li {
|
|
63
|
+
counter-increment: count;
|
|
64
|
+
cursor: pointer;
|
|
65
|
+
padding-bottom: 0.25rem;
|
|
66
|
+
|
|
67
|
+
b {
|
|
68
|
+
font-weight: 700;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
li:hover {
|
|
72
|
+
text-decoration: underline;
|
|
73
|
+
}
|
|
74
|
+
li::marker {
|
|
75
|
+
content: 'ERROR ' counters(count, '.', decimal-leading-zero) ' ';
|
|
76
|
+
font-family: var(--daga-monospace-font-family);
|
|
77
|
+
font-size: 0.9rem;
|
|
78
|
+
font-weight: 400;
|
|
79
|
+
color: rgba(255, 255, 255, 0.75);
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
daga-palette {
|
|
2
|
+
.daga-palette-view {
|
|
3
|
+
display: flex;
|
|
4
|
+
align-items: center;
|
|
5
|
+
gap: 1rem;
|
|
6
|
+
padding: 1rem;
|
|
7
|
+
}
|
|
8
|
+
.daga-panel.daga-bottom .daga-palette-view {
|
|
9
|
+
flex-direction: column;
|
|
10
|
+
}
|
|
11
|
+
.daga-panel.daga-top .daga-palette-view {
|
|
12
|
+
flex-direction: column-reverse;
|
|
13
|
+
}
|
|
14
|
+
.daga-panel.daga-right .daga-palette-view {
|
|
15
|
+
flex-direction: row;
|
|
16
|
+
}
|
|
17
|
+
.daga-panel.daga-left .daga-palette-view {
|
|
18
|
+
flex-direction: row-reverse;
|
|
19
|
+
}
|
|
20
|
+
}
|