@itwin/grouping-mapping-widget 0.8.2 → 0.9.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 (47) hide show
  1. package/lib/cjs/test/GroupPropertyUtils.test.d.ts +2 -0
  2. package/lib/cjs/test/GroupPropertyUtils.test.js +590 -0
  3. package/lib/cjs/test/GroupPropertyUtils.test.js.map +1 -0
  4. package/lib/cjs/test/MockFactory.d.ts +9 -0
  5. package/lib/cjs/test/MockFactory.js +42 -0
  6. package/lib/cjs/test/MockFactory.js.map +1 -0
  7. package/lib/cjs/test/PropertyFieldsHelpers.d.ts +86 -0
  8. package/lib/cjs/test/PropertyFieldsHelpers.js +80 -0
  9. package/lib/cjs/test/PropertyFieldsHelpers.js.map +1 -0
  10. package/lib/cjs/test/QueryBuilder.test.d.ts +2 -0
  11. package/lib/cjs/test/QueryBuilder.test.js +53 -0
  12. package/lib/cjs/test/QueryBuilder.test.js.map +1 -0
  13. package/lib/cjs/test/QueryBuilder.testdata.d.ts +3 -0
  14. package/lib/cjs/test/QueryBuilder.testdata.js +843 -0
  15. package/lib/cjs/test/QueryBuilder.testdata.js.map +1 -0
  16. package/lib/cjs/test/QueryBuilderTestData.d.ts +50 -0
  17. package/lib/cjs/test/QueryBuilderTestData.js +3 -0
  18. package/lib/cjs/test/QueryBuilderTestData.js.map +1 -0
  19. package/lib/cjs/widget/components/GroupPropertyUtils.js +7 -3
  20. package/lib/cjs/widget/components/GroupPropertyUtils.js.map +1 -1
  21. package/lib/cjs/widget/components/QueryBuilder.d.ts +11 -9
  22. package/lib/cjs/widget/components/QueryBuilder.js +91 -216
  23. package/lib/cjs/widget/components/QueryBuilder.js.map +1 -1
  24. package/lib/esm/test/GroupPropertyUtils.test.d.ts +2 -0
  25. package/lib/esm/test/GroupPropertyUtils.test.js +588 -0
  26. package/lib/esm/test/GroupPropertyUtils.test.js.map +1 -0
  27. package/lib/esm/test/MockFactory.d.ts +9 -0
  28. package/lib/esm/test/MockFactory.js +19 -0
  29. package/lib/esm/test/MockFactory.js.map +1 -0
  30. package/lib/esm/test/PropertyFieldsHelpers.d.ts +86 -0
  31. package/lib/esm/test/PropertyFieldsHelpers.js +69 -0
  32. package/lib/esm/test/PropertyFieldsHelpers.js.map +1 -0
  33. package/lib/esm/test/QueryBuilder.test.d.ts +2 -0
  34. package/lib/esm/test/QueryBuilder.test.js +51 -0
  35. package/lib/esm/test/QueryBuilder.test.js.map +1 -0
  36. package/lib/esm/test/QueryBuilder.testdata.d.ts +3 -0
  37. package/lib/esm/test/QueryBuilder.testdata.js +840 -0
  38. package/lib/esm/test/QueryBuilder.testdata.js.map +1 -0
  39. package/lib/esm/test/QueryBuilderTestData.d.ts +50 -0
  40. package/lib/esm/test/QueryBuilderTestData.js +2 -0
  41. package/lib/esm/test/QueryBuilderTestData.js.map +1 -0
  42. package/lib/esm/widget/components/GroupPropertyUtils.js +7 -3
  43. package/lib/esm/widget/components/GroupPropertyUtils.js.map +1 -1
  44. package/lib/esm/widget/components/QueryBuilder.d.ts +11 -9
  45. package/lib/esm/widget/components/QueryBuilder.js +91 -216
  46. package/lib/esm/widget/components/QueryBuilder.js.map +1 -1
  47. package/package.json +32 -28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/grouping-mapping-widget",
3
- "version": "0.8.2",
3
+ "version": "0.9.0",
4
4
  "description": "An iTwin.js 3D Viewer Widget that interfaces with the iTwin Reporting Platform.",
5
5
  "keywords": [
6
6
  "Bentley",
@@ -53,30 +53,31 @@
53
53
  },
