@evoke-platform/ui-components 1.13.0-dev.3 → 1.13.0-dev.5

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 (26) hide show
  1. package/dist/published/components/custom/CriteriaBuilder/CriteriaBuilder.d.ts +4 -4
  2. package/dist/published/components/custom/CriteriaBuilder/CriteriaBuilder.js +145 -72
  3. package/dist/published/components/custom/CriteriaBuilder/CriteriaBuilder.test.js +189 -67
  4. package/dist/published/components/custom/CriteriaBuilder/PropertyTree.d.ts +6 -6
  5. package/dist/published/components/custom/CriteriaBuilder/PropertyTree.js +12 -25
  6. package/dist/published/components/custom/CriteriaBuilder/PropertyTreeItem.d.ts +4 -5
  7. package/dist/published/components/custom/CriteriaBuilder/PropertyTreeItem.js +34 -22
  8. package/dist/published/components/custom/CriteriaBuilder/types.d.ts +2 -11
  9. package/dist/published/components/custom/CriteriaBuilder/utils.d.ts +6 -34
  10. package/dist/published/components/custom/CriteriaBuilder/utils.js +18 -89
  11. package/dist/published/components/custom/Form/utils.d.ts +1 -0
  12. package/dist/published/components/custom/FormV2/FormRenderer.d.ts +1 -0
  13. package/dist/published/components/custom/FormV2/FormRendererContainer.d.ts +1 -0
  14. package/dist/published/components/custom/FormV2/FormRendererContainer.js +2 -2
  15. package/dist/published/components/custom/FormV2/components/FormContext.d.ts +1 -0
  16. package/dist/published/components/custom/FormV2/components/FormFieldTypes/CollectionFiles/ActionDialog.d.ts +1 -0
  17. package/dist/published/components/custom/FormV2/components/FormFieldTypes/DocumentFiles/Document.js +0 -1
  18. package/dist/published/components/custom/FormV2/components/RecursiveEntryRenderer.js +3 -1
  19. package/dist/published/components/custom/FormV2/components/utils.d.ts +1 -0
  20. package/dist/published/components/custom/FormV2/components/utils.js +2 -1
  21. package/dist/published/components/custom/ViewDetailsV2/InstanceEntryRenderer.js +19 -7
  22. package/dist/published/stories/CriteriaBuilder.stories.js +70 -22
  23. package/dist/published/stories/FormRenderer.stories.d.ts +3 -0
  24. package/dist/published/stories/FormRendererContainer.stories.d.ts +5 -0
  25. package/dist/published/theme/hooks.d.ts +2 -1
  26. package/package.json +1 -1
@@ -14,6 +14,7 @@ declare const _default: import("@storybook/types").ComponentAnnotations<import("
14
14
  associatedObject?: {
15
15
  instanceId: string;
16
16
  propertyId: string;
17
+ objectId?: string | undefined;
17
18
  } | undefined;
18
19
  renderHeader?: ((props: import("../components/custom").HeaderProps) => React.ReactNode) | undefined;
19
20
  renderBody?: ((props: import("../components/custom").BodyProps) => React.ReactNode) | undefined;
@@ -35,6 +36,7 @@ export declare const Editable: import("@storybook/types").AnnotatedStoryFn<impor
35
36
  associatedObject?: {
36
37
  instanceId: string;
37
38
  propertyId: string;
39
+ objectId?: string | undefined;
38
40
  } | undefined;
39
41
  renderHeader?: ((props: import("../components/custom").HeaderProps) => React.ReactNode) | undefined;
40
42
  renderBody?: ((props: import("../components/custom").BodyProps) => React.ReactNode) | undefined;
@@ -55,6 +57,7 @@ export declare const NoButtons: import("@storybook/types").AnnotatedStoryFn<impo
55
57
  associatedObject?: {
56
58
  instanceId: string;
57
59
  propertyId: string;
60
+ objectId?: string | undefined;
58
61
  } | undefined;
59
62
  renderHeader?: ((props: import("../components/custom").HeaderProps) => React.ReactNode) | undefined;
60
63
  renderBody?: ((props: import("../components/custom").BodyProps) => React.ReactNode) | undefined;
@@ -17,6 +17,7 @@ declare const _default: import("@storybook/types").ComponentAnnotations<import("
17
17
  associatedObject?: {
18
18
  instanceId: string;
19
19
  propertyId: string;
20
+ objectId?: string | undefined;
20
21
  } | undefined;
21
22
  renderContainer?: ((state: import("../components/custom/FormV2/FormRendererContainer").FormRendererState) => React.ReactNode) | undefined;
22
23
  renderHeader?: ((props: import("../components/custom").HeaderProps) => React.ReactNode) | undefined;
@@ -43,6 +44,7 @@ export declare const Editable: import("@storybook/types").AnnotatedStoryFn<impor
43
44
  associatedObject?: {
44
45
  instanceId: string;
45
46
  propertyId: string;
47
+ objectId?: string | undefined;
46
48
  } | undefined;
47
49
  renderContainer?: ((state: import("../components/custom/FormV2/FormRendererContainer").FormRendererState) => React.ReactNode) | undefined;
48
50
  renderHeader?: ((props: import("../components/custom").HeaderProps) => React.ReactNode) | undefined;
@@ -68,6 +70,7 @@ export declare const DefaultForm: import("@storybook/types").AnnotatedStoryFn<im
68
70
  associatedObject?: {
69
71
  instanceId: string;
70
72
  propertyId: string;
73
+ objectId?: string | undefined;
71
74
  } | undefined;
72
75
  renderContainer?: ((state: import("../components/custom/FormV2/FormRendererContainer").FormRendererState) => React.ReactNode) | undefined;
73
76
  renderHeader?: ((props: import("../components/custom").HeaderProps) => React.ReactNode) | undefined;
@@ -93,6 +96,7 @@ export declare const NoButtons: import("@storybook/types").AnnotatedStoryFn<impo
93
96
  associatedObject?: {
94
97
  instanceId: string;
95
98
  propertyId: string;
99
+ objectId?: string | undefined;
96
100
  } | undefined;
97
101
  renderContainer?: ((state: import("../components/custom/FormV2/FormRendererContainer").FormRendererState) => React.ReactNode) | undefined;
98
102
  renderHeader?: ((props: import("../components/custom").HeaderProps) => React.ReactNode) | undefined;
@@ -118,6 +122,7 @@ export declare const FormWithSections: import("@storybook/types").AnnotatedStory
118
122
  associatedObject?: {
119
123
  instanceId: string;
120
124
  propertyId: string;
125
+ objectId?: string | undefined;
121
126
  } | undefined;
122
127
  renderContainer?: ((state: import("../components/custom/FormV2/FormRendererContainer").FormRendererState) => React.ReactNode) | undefined;
123
128
  renderHeader?: ((props: import("../components/custom").HeaderProps) => React.ReactNode) | undefined;
@@ -155,7 +155,8 @@ export declare function useFormContext(): {
155
155
  associatedObject?: {
156
156
  instanceId: string;
157
157
  propertyId: string; /** Extra large screens (1536px and up) */
158
- } | undefined; /** Extra large screens (1536px and up) */
158
+ objectId?: string | undefined;
159
+ } | undefined;
159
160
  form?: import("@evoke-platform/context").EvokeForm | undefined;
160
161
  width: number;
161
162
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evoke-platform/ui-components",
3
- "version": "1.13.0-dev.3",
3
+ "version": "1.13.0-dev.5",
4
4
  "description": "",
5
5
  "main": "dist/published/index.js",
6
6
  "module": "dist/published/index.js",