@ansible/ansible-ui-framework 2.4.1805 → 2.4.1807
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/PageForm/Inputs/PageFormDataEditor.d.ts +1 -0
- package/index.js +1 -0
- package/index.umd.cjs +64 -64
- package/package.json +1 -1
- package/publish/index.d.ts +2 -1
|
@@ -36,3 +36,4 @@ export declare function DataEditorActions(props: {
|
|
|
36
36
|
children?: ReactNode;
|
|
37
37
|
}): import("react/jsx-runtime").JSX.Element;
|
|
38
38
|
export declare function valueToObject(value: string | object | undefined | null, isArray?: boolean): object;
|
|
39
|
+
export declare function objectToString(obj: object, language: DataEditorLanguages): string;
|
package/index.js
CHANGED
|
@@ -47943,6 +47943,7 @@ export {
|
|
|
47943
47943
|
WCe as errorToAlertProps,
|
|
47944
47944
|
aCe as findNavigationItemById,
|
|
47945
47945
|
mc as getPatternflyColor,
|
|
47946
|
+
ns as objectToString,
|
|
47946
47947
|
PE as pfDanger,
|
|
47947
47948
|
DE as pfDisabled,
|
|
47948
47949
|
jE as pfInfo,
|