@itwin/ecschema-rpcinterface-tests 3.7.5 → 3.7.7
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.
|
@@ -97904,9 +97904,13 @@ class AccuSnap {
|
|
|
97904
97904
|
this.aSnapHits.removeCurrentHit();
|
|
97905
97905
|
hit = await this.getAccuSnapDetail(this.aSnapHits, out);
|
|
97906
97906
|
}
|
|
97907
|
+
if (!this._doSnapping)
|
|
97908
|
+
hit = undefined; // Snap no longer requested...
|
|
97907
97909
|
}
|
|
97908
97910
|
else if (this.isLocateEnabled) {
|
|
97909
97911
|
hit = await this.findLocatableHit(ev, false, out); // get next AccuSnap path (or undefined)
|
|
97912
|
+
if (!this.isLocateEnabled)
|
|
97913
|
+
hit = undefined; // Hit no longer requested...
|
|
97910
97914
|
}
|
|
97911
97915
|
// set the current hit
|
|
97912
97916
|
if (hit || this.currHit)
|
|
@@ -97927,9 +97931,13 @@ class AccuSnap {
|
|
|
97927
97931
|
if (this._doSnapping) {
|
|
97928
97932
|
out.snapStatus = this.findHits(ev);
|
|
97929
97933
|
hit = (_ElementLocateManager__WEBPACK_IMPORTED_MODULE_2__.SnapStatus.Success !== out.snapStatus) ? undefined : await this.getAccuSnapDetail(this.aSnapHits, out);
|
|
97934
|
+
if (!this._doSnapping)
|
|
97935
|
+
hit = undefined; // Snap no longer requested...
|
|
97930
97936
|
}
|
|
97931
97937
|
else if (this.isLocateEnabled) {
|
|
97932
97938
|
hit = await this.findLocatableHit(ev, true, out);
|
|
97939
|
+
if (!this.isLocateEnabled)
|
|
97940
|
+
hit = undefined; // Hit no longer requested...
|
|
97933
97941
|
}
|
|
97934
97942
|
}
|
|
97935
97943
|
// set the current hit and display the sprite (based on snap's KeypointType)
|
|
@@ -305316,7 +305324,7 @@ module.exports = JSON.parse('{"name":"axios","version":"0.21.4","description":"P
|
|
|
305316
305324
|
/***/ ((module) => {
|
|
305317
305325
|
|
|
305318
305326
|
"use strict";
|
|
305319
|
-
module.exports = JSON.parse('{"name":"@itwin/core-frontend","version":"3.7.
|
|
305327
|
+
module.exports = JSON.parse('{"name":"@itwin/core-frontend","version":"3.7.7","description":"iTwin.js frontend components","main":"lib/cjs/core-frontend.js","module":"lib/esm/core-frontend.js","typings":"lib/cjs/core-frontend","license":"MIT","scripts":{"build":"npm run -s copy:public && npm run -s build:cjs","build:ci":"npm run -s build && npm run -s build:esm","build:cjs":"npm run -s copy:js:cjs && tsc 1>&2 --outDir lib/cjs","build:esm":"npm run -s copy:js:esm && tsc 1>&2 --module ES2020 --outDir lib/esm","clean":"rimraf lib .rush/temp/package-deps*.json","copy:public":"cpx \\"./src/public/**/*\\" ./lib/public","copy:js:cjs":"cpx \\"./src/**/*.js\\" ./lib/cjs","copy:js:esm":"cpx \\"./src/**/*.js\\" ./lib/esm","docs":"betools docs --includes=../../generated-docs/extract --json=../../generated-docs/core/core-frontend/file.json --tsIndexFile=./core-frontend.ts --onlyJson --excludes=webgl/**/*,**/primitives,**/map/*.d.ts,**/tile/*.d.ts,**/*-css.ts","extract-api":"betools extract-api --entry=core-frontend && npm run extract-extension-api","extract-extension-api":"eslint --no-eslintrc -c \\"../../tools/eslint-plugin/dist/configs/extension-exports-config.js\\" \\"./src/**/*.ts\\" 1>&2","lint":"eslint -f visualstudio \\"./src/**/*.ts\\" 1>&2","pseudolocalize":"betools pseudolocalize --englishDir ./src/public/locales/en --out ./public/locales/en-PSEUDO","test":"npm run -s webpackTests && certa -r chrome","cover":"npm -s test","test:debug":"certa -r chrome --debug","webpackTests":"webpack --config ./src/test/utils/webpack.config.js 1>&2"},"repository":{"type":"git","url":"https://github.com/iTwin/itwinjs-core/tree/master/core/frontend"},"keywords":["Bentley","BIM","iModel","digital-twin","iTwin"],"author":{"name":"Bentley Systems, Inc.","url":"http://www.bentley.com"},"peerDependencies":{"@itwin/appui-abstract":"workspace:^3.7.7","@itwin/core-bentley":"workspace:^3.7.7","@itwin/core-common":"workspace:^3.7.7","@itwin/core-geometry":"workspace:^3.7.7","@itwin/core-orbitgt":"workspace:^3.7.7","@itwin/core-quantity":"workspace:^3.7.7","@itwin/webgl-compatibility":"workspace:^3.7.7"},"//devDependencies":["NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install","NOTE: All tools used by scripts in this package must be listed as devDependencies"],"devDependencies":{"@itwin/appui-abstract":"workspace:*","@itwin/build-tools":"workspace:*","@itwin/core-bentley":"workspace:*","@itwin/core-common":"workspace:*","@itwin/core-geometry":"workspace:*","@itwin/core-orbitgt":"workspace:*","@itwin/core-quantity":"workspace:*","@itwin/certa":"workspace:*","@itwin/eslint-plugin":"workspace:*","@itwin/webgl-compatibility":"workspace:*","@types/chai":"4.3.1","@types/chai-as-promised":"^7","@types/deep-assign":"^0.1.0","@types/lodash":"^4.14.0","@types/mocha":"^8.2.2","@types/node":"18.11.5","@types/qs":"^6.5.0","@types/semver":"7.3.10","@types/superagent":"^4.1.14","@types/sinon":"^9.0.0","babel-loader":"~8.2.5","babel-plugin-istanbul":"~6.1.1","chai":"^4.1.2","chai-as-promised":"^7","cpx2":"^3.0.0","eslint":"^7.11.0","glob":"^7.1.2","mocha":"^10.0.0","nyc":"^15.1.0","rimraf":"^3.0.2","sinon":"^9.0.2","source-map-loader":"^4.0.0","typescript":"~4.4.0","webpack":"^5.76.0"},"//dependencies":["NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API","NOTE: core-frontend should remain UI technology agnostic, so no react/angular dependencies are allowed"],"dependencies":{"@itwin/object-storage-azure":"^1.5.0","@itwin/cloud-agnostic-core":"^1.5.0","@itwin/object-storage-core":"^1.5.0","@itwin/core-i18n":"workspace:*","@itwin/core-telemetry":"workspace:*","@loaders.gl/core":"^3.1.6","@loaders.gl/draco":"^3.1.6","deep-assign":"^2.0.0","fuse.js":"^3.3.0","lodash":"^4.17.10","qs":"^6.5.3","semver":"^7.3.5","superagent":"^7.1.5","wms-capabilities":"0.4.0","reflect-metadata":"0.1.13"},"nyc":{"extends":"./node_modules/@itwin/build-tools/.nycrc"},"eslintConfig":{"plugins":["@itwin"],"extends":"plugin:@itwin/itwinjs-recommended","rules":{"@itwin/no-internal-barrel-imports":["error",{"required-barrel-modules":["./src/tile/internal.ts"]}],"@itwin/public-extension-exports":["error",{"releaseTags":["public","preview"],"outputApiFile":false}]},"overrides":[{"files":["*.test.ts","*.test.tsx","**/test/**/*.ts"],"rules":{"@itwin/no-internal-barrel-imports":"off"}}]}}');
|
|
305320
305328
|
|
|
305321
305329
|
/***/ })
|
|
305322
305330
|
|