@itwin/presentation-common 5.10.0-dev.22 → 5.10.0-dev.23
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.
- package/Ruleset.schema.json +5 -5
- package/package.json +11 -11
package/Ruleset.schema.json
CHANGED
|
@@ -450,10 +450,10 @@
|
|
|
450
450
|
"ContentSpecification": {
|
|
451
451
|
"anyOf": [
|
|
452
452
|
{
|
|
453
|
-
"$ref": "#/definitions/
|
|
453
|
+
"$ref": "#/definitions/ContentInstancesOfSpecificClassesSpecification"
|
|
454
454
|
},
|
|
455
455
|
{
|
|
456
|
-
"$ref": "#/definitions/
|
|
456
|
+
"$ref": "#/definitions/ContentRelatedInstancesSpecification"
|
|
457
457
|
},
|
|
458
458
|
{
|
|
459
459
|
"$ref": "#/definitions/SelectedNodeInstancesSpecification"
|
|
@@ -2202,6 +2202,9 @@
|
|
|
2202
2202
|
},
|
|
2203
2203
|
"Rule": {
|
|
2204
2204
|
"anyOf": [
|
|
2205
|
+
{
|
|
2206
|
+
"$ref": "#/definitions/ContentModifier"
|
|
2207
|
+
},
|
|
2205
2208
|
{
|
|
2206
2209
|
"$ref": "#/definitions/ContentRule"
|
|
2207
2210
|
},
|
|
@@ -2231,9 +2234,6 @@
|
|
|
2231
2234
|
},
|
|
2232
2235
|
{
|
|
2233
2236
|
"$ref": "#/definitions/RootNodeRule"
|
|
2234
|
-
},
|
|
2235
|
-
{
|
|
2236
|
-
"$ref": "#/definitions/ContentModifier"
|
|
2237
2237
|
}
|
|
2238
2238
|
],
|
|
2239
2239
|
"description": "A union of all presentation rule types."
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-common",
|
|
3
|
-
"version": "5.10.0-dev.
|
|
3
|
+
"version": "5.10.0-dev.23",
|
|
4
4
|
"description": "Common pieces for iModel.js presentation packages",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
"@itwin/presentation-shared": "^1.2.1"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"@itwin/core-bentley": "5.10.0-dev.
|
|
50
|
-
"@itwin/core-
|
|
51
|
-
"@itwin/core-
|
|
52
|
-
"@itwin/ecschema-metadata": "5.10.0-dev.
|
|
49
|
+
"@itwin/core-bentley": "5.10.0-dev.23",
|
|
50
|
+
"@itwin/core-common": "5.10.0-dev.23",
|
|
51
|
+
"@itwin/core-quantity": "5.10.0-dev.23",
|
|
52
|
+
"@itwin/ecschema-metadata": "5.10.0-dev.23"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@itwin/eslint-plugin": "^6.0.0",
|
|
@@ -78,14 +78,14 @@
|
|
|
78
78
|
"sinon": "^17.0.2",
|
|
79
79
|
"sinon-chai": "^3.7.0",
|
|
80
80
|
"typescript": "~5.6.2",
|
|
81
|
-
"typescript-json-schema": "^0.67.
|
|
81
|
+
"typescript-json-schema": "^0.67.4",
|
|
82
82
|
"yargs": "^17.4.0",
|
|
83
|
-
"@itwin/build-tools": "5.10.0-dev.
|
|
84
|
-
"@itwin/
|
|
85
|
-
"@itwin/core-bentley": "5.10.0-dev.22",
|
|
83
|
+
"@itwin/build-tools": "5.10.0-dev.23",
|
|
84
|
+
"@itwin/ecschema-metadata": "5.10.0-dev.23",
|
|
86
85
|
"internal-tools": "3.0.0-dev.69",
|
|
87
|
-
"@itwin/core-common": "5.10.0-dev.
|
|
88
|
-
"@itwin/
|
|
86
|
+
"@itwin/core-common": "5.10.0-dev.23",
|
|
87
|
+
"@itwin/core-bentley": "5.10.0-dev.23",
|
|
88
|
+
"@itwin/core-quantity": "5.10.0-dev.23"
|
|
89
89
|
},
|
|
90
90
|
"scripts": {
|
|
91
91
|
"build": "npm run -s ruleset-json-schema && npm run -s build:assets && npm run -s build:public && npm run -s build:cjs && npm run -s build:esm",
|