@metadev/daga 1.5.7 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Changelog.md +40 -1
- package/README.md +67 -30
- package/assets/daga-logo.svg +10 -0
- package/index.cjs.d.ts +1 -0
- package/index.cjs.default.js +1 -0
- package/index.cjs.js +8099 -0
- package/index.cjs.mjs +2 -0
- package/index.esm.d.ts +1 -0
- package/index.esm.js +8013 -0
- package/package.json +19 -37
- package/src/index.d.ts +49 -0
- package/src/lib/core.d.ts +1 -0
- package/{lib/diagram-editor/diagram → src/lib/diagram/canvas}/diagram-canvas.d.ts +72 -67
- package/src/lib/diagram/canvas/diagram-context-menu.d.ts +27 -0
- package/src/lib/diagram/canvas/diagram-user-highlight.d.ts +30 -0
- package/src/lib/diagram/canvas/diagram-user-selection.d.ts +74 -0
- package/{lib/diagram-editor → src/lib}/diagram/collab/collab-action.d.ts +36 -12
- package/{lib/diagram-editor → src/lib}/diagram/collab/collab-client.d.ts +1 -1
- package/{lib/diagram-editor → src/lib}/diagram/collab/collab-engine.d.ts +1 -1
- package/{lib/diagram-editor → src/lib}/diagram/collab/message-types.d.ts +3 -8
- package/{lib/diagram-editor → src/lib}/diagram/converters/daga-exporter.d.ts +6 -6
- package/{lib/diagram-editor → src/lib}/diagram/converters/daga-importer.d.ts +6 -4
- package/{lib/diagram-editor → src/lib}/diagram/converters/daga-model.d.ts +3 -3
- package/{lib/diagram-editor → src/lib}/diagram/converters/diagram-model-exporter.d.ts +2 -2
- package/{lib/diagram-editor → src/lib}/diagram/converters/diagram-model-importer.d.ts +2 -2
- package/{lib/diagram-editor → src/lib}/diagram/diagram-action.d.ts +75 -55
- package/{lib/diagram-editor → src/lib}/diagram/diagram-config.d.ts +148 -84
- package/{lib/diagram-editor → src/lib}/diagram/diagram-event.d.ts +3 -3
- package/{lib/diagram-editor → src/lib}/diagram/layout/adjacency-layout.d.ts +1 -1
- package/{lib/diagram-editor → src/lib}/diagram/layout/breadth-adjacency-layout.d.ts +1 -1
- package/{lib/diagram-editor → src/lib}/diagram/layout/breadth-layout.d.ts +1 -1
- package/{lib/diagram-editor → src/lib}/diagram/layout/diagram-layout.d.ts +1 -1
- package/{lib/diagram-editor → src/lib}/diagram/layout/force-layout.d.ts +1 -1
- package/{lib/diagram-editor → src/lib}/diagram/layout/horizontal-layout.d.ts +1 -1
- package/{lib/diagram-editor → src/lib}/diagram/layout/priority-layout.d.ts +1 -1
- package/{lib/diagram-editor → src/lib}/diagram/layout/tree-layout.d.ts +1 -1
- package/{lib/diagram-editor → src/lib}/diagram/layout/vertical-layout.d.ts +1 -1
- package/{lib/diagram-editor/diagram → src/lib/diagram/model}/diagram-connection.d.ts +4 -4
- package/{lib/diagram-editor/diagram → src/lib/diagram/model}/diagram-element.d.ts +7 -11
- package/{lib/diagram-editor/diagram → src/lib/diagram/model}/diagram-entity.d.ts +2 -2
- package/{lib/diagram-editor/diagram → src/lib/diagram/model}/diagram-field.d.ts +10 -10
- package/{lib/diagram-editor/diagram → src/lib/diagram/model}/diagram-model.d.ts +15 -15
- package/{lib/diagram-editor/diagram → src/lib/diagram/model}/diagram-node.d.ts +9 -9
- package/{lib/diagram-editor/diagram → src/lib/diagram/model}/diagram-port.d.ts +4 -4
- package/{lib/diagram-editor/diagram → src/lib/diagram/model}/diagram-property.d.ts +46 -31
- package/{lib/diagram-editor/diagram → src/lib/diagram/model}/diagram-section.d.ts +10 -10
- package/{lib → src/lib}/errors/diagram-validator.d.ts +1 -1
- package/{lib → src/lib}/interfaces/canvas.d.ts +79 -107
- package/{lib → src/lib}/interfaces/diagram-buttons.d.ts +8 -8
- package/{lib → src/lib}/interfaces/diagram-editor.d.ts +4 -11
- package/{lib → src/lib}/interfaces/palette.d.ts +2 -2
- package/{lib → src/lib}/interfaces/property-editor.d.ts +5 -5
- package/{lib → src/lib}/util/canvas-util.d.ts +20 -5
- package/src/lib/util/device-util.d.ts +5 -0
- package/{lib → src/lib}/util/events.d.ts +6 -4
- package/{lib → src/lib}/util/style.d.ts +1 -0
- package/src/lib/util/test-util.d.ts +11 -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 +0 -8
- package/assets/icon/action/drop-horizontal-left.svg +0 -14
- package/assets/icon/action/drop-horizontal-none.svg +0 -13
- package/assets/icon/action/drop-horizontal-right.svg +0 -14
- package/assets/icon/action/drop-vertical-down.svg +0 -14
- package/assets/icon/action/drop-vertical-none.svg +0 -13
- package/assets/icon/action/drop-vertical-up.svg +0 -14
- package/assets/icon/action/filter-clear.png +0 -0
- package/assets/icon/buttons/center-hover.svg +0 -10
- package/assets/icon/buttons/center.svg +0 -10
- package/assets/icon/buttons/ellipsis-hover.svg +0 -7
- package/assets/icon/buttons/ellipsis.svg +0 -7
- package/assets/icon/buttons/filter-off-hover.svg +0 -5
- package/assets/icon/buttons/filter-off.svg +0 -5
- package/assets/icon/buttons/filter-on-hover.svg +0 -5
- package/assets/icon/buttons/filter-on.svg +0 -5
- package/assets/icon/buttons/layout-hover.svg +0 -8
- package/assets/icon/buttons/layout.svg +0 -8
- package/assets/icon/buttons/redo-hover.svg +0 -5
- package/assets/icon/buttons/redo.svg +0 -5
- package/assets/icon/buttons/undo-hover.svg +0 -5
- package/assets/icon/buttons/undo.svg +0 -5
- package/assets/icon/buttons/zoom-in-hover.svg +0 -8
- package/assets/icon/buttons/zoom-in.svg +0 -8
- package/assets/icon/buttons/zoom-out-hover.svg +0 -7
- package/assets/icon/buttons/zoom-out.svg +0 -7
- package/assets/icon/context/copy.svg +0 -4
- package/assets/icon/context/cross.svg +0 -3
- package/assets/icon/context/cut.svg +0 -4
- package/assets/icon/context/delete.svg +0 -4
- package/assets/icon/context/paste.svg +0 -4
- package/assets/icon/property/add.svg +0 -23
- package/assets/icon/property/close.svg +0 -3
- package/assets/icon/property/ellipsis.svg +0 -5
- package/assets/icon/property/gear.svg +0 -3
- package/assets/icon/property/hide.svg +0 -10
- package/assets/icon/property/move.svg +0 -35
- package/assets/styles/_collapse-button.scss +0 -37
- package/assets/styles/_context-menu.scss +0 -32
- package/assets/styles/_diagram-buttons.scss +0 -166
- package/assets/styles/_diagram.scss +0 -15
- package/assets/styles/_errors.scss +0 -83
- package/assets/styles/_palette.scss +0 -20
- package/assets/styles/_property-editor.scss +0 -285
- package/assets/styles/daga.scss +0 -150
- package/fesm2022/metadev-daga.mjs +0 -10977
- package/fesm2022/metadev-daga.mjs.map +0 -1
- package/index.d.ts +0 -55
- package/lib/collapse-button/collapse-button.component.d.ts +0 -22
- package/lib/daga.module.d.ts +0 -18
- package/lib/diagram/diagram.component.d.ts +0 -44
- package/lib/diagram-buttons/diagram-buttons.component.d.ts +0 -44
- package/lib/diagram-editor/diagram-editor.component.d.ts +0 -38
- package/lib/errors/errors.component.d.ts +0 -26
- package/lib/palette/palette.component.d.ts +0 -39
- package/lib/property-editor/autocomplete/autocomplete.component.d.ts +0 -39
- package/lib/property-editor/object-editor/object-editor.component.d.ts +0 -30
- package/lib/property-editor/option-list-editor/option-list-editor.component.d.ts +0 -33
- package/lib/property-editor/property-editor.component.d.ts +0 -34
- package/lib/property-editor/property-settings/property-settings.component.d.ts +0 -35
- package/lib/property-editor/text-list-editor/text-list-editor.component.d.ts +0 -29
- package/lib/property-editor/text-map-editor/text-map-editor.component.d.ts +0 -36
- package/lib/services/canvas-provider.service.d.ts +0 -32
- package/lib/services/daga-configuration.service.d.ts +0 -23
- package/{lib/diagram-editor → src/lib}/diagram/collab/primitives.d.ts +0 -0
- package/{lib/diagram-editor/diagram → src/lib/diagram/model}/diagram-decorator.d.ts +1 -1
- package/{lib/diagram-editor/diagram → src/lib/diagram/model}/diagram-object.d.ts +0 -0
- package/{lib → src/lib}/errors/diagram-error.d.ts +3 -3
- package/{lib → src/lib}/util/grid.d.ts +0 -0
- package/{lib → src/lib}/util/line.d.ts +0 -0
- package/{lib → src/lib}/util/list-util.d.ts +0 -0
- package/{lib → src/lib}/util/shape.d.ts +10 -10
- /package/{lib → src/lib}/util/svg-util.d.ts +0 -0
- /package/{lib → src/lib}/util/text-util.d.ts +0 -0
package/Changelog.md
CHANGED
|
@@ -4,7 +4,46 @@ List of releases and changes.
|
|
|
4
4
|
|
|
5
5
|

