@evoke-platform/ui-components 1.13.0 → 1.15.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 (40) hide show
  1. package/dist/published/components/custom/CriteriaBuilder/CriteriaBuilder.js +2 -2
  2. package/dist/published/components/custom/CriteriaBuilder/types.d.ts +0 -15
  3. package/dist/published/components/custom/CriteriaBuilder/utils.d.ts +0 -10
  4. package/dist/published/components/custom/CriteriaBuilder/utils.js +2 -161
  5. package/dist/published/components/custom/Form/utils.js +3 -2
  6. package/dist/published/components/custom/FormV2/FormRenderer.d.ts +1 -1
  7. package/dist/published/components/custom/FormV2/FormRenderer.js +25 -27
  8. package/dist/published/components/custom/FormV2/FormRendererContainer.js +132 -101
  9. package/dist/published/components/custom/FormV2/components/ConditionalQueryClientProvider.d.ts +5 -0
  10. package/dist/published/components/custom/FormV2/components/ConditionalQueryClientProvider.js +21 -0
  11. package/dist/published/components/custom/FormV2/components/FormFieldTypes/CollectionFiles/DropdownRepeatableField.js +86 -143
  12. package/dist/published/components/custom/FormV2/components/FormFieldTypes/CollectionFiles/DropdownRepeatableFieldInput.d.ts +0 -2
  13. package/dist/published/components/custom/FormV2/components/FormFieldTypes/CollectionFiles/DropdownRepeatableFieldInput.js +1 -4
  14. package/dist/published/components/custom/FormV2/components/FormFieldTypes/CollectionFiles/RepeatableField.js +105 -185
  15. package/dist/published/components/custom/FormV2/components/FormFieldTypes/Criteria.js +36 -49
  16. package/dist/published/components/custom/FormV2/components/FormFieldTypes/DocumentFiles/Document.js +18 -26
  17. package/dist/published/components/custom/FormV2/components/FormFieldTypes/DocumentFiles/DocumentList.js +18 -18
  18. package/dist/published/components/custom/FormV2/components/FormFieldTypes/UserProperty.js +17 -21
  19. package/dist/published/components/custom/FormV2/components/FormFieldTypes/relatedObjectFiles/ObjectPropertyInput.js +96 -169
  20. package/dist/published/components/custom/FormV2/components/FormFieldTypes/relatedObjectFiles/RelatedObjectInstance.d.ts +0 -2
  21. package/dist/published/components/custom/FormV2/components/FormFieldTypes/relatedObjectFiles/RelatedObjectInstance.js +57 -13
  22. package/dist/published/components/custom/FormV2/components/HtmlView.js +5 -1
  23. package/dist/published/components/custom/FormV2/components/RecursiveEntryRenderer.d.ts +2 -1
  24. package/dist/published/components/custom/FormV2/components/RecursiveEntryRenderer.js +61 -29
  25. package/dist/published/components/custom/FormV2/components/utils.d.ts +23 -4
  26. package/dist/published/components/custom/FormV2/components/utils.js +136 -26
  27. package/dist/published/components/custom/FormV2/tests/FormRenderer.test.js +28 -14
  28. package/dist/published/components/custom/FormV2/tests/FormRendererContainer.test.js +41 -48
  29. package/dist/published/components/custom/ViewDetailsV2/InstanceEntryRenderer.d.ts +2 -1
  30. package/dist/published/components/custom/ViewDetailsV2/InstanceEntryRenderer.js +56 -19
  31. package/dist/published/components/custom/ViewDetailsV2/ViewDetailsV2Container.js +7 -2
  32. package/dist/published/components/custom/index.d.ts +2 -0
  33. package/dist/published/components/custom/index.js +1 -0
  34. package/dist/published/components/custom/types.d.ts +15 -0
  35. package/dist/published/components/custom/types.js +1 -0
  36. package/dist/published/components/custom/util.d.ts +10 -0
  37. package/dist/published/components/custom/util.js +161 -1
  38. package/dist/published/index.d.ts +2 -2
  39. package/dist/published/index.js +1 -1
  40. package/package.json +3 -4
@@ -2,7 +2,7 @@ export { ClickAwayListener, createTheme, darken, lighten, styled, Toolbar, useMe
2
2
  export { CalendarPicker, DateTimePicker, MonthPicker, PickersDay, StaticDateTimePicker, StaticTimePicker, TimePicker, YearPicker, } from '@mui/x-date-pickers';
3
3
  export * from './colors';
4
4
  export * from './components/core';
5
- export { BuilderGrid, CriteriaBuilder, DataGrid, ErrorComponent, Form, FormContext, FormField, FormRenderer, FormRendererContainer, getReadableQuery, HistoryLog, MenuBar, MultiSelect, RecursiveEntryRenderer, RepeatableField, ResponsiveOverflow, RichTextViewer, UserAvatar, ViewDetailsV2Container, ViewOnlyEntryRenderer, } from './components/custom';
5
+ export { BuilderGrid, CriteriaBuilder, DataGrid, ErrorComponent, Form, FormContext, FormField, FormRenderer, FormRendererContainer, getReadableQuery, HistoryLog, MenuBar, MultiSelect, RecursiveEntryRenderer, RepeatableField, ResponsiveOverflow, RichTextViewer, UserAvatar, ViewDetailsV2Container, ViewOnlyEntryRenderer, parseMongoDB, difference, } from './components/custom';
6
6
  export { NumericFormat } from './components/custom/FormField/InputFieldComponent';
7
7
  export { Box, Container, Grid, Stack } from './components/layout';
8
8
  export * from './theme';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evoke-platform/ui-components",
3
- "version": "1.13.0",
3
+ "version": "1.15.0",
4
4
  "description": "",
5
5
  "main": "dist/published/index.js",
6
6
  "module": "dist/published/index.js",
@@ -35,7 +35,6 @@
35
35
  "prettier:fix": "npm run prettier:cli -- --write",
36
36
  "eslint": "eslint src",
37
37
  "eslint:fix": "npm run eslint -- --fix",
38
- "release": "commit-and-tag-version --tag-prefix \"ui-components-v\" --release-as minor --releaseCommitMessageFormat \"chore(release): {{currentTag}} [skip ci]\"",
39
38
  "yalc:publish": "npm run build && yalc push --replace --sig"
40
39
  },
41
40
  "author": "",
@@ -89,7 +88,7 @@
89
88
  "yalc": "^1.0.0-pre.53"
90
89
  },
91
90
  "peerDependencies": {
92
- "@evoke-platform/context": "^1.7.0",
91
+ "@evoke-platform/context": "^1.8.0-0",
93
92
  "react": "^18.1.0",
94
93
  "react-dom": "^18.1.0"
95
94
  },
@@ -111,8 +110,8 @@
111
110
  "@mui/x-tree-view": "^7.29.1",
112
111
  "@react-querybuilder/dnd": "^5.4.1",
113
112
  "@react-querybuilder/material": "^6.5.0",
113
+ "@tanstack/react-query": "^5.90.20",
114
114
  "clean-deep": "^3.4.0",
115
- "commit-and-tag-version": "^12.4.1",
116
115
  "devexpress-richedit": "^23.1.5",
117
116
  "devextreme": "^23.1.5",
118
117
  "devextreme-dist": "^23.1.5",