@bpmn-io/form-js-editor 1.6.4 → 1.7.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 (140) hide show
  1. package/dist/assets/form-js-editor-base.css +23 -2
  2. package/dist/assets/form-js-editor.css +60 -21
  3. package/dist/assets/properties-panel.css +40 -21
  4. package/dist/index.cjs +1770 -1432
  5. package/dist/index.cjs.map +1 -1
  6. package/dist/index.es.js +1774 -1436
  7. package/dist/index.es.js.map +1 -1
  8. package/dist/types/FormEditor.d.ts +29 -29
  9. package/dist/types/core/Debounce.d.ts +2 -3
  10. package/dist/types/core/EventBus.d.ts +1 -1
  11. package/dist/types/core/FormFieldRegistry.d.ts +1 -1
  12. package/dist/types/core/FormLayoutValidator.d.ts +7 -8
  13. package/dist/types/core/FormLayouter.d.ts +1 -1
  14. package/dist/types/core/index.d.ts +8 -9
  15. package/dist/types/features/SectionModuleBase.d.ts +1 -1
  16. package/dist/types/features/dragging/Dragging.d.ts +13 -14
  17. package/dist/types/features/dragging/index.d.ts +2 -3
  18. package/dist/types/features/editor-actions/FormEditorActions.d.ts +2 -3
  19. package/dist/types/features/editor-actions/index.d.ts +2 -3
  20. package/dist/types/features/expression-language/EditorTemplating.d.ts +2 -3
  21. package/dist/types/features/expression-language/index.d.ts +2 -3
  22. package/dist/types/features/keyboard/FormEditorKeyboardBindings.d.ts +2 -3
  23. package/dist/types/features/keyboard/index.d.ts +2 -3
  24. package/dist/types/features/modeling/FormLayoutUpdater.d.ts +2 -3
  25. package/dist/types/features/modeling/Modeling.d.ts +9 -10
  26. package/dist/types/features/modeling/behavior/IdBehavior.d.ts +2 -3
  27. package/dist/types/features/modeling/behavior/KeyBehavior.d.ts +2 -3
  28. package/dist/types/features/modeling/behavior/OptionsSourceBehavior.d.ts +2 -3
  29. package/dist/types/features/modeling/behavior/PathBehavior.d.ts +2 -3
  30. package/dist/types/features/modeling/behavior/ValidateBehavior.d.ts +2 -3
  31. package/dist/types/features/modeling/behavior/index.d.ts +6 -7
  32. package/dist/types/features/modeling/cmd/AddFormFieldHandler.d.ts +7 -8
  33. package/dist/types/features/modeling/cmd/EditFormFieldHandler.d.ts +7 -8
  34. package/dist/types/features/modeling/cmd/MoveFormFieldHandler.d.ts +9 -10
  35. package/dist/types/features/modeling/cmd/RemoveFormFieldHandler.d.ts +7 -8
  36. package/dist/types/features/modeling/cmd/UpdateIdClaimHandler.d.ts +5 -6
  37. package/dist/types/features/modeling/cmd/UpdateKeyClaimHandler.d.ts +3 -4
  38. package/dist/types/features/modeling/cmd/UpdatePathClaimHandler.d.ts +3 -4
  39. package/dist/types/features/modeling/index.d.ts +8 -9
  40. package/dist/types/features/palette/PaletteRenderer.d.ts +7 -0
  41. package/dist/types/features/palette/components/Palette.d.ts +2 -2
  42. package/dist/types/features/palette/components/PaletteEntry.d.ts +1 -1
  43. package/dist/types/features/palette/index.d.ts +3 -4
  44. package/dist/types/features/properties-panel/PropertiesPanel.d.ts +1 -1
  45. package/dist/types/features/properties-panel/PropertiesPanelRenderer.d.ts +4 -5
  46. package/dist/types/features/properties-panel/PropertiesProvider.d.ts +2 -3
  47. package/dist/types/features/properties-panel/Util.d.ts +6 -1
  48. package/dist/types/features/properties-panel/components/AutoFocusSelect.d.ts +1 -1
  49. package/dist/types/features/properties-panel/components/index.d.ts +1 -1
  50. package/dist/types/features/properties-panel/context/FormPropertiesPanelContext.d.ts +2 -2
  51. package/dist/types/features/properties-panel/context/index.d.ts +1 -1
  52. package/dist/types/features/properties-panel/entries/ActionEntry.d.ts +1 -1
  53. package/dist/types/features/properties-panel/entries/AdornerEntry.d.ts +1 -1
  54. package/dist/types/features/properties-panel/entries/AltTextEntry.d.ts +1 -1
  55. package/dist/types/features/properties-panel/entries/ColumnEntry.d.ts +0 -1
  56. package/dist/types/features/properties-panel/entries/ColumnsEntry.d.ts +1 -1
  57. package/dist/types/features/properties-panel/entries/ConditionEntry.d.ts +1 -1
  58. package/dist/types/features/properties-panel/entries/CustomValueEntry.d.ts +1 -1
  59. package/dist/types/features/properties-panel/entries/DateTimeConstraintsEntry.d.ts +1 -1
  60. package/dist/types/features/properties-panel/entries/DateTimeEntry.d.ts +1 -1
  61. package/dist/types/features/properties-panel/entries/{DateTimeSerializationEntry.d.ts → DateTimeFormatEntry.d.ts} +1 -1
  62. package/dist/types/features/properties-panel/entries/DefaultValueEntry.d.ts +1 -1
  63. package/dist/types/features/properties-panel/entries/DescriptionEntry.d.ts +1 -1
  64. package/dist/types/features/properties-panel/entries/DisabledEntry.d.ts +1 -1
  65. package/dist/types/features/properties-panel/entries/GroupAppearanceEntry.d.ts +1 -1
  66. package/dist/types/features/properties-panel/entries/HeightEntry.d.ts +1 -1
  67. package/dist/types/features/properties-panel/entries/HtmlEntry.d.ts +10 -0
  68. package/dist/types/features/properties-panel/entries/IFrameHeightEntry.d.ts +1 -1
  69. package/dist/types/features/properties-panel/entries/IFrameUrlEntry.d.ts +1 -1
  70. package/dist/types/features/properties-panel/entries/IdEntry.d.ts +1 -1
  71. package/dist/types/features/properties-panel/entries/ImageSourceEntry.d.ts +1 -1
  72. package/dist/types/features/properties-panel/entries/InputKeyOptionsSourceEntry.d.ts +1 -1
  73. package/dist/types/features/properties-panel/entries/KeyEntry.d.ts +1 -1
  74. package/dist/types/features/properties-panel/entries/LabelEntry.d.ts +1 -1
  75. package/dist/types/features/properties-panel/entries/LayouterAppearanceEntry.d.ts +1 -1
  76. package/dist/types/features/properties-panel/entries/NumberEntries.d.ts +1 -1
  77. package/dist/types/features/properties-panel/entries/NumberSerializationEntry.d.ts +1 -1
  78. package/dist/types/features/properties-panel/entries/OptionsExpressionEntry.d.ts +1 -1
  79. package/dist/types/features/properties-panel/entries/OptionsSourceSelectEntry.d.ts +1 -1
  80. package/dist/types/features/properties-panel/entries/PathEntry.d.ts +1 -1
  81. package/dist/types/features/properties-panel/entries/ReadonlyEntry.d.ts +1 -1
  82. package/dist/types/features/properties-panel/entries/RepeatableEntry.d.ts +1 -2
  83. package/dist/types/features/properties-panel/entries/SelectEntries.d.ts +1 -1
  84. package/dist/types/features/properties-panel/entries/StaticOptionsSourceEntry.d.ts +1 -1
  85. package/dist/types/features/properties-panel/entries/TextEntry.d.ts +1 -1
  86. package/dist/types/features/properties-panel/entries/ValueEntry.d.ts +1 -1
  87. package/dist/types/features/properties-panel/entries/factories/index.d.ts +4 -4
  88. package/dist/types/features/properties-panel/entries/factories/simpleBoolEntryFactory.d.ts +1 -1
  89. package/dist/types/features/properties-panel/entries/factories/simpleRangeIntegerEntryFactory.d.ts +0 -1
  90. package/dist/types/features/properties-panel/entries/factories/simpleSelectEntryFactory.d.ts +1 -1
  91. package/dist/types/features/properties-panel/entries/factories/simpleStringEntryFactory.d.ts +1 -1
  92. package/dist/types/features/properties-panel/entries/factories/zeroPositiveIntegerEntryFactory.d.ts +1 -1
  93. package/dist/types/features/properties-panel/entries/index.d.ts +34 -33
  94. package/dist/types/features/properties-panel/groups/AppearanceGroup.d.ts +1 -1
  95. package/dist/types/features/properties-panel/groups/ConstraintsGroup.d.ts +1 -1
  96. package/dist/types/features/properties-panel/groups/CustomPropertiesGroup.d.ts +1 -1
  97. package/dist/types/features/properties-panel/groups/GeneralGroup.d.ts +1 -2
  98. package/dist/types/features/properties-panel/groups/LayoutGroup.d.ts +1 -1
  99. package/dist/types/features/properties-panel/groups/OptionsGroups.d.ts +1 -1
  100. package/dist/types/features/properties-panel/groups/SecurityAttributesGroup.d.ts +20 -0
  101. package/dist/types/features/properties-panel/groups/SerializationGroup.d.ts +1 -1
  102. package/dist/types/features/properties-panel/groups/ValidationGroup.d.ts +1 -1
  103. package/dist/types/features/properties-panel/groups/index.d.ts +9 -8
  104. package/dist/types/features/properties-panel/hooks/index.d.ts +1 -1
  105. package/dist/types/features/properties-panel/hooks/usePropertiesPanelService.d.ts +1 -1
  106. package/dist/types/features/properties-panel/index.d.ts +4 -5
  107. package/dist/types/features/render-injection/RenderInjector.d.ts +3 -4
  108. package/dist/types/features/render-injection/components/InjectedRendersRoot.d.ts +1 -2
  109. package/dist/types/features/render-injection/index.d.ts +2 -3
  110. package/dist/types/features/render-injection/slot-fill/Fill.d.ts +1 -2
  111. package/dist/types/features/render-injection/slot-fill/FillContext.d.ts +1 -2
  112. package/dist/types/features/render-injection/slot-fill/Slot.d.ts +1 -2
  113. package/dist/types/features/render-injection/slot-fill/SlotContext.d.ts +1 -2
  114. package/dist/types/features/render-injection/slot-fill/SlotFillRoot.d.ts +1 -2
  115. package/dist/types/features/render-injection/slot-fill/index.d.ts +5 -5
  116. package/dist/types/features/repeat-render/EditorRepeatRenderManager.d.ts +2 -3
  117. package/dist/types/features/repeat-render/index.d.ts +2 -3
  118. package/dist/types/features/selection/Selection.d.ts +2 -3
  119. package/dist/types/features/selection/SelectionBehavior.d.ts +2 -3
  120. package/dist/types/features/selection/index.d.ts +3 -4
  121. package/dist/types/index.d.ts +1 -1
  122. package/dist/types/render/EditorFormFields.d.ts +1 -1
  123. package/dist/types/render/Renderer.d.ts +6 -7
  124. package/dist/types/render/components/FormEditor.d.ts +1 -1
  125. package/dist/types/render/components/ModularSection.d.ts +1 -2
  126. package/dist/types/render/components/editor-form-fields/EditorHtml.d.ts +5 -0
  127. package/dist/types/render/components/editor-form-fields/EditorIFrame.d.ts +2 -3
  128. package/dist/types/render/components/editor-form-fields/EditorTable.d.ts +2 -3
  129. package/dist/types/render/components/editor-form-fields/EditorText.d.ts +2 -3
  130. package/dist/types/render/components/editor-form-fields/index.d.ts +5 -4
  131. package/dist/types/render/context/DragAndDropContext.d.ts +1 -2
  132. package/dist/types/render/context/FormEditorContext.d.ts +2 -2
  133. package/dist/types/render/context/index.d.ts +2 -2
  134. package/dist/types/render/hooks/index.d.ts +3 -3
  135. package/dist/types/render/hooks/useDebounce.d.ts +4 -1
  136. package/dist/types/render/hooks/usePrevious.d.ts +1 -1
  137. package/dist/types/render/hooks/useService.d.ts +1 -1
  138. package/dist/types/render/index.d.ts +3 -4
  139. package/package.json +6 -6
  140. package/dist/types/features/palette/PaletteModule.d.ts +0 -8
