@squeed/flow-sdk 2.0.14 → 2.0.15
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/index.cjs +19 -13
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +5682 -5603
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -829,8 +829,9 @@ export declare function NodeConfigSummary({ nodeAddress, expanded, }: {
|
|
|
829
829
|
expanded?: boolean;
|
|
830
830
|
}): JSX_2.Element;
|
|
831
831
|
|
|
832
|
-
export declare function NodeForm({ nodeAddress }: {
|
|
832
|
+
export declare function NodeForm({ nodeAddress, structured, }: {
|
|
833
833
|
nodeAddress: string;
|
|
834
|
+
structured?: boolean;
|
|
834
835
|
}): JSX_2.Element;
|
|
835
836
|
|
|
836
837
|
export declare function NodeFormPopover({ nodeAddress, active, label, open, onClose, children, filter, height, }: {
|
package/dist/index.d.ts
CHANGED
|
@@ -829,8 +829,9 @@ export declare function NodeConfigSummary({ nodeAddress, expanded, }: {
|
|
|
829
829
|
expanded?: boolean;
|
|
830
830
|
}): JSX_2.Element;
|
|
831
831
|
|
|
832
|
-
export declare function NodeForm({ nodeAddress }: {
|
|
832
|
+
export declare function NodeForm({ nodeAddress, structured, }: {
|
|
833
833
|
nodeAddress: string;
|
|
834
|
+
structured?: boolean;
|
|
834
835
|
}): JSX_2.Element;
|
|
835
836
|
|
|
836
837
|
export declare function NodeFormPopover({ nodeAddress, active, label, open, onClose, children, filter, height, }: {
|