@itwin/rpcinterface-full-stack-tests 3.6.0-dev.1 → 3.6.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.
- package/lib/dist/_cb67.bundled-tests.js.map +1 -1
- package/lib/dist/bundled-tests.js +121 -87
- package/lib/dist/bundled-tests.js.map +1 -1
- package/lib/dist/core_frontend_lib_esm_ApproximateTerrainHeightsProps_js.bundled-tests.js.map +1 -1
- package/lib/dist/object-storage.bundled-tests.js.map +1 -1
- package/lib/dist/vendors-common_temp_node_modules_pnpm_itwin_object-storage-azure_1_4_0_node_modules_itwin_obj-3576c6.bundled-tests.js.map +1 -1
- package/lib/dist/vendors-common_temp_node_modules_pnpm_loaders_gl_draco_3_2_12_node_modules_loaders_gl_draco_d-b19815.bundled-tests.js.map +1 -1
- package/lib/dist/vendors-common_temp_node_modules_pnpm_reflect-metadata_0_1_13_node_modules_reflect-metadata_R-610cb3.bundled-tests.js.map +1 -1
- package/package.json +14 -14
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_cb67.bundled-tests.js","mappings":";;;;;;;;AAAA","sources":["file:///ignored|D:\\vsts_a\\
|
|
1
|
+
{"version":3,"file":"_cb67.bundled-tests.js","mappings":";;;;;;;;AAAA","sources":["file:///ignored|D:\\vsts_a\\3\\s\\common\\temp\\node_modules\\.pnpm\\@loaders.gl+worker-utils@3.2.12\\node_modules\\@loaders.gl\\worker-utils\\dist\\esm\\lib\\library-utils|../node/require-utils.node"],"names":[],"sourceRoot":""}
|
|
@@ -103171,13 +103171,13 @@ class EnvironmentDecorations {
|
|
|
103171
103171
|
this._onLoaded = onLoaded;
|
|
103172
103172
|
this._onDispose = onDispose;
|
|
103173
103173
|
this._sky = {};
|
|
103174
|
-
this.
|
|
103174
|
+
this.loadSkyBox();
|
|
103175
103175
|
if (this._environment.displayGround)
|
|
103176
103176
|
this.loadGround();
|
|
103177
103177
|
}
|
|
103178
103178
|
dispose() {
|
|
103179
103179
|
this._ground = undefined;
|
|
103180
|
-
this._sky.
|
|
103180
|
+
this._sky.params = this._sky.promise = undefined;
|
|
103181
103181
|
this._onDispose();
|
|
103182
103182
|
}
|
|
103183
103183
|
setEnvironment(env) {
|
|
@@ -103192,7 +103192,7 @@ class EnvironmentDecorations {
|
|
|
103192
103192
|
this.loadGround();
|
|
103193
103193
|
// Update sky box
|
|
103194
103194
|
if (env.sky !== prev.sky)
|
|
103195
|
-
this.
|
|
103195
|
+
this.loadSkyBox();
|
|
103196
103196
|
}
|
|
103197
103197
|
decorate(context) {
|
|
103198
103198
|
const env = this._environment;
|
|
@@ -103261,82 +103261,99 @@ class EnvironmentDecorations {
|
|
|
103261
103261
|
params.material = material;
|
|
103262
103262
|
return params;
|
|
103263
103263
|
}
|
|
103264
|
-
|
|
103265
|
-
const
|
|
103264
|
+
loadSkyBox() {
|
|
103265
|
+
const loader = this.loadSkyBoxParams();
|
|
103266
|
+
if (undefined === loader.preload) {
|
|
103267
|
+
this.setSky(loader.load());
|
|
103268
|
+
return;
|
|
103269
|
+
}
|
|
103270
|
+
const promise = loader.preload;
|
|
103266
103271
|
this._sky.promise = promise;
|
|
103267
|
-
|
|
103268
|
-
promise.then((params) => {
|
|
103272
|
+
loader.preload.then((loaded) => {
|
|
103269
103273
|
if (promise === this._sky.promise)
|
|
103270
|
-
this.setSky(
|
|
103271
|
-
})
|
|
103272
|
-
|
|
103273
|
-
|
|
103274
|
-
this.setSky(this.createSkyGradientParams());
|
|
103274
|
+
this.setSky(loaded ? loader.load() : undefined);
|
|
103275
|
+
}).catch(() => {
|
|
103276
|
+
if (promise === this._sky.promise)
|
|
103277
|
+
this.setSky(undefined);
|
|
103275
103278
|
});
|
|
103276
103279
|
}
|
|
103277
103280
|
setSky(params) {
|
|
103278
103281
|
this._sky.promise = undefined;
|
|
103279
|
-
this._sky.params = params;
|
|
103282
|
+
this._sky.params = params !== null && params !== void 0 ? params : this.createSkyGradientParams();
|
|
103280
103283
|
this._onLoaded();
|
|
103281
103284
|
}
|
|
103282
|
-
|
|
103285
|
+
loadSkyBoxParams() {
|
|
103286
|
+
let load;
|
|
103287
|
+
let preload;
|
|
103283
103288
|
const sky = this._environment.sky;
|
|
103284
103289
|
if (sky instanceof _itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.SkyCube) {
|
|
103285
103290
|
const key = this.createCubeImageKey(sky);
|
|
103286
|
-
|
|
103287
|
-
|
|
103288
|
-
return { type: "cube", texture: existingTexture };
|
|
103289
|
-
// Some faces may use the same image. Only request each image once.
|
|
103290
|
-
const specs = new Set([sky.images.front, sky.images.back, sky.images.left, sky.images.right, sky.images.top, sky.images.bottom]);
|
|
103291
|
-
const promises = [];
|
|
103292
|
-
for (const spec of specs)
|
|
103293
|
-
promises.push(this.imageFromSpec(spec));
|
|
103294
|
-
return Promise.all(promises).then((images) => {
|
|
103295
|
-
const idToImage = new Map();
|
|
103296
|
-
let index = 0;
|
|
103297
|
-
for (const spec of specs) {
|
|
103298
|
-
const image = images[index++];
|
|
103299
|
-
if (!image)
|
|
103300
|
-
return undefined;
|
|
103301
|
-
else
|
|
103302
|
-
idToImage.set(spec, image);
|
|
103303
|
-
}
|
|
103304
|
-
// eslint-disable-next-line deprecation/deprecation
|
|
103305
|
-
const params = new _itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.RenderTexture.Params(key, _itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.RenderTexture.Type.SkyBox);
|
|
103306
|
-
const txImgs = [
|
|
103307
|
-
idToImage.get(sky.images.front), idToImage.get(sky.images.back), idToImage.get(sky.images.top),
|
|
103308
|
-
idToImage.get(sky.images.bottom), idToImage.get(sky.images.right), idToImage.get(sky.images.left),
|
|
103309
|
-
];
|
|
103310
|
-
const texture = _IModelApp__WEBPACK_IMPORTED_MODULE_3__.IModelApp.renderSystem.createTextureFromCubeImages(txImgs[0], txImgs[1], txImgs[2], txImgs[3], txImgs[4], txImgs[5], this._view.iModel, params);
|
|
103291
|
+
load = () => {
|
|
103292
|
+
const texture = _IModelApp__WEBPACK_IMPORTED_MODULE_3__.IModelApp.renderSystem.findTexture(key, this._view.iModel);
|
|
103311
103293
|
return texture ? { type: "cube", texture } : undefined;
|
|
103312
|
-
}
|
|
103294
|
+
};
|
|
103295
|
+
if (!_IModelApp__WEBPACK_IMPORTED_MODULE_3__.IModelApp.renderSystem.findTexture(key, this._view.iModel)) {
|
|
103296
|
+
// Some faces may use the same image. Only request each image once.
|
|
103297
|
+
const promises = [];
|
|
103298
|
+
const specs = new Set([sky.images.front, sky.images.back, sky.images.left, sky.images.right, sky.images.top, sky.images.bottom]);
|
|
103299
|
+
for (const spec of specs)
|
|
103300
|
+
promises.push(this.imageFromSpec(spec));
|
|
103301
|
+
preload = Promise.all(promises).then((images) => {
|
|
103302
|
+
const idToImage = new Map();
|
|
103303
|
+
let index = 0;
|
|
103304
|
+
for (const spec of specs) {
|
|
103305
|
+
const image = images[index++];
|
|
103306
|
+
if (!image)
|
|
103307
|
+
return false;
|
|
103308
|
+
else
|
|
103309
|
+
idToImage.set(spec, image);
|
|
103310
|
+
}
|
|
103311
|
+
// eslint-disable-next-line deprecation/deprecation
|
|
103312
|
+
const params = new _itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.RenderTexture.Params(key, _itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.RenderTexture.Type.SkyBox);
|
|
103313
|
+
const txImgs = [
|
|
103314
|
+
idToImage.get(sky.images.front), idToImage.get(sky.images.back), idToImage.get(sky.images.top),
|
|
103315
|
+
idToImage.get(sky.images.bottom), idToImage.get(sky.images.right), idToImage.get(sky.images.left),
|
|
103316
|
+
];
|
|
103317
|
+
return undefined !== _IModelApp__WEBPACK_IMPORTED_MODULE_3__.IModelApp.renderSystem.createTextureFromCubeImages(txImgs[0], txImgs[1], txImgs[2], txImgs[3], txImgs[4], txImgs[5], this._view.iModel, params);
|
|
103318
|
+
});
|
|
103319
|
+
}
|
|
103313
103320
|
}
|
|
103314
103321
|
else if (sky instanceof _itwin_core_common__WEBPACK_IMPORTED_MODULE_2__.SkySphere) {
|
|
103315
|
-
|
|
103316
|
-
|
|
103317
|
-
|
|
103318
|
-
|
|
103319
|
-
|
|
103320
|
-
|
|
103322
|
+
load = () => {
|
|
103323
|
+
const texture = _IModelApp__WEBPACK_IMPORTED_MODULE_3__.IModelApp.renderSystem.findTexture(sky.image, this._view.iModel);
|
|
103324
|
+
return texture ? {
|
|
103325
|
+
type: "sphere",
|
|
103326
|
+
texture,
|
|
103327
|
+
rotation: 0,
|
|
103328
|
+
zOffset: this._view.iModel.globalOrigin.z,
|
|
103329
|
+
} : undefined;
|
|
103330
|
+
};
|
|
103331
|
+
if (!_IModelApp__WEBPACK_IMPORTED_MODULE_3__.IModelApp.renderSystem.findTexture(sky.image, this._view.iModel)) {
|
|
103332
|
+
preload = this.imageFromSpec(sky.image).then((image) => {
|
|
103333
|
+
if (!image)
|
|
103334
|
+
return false;
|
|
103335
|
+
return undefined !== _IModelApp__WEBPACK_IMPORTED_MODULE_3__.IModelApp.renderSystem.createTexture({
|
|
103321
103336
|
image: { source: image },
|
|
103322
103337
|
ownership: { iModel: this._view.iModel, key: sky.image },
|
|
103323
103338
|
});
|
|
103324
|
-
}
|
|
103339
|
+
});
|
|
103325
103340
|
}
|
|
103326
|
-
if (!texture)
|
|
103327
|
-
return undefined;
|
|
103328
|
-
return { type: "sphere", texture, rotation, zOffset: this._view.iModel.globalOrigin.z };
|
|
103329
103341
|
}
|
|
103330
103342
|
else {
|
|
103331
|
-
|
|
103343
|
+
load = () => this.createSkyGradientParams();
|
|
103332
103344
|
}
|
|
103345
|
+
return { load, preload };
|
|
103333
103346
|
}
|
|
103334
103347
|
createCubeImageKey(sky) {
|
|
103335
103348
|
const i = sky.images;
|
|
103336
103349
|
return `skycube:${i.front}:${i.back}:${i.left}:${i.right}:${i.top}:${i.bottom}`;
|
|
103337
103350
|
}
|
|
103338
103351
|
createSkyGradientParams() {
|
|
103339
|
-
return {
|
|
103352
|
+
return {
|
|
103353
|
+
type: "gradient",
|
|
103354
|
+
gradient: this._environment.sky.gradient,
|
|
103355
|
+
zOffset: this._view.iModel.globalOrigin.z,
|
|
103356
|
+
};
|
|
103340
103357
|
}
|
|
103341
103358
|
async imageFromSpec(spec) {
|
|
103342
103359
|
var _a;
|
|
@@ -104466,6 +104483,7 @@ class GraphicalEditingScope extends _BriefcaseTxns__WEBPACK_IMPORTED_MODULE_2__.
|
|
|
104466
104483
|
notifyGeometryChanged(props) {
|
|
104467
104484
|
const changes = _itwin_core_common__WEBPACK_IMPORTED_MODULE_1__.ModelGeometryChanges.iterable(props);
|
|
104468
104485
|
const modelIds = [];
|
|
104486
|
+
let deletedIds;
|
|
104469
104487
|
for (const modelChanges of changes) {
|
|
104470
104488
|
// ###TODO do we care about the model range?
|
|
104471
104489
|
let list = this._geometryChanges.get(modelChanges.id);
|
|
@@ -104480,11 +104498,16 @@ class GraphicalEditingScope extends _BriefcaseTxns__WEBPACK_IMPORTED_MODULE_2__.
|
|
|
104480
104498
|
}
|
|
104481
104499
|
list.insert(elementChange);
|
|
104482
104500
|
if (_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.DbOpcode.Delete === elementChange.type) {
|
|
104483
|
-
|
|
104484
|
-
|
|
104501
|
+
if (undefined === deletedIds)
|
|
104502
|
+
deletedIds = new Set();
|
|
104503
|
+
deletedIds.add(elementChange.id);
|
|
104485
104504
|
}
|
|
104486
104505
|
}
|
|
104487
104506
|
}
|
|
104507
|
+
if (deletedIds) {
|
|
104508
|
+
this.iModel.selectionSet.remove(deletedIds);
|
|
104509
|
+
this.iModel.hilited.setHilite(deletedIds, false);
|
|
104510
|
+
}
|
|
104488
104511
|
this.onGeometryChanges.raiseEvent(changes, this);
|
|
104489
104512
|
}
|
|
104490
104513
|
}
|
|
@@ -110284,13 +110307,15 @@ class HiliteSet {
|
|
|
110284
110307
|
* @param onOff True to add the elements to the hilited set, false to remove them.
|
|
110285
110308
|
*/
|
|
110286
110309
|
setHilite(arg, onOff) {
|
|
110310
|
+
const oldSize = this.elements.size;
|
|
110287
110311
|
for (const id of _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.Id64.iterable(arg)) {
|
|
110288
110312
|
if (onOff)
|
|
110289
110313
|
this.elements.addId(id);
|
|
110290
110314
|
else
|
|
110291
110315
|
this.elements.deleteId(id);
|
|
110292
110316
|
}
|
|
110293
|
-
|
|
110317
|
+
if (oldSize !== this.elements.size)
|
|
110318
|
+
_IModelApp__WEBPACK_IMPORTED_MODULE_1__.IModelApp.viewManager.onSelectionSetChanged(this.iModel);
|
|
110294
110319
|
}
|
|
110295
110320
|
}
|
|
110296
110321
|
/** A set of *currently selected* elements for an IModelConnection.
|
|
@@ -118319,17 +118344,20 @@ class Viewport {
|
|
|
118319
118344
|
if (undefined === view)
|
|
118320
118345
|
return _ViewStatus__WEBPACK_IMPORTED_MODULE_27__.ViewStatus.InvalidViewport;
|
|
118321
118346
|
if (view.is3d() && view.isCameraOn) {
|
|
118322
|
-
const
|
|
118323
|
-
const
|
|
118324
|
-
|
|
118325
|
-
|
|
118326
|
-
|
|
118327
|
-
|
|
118328
|
-
|
|
118329
|
-
|
|
118330
|
-
|
|
118331
|
-
|
|
118332
|
-
|
|
118347
|
+
const eyePoint = view.getEyePoint().clone();
|
|
118348
|
+
const targetPoint = view.getTargetPoint();
|
|
118349
|
+
if (newCenter) {
|
|
118350
|
+
const dir = eyePoint.vectorTo(targetPoint);
|
|
118351
|
+
newCenter.plusScaled(dir, -0.5, eyePoint);
|
|
118352
|
+
newCenter.plusScaled(dir, 0.5, targetPoint);
|
|
118353
|
+
}
|
|
118354
|
+
const transform = _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Transform.createFixedPointAndMatrix(targetPoint, _itwin_core_geometry__WEBPACK_IMPORTED_MODULE_1__.Matrix3d.createScale(factor, factor, factor));
|
|
118355
|
+
const zDir = view.getZVector();
|
|
118356
|
+
transform.multiplyPoint3d(eyePoint, eyePoint);
|
|
118357
|
+
targetPoint.setFrom(eyePoint.plusScaled(zDir, zDir.dotProduct(eyePoint.vectorTo(targetPoint))));
|
|
118358
|
+
const status = view.lookAt({ eyePoint, targetPoint, upVector: view.getYVector(), lensAngle: view.camera.lens });
|
|
118359
|
+
if (_ViewStatus__WEBPACK_IMPORTED_MODULE_27__.ViewStatus.Success !== status)
|
|
118360
|
+
return status;
|
|
118333
118361
|
}
|
|
118334
118362
|
else {
|
|
118335
118363
|
// for non-camera views, do the zooming by adjusting the origin and delta directly so there can be no
|
|
@@ -192482,34 +192510,35 @@ class BSplineCurve3d extends BSplineCurve3dBase {
|
|
|
192482
192510
|
return _BSplineCurveOps__WEBPACK_IMPORTED_MODULE_16__.BSplineCurveOps.createThroughPoints(options.fitPoints, 4); // temporary
|
|
192483
192511
|
}
|
|
192484
192512
|
/** Create a bspline with given knots.
|
|
192485
|
-
*
|
|
192486
|
-
*
|
|
192487
|
-
*
|
|
192488
|
-
* ** If poleArray.length + order == knotArray.length, the first and last are assumed to be the
|
|
192489
|
-
* extraneous knots of classic clamping.
|
|
192490
|
-
* ** If poleArray.length + order == knotArray.length + 2, the knots are in modern form.
|
|
192491
|
-
*
|
|
192513
|
+
* * Only two knot count conditions are recognized; all others return undefined:
|
|
192514
|
+
* * If poleArray.length + order === knotArray.length, the first and last are assumed to be the extraneous knots of classic clamping.
|
|
192515
|
+
* * If poleArray.length + order === knotArray.length + 2, the knots are in modern form.
|
|
192492
192516
|
*/
|
|
192493
192517
|
static create(poleArray, knotArray, order) {
|
|
192518
|
+
if (order < 2)
|
|
192519
|
+
return undefined;
|
|
192494
192520
|
let numPoles = poleArray.length;
|
|
192495
192521
|
if (poleArray instanceof Float64Array) {
|
|
192496
192522
|
numPoles /= 3; // blocked as xyz
|
|
192497
192523
|
}
|
|
192524
|
+
if (numPoles < order)
|
|
192525
|
+
return undefined;
|
|
192498
192526
|
const numKnots = knotArray.length;
|
|
192499
|
-
|
|
192500
|
-
|
|
192501
|
-
|
|
192527
|
+
let skipFirstAndLast;
|
|
192528
|
+
if (numPoles + order === numKnots)
|
|
192529
|
+
skipFirstAndLast = true; // classic (first/last knots extraneous)
|
|
192530
|
+
else if (numPoles + order === numKnots + 2)
|
|
192531
|
+
skipFirstAndLast = false; // modern
|
|
192532
|
+
else
|
|
192502
192533
|
return undefined;
|
|
192503
192534
|
const knots = _KnotVector__WEBPACK_IMPORTED_MODULE_3__.KnotVector.create(knotArray, order - 1, skipFirstAndLast);
|
|
192504
192535
|
const curve = new BSplineCurve3d(numPoles, order, knots);
|
|
192536
|
+
let i = 0;
|
|
192505
192537
|
if (poleArray instanceof Float64Array) {
|
|
192506
|
-
|
|
192507
|
-
for (const coordinate of poleArray) {
|
|
192538
|
+
for (const coordinate of poleArray)
|
|
192508
192539
|
curve._bcurve.packedData[i++] = coordinate;
|
|
192509
|
-
}
|
|
192510
192540
|
}
|
|
192511
192541
|
else {
|
|
192512
|
-
let i = 0;
|
|
192513
192542
|
for (const p of poleArray) {
|
|
192514
192543
|
curve._bcurve.packedData[i++] = p.x;
|
|
192515
192544
|
curve._bcurve.packedData[i++] = p.y;
|
|
@@ -292866,7 +292895,7 @@ class TestContext {
|
|
|
292866
292895
|
this.initializeRpcInterfaces({ title: this.settings.Backend.name, version: this.settings.Backend.version });
|
|
292867
292896
|
const iModelClient = new imodels_client_management_1.IModelsClient({ api: { baseUrl: `https://${(_a = process.env.IMJS_URL_PREFIX) !== null && _a !== void 0 ? _a : ""}api.bentley.com/imodels` } });
|
|
292868
292897
|
await core_frontend_1.NoRenderApp.startup({
|
|
292869
|
-
applicationVersion: "3.6.0-dev.
|
|
292898
|
+
applicationVersion: "3.6.0-dev.5",
|
|
292870
292899
|
applicationId: this.settings.gprid,
|
|
292871
292900
|
authorizationClient: new frontend_1.TestFrontendAuthorizationClient(this.adminUserAccessToken),
|
|
292872
292901
|
hubAccess: new imodels_access_frontend_1.FrontendIModelsAccess(iModelClient),
|
|
@@ -293842,17 +293871,17 @@ var Key;
|
|
|
293842
293871
|
(function (Key) {
|
|
293843
293872
|
/** Check if the supplied key is a `NodeKey` */
|
|
293844
293873
|
function isNodeKey(key) {
|
|
293845
|
-
return key.type;
|
|
293874
|
+
return !!key.type;
|
|
293846
293875
|
}
|
|
293847
293876
|
Key.isNodeKey = isNodeKey;
|
|
293848
293877
|
/** Check if the supplied key is an `InstanceKey` */
|
|
293849
293878
|
function isInstanceKey(key) {
|
|
293850
|
-
return key.className && key.id;
|
|
293879
|
+
return !!key.className && !!key.id;
|
|
293851
293880
|
}
|
|
293852
293881
|
Key.isInstanceKey = isInstanceKey;
|
|
293853
293882
|
/** Check if the supplied key is an `EntityProps` */
|
|
293854
293883
|
function isEntityProps(key) {
|
|
293855
|
-
return key.classFullName && key.id;
|
|
293884
|
+
return !!key.classFullName && !!key.id;
|
|
293856
293885
|
}
|
|
293857
293886
|
Key.isEntityProps = isEntityProps;
|
|
293858
293887
|
})(Key || (Key = {}));
|
|
@@ -293926,7 +293955,7 @@ class KeySet {
|
|
|
293926
293955
|
return this._nodeKeys.size;
|
|
293927
293956
|
}
|
|
293928
293957
|
isKeySet(set) {
|
|
293929
|
-
return set._nodeKeys && set._instanceKeys;
|
|
293958
|
+
return !!set._nodeKeys && !!set._instanceKeys;
|
|
293930
293959
|
}
|
|
293931
293960
|
isKeysArray(keys) {
|
|
293932
293961
|
return Array.isArray(keys);
|
|
@@ -293968,7 +293997,12 @@ class KeySet {
|
|
|
293968
293997
|
this._nodeKeys.add(JSON.stringify(key));
|
|
293969
293998
|
for (const entry of keyset.instanceKeys) {
|
|
293970
293999
|
const lcClassName = entry["0"].toLowerCase();
|
|
293971
|
-
const
|
|
294000
|
+
const idsJson = entry["1"];
|
|
294001
|
+
const ids = typeof idsJson === "string"
|
|
294002
|
+
? idsJson === _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.Id64.invalid
|
|
294003
|
+
? new Set([_itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.Id64.invalid])
|
|
294004
|
+
: _itwin_core_bentley__WEBPACK_IMPORTED_MODULE_0__.CompressedId64Set.decompressSet(idsJson)
|
|
294005
|
+
: new Set(idsJson);
|
|
293972
294006
|
this._instanceKeys.set(lcClassName, ids);
|
|
293973
294007
|
this._lowerCaseMap.set(lcClassName, entry["0"]);
|
|
293974
294008
|
}
|
|
@@ -311989,7 +312023,7 @@ module.exports = JSON.parse('{"name":"axios","version":"0.21.4","description":"P
|
|
|
311989
312023
|
/***/ ((module) => {
|
|
311990
312024
|
|
|
311991
312025
|
"use strict";
|
|
311992
|
-
module.exports = JSON.parse('{"name":"@itwin/core-frontend","version":"3.6.0-dev.
|
|
312026
|
+
module.exports = JSON.parse('{"name":"@itwin/core-frontend","version":"3.6.0-dev.5","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.6.0-dev.5","@itwin/core-bentley":"workspace:^3.6.0-dev.5","@itwin/core-common":"workspace:^3.6.0-dev.5","@itwin/core-geometry":"workspace:^3.6.0-dev.5","@itwin/core-orbitgt":"workspace:^3.6.0-dev.5","@itwin/core-quantity":"workspace:^3.6.0-dev.5","@itwin/webgl-compatibility":"workspace:^3.6.0-dev.5"},"//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.64.4"},"//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.4.0","@itwin/cloud-agnostic-core":"~1.4.0","@itwin/object-storage-core":"~1.4.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.1","semver":"^7.3.5","superagent":"7.1.3","wms-capabilities":"0.4.0","xml-js":"~1.6.11","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"}}]}}');
|
|
311993
312027
|
|
|
311994
312028
|
/***/ }),
|
|
311995
312029
|
|