@@ -1,11 +1,11 @@
1
- declare namespace _default {
1
+ export namespace ModelingModule {
2
2
  let __depends__: (import("didi").ModuleDeclaration | {
3
3
  __init__: string[];
4
- idBehavior: (string | typeof import("./behavior/IdBehavior").default)[];
5
- keyBehavior: (string | typeof import("./behavior/KeyBehavior").default)[];
6
- pathBehavior: (string | typeof import("./behavior/PathBehavior").default)[];
7
- validateBehavior: (string | typeof import("./behavior/ValidateBehavior").default)[];
8
- optionsSourceBehavior: (string | typeof import("./behavior/OptionsSourceBehavior").default)[];
4
+ idBehavior: (string | typeof import("./behavior/IdBehavior").IdBehavior)[];
5
+ keyBehavior: (string | typeof import("./behavior/KeyBehavior").KeyBehavior)[];
6
+ pathBehavior: (string | typeof import("./behavior/PathBehavior").PathBehavior)[];
7
+ validateBehavior: (string | typeof import("./behavior/ValidateBehavior").ValidateBehavior)[];
8
+ optionsSourceBehavior: (string | typeof import("./behavior/OptionsSourceBehavior").OptionsSourceBehavior)[];
9
9
  columnsSourceBehavior: (string | typeof import("./behavior/ColumnsSourceBehavior").ColumnsSourceBehavior)[];
10
10
  tableDataSourceBehavior: (string | typeof import("./behavior/TableDataSourceBehavior").TableDataSourceBehavior)[];
11
11
  })[];
@@ -13,6 +13,5 @@ declare namespace _default {
13
13
  let formLayoutUpdater: (string | typeof FormLayoutUpdater)[];
14
14
  let modeling: (string | typeof Modeling)[];
15
15
  }
16
- export default _default;
17
- import FormLayoutUpdater from './FormLayoutUpdater';
18
- import Modeling from './Modeling';
16
+ import { FormLayoutUpdater } from './FormLayoutUpdater';
17
+ import { Modeling } from './Modeling';
@@ -0,0 +1,7 @@
1
+ export class PaletteRenderer extends SectionModuleBase {
2
+ constructor(eventBus: any);
3
+ }
4
+ export namespace PaletteRenderer {
5
+ let $inject: string[];
6
+ }
7
+ import { SectionModuleBase } from '../SectionModuleBase';
@@ -1,4 +1,4 @@
1
- export default function Palette(props: any): import("preact").JSX.Element;
1
+ export function Palette(props: any): import("preact").JSX.Element;
2
2
  /**
3
3
  * Returns a list of palette entries.
4
4
  *
@@ -37,4 +37,4 @@ export type PaletteEntry = {
37
37
  icon: preact.FunctionalComponent;
38
38
  iconUrl: string;
39
39
  };
40
- import PaletteEntry from './PaletteEntry';
40
+ import { PaletteEntry } from './PaletteEntry';
@@ -1 +1 @@
1
- export default function PaletteEntry(props: any): import("preact").JSX.Element;
1
+ export function PaletteEntry(props: any): import("preact").JSX.Element;
@@ -1,5 +1,4 @@
1
- declare namespace _default {
2
- let palette: (string | typeof PaletteModule)[];
1
+ export namespace PaletteModule {
2
+ let palette: (string | typeof PaletteRenderer)[];
3
3
  }
4
- export default _default;
5
- import PaletteModule from './PaletteModule';
4
+ import { PaletteRenderer } from './PaletteRenderer';
@@ -1 +1 @@
1
- export default function FormPropertiesPanel(props: any): import("preact").JSX.Element;
1
+ export function PropertiesPanel(props: any): import("preact").JSX.Element;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @typedef { { parent: Element } } PropertiesPanelConfig
3
- * @typedef { import('../../core/EventBus').default } EventBus
3
+ * @typedef { import('../../core/EventBus').EventBus } EventBus
4
4
  * @typedef { import('../../types').Injector } Injector
5
5
  * @typedef { { getGroups: ({ formField, editFormField }) => ({ groups}) => Array } } PropertiesProvider
6
6
  */
@@ -9,7 +9,7 @@
9
9
  * @param {Injector} injector
10
10
  * @param {EventBus} eventBus
11
11
  */
12
- declare class PropertiesPanelRenderer {
12
+ export class PropertiesPanelRenderer {
13
13
  constructor(propertiesPanelConfig: any, injector: any, eventBus: any);
14
14
  _eventBus: any;
15
15
  _injector: any;
@@ -35,14 +35,13 @@ declare class PropertiesPanelRenderer {
35
35
  registerProvider(provider: PropertiesProvider, priority?: number): void;
36
36
  _getProviders(): any;
37
37
  }
38
- declare namespace PropertiesPanelRenderer {
38
+ export namespace PropertiesPanelRenderer {
39
39
  let $inject: string[];
40
40
  }
41
- export default PropertiesPanelRenderer;
42
41
  export type PropertiesPanelConfig = {
43
42
  parent: Element;
44
43
  };
45
- export type EventBus = import('../../core/EventBus').default;
44
+ export type EventBus = import('../../core/EventBus').EventBus;
46
45
  export type Injector = import('../../types').Injector;
47
46
  export type PropertiesProvider = {
48
47
  getGroups: ({ formField, editFormField }: {
@@ -1,10 +1,9 @@
1
- declare class PropertiesProvider {
1
+ export class PropertiesProvider {
2
2
  constructor(propertiesPanel: any, injector: any);
3
3
  _injector: any;
4
4
  _filterVisibleEntries(groups: any, field: any, getService: any): any;
5
5
  getGroups(field: any, editField: any): (groups: any) => any;
6
6
  }
7
- declare namespace PropertiesProvider {
7
+ export namespace PropertiesProvider {
8
8
  let $inject: string[];
9
9
  }
10
- export default PropertiesProvider;
@@ -2,7 +2,12 @@ export function arrayAdd(array: any, index: any, item: any): any[];
2
2
  export function arrayRemove(array: any, index: any): any[];
3
3
  export function prefixId(id: any): string;
4
4
  export function countDecimals(number: any): any;
5
- export function isValidNumber(value: any): boolean;
5
+ /**
6
+ *
7
+ * @param {unknown} value
8
+ * @returns {boolean}
9
+ */
10
+ export function isValidNumber(value: unknown): boolean;
6
11
  export function stopPropagation(listener: any): (event: any) => void;
7
12
  export function textToLabel(text: any): string;
8
13
  /**
@@ -1 +1 @@
1
- export default function AutoFocusSelectEntry(props: any): import("preact").JSX.Element;
1
+ export function AutoFocusSelectEntry(props: any): import("preact").JSX.Element;
@@ -1 +1 @@
1
- export { default as AutoFocusSelectEntry } from "./AutoFocusSelect";
1
+ export { AutoFocusSelectEntry } from "./AutoFocusSelect";
@@ -1,5 +1,4 @@
1
- export default PropertiesPanelContext;
2
- declare const PropertiesPanelContext: import("preact").Context<{
1
+ export const FormPropertiesPanelContext: import("preact").Context<{
3
2
  getService: typeof getService;
4
3
  }>;
5
4
  /**
@@ -9,3 +8,4 @@ declare const PropertiesPanelContext: import("preact").Context<{
9
8
  * @returns {any}
10
9
  */
11
10
  declare function getService(type: string, strict?: boolean): any;
11
+ export {};
@@ -1 +1 @@
1
- export { default as FormPropertiesPanelContext } from "./FormPropertiesPanelContext";
1
+ export { FormPropertiesPanelContext } from "./FormPropertiesPanelContext";
@@ -1,4 +1,4 @@
1
- export default function ActionEntry(props: any): {
1
+ export function ActionEntry(props: any): {
2
2
  id: string;
3
3
  component: typeof Action;
4
4
  editField: any;
@@ -1,4 +1,4 @@
1
- export default function AdornerEntry(props: any): {
1
+ export function AdornerEntry(props: any): {
2
2
  id: string;
3
3
  component: typeof PrefixAdorner;
4
4
  isEdited: any;
@@ -1,4 +1,4 @@
1
- export default function AltTextEntry(props: any): {
1
+ export function AltTextEntry(props: any): {
2
2
  id: string;
3
3
  component: typeof AltText;
4
4
  editField: any;
@@ -5,7 +5,6 @@ export function ColumnEntry(props: any): {
5
5
  id: string;
6
6
  idPrefix: any;
7
7
  index: any;
8
- validateFactory: any;
9
8
  }[];
10
9
  declare function Label(props: any): any;
11
10
  export {};
@@ -1,4 +1,4 @@
1
- export default function ColumnsEntry(props: any): {
1
+ export function ColumnsEntry(props: any): {
2
2
  id: string;
3
3
  component: typeof Columns;
4
4
  field: any;
@@ -1,4 +1,4 @@
1
- export default function ConditionEntry(props: any): {
1
+ export function ConditionEntry(props: any): {
2
2
  id: string;
3
3
  component: typeof Condition;
4
4
  editField: any;
@@ -1,4 +1,4 @@
1
- export default function CustomValueEntry(props: any): {
1
+ export function CustomValueEntry(props: any): {
2
2
  component: typeof Key;
3
3
  editField: any;
4
4
  field: any;
@@ -1,4 +1,4 @@
1
- export default function DateTimeConstraintsEntry(props: any): {
1
+ export function DateTimeConstraintsEntry(props: any): {
2
2
  id: string;
3
3
  component: typeof TimeIntervalSelect;
4
4
  isEdited: any;
@@ -1,4 +1,4 @@
1
- export default function DateTimeEntry(props: any): {
1
+ export function DateTimeEntry(props: any): {
2
2
  id: string;
3
3
  component: typeof DateTimeSubtypeSelect;
4
4
  isEdited: any;
@@ -1,4 +1,4 @@
1
- export default function DateTimeFormatEntry(props: any): {
1
+ export function DateTimeFormatEntry(props: any): {
2
2
  id: string;
3
3
  component: typeof TimeFormatSelect;
4
4
  isEdited: any;
@@ -1,4 +1,4 @@
1
- export default function DefaultOptionEntry(props: any): {
1
+ export function DefaultValueEntry(props: any): {
2
2
  component: typeof DefaultValueCheckbox;
3
3
  isEdited: any;
4
4
  isDefaultVisible: (field: any) => any;
@@ -1,4 +1,4 @@
1
- export default function DescriptionEntry(props: any): {
1
+ export function DescriptionEntry(props: any): {
2
2
  id: string;
3
3
  component: typeof Description;
4
4
  editField: any;
@@ -1,4 +1,4 @@
1
- export default function DisabledEntry(props: any): {
1
+ export function DisabledEntry(props: any): {
2
2
  id: string;
3
3
  component: typeof Disabled;
4
4
  editField: any;
@@ -1,4 +1,4 @@
1
- export default function GroupAppearanceEntry(props: any): {
1
+ export function GroupAppearanceEntry(props: any): {
2
2
  id: any;
3
3
  label: any;
4
4
  path: any;
@@ -1,4 +1,4 @@
1
- export default function HeightEntry(props: any): {
1
+ export function HeightEntry(props: any): {
2
2
  id: string;
3
3
  component: typeof Height;
4
4
  description: any;
@@ -0,0 +1,10 @@
1
+ export function HtmlEntry(props: any): {
2
+ id: string;
3
+ component: typeof Content;
4
+ editField: any;
5
+ field: any;
6
+ isEdited: any;
7
+ isDefaultVisible: (field: any) => boolean;
8
+ }[];
9
+ declare function Content(props: any): any;
10
+ export {};
@@ -1,4 +1,4 @@
1
- export default function IFrameHeightEntry(props: any): {
1
+ export function IFrameHeightEntry(props: any): {
2
2
  id: string;
3
3
  component: (props: any) => any;
4
4
  description: any;
@@ -1,4 +1,4 @@
1
- export default function IFrameUrlEntry(props: any): {
1
+ export function IFrameUrlEntry(props: any): {
2
2
  id: string;
3
3
  component: typeof Url;
4
4
  editField: any;
@@ -1,4 +1,4 @@
1
- export default function IdEntry(props: any): {
1
+ export function IdEntry(props: any): {
2
2
  id: string;
3
3
  component: typeof Id;
4
4
  editField: any;
@@ -1,4 +1,4 @@
1
- export default function SourceEntry(props: any): {
1
+ export function ImageSourceEntry(props: any): {
2
2
  id: string;
3
3
  component: typeof Source;
4
4
  editField: any;
@@ -1,4 +1,4 @@
1
- export default function InputKeyOptionsSourceEntry(props: any): {
1
+ export function InputKeyOptionsSourceEntry(props: any): {
2
2
  id: string;
3
3
  component: typeof InputValuesKey;
4
4
  isEdited: any;
@@ -1,4 +1,4 @@
1
- export default function KeyEntry(props: any): {
1
+ export function KeyEntry(props: any): {
2
2
  id: string;
3
3
  component: typeof Key;
4
4
  editField: any;
@@ -1,4 +1,4 @@
1
- export default function LabelEntry(props: any): {
1
+ export function LabelEntry(props: any): {
2
2
  id: string;
3
3
  component: typeof DateLabel;
4
4
  editField: any;
@@ -1,4 +1,4 @@
1
- export default function LayouterAppearanceEntry(props: any): {
1
+ export function LayouterAppearanceEntry(props: any): {
2
2
  id: any;
3
3
  label: any;
4
4
  path: any;
@@ -1,4 +1,4 @@
1
- export default function NumberEntries(props: any): {
1
+ export function NumberEntries(props: any): {
2
2
  id: string;
3
3
  component: typeof NumberDecimalDigits;
4
4
  isEdited: any;
@@ -1,4 +1,4 @@
1
- export default function NumberSerializationEntry(props: any): {
1
+ export function NumberSerializationEntry(props: any): {
2
2
  id: string;
3
3
  component: typeof SerializeToString;
4
4
  isEdited: any;
@@ -1,4 +1,4 @@
1
- export default function OptionsExpressionEntry(props: any): {
1
+ export function OptionsExpressionEntry(props: any): {
2
2
  id: string;
3
3
  component: typeof OptionsExpression;
4
4
  isEdited: any;
@@ -1,4 +1,4 @@
1
- export default function OptionsSourceSelectEntry(props: any): {
1
+ export function OptionsSourceSelectEntry(props: any): {
2
2
  id: string;
3
3
  component: typeof ValuesSourceSelect;
4
4
  isEdited: any;
@@ -1,4 +1,4 @@
1
- export default function PathEntry(props: any): {
1
+ export function PathEntry(props: any): {
2
2
  id: string;
3
3
  component: typeof Path;
4
4
  editField: any;
@@ -1,4 +1,4 @@
1
- export default function ReadonlyEntry(props: any): {
1
+ export function ReadonlyEntry(props: any): {
2
2
  id: string;
3
3
  component: typeof Readonly;
4
4
  editField: any;
@@ -1,4 +1,4 @@
1
- export default function RepeatableEntry(props: any): ({
1
+ export function RepeatableEntry(props: any): ({
2
2
  id: any;
3
3
  label: any;
4
4
  path: any;
@@ -18,7 +18,6 @@ export default function RepeatableEntry(props: any): ({
18
18
  editField: any;
19
19
  min: any;
20
20
  max: any;
21
- defaultValue: any;
22
21
  component: (props: any) => any;
23
22
  isEdited: any;
24
23
  })[];
@@ -1,4 +1,4 @@
1
- export default function SelectEntries(props: any): {
1
+ export function SelectEntries(props: any): {
2
2
  id: any;
3
3
  label: any;
4
4
  path: any;
@@ -1,4 +1,4 @@
1
- export default function StaticOptionsSourceEntry(props: any): {
1
+ export function StaticOptionsSourceEntry(props: any): {
2
2
  items: any;
3
3
  add: (e: any) => void;
4
4
  shouldSort: boolean;
@@ -1,4 +1,4 @@
1
- export default function TextEntry(props: any): {
1
+ export function TextEntry(props: any): {
2
2
  id: string;
3
3
  component: typeof Text;
4
4
  editField: any;
@@ -1,4 +1,4 @@
1
- export default function ValueEntry(props: any): {
1
+ export function ValueEntry(props: any): {
2
2
  component: typeof Label;
3
3
  editField: any;
4
4
  field: any;
@@ -1,5 +1,5 @@
1
- export { default as simpleStringEntryFactory } from "./simpleStringEntryFactory";
2
- export { default as simpleBoolEntryFactory } from "./simpleBoolEntryFactory";
3
- export { default as zeroPositiveIntegerEntryFactory } from "./zeroPositiveIntegerEntryFactory";
4
- export { default as simpleSelectEntryFactory } from "./simpleSelectEntryFactory";
1
+ export { simpleStringEntryFactory } from "./simpleStringEntryFactory";
2
+ export { simpleBoolEntryFactory } from "./simpleBoolEntryFactory";
3
+ export { zeroPositiveIntegerEntryFactory } from "./zeroPositiveIntegerEntryFactory";
4
+ export { simpleSelectEntryFactory } from "./simpleSelectEntryFactory";
5
5
  export { simpleRangeIntegerEntryFactory } from "./simpleRangeIntegerEntryFactory";
@@ -1,4 +1,4 @@
1
- export default function simpleBoolEntryFactory(options: any): {
1
+ export function simpleBoolEntryFactory(options: any): {
2
2
  id: any;
3
3
  label: any;
4
4
  path: any;
@@ -6,7 +6,6 @@ export function simpleRangeIntegerEntryFactory(options: any): {
6
6
  editField: any;
7
7
  min: any;
8
8
  max: any;
9
- defaultValue: any;
10
9
  component: (props: any) => any;
11
10
  isEdited: any;
12
11
  };
@@ -1,4 +1,4 @@
1
- export default function simpleSelectEntryFactory(options: any): {
1
+ export function simpleSelectEntryFactory(options: any): {
2
2
  id: any;
3
3
  label: any;
4
4
  path: any;
@@ -1,4 +1,4 @@
1
- export default function simpleStringEntryFactory(options: any): {
1
+ export function simpleStringEntryFactory(options: any): {
2
2
  id: any;
3
3
  label: any;
4
4
  path: any;
@@ -1,4 +1,4 @@
1
- export default function zeroPositiveIntegerEntryFactory(options: any): {
1
+ export function zeroPositiveIntegerEntryFactory(options: any): {
2
2
  id: any;
3
3
  label: any;
4
4
  path: any;
@@ -1,36 +1,37 @@
1
- export { default as ActionEntry } from "./ActionEntry";
2
- export { default as AltTextEntry } from "./AltTextEntry";
3
- export { default as ColumnsEntry } from "./ColumnsEntry";
4
- export { default as DescriptionEntry } from "./DescriptionEntry";
5
- export { default as DefaultValueEntry } from "./DefaultValueEntry";
6
- export { default as DisabledEntry } from "./DisabledEntry";
7
- export { default as IdEntry } from "./IdEntry";
8
- export { default as KeyEntry } from "./KeyEntry";
9
- export { default as PathEntry } from "./PathEntry";
10
- export { default as GroupAppearanceEntry } from "./GroupAppearanceEntry";
11
- export { default as LabelEntry } from "./LabelEntry";
12
- export { default as IFrameHeightEntry } from "./IFrameHeightEntry";
13
- export { default as IFrameUrlEntry } from "./IFrameUrlEntry";
14
- export { default as ImageSourceEntry } from "./ImageSourceEntry";
15
- export { default as TextEntry } from "./TextEntry";
16
- export { default as HeightEntry } from "./HeightEntry";
17
- export { default as NumberEntries } from "./NumberEntries";
18
- export { default as NumberSerializationEntry } from "./NumberSerializationEntry";
19
- export { default as DateTimeEntry } from "./DateTimeEntry";
20
- export { default as DateTimeConstraintsEntry } from "./DateTimeConstraintsEntry";
21
- export { default as DateTimeSerializationEntry } from "./DateTimeSerializationEntry";
22
- export { default as SelectEntries } from "./SelectEntries";
23
- export { default as ValueEntry } from "./ValueEntry";
24
- export { default as CustomValueEntry } from "./CustomValueEntry";
25
- export { default as OptionsSourceSelectEntry } from "./OptionsSourceSelectEntry";
26
- export { default as InputKeyOptionsSourceEntry } from "./InputKeyOptionsSourceEntry";
27
- export { default as StaticOptionsSourceEntry } from "./StaticOptionsSourceEntry";
28
- export { default as AdornerEntry } from "./AdornerEntry";
29
- export { default as ReadonlyEntry } from "./ReadonlyEntry";
30
- export { default as LayouterAppearanceEntry } from "./LayouterAppearanceEntry";
31
- export { default as RepeatableEntry } from "./RepeatableEntry";
32
- export { default as ConditionEntry } from "./ConditionEntry";
33
- export { default as OptionsExpressionEntry } from "./OptionsExpressionEntry";
1
+ export { ActionEntry } from "./ActionEntry";
2
+ export { AltTextEntry } from "./AltTextEntry";
3
+ export { ColumnsEntry } from "./ColumnsEntry";
4
+ export { DescriptionEntry } from "./DescriptionEntry";
5
+ export { DefaultValueEntry } from "./DefaultValueEntry";
6
+ export { DisabledEntry } from "./DisabledEntry";
7
+ export { IdEntry } from "./IdEntry";
8
+ export { KeyEntry } from "./KeyEntry";
9
+ export { PathEntry } from "./PathEntry";
10
+ export { GroupAppearanceEntry } from "./GroupAppearanceEntry";
11
+ export { LabelEntry } from "./LabelEntry";
12
+ export { IFrameHeightEntry } from "./IFrameHeightEntry";
13
+ export { IFrameUrlEntry } from "./IFrameUrlEntry";
14
+ export { ImageSourceEntry } from "./ImageSourceEntry";
15
+ export { TextEntry } from "./TextEntry";
16
+ export { HtmlEntry } from "./HtmlEntry";
17
+ export { HeightEntry } from "./HeightEntry";
18
+ export { NumberEntries } from "./NumberEntries";
19
+ export { NumberSerializationEntry } from "./NumberSerializationEntry";
20
+ export { DateTimeEntry } from "./DateTimeEntry";
21
+ export { DateTimeConstraintsEntry } from "./DateTimeConstraintsEntry";
22
+ export { DateTimeFormatEntry } from "./DateTimeFormatEntry";
23
+ export { SelectEntries } from "./SelectEntries";
24
+ export { ValueEntry } from "./ValueEntry";
25
+ export { CustomValueEntry } from "./CustomValueEntry";
26
+ export { OptionsSourceSelectEntry } from "./OptionsSourceSelectEntry";
27
+ export { InputKeyOptionsSourceEntry } from "./InputKeyOptionsSourceEntry";
28
+ export { StaticOptionsSourceEntry } from "./StaticOptionsSourceEntry";
29
+ export { AdornerEntry } from "./AdornerEntry";
30
+ export { ReadonlyEntry } from "./ReadonlyEntry";
31
+ export { LayouterAppearanceEntry } from "./LayouterAppearanceEntry";
32
+ export { RepeatableEntry } from "./RepeatableEntry";
33
+ export { ConditionEntry } from "./ConditionEntry";
34
+ export { OptionsExpressionEntry } from "./OptionsExpressionEntry";
34
35
  export { TableDataSourceEntry } from "./TableDataSourceEntry";
35
36
  export { PaginationEntry } from "./PaginationEntry";
36
37
  export { RowCountEntry } from "./RowCountEntry";
@@ -1,4 +1,4 @@
1
- export default function AppearanceGroup(field: any, editField: any, getService: any): {
1
+ export function AppearanceGroup(field: any, editField: any, getService: any): {
2
2
  id: string;
3
3
  label: string;
4
4
  entries: ({
@@ -1,4 +1,4 @@
1
- export default function ConstraintsGroup(field: any, editField: any): {
1
+ export function ConstraintsGroup(field: any, editField: any): {
2
2
  id: string;
3
3
  label: string;
4
4
  entries: {
@@ -1,4 +1,4 @@
1
- export default function CustomPropertiesGroup(field: any, editField: any): {
1
+ export function CustomPropertiesGroup(field: any, editField: any): {
2
2
  add: (event: any) => void;
3
3
  component: any;
4
4
  id: string;
@@ -1,4 +1,4 @@
1
- export default function GeneralGroup(field: any, editField: any, getService: any): {
1
+ export function GeneralGroup(field: any, editField: any, getService: any): {
2
2
  id: string;
3
3
  label: string;
4
4
  entries: ({
@@ -27,7 +27,6 @@ export default function GeneralGroup(field: any, editField: any, getService: any
27
27
  editField: any;
28
28
  min: any;
29
29
  max: any;
30
- defaultValue: any;
31
30
  component: (props: any) => any;
32
31
  isEdited: any;
33
32
  })[];
@@ -1,4 +1,4 @@
1
- export default function LayoutGroup(field: any, editField: any): {
1
+ export function LayoutGroup(field: any, editField: any): {
2
2
  id: string;
3
3
  label: string;
4
4
  entries: {
@@ -1 +1 @@
1
- export default function OptionsGroups(field: any, editField: any, getService: any): any[];
1
+ export function OptionsGroups(field: any, editField: any, getService: any): any[];
@@ -0,0 +1,20 @@
1
+ export function SecurityAttributesGroup(field: any, editField: any): {
2
+ id: string;
3
+ label: string;
4
+ entries: ({
5
+ id: any;
6
+ label: any;
7
+ path: any;
8
+ field: any;
9
+ editField: any;
10
+ description: any;
11
+ component: (props: any) => any;
12
+ isEdited: any;
13
+ isDefaultVisible: any;
14
+ getValue: any;
15
+ setValue: any;
16
+ } | {
17
+ component: (props: any) => import("preact").JSX.Element;
18
+ })[];
19
+ tooltip: import("preact").JSX.Element;
20
+ };