@itwin/presentation-common 3.6.0-dev.8 → 4.0.0-dev.2
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/CHANGELOG.md +26 -1
- package/LICENSE.md +1 -1
- package/Ruleset.schema.json +236 -309
- package/lib/cjs/presentation-common/EC.d.ts +52 -17
- package/lib/cjs/presentation-common/EC.d.ts.map +1 -1
- package/lib/cjs/presentation-common/EC.js +74 -54
- package/lib/cjs/presentation-common/EC.js.map +1 -1
- package/lib/cjs/presentation-common/ElementProperties.d.ts +14 -14
- package/lib/cjs/presentation-common/ElementProperties.js.map +1 -1
- package/lib/cjs/presentation-common/InstanceFilterDefinition.d.ts +43 -9
- package/lib/cjs/presentation-common/InstanceFilterDefinition.d.ts.map +1 -1
- package/lib/cjs/presentation-common/InstanceFilterDefinition.js.map +1 -1
- package/lib/cjs/presentation-common/KeySet.d.ts.map +1 -1
- package/lib/cjs/presentation-common/KeySet.js +5 -0
- package/lib/cjs/presentation-common/KeySet.js.map +1 -1
- package/lib/cjs/presentation-common/LabelDefinition.d.ts +24 -16
- package/lib/cjs/presentation-common/LabelDefinition.d.ts.map +1 -1
- package/lib/cjs/presentation-common/LabelDefinition.js +26 -29
- package/lib/cjs/presentation-common/LabelDefinition.js.map +1 -1
- package/lib/cjs/presentation-common/PresentationIpcInterface.d.ts +7 -4
- package/lib/cjs/presentation-common/PresentationIpcInterface.d.ts.map +1 -1
- package/lib/cjs/presentation-common/PresentationIpcInterface.js.map +1 -1
- package/lib/cjs/presentation-common/PresentationManagerOptions.d.ts +30 -11
- package/lib/cjs/presentation-common/PresentationManagerOptions.d.ts.map +1 -1
- package/lib/cjs/presentation-common/PresentationManagerOptions.js +1 -1
- package/lib/cjs/presentation-common/PresentationManagerOptions.js.map +1 -1
- package/lib/cjs/presentation-common/PresentationRpcInterface.d.ts +24 -19
- package/lib/cjs/presentation-common/PresentationRpcInterface.d.ts.map +1 -1
- package/lib/cjs/presentation-common/PresentationRpcInterface.js +7 -5
- package/lib/cjs/presentation-common/PresentationRpcInterface.js.map +1 -1
- package/lib/cjs/presentation-common/RpcRequestsHandler.d.ts +9 -8
- package/lib/cjs/presentation-common/RpcRequestsHandler.d.ts.map +1 -1
- package/lib/cjs/presentation-common/RpcRequestsHandler.js +17 -1
- package/lib/cjs/presentation-common/RpcRequestsHandler.js.map +1 -1
- package/lib/cjs/presentation-common/RulesetVariables.d.ts +5 -0
- package/lib/cjs/presentation-common/RulesetVariables.d.ts.map +1 -1
- package/lib/cjs/presentation-common/RulesetVariables.js.map +1 -1
- package/lib/cjs/presentation-common/Update.d.ts +23 -4
- package/lib/cjs/presentation-common/Update.d.ts.map +1 -1
- package/lib/cjs/presentation-common/Update.js +34 -4
- package/lib/cjs/presentation-common/Update.js.map +1 -1
- package/lib/cjs/presentation-common/content/Category.d.ts.map +1 -1
- package/lib/cjs/presentation-common/content/Category.js +1 -2
- package/lib/cjs/presentation-common/content/Category.js.map +1 -1
- package/lib/cjs/presentation-common/content/ContentTraverser.d.ts +194 -24
- package/lib/cjs/presentation-common/content/ContentTraverser.d.ts.map +1 -1
- package/lib/cjs/presentation-common/content/ContentTraverser.js +63 -44
- package/lib/cjs/presentation-common/content/ContentTraverser.js.map +1 -1
- package/lib/cjs/presentation-common/content/Descriptor.d.ts +76 -23
- package/lib/cjs/presentation-common/content/Descriptor.d.ts.map +1 -1
- package/lib/cjs/presentation-common/content/Descriptor.js +5 -7
- package/lib/cjs/presentation-common/content/Descriptor.js.map +1 -1
- package/lib/cjs/presentation-common/content/Fields.d.ts +24 -5
- package/lib/cjs/presentation-common/content/Fields.d.ts.map +1 -1
- package/lib/cjs/presentation-common/content/Fields.js +10 -7
- package/lib/cjs/presentation-common/content/Fields.js.map +1 -1
- package/lib/cjs/presentation-common/content/Item.d.ts +8 -10
- package/lib/cjs/presentation-common/content/Item.d.ts.map +1 -1
- package/lib/cjs/presentation-common/content/Item.js +6 -8
- package/lib/cjs/presentation-common/content/Item.js.map +1 -1
- package/lib/cjs/presentation-common/content/Property.d.ts +8 -2
- package/lib/cjs/presentation-common/content/Property.d.ts.map +1 -1
- package/lib/cjs/presentation-common/content/Property.js +12 -8
- package/lib/cjs/presentation-common/content/Property.js.map +1 -1
- package/lib/cjs/presentation-common/content/Value.d.ts +43 -11
- package/lib/cjs/presentation-common/content/Value.d.ts.map +1 -1
- package/lib/cjs/presentation-common/content/Value.js +72 -16
- package/lib/cjs/presentation-common/content/Value.js.map +1 -1
- package/lib/cjs/presentation-common/hierarchy/HierarchyLevel.d.ts +38 -0
- package/lib/cjs/presentation-common/hierarchy/HierarchyLevel.d.ts.map +1 -0
- package/lib/cjs/presentation-common/hierarchy/HierarchyLevel.js +32 -0
- package/lib/cjs/presentation-common/hierarchy/HierarchyLevel.js.map +1 -0
- package/lib/cjs/presentation-common/hierarchy/Key.d.ts +75 -14
- package/lib/cjs/presentation-common/hierarchy/Key.d.ts.map +1 -1
- package/lib/cjs/presentation-common/hierarchy/Key.js +15 -6
- package/lib/cjs/presentation-common/hierarchy/Key.js.map +1 -1
- package/lib/cjs/presentation-common/hierarchy/Node.d.ts +32 -19
- package/lib/cjs/presentation-common/hierarchy/Node.d.ts.map +1 -1
- package/lib/cjs/presentation-common/hierarchy/Node.js +23 -14
- package/lib/cjs/presentation-common/hierarchy/Node.js.map +1 -1
- package/lib/cjs/presentation-common/hierarchy/NodePathElement.d.ts +18 -7
- package/lib/cjs/presentation-common/hierarchy/NodePathElement.d.ts.map +1 -1
- package/lib/cjs/presentation-common/hierarchy/NodePathElement.js +33 -9
- package/lib/cjs/presentation-common/hierarchy/NodePathElement.js.map +1 -1
- package/lib/cjs/presentation-common/rules/RelationshipPathSpecification.d.ts +5 -2
- package/lib/cjs/presentation-common/rules/RelationshipPathSpecification.d.ts.map +1 -1
- package/lib/cjs/presentation-common/rules/RelationshipPathSpecification.js.map +1 -1
- package/lib/cjs/presentation-common/rules/Rule.d.ts +6 -4
- package/lib/cjs/presentation-common/rules/Rule.d.ts.map +1 -1
- package/lib/cjs/presentation-common/rules/Rule.js.map +1 -1
- package/lib/cjs/presentation-common/rules/Ruleset.d.ts +0 -1
- package/lib/cjs/presentation-common/rules/Ruleset.d.ts.map +1 -1
- package/lib/cjs/presentation-common/rules/Ruleset.js.map +1 -1
- package/lib/cjs/presentation-common/rules/SchemasSpecification.d.ts +1 -1
- package/lib/cjs/presentation-common/rules/SchemasSpecification.js.map +1 -1
- package/lib/cjs/presentation-common/rules/Variables.d.ts +5 -2
- package/lib/cjs/presentation-common/rules/Variables.d.ts.map +1 -1
- package/lib/cjs/presentation-common/rules/Variables.js.map +1 -1
- package/lib/cjs/presentation-common/rules/content/ContentInstancesOfSpecificClassesSpecification.d.ts +3 -3
- package/lib/cjs/presentation-common/rules/content/ContentInstancesOfSpecificClassesSpecification.d.ts.map +1 -1
- package/lib/cjs/presentation-common/rules/content/ContentInstancesOfSpecificClassesSpecification.js.map +1 -1
- package/lib/cjs/presentation-common/rules/content/ContentRelatedInstancesSpecification.d.ts +2 -2
- package/lib/cjs/presentation-common/rules/content/ContentRelatedInstancesSpecification.d.ts.map +1 -1
- package/lib/cjs/presentation-common/rules/content/ContentRelatedInstancesSpecification.js.map +1 -1
- package/lib/cjs/presentation-common/rules/content/ContentRule.d.ts +2 -2
- package/lib/cjs/presentation-common/rules/content/ContentRule.d.ts.map +1 -1
- package/lib/cjs/presentation-common/rules/content/ContentRule.js.map +1 -1
- package/lib/cjs/presentation-common/rules/content/ContentSpecification.d.ts +6 -3
- package/lib/cjs/presentation-common/rules/content/ContentSpecification.d.ts.map +1 -1
- package/lib/cjs/presentation-common/rules/content/ContentSpecification.js.map +1 -1
- package/lib/cjs/presentation-common/rules/content/DefaultPropertyCategoryOverride.d.ts +2 -2
- package/lib/cjs/presentation-common/rules/content/DefaultPropertyCategoryOverride.d.ts.map +1 -1
- package/lib/cjs/presentation-common/rules/content/DefaultPropertyCategoryOverride.js.map +1 -1
- package/lib/cjs/presentation-common/rules/content/SelectedNodeInstancesSpecification.d.ts +2 -2
- package/lib/cjs/presentation-common/rules/content/SelectedNodeInstancesSpecification.d.ts.map +1 -1
- package/lib/cjs/presentation-common/rules/content/SelectedNodeInstancesSpecification.js.map +1 -1
- package/lib/cjs/presentation-common/rules/content/modifiers/ContentModifier.d.ts +2 -2
- package/lib/cjs/presentation-common/rules/content/modifiers/ContentModifier.d.ts.map +1 -1
- package/lib/cjs/presentation-common/rules/content/modifiers/ContentModifier.js.map +1 -1
- package/lib/cjs/presentation-common/rules/content/modifiers/PropertyEditorsSpecification.d.ts +9 -6
- package/lib/cjs/presentation-common/rules/content/modifiers/PropertyEditorsSpecification.d.ts.map +1 -1
- package/lib/cjs/presentation-common/rules/content/modifiers/PropertyEditorsSpecification.js.map +1 -1
- package/lib/cjs/presentation-common/rules/content/modifiers/RelatedPropertiesSpecification.d.ts +6 -3
- package/lib/cjs/presentation-common/rules/content/modifiers/RelatedPropertiesSpecification.d.ts.map +1 -1
- package/lib/cjs/presentation-common/rules/content/modifiers/RelatedPropertiesSpecification.js.map +1 -1
- package/lib/cjs/presentation-common/rules/customization/CheckBoxRule.d.ts +3 -3
- package/lib/cjs/presentation-common/rules/customization/CheckBoxRule.d.ts.map +1 -1
- package/lib/cjs/presentation-common/rules/customization/CheckBoxRule.js.map +1 -1
- package/lib/cjs/presentation-common/rules/customization/ExtendedDataRule.d.ts +2 -2
- package/lib/cjs/presentation-common/rules/customization/ExtendedDataRule.d.ts.map +1 -1
- package/lib/cjs/presentation-common/rules/customization/ExtendedDataRule.js.map +1 -1
- package/lib/cjs/presentation-common/rules/customization/GroupingRule.d.ts +20 -13
- package/lib/cjs/presentation-common/rules/customization/GroupingRule.d.ts.map +1 -1
- package/lib/cjs/presentation-common/rules/customization/GroupingRule.js +1 -1
- package/lib/cjs/presentation-common/rules/customization/GroupingRule.js.map +1 -1
- package/lib/cjs/presentation-common/rules/customization/ImageIdOverride.d.ts +3 -3
- package/lib/cjs/presentation-common/rules/customization/ImageIdOverride.d.ts.map +1 -1
- package/lib/cjs/presentation-common/rules/customization/ImageIdOverride.js.map +1 -1
- package/lib/cjs/presentation-common/rules/customization/InstanceLabelOverride.d.ts +17 -15
- package/lib/cjs/presentation-common/rules/customization/InstanceLabelOverride.d.ts.map +1 -1
- package/lib/cjs/presentation-common/rules/customization/InstanceLabelOverride.js.map +1 -1
- package/lib/cjs/presentation-common/rules/customization/LabelOverride.d.ts +3 -3
- package/lib/cjs/presentation-common/rules/customization/LabelOverride.d.ts.map +1 -1
- package/lib/cjs/presentation-common/rules/customization/LabelOverride.js.map +1 -1
- package/lib/cjs/presentation-common/rules/customization/SortingRule.d.ts +3 -3
- package/lib/cjs/presentation-common/rules/customization/SortingRule.d.ts.map +1 -1
- package/lib/cjs/presentation-common/rules/customization/SortingRule.js.map +1 -1
- package/lib/cjs/presentation-common/rules/customization/StyleOverride.d.ts +3 -3
- package/lib/cjs/presentation-common/rules/customization/StyleOverride.d.ts.map +1 -1
- package/lib/cjs/presentation-common/rules/customization/StyleOverride.js.map +1 -1
- package/lib/cjs/presentation-common/rules/hierarchy/ChildNodeRule.d.ts +1 -2
- package/lib/cjs/presentation-common/rules/hierarchy/ChildNodeRule.d.ts.map +1 -1
- package/lib/cjs/presentation-common/rules/hierarchy/ChildNodeRule.js.map +1 -1
- package/lib/cjs/presentation-common/rules/hierarchy/ChildNodeSpecification.d.ts +5 -4
- package/lib/cjs/presentation-common/rules/hierarchy/ChildNodeSpecification.d.ts.map +1 -1
- package/lib/cjs/presentation-common/rules/hierarchy/ChildNodeSpecification.js +0 -1
- package/lib/cjs/presentation-common/rules/hierarchy/ChildNodeSpecification.js.map +1 -1
- package/lib/cjs/presentation-common/rules/hierarchy/CustomNodeSpecification.d.ts +2 -2
- package/lib/cjs/presentation-common/rules/hierarchy/CustomNodeSpecification.d.ts.map +1 -1
- package/lib/cjs/presentation-common/rules/hierarchy/CustomNodeSpecification.js.map +1 -1
- package/lib/cjs/presentation-common/rules/hierarchy/CustomQueryInstanceNodesSpecification.d.ts +9 -6
- package/lib/cjs/presentation-common/rules/hierarchy/CustomQueryInstanceNodesSpecification.d.ts.map +1 -1
- package/lib/cjs/presentation-common/rules/hierarchy/CustomQueryInstanceNodesSpecification.js.map +1 -1
- package/lib/cjs/presentation-common/rules/hierarchy/InstanceNodesOfSpecificClassesSpecification.d.ts +3 -3
- package/lib/cjs/presentation-common/rules/hierarchy/InstanceNodesOfSpecificClassesSpecification.d.ts.map +1 -1
- package/lib/cjs/presentation-common/rules/hierarchy/InstanceNodesOfSpecificClassesSpecification.js.map +1 -1
- package/lib/cjs/presentation-common/rules/hierarchy/NodeArtifactsRule.d.ts +2 -2
- package/lib/cjs/presentation-common/rules/hierarchy/NodeArtifactsRule.d.ts.map +1 -1
- package/lib/cjs/presentation-common/rules/hierarchy/NodeArtifactsRule.js.map +1 -1
- package/lib/cjs/presentation-common/rules/hierarchy/RelatedInstanceNodesSpecification.d.ts +2 -2
- package/lib/cjs/presentation-common/rules/hierarchy/RelatedInstanceNodesSpecification.d.ts.map +1 -1
- package/lib/cjs/presentation-common/rules/hierarchy/RelatedInstanceNodesSpecification.js.map +1 -1
- package/lib/cjs/presentation-common/rules/hierarchy/RootNodeRule.d.ts +1 -2
- package/lib/cjs/presentation-common/rules/hierarchy/RootNodeRule.d.ts.map +1 -1
- package/lib/cjs/presentation-common/rules/hierarchy/RootNodeRule.js.map +1 -1
- package/lib/cjs/presentation-common/rules/hierarchy/SubCondition.d.ts +0 -1
- package/lib/cjs/presentation-common/rules/hierarchy/SubCondition.d.ts.map +1 -1
- package/lib/cjs/presentation-common/rules/hierarchy/SubCondition.js.map +1 -1
- package/lib/cjs/presentation-common/selection/SelectionScope.d.ts +17 -4
- package/lib/cjs/presentation-common/selection/SelectionScope.d.ts.map +1 -1
- package/lib/cjs/presentation-common/selection/SelectionScope.js.map +1 -1
- package/lib/cjs/presentation-common.d.ts +1 -0
- package/lib/cjs/presentation-common.d.ts.map +1 -1
- package/lib/cjs/presentation-common.js +1 -0
- package/lib/cjs/presentation-common.js.map +1 -1
- package/lib/esm/presentation-common/EC.d.ts +52 -17
- package/lib/esm/presentation-common/EC.d.ts.map +1 -1
- package/lib/esm/presentation-common/EC.js +75 -55
- package/lib/esm/presentation-common/EC.js.map +1 -1
- package/lib/esm/presentation-common/ElementProperties.d.ts +14 -14
- package/lib/esm/presentation-common/ElementProperties.js.map +1 -1
- package/lib/esm/presentation-common/InstanceFilterDefinition.d.ts +43 -9
- package/lib/esm/presentation-common/InstanceFilterDefinition.d.ts.map +1 -1
- package/lib/esm/presentation-common/InstanceFilterDefinition.js.map +1 -1
- package/lib/esm/presentation-common/KeySet.d.ts.map +1 -1
- package/lib/esm/presentation-common/KeySet.js +5 -0
- package/lib/esm/presentation-common/KeySet.js.map +1 -1
- package/lib/esm/presentation-common/LabelDefinition.d.ts +24 -16
- package/lib/esm/presentation-common/LabelDefinition.d.ts.map +1 -1
- package/lib/esm/presentation-common/LabelDefinition.js +26 -29
- package/lib/esm/presentation-common/LabelDefinition.js.map +1 -1
- package/lib/esm/presentation-common/PresentationIpcInterface.d.ts +7 -4
- package/lib/esm/presentation-common/PresentationIpcInterface.d.ts.map +1 -1
- package/lib/esm/presentation-common/PresentationIpcInterface.js.map +1 -1
- package/lib/esm/presentation-common/PresentationManagerOptions.d.ts +30 -11
- package/lib/esm/presentation-common/PresentationManagerOptions.d.ts.map +1 -1
- package/lib/esm/presentation-common/PresentationManagerOptions.js +1 -1
- package/lib/esm/presentation-common/PresentationManagerOptions.js.map +1 -1
- package/lib/esm/presentation-common/PresentationRpcInterface.d.ts +24 -19
- package/lib/esm/presentation-common/PresentationRpcInterface.d.ts.map +1 -1
- package/lib/esm/presentation-common/PresentationRpcInterface.js +7 -5
- package/lib/esm/presentation-common/PresentationRpcInterface.js.map +1 -1
- package/lib/esm/presentation-common/RpcRequestsHandler.d.ts +9 -8
- package/lib/esm/presentation-common/RpcRequestsHandler.d.ts.map +1 -1
- package/lib/esm/presentation-common/RpcRequestsHandler.js +17 -1
- package/lib/esm/presentation-common/RpcRequestsHandler.js.map +1 -1
- package/lib/esm/presentation-common/RulesetVariables.d.ts +5 -0
- package/lib/esm/presentation-common/RulesetVariables.d.ts.map +1 -1
- package/lib/esm/presentation-common/RulesetVariables.js.map +1 -1
- package/lib/esm/presentation-common/Update.d.ts +23 -4
- package/lib/esm/presentation-common/Update.d.ts.map +1 -1
- package/lib/esm/presentation-common/Update.js +34 -4
- package/lib/esm/presentation-common/Update.js.map +1 -1
- package/lib/esm/presentation-common/content/Category.d.ts.map +1 -1
- package/lib/esm/presentation-common/content/Category.js +1 -2
- package/lib/esm/presentation-common/content/Category.js.map +1 -1
- package/lib/esm/presentation-common/content/ContentTraverser.d.ts +194 -24
- package/lib/esm/presentation-common/content/ContentTraverser.d.ts.map +1 -1
- package/lib/esm/presentation-common/content/ContentTraverser.js +60 -42
- package/lib/esm/presentation-common/content/ContentTraverser.js.map +1 -1
- package/lib/esm/presentation-common/content/Descriptor.d.ts +76 -23
- package/lib/esm/presentation-common/content/Descriptor.d.ts.map +1 -1
- package/lib/esm/presentation-common/content/Descriptor.js +5 -7
- package/lib/esm/presentation-common/content/Descriptor.js.map +1 -1
- package/lib/esm/presentation-common/content/Fields.d.ts +24 -5
- package/lib/esm/presentation-common/content/Fields.d.ts.map +1 -1
- package/lib/esm/presentation-common/content/Fields.js +11 -8
- package/lib/esm/presentation-common/content/Fields.js.map +1 -1
- package/lib/esm/presentation-common/content/Item.d.ts +8 -10
- package/lib/esm/presentation-common/content/Item.d.ts.map +1 -1
- package/lib/esm/presentation-common/content/Item.js +6 -8
- package/lib/esm/presentation-common/content/Item.js.map +1 -1
- package/lib/esm/presentation-common/content/Property.d.ts +8 -2
- package/lib/esm/presentation-common/content/Property.d.ts.map +1 -1
- package/lib/esm/presentation-common/content/Property.js +12 -8
- package/lib/esm/presentation-common/content/Property.js.map +1 -1
- package/lib/esm/presentation-common/content/Value.d.ts +43 -11
- package/lib/esm/presentation-common/content/Value.d.ts.map +1 -1
- package/lib/esm/presentation-common/content/Value.js +72 -16
- package/lib/esm/presentation-common/content/Value.js.map +1 -1
- package/lib/esm/presentation-common/hierarchy/HierarchyLevel.d.ts +38 -0
- package/lib/esm/presentation-common/hierarchy/HierarchyLevel.d.ts.map +1 -0
- package/lib/esm/presentation-common/hierarchy/HierarchyLevel.js +29 -0
- package/lib/esm/presentation-common/hierarchy/HierarchyLevel.js.map +1 -0
- package/lib/esm/presentation-common/hierarchy/Key.d.ts +75 -14
- package/lib/esm/presentation-common/hierarchy/Key.d.ts.map +1 -1
- package/lib/esm/presentation-common/hierarchy/Key.js +15 -6
- package/lib/esm/presentation-common/hierarchy/Key.js.map +1 -1
- package/lib/esm/presentation-common/hierarchy/Node.d.ts +32 -19
- package/lib/esm/presentation-common/hierarchy/Node.d.ts.map +1 -1
- package/lib/esm/presentation-common/hierarchy/Node.js +23 -14
- package/lib/esm/presentation-common/hierarchy/Node.js.map +1 -1
- package/lib/esm/presentation-common/hierarchy/NodePathElement.d.ts +18 -7
- package/lib/esm/presentation-common/hierarchy/NodePathElement.d.ts.map +1 -1
- package/lib/esm/presentation-common/hierarchy/NodePathElement.js +33 -9
- package/lib/esm/presentation-common/hierarchy/NodePathElement.js.map +1 -1
- package/lib/esm/presentation-common/rules/RelationshipPathSpecification.d.ts +5 -2
- package/lib/esm/presentation-common/rules/RelationshipPathSpecification.d.ts.map +1 -1
- package/lib/esm/presentation-common/rules/RelationshipPathSpecification.js.map +1 -1
- package/lib/esm/presentation-common/rules/Rule.d.ts +6 -4
- package/lib/esm/presentation-common/rules/Rule.d.ts.map +1 -1
- package/lib/esm/presentation-common/rules/Rule.js.map +1 -1
- package/lib/esm/presentation-common/rules/Ruleset.d.ts +0 -1
- package/lib/esm/presentation-common/rules/Ruleset.d.ts.map +1 -1
- package/lib/esm/presentation-common/rules/Ruleset.js.map +1 -1
- package/lib/esm/presentation-common/rules/SchemasSpecification.d.ts +1 -1
- package/lib/esm/presentation-common/rules/SchemasSpecification.js.map +1 -1
- package/lib/esm/presentation-common/rules/Variables.d.ts +5 -2
- package/lib/esm/presentation-common/rules/Variables.d.ts.map +1 -1
- package/lib/esm/presentation-common/rules/Variables.js.map +1 -1
- package/lib/esm/presentation-common/rules/content/ContentInstancesOfSpecificClassesSpecification.d.ts +3 -3
- package/lib/esm/presentation-common/rules/content/ContentInstancesOfSpecificClassesSpecification.d.ts.map +1 -1
- package/lib/esm/presentation-common/rules/content/ContentInstancesOfSpecificClassesSpecification.js.map +1 -1
- package/lib/esm/presentation-common/rules/content/ContentRelatedInstancesSpecification.d.ts +2 -2
- package/lib/esm/presentation-common/rules/content/ContentRelatedInstancesSpecification.d.ts.map +1 -1
- package/lib/esm/presentation-common/rules/content/ContentRelatedInstancesSpecification.js.map +1 -1
- package/lib/esm/presentation-common/rules/content/ContentRule.d.ts +2 -2
- package/lib/esm/presentation-common/rules/content/ContentRule.d.ts.map +1 -1
- package/lib/esm/presentation-common/rules/content/ContentRule.js.map +1 -1
- package/lib/esm/presentation-common/rules/content/ContentSpecification.d.ts +6 -3
- package/lib/esm/presentation-common/rules/content/ContentSpecification.d.ts.map +1 -1
- package/lib/esm/presentation-common/rules/content/ContentSpecification.js.map +1 -1
- package/lib/esm/presentation-common/rules/content/DefaultPropertyCategoryOverride.d.ts +2 -2
- package/lib/esm/presentation-common/rules/content/DefaultPropertyCategoryOverride.d.ts.map +1 -1
- package/lib/esm/presentation-common/rules/content/DefaultPropertyCategoryOverride.js.map +1 -1
- package/lib/esm/presentation-common/rules/content/SelectedNodeInstancesSpecification.d.ts +2 -2
- package/lib/esm/presentation-common/rules/content/SelectedNodeInstancesSpecification.d.ts.map +1 -1
- package/lib/esm/presentation-common/rules/content/SelectedNodeInstancesSpecification.js.map +1 -1
- package/lib/esm/presentation-common/rules/content/modifiers/ContentModifier.d.ts +2 -2
- package/lib/esm/presentation-common/rules/content/modifiers/ContentModifier.d.ts.map +1 -1
- package/lib/esm/presentation-common/rules/content/modifiers/ContentModifier.js.map +1 -1
- package/lib/esm/presentation-common/rules/content/modifiers/PropertyEditorsSpecification.d.ts +9 -6
- package/lib/esm/presentation-common/rules/content/modifiers/PropertyEditorsSpecification.d.ts.map +1 -1
- package/lib/esm/presentation-common/rules/content/modifiers/PropertyEditorsSpecification.js.map +1 -1
- package/lib/esm/presentation-common/rules/content/modifiers/RelatedPropertiesSpecification.d.ts +6 -3
- package/lib/esm/presentation-common/rules/content/modifiers/RelatedPropertiesSpecification.d.ts.map +1 -1
- package/lib/esm/presentation-common/rules/content/modifiers/RelatedPropertiesSpecification.js.map +1 -1
- package/lib/esm/presentation-common/rules/customization/CheckBoxRule.d.ts +3 -3
- package/lib/esm/presentation-common/rules/customization/CheckBoxRule.d.ts.map +1 -1
- package/lib/esm/presentation-common/rules/customization/CheckBoxRule.js.map +1 -1
- package/lib/esm/presentation-common/rules/customization/ExtendedDataRule.d.ts +2 -2
- package/lib/esm/presentation-common/rules/customization/ExtendedDataRule.d.ts.map +1 -1
- package/lib/esm/presentation-common/rules/customization/ExtendedDataRule.js.map +1 -1
- package/lib/esm/presentation-common/rules/customization/GroupingRule.d.ts +20 -13
- package/lib/esm/presentation-common/rules/customization/GroupingRule.d.ts.map +1 -1
- package/lib/esm/presentation-common/rules/customization/GroupingRule.js +1 -1
- package/lib/esm/presentation-common/rules/customization/GroupingRule.js.map +1 -1
- package/lib/esm/presentation-common/rules/customization/ImageIdOverride.d.ts +3 -3
- package/lib/esm/presentation-common/rules/customization/ImageIdOverride.d.ts.map +1 -1
- package/lib/esm/presentation-common/rules/customization/ImageIdOverride.js.map +1 -1
- package/lib/esm/presentation-common/rules/customization/InstanceLabelOverride.d.ts +17 -15
- package/lib/esm/presentation-common/rules/customization/InstanceLabelOverride.d.ts.map +1 -1
- package/lib/esm/presentation-common/rules/customization/InstanceLabelOverride.js.map +1 -1
- package/lib/esm/presentation-common/rules/customization/LabelOverride.d.ts +3 -3
- package/lib/esm/presentation-common/rules/customization/LabelOverride.d.ts.map +1 -1
- package/lib/esm/presentation-common/rules/customization/LabelOverride.js.map +1 -1
- package/lib/esm/presentation-common/rules/customization/SortingRule.d.ts +3 -3
- package/lib/esm/presentation-common/rules/customization/SortingRule.d.ts.map +1 -1
- package/lib/esm/presentation-common/rules/customization/SortingRule.js.map +1 -1
- package/lib/esm/presentation-common/rules/customization/StyleOverride.d.ts +3 -3
- package/lib/esm/presentation-common/rules/customization/StyleOverride.d.ts.map +1 -1
- package/lib/esm/presentation-common/rules/customization/StyleOverride.js.map +1 -1
- package/lib/esm/presentation-common/rules/hierarchy/ChildNodeRule.d.ts +1 -2
- package/lib/esm/presentation-common/rules/hierarchy/ChildNodeRule.d.ts.map +1 -1
- package/lib/esm/presentation-common/rules/hierarchy/ChildNodeRule.js.map +1 -1
- package/lib/esm/presentation-common/rules/hierarchy/ChildNodeSpecification.d.ts +5 -4
- package/lib/esm/presentation-common/rules/hierarchy/ChildNodeSpecification.d.ts.map +1 -1
- package/lib/esm/presentation-common/rules/hierarchy/ChildNodeSpecification.js +0 -1
- package/lib/esm/presentation-common/rules/hierarchy/ChildNodeSpecification.js.map +1 -1
- package/lib/esm/presentation-common/rules/hierarchy/CustomNodeSpecification.d.ts +2 -2
- package/lib/esm/presentation-common/rules/hierarchy/CustomNodeSpecification.d.ts.map +1 -1
- package/lib/esm/presentation-common/rules/hierarchy/CustomNodeSpecification.js.map +1 -1
- package/lib/esm/presentation-common/rules/hierarchy/CustomQueryInstanceNodesSpecification.d.ts +9 -6
- package/lib/esm/presentation-common/rules/hierarchy/CustomQueryInstanceNodesSpecification.d.ts.map +1 -1
- package/lib/esm/presentation-common/rules/hierarchy/CustomQueryInstanceNodesSpecification.js.map +1 -1
- package/lib/esm/presentation-common/rules/hierarchy/InstanceNodesOfSpecificClassesSpecification.d.ts +3 -3
- package/lib/esm/presentation-common/rules/hierarchy/InstanceNodesOfSpecificClassesSpecification.d.ts.map +1 -1
- package/lib/esm/presentation-common/rules/hierarchy/InstanceNodesOfSpecificClassesSpecification.js.map +1 -1
- package/lib/esm/presentation-common/rules/hierarchy/NodeArtifactsRule.d.ts +2 -2
- package/lib/esm/presentation-common/rules/hierarchy/NodeArtifactsRule.d.ts.map +1 -1
- package/lib/esm/presentation-common/rules/hierarchy/NodeArtifactsRule.js.map +1 -1
- package/lib/esm/presentation-common/rules/hierarchy/RelatedInstanceNodesSpecification.d.ts +2 -2
- package/lib/esm/presentation-common/rules/hierarchy/RelatedInstanceNodesSpecification.d.ts.map +1 -1
- package/lib/esm/presentation-common/rules/hierarchy/RelatedInstanceNodesSpecification.js.map +1 -1
- package/lib/esm/presentation-common/rules/hierarchy/RootNodeRule.d.ts +1 -2
- package/lib/esm/presentation-common/rules/hierarchy/RootNodeRule.d.ts.map +1 -1
- package/lib/esm/presentation-common/rules/hierarchy/RootNodeRule.js.map +1 -1
- package/lib/esm/presentation-common/rules/hierarchy/SubCondition.d.ts +0 -1
- package/lib/esm/presentation-common/rules/hierarchy/SubCondition.d.ts.map +1 -1
- package/lib/esm/presentation-common/rules/hierarchy/SubCondition.js.map +1 -1
- package/lib/esm/presentation-common/selection/SelectionScope.d.ts +17 -4
- package/lib/esm/presentation-common/selection/SelectionScope.d.ts.map +1 -1
- package/lib/esm/presentation-common/selection/SelectionScope.js.map +1 -1
- package/lib/esm/presentation-common.d.ts +1 -0
- package/lib/esm/presentation-common.d.ts.map +1 -1
- package/lib/esm/presentation-common.js +1 -0
- package/lib/esm/presentation-common.js.map +1 -1
- package/package.json +10 -10
package/Ruleset.schema.json
CHANGED
|
@@ -92,38 +92,7 @@
|
|
|
92
92
|
"customizationRules": {
|
|
93
93
|
"description": "A list of customization rules that\napply only to nodes produced by this rule.",
|
|
94
94
|
"items": {
|
|
95
|
-
"
|
|
96
|
-
{
|
|
97
|
-
"$ref": "#/definitions/NodeArtifactsRule"
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"$ref": "#/definitions/CheckBoxRule"
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"$ref": "#/definitions/ExtendedDataRule"
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"$ref": "#/definitions/GroupingRule"
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"$ref": "#/definitions/ImageIdOverride"
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
"$ref": "#/definitions/InstanceLabelOverride"
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"$ref": "#/definitions/LabelOverride"
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"$ref": "#/definitions/PropertySortingRule"
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"$ref": "#/definitions/DisabledSortingRule"
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"$ref": "#/definitions/StyleOverride"
|
|
125
|
-
}
|
|
126
|
-
]
|
|
95
|
+
"$ref": "#/definitions/CustomizationRule"
|
|
127
96
|
},
|
|
128
97
|
"type": "array"
|
|
129
98
|
},
|
|
@@ -152,20 +121,7 @@
|
|
|
152
121
|
"specifications": {
|
|
153
122
|
"description": "A list of hierarchy specifications that define what nodes are going to be returned.",
|
|
154
123
|
"items": {
|
|
155
|
-
"
|
|
156
|
-
{
|
|
157
|
-
"$ref": "#/definitions/CustomNodeSpecification"
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"$ref": "#/definitions/CustomQueryInstanceNodesSpecification"
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"$ref": "#/definitions/InstanceNodesOfSpecificClassesSpecification"
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
"$ref": "#/definitions/RelatedInstanceNodesSpecification"
|
|
167
|
-
}
|
|
168
|
-
]
|
|
124
|
+
"$ref": "#/definitions/ChildNodeSpecification"
|
|
169
125
|
},
|
|
170
126
|
"type": "array"
|
|
171
127
|
},
|
|
@@ -186,6 +142,23 @@
|
|
|
186
142
|
],
|
|
187
143
|
"type": "object"
|
|
188
144
|
},
|
|
145
|
+
"ChildNodeSpecification": {
|
|
146
|
+
"anyOf": [
|
|
147
|
+
{
|
|
148
|
+
"$ref": "#/definitions/CustomNodeSpecification"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"$ref": "#/definitions/CustomQueryInstanceNodesSpecification"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"$ref": "#/definitions/InstanceNodesOfSpecificClassesSpecification"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"$ref": "#/definitions/RelatedInstanceNodesSpecification"
|
|
158
|
+
}
|
|
159
|
+
],
|
|
160
|
+
"description": "Hierarchy rule specifications that define what nodes are going to be returned by the rule."
|
|
161
|
+
},
|
|
189
162
|
"ClassGroup": {
|
|
190
163
|
"additionalProperties": false,
|
|
191
164
|
"description": "Base class grouping allows grouping ECInstance nodes by their base class (as opposed to the hierarchy\nspecifications' `groupByClass` attribute, which always groups by direct class).",
|
|
@@ -434,17 +407,7 @@
|
|
|
434
407
|
"relationshipPaths": {
|
|
435
408
|
"description": "Specifies a chain of relationship path specifications that\nforms a path from an input instance to the output instances. When this array is empty, the specification produces no results.",
|
|
436
409
|
"items": {
|
|
437
|
-
"
|
|
438
|
-
{
|
|
439
|
-
"$ref": "#/definitions/RepeatableRelationshipStepSpecification"
|
|
440
|
-
},
|
|
441
|
-
{
|
|
442
|
-
"items": {
|
|
443
|
-
"$ref": "#/definitions/RepeatableRelationshipStepSpecification"
|
|
444
|
-
},
|
|
445
|
-
"type": "array"
|
|
446
|
-
}
|
|
447
|
-
]
|
|
410
|
+
"$ref": "#/definitions/RepeatableRelationshipPathSpecification"
|
|
448
411
|
},
|
|
449
412
|
"type": "array"
|
|
450
413
|
},
|
|
@@ -499,17 +462,7 @@
|
|
|
499
462
|
"specifications": {
|
|
500
463
|
"description": "A list of content specifications that define what content is going to be returned. This is the most\nimportant attribute which is responsible for defining what instances' properties are included in the\nreturned content.",
|
|
501
464
|
"items": {
|
|
502
|
-
"
|
|
503
|
-
{
|
|
504
|
-
"$ref": "#/definitions/ContentRelatedInstancesSpecification"
|
|
505
|
-
},
|
|
506
|
-
{
|
|
507
|
-
"$ref": "#/definitions/SelectedNodeInstancesSpecification"
|
|
508
|
-
},
|
|
509
|
-
{
|
|
510
|
-
"$ref": "#/definitions/ContentInstancesOfSpecificClassesSpecification"
|
|
511
|
-
}
|
|
512
|
-
]
|
|
465
|
+
"$ref": "#/definitions/ContentSpecification"
|
|
513
466
|
},
|
|
514
467
|
"type": "array"
|
|
515
468
|
}
|
|
@@ -520,6 +473,20 @@
|
|
|
520
473
|
],
|
|
521
474
|
"type": "object"
|
|
522
475
|
},
|
|
476
|
+
"ContentSpecification": {
|
|
477
|
+
"anyOf": [
|
|
478
|
+
{
|
|
479
|
+
"$ref": "#/definitions/ContentRelatedInstancesSpecification"
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"$ref": "#/definitions/ContentInstancesOfSpecificClassesSpecification"
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"$ref": "#/definitions/SelectedNodeInstancesSpecification"
|
|
486
|
+
}
|
|
487
|
+
],
|
|
488
|
+
"description": "Content rule specifications which define what content is returned\nwhen rule is used."
|
|
489
|
+
},
|
|
523
490
|
"CustomNodeSpecification": {
|
|
524
491
|
"additionalProperties": false,
|
|
525
492
|
"description": "Returns a static custom-defined node that's not based on an ECInstance.",
|
|
@@ -653,14 +620,7 @@
|
|
|
653
620
|
"queries": {
|
|
654
621
|
"description": "Specifications of queries used to create the content. Query specifications define the actual\nresults of the specification.",
|
|
655
622
|
"items": {
|
|
656
|
-
"
|
|
657
|
-
{
|
|
658
|
-
"$ref": "#/definitions/StringQuerySpecification"
|
|
659
|
-
},
|
|
660
|
-
{
|
|
661
|
-
"$ref": "#/definitions/ECPropertyValueQuerySpecification"
|
|
662
|
-
}
|
|
663
|
-
]
|
|
623
|
+
"$ref": "#/definitions/QuerySpecification"
|
|
664
624
|
},
|
|
665
625
|
"type": "array"
|
|
666
626
|
},
|
|
@@ -702,6 +662,41 @@
|
|
|
702
662
|
],
|
|
703
663
|
"type": "object"
|
|
704
664
|
},
|
|
665
|
+
"CustomizationRule": {
|
|
666
|
+
"anyOf": [
|
|
667
|
+
{
|
|
668
|
+
"$ref": "#/definitions/NodeArtifactsRule"
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"$ref": "#/definitions/CheckBoxRule"
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"$ref": "#/definitions/ExtendedDataRule"
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"$ref": "#/definitions/GroupingRule"
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"$ref": "#/definitions/ImageIdOverride"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"$ref": "#/definitions/InstanceLabelOverride"
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"$ref": "#/definitions/LabelOverride"
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"$ref": "#/definitions/PropertySortingRule"
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"$ref": "#/definitions/DisabledSortingRule"
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"$ref": "#/definitions/StyleOverride"
|
|
696
|
+
}
|
|
697
|
+
],
|
|
698
|
+
"description": "Customization rules allow customizing each node or content item separately.\nMost of the rules have a `condition` property which uses ECExpressions\nfor conditional rule filtering.\n\n**Nested customization rules:**\n\nCustomization rules may be specified at ruleset level, in which case they're\napplied to all content produced by the ruleset, or nested under navigation rules,\nin which case they're applied only for nodes created by those rules.\n\n**Customization rule priorities:**\n\nCustomization rules have a `priority` attribute which defines the order in which they're applied. If priorities match,\nrules engine looks at the nesting level - the deeper the rule is nested, the higher is its `priority`.\nIf the nesting levels also match, the rule defined first wins."
|
|
699
|
+
},
|
|
705
700
|
"DefaultPropertyCategoryOverride": {
|
|
706
701
|
"additionalProperties": false,
|
|
707
702
|
"description": "A rule that allows overriding the default property category.\n\nThe default property category is a category that gets assigned to properties that otherwise have no category.",
|
|
@@ -869,17 +864,7 @@
|
|
|
869
864
|
"groups": {
|
|
870
865
|
"description": "Specifies a list of grouping specifications\nwhich describe the kind of grouping that should be applied.",
|
|
871
866
|
"items": {
|
|
872
|
-
"
|
|
873
|
-
{
|
|
874
|
-
"$ref": "#/definitions/ClassGroup"
|
|
875
|
-
},
|
|
876
|
-
{
|
|
877
|
-
"$ref": "#/definitions/PropertyGroup"
|
|
878
|
-
},
|
|
879
|
-
{
|
|
880
|
-
"$ref": "#/definitions/SameLabelInstanceGroup"
|
|
881
|
-
}
|
|
882
|
-
]
|
|
867
|
+
"$ref": "#/definitions/GroupingSpecification"
|
|
883
868
|
},
|
|
884
869
|
"type": "array"
|
|
885
870
|
},
|
|
@@ -913,6 +898,20 @@
|
|
|
913
898
|
],
|
|
914
899
|
"type": "object"
|
|
915
900
|
},
|
|
901
|
+
"GroupingSpecification": {
|
|
902
|
+
"anyOf": [
|
|
903
|
+
{
|
|
904
|
+
"$ref": "#/definitions/ClassGroup"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"$ref": "#/definitions/PropertyGroup"
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
"$ref": "#/definitions/SameLabelInstanceGroup"
|
|
911
|
+
}
|
|
912
|
+
],
|
|
913
|
+
"description": "Grouping rule specifications."
|
|
914
|
+
},
|
|
916
915
|
"IdCategoryIdentifier": {
|
|
917
916
|
"additionalProperties": false,
|
|
918
917
|
"description": "Identifier of a category specified through `PropertyCategorySpecification` in this scope.",
|
|
@@ -1010,32 +1009,7 @@
|
|
|
1010
1009
|
"values": {
|
|
1011
1010
|
"description": "Specifications of values used to override label. The first non-empty value is used as the actual label.",
|
|
1012
1011
|
"items": {
|
|
1013
|
-
"
|
|
1014
|
-
{
|
|
1015
|
-
"$ref": "#/definitions/InstanceLabelOverrideCompositeValueSpecification"
|
|
1016
|
-
},
|
|
1017
|
-
{
|
|
1018
|
-
"$ref": "#/definitions/InstanceLabelOverridePropertyValueSpecification"
|
|
1019
|
-
},
|
|
1020
|
-
{
|
|
1021
|
-
"$ref": "#/definitions/InstanceLabelOverrideClassNameSpecification"
|
|
1022
|
-
},
|
|
1023
|
-
{
|
|
1024
|
-
"$ref": "#/definitions/InstanceLabelOverrideClassLabelSpecification"
|
|
1025
|
-
},
|
|
1026
|
-
{
|
|
1027
|
-
"$ref": "#/definitions/InstanceLabelOverrideBriefcaseIdSpecification"
|
|
1028
|
-
},
|
|
1029
|
-
{
|
|
1030
|
-
"$ref": "#/definitions/InstanceLabelOverrideLocalIdSpecification"
|
|
1031
|
-
},
|
|
1032
|
-
{
|
|
1033
|
-
"$ref": "#/definitions/InstanceLabelOverrideStringValueSpecification"
|
|
1034
|
-
},
|
|
1035
|
-
{
|
|
1036
|
-
"$ref": "#/definitions/InstanceLabelOverrideRelatedInstanceLabelSpecification"
|
|
1037
|
-
}
|
|
1038
|
-
]
|
|
1012
|
+
"$ref": "#/definitions/InstanceLabelOverrideValueSpecification"
|
|
1039
1013
|
},
|
|
1040
1014
|
"type": "array"
|
|
1041
1015
|
}
|
|
@@ -1115,33 +1089,7 @@
|
|
|
1115
1089
|
"type": "boolean"
|
|
1116
1090
|
},
|
|
1117
1091
|
"spec": {
|
|
1118
|
-
"
|
|
1119
|
-
{
|
|
1120
|
-
"$ref": "#/definitions/InstanceLabelOverrideCompositeValueSpecification"
|
|
1121
|
-
},
|
|
1122
|
-
{
|
|
1123
|
-
"$ref": "#/definitions/InstanceLabelOverridePropertyValueSpecification"
|
|
1124
|
-
},
|
|
1125
|
-
{
|
|
1126
|
-
"$ref": "#/definitions/InstanceLabelOverrideClassNameSpecification"
|
|
1127
|
-
},
|
|
1128
|
-
{
|
|
1129
|
-
"$ref": "#/definitions/InstanceLabelOverrideClassLabelSpecification"
|
|
1130
|
-
},
|
|
1131
|
-
{
|
|
1132
|
-
"$ref": "#/definitions/InstanceLabelOverrideBriefcaseIdSpecification"
|
|
1133
|
-
},
|
|
1134
|
-
{
|
|
1135
|
-
"$ref": "#/definitions/InstanceLabelOverrideLocalIdSpecification"
|
|
1136
|
-
},
|
|
1137
|
-
{
|
|
1138
|
-
"$ref": "#/definitions/InstanceLabelOverrideStringValueSpecification"
|
|
1139
|
-
},
|
|
1140
|
-
{
|
|
1141
|
-
"$ref": "#/definitions/InstanceLabelOverrideRelatedInstanceLabelSpecification"
|
|
1142
|
-
}
|
|
1143
|
-
],
|
|
1144
|
-
"description": "Specification to define how the label for `InstanceLabelOverride` should be created."
|
|
1092
|
+
"$ref": "#/definitions/InstanceLabelOverrideValueSpecification"
|
|
1145
1093
|
}
|
|
1146
1094
|
},
|
|
1147
1095
|
"required": [
|
|
@@ -1227,17 +1175,7 @@
|
|
|
1227
1175
|
"description": "Specification uses label of another related instance as the label content.",
|
|
1228
1176
|
"properties": {
|
|
1229
1177
|
"pathToRelatedInstance": {
|
|
1230
|
-
"
|
|
1231
|
-
{
|
|
1232
|
-
"$ref": "#/definitions/RelationshipStepSpecification"
|
|
1233
|
-
},
|
|
1234
|
-
{
|
|
1235
|
-
"items": {
|
|
1236
|
-
"$ref": "#/definitions/RelationshipStepSpecification"
|
|
1237
|
-
},
|
|
1238
|
-
"type": "array"
|
|
1239
|
-
}
|
|
1240
|
-
],
|
|
1178
|
+
"$ref": "#/definitions/RelationshipPathSpecification",
|
|
1241
1179
|
"description": "Specification of the relationship path from `InstanceLabelOverride.class`\nto class of the related instance."
|
|
1242
1180
|
},
|
|
1243
1181
|
"specType": {
|
|
@@ -1276,6 +1214,35 @@
|
|
|
1276
1214
|
],
|
|
1277
1215
|
"type": "object"
|
|
1278
1216
|
},
|
|
1217
|
+
"InstanceLabelOverrideValueSpecification": {
|
|
1218
|
+
"anyOf": [
|
|
1219
|
+
{
|
|
1220
|
+
"$ref": "#/definitions/InstanceLabelOverrideCompositeValueSpecification"
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
"$ref": "#/definitions/InstanceLabelOverridePropertyValueSpecification"
|
|
1224
|
+
},
|
|
1225
|
+
{
|
|
1226
|
+
"$ref": "#/definitions/InstanceLabelOverrideStringValueSpecification"
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"$ref": "#/definitions/InstanceLabelOverrideClassNameSpecification"
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
"$ref": "#/definitions/InstanceLabelOverrideClassLabelSpecification"
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"$ref": "#/definitions/InstanceLabelOverrideBriefcaseIdSpecification"
|
|
1236
|
+
},
|
|
1237
|
+
{
|
|
1238
|
+
"$ref": "#/definitions/InstanceLabelOverrideLocalIdSpecification"
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"$ref": "#/definitions/InstanceLabelOverrideRelatedInstanceLabelSpecification"
|
|
1242
|
+
}
|
|
1243
|
+
],
|
|
1244
|
+
"description": "Specification to define how the label for `InstanceLabelOverride` should be created."
|
|
1245
|
+
},
|
|
1279
1246
|
"InstanceNodesOfSpecificClassesSpecification": {
|
|
1280
1247
|
"additionalProperties": false,
|
|
1281
1248
|
"description": "Returns nodes for instances of specific ECClasses.",
|
|
@@ -1634,6 +1601,23 @@
|
|
|
1634
1601
|
],
|
|
1635
1602
|
"type": "object"
|
|
1636
1603
|
},
|
|
1604
|
+
"PropertyEditorParameters": {
|
|
1605
|
+
"anyOf": [
|
|
1606
|
+
{
|
|
1607
|
+
"$ref": "#/definitions/PropertyEditorJsonParameters"
|
|
1608
|
+
},
|
|
1609
|
+
{
|
|
1610
|
+
"$ref": "#/definitions/PropertyEditorMultilineParameters"
|
|
1611
|
+
},
|
|
1612
|
+
{
|
|
1613
|
+
"$ref": "#/definitions/PropertyEditorRangeParameters"
|
|
1614
|
+
},
|
|
1615
|
+
{
|
|
1616
|
+
"$ref": "#/definitions/PropertyEditorSliderParameters"
|
|
1617
|
+
}
|
|
1618
|
+
],
|
|
1619
|
+
"description": "Parameters for `PropertyEditorSpecification`"
|
|
1620
|
+
},
|
|
1637
1621
|
"PropertyEditorRangeParameters": {
|
|
1638
1622
|
"additionalProperties": false,
|
|
1639
1623
|
"description": "Range parameters for property editors that support ranges",
|
|
@@ -1706,20 +1690,7 @@
|
|
|
1706
1690
|
"parameters": {
|
|
1707
1691
|
"description": "Parameters for the editor.",
|
|
1708
1692
|
"items": {
|
|
1709
|
-
"
|
|
1710
|
-
{
|
|
1711
|
-
"$ref": "#/definitions/PropertyEditorJsonParameters"
|
|
1712
|
-
},
|
|
1713
|
-
{
|
|
1714
|
-
"$ref": "#/definitions/PropertyEditorMultilineParameters"
|
|
1715
|
-
},
|
|
1716
|
-
{
|
|
1717
|
-
"$ref": "#/definitions/PropertyEditorRangeParameters"
|
|
1718
|
-
},
|
|
1719
|
-
{
|
|
1720
|
-
"$ref": "#/definitions/PropertyEditorSliderParameters"
|
|
1721
|
-
}
|
|
1722
|
-
]
|
|
1693
|
+
"$ref": "#/definitions/PropertyEditorParameters"
|
|
1723
1694
|
},
|
|
1724
1695
|
"type": "array"
|
|
1725
1696
|
}
|
|
@@ -1903,7 +1874,7 @@
|
|
|
1903
1874
|
"description": "Custom property editor specification that allows assigning\na custom value editor to be used in UI."
|
|
1904
1875
|
},
|
|
1905
1876
|
"isDisplayed": {
|
|
1906
|
-
"description": "This attribute controls whether the particular property is present in the result, even when it is marked as hidden in the\nECSchema. The allowed settings are:\n\n- Omitted or `undefined`: property visibility is controlled by the ECSchema.\n\n- `true`: property is made visible. Warning: this will automatically hide all other properties of the same class.\n
|
|
1877
|
+
"description": "This attribute controls whether the particular property is present in the result, even when it is marked as hidden in the\nECSchema. The allowed settings are:\n\n- Omitted or `undefined`: property visibility is controlled by the ECSchema.\n\n- `true`: property is made visible. Warning: this will automatically hide all other properties of the same class.\n If this behavior is not desirable, set `doNotHideOtherPropertiesOnDisplayOverride` attribute to `true`.\n\n- `false`: property is made hidden.\n\nThe value can also be set using an ECExpression.",
|
|
1907
1878
|
"type": [
|
|
1908
1879
|
"string",
|
|
1909
1880
|
"boolean"
|
|
@@ -1918,7 +1889,7 @@
|
|
|
1918
1889
|
"type": "string"
|
|
1919
1890
|
},
|
|
1920
1891
|
"name": {
|
|
1921
|
-
"description": "Name of the ECProperty to apply overrides to. A `\"*\"` may be specified to match all properties in current context.\nThe current context is determined based on where the override is specified:\n\n- When used in a content modifier, the\n
|
|
1892
|
+
"description": "Name of the ECProperty to apply overrides to. A `\"*\"` may be specified to match all properties in current context.\nThe current context is determined based on where the override is specified:\n\n- When used in a content modifier, the\n properties of the ECClass specified by the `class` attribute are used.\n\n- When used in one of the content specifications,\n properties produced by that specification are used.",
|
|
1922
1893
|
"type": "string"
|
|
1923
1894
|
},
|
|
1924
1895
|
"overridesPriority": {
|
|
@@ -1939,6 +1910,17 @@
|
|
|
1939
1910
|
],
|
|
1940
1911
|
"type": "object"
|
|
1941
1912
|
},
|
|
1913
|
+
"QuerySpecification": {
|
|
1914
|
+
"anyOf": [
|
|
1915
|
+
{
|
|
1916
|
+
"$ref": "#/definitions/StringQuerySpecification"
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
"$ref": "#/definitions/ECPropertyValueQuerySpecification"
|
|
1920
|
+
}
|
|
1921
|
+
],
|
|
1922
|
+
"description": "Query specifications used in `CustomQueryInstanceNodesSpecification`."
|
|
1923
|
+
},
|
|
1942
1924
|
"RelatedInstanceNodesSpecification": {
|
|
1943
1925
|
"additionalProperties": false,
|
|
1944
1926
|
"description": "Produces ECInstance nodes that are related to some source ECInstance. The source instance is determined\nby traversing the hierarchy upwards until an ECInstance node is encountered.",
|
|
@@ -2001,17 +1983,7 @@
|
|
|
2001
1983
|
"relationshipPaths": {
|
|
2002
1984
|
"description": "Specifies a chain of relationship path specifications\nthat forms a path from a source instance to the output instances. When this array is empty, the specification produces\nno results.",
|
|
2003
1985
|
"items": {
|
|
2004
|
-
"
|
|
2005
|
-
{
|
|
2006
|
-
"$ref": "#/definitions/RepeatableRelationshipStepSpecification"
|
|
2007
|
-
},
|
|
2008
|
-
{
|
|
2009
|
-
"items": {
|
|
2010
|
-
"$ref": "#/definitions/RepeatableRelationshipStepSpecification"
|
|
2011
|
-
},
|
|
2012
|
-
"type": "array"
|
|
2013
|
-
}
|
|
2014
|
-
]
|
|
1986
|
+
"$ref": "#/definitions/RepeatableRelationshipPathSpecification"
|
|
2015
1987
|
},
|
|
2016
1988
|
"type": "array"
|
|
2017
1989
|
},
|
|
@@ -2047,17 +2019,7 @@
|
|
|
2047
2019
|
"type": "boolean"
|
|
2048
2020
|
},
|
|
2049
2021
|
"relationshipPath": {
|
|
2050
|
-
"
|
|
2051
|
-
{
|
|
2052
|
-
"$ref": "#/definitions/RelationshipStepSpecification"
|
|
2053
|
-
},
|
|
2054
|
-
{
|
|
2055
|
-
"items": {
|
|
2056
|
-
"$ref": "#/definitions/RelationshipStepSpecification"
|
|
2057
|
-
},
|
|
2058
|
-
"type": "array"
|
|
2059
|
-
}
|
|
2060
|
-
],
|
|
2022
|
+
"$ref": "#/definitions/RelationshipPathSpecification",
|
|
2061
2023
|
"description": "Specifies a chain of relationship path specifications\nthat forms a path from the primary instance to the related instances."
|
|
2062
2024
|
}
|
|
2063
2025
|
},
|
|
@@ -2120,17 +2082,7 @@
|
|
|
2120
2082
|
"description": "List of names or definitions of related class properties that should be included in the content."
|
|
2121
2083
|
},
|
|
2122
2084
|
"propertiesSource": {
|
|
2123
|
-
"
|
|
2124
|
-
{
|
|
2125
|
-
"$ref": "#/definitions/RelationshipStepSpecification"
|
|
2126
|
-
},
|
|
2127
|
-
{
|
|
2128
|
-
"items": {
|
|
2129
|
-
"$ref": "#/definitions/RelationshipStepSpecification"
|
|
2130
|
-
},
|
|
2131
|
-
"type": "array"
|
|
2132
|
-
}
|
|
2133
|
-
],
|
|
2085
|
+
"$ref": "#/definitions/RelationshipPathSpecification",
|
|
2134
2086
|
"description": "Specifies a chain of relationship path specifications that\nforms a path from the content instance to the related instance(s) whose properties should additionally be loaded."
|
|
2135
2087
|
},
|
|
2136
2088
|
"relationshipMeaning": {
|
|
@@ -2176,6 +2128,20 @@
|
|
|
2176
2128
|
],
|
|
2177
2129
|
"type": "object"
|
|
2178
2130
|
},
|
|
2131
|
+
"RelationshipPathSpecification": {
|
|
2132
|
+
"anyOf": [
|
|
2133
|
+
{
|
|
2134
|
+
"$ref": "#/definitions/RelationshipStepSpecification"
|
|
2135
|
+
},
|
|
2136
|
+
{
|
|
2137
|
+
"items": {
|
|
2138
|
+
"$ref": "#/definitions/RelationshipStepSpecification"
|
|
2139
|
+
},
|
|
2140
|
+
"type": "array"
|
|
2141
|
+
}
|
|
2142
|
+
],
|
|
2143
|
+
"description": "Relationship path specification is used to define a relationship path to an ECClass."
|
|
2144
|
+
},
|
|
2179
2145
|
"RelationshipStepSpecification": {
|
|
2180
2146
|
"additionalProperties": false,
|
|
2181
2147
|
"description": "Specification of a single step in `RelationshipPathSpecification`.",
|
|
@@ -2203,6 +2169,20 @@
|
|
|
2203
2169
|
],
|
|
2204
2170
|
"type": "object"
|
|
2205
2171
|
},
|
|
2172
|
+
"RepeatableRelationshipPathSpecification": {
|
|
2173
|
+
"anyOf": [
|
|
2174
|
+
{
|
|
2175
|
+
"$ref": "#/definitions/RepeatableRelationshipStepSpecification"
|
|
2176
|
+
},
|
|
2177
|
+
{
|
|
2178
|
+
"items": {
|
|
2179
|
+
"$ref": "#/definitions/RepeatableRelationshipStepSpecification"
|
|
2180
|
+
},
|
|
2181
|
+
"type": "array"
|
|
2182
|
+
}
|
|
2183
|
+
],
|
|
2184
|
+
"description": "This specification declares a step in a relationship path between a source and target ECInstances. A step\ncan optionally be repeated a number of times to traverse the same relationship recursively. Multiple\nspecifications of this type can be chained together to express complex indirect relationships."
|
|
2185
|
+
},
|
|
2206
2186
|
"RepeatableRelationshipStepSpecification": {
|
|
2207
2187
|
"additionalProperties": false,
|
|
2208
2188
|
"description": "Specification of a single step in `RepeatableRelationshipPathSpecification`.",
|
|
@@ -2300,38 +2280,7 @@
|
|
|
2300
2280
|
"customizationRules": {
|
|
2301
2281
|
"description": "A list of customization rules that\napply only to nodes produced by this rule.",
|
|
2302
2282
|
"items": {
|
|
2303
|
-
"
|
|
2304
|
-
{
|
|
2305
|
-
"$ref": "#/definitions/NodeArtifactsRule"
|
|
2306
|
-
},
|
|
2307
|
-
{
|
|
2308
|
-
"$ref": "#/definitions/CheckBoxRule"
|
|
2309
|
-
},
|
|
2310
|
-
{
|
|
2311
|
-
"$ref": "#/definitions/ExtendedDataRule"
|
|
2312
|
-
},
|
|
2313
|
-
{
|
|
2314
|
-
"$ref": "#/definitions/GroupingRule"
|
|
2315
|
-
},
|
|
2316
|
-
{
|
|
2317
|
-
"$ref": "#/definitions/ImageIdOverride"
|
|
2318
|
-
},
|
|
2319
|
-
{
|
|
2320
|
-
"$ref": "#/definitions/InstanceLabelOverride"
|
|
2321
|
-
},
|
|
2322
|
-
{
|
|
2323
|
-
"$ref": "#/definitions/LabelOverride"
|
|
2324
|
-
},
|
|
2325
|
-
{
|
|
2326
|
-
"$ref": "#/definitions/PropertySortingRule"
|
|
2327
|
-
},
|
|
2328
|
-
{
|
|
2329
|
-
"$ref": "#/definitions/DisabledSortingRule"
|
|
2330
|
-
},
|
|
2331
|
-
{
|
|
2332
|
-
"$ref": "#/definitions/StyleOverride"
|
|
2333
|
-
}
|
|
2334
|
-
]
|
|
2283
|
+
"$ref": "#/definitions/CustomizationRule"
|
|
2335
2284
|
},
|
|
2336
2285
|
"type": "array"
|
|
2337
2286
|
},
|
|
@@ -2360,20 +2309,7 @@
|
|
|
2360
2309
|
"specifications": {
|
|
2361
2310
|
"description": "A list of hierarchy specifications that define what nodes are going to be returned.",
|
|
2362
2311
|
"items": {
|
|
2363
|
-
"
|
|
2364
|
-
{
|
|
2365
|
-
"$ref": "#/definitions/CustomNodeSpecification"
|
|
2366
|
-
},
|
|
2367
|
-
{
|
|
2368
|
-
"$ref": "#/definitions/CustomQueryInstanceNodesSpecification"
|
|
2369
|
-
},
|
|
2370
|
-
{
|
|
2371
|
-
"$ref": "#/definitions/InstanceNodesOfSpecificClassesSpecification"
|
|
2372
|
-
},
|
|
2373
|
-
{
|
|
2374
|
-
"$ref": "#/definitions/RelatedInstanceNodesSpecification"
|
|
2375
|
-
}
|
|
2376
|
-
]
|
|
2312
|
+
"$ref": "#/definitions/ChildNodeSpecification"
|
|
2377
2313
|
},
|
|
2378
2314
|
"type": "array"
|
|
2379
2315
|
},
|
|
@@ -2394,12 +2330,62 @@
|
|
|
2394
2330
|
],
|
|
2395
2331
|
"type": "object"
|
|
2396
2332
|
},
|
|
2333
|
+
"Rule": {
|
|
2334
|
+
"anyOf": [
|
|
2335
|
+
{
|
|
2336
|
+
"$ref": "#/definitions/ContentRule"
|
|
2337
|
+
},
|
|
2338
|
+
{
|
|
2339
|
+
"$ref": "#/definitions/DefaultPropertyCategoryOverride"
|
|
2340
|
+
},
|
|
2341
|
+
{
|
|
2342
|
+
"$ref": "#/definitions/NodeArtifactsRule"
|
|
2343
|
+
},
|
|
2344
|
+
{
|
|
2345
|
+
"$ref": "#/definitions/CheckBoxRule"
|
|
2346
|
+
},
|
|
2347
|
+
{
|
|
2348
|
+
"$ref": "#/definitions/ExtendedDataRule"
|
|
2349
|
+
},
|
|
2350
|
+
{
|
|
2351
|
+
"$ref": "#/definitions/GroupingRule"
|
|
2352
|
+
},
|
|
2353
|
+
{
|
|
2354
|
+
"$ref": "#/definitions/ImageIdOverride"
|
|
2355
|
+
},
|
|
2356
|
+
{
|
|
2357
|
+
"$ref": "#/definitions/InstanceLabelOverride"
|
|
2358
|
+
},
|
|
2359
|
+
{
|
|
2360
|
+
"$ref": "#/definitions/LabelOverride"
|
|
2361
|
+
},
|
|
2362
|
+
{
|
|
2363
|
+
"$ref": "#/definitions/PropertySortingRule"
|
|
2364
|
+
},
|
|
2365
|
+
{
|
|
2366
|
+
"$ref": "#/definitions/DisabledSortingRule"
|
|
2367
|
+
},
|
|
2368
|
+
{
|
|
2369
|
+
"$ref": "#/definitions/StyleOverride"
|
|
2370
|
+
},
|
|
2371
|
+
{
|
|
2372
|
+
"$ref": "#/definitions/ChildNodeRule"
|
|
2373
|
+
},
|
|
2374
|
+
{
|
|
2375
|
+
"$ref": "#/definitions/RootNodeRule"
|
|
2376
|
+
},
|
|
2377
|
+
{
|
|
2378
|
+
"$ref": "#/definitions/ContentModifier"
|
|
2379
|
+
}
|
|
2380
|
+
],
|
|
2381
|
+
"description": "A union of all presentation rule types."
|
|
2382
|
+
},
|
|
2397
2383
|
"SameLabelInstanceGroup": {
|
|
2398
2384
|
"additionalProperties": false,
|
|
2399
2385
|
"description": "Allows grouping multiple instances with the same label into one ECInstances type of node. Similar to display label grouping,\nbut instead of showing a grouping node with multiple grouped ECInstance nodes, it shows a single ECInstances node which represents\nmultiple ECInstances.",
|
|
2400
2386
|
"properties": {
|
|
2401
2387
|
"applicationStage": {
|
|
2402
|
-
"description": "Grouping nodes by label is an expensive operation because it requires the whole hierarchy level to be created before even the first\ngrouped node can be produced. To alleviate the performance impact when this specification is used, two `applicationStage` settings have been introduced:\n\n- `\"Query\"` groups instances during ECSql query, which can often make use of database indices and is generally fairly quick. It is chosen\n
|
|
2388
|
+
"description": "Grouping nodes by label is an expensive operation because it requires the whole hierarchy level to be created before even the first\ngrouped node can be produced. To alleviate the performance impact when this specification is used, two `applicationStage` settings have been introduced:\n\n- `\"Query\"` groups instances during ECSql query, which can often make use of database indices and is generally fairly quick. It is chosen\n as the default option, however, it fails to produce grouping nodes when certain ruleset specifications are involved.\n\n- `\"PostProcess\"` groups instances after the whole hierarchy level is built. It incurs a large performance penalty, but it will\n produce the expected result in all cases.",
|
|
2403
2389
|
"enum": [
|
|
2404
2390
|
"PostProcess",
|
|
2405
2391
|
"Query"
|
|
@@ -2613,20 +2599,7 @@
|
|
|
2613
2599
|
"specifications": {
|
|
2614
2600
|
"description": "A list of hierarchy specifications that define what nodes are going to be returned.",
|
|
2615
2601
|
"items": {
|
|
2616
|
-
"
|
|
2617
|
-
{
|
|
2618
|
-
"$ref": "#/definitions/CustomNodeSpecification"
|
|
2619
|
-
},
|
|
2620
|
-
{
|
|
2621
|
-
"$ref": "#/definitions/CustomQueryInstanceNodesSpecification"
|
|
2622
|
-
},
|
|
2623
|
-
{
|
|
2624
|
-
"$ref": "#/definitions/InstanceNodesOfSpecificClassesSpecification"
|
|
2625
|
-
},
|
|
2626
|
-
{
|
|
2627
|
-
"$ref": "#/definitions/RelatedInstanceNodesSpecification"
|
|
2628
|
-
}
|
|
2629
|
-
]
|
|
2602
|
+
"$ref": "#/definitions/ChildNodeSpecification"
|
|
2630
2603
|
},
|
|
2631
2604
|
"type": "array"
|
|
2632
2605
|
},
|
|
@@ -2717,7 +2690,7 @@
|
|
|
2717
2690
|
"type": "object"
|
|
2718
2691
|
}
|
|
2719
2692
|
},
|
|
2720
|
-
"description": "Presentation ruleset is a list of rules that define tree hierarchy and content provided by\nthe presentation library. The ruleset consists of:\n- Ruleset options\n- Hierarchy rules:\n
|
|
2693
|
+
"description": "Presentation ruleset is a list of rules that define tree hierarchy and content provided by\nthe presentation library. The ruleset consists of:\n- Ruleset options\n- Hierarchy rules:\n - Root node rules\n - Child node rules\n- Content rules for content you see in content controls like property grid and table.\n- Customization rules used for additional customizations such as styling, labeling, checkboxes, etc.\n- User-controllable variables.",
|
|
2721
2694
|
"properties": {
|
|
2722
2695
|
"id": {
|
|
2723
2696
|
"description": "Ruleset identifier. This ID is used to bind UI components with the specific rule set.",
|
|
@@ -2734,53 +2707,7 @@
|
|
|
2734
2707
|
"rules": {
|
|
2735
2708
|
"description": "Presentation rules used to create hierarchies and content",
|
|
2736
2709
|
"items": {
|
|
2737
|
-
"
|
|
2738
|
-
{
|
|
2739
|
-
"$ref": "#/definitions/ContentRule"
|
|
2740
|
-
},
|
|
2741
|
-
{
|
|
2742
|
-
"$ref": "#/definitions/DefaultPropertyCategoryOverride"
|
|
2743
|
-
},
|
|
2744
|
-
{
|
|
2745
|
-
"$ref": "#/definitions/NodeArtifactsRule"
|
|
2746
|
-
},
|
|
2747
|
-
{
|
|
2748
|
-
"$ref": "#/definitions/CheckBoxRule"
|
|
2749
|
-
},
|
|
2750
|
-
{
|
|
2751
|
-
"$ref": "#/definitions/ExtendedDataRule"
|
|
2752
|
-
},
|
|
2753
|
-
{
|
|
2754
|
-
"$ref": "#/definitions/GroupingRule"
|
|
2755
|
-
},
|
|
2756
|
-
{
|
|
2757
|
-
"$ref": "#/definitions/ImageIdOverride"
|
|
2758
|
-
},
|
|
2759
|
-
{
|
|
2760
|
-
"$ref": "#/definitions/InstanceLabelOverride"
|
|
2761
|
-
},
|
|
2762
|
-
{
|
|
2763
|
-
"$ref": "#/definitions/LabelOverride"
|
|
2764
|
-
},
|
|
2765
|
-
{
|
|
2766
|
-
"$ref": "#/definitions/PropertySortingRule"
|
|
2767
|
-
},
|
|
2768
|
-
{
|
|
2769
|
-
"$ref": "#/definitions/DisabledSortingRule"
|
|
2770
|
-
},
|
|
2771
|
-
{
|
|
2772
|
-
"$ref": "#/definitions/StyleOverride"
|
|
2773
|
-
},
|
|
2774
|
-
{
|
|
2775
|
-
"$ref": "#/definitions/ChildNodeRule"
|
|
2776
|
-
},
|
|
2777
|
-
{
|
|
2778
|
-
"$ref": "#/definitions/RootNodeRule"
|
|
2779
|
-
},
|
|
2780
|
-
{
|
|
2781
|
-
"$ref": "#/definitions/ContentModifier"
|
|
2782
|
-
}
|
|
2783
|
-
]
|
|
2710
|
+
"$ref": "#/definitions/Rule"
|
|
2784
2711
|
},
|
|
2785
2712
|
"type": "array"
|
|
2786
2713
|
},
|