Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

Commit e7e7cf9

Browse files
Introduced CodeField and updated template (#82)
* Updated template with vite (as create-react-app is deprecated) * Updated fields style to small * Introduced ControlCodeField with monaco editor * Fixed heading for sections and subsections
1 parent 2e98787 commit e7e7cf9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+837
-212
lines changed

etc/plugin-config-ui-lib.api.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,17 @@ import { BoxProps } from '@mui/material/Box';
99
import { ButtonProps } from '@mui/material/Button';
1010
import { ChangeEventHandler } from 'react';
1111
import { Controller } from 'react-hook-form';
12+
import { EditorProps } from '@monaco-editor/react';
1213
import { FormMessagePayload } from '@cloudquery/plugin-config-ui-connector';
1314
import { FormProvider } from 'react-hook-form';
1415
import { ForwardRefExoticComponent } from 'react';
1516
import { ImgHTMLAttributes } from 'react';
17+
import { JSONSchema } from 'monaco-yaml';
1618
import { JSX as JSX_2 } from 'react/jsx-runtime';
1719
import { LinkProps as LinkProps_2 } from '@mui/material/Link';
1820
import { ListItemProps } from '@mui/material/ListItem';
1921
import { ListProps } from '@mui/material/List';
22+
import type * as Monaco from 'monaco-editor';
2023
import { PluginUiMessageHandler } from '@cloudquery/plugin-config-ui-connector';
2124
import { PluginUiMessagePayload } from '@cloudquery/plugin-config-ui-connector';
2225
import { default as React_2 } from 'react';

0 commit comments

Comments
 (0)