bruce-models 2.7.3 → 2.7.4
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 +3 -1
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +3 -1
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/bruce-models.js +1 -1
- package/dist/lib/markup/markup.js +2 -0
- package/dist/lib/markup/markup.js.map +1 -1
- package/dist/types/bruce-models.d.ts +1 -1
- package/dist/types/markup/markup.d.ts +2 -0
- package/package.json +1 -1
package/dist/bruce-models.umd.js
CHANGED
|
@@ -11177,6 +11177,8 @@
|
|
|
11177
11177
|
(function (EType) {
|
|
11178
11178
|
// Default, no special handling.
|
|
11179
11179
|
EType["Default"] = "default";
|
|
11180
|
+
// Same as default but assumes there is no content within it.
|
|
11181
|
+
EType["Shape"] = "shape";
|
|
11180
11182
|
// Callout, assumes it will be positioned in 3d space.
|
|
11181
11183
|
// Assumes existence of line that is used to anchor it.
|
|
11182
11184
|
EType["Callout"] = "callout";
|
|
@@ -11703,7 +11705,7 @@
|
|
|
11703
11705
|
DataSource.GetList = GetList;
|
|
11704
11706
|
})(exports.DataSource || (exports.DataSource = {}));
|
|
11705
11707
|
|
|
11706
|
-
const VERSION$1 = "2.7.
|
|
11708
|
+
const VERSION$1 = "2.7.4";
|
|
11707
11709
|
|
|
11708
11710
|
exports.VERSION = VERSION$1;
|
|
11709
11711
|
exports.AbstractApi = AbstractApi;
|