@jsonforms/material-renderers 3.3.0-beta.0 → 3.3.0

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.
Files changed (81) hide show
  1. package/lib/additional/ListWithDetailMasterItem.d.ts +5 -5
  2. package/lib/additional/MaterialLabelRenderer.d.ts +13 -13
  3. package/lib/additional/MaterialListWithDetailRenderer.d.ts +6 -6
  4. package/lib/additional/index.d.ts +4 -4
  5. package/lib/additional/unwrapped.d.ts +5 -5
  6. package/lib/cells/CustomizableCells.d.ts +9 -9
  7. package/lib/cells/MaterialBooleanCell.d.ts +6 -6
  8. package/lib/cells/MaterialBooleanToggleCell.d.ts +6 -6
  9. package/lib/cells/MaterialDateCell.d.ts +7 -7
  10. package/lib/cells/MaterialEnumCell.d.ts +11 -11
  11. package/lib/cells/MaterialIntegerCell.d.ts +6 -6
  12. package/lib/cells/MaterialNumberCell.d.ts +10 -10
  13. package/lib/cells/MaterialNumberFormatCell.d.ts +10 -10
  14. package/lib/cells/MaterialOneOfEnumCell.d.ts +11 -11
  15. package/lib/cells/MaterialTextCell.d.ts +10 -10
  16. package/lib/cells/MaterialTimeCell.d.ts +6 -6
  17. package/lib/cells/index.d.ts +13 -13
  18. package/lib/complex/CombinatorProperties.d.ts +12 -12
  19. package/lib/complex/DeleteDialog.d.ts +15 -15
  20. package/lib/complex/MaterialAllOfRenderer.d.ts +6 -6
  21. package/lib/complex/MaterialAnyOfRenderer.d.ts +6 -6
  22. package/lib/complex/MaterialArrayControlRenderer.d.ts +6 -6
  23. package/lib/complex/MaterialEnumArrayRenderer.d.ts +6 -6
  24. package/lib/complex/MaterialObjectRenderer.d.ts +6 -6
  25. package/lib/complex/MaterialOneOfRenderer.d.ts +9 -9
  26. package/lib/complex/MaterialTableControl.d.ts +27 -27
  27. package/lib/complex/NoBorderTableCell.d.ts +3 -3
  28. package/lib/complex/TabSwitchConfirmDialog.d.ts +9 -9
  29. package/lib/complex/TableToolbar.d.ts +17 -17
  30. package/lib/complex/ValidationIcon.d.ts +7 -7
  31. package/lib/complex/index.d.ts +14 -14
  32. package/lib/complex/unwrapped.d.ts +9 -9
  33. package/lib/controls/MaterialAnyOfStringOrEnumControl.d.ts +9 -9
  34. package/lib/controls/MaterialBooleanControl.d.ts +6 -6
  35. package/lib/controls/MaterialBooleanToggleControl.d.ts +6 -6
  36. package/lib/controls/MaterialDateControl.d.ts +6 -6
  37. package/lib/controls/MaterialDateTimeControl.d.ts +6 -6
  38. package/lib/controls/MaterialEnumControl.d.ts +8 -8
  39. package/lib/controls/MaterialInputControl.d.ts +6 -6
  40. package/lib/controls/MaterialIntegerControl.d.ts +6 -6
  41. package/lib/controls/MaterialNativeControl.d.ts +6 -6
  42. package/lib/controls/MaterialNumberControl.d.ts +6 -6
  43. package/lib/controls/MaterialOneOfEnumControl.d.ts +8 -8
  44. package/lib/controls/MaterialOneOfRadioGroupControl.d.ts +6 -6
  45. package/lib/controls/MaterialRadioGroup.d.ts +3 -3
  46. package/lib/controls/MaterialRadioGroupControl.d.ts +6 -6
  47. package/lib/controls/MaterialSliderControl.d.ts +6 -6
  48. package/lib/controls/MaterialTextControl.d.ts +6 -6
  49. package/lib/controls/MaterialTimeControl.d.ts +6 -6
  50. package/lib/controls/index.d.ts +17 -17
  51. package/lib/controls/unwrapped.d.ts +19 -19
  52. package/lib/index.d.ts +42 -42
  53. package/lib/layouts/ArrayToolbar.d.ts +13 -13
  54. package/lib/layouts/ExpandPanelRenderer.d.ts +58 -58
  55. package/lib/layouts/MaterialArrayLayout.d.ts +3 -3
  56. package/lib/layouts/MaterialArrayLayoutRenderer.d.ts +6 -6
  57. package/lib/layouts/MaterialCategorizationLayout.d.ts +18 -18
  58. package/lib/layouts/MaterialCategorizationStepperLayout.d.ts +14 -14
  59. package/lib/layouts/MaterialGroupLayout.d.ts +7 -7
  60. package/lib/layouts/MaterialHorizontalLayout.d.ts +10 -10
  61. package/lib/layouts/MaterialVerticalLayout.d.ts +10 -10
  62. package/lib/layouts/index.d.ts +8 -8
  63. package/lib/layouts/unwrapped.d.ts +10 -10
  64. package/lib/mui-controls/MuiAutocomplete.d.ts +9 -9
  65. package/lib/mui-controls/MuiCheckbox.d.ts +8 -8
  66. package/lib/mui-controls/MuiInputInteger.d.ts +4 -4
  67. package/lib/mui-controls/MuiInputNumber.d.ts +4 -4
  68. package/lib/mui-controls/MuiInputNumberFormat.d.ts +4 -4
  69. package/lib/mui-controls/MuiInputText.d.ts +10 -10
  70. package/lib/mui-controls/MuiInputTime.d.ts +4 -4
  71. package/lib/mui-controls/MuiSelect.d.ts +5 -5
  72. package/lib/mui-controls/MuiToggle.d.ts +8 -8
  73. package/lib/mui-controls/index.d.ts +9 -9
  74. package/lib/util/datejs.d.ts +5 -5
  75. package/lib/util/debounce.d.ts +1 -1
  76. package/lib/util/focus.d.ts +1 -1
  77. package/lib/util/i18nDefaults.d.ts +3 -3
  78. package/lib/util/index.d.ts +6 -6
  79. package/lib/util/layout.d.ts +17 -17
  80. package/lib/util/theme.d.ts +17 -17
  81. package/package.json +6 -6
