@itwin/presentation-common 3.3.0-dev.26 → 3.3.0-dev.29

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 (38) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/lib/cjs/presentation-common/Diagnostics.d.ts +17 -3
  3. package/lib/cjs/presentation-common/Diagnostics.d.ts.map +1 -1
  4. package/lib/cjs/presentation-common/Diagnostics.js.map +1 -1
  5. package/lib/cjs/presentation-common/PresentationManagerOptions.d.ts +11 -3
  6. package/lib/cjs/presentation-common/PresentationManagerOptions.d.ts.map +1 -1
  7. package/lib/cjs/presentation-common/PresentationManagerOptions.js +6 -1
  8. package/lib/cjs/presentation-common/PresentationManagerOptions.js.map +1 -1
  9. package/lib/cjs/presentation-common/PresentationRpcInterface.d.ts +12 -4
  10. package/lib/cjs/presentation-common/PresentationRpcInterface.d.ts.map +1 -1
  11. package/lib/cjs/presentation-common/PresentationRpcInterface.js +1 -2
  12. package/lib/cjs/presentation-common/PresentationRpcInterface.js.map +1 -1
  13. package/lib/cjs/presentation-common/RpcRequestsHandler.d.ts +20 -19
  14. package/lib/cjs/presentation-common/RpcRequestsHandler.d.ts.map +1 -1
  15. package/lib/cjs/presentation-common/RpcRequestsHandler.js +3 -4
  16. package/lib/cjs/presentation-common/RpcRequestsHandler.js.map +1 -1
  17. package/lib/cjs/presentation-common/selection/SelectionScope.d.ts +9 -0
  18. package/lib/cjs/presentation-common/selection/SelectionScope.d.ts.map +1 -1
  19. package/lib/cjs/presentation-common/selection/SelectionScope.js.map +1 -1
  20. package/lib/esm/presentation-common/Diagnostics.d.ts +17 -3
  21. package/lib/esm/presentation-common/Diagnostics.d.ts.map +1 -1
  22. package/lib/esm/presentation-common/Diagnostics.js.map +1 -1
  23. package/lib/esm/presentation-common/PresentationManagerOptions.d.ts +11 -3
  24. package/lib/esm/presentation-common/PresentationManagerOptions.d.ts.map +1 -1
  25. package/lib/esm/presentation-common/PresentationManagerOptions.js +4 -0
  26. package/lib/esm/presentation-common/PresentationManagerOptions.js.map +1 -1
  27. package/lib/esm/presentation-common/PresentationRpcInterface.d.ts +12 -4
  28. package/lib/esm/presentation-common/PresentationRpcInterface.d.ts.map +1 -1
  29. package/lib/esm/presentation-common/PresentationRpcInterface.js +1 -2
  30. package/lib/esm/presentation-common/PresentationRpcInterface.js.map +1 -1
  31. package/lib/esm/presentation-common/RpcRequestsHandler.d.ts +20 -19
  32. package/lib/esm/presentation-common/RpcRequestsHandler.d.ts.map +1 -1
  33. package/lib/esm/presentation-common/RpcRequestsHandler.js +3 -4
  34. package/lib/esm/presentation-common/RpcRequestsHandler.js.map +1 -1
  35. package/lib/esm/presentation-common/selection/SelectionScope.d.ts +9 -0
  36. package/lib/esm/presentation-common/selection/SelectionScope.d.ts.map +1 -1
  37. package/lib/esm/presentation-common/selection/SelectionScope.js.map +1 -1
  38. package/package.json +9 -9
@@ -1 +1 @@
1
- {"version":3,"file":"SelectionScope.d.ts","sourceRoot":"","sources":["../../../../src/presentation-common/selection/SelectionScope.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC7B,uCAAuC;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,YAAY;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,kBAAkB;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB"}
1
+ {"version":3,"file":"SelectionScope.d.ts","sourceRoot":"","sources":["../../../../src/presentation-common/selection/SelectionScope.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC7B,uCAAuC;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,YAAY;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,kBAAkB;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,aAAa;AACb,MAAM,WAAW,0BAA0B;IACzC,EAAE,EAAE,SAAS,CAAC;IACd,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,aAAa;AACb,oBAAY,mBAAmB,GAAG,0BAA0B,GAAG;IAAE,EAAE,EAAE,MAAM,CAAA;CAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"SelectionScope.js","sourceRoot":"","sources":["../../../../src/presentation-common/selection/SelectionScope.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module UnifiedSelection\r\n */\r\n\r\n/**\r\n * Data structure that describes a [selection scope]($docs/presentation/unified-selection/index#selection-scopes)\r\n *\r\n * @public\r\n */\r\nexport interface SelectionScope {\r\n /** Unique ID of the selection scope */\r\n id: string;\r\n /** Label */\r\n label: string;\r\n /** Description */\r\n description?: string;\r\n}\r\n"]}
1
+ {"version":3,"file":"SelectionScope.js","sourceRoot":"","sources":["../../../../src/presentation-common/selection/SelectionScope.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module UnifiedSelection\r\n */\r\n\r\n/**\r\n * Data structure that describes a [selection scope]($docs/presentation/unified-selection/index#selection-scopes)\r\n *\r\n * @public\r\n */\r\nexport interface SelectionScope {\r\n /** Unique ID of the selection scope */\r\n id: string;\r\n /** Label */\r\n label: string;\r\n /** Description */\r\n description?: string;\r\n}\r\n\r\n/** @alpha */\r\nexport interface ElementSelectionScopeProps {\r\n id: \"element\";\r\n ancestorLevel?: number;\r\n}\r\n\r\n/** @alpha */\r\nexport type SelectionScopeProps = ElementSelectionScopeProps | { id: string };\r\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-common",
3
- "version": "3.3.0-dev.26",
3
+ "version": "3.3.0-dev.29",
4
4
  "description": "Common pieces for iModel.js presentation packages",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -21,16 +21,16 @@
21
21
  "module": "lib/esm/presentation-common.js",
22
22
  "typings": "lib/cjs/presentation-common",
23
23
  "peerDependencies": {
24
- "@itwin/core-bentley": "^3.3.0-dev.26",
25
- "@itwin/core-common": "^3.3.0-dev.26",
26
- "@itwin/core-quantity": "^3.3.0-dev.26"
24
+ "@itwin/core-bentley": "^3.3.0-dev.29",
25
+ "@itwin/core-common": "^3.3.0-dev.29",
26
+ "@itwin/core-quantity": "^3.3.0-dev.29"
27
27
  },
28
28
  "devDependencies": {
29
- "@itwin/build-tools": "3.3.0-dev.26",
30
- "@itwin/core-bentley": "3.3.0-dev.26",
31
- "@itwin/core-common": "3.3.0-dev.26",
32
- "@itwin/core-quantity": "3.3.0-dev.26",
33
- "@itwin/eslint-plugin": "3.3.0-dev.26",
29
+ "@itwin/build-tools": "3.3.0-dev.29",
30
+ "@itwin/core-bentley": "3.3.0-dev.29",
31
+ "@itwin/core-common": "3.3.0-dev.29",
32
+ "@itwin/core-quantity": "3.3.0-dev.29",
33
+ "@itwin/eslint-plugin": "3.3.0-dev.29",
34
34
  "@types/chai": "^4.1.4",
35
35
  "@types/chai-as-promised": "^7",
36
36
  "@types/chai-jest-snapshot": "^1.3.0",