@itwin/presentation-frontend 3.7.0-dev.2 → 3.7.0-dev.5

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 (126) hide show
  1. package/CHANGELOG.md +13 -3
  2. package/lib/cjs/presentation-frontend/ConnectivityInformationProvider.d.ts +29 -29
  3. package/lib/cjs/presentation-frontend/ConnectivityInformationProvider.js +47 -47
  4. package/lib/cjs/presentation-frontend/ConnectivityInformationProvider.js.map +1 -1
  5. package/lib/cjs/presentation-frontend/Diagnostics.d.ts +14 -14
  6. package/lib/cjs/presentation-frontend/Diagnostics.js +61 -61
  7. package/lib/cjs/presentation-frontend/Diagnostics.js.map +1 -1
  8. package/lib/cjs/presentation-frontend/FrontendLoggerCategory.d.ts +12 -12
  9. package/lib/cjs/presentation-frontend/FrontendLoggerCategory.js +20 -20
  10. package/lib/cjs/presentation-frontend/FrontendLoggerCategory.js.map +1 -1
  11. package/lib/cjs/presentation-frontend/IpcRequestsHandler.d.ts +10 -10
  12. package/lib/cjs/presentation-frontend/IpcRequestsHandler.js +41 -41
  13. package/lib/cjs/presentation-frontend/IpcRequestsHandler.js.map +1 -1
  14. package/lib/cjs/presentation-frontend/LocalizationHelper.d.ts +10 -10
  15. package/lib/cjs/presentation-frontend/LocalizationHelper.js +31 -31
  16. package/lib/cjs/presentation-frontend/LocalizationHelper.js.map +1 -1
  17. package/lib/cjs/presentation-frontend/Presentation.d.ts +75 -75
  18. package/lib/cjs/presentation-frontend/Presentation.js +162 -162
  19. package/lib/cjs/presentation-frontend/Presentation.js.map +1 -1
  20. package/lib/cjs/presentation-frontend/PresentationManager.d.ts +186 -186
  21. package/lib/cjs/presentation-frontend/PresentationManager.js +436 -436
  22. package/lib/cjs/presentation-frontend/PresentationManager.js.map +1 -1
  23. package/lib/cjs/presentation-frontend/RulesetManager.d.ts +63 -63
  24. package/lib/cjs/presentation-frontend/RulesetManager.js +85 -85
  25. package/lib/cjs/presentation-frontend/RulesetManager.js.map +1 -1
  26. package/lib/cjs/presentation-frontend/RulesetVariablesManager.d.ts +143 -143
  27. package/lib/cjs/presentation-frontend/RulesetVariablesManager.js +195 -195
  28. package/lib/cjs/presentation-frontend/RulesetVariablesManager.js.map +1 -1
  29. package/lib/cjs/presentation-frontend/StateTracker.d.ts +38 -38
  30. package/lib/cjs/presentation-frontend/StateTracker.js +129 -129
  31. package/lib/cjs/presentation-frontend/StateTracker.js.map +1 -1
  32. package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesManager.d.ts +132 -132
  33. package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesManager.d.ts.map +1 -1
  34. package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesManager.js +526 -525
  35. package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesManager.js.map +1 -1
  36. package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesStorage.d.ts +111 -111
  37. package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesStorage.js +293 -293
  38. package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesStorage.js.map +1 -1
  39. package/lib/cjs/presentation-frontend/selection/HiliteRules.json +172 -172
  40. package/lib/cjs/presentation-frontend/selection/HiliteSetProvider.d.ts +52 -52
  41. package/lib/cjs/presentation-frontend/selection/HiliteSetProvider.js +97 -97
  42. package/lib/cjs/presentation-frontend/selection/HiliteSetProvider.js.map +1 -1
  43. package/lib/cjs/presentation-frontend/selection/ISelectionProvider.d.ts +19 -19
  44. package/lib/cjs/presentation-frontend/selection/ISelectionProvider.js +9 -9
  45. package/lib/cjs/presentation-frontend/selection/ISelectionProvider.js.map +1 -1
  46. package/lib/cjs/presentation-frontend/selection/SelectionChangeEvent.d.ts +52 -52
  47. package/lib/cjs/presentation-frontend/selection/SelectionChangeEvent.js +33 -33
  48. package/lib/cjs/presentation-frontend/selection/SelectionChangeEvent.js.map +1 -1
  49. package/lib/cjs/presentation-frontend/selection/SelectionHandler.d.ts +103 -103
  50. package/lib/cjs/presentation-frontend/selection/SelectionHandler.js +108 -108
  51. package/lib/cjs/presentation-frontend/selection/SelectionHandler.js.map +1 -1
  52. package/lib/cjs/presentation-frontend/selection/SelectionHelper.d.ts +14 -14
  53. package/lib/cjs/presentation-frontend/selection/SelectionHelper.js +37 -37
  54. package/lib/cjs/presentation-frontend/selection/SelectionHelper.js.map +1 -1
  55. package/lib/cjs/presentation-frontend/selection/SelectionManager.d.ts +139 -139
  56. package/lib/cjs/presentation-frontend/selection/SelectionManager.js +414 -414
  57. package/lib/cjs/presentation-frontend/selection/SelectionManager.js.map +1 -1
  58. package/lib/cjs/presentation-frontend/selection/SelectionScopesManager.d.ts +59 -59
  59. package/lib/cjs/presentation-frontend/selection/SelectionScopesManager.js +91 -91
  60. package/lib/cjs/presentation-frontend/selection/SelectionScopesManager.js.map +1 -1
  61. package/lib/cjs/presentation-frontend.d.ts +34 -34
  62. package/lib/cjs/presentation-frontend.js +50 -50
  63. package/lib/cjs/presentation-frontend.js.map +1 -1
  64. package/lib/esm/presentation-frontend/ConnectivityInformationProvider.d.ts +29 -29
  65. package/lib/esm/presentation-frontend/ConnectivityInformationProvider.js +43 -43
  66. package/lib/esm/presentation-frontend/ConnectivityInformationProvider.js.map +1 -1
  67. package/lib/esm/presentation-frontend/Diagnostics.d.ts +14 -14
  68. package/lib/esm/presentation-frontend/Diagnostics.js +56 -56
  69. package/lib/esm/presentation-frontend/Diagnostics.js.map +1 -1
  70. package/lib/esm/presentation-frontend/FrontendLoggerCategory.d.ts +12 -12
  71. package/lib/esm/presentation-frontend/FrontendLoggerCategory.js +17 -17
  72. package/lib/esm/presentation-frontend/FrontendLoggerCategory.js.map +1 -1
  73. package/lib/esm/presentation-frontend/IpcRequestsHandler.d.ts +10 -10
  74. package/lib/esm/presentation-frontend/IpcRequestsHandler.js +37 -37
  75. package/lib/esm/presentation-frontend/IpcRequestsHandler.js.map +1 -1
  76. package/lib/esm/presentation-frontend/LocalizationHelper.d.ts +10 -10
  77. package/lib/esm/presentation-frontend/LocalizationHelper.js +27 -27
  78. package/lib/esm/presentation-frontend/LocalizationHelper.js.map +1 -1
  79. package/lib/esm/presentation-frontend/Presentation.d.ts +75 -75
  80. package/lib/esm/presentation-frontend/Presentation.js +158 -158
  81. package/lib/esm/presentation-frontend/Presentation.js.map +1 -1
  82. package/lib/esm/presentation-frontend/PresentationManager.d.ts +186 -186
  83. package/lib/esm/presentation-frontend/PresentationManager.js +431 -431
  84. package/lib/esm/presentation-frontend/PresentationManager.js.map +1 -1
  85. package/lib/esm/presentation-frontend/RulesetManager.d.ts +63 -63
  86. package/lib/esm/presentation-frontend/RulesetManager.js +81 -81
  87. package/lib/esm/presentation-frontend/RulesetManager.js.map +1 -1
  88. package/lib/esm/presentation-frontend/RulesetVariablesManager.d.ts +143 -143
  89. package/lib/esm/presentation-frontend/RulesetVariablesManager.js +191 -191
  90. package/lib/esm/presentation-frontend/RulesetVariablesManager.js.map +1 -1
  91. package/lib/esm/presentation-frontend/StateTracker.d.ts +38 -38
  92. package/lib/esm/presentation-frontend/StateTracker.js +125 -125
  93. package/lib/esm/presentation-frontend/StateTracker.js.map +1 -1
  94. package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesManager.d.ts +132 -132
  95. package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesManager.d.ts.map +1 -1
  96. package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesManager.js +520 -519
  97. package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesManager.js.map +1 -1
  98. package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesStorage.d.ts +111 -111
  99. package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesStorage.js +285 -285
  100. package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesStorage.js.map +1 -1
  101. package/lib/esm/presentation-frontend/selection/HiliteRules.json +172 -172
  102. package/lib/esm/presentation-frontend/selection/HiliteSetProvider.d.ts +52 -52
  103. package/lib/esm/presentation-frontend/selection/HiliteSetProvider.js +93 -93
  104. package/lib/esm/presentation-frontend/selection/HiliteSetProvider.js.map +1 -1
  105. package/lib/esm/presentation-frontend/selection/ISelectionProvider.d.ts +19 -19
  106. package/lib/esm/presentation-frontend/selection/ISelectionProvider.js +8 -8
  107. package/lib/esm/presentation-frontend/selection/ISelectionProvider.js.map +1 -1
  108. package/lib/esm/presentation-frontend/selection/SelectionChangeEvent.d.ts +52 -52
  109. package/lib/esm/presentation-frontend/selection/SelectionChangeEvent.js +29 -29
  110. package/lib/esm/presentation-frontend/selection/SelectionChangeEvent.js.map +1 -1
  111. package/lib/esm/presentation-frontend/selection/SelectionHandler.d.ts +103 -103
  112. package/lib/esm/presentation-frontend/selection/SelectionHandler.js +104 -104
  113. package/lib/esm/presentation-frontend/selection/SelectionHandler.js.map +1 -1
  114. package/lib/esm/presentation-frontend/selection/SelectionHelper.d.ts +14 -14
  115. package/lib/esm/presentation-frontend/selection/SelectionHelper.js +33 -33
  116. package/lib/esm/presentation-frontend/selection/SelectionHelper.js.map +1 -1
  117. package/lib/esm/presentation-frontend/selection/SelectionManager.d.ts +139 -139
  118. package/lib/esm/presentation-frontend/selection/SelectionManager.js +409 -409
  119. package/lib/esm/presentation-frontend/selection/SelectionManager.js.map +1 -1
  120. package/lib/esm/presentation-frontend/selection/SelectionScopesManager.d.ts +59 -59
  121. package/lib/esm/presentation-frontend/selection/SelectionScopesManager.js +85 -85
  122. package/lib/esm/presentation-frontend/selection/SelectionScopesManager.js.map +1 -1
  123. package/lib/esm/presentation-frontend.d.ts +34 -34
  124. package/lib/esm/presentation-frontend.js +38 -38
  125. package/lib/esm/presentation-frontend.js.map +1 -1
  126. package/package.json +14 -14