|
|
6
6
|
|
|
7
|
-
##
|
|
7
|
+
## Next release Excalibur
|
|
8
|
+
|
|
9
|
+
## v. 3.0.0 Curtana
|
|
10
|
+
|
|
11
|
+
Date: _2025-01-03_
|
|
12
|
+
|
|
13
|
+
- Port to Angular 19 and update libraries [#202](https://github.com/metadevpro/daga/pull/202)
|
|
14
|
+
- Enable configuring different looks for palette connection templates based on whether the connection type is the one currently selected or not [#197](https://github.com/metadevpro/daga/pull/197)
|
|
15
|
+
- Enable configuring the gap in palette elements [#197](https://github.com/metadevpro/daga/pull/197)
|
|
16
|
+
- Enable placing palette templates in multiple columns if they fit [#197](https://github.com/metadevpro/daga/pull/197)
|
|
17
|
+
- Use grab cursor style when hovering cursor on node palette templates and pointer cursor style when hovering cursor on connection palette templates [#197](https://github.com/metadevpro/daga/pull/197)
|
|
18
|
+
|
|
19
|
+
## v. 2.0.0 Lobera
|
|
20
|
+
|
|
21
|
+
Date: _2024-11-22_
|
|
22
|
+
|
|
23
|
+
- Allow multiple selection of nodes by secondary click and drag to draw a selection rectangle [#146](https://github.com/metadevpro/daga/issues/146) [#174](https://github.com/metadevpro/daga/pull/174)
|
|
24
|
+
- Make all diagram components disabled by default in diagram configuration [#174](https://github.com/metadevpro/daga/pull/174)
|
|
25
|
+
- Rename `exists` attribute of diagram configuration of components to `enabled` [#174](https://github.com/metadevpro/daga/pull/174)
|
|
26
|
+
- Move methods regarding user selection in diagram canvas (`isInUserSelection`, `addToUserSelection`, `removeFromUserSelection`, `toggleUserSelection`, `clearUserSelection`, `deleteUserSelection`, `copyUserSelectionToClipboard`, `pasteUserSelectionFromClipboard`, `setPropertyEditorSelection`) to its own `userSelection` object in the canvas [#174](https://github.com/metadevpro/daga/pull/174)
|
|
27
|
+
- Move methods regarding user highlight in diagram canvas (`highlight`, `unhighlight`) to its own `userHighlight` object in the canvas [#174](https://github.com/metadevpro/daga/pull/174)
|
|
28
|
+
- Move methods regarding context menu in diagram canvas (`openContextMenu`, `closeContextMenu`) to its own `contextMenu` object in the canvas [#174](https://github.com/metadevpro/daga/pull/174)
|
|
29
|
+
- Split the core of Daga functionalities from the Angular-specific parts [#150](https://github.com/metadevpro/daga/issues/150) [#175](https://github.com/metadevpro/daga/pull/175)
|
|
30
|
+
- Add `Move` action type to support moving multiple elements at once [#177](https://github.com/metadevpro/daga/pull/177)
|
|
31
|
+
- When moving a selected element, move the entire user selection [#177](https://github.com/metadevpro/daga/pull/177)
|
|
32
|
+
- Fix bug with undoing paste actions not removing the correct elements [#177](https://github.com/metadevpro/daga/pull/177)
|
|
33
|
+
- Void property editor selection when selecting multiple elements [#178](https://github.com/metadevpro/daga/pull/178)
|
|
34
|
+
- Extract canvas configuration to its own object within the diagram configuration [#180](https://github.com/metadevpro/daga/pull/180)
|
|
35
|
+
- Solve bug with infinite loop on getting an element from an element set [#181](https://github.com/metadevpro/daga/pull/181)
|
|
36
|
+
- Add multiple selection menu button [#182](https://github.com/metadevpro/daga/pull/182)
|
|
37
|
+
- Do not highlight nodes when moving nodes or drawing a multiple selection rectangle [#182](https://github.com/metadevpro/daga/pull/182)
|
|
38
|
+
- Rename `guessConnectionType` to `inferConnectionType` [#185](https://github.com/metadevpro/daga/pull/185)
|
|
39
|
+
- Rename `ActionQueue` to `ActionStack` [#185](https://github.com/metadevpro/daga/pull/185)
|
|
40
|
+
- Rename `zoomRate` to `zoomFactor` [#185](https://github.com/metadevpro/daga/pull/185)
|
|
41
|
+
- Rename `validatorChanges$` to `validatorChange$`, `diagramChanges$` to `diagramChange$` and `diagramImportantChanges$` to `diagramImportantChange$` [#185](https://github.com/metadevpro/daga/pull/185)
|
|
42
|
+
- When undoing or redoing user actions, perform undo or redo repeatedly until there's an effect on the diagram [#190](https://github.com/metadevpro/daga/pull/190)
|
|
43
|
+
|
|
44
|
+
## v. 1.5.7
|
|
45
|
+
|
|
46
|
+
Date: _2024-10-16_
|
|
8
47
|
|
|
9
48
|
- Fix the selecion of layout algorithms in examples [#170](https://github.com/metadevpro/daga/pull/170)
|
|
10
49
|
- Add `daga-` prefixes to element classes to avoid stylesheet conflicts [#171](https://github.com/metadevpro/daga/pull/171)
|
package/README.md
CHANGED
|
@@ -1,30 +1,67 @@
|
|
|
1
|
-
#
|
|
2
|
-
|
|
3
|
-

|
|
4
|
-
|
|
5
|
-
Diagramming library for models.
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
## Diagram Example
|
|
12
|
-
|
|
13
|
-

|
|
14
|
-
|
|
15
|
-
##
|
|
16
|
-
|
|
17
|
-
-
|
|
18
|
-
|
|
19
|
-
##
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
1
|
+
# Daga
|
|
2
|
+
|
|
3
|
+

|
|
4
|
+
|
|
5
|
+
Diagramming library for models.
|
|
6
|
+
|
|
7
|
+
[Daga documentation and tutorial](https://daga.metadev.pro)
|
|
8
|
+
[Daga product page](https://metadev.pro/products/daga/).
|
|
9
|
+
Made and comercial suport by [Metadev](https://metadev.pro).
|
|
10
|
+
|
|
11
|
+
## Diagram Example
|
|
12
|
+
|
|
13
|
+

|
|
14
|
+
|
|
15
|
+
## Requirements
|
|
16
|
+
|
|
17
|
+
- Angular 18
|
|
18
|
+
|
|
19
|
+
## Build Daga
|
|
20
|
+
|
|
21
|
+
```bash
|
|
22
|
+
npm run build
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
## Generate Docs
|
|
26
|
+
|
|
27
|
+
```bash
|
|
28
|
+
npm run doc
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
## Test
|
|
32
|
+
|
|
33
|
+
```bash
|
|
34
|
+
npm run test
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
## Lint
|
|
38
|
+
|
|
39
|
+
```bash
|
|
40
|
+
npm run lint
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
## Pack
|
|
44
|
+
|
|
45
|
+
```bash
|
|
46
|
+
npm run pack-daga
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
## Publish in npmjs
|
|
50
|
+
|
|
51
|
+
```bash
|
|
52
|
+
npm run publish-daga
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
## Tutorial & Documentation
|
|
56
|
+
|
|
57
|
+
- [Documentation, tutorial and samples](https://daga.metadev.pro/)
|
|
58
|
+
|
|
59
|
+
## License
|
|
60
|
+
|
|
61
|
+
(C) 2023-2024 [Metadev S.L.](https://metadev.pro) All rights reserved.
|
|
62
|
+
[Dual license](LICENSE.md):
|
|
63
|
+
|
|
64
|
+
1. Comercial licence for for-profit organizations.
|
|
65
|
+
2. Free license for research & educational usages.
|
|
66
|
+
|
|
67
|
+

|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="85" height="33" viewBox="0 0 85 33" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M11.421 0.103027C15.7716 0.103027 19.2984 3.62835 19.2984 7.97706V21.1575C19.2984 25.2038 16.245 28.5372 12.3158 28.9813L12.3157 30.0367C12.3157 30.4084 12.2428 30.7766 12.101 31.1203L11.3388 32.9685L10.6043 31.1013C10.4739 30.7699 10.407 30.417 10.407 30.0609L10.4068 13.3955L8.66022 13.3965C8.70984 13.5339 8.73687 13.682 8.73687 13.8363C8.73687 14.5558 8.14935 15.1391 7.42462 15.1391C6.69988 15.1391 6.11236 14.5558 6.11236 13.8363C6.11236 13.1168 6.69988 12.5335 7.42462 12.5335C7.48004 12.5335 7.53466 12.5369 7.58828 12.5435L14.1818 12.5421C14.1322 12.4048 14.1052 12.2567 14.1052 12.1024C14.1052 11.3828 14.6927 10.7995 15.4174 10.7995C16.1422 10.7995 16.7297 11.3828 16.7297 12.1024C16.7297 12.8219 16.1422 13.4052 15.4174 13.4052C15.362 13.4052 15.3074 13.4018 15.2538 13.3952L12.3156 13.3948L12.3159 27.6011C15.4864 27.1653 17.9284 24.4464 17.9284 21.1575V7.97706C17.9284 4.38465 15.0149 1.47242 11.421 1.47242C7.82709 1.47242 4.91364 4.38465 4.91364 7.97706V21.1575C4.91364 23.838 6.53572 26.1398 8.85224 27.1357L8.85237 28.6034C5.76302 27.5388 3.54366 24.6072 3.54366 21.1575V7.97706C3.54366 3.62835 7.07047 0.103027 11.421 0.103027ZM7.82386 13.3963L7.74576 13.3965L7.04001 14.289C7.14386 14.376 7.27806 14.4285 7.42462 14.4285C7.75404 14.4285 8.02109 14.1634 8.02109 13.8363C8.02109 13.6617 7.94497 13.5047 7.82386 13.3963ZM15.4174 11.5102C15.088 11.5102 14.8209 11.7753 14.8209 12.1024C14.8209 12.277 14.8971 12.434 15.0182 12.5423L15.0963 12.5422L15.802 11.6497C15.6982 11.5626 15.564 11.5102 15.4174 11.5102ZM12.3157 8.09913V11.6997H10.407V8.09913H12.3157ZM11.3614 5.06709C12.0861 5.06709 12.6736 5.65039 12.6736 6.36992C12.6736 6.67392 12.5687 6.9536 12.393 7.17525H10.3298C10.154 6.9536 10.0491 6.67392 10.0491 6.36992C10.0491 5.65039 10.6366 5.06709 11.3614 5.06709ZM0.803711 6.43649H2.00244V21.1575H0.803711V6.43649ZM0.803711 3.52652H2.00244V4.72474H0.803711V3.52652ZM0.803711 22.8692H2.00244V24.0675H0.803711V22.8692ZM20.8396 6.43649H22.0383V21.1575H20.8396V6.43649ZM20.8396 3.52652H22.0383V4.72474H20.8396V3.52652ZM20.8396 22.8692H22.0383V24.0675H20.8396V22.8692Z" fill="url(#paint0_radial_417_307)"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M64.0402 19.9655C65.6649 19.9655 67.1311 19.8492 68.3397 18.6865L68.6963 19.8658H69.6276V15.1651H65.9819V16.1617H68.3397C67.7849 18.4373 66.0611 18.9689 64.0402 18.9689C61.4446 18.9689 59.4632 17.5071 59.4632 15.0156C59.4632 12.524 61.4446 11.0457 64.0402 11.0457C65.9621 11.0457 67.6462 11.5108 67.9633 12.6901H69.5087C68.9936 11.245 67.25 10.0491 64.0402 10.0491C59.5425 10.0491 58.0168 12.7732 58.0168 14.999C58.0168 17.258 59.5425 19.9655 64.0402 19.9655ZM35.8301 19.8658H30.8965V10.1487H35.8301C40.3079 10.1487 41.259 12.8064 41.259 14.999C41.259 17.042 40.3079 19.8658 35.8301 19.8658ZM39.8126 14.999C39.8126 12.3081 38.4851 11.1453 35.8697 11.1453H32.3429V18.8692H35.8697C38.4851 18.8692 39.8126 17.4241 39.8126 14.999ZM43.5353 19.8658L48.3897 10.1487H50.4899L55.3442 19.8658H53.7789L52.5505 17.5071H46.2894L45.1006 19.8658H43.5353ZM49.4398 11.162L46.7848 16.5105H52.0948L49.4398 11.162ZM73.1918 19.8658L78.0462 10.1487H80.1464L85.0007 19.8658H83.4354L82.207 17.5071H75.9459L74.7571 19.8658H73.1918ZM79.0963 11.162L76.4413 16.5105H81.7513L79.0963 11.162Z" fill="white"/>
|
|
4
|
+
<defs>
|
|
5
|
+
<radialGradient id="paint0_radial_417_307" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(6.5234 1.4635) rotate(79.7843) scale(30.7496 11.9443)">
|
|
6
|
+
<stop stop-color="#F2A349"/>
|
|
7
|
+
<stop offset="0.618144" stop-color="#F26D3F"/>
|
|
8
|
+
</radialGradient>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
package/index.cjs.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./src\\index";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
exports._default = require('./index.cjs.js').default;
|