@itwin/hypermodeling-frontend 5.13.0-dev.4 → 5.13.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.
@@ -1 +1 @@
1
- {"version":3,"file":"hypermodeling-frontend.js","sourceRoot":"","sources":["../../src/hypermodeling-frontend.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kBAAkB,CAAC;AAEjC;;GAEG;AAEH;;GAEG","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*--------------------------------------------------------------------------------------------*/\nexport * from \"./HyperModeling\";\nexport * from \"./HyperModelingConfig\";\nexport * from \"./HyperModelingDecorator\";\nexport * from \"./SectionMarkerHandler\";\nexport * from \"./SectionDrawingLocationState\";\nexport * from \"./SectionGraphicsProvider\";\nexport * from \"./SectionMarkers\";\n\n/** @docs-package-description\n * The hypermodeling package enables visualization of section drawings in a spatial context.\n */\n\n/** @docs-group-description HyperModeling\n * APIs for controlling visualization of section drawings in a spatial context.\n */\n"]}
1
+ {"version":3,"file":"hypermodeling-frontend.js","sourceRoot":"","sources":["../../src/hypermodeling-frontend.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kBAAkB,CAAC;AAEjC;;GAEG;AAEH;;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\nexport * from \"./HyperModeling\";\r\nexport * from \"./HyperModelingConfig\";\r\nexport * from \"./HyperModelingDecorator\";\r\nexport * from \"./SectionMarkerHandler\";\r\nexport * from \"./SectionDrawingLocationState\";\r\nexport * from \"./SectionGraphicsProvider\";\r\nexport * from \"./SectionMarkers\";\r\n\r\n/** @docs-package-description\r\n * The hypermodeling package enables visualization of section drawings in a spatial context.\r\n */\r\n\r\n/** @docs-group-description HyperModeling\r\n * APIs for controlling visualization of section drawings in a spatial context.\r\n */\r\n"]}
@@ -1,32 +1,32 @@
1
- {
2
- "tools": {
3
- "HyperModeling": {
4
- "keyin": "hypermodeling",
5
- "Graphics": {
6
- "Config": {
7
- "keyin": "hypermodeling graphics config"
8
- }
9
- },
10
- "Marker": {
11
- "Config": {
12
- "keyin": "hypermodeling marker config"
13
- },
14
- "Default": {
15
- "Config": {
16
- "keyin": "hypermodeling marker default config"
17
- }
18
- }
19
- }
20
- }
21
- },
22
- "Message": {
23
- "SectionCallout": "Section Callout",
24
- "DetailCallout": "Detail Callout",
25
- "ElevationCallout": "Elevation Callout",
26
- "PlanCallout": "Plan Callout",
27
- "ApplySection": "Apply Section",
28
- "OpenSection": "Open Section View",
29
- "OpenSheet": "Open Sheet View",
30
- "ApplyView": "Apply Spatial View"
31
- }
32
- }
1
+ {
2
+ "tools": {
3
+ "HyperModeling": {
4
+ "keyin": "hypermodeling",
5
+ "Graphics": {
6
+ "Config": {
7
+ "keyin": "hypermodeling graphics config"
8
+ }
9
+ },
10
+ "Marker": {
11
+ "Config": {
12
+ "keyin": "hypermodeling marker config"
13
+ },
14
+ "Default": {
15
+ "Config": {
16
+ "keyin": "hypermodeling marker default config"
17
+ }
18
+ }
19
+ }
20
+ }
21
+ },
22
+ "Message": {
23
+ "SectionCallout": "Section Callout",
24
+ "DetailCallout": "Detail Callout",
25
+ "ElevationCallout": "Elevation Callout",
26
+ "PlanCallout": "Plan Callout",
27
+ "ApplySection": "Apply Section",
28
+ "OpenSection": "Open Section View",
29
+ "OpenSheet": "Open Sheet View",
30
+ "ApplyView": "Apply Spatial View"
31
+ }
32
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/hypermodeling-frontend",
3
- "version": "5.13.0-dev.4",
3
+ "version": "5.13.0-dev.5",
4
4
  "description": "iTwin.js hypermodeling package",
5
5
  "main": "lib/cjs/hypermodeling-frontend.js",
6
6
  "module": "lib/esm/hypermodeling-frontend.js",
@@ -22,10 +22,10 @@
22
22
  "url": "http://www.bentley.com"
23
23
  },
24
24
  "peerDependencies": {
25
- "@itwin/core-common": "5.13.0-dev.4",
26
- "@itwin/core-bentley": "5.13.0-dev.4",
27
- "@itwin/core-frontend": "5.13.0-dev.4",
28
- "@itwin/core-geometry": "5.13.0-dev.4"
25
+ "@itwin/core-bentley": "5.13.0-dev.5",
26
+ "@itwin/core-common": "5.13.0-dev.5",
27
+ "@itwin/core-frontend": "5.13.0-dev.5",
28
+ "@itwin/core-geometry": "5.13.0-dev.5"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@itwin/eslint-plugin": "^6.0.0",
@@ -43,15 +43,15 @@
43
43
  "source-map-loader": "^5.0.0",
44
44
  "typescript": "~5.6.2",
45
45
  "webpack": "^5.97.1",
46
- "@itwin/build-tools": "5.13.0-dev.4",
47
- "@itwin/core-bentley": "5.13.0-dev.4",
48
- "@itwin/core-frontend": "5.13.0-dev.4",
49
- "@itwin/core-geometry": "5.13.0-dev.4",
50
- "@itwin/core-common": "5.13.0-dev.4",
51
- "@itwin/certa": "5.13.0-dev.4"
46
+ "@itwin/build-tools": "5.13.0-dev.5",
47
+ "@itwin/core-bentley": "5.13.0-dev.5",
48
+ "@itwin/core-frontend": "5.13.0-dev.5",
49
+ "@itwin/core-geometry": "5.13.0-dev.5",
50
+ "@itwin/certa": "5.13.0-dev.5",
51
+ "@itwin/core-common": "5.13.0-dev.5"
52
52
  },
53
53
  "dependencies": {
54
- "@itwin/appui-abstract": "5.13.0-dev.4"
54
+ "@itwin/appui-abstract": "5.13.0-dev.5"
55
55
  },
56
56
  "nyc": {
57
57
  "extends": "./node_modules/@itwin/build-tools/.nycrc"