@@ -1,39 +1,39 @@
1
- /*---------------------------------------------------------------------------------------------
2
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
- * See LICENSE.md in the project root for license terms and full copyright notice.
4
- *--------------------------------------------------------------------------------------------*/
5
- /**
6
- * @module Core
7
- *
8
- * @docs-group-description Core
9
- * Common types used for retrieving presentation data from iModels.
10
- */
11
- export * from "./presentation-frontend/Presentation";
12
- export * from "./presentation-frontend/PresentationManager";
13
- export * from "./presentation-frontend/RulesetManager";
14
- export * from "./presentation-frontend/RulesetVariablesManager";
15
- export * from "./presentation-frontend/favorite-properties/FavoritePropertiesManager";
16
- export * from "./presentation-frontend/favorite-properties/FavoritePropertiesStorage";
17
- export * from "./presentation-frontend/StateTracker";
18
- export * from "./presentation-frontend/Diagnostics";
19
- /**
20
- * @module Logging
21
- *
22
- * @docs-group-description Logging
23
- * Types related to logging in this package.
24
- */
25
- export * from "./presentation-frontend/FrontendLoggerCategory";
26
- /**
27
- * @module UnifiedSelection
28
- *
29
- * @docs-group-description UnifiedSelection
30
- * Types related to [unified selection]($docs/presentation/unified-selection/index.md).
31
- */
32
- export * from "./presentation-frontend/selection/SelectionChangeEvent";
33
- export * from "./presentation-frontend/selection/ISelectionProvider";
34
- export * from "./presentation-frontend/selection/SelectionManager";
35
- export * from "./presentation-frontend/selection/SelectionScopesManager";
36
- export * from "./presentation-frontend/selection/SelectionHandler";
37
- export * from "./presentation-frontend/selection/HiliteSetProvider";
38
- export * from "./presentation-frontend/selection/SelectionHelper";
1
+ /*---------------------------------------------------------------------------------------------
2
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
+ * See LICENSE.md in the project root for license terms and full copyright notice.
4
+ *--------------------------------------------------------------------------------------------*/
5
+ /**
6
+ * @module Core
7
+ *
8
+ * @docs-group-description Core
9
+ * Common types used for retrieving presentation data from iModels.
10
+ */
11
+ export * from "./presentation-frontend/Presentation";
12
+ export * from "./presentation-frontend/PresentationManager";
13
+ export * from "./presentation-frontend/RulesetManager";
14
+ export * from "./presentation-frontend/RulesetVariablesManager";
15
+ export * from "./presentation-frontend/favorite-properties/FavoritePropertiesManager";
16
+ export * from "./presentation-frontend/favorite-properties/FavoritePropertiesStorage";
17
+ export * from "./presentation-frontend/StateTracker";
18
+ export * from "./presentation-frontend/Diagnostics";
19
+ /**
20
+ * @module Logging
21
+ *
22
+ * @docs-group-description Logging
23
+ * Types related to logging in this package.
24
+ */
25
+ export * from "./presentation-frontend/FrontendLoggerCategory";
26
+ /**
27
+ * @module UnifiedSelection
28
+ *
29
+ * @docs-group-description UnifiedSelection
30
+ * Types related to [unified selection]($docs/presentation/unified-selection/index.md).
31
+ */
32
+ export * from "./presentation-frontend/selection/SelectionChangeEvent";
33
+ export * from "./presentation-frontend/selection/ISelectionProvider";
34
+ export * from "./presentation-frontend/selection/SelectionManager";
35
+ export * from "./presentation-frontend/selection/SelectionScopesManager";
36
+ export * from "./presentation-frontend/selection/SelectionHandler";
37
+ export * from "./presentation-frontend/selection/HiliteSetProvider";
38
+ export * from "./presentation-frontend/selection/SelectionHelper";
39
39
  //# sourceMappingURL=presentation-frontend.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"presentation-frontend.js","sourceRoot":"","sources":["../../src/presentation-frontend.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;;;;GAKG;AACH,cAAc,sCAAsC,CAAC;AACrD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,wCAAwC,CAAC;AACvD,cAAc,iDAAiD,CAAC;AAChE,cAAc,uEAAuE,CAAC;AACtF,cAAc,uEAAuE,CAAC;AACtF,cAAc,sCAAsC,CAAC;AACrD,cAAc,qCAAqC,CAAC;AAEpD;;;;;GAKG;AACH,cAAc,gDAAgD,CAAC;AAE/D;;;;;GAKG;AACH,cAAc,wDAAwD,CAAC;AACvE,cAAc,sDAAsD,CAAC;AACrE,cAAc,oDAAoD,CAAC;AACnE,cAAc,0DAA0D,CAAC;AACzE,cAAc,oDAAoD,CAAC;AACnE,cAAc,qDAAqD,CAAC;AACpE,cAAc,mDAAmD,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/**\n * @module Core\n *\n * @docs-group-description Core\n * Common types used for retrieving presentation data from iModels.\n */\nexport * from \"./presentation-frontend/Presentation\";\nexport * from \"./presentation-frontend/PresentationManager\";\nexport * from \"./presentation-frontend/RulesetManager\";\nexport * from \"./presentation-frontend/RulesetVariablesManager\";\nexport * from \"./presentation-frontend/favorite-properties/FavoritePropertiesManager\";\nexport * from \"./presentation-frontend/favorite-properties/FavoritePropertiesStorage\";\nexport * from \"./presentation-frontend/StateTracker\";\nexport * from \"./presentation-frontend/Diagnostics\";\n\n/**\n * @module Logging\n *\n * @docs-group-description Logging\n * Types related to logging in this package.\n */\nexport * from \"./presentation-frontend/FrontendLoggerCategory\";\n\n/**\n * @module UnifiedSelection\n *\n * @docs-group-description UnifiedSelection\n * Types related to [unified selection]($docs/presentation/unified-selection/index.md).\n */\nexport * from \"./presentation-frontend/selection/SelectionChangeEvent\";\nexport * from \"./presentation-frontend/selection/ISelectionProvider\";\nexport * from \"./presentation-frontend/selection/SelectionManager\";\nexport * from \"./presentation-frontend/selection/SelectionScopesManager\";\nexport * from \"./presentation-frontend/selection/SelectionHandler\";\nexport * from \"./presentation-frontend/selection/HiliteSetProvider\";\nexport * from \"./presentation-frontend/selection/SelectionHelper\";\n"]}
