@itwin/hypermodeling-frontend 5.0.0-dev.11 → 5.0.0-dev.111
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 +71 -1
- package/lib/cjs/HyperModeling.js +7 -4
- package/lib/cjs/HyperModeling.js.map +1 -1
- package/lib/cjs/HyperModelingConfig.js.map +1 -1
- package/lib/cjs/HyperModelingDecorator.d.ts +1 -1
- package/lib/cjs/HyperModelingDecorator.d.ts.map +1 -1
- package/lib/cjs/HyperModelingDecorator.js +21 -9
- package/lib/cjs/HyperModelingDecorator.js.map +1 -1
- package/lib/cjs/PopupToolbar.js +13 -11
- package/lib/cjs/PopupToolbar.js.map +1 -1
- package/lib/cjs/SectionDrawingLocationState.js +57 -29
- package/lib/cjs/SectionDrawingLocationState.js.map +1 -1
- package/lib/cjs/SectionGraphicsProvider.d.ts.map +1 -1
- package/lib/cjs/SectionGraphicsProvider.js +14 -0
- package/lib/cjs/SectionGraphicsProvider.js.map +1 -1
- package/lib/cjs/SectionMarkerHandler.js.map +1 -1
- package/lib/cjs/SectionMarkers.js +11 -7
- package/lib/cjs/SectionMarkers.js.map +1 -1
- package/lib/cjs/Tools.js +4 -4
- package/lib/cjs/Tools.js.map +1 -1
- package/lib/cjs/hypermodeling-frontend.js.map +1 -1
- package/lib/esm/HyperModeling.js +7 -4
- package/lib/esm/HyperModeling.js.map +1 -1
- package/lib/esm/HyperModelingConfig.js.map +1 -1
- package/lib/esm/HyperModelingDecorator.d.ts +1 -1
- package/lib/esm/HyperModelingDecorator.d.ts.map +1 -1
- package/lib/esm/HyperModelingDecorator.js +21 -9
- package/lib/esm/HyperModelingDecorator.js.map +1 -1
- package/lib/esm/PopupToolbar.js +13 -11
- package/lib/esm/PopupToolbar.js.map +1 -1
- package/lib/esm/SectionDrawingLocationState.js +57 -29
- package/lib/esm/SectionDrawingLocationState.js.map +1 -1
- package/lib/esm/SectionGraphicsProvider.d.ts.map +1 -1
- package/lib/esm/SectionGraphicsProvider.js +14 -0
- package/lib/esm/SectionGraphicsProvider.js.map +1 -1
- package/lib/esm/SectionMarkerHandler.js.map +1 -1
- package/lib/esm/SectionMarkers.js +11 -7
- package/lib/esm/SectionMarkers.js.map +1 -1
- package/lib/esm/Tools.js +4 -4
- package/lib/esm/Tools.js.map +1 -1
- package/lib/esm/hypermodeling-frontend.js.map +1 -1
- package/lib/public/locales/en/HyperModeling.json +32 -32
- package/package.json +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/hypermodeling-frontend",
|
|
3
|
-
"version": "5.0.0-dev.
|
|
3
|
+
"version": "5.0.0-dev.111",
|
|
4
4
|
"description": "iTwin.js hypermodeling package",
|
|
5
5
|
"main": "lib/cjs/hypermodeling-frontend.js",
|
|
6
6
|
"module": "lib/esm/hypermodeling-frontend.js",
|
|
@@ -22,36 +22,36 @@
|
|
|
22
22
|
"url": "http://www.bentley.com"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@itwin/core-bentley": "
|
|
26
|
-
"@itwin/core-common": "
|
|
27
|
-
"@itwin/core-frontend": "
|
|
28
|
-
"@itwin/core-geometry": "
|
|
25
|
+
"@itwin/core-bentley": "5.0.0-dev.111",
|
|
26
|
+
"@itwin/core-common": "5.0.0-dev.111",
|
|
27
|
+
"@itwin/core-frontend": "5.0.0-dev.111",
|
|
28
|
+
"@itwin/core-geometry": "5.0.0-dev.111"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@itwin/eslint-plugin": "5.0.0-dev.1",
|
|
32
32
|
"@types/chai": "4.3.1",
|
|
33
33
|
"@types/mocha": "^10.0.6",
|
|
34
34
|
"babel-loader": "~8.2.5",
|
|
35
|
-
"babel-plugin-istanbul": "
|
|
35
|
+
"babel-plugin-istanbul": "^7.0.0",
|
|
36
36
|
"chai": "^4.3.10",
|
|
37
|
-
"cpx2": "^
|
|
37
|
+
"cpx2": "^8.0.0",
|
|
38
38
|
"eslint": "^9.13.0",
|
|
39
39
|
"glob": "^10.3.12",
|
|
40
|
-
"mocha": "^
|
|
41
|
-
"nyc": "^
|
|
42
|
-
"rimraf": "^
|
|
43
|
-
"source-map-loader": "^
|
|
40
|
+
"mocha": "^11.1.0",
|
|
41
|
+
"nyc": "^17.1.0",
|
|
42
|
+
"rimraf": "^6.0.1",
|
|
43
|
+
"source-map-loader": "^5.0.0",
|
|
44
44
|
"typescript": "~5.6.2",
|
|
45
|
-
"webpack": "^5.
|
|
46
|
-
"@itwin/core-
|
|
47
|
-
"@itwin/
|
|
48
|
-
"@itwin/
|
|
49
|
-
"@itwin/
|
|
50
|
-
"@itwin/
|
|
51
|
-
"@itwin/core-
|
|
45
|
+
"webpack": "^5.97.1",
|
|
46
|
+
"@itwin/core-frontend": "5.0.0-dev.111",
|
|
47
|
+
"@itwin/certa": "5.0.0-dev.111",
|
|
48
|
+
"@itwin/build-tools": "5.0.0-dev.111",
|
|
49
|
+
"@itwin/core-bentley": "5.0.0-dev.111",
|
|
50
|
+
"@itwin/core-geometry": "5.0.0-dev.111",
|
|
51
|
+
"@itwin/core-common": "5.0.0-dev.111"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@itwin/appui-abstract": "5.0.0-dev.
|
|
54
|
+
"@itwin/appui-abstract": "5.0.0-dev.111"
|
|
55
55
|
},
|
|
56
56
|
"nyc": {
|
|
57
57
|
"extends": "./node_modules/@itwin/build-tools/.nycrc"
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"scripts": {
|
|
60
60
|
"build": "npm run -s copy:public && npm run -s build:cjs && npm run -s build:esm",
|
|
61
61
|
"build:cjs": "tsc 1>&2 --outDir lib/cjs",
|
|
62
|
-
"build:esm": "tsc 1>&2 --module
|
|
63
|
-
"clean": "rimraf lib .rush/temp/package-deps*.json",
|
|
62
|
+
"build:esm": "tsc 1>&2 --module ES2022 --outDir lib/esm",
|
|
63
|
+
"clean": "rimraf -g lib .rush/temp/package-deps*.json",
|
|
64
64
|
"copy:public": "cpx \"./src/public/**/*\" ./lib/public",
|
|
65
65
|
"cover": "npm -s test",
|
|
66
66
|
"docs": "betools docs --json=../../generated-docs/core/hypermodeling-frontend/file.json --tsIndexFile=./hypermodeling-frontend.ts --onlyJson",
|