balkan-orgchart-react 9.1.65 → 9.1.66

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/package.json CHANGED
@@ -15,13 +15,9 @@
15
15
  "react-dom": ">=17"
16
16
  },
17
17
  "files": [
18
- "index.es.d.ts",
19
18
  "index.es.js",
20
19
  "index.umd.js",
21
- "OrgChart.d.ts",
22
- "OrgChart.d.ts.map",
23
- "index.d.ts",
24
- "index.d.ts.map",
20
+ "index.es.d.ts",
25
21
  "package.json",
26
22
  "readme.md"
27
23
  ],
@@ -58,5 +54,5 @@
58
54
  "url": "git+https://github.com/BALKANGraph/OrgChartReact.git"
59
55
  },
60
56
  "dependencies": {},
61
- "version": "9.1.65"
57
+ "version": "9.1.66"
62
58
  }
package/OrgChart.d.ts DELETED
@@ -1,28 +0,0 @@
1
- import { default as React } from 'react';
2
- import { default as OrgChartJS } from 'balkan-orgchart-js';
3
- export interface OrgChartRef {
4
- readonly instance: OrgChartJS | null;
5
- }
6
- type OrgChartOptions = Omit<OrgChartJS.options, 'nodes' | 'UI' | 'aiUI' | 'editUI' | 'orgScribeUI' | 'powerPointPreviewUI' | 'pdfPreviewUI' | 'svgPreviewUI' | 'pngPreviewUI' | 'filterUI' | 'searchUI' | 'xScrollUI' | 'yScrollUI' | 'nodeMenuUI' | 'controlsUI' | 'nodeCircleMenuUI' | 'nodeContextMenuUI' | 'toolbarUI' | 'notifierUI' | 'menuUI' | 'undoRedoUI'>;
7
- interface OrgChartEmployeeProps {
8
- children?: React.ReactNode;
9
- title?: string;
10
- name?: string;
11
- photo?: string;
12
- assistant?: boolean;
13
- partner?: boolean;
14
- tags?: Array<string>;
15
- [key: string]: unknown;
16
- }
17
- interface OrgChartProps extends Partial<OrgChartOptions> {
18
- id?: string;
19
- children?: React.ReactNode;
20
- className?: string;
21
- style?: React.CSSProperties;
22
- data?: Array<OrgChartJS.nodeData>;
23
- onUpdateNode?: (this: OrgChartJS, args: OrgChartJS.updateNodeEventArgs) => void;
24
- }
25
- export declare const Employee: ({ children, title, name, photo, assistant, partner, ...rest }: OrgChartEmployeeProps) => import("react/jsx-runtime").JSX.Element;
26
- export declare const OrgChart: React.ForwardRefExoticComponent<OrgChartProps & React.RefAttributes<OrgChartRef>>;
27
- export {};
28
- //# sourceMappingURL=OrgChart.d.ts.map
package/OrgChart.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"OrgChart.d.ts","sourceRoot":"","sources":["../src/OrgChart.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8D,MAAM,OAAO,CAAC;AACnF,OAAQ,UAAU,MAAM,oBAAoB,CAAC;AAE7C,MAAM,WAAW,WAAW;IAC1B,QAAQ,CAAC,QAAQ,EAAE,UAAU,GAAG,IAAI,CAAC;CACtC;AAED,KAAK,eAAe,GAAG,IAAI,CAAC,UAAU,CAAC,OAAO,EAAE,OAAO,GAAI,IAAI,GAAG,MAAM,GAAG,QAAQ,GAAG,aAAa,GAAG,qBAAqB,GAAG,cAAc,GAAG,cAAc,GAAG,cAAc,GAAG,UAAU,GAAG,UAAU,GAAG,WAAW,GAAG,WAAW,GAAG,YAAY,GAAG,YAAY,GAAG,kBAAkB,GAAG,mBAAmB,GAAG,WAAW,GAAE,YAAY,GAAG,QAAQ,GAAG,YAAY,CAAE,CAAC;AAEtW,UAAU,qBAAqB;IAC3B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACrB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CAC1B;AAkDD,UAAU,aACR,SAAQ,OAAO,CAAC,eAAe,CAAC;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,IAAI,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;IAClC,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,UAAU,CAAC,mBAAmB,KAAK,IAAI,CAAC;CAOnF;AAGD,eAAO,MAAM,QAAQ,GAAa,+DAA+D,qBAAqB,4CAMrH,CAAA;AAED,eAAO,MAAM,QAAQ,mFA6CnB,CAAC"}
package/index.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export { OrgChart, Employee, type OrgChartRef } from './OrgChart';
2
- //# sourceMappingURL=index.d.ts.map
package/index.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,WAAW,EAAG,MAAM,YAAY,CAAC"}