1
+ {"version":3,"file":"presentation-frontend.js","sourceRoot":"","sources":["../../src/presentation-frontend.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;;;;GAKG;AACH,cAAc,sCAAsC,CAAC;AACrD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,wCAAwC,CAAC;AACvD,cAAc,iDAAiD,CAAC;AAChE,cAAc,uEAAuE,CAAC;AACtF,cAAc,uEAAuE,CAAC;AACtF,cAAc,sCAAsC,CAAC;AACrD,cAAc,qCAAqC,CAAC;AAEpD;;;;;GAKG;AACH,cAAc,gDAAgD,CAAC;AAE/D;;;;;GAKG;AACH,cAAc,wDAAwD,CAAC;AACvE,cAAc,sDAAsD,CAAC;AACrE,cAAc,oDAAoD,CAAC;AACnE,cAAc,0DAA0D,CAAC;AACzE,cAAc,oDAAoD,CAAC;AACnE,cAAc,qDAAqD,CAAC;AACpE,cAAc,mDAAmD,CAAC","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/**\r\n * @module Core\r\n *\r\n * @docs-group-description Core\r\n * Common types used for retrieving presentation data from iModels.\r\n */\r\nexport * from \"./presentation-frontend/Presentation\";\r\nexport * from \"./presentation-frontend/PresentationManager\";\r\nexport * from \"./presentation-frontend/RulesetManager\";\r\nexport * from \"./presentation-frontend/RulesetVariablesManager\";\r\nexport * from \"./presentation-frontend/favorite-properties/FavoritePropertiesManager\";\r\nexport * from \"./presentation-frontend/favorite-properties/FavoritePropertiesStorage\";\r\nexport * from \"./presentation-frontend/StateTracker\";\r\nexport * from \"./presentation-frontend/Diagnostics\";\r\n\r\n/**\r\n * @module Logging\r\n *\r\n * @docs-group-description Logging\r\n * Types related to logging in this package.\r\n */\r\nexport * from \"./presentation-frontend/FrontendLoggerCategory\";\r\n\r\n/**\r\n * @module UnifiedSelection\r\n *\r\n * @docs-group-description UnifiedSelection\r\n * Types related to [unified selection]($docs/presentation/unified-selection/index.md).\r\n */\r\nexport * from \"./presentation-frontend/selection/SelectionChangeEvent\";\r\nexport * from \"./presentation-frontend/selection/ISelectionProvider\";\r\nexport * from \"./presentation-frontend/selection/SelectionManager\";\r\nexport * from \"./presentation-frontend/selection/SelectionScopesManager\";\r\nexport * from \"./presentation-frontend/selection/SelectionHandler\";\r\nexport * from \"./presentation-frontend/selection/HiliteSetProvider\";\r\nexport * from \"./presentation-frontend/selection/SelectionHelper\";\r\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-frontend",
3
- "version": "3.7.0-dev.2",
3
+ "version": "3.7.0-dev.5",
4
4
  "description": "Frontend of iModel.js Presentation library",
5
5
  "main": "lib/cjs/presentation-frontend.js",
6
6
  "module": "lib/esm/presentation-frontend.js",
@@ -22,21 +22,21 @@
22
22
  "url": "http://www.bentley.com"
23
23
  },
24
24
  "peerDependencies": {
25
- "@itwin/core-bentley": "^3.7.0-dev.2",
26
- "@itwin/core-common": "^3.7.0-dev.2",
27
- "@itwin/core-frontend": "^3.7.0-dev.2",
28
- "@itwin/core-quantity": "^3.7.0-dev.2",
29
- "@itwin/presentation-common": "^3.7.0-dev.2"
25
+ "@itwin/core-bentley": "^3.7.0-dev.5",
26
+ "@itwin/core-common": "^3.7.0-dev.5",
27
+ "@itwin/core-frontend": "^3.7.0-dev.5",
28
+ "@itwin/core-quantity": "^3.7.0-dev.5",
29
+ "@itwin/presentation-common": "^3.7.0-dev.5"
30
30
  },
31
31
  "devDependencies": {
32
- "@itwin/build-tools": "3.7.0-dev.2",
33
- "@itwin/core-bentley": "3.7.0-dev.2",
34
- "@itwin/core-common": "3.7.0-dev.2",
35
- "@itwin/core-frontend": "3.7.0-dev.2",
36
- "@itwin/core-i18n": "3.7.0-dev.2",
37
- "@itwin/core-quantity": "3.7.0-dev.2",
38
- "@itwin/eslint-plugin": "3.7.0-dev.2",
39
- "@itwin/presentation-common": "3.7.0-dev.2",
32
+ "@itwin/build-tools": "3.7.0-dev.5",
33
+ "@itwin/core-bentley": "3.7.0-dev.5",
34
+ "@itwin/core-common": "3.7.0-dev.5",
35
+ "@itwin/core-frontend": "3.7.0-dev.5",
36
+ "@itwin/core-i18n": "3.7.0-dev.5",
37
+ "@itwin/core-quantity": "3.7.0-dev.5",
38
+ "@itwin/eslint-plugin": "3.7.0-dev.5",
39
+ "@itwin/presentation-common": "3.7.0-dev.5",
40
40
  "@types/chai": "4.3.1",
41
41
  "@types/chai-as-promised": "^7",
42
42
  "@types/chai-jest-snapshot": "^1.3.0",