54
54
  "devDependencies": {
55
55
  "@faker-js/faker": "^7.5.0",
56
- "@itwin/appui-abstract": "^3.2.0",
57
- "@itwin/appui-layout-react": "^3.2.0",
58
- "@itwin/appui-react": "^3.2.0",
59
- "@itwin/build-tools": "^3.2.0",
60
- "@itwin/components-react": "^3.2.0",
61
- "@itwin/core-bentley": "^3.2.0",
62
- "@itwin/core-common": "^3.2.0",
63
- "@itwin/core-frontend": "^3.2.0",
64
- "@itwin/core-geometry": "^3.2.0",
65
- "@itwin/core-i18n": "^3.2.0",
66
- "@itwin/core-markup": "^3.2.0",
67
- "@itwin/core-orbitgt": "^3.2.0",
68
- "@itwin/core-quantity": "^3.2.0",
69
- "@itwin/core-react": "^3.2.0",
70
- "@itwin/eslint-plugin": "^3.2.0",
71
- "@itwin/imodel-components-react": "^3.2.0",
72
- "@itwin/presentation-common": "^3.2.0",
73
- "@itwin/presentation-components": "^3.2.0",
74
- "@itwin/presentation-frontend": "^3.2.0",
75
- "@itwin/webgl-compatibility": "^3.2.0",
56
+ "@itwin/appui-abstract": "^3.3.0",
57
+ "@itwin/appui-layout-react": "^3.3.0",
58
+ "@itwin/appui-react": "^3.3.0",
59
+ "@itwin/build-tools": "^3.3.0",
60
+ "@itwin/components-react": "^3.3.0",
61
+ "@itwin/core-bentley": "^3.3.0",
62
+ "@itwin/core-common": "^3.3.0",
63
+ "@itwin/core-frontend": "^3.3.0",
64
+ "@itwin/core-geometry": "^3.3.0",
65
+ "@itwin/core-i18n": "^3.3.0",
66
+ "@itwin/core-markup": "^3.3.0",
67
+ "@itwin/core-orbitgt": "^3.3.0",
68
+ "@itwin/core-quantity": "^3.3.0",
69
+ "@itwin/core-react": "^3.3.0",
70
+ "@itwin/eslint-plugin": "^3.3.0",
71
+ "@itwin/imodel-components-react": "^3.3.0",
72
+ "@itwin/presentation-common": "^3.3.0",
73
+ "@itwin/presentation-components": "^3.3.0",
74
+ "@itwin/presentation-frontend": "^3.3.0",
75
+ "@itwin/webgl-compatibility": "^3.3.0",
76
76
  "@testing-library/dom": "^8.12.0",
77
77
  "@testing-library/jest-dom": "^5.16.3",
78
78
  "@testing-library/react": "^12.1.4",
79
79
  "@testing-library/user-event": "^14.1.1",
80
+ "@types/chai": "4.2.11",
80
81
  "@types/i18next": "^8.4.2",
81
82
  "@types/jest": "^27.4.1",
82
83
  "@types/node": "^14.14.20",
@@ -84,9 +85,11 @@
84
85
  "@types/react-dom": "^17.0.9",
85
86
  "@types/react-redux": "^7.0.1",
86
87
  "@types/react-table": "^7.7.0",
88
+ "@types/sinon": "^7.5.1",
87
89
  "@types/testing-library__jest-dom": "^5.14.3",
88
90
  "@typescript-eslint/eslint-plugin": "^5.3.1",
89
91
  "@typescript-eslint/parser": "^5.10.1",
92
+ "chai": "^4.2.0",
90
93
  "cpx2": "^3.0.0",
91
94
  "eslint": "^7.32.0",
92
95
  "eslint-plugin-node": "^11.1.0",
@@ -102,18 +105,19 @@
102
105
  "react-table": "^7.7.0",
103
106
  "redux": "^4.1.0",
104
107
  "rimraf": "^3.0.2",
108
+ "sinon": "^7.5.0",
105
109
  "ts-jest": "^27.1.3",
106
110
  "typemoq": "^2.1.0",
107
111
  "typescript": "~4.3.0"
108
112
  },
109
113
  "peerDependencies": {
110
- "@itwin/appui-abstract": "^3.2.0",
111
- "@itwin/appui-react": "^3.2.0",
112
- "@itwin/components-react": "^3.2.0",
113
- "@itwin/core-frontend": "^3.2.0",
114
- "@itwin/core-react": "^3.2.0",
115
- "@itwin/presentation-components": "^3.2.0",
116
- "@itwin/presentation-frontend": "^3.2.0",
114
+ "@itwin/appui-abstract": "^3.3.0",
115
+ "@itwin/appui-react": "^3.3.0",
116
+ "@itwin/components-react": "^3.3.0",
117
+ "@itwin/core-frontend": "^3.3.0",
118
+ "@itwin/core-react": "^3.3.0",
119
+ "@itwin/presentation-components": "^3.3.0",
120
+ "@itwin/presentation-frontend": "^3.3.0",
117
121
  "react": "^17.0.2",
118
122
  "react-dom": "^17.0.2",
119
123
  "react-redux": "^7.2.0"