@emporix/process-diagram 2.0.0-beta.17 → 2.0.0-beta.18

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emporix/process-diagram",
3
- "version": "2.0.0-beta.17",
3
+ "version": "2.0.0-beta.18",
4
4
  "private": false,
5
5
  "description": "Process diagram library",
6
6
  "repository": {
@@ -1,6 +0,0 @@
1
- declare const Condition: ({ expression, style, }: Readonly<{
2
- expression: string;
3
- style?: React.CSSProperties;
4
- }>) => import("react/jsx-runtime").JSX.Element;
5
- export default Condition;
6
- //# sourceMappingURL=Condition.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Condition.d.ts","sourceRoot":"","sources":["../src/Condition.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,SAAS,GAAI,wBAGhB,QAAQ,CAAC;IAAE,UAAU,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAA;CAAE,CAAC,4CA0B/D,CAAA;AAED,eAAe,SAAS,CAAA"}
package/dist/Curve.d.ts DELETED
@@ -1,6 +0,0 @@
1
- declare const Curve: ({ width, height, }: Readonly<{
2
- width: number;
3
- height: number;
4
- }>) => import("react/jsx-runtime").JSX.Element;
5
- export default Curve;
6
- //# sourceMappingURL=Curve.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Curve.d.ts","sourceRoot":"","sources":["../src/Curve.tsx"],"names":[],"mappings":"AAkBA,QAAA,MAAM,KAAK,GAAI,oBAGZ,QAAQ,CAAC;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,CAAC,4CAyB7C,CAAA;AAED,eAAe,KAAK,CAAA"}
package/dist/Item.d.ts DELETED
@@ -1,7 +0,0 @@
1
- declare const Item: ({ title, className, style, }: Readonly<{
2
- title: string;
3
- className?: string;
4
- style?: React.CSSProperties;
5
- }>) => import("react/jsx-runtime").JSX.Element;
6
- export default Item;
7
- //# sourceMappingURL=Item.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["../src/Item.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,IAAI,GAAI,8BAIX,QAAQ,CAAC;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAA;CAAE,CAAC,4CAE9E,CAAA;AAED,eAAe,IAAI,CAAA"}
package/dist/Items.d.ts DELETED
@@ -1,6 +0,0 @@
1
- import type { Step } from './types';
2
- declare const Items: ({ items }: Readonly<{
3
- items: Step[];
4
- }>) => import("react/jsx-runtime").JSX.Element;
5
- export default Items;
6
- //# sourceMappingURL=Items.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Items.d.ts","sourceRoot":"","sources":["../src/Items.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,SAAS,CAAA;AAGnC,QAAA,MAAM,KAAK,GAAI,WAAW,QAAQ,CAAC;IAAE,KAAK,EAAE,IAAI,EAAE,CAAA;CAAE,CAAC,4CAuBpD,CAAA;AAED,eAAe,KAAK,CAAA"}
package/dist/Row.d.ts DELETED
@@ -1,6 +0,0 @@
1
- import type { Path, Step } from './types';
2
- declare const Row: ({ items }: Readonly<{
3
- items: Path[] | Step[];
4
- }>) => import("react/jsx-runtime").JSX.Element;
5
- export default Row;
6
- //# sourceMappingURL=Row.d.ts.map
package/dist/Row.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"Row.d.ts","sourceRoot":"","sources":["../src/Row.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,SAAS,CAAA;AAMzC,QAAA,MAAM,GAAG,GAAI,WAAW,QAAQ,CAAC;IAAE,KAAK,EAAE,IAAI,EAAE,GAAG,IAAI,EAAE,CAAA;CAAE,CAAC,4CAoI3D,CAAA;AAED,eAAe,GAAG,CAAA"}
package/dist/Steps.d.ts DELETED
@@ -1,13 +0,0 @@
1
- import type { PropsWithClassName } from './helpers/props';
2
- import type { Step } from './types';
3
- interface Props extends PropsWithClassName {
4
- steps: Step[];
5
- onDeleteStep?: (id: string) => void;
6
- onUpdateFilter?: (id: string) => void;
7
- onAddStep?: (index: number) => void;
8
- onAddTrigger?: (index: number) => void;
9
- onSelectStep: (id: string) => void;
10
- }
11
- declare const Steps: ({ steps, className, onDeleteStep, onUpdateFilter, onAddStep, onAddTrigger, onSelectStep, }: Readonly<Props>) => import("react/jsx-runtime").JSX.Element;
12
- export default Steps;
13
- //# sourceMappingURL=Steps.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Steps.d.ts","sourceRoot":"","sources":["../src/Steps.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAA;AAEzD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,SAAS,CAAA;AAEnC,UAAU,KAAM,SAAQ,kBAAkB;IACxC,KAAK,EAAE,IAAI,EAAE,CAAA;IACb,YAAY,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAA;IACnC,cAAc,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAA;IACrC,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IACnC,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IACtC,YAAY,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAA;CACnC;AAED,QAAA,MAAM,KAAK,GAAI,4FAQZ,QAAQ,CAAC,KAAK,CAAC,4CA4DjB,CAAA;AAED,eAAe,KAAK,CAAA"}
@@ -1,5 +0,0 @@
1
- declare const IfStatement: ({ expression }: Readonly<{
2
- expression: string;
3
- }>) => import("react/jsx-runtime").JSX.Element;
4
- export default IfStatement;
5
- //# sourceMappingURL=IfStatement.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IfStatement.d.ts","sourceRoot":"","sources":["../../../src/components/triggers/IfStatement.tsx"],"names":[],"mappings":"AAMA,QAAA,MAAM,WAAW,GAAI,gBAAgB,QAAQ,CAAC;IAAE,UAAU,EAAE,MAAM,CAAA;CAAE,CAAC,4CAgBpE,CAAA;AAED,eAAe,WAAW,CAAA"}
package/dist/utils.d.ts DELETED
@@ -1,16 +0,0 @@
1
- import type { Step } from './types';
2
- /**
3
- * Recursively counts all descendants of a step
4
- * - For all leaves: count all direct children
5
- * - For 2-level nesting: count leaf direct children + grandchildren
6
- * - For 3+ level deep nesting: count only first-level grandchildren
7
- */
8
- export declare function countDescendants(step: Step): number;
9
- /**
10
- * Finds a step by title and calculates the number of its descendants
11
- * @param title - The title of the step to find
12
- * @param steps - The array of steps to search in
13
- * @returns The number of descendants, or -1 if the step is not found
14
- */
15
- export declare function getDescendantCount(title: string, steps: Step[]): number;
16
- //# sourceMappingURL=utils.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,SAAS,CAAA;AAEnC;;;;;GAKG;AACH,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM,CAiGnD;AAED;;;;;GAKG;AACH,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,IAAI,EAAE,GAAG,MAAM,CAevE"}
File without changes
File without changes
File without changes
File without changes
File without changes