@itwin/appui-react 3.4.0-dev.55 → 3.4.0-dev.56

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.
@@ -32,7 +32,7 @@
32
32
  "alias": "model"
33
33
  }
34
34
  ],
35
- "instanceFilter": "(NOT model.IsPrivate OR model.IsOfClass(\"DictionaryModel\", \"BisCore\")) AND this.HasRelatedInstance(\"BisCore:GeometricElement3dIsInCategory\", \"Backward\", \"BisCore:Element\")",
35
+ "instanceFilter": "NOT this.IsPrivate AND (NOT model.IsPrivate OR model.IsOfClass(\"DictionaryModel\", \"BisCore\")) AND this.HasRelatedInstance(\"BisCore:GeometricElement3dIsInCategory\", \"Backward\", \"BisCore:Element\")",
36
36
  "groupByClass": false,
37
37
  "groupByLabel": false
38
38
  }
@@ -65,7 +65,7 @@
65
65
  "alias": "model"
66
66
  }
67
67
  ],
68
- "instanceFilter": "(NOT model.IsPrivate OR model.IsOfClass(\"DictionaryModel\", \"BisCore\")) AND this.HasRelatedInstance(\"BisCore:GeometricElement2dIsInCategory\", \"Backward\", \"BisCore:Element\")",
68
+ "instanceFilter": "NOT this.IsPrivate AND (NOT model.IsPrivate OR model.IsOfClass(\"DictionaryModel\", \"BisCore\")) AND this.HasRelatedInstance(\"BisCore:GeometricElement2dIsInCategory\", \"Backward\", \"BisCore:Element\")",
69
69
  "groupByClass": false,
70
70
  "groupByLabel": false
71
71
  }
@@ -230,6 +230,7 @@
230
230
  }
231
231
  ]
232
232
  ],
233
+ "instanceFilter": "NOT this.IsPrivate",
233
234
  "suppressSimilarAncestorsCheck": true,
234
235
  "hideIfNoChildren": true,
235
236
  "groupByClass": false,
@@ -230,6 +230,7 @@
230
230
  }
231
231
  ]
232
232
  ],
233
+ "instanceFilter": "NOT this.IsPrivate",
233
234
  "suppressSimilarAncestorsCheck": true,
234
235
  "hideIfNoChildren": true,
235
236
  "groupByClass": false,
@@ -32,7 +32,7 @@
32
32
  "alias": "model"
33
33
  }
34
34
  ],
35
- "instanceFilter": "(NOT model.IsPrivate OR model.IsOfClass(\"DictionaryModel\", \"BisCore\")) AND this.HasRelatedInstance(\"BisCore:GeometricElement3dIsInCategory\", \"Backward\", \"BisCore:Element\")",
35
+ "instanceFilter": "NOT this.IsPrivate AND (NOT model.IsPrivate OR model.IsOfClass(\"DictionaryModel\", \"BisCore\")) AND this.HasRelatedInstance(\"BisCore:GeometricElement3dIsInCategory\", \"Backward\", \"BisCore:Element\")",
36
36
  "groupByClass": false,
37
37
  "groupByLabel": false
38
38
  }
@@ -65,7 +65,7 @@
65
65
  "alias": "model"
66
66
  }
67
67
  ],
68
- "instanceFilter": "(NOT model.IsPrivate OR model.IsOfClass(\"DictionaryModel\", \"BisCore\")) AND this.HasRelatedInstance(\"BisCore:GeometricElement2dIsInCategory\", \"Backward\", \"BisCore:Element\")",
68
+ "instanceFilter": "NOT this.IsPrivate AND (NOT model.IsPrivate OR model.IsOfClass(\"DictionaryModel\", \"BisCore\")) AND this.HasRelatedInstance(\"BisCore:GeometricElement2dIsInCategory\", \"Backward\", \"BisCore:Element\")",
69
69
  "groupByClass": false,
70
70
  "groupByLabel": false
71
71
  }
@@ -230,6 +230,7 @@
230
230
  }
231
231
  ]
232
232
  ],
233
+ "instanceFilter": "NOT this.IsPrivate",
233
234
  "suppressSimilarAncestorsCheck": true,
234
235
  "hideIfNoChildren": true,
235
236
  "groupByClass": false,
@@ -230,6 +230,7 @@
230
230
  }
231
231
  ]
232
232
  ],
233
+ "instanceFilter": "NOT this.IsPrivate",
233
234
  "suppressSimilarAncestorsCheck": true,
234
235
  "hideIfNoChildren": true,
235
236
  "groupByClass": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/appui-react",
3
- "version": "3.4.0-dev.55",
3
+ "version": "3.4.0-dev.56",
4
4
  "description": "UI framework",
5
5
  "main": "lib/cjs/appui-react.js",
6
6
  "module": "lib/esm/appui-react.js",
@@ -20,19 +20,19 @@
20
20
  "url": "http://www.bentley.com"
21
21
  },
