@abdellatifui/react 3.1.107 → 3.1.109
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/dist/nextgen.d.ts +2 -0
- package/dist/nextgen.js +3516 -3513
- package/dist/types/components/Containers/Model.d.ts.map +1 -1
- package/dist/types/components/NetworkMap/Map.d.ts.map +1 -1
- package/dist/types/components/NetworkMap/types.d.ts +2 -1
- package/dist/types/components/NetworkMap/types.d.ts.map +1 -1
- package/dist/types/components/utils/utils.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/nextgen.d.ts
CHANGED
|
@@ -23,6 +23,7 @@ import * as React_2 from 'react';
|
|
|
23
23
|
import { ReactNode } from 'react';
|
|
24
24
|
import { RefAttributes } from 'react';
|
|
25
25
|
import { SetStateAction } from 'react';
|
|
26
|
+
import { ViewState } from 'react-map-gl/maplibre';
|
|
26
27
|
|
|
27
28
|
export declare const AccordionGroup: (props: any) => JSX_2.Element;
|
|
28
29
|
|
|
@@ -647,6 +648,7 @@ declare type NetworkMapProps_2 = {
|
|
|
647
648
|
nodeIconMapperParentClassName: string;
|
|
648
649
|
getMenuTitle: (connection: object) => void;
|
|
649
650
|
getOverLinkElement: (connection: object) => void;
|
|
651
|
+
initialViewState: ViewState | null;
|
|
650
652
|
getEndpointText: (connection: object) => void;
|
|
651
653
|
onLinkContextMenu: (info: {
|
|
652
654
|
data: object;
|