@@ -1,5 +1,5 @@
1
- import type { StatePropsOfMasterItem } from '@jsonforms/core';
2
- import React from 'react';
3
- export declare const ListWithDetailMasterItem: ({ index, childLabel, selected, enabled, handleSelect, removeItem, path, translations, }: StatePropsOfMasterItem) => React.JSX.Element;
4
- declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfMasterListItem>;
5
- export default _default;
1
+ import type { StatePropsOfMasterItem } from '@jsonforms/core';
2
+ import React from 'react';
3
+ export declare const ListWithDetailMasterItem: ({ index, childLabel, selected, enabled, handleSelect, removeItem, path, translations, }: StatePropsOfMasterItem) => React.JSX.Element;
4
+ declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfMasterListItem>;
5
+ export default _default;
@@ -1,13 +1,13 @@
1
- import React from 'react';
2
- import { LabelProps, RankedTester } from '@jsonforms/core';
3
- /**
4
- * Default tester for a label.
5
- * @type {RankedTester}
6
- */
7
- export declare const materialLabelRendererTester: RankedTester;
8
- /**
9
- * Default renderer for a label.
10
- */
11
- export declare const MaterialLabelRenderer: ({ text, visible }: LabelProps) => React.JSX.Element;
12
- declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfLabel>;
13
- export default _default;
1
+ import React from 'react';
2
+ import { LabelProps, RankedTester } from '@jsonforms/core';
3
+ /**
4
+ * Default tester for a label.
5
+ * @type {RankedTester}
6
+ */
7
+ export declare const materialLabelRendererTester: RankedTester;
8
+ /**
9
+ * Default renderer for a label.
10
+ */
11
+ export declare const MaterialLabelRenderer: ({ text, visible }: LabelProps) => React.JSX.Element;
12
+ declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfLabel>;
13
+ export default _default;
@@ -1,6 +1,6 @@
1
- import { ArrayLayoutProps, RankedTester } from '@jsonforms/core';
2
- import React from 'react';
3
- export declare const MaterialListWithDetailRenderer: ({ uischemas, schema, uischema, path, enabled, errors, visible, label, required, removeItems, addItem, data, renderers, cells, config, rootSchema, translations, description, }: ArrayLayoutProps) => React.JSX.Element;
4
- export declare const materialListWithDetailTester: RankedTester;
5
- declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfControl>;
6
- export default _default;
1
+ import { ArrayLayoutProps, RankedTester } from '@jsonforms/core';
2
+ import React from 'react';
3
+ export declare const MaterialListWithDetailRenderer: ({ uischemas, schema, uischema, path, enabled, errors, visible, label, required, removeItems, addItem, data, renderers, cells, config, rootSchema, translations, description, }: ArrayLayoutProps) => React.JSX.Element;
4
+ export declare const materialListWithDetailTester: RankedTester;
5
+ declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfControl>;
6
+ export default _default;
@@ -1,4 +1,4 @@
1
- import MaterialLabelRenderer, { materialLabelRendererTester } from './MaterialLabelRenderer';
2
- import MaterialListWithDetailRenderer, { materialListWithDetailTester } from './MaterialListWithDetailRenderer';
3
- export { MaterialLabelRenderer, materialLabelRendererTester, MaterialListWithDetailRenderer, materialListWithDetailTester, };
4
- export * from './ListWithDetailMasterItem';
1
+ import MaterialLabelRenderer, { materialLabelRendererTester } from './MaterialLabelRenderer';
2
+ import MaterialListWithDetailRenderer, { materialListWithDetailTester } from './MaterialListWithDetailRenderer';
3
+ export { MaterialLabelRenderer, materialLabelRendererTester, MaterialListWithDetailRenderer, materialListWithDetailTester, };
4
+ export * from './ListWithDetailMasterItem';
@@ -1,5 +1,5 @@
1
- /// <reference types="react" />
2
- export declare const UnwrappedAdditional: {
3
- MaterialLabelRenderer: ({ text, visible }: import("@jsonforms/core").LabelProps) => import("react").JSX.Element;
4
- MaterialListWithDetailRenderer: ({ uischemas, schema, uischema, path, enabled, errors, visible, label, required, removeItems, addItem, data, renderers, cells, config, rootSchema, translations, description, }: import("@jsonforms/core").ArrayLayoutProps) => import("react").JSX.Element;
5
- };
1
+ /// <reference types="react" />
2
+ export declare const UnwrappedAdditional: {
3
+ MaterialLabelRenderer: ({ text, visible }: import("@jsonforms/core").LabelProps) => import("react").JSX.Element;
4
+ MaterialListWithDetailRenderer: ({ uischemas, schema, uischema, path, enabled, errors, visible, label, required, removeItems, addItem, data, renderers, cells, config, rootSchema, translations, description, }: import("@jsonforms/core").ArrayLayoutProps) => import("react").JSX.Element;
5
+ };
@@ -1,9 +1,9 @@
1
- export { MaterialBooleanCell } from './MaterialBooleanCell';
2
- export { MaterialDateCell } from './MaterialDateCell';
3
- export { MaterialEnumCell } from './MaterialEnumCell';
4
- export { MaterialIntegerCell } from './MaterialIntegerCell';
5
- export { MaterialNumberCell } from './MaterialNumberCell';
6
- export { MaterialNumberFormatCell } from './MaterialNumberFormatCell';
7
- export { MaterialOneOfEnumCell } from './MaterialOneOfEnumCell';
8
- export { MaterialTextCell } from './MaterialTextCell';
9
- export { MaterialTimeCell } from './MaterialTimeCell';
1
+ export { MaterialBooleanCell } from './MaterialBooleanCell';
2
+ export { MaterialDateCell } from './MaterialDateCell';
3
+ export { MaterialEnumCell } from './MaterialEnumCell';
4
+ export { MaterialIntegerCell } from './MaterialIntegerCell';
5
+ export { MaterialNumberCell } from './MaterialNumberCell';
6
+ export { MaterialNumberFormatCell } from './MaterialNumberFormatCell';
7
+ export { MaterialOneOfEnumCell } from './MaterialOneOfEnumCell';
8
+ export { MaterialTextCell } from './MaterialTextCell';
9
+ export { MaterialTimeCell } from './MaterialTimeCell';
@@ -1,6 +1,6 @@
1
- import React from 'react';
2
- import { CellProps, RankedTester, WithClassname } from '@jsonforms/core';
3
- export declare const MaterialBooleanCell: (props: CellProps & WithClassname) => React.JSX.Element;
4
- export declare const materialBooleanCellTester: RankedTester;
5
- declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfCell>;
6
- export default _default;
1
+ import React from 'react';
2
+ import { CellProps, RankedTester, WithClassname } from '@jsonforms/core';
3
+ export declare const MaterialBooleanCell: (props: CellProps & WithClassname) => React.JSX.Element;
4
+ export declare const materialBooleanCellTester: RankedTester;
5
+ declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfCell>;
6
+ export default _default;
@@ -1,6 +1,6 @@
1
- import React from 'react';
2
- import { CellProps, RankedTester, WithClassname } from '@jsonforms/core';
3
- export declare const MaterialBooleanToggleCell: (props: CellProps & WithClassname) => React.JSX.Element;
4
- export declare const materialBooleanToggleCellTester: RankedTester;
5
- declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfCell>;
6
- export default _default;
1
+ import React from 'react';
2
+ import { CellProps, RankedTester, WithClassname } from '@jsonforms/core';
3
+ export declare const MaterialBooleanToggleCell: (props: CellProps & WithClassname) => React.JSX.Element;
4
+ export declare const materialBooleanToggleCellTester: RankedTester;
5
+ declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfCell>;
6
+ export default _default;
@@ -1,7 +1,7 @@
1
- import React from 'react';
2
- import { CellProps, RankedTester, WithClassname } from '@jsonforms/core';
3
- import { WithInputProps } from '../util';
4
- export declare const MaterialDateCell: (props: CellProps & WithClassname & WithInputProps) => React.JSX.Element;
5
- export declare const materialDateCellTester: RankedTester;
6
- declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfCell>;
7
- export default _default;
1
+ import React from 'react';
2
+ import { CellProps, RankedTester, WithClassname } from '@jsonforms/core';
3
+ import { WithInputProps } from '../util';
4
+ export declare const MaterialDateCell: (props: CellProps & WithClassname & WithInputProps) => React.JSX.Element;
5
+ export declare const materialDateCellTester: RankedTester;
6
+ declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfCell>;
7
+ export default _default;
@@ -1,11 +1,11 @@
1
- import React from 'react';
2
- import { EnumCellProps, RankedTester, WithClassname } from '@jsonforms/core';
3
- import { TranslateProps } from '@jsonforms/react';
4
- export declare const MaterialEnumCell: (props: EnumCellProps & WithClassname & TranslateProps) => React.JSX.Element;
5
- /**
6
- * Default tester for enum controls.
7
- * @type {RankedTester}
8
- */
9
- export declare const materialEnumCellTester: RankedTester;
10
- declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfEnumCell>;
11
- export default _default;
1
+ import React from 'react';
2
+ import { EnumCellProps, RankedTester, WithClassname } from '@jsonforms/core';
3
+ import { TranslateProps } from '@jsonforms/react';
4
+ export declare const MaterialEnumCell: (props: EnumCellProps & WithClassname & TranslateProps) => React.JSX.Element;
5
+ /**
6
+ * Default tester for enum controls.
7
+ * @type {RankedTester}
8
+ */
9
+ export declare const materialEnumCellTester: RankedTester;
10
+ declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfEnumCell>;
11
+ export default _default;
@@ -1,6 +1,6 @@
1
- import React from 'react';
2
- import { CellProps, RankedTester, WithClassname } from '@jsonforms/core';
3
- export declare const MaterialIntegerCell: (props: CellProps & WithClassname) => React.JSX.Element;
4
- export declare const materialIntegerCellTester: RankedTester;
5
- declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfCell>;
6
- export default _default;
1
+ import React from 'react';
2
+ import { CellProps, RankedTester, WithClassname } from '@jsonforms/core';
3
+ export declare const MaterialIntegerCell: (props: CellProps & WithClassname) => React.JSX.Element;
4
+ export declare const materialIntegerCellTester: RankedTester;
5
+ declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfCell>;
6
+ export default _default;
@@ -1,10 +1,10 @@
1
- import React from 'react';
2
- import { CellProps, RankedTester, WithClassname } from '@jsonforms/core';
3
- export declare const MaterialNumberCell: (props: CellProps & WithClassname) => React.JSX.Element;
4
- /**
5
- * Default tester for number controls.
6
- * @type {RankedTester}
7
- */
8
- export declare const materialNumberCellTester: RankedTester;
9
- declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfCell>;
10
- export default _default;
1
+ import React from 'react';
2
+ import { CellProps, RankedTester, WithClassname } from '@jsonforms/core';
3
+ export declare const MaterialNumberCell: (props: CellProps & WithClassname) => React.JSX.Element;
4
+ /**
5
+ * Default tester for number controls.
6
+ * @type {RankedTester}
7
+ */
8
+ export declare const materialNumberCellTester: RankedTester;
9
+ declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfCell>;
10
+ export default _default;
@@ -1,10 +1,10 @@
1
- import React from 'react';
2
- import { CellProps, Formatted, RankedTester, WithClassname } from '@jsonforms/core';
3
- export declare const MaterialNumberFormatCell: (props: CellProps & WithClassname & Formatted<number>) => React.JSX.Element;
4
- /**
5
- * Default tester for text-based/string controls.
6
- * @type {RankedTester}
7
- */
8
- export declare const materialNumberFormatCellTester: RankedTester;
9
- declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfCell>;
10
- export default _default;
1
+ import React from 'react';
2
+ import { CellProps, Formatted, RankedTester, WithClassname } from '@jsonforms/core';
3
+ export declare const MaterialNumberFormatCell: (props: CellProps & WithClassname & Formatted<number>) => React.JSX.Element;
4
+ /**
5
+ * Default tester for text-based/string controls.
6
+ * @type {RankedTester}
7
+ */
8
+ export declare const materialNumberFormatCellTester: RankedTester;
9
+ declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfCell>;
10
+ export default _default;
@@ -1,11 +1,11 @@
1
- import React from 'react';
2
- import { EnumCellProps, RankedTester, WithClassname } from '@jsonforms/core';
3
- import { TranslateProps } from '@jsonforms/react';
4
- export declare const MaterialOneOfEnumCell: (props: EnumCellProps & WithClassname & TranslateProps) => React.JSX.Element;
5
- /**
6
- * Default tester for oneOf enum controls.
7
- * @type {RankedTester}
8
- */
9
- export declare const materialOneOfEnumCellTester: RankedTester;
10
- declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfEnumCell>;
11
- export default _default;
1
+ import React from 'react';
2
+ import { EnumCellProps, RankedTester, WithClassname } from '@jsonforms/core';
3
+ import { TranslateProps } from '@jsonforms/react';
4
+ export declare const MaterialOneOfEnumCell: (props: EnumCellProps & WithClassname & TranslateProps) => React.JSX.Element;
5
+ /**
6
+ * Default tester for oneOf enum controls.
7
+ * @type {RankedTester}
8
+ */
9
+ export declare const materialOneOfEnumCellTester: RankedTester;
10
+ declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfEnumCell>;
11
+ export default _default;
@@ -1,10 +1,10 @@
1
- import React from 'react';
2
- import { CellProps, RankedTester, WithClassname } from '@jsonforms/core';
3
- export declare const MaterialTextCell: (props: CellProps & WithClassname) => React.JSX.Element;
4
- /**
5
- * Default tester for text-based/string controls.
6
- * @type {RankedTester}
7
- */
8
- export declare const materialTextCellTester: RankedTester;
9
- declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfCell>;
10
- export default _default;
1
+ import React from 'react';
2
+ import { CellProps, RankedTester, WithClassname } from '@jsonforms/core';
3
+ export declare const MaterialTextCell: (props: CellProps & WithClassname) => React.JSX.Element;
4
+ /**
5
+ * Default tester for text-based/string controls.
6
+ * @type {RankedTester}
7
+ */
8
+ export declare const materialTextCellTester: RankedTester;
9
+ declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfCell>;
10
+ export default _default;
@@ -1,6 +1,6 @@
1
- import React from 'react';
2
- import { CellProps, RankedTester, WithClassname } from '@jsonforms/core';
3
- export declare const MaterialTimeCell: (props: CellProps & WithClassname) => React.JSX.Element;
4
- export declare const materialTimeCellTester: RankedTester;
5
- declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfCell>;
6
- export default _default;
1
+ import React from 'react';
2
+ import { CellProps, RankedTester, WithClassname } from '@jsonforms/core';
3
+ export declare const MaterialTimeCell: (props: CellProps & WithClassname) => React.JSX.Element;
4
+ export declare const materialTimeCellTester: RankedTester;
5
+ declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfCell>;
6
+ export default _default;
@@ -1,13 +1,13 @@
1
- import MaterialBooleanCell, { materialBooleanCellTester } from './MaterialBooleanCell';
2
- import MaterialBooleanToggleCell, { materialBooleanToggleCellTester } from './MaterialBooleanToggleCell';
3
- import MaterialDateCell, { materialDateCellTester } from './MaterialDateCell';
4
- import MaterialEnumCell, { materialEnumCellTester } from './MaterialEnumCell';
5
- import MaterialIntegerCell, { materialIntegerCellTester } from './MaterialIntegerCell';
6
- import MaterialNumberCell, { materialNumberCellTester } from './MaterialNumberCell';
7
- import MaterialNumberFormatCell, { materialNumberFormatCellTester } from './MaterialNumberFormatCell';
8
- import MaterialOneOfEnumCell, { materialOneOfEnumCellTester } from './MaterialOneOfEnumCell';
9
- import MaterialTextCell, { materialTextCellTester } from './MaterialTextCell';
10
- import MaterialTimeCell, { materialTimeCellTester } from './MaterialTimeCell';
11
- export { MaterialBooleanCell, materialBooleanCellTester, MaterialBooleanToggleCell, materialBooleanToggleCellTester, MaterialDateCell, materialDateCellTester, MaterialEnumCell, materialEnumCellTester, MaterialIntegerCell, materialIntegerCellTester, MaterialNumberCell, materialNumberCellTester, MaterialNumberFormatCell, materialNumberFormatCellTester, MaterialOneOfEnumCell, materialOneOfEnumCellTester, MaterialTextCell, materialTextCellTester, MaterialTimeCell, materialTimeCellTester, };
12
- import * as Customizable from './CustomizableCells';
13
- export { Customizable };
1
+ import MaterialBooleanCell, { materialBooleanCellTester } from './MaterialBooleanCell';
2
+ import MaterialBooleanToggleCell, { materialBooleanToggleCellTester } from './MaterialBooleanToggleCell';
3
+ import MaterialDateCell, { materialDateCellTester } from './MaterialDateCell';
4
+ import MaterialEnumCell, { materialEnumCellTester } from './MaterialEnumCell';
5
+ import MaterialIntegerCell, { materialIntegerCellTester } from './MaterialIntegerCell';
6
+ import MaterialNumberCell, { materialNumberCellTester } from './MaterialNumberCell';
7
+ import MaterialNumberFormatCell, { materialNumberFormatCellTester } from './MaterialNumberFormatCell';
8
+ import MaterialOneOfEnumCell, { materialOneOfEnumCellTester } from './MaterialOneOfEnumCell';
9
+ import MaterialTextCell, { materialTextCellTester } from './MaterialTextCell';
10
+ import MaterialTimeCell, { materialTimeCellTester } from './MaterialTimeCell';
11
+ export { MaterialBooleanCell, materialBooleanCellTester, MaterialBooleanToggleCell, materialBooleanToggleCellTester, MaterialDateCell, materialDateCellTester, MaterialEnumCell, materialEnumCellTester, MaterialIntegerCell, materialIntegerCellTester, MaterialNumberCell, materialNumberCellTester, MaterialNumberFormatCell, materialNumberFormatCellTester, MaterialOneOfEnumCell, materialOneOfEnumCellTester, MaterialTextCell, materialTextCellTester, MaterialTimeCell, materialTimeCellTester, };
12
+ import * as Customizable from './CustomizableCells';
13
+ export { Customizable };
@@ -1,12 +1,12 @@
1
- import React from 'react';
2
- import { JsonSchema } from '@jsonforms/core';
3
- interface CombinatorPropertiesProps {
4
- schema: JsonSchema;
5
- combinatorKeyword: 'oneOf' | 'anyOf';
6
- path: string;
7
- rootSchema: JsonSchema;
8
- }
9
- export declare class CombinatorProperties extends React.Component<CombinatorPropertiesProps, {}> {
10
- render(): React.JSX.Element;
11
- }
12
- export default CombinatorProperties;
1
+ import React from 'react';
2
+ import { JsonSchema } from '@jsonforms/core';
3
+ interface CombinatorPropertiesProps {
4
+ schema: JsonSchema;
5
+ combinatorKeyword: 'oneOf' | 'anyOf';
6
+ path: string;
7
+ rootSchema: JsonSchema;
8
+ }
9
+ export declare class CombinatorProperties extends React.Component<CombinatorPropertiesProps, {}> {
10
+ render(): React.JSX.Element;
11
+ }
12
+ export default CombinatorProperties;
@@ -1,15 +1,15 @@
1
- import React from 'react';
2
- export interface DeleteDialogProps {
3
- open: boolean;
4
- onClose(): void;
5
- onConfirm(): void;
6
- onCancel(): void;
7
- title: string;
8
- message: string;
9
- acceptText: string;
10
- declineText: string;
11
- }
12
- export interface WithDeleteDialogSupport {
13
- openDeleteDialog(path: string, data: number): void;
14
- }
15
- export declare const DeleteDialog: React.NamedExoticComponent<DeleteDialogProps>;
1
+ import React from 'react';
2
+ export interface DeleteDialogProps {
3
+ open: boolean;
4
+ onClose(): void;
5
+ onConfirm(): void;
6
+ onCancel(): void;
7
+ title: string;
8
+ message: string;
9
+ acceptText: string;
10
+ declineText: string;
11
+ }
12
+ export interface WithDeleteDialogSupport {
13
+ openDeleteDialog(path: string, data: number): void;
14
+ }
15
+ export declare const DeleteDialog: React.NamedExoticComponent<DeleteDialogProps>;
@@ -1,6 +1,6 @@
1
- import React from 'react';
2
- import { RankedTester, StatePropsOfCombinator } from '@jsonforms/core';
3
- export declare const MaterialAllOfRenderer: ({ schema, rootSchema, visible, renderers, cells, path, uischemas, uischema, }: StatePropsOfCombinator) => React.JSX.Element;
4
- export declare const materialAllOfControlTester: RankedTester;
5
- declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfControl>;
6
- export default _default;
1
+ import React from 'react';
2
+ import { RankedTester, StatePropsOfCombinator } from '@jsonforms/core';
3
+ export declare const MaterialAllOfRenderer: ({ schema, rootSchema, visible, renderers, cells, path, uischemas, uischema, }: StatePropsOfCombinator) => React.JSX.Element;
4
+ export declare const materialAllOfControlTester: RankedTester;
5
+ declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfControl>;
6
+ export default _default;
@@ -1,6 +1,6 @@
1
- import React from 'react';
2
- import { CombinatorRendererProps, RankedTester } from '@jsonforms/core';
3
- export declare const MaterialAnyOfRenderer: ({ handleChange, schema, rootSchema, indexOfFittingSchema, visible, path, renderers, cells, uischema, uischemas, id, data, }: CombinatorRendererProps) => React.JSX.Element;
4
- export declare const materialAnyOfControlTester: RankedTester;
5
- declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfControl>;
6
- export default _default;
1
+ import React from 'react';
2
+ import { CombinatorRendererProps, RankedTester } from '@jsonforms/core';
3
+ export declare const MaterialAnyOfRenderer: ({ handleChange, schema, rootSchema, indexOfFittingSchema, visible, path, renderers, cells, uischema, uischemas, id, data, }: CombinatorRendererProps) => React.JSX.Element;
4
+ export declare const materialAnyOfControlTester: RankedTester;
5
+ declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfControl>;
6
+ export default _default;
@@ -1,6 +1,6 @@
1
- import React from 'react';
2
- import { ArrayLayoutProps, RankedTester } from '@jsonforms/core';
3
- export declare const MaterialArrayControlRenderer: (props: ArrayLayoutProps) => React.JSX.Element;
4
- export declare const materialArrayControlTester: RankedTester;
5
- declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfControl>;
6
- export default _default;
1
+ import React from 'react';
2
+ import { ArrayLayoutProps, RankedTester } from '@jsonforms/core';
3
+ export declare const MaterialArrayControlRenderer: (props: ArrayLayoutProps) => React.JSX.Element;
4
+ export declare const materialArrayControlTester: RankedTester;
5
+ declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfControl>;
6
+ export default _default;
@@ -1,6 +1,6 @@
1
- import { ControlProps, DispatchPropsOfMultiEnumControl, OwnPropsOfEnum, RankedTester } from '@jsonforms/core';
2
- import React from 'react';
3
- export declare const MaterialEnumArrayRenderer: ({ config, id, schema, visible, errors, description, label, required, path, options, data, addItem, removeItem, handleChange: _handleChange, ...otherProps }: ControlProps & OwnPropsOfEnum & DispatchPropsOfMultiEnumControl) => React.JSX.Element;
4
- export declare const materialEnumArrayRendererTester: RankedTester;
5
- declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfControl & OwnPropsOfEnum & DispatchPropsOfMultiEnumControl>;
6
- export default _default;
1
+ import { ControlProps, DispatchPropsOfMultiEnumControl, OwnPropsOfEnum, RankedTester } from '@jsonforms/core';
2
+ import React from 'react';
3
+ export declare const MaterialEnumArrayRenderer: ({ config, id, schema, visible, errors, description, label, required, path, options, data, addItem, removeItem, handleChange: _handleChange, ...otherProps }: ControlProps & OwnPropsOfEnum & DispatchPropsOfMultiEnumControl) => React.JSX.Element;
4
+ export declare const materialEnumArrayRendererTester: RankedTester;
5
+ declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfControl & OwnPropsOfEnum & DispatchPropsOfMultiEnumControl>;
6
+ export default _default;
@@ -1,6 +1,6 @@
1
- import { RankedTester, StatePropsOfControlWithDetail } from '@jsonforms/core';
2
- import React from 'react';
3
- export declare const MaterialObjectRenderer: ({ renderers, cells, uischemas, schema, label, path, visible, enabled, uischema, rootSchema, }: StatePropsOfControlWithDetail) => React.JSX.Element;
4
- export declare const materialObjectControlTester: RankedTester;
5
- declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfControl>;
6
- export default _default;
1
+ import { RankedTester, StatePropsOfControlWithDetail } from '@jsonforms/core';
2
+ import React from 'react';
3
+ export declare const MaterialObjectRenderer: ({ renderers, cells, uischemas, schema, label, path, visible, enabled, uischema, rootSchema, }: StatePropsOfControlWithDetail) => React.JSX.Element;
4
+ export declare const materialObjectControlTester: RankedTester;
5
+ declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfControl>;
6
+ export default _default;
@@ -1,9 +1,9 @@
1
- import React from 'react';
2
- import { CombinatorRendererProps, OwnPropsOfControl, RankedTester } from '@jsonforms/core';
3
- export interface OwnOneOfProps extends OwnPropsOfControl {
4
- indexOfFittingSchema?: number;
5
- }
6
- export declare const MaterialOneOfRenderer: ({ handleChange, schema, path, renderers, cells, rootSchema, id, visible, indexOfFittingSchema, uischema, uischemas, data, }: CombinatorRendererProps) => React.JSX.Element;
7
- export declare const materialOneOfControlTester: RankedTester;
8
- declare const _default: React.ComponentType<OwnPropsOfControl>;
9
- export default _default;
1
+ import React from 'react';
2
+ import { CombinatorRendererProps, OwnPropsOfControl, RankedTester } from '@jsonforms/core';
3
+ export interface OwnOneOfProps extends OwnPropsOfControl {
4
+ indexOfFittingSchema?: number;
5
+ }
6
+ export declare const MaterialOneOfRenderer: ({ handleChange, schema, path, renderers, cells, rootSchema, id, visible, indexOfFittingSchema, uischema, uischemas, data, }: CombinatorRendererProps) => React.JSX.Element;
7
+ export declare const materialOneOfControlTester: RankedTester;
8
+ declare const _default: React.ComponentType<OwnPropsOfControl>;
9
+ export default _default;
@@ -1,27 +1,27 @@
1
- import React from 'react';
2
- import { ArrayLayoutProps, JsonSchema, JsonFormsCellRendererRegistryEntry, ArrayTranslations } from '@jsonforms/core';
3
- import { WithDeleteDialogSupport } from './DeleteDialog';
4
- export interface EmptyTableProps {
5
- numColumns: number;
6
- translations: ArrayTranslations;
7
- }
8
- interface NonEmptyRowProps {
9
- childPath: string;
10
- schema: JsonSchema;
11
- rowIndex: number;
12
- moveUpCreator: (path: string, position: number) => () => void;
13
- moveDownCreator: (path: string, position: number) => () => void;
14
- enableUp: boolean;
15
- enableDown: boolean;
16
- showSortButtons: boolean;
17
- enabled: boolean;
18
- cells?: JsonFormsCellRendererRegistryEntry[];
19
- path: string;
20
- translations: ArrayTranslations;
21
- }
22
- export declare const NonEmptyRow: React.MemoExoticComponent<({ childPath, schema, rowIndex, openDeleteDialog, moveUpCreator, moveDownCreator, enableUp, enableDown, showSortButtons, enabled, cells, path, translations, }: NonEmptyRowProps & WithDeleteDialogSupport) => React.JSX.Element>;
23
- export declare class MaterialTableControl extends React.Component<ArrayLayoutProps & WithDeleteDialogSupport, any> {
24
- addItem: (path: string, value: any) => () => void;
25
- render(): React.JSX.Element;
26
- }
27
- export {};
1
+ import React from 'react';
2
+ import { ArrayLayoutProps, JsonSchema, JsonFormsCellRendererRegistryEntry, ArrayTranslations } from '@jsonforms/core';
3
+ import { WithDeleteDialogSupport } from './DeleteDialog';
4
+ export interface EmptyTableProps {
5
+ numColumns: number;
6
+ translations: ArrayTranslations;
7
+ }
8
+ interface NonEmptyRowProps {
9
+ childPath: string;
10
+ schema: JsonSchema;
11
+ rowIndex: number;
12
+ moveUpCreator: (path: string, position: number) => () => void;
13
+ moveDownCreator: (path: string, position: number) => () => void;
14
+ enableUp: boolean;
15
+ enableDown: boolean;
16
+ showSortButtons: boolean;
17
+ enabled: boolean;
18
+ cells?: JsonFormsCellRendererRegistryEntry[];
19
+ path: string;
20
+ translations: ArrayTranslations;
21
+ }
22
+ export declare const NonEmptyRow: React.MemoExoticComponent<({ childPath, schema, rowIndex, openDeleteDialog, moveUpCreator, moveDownCreator, enableUp, enableDown, showSortButtons, enabled, cells, path, translations, }: NonEmptyRowProps & WithDeleteDialogSupport) => React.JSX.Element>;
23
+ export declare class MaterialTableControl extends React.Component<ArrayLayoutProps & WithDeleteDialogSupport, any> {
24
+ addItem: (path: string, value: any) => () => void;
25
+ render(): React.JSX.Element;
26
+ }
27
+ export {};
@@ -1,3 +1,3 @@
1
- import React from 'react';
2
- declare const NoBorderTableCell: ({ children, ...otherProps }: any) => React.JSX.Element;
3
- export default NoBorderTableCell;
1
+ import React from 'react';
2
+ declare const NoBorderTableCell: ({ children, ...otherProps }: any) => React.JSX.Element;
3
+ export default NoBorderTableCell;
@@ -1,9 +1,9 @@
1
- import React from 'react';
2
- export interface TabSwitchConfirmDialogProps {
3
- open: boolean;
4
- handleClose: () => void;
5
- confirm: () => void;
6
- cancel: () => void;
7
- id: string;
8
- }
9
- export declare const TabSwitchConfirmDialog: ({ open, handleClose, confirm, cancel, id, }: TabSwitchConfirmDialogProps) => React.JSX.Element;
1
+ import React from 'react';
2
+ export interface TabSwitchConfirmDialogProps {
3
+ open: boolean;
4
+ handleClose: () => void;
5
+ confirm: () => void;
6
+ cancel: () => void;
7
+ id: string;
8
+ }
9
+ export declare const TabSwitchConfirmDialog: ({ open, handleClose, confirm, cancel, id, }: TabSwitchConfirmDialogProps) => React.JSX.Element;
@@ -1,17 +1,17 @@
1
- import React from 'react';
2
- import { ControlElement, JsonSchema, ArrayTranslations } from '@jsonforms/core';
3
- export interface MaterialTableToolbarProps {
4
- numColumns: number;
5
- errors: string;
6
- label: string;
7
- description: string;
8
- path: string;
9
- uischema: ControlElement;
10
- schema: JsonSchema;
11
- rootSchema: JsonSchema;
12
- enabled: boolean;
13
- translations: ArrayTranslations;
14
- addItem(path: string, value: any): () => void;
15
- }
16
- declare const TableToolbar: React.NamedExoticComponent<MaterialTableToolbarProps>;
17
- export default TableToolbar;
1
+ import React from 'react';
2
+ import { ControlElement, JsonSchema, ArrayTranslations } from '@jsonforms/core';
3
+ export interface MaterialTableToolbarProps {
4
+ numColumns: number;
5
+ errors: string;
6
+ label: string;
7
+ description: string;
8
+ path: string;
9
+ uischema: ControlElement;
10
+ schema: JsonSchema;
11
+ rootSchema: JsonSchema;
12
+ enabled: boolean;
13
+ translations: ArrayTranslations;
14
+ addItem(path: string, value: any): () => void;
15
+ }
16
+ declare const TableToolbar: React.NamedExoticComponent<MaterialTableToolbarProps>;
17
+ export default TableToolbar;
@@ -1,7 +1,7 @@
1
- import React from 'react';
2
- export interface ValidationProps {
3
- errorMessages: string;
4
- id: string;
5
- }
6
- declare const ValidationIcon: React.FC<ValidationProps>;
7
- export default ValidationIcon;
1
+ import React from 'react';
2
+ export interface ValidationProps {
3
+ errorMessages: string;
4
+ id: string;
5
+ }
6
+ declare const ValidationIcon: React.FC<ValidationProps>;
7
+ export default ValidationIcon;