22
22
  "peerDependencies": {
23
- "@itwin/appui-abstract": "^3.4.0-dev.55",
24
- "@itwin/appui-layout-react": "^3.4.0-dev.55",
25
- "@itwin/components-react": "^3.4.0-dev.55",
26
- "@itwin/core-bentley": "^3.4.0-dev.55",
27
- "@itwin/core-common": "^3.4.0-dev.55",
28
- "@itwin/core-frontend": "^3.4.0-dev.55",
29
- "@itwin/core-geometry": "^3.4.0-dev.55",
30
- "@itwin/core-markup": "^3.4.0-dev.55",
31
- "@itwin/core-quantity": "^3.4.0-dev.55",
32
- "@itwin/core-react": "^3.4.0-dev.55",
33
- "@itwin/imodel-components-react": "^3.4.0-dev.55",
34
- "@itwin/presentation-common": "^3.4.0-dev.55",
35
- "@itwin/presentation-frontend": "^3.4.0-dev.55",
23
+ "@itwin/appui-abstract": "^3.4.0-dev.56",
24
+ "@itwin/appui-layout-react": "^3.4.0-dev.56",
25
+ "@itwin/components-react": "^3.4.0-dev.56",
26
+ "@itwin/core-bentley": "^3.4.0-dev.56",
27
+ "@itwin/core-common": "^3.4.0-dev.56",
28
+ "@itwin/core-frontend": "^3.4.0-dev.56",
29
+ "@itwin/core-geometry": "^3.4.0-dev.56",
30
+ "@itwin/core-markup": "^3.4.0-dev.56",
31
+ "@itwin/core-quantity": "^3.4.0-dev.56",
32
+ "@itwin/core-react": "^3.4.0-dev.56",
33
+ "@itwin/imodel-components-react": "^3.4.0-dev.56",
34
+ "@itwin/presentation-common": "^3.4.0-dev.56",
35
+ "@itwin/presentation-frontend": "^3.4.0-dev.56",
36
36
  "react": "^17.0.0",
37
37
  "react-dom": "^17.0.0",
38
38
  "react-redux": "^7.2.2",
@@ -43,22 +43,22 @@
43
43
  "NOTE: All tools used by scripts in this package must be listed as devDependencies"
44
44
  ],
45
45
  "devDependencies": {
46
- "@itwin/appui-abstract": "3.4.0-dev.55",
47
- "@itwin/appui-layout-react": "3.4.0-dev.55",
48
- "@itwin/build-tools": "3.4.0-dev.55",
49
- "@itwin/components-react": "3.4.0-dev.55",
50
- "@itwin/core-bentley": "3.4.0-dev.55",
51
- "@itwin/core-common": "3.4.0-dev.55",
52
- "@itwin/core-frontend": "3.4.0-dev.55",
53
- "@itwin/core-geometry": "3.4.0-dev.55",
54
- "@itwin/core-markup": "3.4.0-dev.55",
55
- "@itwin/core-quantity": "3.4.0-dev.55",
56
- "@itwin/core-react": "3.4.0-dev.55",
57
- "@itwin/eslint-plugin": "3.4.0-dev.55",
58
- "@itwin/imodel-components-react": "3.4.0-dev.55",
59
- "@itwin/presentation-common": "3.4.0-dev.55",
60
- "@itwin/presentation-frontend": "3.4.0-dev.55",
61
- "@itwin/presentation-testing": "3.4.0-dev.55",
46
+ "@itwin/appui-abstract": "3.4.0-dev.56",
47
+ "@itwin/appui-layout-react": "3.4.0-dev.56",
48
+ "@itwin/build-tools": "3.4.0-dev.56",
49
+ "@itwin/components-react": "3.4.0-dev.56",
50
+ "@itwin/core-bentley": "3.4.0-dev.56",
51
+ "@itwin/core-common": "3.4.0-dev.56",
52
+ "@itwin/core-frontend": "3.4.0-dev.56",
53
+ "@itwin/core-geometry": "3.4.0-dev.56",
54
+ "@itwin/core-markup": "3.4.0-dev.56",
55
+ "@itwin/core-quantity": "3.4.0-dev.56",
56
+ "@itwin/core-react": "3.4.0-dev.56",
57
+ "@itwin/eslint-plugin": "3.4.0-dev.56",
58
+ "@itwin/imodel-components-react": "3.4.0-dev.56",
59
+ "@itwin/presentation-common": "3.4.0-dev.56",
60
+ "@itwin/presentation-frontend": "3.4.0-dev.56",
61
+ "@itwin/presentation-testing": "3.4.0-dev.56",
62
62
  "@testing-library/react": "^12.0.0",
63
63
  "@testing-library/react-hooks": "^7.0.2",
64
64
  "@types/chai": "4.3.1",
@@ -113,8 +113,8 @@
113
113
  "dependencies": {
114
114
  "@bentley/icons-generic": "^1.0.15",
115
115
  "@bentley/icons-generic-webfont": "^1.0.15",
116
- "@itwin/core-telemetry": "3.4.0-dev.55",
117
- "@itwin/presentation-components": "3.4.0-dev.55",
116
+ "@itwin/core-telemetry": "3.4.0-dev.56",
117
+ "@itwin/presentation-components": "3.4.0-dev.56",
118
118
  "@itwin/itwinui-css": "0.x",
119
119
  "@itwin/itwinui-react": "~1.42.0",
120
120
  "@itwin/itwinui-icons-react": "^1.8.0",