bruce-models 7.1.61 → 7.1.63
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/dist/bruce-models.es5.js +5 -1
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +5 -1
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/bruce-models.js +1 -1
- package/dist/lib/client-file/client-file.js +1 -0
- package/dist/lib/client-file/client-file.js.map +1 -1
- package/dist/lib/entity/entity-coords.js +3 -0
- package/dist/lib/entity/entity-coords.js.map +1 -1
- package/dist/types/bruce-models.d.ts +1 -1
- package/dist/types/client-file/client-file.d.ts +3 -1
- package/dist/types/entity/entity-coords.d.ts +1 -0
- package/package.json +1 -1
package/dist/bruce-models.umd.js
CHANGED
|
@@ -8708,6 +8708,7 @@
|
|
|
8708
8708
|
EColumn["Size"] = "size";
|
|
8709
8709
|
EColumn["User"] = "user";
|
|
8710
8710
|
EColumn["Extension"] = "extension";
|
|
8711
|
+
EColumn["Data"] = "data";
|
|
8711
8712
|
})(EColumn = Filter.EColumn || (Filter.EColumn = {}));
|
|
8712
8713
|
let ESortOrder;
|
|
8713
8714
|
(function (ESortOrder) {
|
|
@@ -12093,6 +12094,9 @@
|
|
|
12093
12094
|
"coordinates": {
|
|
12094
12095
|
"Entity.ID": entityId
|
|
12095
12096
|
}
|
|
12097
|
+
},
|
|
12098
|
+
"transform": {
|
|
12099
|
+
"scale": params.scale || 1
|
|
12096
12100
|
}
|
|
12097
12101
|
},
|
|
12098
12102
|
"test": params.test
|
|
@@ -18991,7 +18995,7 @@
|
|
|
18991
18995
|
})(exports.UrlUtils || (exports.UrlUtils = {}));
|
|
18992
18996
|
|
|
18993
18997
|
// This is updated with the package.json version on build.
|
|
18994
|
-
const VERSION = "7.1.
|
|
18998
|
+
const VERSION = "7.1.63";
|
|
18995
18999
|
|
|
18996
19000
|
exports.VERSION = VERSION;
|
|
18997
19001
|
exports.AbstractApi = AbstractApi;
|